/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
/* Global Styles */
html,
body {
  height: 100%;
}
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 */
/*
.carousel-inner,.carousel,.item,.container,.fill {
  height:100%;
  width:100%;
  background-position:center center;
  backgroud-size: cover;
}
*/
/*
header.carousel {
  height: 50%;
  .item,
  .item.active,
  .carousel-inner {
    height: 100%;
  }
  .fill {
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size: cover;
  }
}
*/
.carousel {
  height: 500px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  top: 1em;
  -webkit-box-shadow: 10px 11px 40px -4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 10px 11px 40px -4px rgba(0, 0, 0, 0.5);
  box-shadow: 10px 11px 40px -4px rgba(0, 0, 0, 0.5);
}
.carousel .carousel-inner,
.carousel .item,
.carousel .fill {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/*
.navbar {
  -webkit-box-shadow: 10px 11px 40px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 11px 40px -4px rgba(0,0,0,0.75);
  box-shadow: 10px 11px 40px -4px rgba(0,0,0,0.75);
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
}
*/
.navbar-brand {
  padding: 0px;
}
.navbar-brand img {
  height: 100%;
  padding: 10px;
  width: auto;
}
.carousel-caption {
  text-align: left;
  left: auto;
  right: 50px;
  width: 25%;
  transform: translate(0%, -50%);
  position: absolute;
}
.carousel-caption h1 {
  color: #34699B;
  font-size: 32px;
  font-weight: bold;
}
.carousel-caption p {
  color: #000000;
  font-size: 24px;
}
/* 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;
}
/* Footer Styles */
footer {
  margin: 50px 0;
}
/* Responsive Styles */
@media (max-width: 991px) {
  .customer-img,
  .img-related {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .carousel-caption {
    left: auto;
    right: 15%;
    bottom: 20px;
    position: absolute;
    transform: translate(0%, 0%);
  }
}
@media (max-width: 767px) {
  .img-portfolio {
    margin-bottom: 15px;
  }
  #myCarousel {
    display: none !important;
  }
}
/* VirtueRN styles */
.panel-info {
  height: 20em;
  -webkit-box-shadow: 10px 11px 40px -4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 10px 11px 40px -4px rgba(0, 0, 0, 0.5);
  box-shadow: 10px 11px 40px -4px rgba(0, 0, 0, 0.5);
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
}
.panel-heading {
  background-color: #34699B !important;
  height: 4em;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
}
.panel-heading h4 {
  text-align: center;
  color: white;
  font-size: x-large;
}
.panel-body li {
  font-size: large;
}
.page-header {
  color: #34699B;
  text-shadow: 4px 4px 6px rgba(150, 150, 150, 0.5);
}
.page-header .phrase {
  color: #34B7E8;
}
.modal-header {
  background-color: #34699B !important;
  color: white;
}
