html,
body {
    height: 100%;
}

@font-face {
	font-family: 'Conv_libelsuit';
	src: url('fonts/libelsuit.eot');
	src: url('fonts/libelsuit.woff') format('woff'), url('fonts/libelsuit.ttf') format('truetype'), url('fonts/libelsuit.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
font-family: 'Conv_libelsuit', sans-serif;
letter-spacing: 3px;
}

p {
font-family: 'Conv_libelsuit', 'Lato', 'Open Sans', sans-serif;
font-weight: 400;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Conv_libelsuit', 'Lato', 'Open Sans', sans-serif;
    font-weight: 800;
    line-height: 1.1;
    color: inherit;
}

h1, .h1 {
font-size: 36px;
}

h2, .h2 {
font-size: 28px;
}

h3, .h3 {
font-size: 24px;
}

p, li {
font-size: 18px;
}

.navbar-default .navbar-nav>li>a:hover,active {
  color:white;
}

.container {
    padding-left: 0px;
    padding-right: 0px;
}

/*
.container-fluid {
    max-width: 1100px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
*/

nav .container-fluid{
    padding-bottom: 15px;
}

@media(max-width: 1121px){
.navbar-toggle {
    display: block!important;
}
.navbar-collapse.collapse{
   display: none!important;
}
.navbar-collapse.collapse.in{
   display: block!important;
}
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    padding-left: 10px;
}

.form-control {
    margin: 10px;
}

.overlay {
width: 300px;
    right: 50px;
    height: 100%;
    top: 75px;
    position: absolute;
    z-index: 1000;
    color: #2c4f84;
    text-shadow: 0px 2px 10px #ffffff;
    text-align: center;
}

@media (max-width: 768px) {
.overlay {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    left: 0;
}
}

.btn {
    font-family: 'Conv_libelsuit', 'Lato', 'Open Sans', sans-serif;
    border: none;
    border-radius: 300px;
    font-weight: 700;
    text-transform: uppercase;
}

.placeholder {
    font-family: 'Conv_libelsuit', 'Lato', 'Open Sans', sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

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: top;
    background-size: cover;
}

#quiz{
font-size: 24px;
padding-top: 100px;
padding-bottom: 100px;
}

#quiz .text-box {
    font-size: 18px;
    text-align: center;
    border: 2px solid #3e58a6;
    padding: 25px;
}

#about .text-box {
    font-size: 24px;
    text-align: center;
    border: 2px solid white;
    padding: 25px;
}

#about .text-box p {
font-size: 24px;
}

#about {
    background-image: url(images/premier-logo-bg-final.png);
    background-repeat: no-repeat;
    background-size: 350px;
    background-color: #3e58a6;
    background-position-x: 10%;
}

#testimonials {
height: 350px;
margin-top: 20px;
}
div#testimonials .carousel .item,
div#testimonials .item.active,
div#testimonials .carousel-inner {
    height: 100%;
}

div#testimonials.carousel .fill {
    width: 100%;
    height: 350px;
    max-height: 350px;
    background-position: center;
    background-size: cover;
}
div#testimonials .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 0px 20px rgba(0,0,0,1), 0 0px 20px rgba(0,0,0,1);
}

.page-header {
    background: url(images/premier-logo-icon.png) no-repeat center;
    padding: 0 0 60px;
    background-position-y: 40px;
    margin: 40px 0 20px;
    border-bottom: none;
    position: relative;
    font-family: 'Conv_libelsuit', 'Lato', 'Open Sans', sans-serif;
    font-weight: 800;
    background-size: 25px;
    text-transform: uppercase;
    color: #565759;
    letter-spacing: 3px;
}

.page-header:before, .page-header:after, .title_bg_white::before, .title_bg_white:after {
    position: absolute;
    bottom: 25px;
    border-bottom: 1px solid #3c59a4;
    content: "!";
    font-size: 0;
    width: 37%;
}
.page-header:before, .title_bg_white::before {
    left: 10%;
}
.page-header:after, .title_bg_white:after {
    right: 10%;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
    color: white;
    opacity: 0;
    display: block;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    transition: 0.1s;
    transition-delay: 0.3s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: scaleX(-1);    /* Gecko */
  -o-transform: scaleX(-1);      /* Opera */
  -webkit-transform: scaleX(-1); /* Webkit */
  transform: scaleX(-1) translateY(-50%);         /* Standard */
  filter: FlipH;                 /* IE 6/7/8 */
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Lato', 'Open Sans', sans-serif;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.col-md-6:hover .portfolio-box-caption, .col-sm-6:hover .portfolio-box-caption, .col-lg-3:hover .portfolio-box-caption{
  border-radius: 6px;
  opacity:1;
}
.service_text {
    background: rgba(0,0,0,0.40);
    color: #fff;
    padding: 10px 5% 10px;
    border-radius: 0 0px 10px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: left;
    opacity: 1;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.portfolio-box:hover .service_text {
  opacity: 0;
}
.portfolio-box:focus {
  outline: none;
}
@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}
.img-portfolio {
    margin-bottom: 30px;
    border-radius: 6px;
}
.img-hover {
    transition: transform 1s;
    border-radius: 6px;
}
.col-md-6:hover .img-hover, .col-sm-6:hover .img-hover, .col-lg-3:hover .img-hover {
    transform:rotateY(180deg) scale(1.5, 1.5);
    transform-style: preserve-3d;
    z-index:10000;
    border-radius: 6px;
}

@media (max-width: 1500px) {
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content p{
font-size: .8em !important;
}
}
@media (max-width: 1199px) {
#nhtelAhref {
display: none;
}

.content-right {
    padding-left: 10px;
    padding-right: 25%;
    text-align: left !important;
    width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.content-left {
    padding-right: 10px;
    padding-left: 25%;
    text-align: right !important;
    width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content p{
font-size: 1em !important;
}
}
.navbar-brand>img {
        width: 240px;
}
.navbar-brand>img {
    display: block;
}
.navbar {
    position: absolute;
    min-height: 40px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.navbar-default {
    background-color: #fff;
    border-color: #ffffff;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 0px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-default .navbar-nav>li>a {
    line-height: 40px;
    font-weight: normal;
    display: block;
    color: #7e7e7e;
    text-transform: uppercase;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    font-family: inherit;
    font-size: 12px;
    color: #565759;
    letter-spacing: 3px;
    text-decoration: underline overline #3e58a6;
    transition: 0.25s;
}

.navbar-default .navbar-nav>li>a:hover {
color: #3e58a6;
transform: translate(0px, 10px);
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #ccc;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

header.carousel {
    height: 100%;
    max-height: 650px;
    overflow: hidden;
    background-image: url(loading_circle_true_health.gif); 
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    background-color: black;
}

.player .video-wrapper {
    position: absolute;
    background: #000;
    overflow: hidden;
}
/* 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 (min-width: 768px) {
.navbar {
    border-radius: 0px;
}
}

@media (min-width: 768px) {
.navbar-right {
    float: right!important;
    margin-right: -15px;
}
}
@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%;
    }
    .navbar-brand>img {
    width: auto;
    height: 40px;
    }

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  padding: 20% !important;
  width: 100% !important;
  text-align: center !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%);
    -moz-transform: scaleX(-1);    /* Gecko */
  -o-transform: scaleX(-1);      /* Opera */
  -webkit-transform: scaleX(-1); /* Webkit */
  transform: scaleX(-1) translateY(-50%);         /* Standard */
  filter: FlipH;                 /* IE 6/7/8 */
  letter-spacing:  1px;
}
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
    min-height: 600px;
    letter-spacing: 1px;
    text-align: left;
}

.form-radio-container {
    display: inline;
    width: 100%;
}

@media (min-width: 768px) {
.row.vertical-align {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
}