/*--------------------------------------------------------------------------
  0.  CSS Normalize - http://necolas.github.com/normalize.css
/*------------------------------------------------------------------------*/

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family: 'proxima-nova', sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}
.subhead{ font-size:16px; line-height:25px;}

dfn{font-style:italic}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}.group:before,.group:after{content:'';display:table}.group:after{clear:both}

/*--------------------------------------------------------------------------
  1.  Layout
/*------------------------------------------------------------------------*/

html,

body {
	color: #373432;
	height: 100%;
	width: 100%;
	background-image:url('../images/bgpattern.jpg');
	background-repeat:repeat; 
}

.logo img {
	max-height:55px;
}

.picturefilter {
	background-image: url('../images/picturefilter.png');
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	min-height: 100%;
	background-repeat:repeat;
	background-attachment: scroll;
}

.wrap {
	margin: 0 auto;
	max-width: 900px;
	padding: 0 20px;
	z-index: 10;
	position: relative;
}

.head {
	height: 75px;
	position: relative;
	text-align: right;
	font-weight: 400;
	width: 100%;
}

.head,
.head a {
	color: #666;
}

.head.top {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	overflow: hidden;
}

.head.top ol {
	padding-top: 28px;
}

.head.fix {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.head.fix .logo {
}

.head.alt,

.head.alt a {
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.head .logo {
	position: absolute;
	top: 8px;
	left: 20px;
}

.head ol {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 30px;
}

.head ol>li {
	margin: 0;
}

.head ol.menu li {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	margin: 0 10px;
	padding: 0;
	padding-bottom: 3px;
	text-transform: uppercase;
}

.head ol.menu li.active {
}

.head ol.menu li a {
	text-decoration: none;
	font-weight: 400;
	letter-spacing: 0.08em;
}

.head ol.menu li a:hover { color:#0072bc;}

#about{ 
	background-image:url('../images/bgpattern.jpg');
	background-repeat:repeat; 
	padding-top: 100px;
}

#strategy{ 
	background-image:url('../images/bgpattern.jpg');
	background-repeat:repeat; 
	padding-top: 70px;
}

#team{ 
	background-image:url('../images/bgpattern.jpg');
	background-repeat:repeat; 
	padding-top: 70px;
}

#contact{ 
	background-image:url('../images/bgpattern.jpg');
	background-repeat:repeat;
	padding-top:70px;}

#investor{ 
	padding-top:70px; 
}

.bg-frame{ 
	padding-bottom: 0;
}

.section {
	background-position: top right;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height:100%;
	padding-bottom: 40px;
	width: 100%;
}

.multipage .section {
	padding-bottom: 0;
}

.section .foot .l {
	float: left;
}

.section .foot .r {
	float: right;
}

.section.full {
	margin: 0;
	min-height: 100%;
	padding: 0;
}

.section .title {
	margin: 50px 0 10px;
}

.section .bg-frame,

.section .map-container {
	padding-bottom: 450px;
	background: #373432;
	color: #fff;
	font-weight: 200;
	margin-top: 0px;
	position: relative;
	overflow: hidden;
}

.section .bg-frame .post,

.section .map-container .post {
	padding-bottom:90px;
}

.section .bg-frame:after,
.section .map-container:after,
.section .bg-frame:before,

.section .map-container:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	-webkit-box-shadow: inset 0 4px 7px rgba(0,0,0,0.1);
	box-shadow: inset 0 4px 7px rgba(0,0,0,0.1);
}

.section .bg-frame:before,

.section .map-container:before {
	bottom: 0;
	top: auto;
	z-index: 1;
	-webkit-box-shadow: inset 0 -4px 7px rgba(0,0,0,0.1);
	box-shadow: inset 0 -4px 7px rgba(0,0,0,0.1);
}

.post {
	padding-top: 0px;
	padding-bottom: 120px;
}

.post a {
	color: #373432;
	font-weight: normal;
	text-decoration: none;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
	-ms-transition: background 0.3s;
	transition: background 0.3s;
}

.post a:hover {
}

.post h1,
.post h2,
.post h3,
.post h4,
.post p,
.post blockquote,

.post table {
	margin: 0 auto 0px;
	-webkit-margin-after: 0;
}

.post img.rwd {
	margin: 10px 0;
}

.post img {
	max-width: 100%;
}

.mobile {
	display: none;
}

#map.bg,

img.bg {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	min-width: 100%;
	width: auto;
}

#map.bg {
	height: 100%;
	background: #373432 !important;
}

.map-container {
	height: 300px;
}

.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}

.clear.fat {
	padding-top: 20px;
}

hr {
	border: none;
	border-bottom: 1px solid #cfccca;
	margin: 10px 0;
}

.post .list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.post .list>li {
	margin: 0;
}

/*--------------------------------------------------------------------------
  2.  Typo
/*------------------------------------------------------------------------*/

body {
	font: 13px/21px 'Georgia', Times New Roman, Times, serif;
}

.section .l {
	text-align: left;
}

.section .r {
	text-align: right;
}

.section h1,
.section h2,

.section h4 {
	color: #373432;
	line-height: 1em;
	/* letter-spacing: 0.1em; */
	text-transform: uppercase;
}

.section h3.white {
	color:#fff;
}

.section h3 {
	color:#00bdf2;
	display: block;
	letter-spacing: 0.05em;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 17px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px;
}

h5 {
	font-family: 'proxima-nova', sans-serif;
	margin: -6px 0 0 0;
	border-bottom: 1px dotted #0072bc;
	padding-top: 3px;padding-bottom: 2px;
	font-weight: 500;
	letter-spacing: 0.05em;
	background-image:url('../images/bgpattern.jpg');
}

.section h4.pad-big,

.section h4.pad {
	padding: 20px 0;
	border: 1px solid #cfccca;
	border-width: 1px 0;
}

.section h4.pad-big {
	padding: 60px 0;
	margin-bottom: 30px;
}

.section h4.bottom-pad {
	padding: 0.5em 0;
	border-bottom: 1px solid #cfccca;
	margin-bottom: 0.63em;
}

.section h4 {
	font-weight: normal;
}

.section h2 {
	position: relative;
	font-size: 40px;
	text-align: center;
	font-weight: 200;
	line-height: 1.63em;
	margin: auto;
	width: 90%;
}

hr { 
	height:1px;
	border-top: 1px dotted #aaa; 
	border-bottom:0px;
}

.section-title {
	font-size:40px;
	margin-bottom:20px;
	background-attachment: scroll;
	background-image: url('../images/divider.png');
	background-repeat: repeat-x;
	background-position: center center;
	text-transform:uppercase;
}

.section-title span {
	color: #0091d0;
	background: #fff;
	font-weight: 200;
	padding: 0 35px;
	font-family: 'Georgia', Times New Roman, Times, serif;
	background-image: url('../images/bgpattern.jpg');
}

.section h4.contact {
	text-align:left;
	font-size: 19px;
	color: #2b485c;
	line-height: 140%;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-weight: 300;
	letter-spacing: 0.04em;
	text-transform: none;
	padding: 0.5em 0;
	border-bottom: 1px solid #cfccca;
	margin-bottom: 0.63em;
}

.section h4 {
	font-size: 19px;
	color: #373432;
	line-height: 140%;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-weight: 300;
	letter-spacing: 0.04em;
	text-transform: none;
	text-align: center;
	padding: 0 5%;
	margin-bottom: 40px;
}

.section .bg-frame h1,
.section .bg-frame h2,
.section .bg-frame h3,
.section .bg-frame h4,

.section .bg-frame p {
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	font-family:'Georgia', Times New Roman, Times, serif;
}

.section .bg-frame .pad,

.section .bg-frame .pad-big {
	border-color: #fff;
}

.section .bg-frame a {
	color: #fff;
	text-decoration: none;
}

.section .bg-frame a:hover {
 }

.map-container h2,
.bg-frame h2,
.map-container h4,

.bg-frame h4 {
	color: #fff;
	font-weight: 200;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

/*--------------------------------------------------------------------------
  3.  Portfolios (services & process & works)
/*------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
  4.  Contact
/*------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
  5.  UI Elements: buttons, columns etc.
/*------------------------------------------------------------------------*/
/* columns */

.column,
.column-detail,
.two-fifth,
.three-fifth,
.four-fifth,
.one-sixth,
.five-sixth {
	float: left;
	margin-bottom: 20px;
	margin-right: 3.75%;
	position: relative;
}

.one-fourth{
	float: left;
	margin-bottom: 20px;margin-right: 1.1%;
	position: relative;
	background-color:#0072bc;
}

.one-fourth a:hover img { 
	opacity:0.3; background-color:#0072bc;
}

img { 
	background-color:#0072bc;
}

.last {
	clear: right;
	margin-right: 0 !important;
}

.column {
	width: 42%;
	margin-left: 6%;
}

.column.last { 
	margin-left:0%;
}
  
.one-third {
	width: 30.66%;
}

.two-third {
	width: 65.33%;
}

.one-fourth {
	width: 23.80%;
}

.three-fourth {
	width: 74%;
}

.column-detail {
	width: 19%;
}

.two-fifth {
	width: 37.6%;
}

.three-fifth {
	width: 58.4%;
}

.four-fifth {
	width: 67.2%;
}

.one-sixth {
	width: 13.33%;
}

.five-sixth {
	width: 82.67%;
}


/* tabs&togglers */

/* labels */

/* buttons */

/* table */

#homelogo{ height:290px; width:294px; overflow:hidden;}    
      
#homelogo a{
	width:100%; 
	background-position:center 0; 
	background-image:url("../images/homelogo.png"); 
	background-repeat:no-repeat; 
	display: block;
	margin: 0;
	position: absolute;
	bottom:42%; 
	color: transparent;
	background-color: none;
	z-index:999;
	height:290px;
}
  
#mobilelogo{ 
	height:190px; 
	width:294px; 
	overflow:hidden; 
	display:none;
}    
      
#mobilelogo a{
	width:100%; 
	background-position:center 0; 
	background-image:url("../images/mobilelogo.png"); 
	background-repeat:no-repeat; 
	display: block;
	margin: 0;
	position: absolute;
	bottom:42%; 
	color: transparent;
	background-color: none;
	z-index:999;
	height:290px;
}
  
/*--------------------------------------------------------------------------
  6.  Media Elements: slides, video
/*------------------------------------------------------------------------*/

.slides {
	list-style: none;
	margin: 0;
	max-height: 640px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

.slides li {
	display: none;
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.slides li:first-child {
	display: block;
	float: left;
	position: relative;
}

.slides img {
	border: 0;
	display: block;
	float: left;
	height: auto;
	margin: 0;
	width: 100%;
}

/* full screen slides */

.slides.full {
	position: absolute;
	top: 0;
	left: 0;
	background: #373432;
	width: 100%;
	height: 100%;
	max-height: 100%;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.slides.full li {
	height: 100%;
	position: relative;
}

.slides.full li h1,

.slides.full li h3 {
	color: #fff;
	display: block;
	margin: 0;
	position: absolute;
	width: 100%;
}

.slides.full li h1 {
	font-size: 72px;
	bottom: 35%;
	z-index:9999;
}

.slides.full li h3 {
	top: 65%;
    z-index:9999;
	color:#FFFFFF;
	font-size: 12px;
	line-height:25px;
	letter-spacing:1px;
	margin-bottom:10px;
	font-family: 'Georgia', Times New Roman, Times, serif;
	text-align:center;
	margin: 30px auto;
	text-transform:uppercase;
	font-weight: 500;
	display:block;
	-webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; -o-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

.slides.full li h3:after {
	content: '';
	opacity:0.4;
	position: absolute;
	top: 0;
	left: 50%;
	border-bottom: 1px dotted;
	width: 80px;
	margin-left: -40px;
	margin-top: -20px;
}

.PIBclick a { 
	text-decoration:none;
}

.PIBclick {
	display:block;
}

.aboutPIB {
	margin-top:30px;
	background:transparent;
	color:#FFFFFF;
	border: 2px solid rgba(255, 255, 255, 0.35);
	padding:10px 15px;
	font-size:12px;
	cursor:pointer;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:center;
	font-family: 'Georgia', Times New Roman, Times, serif;
	display:inline-block;
	text-rendering: optimizelegibility;
	-webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; 
	font-weight: 600;
	-o-font-smoothing: antialiased;
	-webkit-transition:0.2s background linear;
    -moz-transition:0.2s background linear;
	transition:0.2s background linear;
	z-index:9999;
}

.aboutPIB:hover {
	color:#FFFFFF;
	background:rgba(255, 255, 255, 0.15);
}


/*--------------------------------------------------------------------------
  7.  CSS3 Animations & FXs
/*------------------------------------------------------------------------*/

.full.slides h3 {
	-webkit-animation: fadein 1s ease-out;
	-moz-animation: fadein 1s ease-out;
	-o-animation: fadein 1s ease-out;
	-ms-animation: fadein 1s ease-out;
	animation: fadein 1s ease-out;
}

@-webkit-keyframes fadein {
	0%, 70% { opacity: 0; }
}

@-moz-keyframes fadein {
	0%, 70% { opacity: 0; }
}

@-o-keyframes fadein {
	0%, 70% { opacity: 0; }
}

/*--------------------------------------------------------------------------
  8.  Media Queries & Responsiveness
/*------------------------------------------------------------------------*/

#menu-list-mobile {
	display: none;
	float: right;
	margin: 20px 0;
	min-width: 50%;
}

@media screen and (max-width:800px) {
	ol.menu {
		text-align: right;}
	.one-third,
	.two-third {
		margin-right: 0;
		width: 100%;}
}

@media screen and (max-width:579px) {
	.section .bg-frame,
	.section .map-container {
		padding-bottom: 0px;}
	.slides.full li h3:after { 
		display:none;}
	.section {
		padding-top: 100px;}
	.multipage .head.fix .logo {
		position: absolute;
		top: 7px;
		left: 10px;}
	.head .logo {
		position: relative;
		left: 10px;
		top: 7px;}
    
#work {
	background-image: url('../images/bgpattern.jpg');
	background-repeat: repeat;
}
  
#menu-list-mobile {
	display: block;
	float: left;
	margin: 20px 0;
	z-index: 9999;
	top: 0px;
	right: 30px;
	position: absolute;
	min-width: 40%;
}

.section h2 {
	font-size: 21px;
	text-align: center;
	font-weight: 400;
	line-height: 1.63em;
	margin-top: 20px;
}

.column,
.one-third,
.two-third,
.three-fourth,
.column-detail,
.two-fifth,
.three-fifth,
.four-fifth,
.one-sixth, 
.five-sixth {
	margin-right: 0;
	width: 100%;
  }
  
.head {
	text-align: left;
	font-weight: 400;
}

#homelogo { 
	display:none;
}
	
#mobilelogo { 
	display:block; 
	height:190px; 
	width:100%; 
	background-color: transparent; 
	z-index: 9999; 
	position: absolute; 
	top: 10%; 
	background-image: url("../images/mobilelogo.png"); 
	background-position: center; 
	background-repeat: no-repeat;
}

.PIBclick a {
	text-decoration: none;
	font-size: 11px;
	padding: 20px 11px;
}

#homelogo a {
	width: 100%;
	background-position: center 0;
	background-image: url("../images/homelogo.png");
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto;
	position: absolute;
	bottom: 22%;
	color: transparent;
	background-color: none;
	z-index: 999;
	height: 290px;
}
	
.subhead {
	font-size: 13px;
	line-height: 22px;
}
  
 .one-fourth{
	 margin-right: 2%;
	 margin-left: 2%;
	 width: 46%;
}
  
.section-title span {
  color: #0091d0;
  background: #fff;
  font-weight: 400;
  padding: 0px;
  letter-spacing: 0.02em;
  font-family: "museo-slab",serif;
  background-image: url('../images/bgpattern.jpg');
  font-size: 21px;
  text-align: center;
}

.section h4 {
	font-size: 13px;
	/* color: #2b485c; */
	line-height: 140%;
	font-family: "museo-slab",serif;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-transform: none;
	text-align: left;
	padding: 0;
	margin-bottom: 20px;
}

.column {
	margin-left: 0%;
	text-align: left;
}

.section-title {
	font-size: 40px;
	margin-bottom: 20px;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat-x;
	background-position: center center;
	text-transform: uppercase;
}

.head.top {
    display: block;
}
  
.multipage .head.fix {
    display: block;
}

.multipage .head.fix 

#menu-list-mobile {
    display: block;
}
 
.multipage .head.fix ol.menu {
    display: none;
}
	
ol.menu {
    padding-top: 20px;
    text-align: center;
}

.slides.full li h1 {
    font-size: 48px;
}

.slides.full li h3 {
    font-size: 0px;
    line-height: 1.63em;
}

.mobile {
    display: block;
}

.immobile {
    display: none;
}

ol.items li {
    padding: 0.5em 0;
    display: block;
    width: 100%;
}

ol.items li img.mobile {
    margin-bottom: 1em;
}

ol.items li.active {
    border-color: transparent;
}

ol.items.process {
    margin: 0;
}

ol.items.process li {
    margin-bottom: 1.63em;
}

ol.items.process li h4.pad-big {
    font-size: 18px;
    text-align: center;
}

ol.items.process li.active h4.pad-big {
    border-width: 1px 0;
    padding: 60px 0;
}

.span span:first-child {
    font-weight: normal;
}

.span span ~ span {
    font-weight: bold;
}

.section .foot .r,
.section .foot .l {
    float: none;
    text-align: center;
    width: auto;
}

.section {
    padding: 0px 0;
}

ol.menu {
    padding-top: 0;
}
}

@media screen and (max-height:900px) {
  .section .title {
    padding-top: 20px;
  }
  .media-container .slides {
    max-height: 360px;
  }
  .media-container .slides li {
    margin-top: -20px;
  }
}

@media screen and (max-height:480px) {
  .slides.full li h1 {
    font-size: 36px;
    bottom: 30%;
  }
  .full > .rslides_tabs {
    display: none;
  }
  .section {
    padding-top: 0px;
  }
 
  .section .title {
    padding: 0;
  }
  .post {
    padding-bottom: 0;
  }
}

@media screen and (max-height:300px) {
  .slides.full li h1 {
    display: none;
  }
}
