/**
 * Header 22 stylesheet  
 * */
.header-22 {
  position:relative;
  z-index:100;
  width:100%;
  padding-top:78px;
  padding-bottom:0;
  height:240px
}
 
.header-22 .header-background {
  background:#fff
}
 
.header-22 .icon-holder {
  text-align:center;
  display:block!important
}
 
.header-22 .icon-holder [class*="fui-"] {
  font-size:24px;
  font-weight:normal;
  color:#e74c3c;
  position:relative;
  z-index:2
}
 
.header-22 .navbar {
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:13px
}
 
.header-22 .navbar.navbar-fixed-top {
  top:110px!important
}
 
.header-22 .navbar .brand {
  display:none;
  padding:23px 28px 5px 0;
  font-size:25px;
  font-weight:normal;
  color:#34495e;
  font-weight:800
}
 
.header-22 .navbar .brand img:first-child {
  float:left;
  margin:-10px 15px 0 0
}
 
.header-22 .navbar .nav .nav-list {
  margin:0;
  padding:0;
  list-style:none
}
 
@media (min-width: 992px) {
 .header-22 .navbar .nav {
   width:100%;
   text-align:center
 }
  
 .header-22 .navbar .nav li {
   float:none;
   display:inline-block
 }
 
}
 
.header-22 .navbar .nav li {
  margin-left:40px
}
 
.header-22 .navbar .nav li:first-child {
  margin-left:0
}
 
.header-22 .navbar .nav li > a {
  display:block;
  text-transform:uppercase;
  padding:40px 0;
  font-size:13px;
  font-weight:normal;
  font-weight:800;
  letter-spacing:1px;
  color:#bdc3c7
}
 
.header-22 .navbar .nav li > a:hover,.header-22 .navbar .nav li > a:focus,.header-22 .navbar .nav li > a.active {
  color:#979c9f
}
 
.header-22 .navbar .nav-holder {
  display:inline-block
}
 
.header-22 .navbar .navbar-toggle {
  background-image:url(http://proteatr.ru/2015/wp-content/themes/startup/templates/startup-framework/build-wp/common-files/icons/menu-icon-dark@2x.png);
  -webkit-background-size:17px 12px;
  -moz-background-size:17px 12px;
  -o-background-size:17px 12px;
  background-size:17px 12px;
  margin-top:26px
}
 
.header-22-sub {
  position:relative;
  padding-top:100px;
  padding-bottom:100px
}
 
.header-22-sub.v-center,.header-22-sub .v-center {
  display:table;
  width:100%
}
 
.header-22-sub.v-center > div,.header-22-sub .v-center > div {
  display:table-cell;
  vertical-align:middle;
  margin-top:0;
  margin-bottom:0;
  float:none
}
 
@media (min-width: 768px) {
 .header-22-sub .v-center.row:before,.header-22-sub .v-center.row:after {
   display:none
 }
 
}
 
@media (max-width: 767px) {
 .header-22-sub .v-center {
   -webkit-box-sizing:border-box;
   -moz-box-sizing:border-box;
   box-sizing:border-box;
   padding-left:5px;
   padding-right:5px
 }
  
 .header-22-sub .v-center.row {
   display:block;
   width:auto
 }
  
 .header-22-sub .v-center.row:before,.header-22-sub .v-center.row:after {
   display:none
 }
  
 .header-22-sub .v-center.row > * {
   display:block;
   vertical-align:baseline
 }
 
}
 
.header-22-sub h3 {
  margin-bottom:68px;
  font-size:37px;
  font-weight:normal;
  color:#34495e;
  font-weight:300;
  text-align:center;
  line-height:50px
}
 
@media (max-width: 767px) {
 .header-22-sub h3 {
   font-size:30px;
   font-weight:normal;
   color:#2c3e50;
   font-weight:300;
   text-align:center
 }
 
}
 
.header-22-sub .container {
  opacity:0;
  filter:alpha(opacity=0)
}
 
.loaded .header-22-sub .container {
  -webkit-transition:1.2s opacity;
  -moz-transition:1.2s opacity;
  -o-transition:1.2s opacity;
  transition:1.2s opacity;
  opacity:100;
  filter:alpha(opacity=10000);
  opacity:1;
  filter:alpha(opacity=100)
}
 
@media (max-width: 480px) {
 .header-22-sub {
   padding-top:50px
 }
  
 .header-22-sub h3 {
   font-size:30px;
   font-weight:normal;
   color:#34495e;
   font-weight:300;
   text-align:center;
   line-height:50px;
   margin-bottom:30px
 }
 
}/**
 * Content 10 stylesheet  
 * */
.content-10 {
  padding-top: 130px;
  padding-bottom: 125px;
  position: relative;
}
.content-10 .carousel {
  margin-bottom: 0;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  .content-10 .carousel {
    margin-top: 80px;
  }
}
.content-10 .carousel .item img {
  margin: 0 auto;
}
.content-10 .carousel .carousel-indicators {
  position: static;
  text-align: center;
  margin: 0;
  padding-top: 40px;
}
.content-10 .carousel .carousel-indicators li {
  display: inline-block;
  float: none;
  width: 12px;
  height: 12px;
  margin-left: 7px;
  text-indent: -999px;
  background-color: #f1f1f1;
  border-radius: 50%;
  cursor: pointer;
}
.content-10 .carousel .carousel-indicators li:first-child {
  margin-left: 0;
}
.content-10 .carousel .carousel-indicators .active {
  background-color: #c0392b;
}
.content-10 .carousel .item {
  -webkit-transition: 0.6s ease-in-out opacity;
  -moz-transition: 0.6s ease-in-out opacity;
  -o-transition: 0.6s ease-in-out opacity;
  transition: 0.6s ease-in-out opacity;
  left: 0!important;
}
.content-10 .carousel .item.active.left,
.content-10 .carousel .item.active.right {
  opacity: 0;
  z-index: 2;
}
.content-10 .carousel .item.next {
  opacity: 1;
  z-index: 1;
}
.content-10 h3 {
  font-size: 30px;
  font-weight: normal;
  color: #2c3e50;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 48px;
  font-weight: 300;
}
.content-10 p {
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
}
.content-10 .features .box {
  position: relative;
  padding-left: 140px;
  padding-top: 50px;
  margin-top: 50px;
  min-height: 100px;
  border-top: 2px solid #ecf0f1;
}
.content-10 .features .box.first,
.content-10 .features .box:first-child,
.content-10 .features .box:first-of-type {
  margin-top: 0;
  border-top: 0;
}
.content-10 .features .box .img-holder {
  position: absolute;
  left: 0;
  top: 50px;
}
.content-10 .features h6 {
  text-transform: none;
  font-size: 22px;
  font-weight: normal;
  color: #2c3e50;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.3;
}
.content-10 .features p {
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
}
/**
 * Footer 12 stylesheet  
 * */
.footer-12 {
  padding-top:150px;
  padding-bottom:50px;
  text-align:center;
  font-size:84.3px;
  font-weight:normal;
  color:rgba(44,62,80,0.2);
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight:800;
  letter-spacing:-2px
}
 
.footer-12:before {
  content:'';
  position:absolute;
  top:110px;
  left:0;
  right:0;
  height:2px;
  overflow:hidden;
  background:#ebedee
}
 
.footer-12 [class*="fui-"] {
  font-size:60px;
  font-weight:normal;
  color:#e74c3c;
  vertical-align:baseline
}
 
@media (min-width: 1200px) {
 .footer-12 {
   font-size:84px;
   font-weight:normal;
   color:rgba(44,62,80,0.2);
   font-weight:800
 }
 
}
 
@media (max-width: 1199px) {
 .footer-12 {
   font-size:82px
 }
 
}
 
@media (max-width: 991px) and (min-width: 768px) {
 .footer-12 {
   font-size:56px;
   font-weight:normal;
   color:rgba(44,62,80,0.2);
   font-weight:800
 }
 
}
 
@media (max-width: 767px) {
 .footer-12 {
   font-size:36px;
   font-weight:normal;
   color:rgba(44,62,80,0.2);
   font-weight:800
 }
  
 .footer-12 [class*="fui-"] {
   font-size:32px
 }
 
}
 
@media (max-width: 480px) {
 .footer-12 {
   font-size:26px;
   font-weight:normal;
   color:rgba(44,62,80,0.2);
   padding-top:150px;
   font-weight:800
 }
  
 .footer-12 [class*="fui-"] {
   font-size:18px;
   font-weight:normal;
   color:#e74c3c
 }
 
}