html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
display:none;
}
a {
	background: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height:auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	height: 100%;
	-webkit-font-smoothing: antialiased;
}
body {
	font-size: 14px;
	font-weight: 300;
	line-height: 25px;
	margin: 0;
	min-height: 100%;
	background-color: #fff;
	color: #333;
	-webkit-text-size-adjust: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
body:before {
	content: "";
	position: fixed;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,0.8);
	z-index: 1000;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.page-content {
	position: relative;
	padding: 80px 0;
}
.home .page-content {
	position: relative;
	padding: 0 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
h1 {
	margin-top: 20px;
	margin-bottom: 30px;
	color: #333;
	font-size: 38px;
	line-height: 46px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
h2 {
	margin-top: 20px;
	margin-bottom: 30px;
	color: #333;
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
h3 {
	margin-top: 20px;
	margin-bottom: 30px;
	color: #333;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}
h4 {
	margin-top: 10px;
	margin-bottom: 30px;
	color: #333;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}
h5 {
	margin-top: 10px;
	margin-bottom: 30px;
	color: #333;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}
h6 {
	margin-top: 10px;
	margin-bottom: 30px;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}
p {
	margin-top: 0;
	margin-bottom: 10px;
}
a {
	color: #fff;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
	text-decoration: none;
}
a:hover {
	color: #333;
}
blockquote {
	font-size: 25px;
	line-height: 33px;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 10px;
	border-left: 2px solid;
	padding-left: 30px;
}
cite {
	font-weight: 400;
	margin-bottom: 20px;
	display: block;
	text-align: right;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}
ul, ol {
	list-style-position: inside;
	margin-top: 20px;
	margin-bottom: 20px;
}
li {
	padding-bottom: 10px;
}
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.service-item.clearcol, .post-excerpt.clearcol, .team-member.clearcol {
	clear: both;
}
::-moz-selection {
background:#3E974B;
color:#fff;
text-shadow:none;
}
::selection {
	background: #3E974B;
	color: #fff;
	text-shadow: none;
}
.row:before, .row:after, .clearfix:before, .clearfix:after {
	content: '';
	display: table;
}
.row:after, .clearfix:after {
	clear: both;
}
.row, .clearfix {
	zoom: 1;
}
.grid {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}
.wfull {
	width: 100%;
	max-width: 100%;
}
.row {
	width: 100%;
	margin-bottom: 20px;
}
.row .row {
	width: auto;
	margin: 0 -20px;
}
.row.inner {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	margin-bottom: 20px;
}

.c1 {
	width: 8.33%;
}
.c2 {
	width: 15.66%;
}
.c3 {
	width: 25%;
}
.c4 {
	width: 33.33%;
}
.c5 {
	width: 41.66%;
}
.c6 {
	width: 50%;
}
.c7 {
	width: 58.33%;
}
.c8 {
	width: 66.66%;
}
.c9 {
	width: 75%;
}
.c10 {
	width: 83.33%;
}
.c11 {
	width: 91.66%;
}
.c12 {
	width: 100%;
}
.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
	min-height: 1px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
.single-post .c1.wpb_column, .single-post .c2.wpb_column, .single-post .c3.wpb_column, .single-post .c4.wpb_column, .single-post .c5.wpb_column, .single-post .c6.wpb_column, .single-post .c7.wpb_column, .single-post .c8.wpb_column, .single-post .c9.wpb_column, .single-post .c10.wpb_column, .single-post .c11.wpb_column, .single-post .c12.wpb_column {
	padding-left: 0;
}
@media only screen and (max-width: 960px) {
.row .row .c1, .row .row .c2, .row .row .c3, .row .row .c4, .row .row .c5, .row .row .c6, .row .row .c7, .row .row .c8, .row .row .c9, .row .row .c10, .row .row .c11, .row .row .c12 {
	width: 100%;
	margin-bottom: 20px;
}
.row .row>div:last-child {
	margin-bottom: 0;
}
.single-post .c1.wpb_column, .single-post .c2.wpb_column, .single-post .c3.wpb_column, .single-post .c4.wpb_column, .single-post .c5.wpb_column, .single-post .c6.wpb_column, .single-post .c7.wpb_column, .single-post .c8.wpb_column, .single-post .c9.wpb_column, .single-post .c10.wpb_column, .single-post .c11.wpb_column, .single-post .c12.wpb_column {
	padding-left: 0;
	padding-right: 0;
}
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation: portrait) {
.row {
	margin-bottom: 0;
}
.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
}
}
.widget_meta ul li {
	list-style: none;
	padding: 8px 0 0 0;
}
.widget_archive ul li {
	list-style: none;
	padding: 8px 0 0 0;
}
.widget_pages ul li {
	list-style: none;
	padding: 7px 0 0 0;
}
.widget_calendar {
	float: left;
}
.widget_calendar table {
	width: 100%;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	text-align: right;
	color: #333;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 15px;
}
#wp-calendar thead {
	font-size: 10px;
}
#wp-calendar thead th {
	padding-bottom: 10px;
	text-align: center;
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	text-align: center;
	padding: 8px;
}
#wp-calendar tbody td:hover {
	background: #fff;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
}
#wp-calendar tfoot #prev {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
}
.widget_categories ul li {
	list-style: none;
	padding: 8px 0 0 0;
}
#recentcomments li {
	list-style: none;
	padding: 8px 0 0 0;
}
.widget_recent_entries ul li {
	list-style: none;
	padding: 8px 0 0 0;
}
.alignleft, .alignleft img {
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	float: left;
}
.alignright, .alignright img {
	margin-left: 1.5em;
	margin-bottom: 1.5em;
	float: right;
}
.aligncenter, .aligncenter img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}
.wp-caption {
	max-width: 100%;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	padding: 6px;
	color: #fff;
	background-color: #333;
	display: inline-block;
	font-size: 12px;
	margin-top: 10px;
	line-height: 14px;
}
.wp-caption.alignleft {
	text-align: left;
	margin-right: 1.1em;
	margin-bottom: 1.1em;
}
.wp-caption.alignright {
	text-align: right;
	margin-left: 1.1em;
	margin-bottom: 1.1em;
}
.wp-caption.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}
.gallery-caption {
	padding: 9px;
}
.bypostauthor {
}
.header-global .row {
	margin-bottom: 0;
}
.logo h1 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	border: none;
}
.logo h1 a {
	color: #fff;
}
.image-logo img {
	float: left;
	text-indent: -9999px;
}
.header-top {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding: 25px 0 10px 0;
	background-color: rgba(51,51,51,0);
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	z-index: 7000;
	overflow: visible;
}
.header-top-dark {
	border-bottom: 1px solid rgba(255,255,255,0);
	padding: 15px 0 0 0;
	background-color: rgba(62, 151, 75,1) ;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	z-index: 7000;
	overflow: visible;
}
.custom-header {
	margin: 0;
	padding: 0;
	position: relative;
}
.custom-header-image {
	width: 100%;
}
.custom-headings {
	position: absolute;
	width: 100%;
	max-width: 1200px;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 200;
}
.custom-headings .custom-headings-inner {
	left: 0;
	position: absolute;
	top: 60%;
	padding: 35px 20px 0 20px;
	-webkit-transform: translateY(-60%);
	-ms-transform: translateY(-60%);
	-o-transform: translateY(-60%);
	transform: translateY(-60%);
}
.header-pattern {
	background-image: url(assets/img/header-patterns/pattern.png);
	position: absolute;
	opacity: 0.9;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.custom-headings [class*="ion-"] {
	display: block;
	color: #333;
	font-size: 40px;
	margin-bottom: 10px;
}
.page-title {
	font-size: 70px;
	line-height: 85px;
	color: #333;
	letter-spacing: 6px;
	border-bottom: 7px solid;
	margin-top: 0;
	padding-bottom: 20px;
}
.page-subtitle {
	color: #333;
	font-size: 25px;
	font-weight: 300;
	line-height: 34px;
	border-bottom: none;
	margin-top: 0;
	margin-bottom: 0;
}
.page-subtitle span {
	font-weight: bold;
}
.header-custom-image {
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 600px;
	background-attachment: fixed;
}
.guumenu {
	width: 100%;
	padding: 0;
	margin: -15px 0 0 0;
	position: relative;
	float: left;
	list-style: none;
	background: none;
}
.guumenu li {
	display: inline-block;
	float: left;
	padding-bottom: 0;
	text-transform: uppercase;
}
.guumenu a {
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
	outline: none;
	z-index: 10;
	cursor: pointer;
}
.guumenu>li>a {
	padding: 20px 15px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
.guumenu>li:hover>a, .guumenu>li.active>a {
	color: #ddd;
}
.guumenu ul.dropdown, .guumenu ul.dropdown li ul.dropdown {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	display: none;
	position: absolute;
	z-index: 99;
	min-width: 180px;
	background: #3E974B;
}
.guumenu ul.dropdown {
	top: 65px;
}
.guumenu ul.dropdown li ul.dropdown {
	left: 100%;
	top: inherit;
}
.guumenu ul.dropdown li {
	clear: both;
	width: 100%;
	font-size: 12px;
}
.guumenu ul.dropdown li a {
	width: 100%;
	padding: 10px 24px 0;
	display: inline-block;
	float: left;
	clear: both;
	text-decoration: none;
	color: #D8D8D8;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.guumenu ul.dropdown li:hover>a {
	color: #fff;
	background-color: #333;
	font-weight:300;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
}
.guumenu ul.dropdown li:hover {
	color: #fff;
	background-color: #ccc;
	font-weight:300;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
}

.guumenu ul.dropdown li ul.dropdown.left {
	left: auto;
	right: 100%;
}
.guumenu .indicator {
	position: relative;
	left: 5px;
	top: 0;
	font-size: 14px;
	float: right;
}
.guumenu ul li .indicator {
	font-size: 12px;
	top: 1px;
	left: 10px;
}
.guumenu>li.right {
	float: right;
}
.guumenu>li.right>.dropdown {
	right: 0;
}
.guumenu>li.jsright {
	float: right;
}
.guumenu>li.jsright.last>.dropdown {
	right: 0;
}
.guumenu>li.showhide {
	display: none;
	width: 100%;
	height: 50px;
	cursor: pointer;
	color: #D8D8D8;
	background: none;
}
.guumenu>li.showhide span.title {
	margin: 15px 0 0 25px;
	float: left;
}
.guumenu>li.showhide span.icon {
	margin: 17px 0;
	float: right;
}
.guumenu>li.showhide .icon em {
	margin-bottom: 3px;
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
}
@media (max-width: 1024px) {
.guumenu>li {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.guumenu>li>a {
	padding: 15px 25px;
}
.guumenu a {
	width: 100%;
	background:#3E974B;	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.guumenu ul.dropdown, .guumenu ul.dropdown li ul.dropdown {
	width: 100%;
	left: 0;
	position: static;
	border: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.guumenu ul.dropdown li {
	border: none;
}
.guumenu ul.dropdown>li>a {
	padding-left: 40px;
}
.guumenu>li>ul.dropdown>li>a {
	padding-left: 20px;
}
.guumenu>li>ul.dropdown>li>ul.dropdown>li>a {
	padding-left: 40px;
}
.guumenu>li>ul.dropdown>li>ul.dropdown>li>ul.dropdown>li>a {
	padding-left: 60px;
}
}
.project-nav {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 30px 0 0 0;
	list-style: none;
	position: relative;
}
.project-nav .back, .project-nav .next, .project-nav .prev {
	display: inline-block;
}
.project-nav .prev {
	position: absolute;
	left: 0;
}
.project-nav .next {
	position: absolute;
	right: 0;
}
.project-nav .back a, .project-nav .next a, .project-nav .prev a {
	color: #ddd;
}
.project-nav .back a:hover, .project-nav .next a:hover, .project-nav .prev a:hover {
	color: #666;
}
.project-nav .fa {
	font-size: 30px;
}
.project-nav .back .fa {
	font-size: 27px;
}
.pager {
	clear: both;
	margin-left: 0;
	margin-top: 50px;
	margin-bottom: 35px;
	list-style: none;
	text-align: center;
	text-transform: uppercase;
*zoom:1;
}
.pager:before, .pager:after {
	display: table;
	content: "";
}
.pager:after {
	clear: both;
}
.pager li {
	display: inline;
}
.pager a {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 20px;
	margin-right: 0;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.pager a:hover {
	color: #333;
	position: relative;
}
.pager .next a {
	float: right;
}
.pager .previous a {
	float: left;
}
.pager .disabled a, .pager .disabled a:hover {
	color: #fff;
	background-color: #fff;
	cursor: default;
}
.pagination {
	float: right;
	margin-bottom: 30px;
}
.pagination a {
	list-style: none;
	margin: 0;
	padding: 5px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.pagination a:hover {
	color: #333;
}
.pagination a:last-child {
	margin-right: 0;
}
.pagination .current {
	padding: 5px;
	font-weight: 600;
}
.pagination a, .pagination .current {
	display: inline-block;
}
.pagination .next, .pagination .prev {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 20px;
	margin-right: 0;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.pagination .next:hover, .pagination .prev:hover {
	color: #333;
	position: relative;
}
.social-icons {
	margin: 10px 0 0 0;
	padding: 0;
	border: 0;
	display: inline-block;
}
.social-icons a {
	position: relative;
	display: block;
	z-index: 1;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.social-icons>li {
	list-style-image: none;
	list-style-type: none;
	white-space: nowrap;
	margin-right: 10px;
	margin-left: 0;
	display: inline-block;
	float: left;
	padding-left: 4px;
	padding-right: 4px;
	padding: 10px;
}
.social-icons>li:first-child, .social-icons>li.first {
	padding-left: 0;
}
.social-icons>li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.social-icons>li.last {
	padding-right: 0;
}
.social-icons li a .fa {
	color: #ddd;
	font-size: 20px;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.social-icons li a:hover>.fa {
	color: #333;
}
.header-global .social-icons {
	margin: 5px 0 0 0;
	float: right;
}
.header-global .social-icons>li {
	margin-right: 0;
	margin-left: 0;
	display: inline-block;
	float: left;
	padding: 0 15px;
}
.header-global .social-icons>li:last-child {
	padding-right: 0;
}
.header-global .social-icons li a .fa {
	color: #fff;
	font-size: 20px;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.header-global .social-icons li a:hover>.fa {
	color: #ddd;
}
.member-overview .social-icons {
	margin: 20px 0 0 0;
	float: none;
}
.member-overview .social-icons>li {
	margin-right: 0;
	margin-left: 0;
	display: inline-block;
	float: left;
	padding: 0 25px 0 0;
}
.member-overview .social-icons>li:last-child {
	padding-right: 0;
}
.member-overview .social-icons li a .fa {
	color: #fff;
	font-size: 20px;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.member-overview .social-icons li a:hover>.fa {
	color: #ddd;
}
.footer-global .social-icons {
	margin: 0;
}
.footer-global .social-icons li a .fa {
	color: #ddd;
	font-size: 20px;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.footer-global .social-icons li a:hover>.fa {
	color: #fff;
}
#latest-tweet ul {
	list-style: none;
	padding: 0;
}
#latest-tweet p {
	color: #fff;
}
#latest-tweet .tweet {
	font-size: 35px;
	line-height: 50px;
	letter-spacing: 1px;
	font-weight: 300;
	margin: 20px 0 20px 0;
	padding: 0 0 25px 0;
	border-bottom: medium double;
}
#latest-tweet a {
	color: #333;
}
#latest-tweet a:hover {
	color: #666;
}
#latest-tweet .timePosted {
	display: block;
	margin-top: 5px;
	margin-bottom: 30px;
	color: #fff;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#latest-tweet .interact {
	font-size: 14px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 0;
}
#latest-tweet .interact a {
	color: #fff;
	margin-left: 8px;
	padding: 0;
}
#latest-tweet .interact a:hover {
	color: #fff;
}
#latest-tweet .interact a:first-child {
	margin-left: 0;
}
#latest-tweet .interact a:not(:last-of-type):after {
	content: "/";
	color: #fff;
	margin-left: 8px;
}
.social-icons a:hover .tooltip {
	display: block;
	visibility: visible;
	opacity: 1;
	-moz-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	transform: translate(0, -10px);
}
.social-icons .tooltip {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	bottom: -45px;
	left: 50%;
	z-index: 2;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.social-icons .tooltip span {
	position: relative;
	left: -50%;
	padding: 6px 8px 5px 8px;
	border-radius: 2px;
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: .9;
	z-index: 2;
	text-transform: uppercase;
}
.social-icons .tooltip span:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136,183,213,0);
	border-bottom-color: #ddd;
	border-width: 8px;
	margin-left: -8px;
}
.social-icons .social-dribbble span, .social-icons .social-instagram span, .social-icons .social-twitter span, .social-icons .social-facebook span, .social-icons .social-linkedin span, .social-icons .social-googleplus span, .social-icons .social-flickr span, .social-icons .social-youtube span, .social-icons .social-vimeo span, .social-icons .social-pinterest span, .social-icons .social-tumblr span, .social-icons .social-bitbucket span, .social-icons .social-codepen span, .social-icons .social-github span, .social-icons .social-deviantart span, .social-icons .social-soundcloud span, .social-icons .social-stackoverflow span, .social-icons .social-vine span, .social-icons .social-vk span {
	background: #ddd;
	color: #333;
}
.social-icons .social-dribbble span:after, .social-icons .social-instagram span:after, .social-icons .social-twitter span:after, .social-icons .social-facebook span:after, .social-icons .social-linkedin span:after, .social-icons .social-googleplus span:after, .social-icons .social-flickr span:after, .social-icons .social-youtube span:after, .social-icons .social-vimeo span:after, .social-icons .social-pinterest span:after, .social-icons .social-tumblr span:after, .social-icons .social-bitbucket span:after, .social-icons .social-codepen span:after, .social-icons .social-github span:after, .social-icons .social-deviantart span:after, .social-icons .social-soundcloud span:after, .social-icons .social-stackoverflow span:after, .social-icons .social-vine span:after, .social-icons .social-vk span:after {
	border-top-color: #ddd;
}
.quotes blockquote {
	margin: 0;
	padding: 0;
	border: none;
}
.quotes {
	padding: 0;
	height: 300px;
}
.quotes li {
	list-style: none;
	padding: 0 0 20px 0;
}
.quotes blockquote p {
	font-size: 35px;
	line-height: 50px;
	letter-spacing: 1px;
	font-weight: 300;
	margin: 20px 0 20px 0;
	padding: 0 0 25px 0;
	border-bottom: medium double;
}
.quotes cite {
	display: block;
	margin-top: 5px;
	margin-bottom: 30px;
	color: #fff;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#map-default {
	width: 100%;
	height: 500px;
	position: relative;
	border-top: 6px solid #eee;
	border-bottom: 6px solid #ddd;
}
#map-default [class*="ion-"] {
	font-size: 80px;
	color: #666;
}
.wpcf7-form {
	margin-top: 5px;
	margin-bottom: 20px;
	text-align: left;
}
.wpcf7-form fieldset {
	margin-bottom: 20px;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=password], .wpcf7-form input[type=email], .wpcf7-form textarea, .wpcf7-form select {
	background-color: #d8d8d8;
	padding: 15px;
	border: none;
	border-radius: 3px;
	outline: none;
	font-size: 14px;
	font-style: italic;
	color: #333;
	margin: 0;
	width: 100%;
	display: block;
	line-height: 1.3;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wpcf7-form select {
	padding: 0;
}
.wpcf7-form input[type=text]:focus, .wpcf7-form input[type=password]:focus, .wpcf7-form input[type=email]:focus, .wpcf7-form textarea:focus {
	background-color: #ddd;
	color: #333;
}
.wpcf7-form textarea {
	min-height: 150px;
}
.wpcf7-form label, .wpcf7-form legend {
	display: block;
	font-weight: 700;
	font-size: 12px;
}
.wpcf7-form select {
	width: 220px;
	padding: 6px;
}
.wpcf7-form input[type=checkbox] {
	display: inline;
}
.wpcf7-form label span, .wpcf7-form legend span {
	font-weight: 400;
	font-size: 12px;
	color: #444;
}
.wpcf7-form input.error, .wpcf7-form textarea.error {
	margin-bottom: 6px;
}
.wpcf7-form .wpcf7-submit {
	display: inline-block;
	margin-top: 30px;
	padding: 10px 20px;
	background: #fff;
	border: 2px solid #333;
	border-radius: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-family: "Lato", "sans-serif";
	color: #333;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 3px;
	text-decoration: none;
	text-transform: uppercase;
}
.wpcf7-form .wpcf7-submit:hover {
	background-color: #333;
	color: #fff;
	border: 2px solid #333;
}
.wpcf7-form ::-webkit-input-placeholder {
color:#fff;
}
.wpcf7-form :-moz-placeholder {
color:#fff;
}
.wpcf7-form ::-moz-placeholder {
color:#fff;
}
.wpcf7-form :-ms-input-placeholder {
color:#fff;
}
.wpcf7-form .wpcf7-response-output {
	margin: 20px 0 0 0;
	padding: 0;
	border: none;
}
.wpcf7-form .wpcf7-validation-errors, .wpcf7-form .wpcf7-not-valid-tip {
	color: #c33;
}
.wpcf7-form .wpcf7-mail-sent-ok {
	color: #afdd58;
}
.contact-address {
	font-size: 15px;
	font-style: normal;
}
.contact-address ul {
	margin: 0;
	padding: 0;
}
.contact-address li {
	list-style: none;
	margin-bottom: 10px;
}
.contact-address li:before {
	float: left;
	font-family: 'FontAwesome';
	content: "\f192";
	color: #333;
	padding-right: 10px;
	font-size: 10px;
	font-style: normal;
}
.client-logos {
	list-style: none;
}
.client-logos li {
	display: inline-block;
	padding: 10px 30px 10px 0;
}
.client-logos img {
	max-width: 100%;
	height: auto;
}
.portfolio-filter {
	margin-top: 40px;
	margin-bottom: 40px;
}
.portfolio-filter .filter {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.filter li {
	float: left;
	list-style: none;
	margin-right: 10px;
}
.filter li a {
	position: relative;
	display: inline-block;
	background: none;
	border: 2px solid;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 3px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 18px;
	margin-top: 15px;
	padding: 10px 20px;
	text-align: center;
}
.filter li a:hover {
	position: relative;
}
.filter li a:hover, .filter li .current {
	color: #fff;
}
.single-project img {
	margin: 0 0 30px 0;
}
.project-icons {
	margin-top: 12px;
	margin-bottom: 30px;
}
.project-icons [class*="ion-"] {
	color: #ddd;
	font-size: 25px;
	margin-right: 20px;
}
.project-description p {
	line-height: 30px;
}
.project-description p:first-of-type {
	font-size: 16px;
	font-weight: 600;
	line-height: 31px;
	margin-bottom: 20px;
	letter-spacing: .6px;
}
.project-details {
	color: #fff;
	border-top: medium double #ddd;
	font-size: 14px;
	margin-top: 40px;
	margin-bottom: 25px;
	padding-top: 30px;
	padding-bottom: 10px;
	list-style: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.project-details li span {
	color: #333;
	font-style: normal;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.projects.style-one .project-item {
	padding-right: 0;
	padding-left: 0;
	overflow: hidden;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.projects.style-one .project-item img {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.projects.style-one .project-item:hover img {
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-backface-visibility: hidden;
}
.projects.style-one .project-overview {
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 20px;
	background-color: rgba(51,51,51,0.49);
	text-align: left;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.projects.style-one .project-item-link:hover .project-overview {
	background-color: #fff;
}
.projects.style-one .project-overview [class*="ion-"] {
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.projects.style-one .project-item-link:hover .project-overview [class*="ion-"] {
	color: #333;
}
.projects.style-one .project-title {
	margin-top: 3px;
	margin-bottom: 0;
	padding: 0;
	border: none;
	color: #fff;
	line-height: 23px;
	font-weight: 400;
	text-align: left;
	letter-spacing: 4px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.projects.style-one .project-title span {
	color: #ddd;
}
.projects.style-one .project-item-link:hover .project-title {
	color: #333;
}
.projects.style-one .project-skills, .projects.style-one .project-date {
	margin-top: 5px;
	margin-bottom: 0;
	color: #ddd;
	font-size: 12px;
	line-height: 23px;
	letter-spacing: 2px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.projects.style-one .project-item-link:hover .project-skills, .projects.style-one .project-item-link:hover .project-date {
	color: #fff;
}
.style-two .project-item {
	margin-bottom: 40px;
	overflow: hidden;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.style-two .overlay-container {
	position: relative;
}
.style-two .overlay-container .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 20px;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.style-two .overlay-container:hover .overlay {
	background-color: rgba(0,0,0,0.7);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-backface-visibility: hidden;
}
.style-two .project-overview {
	position: absolute;
	bottom: 60px;
	left: 30px;
	background-color: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.style-two .overlay:hover .project-overview {
	position: absolute;
	bottom: 30px;
	left: 30px;
}
.style-two .project-overview [class*="ion-"] {
	color: #fff;
	font-size: 30px;
	margin-bottom: 10px;
}
.style-two .project-title {
	color: #fff;
	font-size: 25px;
	line-height: 23px;
	border-bottom: none;
	margin-bottom: 10px;
	padding-bottom: 0;
}
.style-two .project-skills, .style-two .project-date {
	color: #ddd;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.style-three .project-item, .standard-2-col .project-item, .standard-3-col .project-item, .standard-4-col .project-item {
	margin-bottom: 40px;
	overflow: hidden;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.style-three .overlay-container, .standard-2-col .overlay-container, .standard-3-col .overlay-container, .standard-4-col .overlay-container {
	position: relative;
	text-align: center;
}
.style-three .overlay-container .overlay, .standard-2-col .overlay-container .overlay, .standard-3-col .overlay-container .overlay, .standard-4-col .overlay-container .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 20px;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.style-three .overlay-container:hover .overlay, .standard-2-col .overlay-container:hover .overlay, .standard-3-col .overlay-container:hover .overlay, .standard-4-col .overlay-container:hover .overlay {
	background-color: rgba(0,0,0,0.6);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-backface-visibility: hidden;
}
.style-three .project-overview, .standard-2-col .project-overview, .standard-3-col .project-overview, .standard-4-col .project-overview {
	margin-top: 20px;
	background-color: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.style-three .project-title, .standard-2-col .project-title, .standard-3-col .project-title, .standard-4-col .project-title {
	color: #333;
	font-size: 20px;
	line-height: 23px;
	border-bottom: none;
	margin-bottom: 10px;
	padding-bottom: 0;
}
.style-three .project-skills, .style-three .project-date, .standard-2-col .project-skills, .standard-2-col .project-date, .standard-3-col .project-skills, .standard-3-col .project-date, .standard-4-col .project-skills, .standard-4-col .project-date {
	color: #fff;
	font-size: 13px;
	line-height: 23px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.style-four .project-item {
	margin-bottom: 40px;
	overflow: hidden;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.style-four .overlay-container {
	position: relative;
	text-align: center;
}
.style-four .overlay-container .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 20px;
	opacity: 1;
	background-color: rgba(0,0,0,0.7);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.style-four .overlay-container:hover .overlay {
	background-color: rgba(0,0,0,0.4);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-backface-visibility: hidden;
}
.style-four .project-overview {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	backface-visibility: hidden;
	transform: translateZ(0);
}
.style-four .overlay:hover .project-overview {
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.style-four .project-overview [class*="ion-"] {
	color: #fff;
	font-size: 30px;
	margin-bottom: 10px;
}
.style-four .project-title {
	color: #fff;
	font-size: 25px;
	line-height: 23px;
	border-bottom: none;
	margin-bottom: 10px;
	padding-bottom: 0;
}
.style-four .project-skills, .style-four .project-date {
	color: #ddd;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.style-five .project-item {
	padding-right: 0;
	padding-left: 0;
	overflow: hidden;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.style-five .project-item img {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.style-five .project-item:hover img {
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-backface-visibility: hidden;
}
.style-five .overlay-container {
	position: relative;
	text-align: center;
}
.style-five .overlay-container .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 20px;
	opacity: 1;
	background-color: rgba(0,0,0,0.6);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.style-five .overlay-container:hover .overlay {
	background-color: rgba(0,0,0,0.4);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-backface-visibility: hidden;
}
.style-five .project-overview {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	opacity: .1;
}
.style-five .overlay:hover .project-overview {
	opacity: 1;
}
.style-five .project-overview [class*="ion-"] {
	color: #fff;
	font-size: 30px;
	margin-bottom: 10px;
}
.style-five .project-title {
	color: #fff;
	font-size: 25px;
	line-height: 23px;
	border-bottom: none;
	margin-bottom: 10px;
	padding-bottom: 0;
}
.style-five .project-skills, .style-five .project-date {
	color: #ddd;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.style-six .project-item {
	padding-right: 0;
	padding-left: 0;
	overflow: hidden;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.style-six .project-item img {
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.style-six .project-item:hover img {
	-moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
	-webkit-backface-visibility: hidden;
}
.style-six .overlay-container {
	position: relative;
	text-align: center;
}
.style-six .overlay-container .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 20px;
	border: 25px solid rgba(255,255,255,0);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.style-six .overlay-container:hover .overlay {
	background-image: url("assets/img/header-patterns/pattern.png");
	background-position: 0% 0%, 50% 50%, 50% 50%;
	background-size: auto, cover;
	background-repeat: repeat, no-repeat, no-repeat;
	background-color: rgba(50,62,78,0.6);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-backface-visibility: hidden;
}
.style-six .project-overview [class*="ion-"] {
	color: #fff;
	font-size: 30px;
	margin-bottom: 10px;
}
.style-six .project-title {
	color: #fff;
	font-size: 25px;
	line-height: 23px;
	border-bottom: none;
	margin-bottom: 10px;
	padding-bottom: 0;
}
.style-six .project-skills, .style-six .project-date {
	color: #ddd;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	transition-duration: 0.6s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}
.post-excerpt, .post-single {
	float: left;
}
.post-excerpt {
	margin-bottom: 30px;
	padding-bottom: 60px;
}
.post-single {
	margin-bottom: 30px;
	padding-bottom: 0;
}
.post-excerpt .date-stamp, .post-single .date-stamp {
	color: #ddd;
	font-weight: 400;
	margin-bottom: 30px;
	font-size: 25px;
	text-transform: uppercase;
}
.blog-single-header .author-avatar {
	margin-bottom: 10px;
}
.author-avatar img {
	display: inline-block;
	border-radius: 100px;
	max-width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.post-excerpt .author-avatar, .post-single .author-avatar {
	border-radius: 100px;
	max-width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.post-excerpt h2, .post-single h2 {
	margin-bottom: 20px;
	padding-bottom: 0;
}
.post-excerpt h2 a, .post-single h2 a {
	color: #333;
}
.post-excerpt h2 a:hover, .post-single h2 a:hover {
	color: #fff;
}
.post-excerpt .meta-details .fa, .post-excerpt .meta-details [class*="ion-"], .post-excerpt .meta-details [class*="el-"], .post-single .meta-details .fa, .post-single .meta-details [class*="ion-"], .post-single .meta-details [class*="el-"] {
	padding: 0 5px;
}
.post-excerpt .meta-details p, .post-single .meta-details p {
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: #fff;
	margin-bottom: 30px;
	text-transform: lowercase;
}
.post-excerpt .meta-details span, .post-single .meta-details span {
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 3px;
}
.post-excerpt .post-cat, .post-single .post-cat {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #fff;
	text-transform: lowercase;
}
.post-excerpt .post-cat span a, .post-single .post-cat span a {
	color: #333;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 2px;
}
.post-excerpt .post-cat span a:hover, .post-single .post-cat span a:hover {
	color: #666;
}
.post-excerpt .meta-details a, .post-single .meta-details a {
	color: #333;
}
.post-excerpt .meta-details a:hover, .post-single .meta-details a:hover {
	color: #666;
}
.post-excerpt .post-thumbnail, .post-single .post-thumbnail {
	list-style: none;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.post-excerpt .post-thumbnail img, .post-single .post-thumbnail img, .post-excerpt .video-frame {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	height: auto;
}
.post-single .entry p:first-of-type {
	font-size: 16px;
	font-weight: 600;
	line-height: 31px;
	margin-bottom: 20px;
	letter-spacing: .6px;
}
.style-one .post-excerpt .post-title {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.style-one .post-excerpt .meta-details p, .style-three .post-excerpt .meta-details p {
	margin-bottom: 20px;
}
.tag-title {
	display: inline-block;
	font-style: italic;
	color: #333;
}
.post-tags a::before {
	content: '#';
}
.post-tags a {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 12px;
	margin-right: 5px;
	padding: 7px 10px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.post-tags a:hover {
	color: #333;
	position: relative;
}
.avatar img {
	display: inline-block;
	border-radius: 100px;
	max-width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.author-bio {
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-top: medium double #ddd;
	border-bottom: medium double #ddd;
	color: #333;
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 40px 0 20px;
	padding: 40px 40px 60px 0;
}
.author-bio p {
	margin-top: 20px;
}
.author-bio img {
	float: left;
	border-radius: 100px;
	max-width: 100%;
	height: auto;
	margin-top: 25px;
	margin-right: 25px;
}
.author-bio .author-social-icons {
	margin-top: 15px;
	margin-bottom: 0;
	display: inline-block;
}
.author-bio .author-social-icons li {
	list-style: none;
	float: left;
	margin-right: 20px;
}
.author-bio .author-social-icons li:last-child {
	margin-right: 0;
}
.author-bio .author-social-icons li .fa {
	color: #333;
	font-size: 20px;
}
.about-author {
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	color: #fff;
	text-transform: lowercase;
}
.about-author span {
	color: #333;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 3px;
}
#comments {
	display: inline-block;
	margin-top: 60px;
	width: 100%;
}
#comments h4 {
	font-size: 16px;
	padding-bottom: 20px;
	display: block;
	border-bottom: #ddd 2px solid;
	font-weight: 400;
}
.comments-info {
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	color: #fff;
	text-transform: lowercase;
}
.comments-info span {
	color: #333;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 3px;
}
.comments-list {
	background-color: #fafbfc;
	border-bottom: 2px solid #ddd;
	border-radius: 3px;
	margin: 25px 0 40px;
	padding: 40px;
}
.comment {
	border-top: 2px solid #ddd;
	display: inline-block;
	margin-top: 10px;
	padding-top: 30px;
}
.comment .children .comment {
	margin-top: 10px;
	padding-top: 30px;
}
.comment:first-child {
	border-top: 0;
	margin: 0;
	padding: 0;
}
.comment>div {
	display: inline-block;
}
.comment .avatar {
	border-radius: 100px;
	display: block;
	float: left;
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
}
.comment .comment-entry, .comment .comment-meta {
	float: right;
	width: 100%;
}
.comment .comment-meta {
	margin-top: -4px;
}
.comment .author {
	font-size: 16px;
	border-bottom: none;
	margin: 10px 0;
	padding-bottom: 0;
	text-transform: uppercase;
}
.comment-reply-link::before {
	content: '+';
	margin-right: 3px;
}
.comment-reply-link {
	color: #fff;
	font-style: italic;
	text-transform: lowercase;
	float: right;
}
.comment-reply-link:hover {
	color: #333;
}
.comment .date {
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	color: #fff;
	text-transform: lowercase;
}
.comment .date span {
	color: #333;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 5px;
}
.comment .children {
	padding-left: 60px;
}
.comment .children .comment {
	border-top: 2px solid #ddd;
	position: relative;
}
.comment .children .children .comment-entry, .comment .children .children .comment-meta, .comment .children .comment-entry, .comment .children .comment-meta {
	width: 100%;
}
.comment-reply-link {
	font-size: 80%;
}
.comment-moderate {
	float: left;
}
#respond {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	margin-left: 0;
}
#respond h3 {
	margin-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: medium double #ddd;
	color: #333;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#respond p {
	font-style: italic;
	font-weight: 400;
	color: #fff;
	text-transform: lowercase;
}
.comment-form {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}
.comment-form .c3 {
	padding-left: 0;
	padding-right: 20px;
}
.comment-form .c3:last-of-type {
	padding-left: 0;
	padding-right: 0;
}
.comment-form fieldset {
	margin-bottom: 20px;
}
.comment-form input[type=text], .comment-form input[type=password], .comment-form input[type=email], .comment-form input[type=url], .comment-form textarea, select {
	background: #eee;
	padding: 15px;
	border: none;
	border-radius: 3px;
	outline: none;
	font-size: 14px;
	font-style: italic;
	color: #fff;
	margin: 0;
	width: 100%;
	display: inline-block;
	line-height: 1.3;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.comment-form select {
	padding: 0;
}
.comment-form input[type=text]:focus, .comment-form input[type=password]:focus, .comment-form input[type=email]:focus, .comment-form input[type=url]:focus, .comment-form textarea:focus {
	background-color: #ddd;
	color: #333;
}
.comment-form textarea {
	min-height: 150px;
}
.comment-form label, .comment-form legend {
	display: block;
	font-weight: 700;
	font-size: 12px;
}
.comment-form select {
	width: 220px;
	padding: 6px;
}
.comment-form input[type=checkbox] {
	display: inline;
}
.comment-form label span, .comment-form legend span {
	font-weight: 400;
	font-size: 12px;
	color: #444;
}
.comment-form input.error, .comment-form textarea.error {
	margin-bottom: 6px;
}
.comment-form #submit {
	display: inline-block;
	margin-top: 10px;
	padding: 10px 20px;
	font-style: normal;
	line-height: 20px;
	letter-spacing: 3px;
	text-decoration: none;
	text-transform: uppercase;
}
.comment-form ::-webkit-input-placeholder {
color:#fff;
}
.comment-form :-moz-placeholder {
color:#fff;
}
.comment-form ::-moz-placeholder {
color:#fff;
}
.comment-form :-ms-input-placeholder {
color:#fff;
}
.team-members {
	margin-top: 60px;
}
.team-member {
	margin-bottom: 40px;
}
.member-name {
	font-weight: 400;
	margin-bottom: 0;
	padding-bottom: 10px;
	border-bottom: none;
}
.member-role {
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-bottom: 20px;
	border-bottom: 2px solid #ddd;
}
.team-members.style-one {
	text-align: center;
}
.team-members.style-two .team-member {
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 0;
	overflow: hidden;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.team-members.style-two .team-member img {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
}
.team-members.style-two .team-member:hover img {
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-backface-visibility: hidden;
}
.team-members.style-two .overlay-container {
	position: relative;
	text-align: left;
}
.team-members.style-two .overlay-container .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 20px;
	opacity: 1;
	background-color: rgba(0,0,0,0.6);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.team-members.style-two .overlay-container:hover .overlay {
	background-color: rgba(0,0,0,0.4);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-backface-visibility: hidden;
}
.team-members.style-two .member-overview {
	position: absolute;
	bottom: 60px;
	left: 30px;
	background-color: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	opacity: 0;
}
.team-members.style-two .overlay:hover .member-overview {
	position: absolute;
	bottom: 30px;
	left: 30px;
	opacity: 1;
}
.team-members.style-two h3.member-name {
	color: #fff;
	font-size: 25px;
	line-height: 23px;
	border-bottom: none;
	margin-bottom: 10px;
	padding-bottom: 0;
}
.team-members.style-two .member-role {
	color: #ddd;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.service-item {
	margin-bottom: 40px;
}
.service-item [class*="ion-"] {
	color: #ddd;
	font-size: 70px;
	margin-bottom: 10px;
	padding: 10px 0;
}
.service-item h4 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid;
	font-weight: 400;
	text-transform: uppercase;
}
.service-description {
	font-size: 14px;
	line-height: 25px;
}
.footer-global[role="contentinfo"] {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #333;
	color: #fff;
}
.footer-global[role="contentinfo"] a {
	color: #fff;
}
.footer-global[role="contentinfo"] a:hover {
	color: #666;
}
.footer-global[role="contentinfo"] .widget-title {
	color: #fff;
	border-bottom: medium double #666;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.footer-global[role="contentinfo"] .widget ul li {
	border-bottom: 1px solid #666;
	padding-bottom: 10px;
}
.footer-global[role="contentinfo"] .widget ul li:first-of-type {
	padding-top: 0;
}
.footer-global[role="contentinfo"] #recentcomments li {
	border-bottom: none;
	margin-bottom: 20px;
	padding: 10px;
}
.footer-global[role="contentinfo"] .recentcomments {
	background-color: #2a2a2a;
}
.copyright-info {
	margin-top: 10px;
	color: #ddd;
	font-size: 11px;
	text-transform: uppercase;
	text-align: right;
}
.widget {
	font-size: 13px;
	line-height: 24px;
	text-align: left;
	margin-bottom: 30px;
	clear: both;
}
.widget ul {
	list-style: none;
}
.widget ul li {
	font-size: 14px;
}
.widget-thumb {
	float: left;
	margin-right: 20px;
}
.widget-thumb img {
	border: 1px solid #fff;
	border-radius: 1px;
	vertical-align: bottom;
}
.post-widget {
	margin-top: 30px;
}
.post-date {
	font-size: 9px;
	color: #ddd;
	font-style: normal;
	font-weight: 700;
	display: block;
	text-transform: uppercase;
	margin: 2px 0 5px 0;
}
.widget-excerpt a {
	font-size: 13px;
	text-transform: uppercase;
}
.sidebar .widget ul li:before {
	float: left;
	font-family: 'FontAwesome';
	content: "\f1db";
	color: #fff;
	padding-right: 10px;
	font-size: 15px;
}
.sidebar h4.widget-title {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: medium double #ddd;
}
.sidebar .widget ul {
	margin-top: 0;
}
.searchbar input[type="text"], .searchbar input[type="password"], .searchbar input[type="email"], .searchbar textarea, .searchbar select {
	float: left;
	padding: 8px 8px 10px 0;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #333;
	border-left: none;
	outline: none;
	font-size: 14px;
	font-style: italic;
	color: #333;
	margin: 0;
	width: 80%;
	display: block;
	line-height: 1.3;
	margin-bottom: 40px;
	background: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.searchbar input[type="text"]:focus, .searchbar input[type="password"]:focus, .searchbar input[type="email"]:focus, .searchbar textarea:focus {
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #333;
	border-left: none;
	color: #333;
}
.searchbar ::-webkit-input-placeholder {
color:#fff;
}
.searchbar :-moz-placeholder {
color:#fff;
}
.searchbar ::-moz-placeholder {
color:#fff;
}
.searchbar :-ms-input-placeholder {
color:#fff;
}
.searchbar .fa, .searchbar [class*="ion-"], .searchbar [class*="el-"] {
	color: #ddd;
	font-size: 20px;
}
@media only screen and (max-width: 1950px) {
.page-title {
	font-size: 40px;
	line-height: 45px;
	letter-spacing: 6px;
	border-bottom: 5px solid;
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.page-subtitle {
	font-size: 20px;
	line-height: 30px;
	margin-top: 0;
	margin-bottom: 0;
}
}
@media only screen and (max-width: 1670px) {

.header-global .social-icons>li {
	padding: 0 20px 0 0;
}
.custom-headings .custom-headings-inner .avatar, .custom-headings [class*="ion-"], .custom-headings .custom-headings-inner .read-more {
	display: none;
}
.guumenu>li>a {
	padding: 20px 15px 20px 0;
}
}
@media (max-width: 1024px) {
.c2{
	width:40.66% !important;
}
.mobile {
	position: relative;
	-o-transition-property: none;
	-moz-transition-property: none;
	-ms-transition-property: none;
	-webkit-transition-property: none;
	transition-property: none;
	padding: 10px 0 0 0;
}
.mobile .c2 {
	margin-bottom: 10px;
}
.mobile .c7 {
	margin-bottom: 5px;
	float: none;
	width: 100%;
}
.mobile .c3 {
	margin-bottom: 0;
}
.guumenu>li.showhide span.title {
	margin: 15px 0 0 0;
}
.guumenu>li>a {
	padding: 15px 20px 15px 0;
}
.header-global .social-icons, .header-top .c4 {
	display: none;
}
.social-icons .tooltip span {
	display: none;
}
.page-title {
	font-size: 30px;
	line-height: 35px;
	letter-spacing: 6px;
	border-bottom: 3px solid;
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.page-subtitle {
	font-size: 20px;
	line-height: 25px;
	margin-top: 0;
	margin-bottom: 0;
}
.custom-headings .custom-headings-inner {
	top: 30%;
	-webkit-transform: translateY(-30%);
	-ms-transform: translateY(-30%);
	-o-transform: translateY(-30%);
	transform: translateY(-30%);
}
}
@media (max-width: 768px) {
.c2{
	width:40.66% !important;
}
.project-overview {
	width: 100%;
}
.custom-headings .custom-headings-inner {
	top: 30%;
	-webkit-transform: translateY(-30%);
	-ms-transform: translateY(-30%);
	-o-transform: translateY(-30%);
	transform: translateY(-30%);
}
h1.page-title {
	color: #fff;
}
.page-title {
	border-bottom: none;
}
.page-subtitle {
	display: none;
}
.client-logos li {
	padding: 10px 10px 10px 0;
}
.filter li {
	float: none;
	padding-bottom: 0;
}
.quotes blockquote p, #latest-tweet .tweet {
	font-size: 25px;
	line-height: 35px;
}
.post-excerpt .author-avatar, .post-single .author-avatar {
	width: 110px;
	margin-bottom: 0;
}
.copyright-info {
	text-align: left;
}
.pagination {
	float: left;
}
.author-bio {
	margin: 20px 0 40px 0;
	padding: 20px 20px 20px 0;
}
.author-bio img {
	width: 130px;
	margin-bottom: 15px;
}
.comment-form .c3 {
	padding-right: 0;
}
.pager {
	margin-top: 20px;
}
.pager .next a {
	float: left;
	clear: both;
}
.flex-direction-nav a {
	display: none;
}
.project-icons {
	margin-top: 20px;
}
}
@media (max-width: 479px) {
.c2{
	width:60.66% !important;
}
.custom-headings .custom-headings-inner {
	top: 8%;
	-webkit-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
	-o-transform: translateY(-20%);
	transform: translateY(-20%);
}
.page-title {
	font-size: 20px;
	line-height: 25px;
}
.author-info {
	float: left;
	clear: both;
}
.post-tags {
	margin-top: 20px;
}
.post-tags a {
	margin: 0;
	padding: 3px 5px;
}
}
