@import url('https://fonts.googleapis.com/css?family=Droid+Sans');/*--- Paragraph Font --*/
@import url('https://fonts.googleapis.com/css?family=Ubuntu+Condensed'); /*--- Headings Font --*/

* {
	margin: 0;
	border: 0;
	padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
	background: #F0F0F0;
	color: #555;
	font-family: 'Ubuntu-condensed', sans-serif;
	line-height: 190%;
	text-align: center;
	text-transform: uppercase;
}

h3 {
	font-size: 190%;
	padding: 5% 0;
}

h4 {
	font-size: 170%;
	padding: 5% 0;
}

h5 {
	font-size: 120%;
	color: #959595;
}

img {
	max-width: 100%
}
#bgid {
	background:#000;
}
#bgvid {
	background:#000;
}
video {
	max-width: 100%
}

header {
	background: #333;
	height: 86px;
	position: fixed;
	z-index: 1000;
	width: 100%;
	opacity: .9;
	top: 0;
}


#header-inner {
	max-width: 1200px;
	margin: 0 auto;
}
#second-header {
    opacity: .9;
    background: #333 ;
    float: right ;
    width: 100%;
    /*margin-top: -14px ;*/
}

#second-header > a > .header_btn {
    display: inline;
    height: 32px;
    float: right;
    margin-top: -40px;
    margin-right: 10px;
}

#second-header > ul {
    list-style: none ;
    margin-top: 15px;
    width: 95%;
}

#second-header > ul > li {
    display: inline;
    width: 45%;
    margin-left: 5%;
    margin-right: 10px;
}

#second-header > ul > li > .header_btn > a {
    color: #F0F0F0;
    font-size: 110%;
    text-decoration: none;
    font-weight: bold ;
}

#second-header > ul > li > .header_btn > healcode-widget > a{
    text-decoration: none;
    font-weight: bold;
    color: #F0F0F0;
    font-size: 110%
}

#second-header .header_btn {
	position: relative;
	padding: 8px 8px;
	margin: 8px 0 8px 0;  
	color: #fff;
	font: bold 14px Arial, Helvetica;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;       
	background-color: #ED1C24;
	background-image: -moz-linear-gradient(#ED1C24, #a9151c);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ED1C24), to(#a9151c));    
	background-image: -webkit-linear-gradient(#ED1C24, #a9151c);
	background-image: -o-linear-gradient(#ED1C24, #a9151c);
	background-image: -ms-linear-gradient(#ED1C24, #a9151c);
	background-image: linear-gradient(#ED1C24, #a9151c);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;     
	text-shadow: 0 1px 0 rgba(0,0,0,.3);        
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
}

#second-header .header_btn:hover {
	background-color: #a9151c;
	background-image: -moz-linear-gradient(#a9151c, #ED1C24);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a9151c), to(#ED1C24));      
	background-image: -webkit-linear-gradient(#a9151c, #ED1C24);
	background-image: -o-linear-gradient(#a9151c, #ED1C24);
	background-image: -ms-linear-gradient(#a9151c, #ED1C24);
	background-image: linear-gradient(#a9151c, #ED1C24); 
}

#second-header .header_btn:active, #second-header .header_btn:focus {
	background: #a9151c;       
	top: 2px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset; 
}

#logo {
	background: url(img/logo_scaled.png);
	float: left;
	width: 200px;
	height: 60px;
	margin: 20px;
}

nav {
	float: right;
	padding: 35px 20px 0 0;
}

#menu-icon {
	background: url(img/icon.png) center;
	width: 40px;
	height: 34px;
	display: hidden;
}

ul {
	list-style: none;
}

nav ul li {
	font-family: sans-serif;
	display: inline-block;
	padding: 10px;
	float: left;
	font-size: 110%;
}

nav ul li a {
	color: #F0F0F0;
	text-decoration: none;
	font-weight: 700;
}

a:hover {
	text-decoration: underline;
	color: #ED1C24;
}

a:hover, .current {
	text-decoration: underline;
	color: #ED1C24;
}

.meet-banner {
	position: relative;
	text-align: center;
	color: white;
}

.meet-bg-img {
	filter: blur(8px);
	-webkit-filter: blur(8px);

	height: 100%;

	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.centered {
	background-color: rgb(0,0,0); /* Fallback color */
  	background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
  	color: white;
  	font-weight: bold;
  	border: 3px solid #f1f1f1;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	z-index: 2;
  	width: 80%;
  	max-height: 80%;
  	padding: 20px;
  	text-align: center;
}

#meet-url:link {
	color: #ED1C24;
}
#meet-url:visited {
	color: #F0F0F0;
} 
#meet-url:hover {
	color: #ED1C24;
}

/* Dropdown Button */
.dropbtn {
    background-color: #333;
    color: white;
/*    padding: 16px;
    font-size: 16px;*/
    border: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 100%;
    font-family: sans-serif;
    text-transform: uppercase;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
/*    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ED1C24}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #333;
    text-decoration: underline;
	color: #ED1C24;
}

#waiver-third {
	margin: 10%;
}

#waiver-third p {
	text-align: center;
	font-size: 35px;
	font-weight: bold;
}

/* start slider */
.slider {
	margin-top: 90px;
	background: #000;
}
.bx-controls {
	display: none;
}

/* start inner wrapper */
#inner-wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

#eq-list-wrapper ul li{
	float: left;
	margin: 0px;
	padding: 0px;
	text-transform: none;
}
#eq-list {
	list-style: square;
}

.one-third {
	width: 29%;
	float: left;
	margin: 2%;
}
.circle {
	margin: 0 auto;
	width: 150px;
	height: 150px;
	background: #ED1C24;
	border-radius: 50%
}
.one-third i {
	color: #F0F0F0;
	font-size: 555%;
	padding: 20%;
}
p {
	font-family: 'Droid Sans', sans-serif;
	text-align: justify;
	text-transform: none;
	font-size: 125%;
	padding: 2%;
}
.clearfix {
	clear: both;
	padding: 2%;
}
article {
	float: left;
	width: 50%;
	padding: 4%;
}
.circle-image {
	border-radius: 70%
}
aside {
	float: right;
	width: 35%;
	padding: 2%;
}
aside h3 {
	text-decoration: underline;
}
.one-third img {
	padding-bottom: 2%
}
/* start footer */
footer {
	background: #333;
	overflow: hidden;
	opacity: .9;
}
#footer-inner {
	max-width: 1200px;
	margin: 0 auto;
}
footer .one-third {
	width: 33%;
	margin: 2% 0;
}
footer h3 {
	color: #959595;
}
footer p {
	color: #959595;
	text-align: center;
}
#footer-third {
	border-right: 1px solid #959595;
	max-height: 250px;
	min-height: 250px;
}
footer a {
	color: #959595;
	text-decoration: none;
}
.footer-email {
	font-size: 80%;
}
.social li {
	display: inline;
}
.social i {
	font-size: 245%;
	padding: 2% 6%;
	color: #959595;
}
.social i:hover {
	color: #ED1C24;
}
h5 a:hover {
	text-decoration: none;
	color: #ED1C24;
}
/* start footer second */
footer.second {
	border-top: 1px solid #4D4E50;
	max-height: 50px;
	padding-bottom: 1%;
	opacity: .95;
}

/* Media queries */
@media screen and (max-width: 768px) {
	header {
		position: absolute;
	}
	#menu-icon {
		display: inline-block;
	}
	#about-us {
		margin: 100px 0 0 0;
	}
	#bgvid {
		display: none;
	}
	nav:hover ul {
		display: block;
	}
	nav ul{
		display: none;
		z-index: 1000;
		position: absolute;
		background: #333;
		width: 50%;
		padding: 20px;
		right: 20px;
		top: 60px;
		border: 1px solid #fff;
		border-radius: 4px 0 4px 4px;
	}
	nav li {
		text-align: center;
		width: 100%;
	}
    .second-header {
        position: fixed ;
        top: 0px ;
        display: block;
        width:100%
        margin-top: -14px;
    }
	#eq-list-wrapper ul li{
		float: inherit;
		margin: 4px;
		padding: 1%;
		text-transform: none;	
	}
	.one-third {
		width: 100%;
		margin: 0;
	}
	.circle {
		width: 100px;
		height: 100px;
	}
	.one-third i {
		font-size: 360%;
	}
	article {
		width: 100%;
		padding: 10%;
		margin: 0;
	}
	aside {
		width: 100%;
	}
	h4 {
		font-size: 140%;
	}
	footer .one-third {
		width: 100%;
		margin: 0;
	}
	.social i {
		font-size: 245%;
	}
	#footer-third {
		min-height: 150px;
		padding-bottom: 10%;
		border-bottom: 1px solid #959595;
	}
	.footer-third-last {
		margin-bottom: 15%;
	}
}
@media screen and (max-width: 478px){
	h3 {
		font-size: 150%;
	}
	p {
		font-size: 100%;
		margin: 2%;
	}
	h4 {
		font-size: 115%;
	}
}
