/*====================
======Typography=====
======================*/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);

body {
	font-family: 'Roboto', sans-serif;
	position: relative;
	font-weight:400;
	background: #fff;
	color:#43484E
}

body section{
	padding: 75px 0;
}

a:hover {
	outline: none;
	text-decoration:none;
}

a:focus {
	outline:none;
	outline-offset: 0;
}

a {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	color:#956134;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
}

.slider-btn {
	background-color: rgba(149, 97, 52, 0.39);
	color: #FFF;
	-webkit-box-shadow: inset 0 0 0 1px #956134;
	box-shadow: inset 0 0 0 1px #956134;
	width: 190px;
	text-align: center;
	height: 55px;
	line-height:55px;
	padding: 0;
	font-size: 18px;
	font-weight:800;
	border: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.slider-btn:hover {
	background-color: rgba(67, 72, 78, 0.39);
	-webkit-box-shadow: inset 0 0 0 1px #43484e;
	box-shadow: inset 0 0 0 1px #43484e;
	color:#fff
}

.preloader{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: table;
	background: #fff;
	z-index: 9999;
}

.preloder-wrap{
	display: table-cell;
	vertical-align: middle;
}

.preloder-inner {
	width: 200px;
	height: 100px;
	margin: 0 auto;
}

.ball {
	width: 10px;
	height: 10px;
	margin: 10px auto;
	border-radius: 50px;
}

.ball:nth-child(1) {
	background: #ff005d;
	-webkit-animation: right 1s infinite ease-in-out;
	-moz-animation: right 1s infinite ease-in-out;
	animation: right 1s infinite ease-in-out;
}

.ball:nth-child(2) {
	background: #35ff99;
	-webkit-animation: left 1.1s infinite ease-in-out;
	-moz-animation: left 1.1s infinite ease-in-out;
	animation: left 1.1s infinite ease-in-out;
}

.ball:nth-child(3) {
	background: #008597;
	-webkit-animation: right 1.05s infinite ease-in-out;
	-moz-animation: right 1.05s infinite ease-in-out;
	animation: right 1.05s infinite ease-in-out;
}

.ball:nth-child(4) {
	background: #ffcc00;
	-webkit-animation: left 1.15s infinite ease-in-out;
	-moz-animation: left 1.15s infinite ease-in-out;
	animation: left 1.15s infinite ease-in-out;
 }

.ball:nth-child(5) {
	background: #2d3443;
	-webkit-animation: right 1.1s infinite ease-in-out;
	-moz-animation: right 1.1s infinite ease-in-out;
	animation: right 1.1s infinite ease-in-out;
}

.ball:nth-child(6) {
	background: #ff7c35;
	-webkit-animation: left 1.05s infinite ease-in-out;
	-moz-animation: left 1.05s infinite ease-in-out;
	animation: left 1.05s infinite ease-in-out;
}

.ball:nth-child(7) {
	background: #4d407c;
	-webkit-animation: right 1s infinite ease-in-out;
	-moz-animation: right 1s infinite ease-in-out;
	animation: right 1s infinite ease-in-out;
}

@-webkit-keyframes right {
	0% { -webkit-transform: translate(-15px); }
	50% { -webkit-transform: translate(15px); }
	100% { -webkit-transform: translate(-15px); }
}

@-webkit-keyframes left {
	0% { -webkit-transform: translate(15px); }
	50% { -webkit-transform: translate(-15px); }
	100% { -webkit-transform: translate(15px); }
}

@-moz-keyframes right {
	0% { -moz-transform: translate(-15px); }
	50% { -moz-transform: translate(15px); }
	100% { -moz-transform: translate(-15px); }
}

@-moz-keyframes left {
	0% { -moz-transform: translate(15px); }
	50% { -moz-transform: translate(-15px); }
	100% { -moz-transform: translate(15px); }
}

@keyframes right {
	0% { transform: translate(-15px); }
	50% { transform: translate(15px); }
	100% { transform: translate(-15px); }
}

@keyframes left {
	0% { transform: translate(15px); }
	50% { transform: translate(-15px); }
	100% { transform: translate(15px); }
}

.vertical-middle{
	width: 100%;
	height: 100%;
	display: table;
}

.vertical-middle div{
	display: table-cell;
	vertical-align: middle;
}


/*====================
======Header CSS=====
======================*/
#navigation .navbar {
	background:rgba(255, 255, 255, 0.852941);
	border-radius: 0;
	border-bottom: 0;
	box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 3px;
	padding-bottom: 8px;
}

#navigation .navbar-toggle{
	margin-top: 20px;
	background-color: #333;
}

#navigation .navbar-brand h1{
	padding: 0;
	margin: -12px;
}

#navigation .navbar-nav.navbar-right li {
	padding: 0 1px;
}

#navigation .navbar-nav.navbar-right {
	margin-top:26px;
}

#navigation .navbar-nav.navbar-right li a {
	color: #43484E;
	font-family: 'Roboto',sans-serif;
	font-size: 14px;
	padding: 0;
	text-transform: uppercase;
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
	padding: 6px 15px;
}

#navigation .navbar-inverse .navbar-nav .active a,
#navigation .navbar-inverse .navbar-nav .active a:focus, 
#navigation .navbar-nav.navbar-right li a:hover {
	color: #fff;
	background-color: #956134;
}


/*======================
====== Top Movie =======
========================*/
.video-wrap {
	position: relative;
}
.skip-wrap {
	position: absolute;
	top: 0;
	left: 30px;
	right: 0;
	bottom: 0;
	margin: auto auto;
	width:180px;
	height:60px;
}
.allMovie { position: fixed; right: 0; bottom: 0; min-width: 100%; min-height: 100%; width: auto; height: auto; }


/*======================
====Main Slider CSS=====
=======================*/
.home-pattern {
	position:absolute;
	width:100%;
	height: 0;
	/* \ฆๆฬณ  \ฆๆฬ ~ 100 */
	padding-top: 43.75%;
	z-index:1;
	left:0;
	bottom:0;
	background-image:url(../images/home-pattern.png);
	background-repeat:repeat;
	opacity:0.2;
}

#home{
	padding: 0;
	overflow: hidden;
	position:relative
}

#index-top {
	padding: 0;
}

#main-carousel .carousel-inner .item {
}

#randomShow {
	background-size:100% auto;
	background-repeat:no-repeat;
	margin-top:78px;
	height: 0;
	/* \ฆๆฬณ  \ฆๆฬ ~ 100 */
	padding-top: 43.75%;
}

#main-carousel .carousel-indicators { 
	bottom:15px
}

#main-carousel .carousel-indicators li{
	background: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	text-indent: -9999px;
	display: inline-block;
}

.carousel-indicators .active{
	background-color: #fff !important;
	
}

.slider-content {
	height: 100%;
}

#main-carousel .carousel-caption {
	display: table;
	height: 100%;
	min-height: 100%;
	width:100%;
	left: 0;
	top: 0;
	margin: auto;
	z-index: 11;
}

#main-carousel .carousel-caption > div{
	vertical-align: middle;
	display: table-cell;
}

#main-carousel .carousel-inner h2 {
	color: #f6f6f6;
	display: inline-block;
	font-family: roboto;
	font-size: 55px;
	font-weight: 800;
	margin-bottom: 40px;
	text-shadow: none;
}

#main-carousel .carousel-inner h2 span{
	color:#7ab700;
}

#main-carousel .carousel-inner p {
	color: #f6f6f6;
	font-family: roboto;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 59px;
	margin-top: 0;
	text-shadow:none;
}

#main-carousel .carousel-left{
	left:-50px;
}

#main-carousel .carousel-right{
	right:-50px;
}

#main-carousel:hover .carousel-left{
	left:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel:hover .carousel-right{
	right:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel .carousel-left,
#main-carousel .carousel-right{
	padding: 15px;
	z-index: 12;
	font-size: 60px;
	color: rgba(255, 255, 255, 0.52);
	top: 50%;
	position: absolute;
	margin-top: -60px;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

.carousel-right {
	right:65px
}

.carousel-left {
	left:65px
}

#main-carousel .carousel-left:hover,
#main-carousel .carousel-right:hover{
	color: #F6F6F6;
}


/*=======================
====== News CSS =====
=========================*/
#news {
	background:#f6f6f6;
	overflow: hidden;
	padding: 85px 0;
}

#news h2 {
	margin-bottom:35px
}

.news-title {
	font-weight: bold !important;
}

.title-one {
	color: #666;
	display: inline-block;
	font-size: 32px;
	font-weight: 600;
	padding-bottom:10px;
	text-align: center;
	text-transform: uppercase;
	position:relative
}

.title-one:after {
	color: #956134;
	content: "||";
	position: absolute;
	right: -40px;
	top: -2px;
}

.title-one:before {
	color: #956134;
	content: "||";
	left: -40px;
	position: absolute;
	top: 0;
}

.title-two {
	color: #fff;
	display: inline-block;
	font-size: 32px;
	font-weight: 600;
	padding-bottom:10px;
	text-align: center;
	text-transform: uppercase;
	position:relative
}

.title-two:after {
	color: #fff;
	content: "||";
	position: absolute;
	right: -40px;
	top: -2px;
}

.title-two:before {
	color: #fff;
	content: "||";
	left: -40px;
	position: absolute;
	top: 0;
}

#news h4 {
	color: #909090;
	margin-bottom: 50px;
	margin-top: -5px;
}

#news p {
	font-weight:300;
	font-size:15px
}

.news .col-sm-6 {
	margin-top:50px
}

.news h3 {
	font-size: 20px;
	margin-bottom: 18px;
}

.news .tab-content {
	background:#fff;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 25px;
	margin: 0;
}

.news .nav-tabs li a {
	border-top:2px solid #f6f6f6;
	color: #956134;
	margin: 0;
}

.news .nav-tabs li.active a, 
.news .nav-tabs li.active a:hover, 
.news .nav-tabs li.active a:focus {
	border-radius: 0;
	border-top: 2px solid #956134;
	color: #333333;
}

.pull-left.media-object {
	background-color: #fff;
	matgin-top: 0px;
	margin-right: 0px;
	padding: 5px;
}
.news .media-body {
	padding-top: 3px;
	margin: 0;
}

.news .media-line {
	border-bottom: 1px dotted #956134;
	margin-bottom: 15px;
	margin-left: 15px;
}
.news_date {
	background:#956134;
	color: #fff;
	padding: 3px 15px 3px 15px;
	margin-bottom: 5px;
	text-align:center;
	width: 130px;
}

.news_button {
	display: inline-block;
	width: 130px;
	text-align: center;
	text-decoration: none;
	outline: none;
	padding: 3px 15px 3px 15px;
	background:#956134;
	color: #fff;
}
.news_event {
	background:#ff5d0f;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.news_button,
.news_button::before,
.news_button::after {
	text-decoration: none;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.news_button:visited {
	text-decoration: none;
	color: #fff;
}
.news_button:hover {
	text-decoration: none;
	color: #fff;
	background-color: rgba(149, 97, 52, 0.69);
	color: #fff;
}
.news_button:hover:after {
	text-decoration: none;
	color: #fff;
}
.skillbar {
	position:relative;
	display:block;
	margin-bottom:18px;
	box-shadow:1px 1px 0 0 #333;
	width:100%;
	background:#43484e;
	height:35px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}

.skillbar-title {
	position:absolute;
	top:0;
	left:0;
	width:25%;
	font-weight:bold;
	font-size:13px;
	color:#fff;
	background-color:#956134;
}

.skillbar-title span {
	float: none;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	text-align: left;
	display:block;
	background-color:#956134;
	padding:0 15px;
	height:35px;
	line-height:35px;
}

.skillbar-bar {
	height:35px;
	width:0px;
	background-color:#956134;
	box-shadow:0 1px 0 0 #333333;
}

.skill-bar-percent {
	position:absolute;
	right:10px;
	top:0;
	font-size:11px;
	height:35px;
	line-height:35px;
	color:#ffffff;
}

.foster_bnr {
	/*text-align: center;
    width: 50%;
    margin: auto;*/
    margin-bottom: 40px;
}

.foster_bnr img {
    width: 100%;
}

.foster_bnr a {
	display:block;
}

.foster_bnr a:hover img {
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}




/*============================
======Service(System) CSS=====
============================*/

#campaign {
	background:#f6f6f6;	
}

#campaign h3 {
	font-size: 20px;
}

#campaign h4 {
	position: relative;
	background: #e8d6cc;
	padding: .5em 2em .5em 1.5em;
	font-size: 16px;
	color: #362425;
	border-radius: 0 10px 10px 0;
}

#campaign h4:before {
	font-family: FontAwesome;
	content: "\f1b0";
	display: inline-block;
	line-height: 40px;
	position: absolute;
	padding: 0em;
	color: white;
	background: #ff928b;
	font-weight: normal;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	left: -1.35em;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: solid 3px white; 
	border-radius: 50%;
}

#campaign h3 {
  padding: 1em;
  border: 3px solid #ccc;
  border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
  background: #fff;
  font-weight:bold;
  color: #362425;
  
}

.colorful_link {
	border-bottom: dotted 4px #ff928b;
	font-weight:bold;
}

.center_btn {
	display:block;
	text-align:center;
	margin:.5em 25%;
	border:solid 1px;
	border-radius:5px;
	box-shadow:1px 1px 1px;
}
/*============================
=====X}zc iPhone6 BASE====
============================*/
@media screen and (orientation:portrait) and (max-width: 480px){ 
	#services {
		color:#fff;
		text-align:center;
	}
	.parallax-section {
		min-height: 300px;
		width: 100%;
	}
	#services::before {
		color:#fff;
		text-align:center;
		background-color:#0A0A13;
		background:url("/images/price/service-bg1sp1x2.jpg") no-repeat left top;
		background-size: 100% auto;
		background-position: 0 -40px;
		display: block;
		position: fixed;
		top: 78px;
		left: 0;
		width: 100%;
		height: 100%;
		content: "";
		z-index: -9999;
	}   
}

/*============================
=====X}zก iPhone6 BASE====
============================*/
@media screen and (orientation:landscape) and (max-width: 480px){ 
	#services {
		color:#fff;
		text-align:center;
	}
	.parallax-section {
		min-height: 300px;
		width: 100%;
	}
	#services::before {
		color:#fff;
		text-align:center;
		background-color:#0A0A13;
		background:url("/images/price/service-bg1iPad1.jpg") no-repeat left top;
		background-size: 100% auto;
		background-position: 0 -40px;
		display: block;
		position: fixed;
		top: 78px;
		left: 0;
		width: 100%;
		height: 100%;
		content: "";
		z-index: -9999;
	}   
}

/*=============
======PCp=====
==============*/
@media (min-width: 1025px){ 
	#services {
		background-image: url("/images/price/service-bg1.jpg");
		color:#fff;
		text-align:center;
		background-color:#0A0A13;
	}
	.parallax-section {
		min-height: 300px;
		width: 100%;
		background-position: 50% 0;
		/*background-repeat: no-repeat;*/
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: cover; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}
}

/*==================
=====iPadcz่=====
==================*/
@media screen and (orientation:portrait) and (min-width: 481px) and (max-width: 1024px){ 
	#services {
		color:#fff;
		text-align:center;
	}
	.parallax-section {
		min-height: 300px;
		width: 100%;
	}

	#services::before {
		color:#fff;
		text-align:center;
		background-color:#0A0A13;
		background:url("/images/price/service-bg1iPad2.jpg") no-repeat left top;
		background-size: 100% auto;
		background-position: 0 -40px;
		display: block;
		position: fixed;
		top: 78px;
		left: 0;
		width: 100%;
		height: 100%;
		content: "";
		z-index: -9999;
	}   
}

/*==================
=====iPadกz่=====
==================*/
@media screen and (orientation:landscape) and (min-width: 481px) and (max-width: 1024px){ 
	#services {
		color:#fff;
		text-align:center;
	}
	.parallax-section {
		min-height: 300px;
		width: 100%;
	}

	#services::before {
		color:#fff;
		text-align:center;
		background-color:#0A0A13;
		background:url("/images/price/service-bg1iPad1.jpg") no-repeat left top;
		background-size: 100% auto;
		background-position: 0 -40px;
		display: block;
		position: fixed;
		top: 78px;
		left: 0;
		width: 100%;
		height: 100%;
		content: "";
		z-index: -9999;
	}   
}

.services {
	display:block;
	overflow:hidden;
	margin-top:50px
}

#services h2{
	color: #fff;
	border-color: #fff;
	margin-bottom:35px
}

.single-service-top {
	height: 180px;
}

@media screen and (orientation:portrait) and (max-width: 480px){ 
	.single-service-top {
		height: 205px;
	}
}

.single-service {
	background-color: rgba(0, 0, 0, 0.39);
	padding:25px;
	margin-bottom:5px;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

.single-service p {
	text-align:justify;
}

.single-service i {
	text-align:center;
	font-size:80px;
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	height: 150px;
	line-height: 150px;
	width: 150px;
	color:#43484E;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

.single-service:hover {
}

.single-service:hover i {
	color:#956134;
	-moz-transform: scale(1.1) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
}

.single-service ul {
	overflow:hidden;
}

.single-service ul li {
	text-align:left;
}

.single-service dl dt {
	text-align:left;
}

.single-service dl dd {
	padding-left:12px;
	text-align:left;
}


/*======================
======Landscape CSS=====
========================*/
#landscape {
	padding-top:70px;
	padding-bottom: 100px;
	background:#f6f6f6;
}

.single-access-landscape {
	height: 100%;
	margin-bottom: 30px;
	background-color:#F7F7F7;
	padding:25px;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-webkit-box-shadow: 0 2px 0 0 #ddd;
	box-shadow: 0 2px 0 0 #ddd;
}


/*======================
======Staff CSS=====
========================*/
#staff {
	padding-top:70px;
	padding-bottom: 100px;
	background-color:#fff;
}

#staff p, 
#staff h2 {
	margin-bottom:30px;
}

#staff 
.staff-filter {
	margin-bottom:40px;
	margin-top:10px;
}

#staff 
.staff-filter li {
	display: inline-block;
}

#staff 
.staff-filter li a:hover, 
#staff 
.staff-filter li a:focus,
#staff 
.staff-filter li a:active , 
#staff 
.staff-filter li .active{
	border: 1px solid #956134;
	color: #686868;
	box-shadow: none;
	-webkit-box-shadow: none;
	opacity: 1;
}

#staff 
.staff-filter li a {
	color: #686868;
	font-size: 16px;
	border: none;
	background: rgba(67, 72, 78, 0);
	opacity: .8;
	border: 1px solid rgba(252, 119, 0, 0);
	border-radius: inherit;
}

.staff-items {
	width:100%;
	background-color: #ccc;
}

.staff-items > div{
	padding:0;
}

.staff-items img{
	width:100%;
}

.staff-image {
	width: 100%;
	max-width: 100%;
	max-height:200px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position:relative;
}

/*===================================
======Staff Movie Responsive CSS=====
=====================================*/
	.staff-movie {
		width: 100%;
		max-width: 100%;
		max-height:200px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		background-color: #111;
	}

/*===IE10===*/
@media all and (-ms-high-contrast: none){
	.staff-movie {
		width: 100%;
		max-width: 100%;
		max-height:199px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		background-color: #111;
	}
}
/*===Edge===*/
@supports (-ms-ime-align:auto) {
	.staff-movie {
		width: 100%;
		max-width: 100%;
		max-height:199px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		background-color: #111;
	}
}
/*===Firefox===*/
@-moz-document url-prefix() {
	.staff-movie {
		width: 100%;
		max-width: 100%;
		max-height:199px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		background-color: #111;
	}
}
/*===Chrome,Safari===*/
@media screen and (-webkit-min-device-pixel-ratio:0){
	.staff-movie {
		width: 100%;
		max-width: 100%;
		max-height:199px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		background-color: #111;
	}
}

/*===iPad 992pxศใA1200pxข col-md-4===*/
@media screen and (min-width: 992px) and (max-width: 1199px) { 
	.staff-movie {
		width: 100%;
		max-width: 100%;
		max-height:200px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		background-color: #111;
	}
}

.staff-image p.male,
.staff-image p.female {
	position: absolute;
	bottom:-36px;
	left:0;
	width:100%;
	color: #333;
	background:  rgba(255, 255, 255, 0.39);
	font-size: 20px;
	font-weight: bold;
	line-height: 250%;
	text-align: center;
	padding-top: 0px;
	padding-bottom:5px;
}

.staff-image a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

/*=======================================
=============View Effect CSS=============
========================================*/
.view {
	cursor: default;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	width:100%;
	background-color: #F6F6F6;

}

.efffect h4 {
	opacity: 0;
	transform: scale(0);
	transition: all 0.5s linear 0s;
}

.efffect h3 {
	opacity: 0;
	transform: scale(0);
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}

.efffect img {
	transform: scaleY(1);
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transition: all 0.7s ease-in-out 0s;
	-moz-transition: all 0.7s ease-in-out 0s;
	-webkit-transition: all 0.7s ease-in-out 0s;
	-o-transition: all 0.7s ease-in-out 0s;
}

.view img {
	display: block;
	position: relative;
}

.efffect .mask {
	background-color: #F6F6F6;
	border:4px solid #333333;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	opacity: 0
}

.view .mask, .view .content {
	height:100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width:100%;
}

.mask h3 {
	color: #43484E;
	font-family: cabin;
	font-size: 22px;
	font-weight: 700;
	margin-top: 30px;
	transition: height 500ms ease 0s;
}

.mask h4 {
	color:#000;
	font-family: roboto;
	font-size: 14px;
	font-weight: 200;
	padding: 0 35px 5px;
}

.mask i {
	border: 2px solid #333;
	border-radius: 50%;
	color: #333;
	font-size: 17px;
	margin-left: 8px;
	padding: 8px;
}

.mask i:hover{
	background-color:#956134;
	color:#fff;
}


/*=====================
=======Access CSS======
======================*/
#access {
	padding-bottom:75px;
	padding-top:75px;
	background-color: #fff;
}

.access-heading {
	margin-bottom: 35px;
	margin-top: 15px;
}

.single-access-map {
	height: 100%;
	margin-bottom: 30px;
	background-color:#F7F7F7;
	padding:25px;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-webkit-box-shadow: 0 2px 0 0 #ddd;
	box-shadow: 0 2px 0 0 #ddd;
}

.access-content-parent {
	height: 120px;
}

.single-access {
	height: 100%;
	margin-bottom: 30px;
	background-color:#F7F7F7;
	padding:25px;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-webkit-box-shadow: 0 2px 0 0 #ddd;
	box-shadow: 0 2px 0 0 #ddd;
}

.single-access:hover {
	background-color:#43484E;
	color:#fff
}

.single-access:hover.single-access h2 {
	color:#fff
}

.single-access:hover.single-access .btn-primary {
	background-color:#956134;
	color:#fff;
	border-color:#fff;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	virtical-align: bottom;
}

.single-access img{
	width:100%;
	margin-bottom:20px
}

.single-access h2 {
	color:#43484E;
	font-size:20px;
}

.single-access h2{
	margin:0;
	margin-bottom:15px;
}

.single-access ul {
	padding:0;
	overflow:hidden;
}

.single-access ul li {
	border-right: 2px solid #999999;
	float: left;
	line-height: 10px;
	list-style: none;
	margin-right: 10px;
	padding-right: 10px;
	font-size: 12px;
	color:#999;
}

.single-access ul li:last-child {
	border:none;
}

.access-content {
	margin-bottom: 25px;
	margin-top: 0;
}

.single-access .btn-primary {
	border: 1px solid #956134;
	color: #686868;
	background-color: rgba(255, 255, 255, 0);
	border-color: #956134;
}

.single-access:hover.single-access .btn-primary:hover{
	background-color:#956134;
	color:#fff;
}

#access-detail .modal-body {
	padding:30px;
}

#access-detail .modal-body img {
	width:100%
}

#access-detail .close {
	margin-right: -15px;
	margin-top: -25px;
}

#access h2 ol {
	magin: 0;
	padding-left: 20px;
}


/*====================
======Contact CSS=====
======================*/
#contact {
	overflow:hidden;
	background-color: #f6f6f6;
	position:relative;
	padding-bottom:85px;
	border-top:2px solid #ddd
}

#contact .contact-heading {
	padding-bottom:35px;
	position: relative;
	z-index: 10;
}

.contact-details {	
	padding-top:35px;
	background-color:#fff;
}

.pattern {
	height:100%;
	position:absolute;
	width:100%;
	z-index:1;
	left:0;
	bottom:0;
	background-image:url(../images/pattern.png);
	background-repeat:repeat;
	opacity:0.2;
}

.contact-address {
	background-color: #fff;
}

.contact-address .social-icons a i {
	border-radius:0;
	height:30px;
	line-height:inherit;
	width:30px;
	border-width:0;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	margin-right:10px
}

.contact-address .social-icons i:hover {
	transform: scale(.9);
}

.social-icons a {
	color: #A2A2A2;
	font-size: 20px;
	border: 1px solid #A2A2A2;
	border-radius: 50%;
	text-align: center;
	padding: 6px;
	width: 44px;
	height: 44px;
	display: inline-block;
	margin: 2px;
}

.social-icons a:hover {
	color: #956134;
	border: 1px solid #956134;
}

.contact-address .social-icons, 
.contact-address address {
	z-index:2;
	position:relative
}

.contact-address p {
	font-weight:800;
	font-size:24px
}

.contact-address p span {
	color:#956134;
}

.contact-sns {
	max-width:500px;
	height:520px;
	padding-top:20px;
}

.twitter_follow_button_area {
	max-width:500px;
	text-align:right;
	margin-top:0px;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
	width: 100% !important;
}
.contact-social {
	background-color: #fff;
	padding-bottom:35px;
}

.contact-social .social-icons a i {
	border-radius:0;
	height:30px;
	line-height:inherit;
	width:30px;
	border-width:0;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	margin-right:10px
}
.contact-social.social-icons i:hover {
	transform: scale(.9);
}

.contact-social .social-icons, 
.contact-social address {
	z-index:2;
	position:relative
}

.contact-social p {
	font-weight:800;
	font-size:24px
}

.contact-social p span {
	color:#956134;
}

#contact-form-section {	
	padding:35px;
	background-color: #FFF; 
	height:390px;
}
#contact-form-section .btn-primary {
	background-color:#956134;
	border-color:#f6f6f6;
	border-radius:0;
	padding:10px 35px;
	font-weight:800;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

#contact-form-section .btn-primary:hover {
	background-color:#43484E
}

#contact-form input, 
#contact-form textarea, 
#contact-form .btn-primary {
	position:relative;
	z-index:2;
}

#contact-form .name-field, 
#contact-form .mail-field {
	width:49%;
}

#contact-form .name-field {
	margin-right:2%;	
	float:left
}

#contact-form .mail-field {
	
}

#contact-form-section .form-control {
	border-radius:0;
	-webkit-box-shadow:none;
	box-shadow:none;
}

#contact-form-section textarea {
	resize:none
}

#contact-form-section .form-control:focus {
	border-color: #956134;
	outline: 0;
	-webkit-box-shadow:none;
	box-shadow:none;
}


/*====================
======Footer CSS=====
======================*/
#footer {
	background-color:#f6f6f6;
	padding:25px 0;
	color:#43484E;
	font-size:16px;
	position:relative;
	border-top: 1px solid #fff;
	margin: 0;
}

#footer p {
	margin: 0
}

#footer a {
	color:#956134;
}


/*============================
======Carousel Effect CSS=====
==============================*/
.carousel.scale .carousel-inner > .item.left > div:nth-child(1),
.carousel.scale .carousel-inner > .item.right > div:nth-child(1) {
	-webkit-animation: fadeOutDown 300ms linear 0ms both;
	animation: fadeOutDown 300ms linear 0ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(1),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(1) {
	-webkit-animation: fadeInDown 300ms linear 75ms both;
	animation: fadeInDown 300ms linear 75ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(2),
.carousel.scale .carousel-inner > .item.right > div:nth-child(2) {
	-webkit-animation: fadeOutDown 300ms linear 75ms both;
	animation: fadeOutDown 300ms linear 75ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(2),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(2) {
	-webkit-animation: fadeInDown 300ms linear 150ms both;
	animation: fadeInDown 300ms linear 150ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(3),
.carousel.scale .carousel-inner > .item.right > div:nth-child(3) {
	-webkit-animation: fadeOutDown 300ms linear 150ms both;
	animation: fadeOutDown 300ms linear 150ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(3),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(3) {
	-webkit-animation: fadeInDown 300ms linear 225ms both;
	animation: fadeInDown 300ms linear 225ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(4),
.carousel.scale .carousel-inner > .item.right > div:nth-child(4) {
	-webkit-animation: fadeOutDown 300ms linear 225ms both;
	animation: fadeOutDown 300ms linear 225ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(4),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(4) {
	-webkit-animation: fadeInDown 300ms linear 300ms both;
	animation: fadeInDown 300ms linear 300ms both;
}


/*==================================
====== Isotope Recommended CSS=====
====================================*/
/**** Isotope Filtering ****/
.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;
}

.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: -ms-transform, opacity;
	-o-transition-property: -o-transform, 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;
}
/* End: Recommended Isotope styles */


/*==================================
====== Portfolio Hover effect=======
====================================*/
.efffect img {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.efffect .mask {
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	cursor: zoom-in;
}
.efffect h4 {
	background: transparent;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.efffect h3 {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	font-size:22px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.mask a i {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	-o-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	transform:rotate(-180deg);
	-webkit-transition:all 0.5s linear 0.7s;
	-moz-transition: all 0.5s linear 0.7s;
	-o-transition:all 0.5s linear 0.7s;
	-ms-transition:all 0.5s linear 0.7s;
	transition:all 0.5s linear 0.7s;
}
.efffect:hover img {
	-webkit-transform: scale(10);
	-moz-transform: scale(10);
	-o-transform: scale(10);
	-ms-transform: scale(10);
	transform: scale(10);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.efffect:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.efffect:hover h4,.efffect:hover h3,.efffect:hover a i {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}


/*========================
====== Top Message =======
=========================*/
#top_message {
	background-color: #fff;
}

.jp .top_messageBox {
	margin:10px 5px 5px;
	border:solid 1px #333;
	width:100%;
	height:115px;
	border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	display: table;
}

.en .top_messageBox {
	margin:10px 5px 5px;
	padding-left:10px;
	padding-right:10px;
	border:solid 1px #333;
	width:100%;
	height:160px;
	border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	display: table;
}

.jp .top_message {
	font-size:38px;
	font-weight:bold;
	color:#333;
	display: table-cell;
	vertical-align: middle;
}

.en .top_message {
	font-size:32px;
	font-weight:bold;
	color:#333;
	display: table-cell;
	vertical-align: middle;
}

.kadomaru {
	border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
}

@media screen and (max-width: 480px) { 
	body section {
		padding:30px 0;
	}
	#top_messageBox .container {
		padding:0;
		margin:0;
	}
	.jp .top_messageBox {
		margin:5px 5px 5px;
		border:solid 1px #333;
		width:100%;
		height:65px;
		border-radius: 20px 20px 20px 20px;
		-webkit-border-radius: 20px 20px 20px 20px;
		-moz-border-radius: 20px 20px 20px 20px;
		display: table;
	}

	.en .top_messageBox {
		margin:5px 5px 5px;
		padding-left:10px;
		padding-right:10px;
		border:solid 1px #333;
		width:100%;
		height:80px;
		border-radius: 20px 20px 20px 20px;
		-webkit-border-radius: 20px 20px 20px 20px;
		-moz-border-radius: 20px 20px 20px 20px;
		display: table;
	}

	.jp .top_message {
		font-size:18px;
		font-weight:bold;
		color:#333;
		display: table-cell;
		vertical-align: middle;
	}

	.en .top_message {
		font-size:16px;
		font-weight:bold;
		color:#333;
		display: table-cell;
		vertical-align: middle;
	}

	.kadomaru {
		border-radius: 20px 20px 20px 20px;
		-webkit-border-radius: 20px 20px 20px 20px;
		-moz-border-radius: 20px 20px 20px 20px;
	}
}

/*=====================
======Gallery CSS=====
=======================*/
#gallery {
	background-color:#fff;
}

#gallery2 {
	margin-top:39px;
	margin-bottom:0px;
	padding-top: 39px;
	padding-bottom: 0px;
}

#gallery-child {
	padding: 0;
	margin: 100px 0 0 0;
}

#gallery-child p, 
#gallery-child h2 {
	margin-bottom:30px;
}

#gallery-child .container .row {
	border 1px solid #666;
	padding-bottom: 10px;
} 

#gallery-child 
.gallery-child-filter {
	margin-bottom:40px;
	margin-top:10px;
}

#gallery-child 
.gallery-child-filter li {
	display: inline-block;
}

#gallery-child 
.gallery-child-filter li a:hover, 
#gallery-child 
.gallery-child-filter li a:focus,
#gallery-child 
.gallery-child-filter li a:active , 
#gallery-child 
.gallery-child-filter li .active{
	border: 1px solid #956134;
	color: #686868;
	box-shadow: none;
	-webkit-box-shadow: none;
	opacity: 1;
}

#gallery-child 
.gallery-child-filter li a {
	color: #686868;
	font-size: 16px;
	border: none;
	background: rgba(67, 72, 78, 0);
	opacity: .8;
	border: 1px solid rgba(252, 119, 0, 0);
	border-radius: inherit;
}

.gallery-child-items > div{
	padding:0;
}

.gallery-child-items img{
	width:100%;
}

#youtube_player {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#youtube_player iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.gallery-child-image a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

.gallery-child-image {
	width: 100%;
	max-width: 100%;
	max-height:200px;
	overflow: hidden;
	margin: 0;
	padding: 5px;
	position:relative;
	background-color: #fff;
}

.gallery-child-image p.male,
.gallery-child-image p.female {
	position: absolute;
	bottom:-36px;
	left:0;
	width:100%;
	color: #333;
	background:  rgba(255, 255, 255, 0.39);
	font-size: 20px;
	font-weight: bold;
	line-height: 250%;
	text-align: center;
	padding-top: 0px;
	padding-bottom:5px;
}

.single-pic {
	color: #f6f6f6;
	padding: 0;
}

.single-pic a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

.single-pic img {
	width:100%
}

.single-pic h4, 
.single-pic h5 {
	text-align:center
}


/*====================
========SNS CSS=======
======================*/
#sns {
	overflow:hidden;
	background-color: #f6f6f6;
	position:relative;
	padding-bottom:85px;
	border-top:2px solid #ddd
}


/*=========================
========Move Top CSS=======
===========================*/
.page-top {
	position: fixed;
	bottom: 1px;
	right: 1px;
	opacity:0.7;
	z-index: 9999;
	display: none;
}

.page-top a:hover {
	color: #555;
	opacity:0.7;
}


/*=====================================
========scriptฎ์ตศขฦซ CSS=======
=======================================*/
.randomfixation {
	background-image: url(/images/slider/slide21.jpg)
}
