
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(//fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic);
@import url(//fonts.googleapis.com/css?family=Satisfy);

@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic&subset=greek-ext,latin,greek);



@import url("colors/color-orange.css");


/* #Panel
================================================== */


#switch {
	background: #fff;
	position: fixed;
	display: none;
	top: 126px;
	z-index: 99999;
	width:200px;
	margin-left: -100px;
	border-radius: 0 5px 5px 0;
	font-family: 'OpenSans-Light-webfont';
	-webkit-box-shadow: 0px 0px 4px 0px rgba(51, 51, 51, 0.2);
	box-shadow: 0px 0px 4px 0px rgba(51, 51, 51, 0.2);
}
#switch p {margin-bottom: 10px; padding-bottom: 15px; padding-top: 5px; border-bottom:#ededed 1px solid; 
}
#switch ul li {text-transform:uppercase;margin-bottom:0;font-size:12px; display:inline-block;
}

#show {
	z-index: 99999;
	margin-left:0px;
	position:fixed;left:0;
	top:20%;
	background: rgba(40,40,40,.8);
	border-radius:0 3px 3px 0;
	margin-top:10px;
	padding: 20px 5px ;
	cursor: pointer;
}
#hide {cursor:pointer;line-height:13px;margin-bottom:0px;font-size: 12px;margin-bottom: 0px;
}
#setting {
	height: 50px;
	background-image: url('../images/option_panel.png');
	background-repeat:no-repeat;
	background-size:20px 50px;
	width: 20px;
}

.wrap_pattern,.switchlayout {margin-bottom:10px;}
.wrap_pattern p {margin-bottom: 5px!important;}
.content-switcher{
	padding: 16px;
	overflow: hidden;
}
.content-switcher .m-btn{padding: 5px 10px;
	font-size: 12px;
	min-width: 70px;
}

.button.small.color.switch {font-size: 12px;text-transform: none;width: 40px;margin: 5px 0px; font-weight: normal; font-family: 'Open Sans';
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3) !important; letter-spacing: 0;
}

#hide {
position:absolute;
background-color:#fff;
height:30px;
width:30px;
top:7px;
right:7px;
border-radius: 0 5px 0px 0;
	
}

#hide img {
height:30px;
width:30px;
opacity:0.3;
transition:all 0.3s ease 0s;
-moz-transition:all 0.3s ease 0s;
-webkit-transition:all 0.3s ease 0s;
-o-transition:all 0.3s ease 0s;
}

#hide img:hover {
opacity:0.7;
}


#switch .button {
border-radius: 2px;
cursor: pointer;
display: inline-block;
margin-left:5px;
margin-top:5px;
height: 15px;
padding: 5px;
width: 15px;
color:#000;
}

#switch p {
margin:5px 0;
}

.styled-select select {
background:#f5f5f5;
border:#ededed 1px solid;
width: 270px;
padding: 5px;
font-size: 13px;
line-height: 1;
outline:none;
border-radius: 3px;
height: 34px;
-webkit-appearance: none;
margin:10px 0;
}

.home-options {
position:relative;
width:100%;
margin-top:10px;
text-align:center;
margin:0 auto;
}
.home-options a{
background:#f5f5f5;
border:#ededed 1px solid;
font-size: 13px;
padding: 5px 30px;
line-height:40px;
outline:none;
text-align:center;
color:#000;
}
.home-options a:hover{
background:#f1f1f1;
}



/* #PAGE LOAD */

body.royal_loader {
background: none;
visibility: hidden;
}
#royal_preloader {
font-family: Arial;
font-size: 12px;
visibility: visible;
position: fixed;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
z-index: 9999999999;
-webkit-transition: opacity 0.2s linear 0.8s;
-moz-transition: opacity 0.2s linear 0.8s;
-ms-transition: opacity 0.2s linear 0.8s;
-o-transition: opacity 0.2s linear 0.8s;
transition: opacity 0.2s linear 0.8s;
}
#royal_preloader.complete {
opacity: 0;
}
#royal_preloader .background {
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
background-color: #000000;
-webkit-transition: background 0.5s linear;
-moz-transition: background 0.5s linear;
-ms-transition: background 0.5s linear;
-o-transition: background 0.5s linear;
transition: background 0.5s linear;
}
#royal_preloader.number .name {
position: absolute;
top: 20%;
left: 0px;
right: 0px;
text-transform: uppercase;
color: #EEEEEE;
text-align: center;
opacity: 0;
-webkit-transition: -webkit-transform 0.3s linear;
-moz-transition: -moz-transform 0.3s linear;
-ms-transition: -ms-transform 0.3s linear;
-o-transition: -o-transform 0.3s linear;
transition: transform 0.3s linear;
-webkit-animation: fly 0.3s;
-moz-animation: fly 0.3s;
-ms-animation: fly 0.3s;
-o-animation: fly 0.3s;
animation: fly 0.3s;
}
#royal_preloader.number .percentage {
color: #FFFFFF;
font-family: Impact, Arial;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
text-align: center;
margin: -90px 0px 0px -90px;
background-image: url('../images/loader.gif');
background-repeat: no-repeat;
background-position: 50% 0;
padding-top: 80px;
width: 180px;
position: absolute;
font-size: 50px;
top: 50%;
left: 50%;
-webkit-transition: all 0.3s linear 0.5s;
-moz-transition: all 0.3s linear 0.5s;
-ms-transition: all 0.3s linear 0.5s;
-o-transition: all 0.3s linear 0.5s;
transition: all 0.3s linear 0.5s;
}
#royal_preloader.text .loader {
color: #FFFFFF;
position: absolute;
font-family: 'Open Sans', sans-serif;
font-weight: 800;
top: 50%;
left: 50%;
height: 40px;
line-height: 40px;
margin-top: -20px;
letter-spacing: 3px;
font-size: 36px;
white-space: nowrap;
}
#royal_preloader.text .loader div {
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0%;
background-color: #000000;
opacity: 0.7;
filter: alpha(opacity=70);
-webkit-transition: left 0.3s linear;
-moz-transition: left 0.3s linear;
-ms-transition: left 0.3s linear;
-o-transition: left 0.3s linear;
transition: left 0.3s linear;
}
#royal_preloader.logo .loader {
width: 80px;
height: 80px;
position: absolute;
left: 50%;
top: 50%;
margin: -40px 0px 0px -40px;
overflow: hidden;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
border-radius: 100%;
}
#royal_preloader.logo .loader div {
position: absolute;
bottom: 0%;
left: 0px;
right: 0px;
height: 100%;
opacity: 0.7;
filter: alpha(opacity=70);
-webkit-transition: bottom 0.3s linear;
-moz-transition: bottom 0.3s linear;
-ms-transition: bottom 0.3s linear;
-o-transition: bottom 0.3s linear;
transition: bottom 0.3s linear;
}
#royal_preloader.logo .percentage {
position: absolute;
width: 80px;
height: 40px;
line-height: 40px;
top: 50%;
left: 50%;
margin: 40px 0px 0px -40px;
color: #072E77;
text-align: center;
font-family: Arial;
font-size: 12px;
font-weight: bold;
}

@-webkit-keyframes fly {
0% { opacity: 0; top: 50%; }
20% {opacity: 1; top: 40%; }
100% { opacity: 0; top: 20%;}
}
@-moz-keyframes fly {
0% { opacity: 0; top: 50%; }
20% {opacity: 1; top: 40%; }
100% { opacity: 0; top: 20%;}
}
@-ms-keyframes fly {
0% { opacity: 0; top: 50%; }
20% {opacity: 1; top: 40%; }
100% { opacity: 0; top: 20%;}
}
@-o-keyframes fly {
0% { opacity: 0; top: 50%; }
20% {opacity: 1; top: 40%; }
100% { opacity: 0; top: 20%;}
}
@keyframes fly {
0% { opacity: 0; top: 50%; }
20% {opacity: 1; top: 40%; }
100% { opacity: 0; top: 20%;}
}


/* #Navigation
================================================== */


#menu-wrap{
position: fixed;
padding-bottom:10px;
width:100%;
z-index:1000;
top:0;
left:0;
}

.menu-back{
background:rgba(60,60,60,.9);
}


.cbp-af-header {
-webkit-transition : all 0.5s ease-out;
-moz-transition : all 0.5s ease-out;
-o-transition :all 0.5s ease-out;
transition : all 0.5s ease-out;
}

.cbp-af-header.cbp-af-header-shrink {
background:rgba(60,60,60,1);
}

.cbp-af-header.cbp-af-header-shrink .logo{
width:116px;
height:60px;
background:url('../images/logo.png') no-repeat center center;
background-size:116px 60px;
-webkit-transition : all 0.5s ease-out;
-moz-transition : all 0.5s ease-out;
-o-transition :all 0.5s ease-out;
transition : all 0.5s ease-out;
}

.cbp-af-header.cbp-af-header-shrink ul.slimmenu {
margin-top:1px;
margin-bottom:0;
-webkit-transition : all 0.5s ease-out;
-moz-transition : all 0.5s ease-out;
-o-transition :all 0.5s ease-out;
transition : all 0.5s ease-out;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li:first-child {
background:none;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li ul li:first-child { 
background:none; }
ul.slimmenu li ul li a {
	color: #fff;
}
ul.slimmenu li ul li a:hover {
}
ul.slimmenu li ul li { 
	background:none;
	padding-left:0; 
}
ul.slimmenu li ul {
	background:rgba(41,41,41,.9);
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}


.logo{
	position:absolute;
	width:146px;
	height:80px;
	z-index:10000;
	left:10px;
	top:10px;
	background:url('../images/logo.png') no-repeat center center;
	background-size:146px 80px;
}



.menu-collapser {
	position: relative;
	width: 100%;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	padding: 0 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
.collapse-button {
	position: absolute;
	right: 8px;
	top: 50%;
	width: 40px;
	background-image: linear-gradient(to bottom, #151515, #040404);
	background-repeat: repeat-x;
	border-style: solid;
	border-width: 1px;
	color: #000;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
	padding: 7px 10px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	cursor: pointer;
	font-size: 14px;
	text-align: center;

	transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
.collapse-button:hover, .collapse-button:focus {
	background-image: none;
	background-color: #040404;
	color: #FFF;
}
.collapse-button .icon-bar {
	background-color: #fff;
	border-radius: 1px 1px 1px 1px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	display: block;
	height: 2px;
	width: 18px;
	margin: 2px 0;
}

ul.slimmenu {
	padding-top:10px;
	padding-right:10px;
	text-align:right;
	margin-top:13px;
	margin-bottom:10px;
}

ul.slimmenu li {
	position: relative;
	display: inline-block;
	background:url('../images/line1.png') 0 14px no-repeat;
	background-size:15px 10px;
	padding-left:20px;
}

ul.slimmenu > li {
	
}
ul.slimmenu > li:first-child { 
	border-left: 0 
}
ul.slimmenu > li:last-child { 
	margin-right: 0 
}
ul.slimmenu li a {
	display: block;
	color: #fff;
	padding: 10px 0px;
	cursor:pointer;
	margin: 0px 12px;
/*	font-family: 'Lato', sans-serif;
	font-weight:700;*/
	font-family: 'Open Sans';
    font-weight: 400;
	text-transform:uppercase;
	border-bottom:1px solid rgba(0,0,0,0);
	font-size: 12px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear; 
}
ul.slimmenu li a:hover {
	text-decoration: none;
}
ul.slimmenu li {
}
ul.slimmenu li:first-child {
	background:none;
}

ul.slimmenu li .sub-collapser {
	position: absolute;
	right: 0;
	top: 0;
	width: 48px;
	height: 100%;
	z-index: 999;
	cursor: pointer;
}
ul.slimmenu li .sub-collapser:before {
	display:none;
}
ul.slimmenu li .sub-collapser > i {
	display:none;
}
ul.slimmenu li ul {
	margin: 0;
	list-style-type: none;
	padding-bottom: 3px;
}
ul.slimmenu li ul a{
	font-size:10px;
}
ul.slimmenu li ul li:first-child { 
	background:none; 
}
ul.slimmenu li ul li {
	background:none;
	padding-left:0; 
	display: block;
}
ul.slimmenu li > ul {
	display: none;
	position: absolute;
	text-align:left;
	left: 0;
	top: 100%;
	z-index: 999;
	width: 150%;
}
ul.slimmenu li > ul > li ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 999;
	width: 100%;
}
ul.slimmenu.collapsed {
	padding:0;
	margin:0;
}
ul.slimmenu.collapsed li {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
ul.slimmenu.collapsed li a {
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li .sub-collapser {
	height: 40px;
}
ul.slimmenu.collapsed li > ul {
	display: none;
	position: static;
}

ul.slimmenu li a.careers_extra {
	padding-right:10px;
}


.tipper { height: 1px; left: -99999px; position: absolute; pointer-events: none; top: -99999px; width: 1px;z-index:100000; }
.tipper .tipper-content { background: rgba(0, 0, 0, 0.85);box-shadow: 0 0 25px rgba(0,0,0,0.5);text-transform:uppercase; border-radius: 3px; color: #fff; display: block; float: left; font-family: 'Lato', sans-serif; font-size: 10px; margin: 0; padding: 6px 20px; position: relative; white-space: nowrap; }
.tipper .tipper-caret { background: url('../images/tipper-icon.png') no-repeat; display: block; height: 11px;  position: absolute; width: 100%; }

.tipper.right .tipper-content { box-shadow: 1px 0 3px rgba(0, 0, 0, 0.25); }
.tipper.right .tipper-caret { background-position: left center; left: -5px; top: 0; }

.tipper.left .tipper-content { box-shadow: -1px 0 3px rgba(0, 0, 0, 0.25); }
.tipper.left .tipper-caret { background-position: right center; right: -5px; top: 0; }

.tipper.top .tipper-caret,
.tipper.bottom .tipper-caret { display: block; float: none; height: 5px;  width: 12px;margin-left:-6px; }

.tipper.top .tipper-content { box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25); }
.tipper.top .tipper-caret { background-position: center bottom; bottom: -5px; left: 0; text-align:center;}

.tipper.bottom .tipper-content { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }
.tipper.bottom .tipper-caret { background-position: center top; top: -5px; left: 0; }


.badge {
    background: none repeat scroll 0 0 rgba(230, 125, 34, 0.78);
    border-radius: 50%;
    color: #eceff0;
    display: inline-block;
    font-family: arial;
    font-size: 0.75em;
    font-style: normal;
    font-weight: bold;
    height: 1.5em;
    line-height: 1.4;
    position: absolute;
    right: 1px;
    text-align: center;
    top: 4px;
    width: 1.5em;
}

/* #footer
================================================== */

#footer{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	background:#101010;
	padding-top:60px;
	padding-bottom:35px;
}
#footer .back-top{
	position: absolute; 
	cursor:pointer;
	top:-10px;
	left:50%;
	margin-left:-20px;
	width:40px;
	height:40px;
	font-family: 'FontAwesome';
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	text-align:center;
	z-index:10000;	
	font-size: 22px;
	line-height: 40px;
	background:#000000;
	-webkit-box-shadow: 0 -5px 15px -5px #000;
	-moz-box-shadow: 0 -5px 15px -5px #000;
	box-shadow: 0 -5px 15px -5px #000;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
#footer .back-top:hover{
	background:#101010;
	-webkit-box-shadow: 0 -5px 5px -5px #000;
	-moz-box-shadow: 0 -5px 5px -5px #000;
	box-shadow: 0 -5px 5px -5px #000;
}
#footer p{
	text-transform:uppercase;
	font-size: 12px;
	line-height:22px;
	text-align:center;
	padding-bottom:5px;
}  
.icon-footer{
	font-family: 'FontAwesome'; 
	font-size: 16px;
	line-height: 22px;
	text-align:center;
	z-index:6;
	padding-left:5px;
	padding-right:5px;
} 
.z-index{
	z-index:5;
} 

/* #Media Queries
================================================== */
@media only screen and (max-width: 959px) {
ul.slimmenu li {
		background:none;
	}
}

@media only screen and (max-width: 800px) {
	h1 { font-size: 28px; line-height:28px; }
	#royal_preloader.text .loader {
		letter-spacing: 2px;
		font-size: 26px;
	}
	.logo{
		width:92px;
		height:50px;
		left:10px;
		top:10px;
		background:url('../images/logo.png') no-repeat center center;
		background-size:92px 50px;
	}
	.cbp-af-header.cbp-af-header-shrink .logo{
		width:92px;
		height:50px;
		left:10px;
		top:10px;
		background:url('../images/logo.png') no-repeat center center;
		background-size:92px 50px;
		-webkit-transition : all 0.5s ease-out;
		-moz-transition : all 0.5s ease-out;
		-o-transition :all 0.5s ease-out;
		transition : all 0.5s ease-out;
	}
	.cbp-af-header.cbp-af-header-shrink ul.slimmenu li a {
		border-bottom:none;
	}
	.cbp-af-header.cbp-af-header-shrink ul.slimmenu li a:hover {
		border-bottom:none;
		background:none;
	}
	.cbp-af-header.cbp-af-header-shrink ul.slimmenu li {
		background:none;
	}
	ul.slimmenu li a: {
		border-bottom:none;
	}
	ul.slimmenu li a:hover {
		border-bottom:none;
		background:none;
	}
	ul.slimmenu li {
		background:none;
	}
	ul.slimmenu li > ul {
		width: 100%;
		text-align:right;
	}
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.prev {
		left:100px;
	}
	.next {
		right:100px;
	} 
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.big-text { 
		margin-top:-40px;
		font-size: 36px; 
		line-height:40px;
	}
	.small-text { 
		margin-top:25px;
	}
	.social-top{ 
		margin-top:65px;
	}
	.prev {
		top:auto;
		bottom:20px;
		margin-top:0;
		background:url('../images/arrow-left.png') no-repeat center center;
		background-size:16px 29px;
		left:20px;
		width:16px;
		height:29px;
	}
	.next {
		top:auto;
		bottom:20px;
		margin-top:0;
		background:url('../images/arrow-right.png') no-repeat center center;
		background-size:16px 29px;
		right:20px;
		width:16px;
		height:29px;
	} 
	/*.flipWrapper {
		height: 236px;
	}
	.flipWrapper svg {
		display:none;
	}
	.flipWrapper .card .face {
		padding-top:0;
		padding-bottom:0;
		padding-left:0;
		padding-right:0;
		width:100%;
	}*/
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.big-text { 
		margin-top:-40px;
		font-size: 22px; 
		line-height:30px;
	}
	.small-text { 
		margin-top:20px;
		font-size: 20px; 
		line-height:20px;
	}
	.social-top{ 
		margin-top:50px;
	}

	/*.social-bottom{ 
		margin-bottom:50px;
	}*/
	.prev {
		top:auto;
		bottom:20px;
		margin-top:0;
		background:url('../images/arrow-left.png') no-repeat center center;
		background-size:16px 29px;
		left:20px;
		width:16px;
		height:29px;
	}
	.next {
		top:auto;
		bottom:20px;
		margin-top:0;
		background:url('../images/arrow-right.png') no-repeat center center;
		background-size:16px 29px;
		right:20px;
		width:16px;
		height:29px;
	}
	#about svg{
		display:none;
	}
	/*.flipWrapper {
		height: 420px;
	}
	.flipWrapper svg {
		display:none;
	}
	.flipWrapper .card .face {
		padding-top:0;
		padding-bottom:0;
		padding-left:0;
		padding-right:0;
		width:100%;
	}*/
	.facts-line{
		display:none;
	}
	.logos-wrap{
		width: 33.3333333333333333333333333%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
	.big-text { 
		margin-top:-40px;
		font-size: 14px; 
		line-height:20px;
	}
	.big-text span{ 
		padding-left:15px; 
		padding-right:15px;
	}
	.small-text { 
		margin-top:20px;
		font-size: 14px; 
		line-height:14px;
	}
	.social-top{ 
		margin-top:50px;
	}
	.prev {
		top:auto;
		bottom:20px;
		margin-top:0;
		background:url('../images/arrow-left.png') no-repeat center center;
		background-size:16px 29px;
		left:20px;
		width:16px;
		height:29px;
	}
	.next {
		top:auto;
		bottom:20px;
		margin-top:0;
		background:url('../images/arrow-right.png') no-repeat center center;
		background-size:16px 29px;
		right:20px;
		width:16px;
		height:29px;
	}
	#about svg{
		display:none;
	}
	/*.flipWrapper {
		height: 300px;
	}
	.flipWrapper svg {
		display:none;
	}
	.flipWrapper .card .face {
		padding-top:0;
		padding-bottom:0;
		padding-left:0;
		padding-right:0;
		width:100%;
	}*/
	.facts-line{
		display:none;
	}
	.logos-wrap{
		width: 50%;
	}	
	.project-info{
		width:200px;
	}
}

@media only screen and (max-width: 319px) {
	.big-text { 
		margin-top:-30px;
		font-size: 15px; 
		line-height:15px;
	}
	.big-text span{ 
		padding-left:0; 
		padding-right:0;
		padding-bottom:0;
		border:none;
	}
	.small-text { 
		margin-top:0;
		font-size: 14px; 
		line-height:14px;
	}
	.social-top{ 
		margin-top:20px;
	}
	.prev {
		top:auto;
		bottom:20px;
		margin-top:0;
		background:url('../images/arrow-left.png') no-repeat center center;
		background-size:16px 29px;
		left:20px;
		width:16px;
		height:29px;
	}
	.next {
		top:auto;
		bottom:20px;
		margin-top:0;
		background:url('../images/arrow-right.png') no-repeat center center;
		background-size:16px 29px;
		right:20px;
		width:16px;
		height:29px;
	}
	#about svg{
		display:none;
	}
	/*.flipWrapper {
		height: 220px;
	}
	.flipWrapper svg {
		display:none;
	}
	.flipWrapper .card .face {
		padding-top:0;
		padding-bottom:0;
		padding-left:0;
		padding-right:0;
		width:100%;
	}*/
	.facts-line{
		display:none;
	}
	.logos-wrap{
		width: 50%;
	}	
	.project-info{
		width:200px;
	}
}

 /* #The team
================================================== */

#app2u_team{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	padding-top:50px;
	padding-bottom:70px;
	z-index:2;
	background-color: #5d7d72;
} 
#app2u_team h6 {
	text-align:center;
	padding-bottom:25px;
	/*height: 24px;*/
}
 #app2u_team img{
	width:100%;
	height:auto;
	display:block;
	margin: 0 auto;
	text-align:center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}  
 #app2u_team img:hover{
    -webkit-transform: scale(0.8);  
    -moz-transform: scale(0.8);  
    -ms-transform: scale(0.8);   
    -o-transform: scale(0.8);   
    transform: scale(0.8);
} 
  
 .flipWrapper {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	-o-perspective: 1000;
	perspective: 1000;
	width: 100%;
	height: 300px;
	position: relative;
	margin: 0 auto;
	cursor: pointer;
	text-align:center;
}

.flipWrapper .card.flipped {
	-webkit-transform: rotatey(180deg);
	-moz-transform: rotatey(180deg);
	-ms-transform: rotatey(180deg);
	-o-transform: rotatey(180deg);
	transform: rotatey(180deg);
}
.flipWrapper .card {
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	margin: 0 auto;
	text-align:center;
}
.flipWrapper .card .face {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	/*background:#383838;*/
	background:#445d54;
	position: absolute;
	margin: 0 auto;
	text-align:center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 2;
}
.flipWrapper .card .front {
	position: absolute;
	z-index: 1;
	color: white;
	cursor: pointer;
}
.flipWrapper .card .back {
	-webkit-transform: rotatey(-180deg);
	-moz-transform: rotatey(-180deg);
	-ms-transform: rotatey(-180deg);
	-o-transform: rotatey(-180deg);
	transform: rotatey(-180deg);
	/*background:#383838;*/
	background: #445d54;
	cursor: pointer;
	width:100%;
	height:100%;
	padding:0;
	color:#fff;
} 
.flipWrapper .card .back p{
	padding-top:20px;
	text-align:left;
	padding-left:20px;
	padding-right:20px;
} 
.flipWrapper .card .back p:last-child{
	padding-top:10px;
} 

.social-team{ 
	position:absolute;
	left:20px;
	bottom:20px;
	z-index:5;
}
.team-social li {
	margin:0 auto;
    list-style: none;
	text-align:center; 
    display: inline-block;
	cursor:pointer;
	width:30px;
	height:16px;
}
.team-social li.icon-team a {
	font-family: 'FontAwesome';
	font-size: 16px;
	line-height: 16px;
	margin:0 auto;
	text-align:center;
	padding-right:15px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.team-social li:last-child.icon-team a{
	padding-right:0;
}
.team-social li:hover{
}
.team-social li:hover.icon-team a{
	opacity:.6; 
}

/* #Font-Face
================================================== */



@font-face {
    font-family: 'OpenSans-Light-webfont';
    src: url('font/OpenSans-Light-webfont.eot');
    src: url('font/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/OpenSans-Light-webfont.woff') format('woff'),
         url('font/OpenSans-Light-webfont.ttf') format('truetype'),
         url('font/OpenSans-Light-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper{
	position:relative;
	width:100%;
}
.bx-wrapper .bx-prev {
	left: 50%;
	margin-left:-35px;
	bottom:-40px;
	background:url(../img/arr1.png) no-repeat center center;
	background-size:15px 15px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;  
}

.bx-wrapper .bx-next {
	right:50%;
	margin-right:-35px;
	bottom:-40px;
	background:url(../img/arr2.png) no-repeat center center;
	background-size:15px 15px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;  
}

.bx-wrapper .bx-prev:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.bx-wrapper .bx-next:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	outline: 0;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	z-index: 9;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

#button-right {
	left:40%;
	position: relative;
    bottom: 10px;
    text-align: center;
    width: 50%;
    margin: 0 auto 0 auto;
    margin-top: -40px;
	}

#button-left {
	right: 40%;
	position: relative;
    bottom: 10px;
    width: 50%;
    margin: 0 auto 0 auto;
    margin-top: -40px;
	text-align:center;
	}

	#button-center {
	position: relative;
    bottom: 10px;
    text-align: center;
    width: 50%;
    margin: 0 auto 0 auto;
    margin-top: -40px;
	}
.button-con1 {
	width:100%;
	height:40px;
	padding-top:0;
	margin:0 auto;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height:40px;
	color:#fff;
	/*background: rgba(0,0,0,.4);*/
	text-transform:uppercase;
 }
.button-con button:hover{
	background: rgba(0,0,0,.6);
 }
.button-con button:focus{ 
    outline: none !important;
 }

 .icon-test  {
	position:relative;
	font-family: 'FontAwesome';
	font-size: 26px;
	line-height: 26px;
	height: 26px;
	width:100%;
	margin:0 auto;
	padding-bottom:20px;
	text-align:center;
}

/* #testimonials section
================================================== */ 
.test{
	position:relative;
	width:100%;
	z-index:100;
	text-align:center;
	margin:0 auto;
}
.test h6{
	font-family: 'OpenSans-Light-webfont';
	font-size: 16px;
	line-height:22px;
	padding-bottom:25px;
	padding-top:15px;
	color:#fff;
}
.test p{
	padding-bottom:10px;
	font-size: 90%;
	text-align:center;
	color:#fff;
}
.test span{
	border-top:1px solid rgba(255,255,255,.7);
	padding-top:5px;
}

.icon-test  {
	position:relative;
	font-family: 'FontAwesome';
	font-size: 26px;
	line-height: 26px;
	height: 26px;
	width:100%;
	margin:0 auto;
	padding-bottom:20px;
	text-align:center;
}
