.u-section-1 .u-sheet-1 {
  min-height: 600px;
}
.u-section-1 .u-text-1 {
  margin-bottom: 0;
  margin-top: 0;
}
#content-page {
	background-color:#fff;
	border-style:solid;
	border-color:#009d42;
	color:#000;
	width:100%;
	height:100%;
	margin-top:20px;
	padding:3px 20px 20px 20px;
	text-decoration:none;
	display:inline-block;
}
.main-title {
	font-family:sans-serif;
	font-size:30px;
	color:#009d42;
	font-weight:bold;
	font-style:italic;
	text-shadow: 2px 2px 4px #333;

	-webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
			animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
.main-content {
	font-family:sans-serif;
	font-size:22px;
	color:#000;
	margin-top:10px;

	-webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
			animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
.main-content-photo {
	font-family:sans-serif;
	font-size:22px;
	color:#000;
	margin-top:10px;

	-webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
			animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
div.gallery {
	margin:5px;
	border:3px solid #009d42;
	border-radius:10px;
	float:left;
	width:200px;
	opacity: 0.6;
	transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;
}
div.gallery:hover {
	border:3px solid #03d75c;
	opacity: 1.0;
	transition: opacity .55s ease-in-out;
	-moz-transition: opacity .55s ease-in-out;
	-webkit-transition: opacity
}
div.gallery img {
	display:block;
	border-radius:7px;
	width:100%;
	height:150px;
	margin-bottom:0px;
	padding-bottom:0px;
}
div.desc {
	font-size:12px;
	text-align:center;
}
.example-image {
	border:3px solid #009d42;
	padding:7px 7px 7px 7px;
	opacity: 0.6;
	transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;
}
.example-image:hover {
	border:3px solid #03d75c;

	opacity: 1.0;
	transition: opacity .55s ease-in-out;
	-moz-transition: opacity .55s ease-in-out;
	-webkit-transition: opacity
}
#nav-space {
	margin-top:70px;
}
.nav-button {
	background-color:#009d42;
	border-style:solid;
	border-color:#009d42;
	color:#fff;
	width:138px;
	height:33px;
	margin-top:20px;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	font-size:14px;
	cursor:pointer;
	transition-duration:0.4s;

	-webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) reverse both;
			animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) reverse both;
}
#line-cover {
	position:absolute;
	z-index:2;
	top:20px;
	left:136px;
	width:7px;
	height:3px;
	background:#009d42;

	-webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) reverse both;
			animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) reverse both;
}
.nav-button:hover {
	background-color: #03d75c;
	color: #000;
}
.nav-button-selected {
	position:absolute;
	z-index:1;
	background-color:#fff;
	border:solid 3px;
	border-color:#009d42;
	border-right-color:#fff;
	color:#000;
	width:141px;
	height:33px;
	margin-top:20px;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	font-size:14px;

	-webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) reverse both;
			animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) reverse both;
}
.nav-button-double {
	background-color:#009d42;
	border-style:solid;
	border-color:#009d42;
	color:#fff;
	width:138px;
	height:50px;
	margin-top:20px;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	font-size:14px;
	cursor:pointer;
	transition-duration:0.4s;

	-webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) reverse both;
			animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) reverse both;
}
.nav-button-double:hover {
	background-color: #03d75c;
	color: #000;
}
.nav-button-double-selected {
	position:absolute;
	z-index:1;
	background-color:#fff;
	border:solid 3px;
	border-color:#009d42;
	border-right-color:#fff;
	color:#000;
	width:143px;
	height:50px;
	margin-top:20px;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	font-size:14px;

	-webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) reverse both;
			animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) reverse both;
}

#Slide Left to Right
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateX(0);opacity:100;
            transform: translateX(0);opacity:100;
  }
  100% {
    -webkit-transform: translateX(-100px);opacity:0;
            transform: translateX(-100px);opacity:0;
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateX(0);opacity:100;
            transform: translateX(0);opacity:100;
  }
  100% {
    -webkit-transform: translateX(-100px);opacity:0;
            transform: translateX(-100px);opacity:0;
  }
}
#focus-in
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .u-section-1 .u-sheet-1 {
    min-height: 495px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 379px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 284px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 179px;
  }
} .u-section-2 {
  background-image: url("../images/review-bg.jpg");
  background-position: 50% 50%;
}

.u-section-2 .u-sheet-1 {
  min-height: 368px;
}

.u-section-2 .u-text-1 {
  font-weight: 700;
  font-size: 2.25rem;
  margin: 20px auto 0;
}

.u-section-2 .u-layout-wrap-1 {
  width: 881px;
  margin: 20px auto;
}

.u-section-2 .u-layout-cell-1 {
  min-height: 269px;
  background-image: none;
  --animation-custom_in-translate_x: -300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-2 .u-container-layout-1 {
  padding: 30px 40px;
}

.u-section-2 .u-text-2 {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: normal;
  margin: 0;
}

.u-section-2 .u-layout-cell-2 {
  min-height: 269px;
  background-image: none;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-2 .u-container-layout-2 {
  padding: 30px 16px;
}

.u-section-2 .u-icon-1 {
  width: 85px;
  height: 85px;
  background-image: none;
  margin: 0 auto;
  padding: 13px;
}

@media (max-width: 1199px) {
  .u-section-2 .u-sheet-1 {
    min-height: 355px;
  }

  .u-section-2 .u-text-1 {
    width: 322px;
  }

  .u-section-2 .u-layout-cell-1 {
    min-height: 256px;
  }

  .u-section-2 .u-layout-cell-2 {
    min-height: 256px;
  }
}

@media (max-width: 991px) {
  .u-section-2 .u-sheet-1 {
    min-height: 361px;
  }

  .u-section-2 .u-layout-wrap-1 {
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-2 .u-layout-cell-1 {
    min-height: 262px;
  }

  .u-section-2 .u-container-layout-1 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .u-section-2 .u-layout-cell-2 {
    min-height: 262px;
  }

  .u-section-2 .u-icon-1 {
    width: 64px;
    height: 64px;
  }
}

@media (max-width: 767px) {
  .u-section-2 .u-sheet-1 {
    min-height: 414px;
  }

  .u-section-2 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-2 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-2 .u-layout-cell-2 {
    min-height: 135px;
  }

  .u-section-2 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-sheet-1 {
    min-height: 450px;
  }

  .u-section-2 .u-text-1 {
    width: auto;
    margin-left: 9px;
    margin-right: 9px;
  }

  .u-section-2 .u-layout-cell-2 {
    min-height: 85px;
  }
}