/* =================================================================== */
/*
/*	 TOC:
/*  01. =webfonts and iconfonts
/*  02. =document setup
/*  03. =preloader
/*  04. =forms
/*  05. =theme common styles
/*  06. =header styles & menu
/*  07. =hero section
/*  08. =projects styles
/*  09. =enterprise
/*  10. =about
/*  11. =testimonials
/*  12. =support
/*  13. =footer
/*
/* =================================================================== */

/** 
/* 01. =webfonts and iconfonts
/* =================================================================== */

@import url("fonts.css");
@import url("font-awesome/css/font-awesome.min.css");

/** 
/* 02. =document setup
/* =================================================================== */

/* Body 
---------------------------------------------------------------------- */
html,
body {
	height: 100%;
}

body {
	background: #FFFFFF;
    font: 15px "Univers Light", "helvetica";
    font-weight: normal;
    color: #000000;
    line-height: 26px;
    letter-spacing: 0.4px;
	text-align: justify;
	max-width: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
    overflow-x: hidden;
}

/* links 
---------------------------------------------------------------------- */
a,
a:visited {
	outline: none;
	color: white;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
	color: #df047e;
}

/* Typography
--------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	margin: 18px 0 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
}

h1 {
	font-size: 30px;
	line-height: 36px;
	margin-top: 0;
	border-bottom: 1px solid gray;
	margin-bottom: 30px;
}

h2 {
	font-size: 24px;
	line-height: 30px;
}

h3 {
	font-size: 20px;
	line-height: 30px;
}

	h3.list-heading { 
		font-size:17px;
		margin-bottom: 5px; 
	}

h4 {
	font-size: 17px;
	line-height: 30px;
}

h5 {
	font-size: 14px;
	line-height: 30px;
	margin-top: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h6 {
	font-size: 13px;
	line-height: 30px;
	margin-top: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.font-carbon-bold{
	font-family: t26-carbon, monospace;
	font-weight: 500;
	font-style: normal;
}

.font-carbon-italic{
	font-family: t26-carbon, monospace;
	font-weight: 525;
	font-style: italic;
}

.font-carbon-regular{
	font-family: t26-carbon, monospace;
	font-weight: 450;
	font-style: normal;
}

.font-carbon-regular-italic{
	font-family: t26-carbon, monospace;
	font-weight: 475;
	font-style: italic;
}

p {
	margin: 15px 0 18px 0;
}

p img {
	margin: 0;
}

p.lead {
	font-size: 20px;
	color: #707273;
}

.bg-white{ background-color: #ffffff; }
.bg-pink{ background-color: #6e6a61 ;}

.font-white{ color: #ffffff; }
.font-black{ color: #000000 !important; }

.no-margin-top{ margin-top:0; }
.no-margin-bottom{ margin-bottom:0; }

.margin-top-50{ margin-top:50px; }
.margin-bottom-50{ margin-bottom:50px; }

.padding-top-50{ padding-top:50px; }
.padding-bottom-50{ padding-bottom:50px; }

.txt-left { text-align: left; }
.txt-center { text-align: center; }
.txt-right { text-align: right; }


em {
	font: 16px/30px "merriweather-italic", serif;
	font-style: normal;
}

strong,
b {
	font: 16px/30px "merriweather-bold", serif;
	font-weight: normal;
}

small {
	font-size: 11px;
	line-height: inherit;
}

blockquote {
	margin: 18px 0px;
	padding-left: 40px;
	position: relative;
}

blockquote:before {
	content: "\201C";
	opacity: 0.45;
	font-size: 80px;
	line-height: 0px;
	margin: 0;
	font-family: arial, sans-serif;
	position: absolute;
	top: 30px;
	left: 0;
}

blockquote p {
	font-family: georgia, serif;
	font-style: italic;
	padding: 0;
	font-size: 18px;
	line-height: 30px;
}

blockquote cite {
	display: block;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
}

blockquote cite:before {
	content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
	color: #707273;
	border: none;
}

abbr {
	font-family: "merriweather-bold", serif;
	font-variant: small-caps;
	text-transform: lowercase;
	letter-spacing: .5px;
	color: #707273;
}

pre,
code {
	font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	padding: 3px;
	background: #ECF0F1;
	color: #707273;
	border-radius: 3px;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

mark {
	background: #FFF49B;
	color: #000;
}

hr {
	border: solid #707273;
	border-width: 1px 0 0;
	clear: both;
	margin: 23px 0 12px;
	height: 0;
}

/* Lists  
--------------------------------------------------------------------- */
ul,
ol {
	margin-top: 0;
	margin-bottom: 0;
}

ul {
	list-style: disc;
	margin-left: 15px;
}

ul.second-list {
	list-style: circle;
	margin: 0 0 10px 15px;
}

dl {
	margin: 0 0 15px 0;
}

dt {
	margin: 0;
	color: #6e6a61;
}

dd {
	margin: 0 0 0 20px;
}

/* Floated image  
--------------------------------------------------------------------- */
img.pull-right {
	margin: 12px 0px 0px 18px;
}

img.pull-left {
	margin: 12px 18px 0px 0px;
}

/* Style Placeholder Text  
--------------------------------------------------------------------- */
::-webkit-input-placeholder {
	color: #12151B;
}

:-moz-placeholder {

	/* Firefox 18- */
	color: #12151B;
}

::-moz-placeholder {

	/* Firefox 19+ */
	color: #12151B;
}

:-ms-input-placeholder {
	color: #12151B;
}

.placeholder {
	color: #12151B !important;
}

/* block grids default paddings 
--------------------------------------------------------------------- */
.bgrid {
	padding: 0 20px;
}

@media only screen and (max-width:1024px) {
	.bgrid {
		padding: 0 18px;
	}

}

@media only screen and (max-width:768px) {
	.bgrid {
		padding: 0 15px;
	}

}

@media only screen and (max-width:600px) {
	.bgrid {
		padding: 0 10px;
	}

}

@media only screen and (max-width:400px) {
	.bgrid {
		padding: 0;
	}

}


/* 
/* 03. =Preloader
/* =================================================================== */

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0F1215;
	z-index: 9999999;
	height: 100%;
	width: 100%;
}

.no-js #preloader,
.oldie #preloader {
	display: none;
}

#loader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	background-color: #6e6a61;
	-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
	animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
	0% {
		-webkit-transform: perspective(120px);
	}

	50% {
		-webkit-transform: perspective(120px) rotateY(180deg);
	}

	100% {
		-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
	}

}

@keyframes sk-rotateplane {
	0% {
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	}

	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	}

	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}

}


/* 
/* 04. =forms
/* =================================================================== */

form {
	margin-bottom: 30px;
}

#divMessage{
	padding: 5px 10px;
    display: table;
    width: 100%;
    text-align: center;
}
#divMessage div.icon {
	vertical-align: middle; 
	display: table-cell;
	font-size: 18px;
}

#divMessage.success{ background: #99d98eb5; }
#divMessage.error{ background: #6e6a612e; padding: 5px; }

fieldset {
	margin: 0 0 30px 0;
	padding: 0;
	border: none;
}

input,
button {
	-webkit-font-smoothing: antialiased;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	display: block;
	padding: 15px;
	margin: 0 0 12px 0;
	border: 0;
	outline: none;
	vertical-align: middle;
	color: #6e6a61;
	font-size: 15px;
	line-height: 24px;
	border-radius: 0;
	width: 100%;
	max-width: 100%;
	background: #ffffff;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

textarea {
	min-height: 200px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
	color: #000000;
	background: #FFFFFF;
}

input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    
}

.button,
.button:visited,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	font-size: 16px;
	padding: 9px 16px;
	margin: 0 3px 6px 0;
	background: #525252;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	height: auto;
	text-align: center;
	border: none;
	-webkit-appearance: none;
	-webkit-font-smoothing: inherit;
	border-radius: 0;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width:100%;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #ffffff;
    background: #df037e;
}

label,
legend {
	font-size: 15px;
	margin: 12px 0;
	color: #252525;
	display: block;
}

label span,
legend span {
	color: #575859;
	font-size: 16px;
}

input[type="checkbox"],
input[type="radio"] {
	font-size: 15px;
	color: #575859;
}

input[type="checkbox"] {
	display: inline;
}


/** 
/* 05. =theme common styles
/* =================================================================== */

/* hr */
hr {
	border: solid #757575;
    border-width: 1px 0 0;
    width: 100%;
    margin: 0 0 30px 0;
    height: 0;
    clear: both;
    text-align: left;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
hr.black{ 
	border-top: solid #000000;
    border-width: 1px;
}


/* for css animations */
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.show {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	zoom: 1;
}

/* sections */
.section-head h1 {
	font-size: 17px;
	letter-spacing: 2.5px;
	color: #000000;
	margin-bottom: 0;
    margin-top: 18px;
    border-bottom: 0;
}

.section-head h1 span {
	color: #6e6a61;
	position: relative;
	left: 3px;
}

.section-head p {
	font-size: 18px;
    /* width: 95%; */
    line-height: 25px;
}

.section-head:hover h1 + hr {
	border-color: #6e6a61;
	width: 60%;
	text-align: left;
}

@media only screen and (max-width:768px) {
	/*.section-head {
		text-align: center;
	}*/

	.section-head p {
		font-size: 18px;
		width: auto;
	}

	.section-head h1 + hr {
		/*margin-left: auto;
		margin-right: auto;*/
	}

}

@media only screen and (max-width:600px) {
	.section-head p {
		font-size: 17px;
		width: auto;
	}

}

@media only screen and (max-width:400px) {
	.section-head [class*="column"] {
		padding: 0;
	}

}


/** 
/* 06. =header styles
/* =================================================================== */

header {	
	width: 100%;
	position: absolute;
	z-index: 600;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	
	/*background: #e5e4e0;*/
}
header.opaque {
	background: #e5e4e0;
	/*border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
}

/* header logo */
header .logo {	
	display: table;
    margin: 0 auto;
	z-index: 600;    
	
	/* add position relative since z-index only applies to  
	elements that have been given an explicit position */
	position: relative;
}

header .logo a {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	height: auto;
}

header .logo img {
    padding: 35px 0 0 0;
    width: 300px;
}

h1#lbSliderTitle{
	/*font-family: TheoBallmerWideBold;*/
    /*letter-spacing: 3.5px;
    font-weight: bold;*/
    color: rgba(255, 255, 255, 0.85);
    border: 0px;
    text-align: center;
    margin: 0;
    margin-left: -13px;
    font-size: 45px;
    padding-top: 100px;
	font-family: neue-haas-unica, sans-serif;
    font-weight: 600;
    font-style: normal;
}

	@media only screen and (max-width:1500px) {
		h1#lbSliderTitle{
			font-size: 40px;
			padding-top: 90px;
		}
	}
	@media only screen and (max-width:1200px) {
		h1#lbSliderTitle{
			font-size: 35px;
			padding-top: 80px;
		}
	}
	@media only screen and (max-width:1050px) {
		h1#lbSliderTitle{
			font-size: 30px;
			padding-top: 70px;
		}
	}
	@media only screen and (max-width:900px) {
		h1#lbSliderTitle{
			font-size: 28px;
			padding-top: 60px;
			letter-spacing: 1.5px;    
		}
	}
	
	@media only screen and (max-width:768px) {
		h1#lbSliderTitle{
			font-size: 25px;
			padding-top: 40px;
		}
	}
	@media only screen and (max-width:500px) {
		h1#lbSliderTitle{
			font-size: 20px;
			padding-top: 15px;
			letter-spacing: 0.5px; 
			line-height: 20px;
		}
		#hero .flex-direction-nav {
			top: 55% !important;
		}
	}
	
img.umee-logo {
    width: 90px;
    vertical-align: middle;
	border: 0;
}

/* header social */
header .header-social {
	font-size: 20px;
	font-weight: normal;
	line-height: 66px;
	margin-top: 0;
	margin-left: 30px;
	padding-left: 36px;
	border-left: 1px solid rgba(150, 150, 150, 0.2);
	float: left;
	position: relative;
	top: -1px;
}

header .header-social li {
	display: inline-block;
	margin-right: 15px;
}

header .header-social li a {
	color: #FFFFFF;
}

header .header-social li a:hover {
	color: #6e6a61;
}



#soho {
	background-color: #6e6a61;
    text-align: center;
    font-style: italic;
    font-size: 19px;
    letter-spacing: 1px;
	clear: both;
}

@media only screen and (max-width:890px) {
	#soho { font-size: 18px; }
}

#soho img.umee-logo{
	width: 90px;
    vertical-align: middle;
    padding: 10px 0 10px 10px;
}

#hero-slider li img.umee-logo{
	width: 55px;
    display: initial;
    vertical-align: middle;
    margin-left: 5px;
	opacity: 0.9;
}



/* Pattern styles */
div.middle {
	transition: .5s ease;
    position: absolute;
    /* top: 45%; */
    -ms-transform: translate(-50%, -50%);
    background: #6e6a61;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    letter-spacing: 0.08em;
    text-align: left;
    line-height: 25px;
    font-style: italic;
	width: 210px;
    height: 105px;
}

	div.middle .boxTitle { 
		padding: 5px 0; 
		font-size: 25px; 
		font-style: normal; 
		font-weight:bold; 
	}


	
	
div.description {
	transition: .5s ease;
    position: absolute;
    top: calc(45% + 50px);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    padding: 5px;
    width: 600px;
    font-size: 26px;
	font-style: italic;
	display: none;
	line-height: 31px;
}

.left-half-bg,
.right-half-bg {
  background-color: #000000;
  float: left;
  width: 50%;
  border-right: 5px solid #e5e4e0;
  margin-top: -200px !important;
}

.right-half-bg {
  border-left: 5px solid #e5e4e0;
  border-right: 0;
}

	.left-half-bg div.middle { top:18%; }
	.right-half-bg div.middle { top: 59%; }

	
	.left-half-bg div.description { text-align: right; }
	.right-half-bg div.description { text-align: left; }
	

	
	.left-half-bg:hover img, .left-half-bg:hover video{
	  opacity: 0.6;
	}
	.right-half-bg:hover img, .right-half-bg:hover video{
	  opacity: 0.6;
	}
	
	.left-half-bg:hover .middle,
	.right-half-bg:hover .middle{
	  opacity: 1;
	  background: #df037e;
	}
	
	.left-half-bg:hover .description,
	.right-half-bg:hover .description	{
	  display: block;
	}
	
	.left-half-bg img, .left-half-bg video,
	.right-half-bg img, .right-half-bg video{
	  opacity: 1;
	  display: block;
	  width: 100%;
	  height: auto;
	  transition: .5s ease;
	  backface-visibility: hidden;
	}

	.left-half-bg div.middle {
		right: calc(50% + 5px);
	}	
	.left-half-bg div.description {
		top: calc(56%);
		right: calc(67%);
	}

	.right-half-bg div.middle {
		left: calc(50% + 5px);		
	}
	.right-half-bg div.description {
		left: calc(65%);
		top: calc(22%);
	}

	
	@media only screen and (max-width:1900px) {
		
		.left-half-bg, 
		.right-half-bg {
			margin-top: -160px !important;
		}
		
		.left-half-bg div.middle { top:17% !important; }
		.right-half-bg div.middle { top: 54% !important; }

		div.description { 
			width: 550px !important; 
			font-size: 25px !important; 
			line-height: 30px !important; 		
		}
		
		.left-half-bg div.description { 
			top: calc(56%) !important;
			right: calc(64%) !important;
			width: 580px !important;
		}		
		.right-half-bg div.description { 
			left: calc(66%) !important; 
			top: calc(22%) !important; 
		}
	}
	@media only screen and (max-width:1800px) {
		
		.left-half-bg, 
		.right-half-bg {
			margin-top: -140px !important;
		}
		
		.left-half-bg div.middle { top:17% !important; }
		.right-half-bg div.middle { top: 53% !important; }

		div.description { 
			width: 525px !important; 
			font-size: 24px !important; 
			line-height: 29px !important; 		
		}
		
		.left-half-bg div.description { 
			top: calc(53%) !important; 
			right: calc(65%) !important; 
		}		
		.right-half-bg div.description { 
			left: calc(66%) !important; 
			top: calc(20%) !important; 
		}
	}
	@media only screen and (max-width:1700px) {
		
		.left-half-bg, 
		.right-half-bg {
			margin-top: -110px !important;
		} 
		
		.left-half-bg div.middle { top:17% !important; }
		.right-half-bg div.middle { top: 51% !important; }
		
		div.description { 
			width: 500px !important; 
			font-size: 23px !important; 
			line-height: 27.5px !important; 		
		}
		
		.left-half-bg div.description { 
			top: calc(53%) !important;
			right: calc(63%) !important;
			width: 540px !important;
		}		
		.right-half-bg div.description { 
			left: calc(66%) !important; 
			top: calc(21%) !important; 
		}
	}
	
	@media only screen and (max-width:1600px) {
		
		.left-half-bg, 
		.right-half-bg {
			margin-top: -75px !important;
		} 
		
		.left-half-bg div.middle { top:17% !important; }
		.right-half-bg div.middle { top: 51% !important; }
		
		div.description { 
			width: 500px !important; 
			font-size: 23px !important; 
			line-height: 27.5px !important; 		
		}
		
		.left-half-bg div.description { 
			top: calc(52%) !important;
			right: calc(63%) !important;
			width: 540px !important;
		}		
		.right-half-bg div.description { 
			left: calc(66%) !important; 
			top: calc(21%) !important; 
		}
	}
	
	@media only screen and (max-width:1500px) {
		
		.left-half-bg, 
		.right-half-bg {
			margin-top: -30px !important;
		}  
		
		.left-half-bg div.middle { top:18% !important; }
		.right-half-bg div.middle { top: 51% !important; }
		
		div.description { 
			width: 475px !important; 
			font-size: 22px !important; 
			line-height: 27px !important; 		
		}
		
		.left-half-bg div.description { 
			top: calc(52%) !important;
			right: calc(62%) !important;
			width: 505px !important;
		}		
		.right-half-bg div.description { 
			left: calc(65%) !important; 
			top: calc(20%) !important; 
		}
	}
	@media only screen and (max-width:1400px) {
		.left-half-bg div.middle { top:17% !important; }
		.right-half-bg div.middle { top: 48% !important; }
		
		div.description { 
			width: 470px !important;
			font-size: 20px !important;
			line-height: 26px !important;
		}
		
		.left-half-bg div.description { 
			top: calc(49%) !important;
			right: calc(62%) !important;
			width: 480px !important;
		}		
		.right-half-bg div.description { 
			left: calc(63%) !important; 
			top: calc(18%) !important;
		}
	}
	@media only screen and (max-width:1300px) {
		.left-half-bg div.middle { top:14% !important; }
		.right-half-bg div.middle { top: 41% !important; }
		
		div.middle {
			line-height: 22px !important;
			font-style: italic !important;
			width: 206px !important;
			height: 95px !important;
		}
		div.description { 
			width: 405px !important;
			font-size: 19px !important;
			line-height: 25px !important;		
		}
		
		.left-half-bg div.description { 
			top: calc(43%) !important;
			right: calc(60%) !important;
			width: 440px !important;
		}		
		.right-half-bg div.description { 
			left: calc(50% + 140px) !important; 
			top: calc(14%) !important;
		}
	}
	@media only screen and (max-width:1200px) {
		.left-half-bg div.middle { top:13% !important; }
		.right-half-bg div.middle { top: 41% !important; }
		
		div.middle {
			line-height: 22px !important;
			font-style: italic !important;
			width: 206px !important;
			height: 95px !important;
		}
		
		div.description { 
			width: 405px !important;
			font-size: 18px !important;
			line-height: 22px !important;		
		}
		
		.left-half-bg div.description { 
			top: calc(41%) !important;
			right: calc(59%) !important;
			width: 425px !important;
		}		
		.right-half-bg div.description { 
			left: calc(62%) !important; 
			top: calc(14%) !important;
		}
	}
	@media only screen and (max-width:1100px) {		
		.left-half-bg div.middle { top:12% !important; }
		.right-half-bg div.middle { top: 35% !important; }
		
		div.middle {
			font-size: 17px !important;
			line-height: 22px !important;
			width: 187px !important;
			height: 90px !important;
			padding: 10px 15px !important;
		}
		div.middle .boxTitle {
			padding: 3px 0 !important;
			font-size: 24px !important;
		}

		
	
		div.description { 
			width: 385px !important; 
			font-size: 16.5px !important; 
			line-height: 23px !important; 		
		}
		
		.left-half-bg div.description { 
			top: calc(37%) !important; 
			right: calc(60%) !important; 
		}		
		.right-half-bg div.description { 
			left: calc(60%) !important; 
			top: calc(13%) !important;
		}
	}
	@media only screen and (max-width:1000px) {
		.left-half-bg div.middle { top:11% !important; }
		.right-half-bg div.middle { top: 32% !important; }
		
		div.middle {
			font-size: 16.5px !important;
			line-height: 21px !important;
			width: 183px !important;
			height: 90px !important;
			padding: 10px 15px !important;
		}
		div.middle .boxTitle {
			font-size: 22px !important;
		}
		
		div.description { 
			width: 370px !important;
			font-size: 15.5px !important; 
			line-height: 21px !important; 		
		}
		
		.left-half-bg div.description { 
			top: calc(32%) !important;
			right: calc(57%) !important;
			width: 370px !important;
		}		
		.right-half-bg div.description { 
			left: calc(50% + 65px) !important;
			top: calc(12%) !important;			
		}
	}
	@media only screen and (max-width:890px) {
		.left-half-bg div.middle { top:11% !important; }
		.right-half-bg div.middle { top: 29% !important; }
		
		div.middle {
			font-size: 15px !important;
			line-height: 19px !important;
			width: 160px !important;
			height: 78px !important;
			padding: 7px 10px !important;
		}
		div.middle .boxTitle {
			font-size: 20px !important;
		}
		
		div.description { 
			width: 340px !important;
			font-size: 15px !important; 
			line-height: 20px !important; 		
		}
		
		.left-half-bg div.description { 
			top: calc(30%) !important;
			right: calc(55%) !important;
			width: 355px !important;
		}		
		.right-half-bg div.description { 
			left: calc(57%) !important;
			top: calc(11%) !important;			
		}
	}
	
	@media only screen and (max-width:820px) {
		.left-half-bg div.middle { top:11% !important; }
		.right-half-bg div.middle { top: 29% !important; }
		
		div.middle {
			font-size: 14px !important;
			line-height: 17px !important;
			width: 150px !important;
			height: 70px !important;
			padding: 7px 10px !important;
		}
		div.middle .boxTitle {
			font-size: 19px !important;
		}
		
		div.description { 
			width: 320px !important;
			font-size: 14px !important; 
			line-height: 18px !important; 		
		}
		
		.left-half-bg div.description { 
			top: calc(29%) !important;
			right: calc(56%) !important;
			width: 335px !important;
		}		
		.right-half-bg div.description { 
			left: calc(57%) !important;
			top: calc(11%) !important;			
		}
	}
	
	
	/*****************/
	/**** I P A D ****/
	/*****************/
	@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  { /* STYLES GO HERE */

		#menuSide {
			top: 65px !important;
		}
			
		#header nav#navSide > ul > li > a {
			padding: 0 1.5em !important;
		}

		#soho {
			font-size: 16.5px !important;
		}
		
		.left-half-bg, .right-half-bg {
			margin-top: 0 !important;
		}
		
			.left-half-bg div.middle {
				top: 10% !important;
			}
			.right-half-bg div.middle {
				top: 27% !important;
			}
			.left-half-bg div.description {
				top: calc(26%) !important;
			}
			right-half-bg div.description {
				top: calc(12%) !important;
			}
		
		#enterprise, #business {
			padding: 30px 0 !important;
		}
		
		#enterprise label, #business label {
			padding: 0 !important;
			text-align: left !important;
			font-size: 14px !important;
		}
		
		#enterprise main label:not(:first-child):before, #business main label:not(:first-child):before {
			margin: 3px !important;
		}
	}
	
	
	
	@media only screen and (max-width:767px) {	

		.left-half-bg {
			margin-top: -45px;
		}
		.right-half-bg {
			border-bottom: 5px solid #e5e4e0;
			margin-top: -125px;
		}
		.left-half-bg,
		.right-half-bg {
		  width: 100%;
		  border-right: 0 !important;
		  border-left: 0 !important;		  
		}
		
		.left-half-bg div.description,
		.right-half-bg div.description{ 
			width: 100% !important;
			left: 0% !important;
			right: 0% !important;
		}
	
		div.description {     
			position: relative !important;
			display: block !important;
			width: 100% !important;
			text-align: center!important;
			padding: 10px 20px !important;
			background: #838383;
		}
		div.middle { 
			position: relative !important;
			left: 0 !important;
			width: 100% !important;
			text-align: center !important;
			line-height: 1 !important; 
			height: auto !important;
		}
		div.middle br { content: ' ' }
		div.middle br:after { content: ' ' }
		
		div.middle .boxTitle {
			padding: 5px 0 0px 0 !important;
		}
						
		#enterprise main label:not(:first-child):before, #business main label:not(:first-child):before {
			content: "" !important;
			margin-right: 0 !important;
		}
	}


	

	

	



/* media queries:  
/* header/header components */
@media only screen and (max-width:880px) {
	header .header-social {
		display: none;
	}

}

@media only screen and (max-width:1024px) {
	header { height: 65px; }

		header .row { width: 100%; }

		header .logo img {
			width: 225px;
			padding-top: 15px;
		}
	
	#header nav#navSide > ul > li > a.menuToggle i.fa.fa-bars {
		margin-top:10px;
	}
	
	#hero .flex-direction-nav{
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.9);
	}
	
	#hero .flex-nav-prev { margin-left: -45px !important }
	#hero .flex-nav-next { margin-right: -10px !important }
}

@media only screen and (max-width:768px) {
	header { height: 65px; }

		header .row { width: 100%; }

		header .logo img {
			width: 175px;
			padding-top: 15px;
		}
	
	#header nav#navSide > ul > li > a.menuToggle i.fa.fa-bars {
		margin-top:10px;
	}
	
	#hero .flex-direction-nav{
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.9);
	}
	
	#hero .flex-nav-prev { 
		margin-left: -26px !important;
		/*margin-top: -25px;*/
	}
	#hero .flex-nav-next { 
		margin-right: 10px !important;
		/*margin-top: -25px;*/
	}
}

@media only screen and (max-width:650px) {
	
	.four.columns img, .five.columns img, .six.columns img{
		margin-top:25px;
	}
}	


/** 
/* 06. =MENU styles
/* =================================================================== */
menu {
	background: #000000;
	width: 100%;
	z-index: 600;
	margin: 0;
	padding: 5px 0;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	
}
menu.opaque {
	background: black;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


/* menu social */
menu .menu-social {
	font-size: 20px;
	font-weight: normal;
	line-height: 66px;
	margin-top: 0;
	margin-left: 30px;
	padding-left: 36px;
	border-left: 1px solid rgba(150, 150, 150, 0.2);
	float: left;
	position: relative;
	top: -1px;
}

menu .menu-social li {
	display: inline-block;
	margin-right: 15px;
}

menu .menu-social li a {
	color: #FFFFFF;
}

menu .menu-social li a:hover {
	color: #6e6a61;
}

/* media queries:  
/* menu/menu components */
@media only screen and (max-width:880px) {
	menu .menu-social {
		display: none;
	}

}

@media only screen and (max-width:768px) {
	menu {
		background: black;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	menu .row {
		width: 100%;
	}

	menu .logo {
		margin-left: -30px;
	}

}




/* primary navigation
--------------------------------------------------------------------- */
#nav-wrap,
#nav-wrap ul,
#nav-wrap li,
#nav-wrap a {
	margin: 0;
	padding: 0;
}

/* nav-wrap */
#nav-wrap {
	margin: 0 auto;
    display: table;
	font-size: 18px;
	letter-spacing: 1.5px;
	font-style: italic;	
}

/* hide toggle button */
#nav-wrap > a {
	display: none;
}

ul#nav {
	display: inline-block;
	width: auto;  

	/* left align the menu */
	text-align: left;
}

ul#nav li {
	position: relative;
	list-style: none;
	display: inline-block;   
}

ul#nav li
{
    list-style-type: none;
    display: inline;
}

ul#nav li:not(:first-child):before {
    content: " | ";
	color: #ffffff;
}

/* Links */
ul#nav li a {

	/* 14px padding top + 14px padding bottom + 38px line-height = 66px */
	padding: 0 12px;
	line-height: 38px;
	text-decoration: none;
	text-align: left;
	color: #FFFFFF;
	position: relative;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

ul#nav li a:hover {
	color: #6e6a61;
}

ul#nav li a:active {
	background-color: transparent !important;
}

ul#nav li.current a {
	color: #6e6a61;
}

/*ul#nav li.current a:after {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 40px;
	height: 2px;
	margin-left: -23px;
	background-color: white;
	content: '\0020';
	display: block;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}*/

/* mobile navigation 
--------------------------------------------------------------------- */
@media only screen and (max-width:768px) {
	#nav-wrap {
		z-index: 700;
		display: block;
		width: 100%;
		float: none;
		position: absolute;
		top: 0;
		right: 0;
	}

	/* mobile-btn and toggle-btn */
	#nav-wrap > a {
		border: none;
		color: #FFFFFF;
		height: 40px;
		min-width: 40px;
		font-size: 12px;
		text-align: left;
		float: right;
		display: block;
		padding: 0;
		position: relative;
		top: 13px;
		right: 20px;
	}

	#nav-wrap > a:hover .menu-icon {
		background: #FFFFFF;
	}

	#nav-wrap .menu-icon {
		display: inline-block;
		width: 24px;
		height: 3px;
		margin-top: -3px;
		position: absolute;
		right: 8px;
		top: 50%;
		bottom: auto;
		left: auto;
		background: #6e6a61;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		font: 0/0 a;
		text-shadow: none;
		color: transparent;
	}

	#nav-wrap .menu-icon:before,
	#nav-wrap .menu-icon:after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		background-color: inherit;
		left: 0;
	}

	#nav-wrap .menu-icon:before {
		bottom: 8px;
	}

	#nav-wrap .menu-icon:after {
		top: 8px;
	}

	/* dropdown nav */
	#nav-wrap ul#nav {
		background: #1c212a;
		padding: 54px 45px 60px 45px;
		margin: 0;
		height: auto;
		display: none;
		clear: both;
		width: 100%;
		float: none;
		position: absolute;
		top: 66px;
		right: 0;
	}

	#nav-wrap ul#nav > li {
		display: block;
		float: none;
		height: auto;
		text-align: left;
		border-bottom: 1px dotted rgba(200, 200, 200, 0.1);
		padding: 6px 0;
	}

	#nav-wrap ul#nav > li:first-child {
		border-top: 1px dotted rgba(200, 200, 200, 0.1);
	}

	#nav-wrap ul#nav li a {
		display: block;
		width: auto;
		padding: 0;
		color: #cacbcb;
		padding: 12px 0;
		line-height: 16px;
		border: none;
	}

	#nav-wrap ul#nav li a:hover {
		color: #FFFFFF;
	}

	#nav-wrap ul#nav li.current > a {
		background: none;
		color: #6e6a61;
	}

	#nav-wrap ul#nav li.current > a:after {
		display: none;
	}

	#nav-wrap a.mobile-btn {
		display: none;
	}

	.js #nav-wrap a#toggle-btn {
		display: block;
	}

	/* if js is disabled */
	.no-js #nav-wrap:not(:target) > a:first-of-type,
	.no-js #nav-wrap:target > a:last-of-type {
		display: block;
	}

	.no-js #nav-wrap:target ul#nav {
		display: block;
	}

}

/* make sure the menu is visible on larger screens
--------------------------------------------------------------------- */
@media only screen and (min-width:769px) {
	#nav-wrap ul#nav {
		display: block !important;
	}

}





/* Side Menu */

#menuSide {
	-moz-transform: translateX(-20em);
	-webkit-transform: translateX(-20em);
	-ms-transform: translateX(-20em);
	transform: translateX(-20em);
	-moz-transition: -moz-transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	transition: transform 0.5s ease;
	-webkit-overflow-scrolling: touch;
	background: #6e6a61;
    color: #ffffff;
	max-width: 80%;
	overflow-y: auto;
	padding: 1em 2em;
	position: fixed;
	left: 0;
	top: 80px;
	width: 20em;
	z-index: 10002;
}

	#menuSide ul {
		list-style: none;
		padding: 0;
	}

		#menuSide ul > li {
		    border-top: solid 1px rgba(255, 255, 255, 0.25);
			margin: 0.3em 0 0 0;
			padding: 0.3em 0 0 0;
		}

			#menuSide ul > li:first-child {
				border-top: 0 !important;
				margin-top: 0 !important;
				padding-top: 0 !important;
			}

			#menuSide ul > li > a {
				border: 0;
				color: inherit;
				/* display: block; */
				font-size: 14px;
				letter-spacing: 0.15em;
				outline: 0;
				text-decoration: none;
				/* text-transform: uppercase; */
			}
			
			#menuSide ul > li > a > i{
				margin-right: 10px;
				margin-left: -25px;
			}


	#menuSide .close {
		background-image: url(images/close.svg);
		background-position: 0.85em 1em;
		background-repeat: no-repeat;
		border: 0;
		cursor: pointer;
		display: block;
		height: 3em;
		position: absolute;
		right: 0;
		top: 0;
		vertical-align: middle;
		width: 3em;
	}

	@media screen and (max-width: 736px) {

		#menuSide {
			padding: 2em 1.5em;
		}
		
			#menuSide ul > li > a {
				line-height: 2em;
			}


	}

body.homepage.is-menu-visible {
    background: #0F1215;
}
	
body.is-menu-visible #page-wrapper {
	opacity: 0.50;
}

	body.is-menu-visible #page-wrapper:before {
		display: block;
	}

body.is-menu-visible #menuSide {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}


/* Header */

#header {
	height: 3.5em;
	left: 0;
	line-height: 3.5em;
	position: fixed;
	top: 0;
}


	#header nav#navSide {
		height: inherit;
		line-height: inherit;
		position: absolute;
		left: 0;
		top: 0;
	}

		#header nav#navSide > ul {
			list-style: none;
			margin: 0;
			padding: 0;
			white-space: nowrap;
		}

			#header nav#navSide > ul > li {
				display: inline-block;
				padding: 0;
			}

				#header nav#navSide > ul > li > a {
					border: 0;
					color: #ffffff;
					/* display: block; */
					/* font-size: 0.8em; */
					/* letter-spacing: 0.225em; */
					/* padding: 15px 1.5em; */
					text-transform: uppercase;
					margin: 20px;
					top: 10px;
				}
				
				#header nav#navSide > ul > li > a > img {
					width: 35px;
					height: auto;
				}

					#header nav#navSide > ul > li > a.menuToggle {
						outline: 0;
						position: relative;
					}
					
					#header nav#navSide > ul > li > a.menuToggle i.fa.fa-bars {
						font-size: 40px;
						-webkit-text-stroke: 1px background-color;
						-webkit-text-stroke: 4px #e5e4e0;
					}
					
					#header nav#navSide > ul > li > a.menuToggle .iconBars {
						width: 20px;
						height: auto;
						vertical-align: middle;
						margin-right: 10px;										
					}										

						/*#header nav#navSide > ul > li > a.menuToggle:before {
							background-image: url("images/barsGray.svg");
							background-position: left center;
							background-repeat: no-repeat;
							content: '';
							display: inline-block;
							height: 4.5em;
							vertical-align: top;
							width: 2em;
						}*/
					
				#header nav#navSide > ul > li:first-child {
					margin-left: 0;
				}
			
				
main {
  padding: 0;
  margin: 0 auto;
  /*background: #fff;*/
}


@media screen and (max-width: 736px) {

	#header nav#navSide > ul > li > a.menuToggle {
		padding: 0 1.5em;
	}

		#header nav#navSide > ul > li > a.menuToggle span {
			display: none;
		}


	#header nav#navSide > ul > li > a {
		padding: 0 0 0 1.5em;
		margin:0;
	}

}				
				
				
				
				
				
						
				
				
				
				
				







/* 
/* 07. =hero section
/* =================================================================== */

#hero {
	clear: both;
	width: 100%;
	text-align: left;
	position: relative;
	display: table;
	background: #4a4a4a;
}

.hero-content {
	position: relative;
	padding: 0;
}

/* hero slider */
#hero-slider {
	margin: 0;
}

#hero-slider ul.slides {
	display: inline-block !important;
    height: auto !important;
}

#hero-slider ul.slides > li {
	overflow: -webkit-paged-x;
    overflow-x: hidden;
	overflow-y: hidden;
}

#hero-slider .slides .flex-caption {
	/*margin: 0 35% 0 30px;
	margin: -17% 35% 0 30px;
	font-family: TheoBallmerWideBold;
    letter-spacing: 1.5px;*/
	margin: -20% 35% 0 90px;
    /*font-family: TheoBallmerWideBold;*/
    letter-spacing: 0.5px;
    width: 670px;
	padding-bottom: 0;
}

#hero-slider .slides .flex-caption a {
	border: 0;
}

#hero-slider .slides .flex-caption h1 {
	font-size: 31px !important;
	font-weight: 300;
    color: white;
    border: 0;   
    
	/* for css animations */
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
}

#hero-slider .slides .flex-caption h1::after {
	/*display: block;
	background-color: #6e6a61;
	width: 100px;
	height: 3px;
	content: '\0020';
	position: absolute;
	left: 0;
	bottom: 0;*/
}

#hero-slider .slides .flex-caption h3 {
	font-size: 20px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.9);
	/*text-shadow: 0 1px 15px rgba(0, 0, 0, 0.5);
	width: 85%;
	margin-top: 24px;    */

	/* for css animations */
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
}

#hero-slider .slides .flex-caption h1 span,
#hero-slider .slides .flex-caption h1 a {
	display: inline-block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/* for oldIE - IE9 */
.oldie #hero-slider .slides .flex-caption h1 {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	zoom: 1;
}

.oldie #hero-slider .slides .flex-caption h3 {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	zoom: 1;
}

/* media queries:  
/* #hero / .hero-contert / #hero-slider */

@media only screen and (max-width:1200px) {
	#hero-slider .slides .flex-caption h1 {
		font-size: 44px;
	}

}


@media only screen and (max-width:1024px) {
	
	#hero-slider {
		margin: 0;
	}

	#hero-slider .slides .flex-caption {
		margin: -20% 0 0 0;
		max-width: 575px;
		width: 90%;
	}

	#hero-slider .slides .flex-caption h1 {
		font-size: 43px;
	}

	#hero-slider .slides .flex-caption h1::after {
		margin-left: -50px;
		left: 50%;
	}

	#hero-slider .slides .flex-caption h3 {
	    font-size: 15px;
		padding-left: 50px;
		line-height: 25px;
	}

	#hero-slider li img.umee-logo {
		width: 65px;
		display: initial;
		vertical-align: middle;
		margin-left: 0;
	}
	
	#hero .flex-control-nav { top: -10px; }
	
}

@media only screen and (max-width:768px) {
	
	#hero-slider {
		margin: 0;
	}

	#hero-slider .slides .flex-caption {
		width: auto;
		margin: -25% 0 0 0;
	}

	#hero-slider .slides .flex-caption h1 {
		font-size: 41px;
	}

	#hero-slider .slides .flex-caption h3 {
		font-size: 13.5px;
		width: 100%;
		line-height: 20px;
	}
	
	#hero-slider li img.umee-logo {
		width: 60px;
		display: initial;
		vertical-align: middle;
		margin-left: 0;
	}
	
	#hero .flex-control-nav { top: 0; }

}

@media only screen and (max-width:600px) {
	
	#hero-slider {
		margin: 0;
	}

	#hero-slider .slides .flex-caption {
		width: auto;
	}

	#hero-slider .slides .flex-caption h1 {
		font-size: 39px;
	}

	#hero-slider .slides .flex-caption h3 {
		font-size: 15px;
		width: 90%;
	}

}

@media only screen and (max-width:480px) {
	
	#hero-slider {
		margin: 0;
	}

	#hero-slider .slides .flex-caption {
		width: auto;
	}

	#hero-slider .slides .flex-caption h1 {
		font-size: 36px;
	}

	/*#hero-slider .slides .flex-caption h3 {
		display: none;
	}*/

}

@media only screen and (max-width:600px) {
	
	#hero-slider .slides .flex-caption {
		display: none;
	}
}

@media only screen and (max-width:400px) {
	
	#hero-slider {
		margin: 0;
	}
	
	#hero-slider .slides .flex-caption h1 {
		font-size: 30px;
	}
	
}


#hero .flex-viewport{
	/*overflow: unset !important;*/
	height: auto !important;
}

/* control nav */
#hero .flex-control-nav {
	/*width: 100%;
	text-align: left;
	display: block;
	position: relative;
	bottom: 0;
	left: 30px;
	z-index: 500;
	bottom: 10px;
    position: absolute;
    text-align: center;
    width: auto;
    z-index: 1000;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;*/
	display: table;
    margin: 0 auto;
    z-index: 600;
    position: relative;
    top: -20px;
}

	#hero .flex-control-nav li {
		margin: 0 6px;
		display: inline-block;
		zoom: 1;
	}

#hero .flex-direction-nav {
	position: absolute;
    top: 50%;
	width: 100%;
}

	#hero .flex-direction-nav li { 
		/*display:inline-block;*/
	}	
	
	#hero .flex-nav-prev {
		margin-left: 15px;
		padding-left: 0px;

	}	
		#hero .flex-nav-prev a{
			position: absolute;
			width: 32px;
			height: 32px;
			z-index: 9999;
			background: url(../images/controls_white.png) no-repeat 0 -32px;
		}
		#hero .flex-nav-prev a:hover {
			background: url(../images/controls.png) no-repeat 0 0;
		}
		
		#hero .flex-nav-prev a:hover, #hero .flex-nav-next a:hover { color: #de1686; }
		#hero .flex-nav-prev a:focus, #hero .flex-nav-next a:focus { color: white; }
		
		#hero .flex-nav-prev a p { margin-top: 1px; position: absolute; left: 35px; font-size: 26px; font-family: neue-haas-unica, sans-serif; font-style: normal; }
		#hero .flex-nav-next a p { margin-top: 1px; position: absolute; right: 35px; font-size: 26px; font-family: neue-haas-unica, sans-serif; font-style: normal; }
		
	#hero .flex-nav-next {
		float: right;
		margin-right: 50px;
	}
		#hero .flex-nav-next a{
			position: absolute;
			width: 32px;
			height: 32px;
			z-index: 9999;
			background: url(../images/controls_white.png) no-repeat -43px -32px;
		}
		#hero .flex-nav-next a:hover {
			background: url(../images/controls.png) no-repeat -43px 0;
		}
	
	
#hero .flex-control-paging li a {
	width: 12px;
	height: 12px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 50%;
	background: #FFFFFF;
}

#hero .flex-control-paging li a:hover {
	background: #c8c8c8;
}

#hero .flex-control-paging li a.flex-active {
	background: #de1686;
	cursor: default;
}

/* media queries - .flex-control-nav */
@media only screen and (max-width:1024px) {
	#hero .flex-control-nav {
		text-align: center;
		left: 0;
		top: -10px;
	}

}

/* more link */
#hero #divMoreButton_Left {
	position: absolute;
    bottom: 150px;
    left: 100px;
}

#hero #divMoreButton_Right {
	position: absolute;
    bottom: 150px;
    right: 100px;
}

#hero #divMoreButton_Left a,
#hero #divMoreButton_Right a {
    font-size: 14px;
    text-align: center;
	min-width: 75px;
    /*text-transform: uppercase;*/
    letter-spacing: 2px;
    text-decoration: none;
    display: block;
    padding: 3px 10px;
    background: #de1686;
	color: #FFFFFF;
    -moz-transition: all 0.4s ease-on-out;
    -o-transition: all 0.4s ease-on-out;
    -webkit-transition: all 0.4s ease-on-out;
    -ms-transition: all 0.4s ease-on-out;
    transition: all 0.4s ease-on-out;
}

#hero #divMoreButton_Left a:hover,
#hero #divMoreButton_Right a:hover {
	background: rgba(255, 255, 255, 0.8);
	color: #000000;
}

#hero #divMoreButton_Left a i,
#hero #divMoreButton_Right a i {
	margin-left: 6px;
	position: relative;
	right: -5px;
}

/* media queries - #divMoreButton */
@media only screen and (max-width:1024px) {
	#hero #divMoreButton_Left {
		margin-right: -100px;
	}
	#hero #divMoreButton_Right {
		margin-left: -100px;
	}

}




#divSliderLogos{
	text-align: center;
    margin-top: -95px;
    position: absolute;
    width: 100%;
}

	#divSliderLogos img {     
		height: 30px;
		opacity: 0.7; 
	}



/** 
/* 08. =projects styles
/* =================================================================== */

#projects {
	background: #989898;
	padding-top: 60px;
	border-bottom: 1px solid #15191d;  
}

#projects .row.items {
	max-width: 1260px;
	margin-top: 24px;
}

/* media queries - projects */

@media only screen and (max-width:1300px) {
	#projects .row.items {
		width: 100%;
		padding: 0;
	}

	#projects .row.items .columns {
		padding: 0;
	}

}

/* projects content */
#projects-wrapper {
	margin-top: 36px;
}

#projects-wrapper:before,
#projects-wrapper:after {
	content: "";
	display: table;
}

#projects-wrapper:after {
	clear: both;
}

#projects-wrapper .bgrid {
	padding: 0;
}

.folio-item .item-wrap {
	background: #111417;
	overflow: hidden;
	position: relative;
}

.folio-item .item-wrap a {
	display: block;
	cursor: pointer;
	position: relative;
}

/* overlay */
.folio-item .item-wrap .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85);
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.folio-item .item-wrap .link-icon {
	display: block;
	height: 30px;
	width: 30px;
	margin-left: -15px;
	margin-top: -15px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
}

.folio-item .item-wrap img {
	vertical-align: bottom;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.folio-item .projects-item-meta {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 20%;
	left: -100px;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.folio-item .projects-item-meta h5 {
	font-size: 14px;
	letter-spacing: 2px;
	color: white;
	margin: 0;
}

.folio-item .projects-item-meta p {
	font-size: 14px;
	color: #8A8A8A;
	margin: 0;
}

/* on hover */
.folio-item:hover .overlay,
.folio-item:hover .link-icon,
.folio-item:hover .projects-item-meta {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	zoom: 1;
}

.folio-item:hover .projects-item-meta {
	left: 0;
}

.folio-item:hover .item-wrap img {
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/* media queries - .projects-item-meta */

@media only screen and (max-width:500px) {
	.folio-item .projects-item-meta {
		top: 16%;
	}

	.folio-item .projects-item-meta h5 {
		font-size: 13px;
		letter-spacing: 1px;
	}

	.folio-item .projects-item-meta p {
		font-size: 13px;
	}

}

@media only screen and (max-width:400px) {
	.folio-item .projects-item-meta {
		top: 12%;
	}

	.folio-item .projects-item-meta h5 {
		font-size: 11px;
		letter-spacing: 1px;
	}

	.folio-item .projects-item-meta p {
		font-size: 11px;
	}

}

/* Popup Modal 
/* ------------------------------------------------------------------ */
.popup-modal {
	max-width: 550px;
	background: #FFFFFF;
	position: relative;
	margin: 0 auto;  	
}

.popup-modal .media {
	position: relative;
}

.popup-modal img {
	vertical-align: bottom;
}

/* description */
.popup-modal .description-box {
	padding: 6px 36px 30px;
}

.popup-modal .description-box h4 {
	font-size: 15px;
	color: #000000;
}

.popup-modal .description-box p {
	font-size: 14px;
	color: #A1A1A1;
	margin-bottom: 12px;
}

/* categories */
.popup-modal .categories {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	text-align: left;
	color: rgba(0, 0, 0, 0.5);
}

/* link box */
.popup-modal .link-box {
	width: 100%;
	overflow: hidden;
	background: #000000;
}

.popup-modal .link-box a {
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 3px;
	cursor: pointer;
	display: block;
	text-align: center;
	float: left;
	width: 50%;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.popup-modal .link-box a:first-child {
	border-right: 1px solid rgba(200, 200, 200, 0.1);
}

.popup-modal .link-box a:hover {
	background: #6e6a61;
	color: #000000;
	border: none;
}

/* media queries - popup-modal */

@media only screen and (max-width:600px) {
	.popup-modal {
		width: auto;
		margin: 0 20px;
	}

}

/* transition effect for modal popup
/* ------------------------------------------------------------------ */

/* overlay at start */
.mfp-fade.mfp-bg {
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	opacity: 0.8;
	zoom: 1;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* content animate in */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	zoom: 1;
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

/* 
/* 09. =enterprise
/* =================================================================== */

section a { text-decoration: underline; }
section a:hover { text-decoration: none; color:#df037e; }

#enterprise,
#business {
	background: #4a4a4a;
	border-bottom: 1px solid #dbdbdb;
	color: #ffffff;
}

#enterprise .section-head h1,
#business .section-head h1{
	color: #ffffff;
}

	#enterprise .section-head h1 div img.umee-logo { width: 50px; }	
	#enterprise .section-head div.fromUmee { display: inline; }

#enterprise section div.eight, 
#business section div.eight,
#business section div.six {
    padding-right: 35px;
}

	#enterprise, #business {
		padding: 0 0 50px 0;
		margin-top: -20px;
	}

	.enterprise-list,
	.business-list{
		margin: 18px -2px 0;
	}

	.enterprise-list .bgrid,
	.business-list .bgrid {
		padding: 0 22px 6px;
	}

	.enterprise-list .bgrid .enterprise-content,
	.business-list .bgrid .business-content{
		padding: 0 0 30px 0;
		font-size: 14px;
	}

		.enterprise-list .bgrid .enterprise-content p,
		.business-list .bgrid .business-content p{
			margin: 10px 0 0 0px;
			line-height: 20px;
		}

	.enterprise-list .bgrid,
	.business-list .bgrid {
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		border-radius: 5px;
	}

	.enterprise-list .bgrid img,
	.business-list .bgrid img{
		height: 40px;
	}
	
#enterprise .enterprise-list h3,
#business .enterprise-list h3 {
	font-size: 18px;
	color: #6e6a61;
	padding: 0;
	text-transform: none;
	text-align: left;
	margin-bottom: 6px;
}


#enterprise section,
#business section {
  display: none;
  padding: 30px 0 0;
  float: left;
}

#enterprise main label:not(:first-child):before,
#business main label:not(:first-child):before  {
    content: " | ";
    color: #ffffff;
	margin: 0 7.5px;
}

#enterprise main label.labelTab1:before,
#business main label.labelTab1:before  {
    content: "" !important;
	margin: 0;
}

#enterprise input,
#business input {
  display: none;
}

#enterprise label,
#business label {
  display: contents;
  margin: 0 0 -1px;
  padding: 0 15px 0 0;
  text-align: center;
  border: 1px solid transparent;
  color: #fff;
  float: left;
}

@supports (-ms-ime-align:auto) { /* Microsft Edge */
    #enterprise label,
	#business label {
        padding: 0;
    }
}


/*#enterprise label:before,
#business label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}
 
#enterprise label[for*='1']:before, #business label[for*='1']:before { content: '\f140'; }
#enterprise label[for*='2']:before, #business label[for*='2']:before { content: '\f141'; }
#enterprise label[for*='3']:before, #business label[for*='3']:before { content: '\f123'; }
#enterprise label[for*='4']:before, #business label[for*='4']:before { content: '\f0ac'; }
#enterprise label[for*='5']:before, #business label[for*='5']:before { content: '\f1cb'; }
#enterprise label[for*='6']:before, #business label[for*='6']:before { content: '\f0c9'; }
#enterprise label[for*='7']:before, #business label[for*='7']:before { content: '\f10d'; }*/

#enterprise label:hover,
#business label:hover {
	color: #888;
	cursor: pointer;
}

#enterprise input:checked + label,
#business input:checked + label {
	color: #df037e;
	font-weight: bold;
  /*border: 1px solid #ddd;
  border-top: 1.5px solid #6e6a61;
  border-bottom: 2px solid #fff;*/
}

#enterprise #tab1:checked ~ #content1, #enterprise #tab2:checked ~ #content2, #enterprise #tab3:checked ~ #content3, #enterprise #tab4:checked ~ #content4, 
#enterprise #tab5:checked ~ #content5, #enterprise #tab6:checked ~ #content6, #enterprise #tab7:checked ~ #content7,
#business #tab1B:checked ~ #content1B, #business #tab2B:checked ~ #content2B, #business #tab3B:checked ~ #content3B, #business #tab4B:checked ~ #content4B,
#business #tab5B:checked ~ #content5B, #business #tab6B:checked ~ #content6B, #business #tab7B:checked ~ #content7B, #business #tab8B:checked ~ #content8B,
#business #tab9B:checked ~ #content9B, #business #tab10B:checked ~ #content10B {
  display: block;
}


#imgDiagramResidentialMobile { display: none; }

#divImgArrows{
	margin-top:50px;
}

div.prosCons{
	padding: 0;
    margin: 10px 0;
    padding-right: 0 !important;
	
}

	div.prosCons ul{
		padding: 5px 10px;
	}

	div.prosCons h2{
		border-bottom: 1px solid #757575;
		font-size: 15px;
		margin: 0;
	}
	
#divTechnology{
	/*-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);*/
}	

	#divTechnology button {
		width: initial !important;
		background: #df037e;
		color: #FFFFFF;
		font-family: Baloo;
		font-weight: lighter;
		font-size: 20px;
		border-radius: 5px;	
		margin: 20px 0;
		letter-spacing: 1px;		
	}

	#divTechnology button:hover {
		background: #FFFFFF;
		color: #000000;
	}
	
	#divTechnology button:hover {
		background: #FFFFFF;
		color: #000000;
	}
	
#divVDSL, #divGPON, #divDirect{
	margin-top: 35px;
    float: left;
	display: none;
	width: 100%;
}

	#divImgVDSL img, #divImgGPON img, #divImgDirect img, #divImgArrows img{
		display:table; 
		margin:0 auto;
		/*width: 90%;*/
	}

div.prosConsRight{
	border: 1px solid gray;
	border-left: 0;
    padding: 5px 5px 5px 10px;
}

@media screen and (max-width: 700px) {
	
	#enterprise, #business {
		padding: 0 0 10px 0;
	}
	
	#imgDiagramResidential{ display: none; }
	#imgDiagramResidentialMobile{ display: block; margin-top: 10px; }
	
	#divMoreVDSL.four, #divMoreGPON.four, #divMoreDirect.four{
		width: 33.33333% !important;
		float: left !important;
		clear: initial !important;
    }
	
	#divTechnology button{
		font-size: 17px;
		padding: 5px 15px;
		margin-bottom: 20px;
	}
	
	#enterprise .section-head h1, #business .section-head h1 {
		text-align: left;
		line-height: 23px;
		margin-bottom: 5px;
	}
	
	#enterprise section,
	#business section	{
		padding: 15px 0;
		margin-top: 15px;
		border-top: 1px solid #ddd;
		text-align: left;
	}
	
	#enterprise section p,
	#business section p{
		margin: 0 0 10px 0;
		line-height: 25px;
	}
	
	#enterprise input:checked + label,
	#business input:checked + label	{
		border-bottom: initial;
	}
  
	#enterprise label,
	#business label	{
		text-align: left;
		display: grid;
		float: initial;
	}
	#enterprise label:before,
	#business label:before	{
		margin: 0;
		font-size: 18px;
		margin-right: 10px;
	}
	
	
	#enterprise label.linkToTab,
	#business label.linkToTab {
		display: initial;
	}
	
	
	#enterprise .section-head h1 div img.umee-logo { width: 50px; }	
	#enterprise .section-head div.fromUmee { /*float: left;*/ }
	
	#enterprise label.linkToTab { 
	    padding: initial;
		width: initial;
		border: initial;
		text-align: initial;
		display: initial;
	}
	
}

/* media queries:  
/* #enterprise / .enterprise-list */

@media only screen and (max-width:1024px) {
	.enterprise-list,
	.business-list{
		margin: 18px 0 0;
	}

	.enterprise-list .bgrid,
	.business-list .bgrid	{
		padding: 0 18px 6px;
	}
}

@media only screen and (max-width:768px) {
	.enterprise-list .bgrid,
	.business-list .bgrid	{
		padding: 0 15px 6px;
	}
}

@media only screen and (max-width:600px) {
	.enterprise-list .bgrid,
	.business-list .bgrid	{
		padding: 0 10px 6px;
	}
}

@media only screen and (max-width:400px) {
	.enterprise-list .bgrid,
	.business-list .bgrid	{
		padding: 0 0 6px;
	}
}


/* 
/* 10. =about
/* =================================================================== */

#about {
	background: #dddad5;
	color: #000000;
	padding: 60px 0;
	border-bottom: 1px solid #dbdbdb;
	position: relative;
    clear: both;
}

	@media screen and (max-width: 650px){
		#about { padding: 30px 0; }
		
		#about .tabVertical{
			padding: 10px 0;
			border-bottom: 1px solid #848484;
		}
		
		#about .tabVerticalContent{
			margin-top: 15px;
		}
		
		#about .three {
			width: 100% !important;
			padding-bottom: 10px;
		}
		#about .five, #about .seven, #about .nine {
			width: 100%;
		}
		
		#about .five img{
			margin-top: 25px;
			max-width: initial;
		}
		
		#about .seven{
			padding-right:0 !important;
			text-align: left !important;
		}
	}

#about h3 {
	font-size: 16px;
    color: #6e6a61;
    text-transform: none;
    letter-spacing: 0;
    padding: 0;
    margin-top: -5px;
    font-family: 'Univers Bold';
}

#tabContentAbout div.seven,
#tabContentInternational div.seven,
#tabContentLocal div.seven  {
    padding-right: 35px;
	text-align: justify;
}

	/* Modal Map Image */
	
	/* Style the Image Used to Trigger the Modal */
	.imgModal {
		cursor: pointer;
		transition: 0.3s;
		width: 100%;
		max-width: 300px;
		float: right;
		padding-bottom: 5px;
	}

	.imgModal:hover {opacity: 0.7;}

	/* The Modal (background) */
	.modal {
	  display: none; 
	  position: fixed; 
	  z-index: 999; 
	  padding: 50px 0; 
	  left: 0;
	  top: 0;
	  width: 100%; 
	  height: 100%; 
	  overflow: auto; 
	  background-color: rgb(0,0,0); 
	  background-color: rgba(0,0,0,0.9); 
	}

	/* Modal Content (Image) */
	.modal-content {
	  margin: auto;
	  display: block;
	  width: 80%;
	  max-width: 650px;
	}

	/* Add Animation - Zoom in the Modal */
	.modal-content, #caption { 
	  animation-name: zoom;
	  animation-duration: 0.6s;
	}

	@keyframes zoom {
	  from {transform:scale(0)} 
	  to {transform:scale(1)}
	}

	/* 100% Image Width on Smaller Screens */
	@media only screen and (max-width: 700px){
		
		.imgModal { cursor: normal !important; }
		#divModal { display: none !important; }	
	}












/* vertical tabs **********************************************/
.tabVertical {
    float: left;
}

/* Style the buttons that are used to open the tab content */
.tabVertical button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 0;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tabVertical button:hover {
    text-decoration: underline;
}

/* Create an active/current "tab button" class */
.tabVertical button.active {
	color: #df037e;
    font-weight: bold;
}

/* Style the tab content */
.tabVerticalContent {
    float: left;
    padding: 0;
    border-left: none;
    height: auto;
	line-height: 26px;
	width: 100%;
	text-align: left;
}

	.tabVerticalContent h3 {
		padding: 0;
		margin: 0;
	}
	
	.tabVerticalContent a {
		color: #5a564d;
	}
	
	.tabVerticalContent a:hover {
		color: #df037e;
	}
	
	
label.linkToTab {
	text-decoration:underline;
	padding-right: 0 !important;
}	
label.linkToTab:hover{
	color: #df037e !important;
	text-decoration: none;	
	cursor: pointer;
}
	
@media only screen and (max-width:600px) {
	.process .bgrid:hover {
		background: inherit;
	}

}



/* process
-------------------------------------------------------------- */
.process {
	margin-top: 12px;
}

.process .bgrid {
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 0;
}

.process .bgrid:hover {
	background: rgba(0, 0, 0, 0.03);
}

@media only screen and (max-width:600px) {
	.process .bgrid:hover {
		background: inherit;
	}

}

/* team members
-------------------------------------------------------------- */
#about .team {
	margin-top: 30px;
}

#team-wrapper {
	margin: 0 auto;
}

#team-wrapper .member {
	margin-bottom: 24px;
	margin-top: 12px;
}

#team-wrapper .member h3 {
	line-height: 24px;
	margin-bottom: 0;
}

#team-wrapper .member span {
	position: relative;
	font-size: 13px;
	line-height: 15px;
	color: #000000;
}

#team-wrapper .member-pic {
	position: relative;
	line-height: 1;
	overflow: hidden;
	background: #FFFFFF;
}

#team-wrapper .member-pic img {
	vertical-align: bottom;
}

#team-wrapper .mask {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(253, 1, 197, 0.5);
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

#team-wrapper .member:hover .mask {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	zoom: 1;
}

#team-wrapper .member-social {
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	color: #969696;
	margin: 0;
	padding: 0;
}

#team-wrapper .member-social li {
	display: inline-block;
	margin-right: 15px;
}

#team-wrapper .member-social li a {
	color: #989898;
}

#team-wrapper .member-social li a:hover {
	color: #6e6a61;
}

/* media queries:  
/* .team / #team-wrapper */

@media only screen and (max-width:1024px) {
	#team-wrapper .member-social li {
		margin-right: 10px;
	}

}

@media only screen and (max-width:768px) {
	#team-wrapper .member p {
		font-size: 14px;
		line-height: 27px;
	}

}

@media only screen and (max-width:600px) {
	#team-wrapper .member-pic {
		width: 80px;
		height: 80px;
		float: left;
		margin-right: 30px;
		position: relative;
		top: 6px;
	}

	#team-wrapper .member-pic .mask {
		display: none;
	}

	#team-wrapper .member-name + p {
		clear: both;
		margin-top: 30px;
	}

	#team-wrapper .member p {
		font-size: 16px;
		line-height: 30px;
	}

}

/* Call To Action 
------------------------------------------------------------------ */
#call-to-action {
	margin-top: 30px;
	padding-top: 36px;
	text-align: center;
}

#call-to-action h2,
#call-to-action p {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

#call-to-action p {
	font-size: 20px;
	color: #707273;
	width: 75%;
}

#call-to-action .section-ads {
	padding-top: 36px;
	border-top: 1px dotted rgba(150, 150, 150, 0.1);
}

#call-to-action h2 {
	font-size: 30px;
	color: #FFFFFF;
	letter-spacing: -0.5px;
	margin-bottom: 24px;
}

#call-to-action h2 span {
	color: #6e6a61;
}

#call-to-action h2 a,
#call-to-action span {
	color: #FFFFFF;
}

#call-to-action h2 span {
	color: #ffd900;
}

#call-to-action .action a {
	font-size: 15px;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 2px;
	height: 60px;
	display: block;
	padding: 0 30px;
	max-width: 400px;
	width: 100%;
	background: #e64e04;
	border-radius: 3px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	margin: 24px auto 0;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#call-to-action .action a:hover {
	background: #6e6a61;
	color: #000000;
}

/* media queries - #call-to-action */
@media only screen and (max-width:600px) {
	#call-to-action h2,
	#call-to-action p {
		width: 85%;
	}

	#call-to-action h2 {
		font-size: 28px;
	}

	#call-to-action p {
		font-size: 18px;
		width: 80%;
	}

}

@media only screen and (max-width:400px) {
	#call-to-action h2,
	#call-to-action p {
		width: auto;
	}

	#call-to-action h2 {
		font-size: 26px;
	}

	#call-to-action p {
		font-size: 16px;
	}

}


/** 
/* 11. =testimonials
/* =================================================================== */

#testimonials {
	background: #6e6a61;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
	min-height: 198px;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

#testimonials .flex-container {
	width: 80%;
	max-width: 850px;
	margin: 0 auto;
}

#testimonial-slider {
	margin: 0 0 30px 0px;
	padding-left: 0;
	position: relative;
}

#testimonial-slider p {
	font-size: 21px;
	color: #FFFFFF;
	padding: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

#testimonial-slider .testimonial-author {
	display: block;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 24px;
	color: #FFFFFF;
}

#testimonial-slider .testimonial-author img {
	width: 72px;
	height: 72px;
	margin-right: 10px;
	display: inline-block;
	border-radius: 50%;
	border: 6px solid white;
	vertical-align: middle;
}

#testimonial-slider .testimonial-author .author-info {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

#testimonial-slider .testimonial-author .author-info span {
	display: block;
	font-size: 14px;
	letter-spacing: 0;
	text-transform: none;
	color: rgba(0, 0, 0, 0.6);
}

/* control nav */
#testimonials .flex-control-nav {
	width: 100%;
	text-align: center;
	display: block;
	position: absolute;
	bottom: -72px;
}

#testimonials .flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
}

#testimonials .flex-control-paging li a {
	width: 12px;
	height: 12px;
	display: block;
	background: white;
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 20px;
}

#testimonials .flex-control-paging li a:hover {
	background: #CCC;
	background: rgba(0, 0, 0, 0.5);
}

#testimonials .flex-control-paging li a.flex-active {
	background: #fff;
	background: black;
	cursor: default;
}

/* media queries:
/* #testimonials / #testimonial-slider */

@media only screen and (max-width:1024px) {
	#testimonials .flex-container {
		max-width: 700px;
	}

	#testimonial-slider p {
		font-size: 25px;
	}

}

@media only screen and (max-width:768px) {
	#testimonials .flex-container {
		width: 90%;
	}

	#testimonial-slider p {
		font-size: 22px;
	}

}

@media only screen and (max-width:600px) {
	#testimonials .flex-container {
		width: 95%;
	}

	#testimonial-slider p {
		font-size: 20px;
	}

	#testimonial-slider .testimonial-author {
		font-size: 14px;
	}

	#testimonial-slider .testimonial-author img {
		width: 60px;
		height: 60px;
		border: 6px solid white;
	}

	#testimonial-slider .testimonial-author .author-info span {
		font-size: 12px;
	}

}

@media only screen and (max-width:400px) {
	#testimonials .flex-container {
		width: auto;
	}

	#testimonial-slider p {
		font-size: 18px;
	}

}

/** 
/* 12. =support
/* =================================================================== */

#support {
	background: #e7e3da;
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
}

#support a {
	color: #575859;
}
	#support a:hover {
		color: #6e6a61 !important;
	}

#support p {
    margin-top: 0;
}

#support p > i {
    margin-right: 10px;
}

#support h3 {
	font-size: 18px;
	color: #6e6a61;
	padding: 0;
	margin-bottom: 6px;
}

#support .left {
	padding-right: 35px;
}

#support .right {
	padding-left: 35px;
	position: relative;
	top: -6px;
}

/* media queries:  
/* #support / .left .right */

@media only screen and (max-width:1024px) {
	#support .left {
		padding-right: 30px;
	}

	#support .right {
		padding-left: 30px;
	}

}

@media only screen and (max-width:768px) {
	#support .left,
	#support .right {
		width: 100%;
		padding: 0 15px;
	}

	#support .right p.lead {
		font-size: 18px;
	}

}

@media only screen and (max-width:600px) {
	#support .left,
	#support .right {
		padding: 0 10px;
	}

	#support .right p.lead {
		font-size: 17px;
	}

}

@media only screen and (max-width:400px) {
	#support .left,
	#support .right {
		padding: 0;
	}

}

/* support form */
#support form {
	margin-top: 12px;
	margin-bottom: 30px;
}

#support form div {
	position: relative;
}

#support form div:before,
#support form div:after {
	content: "";
	display: table;
}

#support form div:after {
	clear: both;
}

#support form div label {
	font-size: 11px;
	position: absolute;
	bottom: 3px;
	right: 6px;
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 20px;
	color: #e64e04;
}

input[type="text"],
input[type="password"],
input[type="email"],
#support textarea,
#support select {
	margin-bottom: 15px;
	width: 100%;
}

form input[type=text]:focus, form input[type=email]:focus, form input[type=password]:focus, form input[type=tel]:focus, form select:focus, form textarea:focus, .filter-table input[type=search]:focus {
    box-shadow: inset 0px 0px 1px 1px #FF0082;
    outline: 0;
}



#support button.submitform {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	height: 60px;
	display: inline-block;
	padding: 15px 30px;
	width: 100%;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

#message-warning,
#message-success {
	display: none;
	background: #0F1215;
	border-radius: 3px;
	padding: 24px;
	margin-bottom: 36px;
	width: 100%;
}

#message-warning {
	color: #e64e04;
}

#message-success {
	color: #6e6a61;
}

#message-warning i,
#message-success i {
	margin-right: 10px;
}

/* form loader */
#submit-loader {
	display: none;
	position: relative;
	left: 0;
	top: 18px;
	width: 100%;
	text-align: center;
}

#submit-loader .text-loader {
	display: none;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.oldie #submit-loader .s-loader {
	display: none;
}

.oldie #submit-loader .text-loader {
	display: block;
}

/* loader animation 
------------------------------------------- */
.s-loader {
	margin: 12px auto 30px;
	width: 70px;
	text-align: center;
	-moz-transform: translateX(2.5px);
	-o-transform: translateX(2.5px);
	-webkit-transform: translateX(2.5px);
	-ms-transform: translateX(2.5px);
	transform: translateX(2.5px);
}

.s-loader > div {
	width: 12px;
	height: 12px;
	background-color: #FFFFFF;
	border-radius: 100%;
	display: inline-block;
	margin-right: 5px;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.s-loader .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.s-loader .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-moz-transform: scale(0);
		-o-transform: scale(0);
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

}

@keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-moz-transform: scale(0);
		-o-transform: scale(0);
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

}


/** 
/* 13. =footer
/* =================================================================== */

footer {
	position: relative;
	color: rgba(255, 255, 255, 0.15);
	background: #ffffff;
}

footer .content {
	margin-bottom: 12px;
}

footer a,
footer a:visited {
	color: #6e6a61;
}

footer a:hover,
footer a:focus {
	color: #6e6a61;
}

footer hr {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	max-width: 400px;
	width: 80%;
	border-top: 1px solid rgba(150, 150, 150, 0.1);
}

footer .info {
	width: 90%;
	max-width: 600px;
	margin: 42px auto 36px;
	text-align: center;
	clear: both;
}

footer .footer-logo {
	width: 100px;
	height: 23px;
	background: url("../images/logoW@2x.png") no-repeat center;
	background-size: 100px 23px;
	margin: 0 auto 21px;
	display: block;
	filter: alpha(opacity=10);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	opacity: 0.1;
	zoom: 1;
}

/* copyright */
footer #copyright {
	clear: both;
    padding: 30px 0;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    color: #000000;
    line-height: 35px;
}

footer .copyright li {
	display: inline-block;
	padding: 0 5px;
}

footer .divLinksFirst, footer .divLinksSecond{
	display: inline-block;
}

footer a:hover{
	text-decoration: underline;
}

footer a:before{
	content: "|";
	color: "#000000";
	padding: 0 10px;
	display: inline-block;
}

footer a:hover:before{
	text-decoration: none !important;
}


footer a.aFirstChild:before{
	content: "" !important;
	padding: 0 !important;
}

/* social links */
footer .social-links {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 38px;
	text-align: center;
}

footer .social-links li {
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-left: 32px;
}

footer .social-links li a {
	color: rgba(255, 255, 255, 0.6);
}

footer .social-links li a:hover {
	color: white;
}

footer .social-links li:first-child {
	margin-left: 0;
}

/* media queries - .social-links */


@media only screen and (max-width:630px) {
	
	footer #copyright{
		padding: 20px 0 !important;
	}
	
	footer .divLinksSecond{
		display: block;
	}
	
	footer a{
		display: block !important;
	}
	
	footer a:before{
		content: "" !important;
		padding: 0 !important;
	}
	
}

@media only screen and (max-width:350px) {
	
	footer #copyright{
		padding: 20px 0 !important;
	}

}

/* go to top button 
------------------------------------------------------------------ */

.cd-top {
	display: inline-block;
	height: 45px;
	width: 45px;
	position: fixed;
	bottom: 85px;
	right: 15px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(169, 167, 167, 0.8) url(images/arrow-top28.png) no-repeat center 45%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: .8;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}
.cd-top:hover {
	background-color: #FF0082;
	opacity: .8;
}


/*********************************************************/    
/****************** C O O K I E S ************************/
/*********************************************************/
.cc_banner-wrapper{ z-index: 99999 !important; }
.cc_banner.cc_container.cc_container--open { padding: 10px; }
.cc_container { background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0 !important; font-family: "Gotham Book" !important; }
.cc_message{ color: white !important; font-size: 0.8em !important; font-family: "Gotham Book" !important; }
.cc_container .cc_btn, .cc_container .cc_btn:visited{ background: #FF0082 !important; border-radius: 0 !important; color: white !important; padding: 6px 13px !important; width: auto !important; font-size: 0.9em !important; }
.cc_container .cc_btn:hover{ background-color: #FF0082 !important; color: black !important; }
a.cc_more_info { color: white !important; text-decoration: underline !important; }
a.cc_more_info:hover { color: #FF0082 !important; text-decoration: none !important; }

