/* line 3, ../sass/app.scss */
html,
body {
  height: 100%;
}

/* line 6, ../sass/app.scss */
body {
  padding-top: 50px;
  /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
  overflow-x: hidden;
}

/* line 10, ../sass/app.scss */
.bg-yellow {
  background-color: #FFD526;
}

/* line 14, ../sass/app.scss */
.bg-img {
  background: url("../images/bg_bottom.png");
  background-size: cover;
}

/* line 21, ../sass/app.scss */
.img-portfolio {
  margin-bottom: 30px;
}

/* line 25, ../sass/app.scss */
.img-hover:hover {
  opacity: 0.8;
}

/* Home Page Carousel */
/* line 31, ../sass/app.scss */
header.carousel {
  height: 100%;
}

/* line 35, ../sass/app.scss */
header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
  height: 100%;
}

/* line 41, ../sass/app.scss */
header.carousel .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

/* 404 Page Styles */
/* line 51, ../sass/app.scss */
.error-404 {
  font-size: 100px;
}

/* Pricing Page Styles */
/* line 57, ../sass/app.scss */
.price {
  display: block;
  font-size: 50px;
  line-height: 50px;
}

/* line 63, ../sass/app.scss */
.price sup {
  top: -20px;
  left: 2px;
  font-size: 20px;
}

/* line 69, ../sass/app.scss */
.period {
  display: block;
  font-style: italic;
}

/* Footer Styles */
/* line 76, ../sass/app.scss */
footer {
  margin: 0px 0;
}

/* line 79, ../sass/app.scss */
.full {
  width: 100%;
}

/* line 82, ../sass/app.scss */
.gap {
  height: 30px;
  width: 100%;
  clear: both;
  display: block;
}

/* line 88, ../sass/app.scss */
.footer {
  height: auto;
  padding-bottom: 30px;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #DDDDDD;
}

/* line 97, ../sass/app.scss */
.footer p {
  margin: 0;
}

/* line 100, ../sass/app.scss */
.footer img {
  max-width: 100%;
}

/* line 103, ../sass/app.scss */
.footer h3 {
  border-bottom: 1px solid #BAC1C8;
  color: #54697E;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  padding: 40px 0 10px;
  text-transform: uppercase;
}

/* line 112, ../sass/app.scss */
.footer ul {
  font-size: 13px;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 15px;
  color: #7F8C8D;
}

/* line 120, ../sass/app.scss */
.footer ul li a {
  padding: 0 0 5px 0;
  display: block;
}

/* line 124, ../sass/app.scss */
.footer a {
  color: #78828D;
}

/* line 127, ../sass/app.scss */
.supportLi h4 {
  font-size: 20px;
  font-weight: lighter;
  line-height: normal;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

/* line 134, ../sass/app.scss */
.newsletter-box input#appendedInputButton {
  background: #FFFFFF;
  display: inline-block;
  float: left;
  height: 30px;
  clear: both;
  width: 100%;
}

/* line 142, ../sass/app.scss */
.newsletter-box .btn {
  border: medium none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  height: 40px;
  padding: 0;
  width: 100%;
  color: #fff;
}

/* line 155, ../sass/app.scss */
.newsletter-box {
  overflow: hidden;
}

/* line 158, ../sass/app.scss */
.bg-gray {
  background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
  box-shadow: 0 1px 0 #B4B3B3;
}

/* line 162, ../sass/app.scss */
.social li {
  background: none repeat scroll 0 0 #B5B5B5;
  border: 2px solid #B5B5B5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  float: left;
  height: 36px;
  line-height: 36px;
  margin: 0 8px 0 0;
  padding: 0;
  text-align: center;
  width: 36px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

/* line 183, ../sass/app.scss */
.social li:hover {
  transform: scale(1.15) rotate(360deg);
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
}

/* line 190, ../sass/app.scss */
.social li a {
  color: #EDEFF1;
}

/* line 193, ../sass/app.scss */
.social li:hover {
  border: 2px solid #2c3e50;
  background: #2c3e50;
}

/* line 197, ../sass/app.scss */
.social li a i {
  font-size: 16px;
  margin: 0 0 0 5px;
  color: #EDEFF1 !important;
}

/* line 202, ../sass/app.scss */
.footer-bottom {
  position: relative;
  background-color: #19296D;
  border-color: #3345b7;
  border-top: 1px solid #DDDDDD;
  bottom: 0%;
  z-index: 1;
  opacity: 0.8;
}

/* line 211, ../sass/app.scss */
.footer-bottom p.pull-left {
  padding-top: 6px;
}

/* line 214, ../sass/app.scss */
.payments {
  font-size: 1.5em;
}

/* line 220, ../sass/app.scss */
#bx-pager .active, #bx-pager1 .active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* line 224, ../sass/app.scss */
.panel-body p {
  text-indent: 0px;
}

@media (max-width: 991px) {
  /* line 3, ../sass/_res.scss */
  .customer-img,
  .img-related {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  /* line 10, ../sass/_res.scss */
  .img-portfolio {
    margin-bottom: 15px;
  }

  /* line 14, ../sass/_res.scss */
  header.carousel .carousel {
    height: 70%;
  }
}
