/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #5a5a5a;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
nav {
    margin-top: 40px;
}
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

.header {
    background: #dddee2;
    padding-bottom: 15px;
    background-image: url('../images/header-logo.png');
    background-repeat: no-repeat;
}

.hr-header {
    background: #00bcec;
    height: 9px;
}

.how-it-work {
    color: #ffffff;
    background: url('../images/howitwork.png') no-repeat;
    height: 130px;
    background-position: center -2px;
    padding-top: 30px;
    margin-top: 0;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

.gosnip {
	display: none;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

.carousel-static {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -25%;
    z-index: 15;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-caption h2 {
    background: rgb(48, 0, 4);
    border-radius: 8px;
}

.social-icon {
    width:64px;
    height:64px;
}

#start-show {
	padding:7px;
	font-size:24px;
	border-radius:6px;
}

.order-form {
    width:500px;margin:0 auto
}

.block-header-1 {
    background-color: #ffffff;
    text-align: right;
    /*background-image: url('../images/tablets1.png');
    background-repeat: no-repeat;
    background-position: right 0;
    height: 79px;*/
}

.block-1 {
    background-image: url('../images/tablets2.png');
    background-repeat: no-repeat;
    background-position: right 0;
}
.block-header-2 {
    background-color: #00bcec;
    /*background-image: url('../images/browse1.png');
    background-repeat: no-repeat;
    background-position: left 0;
    height: 63px;*/
}
.block-2 {
    background-image: url('../images/browse2.png');
    background-repeat: no-repeat;
    background-position: left 0;
}
.block-header-3 {
    background-color: #ffffff;
    text-align: right;
    /*background-image: url('../images/graphics1.png');
    background-repeat: no-repeat;
    background-position: right 0;
    height: 109px;*/
}
.block-3 {
    background-image: url('../images/graphics2.png');
    background-repeat: no-repeat;
    background-position: right 0;
}
.block-header-4 {
    background-color: #00bcec;
    /*background-image: url('../images/deal1.png');
    background-repeat: no-repeat;
    background-position: left 0;
    height: 123px;*/
}
.block-4 {
    background-image: url('../images/deal2.png');
    background-repeat: no-repeat;
    background-position: left 0;
}
.block-3 .row {
    margin-top: 100px;
}
.block-5 {
    background-image: url('../images/feedback.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}
.sign-buttons {
    margin-top: 40px;
}
.sign-buttons div {
    text-align: right;
}
.header-text {
    margin-top: 30px;
}
.header-text div {
    text-align: right;
}
.header-text h1 {
    color: white;
    font-weight: bold;
    font-size: 55px;
}
.header-text h1 {
    color: white;
    font-weight: bold;
    font-size: 55px;
}
.header-text h4 {
    color: #6d6d6d;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 768px) {
    .header {

        background-image: url('../images/header-logo-min.png');
    }

    .order-form {
        width: 375px;
    }
    .tt-menu {
        width: 280px;
    }
    .typeahead, .tt-query, .tt-hint {
        width: 250px;
    }
    .carousel-static {
        left: 30%;
    }
    #start-show {
        margin-top: 3px;
    }
    .block-1,
    .block-2,
    .block-3,
    .block-4,
    .block-5 {
        background-image: none;
    }
    .block-header-1,
    .block-header-2,
    .block-header-3,
    .block-header-4,
    .block-header-5 {
        display: none;
    }
    .block-3 .row {
        margin-top: 0;
    }
    /*.header {
        background-position-x: 100%;
    } */
    .sign-buttons {
        margin-top: 60px;
    }
    .header-text {
        margin-top: 0;
    }
    .header-text h1 {
        font-size: 2.5em;
    }
    .header-text h4 {
        color: white;
    }

}

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
    /*.order-form {
        width: 375px;
    }
    .tt-menu {
        width: 280px;
    }
    .typeahead, .tt-query, .tt-hint {
        width: 250px;
    }
    .carousel-static {
        left: 30%;
    }
    #start-show {
        margin-top: 3px;
    }*/
    nav {
        margin-top: 90px;
    }
    .block-1,
    .block-2,
    .block-3,
    .block-4 {
        background-size: 65%;
    }
    .block-header-1 img,
    .block-header-2 img,
    .block-header-3 img,
    .block-header-4 img {
        width: 65%;
    }
    .block-3 .row {
        margin-top: 0;
    }
    .header {
        /*background-color: #DCDDE1;*/
        background-image: url('../images/header-logo-min.png');
    }
    .sign-buttons {
        margin-top: 0;
    }
    .header-text {
        margin-top: 0;
    }
    /*.header-text h1 {
        font-size: 2.5em;
    }*/
    .header-text h4 {
        color: white;
    }
}

.jumbotron-blue {
    background-color: #00bcec; margin: 0; color: white; text-align: center;
}

.jumbotron-gray {
    background-color: #383838; color: #ffffff; height: 350px; margin: 0; text-align: left;
    padding-right: 10%;
    padding-left: 10%;
}

@media (max-width: 768px) {
    .jumbotron-gray {
        height: 200px;
    }
}

.jumbotron-white {
    background-color: #ffffff;
}


a {
    color: #1da3d0;
    text-decoration: none;
}

.nav>li>a:hover, .nav>li>a:focus {
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    background-color: transparent;
}

.navbar {
    margin-bottom: 0;
}

.btn-primary {
    background-color: #00bcec;
    border-color: #00bcec;
}

.btn-economy {
    background-color: #e69b00;
    color: white;
}
.btn-economy:hover {
    color: white;
}
.btn-standart {
    background-color: #dc6e00;
    color: white;
}
.btn-standart:hover {
    color: white;
}
.btn-bussnes {
    background-color: #ab2312;
    color: white;
}
.btn-bussnes:hover {
    color: white;
}

.panel-economy {
    border-color: #e69b00;
    color: #6d6d6d;
}
.panel-economy .panel-heading {
    background-color: #e69b00;
    color: white;
}
.panel-standart {
    border-color: #dc6e00;
    color: #6d6d6d;
}
.panel-standart .panel-heading {
    background-color: #dc6e00;
    color: white;
}
.panel-bussnes {
    border-color: #ab2312;
    color: #6d6d6d;
}
.panel-bussnes .panel-heading {
    background-color: #ab2312;
    color: white;
}

.navbar-inverse {
    background-color: transparent;
    color: white;
}