<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

html,body,section,div,header,footer,h1,h2,h3,h4,h5,h6,p,ul,li,img,span,a{
	margin: 0;
	padding: 0;
	border: none;
}
body{
    -webkit-transition:all .6s ease-in-out;
    -moz-transition:all .6s ease-in-out;
    -o-transition:all .6s ease-in-out;
    transition: all .6s ease-in-out;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 300;
	background: #000;
	color: #fff;
}
header{
    -webkit-transition:all .6s ease-in-out;
    -moz-transition:all .6s ease-in-out;
    -o-transition:all .6s ease-in-out;
    transition: all .6s ease-in-out;
	position: fixed;
	top: 0;
	left: 0;
	line-height: 30px;
	height: 30px;
	width: 90%;
	padding: 10px 5%;
	background: #000;
	opacity: .5;
	z-index: 1000;
}
header:hover{
	opacity: 1;
}
a{
    -webkit-transition:all .6s ease-in-out;
    -moz-transition:all .6s ease-in-out;
    -o-transition:all .6s ease-in-out;
    transition: all .6s ease-in-out;
	text-decoration: none;
	color: #fff;
}
a:hover{
	opacity:.6;
}

b{
	font-weight: 700;
}
p{
	margin-bottom: 15px;
}
ul{
	margin-bottom: 50px;
}
hr{
	border: none;
	border-bottom: 1px solid #ddd;
}
section li{
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -o-transition:all 1s;
    transition: all 1s;
	list-style: none;
	margin-bottom: 15px;
	opacity: .6;
	font-size: 14px;
}
li:hover, .op-one li{
	opacity: 1;
}
h1{
	font-size:60px;
	line-height: 72px;
	font-weight: 300;
	margin-bottom: 15px;
}
h2{
	font-size: 30px;
	line-height: 36px;
	font-weight: 300;
	margin-bottom: 50px;
}
h3{
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
}
a{
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -o-transition:all 1s;
    transition: all 1s;
	text-decoration: none;
	cursor: pointer;
}
input[type="submit"]{
	background: #000;
	padding: 15px;
	color: #fff;
	border: none;
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: 3px;
	cursor: pointer;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -o-transition:all 1s;
    transition: all 1s;
}
input[type="submit"]:hover{
	opacity: .6;
}
input[type="text"], textarea{
	border: 1px solid #ddd;
	padding: 10px;
	width: 90%;
	width: calc(100% - 22px);
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 300;
	margin: 0 0 10px;
}
input:-webkit-autofill{
	background-color: transparent;
}
body.loader{
	background: #000 url(images/rings.svg) center center no-repeat;
}
section, .table, footer {
    padding: 0 5%;
    width: 90%;
}
small{
	font-size: 12px;
	opacity: .5;
	line-height: 16px;
}
footer{
	padding-bottom: 50px;
}
footer a img{
    width: 20px;
}
.social-links{
	padding: 100px 0 10px;
}
#master-wrapper{
    -webkit-transition:all 2s ease-in-out;
    -moz-transition:all 2s ease-in-out;
    -o-transition:all 2s ease-in-out;
    transition: all 2s ease-in-out;
}
.loading{
	opacity: 0;
}
.overflow-hidden{
	overflow: hidden;
}
footer .social-links a{
	font-size: 46px; 
	 border: 1px solid #000;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
    padding: 7px 15px 14px;
}
footer a:hover{
	opacity: 1;
}
.table{
    display: table;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

li h4 span{
	font-size: 32px;
	padding-right: 10px;
	float: left;
}
li h4{
	font-weight: 300;
	opacity: 1;
	text-transform: uppercase;
	letter-spacing: 2px;
	height: 50px;
	border-bottom: 1px solid #aaa;
	margin-bottom: 30px;
}
.flt-lft{
	float: left;
}
.flt-rt{
	float: right;
}

.text-center{
	text-align: center;
}
a.close{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #000;
	border-radius: 3px;
	margin-left: 10px;
	color: #000;
}
.loader-anim{
	display: none;
}
.loader .loader-anim{
	display: table;
}
#reach-us a.close{
	margin-bottom: 50px;
}
header ul{
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    transition: all .5s ease-in-out;
	margin-bottom: 0;
}
header li{
	display: inline-block;
	font-size: 12px;
	padding-left: 20px;
	text-transform:uppercase;
}
#brand{
	/*height: 100%;*/
}
#brand img{
	height: 100%;
	width: auto;
}
#banner{
	display: table;
	width: 100%;
	background: #000;
	text-align: center;
	padding: 0;
}
.vertical-aligner{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.el, .el-4{
    -webkit-transition:all 2s ease-in-out;
    -moz-transition:all 2s ease-in-out;
    -o-transition:all 2s ease-in-out;
    transition: all 2s ease-in-out;
	display: inline-block;
	height: 72px;
	width: 85px;
	vertical-align: middle;
	margin: 0px 5px;
	position: relative;
}
.el img{
	width: 48px;
	position: absolute;
	bottom: 0;
	left: 20px;
}
.el-4{
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.el-4 .special{
	width: 48px;
	position: absolute;
	bottom: 0;
	left: 20px;
	display: inline-block;
	line-height: 13px;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
    -webkit-transition:all 1s ease-in-out;
    -moz-transition:all 1s ease-in-out;
    -o-transition:all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.el-4 .big{
	width: 85px;
	left: 0;
}
.el-4 .stand-apart{
	bottom: 20px;
}
.el-4 .you{
	left: -95px;
	bottom: -110px;
}
.hidden{
	opacity: 0;
}
.el-6{
	margin-left: 14px;
}
#animated-elements{
	width: 500px;
	margin: 0 auto;
}
#animated-text{
	margin-top: 40px;
	position: relative;
}
u{
	text-decoration: none;
	border-bottom: 1px solid #999;
}
#animated-text span{
    -webkit-transition:all 2s ease-in-out;
    -moz-transition:all 2s ease-in-out;
    -o-transition:all 2s ease-in-out;
    transition: all 2s ease-in-out;
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
}
#animated-text span.current{
	opacity: 1;
}
/* Open - Close button */

#resp-nav{
  width: 30px;
  height: 30px;
  position: relative;
  margin: 5px auto 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  float: right;
  display: none;
}

#resp-nav span{
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.branding #resp-nav span{
  background: rgba(130,130,130,1);
}
#resp-nav span:nth-child(1) {
  top: 0px;
}

#resp-nav span:nth-child(2),#resp-nav span:nth-child(3) {
  top: 8px;
}

#resp-nav span:nth-child(4) {
  top: 16px;
}

#resp-nav.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#resp-nav.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#resp-nav.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#resp-nav.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.three-col ul{
	width: 30%;
	float: left;
	margin-right: 5%;
}
.three-col ul:last-child{
	margin-right: 0;
}
.pad-150{
	padding-top: 150px;
}


/* reach us */

#reach-us{
	display: none;
	padding-top: 100px;
}
.inner #reach-us {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
}
#reach-us li.head{
	margin-bottom: 15px;
}


/* flamboya */

.services{
	margin-top: 50px;
}
#flamboya{
	padding-bottom: 100px;
}
span.text-slider {
    font-size: 60px;
	line-height: 60px;
	display: block;
	margin-bottom: 6px;
}


#fun-section h1{
    background: url(images/2.png) no-repeat center 77%;
    padding-top: 400px;
    background-size: 15% auto;
}
#fun-section{
	background-image: url(images/1.png);
	background-position: 5% 0%;
	background-repeat: no-repeat;
	background-size: 15% auto;
}
#fun-section .vertical-aligner{
	vertical-align: bottom;
	padding-bottom: 50px;
	background: url(images/3.png) no-repeat right 0;
	background-size: 15% auto;
}
.op-one{
	opacity: 1;
}
.bg-white{
	background: #fff;
	color: #000;
}
.bg-white a{
	color: #000;
}
.weight-400{
	font-weight: 400;
}
#showcase-filter{
	display: inline-block;
	background: none;
	margin-right: 20px;
}
#showcase-filter a{
	color: #fff;
	font-weight:bold;
}
#showcase-filter a.f-current{
	color: #000;
}





#showcase{
	width: 100%;
	padding: 0;
}
.branding #showcase img{
	height: 60%;
	width: auto;
}
.bg-grey{
	background: #ffe2b8;
}

.bg-grey-S2{
	background: #ffe2b8;
}
.bg-grey-2{
	background: #e1e1e1;
}
.full-col{
	height: 100%;
}
.ind-1 img{
	height: 100%;
}
.ind-1{
	height: 70%;
	padding-top: 20px;
	height: calc(100% - 233px);
	width: 100%;
}
.load-more img{
	width: 100%;
	max-width: 1200px;
	display: block;
	margin: 0 auto 50px;
	height:auto;
	box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.11);
}
.load-more a.close{
	margin-bottom: 0;
}
.load-more h2 span{
	font-size: 11px;
	font-weight: 400;
}
.load-more h2{
	margin-bottom: 0;
	font-size: 18px;
	line-height: 32px;
}
.more-head{
    -webkit-transition:all .6s ease-in-out;
    -moz-transition:all .6s ease-in-out;
    -o-transition:all .6s ease-in-out;
    transition: all .6s ease-in-out;
	background: #fff;
	 padding: 10px 5%;
    position: fixed;
	z-index: 10010;
    top: 0px;
    left: 0;
    width: 90%;
	display: none;
	opacity: 0;
}
.load-more{
    -webkit-transition:all .6s ease-in-out;
    -moz-transition:all .6s ease-in-out;
    -o-transition:all .6s ease-in-out;
    transition: all .6s ease-in-out;
	position: fixed;
	left: 100%;
	opacity: 0;
	top: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #fff;
}
.load-more .wrap{
	max-width: 1200px;
	margin: 0 auto;
}
.load-more section{
	padding-top: 120px;
}
.show-more .more-head{
	opacity: 1;
	display: block;
}
.show-more{
	left: 0;
	opacity: 1;
}
#showcase h2{
	margin-bottom: 5px;
}
#showcase .item-holder p{
	display: none;
}
a.more{
	border: 1px solid #000;
	border-radius: 3px;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 5px;
	display: inline-block;
}
#showcase .item-holder{
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}
.item-wrap{
	display: table;
	text-align: right;
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 60%;
	padding:0 5%;
	width: 90%;
	height: 100%;
}
.pos-br{
	background-position: bottom right;
	text-align: left;
}
.inner header{
	background: #000000;
	opacity: 1;
	
}
.inner header:hover{
	background: #000;
}
.inner header:hover #showcase-filter .f-current{
	color: #fff;
}
.inner header:hover #showcase-filter a{
	color: #bbb;
}
.inner nav{
	display: none;
	width: 100%;
	position: absolute;
	right:0;
	top: 50px;
}
.inner nav.open{
	background: #aaa;
}
.inner #main-nav li{
	display: block;
}
.inner nav a{
	padding: 10px;
	display: block;
}
.inner #resp-nav{
	display: block;
}
.youtube-container{
	width: 90%;
	margin: 0 auto;
	max-width: 550px;
}
.error {
	display: none;
	color: #D8000C;
	font-size: 12px;
}
.success {
	display: none;
	color: #6a0;
}
.error img {
	vertical-align: top;
}



@media screen and (max-width: 1280px) {
	#fun-section,#fun-section h1,#fun-section .table-col{
		background-size: 20% auto;
	}
}
@media screen and (max-width: 900px) {
	.three-col ul{
		float: none;
		width: 100%;
		margin-right: 0;
	}
	#fun-section,#fun-section h1,#fun-section .table-col{
		background-size: 25% auto;
	}
	#fun-section h1{
		font-size: 52px;
		line-height: 52px;
	}
	#showcase-filter,#showcase-filter h1,#showcase-filter .table-col{
		background-size: 25% auto;
	}
	#showcase-filter h1{
		font-size: 52px;
		line-height: 52px;
	}
	.fp-controlArrow{
		top: 55%;
	}
}
@media screen and (max-width: 700px) {
	nav{
		display: none;
		background: #000;
		width: 100%;
		position: absolute;
		right:0;
		top: 50px;
	}
	nav.open{
		background: #aaa;
	}
	#main-nav li{
		display: block;
	}
	nav a{
		padding: 10px;
		display: block;
	}
	#resp-nav{
		display: block;
	}
	#fun-section h1{
		font-size: 40px;
		line-height: 40px;
	}
	#showcase-filter h1, #showcase h1{
		font-size: 40px;
		line-height: 40px;
	}
	a.more{
		margin-bottom: 20px;
	}
	.fp-controlArrow.fp-next {
		border-width: 19.5px 0 19.5px 20px;
	}
	.fp-controlArrow.fp-prev{
		border-width: 19.5px 20px 19.5px 0;
	}
	.fp-controlArrow{
		top: 58%;
	}
}

@media screen and (max-height: 600px){
	#showcase .item-holder h1{
		font-size: 30px;
		line-height: 42px;
		margin-top: 60px;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 550px) {
	.el, .el-4{
	height: 52px;
	width: 56px;
}
.el img{
	width: 38px;
	position: absolute;
	bottom: 0;
	left: 9px;
}
.el-4 .special{
	width: 38px;
	position: absolute;
	bottom: 0;
	left: 9px;
}
.el-4 .big{
	width: 56px;
	left: 0;
}
.el-4 .stand-apart{
	bottom: 20px;
}
.el-4 .you{
	left: -65px;
	bottom: -110px;
}
.el-6{
	margin-left: 14px;
}
#animated-elements{
	width: 350px;
}
body{
	font-size: 14px;
}
h2 {
    font-size: 24px;
    line-height: 26px;
	margin-bottom: 24px;
}
span.text-slider {
    font-size: 42px;
    line-height: 42px;
}
#fun-section, #fun-section h1, #fun-section .table-col {
    background-size: 42% auto;
}
#fun-section .vertical-aligner {
    background: rgba(0, 0, 0, 0) url("images/3.png") no-repeat scroll right 20% / 38% auto;
}
#showcase-filter{
	float: left;
}
.inner #brand{
	display: none;
}
header li{
	padding-left: 0;
	padding-right: 20px;
}
	.fp-controlArrow.fp-next {
		right: 0;
	}
	.fp-controlArrow.fp-prev{
		left: 0;
	}
}

@media screen and (max-width: 350px){
	#animated-elements{
		width: 267px;
	}
	.el, .el-4 {
		height: 52px;
		width: 42px;
		margin: 0 4px;
	}
	.el img {
		left: 7px;
		width: 28px;
	}
	.el-4 .special{
		width: 28px;
		left: 7px;
	}
	.el-4 .big{
		width: 42px;
		left: 0;
	}
	.el-4 .stand-apart{
		bottom: 20px;
	}
	.el-4 .you{
		left: -50px;
		bottom: -110px;
	}
	.el-6{
		margin-left: 7px;
	}
}
@media screen and (max-aspect-ratio: 4/3){
	.item-wrap{
		background-size: auto 60%;
	}
	#showcase .item-holder h1{
		margin-top: 100px;
	}
	#showcase .item-holder{
		vertical-align: top;
		text-align: center;
	}
}

@media screen and (max-width: 700px) and (max-aspect-ratio: 4/3){
	.branding #showcase img {
		height: auto;
		max-width: 100%;
		width: auto;
	}
}

@media screen and (min-aspect-ratio: 6/3) and (max-height: 550px){
.youtube-container{
	max-width: 350px;
}
#showcase h2 {
    font-size: 20px;
    line-height: 20px;
}
.el, .el-4{
	height: 40px;
}
.el img, .el-4 .special{
	width: 36px;
}
.el-4 .big{
	width: 60px;
	left: 12px;
}
.el-4 .you{
	left: -89px;
	bottom: -70px;
}
#animated-text{
	margin-top: 20px;
	font-size: 14px;
	line-height: 14px;
}
}
@media screen and (min-aspect-ratio: 6/3) and (max-height: 350px){
.youtube-container{
	max-width: 250px;
}
#showcase h2 {
    font-size: 18px;
    line-height: 18px;
}
#showcase p {
    font-size: 13px;
    line-height: 14px;
	margin-bottom: 5px;
}
}
@media screen and (min-aspect-ratio: 6/3) and (max-height: 270px){
.youtube-container{
	max-width: 200px;
}
#showcase h2 {
    font-size: 16px;
    line-height: 16px;
}
#showcase p {
    font-size: 12px;
    line-height: 12px;
	margin-bottom: 3px;
}
}
@media screen and (min-aspect-ratio: 6/3){
	header{
		padding: 0 5%;
	}
	.branding #showcase img{
		height: 50%;
	}
	.branding #showcase h2{
		padding-top: 10px;
	}
	.branding #showcase p, h2{
		margin-bottom: 0;
	}
}</pre></body></html>