/*
Theme Name: tzg_tk
Author: Select Field
Version: 1.2
*/

/* Import the necessary TK Bootstrap WP CSS additions */
@import url( includes/css/bootstrap-wp.css );




/* My Minimal WordPress Styling comes here */

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}

img[data-unveil="true"] {
  background-color: #333333;
}

.navbar-nav.col-sm-3.affix {
  max-width: 280px;
  width: 20%;
}

.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}


/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}


/* Clearing */
.clear {
	clear: both;
}


/* Here some needed widget styles 
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line. 
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!  
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; } 
 
/*  
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)

  
 == Want to have the whole site wrapped? ==  
  
 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap. 
 Try out by decommenting the next line and go from there. 
	
 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? == 
  
 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes. 
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php! 
 
 
 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html.. 

/* Globally hidden elements when Infinite Scroll is supported and in use. 
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */ 

/* 
.infinite-scroll .page-links, 
.infinite-scroll.neverending .site-footer { 
	display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
	display: block;
} 
*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */  	

/* 
TZG styling
*/

body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: 'Lato',arial,sans-serif;
	font-weight: 300;
	 overflow:scroll;
	overflow-x:hidden;
	overflow-y: scroll;
	font-size: 12px;
}	

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Lato',arial,sans-serif;
  font-weight: 300;
}

#main-menu {
  float: right;
  text-align: right;
  margin-top: 4px;
}

.navbar {
background-color: #000000;
border: medium none !important;
border-radius: 0;
font-family: 'Lato',arial,sans-serif !important;
font-size: 14px;
height: 50px !important;
margin-bottom: 0 !important;
text-transform: uppercase;
width: 1140px;
}

.navbar a {
  color: #fff !important;
  padding-right: 0 !important;
  text-transform: uppercase;
}

.navbar-brand {
	background-image: url("images/tzg_logo_big_arch_2.svg");
	background-position: -1px 0;
	background-size: 300px auto;
	display: block;
	height: 24px;
	margin-bottom: 12px;
	margin-top: 18px;
	padding: 0 !important;
	text-indent: -99999px;
	width: 300px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

.site-navigation {
  position: fixed;
  z-index: 100;
  width: 100%;
  background-color: #000000;
  height: 50px;
}

.site-navigation .container {
	padding-bottom: 0px;	
}

a {
   outline: 0 !important;
}

.navbar-nav > li > a {
  padding-bottom: 10px !important;
  padding-left: 30px;
}

/** Bootslider **/

.mobile-slide .slide {
    margin-bottom: 20px;
}

.mobile-slide .slide h3 {
    margin-top: 10px;
}

.mobile-slide .slide a {
    color: #FFFFFF;
}

.site-footer a {
	color: #8a2a36;	
}

.site-footer .site-info {
	text-align: center;
	color: #666666;
}

.site-footer .site-info a {
	color: #666666;	
}

.site-footer {
	position: relative;
}

.site-map-menu {
	
}

#footer-menu {
	list-style: none;
	padding: none;
	margin: none;
	margin: 0;
  padding: 0;
}

#footer-menu li {
	display: block;
	float: left;
	position: relative;
  margin: 0;
  padding: 0;
}

#footer-menu li a {
  color: #999999 !important;
  font-family: 'Lato',arial,sans-serif !important;
  font-size: 14px;
  padding-bottom: 15px;
  padding-left: 0 !important;
  padding-right: 60px !important;
  padding-top: 15px;
  text-transform: uppercase;
}

#footer-menu li:last-child a {
  padding-right: 0px !important;
}

#footer-menu li .sub-menu {
  padding: 0;
}

#footer-menu li .sub-menu li {
	float: none;
}

#footer-menu li .sub-menu li a {
  color: #666666 !important;
  float: none;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  font-size:12px;
}

.site-info {
  clear: left;
  margin-top: 60px;
}

.project_header {
  position: relative;
  overflow:hidden;
}
.project_header img {
  height: auto;
  left: 0;
  min-width: 100%;
  position: absolute;
  top: 0;
  display: block;
  height: auto;
  line-height: 1;
  max-width: 100%;
}

.project_header .caption {
  background-color: #ffffff;
  position: static;
  max-width: 530px;
  padding: 20px;
  margin-top: 130px;
  opacity:0.9;
  filter:alpha(opacity=90); /* For IE8 and earlier */
  text-align:left;
  margin-left: 15px;
   margin-right: 15px;
}
.project_header .caption h1,
.project_header .caption .lead {
  margin: 0;
  line-height: 1.25;
  color: #333;
  text-shadow: none;
}
.project_header .caption h1 {
  font-style:italic;
}
.project_header .caption .lead {
	
}
.project_header .caption {
	text-shadow: none;
	 color: #333;
}
.project_header .caption .btn {
  margin-top: 10px;
}

.project_header .image_caption {
  background-color: transparent;
  position: static;
  padding: 20px;
  opacity:0.9;
  filter:alpha(opacity=90); /* For IE8 and earlier */
  text-align:left;
  color: #FFF;
  font-size: 12px;
  position: absolute;
  bottom: 0px;
}

.project_header .collaborator {
  color: #f61a00;
  font-family: 'Lato',arial,sans-serif !important;
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 7px;
  font-style:italic;
}

.project_header .collaborator a {
  color: #f61a00;
}

.project_detail {
  position: relative;
}

.project_images {
	
}

.project_images img {
  height: auto;
  margin-bottom: 30px;
  opacity: 1 !important;
}

.project_images .row {
	margin-left: -15px !important;
	margin-right: -15px !important;
}

.video {
	width: 100% !important;
	height: auto !important;
	min-height: 300px;	
}

.flex-video {
position: relative;
padding-top: 25px;
padding-bottom: 67.5%;
height: 0;
margin-bottom: 16px;
overflow: hidden;
}
 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
.flex-video { padding-top: 0; }
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: inherit !important;
  color: #ff3700 !important;
}

#projects {
	
}

#projects .projects_info {
  margin-bottom: 60px;
}

#projects .projects_title {
	color: #FFFFFF;
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 0;
	text-transform: uppercase;
}

#projects .projects_info img {
	margin-bottom: 10px;
}

#projects .projects_text {
	
}

#projects .projects_learnmore {
  background-color: #F7F7F7;
  color: #f61a00;
  display: block;
  font-family: 'Lato',arial,sans-serif !important;
  font-size: 22px;
  font-style: italic;
  margin-top: 15px;
  max-width: 140px;
  padding: 15px;
}
#projects .projects_link {
	
}

#news {
	
}

#news .news_info {
	
}

#news .news_title {
  color: #FFFFFF;
  float: left;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 10px;
}

#news .news_date {
 display: inline-block;
float: left;
margin-left: 10px;
margin-top: 9px;
font-size:14px;
}

#news .news_text {
  clear: both;
	margin-bottom: 60px;
}

#news .news_learnmore {
  background-color: #F7F7F7;
  color: #f61a00;
  display: block;
  font-family: 'Lato',arial,sans-serif !important;
  font-size: 22px;
  font-style: italic;
  margin-bottom: 0;
  margin-top: 15px;
  max-width: 140px;
  padding: 15px;
}

#news .news_link {
	
}

#news .news-item.row {
	margin-bottom: 15px;
}

#news .container {
  padding-bottom: 45px;
  padding-top: 15px;
}

.post_header {
  overflow: hidden;
  position: relative;
}
.post_header img {
  height: auto;
  left: 0;
  min-width: 100%;
  position: absolute;
  top: 0;
  display: block;
  height: auto;
  line-height: 1;
  max-width: 100%;
}

.post_header .caption {
  background-color: #ffffff;
  position: static;
  max-width: 530px;
  padding: 20px;
  margin-top: 130px;
  opacity:0.9;
  filter:alpha(opacity=90); /* For IE8 and earlier */
  text-align:left;
  margin-left: 15px;
}
.post_header .caption h1,
.post_header .caption .lead {
  margin: 0;
  line-height: 1.25;
  color: #333;
  text-shadow: none;
}
.post_header .caption h1 {
  font-style:italic;
}
.post_header .caption .lead {
	
}
.post_header .caption {
	text-shadow: none;
	 color: #333;
}
.post_header .caption .btn {
  margin-top: 10px;
}

.post_header .image_caption {
  background-color: transparent;
  position: static;
  padding: 20px;
  opacity:0.9;
  filter:alpha(opacity=90); /* For IE8 and earlier */
  text-align:left;
  color: #FFF;
  font-size: 12px;
  position: absolute;
  bottom: 0px;
}

.post_header .collaborator {
  color: #f61a00;
  font-family: 'Lato',arial,sans-serif !important;
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 7px;
  font-style:italic;
}

.post_header .collaborator a {
  color: #f61a00;
}

.post_detail {
  min-height: 660px;
  position: relative;
}

.post_detail .post_info {
	margin-top: 45px;
}

.post_detail .post_next {
	margin-top: 45px;
}

.post_detail .post_next .news_info {
  padding-left: 0;
  padding-right: 15px;
}

.post_detail .post_next a.news_more {
  float: none;
  margin-bottom: 10px;
  font-size: 26px;
}

.post_detail .post_next h2.news_title {
  color: #FFFFFF;
  font-size: 28px;
  font-style: italic;
  margin-bottom: 0;
  margin-top: 0px;
}

.post_next .news_learnmore {
  background-color: #F7F7F7;
  color: #f61a00;
  display: block;
  float: none;
  font-family: 'Lato',arial,sans-serif !important;
  font-size: 22px;
  font-style: italic;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  max-width: 140px;
  padding: 15px;
  margin-bottom: 0;
}

.post_next .news_image {
  margin-bottom: 15px;
  margin-top: 15px;
}

.post_next h3.news_subtitle { 
  font-size: 20px;
}

.post_detail .post_images {
  margin-bottom: 30px;
  margin-top: 30px;
}

.post_detail .post_images img {
	 margin-bottom: 15px;
}

#page_content {
  padding-bottom: 30px;
}

#page_content .page_head {
  text-align: left;
	width: 100%;
}

#page_content .page_head .page_title {
  font-size: 18px;
  margin: 0;
  text-shadow: none;
}

#page_content .page_head .page_subtitle {
  color: #f61a00;
  font-family: 'Lato',arial,sans-serif !important;
  font-size: 22px;
  font-style: italic;
  line-height: 1.1;
  margin-bottom: 7px;
  margin-top: 0;
}

#page_content .page_text {
}

.image_list img {
	margin-bottom: 15px;
	margin-top: 15px;
}

.image_list {
	margin-top: 30px;	
	margin-bottom: 30px;
}

.page_images {
	
}

.page_images img {
	padding-bottom: 30px;	
}

.page_video {
	margin-top: 30px;	
}

/* custom styling of the lightbox directional arrows */
.ekko-lightbox-container {
	position:relative;
}
.ekko-lightbox-nav-overlay {
	z-index:100;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.ekko-lightbox-nav-overlay a {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	color:#fff !important;
	font-size:30px;
	height: 100%;
	width:49%;
	display:block;
	padding-top:45%;
	text-shadow: 2px 2px 4px #000;
	filter: dropshadow(color=#000, offx=2, offy=2);
	z-index:100;
}
.ekko-lightbox-nav-overlay a:empty {
	width:49%; /* removes glyphicons :empty { width:1em } */
}
.ekko-lightbox a:hover {
	opacity: 1;
	text-decoration: none;
}
.ekko-lightbox .glyphicon-chevron-left {
	padding-left:15px;
	float:left;
	left:0;
	text-align: left;
}
.ekko-lightbox .glyphicon-chevron-right {
	padding-right:15px;
	float:right;
	right:0;
	text-align: right;
}

	/* use this to get your footer text left aligned - bootstraps modal default aligns them right */
.ekko-lightbox .modal-footer {
	text-align: left;
}

.ekko-lightbox .modal-header {
  border-bottom: 0 solid #E5E5E5;
  display: block !important;
  min-height: 16.4286px;
  padding: 15px;
}

.ekko-lightbox .modal-header h4 {
	display: none;	
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #6a6a6a !important;
}

a:hover, a:focus {
  /* color: #8A2A36 !important; */
  text-decoration:none;
}

a, a:link, a:visited, a:active, #content .gist .gist-file .gist-meta a:visited {
	transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

.site-footer a, .row a {
  color: #ff3700;
}

.project_pdf {
	margin-bottom: 15px; 	
}

.news_date {
  font-size: 18px;
  margin-top: 0;
}

.project_video {
	clear: both;	
}

.site-map {
	overflow: hidden;
}




.page_nav {
	
}

.page_nav ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.page_nav li a {
	color: #FFF;
}

.page_nav li a.active, .page_nav li a:hover {
	color: #FF3700;
	text-decoration:none;
	background-color:transparent;
}

.people_title {
  color: #FFFFFF;
  font-size: 16px;
  margin-bottom: 30px;
  margin-top: 0;
  text-transform: capitalize;
}

#people .people_info img {
  margin-bottom: 10px;
}

.people_role {
	font-size: 14px;
	color: #FF3700;
}

h1.project_title {
	font-size: 20px;	
}

.navbar-collapse {
  padding-right: 0px;
}

.page_title h1 {
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.page_breadcrumb {
	margin-top: 20px;
	text-align: right;
	text-transform: uppercase;
}

.page_breadcrumb a {
	color: #FFF;
}

.people_info.col-sm-2 .people_title {
	font-size: 14px;	
}

.people_info.col-sm-2 .people_title .people_role {
	font-size: 12px;	
}

.project_info h3 {
  font-size: 14px;
  margin-bottom: 1px;
  margin-top: 0;
  text-transform: capitalize;
}


.page_title {
	height: 60px;	
}

.page_sub_title {
	font-size: 16px;
	margin-top: 0;
}

.page_head.others {
	padding-top: 110px;
}

.page_nav .navbar-nav > li {
	float:none;
}

.page_nav .navbar-nav > li > a {
  background-color: rgba(0, 0, 0, 0);
	padding: 0 !important;
}

.page_nav .active a {
	color: #FF3700;
}


.backto {
	text-transform:lowercase;	
}

.newsscroll, .scroll {
	font-size: 14px;	
}

#bootslider {
  padding-top: 65px;
}


html,body{height:100%;}
.carousel,.item,.active{height:100%;}
.carousel-inner{height:100%;}
.fill{width:100%;height:100%;background-size:cover; padding: 0px; background-position:center; margin-bottom: 50px;}

/* faster sliding speed */
.carousel-inner > .item {
    -webkit-transition: 0.3s ease-in-out left;
    -moz-transition: 0.3s ease-in-out left;
    -o-transition: 0.3s ease-in-out left;
    transition: 0.3s ease-in-out left;
}



/* keep full widget on smaller screens */
@media (max-width: 767px) { 
	body {
		padding-left: 0;
		padding-right: 0;
	}
}
.carousel .container h1 {
  bottom: 0;
  color: #CCCCCC;
  font-size: 16px;
  opacity: 0.8;
  position: absolute;
  text-transform: uppercase;
}

.carousel-indicators {
  bottom: 0;
}

.carousel-indicators li {
  border-radius: 0px;
  border: none;
  background-color: #CCC;
  opacity: 0.8;
  margin: 0;
  margin-right: 10px;
  width: 12px;
  height: 12px;
}

.carousel-indicators .active {
  background-color: #666;
   margin: 0;
  margin-right: 10px;
}

.carousel-control {
 background-image:none !important;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  font-size: 45px;
}

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

#projects .projects_info a.hoverState h2 {
	color: #777777;
}

#projects .projects_info a.hoverState img {
  border-bottom: 5px solid #777777;
  margin-bottom: 5px;
}


#people .people_info a.hoverState h2 {
	color: #777777;
}

#people .people_info a.hoverState img {
  border-bottom: 5px solid #777777;
  margin-bottom: 5px;
}

.page_text strong {
	text-transform: capitalize;	
}

.contact_form {
	font-size: 12px;
}
.contact_form h3 {
	font-size: 14px;
}
.contact_form .wpcf7-text, .contact_form .wpcf7-textarea{
  background-color: #000000;
  color: #FFFFFF;
  width: 100%;
}

.contact_form .wpcf7-submit {
	width: 100%;
}

div.wpcf7-response-output {
  margin: 0;
}

.form-control {
  background-color: #000000;
  background-image: none;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  box-shadow: none;
  color: #FFFFFF;
  display: block;
  font-size: 12px;
  height: 27px;
  line-height: 12px;
  padding: 3px 6px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  width: 147px;
}

.form-control:focus {
  border-color: #FF3700;
  outline: 0 none;
  box-shadow: none;
}

.search-submit {
  background-color: rgba(0, 0, 0, 0);
  border: medium none;
  color: #454545;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 19px;
  top: 3px;
}

.search-submit:hover {
	color: #777777;
	background-color: rgba(0, 0, 0, 0);
  	border: medium none;
}

.search_title {
  color: #FFFFFF;
  font-size: 16px;
  margin-top: 0;
  float: left;
  display: inline-block;
}


.row.result {
	margin-bottom: 60px;	
}

.page_subtitle span {
	font-weight:bold;
}

.search_excerpt {
	clear: both;
}

.search_catgeory {
  margin-left: 5px;
  position: relative;
  top: -1px;
}

.menu_link {
	display: none;
}

.text-scroll {
  bottom: 70px;
  position: relative;
}

.text-scroll .text-slide {
	display: none;	
}

.text-scroll .text-slide h1 {
  color: #FFFFFF;
  font-size: 80px;
  opacity: 0.6;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	font-family: 'Lato',arial,sans-serif;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  top: 45%;
}

.page_head img {
	margin-bottom: 15px;
}

.carousel-inner .container {
  height: 100%;
  position: relative;
}

.carousel-inner .container h1 {
  color: #FFFFFF;
  font-size: 16px;
  opacity: 0.6;
  position: absolute;
  right: 0;
  bottom: 4px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  text-transform: none;
  padding-right: 15px;
}

.search-form {
  float: right;
}

#page_content .nav.navbar-nav, #news .nav.navbar-nav {
  max-width: 280px;
}

.page_nav li.page_item {
    margin-bottom: 7px;
}

#projects .projects_info img {
    opacity: 1 !important;
}

.people_info img {
    opacity: 1 !important;
}

#news img {
    opacity: 1 !important;
}

span.backto {
    display: none;
}

.related-projects {
  margin-bottom: 30px;
}
.related-projects h3 {
    font-size: 20px;
    text-transform: uppercase;
}
.related-projects h4 {
    font-size: 16px;
    text-transform: uppercase;
}
.related-projects img {
    margin-bottom: 0;
}
.related-projects a {
    color: #fff;
}

/*** RESPONSIVENESS ***/

@media (min-width: 992px) and (max-width: 1199px) {

  #page_content .nav.navbar-nav, #news .nav.navbar-nav {
    max-width: 220px;
  }

  #footer-menu li a {
    font-size: 16px;
  }
  #footer-menu li a {
    padding-right: 64px !important;
  }
  .navbar {
    width: 950px;
  }
  #footer-menu li a {
    padding-right: 23px !important;
  }
}

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

  #page_content .nav.navbar-nav, #news .nav.navbar-nav {
    max-width: 180px;
  }

  #footer-menu li a {
    padding-right: 12px !important;
  }
  #footer-menu li a {
    font-size: 13px;
  }
  .site-map-menu {
    min-height: 100px;
  }
  .navbar {
    width: 950px;
  }
  #footer-menu li a {
    padding-right: 23px !important;
  }
  .navbar-nav > li > a {
    padding-bottom: 10px !important;
    padding-left: 13px;
  }
  .navbar {
    width: 735px;
  }

  .search-form {
    clear: both;
    float: left;
    margin-top: 20px;
    position: relative;
  }

  .search-submit {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    color: #454545;
    display: block;
    left: 129px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 3px;
  }

}

@media (max-width: 767px) {

  body {
    font-size: 14px;
  } 

  #footer-menu li .sub-menu li a {
      color: #666666 !important;
      line-height: 1.5;
      font-size: 14px;
  }

  #projects .projects_info {
      margin-bottom: 20px;
  }

  #page_content .page_head {
      padding: 10px 0;
  }

  .people_info:nth-child(2n+1) {
      clear: both;
  }

  .projects_info:nth-child(2n+1) {
      clear: both;
  }

  #page_content .nav.navbar-nav, #news .nav.navbar-nav {
    max-width: 200px;
  }

  #footer-menu li a {
    font-size: 16px;
  }
  #footer-menu li {
    float: none;
  }
  .navbar-collapse {
    background-color: #FFFFFF;
  }
  .site-navigation .container {
    padding-left: 0;
    padding-right: 0;
  }
  .site-navigation .container .site-navigation-inner {
  	padding-left: 0;
  	padding-right: 0;
  }
  .navbar-nav > li > a {
    padding-right: 15px !important;
  }
  .navbar-toggle {
    margin-top: 18px !important;
  }
  .navbar-brand {
    margin-top: 16px !important;
  }
  #main-menu {
    margin-top: 7.5px !important;
  }
  .project_header, .post_header {
    height: auto;
  }
  .project_header .caption h1, .project_header .caption .lead, .post_header  .caption h1, .post_header .caption .lead {
    font-size: 22px;
  }
  .project_header .container, .post_header .container{
    padding-bottom: 0;
    padding-top: 0;
  }
  .project_header .caption, .post_header .caption {
    margin: 0;
    padding: 15px 5px;
    position: relative;
  }
  .project_header img, .post_header img {
    display: block;
    height: auto;
    left: 0;
    line-height: 1;
    max-width: 100%;
    min-width: 100%;
    position: relative;
    top: 0;
  }
  .project_header .collaborator, .post_header .news_subtitle {
    font-size: 18px;
  }
  .project_header .image_caption, .post_header .image_caption {
    display: none;
  }
  .project_images img {
    margin-bottom: 15px;
    min-height: 1px;
  }
  .project_images {
    margin-bottom: 15px;
    margin-top: 30px;
  }
  .project_info {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .site-footer .site-map h3 {
    margin-top: 30px;
  }
  .site-info {
    margin-top: 30px;
  }
  .site-footer .back-to-top {
    margin-top: 30px;
  }

  #myCarousel img {
    height: auto;
    left: 0;
    min-width: 100%;
    position: relative;
    top: 0;
  }
  #myCarousel .container {
    height: auto;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    z-index: 9;
  }
  #myCarousel .carousel-caption {
    bottom: 0;
    left: 0;
    margin-top: 0;
    max-width: 530px;
    opacity: 0.9;
    padding: 20px 0;
    position: relative;
    right: 0;
    text-align: left;
    top: 0;
  }
  #myCarousel .h1, #myCarousel h1 {
    font-size: 22px;
  }
  #myCarousel .collaborator {
    font-size: 18px;
  }
  #myCarousel .excerpt {
    display: none;
  }
  #myCarousel .learnmore_caption {
  	 display: none;
  }
  #myCarousel .item {
    height: auto;
  }
  h3, .h3 {
    font-size: 18px !important;
  }
  h2.about_title {
    font-size: 22px;
    margin-top: 30px;
  }
  a.about_more {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .about_image {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .news_image {
    margin-bottom: 15px;
    margin-top: 30px;
  }
  h2.news_title {
    font-size: 22px;
    margin-top: 15px;
  }
  a.news_more {
    font-size: 18px;
    margin-bottom: 15px;
  }
  a.news_learnmore {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .site-footer .back-to-top {
    font-size: 18px;
  }
  #news .news_info {
    clear: both;
  }
  #news .news_learnmore {
   margin-top: 0;
  }
  .post_detail .post_info {
    margin-top: 30px;
  }
  .post_next .news_learnmore {
    font-size: 18px;
    margin: 15px auto 0;
    max-width: 110px;
    padding: 10px;
  }
  .post_next h3.news_subtitle {
    font-size: 18px;
  }
  .post_detail .post_next h2.news_title {
    font-size: 22px;
  }
  .post_detail .post_next a.news_more {
    float: none;
    font-size: 22px;
    margin-bottom: 5px;
  }
  .post_detail .post_next {
    margin-top: 15px;
  }
  .site-footer .site-map h3 {
    font-size: 24px !important;
  }
  a.about_more {
    margin-bottom: 15px;
  }
  #projects .projects_title {
    font-size: 22px;
  }
  #projects .collaborator a {
    font-size: 18px;
  }
  #projects .projects_learnmore {
    font-size: 18px;
    margin-top: 15px;
    max-width: 110px;
    padding: 10px;
  }
  #page_content .page_head {
    margin-top: 30px;
    opacity: 0.9;
  }
  h2, .h2 {
    font-size: 22px !important;
  }
  .projects_info h2.projects_title {
    font-size: 16px !important;
  }
  .page_images {
    margin-top: 30px;
  }
  .page_images img {
    padding: 0 0 30px;
  }
  #page_content {
    padding-bottom: 0;
  }
  #myCarousel {
    top: 0 !important;
  }
  .site-footer {
    top: 0 !important;
  }
  #home_news {
   top: 0 !important;
  }
  #home_about {
    top: 0 !important;
  }
  #projects {
    top: 0 !important;
  }
  #news {
   top: 0 !important;
  }
  .project_detail {
    top: 0 !important;
  }
  .post_detail {
    top: 0 !important;
  }
  .post_header {
    top: 0 !important;
  }
  .project_header {
    top: 0 !important;
  }

  .navbar-toggle {
    float: left;
    margin-top: 4px !important;
  }

  .site-navigation .row {
    margin: 0;
  }

  .navbar {
    width: 100%;
    padding-right: 15px;
  }

  .navbar-brand {
    background-image: url("images/lzg_logo_mobile.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 42px;
    width: 100%;
    margin-top: 4px !important;
    margin-bottom: 7px;
  }

  .main-content {
    padding-top: 130px;
  }

  .site-navigation {
    height: 130px;
    padding: 15px;
  }

  .fill {
    height: 300px;
  }

  .navbar-collapse {
    background-color: #000000;
    box-shadow: none;
    border-bottom: 1px solid #333333 !important;
    border-top: 1px solid #333333 !important;
    padding-left: 0;
    padding-right: 0;
  }


  #main-menu {
     margin: 0;
    float: left;
     margin: 0 !important;
    text-align: left;
     width: 100%;
  }

  .navbar-nav > li > a {
    padding-left: 15px;
  }

  .navbar-nav > li > a {
    background-color: #333333;
    margin-top: 2px;
  }

  .navbar-nav > li:first-child > a {
    margin-top: 0px;
  }

  .menu_link {
  	position: relative;
  	top: 7px;	
  	display: block;
  }

  .search-form {
    margin-top: 10px;
    position: relative;
    float: left;
  }

  .search-form label {
  	display: block;
  }

  .search-submit {
    right: 8px;
  }

  .form-control {
    margin-left: 0;
    width: 100%;
  }

  .container.fill {
  	height: 510px;
  }

  .carousel .container h1 {
    position: absolute;
    top: 290px;
  }

  .fill {
    height: 300px;
  }

  .carousel-indicators {
  	display: none;
  }

  .page_title h1 {
    margin-bottom: 0;
    position: relative;
  }

  #profile_sub_nav {
  	display: none;
  }

  .page_title {
    height: auto;
  }

  .page_title h1 {
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
  }

  .page_breadcrumb {
    margin-bottom: 15px;
    margin-top: 7px;
  }

  .people_info {
  	 margin-top: 15px;	
  }

  .search_info {
  	margin-top: 15px;	
  }

  .text-scroll {
    bottom: 0;
    position: absolute;
    top: 0;
  }

  .text-scroll .text-slide {
    top: 18px;
    display: none;
    position: relative;
    text-align: center;
  }

  #myCarousel .h1, #myCarousel h1 {
    font-size: 34px;
  }

  .carousel-inner .container h1 {
    display: none;
  }

  .navbar-collapse.navbar-responsive-collapse {
      margin-right: 15px;
  }

  #news .news_date {
      display: block;
      margin-left: 0;
      margin-top: 4px;
      clear: both;
  }

  .related-projects {
    margin-bottom: 0px;
  }
  .single_related {
    margin-bottom: 20px;
  }
  .single_related img{
    margin-bottom: 0px;
  }

}