/* CSS Document */
@import url('reset.css');
@import url('http://fonts.googleapis.com/css?family=Raleway:400,700');

html {
	height: 100%;
	font-family: 'Raleway', sans-serif;
  font-style: normal;
	font-weight: 400;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
	min-width: 980px;
	margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
	padding-bottom: 40px;
	background: transparent;
}

a {
	color: #fff;
}

@-viewport {
width: 940px;
}


#background-img {
}
#background-img div {
	position: fixed;
	z-index: -1;
	top: 0px;
	width:100%;
	height:100%;
	background: url('') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.brand {
	position: absolute;
	text-indent: -99999px;
	background: url('/assets/img/logo_small.png');
	width: 159px;
	height: 114px;
	margin-top: 7px;
	z-index:100;
}
.large {
	background: url('/assets/img/logo.png') !important;
	width: 222px !important;
	height: 159px !important;
}

.home-footer {
	color: #fff;
	width: 100%;
    position: absolute;
	bottom: 0;
}
@media only screen and (max-width: 768px) {
div.home-footer div p {
display:none;
}
div.home-footer div a img {
width: 150px;
height: 36px;
margin-bottom:10px;
}

.dark {
      background-image: none !important;
}

}

.home-footer div {
	width: 940px;
  margin-right: auto;
  margin-left: auto;
	padding: 20px 5px 10px 5px;
}
.home-footer p {
	width: 360px;
	font-size: 12px;
	font-weight: 700;
}
.home-footer img {
	float: right;
}

.social-tabs div {
	position: fixed;
	right: 0;
	height: 31px;
	width: 31px;
}
.social-tabs div a {
	display: block;
	height: 31px;
	width: 31px;
}
.social-tabs .phone {
	background: url("/assets/img/30bird-left-nav-phone.png") repeat scroll 0 0 transparent;
	top: 360px;
}
.social-tabs .email {
	background: url("/assets/img/30bird-left-nav-mail.png") repeat scroll 0 0 transparent;
	top: 393px;
}
.social-tabs .facebook {
	background: url("/assets/img/30bird-left-nav-facebook.png") repeat scroll 0 0 transparent;
	top: 426px;
}
.social-tabs .twitter {
	background: url("/assets/img/30bird-left-nav-twitter.png") repeat scroll 0 0 transparent;
	top: 459px;
}

.quote {
	position: relative;
	font-weight: 700 !important;
	font-size: 2.4em;
	color: #fff;
	width: 460px;
	text-align: right;
	top: 220px;
}

.question {
	font-weight: 700 !important;
	font-size: 5.6em;
	text-transform: uppercase;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	width: 720px;
}
.question p {
	margin-bottom: 0px;
}
.question input {
	font-size: 1.2em;
	color: #fff;
	width: 720px;
	text-align: center;
	border: 1px solid white;
	text-transform: uppercase;
	padding: 5px;
}

.container {
	position: relative;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}

.full-container {
	height: 475px;
	width: 100%;
}

.full-container a {
	color: #707070;
}

.opaque {
	background-image: url('/assets/img/opacity-85.png');
}

.dark {
	background-image: url('/assets/img/opacity-50.png');
}

.pull-right {
  float: right;
}

img.pull-right {
  padding: 0px 0px 10px 5px;
}


.navbar {
	background-image: url('/assets/img/opacity-30.png');
	width: 100%;
  margin-bottom: 20px;
  overflow: visible;
}

.nav {
	font-weight: 700 !important;
	font-size: 1.3em;
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 0px 0 0px;
}

.navbar-inner  {
	background: transparent;
	border: 0px;
	height: 56px;
}

.nav > li > a {
  display: block;
  float: none;
	padding: 5px 2px 2px; 
	color: #fff;
  text-decoration: none;
}
.nav > li > a:hover {
	color: #ffeb29 !important;
}
.active > a {
	color: #ffeb29 !important;
}

.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

.navbar .nav > li {
  margin: 0 0px 0 20px;
  float: left;
}

.nav-small > li {
  margin: 0 0px 0 5px !important;
	font-weight: 400;
	font-size: 0.8em;
}
.nav-small li a {
	padding: 0px 2px 8px; 
}
.nav-small li:last-child a {
	padding-right: 0px; 
}

.navbar div.signup {
	margin-top: 8px;
	margin-left: 20px;
	float:right; 
	height:40px;
}
.navbar .signup input {
	height: 15px;
	padding: 2px 4px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	vertical-align: middle;
	background-image: url('/assets/img/opacity-30.png');
}
.navbar .signup button {
	float: right;
	background:url('/assets/img/signup.png') 5px 5px no-repeat;
  cursor:pointer;
  width: 20px;
  height: 15px;
  border: none;
	text-indent: -99999px; 
}
.navbar .signup p {
	font-size: 1em;
	color: #fff;
	margin-bottom: 2px;
}

.menu-page {
	color: #fff;
	font-weight: 700;
	font-style: bold;
	font-size: 3.2em;
	height: 88px;
	list-style: none;
	margin-bottom: 10px;
	margin-right: 40px;
}
.menu-page > li {
	float: left;
	margin-left: 25px;
}

.menu-sort {
	color: #fff;
	list-style: none;
	margin: 10px 40px 5px 0px;
}
.menu-sort > li {
	float: left;
	margin-left: 15px;
}
.menu-sort > li > a {
	font-weight: 700;
}

.menu-sort input {
	background-image: url('/assets/img/opacity-30.png');
	width: 100px;
	color: #FFF;
	padding: 0px 2px;
}
.more-right {
	margin-right: 20px !important;
}


.project-title {
	color: #fff;
	font-weight: 700;
	font-style: bold;
	font-size: 3.2em;
	height: 58px;
	list-style: none;
	margin: 0px 40px 0px 0px;
}
.project-menu {
	clear:both;
	color: #fff;
	list-style: none;
	margin: 0px 40px 15px 0px;
}
.project-menu > li {
	float: left;
	margin-left: 15px;
}
.project-menu > li > a {
	font-weight: 700;
}

.side-menu {
	float: left;
	width: 240px;
	margin: 25px 0px 25px 160px;
	font-size: 1.6em;
	list-style: none;
}
.side-menu li {
	margin: 0px 0px 10px 0px;
	font-weight: 700;
}
.side-menu li ul {
	margin: 10px 0px 20px 10px !important;
	list-style: none;
	font-size: 1em;
}
.side-menu li ul li {
	margin: 0px 0px 20px 10px;
}
.side-menu li.active > a {
	color: #000 !important;
}

.left {
	margin-left:30px;
}

#scroller p {
	font-size: 1em !important;
}

#scroller { float: right; width: 480px; clear: both; margin: 25px 40px 25px 10px; clear: both; }
#scroller .viewport { width: 468px; height: 425px; overflow: hidden; position: relative; }
#scroller .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scroller .thumb .end,
#scroller .thumb { background-color: #707070; }
#scroller .scrollbar { position: relative; float: right; width: 10px; }
#scroller .track { background-color: #d7d7d7; height: 100%; width: 8px; position: relative; padding: 0 1px; }
#scroller .thumb { height: 20px; width: 8px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#scroller .thumb .end { overflow: hidden; height: 5px; width: 8px; }
#scroller .disable{ display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }


.dark #scroller { width: 600px; margin-right: 160px; }
.dark #scroller .viewport { width: 585px;  }
.dark #scroller p { color: #fff;  }

.project #scroller { width: 740px !important;  }
.project #scroller .viewport { width: 725px !important;  }
.project #scroller p { font-size:1.3em !important; font-weight:bold; }

.sitemap {
	width: 275px;
	float: left;
}
.sitemap a {
	color: #FFF;
}

.container #video-box {
	float: right; 
	width: 560px; 
	clear: both; 
	margin: 25px 40px 25px 10px; 
}


.supported {
	font-size: 1em;
	position: absolute;
	bottom: 20px;
	left: 60px;
	width: 340px;
}

.overview .tour {
	font-size: 0.9em !important;
	width: 460px;
	border-bottom: 1px solid #878886;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.overview .tour span {
	font-size: 1em !important;
}
.overview .tour span.title {
	color: #3cb878;
}
.overview .tour span.right {
	position: absolute;
	right: 0px;
	color: #3cb878;
	clear: right;
}

.circles {
	position: relative;
}
.circles div {
	position: absolute;
	display: table;
	height: 150px;
	width: 150px;
	background-color: #c06;
	background: url('/assets/img/circle-150.png') no-repeat center center ;
}
.circles div p,
.circles div a {
  display: table-cell; 
  vertical-align: middle; 
  text-align: center; 
	padding: 0 15px;
	font-weight: 700;
	font-size: 1.4em;
	text-align: center;
	color: #fff;
}

.circles .sidetext {
	position: absolute;
	width: 280px;
	right: 40px;
	background: transparent;
}
.circles .sidetext p {
	text-align: right;
	padding-right: 0px;
}

.single {
	margin-left: 85px;
	top: 170px;
}
.bottom {
	top: 290px;
}

.circles div.small {
	background: url('/assets/img/circle-110.png') no-repeat center center ;
	height: 110px;
	width: 110px;
}
.circles div.medium {
	background: url('/assets/img/circle-140.png') no-repeat center center ;
	height: 140px;
	width: 140px;
}

.circles div.overview {
	top: 20px;
	left: 400px;
}
.circles div.reviews {
	left: 80px;
}
.circles div.dates {
	left: 680px;
}
.circles div.pressmedia {
	top: 200px;
	left: 780px;
}
.circles div.gallery {
	top: 200px;
	left: 520px;
}
.circles div.video {
	top: 150px;
	left: 250px;
}
.circles div.blogs {
	top: 250px;
	left: 70px;
}

.circles div.support {
	top: 30px;
	left: 185px;
}
.circles div.participate {
	top: 250px;
	left: 50px;
}
.circles div.survey {
	top: 240px;
	left: 380px;
}
.circles div.workwith {
	top: 10px;
	left: 470px;
}

.circles div.contact {
	top: 20px;
	left: 130px;
}
.circles div.ourteam {
	top: 0px;
	left: 470px;
}
.circles div.partners {
	top: 175px;
	left: 290px;
}
.circles div.press {
	top: 300px;
	left: 120px;
}
.circles div.history {
	top: 280px;
	left: 480px;
}


.circles div.promo1 {
	top: 0px;
	left: 780px;
}
.circles div.promo2 {
	top: 160px;
	left: 20px;
}
.circles div.promo3 {
	top: 330px;
	left: 20px;
}
.circles div.promo1 a,
.circles div.promo2 a,
.circles div.promo3 a {
	font-weight: 400;
	font-size: 1.2em;
}


.partners {
	position: relative;
}
.partner {
	float: left;
	display: table;
	width: 153px !important;
	height: 140px;
	overflow: hidden;
	background-color: #FFF;
	margin: 0px 2px 2px 0px;
}
.partner a {
  display: table-cell; 
  vertical-align: middle; 
  text-align: center; 
	cursor: pointer;
}
.partner img {
	height: 138px;
}

#carousel li a {
	position: absolute;
	display: table;
	width: 270px;
	height: 475px;
	margin: 0px;
	color: #fff;
	font-size: 2.2em;
	font-weight: 700;
	padding: 0 15px
}
#carousel li a p {
  display: table-cell; 
  vertical-align: middle; 
  text-align: center; 
}

.no-projects {
	width: 300px;
	text-align: center;
	margin: 0px auto;
	padding-top: 150px;
	font-size: 2.2em;
	font-weight: 700;
	color: #FFF;
}