@font-face {
  font-family: 'SourceSansPro-Regular';
  src: url(../fonts/SourceSansPro-Regular.eot); /* IE9 Compat Modes */
  src: url(../fonts/SourceSansPro-Regular?#iefix) format('embedded-opentype'), /* IE6-IE8 */
       /*url(../fonts/SourceSansPro-Regular.woff2) format('woff2'), /* Super Modern Browsers */
       /*url(../fonts/SourceSansPro-Regular.woff) format('woff'), /* Pretty Modern Browsers */
       url(../fonts/SourceSansPro-Regular.ttf)  format('truetype'), /* Safari, Android, iOS */
       url(../fonts/SourceSansPro-Regular.svg#svgFontName) format('svg'); /* Legacy iOS */
	   
	font-weight: normal;
	font-style: normal;
}


@font-face {
  font-family: 'SourceSansPro-Bold';
  src: url(../fonts/SourceSansPro-Bold.eot); /* IE9 Compat Modes */
  src: url(../fonts/SourceSansPro-Bold?#iefix) format('embedded-opentype'), /* IE6-IE8 */
       /*url(../fonts/SourceSansPro-Bold.woff2) format('woff2'), /* Super Modern Browsers */
       /*url(../fonts/SourceSansPro-Bold.woff) format('woff'), /* Pretty Modern Browsers */
       url(../fonts/SourceSansPro-Bold.ttf)  format('truetype'), /* Safari, Android, iOS */
       url(../fonts/SourceSansPro-Bold.svg#svgFontName) format('svg'); /* Legacy iOS */
	   
	font-weight: bold;
	font-style: normal;
}

/**/
html,
body,
.container-fluid,
.container-fluid > .row{
  height: 100%;
}
body{
  font-family:'SourceSansPro-Regular';
  font-size: 18px;
  color: #402114;
  background: #fff;
  min-height: 600px;
}
a,
a:hover {
  color: inherit;
}
.h1, .h2, .h3, .h4, .h5, .h6, 
h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
}
p {
  margin: 5px 0;
}
.block {
  height: 50%;
  overflow: hidden;
}
.block .row{
  height: 100%;
}
.table{
  display: table;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 20px;
}
.table .cell{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.table .cell .content{
  display: inline-block;
  text-align: left;
}
.color{
  color:#32c1b9;
}
.red-bg{
  background:#32c1b9;
}
.red-bg .color{
  color:#fff;
}
.center{
  text-align: center !important;
}
.bold{
  font-family:'SourceSansPro-Bold';
}
.upper{
  text-transform:uppercase;
}
.separator{
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin: 20px;
}
.carousel,
.carousel .carousel-inner,
.carousel .carousel-inner .item{
  height: 100%;
  min-height: 300px;
}
.carousel .item{
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 0;
  background-color: #fff;  
}
.carousel .item:before{
  content: "";
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.carousel h1{
  position: absolute;
  z-index: 1;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.carousel .carousel-indicators{
  top: 17px;
  bottom: auto;
  left: auto;
  right: 17px;
  text-align: right;
}
.carousel-indicators li{
  border-color:#32c1b9;
}
.carousel .carousel-control{
  z-index: 2;
  background: none;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right{
  color:#32c1b9;
}
.carousel-indicators .active{
  background:#32c1b9;
}
.carousel .carousel-caption{
  background: #fff;
  background: rgba(255,255,255,0.9);
  left: 20px;
  color: initial;
  text-shadow: none;
  text-align: left;
  padding: 10px;
  right: 20px;
  border: 1px solid #32c1b9;
}
/* mobile */

@media (max-width:767px){
  .block{
    height: auto;
  }
  .table{
    display: block;
  }
  .table .cell{
    display: block;
  }
  .mobile-invert{
    background:#32c1b9;
  }
  .mobile-invert .color{
    color:#fff;
  }
  .mobile-invert.red-bg{
    background:none;
  }
  .mobile-invert.red-bg .color{
    color:#32c1b9;
  }
}

/* theme dark */
.dark{
  background: #000;
}
.dark .red-bg .color{
  color:#000;
}
.dark .carousel h1{
  background: rgba(0, 0, 0, 0.7);
}
@media (max-width:767px){
  .dark .mobile-invert .color{
    color:#000;
  }
}

