@charset "UTF-8";
/* CSS Document */

/* Global
* --------------------------------------- */

body {
    opacity: 1;
    transition: 1s opacity;
}
body.fade-out {
    opacity: 0;
    transition: none;
}

html {
	text-align: center;
}

body {
	color:#fff;
	background:#00A38B;
}

.header {
	margin:0;
	padding:20px 0px;
	position:fixed;
    top: 0;
    left: 0;
    height: 60px;
    z-index: 70;
    width: 100%;
    margin: 0;
	/*background: #00A38B;*/
}

h1 {
	font-family: 'proxima-nova', sans-serif;
	font-weight:regular;
	margin: 40px 0 0 0;

}

h1 {
  font-weight: 300;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
  margin: 30px 0 30px 0;
  letter-spacing:2px;
}

h1:after{
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    /*top: 45px;*/
    bottom: -5px;
    left: 25%;
    border-bottom: 4px solid white;

}

.animated h1 {
  font-weight: 300;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
  margin: 20px 0 20px 0;
  letter-spacing:2px;
}

 /*h1.animated:after{
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0;
    left: 25%;
    border-bottom: 4px solid white;
    top: 50px;
}*/
h1.animated:after{
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    /* bottom: 0; */
    left: 25%;
    border-bottom: 4px solid white;
    top: auto;
    margin: -10px 0px;
}

h1.line {
	font-family: 'proxima-nova', sans-serif;
	font-weight:500;
    margin: 0 0;
	line-height: 1;
	display:none;
}

h1,h2,h3,h4,h5 {
	font-family: 'proxima-nova', sans-serif;
	font-weight:500;
}

strong {
	font-family: 'proxima-nova', sans-serif;
	font-weight:500;
	font-size: 1.3em;
	line-height:1.2em;
}

p {
	 text-align: justify;
    -moz-text-align: justify;
    text-align: left justify;
    font-size: .9em;
	line-height:1.2em;
    font-family: helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: 0.1em;
	margin: 0 0 2em 0;
}

p.small {
	font-size: .8em;
}

ul {
	margin:0;
	padding:0 0 0 20px;
	text-align:left;
	font-size: 14px;
    font-family: helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: 0.1em;
	/*display: inline-block;  */

}

ul li {
	margin: 0px 0px 10px 0px;
}

ol {
  margin:0;
  padding:0 0 20px 20px;
  text-align:left;
  font-size: 14px;
    font-family: helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: 0.1em;
}

ol p {
  font-size: 14px;
}
ul li {
	margin: 0px 0px 10px 0px;
}

/*ul.services {
	width: 440px;
    margin: 0 auto;
}*/


a {
	color:#fff;
}

a:hover {
	color:#4D4D4D;
}

/* Slides
* --------------------------------------- */
.slide-content {
	position:absolute;
	z-index:65;
	width:100%;
	height:500px;
}

/*.container {
  height: 300px;
  width: 600px;
  background: rgba(255, 255, 255, 0.0);;
  position: absolute;
  margin: -150px 0 0 -300px;
  left: 50%;
  top: 50%;
}*/

.box {
  color: white;
  width: 800px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 40px;
  height:auto;
  max-height:80%;
  overflow: visible;
  border-radius: 15px;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
      z-index: 100;
}

/* .box:hover {
	height: 400px;
	max-height:80%;
	background:#00A38B;
	 overflow: visible;
	/*-webkit-box-shadow: 0px 0px 19px 0px rgba(77,77,77,0.2);
	-moz-box-shadow: 0px 0px 19px 0px rgba(77,77,77,0.2);
	box-shadow: 0px 0px 19px 0px rgba(77,77,77,0.2);*/
	/* -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

#section01 .box:hover {
	background:#33b3a0;
	height: 390px;
}

#section02 .box:hover {
	background:#35bac4;
	height: 520px;
}

#section03 .box:hover {
	background:#8d54e5;
	height: 350px;
}

#section04 .box:hover {
	background:#436a99;
	height: 300px;
}

#section05 .box:hover {
	background:#00A38B;
	height: 240px;
} */

#section01 .box.active{
	background:#33b3a0;
	background: rgba(51, 179, 160, .8);
}

#section02 .box.active{
	background:#35bac4;
	background: rgba(53, 186, 196, .8);
}

#section03 .box.active {
	background:#8d54e5;
	background: rgba(141, 84, 229, .8);
}

#section04 .box.active{
	background:#436a99;
	background: rgba(67, 106, 153, .8);
}

#section05 .box.active {
	background:#00A38B;
	background: rgba(0, 163, 139, .8);
}


#canvas01 {
	background:url(../png/a-closer-look-04-min.png) no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-attachment: local;
}

#canvas02 {
	background:url(../png/perfect-fit-04-min.png) no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-attachment: local;
}

#canvas03 {
	background:url(../png/talent-search-artisans-04-min.png) no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-attachment: local;
}

#canvas04 {
	background:url(../png/happy-growth-02-min.png) no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-attachment: local;
}

#canvas05 {
	background:url(../png/together-03-min.png) no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-attachment: local;
}

.box h1 {
	font-size:80%;
}

.box p {
	font-size:1em;
	text-align:justify;
	/*margin: 2em 0 1em 0;*/
	font-weight: 100;
}

.box p.intro {
	font-size:90%;
	text-align:center;
	margin: 30px 0px 10px 0px;
}

.box strong {
	font-size:1.6em;
	text-align:center;
	margin: 0 0 1em 0;
}

.box ul {
	font-size:95%;
}

.box ul li {
	padding:0 0 5px 0;
}

/* Expand
.grow {
  height: 90px;
  width: 760px;
  float: left;
  position: relative;
  transition: height 0.5s;
  -webkit-transition: height 0.5s;
  text-align: center;
  overflow: hidden;
}
.grow:hover {
  height: 600px;
  width: 760px;
  cursor:pointer;
}

.box:hover .grow {
  height: 600px;
  width: 760px;
  cursor:pointer;
}

.box:hover {
	cursor:pointer;
	-webkit-animation-name: fadeInDown;
}

.show {
	opacity: 0;
	-webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.box:hover .show {
	opacity: 1;
} */

.icon {
	background: url(../svg/Pointer.svg);
	background-repeat:no-repeat;
	margin: 0px auto 20px auto;
	/*background-color:#fff;
	border-radius: 50%;*/
	width:30px;
	height:30px;

  	-webkit-transition: -webkit-transform .4s ease-in-out;
  	transition: transform .4s ease-in-out;
}

/* .icon:hover {
	-webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.box:hover .icon {
	-webkit-transform: rotate(180deg);
    transform: rotate(180deg);
} */

.fade {
	-webkit-animation-name: fadeOutUp;
	-webkit-animation-delay: 0.9s; /* Chrome, Safari, Opera */
    animation-delay: 0.9s;
}

.icon.rotate {
	-webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.show {
display: none;
}

.show.active {

}

.fade {
	-webkit-animation-name: fadeOutUp;
	-webkit-animation-delay: 0.9s; /* Chrome, Safari, Opera */
    animation-delay: 0.9s;
}

.read-more {
	border: 2px solid white;
	padding: 5px;
	width: 50%;
	margin: 0px auto;
	text-decoration: none;
	display: none;
	-webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

.read-more:hover {
	border: 2px solid #4D4D4D;
	padding: 5px;
	width: 50%;
	margin: 0px auto;
	text-decoration: none;
}


/* Slides Animation
* --------------------------------------- */

.section h1 {
	font-size:2.8em;
	margin: 0;
	line-height: 0.9em;
}

.section h1  {
	-webkit-animation-name: fadeOut;

}

.section.active h1  {
	-webkit-animation-name: fadeIn;
	-webkit-animation-delay: 0.6s; /* Chrome, Safari, Opera */
    animation-delay: 0.6s;
}

.section.active p  {
	-webkit-animation-name: fadeIn;
	-webkit-animation-delay: 0.7s; /* Chrome, Safari, Opera */
    animation-delay: 0.7s;
}

.section.active .icon.animated  {
	-webkit-animation-name: fadeIn;
	-webkit-animation-delay: 0.7s; /* Chrome, Safari, Opera */
    animation-delay: 0.7s;
}

.section.active .fade {
	-webkit-animation-name: fadeIn;
	-webkit-animation-delay: 0.9s; /* Chrome, Safari, Opera */
    animation-delay: 0.9s;
}

.section div.box .show  {
	-webkit-animation-name: fadeOut;
}

.section.active div.box .show  {
	-webkit-animation-name: fadeIn;
	-webkit-animation-delay: .6s; /* Chrome, Safari, Opera */
    animation-delay: .1s;
}

.section.active div.box.03.active {
	-webkit-animation-name: fadeIn;
	-webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
    animation-delay: 1s;
}

.section div.box.active {

}

.section.active div.box.active {

	-webkit-animation-delay: .2s; /* Chrome, Safari, Opera */
    animation-delay: .2s;
}

.section.active canvas {
	-webkit-animation-name: fadeIn;
	-webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
    animation-delay: .2s;
}


/* Navigation
* --------------------------------------- */
.top-nav-icon-wrapper {
	position: fixed;
	top: 2.2em;
	right: 1.5em;
	height: 30px;
	width: 30px;
	cursor: pointer;
	z-index:270;
}

.top-nav-icon, .top-nav-icon:before, .top-nav-icon:after {
	content: '';
	position: absolute;
	border-radius: 1em;
	height: 2px;
	width: 30px;
	left: 0em;
	background: white;
	transition: all 0.2s ease;
}
.top-nav-icon        { top: 0.75em;  }
.top-nav-icon:before { top: -0.55em; }
.top-nav-icon:after  { top: 0.55em;  }
.top-nav-active .top-nav-icon { background: transparent; transform: rotate(-135deg); }
.top-nav-active .top-nav-icon:before, .top-nav-active .top-nav-icon:after { top: 0; }
.top-nav-active .top-nav-icon:before { transform: rotate(90deg); }
.top-nav-active .top-nav-icon, .top-nav-active .top-nav-icon:before, .top-nav-active .top-nav-icon:after {
  background: white; }

.top-nav-menu {
	transition: all 0.4s ease;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*background-color: rgba(77,77,77,0.99);*/
	/*background-color: rgba(0,0,0,0.9);*/
	background-color: rgba(0,163,139,0.99);
	color: white;
	text-align: center;
	z-index: 200;
}
.top-nav-active .top-nav-menu {
	opacity: 1;
	pointer-events: initial;
}
.top-nav-menu-list {
	display: block;
	transition: all 0.4s ease;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.2);
}
.top-nav-active .top-nav-menu-list {
	transform: translate(-50%, -50%) scale(1);
}

.top-nav-menu-list li {
	font-family: 'proxima-nova', sans-serif;
	font-weight:500;
	font-size:2.1em;
    margin: 1em 0;
	text-align: center;
}

.top-nav-menu-list li a {
	color:#fff;
	text-decoration:none;
	-webkit-transition: all .3s; /* Safari */
    transition: all .3s;
}

.top-nav-menu-list li a:hover {
	color:#4D4D4D;
	text-decoration:none;
}

.top-nav-menu-list li:after {
    content: "";
}
#top-nav-menu-list li:last-child:after {
    content: "";
}

/* Header */
.logo {
	width:auto;
	float:left;
	margin:0 0 0 1em;
}

.logo-mobile {
	display: none;
	width: auto;
    float: left;
    margin: 0 0 0 1em;
}

section#wrapper {
	padding-bottom: 40px;
}



/* Scale canvas with resize attribute to full size */
canvas[resize] {
    width: 100%;
    height: 100%;
}

/* Page Content
* --------------------------------------- */

.fp-viewing-firstPage header#static {
				background-color: rgba(0, 163, 139, 0);
			}

			.fp-viewing-2ndPage header#static {
				background-color: rgba(0, 163, 139, 0);
			}

			.fp-viewing-3rdPage header#static {
				background-color: rgba(0, 163, 139, 0);
			}

			.fp-viewing-4thPage header#static {
				background-color: rgba(0, 163, 139, 0);
			}

			.fp-viewing-5thPage header#static {
				background-color: rgba(0, 163, 139, 0);
			}

			header#static {
				background-color: rgba(0, 163, 139, .8);
			}

.wrapper {
	margin: 4.75em 0;
}

.wrapper .inner {
    width: 50%;
	margin:150px auto;
}

.wrapper .inner {
	padding: 3em 0 1em 0 ;
	margin: 1em auto;
	width: 70em;
}

.privacy {
	margin:50px auto;
}

.contact {
	text-align:center;
}

.contact p {
	text-align:center;
}

.map {
	width:100%;
	background:#cacaca;
	height:400px;
}

/* Footer */
footer {
	position: fixed;
    left: -20px;
    bottom: 0px;
    height: 50px;
    width: 100%;
}

footer p {
	    padding: 1em;
    font-size: 11px;
    text-align: right;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
   background: white;
}


/* Selection
* --------------------------------------- */

::-moz-selection{
	background:#4D4D4D;
	color:#fff;
}

::selection {
	background:#4D4D4D;
	color:#fff;
}

code::-moz-selection {
	background: #4D4D4D;
}

code::selection {
	background: #4D4D4D;
}

/* Media
* --------------------------------------- */

@media screen and (max-width: 1280px) {

		.fp-viewing-firstPage header#static {
				background-color: rgba(0, 163, 139, 0);
			}

			.fp-viewing-2ndPage header#static {
				background-color: rgba(0, 163, 139, 0);
			}

			.fp-viewing-3rdPage header#static {
				background-color: rgba(0, 163, 139, 0);
			}

			.fp-viewing-4thPage header#static {
				background-color: rgba(0, 163, 139, 0);
			}

			.fp-viewing-5thPage header#static {
				background-color: rgba(0, 163, 139, 0);
			}

			header#static {
				background-color: rgba(0, 163, 139, .8);
			}

		.wrapper {
				margin: 4.75em 0;
			}

		.wrapper .inner {
				padding: 3em 3em 3em 3em ;
				width: auto;
			}

		.box {
		  width: 720px;
		  height:auto;
		  max-height:80%;
		}

		/*#.box:hover {
			height: 400px;
			max-height:80%;
		}

		section01 .box:hover {
			height: 400px;
		}

		#section02 .box:hover {
			height: 570px;
		}

		#section03 .box:hover {
			height: 370px;
		}

		#section04 .box:hover {
			height: 310px;
		}

		#section05 .box:hover {
			height: 250px;
		}*/

}


@media screen and (max-width: 980px) {

			.fp-viewing-firstPage header#static {
				background-color: rgba(0, 163, 139, 0);
			}

			.fp-viewing-2ndPage header#static {
				background-color: rgba(0, 163, 139, 0);
			}

			.fp-viewing-3rdPage header#static {
				background-color: rgba(0, 163, 139, 0);
			}

			.fp-viewing-4thPage header#static {
				background-color: rgba(0, 163, 139, 0);
			}

			.fp-viewing-5thPage header#static {
				background-color: rgba(0, 163, 139, 0);
			}

			header#static {
				background-color: #00A38B;
			}

			.wrapper {
				margin: 4.75em 0;
			}

			.wrapper:before, .wrapper:after {
					height: 4.75em;
				}

				.wrapper:before {
					top: -4.75em;
				}

				.wrapper:after {
					bottom: -4.75em;
					left: 0;
				}

			.wrapper .inner {
				padding: 3em 3em 3em 3em ;
				width: auto;
			}

			.box {
			  width: 490px;
			  height:auto;
			  max-height:80%;
			}

			/*#.box:hover {
				height: 400px;
				max-height:80%;
			}

			#section01 .box:hover {
				height: 480px;
			}

			#section02 .box:hover {
				height: 720px;
			}

			#section03 .box:hover {
				height: 450px;
			}

			#section04 .box:hover {
				height: 340px;
			}

			#section05 .box:hover {
				height: 330px;
			}*/

}

@media screen and (max-width: 736px) {

			.fp-viewing-firstPage header#static {
				background-color: rgba(0, 163, 139, 0);
			}

			.fp-viewing-2ndPage header#static {
				background-color: rgba(0, 163, 139, 0);
			}

			.fp-viewing-3rdPage header#static {
				background-color: rgba(0, 163, 139, 0);
			}

			.fp-viewing-4thPage header#static {
				background-color: rgba(0, 163, 139, 0);
			}

			.fp-viewing-5thPage header#static {
				background-color: rgba(0, 163, 139, 0);
			}

			header#static {
				background-color: #00A38B;
			}

			.wrapper {
				margin: 2.5em 0;
			}

				.wrapper:before, .wrapper:after {
					height: 2.5em;
				}

				.wrapper:before {
					top: -2.5em;
				}

				.wrapper:after {
					bottom: -2.5em;
					left: 0;
				}

				.wrapper .inner {
					padding: 2em ;
				}

				p {
					 text-align: left;
				    -moz-text-align: left;
				    text-align: left left;
				}

				/*.box {
				  width: 398px;
				  height:200px;
				  max-height:80%;
				}

				.box:hover {
					height: 400px;
					max-height:80%;
				}

				#section01 .box:hover {
					height: 460px;
				}

				#section02 .box:hover {
					height: 670px;
				}

				#section03 .box:hover {
					height: 470px;
				}

				#section04 .box:hover {
					height: 370px;
				}

				#section05 .box:hover {
					height: 340px;
				}*/

}

@media screen and (max-width: 736px) {

			.logo {
				display: none;
			}

			.logo-mobile {
				display: initial;
				width: auto;
			    float: left;
			    margin: 0 0 0 1em;
			}

			.icon {

				width:20px;
				height:20px;

			}

			/* Footer */
			footer {
				position: fixed;
			    left: 0px;
			    bottom: 0px;
			    height: 40px;
			    width: 100%;
			    background-color: rgba(0, 163, 139, .8);
			    display: none;
			}

			footer p {
				    padding: 1em;
			    font-size: 11px;
			    text-align: center;
			}

			.fp-viewing-firstPage header#static, .fp-viewing-firstPage footer {
				background-color: rgba(0, 163, 139, 0);
			}

			.fp-viewing-2ndPage header#static, .fp-viewing-2ndPage  footer  {
				background-color: rgba(0, 163, 139, 0);
			}

			.fp-viewing-3rdPage header#static, .fp-viewing-3rdPage footer  {
				background-color: rgba(0, 163, 139, 0);
			}

			.fp-viewing-4thPage header#static, .fp-viewing-4thPage footer  {
				background-color: rgba(0, 163, 139, 0);
			}

			.fp-viewing-5thPage header#static, .fp-viewing-5thPage footer  {
				background-color: rgba(0, 163, 139, 0);
			}

			header#static {
				background-color: rgba(0, 163, 139, .8);
			}

			.wrapper {
				margin: 2.5em 0;
			}

				.wrapper:before, .wrapper:after {
					height: 2.5em;
				}

				.wrapper:before {
					top: -2.5em;
				}

				.wrapper:after {
					bottom: -2.5em;
					left: 0;
				}

				.wrapper .inner {
					padding: 2em ;
				}

				.box h1 {
					font-size: 1.8em
				}

				.box {
				  width: 500px;
				  height:auto;
				  max-height:90%;
				  padding: 20px;
				}

				.box ul {
					font-size: 65%;
					display: none;
				}

				.box h1 {
				font-size: 1.8em
			}

			.box strong {
				font-size: 1.2em;
				text-align: center;
				margin: 0 0 1em 0;
				line-height: .6em;
			}

			.box p {
				font-size: .8em;
				margin: 0em 0 1em 0;
			}

			.box p.intro {
				margin: 1.5em 0 .5em 0;
				font-size: 85%;
			}

			.read-more {
				display: block;
			}

				p {
					 text-align: left;
				    -moz-text-align: left;
				    text-align: left left;
				}

				/*.box:hover {
					height: 400px;
					max-height:80%;
				}

				#section01 .box:hover {
					height: 540px;
				}

				#section02 .box:hover {
					height: 800px;
				}

				#section03 .box:hover {
					height: 530px;
				}

				#section04 .box:hover {
					height: 410px;
				}

				#section05 .box:hover {
					height: 350px;
				}*/

}

@media screen and (max-width: 640px) {

			.logo {
				display: none;
			}

			.logo-mobile {
				display: initial;
				width: auto;
			    float: left;
			    margin: 0 0 0 1em;
			}

			.icon {

				width:20px;
				height:20px;
				margin: 0px auto 10px auto;

			}

			.top-nav-menu-list li {
				font-size: 1.8em;
			}


			/* Footer */
			footer {
				position: fixed;
			    left: 0px;
			    bottom: 0px;
			    height: 40px;
			    width: 100%;
			    background-color: rgba(0, 163, 139, .8);
			    display: none;
			}

			footer p {
				    padding: 1em;
			    font-size: 11px;
			    text-align: center;
			}

			.fp-viewing-firstPage header#static, .fp-viewing-firstPage footer {
				background-color: rgba(0, 163, 139, 0);
			}

			.fp-viewing-2ndPage header#static, .fp-viewing-2ndPage  footer  {
				background-color: rgba(0, 163, 139, 0);
			}

			.fp-viewing-3rdPage header#static, .fp-viewing-3rdPage footer  {
				background-color: rgba(0, 163, 139, 0);
			}

			.fp-viewing-4thPage header#static, .fp-viewing-4thPage footer  {
				background-color: rgba(0, 163, 139, 0);
			}

			.fp-viewing-5thPage header#static, .fp-viewing-5thPage footer  {
				background-color: rgba(0, 163, 139, 0);
			}

			header#static {
				background-color: rgba(0, 163, 139, .8);
			}

			.wrapper.spotlight .inner {
				display: block;
			}

			.wrapper.spotlight .image {
				margin: 0 0 1em 0 !important;
				max-width: 85%;
				width: 12em;
			}

			h1.animated:after{
			    border-bottom: 2px solid white;
			    margin: -5px 0px;
			}

			.box h1 {
				font-size: 1.8em
			}

			.box strong {
				font-size: 1.2em;
				text-align: center;
				margin: 0 0 1em 0;
				line-height: .6em;
			}

			.box p {
				font-size: .8em;
				margin: 0em 0 1em 0;
			}

			.box p.intro {
				margin: 1.5em 0 .5em 0;
				font-size: 85%;
			}

			.box ul {
				font-size: 65%;
				display: none;
			}

			.read-more {
				display: block;
			}

			.box {
				  width: 280px;
				  height:auto;
				  max-height:90%;
				  padding: 20px 40px;
				}

				p {
					 text-align: left;
				    -moz-text-align: left;
				    text-align: left left;
				}

				/*.box:hover {
					height: 400px;
					max-height:80%;
				}

				#section01 .box:hover {
					height: 470px;
				}

				#section02 .box:hover {
					height: 410px;
				}

				#section03 .box:hover {
					height: 440px;
				}

				#section04 .box:hover {
					height: 330px;
				}

				#section05 .box:hover {
					height: 250px;
				}*/

}

@media screen and (max-width: 360px) {

	.wrapper .inner {
		padding: 2em 1.5em 0.1em 1.5em ;
	}

	.logo {
				display: none;
			}

			.logo-mobile {
				display: initial;
				width: auto;
			    float: left;
			    margin: 0 0 0 1em;
			}

	.icon {

		width:20px;
		height:20px;
		margin: 0px auto 10px auto;

	}

	.top-nav-menu-list li {
		font-size: 1.8em;
	}

	/* Footer */
	footer {
		position: fixed;
	    left: 0px;
	    bottom: 0px;
	    height: 40px;
	    width: 100%;
	    background-color: rgba(0, 163, 139, .8);
	    display: none;
	}

	footer p {
		    padding: 1em;
	    font-size: 11px;
	    text-align: center;
	}

	.fp-viewing-firstPage header#static, footer {
				background-color: rgba(0, 163, 139, 0);
			}

			.fp-viewing-2ndPage header#static, footer {
				background-color: rgba(0, 163, 139, 0);
			}

			.fp-viewing-3rdPage header#static, footer {
				background-color: rgba(0, 163, 139, 0);
			}

			.fp-viewing-4thPage header#static, footer {
				background-color: rgba(0, 163, 139, 0);
			}

			.fp-viewing-5thPage header#static, footer {
				background-color: rgba(0, 163, 139, 0);
			}

			header#static {
				background-color: rgba(0, 163, 139, .8);
			}

			.wrapper.spotlight .inner {
				display: block;
			}

			.wrapper.spotlight .image {
				margin: 0 0 1em 0 !important;
				max-width: 85%;
				width: 12em;
			}

			h1.animated:after{
			    border-bottom: 2px solid white;
			    margin: -5px 0px;
			}

			.box h1 {
				font-size: 2em
			}

			.box strong {
				font-size: 1.2em;
				text-align: center;
				margin: 0 0 1em 0;
			}

			.box p {
				font-size: .8em;
				margin: 0em 0 1em 0;
			}

			.box ul {
				font-size: 65%;

			}

			.box {
				  width: 280px;
				  height:auto;
				  max-height:90%;
				  padding: 20px 40px;
				}

				p {
					 text-align: left;
				    -moz-text-align: left;
				    text-align: left left;
				}

				/*.box:hover {
					height: 400px;
					max-height:80%;
				}

				#section01 .box:hover {
					height: 510px;
				}

				#section02 .box:hover {
					height: 460px;
				}

				#section03 .box:hover {
					height: 470px;
				}

				#section04 .box:hover {
					height: 360px;
				}

				#section05 .box:hover {
					height: 280px;
				}*/

}

/*iPhone 6 in Portrait*/
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : portrait) { /* STYLES GO HERE */ }

/*iPhone 6 in landscape*/
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : landscape) {

	header#static {
				background-color: rgba(0, 163, 139, 0);
			}

			.top-nav-menu-list li {
				font-family: 'proxima-nova', sans-serif;
				font-weight:500;
				font-size: 1.6em;
			    margin: .6em 0;
				text-align: center;
			}

			.box h1 {
				font-size: 1.7em
			}

			.box strong {
				font-size: 1em;
				text-align: center;
				margin: 0 0 1em 0;
			}

			/* Footer */
			footer {
				position: fixed;
			    left: 0px;
			    bottom: 0px;
			    height: 40px;
			    width: 100%;
			    background-color: rgba(0, 163, 139, .8);
			    display: none;
			}

			footer p {
				    padding: 1em;
			    font-size: 11px;
			    text-align: center;
			}

			h1 {
			  font-weight: 300;
			  display: inline-block;
			  padding-bottom: 2px;
			  position: relative;
			  margin: 30px 0 30px 0;
			  letter-spacing:2px;
			}

			h1:after{
			    content: "";
			    position: absolute;
			    width: 50%;
			    height: 1px;
			    /*top: 45px;*/
			    bottom: -5px;
			    left: 25%;
			    border-bottom: 2px solid white;

			}


			h1.animated:after{
			    border-bottom: 2px solid white;
			    margin: -5px 0px;
			}

			.box p {
				font-size: .8em;
				margin: 0em 0 1em 0;
			}

			.box ul {
				font-size: 65%;
				display: none;

			}

			.read-more {
				display: block;
			}

			.box {
				  width: 480px;
				  height: auto;
				  max-height:90%;
				  padding: 20px 20px;
				}

				p {
					 text-align: left;
				    -moz-text-align: left;
				    text-align: left left;
				}

}

/*iPhone 6s in landscape*/
@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px)
and (orientation : landscape) {
	.box ul {
		display: none;
	}
}

/* iPad in portrait & landscape */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {


}

/* iPad in landscape */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) { /* STYLES GO HERE */

				.box ul {
				font-size: 65%;
			}

}

/* iPad in portrait */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) { /* STYLES GO HERE */ }

/*  Retina iPad in portrait & landscape */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) { /* STYLES GO HERE */}

/*  Retina iPad in landscape */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) { /* STYLES GO HERE */

				.box ul {
				font-size: 65%;

			}


}

/*  Retina iPad in portrait */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) { /* STYLES GO HERE */ }
