/*Font face import*/
@import url('/css/font-face.css');

/*Colors & Fonts Import*/
@import url('/css/color-and-font.css');
/* Global Styles */

overall theme colors {
  LIGHT-BLUE: #4f91cd;
  DARK-BLUE: #005288;
  ULTRA-LIGHT-GREY: #e3e3e3;
  GREY: #afafaf;
  WHITE: #fff;
}

* {
  outline: none !important;
}

html,
body {
    height: 100%;
}

body {
    padding-top: 100px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	overflow-x: hidden;
}
p {
    padding: 7px 0;
}
.img-portfolio {
    margin-bottom: 30px;
}

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

/* Home Page Carousel */

header.carousel {
    height: calc(100vh - 100px);
}

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;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

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

nav.navbar.navbar-inverse.navbar-fixed-top {
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
    box-shadow: 0px 3px 6px rgba(23,23,23,0.4);
    height: 100px;
    max-width: 100vw;
}


.navbar-brand img.img-responsive {
    height: 80px;
    margin-top: -10px;
}

.row.service-details {
    padding: 30px 15px;
}
.media {
    display: table;
}
.media-body {
  vertical-align: middle;
}
@media(min-width: 768px) {
    .text-container {
        max-width: 48%;
    }
    .row.vid-row{
      /* display:flex !important; */
      /* align-items:center; */
      /*justify-content: center;*/
    }
    .copyright-info.mobile {
      display: none;
    }
    .carousel-caption h2:first-of-type {
        font-size: 400%;
    }
    .carousel-caption {
      height: 100vh;
      padding-top: 50vh;
    }
}
@media screen and (max-width: 767px) {
  .mobile-hack {
    width: calc((100vw - 315px) / 2);
    min-height: 1px;
    float: left;
  }
  .img-responsive {
    padding-top: 15px;
  }
  footer > .row > .col-md-8 {
    display: none;
  }
  .copyright-info.mobile {
    display: block;
  }
  .carousel-caption h2:first-of-type {
      font-size: 400%;
  }
  .carousel-caption {
    height: 100vh;
    padding-top: 45%;
  }
}

a.carousel-control {
    width: 5% !important;
    background-image: none !important;
}

.carousel-control span[class*='icon-'] {
    font-size: 60px;
    transform: scale(1.0,1.0);
    transform-origin: 50% 50%;
    transition:transform .5s ease;
}
.carousel-control span[class*='icon-']:hover {
    transform: scale(1.5,1.5);
}


button.navbar-toggle {
    margin-top: 33px;
    border: none;
    background-color: #005288;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #005288;
}

.navbar-header {
    height: 100px;
}

div#bs-example-navbar-collapse-1 {
    background-color: #fff;
}


.panel-body ul {
    text-align: left;
}

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

.service-bubble {
    height: 180px;
    width: 180px;
    border-radius: 50%;
    background-position: 50% 50%;
    background-size: cover;
    display: inline-block;
}


.service-box h2 {
    font-family: aurulent;
    font-size: 175%;
    margin-top: 7px;
}

.service-box:hover {
  text-decoration: none !important;
}
.service-box:hover > div {
  box-shadow: 1px 2px 2px rgba(23,23,23,0.6);
  border-color: #4f91cd;
}
.service-box:hover > h2 {
  transform: scale(1.1,1.1);
  text-shadow: 1px 1px 1px rgba(23,23,23,0.6);
}


footer .col-md-4 p {
    padding: 0;
    margin: 4px 0;
    text-align: right;
}


.row.image-header {
    background-image: url(/img/img-header.jpg);
    /* margin-top: 30px; */
    padding: 14px;
    margin-left: 0;
    margin-right: 0;
    background-size: cover;
    background-position-y: 50%;
}

.image-header h1.page-header {
    color: #fff;
}

i.fa-3x[class*='flaticon-']:before {
  font-size: 1.5em;
}


div.circle-img {
    height: 40px;
    width: 40px;
    display: inline-block;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}


ul.content-list {
    font-size: 18px;
}


.service-bubble.mini {
    height: 100px;
    width: 100px;
    border-radius: 0;
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: none !important;
}

.row.fitness > .service-box {
    margin-bottom: 25px;
}


.row.team-row {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
	.row.team-row .col-md-3:nth-of-type(3) {
		margin-top:30px;
	}
}

.team-row h3 {
    margin-bottom: 0;
}

.col-md-8.col-md-offset-2.testimony {
    padding: 30px 0;
}


.row.testimony {
    margin: 60px 30px;
}

.testimony > .fa-quote-right {
    margin-top: -3em;
}

.testimony .fa-quote-left {
    margin-right: 20px !important;
}


.text-center > img.img-responsive {
    display: inline-block;
}
@media (max-width: 768px) {
  .sm-text-center {
    text-align: center !important;
  }
}


div.row + div.well {
    margin-top: 30px;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
  color: #4f91cd !important;
  background-color: #efefef;
}
.row.fitness {
    margin: auto 0;
}


body .panel-default > .panel-heading {
    background-color: #4F91CD !important;
    color: #fff !important;
    text-align: center;
}
i > small {
    font-size: 60%;
}
form ul.list-inline li {
  width: 100%;
}
form ul.list-inline li > span,
form ul.list-inline li > input {
  display: inline-block;
  max-width: 50%;
  clear: none;
}

form.has-error .form-control[aria-invalid="true"] {
    border-color: #a94442;
}

form.has-error .form-control {
  border: 1px solid #ccc;
}

label sup {
    color: #a94442;
}

li.coronary label,
li.coronary input {
  margin: 0 3px;
}
ol.coronary > li {
  margin: 15px 0;
}

input[type="checkbox"] + label {
  display: inline;
  padding-left: 7px;
}

.datepicker th {
    text-align: center;
}

.datepicker-years span.year,
.datepicker-months span.month,
.datepicker-days span.day,
.clear {
    padding: 4px;
    border-radius: 3px;
    transition: all .3s ease;
}

.datepicker-years span.year:hover,
.datepicker-months span.month:hover,
.datepicker-days span.day:hover,
.clear {
    background-color: #005288;
    color: #fff;
}

.scroll-container {
    border-radius: 5px;
    border: solid 1px #efefef;
    padding: 30px;
    max-height: 30vh;
    overflow-y: scroll;
}

.carousel-control {
  display: flex;
  align-items: center;
  vertical-align: baseline;
  justify-content: center;
}

.inline-block-column{
	display:inline-block;
	float:none;
	margin-left:-4px;
}