/*!
 * Start Bootstrap - CSS Below
*/

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('../fonts/ProximaNova-Regular.eot');
  src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ProximaNova-Regular.woff') format('woff'),
       url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
       url('../fonts/ProximaNova-Regular.svg#svgProximaNova-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@supports (-ms-ime-align: auto) {
   /* Microsoft EdgeV13&14 CSS styles go here */
  .edge {
        visibility: hidden;
		display: none;
		position: absolute;
		top: -9999px;
		left: -9999px;
  }
}

@supports (-ms-accelerator: true) {
    /*!Microsoft EdgeV13 CSS styles go here */
  .edge {
        visibility: hidden;
		display: none;
		position: absolute;
		top: -9999px;
		left: -9999px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10 & IE11 CSS styles go here */
    .edge {
        visibility: hidden;
		display: none;
		position: absolute;
		top: -9999px;
		left: -9999px;
    }
}

body,
html {
	margin: 0;
	padding:0;
    width: 100%;
    height: 100%;
}

body{
	font-family: Georgia,Times,Times New Roman,serif;
    font-weight: 400;
	background-color: #ffffff;
	background: #white;
}

h1{
	font-family: 'ProximaNova-Regular',Georgia,Times,Times New Roman,serif;
    font-weight: 300;
	font-size: 4em;
	color:#f8f8f8;
	text-shadow:0px 0px 50px #302c24;
	z-index:103;
}

h2{
	font-family: 'ProximaNova-Regular',Georgia,Times,Times New Roman,serif; 
	font-weight: 600;
	font-size: 3em;
	color:#69779c;	
}

h3{
    font-family: 'ProximaNova-Regular',Georgia,Times,Times New Roman,serif;
    font-weight: 400;
	line-height:1.5;
	font-size: 2em;
	color:#333333;
	padding-bottom:10px;
}

h4 {
    font-family: 'ProximaNova-Regular',Georgia,Times,Times New Roman,serif;
    font-weight: 400;
	line-height:1.5;
	font-size: 2em;
	color:#333333;
	padding-bottom:10px;
}

h5 {
    font-family: 'ProximaNova-Regular',Bodoni,Georgia,Times,Times New Roman,serif;
    font-weight: 600;
	line-height:1.5;
	font-size: 2em;
	color:#ffffff;
	padding-bottom:10px;
}

h6{
	font-family: 'ProximaNova-Regular',Georgia,Times,Times New Roman,serif;
	font-weight: 700;
	font-size: 4em;
	color:#ffffff;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
h7{
font-family: 'ProximaNova-Regular',Georgia,Times,Times New Roman,serif;
	font-weight: 600;
	font-size: 3em;
	color:#69779c;
}

hr{
text-decoration:none;
}

#global-nav {
  position: fixed;
  top: 0;
  z-index: 9999;
  background-color: transparent;
  border: 0;
  padding:18px 0px 18px 0px;
  -webkit-transition: all .4s ease-in;
 -moz-transition: all .4s ease-in;
 -o-transition: all .4s ease-in;
 transition: all .4s ease-in;
/* Enable hardware acceleration to fix laggy transitions */
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}

#global-nav a {
    color: #fff;
}

#global-nav a:hover{
    color: #DADADA;
}

.scrolled-nav {
 top: 0;
 width: 100%;
 padding:6px 0px 6px 0px !important;
 background-color: #f8f8f8 !important;
 border-bottom: 1px solid #ccc !important;
 text-shadow: none;
 -webkit-transition: all .4s ease-in-out;
 -moz-transition: all .4s ease-in-out;
 -o-transition: all .4s ease-in-out;
 transition: all .4s ease-in-out;
 /* Enable hardware acceleration to fix laggy transitions */
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}

.scrolled-nav a {
    color: #777 !important;
	text-shadow: none;
}

.scrolled-nav a:hover{
    color: #333 !important;
}

.counter {
  width: 20px;
  height: 20px;
  background: black;
  color: #fff;
  position: fixed;
  top: 120px;
  right: 0;
}

.topnav {
    font-size: 16px;
	letter-spacing: 0.090em;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.2),
				 2px 2px 0px rgba(0,0,0,0.2);
}

.nav-font {
	font-family: 'ProximaNova-Regular',Georgia,Times,Times New Roman,serif;
}
	
.jumbotron-fluid {
	padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
	position: relative;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	color: #f8f8f8;
	overflow: hidden;
    z-index:-101;
}

.background-video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	overflow: hidden;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.container-fluid-fix {
  margin-right: 0;
  margin-left: 0;
  padding:0;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.no-decoration {
color:#000;
text-decoration:none;
text-shadow:0px 0px 0px #302c24;
}

.arrows-margin {
display: inline-block;
position:absolute;
margin: 0 auto;
padding:0;
bottom: 3%;
right: 50%;
text-align:center;
z-index:302 !important;
}

.polina-full button { 
  display: inline-block;
  position:absolute;
  margin: 0 auto;
  padding:0;
  top: 3%;
  right: 3%;
  width: 22px;
  height:22px;
  border: 1px solid;
  border-color:#fff;
  background: none;
  border-radius: 3px;
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
  transition: .3s opacity;
  cursor: pointer;
  float:right;
  z-index:301;
}

.polina-full button:hover { 
   background: none;
   opacity: 1.0;
   filter: alpha(opacity=100); /* For IE8 and earlier */
}

.nav-fullscreen-fix { 
margin-top:50px;
}

.polina-exit button { 
  display: block;
  position:absolute;
  bottom: 3%;
  right: 3%;
  width: 40px;
  padding: .4rem;
  border: none;
  background: rgba(0,0,0,0.23);
  border-radius: 3px; 
  cursor: pointer;
  transition: .3s background;
  float:right;
  z-index:301;
}

.polina-exit button:hover { 
   background: rgba(0,0,0,0.5);
}

#polina button { 
  display: block;
  position:absolute;
  bottom: 3%;
  right:3%;
  width: 40px;
  padding: .4rem;
  border: none;
  background: rgba(0,0,0,0.23);
  border-radius: 3px; 
  cursor: pointer;
  transition: .3s background;
  float:right;
  z-index:301;
}
#polina button:hover { 
   background: rgba(0,0,0,0.5);
}

#video-bg {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    overflow: hidden;
  }
  #video-bg > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* 1. No object-fit support: */
  @media (min-aspect-ratio: 16/9) {
    #video-bg > video { height: 300%; top: -100%; }
  }
  @media (max-aspect-ratio: 16/9) {
    #video-bg > video { width: 300%; left: -100%; }
  }
  /* 2. If supporting object-fit, overriding (1): */
  @supports (object-fit: cover) {
    #video-bg > video {
      top: 0; left: 0;
      width: 100%; height: 100%;
      object-fit: cover;
    }
  }
.blur-nav {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
	display: block;
	height:60px;
	width:100%;
	background-color: #00000050;
    -webkit-filter: blur(60px);
    -moz-filter: blur(60px);
    -ms-filter: blur(60px);
    -o-filter: blur(60px);
    /* FF doesn't support blur filter, but SVG */
    filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='svgBlur' x='-5%' y='-5%' width='110%' height='110%'><feGaussianBlur in='SourceGraphic' stdDeviation='5'/></filter></svg>#svgBlur");	
	filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius = '60');
    filter: blur(60px);
	}
	
.blur-nav-contact {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
	display: block;
	height:60px;
	width:100%;
	background-color: #00122790;
    -webkit-filter: blur(60px);
    -moz-filter: blur(60px);
    -ms-filter: blur(60px);
    -o-filter: blur(60px);
    /* FF doesn't support blur filter, but SVG */
    filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='svgBlur' x='-5%' y='-5%' width='110%' height='110%'><feGaussianBlur in='SourceGraphic' stdDeviation='5'/></filter></svg>#svgBlur");
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius = '60');
    filter: blur(60px);
	}
	
.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
}

.intro-message {
	text-align:center;
	z-index:101;
}

.intro-message > h1 {
    margin: 0 auto;
	text-align: center;
    color:#f8f8f8; 
	z-index:103;
}

.intro-divider {
    width: 240px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
	margin-top:-6px;
	font-weight: 400;
	line-height:1.5;
	font-size: 2em;
	color:#f8f8f8; 
	text-shadow:0px 0px 50px #302c24;
	z-index:103;
}

.background-table {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
}

/* centering styles */
.fullscreen,
.content-a {
    width:100%;
    height:100%;
    overflow:hidden;
}
.fullscreen.overflow,
.fullscreen.overflow .content-a {
    height:auto;
    min-height:100%;
}

/* content centering styles */
.content-a {
	display:table;
}
.content-b {
	display:table-cell;
    position:relative;
	vertical-align:middle;
	text-align:center;
}
.not-fullscreen {
    height:60%;
}
/* end centering styles */

.width-image {
margin: 0 auto;
display:block;
width:80%;
}
.width-container {
width:80%;
}
.center {
margin: 0 auto;
text-align: center;
}

.underline {
text-decoration:underline;
}

.push-lite{
padding-bottom:10px;
}

.push{
padding-bottom:40px;
}

.push-more{
padding-bottom:40px;
}

.push-most{
padding-bottom:100px; 
}

.content-section-main {
	margin:0 auto;
	text-align:center;
	padding: 50px 0;
    background-color: #fff;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
}

.section-heading {
	margin-bottom: 30px;
}

.margin-left {
	margin-left:-10px;
}

.lead {
	font-family: Georgia,Times,Times New Roman,serif;
    font-size: 20px;
    font-weight: 400;
	line-height:1.6em;
	padding-bottom:10px;
	-webkit-font-smoothing:antialiased;
}

.width{
width:70%;
margin: 0 auto;
padding-left:10px;
padding-bottom:20px;
text-align:left;
}

.margin-up {
margin-top:-25px;
}

.image-bkg-container {
color: #f8f8f8;
height:350px;
width:auto;
background: url(../img/dining.jpg) no-repeat center center;
 background-size: cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
}

.image-bkg-container-2 {
color: #f8f8f8;
height:350px;
width:auto;
background: url(../img/bar.jpg) no-repeat center center;
 background-size: cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
}

.image-bkg-qgh-1 {
color: #f8f8f8;
height:350px;
width:auto;
background: url(../img/hospital-signs-01.jpg) no-repeat center center;
 background-size: cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
}

.image-bkg-qgh-2 {
color: #f8f8f8;
height:350px;
width:auto;
background: url(../img/collab-care-01.jpg) no-repeat center center;
 background-size: cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
}
.image-bkg-qgh-3 {
color: #f8f8f8;
height:350px;
width:auto;
background: url(../img/qgh-04.jpg) no-repeat center center;
 background-size: cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
}

.image-bkg-qgh-4 {
color: #f8f8f8;
height:350px;
width:auto;
background: url(../img/qgh-01.jpg) no-repeat center center;
 background-size: cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
}

.image-bkg-community-1 {
color: #f8f8f8;
height:350px;
width:auto;
background: url(../img/liverpool-downtown-lite.jpg) no-repeat center center;
 background-size: cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
}
.image-bkg-community-2 {
color: #f8f8f8;
height:350px;
width:auto;
background: url(../img/emera-center.png) no-repeat center center;
 background-size: cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
}
.image-bkg-community-3 {
color: #f8f8f8;
height:350px;
width:auto;
background: url(../img/pine-grove.jpg) no-repeat center center;
 background-size: cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
}
.image-bkg-community-4 {
color: #f8f8f8;
height:350px;
width:auto;
background: url(../img/sculpture-lite.jpg) no-repeat center center;
 background-size: cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
}
.image-bkg-lifestyle-1 {
color: #f8f8f8;
height:350px;
width:auto;
background: url(../img/summerville-beach-3-lite.jpg) no-repeat center center;
 background-size: cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
}
.image-bkg-lifestyle-2 {
color: #f8f8f8;
height:350px;
width:auto;
background: url(../img/dining-3-lite.jpg) no-repeat center center;
 background-size: cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
}
.image-bkg-lifestyle-3 {
color: #f8f8f8;
height:350px;
width:auto;
background: url(../img/skate-park-lite.jpg) no-repeat center center;
 background-size: cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
}
.image-bkg-lifestyle-4 {
color: #f8f8f8;
height:350px;
width:auto;
background: url(../img/lighthouse-lite.jpg) no-repeat center center;
 background-size: cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
}
.paragraph {
font-family: Georgia,Times,Times New Roman,serif;
font-size:18px;
line-height:30px;
font-weight:normal;
text-align:left;
padding-bottom:10px;
-webkit-font-smoothing:antialiased;
}

.line-up {
margin-left:30px;
padding:0px 50px 10px 20px;
}

.line-up-list {
margin-left:50px;
padding:0px 0px 10px 0px;
}

/* ===========================
--- LIST #2
============================ */

.list2 { text-align:left;padding-top:10px;padding-bottom:20px;font-size:18px}
.list2 ul { list-style:none;font-weight:bold;letter-spacing:0.08px;color:#264f73;}
.list2 ul li { padding:10px;line-height:1.7em; }
.list-style { font-weight:normal;font-style:italic;color:#747479;}

.list-small { margin-left:-24px;text-align:left;padding-top:0px;padding-bottom:0px;font-size:18px}
.list-small ul { font-weight:bold;letter-spacing:0.08px;color:#264f73;}
.list-small li { padding-bottom:10px;font-weight:normal;font-style:italic;color:#747479;line-height:1.6em; }

.banner {
    padding: 115px 0;
    color: #f8f8f8;
    background: url(../img/doctor-banner-bottom.jpg) no-repeat center center;
    background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
}

.banner-qgh {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/contact-us-medical-1920.jpg) no-repeat center center;
    background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
}

.banner-lifestyle {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/stars.jpg) no-repeat center center;
    background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

p.copyright {
    margin: 15px 0 0;
}

footer {
margin:0 auto;
text-align:center;
background-color: #f8f8f8;
overflow:hidden;
}

.footer-basic-centered{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	font: normal 20px serif;
	padding: 80px 45px 80px 45px;
}

.footer-basic-centered .footer-company-motto{
	color:  #8d9093;
	font-size: 24px;
	margin: 0;
}

.footer-basic-centered .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
}

.footer-basic-centered .footer-links{
	list-style: none;
	font-weight: bold;
	color:  #ffffff;
	padding: 35px 0 23px;
	margin: 0;
}

.footer-basic-centered .footer-links a{
	display:inline-block;
	text-decoration: none;
	color: inherit;
}
.footer-basic-centered .footer-links a:hover{
	text-decoration: none;
	color: #a6a6a6;
}

.footer-links{
	margin: 0;
	font-family: 'ProximaNova-Regular',Georgia,Times,Times New Roman,serif;
	color:  #ffffff;
}
.footer-social{
	margin: 0 auto;
	padding-bottom:10px;
	text-align:center;
	max-width: 180px;
}
.footer-social a{
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color:  #33383b;
	border-radius: 2px;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
	margin-left: 3px;
}

@media(min-width:1199px) {

.image-bkg-container {
color: #f8f8f8;
height:400px;
width:auto;
background: url(../img/dining.jpg) no-repeat center center;
 background-size: cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
}

.image-bkg-container-2 {
color: #f8f8f8;
height:400px;
width:auto;
background: url(../img/bar.jpg) no-repeat center center;
 background-size: cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
}

.image-bkg-qgh-1 {
color: #f8f8f8;
height:400px;
width:auto;
background: url(../img/hospital-signs-01.jpg) no-repeat center center;
 background-size: cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
}

.image-bkg-qgh-2 {
color: #f8f8f8;
height:400px;
width:auto;
background: url(../img/collab-care-01.jpg) no-repeat center center;
 background-size: cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
}
.image-bkg-qgh-3 {
color: #f8f8f8;
height:400px;
width:auto;
background: url(../img/qgh-04.jpg) no-repeat center center;
 background-size: cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
}

.image-bkg-qgh-4 {
color: #f8f8f8;
height:400px;
width:auto;
background: url(../img/qgh-01.jpg) no-repeat center center;
 background-size: cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
}

.image-bkg-community-1 {
color: #f8f8f8;
height:400px;
width:auto;
background: url(../img/liverpool-downtown-lite.jpg) no-repeat center center;
 background-size: cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
}

.image-bkg-community-2 {
color: #f8f8f8;
height:400px;
width:auto;
background: url(../img/emera-center.png) no-repeat center center;
 background-size: cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
}
.image-bkg-community-3 {
color: #f8f8f8;
height:400px;
width:auto;
background: url(../img/pine-grove.jpg) no-repeat center center;
 background-size: cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
}

.image-bkg-community-4 {
color: #f8f8f8;
height:400px;
width:auto;
background: url(../img/sculpture-lite.jpg) no-repeat center center;
 background-size: cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
}

.image-bkg-lifestyle-1 {
color: #f8f8f8;
height:400px;
width:auto;
background: url(../img/summerville-beach-3-lite.jpg) no-repeat center center;
 background-size: cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
}
.image-bkg-lifestyle-2 {
color: #f8f8f8;
height:400px;
width:auto;
background: url(../img/dining-3-lite.jpg) no-repeat center center;
 background-size: cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
}
.image-bkg-lifestyle-3 {
color: #f8f8f8;
height:400px;
width:auto;
background: url(../img/skate-park-lite.jpg) no-repeat center center;
 background-size: cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
}

.image-bkg-lifestyle-4 {
color: #f8f8f8;
height:400px;
width:auto;
background: url(../img/lighthouse-lite.jpg) no-repeat center center;
 background-size: cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
}
}

@media(max-width:1199px) {
.background-video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	overflow: hidden;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.intro-message {
	text-align:center;
}

.intro-message > h1 {
	font-size: 3em;
	text-align:center;
	z-index:103;
}
.intro-message > h3 {
	margin-top:-24px;
	font-size: 1.8em;
	padding-top:20px;
	text-shadow:0px 0px 50px #302c24;
	z-index:103;
}
.intro-divider {
	width: 40%;
}
.width {
	width:90%;
	margin: 0 auto;
	padding-left:10px;
	padding-bottom:20px;
	text-align:left;
}
.margin-mobile-fix {
	margin-top:-20px;
}

.topnav {
    font-size: 12px;
}

.lead {
	font-family: Georgia,Times,Times New Roman,serif;
    font-size: 1.2em;
    font-weight: 400;
	line-height:1.8em;
	padding-bottom:10px;
	-webkit-font-smoothing:antialiased;
}	
	
h2 {
	font-family: 'ProximaNova-Regular',Verdana,Helvetica,Arial,sans-serif; 
	font-weight: 600;
	font-size: 2.6em;
	color:#69779c;
}

h3 {
    font-family: 'ProximaNova-Regular',Georgia,Times,Times New Roman,serif;
    font-weight: 400;
	line-height:1.5;
	font-size: 1.8em;
	color:#333333;
	margin: 0 auto;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	text-align:center;
}
}

@media(max-width:992px) {
.margin-up {
margin-top:-10px;
}
}

@media(max-width:768px) {
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

#global-nav {
 padding:0px !important;
 background-color: #f8f8f8 !important;
 border-bottom: 1px solid #ccc !important;
 text-shadow: none;
}

#global-nav a {
    color: #777 !important;
	text-shadow: none;
}

#global-nav a:hover{
    color: #333 !important;
}


.scrolled-nav {
 padding:0 !important;
 background-color: #f8f8f8 !important;
 border-bottom: 1px solid #ccc !important;
 text-shadow: none;
}

.scrolled-nav a {
    color: #777 !important;
	text-shadow: none;
}

.scrolled-nav a:hover{
    color: #333 !important;
}

.counter {
  width: 0px;
  height: 0px;
  background: black;
  color: #fff;
  position: fixed;
  top: 0px;
  right: 0;
}

.background-video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	overflow: hidden;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.topnav {
    font-size: 14px;
}

.intro-message {
	padding-top:50px;
	text-align:center;
}
.intro-message > h1 {
    font-size: 3em;
	text-align:center;
	z-index:103;
}
.intro-message > h3 {
	margin-top:-24px;
	font-size: 1.6em;
	padding-top:20px;
	text-shadow:0px 0px 50px #302c24;
	z-index:103;
}
.not-fullscreen {
	height:100%;
}
.line-up {
	margin:0 auto;
	padding:0px 20px 20px 20px;
}

.push {
	 padding-bottom:20px;
}

.footer-basic-centered{
	padding: 80px 35px 80px 35px;
}

.footer-basic-centered .footer-company-motto{
	font-size: 18px;
}

.footer-basic-centered .footer-company-name{
	font-size: 12px;
}

.footer-basic-centered .footer-links{
	font-size: 18px;
	padding: 0px 0 20px;
}

.footer-basic-centered .footer-links a{
	line-height: 1.8;
}
.footer-social{
	text-align: center;
}
.footer-social{
	margin: 0 auto 20px;
}
}

@media(max-width:480px) {
h2{
	font-family: 'ProximaNova-Regular',Georgia,Times,Times New Roman,serif; 
	font-weight: 600;
	font-size: 1.6em;
	color:#69779c;	
}
h3 {
    font-family: 'ProximaNova-Regular',Georgia,Times,Times New Roman,serif;
    font-weight: 400;
	line-height:1.5;
	font-size: 1.6em;
	color:#333333;
	margin: 0 auto;
	text-align:center;
}

h4 {
    font-family: 'ProximaNova-Regular',Georgia,Times,Times New Roman,serif;
    font-weight: 400;
	line-height:1.5;
	font-size: 1.6em;
	color:#333333;
	padding-bottom:10px;
	text-align:left;
}

.background-video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	overflow: hidden;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.intro-message {
	padding-top:50px;
	text-align:center;
}

.intro-message > h1 {
	font-size: 2.6em;
	text-align:center;
	z-index:103;
}

.intro-message > h3 {
	margin-top:-24px;
	font-size: 1.4em;
	text-shadow:0px 0px 50px #302c24;
	z-index:103;
}
.not-fullscreen {
	height:60%;
}
	
.width{
	width:90%;
	margin: 0 auto;
	padding-left:10px;
	padding-bottom:20px;
	text-align:left;
	}
	
.width-video{
    width:90%;
	margin: 0 auto;
	padding-left:10px;
	padding-bottom:20px;
	text-align:center;
	}
.line-up-list {
	margin-left:10px;
	padding:0px 0px 10px 0px;
}
.margin-up {
	margin-top:-10px;
}
}

@media(min-width:1920px) { 
  body { 
    zoom: 140%;
    -ms-zoom: 1.4;
    -webkit-zoom: 1.4;      
    transform-origin: center top ;
  } 
}

@media(min-width:2200px) { 
  body { 
    zoom: 180%;
    -ms-zoom: 1.8;
    -webkit-zoom: 1.8;       
    transform-origin: center top ;
  } 
}

@media(min-width:2560px) { 
  body { 
    zoom: 200%;
    -ms-zoom: 2.0;
    -webkit-zoom: 2.0;        
    transform-origin: center top ;
  } 
}