/*
* Theme Name: v3.1
* Theme URI: http://www.webvine.co.nz
* Author: Web Vine
* Author URI: http://www.webvine.co.nz
* Description: Customised layout, built on Bootstrap usability
* Version: 3.16.5
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Tags: two-columns, left-sidebar, responsive-layout, accessibility-ready, editor-style
* Text Domain: v3
* Domain Path: /languages

*/


img {
	max-width: 100%;
	height: auto;
}

/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
select,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
select,
textarea {
	padding: 0.375em;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}



/**
 * 6.2 Menus
 */


.post-navigation {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	font-weight: 700;
}

.post-navigation a {
	display: block;
	padding: 3.8461% 7.6923%;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	letter-spacing: 0.04em;
	line-height: 1.5;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.post-navigation .post-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	position: relative;
	z-index: 2;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
	background-position: center;
	background-size: cover;
	position: relative;
	display: inline-block;
	width: 50%;
}
.post-navigation .nav-next {
	text-align: right;
}

.post-navigation a:before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.post-navigation a:hover:before,
.post-navigation a:focus:before {
	opacity: 0.5;
}

.post-navigation .meta-nav {
	opacity: 0.8;
}

.post-navigation div + div {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.image-navigation,
.comment-navigation {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
}

.image-navigation a,
.comment-navigation a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.image-navigation a:hover,
.image-navigation a:focus,
.comment-navigation a:hover,
.comment-navigation a:focus {
	color: #333;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\2215";
	font-weight: 400;
	margin: 0 0.7em;
}

.image-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before {
	content: "\f430";
	margin-right: 0.2em;
	position: relative;
}

.image-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
	content: "\f429";
	margin-left: 0.2em;
	position: relative;
}

.comment-navigation {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	border-bottom: 1px solid #eaeaea;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 2em 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
	margin-bottom: 2em;
}


/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
	clear: both;
}

.alignright {
	display: inline;
	float: right;
	clear: both;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}


/**
 * 9.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}


.textwidget > :last-child {
	margin-bottom: 0;
}


/**
 * 12.1 Posts and pages
 */

.hentry {
	position: relative;
}

.hentry + .hentry {
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.post-thumbnail {
	border: 0;
	display: block;
}
.post-thumbnail img {
	display: block;
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-content > :last-child,
.entry-summary > :last-child {
	margin-bottom: 0;
}

.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
	display: block;
}

.entry-content .more-link,
.entry-summary .more-link:after {
	white-space: nowrap;
}

/*.entry-content .more-link:after,
.entry-summary .more-link:after {
	content: "\f429";
	font-size: 16px;
	position: relative;
	top: 5px;
}*/

.author-info {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0 4%;
	padding: 7.6923% 0;
}

.author-info .avatar {
	float: left;
	height: 36px;
	margin: 0 1.6em 1.6em 0;
	width: 36px;
}

.author-heading {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	letter-spacing: 0.04em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

.author-title {
	clear: none;
}

.author-bio {
	font-size: 0.8em;
	line-height: 1.5;
	overflow: hidden;
	padding-bottom: 1px;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.author-link {
	white-space: nowrap;
}

.author-link:after {
	content: "\f429";
	position: relative;
	top: 1px;
}

.entry-footer {
	background-color: #f7f7f7;
	padding: 10px 20px;
	margin: 1em 0;
}

.sticky-post {
	background-color: #333;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0.25em 0.5em;
	position: absolute;
	top: 0;
	text-transform: uppercase;
}

.updated:not(.published) {
	display: none;
}

.sticky .posted-on {
	display: none;
}

.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
	margin-right: 2px;
	position: relative;
}

.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
	margin-right: 1em;
}

.format-aside .entry-format:before {
	content: "\f101";
}

.format-image .entry-format:before {
	content: "\f473";
}

.format-gallery .entry-format:before {
	content: "\f103";
}

.format-video .entry-format:before {
	content: "\f104";
}

.format-status .entry-format:before {
	content: "\f105";
}

.format-quote .entry-format:before {
	content: "\f106";
}

.format-link .entry-format:before {
	content: "\f107";
}

.format-chat .entry-format:before {
	content: "\f108";
}

.format-audio .entry-format:before {
	content: "\f109";
}

.posted-on:before {
	content: "\f307";
}

.byline:before {
	content: "\f304";
}

.cat-links:before {
	content: "\f301";
}

.tags-links:before {
	content: "\f302";
}

.comments-link:before {
	content: "\f300";
}

.full-size-link:before {
	content: "\f402";
}

.edit-link:before {
	content: "\f411";
}

.comments-link,
.edit-link {
	white-space: nowrap;
}

.taxonomy-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	padding-top: 0.4em;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-content {
	background-color: #fff;
	padding: 7.6923%;
}

.page-content > :last-child {
	margin-bottom: 0;
}


.entry-attachment {
	margin-bottom: 1.6em;
}


.entry-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	line-height: 1.5;
	padding-top: 0.5em;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}


/**
 * 12.2 Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-bottom: 1.3333em;
}

.format-link .entry-title a:after {
	content: "\f442";
	font-size: 24px;
	height: 24px;
	position: relative;
	top: 0;
	width: 24px;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


/**
 * 12.3 Comments
 */

.comments-area {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.comments-area > :last-child {
	margin-bottom: 0;
}

.comment-list + .comment-respond {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.comments-title {
	margin-bottom: 1.3333em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 1.6em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.8em;
}

.comment-author {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin-bottom: 0.4em;
}

.comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 0.8em;
	width: 24px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}

.comment-metadata,
.pingback .edit-link {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a,
.pingback .edit-link a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	color: #333;
}

.comment-metadata {
	margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	top: 5px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .reply {
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-list .reply a {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: inline-block;
	margin-top: 2em;
	padding: 0.4167em 0.8333em;
	text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	border-color: #333;
	color: #333;
	outline: 0;
}

.comment-form {
	padding-top: 1.6em;
}

.comment-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-weight: 700;
	display: block;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
	width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	line-height: 1.5;
	margin-bottom: 2em;
}

.no-comments {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-weight: 700;
	padding-top: 1.6em;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #c0392b;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -3px;
}


/**
 * 14.0 Media
 */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

audio,
canvas {
	display: inline-block;
}

embed,
iframe,
object,
video {
	margin-bottom: 1.6em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}

.wp-playlist.wp-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}


/**
 * 14.1 Captions
 */

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	padding: 0.5em 0;
}


/**
 * 14.2 Galleries
 */

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/* ============================================================
 *	CUSTOM THEME STYLES GO HERE
 */

html,body {
	height:100%;
}

body {
	/*font-family: 'Open Sans',Helvetica,Arial,sans-serif;*/
	font-family: 'Montserrat',Helvetica,Arial,sans-serif;
	font-weight: 300;
	/*font-size:13px;*/
	color:#222;
	font-size: 15px;
	/*line-height:1.6em;*/ 
}
#page-header, #page-footer,
#page-content p, #page-content li, #page-content a {
	font-weight: 300;
}
#page-header a, #page-footer a {
	font-weight: bold;
}
#page-header .col-logo-right {
	padding-right: 0;
	text-align: right;
}
#page-header .col-logo-right img {
	width: 80%;
	margin-top: 9px;
	margin-left: auto;
}
img {
	border:none;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

blockquote {
	font-size:13px;
}

a {
	color: #64a338;
}
a:hover {
	text-decoration:underline;
	color: #64a338;
}
a:link, a:hover, a:active, a:current {
	color: #5f5f6e;
	cursor: pointer;
}
a:active {
	outline:none;
}

.clear, .clear-left, .clear-right{clear: both;height:0;overflow:hidden;}
.clear-left{clear: left;}
.clear-right{clear: right;}
.top-nav a {
	color:#FFF;
}

.text-font-alt1 {
	font-family: 'Montserrat',Helvetica,Arial,sans-serif;
	font-weight: bold !important;
}

@media (min-width:768px){
	.flexbox {
		position: relative;

		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: -o-flex;
		display: flex;
	}
}

@media (max-width: 767px){
	
}
@media (min-width: 768px) and (max-width: 991px){
	
}
@media (min-width: 992px) and (max-width: 1199px){
	
}
@media (min-width: 1200px){
	
}


.hover {
	cursor: pointer;
}

@media (max-width: 767px) {
	body {
		padding-top: 4px;
	}
}


#fp0{height: 50px;}

h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 1em;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	font-family: 'Montserrat',Helvetica,Arial,sans-serif;
}
strong, strong * {
	font-family: 'Montserrat',Helvetica,Arial,sans-serif;
	font-weight: 600 !important;
}
p {
	line-height:1.6em; 
}

.text-color-1 {
	color: #5f5f6e;
}
.text-color-2 {
	color: #656263;
}
.text-color-3 {
	color: black;
}

.background-color-1 {
	background-color: #eeeeee;
}

.background-color-2 {
	background-color: #656263;
}

.box-1-container {
	position: relative;
}
.box-1-container > * {
	z-index: 2;
	position: relative;
/*	padding-left: 10px;
	padding-right: 10px;*/
}
.project-content .box-1-container > * {
	padding-left: 10px;
	padding-right: 10px;
}
.box-1 {
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	left: 15px;
	z-index: 1;
}

hr {
    border-top: 2px dotted #eee;
}


#wpadminbar {
	z-index: 1;
}

/* ------------------------------------------------------------
|  Wordpress Entry/Page Content
*/

.entry ul li {
	line-height:1.7em;
	width: 80%;
}

.entry h1:first-child {
	margin-top:0;
}

.entry p:first-child {
	margin-top:0;
}

.entry input {
	margin:3px 0;
}

/*.entry a.post-edit-link {
	position: absolute;
	top: 10px;
	right: 0;
	padding: 5px 10px;
	font-size: 1.5em;
	background: rgba(255, 255, 0, 0.5);
}*/

/* ------------------------------------------------------------
|  Header
*/

#header {
	position:relative;
}
#header .banner_posts {
	position: relative;
	padding-top: 15px;
	padding-left: 20px;
}
#header .banner_post {
	display: none;
	width: 100%;
}
#header .banner_post_head {
	position: absolute;
	display: none;
	top: 20px;
	left: 0;
	padding-left: 7px;
	background: white;
	font-size: 18px;
	width: 100%;
}
#header .banner_post_body {
	line-height:1.6em;
}
#header .banner_post_body a {
	white-space: nowrap;
}

#header .title {
	display: none;
}
@media (min-width: 768px){
	#header {
		padding-top: 40px; 
		padding-bottom: 15px; 
	}
}

#logo {
	padding-bottom: 10px;
}

#logo a {
	display:block;
}

.header_alt{
	position:absolute;
	top: 0;
	right:0;
	height: 153px;
	width: 500px;
}
.header_alt .linklist1 {
	margin-top: 90px;
}

/* ------------------------------------------------------------
 * Menu
 */
#page-navbar {
	font-family: 'Montserrat',Helvetica,Arial,sans-serif;	
}

/* Search Form */
@media (min-width: 768px){
	#page-navbar .search-form {
		min-width: 500px;
	}
	#page-navbar .search-field {
		min-width: 388px;
	}
}
#page-navbar .search-form{
	padding: 10px 15px;
}
#page-navbar .search-form span.screen-reader-text {
	display: none;
}

/* Social Media Buttons */
.navbar-nav>li>a.social-media-glyphicon {
	padding-top: 13px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 5px;
}
.glyphicon-facebook, .glyphicon-twitter {
	background-image: url(images/icons.png);
	height: 20px;
	width: 20px;
}
.glyphicon-facebook {
	background-position: 0 0;
}
.glyphicon-twitter {
	background-position: -50px 0;
}

/* Customisation */
ul.navbar-nav .dropdown > a {
	cursor: default;
}

#menu-main-menu .dropdown-menu {
	background: #eeeeee;
}
#menu-main-menu .dropdown-menu .menu-item {
	border-bottom: 1px solid white;
}

@media (min-width: 768px){
	#menu-main-menu .dropdown-menu .menu-item:last-child {
		border-bottom: none;
	}
}
#menu-main-menu .dropdown-menu > li > a:hover, #menu-main-menu .dropdown-menu > li > a:focus {
	font-weight: bold;
	background: transparent;
}

@media (min-width: 768px){
	#page-navbar .navbar-nav>li a {
		font-size: 14px;
		padding-left: 8px;
		padding-right: 8px;
	}
}

@media (min-width: 970px){
	#page-navbar .navbar-nav>li a {
		font-size: 16px;
		padding-left: 23px;
		padding-right: 23px;
		letter-spacing: 1px;
	}
}

@media (min-width: 768px){
	#menu-main-menu .dropdown-menu {
		padding-bottom: 0;
	}
	#page-navbar .navbar-nav>li:first-child>a {
		padding-left: 15px;
	}
	
	#menu-main-menu .dropdown-menu .menu-item {
		min-width: 220px;
	}
	
	#main-navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
	#page-navbar > .container {
		padding-left: 0;
		padding-right: 0;
	}
	
	#menu-main-menu > li > a {
		position: relative;
	}
	#menu-main-menu > li > a:after {
		position: absolute;
		content: '';
		display: block;
		top: 17px;
		right: 0;
		bottom: 17px;
		border-right: 1px solid #222;

	}
	#menu-main-menu > li > a .caret {
		display: none;
	}
	#menu-main-menu > li:last-child > a:after {
		display: none;
	}
	/*
	#menu-main-menu {
		display: table;
		width: 100%;
	}
	#menu-main-menu > li {
		display: table-cell;
		text-align: center;
		float: none;
	}
	#menu-main-menu > li > a {
		display: block;
		text-align: center;
		float: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}*/
	#page-navbar .navbar-default .navbar-nav>.active>a, 
	#page-navbar .navbar-default .navbar-nav>.active>a:hover, 
	#page-navbar .navbar-default .navbar-nav>.active>a:focus {
		background: transparent;
		font-weight: bold;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}
@media (min-width: 970px){
	#menu-main-menu .dropdown-menu a {
		font-size: 16px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#menu-main-menu .dropdown-menu .menu-item {
		min-width: 180px;
	}
}

#page-navbar .navbar-default {
	background-image: none;
	background: none;
	text-transform: uppercase;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#page-navbar a {
	color:#222 !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background: transparent;
	background-color: transparent;
	background-image: none;
}

/* ------------------------------------------------------------
|  Home page footer
*/

.f1 {
	padding-top: 14px;
}
.f2a {
	min-height:70px;
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center center;
}

.f2b {
}

.f2b .banner_peoples {
	/*border:solid 0 #dfdfdf;*/
	/*background:rgba(220,220,220,0.5);*/
/*	padding: 15px;*/
}
.f2b .banner_peoples img {
	width: 110px;
	height: auto;
}


@media (max-width: 767px) {
	.f1 {
		max-width: 100%;
		margin: auto;
	}
}

.f2b .banner_people {
	position: relative;
	min-height:65px;
	display: none;
	
}

.f2b .banner_people .banner_people_head {
	font-weight: bold;
	font-style: italic;
	margin-left: 120px;
	font-family: 'Montserrat',Helvetica,Arial,sans-serif;	
}

.f2b .banner_people .banner_people_body {
	line-height: 1.6em;
	margin-left: 120px;
	min-height: 5em;
}
.f2b .banner_people .banner_people_body a {
	white-space: nowrap;
}

.f2b .banner_people .banner_people_body img{
	position: absolute;
	left: 0;
	top: 0;
}


/* ------------------------------------------------------------
|  Page Content
*/

/* --- Main Page Container Styles --------------------------- */
.page-contain-head {
	border:solid 0 #dfdfdf;
	background:rgba(220,220,220,0.5);
	padding: 34px 0 0 0;
}

.page-contain-head p, .page-contain-full p {
	/*clear:both;*/
	padding: 0 22px;
}
.page-contain-head h1:first-child, .page-contain-full h1:first-child {
	margin-top:0;
}

.page-contain-head .metalinks, .page-contain-full .metalinks {
	padding: 0 22px;
}
.page-contain-head h1, .page-contain-head h2, .page-contain-head h3, 
.page-contain-full h1, .page-contain-full h2, .page-contain-full h3 {
	padding: 0 22px;
}
.page-contain-head h1 span, .page-contain-full h1 span {
	color: #5f5f6e;
	padding: 4px 0 0 0;
	display: block;
	font-weight: normal;
	font-size: 14px;
}
.page-contain-head h2 span, .page-contain-head h3 span,
.page-contain-full h2 span, .page-contain-full h3 span {
	color: #5f5f6e;
	font-weight: normal;
	padding-left:4px;
}

.page-contain-head h2, .page-contain-full h2{
	margin-top: 34px;
}

.page-contain-head blockquote,.page-contain-full blockquote {
	color: #7f7f7f;
	padding: 0;
	margin: 0;
	font-style: italic;
}
.page-contain-head blockquote span, .page-contain-full blockquote span {
	font-style: italic;
}

.page-contain-head .headerImage1, .page-contain-full .headerImage1 {
	width:230px;
	height:130px;
	margin-left:9px;
	margin-top:10px;
}
.page-contain-body {
	background:rgba(220,220,220,0.5);
}
.page-contain-full {
	background:rgba(220,220,220,0.5);
	padding: 34px 0;
}
.page-contain-foot {
	background:rgba(220,220,220,0.5);
	height: 25px;
}
.page-contain-head:after, .page-contain-body:after, .page-contain-full:after, .page-contain-foot:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	zoom: 1;
}

.team-people-image {
	margin-top: 14px !important;
	margin-bottom: 30px !important;
	clear: left;
}

@media (min-width: 768px) and (max-width: 991px){
	.team-people-image {
		margin-bottom: 80px !important;
	}
}

/* --- More Styles --------------------------- */
/* 	background:rgba(190,190,190,0.7); */

.block1 a:hover,a.readMore:hover,
.projectcontent p a:hover,
.sidecontact p span,
span.text1 {
	color:#64A338;
}

ul.linklist1 {
	margin:0 ;
	padding: 0;
}

ul.linklist1 li {
	list-style:none;
	height: 1.6em;
	float:left;
	display:block;
	padding: 0 1em 0 0;
	margin: 0;
	width: auto;
}

ul.linklist1 li a ,ul.linklist1 li span ,ul.linklist1 li div {
	background-image:url(../../../wp-content/uploads/2012/06/menu-hover.png);
	background-repeat:no-repeat;
	background-position: left center;
	text-decoration:none;
	color:#000;
	line-height: 1.6em;
	height: 1.6em;
	padding-left:20px;
}

/* ------------------------------------------------------------
|  Forms
*/

.page-contain-form{
	background:rgba(190,190,190,0.6);
	padding: 22px;
}
.page-contain-form form {
	margin: 0;
	padding: 0;
	width: 100%;
}
.page-contain-form input, .page-contain-form textarea, .page-contain-form select {
	background: white;
	margin: 0;
	border: none;
	width: 100%;
	max-width: 672px;
	padding: 0 4px;
}
.page-contain-form label {
	line-height: 1.7em;
	height: 1.7em;
}
.page-contain-form input {
	line-height: 1.7em;
	height: 1.7em;
}
.page-contain-form input[type=submit], .page-contain-form input[type=button] {
	width: auto;
	background: url(../../../wp-content/uploads/2012/06/menu-hover.png) transparent left center no-repeat ;
	padding-left: 20px;
	font-weight: bold;
}

/* ------------------------------------------------------------
|  jQuery UI
*/
.accordion h3
, .accontain h3{
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
.accordion h3 a
, .accontain h3 a {
	color: #64A338;
}
.accontain h3 {
	color: #64A338;
	text-decoration: underline;
}
.accordion p, .accordion ul li
, .accontain p, .accontain ul li {
	
	/*color: #555555;
	font-size: 0.9em;*/
}
.accordion ul, .accordion ul li
, .accontain ul, .accontain ul li {
	margin-left: 0;
}
.accordion ul
, .accontain ul {
	padding-left: 22px;
}
.accordion ul li {
	width: 100%;
}
.ui-accordion-content {
	margin-bottom: 35px;
}



/* ------------------------------------------------------------
|  Additional genera page content
*/
#contactForm {
	width:700px;
	margin:0 auto;
}

#contactForm #cntctfrm_contact_form input.text,#cntctfrm_contact_form textarea,#cntctfrm_contact_message,#cntctfrm_contact_name,#cntctfrm_contact_email,#cntctfrm_contact_subject {
	width:320px;
	border-right:1px solid;
	border-bottom:1px solid;
}

#page-footer {
	min-height: 180px;
	padding-top: 10px;
	padding-bottom: 40px;
}

.title {
	width:460px;
	text-align:right;
	position:absolute;
	bottom:0;
	right:0;
	margin-right:20px;
}

.title h2 {
	font-size:24px;
	margin:0;
	padding:0;
}

.pagepost {
	float:right;
	width:100%;
}

.social-links {
	float:right;
	margin-top:20px;
}

.social-links a {
	display:inline-block;
	height:24px;
	width:24px;
	margin:0 0 0 10px;
}

.twitter {
	background:url(images/icon-twitter.png);
}

.facebook {
	background:url(images/icon-facebook.png);
}

.blog .post {
	margin-bottom:0 !important;
	padding-bottom:30px;
	border-top: 1px solid #64a338 !important;
}

.blog .post:first-child {
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}
.blog .post:last-child {
	border-bottom: 1px solid #64a338 !important;
}

.pagepost .post-title {
	display:block;
	margin:0;
}

.blog-nav {
	margin-top:20px;
}

.metalinks {
	font-size:11px;
	clear:both;
	margin:5px 0 15px;
}

.metalinks .comment_bubble {
	background:url(images/icon-comment.png) no-repeat center left;
	text-decoration:none;
	padding:0 0 2px 19px;
}

.sticky {
	background:#EEE;
	border-top:3px solid #DDD;
	border-bottom:3px solid #DDD;
	padding:20px 0;
}

#comments {
	margin-top:40px;
	padding-top:40px;
	text-transform:uppercase;
}

#comment {
	width:98%;
}

ul.commentlist {
	margin-left:0;
	padding-left:0;
}

ul.commentlist > li {
	list-style:none;
	margin-bottom:20px;
	padding-bottom:20px;
}

.comment-author .avatar {
	float:left;
	margin-right:20px;
}

.comment-body .reply {
	text-align:right;
}

#reply-title {
	text-transform:uppercase;
}

.bypostauthor {
	padding:10px 0;
}

.form-allowed-tags {
	font-size:10px;
}

.nav li.widget {
	display:block;
	margin:10px 0;
}

.widgettitle {
	text-transform:uppercase;
	font-size:14px;
	margin:0;
}

body .wd-player.popup ul.wd-thumb-list li {
	width:178px;
	margin:0 3px 3px 0;
}

body .wd-player.popup .wd-thumb {
	width:178px;
	height:auto;
}

body .wd-player.popup.box-thumbs .wd-thumb {
	width:auto;
	height:auto;
}

.aligncenter,div.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

img.aligncenter {
	padding:10px;
}

img.alignleft {
	margin:0 10px 0 0;
}

img.alignright {
	margin:0 0 0 10px;
}

.gallery-caption {
	text-align:center;
}

.wp-caption {
	border:1px solid #ddd;
	padding-top:4px;
	text-align:center;
	margin:10px;
}

.wp-caption img {
	border:0 none;
	margin:0;
	padding:0;
}

.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.social-links span,#tagline {
	display:none;
}

.prev-posts,.alignleft {
	float:left;
}

.next-posts,.alignright {
	float:right;
}

.metalinks .by,.metalinks .date,ul.sub-menu li:last-child {
	margin:0;
}



/* ------------------------------------------------------------
|  Project Portfolio
*/
/* Archive Page  */
.project-portfolio-item {
	text-align: center;
	padding-bottom: 1.6em;
}
.project-portfolio-item .image {
	display: block;
	position: relative;
	padding-bottom: 64.9659864%;
}
.project-portfolio-item .image img {
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.project-portfolio-item h3 {
	font-family: 'Montserrat',Helvetica,Arial,sans-serif;
	margin-bottom: 0;
	max-height: 1.2em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.project-portfolio-item .description {
	height: 8em;
	overflow: hidden;
}
.project-portfolio-item .description .location{
	font-family: 'Montserrat',Helvetica,Arial,sans-serif;
}
.project-portfolio-item .description {
	height: 8em;
	overflow: hidden;
}
.project-portfolio-item .description p {
	display: block;
	margin-bottom: 0;
	max-height: 6.2em;
	overflow: hidden;
	text-overflow: ellipsis;
}
.project-portfolio-item .description a {
	display: block;
	font-weight: bold;
}

/* Single Page */
.project .portfolio_short_content {
	width: auto;
	margin-left: 0;
	float: none;
}

.project-fact {
	margin-left: 15px;
	margin-right: 15px;
}
.project-fact,
.project-fact strong {
	display: block;
}
.project-content {
	padding-bottom: 60px;
}
.project-images > div {
	overflow: hidden;
}

@media (max-width: 787px){	
	.project-images img {
		margin-bottom: 30px;
	}
}


/* ------------------------------------------------------------
 * Bootstrap overrides
 */

/*@media (min-width: 1050px) {
	.container {
		width: 1030px;
	}
}*/

@media (min-width: 768px) {
	.content, .pagepost {
		padding: 23px 0;
	}
}

.breadcrumb {
	background: #eeeeee;
	font-weight: bold;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.breadcrumb>li+li:before {
	content: '|';
	color: black;
}
.breadcrumb-projects, .breadcrumb-projects a {
	color: black;
	text-transform: uppercase;
	font-family: 'Montserrat',Helvetica,Arial,sans-serif;
}
.breadcrumb-projects .nav-title a {
	text-transform: none;
}


/* ------------------------------------------------------------
 * Site Origin Changes
 */
.panel-grid h3.widget-title { 
	display: none;
}


/* ------------------------------------------------------------
 * Post: People
 */
.people-layout { 
}
.people-layout > div.row {
	margin-left: -7px;
	margin-right: -7px;
}
.people-layout > div.row > div {
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 14px;
}
.people-layout .people-thumbnail {
	display: block;
	position: relative;
	padding-bottom: 100%;
	background-position: center center;
	background-size: cover;
}
.people-layout .people-thumbnail .hover {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	color: rgba(0, 0, 0, 0.7);
	color: white;
}

.people-layout .people-thumbnail .hover .text {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 14px;
	text-align: center;
}
@media (min-width:768px){
	.people-layout .people-thumbnail .hover {
		background-color: rgba(0, 0, 0, 0.7);
	}
}
@media (max-width:767px){
	.people-layout .people-thumbnail .hover {
		text-shadow: 1px 1px 5px #000000;
	}
	.people-layout .people-thumbnail .hover .text {
		padding: 14px 5px;
	}
}
.people-layout .people-thumbnail .hover .text strong {
	text-transform: uppercase;
	font-size: 1.2em;
}

.people-header {
	position: relative;
}
.people-header .people-title {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}
.people-header .people-title > div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 6%;
}
.people-header .people-title h1 {
	font-size: 1.8em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0;
}
.people-header .people-title h2 {
	margin-top: 0;
	font-size: 1.4em;
	font-weight: lighter;
}
.people-body > div {
	padding-top: 45px !important;
	padding-right: 55px !important;
	padding-left: 55px !important;
	overflow: auto;
}
.people-footer {
	padding-top: 55px;
	padding-right: 48px !important;
	padding-left: 48px !important;
}
.people-footer > div {
	
}
.people-footer > div:first-child {
	padding-top: 0;
}
.people-footer .people-btn,
.people-footer .people-btn a {
	display: inline-block;
	height: 40px;
	width: 40px;
}
.people-footer .people-btn a {
	background-image: url(images/people-buttons.png);
	background-size: 214px 80px;
	text-indent: -100000px;
}
.people-footer .people-btn.people-btn-linkin a {
	background-position: 0 0;
}
.people-footer .people-btn.people-btn-back a {
	background-position: -81px 0 ;
}
.people-footer .people-btn.people-btn-close a {
	background-position: -128px 0;
}
.people-footer .people-btn.people-btn-next a {
	background-position: -172px 0;
}
.modal-content .people-layout-single {
	overflow: auto;
	padding: 0 7px;
}

@media (min-width: 768px) and (min-height: 768px){
	#people-modal .modal-lg {
		max-width: 765px;
		height: 100%;
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#people-modal .modal-lg .modal-content {
		height: 100%;
		max-height: 1028px;
		position: relative;
	}
	#people-modal .modal-lg .modal-content .people-header,
	#people-modal .modal-lg .modal-content .people-body,
	#people-modal .modal-lg .modal-content .people-footer {
		position: absolute;
		right: 7px;
		left: 7px;
	}
	#people-modal .modal-lg .modal-content .people-header {
		top: 0;
	}
	#people-modal .modal-lg .modal-content .people-footer {
		padding-bottom: 20px;
		bottom: 0;
	}
}


/* ------------------------------------------------------------
 * Post: Career
 */
.layout-careers {
	margin-bottom: 30px;
}
.layout-career {
	position: relative;
	padding-bottom: 80%;
}

@media (min-width: 767px){
	
}

.layout-career > div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	
	cursor: pointer;
	padding: 2.9em 3.7em;
	font-size: 1.1em;
}
.layout-career > div h3 {
}
.layout-career > div p {
	font-size: 1.3em;
}
.layout-career > div a {
	font-weight: 600 !important;
	color: black;
	text-decoration: underline;
	font-size: 0.85em;
}
.layout-career > div:first-child {
	opacity: 1;
	background-color: #eeeeee;
}
.layout-career > div:nth-child(2) {
	opacity: 0;
	background-color: black;
	color: white;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.layout-career > div:nth-child(2) p {
	font-weight: 600 !important;
	position: relative;
	opacity: 0;
}
.layout-career > div:nth-child(2) div {
	position: absolute;
	background-size: cover;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.3;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}

 /* Preview */
.layout-career.preview > div:first-child {
	opacity: 0;
}
.layout-career.preview > div:nth-child(2) {
	opacity: 1;
}
.layout-career.preview > div:nth-child(2) div {
	opacity: 1;
}
.layout-career.preview > div:nth-child(2) p {
	opacity: 0;
}

/* Hover */
.layout-career:hover > div:first-child  {
	opacity: 0;
}
.layout-career:hover > div:nth-child(2),
.layout-career:hover > div:nth-child(2) p {
	opacity: 1;
}

@media (min-width: 767px){
	.layout-career-footer-offcenter {
		display: inline-block;
		margin-left: 14%;
	}
}
@media (max-width: 767px){
	.layout-careers {
		margin-bottom: 0;
	}
	.layout-career {
		margin-bottom: 30px;
	}
	.layout-career > div {
		font-size: 0.75em;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.layout-career > div {
		font-size: 0.8em;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.layout-career > div {
		font-size: 1em;
	}
}
@media (min-width: 1200px){
	
}


@media (max-width: 380px){
	.layout-career {
		position: relative;
		padding-bottom: 0;
	}	
	
	.layout-career > div:first-child {
		position: relative;
	}
}

@media (min-width: 380px) and (max-width: 767px){
	.layout-career > div:first-child {
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
}



/* ------------------------------------------------------------
 * Modal
 */
#modal-ajax .modal-header {
	border-bottom: none;
	padding: 0;
}
@media (min-width: 992px){
	.modal-lg {
		max-width: 765px;
	}
}
#modal-ajax .modal-body {
	padding: 15px 60px;
}
#modal-ajax .modal-body p {
	margin-bottom: 1.7em;
}
#modal-ajax .modal-body h1 {
	font-size: 1.3em;
}
#modal-ajax .modal-footer {
	border-top: none;
	padding: 0 55px 30px 55px;
	text-align: left;
}
#modal-ajax .modal-footer a {
	color: #222;
}
#modal-ajax .modal-footer .close {
	display: inline-block;
	height: 40px;
	width: 40px;
	background-image: url(images/people-buttons.png);
	background-size: 214px 80px;
	background-position: -128px 0;
	text-indent: -100000px;
	opacity: 1;
	margin-top: 12px;
	float: none;
}

#modal-ajax .modal-footer-body {
	
}
#modal-ajax .modal-footer .close:hover {
	text-decoration: none;
	border-bottom: none;
	background-color: white;
}
