/*---------- theme.css fix ----------*/
@media all and (max-width: 767px) {
	.parallax > .background-image-holder, .parallax .slides li > .background-image-holder {
		height: 100%;
	}
}

.kenburns .slides li:nth-of-type(odd) .background-image-holder {
  -webkit-animation: kenBurnsEast 25s linear infinite alternate;
  animation: kenBurnsEast 25s linear infinite alternate;
}
.kenburns .slides li:nth-of-type(even) .background-image-holder {
  -webkit-animation: kenBurnsWest 25s linear infinite alternate;
  animation: kenBurnsWest 25s linear infinite alternate;
}
@keyframes kenBurnsEast {
  from {
    -ms-transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
  }
  to {
    -ms-transform: scale(1.2) translateX(50px);
    -webkit-transform: scale(1.2) translateX(50px);
    transform: scale(1.2) translateX(50px);
  }
}
@-webkit-keyframes kenBurnsEast {
  from {
    -ms-transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
  }
  to {
    -ms-transform: scale(1.2) translateX(50px);
    -webkit-transform: scale(1.2) translateX(50px);
    transform: scale(1.2) translateX(50px);
  }
}
@keyframes kenBurnsWest {
  from {
    -ms-transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
  }
  to {
    -ms-transform: scale(1.2) translateX(-50px);
    -webkit-transform: scale(1.2) translateX(-50px);
    transform: scale(1.2) translateX(-50px);
  }
}
@-webkit-keyframes kenBurnsWest {
  from {
    -ms-transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
  }
  to {
    -ms-transform: scale(1.2) translateX(-50px);
    -webkit-transform: scale(1.2) translateX(-50px);
    transform: scale(1.2) translateX(-50px);
  }
}
@media all and (max-width: 767px) {
  .kenburns .slides li .background-image-holder {
    -webkit-animation: none !important;
    animation: none !important;
  }
}
@media all and (max-width: 480px) {	
	.kenburns .slides .background-image-holder.bg-adj {
		background-position: 63% 50% !important;
	}
}
@media all and (max-width: 1199px) {
	.portfolio-pullup .col-md-4 {
		width: 33.3332%;
	}
}
@media all and (max-width: 768px) {
	.portfolio-pullup .col-sm-6 {
		width: 50%;
	}
}
@media all and (max-width: 991px) {
  .image-square {
    height: auto;
    max-height: 100000px !important;
    padding-bottom: 32px;
  }
  .image-square .image,
  .image-square > .content {
    position: relative;
  }
  .image-square .image {
    height: 100vw;
    margin-bottom: 32px;
    max-height: 500px;
  }
  .image-square > .content {
    top: 0;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    padding: 0 20%;
  }
}



/* IE 9 */
.v-align-transform {
    -ms-transform: translate(0, -50%);
}
/*.offscreen-container {
    -ms-transform: translate(200%, 0);
}
.offscreen-container.reveal-nav {
    -ms-transform: translate(100%, 0);
} */




/*---------- theme.css modify ----------*/
body {
	font-size: 1.6rem;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, Meiryo, "M+ 1p", sans-serif;
	line-height: 1.6;
	color: #373535;
	font-weight: 400;
}
.social-list.list-inline > li {
    padding: 0 1rem;
}
ul.list-disc {
	list-style: disc;
	margin-left: 1.5em;
}
.center-justified {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}
.extra-bold {
  font-weight: 900 !important;
}
.bold {
  font-weight: 700 !important;
}
.normal {
  font-weight: 400 !important;
}
.thin {
  font-weight: 300 !important;
}
.serif {
	font-family: Georgia, Times, "Times New Roman", serif;
}
.large {
	font-size: 125%;
}
.small90{
	font-size: 90%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, Meiryo, "M+ 1p", sans-serif;
}
h1.large {
	font-size: 7.2rem;
	line-height: 1.1;
	font-weight: 200;
}
h1 {
	font-size: 9.6rem;
	line-height: 1.1;
	font-weight: 600;
}
h1.small {
    font-size: 8rem;
}
h1.uppercase {
	margin-right: 0;
}
h2.larger {
    font-size: 4.8rem;
}
h2.large {
    font-size: 4.8rem;
}
h2 {
    font-size: 4rem;
	line-height: 1.2;
	font-weight: 600;
}
h3 {
    font-size: 3.2rem;
	line-height: 1.2;
	font-weight: 600;
}
h3.large {
    font-size: 3.6rem;
}
h4 {
    font-size: 2.4rem;
	line-height: 1.25;
	font-weight: 500;
}
h4.large {
    font-size: 2.8rem;
}
h4.small {
    font-size: 2rem;
}
h5.large {
    font-size: 1.8rem;
	font-weight: 300;
}
h5 {
    font-size: 1.6rem;
	line-height: 1.25;
	font-weight: 500;
}
h6.large {
    font-size: 1.4rem;
}
h6{
    font-size: 1.2rem;
	line-height: 1.25;
	font-weight: 500;
}
h1.uppercase, h2.uppercase, h3.uppercase {
    letter-spacing: inherit;
	margin-right: 0;
}
p, span {
    font-weight: 400;
}
p.lead {
    font-size: 1.6rem;
    line-height: 1.6;
	font-weight: 400;
}
.btn {
    padding: 0 2.6rem;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, Meiryo, "M+ 1p", sans-serif;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	border-color:#b5c45f;
	border-width: 1px;
	line-height: 38px;
	font-weight: 900;
	text-transform: uppercase;
}
.btn:hover {
    background: #fff !important;
	border-color: #b5c45f !important;
	color:#b5c45f !important;
}
.btn-filled, .btn:visited {
    background: #b5c45f;
}
.container{
	max-width: 90%;
}
section + .portfolio-pullup {
    margin-top: -8vh;
}
.masonry {
    margin-top: 8vh;
}
.masonry.fadeIn {
    margin-top: 0;
}
.masonry-item {
	position: absolute;
}
@media all and (max-width: 990px) {
	h1 {
		font-size: 7.2rem;
	}
	h1.small {
		font-size: 6.8rem;
	}
	h1.large {
		font-size: 6.4rem;
	}
	h2.larger {
		font-size: 4.8rem;
	}
	h2.large {
		font-size: 4.0rem;
	}
	h2 {
		font-size: 3.2rem;
	}
	h3.large {
		font-size: 4rem;
	}
	h3 {
		font-size: 2.8rem;
	}
}
@media all and (max-width: 767px) {
	h1 {
		font-size: 6.4rem;
	}
	h1.small {
		font-size: 5.6rem;
	}
	h2.larger {
		font-size: 4rem;
	}
	p {
		font-size: 1.6rem;
	}
	section + .portfolio-pullup {
		margin-top: -4vh;
	}
}
@media all and (max-width: 480px) {
	h1 {
		font-size: 5.6rem;
	}
	h1.small {
		font-size: 4.8rem;
	}
	h2.larger {
		font-size: 2.8rem;
	}
	h2.large {
		font-size: 3.6rem;
	}
	h2 {
		font-size: 2.4rem;
	}
	h3 {
		font-size: 2.2rem;
	}
	h4 {
    	font-size: 1.8rem;
	}
	h5.large {
		font-size: 1.6rem;
	}
	section {
		padding: 56px 0;
	}
	.container{
		max-width: 100%;
	}
}
@media all and (max-width: 360px) {
	h1 {
		font-size: 4.8rem;
	}
	h1.small {
		font-size: 4rem;
	}
	h2 {
		font-size: 2.4rem;
	}
	h4.small {
    	font-size: 1.7rem;
	}
}

/*---------- nav ----------*/
/*nav {
	overflow: hidden;
}*/
nav.scrolled, nav.reveal-nav {
	overflow: visible;
}
.nav-bar {
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
nav.transparent .module.widget-handle {
    border-left: none !important;
	border-top: none;
	padding-left: 0;
}
nav.transparent .nav-utility, nav.transparent .nav-bar {
    border-bottom: none;
}
nav.transparent .logo {
	max-width: 25vw;
}
nav.fixed .nav-bar {
	background: none;
}
/*nav.transparent.fixed {
    display: none;  erase fixed nav
} */
.module.widget-handle i {
    line-height: 55px;
}
.fade-on-hover {
	opacity: .7;
}
.fade-down-on-hover {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 1;
}
.fade-down-on-hover:hover {
    opacity: .7;
}
.nav-hr{
	max-width: 40%;
    margin: 2.4em auto;
    opacity: 0.4;
	border-top: 1px solid #fff;
}
nav h5 {
	font-size: 1.5rem;
    letter-spacing: 0.02em !important;
}
nav a .ti-close {
	color:#fff;
}
nav a:hover .ti-close {
	opacity:1;
}

nav.transparent.fixed {
    background-color: rgba(255,255,255,.75);
}
/*
@media all and (max-width: 990px) {
	nav.fixed {
		position: fixed !important;
	}
}*/


/*---------- new selectors ----------*/
div#preload-img { display: none; }
.no-break{
	display:inline-block;
	font-style: normal;
}
@media all and (max-width: 767px) {
  .br-sm br {
    display: inline;
  }
}
.v-align-md {
	vertical-align: middle;
}
.absolute{
	position: absolute;
}
.pr0 {
	padding-right: 0;
}
.pl0 {
	padding-left: 0;
}
.pr40 {
	padding-right: 40px;
}
.pr80 {
	padding-right: 80px;
}

.mt10{
	margin-top: 10px;
}
.mt200 {
	margin-top: 200px;
}
.container-xl{
	width: 1680px;
	max-width: 104%;
	margin-left: auto;
	margin-right: auto;
}
.container-l{
	max-width: 96%;
	width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.container-ml{
	width: 1230px;
	margin-left: auto;
	margin-right: auto;
}
.container-m{
	max-width: 96%;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	
}
.font-smooth-none {
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
}
.larger {
	font-size: 200%;
}
.smaller {
	font-size: 50%;
}
.smaller2 {
	font-size: 40%;
}
.line-height1 {
	line-height: 1;
}
.line-height-s {
	line-height: 1.5 !important;
}
.line-height-xs {
	line-height: 1.35 !important;
}
.font1 {
	font-family: brandon-grotesque, sans-serif; 
	font-weight: 900; 
	font-style: normal;
	letter-spacing: 0.025em;
	line-height: 1;
	text-transform: uppercase;
}
.font2 {
	font-family: serif !important;
	font-style: italic;
}
.font3 {
	font-family: museo-slab, serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.025em !important;
}
.letter-space0 {
	letter-spacing: 0;
}
.letter-space-wide {
	letter-spacing: .025em !important;
}
.letter-space-wider {
	letter-spacing: .05em !important;
}
.letter-space-widest {
	letter-spacing: .8em;
}
.text-center .letter-space-wide {
	padding-left: .2em;
}
.text-center .letter-space-wider {
	padding-left: .55em;
}
.text-center .letter-space-widest {
	padding-left: .8em;
}
.text-shadow {
	text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.4);
}
.btn-rounded-rectangle{
	border-radius: 4px;	
}
.btn-lg{
	font-size: 1.5rem;
    letter-spacing: 0.025em;
    padding: 0 3.6rem;
    line-height: 5rem;
    height: 5rem;
}
.btn-xs{
    padding: 0 1.4rem;
    min-width: 100px;
    height: 3rem;
    line-height: 3rem;
    letter-spacing: 0.02em;
    margin-top: 4px;
}
.style1 {
	background-color: #b5c45f;/* beige */
	color: #fff;
}
.style1 h1, .style1 h2, .style1 h3, .style1 h4, .style1 h5, .style1 h6 {
    color: #fff;
}
.style2 a {
	color:#ef4c44;
	font-weight: 300;
}
.style2 a:hover {
	color: #b5c45f;/* beige */
}
.style2 a:focus {
	color: #b5c45f;/* beige */
}
.style3 {
	background-color: #092d67;/* indigo */
	color: #fff;
}
.style3 h1, .style3 h2, .style3 h3, .style3 h4, .style3 h5, .style3 h6 {
    color: #fff;
	font-weight: 300;
}
.style4 {
	background-color: #090306;/* black */
	color: #dbbc79;
}
.style4 h1, .style4 h2, .style4 h3, .style4 h4, .style4 h5, .style4 h6, .style4 p {
	color: #dbbc79;
	font-weight: 300;
}
.bg1 {
	background: url(../img/bg1.jpg) left top repeat;
	background-size:100% auto;
}
.bg2 {
	background-color: #f7f7f7;/* light gray */
}
.color1 {
	color: #b5c45f;
}
.color2 {
	color: #555;
}
.color3 {
	color:#b5c45f;
}
.btn1, .btn1:visited, .btn:focus {
	color: #b5c45f;
}
.btn1:hover {
	background-color: #b5c45f;
	color: #fff;
}
.btn2, .btn2:visited, .btn:focus {
	background-color: #b5c45f;
	color: #fff;
}
.btn3, .btn3:visited, .btn:focus {
	background-color: #fff;
	color: #b5c45f;
}
.btn1:hover {
	color: #b5c45f;
}
.hr-dashed{
	border-top: 1px dashed #ccc; 
	border-left:none; 
	border-right: none; 
	border-bottom: none;
}
.icon-text {
  font-size: .9em;
}
a .icon-text {
  color: #ED8f6d;/* gold */
}
a:hover .icon-text {
  color: #fd776d;/* pink */
}
a:focus .icon-text {
    color: #1e2d44;/* navy */
}
.mask-circle{
    overflow: hidden;
    border-radius: 50%;
}
.photo-copyright {
	color: #fff;
	position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 1;
    font-size: 1rem;
}

@media all and (max-width:480px) {
	.photo-copyright {
		font-size: .75rem;
	}
}
a .copyright{
	color: #fff;
	width: 90%;
	position: absolute;
	top: 50%;
    left: 50%;
    font-size: 1.8rem;
    font-family: serif;
    font-style: oblique;
    z-index: 1;
    text-align: center;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    line-height: 1.2;
	opacity: 0;
	-moz-transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	-ms-transition: opacity .5s ease;
	transition: opacity 1s ease;
}
a:hover .copyright{
	opacity: 1;
}
a .copyright p::before{
	content: '';
	display: block;
	position: relative;
	width: 10px;
	height: 1px;
	background-color: #fff;
	margin: 8px auto 12px;
	-moz-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-moz-transition: all 2s ease;
	-webkit-transition: all 2s ease;
	-ms-transition: all 2s ease;
	transition: all 2s ease;
}
a .copyright p::before{
	-moz-transform: scaleX(20);
	-webkit-transform: scaleX(20);
	-ms-transform: scaleX(20);
	transform: scaleX(20);
}
@media all and (max-width: 991px) {
	a .copyright p{
		font-size: 1.45rem;
	}
}
@media all and (max-width: 767px) {
	.pr-sm-0 {
		padding-right: 0;
	}
	.pl-sm-0 {
		padding-left: 0;
	}
	.pr-sm-15 {
		padding-right: 15px;
	}
	.pl-sm-15 {
		padding-left: 15px;
	}
	a .copyright p{
		font-size: 1.6rem;
	}
}
.copyright.shadow {
	text-shadow: 0px 0px 16px rgba(0, 0, 0, 1), 0px 0px 32px rgba(0, 0, 0, 1), 0px 0px 48px rgba(0, 0, 0, 1);
}
.flip{
	-moz-transform: scaleY(-1) rotate(180deg);
	-o-transform: scaleY(-1) rotate(180deg);
	-webkit-transform: scaleY(-1) rotate(180deg);
	transform: scaleY(-1) rotate(180deg);
	filter: FlipV;
	-ms-filter: "FlipV";
}
.masonry .inner-title:before {
	background: rgba(0,0,0,.5);
}
.masonry .inner-title .title {
	padding: 0 4%;
    top: 50%;
    bottom: auto;
	-ms-transform: translateY(-30%);
	-webkit-transform: translateY(-30%);
    transform: translateY(-30%);
}
.inner-title.hover-reveal:hover .title{
	-ms-transform: translateY(-50%) !important;
	-webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}

/*EqualHeight*/
.EqualHeight2 .equalheight {
	display: table-cell;
	vertical-align: middle;
}
@media all and (max-width: 991px) {
	.EqualHeight1 .equalheight {
		height: auto !important;
	}
}

/*Scroll Effect
.effect {
    opacity: 0;
	position: relative;
	top: 40px;
    transition: all 400ms 0s ease;
}
.effect.delay1 {
	-moz-transition-delay: .2s;
	-webkit-transition-delay: .2s;
	-ms-transition-delay: .2s;
	transition-delay: .2s;
}
.effect.delay2 {
	-moz-transition-delay: .4s;
	-webkit-transition-delay: .4s;
	-ms-transition-delay: .4s;
	transition-delay: .4s;
}
.effect.effect-on {
    opacity: 1;
	top: 0px;
}

.img-size-change img{
	-webkit-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
	position: relative;
	-moz-transition: transform 4s ease;
	-webkit-transition: transform 4s ease;
	-ms-transition: transform 4s ease;
	transition: transform 4s ease;
}
.img-size-change.effect-on img{
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
}

.eff-slow-rise {
	-webkit-transform: translateY(120px);
	-ms-transform: translateY(120px);
	transform: translateY(120px);
	position: relative;
	-moz-transition: transform 5s ease;
	-webkit-transition: transform 5s ease;
	-ms-transition: transform 5s ease;
	transition: transform 5s ease;
}
.eff-slow-rise.delay1 {
	-moz-transition-delay: .2s;
	-webkit-transition-delay: .2s;
	-ms-transition-delay: .2s;
	transition-delay: .2s;
}
.eff-slow-rise.speed1 {
	-moz-transition: transform 5s ease;
	-webkit-transition: transform 5s ease;
	-ms-transition: transform 5s ease;
	transition: transform 3s ease;
}
.eff-slow-rise.distance1 {
	-webkit-transform: translateY(160px);
	-ms-transform: translateY(160px);
	transform: translateY(160px);
}
.eff-slow-rise.effect-on {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

@media all and (max-width: 738px) {
	.effect.delay1 {
		-moz-transition-delay: 0s;
		-webkit-transition-delay: 0s;
		-ms-transition-delay: 0s;
		transition-delay: 0s;
	}
	.effect.delay2 {
		-moz-transition-delay: 0s;
		-webkit-transition-delay: 0s;
		-ms-transition-delay: 0s;
		transition-delay: 0s;
	}
}*/


#keyvisual {
	background-position: 83% 90% !important;
}

#cover h1{
	line-height: 1;
}
#cover .align-bottom {
	padding: 0 14px;
}
.cover .slides > li {
    height: 100vh !important;
}
#cover .flex-direction-nav {
    display: none;
}
#cover p.lead{
	font-size: 1.6rem;
	line-height: 1.7;
}
#cover p.lead span{
	font-weight: 600 !important;
}


img.ic_top{
	width: 150px !important;
}

@media all and (max-width: 767px) {
	#cover .slides li {
		padding: 0 12px;
	}
}
@media all and (max-width: 480px) {
	#cover p.lead{
		font-size: 1.45rem;
	}
	#keyvisual {
	background-position: 50% 0 !important;
	background-size: 160%!important;
	padding-top: 0!important;
	top: 0!important;
	}
	.cover.fullscreen{
		height: 300px !important;
	}
	.mbtx{
		position: relative !important;
		top: 13%;
		width: 98%;
	}
	.mbfont12{
		font-size: 8px!important;
	}
	img.ic_top{
		width: 100px!important;
		margin-top: 30px;
	}
	.btn_top{
		position: relative;
    	bottom: 0;
    	width: 100%;
	}
}

p.link_city a{
	color: #76a845;
	font-weight: bold;
	border-bottom: 1px dotted;
	padding-bottom: 3px;
	cursor: pointer;
}

#japan.image-bg .feature.boxed {
    background: rgba(50, 50, 50, 0.8);
}




@media all and (max-width: 991px) {
	#japan.parallax > .background-image-holder {
		height: 100%;
	}
	#japan.parallax > .background-image-holder {
		top: 0 !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}
}
@media all  and (min-width: 992px) and (max-width: 1199px) {
	#japan .container {
		width: 100%;
    	max-width: 96%;
	}
}


.area-img {
	position: relative;
}
.area-imgs{
	margin: 0;
}
.area-img1 {
	width: 66%;
	float: left;
	height: 40vw;
	position: relative;
}
.area-img1 img{
	height:100%;
	width: 100%;
}
.area-img2-box{
	width: 34%;
	float: right;
	position: relative;
	height: 40vw;
}
.area-img2{
	position: relative;
}
.area-img3 {
	position: absolute;
	bottom: 0;
	width: 100%;
}
@media all and (max-width: 767px) {
	.area-imgs{
		overflow: visible;
		max-height: unset;
	}
	.area-img1 {
		float: none;
		width: 100%;
		height: auto;
	}
	.area-img1 img{
		height: auto;
	}
	.area-img2-box {
		width: 100%;
		float: none;
		height: auto;
	}
	.area-img2{
		width: 50%;
		position: relative;
		float: left;
	}
	.area-img3{
		width: 50%;
		position: relative;
		float: right;
	}
}


.tour.image-square {
    max-height: 700px;
}
.pics-slider li {
	width: auto;
    height: 100% !important;
}
.pics-slider .image-slider{
	height: 100%;
    width: calc(100% - 480px);
    position: absolute;
}
.pics-slider .image-slider .slides {
    height: 100%;
}
.pics-slider .image-slider img {
	display: none;
}
.side-txt {
	vertical-align: middle;
	margin-left: calc(100% - 480px);
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.05);
	z-index: 2;
	position: absolute;
    bottom: 0;
    top: 0;
	left: 0;
	right: 0;
}
.side-txt > div {
	width: 100%;
    padding-left: 64px;
    padding-right: 64px;
	position: absolute;
    top: 50%;
    left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.lr-flip .pics-slider .image-slider {
	left: 480px;
}
.lr-flip .side-txt{
    margin-left: 0;
    width: 480px;
}
.two-columns .col-md-5 {
	padding:32px;
    max-width: 720px;
}
.controls-inside .flex-control-nav {
	text-align: center;
    bottom: 16px;
}
.flex-control-nav li a {
    width: 1.2rem;
    height: 1.2rem;
}
.controls-inside .flex-control-nav li a {
    border: none;
    background-color: #fff;
}
.controls-inside .flex-control-nav li a.flex-active {
	background-color: #eb5229;/* red */
}
.side-txt .icon{
    background-color: #b5c45f;
    border-radius: 50px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
}

@media all and (max-width: 1200px) {
	.pics-slider .image-slider{
		width: calc(100% - 460px);
	}
	.side-txt {
		margin-left: calc(100% - 460px);
	}
	.lr-flip .pics-slider .image-slider {
		left: 460px;
	}
	.lr-flip .side-txt{
		margin-left: 0;
		width: 460px;
	}
}
@media all and (max-width: 991px) {
	.pics-slider .image-slider {
		width: 100%;
    	position: relative;
    	overflow: hidden;
		height: 450px;
	}
	.pics-slider .image-slider .slides{
		height: 450px;
	}
	.side-txt {
		margin: 0 auto;
		max-width: 720px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		padding-left: 32px;
		padding-right: 32px;
		position: relative;
	}
	.side-txt > div {
		position: relative;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		top: 0;
		left: 0;
		padding: 0;
	}
	.lr-flip .pics-slider .image-slider {
		left: 0;
	}
	.lr-flip .side-txt {
    	margin: 0 auto;
		width: auto;
	}
	.two-columns .col-md-5 {
		margin-left: auto;
		margin-right: auto;
	}
}
@media all and (max-width: 768px) {
	.pics-slider .image-slider {
		height: 100%;
	}
	.pics-slider .image-slider .slides{
		height: 350px;
	}
	.pics-slider .image-slider img {
		display: block;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.pics-slider .image-slider .slides li {
		background:none !important;
	}
	.controls-inside .flex-control-nav {
		bottom: 12px;
	}
	.flex-control-nav li {
		margin: 0 8px;
	}
}
@media all and (max-width: 480px) {
	.pics-slider .image-slider {
		height: 240px;
	}
	.pics-slider .image-slider .slides{
		height: 240px;
	}
	.side-txt {
		padding-left: 15px;
		padding-right: 15px;
	}
	.two-columns .col-md-5 {
		padding-left: 15px;
		padding-right: 15px;
	}
}

#share .social-list.list-inline > li {
    padding: 0;
    border: 1px solid #fff;
    border-radius: 200px;
    width: 2.4em;
    height: 2.4em;
    font-size: 2.8rem;
    margin: 0 .5em;
    line-height: 2.6em;
}
#share .social-list.list-inline > li a {
    color: #fff;
}

@media all and (max-width: 768px) {
	#share .social-list.list-inline > li {
		font-size: 2.4rem;
	}
}


#gotop {
    position: fixed;
    bottom: 2.25rem;
    right: 2.25rem;
    cursor: pointer;
    background-color: #b5c45f;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    border-radius: 50%;
    z-index: 100;
    display: none;
}
#gotop .icon{
	color: #fff;
}


footer {
	background-color: #636363 !important;
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: #aaa;
}

footer hr {
	width: 98%;
    margin: 0 auto;
    border-color: #444;
}

footer .social-list li {
	display: inline-block;
	padding-top: 12px;
}

footer .icon {
	color: #fff;
	font-size: 1.6rem;
	padding: 8px 4px;
}