@charset "utf-8";
/* CSS Document */


body{
	width:100%;
	margin:auto;
	font-family: 'Roboto', sans-serif;
}

.container {
	width:80%;
	margin:0px auto;
}

.header {
	background-color:#fff;
	width:100%;
	height:90px;
	top:0;
	position:fixed;
    z-index: 1;
	box-shadow:0px 5px 50px black;
}

.content {
	padding:0px 0px;
	position: relative;
	margin:auto;
	width:80%;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	text-align:center;
	color:#838383;
	line-height:30px;
    z-index: -1;
}

.content img {
	float:right;
}

.bg_image {
	height: 850px;
	width:100%;
	background:#55e6c5;
	z-index: -1;
}

#bg01 {
	background:url(bg01.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	background-attachment:fixed;
}

#bg02 {
	background:url(bg02.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	background-attachment:fixed;
}

#bg03 {
	background:url(bg03.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	background-attachment:fixed;
}

#bg04 {
	background:url(bg04.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	background-attachment:fixed;
}

#bg05 {
	background:url(bg05.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	background-attachment:fixed;
}

#bg06 {
	background:url(bg06.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	background-attachment:fixed;
}

#bg07 {
	background:url(bg07.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	background-attachment:fixed;
}

.ParallaxContent {
	height:400px;
	width:100%;
	background:white;
	z-index:1;
}

.ParallaxContentA {
	height:225px;
	width:100%;
	background:white;
	z-index:1;
}

.ParallaxContentB {
	height:300px;
	width:100%;
	background:white;
	z-index:1;
}

#ParallaxContent01 h1{
	font-size:30px;
	color:#464646;
	font-family:"Century Gothic", Arial, sans-serif;
	font-weight:600;
	margin:30px 60px;
}

#ParallaxContent01 p{
	font-size:20px;
	color:#343434;
	font-family:"Century Gothic", Arial, sans-serif;
	font-weight:300;
	margin:30px 60px;
}

#ParallaxContent02 h1{
	font-size:30px;
	color:#464646;
	font-family:"Century Gothic", Arial, sans-serif;
	font-weight:600;
	margin:30px 60px;
}

#ParallaxContent02 p{
	font-size:20px;
	color:#343434;
	font-family:"Century Gothic", Arial, sans-serif;
	font-weight:300;
	margin:30px 60px;
}

#ParallaxContent03 h1{
	font-size:30px;
	color:#464646;
	font-family:"Century Gothic", Arial, sans-serif;
	font-weight:600;
	margin:30px 60px;
}

#ParallaxContent03 p{
	font-size:20px;
	color:#343434;
	font-family:"Century Gothic", Arial, sans-serif;
	font-weight:300;
	margin:30px 60px;
}

.logo {
	float:left;
	height:30px;
	padding:5px 0;
	font-size:1.4em;
	line-height:35px;
}

nav li {
  display:inline-block;
  transition: background 0.2s;
  -webkit-transform:skew(20deg);
  -moz-transform:skew(20deg);
  -ms-transform:skew(20deg);
  -o-transform:skew(20deg);
  transform: skew(20deg);  /* SKEW */
}

nav li a {
  display:block;
  text-decoration:none;
  padding:5px 10px;
  font-size:12px;
  -webkit-transform:skew(-20deg);
  -moz-transform:skew(-20deg);
  -ms-transform:skew(-20deg);
  -o-transform:skew(-20deg);
  transform: skew(-20deg); /* INVERSE SKEW */
}

nav li:hover{
  background:#ff6c00;
}

nav a:hover{
  color:#FFF;
}

.nav-main {
	width:100%;
	background-color:#fff;
	height:30px;
	text-transform:uppercase;
}

.nav-main > ul {
	margin:0;
	padding:0;
	float:right;
	list-style-type:none;
}

.nav-item {
	display:inline-block;
	padding:5px 20px;
	height:30px;
	line-height:30px;
	color:#000;
	text-decoration:none;
}

.nav-item-select {
	display:inline-block;
	padding:5px 20px;
	height:30px;
	line-height:30px;
	background-color:#ff6c00;
	color:#fff;
	text-decoration:none;
	-webkit-transform:skew(0deg);
    -moz-transform:skew(0deg);
    -ms-transform:skew(0deg);
    -o-transform:skew(0deg);
    transform: skew(0deg);  /* SKEW */
}

.nav-item:focus {
	background-color:#ff4800;
	color:#fff;
}

.nav-item:focus ~ .nav-content {
	max-height:400px;
	-webkit-transition:max-height 0.8s ease-in;
	-moz-transition:max-height 0.8s ease-in;
	-ms-transition:max-height 0.8s ease-in;
	-o-transition:max-height 0.8s ease-in;
	transition:max-height 0.8s ease-in;
}

.nav-content {
	position:absolute;
	top:50px;
	overflow:hidden;
	background-color:#a50022;
	color:#fff;
	max-height:0;
}

.nav-content a {
	margin-left:5px;
	color:#fff;
	text-decoration:none;
}

.nav-content a:hover {
	background-color:#a50022;
	text-decoration:none;
}

.container-box {
    width: 100%;
	background-color:#252525;
	bottom:0;
	position:fixed;
    z-index: 1;
}

.box {
    box-sizing: border-box;
	background-color:#252525;
	color:#fff;
    width: 33.33%;
    float: left;
	text-align:center;
    padding:20px 0px 20px 0px;
}

.box img {
	vertical-align:-4px;
}

.box2 {
    box-sizing: border-box;
	background-color:#252525;
	color:#fff;
    width: 66.66%;
    float: right;
	text-align:center;
    padding:20px 0px 20px 0px;
}

.box2 a {
	color:#FFF;
	text-decoration:none;
}

.box2 a:hover {
	color:#FFF;
	text-decoration:underline;
}

.box_contact {
    box-sizing: border-box;
	margin-left: 10%;
    width: 50%;
    float: left;
	text-align:center;
    padding:20px 0px 20px 0px;
}

.button-box{
	padding-bottom:10px;
	margin:0px;
	text-align:center;
}

.button-box a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-transform:uppercase;
	letter-spacing:1.5px;
	display:inline-block;
	width:25%;
	height:30px;
	line-height:30px;
	background:#252525;
	padding:10px 24px;
	color:#fff;
	margin:20px;
	text-decoration:none;
	border-radius:5px;
	-webkit-transition: background 0.2s linear 0s, color 0.2s linear 0s;
	-moz-transition: background 0.2s linear 0s, color 0.2s linear 0s;
	-ms-transition: background 0.2s linear 0s, color 0.2s linear 0s;
	-o-transition: background 0.2s linear 0s, color 0.2s linear 0s;
	transition: background 0.2s linear 0s, color 0.2s linear 0s;
}

.button-box a:hover{
	background:#ff4800;
	color:#fff;
}


@media screen and (max-width: 580px){
	.col {
	margin: 1% 0 1% 0%;
	}
	.span_4_of_4, .span_3_of_4, .span_2_of_4, .span 1 of 4 {
	width: 100%;
	}
	nav ul li{
	box-sizing: border-box;
	width:100%;
	text-align:left;
	border: .1em solid black;
	}
	.content{
	top:350px;
	}
	.box{
	width:100%;
	float:left;
	}
	.button{
	width:90%;
	float:none;
	}
	.slider{
	display:none;
	}
	.container-box{
	margin-top:75%;
	}
	.button-box{
	display:none;
	}
}