
**
* Table of Contents:
*
* 01.0 - Global
* 02.0 - Header
* 03.0 - Drawer with menu
* 04.0 - Parallax styles
* 05.0 - Recent works
* 06.0 - Services
* 07.0 - Blog
* 08.0 - Testimonials
* 09.0 - Contact
* 10.0 - Footer
* 11.0 - Responsive styles
* -----------------------------------------------------------------------------
*/


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

* 


{outline: none !important;}

::selection {
	background-color: #475B6F;
	color: #fff;
}

html {
	
	-webkit-font-smoothing: antialiased;
	
	text-rendering: optimizeLegibility;
	
	-webkit-text-size-adjust: none;
	
	-ms-text-size-adjust: none;
	
	overflow-y: scroll;
}



body {
	color: #6a6a6a;	
background: #f1f0f0; 
background: #fff; font-family: 'Century Gothic';}


p {margin: 0 0 20px 0;	}


img {max-width: 100%;}


a {
	text-decoration: none;
	outline: none;
}


a{	
	color: #fff;
	
		-o-transition: all .4s;
	
		-ms-transition: all .4s;
	
		-moz-transition: all .4s;
	
		-webkit-transition: all .4s;
	
		transition: all .4s;
}



a:hover {
	color: #4290ae;	color: #006633;
}



h1, h2, h3, h4, h5, h6 { margin: 0 0 15px 0;	
color: #3A4F52;
	font-family: 'Josefin Sans';
}



.btn{border-radius: 0;}

.btn-o {
 border: 1px solid #3A4F52;
    color: #3A4F52;
}

.btn-o:hover {
 background: #3A4F52;
    color: white;
}

.btn.btn-o-white {
 border: 1px solid white;
 color: white;
  background: transparent;
}

.btn.btn-o-white:hover {
 background: white;
 color: #6a6a6a;
}




/*////////////////////////////////////////////////////////////////////////
//  02 - Header
///////////////////////////////////////////////////////////////////////*/



#header{	
position: relative; text-align: center;
	padding: 0 !important;
}



#header .top {
	position:fixed;
	top:0;
	width: 100%;
	padding: 8px;
	height: auto;
	z-index: 500;
	
		background: rgba(50,50,50,.7); 
		-o-transition: all .5s;
	-ms-transition: all .5s;
	
		-moz-transition: all .5s;
	
		-webkit-transition: all .5s;	
	
		transition: all .5s;		
}



/* /////// MAIN MENU /////// */
#header .top .main_menu { display: inline-block; z-index: 999; padding: 2px; margin: 2px; float: right; }
#header .top .main_menu ul { list-style-type: none;  }
#header .top .main_menu ul li { list-style-type: none; display: table-cell; padding: 4px; border: 0px solid transparent;  }
#header .top .main_menu ul li a { /* font-size: 1.1em; */ }
#header .top .main_menu ul li a,  #header .top .main_menu ul li a.active { text-decoration: none; color: #fff;border-radius: 4px; padding: 4px; }
#header .top .main_menu ul li a:hover { color: #006633; border: 0px solid #fff; background: white; }
#header .top .main_menu .tagline { display: block; padding:0; margin:0; background: transparent; width: 100%; }

#header .top.solid {
    
 background: #006633;  padding: 2px;
}


#header .top h3 {
 margin-bottom: 0; float: left; 
}

#header .top p {
 font-size: 1em; font-family: 'Josefin Sans'; color: #FFFF33; padding: 2px; margin: 0; text-align: left; width: 100%; display: block; 
}

#header .top span { float: left; padding: auto; }
#header .top.solid .toggleDrawer i {
    padding-top: 8px;
  }



#header .logo, #header .toggleDrawer{
	  font-family: 'Century Gothic';
	color: white;
}

#header .logo a { font-size: 1em; }
#header .logo a, 
#header .logo a:active, 
#header .logo a:hover { text-decoration: none; color: #fff; }
#header .slogan{
	font-size: 3em;
	margin-bottom: 15px;
	line-height: 1em;
 Font-weight: Bold;
			font-family: 'Century Gothic';
	color: white;
 text-shadow: 2px 2px black;}


#header .secondary-slogan{
 font-size: 1.8em;
 color: #fff;
 font-family: 'Century Gothic'; text-shadow: 1px 1px #000; font-weight: Bold; }


#header > .bottom {
    	position: absolute;
   bottom: 0px;
    text-align: center;
   padding: 1.6em; width: 100%;
  
display: block;
			background: rgba(50,50,50,.7); color: #fff; font-family: PT Sans; font-size: 1em; }



#header .top .tag-line { display: block; margin-top: 8px;}
#header .top .tag-line p { text-align: left; font-size: 1em; font-family: 'Josefin Sans'; color: #FFFF33; padding: 0; left: 0;}
/*////////////////////////////////////////////////////////////////////////
//  03 - Drawer with menu
//////////////////////////////////////////////////////////////////////*/





#drawer-right {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
  padding: 20px;
    z-index: 999;
  
			margin-right: -300px;
    background: #2B3E51;
 background: #006633;   width: 300px;
 }



#drawer-right h1, #drawer-right h2{color: white;}


#drawer-right .nav-pills>li>a {
	font-size: 18px;
 font-family: Century Gothic;	border-radius: 0;
}


#drawer-right .social{margin-top: 30px}

#drawer-right .social ul {
    list-style: none;
    padding-left: 20px;
}

#drawer-right .social ul > li {
    display: inline-block;
}

#drawer-right .social ul > li > a:hover{
	color: white;
}





/*////////////////////////////////////////////////////////////////////////
//  04 - Parallax styles
///////////////////////////////////////////////////////////////////////*/



.pointers { display: block; border-radius: 4px; border: 1px solid #fff; padding: 1em;  float: center; }

.project_highlights { position: relative; display: block; padding: 10px 0; font-family: 'Century Gothic'; text-align: justify; }
.project_highlights ul { list-style-type:none; margin: 0; padding-left: 0; }
.project_highlights ul li { font-size: 1em; letter-spacing: auto; line-height: 2; }
.project_highlights ul li i { padding-right: 10px; padding-left: 0; color: Orange; }
.project_highlights h3 { color: #006633; }
.project_highlights h4 { font-weight: Bold; text-align: left; }

.greens { position: relative; display: block; font-family: 'Century Gothic'; color: #fff; padding: 10px 0;}
.greens .h3 { color: #3A4F52; }
.greens ul { font-color: #fff;}
.greens ul li { background: #fff; color: #006633; padding: 2px 8px; border-bottom: 1px dotted #6a6a6a;  }

.content-block{
	background:transparent no-repeat center center fixed;
	
		-webkit- background-size:100%;
	
		-moz-background-size:100%;
	
		-o-background-size:100%;
	
		background-size:100%;
	
		background-size:cover;
	
		-webkit-background-size:cover;
			
		-moz-background-size:cover;
	
		-o-background-size:cover;
	
		overflow:hidden;
	
		padding: 100px 0;
}


.parallax{
	padding: 80px 0;
}


.block-body {
	margin-top: 60px; 
}


.block-body a, .block-body a:active; .block-body a:hover {color: #fff;}

#header  {
 background-image: url(../images/banner04.jpg);
  }

#project {
  background-image: url(../images/project_banner.jpg);
 }
#services {
	background-image: url(../images/crest_greens_bg01c.jpg);
	color: white;
}

#parallax {
	background-image: url(../images/crest_greens_bg06b.jpg);
	color: white;
}
#contact {
	background-image: url(../images/crest_greens_bg03b.jpg);
 color: white;	}

#parallax h1{
	margin-bottom: 60px;
	color: white;
}






.overlay { position: relative; height: 100%; width: 100%; top: -1; left: 0; margin: 0; background: rgba(250,100,100,.5); z-index: 1; }

.photo { position: absolute; animation: round 18s infinite; opacity:0; min-height: 100vh; min-width: 100vw; margin: 0; top: 0; left: 0; z-index: 0; }

@keyframes round {  25%{opacity:	1;} 70%{opacity:0;} }
img:nth-child(1){animation-delay:0s;} 
img:nth-child(2){animation-delay:6s;}
img:nth-child(3){animation-delay:12s;} 


.photobanner {  height: 237px; 	width: 3550px;  padding: 1px 0;  overflow: hidden; }
.photo_box { height: 237px; width: 350px; position: relative; display: inline-block; margin:0; padding: auto; top:0;}
.photo_box .highlight_text {  position: absolute; background: rgba(50,50,50,.5);  padding: 4px; width: 100%;
				font-size: 1.4em; color: #fff; text-align: center; }

.first {
 -webkit-animation: bannermove 30s linear infinite;
    -moz-animation: bannermove 30s linear infinite;
     -ms-animation: bannermove 30s linear infinite;
      -o-animation: bannermove 30s linear infinite;
         animation: bannermove 30s linear infinite;
}

@keyframes "bannermove" { 0% {  margin-left: 0px; } 100% { margin-left: -2125px;  } }
@-moz-keyframes bannermove { 0% {  margin-left: 0px; } 100% { margin-left: -2125px;  } }
@-webkit-keyframes "bannermove" { 0% {  margin-left: 0px; } 100% { margin-left: -2125px;  } }
@-ms-keyframes "bannermove" { 0% {  margin-left: 0px; } 100% { margin-left: -2125px;  } }
@-o-keyframes "bannermove" { 0% {  margin-left: 0px; } 100% { margin-left: -2125px;  } }


/*////////////////////////////////////////////////////////////////////////
//  05 - Recent works
///////////////////////////////////////////////////////////////////////*/



.recent-work {
    width: 100%;
    padding-bottom: 27%;
    background: #C3C9CC;
    display: table;
    
		text-align: center;
    vertical-align: middle;
    padding-top: 27%;
    
		background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    
		position: relative;
    margin-bottom: 30px;
}



.recent-work span{
	margin-top: -18px;
	opacity: 0;
	position: relative;
	z-index: 1;
}


.recent-work:before {
    background: rgba(2, 56, 58, 0.7);
    height: 100%;
    
			width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
			content: '';
    opacity: 0;
    
			-o-transition: all .2s;
	
			-ms-transition: all .2s;
	
			-moz-transition: all .2s;
	
			-webkit-transition: all .2s;
	
			transition: all .2s;
}


.recent-work:hover {
    background-size: 200%;
    background-position: center;
}

.recent-work:hover:before, .recent-work:hover span {
    opacity: 1;
}








/*////////////////////////////////////////////////////////////////////////
//  06 - Services
///////////////////////////////////////////////////////////////////////*/


#services h1, #services h2{
	color: white;
}

.service i {
    font-size: 60px;
}

.service {
    padding: 0 10px; 
}





.service p { text-align: justify; }

/*////////////////////////////////////////////////////////////////////////
//  07 - Blog
///////////////////////////////////////////////////////////////////////*/




#blog .blog-post img {
    margin-bottom: 20px;
}


#blog .blog-post {padding: 3em; }

#blog .date {
    margin-bottom: 15px;
    font-style: italic;
}




/*////////////////////////////////////////////////////////////////////////
//  08 - Testimonials
///////////////////////////////////////////////////////////////////////*/




#testimonials{
	text-align: center;
}

#testimonials .testimonial > img {
    border-radius: 100%;
    margin-bottom: 15px;
}

#testimonials .testimonial {
	padding: 25px;
}
#testimonials p { padding: 0 2em; text-align: justify;  }




/*////////////////////////////////////////////////////////////////////////
//  09 - Contact
///////////////////////////////////////////////////////////////////////*/



#contact{
	color: white;
}

#contact h1{color: white}


.form-control-white {
    background: transparent;
    color: white;
}


.form-control-white::-webkit-input-placeholder { /* WebKit browsers */
    color:    white;
}

.form-control-white:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    white;
    opacity:  1;
}

.form-control-white::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    white;
    opacity:  1;
}

.form-control-white:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    white;
}




/*////////////////////////////////////////////////////////////////////////
//  10 - Footer
///////////////////////////////////////////////////////////////////////*/



#footer{ background: #fff; color: white; padding-bottom: 2em;}




#footer .footer_bottom { position: relative; float: bottom; margin-bottom: 0; padding: .6em; bottom: 0; border-top: 1px solid #aaa; color: #006633; }
#footer h1,h2,h3,h4,h5,h6 { color: #6a6a6a; }
#footer a {color: #6a6a6a; }
#footer span {color: #6a6a6a; }
#footer a:hover {color: #006633; }

#footer ul { list-style-type: none; margin: 0; padding: 0; }
#footer ul li { line-height: 1; border-top: 1px dotted #ccc; padding: 6px 0; 	}


/* ///////////////////////////// PROJECT FEATURES ////////////////////////// */

.picture { height: 200px; border:0px solid #ccc; padding: 1px;   }
.picture img { width: 100%; height: 100%; }
.text { min-height: 200px;  background: #fff; padding: 8px;   }
.text ul { list-style-type: square; padding: 4px; margin-left: 2em;}
.text ul li { color: inherit; line-height: 1.5; }
.text ul li a { color: #555; }
.text p { font-family: 'Century Gothic'; font-size: 1em; color: #006633; padding: 4px;  }
.ikons { min-height: 100px;  min-width: 120px; padding: 12px 12px; background: #006633; color: #fff; text-align: center; }
.qpoints a { color: #6a6a6a; }
.qpoints p { color: #6a6a6a; }

.team { 	font-size: 1.2em; color: #000; font-weight: Normal; text-align: right; background: linear-gradient(to left, #bbb, #fff); 
		padding: 4px 10px; border: 1px solid #fff; letter-spacing: 1px; }
.team i { 	color: Gold; float: left; left: 0; text-shadow: 1px 1px #444;}
.work { 	font-size: 1.2em; color: #555; text-align: left; background: linear-gradient(to left, #fff, #bbb);
		 padding: 4px 10px; border: 1px solid #fff; letter-spacing: 1px; }

.video-container {	 position:relative;
			padding-bottom:36.25%;
			padding-top:30px;
			height:0;
			overflow:hidden;
		}
.video-container iframe, .video-container object, .video-container embed { 
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* //////////////////////// IMAGE SLIDER //////////////////// */

.slides {
    padding: 0;
	width: 100%;
    height: 100%; 
    display: block;
    margin: auto;
    position: relative;
	padding: 4px; 
	border: 1px solid blue;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.slides input { display: none; }
.slides ul { position: relative; list-style-type: none;  padding: 2px; margin: 0; display: inline-block; }
.slides ul li { list-style-type: none; height: auto; diplay: inline-block;}

.slide-container { display: block; height: 100%; padding: 2px;}

.slide {
    top: 0;
    opacity: 0;
    width: 100%;
	height: 500px;
    display: inline-block;
    position: absolute;
    transform: scale(0);
    transition: all .7s ease-in-out;
	
}

.slide img { width: 100%; min-height: 100%; position: relative; display: inline-block; }

.slide .nav { height: 500px auto; } 

.nav label {
    width: 40px;
    height: 100%;
    display: none;
    position: absolute;
	top: 0;
    opacity: 1;
    z-index: 9;
    cursor: pointer;
    transition: opacity .2s;
    color: #FFF;
    font-size: 3em;
    text-align: center;
    font-family: "Varela Round", sans-serif;
    background-color: rgba(255, 255, 255, .4);
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

.slide:hover + .nav label { opacity: 1; }
.nav label:hover { opacity: 1; }
.nav .next { right: 0; }
input:checked + .slide-container  .slide {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }
.nav-dots {
	width: 100%;
	bottom: 9px;
	height: 11px;
	display: block;
	position: absolute;
	text-align: center;
}
.nav-dots .nav-dot {
	top: -5px;
	width: 11px;
	height: 11px;
	margin: 0 4px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.6);
}

.nav-dots .nav-dot:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6 {
	background: rgba(0, 0, 0, 0.8);
}



/* ///////// LETTER FADE STYLE ////////// */

 	.letter {
        position: relative;
	/* 
        top: -webkit-calc(50% - 60px);
        top: calc(50% - 60px); */
	padding: 0; margin: 0;
	}

.letter:nth-child(1) {
        -webkit-animation: fade 4s infinite 200ms;
        animation: fade 4s infinite 200ms;
    }
    .letter:nth-child(2) {
        -webkit-animation: fade 4s infinite 400ms;
        animation: fade 4s infinite 400ms;
    }
    .letter:nth-child(3) {
        -webkit-animation: fade 4s infinite 600ms;
        animation: fade 4s infinite 600ms;
    }
    .letter:nth-child(4) {
        -webkit-animation: fade 4s infinite 800ms;
        animation: fade 4s infinite 800ms;
    }
    .letter:nth-child(5) {
        -webkit-animation: fade 4s infinite 1000ms;
        animation: fade 4s infinite 1000ms;
    }
    .letter:nth-child(6) {
        -webkit-animation: fade 4s infinite 1200ms;
        animation: fade 4s infinite 1200ms;
    }
    .letter:nth-child(7) {
        -webkit-animation: fade 4s infinite 1400ms;
        animation: fade 4s infinite 1400ms;
    }
    .letter:nth-child(8) {
        -webkit-animation: fade 4s infinite 1600ms;
        animation: fade 4s infinite 1200ms;
    }
    .letter:nth-child(9) {
        -webkit-animation: fade 4s infinite 1800ms;
        animation: fade 4s infinite 1400ms;
    }


    @-webkit-keyframes fade { 50% { opacity: 0.02; }  }
 
    @keyframes fade { 50% { opacity: 0.02; } }

/* ///////////// */



.picture2 { position: relative; display: inline-block; float: left; width: 24%; margin: 0; padding: 0; }
.text2 { position: relative; display: inline-block; float: left; width: 24%; margin: 0; padding: 4px; }

/*////////////////////////////////////////////  11 - Responsive styles
 //////////////////////////////////////////*/

@media only screen 
(min-width : 769px) 
{ 
	.toggleDrawer { display: none; } 
	
}





@media only screen 
(min-width: 480px)
(max-width: 768px) {
 .toggleDrawer { display: none;  } 	

.blog-post {
		margin-bottom: 40px;
	}

	
.recent-work {
		background-position: center;
	}

	
.recent-work:before {
		opacity: 1;
	}

	
.recent-work span {
		opacity: 1;
	}

}



/* FOR IPAD */

@media only screen 
and (min-device-width : 1024px) { .toggleDrawer { display: none;} } 

@media only screen 
and (min-width : 768px) 
and (max-width : 1024px)
and (orientation:portrait)

{ 
	#header .top { padding: 4px; }
	#header .top  h3 {font-size: 1em; }
	.toggleDrawer { display: none; } 

	.project_highlights ul li { font-size: 1em; letter-spacing: auto; line-height: 1; padding: 8px 0; }
	#header .top .main_menu ul li a { font-size: 0.8em; }
	#header > .bottom i { font-size: 1.1em; }
	
	.picture { width: 48%; display: inline-block; float: left; }
	/* .picture img ( height: 100%; width: 100%; display: block; } */
	.text { width: 48%; display: inline-block; float: left; }
	.ikons { width: 33%; display: inline-block; float: left; }
	.qpoints { width: 65%; display: inline-block; float: left; }
}


@media 	(min-width: 320px) and
	
	(max-width: 640px) {

#header .top {padding: 4px;}
#header .top .main_menu { display: none; }
#header .top .tag-line { display: none; }
#header > .bottom { display: none; }
.toggleDrawer {
    display: block; }


#header .slogan{
	font-size: 1.4em;
	margin-bottom: 15px;
	line-height: 1em;

			font-family: 'Century Gothic';
	color: #fff;
 text-shadow: 2px 2px black;}






#header .logo a {font-size: .8em; margin-left: 4px;}
#header .top h3 { font-size: 1em; margin-left: 4px; text-align: left; padding: 2px; }
#header .bottom { display: none; }

#header .slogan {margin-top: 60vh; }
#header .secondary-slogan{
 font-size: 1.2em;
 }

.project_highlights h3 {font-size: 1.6em; }
.project_highlights ul li { font-size: .9em; letter-spacing: auto; line-height: 1; padding: 8px 0; }
.text p { font-size: .9em; padding: 0px; }

#drawer-right {
		padding: 10px 20px;
 background: rgba(0, 102, 51, .9); 	}

	
#drawer-right .nav-pills>li>a {
		font-size: 12px;
	}

	

.nav-stacked>li+li {
		margin-top: 0;
	}

	
.nav>li>a {
		padding: 8px 15px;
	}

	

#drawer-right .social {
		margin-top: 5px;
	}

	
#header {
		background-size: cover;
	}

#parallax h1 {
	margin-bottom: 30px;
 color: white; font-size: 1.4em;  
}





#parallax h3 { font-size: 1.2em; }
.team { font-size: .9em; }
.work { font-size: .9em; }

	.picture2 { min-width: 98%; display: inline-block;}
	.text2 {min-width: 98%;  display: inline-block;}

}
