@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'Brandon Grotesque';
	src: url('../fonts/Brandon_bld.eot');
	src: local('☺'), url('../fonts/Brandon_bld.woff') format('woff'), url('../fonts/Brandon_bld.ttf') format('truetype'), url('../fonts/Brandon_bld.svg') format('svg');
	font-weight: 700;
	font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    font-weight: 100;
    src: url('../fonts/proxima_nova_thin.eot');
    src: url('../fonts/proxima_nova_thin.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proxima_nova_thin.woff') format('woff'),
         url('../fonts/proxima_nova_thin.ttf') format('truetype'),
         url('../fonts/proxima_nova_thin.svg#proxima_nova_thin') format('svg');
}

@font-face {
    font-family: 'Proxima Nova';
    font-weight: 300;
    src: url('../fonts/proxima_nova_light.eot');
    src: url('../fonts/proxima_nova_light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proxima_nova_light.woff') format('woff'),
         url('../fonts/proxima_nova_light.ttf') format('truetype'),
         url('../fonts/proxima_nova_light.svg#proxima_nova_light') format('svg');
}

/* CSS reset (do not edit) */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
    -webkit-font-smoothing: antialiased;
}

html,body {
	height: 100%;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(201, 224, 253, 0);
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

input, select {
    vertical-align:middle;
}

.clear {
	clear: both;
}

.rcI {
	font-weight: 700;
	font-family: 'Brandon Grotesque', sans-serif;
}

.rcN {
	font-weight: 700;
	font-family: 'Brandon Grotesque', sans-serif;
}

.rUT {
	font-weight: 100;
	font-family: 'Proxima Nova', sans-serif;
}

.rTN {
	font-weight: 100;
	font-family: 'Proxima Nova', sans-serif;
}

html, body {
	height: 100%;
	background-color: #fff;
}

a {
	text-decoration: none;
}

b {
	font-family: 'Brandon Grotesque', sans-serif;
	font-weight: 700;
}

h1 {
	font-family: 'Brandon Grotesque', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -1px;
}

h3, h6 {
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 100;
}

h2, h4, h5 {
	font-family: 'Brandon Grotesque', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -1px;
}

p {
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 300;
}

.align-center {
	text-align: center;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

*,
*:after,
*::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
.st-container,
.st-pusher,
.st-content {
	height: 100%;
}

.st-content,
.st-content-inner {
	position: relative;
}

.st-container {
	position: relative;
}

.st-menu {
	position: fixed;
	top: 0px;
	left: 0;
	visibility: hidden;
	width: 260px;
	height: 100%;
	background: #fff;
	font-family: 'Proxima Nova', sans-serif;
	margin-top: 64px;
	font-weight: 100;
	z-index: 9996;
	-webkit-transition: all 0.5s cubic-bezier(0,0.9,0.3,1);
	transition: all 0.5s cubic-bezier(0,0.9,0.3,1);
}

.st-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.scrl-html {
	overflow: hidden;
}

.scrl-html .top-nav {
	z-index: 100;
}

#scrl-simulate {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: scroll;
	z-index: 99;
	opacity: 0;
}

#scrl-inner {
	width: 100%;
	height: 12000px;
}

/* content style */

.st-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.st-menu ul li a {
	position: relative;
	display: block;
	outline: none;
	color: #42a8e2;
	font-weight: 100;
	border-bottom: solid 1px #bdc3c7;
}

.black-cover {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9995;
	background: rgba(0,0,0,0);
	display: none;
	-webkit-transition: background 0.4s;
	transition: background 0.4s;
}

.st-menu-open .black-cover {
	background: rgba(0,0,0,0.3);
	-webkit-transition: background 0.4s;
	transition: background 0.4s;
}

/* Effect 1: Slide in on top */
.st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-1.st-menu-open .st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-1.st-menu::after {
	display: none;
}

.progress-nav {
	position: fixed;
	right: 17px;
	top: 30%;
	margin-top: -35px;
	z-index: 9998;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.progress-nav ul {
	list-style: none outside;
}

.progress-nav ul li.active a .dot {
	background-color: #b7b7b7;
}

.progress-nav li {
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
}

.progress-nav li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}

.progress-nav li a .dot {
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: solid 1px #b7b7b7;
}

.progress-nav li a .hover-text {
	position: absolute;
	top: 4px;
	right: 3px;
	padding-right: 13px;
	width: 100px;
	opacity: 0;
	font-size: 0.75em;
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 100;
	color: #b7b7b7;
	text-align: right;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.progress-nav li a:hover .hover-text {
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

header {
	width: 100%;
	height: 64px;
	background: rgba(255,255,255,0.95);
	border-bottom: solid 1px #bdc3c7;
	position: fixed;
	transform: translate(0px,-64px);
	-webkit-transform: translate(0px,-64px);
	opacity: 0;
	z-index: 9997;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}

.nav-phone a {
	color: #fff;
	line-height: 64px;
	font-size: 1.2em;
	padding: 0 16px;
	background-color: #42a8e2;
	display: block;
}

header > a {
	display: block;
}

footer {
	width: 100%;
	height: 240px;
	color: #fff;
	padding-top: 30px;
	position: relative;
	background: #101318;
}

.scrl-page {
	overflow: hidden;
}

.scrl-page footer {
	z-index: 101;
}

.scrl-page #sol-select-sec {
	z-index: 101;
	position: relative;
}

footer a {
	color: #42a8e2;
}

footer p {
	font-size: 0.9em;
	line-height: 1.6em;
}

#scroll-up {
	background-image: url('../images/back-to-top.svg');
	position: absolute;
	left: 50%;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	top: -50px;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.no-svg {
	background-image: url('../images/pngF/back-to-top.png');
}

.no-touch .up-bys:hover {
	transform: translate(0px,-7px);
	-webkit-transform: translate(0px,-7px);
	-webkit-transition: all 0.6s cubic-bezier(0,0.9,0.3,1);
	-moz-transition: all 0.6s cubic-bezier(0,0.9,0.3,1);
	transition: all 0.6s cubic-bezier(0,0.9,0.3,1);
}

.header-down {
	opacity: 1;
	transform: translate(0px,0px);
	-webkit-transform: translate(0px,0px);
	-webkit-transition: all 0.6s cubic-bezier(0,0.9,0.3,1);
	-moz-transition: all 0.6s cubic-bezier(0,0.9,0.3,1);
	transition: all 0.6s cubic-bezier(0,0.9,0.3,1);
}

#nav-btn, .no-svg #png-navb {
	width: 64px;
	height: 64px;
	cursor: pointer;
}

.no-svg #nav-btn {
	display: none;
}

.svg #png-navb {
	display: none;
}

.blue-logo {
	width: auto;
	height: 64px;
	display: block;
}

#home-slider {
	z-index: 0 !important;
	height: 100%;
	background-image: url('../images/home-slider.jpg');
	background-size: cover;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background-position: center;
}

.loading {
	height: 100%;
	overflow: hidden;
}

.hsb {
	width: 63px;
	height: 63px;
	float: left;
	border-left: solid 1px #bdc3c7;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

.hsb:hover .social-hover {
	transform: translate(0px,-64px);
	-webkit-transform: translate(0px,-64px);
	-webkit-transition: all 0.3s cubic-bezier(0,0.9,0.3,1);
	-moz-transition: all 0.3s cubic-bezier(0,0.9,0.3,1);
	transition: all 0.3s cubic-bezier(0,0.9,0.3,1);
}

.hsb:hover .hsci {
	transform: translate(0px,-36px);
	-webkit-transform: translate(0px,-36px);
	-webkit-transition: all 0.3s cubic-bezier(0,0.9,0.3,1);
	-moz-transition: all 0.3s cubic-bezier(0,0.9,0.3,1);
	transition: all 0.3s cubic-bezier(0,0.9,0.3,1);
}

#home-top-sec {
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: #101318;
	min-height: 640px;
	position: relative;
	max-height: 1080px;
}

#about-top-sec { 	
	background-image: url('../images/about-top.jpg');
}

#work-top-sec { 	
	background-image: url('../images/work-top.jpg');
}

#sol-top-sec { 	
	height: 660px;
	opacity: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#ic-top-sec {
	height: 700px;
	opacity: 0;
	background-image: url('../images/ic-top-nm.jpg');
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
}

#ic-top-sec .container-sm {
	padding-top: 40px;
}

#ic-top-sec h1 {
	font-size: 4em;
	margin-top: 10px;
	margin-bottom: 15px;
}

#ic-top-sec h6 {
	font-size: 2em;
}

#ic-screen {
	width: 1000px;
	height: 561px;
	background-image: url('../images/ic-screen.png');
	margin: 0 auto;
	position: relative;
	top: -20px;
}

#t2-full-sec {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	background-image: url('../images/tap2-bg.png');
	opacity: 0;
	position: fixed;
	top: 0px;
	left: 0px;
}

#t2-rest-sec {
	height: 100%;
	z-index: 200;
	position: absolute;
	top: 100%;
	left: 0px;
	overflow:hidden;
	opacity: 0.5;
}

.scrollable-v {
	overflow-y: scroll !important;
}

#t2-rest-sec footer {
	background: #101318;
}

#t2-use-sec {
	background-color: #fff;
	position: relative;
	z-index: 101;
	padding: 90px 0px 80px;
}

#t2-use-sec h4 {
	color: #101318;
	font-size: 1.4em;
	margin: 0px 0px 10px;
}

#t2-use-sec p {
	color: #101318;
	line-height: 1.5em;
}

#t2-use-sec hr {
	margin: 40px 0;
	height: 1px;
	border: none;
	outline: 0;
	background: #ccc;
}

#t2-pad-bg {
	width: 860px;
	height: 640px;
	margin: 0 auto;
	border-radius: 20px;
	border: solid 1px #fff;
	position: relative;
}

#t2-pad-wrapper {
	width: 668px;
	height: 500px;
	background-color: #141414;
	overflow: hidden;
	position: absolute;
	top: 70px;
	left: 96px;
	cursor: pointer;
	background-image: url('../images/t2-exp-bg.jpg');
	box-shadow: 1px 1px 3px rgba('0,0,0,0.7');
	moz-box-shadow: 1px 1px 3px rgba('0,0,0,0.7');
	-webkit-box-shadow: 1px 1px 3px rgba('0,0,0,0.7');
}

#t2-canvas h6 {
	font-weight: 100;
	color: #999;
	margin-top: 15px;
}

#t2-slide {
	width: 2672px;
	height: 350px;
}

#t2-sld {
	width: 100%;
	height: 100%;
	background-image: url('../images/t2-register-sld.png');
}

#t2-process {
	width: 100%;
	height: 150px;
	position: relative;
}

#t2-pad-icons {
	width: 100%;
	height: 100%;
	background-image: url('../images/t2-pad-icons.png');
	position: absolute;
	top: 0;
	left: 0;
}

#t2-process .span-3 {
	background-color: rgba(255,255,255,0.3);
	height: 100%;
	padding: 0px;
}

#t2-process .span-3.active {
	background-color: #fff;
}

#t2-process .span-3.active, #t2-process .span-3 {
	-webkit-transition: background-color 0.4s;
	-moz-transition: background-color 0.4s;
	transition: background-color 0.4s;
}

#t2-process .span-3.active .caret {
	opacity: 1;
}

#t2-process .span-3 .caret {
	opacity: 0;
}

#t2-process .span-3.active .caret, #t2-process .span-3 .caret {
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.caret {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 14px solid #fff;
	position: absolute;
	display: block;
	left: 50%;
	margin-left: -10px;
	top: -14px;
}

#t2-card {
	display: block;
	width: 160px;
	height: auto;
	position: absolute;
	bottom: -100px;
	left: 10%;
	z-index: 100;
	opacity: 0;
	transform-origin: right bottom;
	-webkit-transform-origin: right bottom;
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
}

.line-panel {
	width: 300px;
	height: 150px;
	margin: 0 auto;
	border-radius: 20px;
	border: solid 1px #fff;
	position: relative;
	top: 20px;
	padding: 20px;
}

#t2-tap-cir {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: solid 1px #fff;
	margin: 0 auto;
}

#t2-tap-cir.active {
	border: solid 3px #2bb673;
}


#t2-canvas {
	position: relative;
	top: 180px;
}

#t2-intro {
	width: 26%;
	position: absolute;
	right: 170px;
	top: 12%;
	opacity: 0;
}

#t2-intro h4 {
	color: #101318;
	font-size: 1.6em;
	text-transform: uppercase;
}

#t2-intro hr {
	border: none;
	outline: 0;
	height: 1px;
	background: #999;
}

#t2-intro p {
	color: #101318;
	line-height: 1.4em;
}

.t2-graph {
	width: 200px;
	height: 200px;
	margin: 20px auto 40px;
}

#t2-like {
	background-image: url('../images/t2-like.png');
}

#t2-photo {
	background-image: url('../images/t2-photo.png');
}

#t2-mail {
	background-image: url('../images/t2-mail.png');
}

#t2-mobile {
	display: none;
}

#buzz-intro-sec {
	background-color: #fff;
	z-index: 99;
	padding: 70px 0 120px;
	position: relative;
}

#ic-intro-sec {
	background-color: #fff;
	padding: 100px 0;
	position: relative;
}

#ic-intro-sec p {
	line-height: 1.6em;
}

#buzz-ds-sec {
	padding: 80px 0 90px;
	background-color: #348ac3;
	position: relative;
}

#buzz-adm-sec {
	padding: 80px 0 90px;
	background-color: #eaeeef;
}

#buzz-contact-sec {
	padding: 80px 0 90px;
	background-color: #fff;
}

.cnt-bp h2 {
	font-size: 2.8em;
	margin-bottom: 40px;
}

#buzz-loc-sec {
	padding: 80px 0 120px;
	background-color: #fff;
}

#buzz-ds-sec .swipe-arrows {
	width: 100%;
	margin: 0px;
	top: 52%;
}

.buzz-adm {
	width: 850px;
	height: 420px;
	margin: 0 auto 40px;
	background-image: url('../images/bp-adm.png');
}

#buzz-ft {
	width: 890px;
	height: 545px;
	margin: 0 auto;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../images/tv-frame-lg.png');
	border-radius: 15px;
	-webkit-border-radius: 15px;
	z-index: 99;
	position: relative;
}

.rgba #buzz-ft {
	box-shadow: 7px 7px 0px rgba(34,34,34,0.3);
}

#bp-swipe {
	width: 820px;
	height: 462px;
	position: absolute;
	z-index: 1;
	top: 146px;
	left: 50%;
	margin-left: -410px;
}

#bp-social {
	background-image: url('../images/bp-social.png');
}

#bp-wdg {
	background-image: url('../images/bp-wdg.png');
}

#bp-img {
	background-image: url('../images/bp-img.png');
}

#bp-vid {
	background-image: url('../images/bp-video.png');
}

#bp-news {
	background-image: url('../images/bp-news.png');
}

.sp-slide {
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.rgba #buzz-intro-sec {
	box-shadow: 0px -5px 25px rgba(0,0,0,0.05);
}

.bp-logo-cir {
	width: 230px;
	height: 230px;
	margin: 10px auto;
	background-image: url('../images/bp-cir.png');
}

.bp-logo-sd {
	width: 150px;
	height: 30px;
	margin: 10px auto 30px;
	background-size: 100% auto;
	background-image: url('../images/buzz-shadow.png');
}

.buzz-top {
	background: #42a8e2;
	background: -moz-linear-gradient(top, #42a8e2 0%, #55EFCB 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#42a8e2), color-stop(100%,#55EFCB));
	background: -webkit-linear-gradient(top, #42a8e2 0%,#55EFCB 100%);
	background: -o-linear-gradient(top, #42a8e2 0%,#55EFCB 100%); 
	background: -ms-linear-gradient(top, #42a8e2 0%,#55EFCB 100%); 
	background: linear-gradient(to bottom, #42a8e2 0%,#55EFCB 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42a8e2', endColorstr='#55EFCB',GradientType=0 );
}

.swipe-arrows {
	position: absolute;
	width: 94%;
	margin: -40px 3% 0 3%;
	top: 50%;
}

.swipe-arrows img{
	height: 80px;
	width: auto;
	display: block;
	cursor: pointer;
}

.swipe-wrap img {
	width: 300px;
	display: block;
	margin: 0 auto 20px;
}

#sol-slider {
	width: 100%;
	height: 660px;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
}

#sol-slider h1 {
	font-size: 2.6em;
	margin-bottom: 40px;
}

#sol-slider h4 {
	font-size: 4em;
	margin-bottom: 10px;
	line-height: 2em;
	text-transform: uppercase;
}

#canvas-outer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: inherit;
	overflow: hidden;
}

#cs-plus {
	width: 120px;
	position: absolute;
	top: 55px;
	left: 50%;
	margin-left: -60px;
}

.cs-rebtn {
	width: 120px;
	height: 120px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	cursor: pointer;
	position: relative;
}

.cs-rebtn img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.4s cubic-bezier(0,0.9,0.3,1);
	-moz-transition: all 0.4s cubic-bezier(0,0.9,0.3,1);
	transition: all 0.4s cubic-bezier(0,0.9,0.3,1);
}

.n-refreshing:hover #cs-refresh {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-webkit-transition: all 0.4s cubic-bezier(0,0.9,0.3,1);
	-moz-transition: all 0.4s cubic-bezier(0,0.9,0.3,1);
	transition: all 0.4s cubic-bezier(0,0.9,0.3,1);
}

.n-refreshing #cs-refresh {
	opacity: 1;
}

.n-refreshing #cs-loading {
	opacity: 0;
}

.y-refreshing #cs-refresh {
	opacity: 0;
}

.y-refreshing #cs-loading {
	opacity: 1;
	-moz-animation: spin .8s infinite linear;
    -webkit-animation: spin .8s infinite linear;
    animation: spin .8s infinite linear;
}

#cs-plus h2 {
	font-size: 3.4em;
	color: #42a8e2;
}

#buzz-intro-sec h1, #buzz-loc-sec h1, #buzz-adm-sec h1, #buzz-contact-sec h1, #cs-random-sec h1, #t2-use-sec h1 {
	font-size: 3.4em;
	color: #101318;
	margin-bottom: 10px;
}

#cs-random-sec p {
	color: #101318;
	font-size: 1.2em;
	line-height: 1.6em;
}

#cs-random-sec .panel {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background-image: url('../images/repeat-shape1.png');
	background-repeat: repeat;
	background-position: center center;
	background-size: 45px auto;
	background-color: #42a8e2;
}

.cs-ram-list {
	list-style: none;
}

.cs-ram-list li {
	font-family: 'Brandon Grotesque', sans-serif;
	color: #fff;
	font-weight: 700;
	line-height: 80px;
	font-size: 2em;
	text-transform: uppercase;
}

#cs-sol .cs-ram-list li {
	cursor: pointer;
	-webkit-transition:background 0.4s;  
  	-moz-transition:background 0.4s;  
  	-o-transition:background 0.4s;  
  	transition:background 0.4s; 
}

#cs-sol .cs-ram-list li:hover {
	background: rgba(255,255,255,0.25);
	-webkit-transition:background 0.4s;  
  	-moz-transition:background 0.4s;  
  	-o-transition:background 0.4s;  
  	transition:background 0.4s; 
}

.light-desc {
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 100;
	font-size: 1em;
	color: #999;
	display: block;
	margin: 8px 0 0;
}

.cs-line {
	border: 0;
	outline: 0;
	height: 1px;
	width: 100%;
	background: #fff;
	margin: 0;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-webkit-transition:all 0.4s;  
  	-moz-transition:all 0.4s;  
  	-o-transition:all 0.4s;  
  	transition:all 0.4s;
}

#cs-line-1 {
	transform-origin:100% 50%;
	-webkit-transform-origin:100% 50%;
}

#cs-line-2 {
	transform-origin:0% 50%;
	-webkit-transform-origin:0% 50%;
}

.line-srt {
	transform: scale(0,1);
	-webkit-transform: scale(0,1);
	-webkit-transition:all 0.4s;  
  	-moz-transition:all 0.4s;  
  	-o-transition:all 0.4s;  
  	transition:all 0.4s;
}

.cs-ram-wrap {
	height: 80px;
	overflow: hidden;
}

.buzz-loc {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 15px;
	background-color: #eaeeef;
	float: left;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}

.buzz-loc:nth-child(4n+4) {
	margin-right: 0;
}

.buzz-loc h4 {
	font-size: 1.2em;
	margin-bottom: 30px;
}

.loc-wrap {
	position: relative;
	top: 50px;
	color: #999;
}

.loc-icons {
	width: 114px;
	height: 72px;
	margin: 30px auto 15px;
	background-size: 600px 308px;
	background-repeat: no-repeat;
	background-image: url('../images/loc-icons.png');
}

.loc-icons#restaurants {
	background-position: -19px -16px;
}

.loc-icons#malls {
	background-position: -154px -16px;
}

.loc-icons#retail {
	background-position: -309px -16px;
}

.loc-icons#museums {
	background-position: -464px -16px;
}

.loc-icons#airport {
	background-position: -15px -115px;
}

.loc-icons#events {
	background-position: -155px -115px;
}

.loc-icons#hotels {
	background-position: -308px -115px;
}

.loc-icons#lounges {
	background-position: -462px -115px;
}

.loc-icons#arenas {
	background-position: -15px -214px;
}

.loc-icons#markets {
	background-position: -155px -214px;
}

.loc-icons#gym {
	background-position: -310px -214px;
}

.loc-icons#outdoor {
	background-position: -462px -214px;
}

#buzz-ds-sec h1 {
	font-size: 3.4em;
	color: #fff;
	margin-bottom: 60px;
}

.cs-heading h1 {
	font-size: 4em;
	color: #fff;
	margin-bottom: 10px;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

.cs-heading h4 {
	font-size: 2em;
	color: #fff;
	margin-bottom: 20px;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

#buzz-intro-sec h3, #buzz-loc-sec h3 {
	font-size: 1.8em;
	color: #666;
	margin-bottom: 30px;
}

#buzz-intro-sec p, #buzz-adm-sec p {
	font-size: 1.2em;
	line-height: 1.8em;
	color: #101318;
} 

.swipe-wrap .container-sm {
	position: relative;
	margin: 200px auto 0
}

.swipe-wrap .featured-logo {
	margin-bottom: 20px;
	margin-top: 240px;
}

.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}

.bp-sp-mobile {
	display: none;
	width: 100%;
	height: auto;
}

#sol-swipe-pos {
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -61px;
	bottom: 30px;
	width: 122px;
	height: 10px;
}

#bp-swipe-desc {
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -90px;
	bottom: 120px;
	width: 180px;
	height: 10px;
	z-index: 5;
}

#swipe-position {
	list-style: none;
}

#swipe-position li {
	width: 27px;
	height: 3px;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	background-color: rgba(255,255,255,0.3);
	display: inline-block;
	-webkit-transition:background 0.4s;  
  	-moz-transition:background 0.4s;  
  	-o-transition:background 0.4s;  
  	transition:background 0.4s; 
}

.on {
	background: #fff !important;
	-webkit-transition:background 0.4s;  
  	-moz-transition:background 0.4s;  
  	-o-transition:background 0.4s;  
  	transition:background 0.4s; 
}

#swipe-desc {
	list-style: none;
}

#swipe-desc li {
	font-family: 'Brandon Grotesque', sans-serif;
	font-weight: 700;
	font-size: 1.3em;
	text-transform: uppercase;
	color: #fff;
	width: 3px;
	padding: 10px 0px;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	background-color: #fff;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	box-shadow: 0px 0px 3px rgba(35,35,35,0.5);
	-webkit-transition:all 0.4s;  
  	-moz-transition:all 0.4s;  
  	-o-transition:all 0.4s;  
  	transition:all 0.4s; 
}

#swipe-desc li.on {
	color: #101318 !important;
	background: #fff !important;
	width: 150px !important;
	-webkit-transition:all 0.4s;  
  	-moz-transition:all 0.4s;  
  	-o-transition:all 0.4s;  
  	transition:all 0.4s; 
}

.swipe-wrap {
  overflow: hidden;
  position: relative;
}

.swipe-wrap > div {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 660px;
	float:left;
  	width:100%;
  	position: relative;
}

.swipe2 {
  overflow: hidden;
  visibility: hidden;
}

.swipe-wrapper {
  overflow: hidden;
  position: relative;
}

.swipe-wrapper > div {
  float:left;
  width:100%;
  height: 462px;
  background-size: 821px 463px;
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fff;
}


.swipe-wrap > div:nth-child(1) {
	background-image: url('../images/tap2-sol-bg.jpg');
}

.swipe-wrap > div:nth-child(2) {
	background-image: url('../images/home-bg.jpg');
}

.swipe-wrap > div:nth-child(3) {
	background-image: url('../images/ic-top-nm.jpg');
}

.swipe-wrap > div:nth-child(4) {
	background-image: url('../images/tweet-bg.jpg');
}

#contact-top-sec { 	
	background-image: url('../images/contact-top.jpg');
}

input.short-input {
	padding-left: 15px;
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 100;
	border: solid 3px #bdc3c7;
	font-size: 1.1em;
	background-color: #fff;
	-webkit-transition:all 0.5s;  
  	-moz-transition:all 0.5s;  
  	-o-transition:all 0.5s;  
  	transition:all 0.5s; 
  	width: 46%;
	margin: 15px 2%;
	height: 50px;
	float: left;
	outline: 0;
}

textarea {
	width: 96%;
	margin: 15px 2%;
	height: 200px;
	float: left;
	border: solid 3px #bdc3c7;
	background-color: #fff;
	padding-left: 15px;
	padding-top: 15px;
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 100;
	font-size: 1.1em;
	resize: none; 
	-webkit-transition:all 0.5s;  
  	-moz-transition:all 0.5s;  
  	-o-transition:all 0.5s;  
  	transition:all 0.5s; 
  	outline: 0;
}

input.short-input.inputEmpty, textarea.inputEmpty {
    border: 3px solid #e74c3c;
    background-color: rgba(231,76,60,0.3);
}

input, textarea {
	-webkit-appearance: none;
}

#submit-btn {
	outline: 0;
	border-top: none;
	border-left: none;
	border-right: none;
	cursor: pointer;
	margin-left: 2%;
	margin-top: 15px;
	display: block;
	float: left;
}

#result {
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 100;
	float: right;
	font-size: 1.1em;
	margin-right: 2%;
	margin-top: 15px;
	line-height: 50px;
	display: none;
}

.short-input:hover, textarea:hover {
	border: solid 3px #42a8e2;
	-webkit-transition:border 0.5s;  
  	-moz-transition:border 0.5s;  
  	-o-transition:border 0.5s;  
  	transition:border 0.5s; 
}

.short-input:focus, textarea:focus {
	background-color: #ecf0f1;
	border: solid 3px #42a8e2;
	-webkit-transition:all 0.5s;  
  	-moz-transition:all 0.5s;  
  	-o-transition:all 0.5s;  
  	transition:all 0.5s; 
}

#work-detail-sec {
	width: 100%;
	height: 500px;
	background-color: #101318;
	padding: 50px 0px;
	background-image: url('../images/repeat-shape1.png');
	background-repeat: repeat;
	background-position: center center;
	background-size: 45px auto;
	position: relative;
	margin: 30px 0;
	display: none;
}

.empty {
	background-color: #F7ECE7 !important;
	border: solid 3px #f39c12 !important;
	-webkit-transition:all 0.5s;  
  	-moz-transition:all 0.5s;  
  	-o-transition:all 0.5s;  
  	transition:all 0.5s; 
}

.work-nav {
	padding-left: 5px;
	padding-right: 10px;
	margin-bottom: 30px;
}

.work-nav ul {
	list-style: none;
}

.work-nav ul li {
	width: 20%;
	display: block;
	float: left;
	text-align: center;
	padding: 16px 0px;
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 100;
	border-top: solid 1px #e3e3e3;
	border-bottom: solid 1px #e3e3e3;
	border-right: solid 1px #e3e3e3;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #101318;
}

.blue-logo, .work-nav ul li, #nav-btn {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.work-nav ul li:hover {
	background: #e3e3e3;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.work-nav ul li.active {
	background: #42a8e2;
	cursor: default;
	color: #fff;
}

.work-nav ul li:nth-child(5) {
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;

}

.work-nav ul li:nth-child(1) {
	border-left: solid 1px #e3e3e3;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.work-lg-img {
	height: 400px;
	width: 60%;
	float: left;
}

.work-lg-img img {
	height: 100%;
	width: auto;
}

.work-lg-img iframe {
	width: 100%;
	height: 100%;
}

#work-thumb-sec {
	background: #fff;
	min-height: 800px;
	padding: 80px 0 70px;
}

#sol-contact-sec {
	background: #eaeeef;
	padding: 80px 0;
}

#sol-contact-sec h1 {
	font-size: 3em;
	margin-bottom: 20px;
	color: #101318;
}

#sol-contact-sec h6 {
	font-size: 1.4em;
	margin-bottom: 40px;
	color: #101318;
}

#sol-contact-sec .btn-large {
	display: block;
	width: 200px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0px;
	text-align: center;
}

#sol-select-sec {
	background: #fff;
	border-bottom: solid 1px #bdc3c7;
}

.sol-dt-ct #sol-select-sec .span-3, #t2-rest-sec #sol-select-sec .span-3{
	background: #fff;
	border-top: solid 1px #bdc3c7;
	border-bottom: none;
}

#sol-select-sec .span-3 {
	border-right: solid 1px #bdc3c7;
	height: 180px;
	padding-top: 64px;
}

#sol-select-sec .span-3 a {
	color: #101318;
	-webkit-transition: color 0.6s;
	-moz-transition: color 0.6s;
	transition: color 0.6s;
}

#sol-select-sec .span-3 a:hover {
	color: #42a8e2;
	-webkit-transition: color 0.6s;
	-moz-transition: color 0.6s;
	transition: color 0.6s;
}

.snhead {
	font-size: 1.4em;
	font-family: 'Brandon Grotesque', sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 700;
}

#sol-select-sec .span-3:last-child {
	border-right: none;
}

#sol-select-sec a {
	color: #101318;
}

#contact-form-sec, #cs-random-sec {
	background: #fff;
	padding: 80px 0;
}

#cs-random-sec {
	background: #eaeeef;
	padding: 90px 0;
}

.cs-wk-title {
	padding-top: 90px;
	padding-bottom: 10px;
}

.cs-wk-title h4 {
	color: #42a8e2;
	font-size: 2em;
	margin-bottom: 0px;
}

.cs-wk-dt {
	margin: 0px !important;
}

.cs-wk-dt p{
	color: #fff !important;
}

.cs-wk-dt .btn {
	display: none;
}

.cs-grid {
	margin-top: 30px !important;
}

#map-canvas-sec, #dxbee-map-sec {
	width: 50%;
	float: left;
	height: 500px;
	background: #fff;
}

#contact-more-sec {
	background: #eaeeef;
	padding: 40px 0;
}

#contact-more-sec h4 {
	color: #42a8e2;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-bottom: 10px;
}

#contact-more-sec .panel {
	height: 230px;
}

.show-small {
	display: none;
}

#contact-more-sec p {
	color: #101318;
	font-size: 0.9em;
	margin-bottom: 5px;
	line-height: 1.3em;
}

#contact-more-sec a {
	color: #42a8e2;
}

#contact-more-sec a:hover {
	text-decoration: underline;
}

.contact-icons {
	width: 80px;
	height: 80px;
	display: block;
	margin: 0px auto 15px;
}

.sub-top-sec {
	width: 100%;
	height: 460px;
	color: #fff;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

#about-story-sec {
	background: #fff;
	padding: 90px 0px;
}

#about-pro-sec {
	color: #fff;
	position: relative;
	background: url('../images/about-pro.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	padding: 60px 0px 90px;
}

#about-team-sec {
	background: #eaeeef;
	padding: 70px 0px 100px;
}

.dxbee-logo {
	width: 300px;
	display: block;
	margin: 0 auto 30px;
}

#space {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
}

#about-dxbee-sec {
	padding: 120px 0px;
	position: relative;
	text-align: center;
}

#about-dxbee-sec p {
	line-height: 1.7em;
	margin-bottom: 15px;
}

#about-team-sec .span-6 {
	padding: 15px;
}

.team-box {
	width: 100%;
	height: 250px;
	position: relative;
	padding-left: 160px;
	padding-top: 20px;
	background-color: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}

.member-left img {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	left: 60px;
	bottom: -15px;
}

.member-info {
	position: relative;
}

.member-info h4 {
	padding: 12px 15px 12px 0px;
	color: #101318;
	font-size: 1.8em;
	text-transform: uppercase;
}

.member-info h3 {
	padding: 9px 15px;
	color: #fff;
	font-size: 1em;
	background: #42a8e2;
	font-weight: 100;
}

.member-info p {
	padding: 9px 20px 20px 0px;
	color: #101318;
	line-height: 1.6em;
}

.member-info a {
	color: #42a8e2;
}

.member-left {
	position: absolute;
	left: 30px;
	top: 35px;
}

.member-profile {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 5px solid #42a8e2;
}

#nathan {
	background-image: url('../images/nathan-pic.jpg');
}

#mahmoud {
	background-image: url('../images/mahmoud-pic.jpg');
}

#fil {
	background-image: url('../images/fil-pic.jpg');
}

#roni {
	background-image: url('../images/roni-pic.jpg');
}

#tarek {
	background-image: url('../images/tarek-pic.jpg');
}

#jake {
	background-image: url('../images/jake-pic.jpg');
}

#talent {
	background-image: url('../images/talent-pic.jpg');
}

.piechart-title {
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: 100;
}

#about-pro-sec .sec-title h3{
	color: #fff;
}

#about-story-sec h4 {
	text-transform: uppercase;
	font-size: 3em;
	margin-bottom: 15px;
}

#about-story-sec h5 {
	font-size: 1.6em;
	margin-bottom: 5px;
	font-style: normal;
}

#story-img {
	background: url('../images/office.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
}

#tech-img {
	background: url('../images/tech-img.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
}

#about-story-sec .upper-half {
	height: 455px;
}

#about-story-sec .lower-half {
	height: 315px;
}

.blue-bg {
	background-color: #eaeeef;
	color: #101318;
}

.darkblue-bg {
	background-color: #eaeeef;
	color: #101318;
}

#about-story-sec hr {
	margin-bottom: 10px;
	background: #4B5063;
	border: 0;
	height: 1px;
}

#buzz-contact-sec hr {
	margin-bottom: 60px;
	background: #e0e0e0;
	border: 0;
	height: 1px;
}

#about-story-sec p {
	line-height: 1.7em;
	margin-bottom: 15px;
}

#home-tweet-sec {
	width: 100%;
	height: 500px;
	background: url('../images/tweet-bg.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
}

.load-bg {
	margin: 0;
	border: 0;
	padding: 0;
	z-index: -99;
	position: absolute;
	left: -9999px;
}

#grid{
	width: 100%;
}

#grid .mix{
	width: 285px;
	height: 285px;
	margin: 0px 5px 20px;
	float: left;
	background: #bdc3c7;
	color: #fff;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	margin-right: 10px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}

.mix .img-tb {
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-transition: background-size 0.4s;
	-moz-transition: background-size 0.4s;
	transition: background-size 0.4s;
	z-index: 2;
	opacity: 0;
	position: relative;
}

.mix:hover .img-tb {
	background-size: 120% 120%;
	-webkit-transition: background-size 0.4s;
	-moz-transition: background-size 0.4s;
	transition: background-size 0.4s;
}

.mix:hover .thumb-desc {
	opacity: 1;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.load-thumb {
	width: 0;
	height: 0;
	border: none;
	margin: 0;
	padding: 0;
}

#work-1 .img-tb {
	background-image: url('../images/work/work-thumb-1.jpg');
}

#work-2 .img-tb {
	background-image: url('../images/work/work-thumb-2.jpg');
}

#work-3 .img-tb {
	background-image: url('../images/work/work-thumb-3.jpg');
}

#work-4 .img-tb {
	background-image: url('../images/work/work-thumb-4.jpg');
}

#work-5 .img-tb {
	background-image: url('../images/work/work-thumb-5.jpg');
}

#work-6 .img-tb {
	background-image: url('../images/work/work-thumb-6.jpg');
}

#work-7 .img-tb {
	background-image: url('../images/work/work-thumb-7.jpg');
}

#work-8 .img-tb {
	background-image: url('../images/work/work-thumb-8.jpg');
}

#work-9 .img-tb {
	background-image: url('../images/work/work-thumb-9.jpg');
}

#work-10 .img-tb {
	background-image: url('../images/work/work-thumb-10.jpg');
}

#work-11 .img-tb {
	background-image: url('../images/work/work-thumb-11.jpg');
}

#work-12 .img-tb {
	background-image: url('../images/work/work-thumb-12.jpg');
}

#work-13 .img-tb {
	background-image: url('../images/work/work-thumb-13.jpg');
}

#work-14 .img-tb {
	background-image: url('../images/work/work-thumb-14.jpg');
}

#work-15 .img-tb {
	background-image: url('../images/work/work-thumb-15.jpg');
}

#work-16 .img-tb {
	background-image: url('../images/work/work-thumb-16.jpg');
}

.thumb-desc {
	width: 285px;
	height: 285px;
	background: rgba(16,19,24,0.6);
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	color: #fff;
	padding-top: 110px;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}

.thumb-desc h3, .thumb-desc h5 {
	z-index: 4;
}

.thumb-desc h3 {
	font-size: 2em;
	margin-bottom: 3px;
}

.thumb-desc h5 {
	font-size: 1.4em;
	text-transform: uppercase;
}

#twitter-content {
  	margin-top: 130px;
}

#twitter-content h3 a {
	color: #42a8e2;
}

#twitter-content h3 {
	font-size: 2.4em;
	line-height: 1.6em;
}

#home-top-sec #slogan {
	position: relative;
	top: 30px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#home-top-sec #slogan > h1 {
	font-size: 4.4em;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#slogan > h1 > span {
	display: inline-block;
}

.csstransforms #slogan > h1 > span {
	opacity: 0;
	transform: translate(0px, 60px) rotateX(90deg);
	-webkit-transform: translate(0px, 60px) rotateX(90deg);
}

#home-top-sec #slogan > h4, #home-top-sec #slogan > h3 {
	font-size: 2.6em;
	margin-bottom: 20px;
	font-family: 'Brandon Grotesque', sans-serif;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
}

#home-top-sec #slogan > h3 > span {
	display: inline-block;
	overflow: hidden;
}

.csstransforms #home-top-sec #slogan > h3 > span {
	opacity: 0;
	transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
}

.bb-c {
	position: relative;
	top: -10px;
}

.blue-bb div {
	width: 0%;
	height: 5px;
	margin-top: 5px;
	background: #42a8e2;
}

.scroll-down {
	text-align: center;
	position: absolute;
	width: 80px;
	height: 115px;
	bottom: 40px;
	left: 50%;
	font-weight: 700;
	margin-left: -40px;
}

.no-svg .scroll-down {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url('../images/pngF/scroll.png');
}

.no-svg #scroll-svg {
	display: none;
}

#close-nav {
	display: none;
	position: absolute;
	left: 0px;
	top: 0;
	width: 64px;
	height: 64px;
	cursor: pointer;
	z-index: 9998;
}

.page-title {
	width: 900px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	text-align: center;
	top: 250px;
}

.page-title h1 {
	font-size: 4.8em;
	text-shadow: 1px -1px 0px rgba(0, 0, 0, 0.2);
}

.chart {
	position: relative;
}

.chart .percent {
	font-family: 'Brandon Grotesque', sans-serif;
	font-weight: 700;
	font-size: 2em;
	display: block;
	position: absolute; 
	bottom: 0;
	color: rgba(255,255,255,0.3);
}

.percent:after {
	content: '%';
	font-family: 'Brandon Grotesque', sans-serif;
	font-weight: 700;
	margin-left: 0.1em;
}

div[id^="process"] img {
	display: block;
	width: 90px;
	position: absolute;
	top: 105px;
	left: 50%;
	margin-left: -45px;
}

#home-about-sec {
	width: 100%;
	padding: 100px 0px 120px;
	background: #fff;
}

#home-client-sec {
	width: 100%;
	padding: 100px 0px 120px;
	background: #eaeeef;
}

.bold-rc a {
	color: inherit;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.bold-rc a:hover {
	color: #0E94D8;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#home-about-sec p {
	color: #101318;
	line-height: 1.7em;
}

#home-about-sec .btn-large, #buzz-contact-sec .btn-large {
	margin: 0px auto;
	display: block;
	width: 200px;
	padding: 18px 0px;
}

.btn-wrap {
	margin-top: 34px;
}

#home-client-sec .btn-large {
	margin: 34px auto 0px;
	display: block;
	width: 200px;
	padding: 18px 0px;
}

#home-tweet-sec .btn-large {
	margin: 15px auto 0px;
	display: block;
	width: 170px;
	padding: 13px 0px;
}

#home-sol-sec .btn-light {
	margin: 34px auto 0px;
	display: block;
	width: 200px;
	padding: 18px 0px;
}

.flipper-wrapper {
	width: 100%;
	margin: 0 auto;
}

#home-sol-sec {
	width: 100%;
	margin: 0 auto;
	padding: 60px 0 100px;
	background: #101318;
}

#home-sol-sec > .sec-title > h3 {
	color: #fff;
}

#home-sol-sec > .sec-title {
	padding-top: 40px;
}

.perspective {
	-webkit-perspective: 1000px;
	-moz-perspective:1000px;
    perspective: 1000px;
}

.flip-container {
    position: relative;
    width: 33.3333%;
    float: left;
    margin: 30px 0;
}

div[id$="-sec"] {
	width: 100%;
}

.flipper {
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	position: relative;
	-webkit-transform-origin:50% 50%;
	transform-origin:50% 50%;
	width: 100%;
	height: 600px;
}

#tap2-flip .front {
	background-image: url('../images/home-tap2-bg.jpg');
}

#buzz-flip .front {
	background-image: url('../images/home-bg.jpg');
}

#ice-flip .front {
	background-image: url('../images/home-ice-bg.jpg');
}

.front, .back {
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.featured-logo {
	width: 216px;
	height: 80px;
	margin: 260px auto 0px;
}

#tap2-flip .featured-logo, #t2-mobile .featured-logo {
	background-image: url('../images/tap2-logo.png');
}

#buzz-flip .featured-logo {
	background-image: url('../images/buzz-logo.png');
}

#ice-flip .featured-logo {
	background-image: url('../images/icecube-logo.png');
}

.icecube-logo {
	width: 350px;
	height: 156px;
	margin: 0px auto 20px;
	background-image: url('../images/icecube-logo@2x.png');
}

.no-flip .front {
		display: none;
	}

.no-flip .back {
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	background-size: cover;
}

.no-flip#tap2-flip .back {
	background-image: url('../images/home-tap2-bg.jpg');
}

.no-flip#buzz-flip .back {
	background-image: url('../images/home-buzz-bg.jpg');
}

.no-flip#ice-flip .back {
	background-image: url('../images/home-ice-bg.jpg');
}

.flipper h3 {
	font-size: 3em;
	margin-bottom: 5px;
}

.flipper h5 {
	font-size: 1.3em;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.flipper p {
	line-height: 1.6em;
}

.back {
	padding: 120px 30px 15px;
	text-align: center;
	color: #fff;
	background: #42a8e2;
}

/* hide back of pane during swap */
.front, .back {
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	z-index:1;
}

.span-4 {
	width: 33.3333%;
	float: left;
	padding: 15px;
}

.work-text {
	width: 40%;
	float: right;
	padding: 0px 0px 15px 30px;
	color: #fff;
}

.work-text p {
	line-height: 1.6em;
	margin-bottom: 10px;
}

.work-solution {
	margin-bottom: 10px;
	font-family: 'Brandon Grotesque', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.2em;
}

.work-text h4 {
	font-size: 2.6em;
	line-height: 1em;
	text-transform: uppercase;
}

.swipe-wrap img.swipe-svg {
	width: 120px;
}

.swipe-svg-fb {
	width: 120px !important;
}

.panel {
	background-color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 15px;
}

.span-6 {
	width: 50%;
	float: left;
	padding: 30px;
}

.span-3 {
	width: 25%;
	float: left;
	padding: 15px;
	position: relative;
}

.span-9 {
	width: 75%;
	float: left;
	padding: 15px;
}

.span-8 {
	width: 66.6666%;
	float: left;
	padding: 15px;
}

.footer-social-icon {
	width: 50px;
	height: 50px;
	margin: 0 1.5%;
	float: right;
	position: relative;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#s-05 {
	background-image: url('../images/footer-social-05.png');
	margin-right: 0;
}

#s-04 {
	background-image: url('../images/footer-social-04.png');
}

#s-03 {
	background-image: url('../images/footer-social-03.png');
}

#s-02 {
	background-image: url('../images/footer-social-02.png');
}

#s-01 {
	background-image: url('../images/footer-social-01.png');
}

.footer-social-icon:last-child {
	margin-right: 0;
}

.text-wrap {
	padding: 0 15px;
}

.logo-bg {
	height: 200px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-size: 60% auto;
	background-position: center center;
}

#logo-1 {
	background-image: url('../images/logos/client-logos-01.png');
}

#logo-2 {
	background-image: url('../images/logos/client-logos-02.png');
}

#logo-3 {
	background-image: url('../images/logos/client-logos-03.png');
}

#logo-4 {
	background-image: url('../images/logos/client-logos-04.png');
}

#logo-5 {
	background-image: url('../images/logos/client-logos-05.png');
}

#logo-6 {
	background-image: url('../images/logos/client-logos-06.png');
}

#logo-7 {
	background-image: url('../images/logos/client-logos-07.png');
}

#logo-8 {
	background-image: url('../images/logos/client-logos-08.png');
}

#twitter-info {
	border-right: solid 1px #fff;
	margin-top: 120px;
}

#twitter-info img {
	width: 50%;
	display: block;
	margin: 0 auto 15px;
}

#twitter-info h3 {
	font-size: 2em;
	line-height: 1.3em;
}

.lg-cir-thumb {
	width: 196px;
	margin: 15px auto;
}

.lg-cir-thumb img {
	width: 100%;
	height: auto;
}

.sec-title h1 {
	font-size: 4em;
	color: #42a8e2;
	margin: 0 auto 7px;
}

.svg-repo {
	position: relative;
	margin-top:-7px;
	margin-left: -2px;
	width: 200px;
}

.cs-heading img {
	width: 200px;
	margin-bottom: 15px;
}

.sec-title > h3 {
	font-size: 1.8em;
	color: #101318;
	margin-bottom: 30px;
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 100;
	text-transform: capitalize;
}

.span-4 > h3 {
	font-size: 1.6em;
	color: #101318;
	line-height: 1.3em;
}

.container-lg {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	clear: both;
}

.container-sm {
	width: 980px;
	margin: 0 auto;
	position: relative;
	clear: both;
}

.container-xsm {
	width: 700px;
	margin: 0 auto;
	position: relative;
	clear: both;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.btn {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: 'Brandon Grotesque', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 1px -1px 0px rgba(0, 0, 0, 0.2);
}

.btn.btn-large {
	color: #fff;
	padding: 12px 60px;
	background: #42a8e2;
	font-size: 1.2em;
	text-transform: uppercase;
	border-bottom: solid 2px #0E94D8;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#close-work {
	width: 35px;
	height: 35px;
	display: block;
	position: absolute;
	top: 25px;
	right: 15px;
	cursor: pointer;
	z-index: 998;
}

.work-btn {
	color: #fff;
	padding: 12px 44px;
	border: solid 3px #fff;
	font-size: 1.2em;
	text-transform: uppercase;
	display: block;
	float: left;
	margin-top: 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.work-btn:hover {
	color: #42a8e2;
	border: solid 3px #42a8e2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn.btn-light {
	padding: 12px 60px;
	color: #fff;
	background: #42a8e2;
	font-size: 1.2em;
	text-transform: uppercase;
	border-bottom: solid 2px #0E94D8;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-shadow: none;
}

#about-dxbee-sec .btn.btn-light {
	background: #ffa40e;
	border-bottom: solid 2px #f4950c;
	display: block;
	width: 180px;
	text-align: center;
	padding: 12px 0;
	margin: 30px auto 0;
}

#home-sol-sec .btn.btn-light {
	color: #42a8e2;
	background: #fff;
}

.btn.btn-large:hover {
	background: #0E94D8;
	border-bottom: solid 2px #0E72AF;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn.btn-light:hover {
	background: #0E94D8;
	border-bottom: solid 2px #0E72AF;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.top-nav {
	padding-top: 20px;
	margin: 0 auto;
	width: 957px;
	position: relative;
	top: 20px;
	height: 200px;
	z-index: 3;
}

.top-nav ul {
	list-style: none;
	margin: 0 auto;
}

.top-nav ul li img {
	width: 200px;
	position: relative;
	top: 30px;
	cursor: pointer;
}

.top-nav ul li {
	display: inline-block;
	width: 115px;
	text-align: center;
	margin: 0;
}

.top-nav ul li.img-block {
	width: 240px;
	padding: 0 20px;
}

.top-nav ul li a {
	font-family: 'Brandon Grotesque', sans-serif;
	padding: 10px 0px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	position: relative;
}

.top-nav ul li a::before {
	position: absolute;
	top: 70%;
	left: 50%;
	color: transparent;
	content: '•';
	font-family: 'Brandon Grotesque', sans-serif;
	font-weight: 700;
	text-shadow: 0 0 transparent;
	font-size: 1.1em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

.top-nav ul li a:hover::before,
.top-nav ul li a:focus::before {
	color: #fff;
	text-shadow: 10px 0 #fff, -10px 0 #fff;
}

#side-nav ul li {
	position: relative;
}

#side-nav ul li a {
	overflow: hidden;
}

#side-nav ul li a span {
	display: block;
	padding: 1em 1em 1em 2em;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0,0.9,0.3,1);
	-moz-transition: -moz-transform 0.5s cubic-bezier(0,0.9,0.3,1);
	transition: transform 0.5s cubic-bezier(0,0.9,0.3,1);
}

#side-nav a::before {
	position: absolute;
	top: 0;
	left: 340px;
	padding: 1em 1em 1em 2em;
	font-family: 'Brandon Grotesque', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	width: 280px;
	height: 100%;
	background: #42a8e2;
	color: #fff;
	content: attr(data-hover);
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0,0.9,0.3,1);
	-moz-transition: -moz-transform 0.5s cubic-bezier(0,0.9,0.3,1);
	transition: transform 0.5s cubic-bezier(0,0.9,0.3,1);
	-webkit-transform: translateX(-25%);
}

#side-nav a:hover span,
#side-nav a:focus span {
	-webkit-transform: translateX(-30%);
	-moz-transform: translateX(-30%);
	transform: translateX(-30%);
}

#side-nav a:hover::before,
#side-nav a:focus::before {
	-webkit-transform: translateX(-121.5%);
	-moz-transform: translateX(-121.5%);
	transform: translateX(-121.5%);
}

#home-about-sec hr {
    border: 0;
    height: 1px;
    background-color: #ccc;
}

.cbG, .cbF, .cbH, .cbC {
	background-repeat: no-repeat;
	background-position: center;
}

.cbF {
	background-size: 100% auto;
}

.cbH {
	background-size: auto 100%;
}

.cbC {
	background-size: cover;
}

/* Animations */

.csstransitions .fadeup {
	opacity: 0;
	transform: translate(0px,40px);
	-webkit-transform: translate(0px,40px);
}

.csstransitions .fadeleft {
	opacity: 0;
	transform: translate(40px,0px);
	-webkit-transform: translate(40px,0px);
}

.csstransitions .faderight {
	opacity: 0;
	transform: translate(-40px,0px);
	-webkit-transform: translate(-40px,0px);
}

.csstransitions .fadedown {
	opacity: 0;
	transform: translate(0px,-40px);
	-webkit-transform: translate(0px,-40px);
}

.csstransforms3d .fade3dup {
	opacity: 0;
	transform: translate(0px,300px) rotateY(70deg);
	-webkit-transform: translate(0px,300px) rotateY(70deg);
}

.csstransitions .scale {
	opacity: 0;
	transform:scale(0.5);
	-webkit-transform:scale(0.5);
}

.csstransitions .fade {
	opacity: 0;
}

.csstransitions .fade-disable {
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.hidden {
	display: none;
}

#buzz-tv {
	width: 860px;
	margin: 0 auto;
	height: 500px;
	position: relative;
	top: -30px;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('../images/tv-frame.png');
}

.video .vid-fbc {
	display: none;
}

.no-video #vid-demo {
	display: none;
}

.bp-demo {
	width: 796px;
	height: 452px;
	position: absolute;
	top: 38px;
	left: 32px;
}

.bp-left {
	height: 435px;
	background-image: url('../images/bp-design.png');
	margin: 40px 0 60px;
}

.bp-right {
	color: #101318;
	margin-top: 65px;
}

.bp-right h4 {
	font-size: 1.4em;
	line-height: 30px;
	margin-bottom: 3px;
}

.bp-right p {
	line-height: 1.6em;
	margin-bottom: 10px;
}

.buzz-dot {
	background-image: url('../images/buzz-dot.png');
	height: 30px;
	width: 24px;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 8px;
}

#vid-demo {
	width: 798px;
	height: 452px;
	position: absolute;
	top: 38px;
	left: 31px;
	background-color: #000;
}

.bp-demo.vid-fbc {
	background-image: url('../images/layout1HD.jpg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	overflow: hidden;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -25px;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.mix .css-loader {
    background-color: rgba(0,0,0,0);
    border: 5px solid #fff;
    opacity: .9;
    border-top: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
	margin-left: -25px;
	top: 50%;
	margin-top: -25px;
    -moz-animation: spin .3s infinite linear;
    -webkit-animation: spin .3s infinite linear;
    animation: spin .5s infinite linear;
    z-index: 1;
}

@-moz-keyframes spin {
    0% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

::-webkit-scrollbar {
    width: 0px;
}

@keyframes bg-colors {
  0% {
    background-color: #42a8e2;
  }
  25% {
    background-color: #e74c3c;
  }
  50% {
    background-color: #2ecc71;
  }
  75% {
    background-color: #F39C12;
  }
  100% {
    background-color: #42a8e2;
  }
}

@-webkit-keyframes bg-colors {
  0% {
    background-color: #42a8e2;
  }
  25% {
    background-color: #e74c3c;
  }
  50% {
    background-color: #2ecc71;
  }
  75% {
    background-color: #F39C12;
  }
  100% {
    background-color: #42a8e2;
  }
}

@-moz-keyframes bg-colors {
  0% {
    background-color: #42a8e2;
  }
  25% {
    background-color: #e74c3c;
  }
  50% {
    background-color: #2ecc71;
  }
  75% {
    background-color: #F39C12;
  }
  100% {
    background-color: #42a8e2;
  }
}

/*svg animations*/

#arrow-1 {
  stroke-dasharray: 200;
  stroke-dashoffset: 100;
  animation: draw 2s linear alternate infinite;
  -webkit-animation: draw 2s linear alternate infinite;
  -moz-animation: draw 2s linear alternate infinite;
}

#arrow-2 {
  stroke-dasharray: 200;
  stroke-dashoffset: 100;
  animation: draw 2s linear alternate infinite;
  -webkit-animation: draw 2s linear alternate infinite;
  -moz-animation: draw 2s linear alternate infinite;
}

@keyframes draw {
  0% {
    stroke-dashoffset: 100;
  }
  50% {
    stroke-dashoffset: -70;
  }
  100% {
    stroke-dashoffset: -70;
  }
}

@-webkit-keyframes draw {
  0% {
    stroke-dashoffset: 100;
  }
  50% {
    stroke-dashoffset: -70;
  }
  100% {
    stroke-dashoffset: -70;
  }
}

@-moz-keyframes draw {
  0% {
    stroke-dashoffset: 100;
  }
  50% {
    stroke-dashoffset: -70;
  }
  100% {
    stroke-dashoffset: -70;
  }
}

/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.4);
	z-index: 10000;
	display: none;
	top: 0;
	left: 0; 
}

.reveal-modal {
	visibility: hidden;
	top: 90px; 
	left: 50%;
	margin-left: -350px;
	width: 700px;
	background: #fff;
	position: fixed;
	z-index: 10001;
	border: none;
}

.reveal-img {
	width: 100%;
	padding-bottom: 56%;
	height: auto;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.reveal-head {
	width: 100%;
	background-color: #42a8e2;
	padding: 15px;
	color: #fff;
	position: relative;
}

.reveal-head h4 {
	font-size: 1.4em;
}

.reveal-body {
	padding: 15px;
	color: #666;
}

.reveal-body p {
	line-height: 1.4em;
	margin-bottom: 10px;
}

.reveal-body p:last-child {
	margin-bottom: 0px;
}

.close-reveal-modal {
	font-size: 1.3em;
	cursor: pointer;
} 

#mi-top, #mi-bot {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: all 0.4s linear;
}

#mi-mid {
	transform: translate(0px,0px);
	-webkit-transform: translate(0px,0px);
	opacity: 1;
	transition: all 0.4s linear;
}

.nav-open #mi-top {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform-origin: 3px 10px;
	-webkit-transform-origin: 3px 10px;
	transition: all 0.4s linear;
}

.nav-open #mi-bot {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform-origin: 4px 23px;
	-webkit-transform-origin: 4px 23px;
	transition: all 0.4s linear;
}

.nav-open #mi-mid {
	transform: translate(0px,-15px);
	-webkit-transform: translate(0px,-15px);
	opacity: 0;
	transition: all 0.4s linear;
}

@media (max-width: 1279px) {
	.container-lg {
		width: 980px;
	}

	.hidden-tablet {
		display: none;
	}

	.logo-bg {
		height: 170px;
		background-size: 70% auto;
	}

	#twitter-info h3 {
		font-size: 1.7em;
	}

	#twitter-content h3 {
		font-size: 2em;
	}

	.progress-nav {
		display: none;
	}

	#about-story-sec .upper-half {
		height: 520px;
	}

	#about-story-sec .lower-half {
		height: 365px;
	}

	.chart canvas {
		width: 100% !important;
		height: auto !important;
	}

	.team-box {
		padding-left: 130px;
	}

	.member-info h4 {
		padding: 9px 15px 9px 0px;
		font-size: 1.6em;
	}

	.flipper h3 {
		font-size: 2.8em;
	}

	.member-info h3 {
		padding: 8px 15px;
		font-size: 1em;
	}

	.member-info p {
		padding: 6px 15px 0px 0px;
		line-height: 1.5em;
	}

 	.member-left {
		left: 15px;
	}

	.member-profile {
		width: 90px;
		height: 90px;
	}

	div[id^="process"] img {
		top: 80px;
	}

	#grid {
		width: 900px;
		margin: 0 auto;
	}

	.work-nav {
		padding: 0;
	}

	#work-detail-sec {
		height: auto;
		padding: 30px 0px;
	}

	#contact-more-sec .panel {
		height: 260px;
	}

	.work-lg-img {
		height: auto;
		width: 60%;
		float: left;
	}

	.work-lg-img img {
		height: auto;
		width: 100%;
	}

	.work-lg-img iframe {
		height: 330px;
	}

	.work-solution {
		font-size: 1.1em;
	}

	.work-text h4 {
		font-size: 2em;
	}

	#vid-demo {
		display: none;
	}

	.vid-fbc {
		display: block !important;
	}

	.rgba #buzz-ft {
		box-shadow: none;
	}

	.bp-right {
		margin-top: 20px;
		padding: 20px;
	}

	.bp-left {
		height: 390px;
		margin: 20px 0 40px;
	}

	.cs-wk-dt p {
		font-size: 1em !important;
	}

	#t2-intro {
		width: 34%;
		right: 80px;
	}

	#t2-card {
		left: 3%;
	}

	.flipper {
		height: 470px;
	}

	.front, .back {
		height: 470px;
	}

	.featured-logo {
		margin: 210px auto 0px;
	}

	.back {
		padding: 56px 15px 15px;
	}
}


@media (max-width: 1024px) {
	/* disable css3 effects when it's on small screens */
	.csstransitions .fadeup {
		opacity: 1;
		transform: translate(0px,0px);
		-webkit-transform: translate(0px,0px);
	}

	.csstransform3d .fade3dup {
		opacity: 1;
		transform: translate3d(0px,0px,0px) rotateY(0deg);
		-webkit-transform: translate3d(0px,0px,0px) rotateY(0deg);
	}

	.csstransitions .fadeleft {
		opacity: 1;
		transform: translate(0px,0px);
		-webkit-transform: translate(0px,0px);
	}

	.csstransitions .faderight {
		opacity: 1;
		transform: translate(0px,0px);
		-webkit-transform: translate(0px,0px);
	}

	.csstransitions .fadedown {
		opacity: 1;
		transform: translate(0px,0px);
		-webkit-transform: translate(0px,0px);
	}

	.csstransforms #slogan > h1 > span {
		opacity: 1;
		transform: translate(0,0) rotateX(0deg);
		-webkit-transform: translate(0,0) rotateX(0deg);
	}

	.csstransforms #home-top-sec #slogan > h3 > span {
		opacity: 1;
		transform: rotateY(0deg);
		-webkit-transform: rotateY(0deg);
	}

	.csstransitions .scale { 
		opacity: 1;
		transform:scale(1);
		-webkit-transform:scale(1);
	}

	.blue-bb div {
		width: 100%;
	}

	#space {
		display: none;
	}

	.csstransitions .fade {
		opacity: 1;
	}

	#home-top-sec {
		height: 700px;
	}

	.container-lg {
		width: 960px;
	}

	.scroll-down {
		display: block;
	}

	.spinner {
		display: none;
	}

	.container-sm {
		width: 960px;
	}

	.flipper {
		height: 500px;
	}

	.front, .back {
		height: 500px;
	}

	.featured-logo {
		margin: 210px auto 0px;
	}

	.back {
		padding: 80px 15px 15px;
	}

	.footer-social-icon:hover {
		top:0px;
	}

	.span-6 {
		padding: 15px;
	}

	#sol-select-sec .span-3 {
		width: 50%;
		height: 140px;
		border-bottom: solid 1px #bdc3c7;
		padding-top: 46px;
	}

	#sol-select-sec .span-3:nth-child(2) {
		border-right: none;
	}

	#sol-select-sec .span-3:nth-child(4) {
		border-right: none;
	}

	#sol-select-sec {
		border-bottom: none;
	}

	#sol-slider h1 {
		font-size: 2em;
		margin-bottom: 40px;
	}

	#sol-top-sec { 	
		height: 540px;
	}

	.buzz-top, .custom-top {
		height: 660px !important;
	}

	#sol-slider {
		height: 540px;
	}

	.swipe-wrap .container-sm {
		margin: 150px auto 0
	}

	.swipe-wrap .featured-logo {
		margin-top: 180px;
	}

	#buzz-ds-sec .swipe-arrows {
		display: none;
	}

	#cs-plus {
		top: 45px;
	}

	#scrl-simulate {
		display: none;
	}

	#t2-full-sec {
		height: auto;
		position: relative;
		top: auto;
		left: auto;
		padding-top: 180px;
		padding-bottom: 60px;
	}

	.scrl-page {
		overflow: auto;
		overflow-x: hidden; 
	}

	.scrl-html {
		overflow: auto;
	}

	.scrl-html .top-nav {
		position: absolute;
		left: 50%;
		margin-left: -479px;
	}

	#t2-pad-bg {
		width: 86%;
		height: auto;
		padding: 7%;
	}

	#t2-pad-wrapper {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
		top: auto;
		left: auto;
		background-size: cover;
	}

	#t2-slide {
		width: 400%;
		height: auto;
	}

	#t2-sld {
		width: 100%;
		height: auto;
		padding-bottom: 13%;
	}

	.line-panel {
		display: none;
	}

	#t2-rest-sec {
		height: auto;
		position: relative;
		top: auto;
		overflow:auto;
		opacity: 1;
	}

	#t2-canvas {
		top: 0px;
	}

	#t2-process {
		height: auto;
	}

	#t2-process .span-3 {
		height: auto;
		padding-bottom: 19%;
		cursor: pointer;
	}

	#t2-pad-icons {
		height: auto;
		padding-bottom: 19%;
	}

	#t2-pad-icons {
		pointer-events:none;
	}

	#t2-card {
		display: none;
	}

	#cs-canvas {
		display: none;
	}

	#canvas-outer {
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		background-image: url('../images/slider3.jpg');
	}
}

@media (max-width: 980px) {
	.top-nav {
		display: none;
	}

	.sec-title {
		padding: 0px 15px;
	}

	.page-title {
		width: 100%;
		left: 0;
		margin-left: auto;
		top: 180px;
	}

	header {
		transform: translate(0px,0px);
		-webkit-transform: translate(0px,0px);
		opacity: 1;
	}

	.sub-top-sec {
		height: 380px;
	}

	#home-top-sec #slogan {
		top: 200px;
	}

	.container-lg {
		width: 90%;
		margin: 0 auto;
	}

	.container-sm {
		width: 90%;
		margin: 0 auto;
	}

	#home-top-sec #slogan > h1 {
		font-size: 3.7em;
	}

	#home-top-sec #slogan > h4 {
		font-size: 2.3em;
		display: block;
	}

	#home-top-sec #slogan > h3 {
		font-size: 2.3em;
	}

	.sec-title h1 {
		font-size: 3.5em;
	}

	.sec-title > h3 {
		font-size: 1.6em;
	}

	.span-4, #twitter-info, .span-9, .span-8 {
		width: 100%;
	}

	.flip-container {
		width: 90%;
		margin: 40px auto;
		float: none;
	}

	.front, .back {
		-webkit-backface-visibility:hidden; /* Chrome and Safari */
		-moz-backface-visibility:hidden; /* Firefox */
		-ms-backface-visibility:hidden; /* Internet Explorer */
		position: relative;
		top: 0;
		left: 0;
		float: left;
	}

	.front {
		width: 35%;
		display: block;
	}

	.back {
		width: 65%;
		transform: rotateY(0deg);
		-webkit-transform: rotateY(0deg);
	}

	.flipper {
		height: auto;
	}

	.front, .back {
		height: 400px;
	}

	.featured-logo {
		margin: 160px auto 0px;
	}

	.back {
		padding: 50px 15px 15px;
	}

	.logo-bg {
		background-size: 80% auto;
	}

	#home-tweet-sec {
		height: auto;
	}

	#twitter-content {
	  	margin-top: 0px;
	  	margin-bottom: 50px;
	  	text-align: center;
	}

	#twitter-info {
		border-right: none;
		margin-top: 40px;
	}

	#twitter-info img {
		width: 70px;
		display: block;
		margin: 0 auto 15px;
	}

	#twitter-content h3 {
		font-size: 1.6em;
		line-height: 1.3em;
	}

	footer .span-4 {
		width: 305px;
		float: none;
		margin: 0 auto;
	}

	.footer-social-icon {
		width: 50px;
		height: 50px;
		float: right;
		margin: 0 5px;
	}

	footer .span-8 {
		float: none;
		text-align: center;
		position: relative;
		top: 30px;
	}

	footer {
		height: auto;
	}

	.text-wrap {
		text-align: center;
		position: relative;
		top: -15px;
	}

	.text-wrap span {
		display: block;
		color: #ccc;
		font-size: 0.9em;
	}

	.text-wrap .pull-right {
		float: none;
	}

	.span-6 {
		width: 100%;
	}

	#about-story-sec  .upper-half, #about-story-sec  .lower-half {
		height: auto;
	}

	#story-img, #tech-img {
		min-height: 380px;
	}

	.blue-bg.upper-half {
		margin-bottom: 10px;
	}

	div[id^="process"] img {
		width: 60px;
		top: 30%;
		left: 50%;
		margin-left: -30px;
	}

	.chart .percent {
		font-size: 1.6em;
	}

	.piechart-title {
		font-size: 1em;
		font-weight: 100;
		margin-top: 10px;
	}

	.team-box {
		padding-left: 130px;
		height: auto;
		padding-bottom: 30px;
	}

	.blue-bg {
		background-color: #fff;
		color: #101318;
		background-image: none;
	}

	.darkblue-bg {
		background-color: #fff;
		color: #101318;
		background-image: none;
	}

	#about-story-sec hr {
		background: #101318;
	}

	#story-img {
		margin-bottom: 15px;
	}

	#grid .mix{
		width: 31%;
		margin: 0 1% 20px;
		height: auto;
	}

	#grid {
		width: 100%;
	}

	.mix .img-tb {
		width: 100%;
		height: 0;
		padding-bottom: 100%;
	}

	.thumb-desc {
		width: 100%;
		height: 80px;
		padding-top: 17px;
		opacity: 1;
		top: auto;
		bottom: 0px;
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-webkit-border-bottom-right-radius: 6px;
		-webkit-border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		border-bottom-left-radius: 6px;
	}

	.thumb-desc h3 {
		font-size: 1.5em;
	}

	.thumb-desc h5 {
		font-size: 1em;
	}

	.work-lg-img {
		width: 100%;
	}

	.work-text {
		width: 100%;
		float: left;
		padding: 20px 0px 0px 0px;
	}

	.work-lg-img iframe {
		height: 420px;
	}

	.show-small {
		display: inline;
	}

	.hide-small {
		display: none;
	}

	#map-canvas-sec, #dxbee-map-sec {
		width: 100%;
		float: none;
		height: 300px;
	}

	#contact-more-sec .span-3 {
		width: 50%;
	}

	#contact-more-sec .panel {
		height: 210px;
	}

	#buzz-tv {
    	width: 90%;
		top: 0px;
		height: auto;
		background-image: none !important;
	}

	.buzz-top {
		height: auto !important;
		padding-top: 90px;
		padding-bottom: 30px;
	}

	.bp-demo {
		width: 100%;
		padding-bottom: 56%;
		height: auto;
		position: relative;
		top: 0px;
		left: 0px;
		background-size: 100% auto !important;
		box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
	}

	#buzz-intro-sec {
		padding: 50px 0 100px;
	}

	#buzz-ft {
		display: none;
	}

	#bp-swipe {
		width: 100%;
		height: auto;
		position: relative;
		top: 0px;
		left: 0;
		margin-left: 0px;
	}

	.swipe-wrapper > div {
		height: auto;
		background-image: none !important;
	}

	.bp-sp-mobile {
		display: block;
	}

	#buzz-ds-sec h1 {
		margin-bottom: 40px;
	}

	#bp-swipe-desc {
		bottom: 50px;
	}

	.buzz-adm {
		width: 100%;
		height: auto;
		background-image: none !important;
	}

	#buzz-intro-sec h1, #buzz-loc-sec h1, #buzz-adm-sec h1, #buzz-contact-sec h1, #cs-random-sec h1, #t2-use-sec h1 {
		font-size: 2.8em;
		margin-bottom: 10px;
	}

	.bp-left {
		height: auto;
		margin: 20px 0 20px;
		background-image: none !important;
	}

	.bp-right {
		margin-top: 0px;
		padding: 0px;
		margin-bottom: 20px;
	}

	.cs-heading {
		padding-top: 120px;
	}

	.custom-top {
		height: 500px !important;
		overflow: hidden;
	}

	#cs-random-sec .span-6 {
		padding: 0px;
	}

	#cs-random-sec p {
		margin-bottom: 20px;
	}

	#sol-ram-span {
		margin-bottom: 40px;
	}

	#cs-plus {
		top: 123px;
	}

	.cs-rebtn {
		margin-top: 75px;
	}

	.cs-wk-title {
		margin-top: 120px;
		padding-top: 0px;
	}

	#t2-full-sec {
		padding-top: 110px;
	}

	.t2-use-ico p {
		display: none;
	}

	.t2-use-ico {
		width: 33.3333%;
	}

	.t2-graph {
		width: 70%;
		height: auto;
		padding-bottom: 70.3%;
		margin: 15px auto 20px;
	}

	#ic-top-sec .container-sm {
		padding-top: 130px;
	}

	#ic-top-sec {
		height: 500px;
	}

	#t2-pad-bg {
		width: 100%;
	}
}

@media (max-width: 767px) {
	#header-ctc {
		display: none;
	}

	.nav-phone {
		display: none;
	}

	#nav-btn, .no-svg #png-navb {
		float: none;
		position: absolute;
		left: 0;
		top:0;
	}

	.container-xsm {
		width: 90%;
	}

	.dxbee-logo {
		width: 50%;
	}

	#about-dxbee-sec {
		padding: 80px 0;
	}

	header > a {
		float: none;
		margin: 0 auto;
		width: 142px;
	}

	#home-top-sec #slogan > h1 {
		font-size: 3em;
	}

	#home-top-sec #slogan > h4 {
		font-size: 2em;
	}

	.sec-title h1 {
		font-size: 2.7em;
	}

	.sec-title > h3 {
		font-size: 1.4em;
		line-height: 1.4em;
	}

	.scroll-down {
		bottom: 30px;
	}

	.front, .back {
		width: 100%;
		height: auto;
	}

	.featured-logo {
		margin: 50px auto 50px;
	}

	#t2-mobile .featured-logo {
		margin: 0px auto 10px;
	}

	.flipper h3 {
		display: none;
	}

	.back {
		padding: 20px 15px 15px;
	}

	.flipper h5 {
		margin-bottom: 10px;
	}

	#home-sol-sec .btn-light {
		margin: 15px auto 10px;
		padding: 15px 0px;
	}

	.span-3 {
		width: 50%;	
	}

	.logo-bg {
		background-size: 60% auto;
	}

	#twitter-content h3 {
		font-size: 1.2em;
		line-height: 1.3em;
		font-weight: 100;
	}

	#home-top-sec {
		height: 600px;
		min-height: 600px;
	}

	#home-top-sec #slogan {
		top: 140px;
	}

	.span-6 {
		padding: 0px;
	}

	.sub-top-sec { 
		background-position: center center;
		height: 300px;
	}

	.page-title h1 {
		font-size: 3.4em;
	}

	.page-title {
		top: 150px;
	}

	#story-img {
		display: none;
	}

	#about-story-sec {
		padding: 60px 0px;
	}

	div[id^="process"] img {
		width: 80px;
		top: auto;
		bottom: 10%;
		margin-left: -40px;
	}

	.chart {
		display: none;
	}

	div[id^="process"] {
		height: 180px;
		margin-bottom: 10px;
	}

	.piechart-title {
		font-size: 1.4em;
	}

	#about-pro-sec {
		padding: 40px 0px 70px;
	}

	.member-info h4 {
		font-size: 1.8em;
	}

	.team-box {
		padding-top: 10px;
		padding-bottom: 20px;
	}

	.work-nav ul {
		background-color: #eaeeef;
	}

	.work-nav ul li {
		width: 50%;
		padding: 13px 0px;
		border-right: none;
		border-bottom: none;
		border: none;
		font-size: 0.9em;
	}

	#work-thumb-sec {
		min-height: 600px;
		padding: 30px 0 70px;
	}

	.work-nav ul li:nth-child(5) {
		-webkit-border-top-right-radius: 0px;
		-webkit-border-bottom-right-radius: 0px;
		-moz-border-radius-topright: 0px;
		-moz-border-radius-bottomright: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		border-bottom: none;
	}

	.work-nav ul li:nth-child(1) {
		border-left: none;
		-webkit-border-top-left-radius: 0px;
		-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-bottomleft: 0px;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}

	.work-nav ul li:nth-child(odd) {
		border-right: none;
	}

	.work-nav ul li:nth-child(5) {
		border-bottom: none;
	}

	#grid .mix{
		width: 48%;
		height: auto;
		overflow: hidden;
	}

	.thumb-desc {
		width: 100%;
		height: 80px;
		padding-top: 15px;
	}

	.work-lg-img iframe {
		height: 300px;
	}

	#contact-more-sec .span-3 {
		width: 100%;
	}

	#contact-more-sec .panel {
		height: auto;
	}

	input.short-input {
		width: 96%;
	}

	#submit-btn {
		width: 96%;
		text-align: center;
	}

	#about-dxbee-sec .btn.btn-light {
		width: 96%;
	}

	#formnote {
		font-weight: 100;
		float: none;
		font-size: 1em;
		margin: 15px 2% 0;
		line-height: 30px;
	}

	#sol-select-sec .span-3 {
		width: 100%;
		height: 120px;
		border-bottom: solid 1px #bdc3c7;
		border-right: none;
		padding-top: 34px;
	}

	#sol-contact-sec h1 {
	    font-size: 2.3em;
	    line-height: 1.3em;
	    margin-bottom: 20px;
	}

	#sol-contact-sec h6 {
		font-size: 1em;
		line-height: 1.2em;
		font-weight: 100;
	}

	#sol-contact-sec, #home-about-sec, #home-sol-sec, #home-client-sec {
		padding: 60px 0 80px;
	}

	.swipe-arrows {
		display: none;
	}

	.hidden-tablet {
		display: block;
	}

	.cs-heading h1 {
		font-size: 3em;
	}

	.cs-heading h4 {
		font-size: 1.6em;
	}

	.cs-heading {
		padding-top: 140px;
	}

	.cs-ram-list li {
		line-height: 60px;
		font-size: 1.8em;
	}

	.cs-ram-wrap {
		height: 60px;
	}

	#cs-plus {
		top: 105px;
	}

	.cs-rebtn {
		margin-top: 65px;
	}

	.reveal-modal {
		top: 70px; 
		left: 5%;
		width: 90%;
		margin-left: 0;
	}

	#t2-process .span-3 {
		width: 25%;
	}

	.icecube-logo {
		width: 233px;
		height: 104px;
	}

	#ic-top-sec {
		height: auto;
		padding-bottom: 50px;
	}

	#ic-top-sec .container-sm {
		padding-top: 110px;
	}
}

@media (max-width: 658px) {
	#buzz-contact-sec h2, .cnt-bp h2 {
		font-size: 2.2em;
	}

	#buzz-intro-sec h1, #buzz-loc-sec h1, #buzz-adm-sec h1, #buzz-contact-sec h1, #cs-random-sec h1, #t2-use-sec h1 {
		font-size: 2.4em;
	}

	#buzz-loc-sec h1 {
		margin-bottom: 20px;
	}

	#ic-top-sec h1 {
		font-size: 2.8em;
		font-weight: 100;
	}

	#ic-top-sec h6 {
		font-size: 1.4em;
		font-weight: 100;
		line-height: 1.4em;
	}

	#buzz-ds-sec h1 {
		font-size: 2.4em;
		margin-bottom: 40px;
	}

	#map-canvas-sec, #dxbee-map-sec {
		height: 200px;
	}

	.buzz-loc {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 15px;
		background-color: #eaeeef;
		float: left;
		border-radius: 6px;
		-webkit-border-radius: 6px;
	}

	.buzz-loc:nth-child(4n+4) {
		margin-right: 4%;
	}

	.buzz-loc:nth-child(even) {
		margin-right: 0;
	}

	#buzz-intro-sec h3, #buzz-loc-sec h3 {
		font-size: 1.4em;
		font-weight: 100;
		line-height: 1.4em;
		margin-bottom: 20px;
	}

	.loc-wrap {
		top: 0px;
	}

	#buzz-loc-sec {
		padding: 60px 0 70px;
	}

	#t2-pad-bg {
		display: none;
	}

	#t2-full-sec {
		background-image: url('../images/home-topbg.jpg');
	}

	#t2-mobile {
		display: block;
		color: #fff;
	}

	#t2-mobile h4 {
		font-size: 1.4em;
		margin-bottom: 15px;
	}

	#t2-mobile p {
		font-size: 1em;
		line-height: 1.6em;
	}

	#t2-use-sec {
		padding: 50px 0px 80px;
	}

	.t2-use-ico {
		width: 100%;
	}

	.t2-use-ico p {
		display: block;
	}

	.t2-graph {
		width: 200px;
		height: 200px;
		padding-bottom: 0px;
		margin: 15px auto 20px;
	}

	.cs-heading h1 {
		font-size: 2.2em;
	}

	.cs-heading h4 {
		font-size: 1.2em;
	}
}

@media (max-width: 480px) {
	.logo-bg {
		background-size: 70% auto;
		height: 120px;
	}

	.page-title h1 {
		font-size: 2.6em;
	}

	.page-title {
		top: 130px;
	}

	.sub-top-sec {
		height: 230px;
	}

	#about-story-sec h5 {
		line-height: 1.4em;
	}

	#story-img, #tech-img {
		min-height: 180px;
	}

	.piechart-title {
		font-size: 1em;
	}

	.member-info h4 {
		font-size: 1.3em;
	}

	.member-info h3 {
		font-size: 0.9em;
	}

	.member-info p {
		font-size: 0.9em;
	}

	.member-profile {
		width: 70px;
		height: 70px;
		border: 2px solid #42a8e2;
	}

	.member-left img {
		width: 35px;
		height: 35px;
		left: 35px;
		bottom: -20px;
	}

	.team-box {
		padding-left: 100px;
	}

	.member-left {
		top: 20px;
	}

	#about-team-sec .span-6 {
		padding: 0px;
		margin-bottom: 20px;
	}

	#about-team-sec .sec-title h3 {
		margin-bottom: 20px;
	}

	#about-story-sec h4 {
		font-size: 2.2em;
	}

	#about-team-sec {
		padding: 40px 0px 60px;
	}

	.thumb-desc {
		width: 100%;
		height: 70px;
		padding-top: 15px;
	}

	.thumb-desc h3 {
		font-size: 1.2em;
		font-weight: 100;
	}

	.thumb-desc h5 {
		font-size: 0.9em;
	}

	.work-lg-img iframe {
		height: 240px;
	}

	#contact-form-sec {
		padding: 40px 0;
	}

	input.short-input {
		margin: 10px 2%;
	}

	textarea {
		margin: 10px 2%;
	}

	#submit-btn {
		margin: 10px 2%;
	}

	.swipe-wrap img {
		width: 200px;
	}

	.swipe-svg-fb {
		width: 100px !important;
	}

	#sol-slider h1 {
		font-size: 1.6em;
		margin-bottom: 30px;
		line-height: 1.2em;
	}

	#sol-top-sec, #sol-slider, .swipe-wrap > div  {
		height: 440px;
	}

	.swipe-wrap .container-sm {
		margin: 120px auto 0
	}

	.swipe-wrap .featured-logo {
		margin-top: 130px;
	}

	.btn-wrap {
		margin-top: 15px;
	}

	#buzz-contact-sec h2, .cnt-bp h2 {
		font-size: 2.2em;
		line-height: 1.3em;
		color: #101318;
	}

	#buzz-intro-sec h1, #buzz-loc-sec h1, #buzz-adm-sec h1, #buzz-contact-sec h1, #cs-random-sec h1, #t2-use-sec h1 {
		font-size: 2em;
	}

	.cs-wk-title h4 {
		font-size: 1.4em;
	}

	#buzz-ds-sec h1 {
		font-size: 2em;
		font-weight: 100;
		margin-bottom: 20px;
	}

	.bp-logo-cir {
		width: 35%;
		height: 0;
		padding-bottom: 35%;
	}

	.bp-logo-sd {
		width: 25%;
		height: 0;
		padding-bottom: 7%;
		margin: 5px auto 20px;	
	}

	#buzz-ds-sec .container-lg {
		width: 100%;
	}

	#buzz-intro-sec {
		padding: 30px 0 50px;
	}

	#buzz-intro-sec p, #buzz-adm-sec p {
		font-size: 1em;
		line-height: 1.4em;
	} 

	#buzz-intro-sec h3, #buzz-loc-sec h3 {
		font-size: 1.2em;
		margin-bottom: 20px;
		line-height: 1.2em;
	}

	#buzz-intro-sec h1, #buzz-loc-sec h1, #buzz-adm-sec h1, #buzz-contact-sec h1, #cs-random-sec h1, #t2-use-sec h1 {
		font-size: 2.2em;
		line-height: 1.2em;
		margin-bottom: 10px;
	}

	#buzz-ds-sec {
		padding: 40px 0 100px;
	}

	#bp-swipe-desc {
		bottom: -18px;
	}

	#buzz-contact-sec .btn-large {
		width: 100%;
	}

	#buzz-contact-sec hr {
		margin-bottom: 30px;
	}

	#cs-random-sec p {
		font-size: 1em;
		line-height: 1.4em;
	}

	.cs-ram-list li {
		font-size: 1.4em;
	}

	#home-top-sec #slogan > h3 {
		font-size: 1.8em;
	}

	#home-top-sec #slogan > h4 {
		font-size: 1.8em;
		margin-bottom: 10px;
	}

	#home-top-sec #slogan > h1 {
		font-size: 2.6em;
		letter-spacing: 0px;
		margin-bottom: 10px;
	}

	#home-top-sec {
		height: 470px;
		min-height: 470px;
	}

	#home-top-sec #slogan {
		top: 100px;
	}

	.scroll-down {
		height: auto;
		width: 60px;
		margin-left: -30px;
		bottom: 5px;
	}

	header {
		height: 50px;
	}

	header > a {
		width: 109px;
	}

	#nav-btn, #close-nav, .no-svg #png-navb {
		width: 50px;
		height: 50px;
	}

	.blue-logo {
		height: 49px;
	}

	.st-menu {
		margin-top: 50px;
		width: 230px;
	}

	.sec-title > h3 {
		margin-bottom: 10px;
	}

	.btn.btn-large, .btn.btn-light {
		font-size: 1em;
	}

	#home-about-sec .btn-large, #buzz-contact-sec .btn-large, #home-sol-sec .btn-light, #home-client-sec .btn-large {
	    width: 160px;
	    padding: 12px 0px;
	}

	#scroll-svg {
		width: 60px;
	}

	#about-pro-sec {
		padding: 40px 0px 10px;
	}
}

@media (max-width: 384px) {
	#home-about-sec p {
		line-height: 1.6em;
	}

	.btn.btn-light {
		padding: 10px 36px;
	}

	#home-top-sec {
		height: 390px;
		min-height: 390px;
	}

	#home-top-sec #slogan {
		top: 100px;
	}

	p {
		font-size: 0.8em;
	}

	.sec-title h1 {
		font-size: 2.2em;
	}

	.sec-title > h3 {
		font-size: 1em;
		font-weight: 100;
	}

	#home-about-sec {
		padding: 50px 0px 70px;
	}

	#home-client-sec {
		padding: 50px 0px 70px;
	}

	#home-sol-sec {
		padding: 20px 0px 50px;
	}

	footer .span-4 {
		width: 255px;
		float: none;
		margin: 0 auto;
	}

	.footer-social-icon {
		width: 40px;
		height: 40px;
		background-size: 100% auto;
	}

	.page-title h1 {
		font-size: 2em;
	}

	.work-nav ul li {
		font-size: 0.9em;
	}

	.work-solution {
		font-size: 1em;
	}

	.work-text h4 {
		font-size: 1.6em;
	}

	.work-btn {
		padding: 9px 34px;
		font-size: 1em;
	}

	.work-lg-img iframe {
		height: 180px;
	}

	#sol-contact-sec {
		background: #eaeeef;
		padding: 60px 0;
	}

	#sol-contact-sec .btn-large {
		width: 100%;
	}

	.lg-cir-thumb {
		margin: 0 auto 15px;
		width: 140px;
	}

	.svg-repo {
		top:-4px;
	}

	#grid .mix{
		width: 100%;
		height: auto;
		margin: 0 0 20px;
	}

	.thumb-desc {
		width: 100%;
		height: 75px;
		padding-top: 15px;
	}

	.thumb-desc h3 {
		font-size: 1.4em;
		font-weight: 100;
	}

	.thumb-desc h5 {
		font-size: 1em;
	}

	#buzz-intro-sec h1, #buzz-loc-sec h1, #buzz-adm-sec h1, #buzz-contact-sec h1, #buzz-ds-sec h1, #cs-random-sec h1, #t2-use-sec h1, #buzz-contact-sec h2, .cnt-bp h2 {
		font-size: 2em;
	}

	#buzz-adm-sec {
		padding: 50px 0 60px;
	}

	#buzz-contact-sec {
		padding: 40px 0 50px;
	}

	.t2-graph {
		width: 140px;
		height: 140px;
	}

	#t2-use-sec h1 {
		font-size: 1.6em;
		margin-bottom: 0px;
	}

	.cs-heading img {
		width: 100px;
	}

	.cs-heading {
		padding-top: 105px;
	}

	.custom-top {
		height: 320px !important;
		overflow: hidden;
	}

	#cs-random-sec {
		padding: 50px 0;
	}

	.member-info h4 {
		font-size: 1.1em;
	}

	#about-story-sec p {
		font-size: 0.9em;
	}

	#swipe-svg {
		display: none;
	}

	.swipe-wrap > div:nth-child(4) {
		padding-top: 50px; 
	}

	#ic-top-sec h1 {
		font-size: 2em;
		margin-bottom: 5px;
	}

	#ic-top-sec h6 {
		font-size: 1.2em;
	}

	.buzz-loc h4, .bp-right h4, #swipe-desc li {
		font-size: 1em;
	}

	.cs-heading h1 {
		font-size: 1.8em;
	}

	.cs-heading h4 {
		font-size: 1em;
	}

	#cs-plus {
		width: 86px;
		margin-left: -43px;
	}

	.cs-wk-title {
		margin-top: 100px;
		padding-bottom: 0px;
	}

	.cs-rebtn {
		width: 86px;
		height: 86px;
	}

	.cs-ram-list li {
	    font-size: 1em;
	    line-height: 48px;
	}

	.cs-ram-wrap {
	    height: 48px;
	}

	#cs-plus {
	    top: 93px;
	}

	.cnt-bp h2 {
		margin-bottom: 20px;
	}
}

@media (max-height: 341px) and (orientation: landscape) {
	header {
		position: relative;
	}

	.buzz-top {
		padding-top: 30px;
	}

	.low-height-hide {
		display: none;
	}

	.buzz-top {
		padding-top: 30px;
	}

	.cs-heading {
		padding-top: 40px;
	}

	.custom-top {
		height: 260px !important;
		overflow: hidden;
	}

	.cs-heading .svg-repo {
		width: 100px;
	}

	#cs-random-sec {
		padding: 60px 0;
	}

	#t2-full-sec {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#ic-top-sec .container-sm {
		padding-top: 40px;
	}
}

@media (max-width: 321px) {
	header {
		position: relative;
	}

	.span-4 > h3 {
		font-size: 1.2em;
	}

	#buzz-intro-sec h1, #buzz-loc-sec h1, #buzz-adm-sec h1, #buzz-contact-sec h1, #cs-random-sec h1, #t2-use-sec h1, #buzz-ds-sec h1, #buzz-contact-sec h2, .cnt-bp h2 {
		font-size: 1.6em;
	}

	.sub-top-sec {
	    height: 160px;
	}

	.page-title {
		top: 70px;
	}

	.sec-title h1, #about-story-sec h4 {
		font-size: 1.6em;
		margin-bottom: 3px;
	}

	#home-top-sec #slogan {
		top: 30px;
	}

	#sol-select-sec .span-3 p {
		font-size: 0.9em;
	}

	#sol-slider h1 {
		font-size: 1.2em;
	}

	#sol-top-sec, #sol-slider, .swipe-wrap > div  {
		height: 310px;
	}

	.swipe-wrap .container-sm {
		margin: 30px auto 0
	}

	.swipe-wrap .featured-logo {
		margin-top: 0px;
	}

	#sol-contact-sec h1 {
		font-size: 1.8em;
	}

	.buzz-top {
		padding-top: 30px;
	}

	.cs-heading .svg-repo {
		width: 100px;
	}

	#cs-random-sec {
		padding: 60px 0;
	}

	#t2-full-sec {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.t2-graph {
		width: 120px;
		height: 120px;
		margin-top: 5px;
	}

	#about-team-sec {
		padding: 40px 0px;
	}

	#t2-mobile p {
		font-size: 0.9em;
	}

	#ic-top-sec .container-sm {
		padding-top: 40px;
	}

	.cs-heading {
		padding-top: 40px;
	}

	.custom-top {
		height: 260px !important;
		overflow: hidden;
	}

	#home-top-sec #slogan > h3 {
		font-size: 1.6em;
	}

	#home-top-sec #slogan > h4 {
		font-size: 1.6em;
	}

	#home-top-sec {
		height: 350px;
		min-height: 350px;
	}

	.text-wrap span {
	    font-size: 0.8em;
	}

	#twitter-content h3 {
		font-size: 1em;
		line-height: 1.5em;
	}

	#sol-contact-sec h1 {
		margin-bottom: 15px;
	}

	#sol-contact-sec h6 {
		margin-bottom: 25px;
	}
}

@media (min-height: 830px) and (min-width: 981px) {
	#home-top-sec #slogan {
		top: 90px;
	}
}

@media (min-height: 960px) and (min-width: 981px) {
	#home-top-sec #slogan {
		top: 140px;
	}
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) { 
   #buzz-tv {
   		background-image: url('../images/tv-frame@2x.png');
   }

   #logo-1 {
		background-image: url('../images/logos/client-logos-01@2x.png');
	}

	#logo-2 {
		background-image: url('../images/logos/client-logos-02@2x.png');
	}

	#logo-3 {
		background-image: url('../images/logos/client-logos-03@2x.png');
	}

	#logo-4 {
		background-image: url('../images/logos/client-logos-04@2x.png');
	}

	#logo-5 {
		background-image: url('../images/logos/client-logos-05@2x.png');
	}

	#logo-6 {
		background-image: url('../images/logos/client-logos-06@2x.png');
	}

	#logo-7 {
		background-image: url('../images/logos/client-logos-07@2x.png');
	}

	#logo-8 {
		background-image: url('../images/logos/client-logos-08@2x.png');
	}

	#s-05 {
		background-image: url('../images/footer-social-05@2x.png');
	}

	#s-04 {
		background-image: url('../images/footer-social-04@2x.png');
	}

	#s-03 {
		background-image: url('../images/footer-social-03@2x.png');
	}

	#s-02 {
		background-image: url('../images/footer-social-02@2x.png');
	}

	#s-01 {
		background-image: url('../images/footer-social-01@2x.png');
	}

	#tap2-flip .featured-logo, #t2-mobile .featured-logo {
		background-image: url('../images/tap2-logo@2x.png');
	}

	#buzz-flip .featured-logo {
		background-image: url('../images/buzz-logo@2x.png');
	}

	#ice-flip .featured-logo {
		background-image: url('../images/icecube-logo@2x.png');
	}

	.bp-logo-cir {
		background-image: url('../images/bp-cir@2x.png');
	}

	.bp-logo-sd {
		background-image: url('../images/buzz-shadow@2x.png');
	}

	.bp-demo.vid-fbc {
		background-image: url('../images/layout1HD@2x.jpg');
		background-size: auto 100%;
	}

	#buzz-ft {
		background-image: url('../images/tv-frame-lg@2x.png');
	}

	#bp-social {
		background-image: url('../images/bp-social@2x.png');
	}

	#bp-wdg {
		background-image: url('../images/bp-wdg@2x.png');
	}

	#bp-img {
		background-image: url('../images/bp-img@2x.png');
	}

	#bp-vid {
		background-image: url('../images/bp-video@2x.png');
	}

	#bp-news {
		background-image: url('../images/bp-news@2x.png');
	}

	.loc-icons {
		background-image: url('../images/loc-icons@2x.png');
	}

	.loc-icons#restaurants {
		background-position: -22px -17px;
	}

	.loc-icons#malls {
		background-position: -160px -17px;
	}

	.loc-icons#retail {
		background-position: -313px -17px;
	}

	.loc-icons#museums {
		background-position: -468px -17px;
	}

	.loc-icons#airport {
		background-position: -19px -116px;
	}

	.loc-icons#events {
		background-position: -159px -116px;
	}

	.loc-icons#hotels {
		background-position: -312px -116px;
	}

	.loc-icons#lounges {
		background-position: -466px -116px;
	}

	.loc-icons#arenas {
		background-position: -19px -215px;
	}

	.loc-icons#markets {
		background-position: -159px -215px;
	}

	.loc-icons#gym {
		background-position: -313px -215px;
	}

	.loc-icons#outdoor {
		background-position: -466px -215px;
	}

	.buzz-adm {
		background-image: url('../images/bp-adm@2x.png');
	}

	.bp-left {
		background-image: url('../images/bp-design@2x.png');
	}

	.buzz-dot {
		background-image: url('../images/buzz-dot@2x.png');
	}

	#t2-sld {
		background-image: url('../images/t2-register-sld@2x.png');
	}

	#t2-pad-icons {
		background-image: url('../images/t2-pad-icons@2x.png');
	}

	#t2-like {
		background-image: url('../images/t2-like@2x.png');
	}

	#t2-photo {
		background-image: url('../images/t2-photo@2x.png');
	}

	#t2-mail {
		background-image: url('../images/t2-mail@2x.png');
	}

	#ic-screen {
		background-image: url('../images/ic-screen@2x.png');
	}

	.icecube-logo {
		background-image: url('../images/icecube-logo@4x.png');
	}

	.cbF {
		background-repeat: no-repeat;
		background-position: center;
	}

	.cbH {
		background-repeat: no-repeat;
		background-position: center;
	}
}