/*---------- theme.css fix ----------*/
@media all and (max-width: 767px) {
	html {
		font-size: 9.5px;
	}
	.parallax > .background-image-holder, .parallax .slides li > .background-image-holder {
		height: 100%;
	}
	.image-slider.height-70 .slides li {
		min-height: 0;
	}
}
@media all and (max-width: 480px) {
	html {
		font-size: 9px;
	}
}

.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: 991px) {
  .image-square {
    height: auto;
    max-height: 100000px;
    padding-bottom: 48px;
  }
  .image-square .image,
  .image-square > .content {
    position: relative;
  }
  .image-square .image {
    height: 100vw;
    margin-bottom: 48px;
    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 ----------*/
h1, h2, h3, h4, h5, h6{
	color: #353535;
	line-height: 1.2;
	letter-spacing: 0;
}
a {
  color: #666;
	font-weight: 400;
}
a:hover {
  color: #666;
}
a:focus {
    color: #666;
}
.social-list.list-inline > li {
    padding: 0 1rem;
}
ul.list-disc {
	list-style: disc;
	margin-left: 1.5em;
}
.large {
	font-size: 125%;
}
h1.large {
    font-size: 8rem;
	letter-spacing: 0.05em;
	line-height: 1.1;
}
h2.large {
    font-size: 6.4rem;
	line-height: 1;
}
h2.large small{
	font-size: 40%;
}
h3.large {
    font-size: 4.8rem;
	letter-spacing: 0.05em;
	line-height: 1.1;
}
.btn {
    padding: 0 2.8rem;
    text-transform: capitalize;
    height: 4.8rem;
	line-height: 4.5rem;
    min-width: 16rem;
}
.img-rounded {
	overflow: hidden;
	border-radius: 4px;
}
@media all and (max-width: 990px) {
	h1.large {
		font-size: 6.4rem;
	}
	h2.large {
		font-size: 5rem;
	}
	h3.large {
		font-size: 4rem;
	}
}
@media all and (max-width: 480px) {
	section {
		padding: 56px 0;
	}
}

/*---------- nav ----------*/
.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;
}


/*---------- ja ----------*/
body.ja {
  font-family: YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, Meiryo, "M+ 1p", sans-serif !important;
	font-feature-settings : "palt" 1;
  font-weight: 400;
  text-rendering: optimizelegibility;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  font-size: 1.7rem;
  line-height: 1.8;
  color: #444;
  letter-spacing: .05em
}
.ja, .ja.btn, button {
	font-family: YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, Meiryo, "M+ 1p", sans-serif !important;
	font-feature-settings : "palt" 1;
}
h1.ja, h2.ja, h3.ja, h4.ja, h5.ja, h6.ja{
	letter-spacing: 0.05em;
	font-weight: 600;
} 
h1.ja {
	font-size: 2.4rem;
	line-height: 1.35;
}
h1.large.ja {
	font-size: 4rem;
	line-height: 1.35;
	font-weight: 400;
}

h1.large.ja span{
	font-size: 4rem;
	line-height: 1.35;
	font-weight: 400;
}

h1.large.ja span.font_subti{
	font-size: 26px;
}

h2.ja {
    font-size: 2rem;
	line-height: 1.35;
}
h2.large.ja {
    font-size: 2.2rem;
	line-height: 1.35;
	font-weight: 400;
}
h3.ja {
    font-size: 1.8rem;
	line-height: 1.25;
}
h4.ja {
    font-size: 1.65rem;
	line-height: 1.25;
}
h5.ja {
    font-size: 1.55rem;
	line-height: 1.25;
}
h6.ja {
    font-size: 1.4rem;
	line-height: 1.25;
}

.ja p.lead{
    font-size: 1.5rem;
    font-weight: 600;
}
.ja.large, .ja p.large {
	font-size: 104%;
}
.ja.small, .ja p.small, .ja li.small {
	font-size: 94%;
    letter-spacing: 0.035em;
}
.ja.smaller, .ja p.smaller {
	font-size: 90%;
    letter-spacing: 0.04em;
}
.ja dt, .ja dd {
    line-height: 1.65;
}
.ja .btn {
	font-size: 94%;
	letter-spacing: 0.01em;
}

@media all and (max-width: 990px) {
	h1.large.ja {
		font-size: 2.2rem;
	}
	h1.large.ja span{
		font-size: 2rem;
	}
	h1.large.ja span.font_subti{
		font-size: 2rem;
	}
	h2.ja {
		font-size: 1.8rem;
	}
	h2.large.ja {
		font-size: 2rem;
	}
	h1.large.ja br{
		display: block;
	}
}
@media all and (max-width: 767px) {
	.ja p, .ja li {
		font-size: 1.7rem;
	}
}
@media all and (max-width: 480px) {
	.ja .smaller {
		font-size: 95%;
	}
}

/*---------- new selectors ----------*/
.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;
}
.pr0 {
	padding-right: 0;
}
.pl0 {
	padding-left: 0;
}
.larger {
	font-size: 200%;
}
.font1 {
	/*font-family: 'PT Serif', serif !important;*/
	font-family: YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, Meiryo, "M+ 1p", sans-serif !important;
	font-weight: 700;
}
.font2 {
	font-family: 'La Belle Aurore', cursive !important;
	letter-spacing: -.001em;
}
.letter-space-wide {
	letter-spacing: .07em
}
.letter-space-wider {
	letter-spacing: .1em
}
.letter-space-widest {
	letter-spacing: .2em
}
.text-shadow {
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.btn-rounded-rectangle{
	border-radius: 4px;	
}
.btn-lg{
	font-size: 1.6rem;
}
.style1 {
	background-color: #ffeeee;/* green */
	color: #666;
}
.style1 h1, .style1 h2, .style1 h3, .style1 h4, .style1 h5, .style1 h6 {
    color: #666;
}
.style2 {
	background-color: #09a1dc;/* skyblue */
	color: #fff;
}
.style2 h1, .style2 h2, .style2 h3, .style2 h4, .style2 h5, .style2 h6 {
    color: #fff;
}
.style3{
	background: #649ad3; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(2,110,197,1) 0%, rgba(24,143,221,1) 50%, rgba(100,154,211,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(2,110,197,1) 0%,rgba(24,143,221,1) 50%,rgba(100,154,211,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(2,110,197,1) 0%,rgba(24,143,221,1) 50%,rgba(100,154,211,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#026ec5', endColorstr='#649ad3',GradientType=0 ); /* IE6-9 */
	color: #fff;
}
.style3 .btn{
	background-color: #f7e052;/* yellow */
	border-color: #f7e052;/* yellow */
	color: #026ec5;/* blue */
}
.style3 .btn:visited {
	color: #026ec5;/* blue */
}
.style3 .btn:hover {
    background: #fff;/* dark-yellow */
	border-color: #fff;/* dark-yellow */
}
.btn1 {
	background-color: #9ad9fc;/* blue */
	border-color: #9ad9fc;/* blue */
	color: #fff;
}
.btn1:visited {
    color: #fff;
}
.btn1:hover {
    background: #8bd0ef;/* dark-blue */
	border-color: #8bd0ef;/* dark-blue */
}
.btn2 {
	background-color: #444444;/* gray */
	border-color: #444444;/* gray */
	color: #fff;
}
.btn2:visited {
    color: #fff;
}
.btn2:hover {
    background: #222222;/* dark-gray */
	border-color: #222222;/* dark-gray */
}
.btn3 {
	background-color: #09a1dc;/* skyblue */
	border-color: #09a1dc;/* skyblue */
	color: #fff;
}
.btn3:visited {
    color: #fff;
}
.btn3:hover {
    background: #026ec5;/* blue */
	border-color: #026ec5;/* blue */
}
.bg1 {
	background-color: #f8f7f6;/* off-white */
}
.bg2 {
	background-color: #f8f9f7;
}
.color1 {
	color: #c4b479;/* gold */
}
.color2 {
	color: #09a1dc;/* skyblue */
}
.color3 {
	color: #f7e052;/* yellow */
}
.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%;
}
.container-m {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container-s {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (max-width: 480px) {
  .hide-xs {
    display: none !important;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .hide-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hide-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hide-lg {
    display: none !important;
  }
}

@media all and (min-width: 481px){
	.plr-sm-32{
		padding-right: 32px;
		padding-left: 32px;
	}
}
@media all and (min-width: 767px){
	.plr-md-16{
		padding-right: 16px;
		padding-left: 16px;
	}
}


#cover h1 .font1{
	font-size: 8.8rem;
	line-height: 1;
	text-shadow: none;
}
#cover .align-bottom {
	padding: 0 14px;
}
#cover .slides > li {
    height: 100vh;
}
#cover .flex-direction-nav {
    display: none;
}
@media all and (max-width: 767px) {
	#cover .slides li {
		padding: 0 12px;
	}
	#cover .slides > li {
    	height: 90vh;
	}
	#cover h1 {
		font-size: 2.4rem;
	}
}
.present-banner {
	width:135px;
	position:absolute;
	left:4%;
	z-index: 4;
	-moz-transform: translateY(-32rem);
	-webkit-transform: translateY(-32rem);
	-ms-transform: translateY(-32rem);
	transform: translateY(-32rem);
	-moz-transition: -moz-transform 0.75s ease;
	-webkit-transition: -webkit-transform 0.75s ease;
	-ms-transition: -ms-transform 0.75s ease;
	transition: transform 0.75s ease;
	-moz-transition-delay: 4s;
	-webkit-transition-delay: 4s;
	-ms-transition-delay: 4s;
	transition-delay: 4s;
}
.present-banner-inner{
	width:100%;
	background:url(../img/btn.png);
	background-size:cover;
	-moz-transition: -moz-transform 0.3s ease;
	-webkit-transition: -webkit-transform 0.3s ease;
	-ms-transition: -ms-transform 0.3s ease;
	transition: transform 0.3s ease;
	-moz-transition-delay: 0;
	-webkit-transition-delay: 0;
	-ms-transition-delay: 0;
	transition-delay: 0;
    -moz-transform: translateY(-6%);
    -webkit-transform: translateY(-6%);
    -ms-transform: translateY(-6%);
    transform: translateY(-6%);
}
.present-banner-inner:hover {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.present-banner-inner::before{
	content:"";
	display:block;
	padding-top:270%;
}
.keyvisual-loaded .present-banner {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
@media screen and (max-width: 1280px) {
	.present-banner{
		width: 120px;
	}
}
@media screen and (max-width: 480px) {
	.present-banner{
		width: 100px;
		left: 1%;
	}
}
@media screen and (max-width: 360px) {
	.present-banner{
		width: 85px;
	}
}



#index {
	padding-left: 15px;
	padding-right: 15px;
}
#index li {
	height: 80px;
	line-height: 80px;
	text-indent: 80px;
	font-size: 2rem;
}
#index li img {
	position: absolute;
	left: 0;
}
@media all and (max-width: 767px) {
	#index{
		max-width: 21em;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
    	padding-right: 0;
	}
	#index li {
		height: 64px;
    	line-height: 64px;
    	text-indent: 64px;
	}
	#index li img {
		width:64px;
	}
	/*#index li:nth-child(4) img {
		width: 88px;
	}*/
}
@media all and (max-width: 480px) {
	#index{
		max-width: 19em;
	}
	#index li {
		height: 56px;
		line-height: 56px;
		padding-left: 0;
    	padding-right: 0;
	}
	#index li img {
		width:56px;
	}
	/*#index li:nth-child(4) img {
		width: 78px;
	}*/
}

#fly{
	background: #249fc9 url(../img/bg1.jpg);
	background-size: cover;
}
#fly .row {
	max-width: 1480px;
	margin-left: auto;
	margin-right: auto;
}
#fly .obj1-container{
	margin-right: -64px;
    margin-left: -64px;
}
#klm {
	padding: 56px 40px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(16,105,132,0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(16,105,132,0.1);
	box-shadow: 0px 0px 20px 0px rgba(16,105,132,0.1);
	max-width: 670px;
    float: right;
}

#route{
	background-color: #f7de63;
}
.sec-puerta .row {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}
.sec-puerta .background-image-holder{
    -ms-transform: translate(0,50%);
}
.puerta {
	width: 700px;
    max-width: 56%;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
}
@media all and (max-width: 991px) {
	#fly .row {
		max-width: 640px;
	}
	#klm {
		float: none;
	}
	.puerta {
		margin-right: auto;
		margin-left: auto;
		max-width: 100%;
		float: none;
	}
}
@media all and (max-width: 768px) {
	#klm {
		padding: 32px 16px;
	}
	#fly .obj1-container{
		margin-right: -40px;
		margin-left: -40px;
	}
}
@media all and (min-width: 992px) {
	#fly .col-md-offset-1{
		margin-left:4%;
	}
}
@media all and (min-width: 768px) {
	#fly.image-slider.height-70 .slides li {
		height: 70vh;
		min-height: 800px;
	}
	#route.image-slider.height-70 .slides li {
		height: 70vh;
		/*min-height: 800px;*/
	}
}
.pics-slider li {
	width: auto;
    height: 100% !important;
}
.pics-slider .image-slider{
	height: 100%;
    width: calc(100% - 560px);
    position: absolute;
}
.pics-slider .image-slider .slides {
    height: 100%;
}
.pics-slider .image-slider img {
	display: none;
}
#vgm01 .controls-inside .flex-control-nav li a,
#vgm02 .controls-inside .flex-control-nav li a,
#vgm03 .controls-inside .flex-control-nav li a,
#vgm04 .controls-inside .flex-control-nav li a,
#vgm05 .controls-inside .flex-control-nav li a{
    width: 80px;
    height: 80px;
    border-radius: 0;
	position: relative;
}

#vgm01 .controls-inside .flex-control-nav li:first-child a{
	background: url(../img/thumb01_1.jpg);
    background-size: cover;
}
#vgm01 .controls-inside .flex-control-nav li:nth-child(2) a{
	background: url(../img/thumb01_2.jpg);
    background-size: cover;
}
#vgm01 .controls-inside .flex-control-nav li:nth-child(3) a{
	background: url(../img/thumb01_3.jpg);
    background-size: cover;
}


#vgm02 .controls-inside .flex-control-nav li:first-child a{
	background: url(../img/thumb02_1.jpg);
    background-size: cover;
}
#vgm02 .controls-inside .flex-control-nav li:nth-child(2) a{
	background: url(../img/thumb02_2.jpg);
    background-size: cover;
}
#vgm02 .controls-inside .flex-control-nav li:nth-child(3) a{
	background: url(../img/thumb02_3.jpg);
    background-size: cover;
}


#vgm03 .controls-inside .flex-control-nav li:first-child a{
	background: url(../img/thumb03_1.jpg);
    background-size: cover;
}
#vgm03 .controls-inside .flex-control-nav li:nth-child(2) a{
	background: url(../img/thumb03_2.jpg);
    background-size: cover;
}
#vgm03 .controls-inside .flex-control-nav li:nth-child(3) a{
	background: url(../img/thumb03_3.jpg);
    background-size: cover;
}


#vgm04 .controls-inside .flex-control-nav li:first-child a{
	background: url(../img/thumb04_1.jpg);
    background-size: cover;
}
#vgm04 .controls-inside .flex-control-nav li:nth-child(2) a{
	background: url(../img/thumb04_2.jpg);
    background-size: cover;
}
#vgm04 .controls-inside .flex-control-nav li:nth-child(3) a{
	background: url(../img/thumb04_3.jpg);
    background-size: cover;
}


#vgm05 .controls-inside .flex-control-nav li:first-child a{
	background: url(../img/thumb05_1.jpg);
    background-size: cover;
}
#vgm05 .controls-inside .flex-control-nav li:nth-child(2) a{
	background: url(../img/thumb05_2.jpg);
    background-size: cover;
}
#vgm05 .controls-inside .flex-control-nav li:nth-child(3) a{
	background: url(../img/thumb05_3.jpg);
    background-size: cover;
}

#vgm01 .controls-inside .flex-control-nav li a.flex-active::after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}

#vgm02 .controls-inside .flex-control-nav li a.flex-active::after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}

#vgm03 .controls-inside .flex-control-nav li a.flex-active::after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}

#vgm04 .controls-inside .flex-control-nav li a.flex-active::after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}

#vgm05 .controls-inside .flex-control-nav li a.flex-active::after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.credit {
	background-color: rgba(0, 0, 0, .5);
	color:#fff;
	font-size: 1.0rem;
	letter-spacing: 0;
	padding: 1em 2em;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.credit2 {
	background-color: rgba(0, 0, 0, .5);
	color:#fff;
	font-size: 1.0rem;
	letter-spacing: 0;
	padding: 1em 2em;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.side-txt {
	padding-left: 48px;
	padding-right: 48px; 
	vertical-align: top;
	margin-left: calc(100% - 560px);
	-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: relative;
}
.lr-flip .pics-slider .image-slider {
	left: 560px;
}
.lr-flip .side-txt{
    margin-left: 0;
    width: 560px;
}
.style4 h1 {
	font-size: 3.6rem;
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: .5rem;
}
.style4 h2.ja {
    font-size: 2.2rem;
	font-weight: 400;
}
.style4 h2 {
	font-size: 1.8rem;
}
.two-columns.style4 h1 {
	font-size: 2.8rem;
}
.two-columns.style4 h2.ja {
	font-size: 2rem;
}
.two-columns.style4 h2 {
	font-size: 1.6rem;
}
.style4 p.smaller{
	margin-top: -.5em;
}
.style4 .recommended {
	position: relative;
	border-top: 1px solid #444;
}
.style4 h4 {
	display: inline-block;
	background-color: #f8f7f6;
	position: relative;
	top: -.75em;
	padding-right: .5em;
	margin-bottom: -1.2rem;
    font-size: 1.8rem;
}
.style4 h5 {
	font-size: 1.8rem;
}
.two-columns .col-md-5 {
	padding:32px;
    max-width: 720px;
}
@media all and (max-width: 1320px) {
	.pics-slider .image-slider {
		width: 100%;
    	position: relative;
		height: 768px;
    	overflow: hidden;
	}
	.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;
	}
	.lr-flip .pics-slider .image-slider {
		left: 0;
	}
	.lr-flip .side-txt {
    	margin: 0 auto;
		width: auto;
	}
}
@media all and (max-width: 991px) {
	.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 img {
		display: block;
	}
	.pics-slider .image-slider .slides li {
		background:none !important;
	}
	.style4 h1 {
		font-size: 2.8rem;
	}
	.style4 h2.ja {
		font-size: 2rem;
	}
	.two-columns.style4 h1 {
		font-size: 2.4rem;
	}
	.two-columns.style4 h2.ja {
		font-size: 1.8rem;
	}
	.style4 h2 {
		font-size: 1.6rem;
	}
	.style4 h4 {
		font-size: 1.6rem;
		top: -1.1em;
	}
	#vgm01 .controls-inside .flex-control-nav li a,
	#vgm02 .controls-inside .flex-control-nav li a,
	#vgm03 .controls-inside .flex-control-nav li a,
	#vgm04 .controls-inside .flex-control-nav li a,
	#vgm05 .controls-inside .flex-control-nav li a{
		width: 50px;
		height: 50px;
	}
	#vgm01 .flex-control-nav li,
	#vgm02 .flex-control-nav li,
	#vgm03 .flex-control-nav li,
	#vgm04 .flex-control-nav li,
	#vgm05 .flex-control-nav li {
		margin: 0 4px;
	}
	#vgm01 .controls-inside .flex-control-nav,
	#vgm02 .controls-inside .flex-control-nav,
	#vgm03 .controls-inside .flex-control-nav,
	#vgm04 .controls-inside .flex-control-nav,
	#vgm05 .controls-inside .flex-control-nav {
		bottom: 32px;
		left: -5px;
	}
	#vgm01 .credit,
	#vgm02 .credit,
	#vgm03 .credit,
	#vgm04 .credit,
	#vgm05 .credit{
		left: 0;
    	right: auto;
	}
}
@media all and (max-width: 480px) {
	.side-txt {
		padding-left: 15px;
		padding-right: 15px;
	}
	.two-columns .col-md-5 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.credit{
		font-size: .99rem;
	}
}

.campaign .h2-container{
	position: relative;
}
.campaign h2{
	width: 5.5em;
	letter-spacing: .15em;
	font-size: 2.4rem;
}
.campaign h2::after{
	content: "";
	display: block;
	position: absolute;
	left: 5.5em;
	top: .6em;
	width:calc(100% - 5.5em);
	height: 2px;
	background-color: #fff;
}
.campaign h4 {
	display: inline-block;
	border: 1px solid #fff;
	padding: .28em .5em;
    letter-spacing: .05em;
    font-size: 1.6rem;
    border-radius: 3px;
}
.campaign .steps {
	position: relative;
	min-height: 5.6rem;
    display: table;
	width: 100%;
}
.campaign .step{
	border: 1px solid #fff;
    width: 1.8em;
    height: 1.8em;
    text-align: center;
    line-height: 1.8em;
    border-radius: 1.6em;
    font-size: 2.4rem;
    position: absolute;
	top: .7rem;
}
.campaign .steps p{
    padding-left: 6rem;
    padding-right: 17rem;
	display: table-cell;
    vertical-align: middle;
}
.campaign .steps .btn {
	position: absolute;
    right: 0;
    top: .5rem;
}
@media all and (max-width: 480px) {
	.campaign .steps p{
		padding-right: 0;
		display: block;
		margin-bottom: 8px;
		min-height: 3.2em;
	}
	.campaign .steps .btn {
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		margin-bottom:16px !important;
	}
}


	
.controls-inside .flex-control-nav {
	text-align: left;
    margin-left: 16px;
    bottom: 16px;
}
.flex-control-nav li a {
    width: 12px;
    height: 12px;
}
.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 */
}


/* accordion panel */
button.accordion {
    cursor: pointer;
	padding: 0 1.5em;
	outline: none;
	background-color: transparent;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	font-size: 1.5rem;
	font-weight:bold;
	height: 5.6rem;
    line-height: 5.6rem;
	border: 1px solid #fff;
}
button.accordion.active, button.accordion:hover {
    background-color: rgba(255,255,255,0.25);
	border: 1px solid transparent;
}
div.panel {
	background-color: rgba(255,255,255,.9);
	color:#026ec5;
    max-height: 0;
    overflow: hidden;
	-moz-transition: opacity 0.8s ease-in-out;
	-webkit-transition: opacity 0.8s ease-in-out;
	-ms-transition: opacity 0.8s ease-in-out;
	transition: opacity 0.8s ease-in-out;
    opacity: 0;
	margin-bottom: 0;
}
div.panel.show {
    opacity: 1;
    max-height: 4000px;
	padding: 3.2em;
}
div.panel h3{
    border-bottom: 1px solid #026ec5;
    padding-bottom: 8px;
    margin-bottom: 32px;
    color: #026ec5;
	text-align: center;
    width: 100%;
	font-size: 2.4rem;
    letter-spacing: .15em;
}
button.accordion-close {
    cursor: pointer;
    padding: 1em 1.25em;
    outline: none;
    background-color: transparent;
	-moz-transition: all 0.8s ease-in-out;
	-webkit-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
	color:#026ec5;
    border: 1px solid #026ec5;
}
button.accordion-close.active, button.accordion-close:hover {
    background-color: rgba(255,255,255,0.25);
}
button.accordion-close:hover i, button.accordion:hover i {
	-moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(90deg);
	-moz-transition: transform 0.2s ease;
	-webkit-transition: transform 0.2s ease;
	-ms-transition: transform 0.2s ease;
	transition: transform 0.2s ease;
}
@media all and (max-width: 768px) {
	div.panel.show {
		padding: 2em;
	}
}
@media all and (max-width: 480px) {
	div.panel.show {
		padding: 1em;
	}
}


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

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

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

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

/*
    GitHub URL: https://github.com/gucastiliao/video-popup-js
*/
.videopopupjs{
    background-color:#000;
    background-color:rgba(0,0,0,0.8);
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:99999;
    text-align: start!important;
}
.videopopupjs--hide{
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: videoPopupJsHide;
    animation-name: videoPopupJsHide;
}
.videopopupjs__close{
    width:30px;
    height:30px;
    cursor:pointer;
    display:block;
    margin-bottom:10px;
    color:rgba(255, 255, 255, 0.59);
}
.videopopupjs__close:after{
    width:24px;
    height:24px;
    display:block;
    text-align:center;
    content: "\e646";
    font-family: 'themify';
    line-height:1.5;
    font-size:24px;
}
.videopopupjs__close:hover{
    opacity:0.5;
}
.videopopupjs--animation{
    opacity: 0;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: videoPopupJs;
    animation-name: videoPopupJs;
}
.videopopupjs__content{
    margin:0 auto;
    height:100%;
    height:562px;
    width:100%;
    margin-top:5%;
}
.videopopupjs__content iframe{
    width:100%;
    height:100%;
}
.videopopupjs__block--notfound{
    position:absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width:100%;
    height:562px;
    background-color:#fff;
    text-align:center;
    vertical-align: middle;
    line-height: 500px;
    font-family:'Arial';
    font-size:20px;
}
@media(max-width: 768px){
    .videopopupjs__content{
        max-width:90%!important;
    }
}
@-webkit-keyframes videoPopupJs{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

@keyframes videoPopupJs{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

@-webkit-keyframes videoPopupJsHide{
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

@keyframes videoPopupJsHide{
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}