@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icomoon/icomoon.eot?srf3rx");
	src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: 'IBM Plex Serif', serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.7;
	color: white;
	background: black;
}
#title {
	color: #ff4a10;
	font-weight: bold;
	font-size: 60px;
	line-height: 1.2;
}
/* p.firstletter:first-child:first-letter {
	color: #ff4a10;
	font-family: 'IBM Plex Serif', serif;
	initial-letter: 3;
	font-weight: bold;
	margin-right: 0.5rem;
} */
/* 1. Base styles & Firefox Fallback */
p.firstletter::first-letter {
    color: #ff4a10;
    font-family: 'IBM Plex Serif', serif;
    font-weight: bold;
    float: left;
    margin-right: 0.5rem;

    /* --- THE TWEAK ZONE FOR FIREFOX --- */
    font-size: 8rem;   /* 1. Controls the height. Increase/decrease this to span 3 lines */
    line-height: 0.85;   /* 2. Squeezes the invisible box around the letter so text wraps tightly */
    margin-top: .9rem; /* 3. Nudges the letter down so its top aligns with the top of line 1 */
}
/* 2. Modern Layout (Chrome, Safari, Edge) */
@supports (initial-letter: 3) or (-webkit-initial-letter: 3) {
    p.firstletter::first-letter {
        initial-letter: 3;
        -webkit-initial-letter: 3;
        
        /* Reset Firefox tweaks so Chrome/Safari stay perfect */
        float: none;
        font-size: inherit;
        line-height: inherit;
        margin-top: 0;
        margin-right: 0.5rem; 
    }
}
button.change-image {
	text-decoration: none;
	font-family: 'IBM Plex Serif', serif;
	font-weight: 600;
	font-size: 14px;
	color: black;
	background: #ff4a10;
	padding: 1px 5px 1px 5px;
	border: 1px solid black;
	margin-bottom: 10px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	display: block;
}
button.change-image:hover {
	background: black;
	border: 1px solid white;
	color: #ff4a10;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
button.change-color {
	text-decoration: none;
	font-family: 'IBM Plex Serif', serif;
	font-weight: 400;
	font-size: 12px;
	color: #ff4a10;
	background: black;
	padding: 0px 5px 0px 5px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	display: block;
	margin: 0 auto;
	border: 1px solid black;
}
button.change-color:hover {
	color: white;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#about-page {
	color: black;
}
form {
	color: black;
}
p.formelement {
	margin-bottom: 5px;
	font-weight: bold;
}
p.formquestion {
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: 600;
}
p.formoption {
	margin-bottom: 5px;
	font-weight: 400;
}
p.formelement input {
	width: 250px;
}
input {
	font-weight: 400;
}
input[type='checkbox'] {
	accent-color: #ff4a10;
}
textarea {
	padding: 5px 7px 5px 7px;
	width: 80%;
	height: 150px;
}
input.submit {
	text-decoration: none;
	font-family: 'IBM Plex Serif', serif;
	font-weight: 600;
	font-size: 40px;
	color: black;
	background: #ff4a10;
	padding: 0px 15px 0px 15px;
	border: 1px solid black;
	margin-top: 20px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
input.submit:hover {
	background: black;
	border: 1px solid white;
	color: #ff4a10;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
@media screen and (max-width: 768px) {
	input.submit {
		font-size: 30px;
		padding: 0px 10px 0px 10px;
	}
	textarea {
		width: 100%;
	}
}
h1.pageheader {
	font-size: 60px;
	margin-bottom: 40px;
}
#page {
	position: relative;
	overflow-x: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.offcanvas #page {
	overflow: hidden;
	position: absolute;
}
.offcanvas #page:after {
	-webkit-transition: 2s;
	-o-transition: 2s;
	transition: 2s;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
	background: rgba(0, 0, 0, 0.7);
	content: "";
}
a {
	color: #ff4a10;
}
a:hover, a:active, a:focus {
	color: black;
	outline: none;
	text-decoration: none;
}
span.readmore {
	background: black;
	border: 1px solid white;
	padding: 4px 7px 4px 7px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
span.readmore:hover {
	background: #ff4a10;
	border: 1px solid black;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
span.readmore a {
	color: #ff4a10;
}
span.readmore a:hover {
	color: black;
}
div.button {
	margin-top: 10px;
	margin-bottom: 50px;
}
div.external-button {
	margin-top: 10px;
	margin-bottom: 20px;
}
span.link {
	background: #ff4a10;
	border: 1px solid black;
	padding: 3px 5px 3px 5px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
span.link:hover {
	background: black;
	border: 1px solid white;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
div.external-button a {
	font-family: 'IBM Plex Serif', serif;
	font-weight: 600;
	font-size: 14px;
	color: black;
}
div.external-button a:hover {
	color: #ff4a10;
}
p {
	margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6, figure {
	color: #000;
	font-family: 'IBM Plex Serif', serif;
	font-weight: 400;
	margin: 0 0 20px 0;
}
::-webkit-selection {
	color: black;
	background: #ff4a10;
}
::-moz-selection {
	color: black;
	background: #ff4a10;
}
::selection {
	color: black;
	background: #ff4a10;
}
.gtco-nav {
	position: fixed;
	top: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	padding: 25px 0;
	z-index: 1001;
	background: transparent;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.gtco-nav > .container {
	padding-bottom: 25px;
	border-bottom: 1px solid white;
}
@media screen and (max-width: 768px) {
	.gtco-nav {
		padding: 25px 0;
	}
}
.gtco-nav #gtco-logo {
	font-size: 24px;
	padding: 0;
	margin: 0;
	font-weight: bold;
}
#gtco-logo a {
	color: white;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#gtco-logo a:hover {
	color: #ff4a10;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.scrolled #gtco-logo a {
	color: black;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.scrolled #gtco-logo a:hover {
	color: white;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
@media screen and (max-width: 768px) {
	.gtco-nav #gtco-logo {
		margin-bottom: 0;
	}
}
.gtco-nav a {
	padding: 5px 10px;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.gtco-nav .menu-1 {
		display: none;
	}
}
.gtco-nav ul {
	padding: 0;
	margin: 7px 0 0 0;
}
.gtco-nav ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
	font-family: 'IBM Plex Serif', serif;
}
.gtco-nav ul li > a {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 30px 10px;
	color: rgba(255, 255, 255, 0.5);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.gtco-nav ul li > a:hover, .gtco-nav ul li > a:focus, .gtco-nav ul li > a:active {
	color: white;
}
.gtco-nav ul li.has-dropdown {
	position: relative;
}
.gtco-nav ul li.has-dropdown .dropdown {
	width: 130px;
	-webkit-box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
	z-index: 1002;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 40px;
	left: 0;
	text-align: left;
	background: #fff;
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}
.gtco-nav ul li.has-dropdown .dropdown:before {
	bottom: 100%;
	left: 40px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #fff;
	border-width: 8px;
	margin-left: -8px;
}
.gtco-nav ul li.has-dropdown .dropdown li {
	display: block;
	margin-bottom: 7px;
}
.gtco-nav ul li.has-dropdown .dropdown li:last-child {
	margin-bottom: 0;
}
.gtco-nav ul li.has-dropdown .dropdown li > a {
	text-transform: none;
	letter-spacing: inherit;
	padding: 2px 0;
	display: block;
	color: #999999;
	line-height: 1.2;
	text-transform: none;
	font-size: 15px;
}
.gtco-nav ul li.has-dropdown .dropdown li > a:hover {
	color: #000;
}
.gtco-nav ul li.has-dropdown:hover a, .gtco-nav ul li.has-dropdown:focus a {
	color: #fff;
}
.gtco-nav ul li.btn-cta a {
	color: #ff4a10;
}
.gtco-nav ul li.btn-cta a span {
	background: #f35f55;
	color: #fff;
	padding: 4px 20px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.gtco-nav ul li.btn-cta a:hover span {
	background: #f14034 !important;
	-webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.gtco-nav ul li.active > a {
	color: white;
	position: relative;
}
.scrolled .gtco-nav {
	background: #ff4a10;
	padding: 10px 0;
	-webkit-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
}
.scrolled .gtco-nav > .container {
	padding-bottom: 0px;
	border-bottom: 1px solid transparent;
}
.scrolled .gtco-nav a {
	color: #000;
}
.scrolled .gtco-nav ul li a:hover {
	color: white;
}
.scrolled .gtco-nav ul li a:focus {
	color: white;
}
.scrolled .gtco-nav ul li a:active {
	color: black;
}
.scrolled .gtco-nav ul li.active a {
	color: black;
}
.scrolled .gtco-nav ul li.has-dropdown:hover > a, .scrolled .gtco-nav ul li.has-dropdown:focus > a {
	color: white;
}
#gtco-header,#gtco-counter,.gtco-bg {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}
.gtco-bg {
	background-size: cover;
	background-position: center center;
	position: relative;
	width: 100%;
	float: left;
	position: relative;
}
#gtco-header .date-post {
	display: block;
	color: white;
	font-size: 15px;
	text-transform: uppercase;
}
#gtco-header a {
	color: white;
}
#gtco-header a:hover {
	color: white;
}
.gtco-cover {
	height: 900px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	width: 100%;
}
.gtco-cover .overlay {
	z-index: 0;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(39, 41, 43, 0.7);
}
.gtco-cover > .gtco-container {
	position: relative;
	z-index: 10;
}
@media screen and (max-width: 768px) {
	.gtco-cover {
		height: 600px;
	}
}
.gtco-cover .display-t,.gtco-cover .display-tc {
	z-index: 9;
	height: 900px;
	display: table;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.gtco-cover .display-t,.gtco-cover .display-tc {
		height: 600px;
	}
}
.gtco-cover.gtco-cover-sm {
	height: 600px;
}
@media screen and (max-width: 768px) {
	.gtco-cover.gtco-cover-sm {
		height: 400px;
	}
}
.gtco-cover.gtco-cover-sm .display-t,.gtco-cover.gtco-cover-sm .display-tc {
	height: 600px;
	display: table;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.gtco-cover.gtco-cover-sm .display-t,.gtco-cover.gtco-cover-sm .display-tc {
		height: 400px;
	}
}
.gtco-staff {
	text-align: center;
	margin-bottom: 30px;
	background: #fff;
	padding: 30px;
	float: left;
	width: 100%;
}
.gtco-staff img {
	width: 100px;
	margin-bottom: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.gtco-staff h3 {
	font-size: 24px;
	margin-bottom: 5px;
}
.gtco-staff p {
	margin-bottom: 30px;
}
.gtco-staff .role {
	color: #bfbfbf;
	margin-bottom: 30px;
	font-weight: normal;
	display: block;
}
#gtco-main {
	width: 100%;
	float: left;
	background-color: white;
}
#gtco-main-article {
	width: 100%;
	float: left;
	background-color: black;
}
#gtco-main .related-title,#gtco-main-article .related-title, {
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'IBM Plex Serif', serif;
	color: #000;
	margin-bottom: 50px;
}
.mt-negative {
	top: -7em;
	position: relative;
	z-index: 200;
}
article {
	text-align: center;
	float: left;
	margin-bottom: 0px;
	padding: 3em;
	background: black;
	position: relative;
	background-color: black;
}
article p {
	margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
	article {
		margin-bottom: 80px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (max-width: 992px) {
	article {
		margin-bottom: 80px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (max-width: 768px) {
	article {
		margin-bottom: 40px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
article a img {
	opacity: 1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
article a:hover img {
	opacity: .4;
}
article figure {
	margin-bottom: 30px;
}
article h2 {
	font-family: 'IBM Plex Serif', serif;
	font-size: 34px;
	color: #000;
	margin-bottom: 30px;
}
article h2 a {
	color: #000;
}
@media screen and (max-width: 992px) {
	article h2 {
		font-size: 26px;
	}
}
@media screen and (max-width: 768px) {
	article h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
}
article .gtco-meta {
	font-size: 16px;
	font-family: 'IBM Plex Serif', serif;
	color: #999999;
	margin-bottom: 20px;
	display: block;
}
@media screen and (max-width: 480px) {
	article .gtco-meta {
		margin-bottom: 10px;
	}
}
article .gtco-meta.gtco-date {
	text-transform: uppercase;
	letter-spacing: 2px;
}
article .content-article {
	padding-top: 1em;
}
article .content-article a {
	text-decoration: underline;
}
article .content-article blockquote {
	border-left: none;
	padding-left: 0;
}
article .content-article blockquote p {
	font-family: 'IBM Plex Serif', serif;
	font-size: 27px;
	font-style: italic;
	line-height: 1.5;
	color: white;
}
article .content-article blockquote p cite {
	padding-top: 20px;
	display: block;
	font-size: 14px;
	font-style: normal;
	font-family: 'IBM Plex Serif', serif;
	color: gray;
}
article .gtco-highlight {
	border: 4px solid #f2f2f2;
	padding: 30px;
	width: 100%;
	margin-bottom: 30px;
}
article .gtco-highlight.right {
	float: right;
	margin-left: 30px;
}
article .gtco-highlight.left {
	float: left;
}
article .gtco-highlight h4 {
	font-size: 14px;
	letter-spacing: 2px;
	color: #b3b3b3;
	text-transform: uppercase;
	font-family: 'IBM Plex Serif', serif;
}
article .gtco-highlight p {
	font-family: 'IBM Plex Serif', serif;
	font-style: italic;
	color: #000;
	font-size: 20px;
}
figure figcaption {
	padding-top: 15px;
	font-size: 12px;
	font-family: 'IBM Plex Serif', serif;
	color: #999999;
}
#gtco-post-list {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	width: 100%;
	margin-left: -2%;
}
@media screen and (max-width: 768px) {
	#gtco-post-list {
		margin-left: 0% !important;
	}
}
#gtco-post-list li {
	display: block;
	padding: 0;
	margin: 0 0 20px 2%;
	list-style: none;
	min-height: 400px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
	clear: left;
	position: relative;
	background: black;
}
@media screen and (max-width: 768px) {
	#gtco-post-list li {
		margin-left: 0;
	}
}
#gtco-post-list li .post-meta {
	position: absolute;
	bottom: 30px;
	display: block;
	padding: 0 30px;
	color: white;
}
#gtco-post-list li .post-meta .date-posted {
	margin-left: 20px;
	color: #ff4a10;
	text-transform: uppercase;
}
#gtco-post-list li.two-third {
	width: 64.6%;
	background-color: black;
}
@media screen and (max-width: 992px) {
	#gtco-post-list li.two-third {
		width: 48%;
	}
}
@media screen and (max-width: 768px) {
	#gtco-post-list li.two-third {
		width: 100%;
	}
}
#gtco-post-list li.one-third {
	width: 31.3%;
	background-color: black;
}
@media screen and (max-width: 992px) {
	#gtco-post-list li.one-third {
		width: 48%;
	}
}
@media screen and (max-width: 768px) {
	#gtco-post-list li.one-third {
		width: 100%;
	}
}
#gtco-post-list li.one-half {
	width: 48%;
}
@media screen and (max-width: 768px) {
	#gtco-post-list li.one-half {
		width: 100%;
	}
}
.entry {
	display: block;
	overflow: hidden;
	clear: both;
	position: relative;
	float: left;
	width: 100%;
}
.entry.one-half {
	width: 50%;
	margin-right: 20px;
}
.entry.one-half:last-child {
	margin-right: 0;
}
.entry h3 {
	font-size: 30px !important;
	line-height: 1.2;
	color: white;
}
.entry .entry-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	min-height: 340px;
}
.entry .entry-desc {
	padding: 30px;
	margin-bottom: 40px;
	background-color: black;
}
.entry p {
	color: white;
	line-height: 1.9;
}
.entry.full {
	display: table;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.entry.full {
		display: block;
	}
}
.entry.full .entry-img {
	display: table-cell;
	vertical-align: top;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 50%;
	height: 500px;
}
@media screen and (max-width: 768px) {
	.entry.full .entry-img {
		display: block;
		width: 100%;
	}
}
.entry.full .entry-desc {
	background: black;
	padding: 30px;
	display: table-cell;
	width: 50%;
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
	.entry.full .entry-desc {
		display: block;
		width: 100% !important;
	}
}
.entry.full .post-meta {
	margin-left: 50%;
	background-color: black;
}
@media screen and (max-width: 768px) {
	.entry.full .post-meta {
		margin-left: 0px;
	}
}
.post-entry > .post-entry,.post-entry > .post-img {
	vertical-align: top;
}
.post-entry > .post-img {
	display: table-cell;
	width: 100px;
}
.post-entry > .post-img a {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.post-entry > .post-img a img {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.post-entry > .post-img a:hover img {
	opacity: .8;
}
.post-entry > .post-copy {
	padding-left: 20px;
	display: table-cell;
}
.post-entry > .post-copy h4 {
	color: black;
	font-size: 20px;
}
.post-entry > .post-copy h4 a {
	color: black;
}
.pagination a {
	background: none;
	border: none !important;
	color: gray !important;
}
.pagination a:hover, .pagination a:focus, .pagination a:active {
	background: none !important;
}
.pagination > li > a {
	margin: 0 2px;
	font-size: 18px;
	padding: 0 !important;
	background: none;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	-ms-border-radius: 50% !important;
	-o-border-radius: 50% !important;
	border-radius: 50% !important;
	height: 50px;
	width: 50px;
	line-height: 50px;
	display: table-cell;
	vertical-align: middle;
	z-index: 10;
}
.pagination > li > a:hover {
	color: #ff4a10 !important;
	background: #e6e6e6 !important;
}
.pagination > li.disabled > a {
	background: none;
}
.pagination > li.active > a {
	z-index: 19;
	background: #fff !important;
	-webkit-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
	box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
	color: #ff4a10 !important;
}
.pagination > li.active > a:hover {
	cursor: pointer;
	background: #f96982 !important;
}
.gtco-social-icons {
	margin: 0;
	padding: 0;
}
.gtco-social-icons li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.gtco-social-icons li a {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	color: #ff4a10;
	padding-left: 10px;
	padding-right: 10px;
}
.gtco-social-icons li a i {
	font-size: 20px;
}
.gtco-contact-info ul {
	padding: 0;
	margin: 0;
}
.gtco-contact-info ul li {
	padding: 0 0 0 70px;
	margin: 0 0 30px 0;
	list-style: none;
	position: relative;
}
.gtco-contact-info ul li:before {
	color: #ccddea;
	position: absolute;
	left: 0;
	top: .05em;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.gtco-contact-info ul li.address:before {
	font-size: 30px;
	content: "\e9d1";
}
.gtco-contact-info ul li.phone:before {
	font-size: 23px;
	content: "\e9f4";
}
.gtco-contact-info ul li.email:before {
	font-size: 23px;
	content: "\e9da";
}
.gtco-contact-info ul li.url:before {
	font-size: 23px;
	content: "\e9af";
}
#gtco-header .display-tc,#gtco-counter .display-tc,.gtco-cover .display-tc {
	display: table-cell !important;
	vertical-align: middle;
}
#gtco-header .display-tc h1, #gtco-header .display-tc h2,#gtco-counter .display-tc h1,#gtco-counter .display-tc h2,.gtco-cover .display-tc h1,.gtco-cover .display-tc h2 {
	margin: 0;
	padding: 0;
	color: white;
}
#gtco-header .display-tc h1,#gtco-counter .display-tc h1,.gtco-cover .display-tc h1 {
	margin-bottom: 0px;
	margin-top: 0;
	font-size: 60px;
	line-height: 1.1;
	font-family: 'IBM Plex Serif', serif;
	font-weight: 300;
}
@media screen and (max-width: 768px) {
	#gtco-header .display-tc h1,#gtco-counter .display-tc h1,.gtco-cover .display-tc h1,h1.pageheader,#title {
		font-size: 40px;
	}
}
#gtco-header .display-tc h2,#gtco-counter .display-tc h2,.gtco-cover .display-tc h2 {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 30px;
	text-transform: uppercase;
}
#gtco-header .display-tc .btn,#gtco-counter .display-tc .btn,.gtco-cover .display-tc .btn {
	padding: 15px 30px;
	background: #ff4a10;
	color: #fff;
	border: none !important;
	font-size: 18px;
	text-transform: uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
#gtco-header .display-tc .btn:hover,#gtco-counter .display-tc .btn:hover,.gtco-cover .display-tc .btn:hover {
	background: #f6163c !important;
	-webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
	-moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
	box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#gtco-header .display-tc .or,#gtco-counter .display-tc .or,.gtco-cover .display-tc .or {
	color: rgba(255, 255, 255, 0.3);
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 0 20px;
}
#gtco-header .display-tc .text-link,#gtco-counter .display-tc .text-link,.gtco-cover .display-tc .text-link {
	border-bottom: none;
	font-family: 'IBM Plex Serif', serif;
	font-size: 14px;
	color: #ff4a10;
	font-family: 'IBM Plex Serif', serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#gtco-header .display-tc .text-link:hover,#gtco-counter .display-tc .text-link:hover,.gtco-cover .display-tc .text-link:hover {
	color: #fff;
}
#gtco-header .display-tc .form-inline .form-group,#gtco-counter .display-tc .form-inline .form-group,.gtco-cover .display-tc .form-inline .form-group {
	width: 100% !important;
	margin-bottom: 10px;
}
#gtco-header .display-tc .form-inline .form-group .form-control,#gtco-counter .display-tc .form-inline .form-group .form-control,.gtco-cover .display-tc .form-inline .form-group .form-control {
	width: 100%;
	background: #fff;
	border: none;
}
.gtco-bg-section {
	background: #F0F5F9;
}
#gtco-services,#gtco-main,#gtco-main-article,#gtco-started,#gtco-testimonial,#gtco-blog,#gtco-project,#gtco-about,#gtco-team,#gtco-contact,#gtco-footer {
	padding: 7em 0;
	clear: both;
}
@media screen and (max-width: 768px) {
	#gtco-services,#gtco-main,#gtco-main-article,#gtco-started,#gtco-testimonial,#gtco-blog,#gtco-project,#gtco-about,#gtco-team,#gtco-contact,#gtco-footer {
		padding: 3em 0;
	}
}
#gtco-testimonial {
	background: #F0F5F9;
}
#gtco-testimonial .testimonial {
	background: #fff;
	padding: 30px;
	position: relative;
	margin-bottom: 4em;
	bottom: 0;
}
#gtco-testimonial .testimonial blockquote {
	border-left: none;
	padding: 0;
	margin: 0;
}
#gtco-testimonial .testimonial p {
	color: #666666;
	font-size: 18px;
	font-style: italic;
	line-height: 1.5;
}
#gtco-testimonial .testimonial p.author {
	color: #b3b3b3;
}
#gtco-testimonial .testimonial p.author img {
	width: 60px;
	margin-right: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
#gtco-testimonial .testimonial p.author cite {
	font-style: normal;
	font-size: 13px;
	font-family: 'IBM Plex Serif', serif;
}
#gtco-testimonial .testimonial p:last-child {
	margin-bottom: 0;
}
#gtco-testimonial .testimonial:after {
	position: absolute;
	left: 11%;
	bottom: -30px;
	display: block;
	width: 0;
	content: "";
	border-width: 30px 30px 0 0;
	border-style: solid;
	border-color: #fff transparent;
}
#gtco-testimonial .testimonial.gtco-selected {
	background: #f35f55;
	bottom: 10px;
	-webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
#gtco-testimonial .testimonial.gtco-selected p {
	color: #fff;
}
#gtco-testimonial .testimonial.gtco-selected p.author cite {
	color: rgba(255, 255, 255, 0.7);
}
#gtco-testimonial .testimonial.gtco-selected:after {
	border-color: #ff4a10 transparent;
}
@media screen and (max-width: 768px) {
	#gtco-testimonial .testimonial.gtco-selected {
		bottom: 0;
	}
}
#gtco-blog .gtco-post {
	background: #fff;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding: 30px;
	-webkit-box-shadow: -2px 11px 24px -10px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: -2px 11px 24px -10px rgba(0, 0, 0, 0.09);
	box-shadow: -2px 11px 24px -10px rgba(0, 0, 0, 0.09);
	position: relative;
	bottom: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#gtco-blog .gtco-post h3 {
	margin-bottom: 20px;
}
#gtco-blog .gtco-post h3 a {
	color: #f35f55;
}
#gtco-blog .gtco-post h3 a:hover {
	color: #f35f55;
}
#gtco-blog .gtco-post .gtco-date {
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 12px;
	color: white;
	letter-spacing: .07em;
}
#gtco-blog .gtco-post p.author {
	color: #b3b3b3;
}
#gtco-blog .gtco-post p.author img {
	width: 50px;
	margin-right: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
#gtco-blog .gtco-post p.author cite {
	font-style: normal;
	font-size: 13px;
}
#gtco-blog .gtco-post p:last-child {
	margin-bottom: 0;
}
#gtco-blog .gtco-post:hover, #gtco-blog .gtco-post:focus {
	bottom: 10px;
}
@media screen and (max-width: 768px) {
	#gtco-blog .gtco-post:hover, #gtco-blog .gtco-post:focus {
		bottom: 0;
	}
}
#gtco-counter {
	background: #fff;
	padding: 7em 0;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#gtco-counter {
		padding: 3em 0;
	}
}
#gtco-counter .counter {
	font-size: 50px;
	margin-bottom: 10px;
	color: #ff4a10;
	font-weight: 100;
	display: block;
}
#gtco-counter .counter-label {
	margin-bottom: 0;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.5);
	letter-spacing: .1em;
}
#gtco-counter .feature-center:hover .counter {
	color: #fff;
}
@media screen and (max-width: 768px) {
	#gtco-counter .feature-center {
		margin-bottom: 30px;
	}
}
#gtco-counter .icon {
	width: 70px;
	text-align: center;
	margin-bottom: 20px;
	background: none !important;
	border: none !important;
}
#gtco-counter .icon i {
	height: 70px;
}
#gtco-counter .icon i:before {
	color: #cccccc;
	display: block;
	text-align: center;
	margin-left: 3px;
}
#gtco-project .gtco-project {
	margin-bottom: 30px;
}
#gtco-project .gtco-project > a {
	display: block;
	color: #000;
	position: relative;
	bottom: 0;
	overflow: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#gtco-project .gtco-project > a img {
	position: relative;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#gtco-project .gtco-project > a:after {
	opacity: 0;
	visibility: hidden;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 8;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#gtco-project .gtco-project > a .gtco-copy {
	z-index: 12;
	position: absolute;
	right: 20px;
	left: 20px;
	bottom: 0px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#gtco-project .gtco-project > a .gtco-copy h3 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
}
#gtco-project .gtco-project > a .gtco-copy p {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
}
#gtco-project .gtco-project > a .gtco-copy p:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	#gtco-project .gtco-project > a .gtco-copy {
		position: relative;
		visibility: visible;
		opacity: 1;
		bottom: 0;
		color: #000;
		padding: 20px;
		background: #fff;
	}
}
#gtco-project .gtco-project > a:hover {
	-webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 768px) {
	#gtco-project .gtco-project > a:hover {
		bottom: 0;
	}
}
#gtco-project .gtco-project > a:hover:after {
	opacity: 1;
	visibility: visible;
}
@media screen and (max-width: 768px) {
	#gtco-project .gtco-project > a:hover:after {
		opacity: 0;
		visibility: hidden;
	}
}
#gtco-project .gtco-project > a:hover .gtco-copy {
	opacity: 1;
	visibility: visible;
	bottom: 20px;
}
@media screen and (max-width: 768px) {
	#gtco-project .gtco-project > a:hover .gtco-copy {
		bottom: 0;
		padding: 20px;
		background: #fff;
	}
}
#gtco-project .gtco-project > a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
@media screen and (max-width: 768px) {
	#gtco-project .gtco-project > a:hover img {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}
#gtco-services.border-bottom {
	border-bottom: 1px solid #dae6ef;
	-webkit-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
	position: relative;
	z-index: 10;
}
.feature-center {
	padding: 30px;
	float: left;
	width: 100%;
	position: relative;
	bottom: 0;
	margin-bottom: 40px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
@media screen and (max-width: 768px) {
	.feature-center {
		margin-bottom: 50px;
	}
}
.feature-center .desc {
	padding-left: 180px;
}
.feature-center .icon {
	margin-bottom: 20px;
	display: block;
}
.feature-center .icon i {
	font-size: 40px;
	color: rgba(42, 54, 59, 0.2);
}
.feature-center .icon2 {
	float: left;
}
.feature-center .icon2 i {
	font-size: 100px;
}
.feature-center p:last-child {
	margin-bottom: 0;
}
.feature-center p, .feature-center h3 {
	margin-bottom: 30px;
}
.feature-center h3 {
	font-size: 22px;
	color: #5d5d5d;
}
.feature-center:hover, .feature-center:focus {
	background: #ff4a10;
	bottom: 10px;
	-webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
.feature-center:hover p:last-child, .feature-center:focus p:last-child {
	margin-bottom: 0;
}
.feature-center:hover .icon i, .feature-center:focus .icon i {
	color: rgba(255, 255, 255, 0.7);
}
.feature-center:hover p, .feature-center:hover h3, .feature-center:focus p, .feature-center:focus h3 {
	color: #fff !important;
}
.feature-center:hover a, .feature-center:focus a {
	color: rgba(255, 255, 255, 0.7);
}
.feature-center:hover a:hover, .feature-center:focus a:hover {
	color: #fff;
}
@media screen and (max-width: 768px) {
	.feature-center:hover, .feature-center:focus {
		bottom: 0;
	}
}
.project-grid {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	height: 350px;
	margin-bottom: 40px;
}
.project-grid:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}
.project-grid .desc {
	background: rgba(247, 56, 89, 0.9);
	padding: 10px 20px;
	position: absolute;
	bottom: -93px;
	left: 0;
	right: 0;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}
.project-grid .desc h3 a {
	color: white;
}
.project-grid .desc span {
	color: rgba(255, 255, 255, 0.4);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}
@media screen and (max-width: 768px) {
	.project-grid .desc {
		bottom: 0;
	}
}
.project-grid:hover:before, .project-grid:focus:before {
	opacity: 1;
}
.project-grid:hover .desc, .project-grid:focus .desc {
	bottom: 0;
}
.project-content {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	padding: 7em 0;
}
@media screen and (max-width: 768px) {
	.project-content {
		padding: 3em 0;
	}
}
.project-content .col-half {
	width: 50%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
@media screen and (max-width: 480px) {
	.project-content .col-half {
		width: 100%;
	}
}
.project-content .col-half .project, .project-content .col-half .project-grid {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}
.project-content .col-half .project:before, .project-content .col-half .project-grid:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}
.project-content .col-half .project:hover:before, .project-content .col-half .project:focus:before, .project-content .col-half .project-grid:hover:before, .project-content .col-half .project-grid:focus:before {
	opacity: 1;
}
.project-content .col-half .project:hover .desc, .project-content .col-half .project:focus .desc, .project-content .col-half .project-grid:hover .desc, .project-content .col-half .project-grid:focus .desc {
	bottom: 0;
}
@media screen and (max-width: 480px) {
	.project-content .col-half .project, .project-content .col-half .project-grid {
		height: 340px !important;
		margin-bottom: 20px;
	}
}
.project-content .col-half .project {
	height: 800px;
}
.project-content .col-half .project-grid {
	height: 390px;
	margin-bottom: 20px;
}
.project-content .col-half .project-grid:last-child {
	margin-bottom: 0;
}
.project-content .desc {
	background: rgba(247, 56, 89, 0.9);
	padding: 10px 20px;
	position: absolute;
	bottom: -93px;
	left: 0;
	right: 0;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}
.project-content .desc h3 {
	color: white;
}
.project-content .desc span {
	color: rgba(255, 255, 255, 0.4);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}
@media screen and (max-width: 768px) {
	.project-content .desc {
		bottom: 0;
	}
}
.gtco-heading {
	margin-bottom: 2em;
}
.gtco-heading.gtco-heading-sm {
	margin-bottom: 2em;
}
.gtco-heading h2 {
	font-size: 55px;
	margin-bottom: 0px;
	line-height: 1.5;
	font-weight: 300;
	color: #000;
}
.gtco-heading p {
	font-size: 18px;
	line-height: 1.5;
	color: #828282;
}
.gtco-heading span {
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	color: #cccccc;
}
#gtco-started {
	background: rgba(42, 51, 86, 0.9);
}
#gtco-started .gtco-heading h2 {
	color: #fff;
	margin-bottom: 20px !important;
	font-weight: 300;
}
#gtco-started .gtco-heading p {
	color: rgba(255, 255, 255, 0.5);
}
#gtco-started .form-control {
	background: rgba(255, 255, 255, 0.2);
	border: none !important;
	color: #fff;
	font-size: 16px !important;
	width: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#gtco-started .form-control::-webkit-input-placeholder {
	color: #fff;
}
#gtco-started .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}
#gtco-started .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}
#gtco-started .form-control:-ms-input-placeholder {
	color: #fff;
}
#gtco-started .form-control:focus {
	background: rgba(255, 255, 255, 0.3);
}
#gtco-started .btn {
	height: 54px;
	border: none !important;
	background: #ff4a10;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	padding-left: 30px;
	padding-right: 30px;
}
#gtco-started .btn:hover {
	background: #f6163c !important;
	-webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
	-moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
	box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
}
#gtco-started .form-inline .form-group {
	width: 100% !important;
	margin-bottom: 10px;
}
#gtco-started .form-inline .form-group .form-control {
	width: 100%;
}
#gtco-footer {
	background: #000;
}
#gtco-footer h3 {
	color: #fff;
}
#gtco-footer .footer-heading {
	margin-bottom: 50px;
}
#gtco-footer .post-meta {
	position: relative !important;
	display: block;
	padding: 0;
	float: left;
	color: rgba(255, 255, 255, 0.3);
}
#gtco-footer .post-meta .date-posted {
	margin-left: 0px;
}
#gtco-footer .footer-logo {
	font-family: "Roboto Mono", serif;
}
#gtco-footer .footer-logo span {
	color: #ff4a10;
}
#gtco-footer .gtco-footer-links {
	padding: 0;
	margin: 0;
}
#gtco-footer .gtco-footer-links li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#gtco-footer .gtco-footer-links li a {
	color: #fff;
	text-decoration: none;
}
#gtco-footer .gtco-footer-links li a:hover {
	text-decoration: underline;
}
#gtco-footer .gtco-widget {
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
	#gtco-footer .gtco-widget {
		text-align: left;
	}
}
#gtco-footer .gtco-widget h3 {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
}
#gtco-footer .copyright {
	margin-top: 50px;
}
#gtco-footer .copyright .block {
	display: block;
}
#gtco-offcanvas {
	position: fixed;
	z-index: 1901;
	width: 270px;
	background: black;
	top: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 45px 40px 40px 40px;
	overflow-y: auto;
	display: none;
	-moz-transform: translateX(270px);
	-webkit-transform: translateX(270px);
	-ms-transform: translateX(270px);
	-o-transform: translateX(270px);
	transform: translateX(270px);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
@media screen and (max-width: 768px) {
	#gtco-offcanvas {
		display: block;
	}
}
.offcanvas #gtco-offcanvas {
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}
#gtco-offcanvas a {
	color: rgba(255, 255, 255, 0.5);
}
#gtco-offcanvas a:hover {
	color: rgba(255, 255, 255, 0.8);
}
#gtco-offcanvas ul {
	padding: 0;
	margin: 0;
}
#gtco-offcanvas ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#gtco-offcanvas ul li > ul {
	padding-left: 20px;
	display: none;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown > a {
	display: block;
	position: relative;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown > a:after {
	position: absolute;
	right: 0px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e921";
	font-size: 20px;
	color: rgba(255, 255, 255, 0.2);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown.active a:after {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.uppercase {
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: uppercase;
}
.gototop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.gototop.active {
	opacity: 1;
	visibility: visible;
}
.gototop a {
	width: 50px;
	height: 50px;
	display: table;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.gototop a i {
	height: 50px;
	display: table-cell;
	vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
	text-decoration: none;
	outline: none;
}
.gtco-nav-toggle {
	width: 25px;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
}
.gtco-nav-toggle.active i::before, .gtco-nav-toggle.active i::after {
	background: #444;
}
.gtco-nav-toggle:hover, .gtco-nav-toggle:focus, .gtco-nav-toggle:active {
	outline: none;
	border-bottom: none !important;
}
.gtco-nav-toggle i {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 2px;
	color: #252525;
	font: bold 14px/.4 Helvetica;
	text-transform: uppercase;
	text-indent: -55px;
	background: #252525;
	transition: all .2s ease-out;
}
.gtco-nav-toggle i::before, .gtco-nav-toggle i::after {
	content: '';
	width: 25px;
	height: 2px;
	background: #252525;
	position: absolute;
	left: 0;
	transition: all .2s ease-out;
}
.gtco-nav-toggle.gtco-nav-white > i {
	color: #fff;
	background: #fff;
}
.gtco-nav-toggle.gtco-nav-white > i::before, .gtco-nav-toggle.gtco-nav-white > i::after {
	background: #fff;
}
.gtco-nav-toggle i::before {
	top: -7px;
}
.gtco-nav-toggle i::after {
	bottom: -7px;
}
.gtco-nav-toggle:hover i::before {
	top: -10px;
}
.gtco-nav-toggle:hover i::after {
	bottom: -10px;
}
.gtco-nav-toggle.active i {
	background: transparent;
}
.gtco-nav-toggle.active i::before {
	top: 0;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.gtco-nav-toggle.active i::after {
	bottom: 0;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}
.gtco-nav-toggle {
	position: fixed;
	right: 0px;
	top: 18px;
	z-index: 21;
	padding: 6px 0 0 0;
	display: block;
	margin: 0 auto;
	display: none;
	height: 44px;
	width: 44px;
	z-index: 2001;
	border-bottom: none !important;
}
.scrolled .gtco-nav-toggle {
	top: 5px;
}
@media screen and (max-width: 768px) {
	.gtco-nav-toggle {
		display: block;
	}
}
.btn {
	margin-right: 4px;
	margin-bottom: 4px;
	font-family: 'IBM Plex Serif', serif;
	font-size: 16px;
	font-weight: 400;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	padding: 8px 20px;
}
.btn.btn-md {
	padding: 8px 20px !important;
}
.btn.btn-lg {
	padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
	box-shadow: none !important;
	outline: none !important;
}
.btn-primary {
	background: #ff4a10;
	color: #fff;
	border: 2px solid #ff4a10;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background: #f8516d !important;
	border-color: #f8516d !important;
}
.btn-primary.btn-outline {
	background: transparent;
	color: #ff4a10;
	border: 2px solid #ff4a10;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
	background: #ff4a10;
	color: #fff;
}
.btn-success {
	background: #5cb85c;
	color: #fff;
	border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
	background: #4cae4c !important;
	border-color: #4cae4c !important;
}
.btn-success.btn-outline {
	background: transparent;
	color: #5cb85c;
	border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
	background: #5cb85c;
	color: #fff;
}
.btn-info {
	background: #5bc0de;
	color: #fff;
	border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
	background: #46b8da !important;
	border-color: #46b8da !important;
}
.btn-info.btn-outline {
	background: transparent;
	color: #5bc0de;
	border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
	background: #5bc0de;
	color: #fff;
}
.btn-warning {
	background: #f0ad4e;
	color: #fff;
	border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
	background: #eea236 !important;
	border-color: #eea236 !important;
}
.btn-warning.btn-outline {
	background: transparent;
	color: #f0ad4e;
	border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
	background: #f0ad4e;
	color: #fff;
}
.btn-danger {
	background: #d9534f;
	color: #fff;
	border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
	background: #d43f3a !important;
	border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
	background: transparent;
	color: #d9534f;
	border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
	background: #d9534f;
	color: #fff;
}
.btn-outline {
	background: none;
	border: 2px solid gray;
	font-size: 16px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
	box-shadow: none;
}
.btn.with-arrow {
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.btn.with-arrow i {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -8px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.btn.with-arrow:hover {
	padding-right: 50px;
}
.btn.with-arrow:hover i {
	color: #fff;
	right: 18px;
	visibility: visible;
	opacity: 1;
}
.form-control {
	box-shadow: none;
	background: transparent;
	border: 2px solid rgba(0, 0, 0, 0.1);
	height: 54px;
	font-size: 18px;
	font-weight: 300;
}
.form-control:active, .form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: #ff4a10;
}
.mb30 {
	margin-bottom: 30px !important;
}
.row-pb-md {
	padding-bottom: 0.5em !important;
}
.row-pb-sm {
	padding-bottom: 0.5em !important;
}
.gtco-loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/loader.gif) center no-repeat #fff;
}
.js .animate-box {
	opacity: 0;
}
#gtco-header-subscribe #email {
	padding-right: 9em;
}
#gtco-header-subscribe button {
	position: absolute;
	top: 0;
	right: 10px;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}
/*# sourceMappingURL=style.css.map */