/*
Author: Jacob Daniel 09.05.15
===========================
CONTENTS:
- Bootstrap / Reset
- Main
- Typography
- Global
- Nav
- Folio
- Media queries 
===========================
*/

@import url('css/bootstrap.css');
/*@import url(https://fonts.googleapis.com/css?family=Lato:400,300);*/
/*---------------------------------------------- Main */

html {
overflow: -moz-scrollbars-vertical; 
overflow-y: scroll;
}

body {
	background-color: #fff;
	color:gray;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	background-color: #ffffff;
	overflow:hidden;
	width:100%;
}

.container{
	padding-left: 0px;
	padding-right: 0px;
}


/*---------------------------------------------- Typography */

h1.title{
	font-size:12px;
	display: inline-block;
	padding: 0px 0 0 10px;
	position: relative;
	top: 0px;
	font-weight: normal;
	line-height: normal;
	margin: 9px 0px;
}

h1 a:hover{
	color: white !important
}

h2:first-letter,h3:first-letter,h4:first-letter {
	text-transform: capitalize;
}

h2,h3,h4,a {
	margin-bottom: 15px;
}

h2 {	
	font-weight: bold;
	line-height: 20px;
	font-size: 1.2em;
	margin-top: 0px;
	color: #4b7d4a;
}

h3 {
	font-size: 1.2em;
}

a{
	color: blue; 
}

a:hover{
	text-decoration: none;
	color: #fff;
}

ul li{
	list-style: none;
}

a{
	text-decoration: none;
}

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

.pointer{
	cursor: pointer;
}

.strong{ 
	font-weight: bold;
}

.alert-success{
  color:green;
  font-size: 12px;
}

.alert-danger{
  color:red;
  font-size: 12px;
}

/*nav li.ccp{font-family: 'Rubik Mono One', sans-serif;}*/

nav li.ccp a{color: gold; font-weight: bold}

nav li a{
	font-weight: normal;
}

nav .active{
	color: #fff;
	font-weight: bold;
}

nav > ul > li.not-parent > a, nav > ul > li.pages > a{
	padding: 0 7px;
}

a:hover,a:focus{
	color: white;
	text-decoration: none;
}

a.home.active{
	color: black;
	font-weight: normal;
}

.table > tbody + tbody {
  border-top: 1px solid #DDDDDD;
}

.table{
	width: 100%;
}

.content{
	min-height: 600px;
	background-color: white;
}

img{max-width: 100%;}

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

header{
	height: auto;
	width: 100%;
	height: 57px;
	background-color: #fff;
	z-index: 1000;
}

header .fixed{
	position: fixed;
	width: 100%;
	background-color: #325132;
	height: 57px !important;
	right: 0px;
	top: 0px;
	z-index: 2000;
}

header .fixed .col-xs-12{
	padding: 0px;
}

.title-tagline-filter-wrap{
	padding-top: 20px;
	background-color: none;
}

.title-tagline-filter-wrap p{
	margin: 0px 0px 0px 20px;
}

/*----------------------------------- Nav */

.hideshowmenu{
	display: block;
	cursor: pointer;
	display: inline;
	color: #fff;
	position: absolute;
	right: 35px;
	height: 57px;
	line-height: 57px;
	font-weight: bold;
	font-size: 1.4em;
}

i.fa-bars{
	font-size: 1.5em;
}

nav {
	width: 100%;
	height: 57px;
	background-color: #325132;
	position: relative;
	z-index: 2000 !important;
}

nav > ul{	
	padding-left: 0px;
	margin: 0px;
	display: block;
	position: relative;
	top: 3px;
}

nav ul li.pages a {
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
}

nav > ul > li {
  background-color: #325132;
  border-top: 1px solid #fff;
  display: none;
  float: none;
  left: 0;
  list-style: outside none none;
  padding: 0;
  position: relative;
  top: -2px;
  width: 100%;
  z-index: 2000 !important;
  cursor: pointer;
  float: left;
  margin: 0px 0px 0 0;
  padding-top: 0px !important;
  height: 57px;
  line-height: 57px;
}

nav ul li.pages.active:first-child{
	display: block !important;  
}

nav ul ul{	
	display: none;
	margin-left: 0px;	
	padding-left: 0px;
	position: relative;
	left: 0px;
	width: 100%;
	z-index: 2000!important;
	background-color: #000;
}

nav > ul li > ul{
	top: 0px !important;
}

nav > ul > li > ul > li ul li{
	padding: 4px 0px;
	position: relative;
	z-index: 2000 !important;
}

nav ul li{
	padding-left: 15px;
}

nav ul > li:hover{
	background-color: #499344;
}

nav > ul > li > span {
	display: inline-block;
	height: 57px;
	position: relative;
	cursor: pointer;
	line-height: 57px;
}

nav i.fa.fa-chevron-down{
	display: inline;
	color: #fff;
	position: relative;
	top:11px;
	float: right;
	padding-right: 9px;
	margin-right: 24px;
}

ul > li.lilevel1 > div > i.fa.fa-chevron-down{
	top: -4px;
}

nav > ul > li > a {
    display: block;
    height: 30px;
    margin: 0;
    position: relative;
    top: 4px;
}

nav > ul > li > a, nav.nav ul li ul li a, nav .level0, nav .level1{
  padding: 0 10px;
  position: relative;
}

nav > ul > li#featured > a{
	padding-left: 0px;
}

nav > ul > li.not-parent > a, nav > ul > li.pages > a{
	padding: 0 5px;
}

li.lilevel1 span.level1{
	top: -4px;
}
nav ul li ul li.nonparent a{
	top: -4px;
	display: block;
	margin: 0px;
}

li.lilevel1 span.glyphicon.glyphicon-arrow-right{
  position: relative;
  top: -4px;
}

nav ul li ul li {
    border-bottom: 0 none;
    border-top: 1px solid #fff;
}

nav > ul > li > ul > li{
	background-color: #325132;
	left: 0px;
	padding-top: 8px;
}
	
nav ul > li > ul > li ul li{
	background-color:  #303030;
	border-bottom: 0px solid #fff;	
	z-index: 2200;
	left: 0px;
}

nav ul li ul li div.nested {
  position: relative;
}

nav ul li ul li ul {
  background-color: black;
  position: relative;
}

nav a, nav li{
	color: white;
}

/*---------------------------------------------- Slide */

#desktop.index .slides{
	min-height: 573px;
}

div.slides {
  text-align: center;
  width: 100%;
  /*margin-top: 2%;*/
  position: relative;
  z-index: 2000;
}

.slider-wrapper .center-parent {
  display: table !important;
  height: 100%;
  width: 100%;
}

.slider-wrap{
	padding: 0px;
	margin-bottom: 0px;
	z-index: 1000;
}

#desktop.index .slider-wrap{
	min-height: 600px;
}

/*#cycle-slide-show.folio{
	height: 350px;
}*/

.slider-wrap.extra-folio-content {
    height: 577px;
}

#cycle-slide-show{
	margin-bottom: 10%;
	text-align: center;
	z-index: 100;
}

div.slider-image-wrapper {
    display: inline-block;
    position: relative;
}

.slide-desc.cycle-overlay{
	/*background-color: white;*/
	/*background:rgba(240,240,240, 0.7);*/
	color: black;
	font-size: 14px;
	font-weight: bold;
}

.cycle.slide-meta h2 {
	font-size: 16px;
  margin: 10px 0px 0px 0px;
}

.slides.cycle-slide {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.index #cycle-slide-show img {
	height: auto;
	max-height: 100%;
	max-width: 100%;
}

.#cycle-slide-show img {
	max-height: 100%;
	max-width: 250px;
}

#cycle-slide-show span.pre{
	width: 30%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	z-index: 1000;
	display: none;
}

#cycle-slide-show span.nex{
	width: 30%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 1000;
	display: none;
}

i#pre {
	position: absolute;
	left: 10%;	
	top: 40%;
  opacity: 0;
  z-index: 1000;
	height: 72px;
	width: 40px;
}

i#nex {
	position: absolute;
	right: 10%;
	top: 40%;	
	vertical-align: middle;
	opacity: 0;
	z-index: 1000;
	height: 72px;
	width: 40px;
}

.arrow{color: black;}

i#pre img, i#nex img{
	width: 30%;
}

div#cycle-slide-show span.pre:hover i#pre, #cycle-slide-show span.nex:hover i#nex{
  opacity: 1;
}

.cycle-slide-show-pre-nex > span i{
	cursor: pointer;
	padding: 0 3%;
}

.cycle-pager {
	display: inline;
	height: 52px;
	position: absolute;
	text-align: left;
	right: 47%;
	z-index: 2000;
}

.cycle-pager span {
	 color: lightgray;
	 cursor: pointer;
	 display: inline-block;
	 font-size: 2em;
	 height: 16px;
	 width: 16px;
}

.cycle-pager span.cycle-pager-active {
    color: gray;
}

.cycle-pager > * {
    cursor: pointer;
}

div.slider-wrapper.cycle-slide a {
	z-index: 1000;
	display: block;
	margin: 0px;
}

.folio-holder .slide-meta{
	text-align: left;
}


/*---------------------------------------- Home*/

.wrap{
	margin:0px 0px 50px 0px; 
}

.home a:hover{
	color: black;
}

.slides img { display: none }
.slides img:first-child { display: inline; }

/*Recent work*/

.divider{
	border-top: 2px solid darkgray;
	padding-right: 0px;
	padding-left: 0px;
}
.divider-top{
	margin-top: 80px;
	border-top: 1px solid darkgray;
}

.center-parent {
	border-top: 0px solid lightgray;
	display: table !important;
	/*height: 340px;*/
	width: 100%;
	padding-bottom: 20px;
}

.center-child {
	 display: table-cell;
	 text-align: center;
	 vertical-align: middle;
}

.home img{
	width:100%; 
	margin-bottom: 15px;
	margin-left: auto;
	position: relative;
}

.products .center-parent.cycle-slide .center-child {
  padding-bottom: 0;
  text-align: left;
}

.items:first-child{
	margin-left: 0;
}

.recentwork h4{
	font-size: 16px;
}

.folio-summary p a {
	text-transform: capitalize;
	color: #C9302C;
}

.home.contact{
	border-top: 1px solid darkgray; 
	padding-top: 30px;
}

.wrap div > p{
	margin-top: 0;
	padding-top: 0;
	position: relative;
	top: 0px;
}

.wrap div > p {
    margin-top: 0;
    padding-top: 0;
    position: relative;
    top: 0px;
}

div.home{
	margin-bottom: 30px;
}


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

#contact{
	margin-top: 100px;
}

td.col input {
  width: 100%;
}

/*---------------------------------------------- Mailing list & Contact */

.form-wrapper.mailinglist{
	padding-top: 10px;
}

.form-wrapper form, .form-wrapper form input, .form-wrapper form select{
	width: 100%;
}

.form-wrapper form input{
	width: 100%;
}

.form-wrapper form input, .form-wrapper form select, .form-wrapper form textarea {
  border: 1px dotted darkgray;
  border-radius: 0;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 5px;
}

p.error-red, #lierroras{
	color: red;
}	

p.success-green{
	color: green;
}		

.form-wrapper textarea {
  width: 100%;
}

#list{
	border: 1px solid;
}

.mailing-list-wrapper{
  line-height: 400px;
  text-align:center; 
  vertical-align:middle;
}

.submit.mailinglist, .submit.contact{
	width: 15%;
}

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

footer{
	min-height: 200px; 
	margin-top: 10px; 
	clear: both;
	padding-top: 10px;
	position: relative;
	background-color: #325132;
	color: white;
}

footer a{
	color: #337ab7;
} 
footer a:hover {
	color: #c9302c;
}

footer p{
	font-size: 0.8em;
}


/*---------------------------------------------- Mobile Queries*/

/* ----------- Galaxy S5 ----------- */

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
}
/* iPhone 6 ----------- */

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (-webkit-min-device-pixel-ratio : 2) and (orientation : portrait) { 
}

/* iPhone 6+ ----------- */

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation : portrait){ 


}

/* ------------------------------------------------- Small Tablet */

@media all and (min-width: 480px) and (max-width: 768px) { 

	nav > ul > li.not-parent > a, nav > ul > li.pages > a{
		padding: 0 10px;
	}

	.wrap{
		margin:10px 0px 40px 0px; 
	}	

}

/* ------------------------------------------------- Medium Tablet */

@media all and (min-width: 533px) and (max-width: 853px) { 
}

@media (min-width: 480px) and (orientation:landscape) {
}

@media all and (min-width: 480px){ 
	#cycle-slide-show span.pre, #cycle-slide-show span.nex{
		display: block;
	}

	i#pre img, i#nex img{
		width: 40%;
	}

	.cycle-pager span {
	  font-size: 20px;
	}	

	#cycle-slide-show{
		margin-bottom: 0%;
	}

  #slideshow .items img,#slideshow .items p { 
		max-width: auto;
  } 	

	#slideshow.lessthan5 .cycle-carousel-wrap .items.cycle-slide {
	    width: 50% !important;
	}

	#slideshow.lessthan5 .carousel-pre-nex{
		display: none;
	}
}

@media all and (min-width: 533px) and (max-width: 853px){ 
}

@media all and (min-width: 600px) and (max-width: 800px){
}

@media all and (min-width: 360px) and (max-width: 640px){
}

@media all and (min-width: 414px) and (max-width: 736px){
}

@media all and (min-width: 768px){ 

	.cycle-pager span.cycle-pager-active{
		color: white;
	}
		.community-procession .slider-wrap{
			position: relative;
		}

	.container{
		height: inherit;
		padding-left:15px;
		padding-right:15px;
		position: relative;
	}		

	.overflowhidden{
		overflow: visible;
		width: inherit;
		height: 100%;
	}

	.hideshowmenu{
		display: none;
	}

	nav > ul {
		display: block !important;
		top: 0px;
	}

	nav ul {
		display: block;
		float: right;
		height: inherit;
		margin: 0 !important;
		padding-left: 0;
		right: auto;
		position: relative;
	}

	nav > ul > li {
		list-style: none;
		background-color: none;
		display: block;
		border-top: 0;
		border-bottom: 0px solid #fff;
		float: left;
		list-style: outside none none;
		padding: 0;
		position: static;
		width: auto;
		z-index: 2000;
	}

	.ul > li:last-child {
	    margin: 0;
	}	
	
/*	nav > ul > li{
		top: 20px;
		height: 40px;
	}*/

	h1.title{
		top: 0px;
		padding-left: 20px;
	}

	nav ul ul{	
		left: auto;
		width: inherit;
		position: absolute;
	}

	nav ul li{
		text-transform: capitalize;
		padding-left: 0px;
	}

	nav > ul li > ul{
		top: 40px !important;
	}

	nav ul li ul li ul {
	   top: 0px;
		width: 100%;
	}

	nav ul li ul li div.nested {
	  height: auto;
	  margin: 0px 0;
	  position: relative;
	}
	nav ul > li > ul >li:hover > a{
		width: 100%;
	}

	nav > ul > li > ul > li{
		list-style: none;
	}
		
	nav ul > li > ul > li ul li{
		border-bottom: 1px solid #fff !important;	
		z-index: 2200;
		left: 0px;
		list-style: none;
	}

	nav ul li ul li {
		border-bottom: 1px solid #fff;
		border-top: 0 solid;
		padding: 0px 0 !important;
		width: 130px;
	}

	nav ul li ul li a, nav ul li ul li div span.level1{
		top: 0px !important;
		display: inline-block;
		padding: 2px 10px;
		top: -4px;
	}	

	 nav.nav ul.ul li ul li.lilevel1 div.nested i.fa.fa-chevron-down{
		top: 4px;
		float: right;
	}

/*	nav ul li.pages i.fa.fa-chevron-down{
		display: none;
	}*/

	nav.nav ul.ul li ul li a {
	    padding: 2px 10px;
	}

	nav.nav ul.ul li ul li.lilevel1 div.nested ul li a {
    display: list-item;
    margin-bottom: 0;
    padding: 2px 10px !important;
	}

	nav.nav ul li ul li a, nav .level0, nav .level1{
	  padding: 0 5px 0 10px;
	}	

	.not-parent span.level0 {
    padding: 0 10px;
	}

	nav > ul > li#featured a {
    padding: 0px;
	}

	nav > ul > li > a, nav > ul > li > span {
		height:57px;
		top: 0px;
	}

	header .fixed{
		height: 57px;
	}

	nav{
		height: 57px;
	}	

	nav > ul > li:last-child > a{
		padding-right: 0px;
	}

	nav i.fa.fa-chevron-down{
		margin-right: 0px;
	}

	.carousel-pre-nex {
	position: absolute;
	top: 16%;
	display: inline-block;
	left: 0;
	width: 100%;
	}

	.cat-filters {
		margin-bottom: 30px;
		z-index: 1000;
	}
	
	div.filter-wrap {
	background-color: transparent;
	color: #fff;
	left: 0;
	position: relative;
	text-align: right;
	top: 0;
	z-index: 1000;
	height: auto;
	margin-bottom: 0px;
	width: 100%;
	}
	
	div.filter-wrap span.title, div.filter-wrap i.fa-chevron-down {
		display: none;
	}

	div.filter-wrap ul {
	display: inline !important;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	width: auto;
	font-size: 1em;
	letter-spacing: 1px;
	line-height: 1.4em;
	text-transform: uppercase;
	position: relative;
	}

	div.filter-wrap > span.title.cat-filter-sort{
		display: none
	}	
	
	div.filter-wrap ul li {
	left: 0px;
	position: static;
	display: inline;
	border-bottom: none;
	width: auto !important;
	color: gray;
	}

	div.filter-wrap ul li:first-child{
		padding-left: 0px;
	}

/*	div.filter-wrap ul.filter-l > li:first-child {
		display: none;
	}	*/	

	div.titles{
		margin: 0px;
	}

	.title-tagline-filter-wrap p{
		margin: 0px 0px 0px 0px;
	}	

	span.button.cat-filter{
			cursor: pointer;
	}

	ul.filter-list li span {
	    display: inline;
	}	

	#folio-content .element-item:hover .fa-chevron-circle-down,#folio-content .element-item:hover .fa-plus{
		display: block;
	}

	.blog-list{
		display: block;
	}	

	nav > ul > li.not-parent > a, nav > ul > li.pages > a{
		padding: 0 7px;
		/*top: 13px;*/
	}

	nav > ul > li{
		font-size: 0.8em;
	}

	.wrap{
		margin:0px 15px 40px 0px; 
	}		

	.home img{
	margin-bottom: 30px;
	}
}

/* ------------------------------------------------ Tablet */

/*@media all and (min-width: 768px) and (max-width: 1024px) { */

@media all and (min-width: 600px) and (max-width: 1024px) { 

	#cycle-slide-show img {
		max-height: 100%;
		max-width: 500px;
	}
	i#pre img, i#nex img{
		width: 50%;
	}		
}

/* --------------------------------------------- Desktop */

@media all and (min-width: 1024px){ 

	h1.title{
		font-size: 16px;
	}	

	nav > ul > li.not-parent > a, nav > ul > li.pages > a{
		padding: 0 10px;
		/*top: 9px;*/
	}

	.community-procession nav > ul > li.not-parent > a, .community-procession nav > ul > li.pages > a{
		padding: 0 20px;
	}	

	nav > ul > li{
		font-size: 1em;
	}

	h2{font-size: 1.6em;}
	p{font-size: 1.2em;}

	.wrap div > p{
		top: -5px;
	}
}

/*--------------------------------------------- Large Desktops*/

@media only screen and (min-width : 1224px) {
	
	p{font-size: 1.4em;}
	
	nav > ul > li.not-parent > a, nav > ul > li.pages > a{
		padding: 0 20px;
		/*top: 9px;*/
	}	
}

@media only screen and (min-width : 1280px) {
	body{
		background-color: ivory;
	}
	.fixed > .container{
		height: inherit;
		padding-left: 0px;
		padding-right: 0px;
	}

	nav{
		max-width: 1340px;
			margin: 0 auto;
	}

	div.home{
		background-color: #fff;
		margin-bottom: 0px;
		padding-bottom: 30px;
	}

	.outer{
		max-width: 1280px;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
	}

	body.community-procession{
		background-color: white;
	}

}

@media only screen and (min-width : 1440px) {
	header .fixed{
	position: fixed;
	left: 5.58%;
	width: 1280px;
	}
	.fixed > .container{
		height: inherit;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (min-width : 2560px) {
	header .fixed{
	position: fixed;
	left: 25%;
	width: 1280px;
	}
}	