/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */
.copy{
    color:#818c8d;
    font-size: 13px;
}
.list-arrow {
  list-style-type: none;
  margin: 0 0 30px;
  padding-left: 0;
  font-size: 14px;
  color:#777878;
  font-weight: 300;
}
.list-arrow li {
  position: relative;
  padding-left: 15px;
}
.list-arrow li:before {
  content: "";
  width: 7px;
  height: 6px;
  background: url(../img/small-arrow.png) no-repeat;
  position: absolute;
  left: 0;
  top: 8px;
}
.list-arrow li a {
  color: inherit;
  -webkit-transition: .3s ease;
          transition: .3s ease;
  text-decoration: none;
}
.list-arrow li a:hover {
  color: #3c8cc5;
}
.list-arrow.alt {
  font-size: 15px;
}
.list-arrow.alt li {
  border-bottom: 1px solid #f1f1f1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.list-arrow.alt li:before {
  top: 20px;
}

.site-footer {
  background-color: #f1f1f1;
  font-size: 13px;
}
.site-footer .footer-top {
  padding: 40px 0;
}
.site-footer .footer-bottom {
  background: #e7e7e7;
  padding: 50px 0;
}
.site-footer .branding .site-title {
  font-size: 14px;
  line-height: normal;
}
.site-footer .branding .site-description {
  font-size: 10px;
}
@media screen and (max-width: 480px) {
  .site-footer .branding {
    margin-bottom: 20px;
  }
}
.site-footer .contact-links {
  margin-top: 20px;
}
@media screen and (max-width: 990px) {
  .site-footer .contact-links {
    text-align: left;
    float: none;
  }
}
@media screen and (max-width: 480px) {
  .site-footer .contact-links {
    clear: both;
  }
}
.site-footer .contact-links a {
  color: #818c8d;
  text-decoration: none;
  margin-left: 30px;
  -webkit-transition: .3s ease;
          transition: .3s ease;
  display: inline-block;
}
.site-footer .contact-links a .fa {
  margin-right: 5px;
}
.site-footer .contact-links a:hover {
  color: #3c8cc5;
}
.site-footer .colophon {
  border-top: 1px solid #d1d1d1;
  background: #e7e7e7;
  padding: 20px 0;
}
@media screen and (max-width: 480px) {
  .site-footer .colophon {
    text-align: center;
  }
}
.site-footer .colophon p {
  margin: 0;
}
.site-footer .widget {
  margin-bottom: 30px;
}
.site-footer .widget-title {
  font-size: 17px;
  font-weight: 400;
  color:#62666c;
}
.site-footer .widget-customer-info img {
  margin-right: 10px;
}
.site-footer .widget-customer-info .cs-info {
  display: table;
}
.site-footer .widget-customer-info .cs-info p {
  margin-top: 0;
  font-size: 13px;
  font-weight: 300;
  color:#818c8d;
}
.site-footer .widget-customer-info .cs-info a {
  text-decoration: none;
  color: #818c8d;
  -webkit-transition: .3s ease;
          transition: .3s ease;
}
.site-footer .widget-customer-info .cs-info a:hover {
  color: #3c8cc5;
}

.head-line {
  margin-top: 1px;
  margin-left: -10px;
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: right;
}

html,
body {
    height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}


/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

@media(max-width:767px) {
    body {
      font-size: 17px;
      line-height: 1.5;
    }
}

/* Input number */

.input_number {
  all: unset;
  -moz-appearance: textfield;
  width: 4em;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
.input_number::-webkit-inner-spin-button { 
  display: none;
}

.input-group button {
  background-color: white;
  border: 1px solid #eee;
  height: 35px;
  width: 35px;
  font-size: 15px;
  color: #6d6d6d;
}

.navbar-brand {
  padding: 5px 15px;
}

.navbar-inverse {
  background-color: #122538;
  border-color: #122538;
}
