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

body {
  /*padding-bottom: 40px;*/
  color: #5a5a5a;
}

.common-text {
    font-size: 18px;
}

.container {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* 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: 100%;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/*It is used to fix problems with centering image in Safari browser*/
.row.vcenter:after, .row.vcenter:before{
  display: none;
}

.vcenter {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}

.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

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

h1.product-desc {
  padding-top: 3.5rem;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
}
p.product-desc {
  text-align: center;
  font-size: 25px;
  font-family: 'Times New Roman', Times, serif;
}

span.core-name {
  font-family: 'Times New Roman', Times, serif;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}

.marketing {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
}

.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

/* Featurettes
------------------------- */
.image-small {
    max-height: 200px
}

.image-normal {
    max-height: 400px
}

.image-big {
    max-height: 500px
}

.image-biggest {
    max-height: 650px
}

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

.featurette-divider-asymetric {
  margin-top: 80px;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
}

.featurette-divider-asymetric-small {
  margin-top: 80px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

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

.carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@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;*/
  }
}

.navbar-brand {
    padding: 5px;
}

.navbar-brand>img {
  padding: 0px;
  margin: 0px;
  width: auto;
  height: 100%;
}

.social-logo-mobile {
  position: relative;
  float: right;
  padding-left: 0px;
  margin-bottom: 0px;
}

.social-icon-mobile {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

.social-icon-mobile-right {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-left: 0px;
}

.social-icon-contact {
  width: 70px;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

.img-social {
    position: relative;
    height: 20px !important;
    width: auto !important;
}

.sk-logo-overlay-container {
    background: bottom left no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 75px;
    height: 50px;
    z-index: 10;
}

@media (max-width: 600px) {
    .sk-logo-overlay-container {
        width: 52px;
        height: 37px;
    }
}

@media (max-width: 400px) {
    .social-icon-mobile {
      padding-top: 15px;
      padding-bottom: 15px;
      padding-right: 10px;
      padding-left: 0px;
    }

    .social-icon-mobile-right {
      padding-top: 15px;
      padding-bottom: 15px;
      padding-right: 10px;
      padding-left: 0px;
    }
}

.center-text {
    text-align: center;
}


@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-nav .open .dropdown-menu {
       position: static;
       float: none;
       width: auto;
       margin-top: 0;
       background-color: transparent;
       border: 0;
       -webkit-box-shadow: none;
       box-shadow: none;
    }
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
  }
}

@media (min-width: 991px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

@media (max-width: 991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
}
