
@charset "utf-8";
/* CSS Document */

#wrapper_uiboxes1{
	text-align: center;
	width: 100%;
	font-size: 15px;
	background-color: none;
	margin-left: 10px;
	margin-bottom: -16px;
}

#wrapper_uiboxes{
	text-align: center;
	width: 100%;
	font-size: 15px;
	background-color: none;
}

.container_ui {
  width: 900px;te
  height: 600px;
  text-align: center;
  display: inline-block;
}




.herovid {
    width: 100%;
	height: 26vh;
	background-image: linear-gradient(rgb(0, 0, 0),rgba(12,3,51,0.3));
	position: relative;
	padding: 0 0%;
	display: flex;
	align-items: left;
	justify-content: center;
  }


.hero {
    background-color: #696969;
	color: #fff;
	text-shadow: #000;
	background-image: url("mountain.png");
	height: 100px;
	padding-top: 70px;
	padding-bottom: 40px;
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: multiply;
	letter-spacing: 5px;
  }


  .hero_ui {
    background-color: #696969;
	color: #fff;
	text-shadow: #000;
	background-image: url("mountain.png");
	height: 100px;
	padding-top: 70px;
	padding-bottom: 40px;
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: multiply;
	letter-spacing: 5px;
  }



  .hero_branding {
    background-color: #696969;
	color: #fff;
	text-shadow: #000;
	background-image: url("mountain.png");
	height: 100px;
	padding-top: 70px;
	padding-bottom: 40px;
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: multiply;
	letter-spacing: 5px;
  }


  .hero_illustration {
    background-color: #696969;
	color: #fff;
	text-shadow: #000;
	background-image: url("mountain.png");
	height: 100px;
	padding-top: 70px;
	padding-bottom: 40px;
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: multiply;
	letter-spacing: 5px;
  }



  .hero_animation {
    background-color: #696969;
	color: #fff;
	text-shadow: #000;
	background-image: url("mountain.png");
	height: 100px;
	padding-top: 70px;
	padding-bottom: 40px;
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: multiply;
	letter-spacing: 5px;
  }

  .hero_connect {
    background-color: #696969;
	color: #fff;
	text-shadow: #000;
	background-image: url("mountain.png");
	height: 100px;
	padding-top: 70px;
	padding-bottom: 40px;
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: multiply;
	letter-spacing: 5px;
  }





.container_services {
	width: 100%;
	padding-left: 0px;
	text-align: center;
	display: inline-block;
  }








  

.imagefadein {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}



.overlay2 {
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	width: 340px;
	height: 340px;
	opacity: 0;
	transition: .5s ease;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	margin-top: -305px;
	background: linear-gradient(to left, #e7e7e7,#fff);
  }




.overlay {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  width: 900px;
  height: 600px;
  opacity: 0;
  transition: .5s ease;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  margin-top: -600px;
  background: linear-gradient(to left, #e7e7e7,#fff);
}

.container_ui:hover .overlay2 {
	opacity: .94;
	width: 440px;
	height: 290px;
	background: linear-gradient(to left, #e7e7e7,#fff);
  }


.container_ui:hover .overlay {
  opacity: .94;
  width: 930px;
  height: 600px;
  background: linear-gradient(to left, #e7e7e7,#fff);
}

.text_title_ui {
  color: #42c8f4;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.text_ui {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 20px;
  
}





.pic {
  width: 900px;
  height: 600px;
  position: relative;
  display: inline-block;
}

.pic:hover > .overlay {
    position: absolute;
    top: 0;
    width:100%;
    height:100%;
    left: 0;
    background-color:hsl(195, 89%, 61%);
    opacity:0.5;
    display: block;
}

.info {
  position: absolute;
  top: 100px;
  left: 0;
  text-align: center;
  padding: 50px
}





#overlook {
	padding: 0px 0px 0px 0px;
    text-align: left;
	background:#fff;
}

#header {
	background-color: #e7e7e7;
	width: 100%;
}


summary{
	padding: 100px 50px 20px 50px;
	font-size: 50px;
	color: #666666;
	line-height: 60px;
	font-family: arial;
	font-weight: bold;
	letter-spacing: -2px;
	text-align: center;
	background: #fff;
}

sumdetail{
	font-size: 21px;
	color: #666666;
	line-height: 30px;
	font-family: arial;
	font-weight: regular;
	letter-spacing: 0px;
	text-align: center;
	width: 100%;
	position: absolute;
	background: #fff;
	padding: 0px 0px 100px 0px;
	height: 900px;
}

services{
	font-size: 36px;
	color:#42c8f4;
	line-height: 54px;
	font-family: arial;
	font-weight: bold;
	letter-spacing: 0px;
	text-align: center;
	width: 100%;
	background: #fff;
	padding: 0px 0px 180px 0px;
	background-color: #ffffff;

}




fullwidthhome{
	font-size: 24px;
	color:#ffffff;
	line-height: 4px;
	font-family: arial;
	font-weight: regular;
	letter-spacing: 2px;
	text-align: center;
	width: 100%;
	background: rgba(76, 97, 201, 0.671);
	padding: 30px 0px 32px 0px;
	background-color: #7d7d7d;
	color:#ffffff;
	box-shadow: 0 0 0 100vmax #7d7d7d;
	clip-path: inset(0 -100vmax);
}





#recentwork{
    background-color: #fff;
	width: 100%;
	height: 800px;
	font-size: 60px;
	font-family: arial;
	font-weight: BOLD;
	text-align: center;
	color: #999999;
	z-index: -1;
	margin: 0;
}



.text{
	float: left;
	width: 30%;
	padding: 0px 0px 30px 0px;
	font-size: 18px;
	line-height: 26px;
	font-weight: regular;
	background-color: #ffffff;
	
}

.text2{
	float: left;
	width: 90%;
	padding: 10px 0px 0px 0px;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	background-color: #ffffff;
}
	

.homeimagesection{
	background-attachment: fixed;
}

.bluebox {
	opacity: 0;
	transform: translateY(200px); 
	transition: all 1s ease-out;
}

.bluebox.fade-in {
	opacity: 1;
	transform: translateY(0);
}


div.one-third-home{
	width: 22%;
	float: left;
	padding: 20px;
	text-align: center;
	color: #fff;
}

div.one-third-home-second{
	width: 22%;
	float: left;
	padding: 20px;
	text-align: center;
	color: #fff;
}

div.one-third-home-last{
	width: 22%;
	float: left;
	padding: 20px;
	text-align: center;
	color: #fff;
}



div.one-third{
	width: 100%;
	float: center;
	padding: 0px 2px 2px 2px;
}

div.one-third-second{
	width: 100%;
	float: left;
	padding: 0px 2px 2px 2px;
}

div.one-third-last{
	width: 100%;
	float: left;
	padding: 0px 2px 2px 2px;
}

div.full-content{
	width: 100%;
	float: none;
	padding: 0px;

}
	
body{
	html{overflow-x:hidden;}
	margin: 0 0 0 0;  
	padding: 0 0 0 0;
	font-family: sans-serif;
}


header{
	background: #fff;
	width: 100%;
    padding: 0px 0px 4px 0px;
	color: white;
	text-align: left;
    font-size: 28px;
	margin: 0px 0px 0px 0px;
	position: fixed;
	z-index: 10;
	background: linear-gradient(to bottom,#fff,#fff,#fff,#fff,#fff,#e7e7e7);
}


.image_full{
	display:block;
}

.image_mobile{
	display:none;
}



a{
	text-decoration: none;
	color: inherit;
	padding: 10px;
}

nav ul{
	float: left;
	line-height: .1em;
	background-color: #fff;
    color: #666;
	padding: 0px 20px 0px 340px;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	margin-top: -54px;
}

nav ul li{
    display: inline-block;
	padding: 0px 6px 0px 6px;
}
nav ul li:hover{
	display: inline-block;
	background-color: #fff;
	color: #42c8f4;
}




section{
	line-height: 2em;
	font-size: 1.1em;
	padding: 0px 0px;
	width: 900px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}


.handle{
	width: 100%;
	background: 000; 
	text-align: left;
	box-sizing: border-box;
	padding: 15px 10px;
	cursor: pointer;
	color: white;
	display: none;
}

slash b {
		color: gray;
		font-weight: normal;
	}
	
	.menu-trigger{
		display:none;
	}
	
	

section3{
	line-height: 2em;
	font-size: 24em;
	padding: 0px 0px;
	width: 100%;
	margin: 0px 0px;
	text-align: center;
	background-color: #ccc;
}

	
	
#cleared {
	clear:both;
}

	
hometext{
	line-height: 1.3em;
	font-size: 46px;
	padding: 0px 0px 0px 0px;
	width: 950px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	text-decoration: none;
	color: #fff;
	max-width: 950px;
}

headerdetail{
	line-height: 2em;
	font-size: 36px;
	padding: 0px 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	text-align: left;
	background-color: #;
	color: #666;
	text-decoration: none;
	max-width: 990px;
}

abouttext{
	line-height: 1.4em;
	font-size: 40px;
	padding: 0px;
	width: 70%;
	margin: 0px 0px 0px 0px;
	text-align: left;
	background-color: #fff;
	color: rgb(0, 0, 0);
	text-decoration: none;
}

detailedtext{
	line-height: 2em;
	font-size: 18px;
	padding: 0px 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	text-align: left;
	background-color: #fff;
	color: #666;
	text-decoration: none;
	max-width: 990px;
}


#wrapperhome {
    width: 990px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	background-color: #333;
}


#wrapper {
	width: 990px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	background-color: #333;
}

#wrapperfull {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: rgb(255, 255, 255);
}

	
#leftcontent{
	height: 100%;
	background-color: #fff;
	width: 495px;
	float: left;
	text-align: center;
}

#rightcontent{
	height: 100%;
	background-color: #fff;
	width: 495px;
	float: right;
	text-align: center;
}


#fullcontent{
	height: 100%;
	background-color: rgb(255, 255, 255);
	width: 100%;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

#fullcontentthumbs{
	height: 100%;
	background-color: #e7e7e7;
	width: 100%;
	text-align: center;
	padding: 0px 0px 0px 0px;
	color: #666;
}



#top{
	text-align: center;
	width:100%;
}

#aboutheader{
	background: black;
}


footer{
	background-color:rgb(215, 215, 215);
	width: 100%;
    padding: 10px 0px 10px 0px;
	color: rgb(120, 120, 120);
	text-align: center;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
}



next{
	line-height: 2em;
	font-size: 26px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
    align: right;
	color: #42c8f4;
}

homeopeningtext{
	line-height: 2em;
	font-size: 36px;
	padding: 60px;
	margin: 0px;
    align: left;
	color: #fff;
}

img {
	max-width: 100%;
	height: auto;
}

selectformore{
	background-color: #333;
	width: 990px;
    padding: 0px 0px 0px 60px;
	color: #999;
	text-align: left;
	font-size: 18px;
	margin: 0px 0px 0px 0px;
	background: #333;
}

intro{
	background-color: #fff;
	width: 100%;
    padding: 0px 0px 0px 60px;
	color: #000;
	text-align: left;
	font-size: 21px;
	margin: 0px 0px 0px 0px;
    float: left;
}

.li{
	margin: 0px 0px 0px 100px;
	text-align: left;
	color: black;
	font-weight: normal;
}























@media screen and (max-width: 1400px){
	
div.one-third-home{
	width: 22%;
	float: left;
	padding: 18px;
	text-align: center;
}

div.one-third-home-second{
	width: 22%;
	float: left;
	padding: 18px;
	text-align: center;
}

div.one-third-home-last{
	width: 22%;
	float: left;
	padding: 18px;
	text-align: center;
}

	
	
div.one-third{
	width: 100%;
	float: left;
	padding: 0px 2px 2px 2px;
}

div.one-third-second{
	width: 100%;
	float: left;
	padding: 0px 2px 2px 2px;
}

div.one-third-last{
	width: 100%;
	float: left;
	padding: 0px 2px 2px 2px;
}

	
body{
	html{overflow-x:hidden;}
	margin: 0 0 0 0;  
	padding: 0 0 0 0;
	font-family: sans-serif;
}


header{
	background: #fff;
	width: 100%;
    padding: 0px 0px 4px 0px;
	color: white;
	text-align: left;
    font-size: 28px;
	margin: 0px 0px 0px 0px;
	position: fixed;
	z-index: 10;
	background: linear-gradient(to bottom,#fff,#fff,#fff,#fff,#fff,#e7e7e7);
}


.image_full{
	display:block;
}

.image_mobile{
	display:none;
}



a{
	text-decoration: none;
	color: inherit;
	text-align: left;
	padding: 10px;
	outline: 0px;
	border:0px;
}

a{
	text-decoration: none;
	color: inherit;
	padding: 10px;
}
nav ul{
	float: left;
	line-height: .1em;
	background-color: #fff;
    color: #666;
	padding: 0px 20px 0px 340px;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	margin-top: -54px;
}

nav ul li{
    display: inline-block;
	padding: 0px 6px 0px 6px;
}
nav ul li:hover{
	display: inline-block;
	background-color: #fff;
	color: #42c8f4;
}
			
			



section{
	line-height: 2em;
	font-size: 1.1em;
	padding: 0px 0px;
	width: 900px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

homebuttons{
	line-height: 2em;
	font-size: 1.1em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

.handle{
	width: 100%;
	background: 000; 
	text-align: left;
	box-sizing: border-box;
	padding: 15px 10px;
	cursor: pointer;
	color: white;
	display: none;
}

slash b {
		color: gray;
		font-weight: normal;
	}
	
	.menu-trigger{
		display:none;
	}
	
	

section3{
	line-height: 2em;
	font-size: 24em;
	padding: 0px 0px;
	width: 100%;
	margin: 0px 0px;
	text-align: center;
	background-color: #ccc;
}

	
#cleared {
	clear:both;
}

	
hometext{
	line-height: 1.3em;
	font-size: 46px;
	padding: 0px 0px 0px 0px;
	width: 950px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	text-decoration: none;
	color: #fff;
	max-width: 950px;
}





#wrapper {
	width: 990px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	background-color: #fff;
}

#wrapperfull {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
}

	
#leftcontent{
	height: 100%;
	background-color: #fff;
	width: 495px;
	float: left;
	text-align: center;
}

#rightcontent{
	height: 100%;
	background-color: #fff;
	width: 495px;
	float: right;
	text-align: center;
}



#fullcontent{
	height: 100%;
	background-color: #fff;
	width: 100%;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

#fullcontentthumbs{
	height: 100%;
	background-color: #e7e7e7;
	width: 100%;
	text-align: center;
	padding: 0px 0px 0px 0px;
    color: #666;
}

#top{
	text-align: center;
}

#aboutheader{
	background: black;
}



next{
	line-height: 2em;
	font-size: 26px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
    align: right;
	color: #42c8f4;
}



img {
	max-width: 100%;
	height: auto;
}
























@media screen and (max-width: 1300px){
	
div.one-third-home{
	width: 48%;
	float: left;
	padding: 5px;
	text-align: center;
}

div.one-third-home-second{
	width: 48%;
	float: left;
	padding: 5px;
	text-align: center;
}

div.one-third-home-last{
	width: 48%;
	float: left;
	padding: 5px;
	text-align: center;
}
	
	
	
div.one-third{
	width: 100%;
	float: left;
	padding: 0px 2px 2px 2px;
}

div.one-third-second{
	width: 100%;
	float: left;
	padding: 0px 2px 2px 2px;
}

div.one-third-last{
	width: 100%;
	float: left;
	padding: 0px 2px 2px 2px;
}


body{
	html{overflow-x:hidden;}
	margin: 0 0 0 0;  
	padding: 0 0 0 0;
	font-family: sans-serif;
}

header{
	background: #fff;
	width: 100%;
    padding: 0px 0px 4px 0px;
	color: white;
	text-align: left;
    font-size: 28px;
	margin: 0px 0px 0px 0px;
	position: fixed;
	z-index: 10;
	background: linear-gradient(to bottom,#fff,#fff,#fff,#fff,#fff,#e7e7e7);
}


.image_full{
	display:block;
}

.image_mobile{
	display:none;
}



a{
	text-decoration: none;
	color: inherit;
	padding: 10px;
}
nav ul{
	float: left;
	line-height: .1em;
	background-color: #fff;
    color: #666;
	padding: 0px 20px 0px 340px;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	margin-top: -54px;
}

nav ul li{
    display: inline-block;
	padding: 0px 6px 0px 6px;
}
nav ul li:hover{
	display: inline-block;
	background-color: #fff;
	color: #42c8f4;
}
			



section{
	line-height: 2em;
	font-size: 1.1em;
	padding: 0px 0px;
	width: 900px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

homebuttons{
	line-height: 2em;
	font-size: 1.1em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

.handle{
	width: 100%;
	background: 000; 
	text-align: left;
	box-sizing: border-box;
	padding: 15px 10px;
	cursor: pointer;
	color: white;
	display: none;
}

slash b {
		color: gray;
		font-weight: normal;
	}
	
	.menu-trigger{
		display:none;
	}
	
	

section3{
	line-height: 2em;
	font-size: 24em;
	padding: 0px 0px;
	width: 100%;
	margin: 0px 0px;
	text-align: center;
	background-color: #ccc;
}
	
	
#cleared {
	clear:both;
}

	
hometext{
	line-height: 1.3em;
	font-size: 46px;
	padding: 0px 0px 0px 0px;
	width: 950px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	text-decoration: none;
	color: #fff;
	max-width: 950px;
}





#wrapper {
	width: 990px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	background-color: #fff;
}

#wrapperfull {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
}

	
#leftcontent{
	height: 100%;
	background-color: #fff;
	width: 495px;
	float: left;
	text-align: center;
}

#rightcontent{
	height: 100%;
	background-color: #fff;
	width: 495px;
	float: right;
	text-align: center;
}



#fullcontent{
	height: 100%;
	background-color: #fff;
	width: 100%;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

#fullcontentthumbs{
	height: 100%;
	background-color: #e7e7e7;
	width: 100%;
	text-align: center;
	padding: 0px 0px 0px 0px;
	color: #666;
}

#top{
	text-align: center;
}

#aboutheader{
	background: black;
}



next{
	line-height: 2em;
	font-size: 26px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
    align: right;
	color: #42c8f4;
}



img {
	max-width: 100%;
	height: auto;
}























		
@media screen and (max-width: 990px){
	
#overlook {
	padding: 0px 0px 0px 0px;
    text-align: left;
	background:#fff;
	max-width: 1000px;
}
	
summary{
	padding: 80px 0px 10px 0px;
	font-size: 60px;
	color: #666;
	line-height: 90px;
	font-family: arial;
	font-weight: bold;
	letter-spacing: -2px;
	text-align: center;
	background: #fff;
}

sumdetail{
	font-size: 42px;
	color: #666;
	line-height: 60px;
	font-family: arial;
	letter-spacing: 0px;
	text-align: center;
	background: #fff;
	padding: 0px 0px 0px 0px;
	height: 1100px;
}

services{
	font-size: 52px;
	color:#42c8f4;
	line-height: 90px;
	font-family: arial;
	font-weight: bold;
	letter-spacing: 0px;
	text-align: center;
	width: 100%;
	background: #fff;
	padding: 0px 0px 0px 0px;
}

	
.text{
	float: left;
	width: 50%;
	padding: 0px 0px 0px 0px;
	font-size: 38px;
	line-height: 44px;
	font-weight: regular;
}

.text2{
	float: left;
	width: 90%;
	padding: 0px 0px 0px 0px;
	font-size: 40px;
	line-height: 44px;
	font-weight: regular;
}	

	
div.one-third-home{
	width: 100%;
	float: left;
	padding: 25px;
	text-align: center;
	margin: 0px 0px 0px 0px;

}

div.one-third-home-second{
	width: 100%;
	float: left;
	padding: 25px;
	text-align: center;
	margin: 0px 0px 0px 0px;

}

div.one-third-home-last{
	width: 100%;
	float: left;
	padding: 25px;
	text-align: center;
	margin: 0px 0px 0px 0px;

}
	
	
div.one-third{
	width: 100%;
	float: left;
	padding: 8px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
	ext-align: center;
}

div.one-third-second{
	width: 100%;
	float: left;
	padding: 8px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
}

div.one-third-last{
	width: 100%;
	float: left;
	padding: 8px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
}

img {
	max-width: 100%;
	height: auto;
}	
	

gushee{
	float: right;
	padding: 0px 0px 0px 140px;

}
	
.menu-trigger{
	display: block;
	color: #06F;
	font-size: 80px;
	float: left;
}
	
.nav-expanded{
	display: block;
}



nav ul li{ 
	list-style-type: none;
	font-size: 36px;
	display: none;
	cursor: pointer;
	line-height: 25px;
	float: left;
	padding: 44px 70px 0px 0px;
	letter-spacing: 2px;
	width: 88%;
    text-align: center;
    cursor: pointer;
}

nav ul li a{ 
	display: block;
	text-align: center;
	padding: 30px 0px 30px 0px;
}



	
 header{
	background: #fff;
	width: 100%;
	color: black;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background: linear-gradient(to bottom,#fff,#fff,#fff,#fff,#fff,#e7e7e7);

}


section{
	line-height: 2em;
	font-size: 1.8em;
	padding: 0px 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-color: #;
}

section2{
	line-height: 2em;
	font-size: 5em;
	padding: 0px 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-color: #fff;
}

headerdetail{
	line-height: 2em;
	font-size: 42px;
	padding: 0px 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	text-align: left;
	background-color: #;
	color: #666;
	text-decoration: none;
	max-width: 990px;
}

abouttext{
	line-height: 1.5em;
	font-size: 80px;
    padding: 0px 0px 0px 0px;
	width: 90%;
	margin: 0px 0px 0px 0px;
	text-align: left;
	color: rgb(#333);
}

#fullcontent{
	height: 100%;
	background-color: #fff;
	width: 100%;
	text-align: center;
	padding: 0px 0px 0px 0px;
}


detailedtext{
	line-height: 1.5em;
	font-size: 30px;
	padding: 0px 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	text-align: left;
	background-color: #fff;
	color: #666;
	text-decoration: none;
	max-width: 990px;
}


footer{
	background-color:rgb(215, 215, 215);
	width: 100%;
    padding: 40px 0px 40px 0px;
	color: rgb(120, 120, 120);
	text-align: center;
	font-size: 32px;
	margin: 0px 0px 0px 0px;
	float: left;
	z-index: 20;
}

homeimages{
    padding: 0px 0px 0px 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;
}

hometext{
	line-height: 60px;
	font-size: 52px;
	padding: 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	text-align: center;
	color: #fff;
}

homebuttons{
	line-height: 2em;
	font-size: 1.1em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

next{
	line-height: 2em;
	font-size: 40px;
	margin: 0px 0px 0px 0px;
    text-align: right;
	color: #42c8f4;
	letter-spacing: 1px;
	padding: 0px;
	width: 887px;
	
}

#fullcontentthumbs{
	height: 100%;
	background-color: #e7e7e7;
	width: 100%;
	text-align: center;
	padding: 0px 0px 0px 0px;
	color: #e7e7e7;
}

intro{
	background-color: #000;
	width: 100%;
    padding: 0px 0px 0px 0px;
	color: #fff;
	text-align: center;
	font-size: 48px;
	margin: 0px 0px 0px 0px;
    float: left;
}
























@media screen and (max-width: 920px){
	
div.one-third-home{
	width: 100%;
	float: center;
	padding: 22px;
	text-align: center;
	margin: 0px 0px 0px 0px;
}

div.one-third-home-second{
	width: 100%;
	float: center;
	padding: 22px;
	text-align: center;
	margin: 0px 0px 0px 0px;
}

div.one-third-home-last{
	width: 100%;
	float: center;
	padding: 22px;
	text-align: center;
	margin: 0px 0px 0px 0px;
}
	
	
div.one-third{
	width: 100%;
	float: center;
	padding: 8px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	z-index: 1;
}

div.one-third-second{
	width: 100%;
	float: center;
	padding: 8px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	z-index: 1;
}

div.one-third-last{
	width: 100%;
	float: center;
	padding: 8px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	z-index: 1;
}

img {
	max-width: 100%;
	height: auto;
}	
	
	
	
	
.menu-trigger{
	display: block;
	color: #06F;
	font-size: 80px;
	float: left;
}
	
.nav-expanded{
	display: block;
}

nav ul li{ 
	list-style-type: none;
	font-size: 36px;
	display: none;
	cursor: pointer;
	line-height: 25px;
	float: left;
	padding: 44px 70px 0px 0px;
	letter-spacing: 2px;
	width: 88%;
    text-align: center;
    cursor: pointer;
}



nav ul li a{ 
	display: block;
	text-align: center;

}
	
	
header{
	background: #fff;
	width: 100%;
	padding: 0px;
	color: black;
	text-align: left;
	min-width: 0px;
	margin: 0px 0px 0px 0px;
	background: linear-gradient(to bottom,#fff,#fff,#fff,#fff,#fff,#e7e7e7);
}

 
    .showing{
	         max-height: 20em;
 }



section{
	line-height: 2em;
	font-size: 1.8em;
	padding: 0px 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-color: #;
}

section2{
	line-height: 2em;
	font-size: 5em;
	padding: 0px 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-color: #fff;
}



abouttext{
	line-height: 1.5em;
	font-size: 80px;
    padding: 0px 0px 0px 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	text-align: left;
	color: #333;
	max-width: 990px;
}



homeimages{
    padding: 0px 0px 0px 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;
}

hometext{
	line-height: 60px;
	font-size: 52px;
	padding: 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	text-align: center;
	color: #fff;
}

homebuttons{
	line-height: 2em;
	font-size: 1.1em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

next{
	line-height: 2em;
	font-size: 40px;
	margin: 0px 0px 0px 0px;
    text-align: right;
	color: #42c8f4;
	letter-spacing: 1px;
	padding: 0px;
	width: 887px;
}

#fullcontentthumbs{
	height: 100%;
	background-color: #e7e7e7;
	width: 100%;
	text-align: center;
	padding: 0px 0px 0px 0px;
	color: #666;
}

#homecontentthumbs{
	height: 100%;
	background-color: #ccc;
	width: 100%;
	text-align: center;
	padding: 0px 0px 0px 0px;
	color: #666;
}






























@media screen and (max-width: 820px){


	
div.one-third-home{
	width: 100%;
	float: center;
	padding: 22px;
	text-align: center;
	margin: 0px 0px 0px 0px;
}

div.one-third-home-second{
	width: 100%;
	float: center;
	padding: 22px;
	text-align: center;
	margin: 0px 0px 0px 0px;
}

div.one-third-home-last{
	width: 100%;
	float: center;
	padding: 22px;
	text-align: center;
	margin: 0px 0px 0px 0px;
}
	
	
div.one-third{
	width: 100%;
	float: center;
	padding: 8px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	z-index: 1;
}

div.one-third-second{
	width: 100%;
	float: center;
	padding: 8px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	z-index: 1;
}

div.one-third-last{
	width: 100%;
	float: center;
	padding: 8px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	z-index: 1;
}

img {
	max-width: 100%;
	height: auto;
}	
	
	
	
	
.menu-trigger{
	display: block;
	color: #06F;
	font-size: 80px;
	float: left;
}
	
.nav-expanded{
	display: block;
}

nav ul li{ 
	list-style-type: none;
	font-size: 36px;
	display: none;
	cursor: pointer;
	line-height: 25px;
	float: left;
	padding: 44px 70px 0px 0px;
	letter-spacing: 2px;
	width: 88%;
    text-align: center;
    cursor: pointer;
}

nav ul li a{ 
	display: block;
	text-align: center;

}
	
	
header{
	background: #fff;
	width: 100%;
	padding: 0px;
	color: black;
	text-align: left;
	min-width: 0px;
	margin: 0px 0px 0px 0px;
	background: linear-gradient(to bottom,#fff,#fff,#fff,#fff,#fff,#e7e7e7);
}

 
    .showing{
	         max-height: 20em;
 }



section{
	line-height: 2em;
	font-size: 1.8em;
	padding: 0px 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-color: #;
}

section2{
	line-height: 2em;
	font-size: 5em;
	padding: 0px 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-color: #fff;
}



abouttext{
	line-height: 1.5em;
	font-size: 80px;
    padding: 0px 0px 0px 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	text-align: left;
	color: #333;
	max-width: 990px;
}



homeimages{
    padding: 0px 0px 0px 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;
}

hometext{
	line-height: 60px;
	font-size: 52px;
	padding: 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	text-align: center;
	color: #fff;
}

homebuttons{
	line-height: 2em;
	font-size: 1.1em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

next{
	line-height: 2em;
	font-size: 40px;
	margin: 0px 0px 0px 0px;
    text-align: right;
	color: #42c8f4;
	letter-spacing: 1px;
	padding: 0px;
	width: 887px;
}

#fullcontentthumbs{
	height: 100%;
	background-color: #e7e7e7;
	width: 100%;
	text-align: center;
	padding: 0px 0px 0px 0px;
	color: #666;
}

#homecontentthumbs{
	height: 100%;
	background-color: #ccc;
	width: 100%;
	text-align: center;
	padding: 0px 0px 0px 0px;
	color: #666;
}

















@media screen and (max-width: 760px){

	
div.one-third-home{
	width: 100%;
	float: center;
	padding: 22px;
	text-align: center;
	margin: 0px 0px 0px 0px;
}

div.one-third-home-second{
	width: 100%;
	float: center;
	padding: 22px;
	text-align: center;
	margin: 0px 0px 0px 0px;
}

div.one-third-home-last{
	width: 100%;
	float: center;
	padding: 22px;
	text-align: center;
	margin: 0px 0px 0px 0px;
}
	
	
div.one-third{
	width: 100%;
	float: center;
	padding: 8px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	z-index: 1;
}

div.one-third-second{
	width: 100%;
	float: center;
	padding: 8px 0px 8px 0px;;
	margin: 0px 0px 0px 0px;
	text-align: center;
	z-index: 1;
}

div.one-third-last{
	width: 100%;
	float: center;
	padding: 8px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	z-index: 1;
}

img {
	max-width: 100%;
	height: auto;
}	
	
	
	
	
.menu-trigger{
	display: block;
	color: #06F;
	font-size: 80px;
	float: left;
}
	
.nav-expanded{
	display: block;
}

nav ul li{ 
	list-style-type: none;
	font-size: 36px;
	display: none;
	cursor: pointer;
	line-height: 25px;
	float: left;
	padding: 44px 70px 0px 0px;
	letter-spacing: 2px;
	width: 88%;
    text-align: center;
    cursor: pointer;
}

nav ul li a{ 
	display: block;
	text-align: center;

}
	
	
header{
	background: #fff;
	width: 100%;
	padding: 0px;
	color: black;
	text-align: left;
	min-width: 0px;
	margin: 0px 0px 0px 0px;
	background: linear-gradient(to bottom,#fff,#fff,#fff,#fff,#fff,#e7e7e7);
}

 
    .showing{
	         max-height: 20em;
 }



section{
	line-height: 2em;
	font-size: 1.8em;
	padding: 0px 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-color: #;
}

section2{
	line-height: 2em;
	font-size: 5em;
	padding: 0px 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-color: #fff;
}



abouttext{
	line-height: 1.5em;
	font-size: 80px;
    padding: 0px 0px 0px 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	text-align: left;
	color: #333;
	max-width: 990px;
}



homeimages{
    padding: 0px 0px 0px 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;
}

hometext{
	line-height: 60px;
	font-size: 52px;
	padding: 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	text-align: center;
	color: #fff;
}

homebuttons{
	line-height: 2em;
	font-size: 1.1em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

next{
	line-height: 2em;
	font-size: 40px;
	margin: 0px 0px 0px 0px;
    text-align: right;
	color: #42c8f4;
	letter-spacing: 1px;
	padding: 0px;
	width: 887px;
}

#fullcontentthumbs{
	height: 100%;
	background-color: #e7e7e7;
	width: 100%;
	text-align: center;
	padding: 0px 0px 0px 0px;
	color: #666;
}

#homecontentthumbs{
	height: 100%;
	background-color: #ccc;
	width: 100%;
	text-align: center;
	padding: 0px 0px 0px 0px;
	color: #666;
}


