

.toggle-visibility {
	overflow: hidden;
}
.toggle-visibility .animate-from-top,
.toggle-visibility .animate-from-bottom,
.toggle-visibility .animate-from-left,
.toggle-visibility .animate-from-right,
.toggle-visibility .animate-outwards,
.toggle-visibility .animate-inwards {
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 1.25s ease-in;
	-moz-transition: all 1.25s ease-in;
	-ms-transition: all 1.25s ease-in;
	-o-transition: all 1.25s ease-in;
	transition: all 1.25s ease-in;
}
.toggle-visibility.visible .animate-from-top,
.toggle-visibility.visible .animate-from-bottom,
.toggle-visibility.visible .animate-from-left,
.toggle-visibility.visible .animate-from-right,
.toggle-visibility.visible .animate-outwards,
.toggle-visibility.visible .animate-inwards {
	opacity: 1;
	filter: alpha(opacity=1);
}
.toggle-visibility .animate-from-top {
	top: -100%;
}
.toggle-visibility .animate-from-bottom {
	bottom: -100%;
}
.toggle-visibility .animate-from-left {
	left: -100%;
}
.toggle-visibility .animate-from-right {
	right: -100%;
}
.toggle-visibility .animate-outwards {
	transform: scale(0,0);
}
.toggle-visibility .animate-inwards {
	transform: scale(2,2);
}
.toggle-visibility.visible .animate-from-top {
	top: 0;
}
.toggle-visibility.visible .animate-from-bottom {
	bottom: 0;
}
.toggle-visibility.visible .animate-from-left {
	left: 0;
}
.toggle-visibility.visible .animate-from-right {
	right: 0;
}
.toggle-visibility.visible .animate-outwards {
	transform: none;
}
.toggle-visibility.visible .animate-inwards {
	transform: none;
}

.toggle-visibility .delay-100 {
	transition-delay: 100ms;
}
.toggle-visibility .delay-200 {
	transition-delay: 200ms;
}
.toggle-visibility .delay-300 {
	transition-delay: 300ms;
}
.toggle-visibility .delay-400 {
	transition-delay: 400ms;
}
.toggle-visibility .delay-500 {
	transition-delay: 500ms;
}
.toggle-visibility .delay-600 {
	transition-delay: 600ms;
}
.toggle-visibility .delay-700 {
	transition-delay: 700ms;
}
.toggle-visibility .delay-800 {
	transition-delay: 800ms;
}
.toggle-visibility .delay-900 {
	transition-delay: 900ms;
}






#parallax-banner {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	height: 35vw;
	max-height: 600px;
	overflow: hidden;
}
#parallax-banner .article-image {
	display: block;
	position: absolute;
	width: 100%;
	max-width: 100%;
	height: 827px;
	background-size: cover;
	background-position: center;
}
#parallax-banner .article-image > .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.27);
}
#parallax-banner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	text-align: center;
	font-size: 1.1em;
	color: #fff;
}
#parallax-banner-content * {
	color: #fff;
}
#parallax-banner-content > *:first-child {
	margin-top: 0;
}
#parallax-banner-content h1 {
	font-weight: 600;
}
#parallax-banner-content .small {
	line-height: 1em;
	font-weight: 300;
}
@media screen and (max-width: 1199px) {
	#parallax-banner {
		height: 45vw;
	}
	#parallax-banner .article-image {
		padding-top: 68.91666%;
		height: 0;
	}
}
@media screen and (max-width: 719px) {
	#parallax-banner-content {
		font-size: .8em;
	}
}
@media screen and (max-width: 479px) {
	#parallax-banner {
		height: 75vw;
	}
	#parallax-banner .article-image {
		padding-top: 90%;
		height: 0;
	}
}







/* BNI Presentation Page */

body.bni-presentation {
	color: #333;
}
body.bni-presentation h1 {
	font-size: 4em;
}
body.bni-presentation h2 {
	font-size: 2.5em;
}
body.bni-presentation h3 {
	font-size: 2em;
}
body.bni-presentation h4 {
	font-size: 1.75em;
}
body.bni-presentation h2,
body.bni-presentation h3,
body.bni-presentation h4,
body.bni-presentation h5,
body.bni-presentation h6 {
	margin-top: .5em;
	color: #333;
}

/*
body.bni-presentation #main-menu {
	height: 83px;
}
body.bni-presentation header.compact #main-menu {
	height: 41px;
}
body.bni-presentation #main-menu > ul {
	display: none;
}
*/

#bni-introduction {
	position: relative;
	overflow: clip;
	background: #fff url(/images/office-view.jpg) no-repeat;
	background-size: cover;
}
#bni-introduction > span.overlay {
	background-color: rgba(0,0,0,.3);
	display: none;
}
#bni-introduction .white-box {
	position: relative;
	display: inline-block;
	margin: 0 1%;
	padding: 50px;
    width: 58%;
	background-color: rgba(255,255,255,.8);
	border-radius: 9px;
}
#bni-introduction .white-box > *:first-child {
	margin-top: 0;
}
@media screen and (max-width: 1199px) {
	#bni-introduction .white-box {
		width: 73%;
	}
}
@media screen and (max-width: 959px) {
	#bni-introduction .white-box {
		width: 98%;
	}
}

#about-john-mitchell {
	position: relative;
	background: #fff url(/images/john-and-daughters.jpg) no-repeat;
	background-size: cover;
}
#about-john-mitchell > span.overlay {
	background-color: rgba(255,255,255,.85);
}
#about-john-mitchell > div {
	max-width: 960px;
}

#qualifications {
	background: #218ccc url(../images/about-us-background.jpg) no-repeat;
	background-size: cover;
	position: relative;
}
#qualifications > span.overlay {
	background-color: rgba(0,140,211,.9);
}
#qualifications > div {
	max-width: 960px;
	color: #fff;
}
#qualifications > div > * {
	color: #fff;
}
#experience {
	background: #fff url(../images/source-code-rotated.jpg) no-repeat;
	background-size: cover;
	position: relative;
}
#experience > span.overlay {
	background-color: rgba(50,50,50,.8);
}
#experience > div {
	max-width: 960px;
	color: #fff;
}
#experience > div > * {
	color: #fff;
}

#about-inology-bni {
	position: relative;
}
#about-inology-bni > img {
	position: absolute;
	right: 10%;
	bottom: 20%;
	transform: rotate(-30deg);
}
#about-inology-bni > span.overlay {
	background-color: rgba(255,255,255,.8);
}
#about-inology-bni > div {
	max-width: 960px;
}

#the-internet-platform {
	position: relative;
	background: #fff url(../images/the-future-for-customer-experience-background.jpg) no-repeat center /cover;
}
#the-internet-platform > span.overlay {
	background-color: rgba(255,255,255,.8);
}
#the-internet-platform > div,
body.bni-presentation #web-development-services > div {
	max-width: 960px;
}
#the-internet-platform > div.vertical-padding,
body.bni-presentation #web-development-services > div.vertical-padding {
	padding-top: 50px;
}
#the-internet-platform > div h3,
body.bni-presentation #web-development-services > div h3 {
	position: relative;
	padding-left: 75px;
}
#the-internet-platform > div h3 i,
body.bni-presentation #web-development-services > div h3 i {
	display: block;
	position: absolute;
	left: 0;
	width: 55px;
	text-align: center;
	color: #218ccc;
	font-size: .75em;
	font-weight: lighter;
}

#web-development-services {
	position: relative;
	background: #fff url(../images/website-hosting-datacentre.jpg) no-repeat center /cover;
}
#web-development-services > span.overlay {
	background-color: rgba(255,255,255,.8);
}
#web-development-services > div {
	max-width: 960px;
}

#bni-website-projects .grid {
	margin: 1%;
}
#bni-website-projects .notebook {
	margin: 1%;
	padding: 3.2% 12% 6.3% 12%;
	background-image: url(/images/galleries/notebook-overlay-grey.png);
	background-size: cover;
	aspect-ratio: 568/330;
	position: relative;
}
#bni-website-projects .notebook > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#referrals {
	position: relative;
}
#referrals > img {
	width: 300px;
	position: absolute;
	right: 10%;
	bottom: 20%;
	transform: rotate(-30deg);
}
#referrals > span.overlay {
	background-color: rgba(255,255,255,.8);
}
#referrals > div {
	max-width: 960px;
}

#thank-you {
	background: #fff url(/images/templates/bni-presentation-footer.jpg) no-repeat;
	background-size: cover;
}
#thank-you > span.overlay {
	background-color: rgba(0,0,0,.4);
}
#thank-you * {
	color: #fff;
}





/* Reseller page styles */

.features.grid {
	margin-top: -40px;
	text-align: center;
}
.features.grid > * {
	clear: right;
	display: inline-block;
	float: none;
	position: relative;
	margin-top: 40px;
	padding-left: 40px;
	text-align: left;
	vertical-align: top;
}
.features > *::before {
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 1.4em;
	color: #218ccc;
}
.features .title {
	margin-top: 10px;
	font-weight: 600;
	font-size: 1.2em;
	color: #1f2023;
}
.features .title-small {
	margin-top: 10px;
}

#introduction {
	margin-top: 83px;
	font-size: 1.25em;
}
#administrator-menu + header + main #introduction {
	margin-top: 119px;
}
@media screen and (max-width: 1199px) {
	#introduction {
		margin-top: 42px;
	}
	#administrator-menu + header + main #introduction {
		margin-top: 77px;
	}
}
@media screen and (max-width: 910px) and (min-width: 720px) {
	#administrator-menu + header + main #introduction {
		margin-top: 112px;
	}
}
@media screen and (max-width: 719px) {
	#introduction {
		margin-top: 60px;
	font-size: 1em;
	}
	#administrator-menu + header + main #introduction {
		margin-top: 130px;
	}
}
@media screen and (max-width: 599px) {
	#administrator-menu + header + main #introduction {
		margin-top: 95px;
	}
}


#introduction-content {
	background-color: #f7f8fa;
}
@media screen and (max-width: 479px) {
	#introduction-content h2.center,
	#introduction-content h4.center {
		text-align: left;
	}
}

#web-development-services {
	position: relative;
}
@media screen and (max-width: 1799px) {
	#web-development-services > span.overlay {
		background-color: rgba(255,255,255,.9);
	}
}
#web-development-services > div {
	position: relative;
	z-index: 1;
}
#web-development-services .columns > div {
	display: inline-block;
	margin-bottom: 30px;
	width: 100%;
	padding-left: 50px;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
}
#web-development-services .columns img {
	float: left;
	margin-left: -50px;
	width: 40px;
}
@media screen and (max-width: 479px) {
	#web-development-services h2.center,
	#web-development-services h4.center {
		text-align: left;
	}
}

#wholesale-rates {
	position: relative;
	background-color: #218ccc;
}
#wholesale-rates .image-background {
	width: 100%;
	height: 650px;
	background: url(/images/wholesale-passive-income-inology.jpg) no-repeat center;
	background-size: cover;
}
#wholesale-rates .min-600-width {
	padding-left: 60px;
	padding-right: 60px;
	max-width: 720px;
}
#wholesale-rates * {
	color: #fff;
}
#wholesale-rates .button {
	color: #218ccc;
	background-color: #fff;
}
#wholesale-rates .break {
	background-color: #fff;
}
@media screen and (max-width: 1199px) {
	#wholesale-rates .vertical-padding {
		padding-top: 60px !important;
		padding-bottom: 60px;
	}
	#wholesale-rates .min-600-width {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media screen and (max-width: 839px) {
	#wholesale-rates .image-background {
		padding-top: 66.66666%;
		height: 0;
	}
	#wholesale-rates .vertical-padding {
		padding-top: 100px !important;
		padding-bottom: 100px;
	}
	#wholesale-rates .min-600-width {
		padding-left: 20px;
		padding-right: 20px;
	}
}

#slogan {
	position: relative;
	overflow: hidden;
}
#slogan > .slogan-background {
	position: absolute;
	width: 100%;
	max-width: 100%;
	height: 600px;
	background: #fff url(/images/templates/banner_main.jpg) no-repeat center center;
	background-size: cover;
}
#slogan > .vertical-padding {
	padding-top: 150px !important;
	padding-bottom: 150px;
}
#slogan h2 {
	color: #fff;
}
#slogan .button {
	margin-top: 20px;
	border: 2px solid #fff;
	color: #fff;
	background-color: transparent;
}

#website-management-tools .columns > div {
	display: inline-block;
	margin-bottom: 30px;
	width: 100%;
	padding-left: 50px;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
}
#website-management-tools .columns img {
	float: left;
	margin-left: -50px;
	width: 40px;
}
#website-management-tools #tip-logo {
	max-width: 250px;
}
@media screen and (max-width: 479px) {
	#website-management-tools h2.center,
	#website-management-tools h4.center,
	#website-management-tools p.center {
		text-align: left;
	}
}

#about-inology {
	position: relative;
	text-align: center;
	background-color: #218ccc;
}
#about-inology > .vertical-padding {
	padding-top: 60px !important;
	padding-bottom: 60px;
}
#about-inology > div > * {
	color: #fff;
}
#about-inology .core-principles.grid {
	margin-top: -20px;
}
#about-inology .core-principles.grid > * {
	display: inline-block;
	float: none;
	margin-top: 20px;
	vertical-align: top;
}
#about-inology .core-principles .title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	font-size: .6em;
	font-weight: 600;
}

#recent-website-projects {
	background-color: #fff;
}
#recent-website-projects .recent-projects img {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
#recent-website-projects .recent-projects a:hover > img {
	box-shadow: 0 0 5px 2px rgba(0,0,0,.2);
	position: relative;
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
	z-index: 99;
}
#recent-website-projects a.toggler {
	cursor: pointer;
}
#recent-website-projects a.toggler:hover {
	text-decoration: none;
}
#recent-website-projects .icon-play::before {
	margin-right: 10px;
	color: #218ccc;
}
@media screen and (max-width: 479px) {
	#recent-website-projects h2.center,
	#recent-website-projects h4.center {
		text-align: left;
	}
}

body.website-design-templates .grid > a {
	text-align: center;
}
body.website-design-templates .grid > a > img {
	max-width: 330px;
}

#website-reseller-testimonials {
	background-color: #f7f8fa;
}
#website-reseller-testimonials > div {
	max-width: 720px;
}

#join-us {
	position: relative;
	background: #fff url(../images/computer-and-coffee.jpg) no-repeat right bottom;
}
@media screen and (max-width: 1799px) {
	#join-us > span.overlay {
		background-color: rgba(255,255,255,.9);
	}
}

body.faqs-about-the-inology-white-label-website-reseller-program h3 a {
	display: block;
	padding-top: 60px;
}
body.faqs-about-the-inology-white-label-website-reseller-program h5 {
	margin-top: 25px;
}
body.faqs-about-the-inology-white-label-website-reseller-program dl {
	margin-left: 0;
}
body.faqs-about-the-inology-white-label-website-reseller-program dt {
	margin-top: 15px;
}









/* Template Menu Styles */

.template-menu > div {
	display: block;
	margin-top: 1%;
	margin-bottom: 1%;
	border: 1px solid #ddd;
	padding: 7px 7px 0 7px;
	text-align: center;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}
.template-menu > div:hover {
	background-color: rgba(127,127,127,.05);
}
.template-menu > div > a {
	display: block;
	border: solid 1px #eee;
	padding-top: 98%;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	max-width: 100%;
}
.template-menu .title {
	display: block;
	line-height: 2.2em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
