/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: FLATTY - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */

body {
  background-color: #f2f2f2;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #111;
}

h1 {
	font-size: 60px;
}

h3 {
	color: #95a5a6;
	font-weight: 400;
}

h4 {
	color: #222;
	font-weight: 400;
	font-size: 20px;
}

/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
    font-size: 18px;
    color: #111;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #0076A9;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.hero {

}

.navbar-default {
	background-color: #0076A9;
	border-color: transparent;
}

.navbar-default .navbar-brand {
	color: white;
}

.navbar-default .navbar-nav > li > a {
	color: white;
}

/* Helpers */

.mt {
	margin-top: 40px;
	margin-bottom: 40px;
}

.form-control {
	height: 42px;
	font-size: 18px;
	width: 280px;
}

i {
	margin: 8px;
	color: #0076A9;
}


/* HeaderWrap */
#headerwrap {
	/*background-color: #3498db;*/
	background-color: #0076A9;
	background: url(../img/coworking-group-montage-1-web.jpg) no-repeat center top;
	margin-top: -20px;
	padding-top:100px;
	padding-bottom: 20px;
	background-attachment: relative;
	background-position: center center;
	width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/*
#headerwrap h1 {
	margin-top: 0px;
	margin-bottom: 15px;
	color: white;
	font-size: 45px;
	font-weight: 300;
	letter-spacing: 1px;
}
#headerwrap h1,
#headerwrap p {
	color: #0076A9;
}*/
.top-spacer {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  float: none;
  padding: 30px;
  /*background-color: rgba(255,255,255,0.75);
  border: 1px solid #0076A9;*/
  max-width: 850px;
  border-radius: 5px;
}
.top-spacer h1 {
  font-family: Yellowtail;
  margin-top: 0px;
  color: #fff;
  font-size: 120px;
   text-shadow:
     -1px -1px 0 #000,
      1px -1px 0 #000,
      -1px 1px 0 #000,
       3px 3px 0 #000;
   line-height: 0.7;
}
.top-spacer p {
  margin-bottom: 15px;
  color: #fff;
   text-shadow:
     -1px -1px 0 rgba(0,0,0,0.6),
      1px -1px 0 rgba(0,0,0,0.6),
      -1px 1px 0 rgba(0,0,0,0.6),
       1px 1px 0 rgba(0,0,0,0.6);
  font-size: 24px;
  font-weight: bold;
}

.navbar-brand {
  font-family: 'AnotherTypewriter', serif;
}
.navbar-brand img {
  max-height: 30px;
}
.navbar-nav {
  margin-top: 5px;
}
.splashimage { margin-top: 25px; }

.screen-thumb {
  border-radius: 10px;
  border: 5px solid #ddd;
  text-align: center;
  margin: 0 auto;
  max-height: 211px;
}
.screen-col {
  margin-bottom: 25px;
}

/* Slider carousel */
.main-text
{
    position: absolute;
    bottom: 70px;
    width: 96.66666666666666%;
    color: #FFF;
}
.btn-min-block
{
    min-width: 170px;
    line-height: 26px;
}
.btn-clear
{
    color: #FFF;
    background-color: transparent;
    border-color: #FFF;
    margin-right: 15px;
}
.btn-clear:hover
{
    color: #000;
    background-color: #FFF;
}
.btn-origins {
  max-width: 340px;
}
/* End slider carousel */
.item img {
  width: 100%;
}
.carousel-inner .item {
  background-attachment: relative;
  background-position: center center;
  width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#item-1 { background-image: url('../img/spaces/nwc-coworking-group3.jpg'); }
#item-2 { background-image: url('../img/spaces/02-bull-city.jpg'); }
#item-3 { background-image: url('../img/spaces/03-citizen-space.jpg'); }
#item-4 { background-image: url('../img/spaces/04-un-jour-ici.jpg'); }
#item-5 { background-image: url('../img/spaces/05-industry-lab.jpg'); }
.carousel-caption {
  bottom: 0px;
  padding-bottom: 0px;
  text-shadow: none;
}
.carousel-caption h3{
  color: #fff;
  margin-bottom: 0px;
  display: inline;
}
.carousel-caption p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}
#mobile-intro {
  display: none;
}
.wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}
.full-width {
  padding-right: 0px;
  padding-left: 0px;
}
.full-width img {
  width: 100%;
}
.yellow-wrapper {
  background-color: #F3FFBD;
}
.yellow-wrapper a {
  color: #A36103;
}
.yellow-wrapper a:hover {
  color: #666;
}
.mint-wrapper {
  background-color: #BED8D4;
}
.mint-wrapper h1 {
  font-size: 45px;
  line-height: 70px;
}
.mint-wrapper h1 span {
  background-color: #9DD1C8; padding: 5px;
}
.btn-top-space {
  margin-top: 30px;
}
.yellow-box {
  padding-left: 30px;
  padding-right: 30px;
}
.yellow-box h1 {
  font-size: 55px;
  margin-bottom: 35px;
  margin-top: 0px;
}
.yellow-box h3 {
  color: #000;
}
.yellow-box .btn {
  margin-bottom: 20px;
}

.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
}
.btn-primary.btn-outline { color: #428bca; }
.btn-success.btn-outline { color: #5cb85c; }
.btn-info.btn-outline { color: #5bc0de; }
.btn-warning.btn-outline { color: #f0ad4e; }
.btn-danger.btn-outline { color: #d9534f; }
.btn-mint.btn-outline {
  color: #209F8A;
  border: 1px solid #209F8A;
}
.btn-mint.btn-outline:hover {
  background-color: #209F8A;
  color: #fff;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}
.resources p {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 20px;
}
.carousel-indicators li {
  border: 1px solid #bbb;
}
.carousel-indicators .active {
  background-color: #bbb;
}
.languages img,
.nav > li > a > img {
    max-width: 20px;
}
.dropdown-menu {
  min-width: inherit;
}

@media (max-width: 768px) {
	#headerwrap { padding-top: 30px; }
	#mobile-intro {
	  display: block;
	}
}
@media (min-width: 992px) {
	.top-spacer { margin-top: 190px; }
	#headerwrap { min-height: 550px; }
	.yellow-box { padding-right: 60px; }
}
@media (max-width: 992px) {
  .top-spacer {
    margin-top: 180px;
  }
  .top-spacer h1 {
    font-size: 93px;
  }
  .top-spacer p {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 880px) {
  .top-spacer {
    padding: 15px;
    margin-top: 280px;
  }
  .top-spacer h1 {
    font-size: 93px;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 50px;
  }
  .top-spacer p {
    font-size: 18px;
    line-height: 20px;
    padding-top: 25px;
  }
  .mint-wrapper h1 {
    font-size: 30px;
    line-height: 43px;
  }
}
@media (max-width: 768px) {
	.splashimage { display: none; }
	.item {
	  min-height: 242px;
	}
	.item img {
	  transform:scale(1.5);
	  margin-top: 64px;
	}
	.top-spacer h1 {
	  padding: 0px;
	  margin-bottom: 90px;
	  font-size: 53px;
	}
}
@media (max-width: 1200px) {
  .yellow-box h1 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .carousel-caption p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 2px;
  }
}
