/* 

	1. CORE
	2. NAVIGATION
	3. SLIDER
	4. SERVICES
	5. ABOUT
	6. TESTIMONIAL
	7. WORKS
	8. HIGHLIGHTS
	9. CLIENTS
	10. MISC.
		a. form
		b. button
	
*/



/* CORE */

body {
	color:#333333;
	font-family:'Dosis';
	font-size:16px;
	font-weight:400;
	letter-spacing:0.5px;
	overflow-x:hidden;
	-webkit-font-smoothing: antialiased;
}

section {
	padding:60px 0;
}

h2 {
	color:#222222;
	font-family:'Fredoka One';
	font-size:39px;
	margin-top:0;
	letter-spacing:0;
}

h2:after {
	content:".";
	color:#ffcd00;
	font-size:45px;
	margin-left:3px;
}

ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}


h3 {
	color:#222222;
	font-family:'Dosis';
	font-size:30px;
}

h4 {
	color:#222222;
	font-family:'Fredoka One';
	font-size:20px;
	font-weight:400;
}

.uppercase {
	text-transform:uppercase;
}

.borderD {
	border: 1px #d1d1d1 solid;
}

.mgr50 {
	margin-left: 50px;
}

.center {
	text-align: center;
}

/* NAVIGATION */

.navbar {
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.navbar-custom {
	color:#333;
	background:#ffffff;
	font-family:'Montserrat';
	font-weight:700;
	font-size:14px;
	letter-spacing:1px;
	border-radius:0;
	height:100px;
	z-index:50;
}

.navbar-custom a {
	color:#222222;
}

.navbar-custom .navbar-nav > li > a:hover {
	color:#ffcd00;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.navbar-custom .nav {
	padding-top:25px;
}

.navbar-custom .navbar-toggle {
	background:#ffffff;
	margin-top:30px;
	position:relative;
}

.navbar-custom .navbar-toggle .icon-bar {
	background:#ffcd00;
}


.top-nav-collapse {
	color:#222222;
	background:#f6f6f6;
	z-index:50;
	padding:0;
}

.top-nav-collapse .nav {
	background:#f6f6f6;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.navbar-custom .navbar-brand {
	font-family:misoregular;
	font-size:23px;
	font-weight:400;
}



/* SLIDER */

#slider {
	margin:50px 0 30px 0;
}


/* SERVICES */
#services {
	margin-top: 50px;
}
.service {	
  float:none;
  /*display:inline-table;*/
}

.service div {
	margin-top: -40px;
	float:left;
	width: 165px;
	height: 165px;
	background-size: 165px 165px;
}

.service div.create {
	background: url('/img/icon1.png');
}
.service div.innovate {
	background: url('/img/icon4.png');
}
.service div.advise {
	background: url('/img/icon2.png');
}
.service div.invest {
	background: url('/img/icon3.png');
}

@media (max-width: 480px) {
    .service img {
        float:none;
        text-align:center;
    }
    .hideInMobile{
        display:none;
    }
    .works{margin-top:10px;width:100%;}
    .mobFixr{width:50%;float:right;}
    .mobFixl{width:50%;float:left;}
}

@media (min-width: 481px) {
     .mobileProjects{
        display:none;
    }
    .works{width:100%;}
}
#projects {
	background:#f6f6f6;
	
}


/* ABOUT */

#about {
	/*background:#f6f6f6;*/
}

#team {
	margin-top:50px;
}

.team-photo-box {
	width: 230px;
	height: 330px;
	margin-left: 20px;
	margin-right: 20px;
	/*margin-bottom: 20px;*/
	text-align: center;
	position: relative;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	perspective: 800px;
}

.partnerImg{
    margin:12px;
    border: 1px solid #FBFBFB;
}

.seen-on-box{
    padding:0px;
    cursor:pointer;
}

.seen-on-list{
    display:none;
}

.team-photo-box .card {
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transition: -webkit-transform 1s;
	-moz-transition: -moz-transform 1s;
	-o-transition: -o-transform 1s;
	transition: transform 1s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.team-photo-box .card.flipped {
	-webkit-transform: rotateY( 180deg );
	-moz-transform: rotateY( 180deg );
	-o-transform: rotateY( 180deg );
	transform: rotateY( 180deg );
}

.team-photo-box .card .front {
	background: #fff;
}

.team-photo-box .card .back {
	background: #fff;
	-webkit-transform: rotateY( 180deg );
	-moz-transform: rotateY( 180deg );
	-o-transform: rotateY( 180deg );
	transform: rotateY( 180deg );
}

.team-photo-box .card > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* TESTIMONIAL */

#testimonial {
	width:100%;
	overflow: hidden;
	z-index:0;
	height:auto;
	color:#ffffff;
	background-color:#222222;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
}


#testimonial p {
	font-size:31px;
	font-family:'Dosis';
	letter-spacing:-1px;
	line-height:35px;
	padding-top:20px;
}

#testimonial h4 {
	color:#ffcd00;
	font-family:'Fredoka One';
	font-size:27px;
	margin:35px 0 0 20px;
	letter-spacing:1px;
}



/* WORKS */

#works ul a {
	color:#999999;
	text-decoration:none;
	cursor:pointer;
}

#works ul a:hover {
	color:#222222;
	text-decoration:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	
}

.cbp-l-grid-gallery .cbp-item {
        width:480px;
	height: 280px;
	border-radius: 4px;
	border: 1px #d1d1d1 solid;
	
}

.cbp-caption {
	padding: 0px;
	
}

.cbp-caption-pushTop .cbp-caption-activeWrap {
	background-color: #FAFAFA;
}

/* HIGHLIGHT */

#highlight {
	color:#222222;
	background:#ffcd00;
	width:100%;
	padding:45px 0;
}

#highlight .lead {
	margin:0;
}

#highlight .button {
	margin:0 0 0 20px;
}


/* CLIENTS */

#clients img {
	margin:0 15px;
}


/* CONTACT */

#contact {
	background:#f6f6f6;
}

#map{
    width:100%;
    height:500px;
	margin:30px 0;
}

#contact h4 {
	margin-top:30px;
}

.icon {
	vertical-align: middle;
	float: left;
	width: 50px;
}

.social a {
	color: rgba(34,34,34, 1);
	padding:0;
}

.social a:hover {
	color:#ffcd00;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}



/* MISC */

/* form */

input[type="text"],
input[type="email"] {
	color:#333333;
	font-size:16px;
	font-weight:300;
	background:rgba(252,184,19, 0.7);
	width:100%;
	min-height:50px;
	padding:0 0 0 10px;
	text-transform:uppercase;
	border:0;
	margin-bottom:15px;
	outline:none;
}

textarea {
	color:#333333;
	font-size:16px;
	font-weight:300;
	background:rgba(252,184,19, 0.7);
	width:100%;
	padding:10px 0 0 10px;
	text-transform:uppercase;
	border:0;
	margin-bottom:15px;
	outline:none;
}

label {
	color: #222222;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family:dosis;

} 



/* Buttons */

.button {
	color: inherit;
	background: none;
	font-family:inherit;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	border: none;
	margin: 15px 0;
	padding: 5px 15px;
	display: inline-block;
	position: relative;
	outline: none;
	cursor: pointer;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	   		border-radius:4px;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
	            transition: all 0.3s;
}

.button:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	        transition: all 0.3s;
}

.button-big {
	padding:10px 20px;
	font-size:15px;
	border-radius:4px;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
}

.button-border-light {
	border: 1px solid #ffffff;
	color: #ffffff;
}

.button-border-light:hover,
.button-border-light:active {
	color: #222222;
	background: #ffffff;
	text-decoration:none;
}

.button-border-dark {
	border: 2px solid #ffcd00;
	color: #ffcd00;
}

.button-border-dark:hover,
.button-border-dark:active {
	color: #222222;
	background: #ffcd00;
	text-decoration:none;
}

.button-black {
	border: 1px solid #222222;
	color: #222222;
}

.button-black:hover,
.button-black:active {
	color: #ffcd00;
	background: #222222;
	text-decoration:none;
}

.certified{text-align:right;}



/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
	float: right;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #ffffff;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	padding: 3px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #ffffff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}


.qtext {
	width:100%;
	overflow: hidden;
	z-index:0;
	height:auto;
	/*color:#ffffff;*/
	/*background-color:#222222;*/
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
}


.qtext p {
	font-size:22px;
	font-family:'Dosis';
	letter-spacing:-1px;
	line-height:35px;
	padding-top:20px;
	text-align: right
}

.qtext div {
	color:#ffcd00;
	font-family:'Fredoka One';
	font-size:22px;
	margin:5px;
	letter-spacing:1px;
	text-align: right
}

.principles {
	list-style-type:circle;
	margin-left: 25px;
}

.principles li {
    margin-top: 10px;
}

@keyframes continueAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes continueAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes continueAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes continueAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
.animateContinue {
   -webkit-animation: continueAnimation 1s infinite;
   -moz-animation: continueAnimation 1s infinite;
   -o-animation: continueAnimation 1s infinite;
    animation: continueAnimation 1s infinite;
}


.values-page h2 {
	cursor: pointer;
	text-align: left;
	font-size: 30px;
}

.values-page h2::before {
	content: ".";
    color: #ffcd00;
    font-size: 60px;
    margin-right: 3px;
    display: inline-block;
    position: relative;
    top: -8px;
}

.values-page h2.contr::before {
	content: " ";
    color: #ffcd00;
    font-size: 0;
    width: 16px;
    height:16px;
    margin-right: 0;
    margin-bottom: -3px;
    display: inline-block;
    top: -2px;
    background: url("/img/values-arrow.png") no-repeat center left;
}

.values-page h2::after {
	display: none;
}

.values-page h2:hover {
	opacity: .8;
}

.disp-n {
	display: none;
}

.values-page h2.contr {
	font-size: 100%;
	line-height: 20px;
}

.values-page h1 {
	font-size: 64px;
	text-align: center;
	padding-bottom: 50px;
	font-weight: bold;
}
.values-page h1 > img {
position: absolute;
    width: 100px;
    margin-left: -40px;
    margin-top: 20px;
}


#cookieBar {
	display: none;
	background: rgb(252,184,19);
	text-align: center;
	padding: 0 10px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
}
#cookieBar div {
	padding: 5px 0;
	margin: 0;
	font-size: 14px
}
#cookieBar .button-big{
 	padding: 2px 10px;
	margin: 0;
	font-size: 12px
}


.privacy-policies-page h1 {
	text-align: center;
}
.privacy-policies-page h2 {
	font-size: 22px;
	font-family: 'Dosis';
}
.privacy-policies-page h2:after {
	content: "";
}


.privacy-policies-page ol {
	list-style-type: none;
	padding: 0;
	text-indent: 40px;
}

