/* Dental Advocates - CSS */

.videoSection { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.videoSection iframe, .videoSection object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.7);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 500px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev {
  left: 0;
  border-radius: 0 3px 3px 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.fluid4col, .fluid23col, .fluid3col, .fluid1col {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 1%;
}
@media screen and (min-width: 601px) {
	.article-wrapper {
		max-width: 1000px;
	}
	.fluid1col {
		width: 100%;
	}
	.fluid23col {
		width: 66.666666%;
	}
	.fluid3col {
		width: 33.333333%;
	}
	.fluid4col {
		width: 25%;
	}	
}
@media screen and (max-width: 600px) {
	.fluid4col, .fluid23col, .fluid3col, .fluid1col {
		width: 100%;
	}
}

/* main styles all media sizes */
body {
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 16px;
	background: #000;
}

#header {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	padding: 0;
	background: #000000;
	float: left;
	box-shadow: 0 10px 10px #cccccc;
	z-index: 2;
}
#content {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	padding: 10px;
	background: #fff;
	color: #333;
	float: left;
}
#footer {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	padding: 0;
	background: #406EFE;
	float: left;
	color: #fff;
	padding: 40px 0;
}
#header h1 {
	position: absolute;
	left: -9999px;
}
h2.notification {
	font-size: 15pt;
	color: #ff0000;
}
.article-wrapper {
	position: relative;
	display: inline-block;
	box-sizing: border-box;	
	text-align: justify;
	width: 98%;
}
a.button:link, a.button:visited, a.button:active {
	position: relative;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	background: #8BBAFE;
	color: #fff;
	padding: 10px 20px;
	border-radius: 0.2em;
	font-size: 1.4em;
}
a.button:hover {
	background: #000;
	color: #fff;
}

a.button2:link, a.button2:visited, a.button2:active {
	position: relative;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	background: #B22746;
	color: #fff;
	padding: 10px 20px;
	border-radius: 0.2em;
	font-size: 1.5em;
}
a.button2:hover {
	background: #000;
	color: #fff;
}

a.buttonSmall:link, a.buttonSmall:visited, a.buttonSmall:active {
	position: relative;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	background: #8BBAFE;
	color: #fff;
	padding: 10px 5px;
	border-radius: 0.2em;
	font-size: 0.9em;
	margin: 10px 0;
	width: 100%;
}
a.buttonSmall:hover {
	background: #000;
	color: #fff;
}

img.logo {
	width: 90%;
	max-width: 400px;
}
#page-container {
	position: relative;
	display: inline-block;
	height: 100%;
	width: 100%;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	margin-bottom: 0;
	top: 0;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
	float: left;
}

h1 {
	font-size: 60px;
	font-weight: 300;
	color: #777777;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 10px;
}
h2 {
	font-size: 25px;
	font-weight: 300;
	color: #666;
	text-align: left;
	padding: 10px;
	background: #ccc;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
}
h3 {
	text-align: left;
}

a:link, a:visited, a:active, a:hover {
	color: #8BBAFE;
	transition: all 0.5s ease;
	font-weight: bold;
	transition: all 0.5s ease;
}
a:hover {
	color: #333;
}