@font-face {
	font-family: 'TheAntiquaB W5 Plain';
	src: url('/fonts/TheAntiquaB-W5Plain.eot');
	src: url('/fonts/TheAntiquaB-W5Plain.eot?#iefix') format('embedded-opentype'),
		url('/fonts/TheAntiquaB-W5Plain.woff') format('woff'),
		url('/fonts/TheAntiquaB-W5Plain.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


/* #Foundation Overrides
================================================== */
html, body {
	font-size: 100%;
}
body {
	background: #fff;
	color: #111;
	cursor: auto;
	font-family: 'TheAntiquaB W5 Plain', serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	position: relative;
}
.row {
	margin: 0 auto;
	width: 90%;
	max-width: 90rem;
}
.column, .columns {
}
img, svg, iframe {
	width: 100%;
	max-width: 100%;
}
.panel {
	border-style: solid;
	border-width: 0px;
	border-color: #d8d8d8;
	margin-bottom: 1.25rem;
	padding: 1.25rem;
	background: #fff;
}
form table, form td, form td {
	width: 100%;
}
form table br {
	display: none;
}
form select {
	margin-bottom: 1rem;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea, input.cat_textbox {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
	display: block;
	font-family: inherit;
	font-size: 0.875rem;
	height: 2.3125rem;
	margin: 0 0 1rem 0;
	padding: 0.5rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border-color 0.15s linear, background 0.15s linear;
	-moz-transition: border-color 0.15s linear, background 0.15s linear;
	-ms-transition: border-color 0.15s linear, background 0.15s linear;
	-o-transition: border-color 0.15s linear, background 0.15s linear;
	transition: border-color 0.15s linear, background 0.15s linear;
}
input[type="file"], input[type="checkbox"], input[type="radio"], select {
	margin: 0.3rem 0.3rem 0.3rem 0;
}
.captchaimg img {
	width: 9rem;
	position: absolute;
	left: 12rem;
}
ul li, ul li ul, ul li ol {
	margin-left: 0;
	margin-bottom: 0;
}
.inline-list>li {
	margin-left: 0rem;
	margin-right: 1rem;
}
.column, .columns {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
/* #Typography
================================================== */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	color: #111;
	font-family: 'TheAntiquaB W5 Plain', serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 1rem;
	margin-top: 0.5rem;
	text-rendering: optimizeLegibility;
}
h1, .h1 {
	font-family: 'TheAntiquaB W5 Plain', serif;
    font-size: 5rem;
    font-weight: 700;
	line-height: .85;
}
h2, .h2 {
	font-size: 1.5rem;
}
@media screen and (max-width: 39.9375em) {
h1, .h1 {
    font-size: 2rem;
}
	h2, .h2 {
	font-size: 1.2rem;
}
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { 
h1, .h1 {
    font-size: 3rem;
}
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
h1, .h1 {
    font-size: 3.5rem;
}	
}
h3, .h3 {
	font-size: 1rem;
}
h4, .h4 {
	font-size: 1rem;
}
h5, .h5 {
	font-size: 1rem;
}
h6, .h6 {
	font-size: 1rem;
}
p {
	font-size: 1.2rem;
}
.multiple-columns-3 {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
/* #Links
================================================== */
a {
	color: #111;
	text-decoration: none;
	outline: 0;
}
a:hover, a:focus {
	color: #333;
}
p a, p a:visited {
	line-height: inherit;
}
/* #Buttons
================================================== */

button, .button, .productSubmitInput, #catshopbuy, .cat_button {
	border-radius: 0;
	border-style: solid;
	border-width: 2px;
	border-color: #333;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	margin: 0 0 1.25rem;
	padding: 0.7rem 3rem;
	font-size: 1.3rem;
	background-color: transparent;
	color: #333;
	transition: background-color 300ms ease-out;
}
button:hover, button:focus, .button:hover, .button:focus {
	background-color: transparent;
	color: #111;
}
.border.button {
	background-color: transparent;
}
button.tiny, .button.tiny, input.update {
	padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
	font-size: 0.6875rem;
}
/* #Colours
================================================== */

.black {
	color: #333!important;
}
.black-bg {
	background-color: #333;
}
.grey {
	color: #f7f7f7!important;
}
.grey-bg {
	background-color: #f7f7f7;
}
.white {
	color: #fff!important;
}
.white-bg {
	background-color: #fff;
}
/* Utility
================================================== */
.m0 {
	margin: 0!important;
}
.mt0 {
	margin-top: 0!important;
}
.mr0 {
	margin-right: 0!important;
}
.mb0 {
	margin-bottom: 0!important;
}
.ml0 {
	margin-left: 0!important;
}
.m1 {
	margin: 1rem!important;
}
.mt1 {
	margin-top: 1rem!important;
}
.mr1 {
	margin-right: 1rem!important;
}
.mb1 {
	margin-bottom: 1rem!important;
}
.ml1 {
	margin-left: 1rem!important;
}
.m2 {
	margin: 2rem!important;
}
.mt2 {
	margin-top: 2rem!important;
}
.mr2 {
	margin-right: 2rem!important;
}
.mb2 {
	margin-bottom: 2rem!important;
}
.ml2 {
	margin-left: 2rem!important;
}
.m3 {
	margin: 3rem!important;
}
.mt3 {
	margin-top: 3rem!important;
}
.mr3 {
	margin-right: 3rem!important;
}
.mb3 {
	margin-bottom: 3rem!important;
}
.ml3 {
	margin-left: 3rem!important;
}
.m4 {
	margin: 4rem!important;
}
.mt4 {
	margin-top: 4rem!important;
}
.mr4 {
	margin-right: 4rem!important;
}
.mb4 {
	margin-bottom: 4rem!important;
}
.ml4 {
	margin-left: 4rem!important;
}
.m5 {
	margin: 5rem!important;
}
.mt5 {
	margin-top: 5rem!important;
}
.mr5 {
	margin-right: 5rem!important;
}
.mb5 {
	margin-bottom: 5rem!important;
}
.ml5 {
	margin-left: 5rem!important;
}
.m6 {
	margin: 6rem!important;
}
.mt6 {
	margin-top: 6rem!important;
}
.mr6 {
	margin-right: 6rem!important;
}
.mb6 {
	margin-bottom: 6rem!important;
}
.ml6 {
	margin-left: 6rem!important;
}
.mxn1 {
	margin-left: -1rem!important;
	margin-right: -1rem!important;
}
.mxn2 {
	margin-left: -2rem!important;
	margin-right: -2rem!important;
}
.mxn3 {
	margin-left: -3rem!important;
	margin-right: -3rem!important;
}
.mxn4 {
	margin-left: -4rem!important;
	margin-right: -4rem!important;
}
.mxn5 {
	margin-left: -5rem!important;
	margin-right: -5rem!important;
}
.mxn6 {
	margin-left: -6rem!important;
	margin-right: -6rem!important;
}
.mx-auto {
	margin-left: auto!important;
	margin-right: auto!important;
}
.p0 {
	padding: 0!important;
}
.p1 {
	padding: 1rem!important;
}
.py1 {
	padding-top: 1rem!important;
	padding-bottom: 1rem!important;
}
.px1 {
	padding-left: 1rem!important;
	padding-right: 1rem!important;
}
.pl1 {
	padding-left: 1rem!important;
}
.pr1 {
	padding-right: 1rem!important;
}
.p2 {
	padding: 2rem!important;
}
.py2 {
	padding-top: 2rem!important;
	padding-bottom: 2rem!important;
}
.px2 {
	padding-left: 2rem!important;
	padding-right: 2rem!important;
}
.pl2 {
	padding-left: 2rem!important;
}
.pr2 {
	padding-right: 2rem!important;
}
.p3 {
	padding: 3rem!important;
}
.py3 {
	padding-top: 3rem!important;
	padding-bottom: 3rem!important;
}
.px3 {
	padding-left: 3rem!important;
	padding-right: 3rem!important;
}
.pl3 {
	padding-left: 3rem!important;
}
.pr3 {
	padding-right: 3rem!important;
}
.p4 {
	padding: 4rem!important;
}
.py4 {
	padding-top: 4rem!important;
	padding-bottom: 4rem!important;
}
.px4 {
	padding-left: 4rem!important;
	padding-right: 4rem!important;
}
.pl4 {
	padding-left: 4rem!important;
}
.pr4 {
	padding-right: 4rem!important;
}
.p5 {
	padding: 5rem!important;
}
.py5 {
	padding-top: 5rem!important;
	padding-bottom: 5rem!important;
}
.px5 {
	padding-left: 5rem!important;
	padding-right: 5rem!important;
}
.pl5 {
	padding-left: 5rem!important;
}
.pr5 {
	padding-right: 5rem!important;
}
.p6 {
	padding: 6rem!important;
}
.py6 {
	padding-top: 6rem!important;
	padding-bottom: 6rem!important;
}
.px6 {
	padding-left: 6rem!important;
	padding-right: 6rem!important;
}
.pl6 {
	padding-left: 6rem!important;
}
.pr6 {
	padding-right: 6rem!important;
}
.vertical-center {
	text-align: center;
	width: 80%;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 30;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.relative {
	position: relative;
}
.fade {
	background: #333 !important;
	opacity: 1;
}
.fade img:hover {
	background: #333 !important;
	opacity: 0.7;
	transition: opacity .25s ease-in-out;
}
.icon {
	width: 1.5rem;
	display: inline-block;
}
.g-recaptcha iframe {
	transform: scale(0.6);
	position: relative;
	left: -2.4rem;
	height: 5rem;
	width: 12rem;
}
.captchaimg {
	position: relative;
}
.captchaimg img {
	width: 9rem;
	position: absolute;
	left: 12rem;
}
.page {
	min-height: 100vh;
	position: relative;
}
.system-page {
	padding-top: 10rem;
}
/* Animations
================================================== */



.fade-out {
	animation: fade-out 1s;
}
 @keyframes fade-in {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
.fade-in-up {
	animation: fade-in-up 1s;
}
 @keyframes fade-in-up {
 0% {
 opacity: 0;
 transform: translate3d(0, 50%, 0);
}
 100% {
 opacity: 1;
 transform: none;
}
}
.fade-in-right {
	animation: fade-in-right 1s;
}
 @keyframes fade-in-right {
 0% {
 opacity: 0;
 transform: translate3d(100%, 0, 0);
}
 100% {
 opacity: 1;
 transform: none;
}
}
/* #Page Template
================================================== */

header {
	position: fixed;
	width: 100%;
	height: 6rem;
	z-index: 100;
}
.logo {
	position: fixed;
    left: calc(5% + .5rem);
	top: 4rem;
    width: 8rem;
}
.main.menu {
	position: fixed;
	right: 2rem;
	top: 2rem;
	font-size: 1rem;
}
.page-content {
	min-height: 80vh;
}

/* Background Images & Heights
================================================== */
.bg-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: rgba(0,0,0,0.2);
	background-blend-mode: multiply;
	z-index: 0;
}
.bg-image:hover {
	background-color: rgba(0,0,0,0.4);
}
@media screen and (min-width: 64em) {
.bg-fixed {
	background-attachment: fixed;
}
}
.fullscreen-height {
	height: 97vh;
}
@media screen and (max-width: 39.9375em) {
.fullscreen-height {
	height: 50vh;
}	
}
.large-height {
	height: 40rem;
}
.medium-height {
	height: 30rem;
}
.small-height {
	height: 8rem;
}

@media screen and (max-width: 39.9375em) {
.large-height {
	height: 15rem;
}
.medium-height {
	height: 10rem;
}
.small-height {
	height: 8rem;
}
}

/* #Menus
================================================== */

.main-menu {
}
.main-menu ul li {
}
.main-menu ul li a {
}
.main-menu ul li a:hover {
}
.footer-menu {
}
.footer-menu ul li {
}
.footer-menu ul li a {
}
.footer-menu ul li a:hover {
}
/* #Footer
================================================== */

footer {
	clear: both;
	padding: 3rem 0;
}
.credits a {
	color: #333;
}
.credits a:hover {
	color: #888;
}
/* #Homepage
================================================== */

.homepage-intro p.h2, p.scroll-down {
	animation: 1s fade-in;
	animation-fill-mode: forwards;
	visibility: hidden;
}
.homepage-intro p.h2:nth-of-type(1) {
	animation-delay: 1s;
}
.homepage-intro p.h2:nth-of-type(2) {
	animation-delay: 3s;
}
.homepage-intro p.h2:nth-of-type(3) {
	animation-delay: 5s;
}
.homepage-intro p.h2:nth-of-type(4) {
	animation-delay: 7s;
}
.homepage-intro p.h2:nth-of-type(5) {
	animation-delay: 9s;
}
.homepage-intro p.h2:nth-of-type(6) {
	animation-delay: 11s;
}
.homepage-intro p.h2:nth-of-type(7) {
	animation-delay: 13s;
}
p.scroll-down {
	animation-delay: 13s;
}
.fade-in {
	animation: fade-in 1s;
}
 @keyframes fade-in {
0% {
 opacity: 0;
visibility: hidden;
}
 100% {
 opacity: 1;
 visibility: visible;
}
}
.scroll-down {
	bottom: 12rem;
}
/* #Hello
================================================== */
.hello .box {
	padding: 1rem;
	box-sizing: border-box;
	min-height: 12rem;
}
.hello-intro {
	padding: 3rem;
}
.hello-intro p {
	font-size: 1.3rem;
}
/* #Contact
================================================== */

/* #Portfolio List
================================================== */
.portfolio-list-sites a {
	border-bottom: 1px solid #111;
	position: relative;
}
.portfolio-list-sites .portfolio-list-image {
	background-size: cover; 
	background-position: center; 
	width: 100%; 
	height: 20rem;
	z-index: 0;
}

.portfolio-list-sites > div  > a > img {
	display: none!important; 
}
.portfolio-list-sites > div:hover  > a > img  {
	width: 40%!important;
	display: block!important; 
	z-index: 10;
}



.portfolio-list {
	position: relative;
	z-index: 0;
}
.portfolio-list img.portfolio-list-image {
	position: relative;
	z-index: 10;
}
.portfolio-list img.tablet-angle {
	transform: scale(1.3, 1.3);
}
.portfolio-list-details {
}
.portfolio-list-details h3 {
}
article.portfolio-list .website-link img {
	position: absolute;
	z-index: 10;
	bottom: 1.5rem;
	right: 1.5rem;
	width: 2rem!important;
	display: none;
}
article.portfolio-list:hover .portfolio-list-details, article.portfolio-list:hover .website-link img {
	display: block;
}
.portfolio-logo {
	padding: 20rem 0;
}
.portfolio-logo img {
	width: 15rem;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.portfolio-logo img:hover {
	-webkit-transition: -webkit-transform 1000ms ease-in-out !important;
	transition: transform 1000ms ease-in-out !important;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.loaderHolder img {
	width: 30px!important;
}
.reveal-modal .close-reveal-modal {
	color: #333;
	font-size: 3rem;
	font-weight: normal;
}

/* Banners
================================================== */
.banner {
	background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    z-index: 0;
    position: relative;
    top: 0;
}


/* #Portfolio Detail
================================================== */
.web-app-detail-pagination ul {
	position: fixed;
	z-index: 110;
	left: 1rem;
	top: 2rem;
	list-style: none!important;
}
.web-app-detail-pagination ul li {
	display: inline-block!important;
}
.web-app-detail-pagination img {
	width: 2rem!important;
	display: inline;
}
.portfolio-detail-intro .website-link img {
	width: 2rem!important;
}
