*, *:after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Thin.ttf);
    font-weight: 100;
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf);
    font-weight: 300;
}

body {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 100;
  color: #fff;
  background: #f5f5f5;
}

html, body, .vs-container {
	position: relative;
	width: 100%;
}

h1 {
  color: #808080;
  text-align: center;
  font-weight: 100;
}

h2 {
  text-align: center;
}

hr {
  width: 40%;
  margin-top: 40px;
  border-bottom: 1px solid #dddddd;
}

.contact {
  background-color: #e7e7e7;
  padding: 50px 30% 40px;
  text-align: center;
}

.contact p {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
  color: #a3a3a3;
}

.contact hr {
  border: 1px solid #fff;
  margin: 20px auto 0px;
}

.contact h1 {
  padding: 5px 15px;
}

.contact h1 a, a:focus, a:active {
  text-decoration: none;
  color: #00a7cc;
  transition: color 0.8s;
}

.contact h1 a:hover {
  text-decoration: none;
  color: #f02e5c;
  transition: color 0.8s;
}

.arrow{
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}

@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(0, 10px);}
    to {-webkit-transform: translate(0, -0px);    }
}

@-moz-keyframes Floating{
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(0, 10px);}
    to {-moz-transform: translate(0, -0px);}
}

.control-label {
  color: #ababab;
}

.name-form {
  color: #ffffff;
  background-color: #e4e4e4;
  padding: 20px 20px;
  border-radius: 0;
  border: 0px;
  border-bottom: 2px solid #f10082;
  box-shadow: none;
}

.email-form {
  color: #ffffff;
  background-color: #e4e4e4;
  padding: 20px 20px;
  border-radius: 0;
  border: 0px;
  border-bottom: 2px solid #009af1;
  box-shadow: none;
}

.message-form {
  color: #ffffff;
  background-color: #e4e4e4;
  padding: 25px 25px;
  border-radius: 0;
  border: 0px;
  border-bottom: 2px solid #6ecc42;
  box-shadow: none;
}

.send-button {
  text-align: center;
}

.send-btn {
  width: 50%;
  color: #005cb1;
  background-color: #dedede;
  border: 1px solid #005cb1;
  padding: 25px;
  margin-top: 25px;
}

.footer {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
  background-color: #cbcbcb;
  padding-top: 15px;
  padding-bottom: 5px;
}

.footer .row {
  text-align: center;
  font-size: 0.8em;
}

.no-touch .vs-container {
	overflow-x: hidden;
}

.vs-header {
	z-index: 200;
	margin: 0 auto;
	width: 80%;
	text-align: center;
	-webkit-backface-visibility: hidden;
}

.vs-container > header h1 {
	margin: 0 0 2em 0;
	padding: 0 0 0.8em;
	font-weight: 300;
	font-size: 2.4em;
	line-height: 1.4;
	-webkit-backface-visibility: hidden;
}

.vs-container > header span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 60%;
	font-weight: 400;
	color: #6a6a6a;
}

.vs-nav {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	list-style: none;
  border-bottom: 1px solid #dddddd;
}

.vs-triplelayout .vs-nav {
	width: 33.33%;
	height: 80px;
}

.vs-nav li {
	display: inline-block;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
}

.vs-triplelayout .vs-nav li {
	position: absolute;
	visibility: hidden;
	width: 100%;
}

.vs-nav li a {
	position: relative;
	display: inline-block;
	margin: 0px;
	padding: 25px 0;
	outline: none;
	border-top: 5px solid #333333;
	color: #d5d5d5;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1.3em;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
  width: 100%;
}

.vs-nav .section-1 {
  border-top: 5px solid #ff5f3f;
}

.vs-nav .section-2 {
  border-top: 5px solid #74e3ff;
}

.vs-nav .section-3 {
  border-top: 5px solid #7864b0;
}

.vs-nav .section-4 {
  border-top: 5px solid #4cff81;
}

.vs-nav .section-5 {
  border-top: 5px solid #ff8acd;
}

.vs-nav li a:hover,
.vs-nav li a:focus,
.vs-triplelayout .vs-nav .vs-nav-current a,
.vs-container.vs-move-left .vs-nav-right a,
.vs-container.vs-move-right .vs-nav-left a {
	/* border-color: #b5b5b5; */
	color: #858585;
}

/* .vs-container.vs-move-left .vs-nav-current a,
.vs-container.vs-move-right .vs-nav-current a {
	border-color: #6a6a6a;
	color: #6a6a6a;
} */

.vs-triplelayout .vs-nav .vs-nav-left,
.vs-triplelayout .vs-nav .vs-nav-right,
.vs-triplelayout .vs-nav .vs-nav-left-outer,
.vs-triplelayout .vs-nav .vs-nav-right-outer,
.vs-triplelayout .vs-nav .vs-nav-current {
	visibility: visible;
}

.vs-triplelayout .vs-nav .vs-nav-current {
	left: 0%;
}

.vs-triplelayout .vs-nav .vs-nav-left {
	left: -100%;
}

.vs-triplelayout .vs-nav .vs-nav-right {
	left: 100%;
}

.vs-triplelayout .vs-nav .vs-nav-right-outer {
	left: 200%;
}

.vs-triplelayout .vs-nav .vs-nav-left-outer {
	left: -200%;
}

.vs-container.vs-move-left .vs-nav-left,
.vs-container.vs-move-left .vs-nav-left-outer,
.vs-container.vs-move-left .vs-nav-current,
.vs-container.vs-move-left .vs-nav-right,
.vs-container.vs-move-left .vs-nav-right-outer {
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

.vs-container.vs-move-right .vs-nav-left,
.vs-container.vs-move-right .vs-nav-left-outer,
.vs-container.vs-move-right .vs-nav-current,
.vs-container.vs-move-right .vs-nav-right,
.vs-container.vs-move-right .vs-nav-right-outer {
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

.vs-container.vs-move-left .vs-nav-left,
.vs-container.vs-move-right .vs-nav-right {
	opacity: 0;
}

.vs-wrapper {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 100%;
	width: 100%;
}

.vs-wrapper > section {
	z-index: 1;
	min-height: 100%;
	background-position: 100% 0;
	background-repeat: no-repeat;
}

#section-1 { background-image: url(../images/cat1.png); }
#section-2 { background-image: url(../images/cat2.png); }
#section-3 { background-image: url(../images/cat3.png); }
#section-4 { background-image: url(../images/cat4.png); }
#section-5 { background-image: url(../images/cat5.png); }

.vs-triplelayout .vs-wrapper > section {
	position: absolute;
	top: 0;
	left: 10%;
	visibility: hidden;
	padding: 0 0 100px;
	width: 80%;
	-webkit-backface-visibility: hidden;
}

.vs-triplelayout .vs-wrapper > section:not(.vs-current) {
	overflow: hidden;
	height: 100%;
}

.vs-triplelayout .vs-wrapper .vs-left,
.vs-triplelayout .vs-wrapper .vs-left-outer,
.vs-triplelayout .vs-wrapper .vs-current,
.vs-triplelayout .vs-wrapper .vs-right,
.vs-triplelayout .vs-wrapper .vs-right-outer {
	visibility: visible;
}

.vs-triplelayout .vs-wrapper .vs-left {
	left: -70%; /* 80 - 10 */
}

.vs-triplelayout .vs-wrapper .vs-left-outer {
	left: -150%; /* - 70 - 80 */
}

.vs-triplelayout .vs-wrapper .vs-current {
	position: relative;
	z-index: 100;
}

.vs-triplelayout .vs-wrapper .vs-right {
	left: 90%; /* 80 + 10 */
}

.vs-triplelayout .vs-wrapper .vs-right-outer {
	left: 170%; /* 90 + 80 */
}

.vs-container.vs-move-left .vs-left,
.vs-container.vs-move-left .vs-current,
.vs-container.vs-move-left .vs-right,
.vs-container.vs-move-left .vs-right-outer {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

.vs-container.vs-move-right .vs-left,
.vs-container.vs-move-right .vs-left-outer,
.vs-container.vs-move-right .vs-current,
.vs-container.vs-move-right .vs-right {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

.vs-sidenav div {
	position: absolute;
	top: 0;
	z-index: 500;
	width: 10%;
	height: 100%;
	background-image: url("../img/white_wave.png");
	cursor: pointer;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
  opacity: 1;
}

.vs-sidenav div:hover {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.vs-sidenav .vs-sidenav-left {
	left: 0px;
}

.vs-sidenav .vs-sidenav-right {
	right: 0px;
}

/* inner content */
.vs-content {
	position: relative;
	margin: auto;
	padding: 1em 0;
	width: 95%;
	text-align: left;
	font-size: 1.2em;
  font-weight: 300;
}

.vs-content h2 {
	position: relative;
	margin: 40px 0 20px;
	color: #6a6a6a;
	font-weight: 200;
	font-size: 2.5em;
}

.vs-content .col {
	margin: 0 auto;
	color: #6a6a6a;
	text-align: center;
	line-height: 2em;
	-webkit-column-width: 30%;
	-moz-column-width: 30%;
	column-width: 30%;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 1%;
	-moz-column-gap: 1%;
	column-gap: 1%;
}

.vs-content p {
	margin: 0 80px 0;
	padding: 0;
}

/* Media queries */
@media screen and (max-width: 72.875em) {

	.vs-header,
	.vs-wrapper {
		font-size: 80%;
	}

	.vs-content {
		width: 85%;
	}

	.vs-content h2 {
		font-size: 2.5em;
	}

	.vs-nav li a {
		width: 100%;
	}

  .vs-content p {
  	margin: 0 20px 0;
  	padding: 0;
  }

	.vs-content .col {
		-webkit-column-width: 50%;
		-moz-column-width: 50%;
		column-width: 50%;
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

@media screen and (max-width: 45.25em) {

	.vs-container > header h1 {
		margin-bottom: 0;
	}

  .vs-content {
		padding-top: 50px;
	}

	.vs-content h2 {
		margin: 0 0 1em;
    font-size: 2em;
	}

	.vs-wrapper {
		font-size: 80%;
	}

	.vs-triplelayout .vs-nav li a {
		width: 100%;
		font-size: 80%;
	}

	.vs-wrapper > section {
		background-position: 0 28em;
		background-size: 100%;
	}

  .vs-content p {
  	margin: 0 10px 0;
  	padding: 0;
    font-size: 0.8em;
  }

	.vs-content .col {
		-webkit-column-width: auto;
		-moz-column-width: auto;
		column-width: auto;
		-webkit-column-count: auto;
		-moz-column-count: auto;
		column-count: auto;
	}

  .send-btn {
    width: 100%;
  }

  .contact h1 {
    font-size: 1.8em;
  }
}
