
/* :::. BROWSER RESET .::: */


/* :::. BLOCK ELEMENTS .::: */
body, p, pre {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: normal;
}
dl, dt, dd, ul, ol, li {
    margin: 0;
    padding: 0;
}
ol, ul {
    list-style: none;
}
a {
    outline: none;
}
img, iframe {
    border: none;
}
th, td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
}
form, fieldset, legend, input, textarea, select {
    margin: 0;
    padding: 0;
}
fieldset {
    border: none;
}
input, textarea, select {
    font-size: 1em;
    font-family: inherit;
    outline: none;
}
/* address, cite, code, dfn, em, strong, var { */
address, cite, code, dfn, var {
    font-style: normal;
    font-weight: normal;
}
abbr, acronym {
    border: 0;
}
/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	max-width: 1160px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.container_100 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/


.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_small_12,
.gridlist_item {
	display:inline;
	float: left;
	position: relative;
}


/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_100 .grid_1,
.container_12 .grid_1 {
	width: 8.33333%;
}

.container_100 .grid_2,
.container_12 .grid_2 {
	width: 16.66667%;
}

.container_100 .grid_3,
.container_12 .grid_3 {
	width: 25%;
}

.container_100 .grid_4,
.container_12 .grid_4 {
	width: 33.33333%;
}

.container_100 .grid_5,
.container_12 .grid_5 {
	width: 41.66667%;
}

.container_100 .grid_6,
.container_12 .grid_6 {
	width: 50%;
}

.container_100 .grid_7,
.container_12 .grid_7 {
	width: 58.33333%;
}

.container_100 .grid_8,
.container_12 .grid_8 {
	width: 66.66667%;
}

.container_100 .grid_9,
.container_12 .grid_9 {
	width: 75%;
}

.container_100 .grid_10,
.container_12 .grid_10 {
	width: 83.33333%;
}

.container_100 .grid_11,
.container_12 .grid_11 {
	width: 91.66667%;
}

.container_100 .grid_12,
.container_12 .grid_12 {
	width: 100%;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* :::. HIDE .::: */
.hide {
    display: none;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.container_100 .grid_hide,
.container_12 .grid_hide {
	display: none;
}

.container_100 .grid_show,
.container_12 .grid_show {
	display: block;
}

.grid_small_show { display: none; }

@media only screen and (max-width : 890px){
	.container_100 .grid_small_1,
	.container_12 .grid_small_1 {
		width: 8.33333%;
	}

	.container_100 .grid_small_2,
	.container_12 .grid_small_2 {
		width: 16.66667%;
	}

	.container_100 .grid_small_3,
	.container_12 .grid_small_3 {
		width: 25%;
	}

	.container_100 .grid_small_4,
	.container_12 .grid_small_4 {
		width: 33.33333%;
	}

	.container_100 .grid_small_5,
	.container_12 .grid_small_5 {
		width: 41.66667%;
	}

	.container_100 .grid_small_6,
	.container_12 .grid_small_6 {
		width: 50%;
	}

	.container_100 .grid_small_7,
	.container_12 .grid_small_7 {
		width: 58.33333%;
	}

	.container_100 .grid_small_8,
	.container_12 .grid_small_8 {
		width: 66.66667%;
	}

	.container_100 .grid_small_9,
	.container_12 .grid_small_9 {
		width: 75%;
	}

	.container_100 .grid_small_10,
	.container_12 .grid_small_10 {
		width: 83.33333%;
	}

	.container_100 .grid_small_11,
	.container_12 .grid_small_11 {
		width: 91.66667%;
	}

	.container_100 .grid_small_12,
	.container_12 .grid_small_12 {
		width: 100%;
	}
	
	.container_12 .grid_small_show,
	.container_100 .grid_small_show,
  .grid_small_show {
		display: block;
	}
	
	.container_12 .grid_small_hide,
	.container_100 .grid_small_hide,
	.grid_small_hide {
		display: none;
	}
	
}



/* :::. HORIZONTAL NAVIGATION .::: */

/*
 * This is a general guide on building drop down menus using ex-menu.
 * The code below can be modified to work with the default joomla menu system (mainmenu)
 * basically just replace .nav-root ul with ul.menu or whatever class / id you are using
 * 
*/
  
#navigation_wrapper {
	border-top: 1px solid #e5e5e5;
    overflow: hidden;
border-bottom: 1px solid #e5e5e5;
}

.home #navigation_wrapper {
	background-color: transparent;
	height: auto;
}

#navigation #mainlevel {
  margin:0px;
}
.nav-root ul {
  padding: 0;
  list-style: none;
  z-index: 90;
  float: left;
}

.nav-root .joomla-nav {
	width: 100%;
}

.nav-root .joomla-nav > li:last-child {
	float: right;
}


.nav-root li {
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  list-style: none;
  font-size: 16px;
}

/* 1st level - horizontal menu */
.nav-root ul li a, .nav-root ul li span, .nav-root ul li span.mainlevel_active {
  padding: 25px 13px;
  display: block;
  font-weight: 700;
  cursor: pointer;
  color: #000;
  font-size: 16px;
  line-height: 1;
  transition: background-color 0.4s;
}
.nav-root ul li a img {
  display: block;
}

.nav-root ul li:hover a {
	background-color: #68c3ec;
	text-decoration: none;
}

/* 2nd level - drop down */
.nav-root ul ul {
	display: none;
	width: 720px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
	z-index: 10000;
}
.nav-root ul ul li {
	width: 33.333%;
  background: #aaaaac;
}
.nav-root ul li li a, .nav-root ul li li span {
  padding: 5px 13px;
  display: block;
  color: #fff;
}

.nav-root ul li li .image-title {
	padding: 0px 12px 4px 5px;
	font-size: 18px;
	height: 54px;
	line-height: 0.9;
	display: table-cell;
	vertical-align: bottom;
}

.nav-root ul li:hover li li a {
	position: relative;
	padding: 14px 10px;
	background-color: #fff;
	font-size: 16px;
	color: #f5a81c;
	border-bottom: 1px #f5a81c dashed;
	overflow: hidden;
}

.nav-root ul li:hover li li a:after {
	font: normal normal normal 15px/1 FontAwesome;
	content: "\f054";
	position: absolute;
	right: -10px;
	top: 19px;
	transition: right 0.2s linear;
}

.nav-root ul li:hover li li a:hover:after {
	right: 15px;
}

.nav-root > ul > li:hover > ul > li > a img {
	margin-top: 15px;
	width: 100%;
}

.nav-root > ul > li:hover > ul > li > a {
	position: relative;
	overflow: hidden;
}

.nav-root > ul > li:hover > ul > li > a p {
	color: #555;
	font-weight: normal;
	padding-bottom: 0;
	font-size: 13px;
	height: 26px;
	line-height: 1;
	overflow: hidden;
}

.nav-root > ul > li > a p, .nav-root ul li:hover .normal-menu + ul p {
	display: none;
}

.nav-root > ul > li:hover > ul > li > a:after {
	font: normal normal normal 16px/1 FontAwesome;
	content: "\f054";
	position: absolute;
	right: -12px;
	top: 50px;
	transition: right 0.2s linear;
}

.nav-root > ul > li:hover > ul > li > a:hover:after {
	right: 13px;
}

.nav-root ul li:hover li li:last-child a {
	border-bottom: none !important;
}

.nav-root > ul > li:hover > ul > li {
	padding: 25px 15px;
	box-sizing: border-box;
}
/*
.nav-root > ul > li:hover > ul > li:first-child {
	padding: 40px 20px 40px 40px;
}

.nav-root > ul > li:hover > ul > li:last-child {
	padding: 40px 40px 40px 20px;
}
*/
.nav-root > ul > li:hover > ul > li > a {
	background-image: url('../images/sub-menu-triangle.png'),
										url('../images/sub-menu-vertical-orange.png') ;
	background-position: right 10px top 0,
											 left top;
	background-repeat: no-repeat,
										 repeat-x;
	background-color: #fff;
	padding: 15px;
}

.nav-root > ul > li:hover .red-link + ul > li > a {
	background-image: url('../images/sub-menu-triangle.png'),
										url('../images/sub-menu-vertical-black.png') ;
}

.nav-root > ul > li:hover .blue-link + ul > li > a {
	background-image: url('../images/sub-menu-triangle.png'),
										url('../images/sub-menu-vertical-blue.png') ;
}

.nav-root > ul > li:hover .green-link + ul > li > a {
	background-image: url('../images/sub-menu-triangle.png'),
										url('../images/sub-menu-vertical-green.png') ;
}

.nav-root ul li:hover .red-link + ul li li a {
	color: #a93439;
	border-bottom-color: #a93439;
}

.nav-root ul li:hover .blue-link + ul li li a {
	color: #0091ba;
	border-bottom-color: #0091ba;
}

.nav-root ul li:hover .green-link + ul li li a {
	color: #c0d42f;
	border-bottom-color: #c0d42f;
}

.nav-root ul li:hover a + ul li li a:hover {
	background-color: #f5a81c;
	color: #fff;
	border-bottom-style: solid;
}

.nav-root ul li:hover .red-link + ul li li a:hover    { background-color: #a93439; }

.nav-root ul li:hover .blue-link + ul li li a:hover   { background-color: #0091ba; }

.nav-root ul li:hover .green-link + ul li li a:hover  { background-color: #c0d42f; }

/* 3rd level - drop down */
.nav-root ul ul ul {
	display: none !important;
/*  position: relative;
  width: 100%;
  padding: 0 15px 15px;
	box-sizing: border-box;
	background-color: #fff;*/
}
.nav-root ul ul ul li {
  width: 100%;
}
.nav-root ul ul ul li:hover {
  background: #000;
}
/* Active menu item */
span.mainlevel_active, a#active_menu {
  background: #ccc;
}
/* Hide menus - do not change */
/*.nav-root ul ul, .nav-root ul li:hover ul, .nav-root ul li:hover ul ul {
  display: none;
}*/
/* Show Menu on Hover - do not change */
.nav-root ul li:hover ul, .nav-root ul li li:hover ul {
  display: block;
}

/* :::. PAGINATION .::: */
ul.pagination {}

ul.pagination li {
  border-right: 1px solid #cfcfcf;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  list-style: none;
  float: left;
}
ul.pagination li a, ul.pagination li span.pagenav {
  display: inline-block;
  padding: 2px 10px 2px 8px;
  text-decoration: none;
  font-family: arial;
  text-transform: lowercase;
}

ul.pagination li a:hover { text-decoration: underline; }

ul.pagination li.end, ul.pagination li.end-inactive { border-right: none; }

ul.pagination li.start, ul.pagination li.start-inactive { padding-right: 10px; }

ul.pagination li.end, ul.pagination li.end-inactive { padding-left: 10px; }


@media screen and (max-width: 1300px) {
#navigation {
	padding-left: 15px;
	padding-right: 0;
}
    .nav-root .joomla-nav {
        display: flex;
    }
.nav-root ul li a, .nav-root ul li span, .nav-root ul li span.mainlevel_active {
	font-size: 13px;
    text-align: center;

}
    .nav-root li.item216 {
        display: none;
    }


.nav-root ul ul {
	width: 595px;
}
.nav-root > ul > li:hover > ul > li {
	padding: 25px 11px;
}
/*
.nav-root > ul > li:hover > ul > li:first-child {
	padding: 30px 15px 30px 30px;
}

.nav-root > ul > li:hover > ul > li:last-child {
	padding: 30px 30px 30px 15px;
}
*/
.nav-root ul li li .image-title {
	padding: 5px 5px 7px 0px;
}
.nav-root > ul > li:hover > ul > li > a {
	padding: 11px;
}
}
@media screen and (max-width: 940px) {

.nav-root > ul > li:hover > ul > li > a {
	padding: 8px;
}
.home .nav-root ul li span {
	padding: 14px 1px 1px;
}
.nav-root > ul > li:hover > ul > li {
	padding: 16px 10px;
}
.nav-root ul ul {
	width: 580px;
}
}
@media screen and (max-width: 890px) {
#navigation {
	padding-left: 0;
}
#navigation p {
	padding-bottom: 0;
}
#navigation_wrapper {
	height: auto;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
}

.nav-root ul li:hover .normal-menu + ul {
	width: auto;
}

.nav-root ul li:hover .normal-menu + ul li {
	padding: 0 !important;
	width: 100%;
}

.nav-root ul li:hover .normal-menu + ul a {
	background-image: none !important;
	background-color: #a93439 !important;
}

.nav-root ul li:hover .normal-menu + ul a:hover {
	background-color: #f5a81c !important;
}
/**
 * responsive template css
 * ---------------------------------
 * This template is also the default template
 *
 * @author Nicholas Jephcott <Nicholas.Jephcott@ifactory.com.au>
 * @version 2.1.0
 * @copyright (C) 2006-2014 iFactory Pty Ltd
 * @license all rights reserved
 */

/* General Formatting */

body {
 font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #55565a;
}

.mceContentBody {
	color: #55565a;
	font-size: 16px;
	line-height: 1.2em;
}

.content-inner {
	padding-bottom: 50px;
	color: #55565a;
	line-height: 1.2em;
    font-size: 14px;
}

.home .content-inner {
	padding-bottom: 0;
}

.mceContentBody h1, .content-inner h1, .item-page h1 {
	font-size: 50px;
  line-height: 1.125em;
	font-weight: 800;
	color: #000;
	margin-bottom: 25px;
}
body #comment-form #markItUpComment textarea {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    color: #55565a !important;
}
#section-comments {
    border-top: 1px solid #ddd;
}

#comment-form .inputbox  {
        font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    color: #55565a !important;
}
.mceContentBody h2, .content-inner h2 {
	font-size: 28px;
  line-height: 1.176em;
  margin-bottom: 15px;
	color: #67c2ec;
    font-weight: 700;
}

.mceContentBody h3, .content-inner h3, #left h3 {
	font-size: 20px;
	font-weight: 700;
  line-height: 1.2em;
  color: #9dc41a;
  margin: 15px 0 10px !important;
}

.mceContentBody h4, .content-inner h4, #left h4 {
	font-size: 18px;
    color: #000;
    font-weight: 700;
  line-height: 1.273em;
  margin: 15px 0 10px !important;
}

.mceContentBody h5, .content-inner h5 {
	font-size: 20px;
    font-weight: normal;
  line-height: 1.286em;
}
.content-inner hr {
    background: #55565a;
    color: #55565a;
    margin: 40px 0;
}


.mceContentBody table tr th, .mceContentBody table tr td,
.content-inner .item-page table tr th, .content-inner .item-page table tr td {
	border: solid 1px #333;
	padding: 4px 8px;
	border-spacing: 0px;
}

.mceContentBody table tbody:first-child tr:first-child td, .content-inner .item-page table tbody:first-child tr:first-child td,
.mceContentBody table tr th, .content-inner .item-page table tr th {
	color: #fff;
	background-color: #0091ba;
	font-weight: bold;
}

tr.normal td, table.normal td {
  background: none !important;
  color: #333 !important;
  font-weight: normal !important;
}

.mceContentBody ul, .content-inner ul {
	list-style: disc;
	margin: 15px 0 20px;
}

.mceContentBody ol, .content-inner ol {
	list-style: decimal;
}

.mceContentBody li, .content-inner li {
	list-style-position: inside;
	line-height: 1.5;
}

.mceContentBody p, .content-inner p {
	line-height: 180%;
}


#mod-right {
	font-size: 1.6em;
	line-height: 1.375em;
}

/* Avoid cases of above being applied multiple times */
p a, p span, span a, a span, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-size: 1em;
}

p {
	padding-bottom: 10px;
}

/* End General Formatting */

/* Links */
a, a:visited, a:active {
  color: #9dc41b;
  text-decoration: none;
}
a:hover { text-decoration: underline; }

a.button, .button, a.btn {
	padding: 10px 45px 10px 15px;
	background-color: #67c2ec;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	border: none;
	box-shadow: inset 0 0 0 #67c2ec;
    position: relative;
	transition: all 0.3s;
    line-height: 1.3;
    font-size: 14px;
    font-family: "Open Sans";
}

a.button:hover, .button:hover, .btn:hover {
	background-color: #44aad9;
	cursor: pointer;
	box-shadow: inset 140px 0 0 #44aad9;
}

.button:before, .btn:before {
	content: "\f18e";
	font-family: FontAwesome;
	font-size: 1.2em;
	color: inherit;
    display: block;
    background: #44aad9;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px 10px;
    vertical-align: middle;

}

/* End Links */

/* Misc */

.tip {
	background-color: #fff;
	padding: 10px;
	border: 1px #eee solid;
}

.tip-title { font-weight: bold; }

.img-fulltext-left {
	line-height: 0;
	margin-bottom: 45px;
}

.pagination {
	padding-top: 10px;
	margin-bottom: 30px;
}

.pagination ul {
	list-style: none;
}

.pagination li {
	display: inline-block;
}

.pagination .pagination-start, .pagination .pagination-end {
	display: none;
}

.pagination span, .pagination a {
	padding: 7px 14px;
	color: #fff;
	margin-right: 10px;
}

.pagination span    { background-color: #55565a; }
.pagination a       { background-color: #67c2ec; }
.pagination a:hover { background-color: #9ec51e; }

.toolip {
	display: none !important;
}

.searchintro {
	clear: both;
}

#jcemediabox-popup-body .alert-error.fabrikError.fabrikHide {
	display: none;
}

.fabrikWindow #left, .fabrikWindow #prefooter, .fabrikWindow #footer, .fabrikWindow #pre-content {
	display: none;
}

.fabrikWindow .content-area {
	margin-top: 0;
	background-image: none;
}
/*
.draggable.modal-header:after {
	content: "x";
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 2px 2px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 50%;
	border: 1px #999 solid;
	background-color: #eee;
	height: 30px;
	width: 30px;
	box-sizing: border-box;
	line-height: 1;
	text-align: center;
}
*/

.closeFabWin {
	z-index: 1;
}

.closeFabWin i:before {
	content: "\f00d";
	font: normal normal normal 14px/1 FontAwesome;
	z-index: 999999;
}

.fabrikWindow h3, .fabrikWindow .bottomBar.modal-footer {
	display: none;
}

blockquote {
    margin: 50px 100px;
    background: url(../images/quote_image.png) no-repeat left center #fff;
    color: #67c2ec;
    padding: 30px 0 30px 130px;
    text-align: left;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
}

blockquote em {
  display: inline-block;
	margin-bottom: 20px;
}

.mceContentBody table, .content-inner table {
  margin: 10px 0 20px;
}

button:focus {
  outline: none;
}

#header .logo.downer {
  margin-top: 20px;
  margin-left: 20px;
  float: left;
}

#header .logo.downer img {
  width: 205px;
}

.show-xs {
  display: none !important;
}

@media screen and (max-width: 1100px) {

#header .logo.downer {
  margin-top: 28px;
  margin-left: 5px;
}

#header .logo.downer img {
  width: 175px;
}

}

@media screen and (max-width: 1000px) {

#header .logo.downer {
  margin-top: 30px;
  margin-left: 0px;
}

#header .logo.downer img {
  width: 155px;
}

}

@media screen and (max-width: 890px) {

#header .logo.downer {
  float: none;
  margin: auto auto 10px;
  display: block;
  width: 219px;
}

#header .logo.downer img {
  width: 100%;
}

.show-xs {
  display: block !important;
}

}

/* End Misc */

/* Header */

#header_container {
	position: fixed;
	top: 0;
	background-color: #fff;
	z-index: 99999;
}

.home #header_container {
	background: #fff;
}
#branding_wrapper {
    overflow: hidden;
    margin: 0 0 20px 0;
}


@media screen and (max-width: 890px) {
#header_container {
	position: relative;
	height: auto !important;
	background: #fff !important;
	filter: none;
}
}

#header {
	color: #fff;
}

.site-logo {
	float: left;
	margin-top: 20px;
	margin-bottom: 0;
}

.home .site-logo {
	margin-bottom: 0;
}

@media screen and (max-width: 890px) {
.site-logo {
	display: block;
	width: 100%;
	text-align: center;
}
.site-logo img {
	margin: 0 auto;
}
.home .site-logo {
	margin-bottom: 20px;
}
}

#mod-branding {
	float: right;
	margin-top: 20px;
	font-size: 15px;
}

@media screen and (max-width: 890px) {
#mod-branding {
	width: 100%;
}
#branding {
	padding-left: 0;
	padding-right: 0;
}
}

#mod-branding a {
	color: #000;
	padding: 3px;
}

.home #mod-branding a {
	color: #000;
}

@media screen and (max-width: 890px) {
#mod-branding a {
	padding: 2px;
}
#mod-branding a:last-child {
	padding-left: 3px;
}
#mod-branding .branding p {
	color: #fff;
	font-size: 0;
	padding-bottom: 0;
}
#mod-branding .branding a em, #mod-branding .branding a i {
	color: #000;
	font-size: 20px;
	opacity: 1;
	padding: 2px;
}
}

/* End Header */

/* Pre Slide */

.pre-slide {
	width: 25%;
	float: left;
    overflow: hidden;
	box-sizing: border-box;
}

.pre-slide:first-child {
	padding-left: 0;
	padding-right: 8px;
}

.pre-slide:first-child + .pre-slide {
	padding-left: 2px;
	padding-right: 5px;
}

.pre-slide:first-child + .pre-slide + .pre-slide {
	padding-left: 5px;
	padding-right: 2px;
}

.pre-slide:first-child + .pre-slide + .pre-slide + .pre-slide {
	padding-left: 8px;
	padding-right: 0;
}

.pre-slide:hover img:before {
	content: "";
}

.pre-slide h3 {
	display: table;
	position: relative;
	width: 100%;
	z-index: 2;
    margin-bottom: -175px;


	transition: background 0.4s ease-in;
}

.pre-slide:hover h3 {
	background: none !important;
}

/* .pre-slide.yellow h3  { background-color: #f5a81c; } */
.pre-slide.yellow h3,
.pre-slide.yellow p a {
    background: #9ec51e;
    display: block;
}
/* .pre-slide.red h3     { background-color: #a93439; } */
.pre-slide.red h3,
.pre-slide.red p a {
    background: #000000;
    display: block;
}
.pre-slide.blue h3,
.pre-slide.blue p a {
    background: #67c0e9;
    display: block;
}
.pre-slide.green h3,
.pre-slide.green  p a{
    background: #949493;
    display: block;
}

.pre-slide h3 a {
	/* display: block; */
	position: relative;
	color: #fff;
	padding-bottom: 18px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	vertical-align: bottom;
	display: table-cell;
        /* padding-top: 90px; */
	font-size: 35px;
	font-weight: 700;
	line-height: 1;
	z-index:10;
	height: 175px;

}

.pre-slide:hover h3 a {
	text-decoration: none;

        /* padding-top: 50px; */
}


.pre-slide img {
	width: 100%;
	height: auto;
    transition: all 0.4s;
	-webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
					filter: grayscale(0%); /* None yet */
}

.pre-slide:hover img {
    opacity: 0.25;
	-webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
					filter: grayscale(100%); /* None yet */
}

.pre-slide p {

	position: relative;
	padding-bottom: 0;
	line-height: 0;
}


@media screen and (max-width: 1200px) {
  .pre-slide h3 a {
	height: 155px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 10px;
	font-size: 34px;
  }
  .pre-slide:hover h3 a {

  }
  .pre-slide h3 a:after {
       top: 155px
  }
  .pre-slide:hover h3 a:after {
       top: 115px; transition: all 0.4s;
  }
}
@media screen and (max-width: 890px) {
.pre-slide {
	width: 50%;
       overflow: hidden;
}
.pre-slide:first-child, .pre-slide:first-child + .pre-slide + .pre-slide {
	padding-left: 0px;
	padding-right: 4px;
	padding-bottom: 8px;

}
.pre-slide:first-child + .pre-slide, .pre-slide:first-child + .pre-slide + .pre-slide + .pre-slide {
	padding-left: 4px;
	padding-right: 0;
	padding-bottom: 8px;
}
  .pre-slide h3 a {
	height: 145px;
	font-size: 30px;
  }


}
@media screen and (max-width: 475px) {
.pre-slide {
	width: 100%;
}
.pre-slide:first-child, .pre-slide:first-child + .pre-slide + .pre-slide,
.pre-slide:first-child + .pre-slide, .pre-slide:first-child + .pre-slide + .pre-slide + .pre-slide {
	padding-left: 0;
	padding-right: 0;
}
  .pre-slide h3 a {
	height: 110px;
	font-size: 26px;
  }


}

/* End Pre Slide */

/* Home Blurb 1 */

.home-blurb {
	position: relative;
	overflow: hidden;

	clear: both;
	padding: 80px 0;
	text-align: center;
}
@media screen and (max-width: 595px) {
.home-blurb {
	padding: 30px 10px;
}
}
@media screen and (max-width: 475px) {
.home-blurb {
	display: none;
}
}
.home-blurb h1 {
    margin: 0 0 60px 0;
}
.home-blurb p {
	max-width: 1100px;
	margin: 0 auto 20px auto;
	line-height: 1.6;
	font-size: 20px;
}
.home-blurb p a {
    font-size: 20px;
    font-weight: 700;
    padding-right: 63px;
}
.home-blurb .button:before {
    font-weight: normal;
    padding: 7px 14px;
}
@media screen and (max-width: 890px) {
.home-blurb h1 {
	margin-bottom: 12px;
	font-size: 50px;
	line-height: 1.1;
    color: #000;
}
.home-blurb h2 {
	margin-bottom: 10px;
	font-size: 25px;
	line-height: 1.1;
}
.home-blurb p {
	font-size: 18px;
	line-height: 1.4;
}
}
@media screen and (max-width: 595px) {
.home-blurb p {
	font-size: 17px;
	line-height: 1.3;
}
}

.home-blurb img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -960px;
	z-index: -1;
}

/* Home Blurb 1 */

/* Home Blurb 2 */

#mod-postcontent .home-blurb p {
	color: #fff;
	padding-bottom: 20px;
}

#mod-postcontent .home-blurb p:first-child:after {
	color: #fff;
	content: close-quote;
	font-size: 50px;
	line-height: 0.1em;
	margin-left: 8px;
	vertical-align: -0.25em;
}

#mod-postcontent .home-blurb p:first-child:before {
	color: #fff;
	content: open-quote;
	font-size: 50px;
	line-height: 0.1em;
	margin-right: 8px;
	vertical-align: -0.25em;
}

#mod-postcontent .home-blurb p + p {
	padding: 20px 20px;
	text-align: center;
	line-height: 1.9;
	max-width: 940px;
	margin: 0 auto;

	font-size: 20px;
	color: #9ec51e;
}

#mod-postcontent .home-blurb p + p ~ p {
	padding: 0 0 20px;
	line-height: 0;
}

#mod-postcontent .home-blurb .quote-bubble {
	position: absolute;
	top: 0;
	left: 9%;
	margin: 0;
}

@media screen and (max-width: 1700px) {
#mod-postcontent .home-blurb .quote-bubble {
	left: 3%;
}
}
@media screen and (max-width: 1480px) {
#mod-postcontent .home-blurb .quote-bubble {
	left: 1%;
	top: -20px;
}
}
@media screen and (max-width: 595px) {
#mod-postcontent .home-blurb .quote-bubble {
	display: none;
}
}

/* End Home Blurb 2 */

/* Home News */

.blog, .news-home ul {
	display: table;
	width: 100%;
}
.home .mod-articles-category-date {
position: absolute;
    top: -60px;
    left: 25px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    background: #67c2ec;
    width: 120px;
    height: 120px;
    border-radius: 100px;
    padding: 0;
    display: flex;
    align-items: center;
    color: #fff;
    z-index: 99;
}
.home .mod-articles-category-date em {
    display: block;
    font-style: normal;
    padding: 0 10px;
    width: 100%
}
.news-container {
	cursor: pointer;
}

.blog h2, .news-home h2 {
	font-weight: bold;
        font-size: 24px;
	color: #67c2ec;
}
#ezblog-body .profile-head { display:none !important; }
#ezblog-body .blog-brief img.avatar {
    width: 40px  !important;
}
#eblog-wrapper .fsm {
    font-size: 12px !important;
}
#eblog-wrapper .fsm a {}
.at-icon-wrapper {
    margin-right: 5px !Important;
}
#eblog-dialog .mts, #eblog-wrapper .mts {
    margin-top: 9px !important;
}
#ezblog-body .blog-content img {
	max-width: 310px !important;
}


@media screen and (max-width: 1200px) {
.blog h2, .news-home h2 {
	/* padding-bottom: 15px; */
	font-size: 24px;
}
}

.home .blog .items-row, .news-home li {
	display: table-cell;
	width: 33.333333%;
	float: left;
	cursor: pointer;
}

.item-image.pull-left {
	float: none;
}

.home .item-image {
	position: relative;
	height: 400px;
	overflow: hidden;
	transition: height 0.4s;
}

  .news-home .content-container.middle h2{
        color: #9ec51e;
    }
.news-home .content-container.middle .mod-articles-category-date {
    background: #9ec51e;
}
.content-container.middle a.button,
.content-container.middle a.btn{
    background: #9ec51e;
    box-shadow:  inset 0 0 0 #9ec51e;
}
.content-container.middle a.btn:hover{
    box-shadow: inset 140px 0 0 #92b814;
}
.content-container.middle a.btn:before {
    background: #92b814;
}

@media screen and (min-width: 891px) {

.home .item-image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.4);
	opacity: 0;
	transition: opacity 0.4s;
}

.home .items-row:hover .item-image:before {
	opacity: 1;
}



.home .items-row .item-image img {
	-webkit-transform: scale(1) translate(-50%, -50%);
			-ms-transform: scale(1) translate(-50%, -50%);
					transform: scale(1) translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;

	-webkit-transition: all 0.3s;
					transition: all 0.3s;
}

.home .items-row:hover .item-image img {
	-webkit-transform: scale(1.1) translate(-50%, -50%);
			-ms-transform: scale(1.1) translate(-50%, -50%);
					transform: scale(1.1) translate(-50%, -50%);
}

.content-container {
	display: block;
	position: relative;
	height: 400px;
	padding: 100px 25px 0;
	box-sizing: border-box;
}


.content-container.first {
	background-color: #fdfdfd;
	transition: height 0.4s;
}

.content-container.middle {
	background-color: #231f20;
	color: #fff;

}

}

@media screen and (max-width: 890px) {

.content-container {
	display: block;
	position: relative;
	padding: 30px 20px;
}

.content-container.second {
	background-color: #231f20;
	color: #fff;
}


.content-container.first:before {
	content: "";
	border: 24px transparent solid;
	border-right: 40px #fdfdfd solid;
	position: absolute;
	bottom: 50%;
	left: -60px;
	z-index: 2;
}



.blog, .news-home ul {
  display:block;
}
.home .item-image img {
	width: auto;
	height: 100%;
}
    .home .mod-articles-category-date {
        top: 30px;
        left: -150px;
    }
.home .blog .items-row, .news-home li {
	cursor: auto;
        width: 100% !important;
}
.home .blog .items-row .item-image, .news-home li .item-image,
.home .blog .items-row .content-container, .news-home li .content-container {
  width: 50%;
  display: inline-block; float:left;
}
.home .blog .items-row .content-container, .news-home li .content-container {
  width: 45%; height:340px;
  padding-left: 2.5%; padding-right: 2.5%;
}

/* Flexslider */
.flex-control-nav {
	display: block;
	text-align: center;
}

.flex-control-nav li {
	display: inline-block;
	width: auto;
	float: none;
}

.flex-control-nav a:before {
	content: "\f111";
	font: normal normal normal 14px/2.5 FontAwesome;
	color: #d8d6d6;
}

.flex-control-nav a.flex-active:before {
	color: #67c2ec;
}

.flex-control-nav a {
	display: inline-block;
	font-size: 0;
	color: #fff;
	width: 35px;
	height: 35px;
	cursor: pointer;
}

/* End Flexslider */
}
@media screen and (max-width: 475px) {
.content-container {
	display: block;
	position: relative;
	padding: 30px 20px;
}
.content-container.second {
	background-color: #231f20;
	color: #fff;
}
.home .item-image {
	height: auto;
}

.content-container {
	padding: 15px 14px 5px;
}
.content-container.first { margin-bottom: 30px; }
.content-container.first:before {
	content: "";
	border: 24px transparent solid;
	border-bottom: 40px #fdfdfd solid;
	position: absolute;
	bottom: 100%;
	left: 40px;
	z-index: 2;
}
.content-container.second { padding-bottom:15px; }
.content-container.second + .item-image { margin-bottom:30px; z-index:1; }

.home .blog .items-row, .news-home li {
	cursor: auto;
        width: 100% !important;
}


.flex-control-nav li {
  width: auto !important;
}

.home .blog .items-row .item-image, .news-home li .item-image,
.home .blog .items-row .content-container, .news-home li .content-container {
  width: 100%;
  display: block; float:left;
}
.home .blog .items-row .item-image, .news-home li .item-image {
  max-height: 250px; overflow:hidden;
}
.home .blog .items-row .content-container, .news-home li .content-container {
  width: auto; height:auto;
  padding-left: 2.5%; padding-right: 2.5%;
  margin-bottom: 1px;
}


.blog p, .news-home p {
	font-size: 15px;
}

.blog h2, .news-home h2 {
	padding-bottom: 20px;
	font-size: 18px;
}

}

.content-container.second h2 {
	color: #fff;
}

.blog p, .news-home p {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 12px;
}

@media screen and (max-width: 1300px) {
.blog p, .news-home p {
	font-size: 15px;
	line-height: 1.4;
	margin-top: 8px;
}
}
@media screen and (max-width: 1000px) and (min-width: 891px) {
.blog p, .news-home p {
	line-height: 1.2;
	margin-top: 5px;
}
}

.blog img {
	/*width: 100%;
	height: auto;*/
}

.blog a.btn {
	font-size: 16px;
	line-height: 1;
}

.createdby {
	float: left;
	padding-right: 5px;
	margin-bottom: 25px;
}

.mod-articles-category-writtenby {
	font-weight: bold;
}

.createdby, .published, .mod-articles-category-date, .mod-articles-category-writtenby {
	font-size: 12px;
}

/* End Home News */

/* Easy Blog News */

#ezblog-head{
    display: none !important;
}

.blog-readmore .btn span {
	font-size: 14px;
}

.blog-readmore {
	display: inline-block;
	margin-top: 10px;
}

  #ezblog-body .blog-image-container {
    text-align: center; width:100%; border-bottom: 1px solid #ddd; padding-bottom: 1em; margin-bottom: 1em;
  }
  #ezblog-body .blog-image-container a {
    display: block; max-height: 25em; overflow: hidden;
  }
  #eblog-wrapper a.easyblog-thumb-preview img, #eblog-wrapper a.gallery-thumb-item img {
    border: 0 !important; padding:0 !important;
  }

.facebook-likes, .facebook-likes * {
	max-width: 100%;
}

@media screen and (max-width: 570px) {
  #socialbutton.alignright + div.blog-text {
	margin-right: 0;
  }

#socialbutton.alignright div.social-button {
	clear: none;
	float: left;
}

div#socialbutton.alignright {
	float: left !important;
	margin-bottom: 15px;
	margin-left: 0;
}

#ezblog-body .blog-section h3.section-title {
	padding-top: 0;
}
#ezblog-body .blog-image-container {
  text-align: left;
  float: left;
  max-height: 20em;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1em;
}

#ezblog-body div.form-row.half {
	width: 100%;
}

#eblog-wrapper div.prm {
	margin-right: 0;
}

#ezblog-head div.component-links a {
	margin: 0 15px 0 0;
}

} /* End media query */

/* End Easy Blog News */

/* Inernal News */

.row-separator {
	display: block;
	margin-bottom: 20px;
}

/* Inernal News */

/* Breadcrumbs */

.breadcrumb {
  padding-top: 30px;
}

.breadcrumb li:first-child a {
	font-weight: bold;
}

.breadcrumb li {
	float: left;
}

.breadcrumb a {
	color: #000;
}

.breadcrumb .divider {
	padding: 0 4px;
}

#if-content {
	margin-top: 28px;
}

.home #if-content {
	margin-top: 0;
}

/* End Breadcrumbs */


/*Inner Page*/
.inner_banner {
    width: 100%;
    height: 350px;
    background-image: url(../images/about-us.jpg);
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position:  center center !Important;
    width:100%;
    margin-top: 222px;
    display: flex;
    align-items: center;
    position: relative;
}
.inner_banner .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 1;
    top: 0;
}
.inner_banner .container_12 {
    width: 100%;
    position: relative;
    z-index: 99;
}
.inner_banner h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 800;
    margin: 30px 0 0 0;
}
.inner_banner p {
    font-size: 18px;
    color: #fff;
    line-height: 180%;
    margin: 20px 0 0 0;
}
.inner_banner .breadcrumb {
    padding: 0;
    color: #fff;
}
.inner_banner .breadcrumb a {
    color: #fff;
}


.project_search {
    width: 100%;
    background: #231f20;
    float: left;
    padding: 50px 0;
    display: none;
}
.project_search .search_title {
    float: left;
    font-size: 22px;
    color: #9dc41b;
    font-weight: 700;
}
.project_search .moduletable {
    float: left;
}
.project_search .moduletable.projects-search {
    background: #fff;
    margin: 0 20px 0 0;
}
.project_search .project_search_boxes {
    float: right;
}

#K2FilterBox128 .k2filter-table, #K2FilterBox128 .k2filter-row {
    float: left;
    display: block;
}
.project_search div.k2SearchBlock form input.button {
    width: 40px;
    height: 40px;
    text-indent: -999em;
    padding: 0;
    background: url(../images/project_search.png) no-repeat;
    transition: background-color 500ms;
}
.project_search div.k2SearchBlock form input.button:hover,
.project_search div.k2SearchBlock form input.button:active,
.project_search div.k2SearchBlock form input.button:focus {
    background-color: #ddd;
    border: none;
    box-shadow: none;
}

.project_search #K2FilterBox128 select {
    padding: 10px 13px;
    border: none;
    background-color: #fff;
    color: #55565a;
    font-size: 13px;
}


.project_search #K2FilterBox128 input.button {
    width: 40px;
    height: 40px;
    text-indent: -999em;
    padding: 0;
    background: url(../images/project_search.png) no-repeat #68c3ec;
    transition: background-color 500ms;
}
.project_search #K2FilterBox128 input.button :hover,
.project_search #K2FilterBox128 input.button:active,
.project_search #K2FilterBox128 input.button:focus {
    background-color: #44aad9;
    border: none;
    box-shadow: none;
}



/* Prefooter */


.a2a_kit {
    display: none;
}

#prefooter {
	padding: 0;
	background: url(../images/contact_dots.png) no-repeat bottom center #9ec51e;
	width: 100%;
    float: left;
	color: #fff;
}

#mod-prefooter {
    padding: 60px 0;
    display: flex;
    align-items: center;
}
#prefooter .moduletable_call {
    width: 50%;
    float: left;
}
#prefooter .moduletable_call p {
    font-size: 24px;
    padding: 0 100px 0 0;
}

#prefooter .moduletable {
}
#prefooter .moduletable h3 {
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 30px 0;
}
#prefooter .moduletable p{
	float:left;
    margin: 0 50px 0 0;

}
#prefooter .moduletable p:last-child {
    margin: 0;
}

#prefooter .moduletable.last-child {
	padding-right: 0;
}

@media screen and (max-width: 1200px) {

    #mod-prefooter {
        display: block;
    }
    #prefooter .moduletable_call p {
        padding: 0;
    }
    #prefooter .moduletable,
    #prefooter .moduletable_call {
    width: 100% !important;
    }
    #prefooter .moduletable_call {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 650px) {
#prefooter .moduletable {
	padding-right: 8px;
}
#prefooter .moduletable p {
	font-size: 18px;

}
#prefooter .moduletable ~ .moduletable {
	display: none;
}
#prefooter .moduletable br {
	display: none;
}
}

/* End Prefooter */

/* Footer */


.footer_menu,
.footer_mid,
.post_footer {
    width: 100%;
    overflow: hidden;
}
.footer_menu {
    padding: 50px 0;
}
.footer_mid {
    background: #f5f4f4;
    padding: 20px 0;
}
.footer_mid img {
    float: right;
}

#mod-footer {
	font-weight: bold;
    float: left;
    margin: 40px 0;
}

.footermenu {

}

.footermenu a {
	color: #000;
	display: inline-block;
    font-weight: 700;
}

.footermenu .joomla-nav > li {
    float: left;
    padding: 0;
    max-width: 148px;
    box-sizing: border-box;
    margin: 0 50px 0 0;
    font-size: 13px;
}

.footermenu .joomla-nav > li:last-child {
	padding-right: 0;
    margin: 0;
}

@media screen and (max-width: 1200px) {
.footermenu .joomla-nav > li {
	width: 33.33%;
	max-width: 300px;
    margin: 10px 0;
}

}
@media screen and (max-width: 640px) {
.footermenu .joomla-nav > li {
	width: 50%
}
    .footer_mid img {
        float: left;
        margin: 20px 0 0 0;
    }
}
@media screen and (max-width: 520px) {
    .footer_menu {
        padding: 30px 0;
        margin: 0;
        overflow: hidden;
    }
.footermenu .joomla-nav ul {
	display: none;
}
.footermenu .joomla-nav > li {
	width: 100%;
    margin: 0;
	max-width: none;
	min-height: 0;
	padding: 0;
	border-left: none;
	border-top: 1px solid #ccc ;
}
.footermenu .joomla-nav > li:last-child {
	border-bottom: 1px solid #ccc;
}
.footermenu .joomla-nav > li > a {
	display: block;
	padding: 10px 0;
}
}

.footermenu .joomla-nav > li > a {
	font-size: 14px;
	font-weight: 700;
}

.footermenu .joomla-nav li li a {
	font-size: 12px;
	padding-bottom: 4px;
}

.footer-links {
	float: left;
	color: #000;
}
.footer-links p {
    margin: 0;
}
.footer-links a {
    color: #000;
}
@media screen and (max-width: 520px) {
.footer-links {
	padding-top: 25px;
}
}

.a2a_kit {
	clear: left;
	margin-top: 30px;
}

.a2a_kit h3 {
	float: left;
	font-weight: bold;
	font-size: 15px;
	padding-top: 12px;
}

.a2a_kit a {
	font-size: 30px;
	float: left;
	display: inline-block;
	margin-left: 24px;
	color: #000;
}

.zero-harm {
	float: right;
	clear: both;
}
@media screen and (min-width: 521px) {
.zero-harm {
	margin-top: 46px;
}

.zero-harm p {
  padding-bottom: 0;
}
}
@media screen and (max-width: 520px) {
.zero-harm {
	float: none;
	padding-top: 25px;
}
.zero-harm:after {
	content: "A Downer Company";
	color: #9ec51e;
	font-size: 16px;
}
}

/* End Footer */

/* PostFooter */

#post-footer {
	padding-top: 30px;
	padding-bottom: 30px;

	color: #55565a;
	font-weight: normal;
}

#post-footer a {
	color: #55565a;
	white-space: nowrap;
}

#post-footer img {
	float: right;
}

@media screen and (max-width: 890px) {
#post-footer .right {
	display: block;
	line-height: 1.5;
}
}
@media screen and (max-width: 520px) {
#post-footer img {
	float: left;
	margin-bottom: 25px;
}
#post-footer .left, #post-footer .right {
	line-height: 2;
}
.post-links {
	line-height: 2;
	clear: both;
}
}

/* PostFooter */

/* Branding */

.branding_inner .moduletable {
	float: right;
	margin-right: 4px;
}

.branding_inner .branding {
	float: none;
	text-align: right;
	color: #9b9b9b;
}

@media screen and (min-width: 891px) {

#mod-navigation .item216 a {
  margin: 0;
    padding: 0;
}

.home #mod-navigation .item216 a {
  padding-top: 0;
	padding-right: 0;
  margin-top: 0;
}

}

@media screen and (max-width: 890px) {
.branding_inner .branding {
	float: right;
	padding-right: 4px;
	border-right: 2px #55565a solid;
}
}

/* End Branding */

/* Form */

.fabrikMainError.fabrikError {
  color: #c00;
  margin-bottom: 10px;
}

.fabrikForm .fabrikError .fabrikinput {
  border-color: #c00;
}

form.fabrikForm label {
    font-size: 16px;
    color: #67c2ec;
    font-weight: 700;
}
.fabrikinput {
	width: 90%;
	max-width: 500px;
	margin-top: 2px;
	margin-bottom: 30px;
    box-shadow: none;
	padding: 20px 10px;
/* 	background-color: #020000;
	background-color: rgba(0,0,0,0.5); */
	background-color: #fff;

	font-size: 14px;
	color: #333;
	border: 1px #ccc solid;
}

/* End Form */

/* Search */

.search-mod {
	float: right;
	margin-top: 10px;
}

@media screen and (max-width: 890px) {
.search-mod {
	margin-top: 0;
}
}

.search .inputbox {
	border: 1px #898787 solid;
	border-right: none;
	padding: 4px;
	font-size: 14px;
	border-radius: 2px 0 0 2px;
	background-color: #020000;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	height: 18px;
}

.searchbox-btn {
	padding: 5px 7px 6px;
	line-height: 1;
	border-radius: 0 2px 2px 0;
	background-color: #9b9b9b;
	border: 1px #898787 solid;
	border-left: none;
	color: #fff;
	font-size: 14px;
	height: 28px;
	vertical-align: top;
}

.searchbox-btn:before, .k2button:before {
	content: "\f002";
	font-family: FontAwesome;
}

.searchbox-btn:hover, .k2button:hover {
	cursor: pointer;
	background-color: #67c2ec;
	border-color: #67c2ec;
}

#searchForm { margin-bottom: 20px; }

.mob-search {
	float: right;
}

.mob-search .search-icon {
	color: #9ec51e;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	height: 20px;
	padding: 2px;
}

.mob-search .search-drop {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 52px;
	width: 100%;
	text-align: right;
}

.mob-search .search-drop .inputbox {
	border-radius: 0;
	padding: 10px;
	width: 100%;
	background-color: #7b7a7a;
}

.mob-search .search-drop .searchbox-btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 40px;
}

.phrases {
	clear: both;
	margin-top: 10px;
}

#search-searchword {
	padding: 5px;
}

.search-btn {
	padding: 7px 7px 6px;
	line-height: 0.9;
	border-radius: 0 2px 2px 0;
	background-color: #9b9b9b;
	border: 1px #898787 solid;
	border-left: none;
	color: #fff;
	font-size: 14px;
	height: 30px;
}

.search-btn:hover {
	cursor: pointer;
	background-color: #67c2ec;
	border-color: #67c2ec;
}

.result-text {
	margin-bottom: 20px;
}

/* End Search */

/* Translate */

@media screen and (max-width: 890px) {
.search-mod.grid_small_hide + .moduletable {
	float: left;
	margin-right: 0;
}
#mod-precontent {
	margin-bottom: 20px;
}
.home #mod-precontent {
	margin-bottom: 0;
}
}

#trans {
	width: 100% !important;
	margin-top: 10px;
}

.goog-te-gadget .goog-te-combo {
	margin: 0 !important;
	border: 1px #898787 solid;
	border-radius: 2px;
	font-family: 'DIN';
	padding: 3px;
	font-size: 14px;
    font-family: 'Open Sans', Arial, Tahoma, sans-serif !important;
	background-color: #020000;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}

.goog-te-gadget {
	font-size: 0 !important;
	position: relative;
	overflow: hidden;
}

.goog-te-gadget:after {
	content: "\f0d7";
	font-family: FontAwesome;
	padding: 7px 6px 6px 8px;
	line-height: 1;
	border-radius: 0 2px 2px 0;
	background-color: #9b9b9b;
	border: 1px #898787 solid;
	border-left: none;
	color: #fff;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 0;
	pointer-events: none;
}

.goog-te-gadget:hover:after {
	background-color: #67c2ec;
}

.goog-logo-link {
	display: none;
}

@media screen and (max-width: 890px) {
#trans {
	margin-top: 0;
	margin-left: 10px;
}
.goog-te-gadget .goog-te-combo {
	width: 100%;
}
}

/* End Translate */

/* Login */

.content-inner .login { margin-bottom: 20px; }

#username-lbl, #password-lbl {
	min-width: 109px;
	display: inline-block;
	margin-bottom: 10px;
}

/* End Login */

/* Sliders */

.main-images_wrapper {
	height: 855px;
	position: relative;
}

.main_image_slideshow_wrapper {
	margin-bottom: 10px;
}

.main_large_image {
	position: relative;
	float: left;
}

@media screen and (max-width: 595px) {
.main_large_image {
	height: 265px !important;
}
}

.large_img_holder {
	position: absolute !important;
	overflow: hidden;
	height: 855px;
	top: 0;
	display: block !important;
}

.large_img_holder .large_img {
	position: absolute;
	left: 50%;
	right: 0px;
    opacity: 0.65;
	box-shadow: none !important;
	max-width: 1920px !important;
	width: 1920px !important;
	padding: 0 !important;
	margin-left: -960px !important;
}

@media screen and (max-width: 890px) {
.large_img_holder {
	height: 650px;
}
.large_img_holder .large_img {
	max-width: 1460px !important;
	width: 1460px !important;
	margin-left: -730px !important;
}
}

@media screen and (max-width: 595px) {
.large_img_holder {
	height: 265px;
}
.large_img_holder .large_img {
	max-width: 595px !important;
	width: 595px !important;
	margin-left: -297px !important;
}
}
div.main_image_slideshow_wrapper {
    position: relative;
}
div.main_image_slideshow_wrapper:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url('../images/slider_overlay.png') no-repeat bottom;
    position: absolute;
    z-index: 10;
}
.main_des_container {
	height: 633px !important;
	max-width: 1160px;
	position: absolute !important;
	top: 222px;
	left: 0;
	right: 0;
	z-index: 9998;
	margin: 0 auto;





}

@media screen and (max-width: 890px) {
  .main_des_container {
	top: 0;
        height: 600px !important;
	background-position: top -60px left -100px;
	margin-top: 0 !important;
  }
  .main_images_wrapper {
	position: relative;
  }
}

.main_des_container .des_div {
	width: 50%;
    float: right;
	padding:0;
	color: #fff;
	margin: 200px 0 0 0;
}
/*

.main_des_container .des_div:first-child {
  color: #a41d2f;
  font-size: 31px;
}

.main_des_container .des_div:first-child p:first-child {
  font-size: 31px;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 890px) {
.main_des_container .des_div:first-child p:first-child {
  display: block !important;
  font-size: 17px !important;
  margin-top: -10px !important;
}
}*/

.main_des_container .des_div .logo.downer {
  position: absolute; bottom: 9px; right: 1em;
}
.main_des_container .des_div .logo.downer img { width: auto; max-width: 110%; display: block; }

@media screen and (max-width: 595px) {
.main_des_container {
	height: 300px !important;
	background-size: 272px;
	background-position: top -10px left -20px;
	/* max-width: 230px; */
	margin-left: 0;
}
  .main_des_container h2, .main_des_container p { max-width: 230px; }

  .main_des_container .des_div .logo.downer { display: none !important; }
}




@media screen and (max-width: 890px) {
.main_des_container .des_div {
	width: auto;
	max-width: 350px;
	margin-left: 50px;
	padding: 30px 20px 0;
}
}
div.main_large_image {
    background: #000;
}
.main_des_container .des_div h2 {

	font-size: 57px;
	line-height: 1;
	font-weight: bold;
    text-align: right;
}

.main_des_container .des_div h3 {
	font-size: 32px;
	font-style: italic;
}

@media screen and (max-width: 595px) {
.main_des_container .des_div {
	margin-left: 0px;
	padding: 0;
    margin: 20px;

    }
.main_des_container .des_div h2 {
	font-size: 30px !important;
}
.main_des_container .des_div h3 {
	font-size: 27px;
	font-style: italic;
}
}

.main_des_container .des_div p {
	padding-top: 5px;
	font-size: 17px;
	font-weight: 300;
}

@media screen and (max-width: 890px) {
.main_des_container .des_div h2 {
	font-size: 47px;
}
}

.main_des_container .button {
	font-size: 16px;
    float: right;
    margin: 20px 0 0 0;
}

.main_thumbs_arrow_wrapper {
	float: none !important;
	position: absolute;
	top: auto;
	z-index: 9998;
	max-width: 1160px;
	margin: 0 auto;
	left: 0;
	right: 0;
    bottom: 20px;
}
div.main_images_wrapper {
    position: relative;
}
.main_thumb_container {
	max-width: 1160px;
	margin: 0
	height: auto !important;
}

table.main_thumb_table {
	margin: 0 auto !important;
	width: auto !important;
}

table.main_thumb_table td {
	padding-right: 8px;
}

td.inactive_thumb a.imglink, td.active_thumb a.imglink {
	font-size: 16px;
	text-decoration: none;
}

td.active_thumb a.imglink   { color: #9ec51e; }
td.inactive_thumb a.imglink { color: #ffffff; }

@media screen and (max-width: 890px) {
.main_thumbs_arrow_wrapper {
	top: auto;
	bottom: 30px;
	text-align: center;
}
.main_thumb_container {
	margin: 0 auto;
	display: inline-block;
}
}
@media screen and (max-width: 595px) {
.main_thumbs_arrow_wrapper {
	bottom: 10px;
}
.main_thumb_container {
	margin-left: 0;
}
table.main_thumb_table {
	float: none !important;
}
td.inactive_thumb a.imglink, td.active_thumb a.imglink {
	font-size: 16px;
	text-decoration: none;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 1.7;
}
}

/* Sliders */

/* Inner Content */

.content-area {
	/*background-image: url('../images/inner-blurb.png');
	background-image: url('../images/inner-blurb.webp');*/
	width: 100%;
  float: left;
	/*margin-top: 50px;*/
}

.img-fulltext-left img {
	max-width: 100%;
}

@media screen and (max-width: 890px) {
.content-area img {
	max-width: 100%;
}
}

/* End Inner Content */

/* Left Menu */

#left-inner {
	padding-right: 30px;
}

@media screen and (max-width: 890px) {
.inner_banner,
.content-area {
	margin-top: 0;
}

#left-inner {
	padding-right: 0;
}
}

#left .moduletable {
	margin-bottom: 20px;
}

#left .nav > li > a {
	display: none;
}


#left .nav > li > ul {
	margin: 0;
    padding: 0;
}
#left .nav > li > ul li {
    margin-bottom: 10px;
}


#left .nav > li li a {
	display: block;
	font-size: 17px;
	color: #fff;
}

#left .nav > li > ul > li > a {
	position: relative;
    border: none;
    background: #9ec51e;
	color: #fff;
	font-weight: 700;
	padding: 20px 70px 20px 15px;
    position: relative;
    transition: background 0.4s;
}
#left .nav > li > ul > li > a:before {
    content: "\f18e";
    font-family: FontAwesome;
    font-size: 20px;
    color: inherit;
    /* display: block; */
    background: #86ab0b;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: normal;
    padding: 0 20px;
    height: 100%;
    vertical-align: middle;
    display: flex;
    align-items: center;
    transition: background 0.4s;

}
#left .nav > li > ul > li > a:hover {
    background: #86ab0b;
    text-decoration: none;
}
#left .nav > li > ul > li > a:hover:before {
    background: #76960c;
}


#left .nav > li > ul > li.parent > a:after {
	content: "\f107";
	font: normal normal normal 20px/1 FontAwesome;
	position: absolute;
	right: 0;
	top: 23px;
}

#left .nav > li > ul > li:first-child > a {
	border-top: 0;
}

#left .nav > li .current > a {
	/*color: #a93439;*/
	color: #fff;
}

.red-link #left .nav > li .active > a, .green-link #left .nav > li .active > a, .blue-link #left .nav > li .active > a {
	color: #fff;
	font-weight: bold;
}

#left .nav > li li ul {
	display: none;
}

#left .nav > li .active ul, #left .nav > li .active ul {
	display: block;
}

#left .nav li li a {
	padding: 15px 0;
	border-top: 1px #fff dashed;
}

#left .nav li li li:last-child {
	border-bottom: 1px #fff dashed;
}

#left .nav li li li a {
	font-size: 15px;
	padding-left: 15px;
}
/* End Left Menu */



/* Mobile Menu */

@media screen and (max-width: 890px) {
    blockquote {
        margin: 50px 0;
        padding: 0 0 0 120px;
    }

a.menu_opener {
	background-color: #55565a;
	color: #fff;
	display: block;
	padding: 14px 15px;
	font-size: 18px;
	font-weight: bold;
}

a.menu_opener:hover {
	text-decoration: none;
	background-color: #67c2ec;
}

.menu_opener em, .menu_opener i {
	padding-right: 5px;
}

.main-menu .main-menu {
	display: none;
}

.accordeonck {
	background-color: #55565a;
}

.accordeonck a {
	font-size: 15px;
	padding: 12px 10px;
	display: block;
	color: #fff;
}

.accordeonck a:hover {
	text-decoration: none;
}

.accordeonck li:hover {
	background-color: #67c2ec;
}

.toggler {
	padding: 12px 10px 11px 25px;
}

.toggler:hover {
	cursor: pointer;
}

.accordeonck li li a {
	padding-left: 25px;
}

.accordeonck li li li a {
	padding-left: 40px;
}
#left .nav.projects { display:none; }

}

/* End Mobile Menu */

/* RSS Feed */

.rss {
	font-size: 15px;
}

.rss em, .rss i {
	font-size: 22px;
}

.rss a {
	color: #9ec51e;
}

/* RSS Feed */

/* Projects CSS */

.map-section .map-holder {
  position: relative;
}

.map-section img.proj-map-bg {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

.map-section .map-icon-holder {
  position: absolute;
  width: 0px;
  height: 0px;
  overflow: visible;
}

.map-section .map-icon-holder .proj-map-pin {
  position: absolute;
  bottom: 0px;
  left: -13px;
}

.map-holder a.pin-link {
  display: inline-block;
}

.map-holder .pin-hover-popup {
  display: none;
  background-color: #9b9b9b;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 15px 5px;
  border: solid 2px #fff;
  border-radius: 5px;
  width: 150px;
  position: absolute;
  bottom: 55px;
  left: -80px;
  z-index: 200;
}

/*.map-holder a.pin-link.green-pin .pin-hover-popup {
  color: #c0d32f;
}

.map-holder a.pin-link.red-pin .pin-hover-popup {
  color: #a93439;
}

.map-holder a.pin-link.blue-pin .pin-hover-popup {
  color: #0091ba;
}*/

.map-holder a.pin-link:hover .pin-hover-popup {
  display: inline-block;
}

#K2FilterBox128 .k2filter-table,
#K2FilterBox128 .k2filter-row {
  display: inline-block;
}

#K2FilterBox128 input.button {
  margin-top: 0;
  padding: 6px 10px;
  vertical-align: top;
  font-size: 14px;
}

#K2FilterBox128 select {
  padding: 6px 13px;
  border: none;
  background-color: #f5f5f5;
  color: #55565a;
  font-size: 14px;
}

.services-list .service-item {
  display: inline-block;
  padding: 5px 8px;
  color: #fff;
  background-color: #9dc41b;
  margin-right: 10px;
  margin-bottom: 8px;
  white-space: nowrap;
}

.header_image {
  margin-bottom: 25px;
}

.project-info {
  margin-bottom: 15px;
  color: #222;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  display: none;
}

.project-info .info-line {
  padding: 12px 0;
  border-top: 1px solid #ccc;
}

.project-info .info-line.last-line {
  border-bottom: 1px solid #ccc;
}

.itemFullText table {
  width: 100%;
}

.itemFullText table tr {
  background-color: #d8d8d8;
}

.itemFullText table tr:nth-child(odd) {
  background-color: #eaeaea;
}

.itemFullText table td {
  padding: 8px;
}

.project-info .title,
.project-info .value,
.project-info .info-part {
  display: inline-block;
  width: 50%;
  padding: 0;
  margin: 0;
}

.project-info .title {
  font-weight: bold;
}

.gallery-flexslider ul.sigProClassic li.sigProThumb {
  margin: 0;
}

.gallery-flexslider ul.sigProClassic li.sigProThumb span.sigProLinkWrapper {
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
}

#k2Container .genericItemImageBlock,
#k2Container .catItemImageBlock {
  float: left;
  width: 30%;
  margin: 0;
  padding: 0 20px 20px 0;
}

#k2Container .catItemContent {
  float: left;
  width: 60%;
}

#k2Container span.genericItemImage img,
#k2Container span.catItemImage img {
  max-width: 310px;
  border: none;
  padding: 0;
}

#k2Container div.itemContainer,
#k2Container div.genericItemView {
  border-bottom:  1px solid #cccccc;
  width: 100%;
  overflow: hidden;
  padding-bottom: 2em;
  margin-bottom: 2em;
}

#k2Container div.itemContainer div.catItemView {
    padding: 30px 0 0 0;
    margin: 0;
}

.genericItemHeader .genericItemDateCreated {
  display: none;
}

.header_image img {
  width: 100%;
}

#k2Container div.itemIntroText {
  font-weight: normal;
  font-size: 16px;
}

.gallery-flexslider {
  position: relative;
}

.gallery-flexslider span.sigProLinkOuterWrapper,
.gallery-flexslider span.sigProLinkWrapper,
.gallery-flexslider li.sigProThumb a.sigProLink {
  float: none !important;
}

.gallery-flexslider .flex-direction-nav li {
  list-style: none;
}

.gallery-flexslider .flex-direction-nav li a {
  position: absolute;
  top: 35%;
  text-indent: -9999px;
  z-index: 500;
  width: 31px;
  height: 57px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.gallery-flexslider .flex-direction-nav li a.flex-prev {
  left: -10px;
  background-image: url(../images/l-arrow-proj.png);
}

.gallery-flexslider .flex-direction-nav li a.flex-next {
  right: -10px;
  background-image: url(../images/r-arrow-proj.png);
}

.gallery-flexslider .flex-control-nav {
  text-align: center;
}

.gallery-flexslider .flex-control-nav li {
  list-style: none;
  display: inline-block;
}

.gallery-flexslider .flex-control-nav a {
  width: 15px;
  height: 15px;
  border-radius: 100px;
  background-color: #d4d5d6;
  display: inline-block;
  text-indent: -9999px;
  margin-right: 8px;
}

.gallery-flexslider .flex-control-nav a:hover {
  text-decoration: none;
  background-color: #67c2ec;
}

.gallery-flexslider .flex-control-nav a.flex-active {
  background-color: #67c2ec;
}

.itemListCategoriesBlock {
  display: none;
}
.itemContainer div.catItemHeader h3.catItemTitle {
    margin: 0 0 10px 0;
    padding: 0;
}
div.catItemHeader h3.catItemTitle a, h2.genericItemTitle a {
    font-size: 28px;
  color: #68c3ec;
}

div.catItemHeader h3.catItemTitle a:hover {
  color: #0091ba;
}

.mineral-type {
  color: #000;
  display: none;
}

.gallery-flexslider ul.sigProClassic {
	margin: 8px 45px !important;
}

.sigProClassic .sigProThumb .sigProLink .sigProPseudoCaption {
  display: none;
}

.sigProContainer {
  border-top: 2px #ccc solid;
}
.sigProCaption {
  position: static !important;
  color: #000;
  background-color: #f1f1f1;
  padding: 0 18px 6px 18px !important;
  text-align: left !important;
  border-bottom: 2px #ccc solid;
  font-size: 15px !important;
}

.sigProClassic .sigProThumb .sigProLinkOuterWrapper {
  background: none !important;
}

.genericItemList {
  clear: both;
}

#k2Container .componentheading, #k2Container p.resultf {
  float: left;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 25px;
  line-height: 180%;
}
#k2Container p.resultf {
  margin-top: 20px;
}

#k2Container.genericView .genericItemExtraFields {
  display: none;
}

.k2FeedIcon {
  float: right;
  display: none;
}



.K2FilterBlock {

}

.k2filter-cell {
  padding: 0 20px 0 0 !important;
}

.k2SearchBlock {

}

.k2SearchBlock form .inputbox {
  padding: 8px 13px;
  border: none;
  background-color: #fff;
  color: #55565a;
  font-size: 14px;
}

.k2button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 38px;
  border: none;
  background-color: #9b9b9b;
  color: #fff;

}

div.k2SearchBlock div.k2LiveSearchResults {
  display: none;
  background: #fff;
  position: absolute;
  z-index: 99;
  border: 1px solid #ccc;
  margin-top: -1px;
  right: 0;
  width: 174px;
  font-size: 16px;
}

@media screen and (max-width: 1120px) {

.K2FilterBlock {
  clear: both;
  float: left;
  margin-top: 5px;
}



}
@media screen and (max-width: 1200px) {
    #k2Container .catItemContent {
        float: right;
    }
}

@media screen and (max-width: 900px) {
    .inner_banner p {
        display: none;
    }
    .inner_banner {
        height: 300px;
    }
    .inner_banner h1 {
        font-size: 40px;
    }
    #k2Container .catItemContent,
    #k2Container .genericItemImageBlock, #k2Container .catItemImageBlock {
      width: 100%;
    }
}

@media screen and (max-width: 400px) {

.k2SearchBlock {
  width: 100%;
}

.k2SearchBlock form .inputbox {
  clear: both;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.k2button {
  top: auto;
  height: 33px;
  bottom: 0;
}

.K2FilterBlock {
  width: 100%;
  display: block;
}

#K2FilterBox128 .k2filter-table, #K2FilterBox128 .k2filter-row {
  display: block;
}

.k2filter-cell {
	display: block !important;
	width: 100%;
	margin-bottom: 5px;
}

#K2FilterBox128 select {
	width: 100%;
}

}



.suppliers { border: 1px solid #ccc; }
blockquote.suppliers {
  display: inline-block;vertical-align: top;
  padding: 10px;
  background-color: white;
}
blockquote.suppliers img {
  width: auto; max-width: 100%; display: block; height: auto;
}
@media all and (min-width:1200px) {
  blockquote.suppliers {
    width:20%; margin-left:0; margin-right:1.5%; margin-bottom: 0em;
  }
}
@media all and (max-width:1200px) and (min-width:890px) {
  blockquote.suppliers {
    width:27.5%; margin-left:0; margin-right:1.5%; margin-bottom: 0em;
  }
}
@media all and (max-width:890px) and (min-width: 475px) {
  blockquote.suppliers {
    width:42.5%; margin-left:0; margin-right:1.5%; margin-bottom: 0em;
  }
}
@media all and (max-width:475px) {
  blockquote.suppliers {
    width:100%; margin-left:0; margin-right:0; margin-bottom: 0em;
  }
}

/* END Projects CSS */

body.ie-lt-10 .goog-te-gadget:after {
  display: none;
  content: "";
}
