/*
    Theme Name: Knight
    Theme URL: https://bootstrapmade.com/knight-free-bootstrap-theme/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/

/* CSS Document */

/* Float Elements 
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}

/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix{clear: both;}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {clear: both;}

.figure{ margin:0px;}

img{ max-width:100%;}

.float-left {float: left !important;}

.float-right {float: right !important;}
a, 
a:hover, 
a:active { 
	outline:0px !important;
	text-decoration: none;
}

a {
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}



/* @group Primary Styles */

/*Primary Styles
---------------------------------*/

body {
	background:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#888888;
	margin:0;
}
h1{	
	font-size:50px;
	font-weight:400;
	font-family: 'Montserrat',sans-serif;
	color:#222222;
	letter-spacing: -1px;
	margin:0 0 22px 0 ;
}
h2{
	font-size:34px;
	font-weight:700;
	font-family: 'Montserrat', sans-serif;
	color:#222222;
	letter-spacing: -1px;
	margin:0 0 15px 0;
	text-align:center;
	text-transform:uppercase;
}
h3{
	font-size:16px;
	font-weight:400;
	font-family: 'Montserrat', sans-serif;
	color:#222222;
	margin:0 0 5px 0;
	text-transform:uppercase;
}
h6{
	font-size:16px;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	color:#888888;
	text-align:center;
	margin:0 0 60px 0;
}
p{
	color:#222222;
	line-height:24px;
	margin:0;
}

/* @end Primary Styles */

/* @group Paddings & Margins */
/* Paddings & Margins 
------------------------------*/

/*The classes are named using the format {property}{sides}-{size} for xs and {property}{sides}-{breakpoint}-{size} for sm, md, lg, and xl.*/

/*Where property is one of:

m - for classes that set margin
p - for classes that set padding
Where sides is one of:

t - for classes that set margin-top or padding-top
b - for classes that set margin-bottom or padding-bottom
l - for classes that set margin-left or padding-left
r - for classes that set margin-right or padding-right
x - for classes that set both *-left and *-right
y - for classes that set both *-top and *-bottom
blank - for classes that set a margin or padding on all 4 sides of the element
Where size is one of:

0 - for classes that eliminate the margin or padding by setting it to 0
1 - (by default) for classes that set the margin or padding to $spacer * .25
2 - (by default) for classes that set the margin or padding to $spacer * .5
3 - (by default) for classes that set the margin or padding to $spacer
4 - (by default) for classes that set the margin or padding to $spacer * 1.5
5 - (by default) for classes that set the margin or padding to $spacer * 3
auto - for classes that set the margin to auto
(You can add more sizes by adding entries to the $spacers Sass map variable.)*/


.p-xs { padding: .25em; }
.p-sm { padding: .5em; }
.p-md { padding: 1em; }
.p-lg { padding: 1.5em; }
.p-xl { padding: 3em; }

.p-x-xs { padding: .25em 0; }
.p-x-sm { padding: .5em 0; }
.p-x-md { padding: 1em 0; }
.p-x-lg { padding: 1.5em 0; }
.p-x-xl { padding: 3em 0; }

.p-y-xs { padding: 0 .25em; }
.p-y-sm { padding: 0 .5em; }
.p-y-md { padding: 0 1em; }
.p-y-lg { padding: 0 1.5em; }
.p-y-xl { padding: 0 3em; }

.p-t-xs { padding-top: .25em; }
.p-t-sm { padding-top: .5em; }
.p-t-md { padding-top: 1em; }
.p-t-lg { padding-top: 1.5em; }
.p-t-xl { padding-top: 3em; }

.p-r-xs { padding-right: .25em; }
.p-r-sm { padding-right: .5em; }
.p-r-md { padding-right: 1em; }
.p-r-lg { padding-right: 1.5em; }
.p-r-xl { padding-right: 3em; }

.p-b-xs { padding-bottom: .25em; }
.p-b-sm { padding-bottom: .5em; }
.p-b-md { padding-bottom: 1em; }
.p-b-lg { padding-bottom: 1.5em; }
.p-b-xl { padding-bottom: 3em; }

.p-l-xs { padding-left: .25em; }
.p-l-sm { padding-left: .5em; }
.p-l-md { padding-left: 1em; }
.p-l-lg { padding-left: 1.5em; }
.p-l-xl { padding-left: 3em; }

.m-xs { margin: .25em; }
.m-sm { margin: .5em; }
.m-md { margin: 1em; }
.m-lg { margin: 1.5em; }
.m-xl { margin: 3em; }

.m-x-xs { margin: .25em 0; }
.m-x-sm { margin: .5em 0; }
.m-x-md { margin: 1em 0; }
.m-x-lg { margin: 1.5em 0; }
.m-x-xl { margin: 3em 0; }

.m-y-xs { margin: 0 .25em; }
.m-y-sm { margin: 0 .5em; }
.m-y-md { margin: 0 1em; }
.m-y-lg { margin: 0 1.5em; }
.m-y-xl { margin: 0 3em; }

.m-t-xs { margin-top: .25em; }
.m-t-sm { margin-top: .5em; }
.m-t-md { margin-top: 1em; }
.m-t-lg { margin-top: 1.5em; }
.m-t-xl { margin-top: 3em; }

.m-r-xs { margin-right: .25em; }
.m-r-sm { margin-right: .5em; }
.m-r-md { margin-right: 1em; }
.m-r-lg { margin-right: 1.5em; }
.m-r-xl { margin-right: 3em; }

.m-b-xs { margin-bottom: .25em; }
.m-b-sm { margin-bottom: .5em; }
.m-b-md { margin-bottom: 1em; }
.m-b-lg { margin-bottom: 1.5em; }
.m-b-xl { margin-bottom: 3em; }

.m-l-xs { margin-left: .25em; }
.m-l-sm { margin-left: .5em; }
.m-l-md { margin-left: 1em; }
.m-l-lg { margin-left: 1.5em; }
.m-l-xl { margin-left: 3em; }

/* @end Paddings & Margins */



/* @group Special Classes */

/* Special Classes
---------------------------------*/
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
.col-12{
	margin-bottom: 40px;
}
.centered-inline-text{
	display: block;
	text-align: center;
}
.center{
	text-align: center;
}
/*general LHC: Link Hover Colour*/
.lhc {
	color: initial;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.lhc:focus,
.lhc:hover {
	color: #7bc04f;
	text-decoration: none;
}
.rounded {
    border-radius: 0.25rem !important;
}
/* @end Special Classes */






/* @group Header */

/* Header Styles
---------------------------------*/
.header{
	text-align:center;
	background:url(../img/pw_maze_black_2X.png) left top repeat;
	padding:180px 0;
	
    /*position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;*/
}
.logo{
	width:130px;
	margin:0 auto 35px;
}
.header h1{
	font-family: 'Montserrat',sans-serif;
	font-size:50px;
	font-weight:400;
	letter-spacing: -1px;
	margin:0 0 22px 0 ;
	color:#fff;
}
.we-create{
	padding:0;
	margin:35px 0 55px;
}
.we-create li{
	display:inline-block;
	font-family: 'Montserrat',sans-serif;
	font-size:14px;
	color: #bcbcbc;
	text-transform: uppercase;
	font-weight: 400;
	margin:0 5px 0 0;
	padding:0 0 0 15px;
}
.we-create li:first-child{
	background:none;
}
.link{
	padding:15px 35px;
	background:#7bc04f;
	color:#fff !important;
	font-size:16px;
	font-weight:400;
	font-family: 'Montserrat', sans-serif;
	display:inline-block;
	border-radius:3px;
	text-transform:uppercase;
	line-height:25px;
	margin-bottom:20px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.link:hover {
	text-decoration:none;
	color:#7bc04f !important;
	background:#fff;
}
.link:active, 
.link:focus {
	background: #7bc04f;
	text-decoration:none;
	color:#fff !important;
}
span.emphasis {
    font-weight: 600;
    font-style: italic;
}
/* @end Header */



/* @group Navigation */

/* Navigation
---------------------------------*/
.main-nav-outer{
	padding:0px;
	border-bottom:1px solid #dddddd;
	box-shadow:0 4px 5px -3px #ececec;
	position:relative;
	background:#fff;
}
.main-nav{
	text-align:center;
	margin:10px 0 0px;
	padding:0;
	list-style:none;
}
.main-nav li{
	display:inline;
	margin:0 1px;
}
.main-nav li a{
	display:inline-block;
	color:#222222;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	line-height:20px;
	margin:17px 32px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.main-nav li a:hover{ 
	text-decoration:none;
	color: #7bc04f;
}
.small-logo{ 
	padding:0 32px;
}
.main-section{
	padding:90px 0 110px;
}
/* @end Navigation */



/* @group Buy This Domain */

/* Buy This Domain
---------------------------------*/
.main-section.domain {
	padding: 0;
}
.buy-this-domain{
	background: #7bc04f;
	padding:25px 0;
	background: #56ab2f;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #a8e063, #56ab2f);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #a8e063, #56ab2f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.buy-this-domain h2{
	margin-bottom: 0;
}
.buy-this-domain h2 a{
	display:inline-block;
	margin: 0 20px;
	color:#fff;
}
.buy-this-domain h2 a:hover{
	text-decoration: none;
	color: inherit;
	color:#fff;
}
/* @end Buy This Domain */



/* @group Articles */

/* Articles
---------------------------------*/
.home #articles{

}
.change-bg {
	background: initial;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.change-bg:focus,
.change-bg:hover {
	background: rgb(212,253,213,0.1);
}
div.post-preview h2 {
	text-align: left;
}
.post-preview .post-meta {
  /*font-size: 18px;*/
  font-style: italic;
  margin-top: 0;
  padding-bottom: 20px;
  color: #7bc04f;
}
.post-meta a {
    color: #7bc04f;
}
h3.post-subtitle  {
	font-size: 20px;
}
.post-preview p{
	font-size: 14px;
	font-weight: 300;
	line-height: 25px;
	color: #888888;
}
p.post-read {
	font-style: italic;
	font-weight: bold;
}
.home #articles .caption.text-muted {
    font-size: 10px;
    font-weight: 300;    
    padding: 5px;
    color: #7bc04f;
}
/* @end Articles */



/* @group The Article / Post */

/* The Article / Post
---------------------------------*/

body.the-article h1{
	font-size:34px;
	color:#222222;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	letter-spacing: -1px;
	margin:0 0 15px 0;
	text-align:center;
	text-transform:uppercase;
}

#article .row {
	padding-bottom: 25px;
}
.post-preview span.read-more {
	float: right;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    color: #7bc04f;
    font-style: italic;
	text-decoration: underline;
}
div.post,
div.post p,
div.post ul li,
div.post caption {
	color: #444;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
}
div.post p,
div.post ol {
    margin: 0px 0px 25px 0px;
}
div.post ul li {
	font-style: italic;
}
div.post .caption {
	font-size: 14px;
    padding: 15px;
    display: inline-block;
    line-height: 21px;
    text-align: justify;
    padding-top: 0px;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

blockquote.blockquote {
    position: relative;
    padding-left: 80px;
	background-color: #f9f9f9;
    border: none;
    
}
blockquote.blockquote::before {
    content: '"';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15rem;
    line-height: 0.8em;
    font-weight: 700;
    font-weight: 600;
    color: #7bc04f;
}
blockquote.blockquote > p {
	font-weight: 600;
    color: #999;
	font-style: italic;
}
.blockquote-footer {
    margin-top: 12px;
    padding-left: 80px;
}
.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d;
}
div.post figure {
    margin-bottom: 20px;
}
div.post h3 {
    margin: 25px 0px 0px 0px;
}
.avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.rounded-circle {
    border-radius: 50% !important;
}
img {
    max-width: 100%;
    height: auto;
}
div.post img.float-left {
    width: 250px;
    margin: 20px 20px 20px 0px;
    border: 5px;
    border-radius: 15px;
}
div.post img.float-right {
    width: 250px;
    margin: 20px 0px 20px 20px;
    border: 5px;
    border-radius: 15px;
}

.post figure img {
    padding: 25px 0px 0px 0px;
    border-radius: 5px;
}

.avatar-xxl {
    height: 5.125rem;
    width: 5.125rem;
}
.avatar {
    height: 3rem;
    width: 3rem;
    position: relative;
    display: inline-block !important;
}
.me-4 {
    margin-right: 2rem !important;
}

/*Image on Post*/
.photo-courtesy {
    font-size: 10px;
    z-index: 10;
    margin: -30px 0px 0px 0px;
    color: white;
    background-color: rgb(0,0,0,0.2);
    padding: 0px 10px;
    position: absolute;
    float: left;
    right: 0;
}

/*Video on Post*/
div.video .caption {
	font-size: 14px;
    padding: 15px;
    display: block;
    line-height: 21px;
    text-align: center;
}
/* @end */


/* @group Business Pitch */

/* Business Pitch
---------------------------------*/
section.business-pitch{
	padding-bottom: 0;
}
.business-pitch .container-fluid{
	background:url(../img/section-bg1.jpg) center center no-repeat;
	background-size:cover;
	padding:55px 0;
	text-align:center;
}
.business-pitch .container-fluid .row {
	margin-left: 0px;
	margin-right: 0px;
}

.business-pitch-head{
	color:#fdfdfd;
	font-size:16px;
	margin:30px 0 10px;
	font-family: ''Open Sans',sans-serif';
	font-style: italic;
}

.business-pitch-block{
	padding: 0 25px;
}

.business{
	padding:0;
	margin:20px 0 0;
	list-style:none;
	text-align:center;
}

.business li{
	display:inline;
	margin:0 15px;
}
.business li a{
	display:inline-block;
}
.business li a img{
	margin-bottom:15px;
	border-radius:50%;
}
.business li a:hover{
	text-decoration:none;
}
.business li a h3{
	color:#ffffff;
}
.business li a span{
	color:#f1f1f1;
}
.quote-right{
	font-style:normal;
	width:68px;
	height:68px;
	margin:0 auto;
	border:2px solid #7bc04f;
	border-radius:50%;
	display:block;
	line-height:68px;
	text-align:center;
	font-size:27px;
	color:#7bc04f;
	cursor: pointer;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.quote-right:hover{
color: #fff;
border: 2px solid #fff;
}

/* @end Business Pitch */


/* @group Hire Me */

/* Hire Me
---------------------------------*/
section.hire-me{
	padding-top: 90px;
	background:#fafafa;
}
.hire-me{
	font-size:14px;
}
.hire-me h2{
	text-align:left;
}
.skill-box{
	padding:0 0 0 0;
	margin-bottom:25px;
	font-size:14px;
}
.skill-box h3{
	margin-bottom:5px;
}
.skill-box p{
	line-height:22px;
}
.skill-item.col1{
	width:60px;
	float:left;
}
.skill-item.col1 i{
	display:block;
	line-height:38px;
	font-family: 'FontAwesome';
	font-size:38px;
	color:#777777;
	font-style:normal;
	padding-left: 5px;
}
.skill-item.col2{ overflow:hidden;}
.skill-item.magic{
	background:url(../img/magic.png) left top no-repeat;
}
.skill-item.packaged{
	background:url(../img/packaged.png) left top no-repeat;
}
.skill-item.seo{
	background:url(../img/seo.png) left top no-repeat;
}
.hire-me p{
	font-size: 14px;
	font-weight: 300;
	line-height: 25px;
	color: #888888;
}
/* @end Hire Me*/







/* @group Co-Founder */

/* Co-founder
---------------------------------*/

.co-founder-leader-block{
	max-width:993px;
	margin:0 auto;
	text-align: center;
}
.co-founder-leader-box h3{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
}
.co-founder-leader-box span,
.co-founder-leader-box p{
  margin-bottom:24px;
  display:block;
  font-size: 14px;
  color: #888888;
}
.co-founder-leader{
  width:auto;
  height:auto;
  position:relative;
  border-radius:50%;
  box-shadow:0px 0px 0px 7px rgba(241,241,241,0.80);
   -moz-box-shadow: 0px 0px 0px 7px rgba(241,241,241,0.80);
  -webkit-box-shadow:0px 0px 0px 7px rgba(241,241,241,0.80);
  margin:7px 7px 25px 7px;
}
.co-founder-leader-shadow{
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	border-radius:50%;
	position:absolute;
	width:100%;
	height:100%;
	z-index:10;
	border-radius:50%;
}
.co-founder-leader-shadow a{
	display:block;
	width:100%;
	height:100%;
}
.co-founder-leader:hover .co-founder-leader-shadow{
  box-shadow:inset  0px 0px 0px 148px rgba(17,17,17,0.80);
  -moz-box-shadow:inset  0px 0px 0px 148px rgba(17,17,17,0.80);
  -webkit-box-shadow:inset 0px 0px 0px 148px rgba(17,17,17,0.80);
}
.co-founder-leader:hover ul,
.co-founder-leader:hover div.avatar-overlay { 
	display:block; 
	opacity:1
}
.co-founder-leader img{
  display:block;
  border-radius:50%;
  width: 100%;
}
.co-founder-leader img{
	display:block;
	border-radius:50%;
	width: 100%;
}
.co-founder-leader ul{
	display:block;
	opacity:0;
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	text-align:center;
	margin-top:-14px;
	z-index:15;
	transition:all 0.6s ease-in-out;
	-moz-transition:all 0.6s ease-in-out;
	-webkit-transition:all 0.6s ease-in-out;
	font-size: 14px;
	line-height: 24px;
}
.co-founder-leader .avatar-overlay{
	display:block;
	opacity:0;
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	left:0;
	top: 40%;
	width:100%;
	text-align:center;
	z-index:15;
	transition:all 0.6s ease-in-out;
	-moz-transition:all 0.6s ease-in-out;
	-webkit-transition:all 0.6s ease-in-out;
}
.co-founder-leader .avatar-overlay {
	color: white;
	font-size: 20px;
	font-weight: 700;
}
.co-founder-leader .avatar-overlay a {
	text-decoration: none;
	color: inherit;
}
.co-founder-leader .avatar-overlay a:hover {
	color: #7bc04f;
}
.co-founder-leader ul li{
	display:inline;
	margin:0 11px;
}
.co-founder-leader ul li a{
	font-family: 'FontAwesome';
	display: inline-block;
	font-size: 28px;
	color: #fff;	
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.co-founder-leader ul li a:hover, 
.co-founder-leader ul li a:focus {
	text-decoration:none;
}
.co-founder-leader ul li a.fa-twitter:hover{
	color:#55acee;
}
.co-founder-leader ul li a.fa-facebook:hover{
	color:#3b5998;
}
.co-founder-leader ul li a.fa-pinterest:hover{
	color:#cb2026;
}
.co-founder-leader ul li a.fa-google-plus:hover{
	color:#dd4b39;
}
.co-founder-leader ul li a.fa-linkedin:hover{
	color:#0e76a8;
}
.co-founder-leader ul li a.fa-youtube:hover{
	color:#c4302b;
}
section.company h3.slogan,
section.co-founder h3.slogan {
    font-size: 34px;
    color: #222222;
    font-family: 'Montserrat', sans-serif;
    /* font-weight: 700; */
    letter-spacing: -1px;
    margin: 0 0 15px 0;
    text-align: center;
    text-transform: uppercase;
}
section.co-founder div.specs .col-1 {
	border-right: 2px solid whitesmoke;
}
section.co-founder div.specs ul li {
	list-style-type: none;
	font-size: 14px;
	line-height: 20px;
}
.specs ul {
    padding-left: 0px;
}
.specs h4 {
    text-align: center;
}
.specs .skilled,
.specs .unskilled {
	width: 50%;
	float: left;
}
section.co-founder .vacant li {
	font-style: italic;
}
/* @end Co-Founder*/



/* @group Affiliation */

/* AFfiliation Companies
---------------------------------*/
.main-section.affiliation{
	
}
.c-logo-part {
	margin: 0 auto;
	padding: 15px 0;
    filter: alpha(opacity=60);
	/*background:#7bc04f;*/
	background-color: black;
}
.c-logo-part a {
	/*height: 65px;
	width: 200px;*/
	position: relative;
}
.c-logo-part ul{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}
.c-logo-part ul li{
	display:inline;
	margin:0 25px;
}
.c-logo-part ul a{
	display:inline-block;
	margin: 0 20px;
}
.affiliation-item,
.c-logo-item {
	height: 65px;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
ul li.c-logo-item {
	display: inline-block;
}
.c-logo-item:first-child {
}
.c-logo-item:last-child {
	margin-right: 100px;
}
.c-logo-item a{
	height: 65px;
	display: inline-block;
}
.affiliation-item img,
.c-logo-item img {
    max-height: 100%;
    display: inline;
    float: left;
    background-color: white;
    border-radius: 50px;
    border: 4px solid white;
}
.affiliation-item .company-name,
.c-logo-item .company-name {
    /*float: left;*/
	margin-left: 70px;
    padding: 12px;
    font-size: 25px;
    font-size: 3vw;
    line-height: 40px;
    font-weight: 700;
    font-style: italic;
    color: white;
}
.affiliation-item a div.company-name {
    color: #fff;
}
.affiliation-item a div.company-name:hover {
    color: #7bc04f;
    transition:all 0.6s ease-in-out;
	-moz-transition:all 0.6s ease-in-out;
	-webkit-transition:all 0.6s ease-in-out;
}
.c-logo-item ul{
	height: 65px;
}
.col-set-1 .company-name{
	font-size: 3vw;
}



/* Affiliation
-----------------------------*/
.main-section.affiliation{
	padding:85px 0;
}
.main-section.affiliation h6{
	margin-bottom:40px;
}


/* Affiliate companies: Different look 
See PARTS.html
---------------------------------*/
.affiliate-company-block{
	max-width:993px;
	margin:0 auto;
}
.affiliate-company-box{
	width:30.66%;
	margin-right: 3.82979%;
	height: 490px;
	overflow: hidden;
	text-align: center;
	float: left;
}
.affiliate-company-box span{
	margin-bottom:24px;
	display:block;
}
.affiliate-company-box:nth-of-type(3n+0){ margin:0;}
.affiliate-company{
	width:auto;
	height:auto;
	position:relative;
	border-radius:50%;
	box-shadow:0px 0px 0px 7px rgba(241,241,241,0.80);
	margin:7px 7px 25px 7px;
	
}
.affiliate-company-shadow{
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	border-radius:50%;
	position:absolute;
	width:100%;
	height:100%;
	z-index:10;
	border-radius:50%;
}
.affiliate-company-shadow a{
	display:block;
	width:100%;
	height:100%;
}
.affiliate-company:hover .affiliate-company-shadow{
	box-shadow:inset  0px 0px 0px 148px rgba(17,17,17,0.80);
}
.affiliate-company:hover ul{ display:block; opacity:1}
.affiliate-company img{
	display:block;
	border-radius:50%;
}
.affiliate-company ul{
	display:block;
	opacity:0;
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	text-align:center;
	margin-top:-14px;
	z-index:15;
	transition:all 0.6s ease-in-out;
	-moz-transition:all 0.6s ease-in-out;
	-webkit-transition:all 0.6s ease-in-out;
}
.affiliate-company ul li{
	display:inline;
	margin:0 11px;
}
.affiliate-company ul li a{
	font-family: 'FontAwesome';
	display:inline-block;
	font-size:28px;
	color:#fff;	
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.affiliate-company ul li a:hover, .team-leader ul li a:focus{
	text-decoration:none;
}
.affiliate-company ul li a.fa-twitter:hover{
	color:#55acee;
}
.affiliate-company ul li a.fa-facebook:hover{
	color:#3b5998;
}
.affiliate-company ul li a.fa-pinterest:hover{
	color:#cb2026;
}
.affiliate-company ul li a.fa-google-plus:hover{
	color:#dd4b39;
}
.affiliate-company ul li a.fa-linkedin:hover{
	color:#006192;
}

/* @end Affiliation */





/* @group Watch And Learn */

/* Watch 'n Learn
---------------------------------*/
section.learn .key-points{

}
.yt-link{
	position: relative;
}
path.ytp-large-play-button-bg{
	color: #424242;
	opacity: 1;
}
img.yt-tn-large-button {
    position: absolute;
    left: 0;
    z-index: 100;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
}
img.yt-tn-large {
	transition:all 0.3s ease-in-out;
}
img.yt-tn-large:hover {
	opacity: 0.6;
}
.ytp-button:not([aria-disabled="true"]):not([disabled]):not([aria-hidden="true"]) {
    cursor: pointer;
}
.ytp-large-play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    -webkit-transition: opacity .25s cubic-bezier(0,0,0.2,1);
    transition: opacity .25s cubic-bezier(0,0,0.2,1);
    z-index: 63;
}
.ytp-large-play-button svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.html5-video-player svg {
    pointer-events: none;
}
.html5-video-player:not(.ytp-touch-mode) ::-webkit-scrollbar {
    width: 10px;
    /*background-color: #424242;*/
}
.ytp-button {
    border: none;
    background-color: transparent;
    padding: 0;
    color: inherit;
    text-align: inherit;
    font-size: 100%;
    font-family: inherit;
    cursor: default;
    line-height: inherit;
    z-index: 1000;
}
.ytp-button:hover {
	/*background: blue;*/
}
.ytp-button:focus, 
.ytp-button {
    outline: 0;
    /*color: #f00;*/
}
.ytp-large-play-button.ytp-button svg path.ytp-large-play-button-bg:hover {
	background-color: #f00;
	color: #f00;
	border: 5px solid white;
}
path.ytp-large-play-button-bg:hover {
	background-color: #f00;
	color: #f00;
	border: 5px solid white;
}
.key-points{
	padding:0 0 0 0;
	font-size:14px;
	margin-bottom:40px;
}
.key-points-col1{
	float:left;
	width:60px;
}
.key-points-col1 i{
	font-style:normal;
	font-size:38px;
	display:block;
	color:#222;
	font-family: 'FontAwesome';
	line-height:38px;
}
.key-points-col2{
	overflow:hidden;	
}
/* @end Watch And Learn */





/* @group Ze Gist */

/* Ze Gist
---------------------------------*/

figure.effect-oscar figcaption {
    z-index: 11;
}
.overlay {
    background: black;
    opacity: .6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 10;
}
img {
   max-width:100%;
}

/* @end Ze Gist*/




/* @group Invest */

/* Invest
---------------------------------*/
.invest p.theme {
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    color: #888888;
}
.invest ul.theme-list {
	}
.invest ol li.theme-list-li,
.invest ul li.theme-list-li {
	font-size: 14px;
	line-height: 25px;
	color: #888888;
	}
/* @end Invest */





/* @group Contact Form */

/* Contact
---------------------------------*/
.main-section.contact{
	padding:90px 0 100px;
}

.main-section.contact{
	background:url(../img/bg-map-alt.png) left top no-repeat;
}
.contact-info-box{
	font-size:15px;
	margin:0 0 14px 68px;
	padding-left:0;
	padding-top: 15px;
}
.contact-info-box h3{
	font-size: 15px;
	font-weight:400;
	float:left;
	width:102px;
	margin-right:12px;
	line-height:28px;
}
.contact-info-box h3 i{
	font-style:normal;
	font-size:18px;
	color:#222222;
	font-family: 'FontAwesome';
	font-weight:normal;
	margin-right:7px;
}
.contact-info-box span{
	line-height:28px;
	display:block;
	overflow:hidden;
}
.social-link{
	padding:35px 0;
	margin:0 0 0 68px;
	display:block;
	overflow:hidden;
	list-style:none;
}
.social-link li{
	float:left;
	margin-right:8px;
}
.social-link li a{
	display:block;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	font-size:25px;
	color:#fff;
	background:#222222;
	border-radius:50%;
	transition:all 0.3s ease-in-out;
}
.social-link li a:hover, .social-link li a:focus{
	text-decoration:none;
}
.twitter a:hover {
	background: #55acee;
}
.facebook a:hover {
	background: #3b5998;
}
.pinterest a:hover {
	background: #cb2026;
}
.gplus a:hover {
	background: #dd4b39;
}
.linkedin a:hover {
	background: #0e76a8;
}
.youtube a:hover {
	background: #c4302b;
}

.form{
	margin:0 66px 0 30px;
}
.input-text{
	padding:15px 16px;
	border:1px solid #ccc;
	width:100%;
	height:50px;
	display:block;
	border-radius:4px;
	font-size:15px;
	color:#aaa;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 15px 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.input-text:focus {
	border: 1px solid #7bc04f;
	outline:0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);	
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area{
	height:165px;
	resize:none;
	overflow:auto;
}
.input-btn{
	width:175px;
	height:50px;
	background:#7bc04f;
	border-radius:4px;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	border:0px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.input-btn:hover{
	background: #111;
	color: #fff;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: #7bc04f;
    border:1px solid #7bc04f;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

.form-control[disabled], 
fieldset[disabled] .form-control {
    cursor: pointer;
    background-color: #fff;
    opacity: 1;
}
button a.message-form {
    color: #fff;
}

/* @end Contact Form */





/* @group Footer */

/* Footer
---------------------------------*/
.footer{
	background:url(../img/pw_maze_black_2X.png) left top repeat;
	padding:35px 0 35px;
}
.footer-logo{
	margin:15px auto 35px;
	width: 76px;
}
.copyright, .credits{
	color:#cccccc;
	font-size:14px;
	display:block;
	text-align:center;
}
.credits{
	font-size: 9px;
}
.credit-word{
	opacity: 0;
}
.copyright a, .credits a{
	color:#fff;
	opacity: 0;
	font-weight:600;
	text-decoration: none;
	border: 1px solid #fff;
	padding-right: 3px;
	padding-left: 3px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.copyright a:hover, 
.credits a:hover,
.credit-word:hover {
	color: #fff;
	opacity: 1;
}
/* @end */





/* @group Res Nav */

/* Res Nav: Responsive Navigation
---------------------------------*/
.res-nav_click {
	line-height:38px;
	font-family: 'FontAwesome';
	font-size:38px;
	text-decoration: none !important;
	color:#777777;
	font-style:normal;
	display:none;
	width:42px;
	height:27px;
	margin:20px auto;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.res-nav_click:hover, .res-nav_click:active, .res-nav_click:focus {
	color: #7bc04f !important;
}
/* @end */




/* @group Small Navigator */

/* Small Navigator
---------------------------------*/
.main-nav-small {
    text-align: center;    
    list-style: none;
    display: none;
    padding: 0;
}
.main-nav-small ul{
	display: block !important;
	text-align: center;
}
.main-nav-small li {
    display: inline;
    margin: 0 1px;
    font-size: 18px;
}
.main-nav-small li a {
    display: inline-block;
    color: #222222;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    line-height: 20px;
    margin: 17px 20px 23px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.main-nav-small a.res-nav_click {
	vertical-align: middle;
}
.main-nav-small .small-logo{
	padding: 0;
}
.main-nav-small .domain-name{
	padding: 0;
}
.main-nav-small .hamburger-menu{
	padding: 0;
}
.main-nav-small .fa-navicon::before, 
.main-nav-small .fa-reorder::before, 
.main-nav-small .fa-bars::before {
    content: "\f0c9";
    position: relative;
    top: 33%;
}
/* @end Small Navigator */



/* @group Portfolio Container */

/* Portfolio / Isotope
---------------------------------*/
.portfolioContainer{
	max-width: 1140px;
}
/* @end */



/* @group Animation Timers */

/* Animation Timers
---------------------------------*/
.delay-02s { 
	animation-delay: 0.2s; 
	-webkit-animation-delay: 0.2s; 
}
.delay-03s { 
	animation-delay: 0.3s; 
	-webkit-animation-delay: 0.3s; 
}
.delay-04s { 
	animation-delay: 0.4s; 
	-webkit-animation-delay: 0.4s; 
}

.delay-05s { 
	animation-delay: 0.5s; 
	-webkit-animation-delay: 0.5s; 
}
.delay-06s { 
	animation-delay: 0.6s; 
	-webkit-animation-delay: 0.6s; 
}

.delay-07s { 
	animation-delay: 0.7s; 
	-webkit-animation-delay: 0.7s; 
}
.delay-08s { 
	animation-delay: 0.8s; 
	-webkit-animation-delay: 0.8s; 
}

.delay-09s { 
	animation-delay: 0.9s; 
	-webkit-animation-delay: 0.9s; 
}
.delay-1s { 
	animation-delay: 1s; 
	-webkit-animation-delay: 1s; 
}
.delay-12s { 
	animation-delay: 1.2s; 
	-webkit-animation-delay: 1.2s; 
}
/* @end */




