::-moz-selection {
	background: #b3d4fc;
	text-shadow: none
}
::selection {
	background: #b3d4fc;
	text-shadow: none
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}
audio, canvas, iframe, img, svg, video {
	vertical-align: middle
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0
}
textarea {
	resize: vertical
}
.browserupgrade {
	margin: .2em 0;
	background: #ccc;
	color: #000;
	padding: .2em 0
}
body {
	background-color: #fff;
	font-family: aktiv-grotesk, sans-serif;
	font-size: 1em;
	height: 100%!important;
	margin: 0;
	padding: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	width: 100%
}
body::-moz-selection {
	background: rgba(87, 162, 228, .95)
}
body::selection {
	background: rgba(87, 162, 228, .95)
}
div, li {
	/*outline: 1px solid #f00;*/
}
img {
	border: 0
}
p {
	font-weight: 400;
	margin-bottom: 20px!important
}
a {
	color: #337ab7;
	text-decoration: none!important
}
a:hover {
	color: #57a2e4
}
.border:hover {
	box-shadow: inset 0 0 0 25px #53a7ea
}
.caps {
	text-transform: uppercase
}
.caps-init {
	text-transform: capitalize
}
.transition {
	transition: all .38s ease-out
}
.transition-two {
	transition: .62s ease-in-out
}
.border-raduis10 {
	border: 1px solid #999!important;
	border-radius: 10px!important;
	overflow: hidden
}
.dark-back {
	background-color: #999!important
}
.spacer {
	display: block;
	height: 20px
}
.width-100 {
	width: 100%
}
.width-style20 {
	display: block!important;
	width: 20%!important
}
.container-carousel, .container-full, .container-main {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 970px
}
.container-main {
	margin-bottom: 20px
}
.container-full-header {
	height: 100%;
	width: 100%;
}
.BB-bg {
	/* The image used */
	/*    background-image: url("../BUYABASE-Homepage-Background.svg");*/
	/* Full height */
	height: 100%;
	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
	animation-direction: normal;
	animation-duration: 30s;
	animation-iteration-count: infinite;
	animation-name: colours;
	animation-timing-function: ease-in-out;
	-webkit-animation-direction: normal;
	-webkit-animation-duration: 30s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: colours;
	-webkit-animation-timing-function: ease-in-out;
}
.BB-logo-placement {
	position: absolute;
	width: 100%;
	display: block;
	margin: auto;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*#BB-bg-animation a{
	background-color:white;
	-webkit-transition: background .25s linear;
	-moz-transition: background .25s linear;
	-ms-transition: background .25s linear;
	-o-transition: background .25s linear;
	transition: background .25s linear;
}*/
@keyframes frames {
	0% {
		background-image: url("../RazzleDazzle-Frame1-Crop.svg");
	}
	25% {
		background-image: url("../RazzleDazzle-Frame2-Crop.svg");
	}
	50% {
		background-image: url("../RazzleDazzle-Frame3-Crop.svg");
	}
	75% {
		background-image: url("../RazzleDazzle-Frame4-Crop.svg");
	}
	100% {
		background-image: url("../RazzleDazzle-Frame1-Crop.svg");
	}
}
@-webkit-keyframes frames {
	0% {
		background-image: url("../RazzleDazzle-Frame1-Crop.svg");
	}
	25% {
		background-image: url("../RazzleDazzle-Frame2-Crop.svg");
	}
	50% {
		background-image: url("../RazzleDazzle-Frame3-Crop.svg");
	}
	75% {
		background-image: url("../RazzleDazzle-Frame4-Crop.svg");
	}
	100% {
		background-image: url("../RazzleDazzle-Frame1-Crop.svg");
	}
}
#BB-bg-animation {
	animation-direction: normal;
	animation-duration: .5s;
	animation-iteration-count: infinite;
	animation-name: frames;
	animation-timing-function: cubic-bezier(1, 0, 1, 0);
	-webkit-animation-direction: normal;
	-webkit-animation-duration: .5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: frames;
	-webkit-animation-timing-function: cubic-bezier(1, 0, 1, 0);
}
@keyframes colours {
	0% {
		background-color: white;
	}
	12.5% {
		background-color: #e9379e;
	}
	25% {
		background-color: #513A8C;
	}
	37.5% {
		background-color: #1A89CE;
	}
	50% {
		background-color: #009FAD;
	}
	62.5% {
		background-color: #81D4C0;
	}
	75% {
		background-color: #FFE599;
	}
	87.5% {
		background-color: #F26432;
	}
	100% {
		background-color: white;
	}
}
@-webkit-keyframes colours {
	0% {
		background-color: white;
	}
	12.5% {
		background-color: #e9379e;
	}
	25% {
		background-color: #513A8C;
	}
	37.5% {
		background-color: #1A89CE;
	}
	50% {
		background-color: #009FAD;
	}
	62.5% {
		background-color: #81D4C0;
	}
	75% {
		background-color: #FFE599;
	}
	87.5% {
		background-color: #F26432;
	}
	100% {
		background-color: white;
	}
}
/*#BB-colours-animation {
	-webkit-animation-direction: normal;
	-webkit-animation-duration: 20s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: colours;
	-webkit-animation-timing-function: ease;
}*/
.container-full-header-clients {
	display: block;
	float: left;
	height: 100%;
	width: 50%;
}
/*header*/
.header-image-one {
	height: 100vh;
	width: 100vw
}
.header-height {
	margin-top: 0;
}
.header-full-viewport {
	height: 100%;
	width: 100%
}
.header-full-width {
	height: auto;
	width: 100%
}
/*FONT*/
.font {
	transform: translate3d(0, 0, 0);
	-webkit-text-stroke: .35px
}
.font-main {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: aktiv-grotesk, sans-serif;
	line-height: 13px;
}
.font-nav {
	/*font-family: 'Archivo Black', sans-serif;*/
	font-family: aktiv-grotesk, sans-serif;
}
.font-size-mid {
	font-size: 1.4em;
	padding: 10px 0 0 0
}
.font-weight-lite {
	font-weight: 300
}
.font-weight-medium {
	font-weight: 400
}
.font-weight-bold {
	font-weight: 700
}
.scaleSprite {
	-ms-transform: scale(.7);
	transform: scale(.7);
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-moz-transform: scale(.7);
	-moz-transform-origin: 0 0;
	-webkit-transform: scale(.7);
	-webkit-transform-origin: 0 0
}
/*LOGO*/
.logo, .logo-mobile {
	display: inline-block;
	height: auto;
	left: 20px;
	position: absolute;
	top: 20px;
	width: 129px;
	z-index: 20;
}
.resume, .resume-mobile {
	display: inline-block;
	height: auto;
	right: 55px;
	position: absolute;
	top: 20px;
	width: 25px;
}
.contact, .contact-mobile {
	display: inline-block;
	height: auto;
	right: 20px;
	position: absolute;
	top: 20px;
	width: 25px;
}
.logo-mobile {
	top: 20px;
	left: 20px;
	width: 129px;
}
.logo-large {
	margin: 40px auto;
	position: relative;
	width: 33%;
	top: 25%;
	-ms-transform: translateY(25%);
	transform: translateY(25%);
}
.logo-container {
	width: 100%;
	display: inline-block;
	position: relative;
}
.arrow-big {
	bottom: 0px;
	display: flex;
	font-size: 50px;
	color: #009FAD;
	justify-content: center;
	height: 50px;
	position: absolute;
	width: 100%;
	animation: blinker .5s ease infinite;
}
@keyframes blinker {
	50% {
		opacity: 0;
	}
}
#top-div {
	display: inline-block;
	height: 100vh;
	width: 100%;
}
/*NAV*/
.nav-container {
	display: block;
	position: fixed;
	padding: 0;
	margin: 0;
	top: 0;
	width: 100%;
	z-index: 99
}
.sticky-nav {
	margin-top: -78px
}
.nav {
	/*    background-color: #f26432;*/
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	font-size: .75em;
	font-weight: bolder;
	height: 35px;
	margin: -1px 0 0 0;
	width: 100%
}
.nav a {
	color: #ccc;
	/*	display: inline-block;*/
	text-decoration: none!important
}
.nav ul {
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	padding: 0 20px;
	text-align: right;
}
.nav li {
	cursor: pointer;
	margin-top: -10px;
	padding: 0 7.5px;
	text-align: right;
	text-decoration: none;
	-ms-transform: translateY(40%);
	transform: translateY(40%);
	width: auto
}
.nav li a:hover {
	color: #CE3393;
}
/*NAV MOBILE*/
.nav-mobile {
	display: none;
	font-weight: bolder;
	position: fixed;
	top: 40px;
	width: 100%;
	z-index: 20;
}
.nav-mobile .burger {
	padding-top: 0;
	padding-right: 25px;
	padding-left: 0;
	padding-bottom: 0;
}
.hamburger-final {}
.nav-mobile .slide-away {
	display: none
}
.nav-mobile-menu {
	/*    background-color: #000;*/
	color: #ccc;
	cursor: pointer;
	height: 35px;
	margin-top: -40px;
	padding: 0 0 0 0;
	position: relative;
	text-align: right;
	width: 100%;
	z-index: 10
}
.nav-mobile-menu:hover {
	color: #CE3393
}
.nav-mobile-menu-bttm {
	background-color: #000;
	color: #888;
	cursor: pointer;
	height: 30px;
	padding: 10px 0 0 0;
	position: relative;
	text-align: center;
	width: 100%
}
.nav-mobile-menu-bttm:hover {
	color: #CE3393
}
.nav-mobile-menu-bttm-fnl {
	background-color: rgba(255, 255, 255, .97);
	height: 100%;
	position: fixed;
	text-align: center;
	width: 100%
}
.nav-mobile a {
	text-decoration: none!important
}
/*STATES*/
.active {
	color: #57a2e4!important
}
.active:hover {
	color: #57a2e4!important
}
.icon-fade:hover {
	opacity: .7
}
.main-container {
	margin: 0 auto;
	max-width: 970px;
	padding: 0 20px;
	position: relative;
	height: auto
}
/*IMAGES GRID LAYOUT*/
.wall-component {
	overflow: hidden;
}
.wall-component-grey {
	background-color: #fff;
}
.wall-component-greyDark {
	background-color: #fff;
}
.wall-component-list {
	display: flex;/*display: block;*/
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
}
.wall-component-list li {
	cursor: pointer;
	display: flex;/*inline-block;*/
	flex-wrap: wrap;
	height: 0;
	position: relative;
	overflow: hidden;
	vertical-align: top;
	width: 25%;
	padding-bottom: 19.85%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 0px;
}
.wall-component-list-clients {
	display: block;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
}
.wall-component-list-clients li {
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	height: 0;
	position: relative;
	overflow: hidden;
	vertical-align: top;
	width: 100%;
	padding-bottom: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*SMALL IMAGE PREVIEW*/
.wall-component-list-small-img-bg {
	object-fit: cover;
	max-width: 100%;
	height: 238px;
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 20px 0;
}
.preview-list-item {
	display: block;
	float: left;
	width: 25%;
}
/* Create four equal columns that sits next to each other */
.column {
	flex: 25%;
	-ms-flex: 25%; /* IE10 */
	padding: 0;
	margin: 0;
}
.small-header {
	display: block;
	float: left;
	width: 100%;
	vertical-align: bottom;
	margin: 29px 0 -14px 6px;
}
.wall-component-list li figure, .wall-component-list-clients li figure {
	box-sizing: border-box;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.wall-component-list-img {
	height: 100%;
	text-align: center;
	width: 100%;
}
.wall-component-list-img-bg {
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	max-width: 100%;
	max-height: 100%;
	height: 676px;
}
.wall-component-list-img-bg-clients {
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	max-width: 100%;
	max-height: 100%;
}
.wall-component-sub-title {
	bottom: 23px;
	color: white;
	font-family: Montserrat, sans-serif;
	height: 23px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 9999;
}
.image-1 {
	background-image: url('../images/image1.jpg');
	background-position: -88px;
	background-repeat: no-repeat;
	background-size: cover;
	height: 490px;
	width: 100%;
}
/*BUTTONS AND BUTTON COLORS*/
.butn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0px;
	font-family: Arial;
	color: #ffffff;
	font-size: 14px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	width: 123px;
}
.butn:hover {
	background-color: #999;
}
.butn-margin {
	margin: 0 0 0 20px;
}
/*FIGURE - IMAGE CAPTIONS AND LINK*/
figure {
	margin: 0;
	padding: 0;
	height: auto;
	position: relative;
	display: block;
}
figure a {
	color: #fff;
}
figure a:hover {
	color: #CE3393;
}
figure img {
	width: 100%;
}
figure:hover figcaption {
	opacity: 1;
	/*	background: rgba(0,159,173,.62);*/
	top: 0;
}
figcaption {
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .75);
	color: #fff;
	padding: 40px;
	box-sizing: border-box;
	text-align: center;
}
figcaption img {
	width: 62%;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
figcaption p {
	font-family: aktiv-grotesk, sans-serif;
	margin: 0;
	position: absolute;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 13px;
	bottom: 0px;
	opacity: 0;
}
/*FOOTER*/
.footer {
	background-color: #000;
	display: inline-block;
	height: auto;
	position: relative;
	text-align: center;
	width: 100%
}
.footer-email {
	font-size: 1.5em;
	margin: 20px auto 0 auto;
	text-align: center;
	width: 100%
}
.footer-icon-container {
	height: auto;
	width: 100%
}
.footer-icon-container ul {
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 0;
	zoom: 1
}
.footer-icon-container li {
	display: inline-block;
	height: auto;
	list-style: none;
	margin-right: 5px
}
.footer-icon-container-inside {
	padding: 30px 0 30px 0;
	width: 100%
}
.footer-container {
	height: auto;
	width: 100%
}
.footer .copy-write {
	color: #fff!important;
	font-size: .62em;
	font-weight: 300;
	padding: 10px 0 10px 0;
	text-align: center;
	width: 100%;
}
.footer-link:hover {
	color: #CE3393;
}
/*BACK TOP*/
.back-to-top {
	background-color: white;
	border-color: #009FAD;
	border-style: solid;
	border-width: 2px;
	border-radius: 0px;
	bottom: 20px;
	color: #009FAD;
	cursor: pointer;
	display: none;
	font-size: 20px;
	font-weight: 700;
	height: 40px;
	overflow: hidden;
	position: fixed;
	right: 20px;
	width: 40px;
	z-index: 10
}
.back-to-top span:hover {
	background-color: #009FAD;
	color: #fff
}
.back-to-top span {
	display: block;
	height: 40px;
	padding: 7px 0 0 13px;
	width: 40px
}
/*VIDEO*/
.video {
	height: auto;
	left: 0;
	object-fit: cover;/*controls video size*/
	max-width: 960px;
	position: relative;
	top: 0;
	width: 100%;
}
.video-holder {
	height: auto;
	overflow: hidden;
	position: absolute;
	max-width: 1000px;
	width: 100%;
}
.video-poster {
	background-color: #fff;
	height: auto;
	width: 100%;
}
.video-li {
	padding-bottom: 56% !important;
}
/*RANDOM CLASSES*/
.color-pink {
	background: #ce3393;
}
.color-orange {
	background: #F26522;
}
.font-color-pink {
	color: #ce3393;
}
.font-color-orange {
	color: #F26522;
}
.is-hidden {
	display: none;
	visibility: hidden
}
.is-visible {
	display: block;
	visibility: visible
}
.is-fixed {
	position: fixed;
}
@media (min-width:1281px) {
	.container-main {
		margin-bottom: 35px
	}
	.wall-component-list-img-bg {
		height: 960px;
	}
	.wall-component-list-img-bg-clients {
		height: 917px;
	}
}
/*TABLET-MOBILE*/
@media only screen and (max-width:1200px) {
	p {
		font-size: 1.15em
	}
	.container-main {
		margin-bottom: 40px;
		padding: 0 15px
	}
	.container-carousel, .container-full {
		padding: 0;
		width: 100%
	}
	.container-full-header {
		width: 100%;
		height: auto;
	}
	.font-size-mid {
		padding-top: 10px
	}
	.header-parallax {
		background-position: center 51px;
		height: 378px
	}
	.header-full-viewport {
		height: auto;
	}
	.header-height {
		margin-top: -18px
	}
	.nav {
		font-size: 0.75px
	}
	#main-nav, #top-div {
		display: none;
	}
	.nav-mobile {
		display: block;
	}
	.sticky-nav {
		margin-top: -53px
	}
	.arrow-big {
		display: none;
	}
	.wall-component-list li {
		width: 50%;
		padding-bottom: 50%;
	}
	.wall-component-list-img-bg {
		height: 617px;
	}
	.container-full-header {
		margin-top: 0px;
	}
}
@media only screen and (max-width:880px) {
	.wall-component-list-img-bg-clients {
		height: 476px;
	}
	.side-panel p {
		padding: 26px;
	}
	.container-full-header {
		width: 100vw;
		height: 100%
	}
	.container-main {
		margin-bottom: 35px
	}
	.header-image-one, .header-image-three, .header-image-two {
		background-size: cover;
		height: 100%;
		position: relative
	}
	.header-full-viewport {
		height: 700px;
		width: 100vw;
	}
	.wall-component-list-img-bg {
		height: 476px;
	}
}
/*MOBILE*/
@media only screen and (max-width:700px) {
	.container-full-header {
		margin-top: 0px;
	}
	.wall-component-list li {
		width: 100%;
		padding-bottom: 100%;
	}
	.wall-component-list-img-bg {
		height: 676px;
	}
}
/*MOBILE*/
@media only screen and (max-width:500px) {
	.logo-text {
		padding: 5px 0
	}
	.calendar-box {
		height: 400px
	}
	.logo-mobile {
		top: 20px;
	}
	.side-panel p {
		padding: 7px;
	}
	.side-panel-mobile, .left-mobile, .right-mobile {
		display: block;
	}
	.wall-component-list-img-bg-clients {
		height: 260px;
	}
}
