/*------------------------------------------------------------------
Project:	Chicagoland SCUBA
Last change:	03/SEP/14
By:	Matthew Rice Solutions
-------------------------------------------------------------------*/

html, body {
	font-family: 'Lato', sans-serif;
	color: #FFDF6E;
	background-color: #07374d;
	background: url('../img/lake_michigan_background_prog.jpg') no-repeat center center;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/lake_michigan_background_prog.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/lake_michigan_background_prog.jpg', sizingMethod='scale')";
	/* Make background-image fill page */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size:1.05em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	font-weight: bold;
}
h1.hl, h2.hl, h3.hl, h4.hl, h5.hl, h6.hl {
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
}
.h1,.h2,.h3,.h4,.h5,.h6{color:#fff;}
.coverphoto{
-webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
background: url('../img/softcorals_background.jpg') no-repeat center center;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/softcorals_background.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/softcorals_background.jpg', sizingMethod='scale')";
background-size: cover;
width:100%;
margin-bottom:50px;
}
ul.dropdown-menu {
  -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    0px 0px 7px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         0px 0px 7px 0px rgba(50, 50, 50, 0.75);
  background: rgba(62,122,140,.95);
}
.dropdown-row {width:850px;}
.wrapper > div.container {
  -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    0px 0px 7px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         0px 0px 7px 0px rgba(50, 50, 50, 0.75);
  background: url('../img/fake_water.jpg') no-repeat center center;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fake_water.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fake_water.jpg', sizingMethod='scale')";
  background-size: cover;
}
.wrapper > div.container > div.row {
/*	background-color: #5F94C5;*/
  padding-bottom: 10px;
}
.alert-danger h3 { color: #f55; }
.alert-danger a, .alert-danger a:link { color: #e55; }
.info-board-green { background-color: rgba(153,196,108,0.5); }
.info-board-blue { background-color: rgba(108,153,196,0.65); }

h1.hl small, h2.hl small, h3.hl small, h4.hl small, h5.hl small, h6.hl small {
	text-transform: none;
}
.block-header h2 .title,
.block-header h2 .decoration {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #598ab8;
	color: white;
}
.dropdown-menu { background-color: #88b4d5; }
.dropdown-menu li.divider{ margin: 0px; }
.dropdown-menu li{list-style:none;}
.block-header h2 .title {
	padding: 3px 5px 3px 5px;
	display: inline-block;
	text-align: center;
}
.block-header h2 .decoration {
	padding: 3px 1px 3px 1px;
}
.block-header h2 {
  background-color: rgba(0,0,0,0);
}
a, a:link, a:visited {
  text-decoration: none;
  color: #C9E4FF;
}
a:hover, a:active {
  text-decoration: underline;
  color: #333;
}
h4 .title,h4 .decoration {-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
h4 .title {padding: 3px 5px 3px 5px;display: inline-block;text-align: center;background: #598ab8;}
h4 .decoration {margin-left: 2px;background: #598ab8;padding: 3px 1px 3px 1px;}
td {padding: 5px;}

/* Custom Nav Style */
.mnu-item{
  padding:3px 10px !important;
  display:inline-block !important;
}
.mnu-item:hover{
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
  color:#d71e9d !important;
  background:#fff !important;
  color:#000 !important;
}
/**/
.custom { padding: 0.5em 0.8em 0.8em 2em; color: #000; }
.cert { background: #9FDAEE; border: 1px solid #2BB0D7;}
.non { background: #AFA; border: 1px solid #2BB0D7;}
.spec { background: #E7E72A; border: 1px solid #2BB0D7; color:#BB7304;}
.pro { background: #FCA; border: 1px solid #2BB0D7;}

.mnu_cert { background-color: #5a9cd7;}
.mnu_noncert { background-color: #78be2c; }
.mnu_spec { background-color: #f4b027; }
.mnu_pro { background-color: #ff6a39; }

#courseDropDown { padding: 15px; font-size: 1.1em; background: rgb(254,255,0); background: linear-gradient(190deg, rgba(254,255,0,1) 25%, rgba(0,212,255,1) 100%); }

.dropdown-header{color: #000; font-size:16px; font-weight: 600; padding: 10px;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
/* ===== Sticky Footer Trick ===== */
.navbar.navbar-inverse.affix {position: fixed;top: 50px;width: 100%;z-index: 100;-webkit-transition: all .25s ease-in-out;-moz-transition: all .25s ease-in-out;-o-transition: all .25s ease-in-out;transition: all .25s ease-in-out;}
.navbar .btn {width:93%;margin:auto;}
.5pxfadeblack{padding:5px;background:rgba(0,0,0,.55);}
.wrapper {
	min-height: 100%;
	height: auto !important; /* for older versions of IE */
	height: 100%;
	margin-bottom: -30px; /* showing the footer */
	padding-top: 0px;
	padding-bottom: 30px; /* avoiding content go behind the footer */
	margin-top: -20px;
}

.section-header {
	background-color: #5F94C5;
	margin-bottom: 0px;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 7px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 7px 0px rgba(50, 50, 50, 0.75);
}
.section-header h1 { color: white; }
.tags > a {
	background-color: #598ab8;
	border-color: #5280ab;
	margin: 5px;
	margin-bottom: 10px;
}
.tags > a:hover {
	background: #598ab8;
	color: #FFF;
	border-color: #00B4FF;
}
.sub-header {
	margin-left: 10px;
	font-size: 2.2em;
	font-weight: 300;
	text-decoration: underline;
}
/* ===== Navbar ===== */

.navbar-inverse a{
  font-size: 16px;
  padding-left: 5px;
}

.navbar-inverse {
	background-color: #4C7397;
	background-image: none;
	border: 1px solid #33587A;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 7px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 7px 0px rgba(50, 50, 50, 0.75);
	font-family: 'Lato', sans-serif;
	margin-top:-50px;
	font-size: 12px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background: rgba(80,80,80,.30);
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	color: #fff;
	font-weight: bold;
	background-color: #515151;
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;background:#fff;color:#000;
}
.navbar-inverse .navbar-brand {
	color: #EEEEEE;
}
.navbar-inverse .navbar-nav > li > a {
	color: #EEEEEE;
	padding: 15px 10px;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
	border-top-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
	border-top-color: #515151;
	border-bottom-color: #515151;
}
.dropdown-menu {
	border-top-color: #EEEEEE;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}
.dropdown-menu > li > a {
  color: #C9E4FF;
}
#formMenu > li > a {
  background: #428bca;
}
.indent_first {
	clear:both;
	padding: 10px;
}
div.head {
	height: 80px;
}
.dropdown-menu > li > ul {
  left: 0;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-clip: padding-box;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #515151;
}

/* ===== Showcase ===== */

#wrap,
#hp-slider {
	height: 480px;
/*	background: url(../img/AQC-0198.jpg) no-repeat center center;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/AQC-0198.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/AQC-0198.jpg', sizingMethod='scale')";
	background-size: cover;*/
	background: url('../img/softcorals_background.jpg') no-repeat center center;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/softcorals_background.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/softcorals_background.jpg', sizingMethod='scale')";
	background-size: cover;
	border-bottom: 1px solid #eee;
	color: #fff;
}
#wrap h1,
#hp-slider h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 48px;
	margin-top: 70px;
	text-transform: uppercase;
	text-shadow: 0px 0px 10px #000;
	text-align: center;
}
#wrap h3 {
	text-shadow: 2px 2px 1px #000;
}
.showcase {
	position: relative;
	width: 438px;
	height: 300px;
	margin: 90px auto;
}
.showcase img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid grey;
}
.iMac {
	position: absolute;
	height: 300px;
	width: 351px;
	top: 0;
	right: 0;
	-webkit-animation-duration: 1s;
	-moz-animation-delay: 1s;
}
.iPad {
	position: absolute;
	height: 228px;
	width: 174px;
	top: 75px;
	left: 0;
	-webkit-animation-duration: 1.3s;
	-moz-animation-delay: 1.3s;
}
.iPhone {
	position: absolute;
	height: 152px;
	width: 56px;
	top: 145px;
	left: 130px;
	-webkit-animation-duration: 1.6s;
	-moz-animation-delay: 1.6s;
}
.macbook img {
	width: 450px;
	margin: 105.5px auto 0;
}
.list {
	margin: 50px 0 50px 70px;
}
.list ul {
	list-style-type: none;
	padding: 0;
}
.list li {
	font-weight: 100;
	font-size: 28px;
}
.list li > span {
	background: rgba(0, 0, 0, 0.25);
	padding: 5px 10px;
	line-height: 1.8;
}
.list li i.fa {
	margin-right: 20px;
}
.first {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
}
.second {
	-webkit-animation-duration: 1.3s;
	-moz-animation-duration: 1.3s;
}
.third {
	-webkit-animation-duration: 1.6s;
	-moz-animation-duration: 1.6s;
}
.fourth {
	-webkit-animation-duration: 1.9s;
	-moz-animation-duration: 1.9s;
}
.delay {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
}

/* ===== Services ===== */

.services ul {
	padding: 0;
}
.services li,
.services li:hover li,
.services li:hover {
	transition: width 0.3s;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.services li {
	list-style-type: none;
	float: left;
	padding: 20px;
	margin-right: 1px;
	text-align: center;
	color: #234975;
	width: 227px;
	height: 100px;
	border: 1px solid #c0c0c0;
}
.services li p {
	overflow: hidden;
	white-space: nowrap;
}
.services li p a {
	visibility: hidden;
}
.services ul:hover li{
	 width: 201px;
}
.services li:hover {
	width: 328px!important;
	background: #5f94c5;
	cursor: pointer;
	color: #FFF;
	text-align: left;
}
.services li:hover i {
	float: left;
	line-height: 60px;
	margin: 0 20px 0 5px;
}
.services li:hover p a {
	visibility: visible;
	color: #FFF;
}

/* ===== Profiles ===== */

/* Avatar */

.avatar {
	position: relative;
}
.avatar-bubble,
.avatar:hover .avatar-bubble {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.avatar-bubble {
	position: absolute;
	bottom: 11px;
	left: 11px;
	right: 11px;
	width: inherit;
	padding: 15px;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	font-weight: 300;
	opacity: 0;
}
.avatar:hover .avatar-bubble {
	opacity: 1;
}
.avatar-bubble a {
	display: block;
	color: #eee;
}
.avatar-bubble a:hover {
	text-decoration: none;
	color: #fff;
}

/* Profile menu */

.user-menu > ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.user-menu > ul > li {
	border-bottom: 1px solid #EEE;
	border-right: 1px solid #EEE;
}
.user-menu > ul > li:last-child {
	border-bottom: 0;
}
.user-menu > ul > li > a {
	display: block;
	padding: 10px;
}
.user-menu > ul > li > a:hover {
	text-decoration: none;
	background: #f5f5f5;
}
.user-menu > ul > li > a.active {
	background: #f5f5f5;
}
.user-menu > ul > li > a > i.sign {
	display: inline-block;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
}
.user-menu > ul > li > a > i.fa-chevron-right {
	line-height: 40px;
	color: #515151;
	display: none;
}
.user-menu > ul > li > a:hover > i.fa-chevron-right {
	display: inline-block;
}
.user-menu > ul > li > a.active:hover > i.fa-chevron-right {
	display: none;
}

/* User status */

.user-status {
	margin-bottom: 20px;
}
.user-status > p > a {
	color: #333;
}
.user-status .input-group{
	padding: 5px;
	background: #f5f5f5;
}

/* Modal window */

.modal-content {
	border-radius: 0;
}
.modal-header {
	background: #ccc;
}
.modal-header > img, 
.message-answer > img {
	height: 50px;
	width: 50px;
	margin: 0 15px 15px 0;
	float: left;
	overflow: hidden;
}

/* User Stats and Gallery */

.block-inverse {
	border-radius: 5px;
	border: 1px solid #eee;
}
.block-inverse > .head-inverse {
	background: #F5F5F5;
	padding: 10px;
	border-bottom: 1px solid #EEE;
}
.block-inverse > .body-inverse {
	padding: 10px;
}
.user-gallery img {
	height: 60px;
	width: 60px;
	background: #FFF;
	border: 1px solid #dedede;
	border-radius: 60px;
	padding: 3px;
	margin: 5px;
}
.user-gallery img:hover {
		border-color: #999;
}

/* Inbox */

.pm-search {
	background: #F5F5F5;
	border-top: 1px solid #DDD;
	padding: 20px;
	margin-bottom: 15px;
}
.pm-list > ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.pm-list > ul > li:first-child {
	border-top: 1px solid #EEE;
}
.pm-list > ul > li {
	padding: 15px;
	border-bottom: 1px solid #EEE;
}
.pm-list > ul > li:hover {
	background: #f5f5f5;
}
.pm-list > ul > li > p > img {
	height: 50px;
	width: 50px;
	float: left;
	margin-right: 15px;
	overflow: hidden;
}
.pm-list > ul > li > p {
	float: left;
	overflow: hidden;
	width: 50%;
	margin-bottom: 0;
}
.pm-list > ul > li > p > a.inbox-dialog {
	color: #999;
}
.pm-list > ul > li > p > a.inbox-dialog:hover {
	color: #999;
	text-decoration: none;
}
.message-answer {
	background: #F5F5F5;
	border-top: 1px solid #DDD;
	padding: 20px;
}
.message-answer > form {
	width: 80%;
	float: left;
}	

/* ===== Blog ===== */

.blog-summary {
	position: relative;
	margin-bottom: 40px;
}
.blog-summary > h4 {
	line-height: 22px;
}
.blog-text {
	line-height: 1.8;
}
.timeline-block .blog-img { /* Making images smalled for timeline page */
	width: 250px;
}
.blog-img {
	padding: 10px;
	border: 1px solid #ddd;
	margin: 10px;
	width: 350px;
}
.new-story:after {
	content: "NEW!";
	font-size: 0.6em;
	color: #FFF;
	background: #f1c40f;
	padding: 3px 4px;
	margin-left: 5px;
	vertical-align: super;
}
.recent-blogs ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.recent-blogs ul li {
	padding: 7px 0;
	border-bottom: 1px dotted #ddd;
}
.recent-blogs ul li:last-child {
	border-bottom: 0;
}
.blog-months ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 50%;
	border-right: 1px solid #FFF;
}
.blog-months ul li .badge {
	background: #FFF;
	color: #666;
	border: 1px solid #ddd;
}
.new-comment {
	padding: 20px 10px 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px dashed #ddd;
	margin: 20px 0;
}
.new-comment:hover {
	border-bottom-style: solid;
}
.new-comment img {
	max-height: 64px;
	width: auto;
	float: right;
}
.comment {
	margin: 10px 0;
	border-bottom: 1px dotted #ddd;
}

/* ===== Blog Timeline ===== */

.timeline-block {
	border-left: 3px solid #eee;
	padding-left: 20px;
	margin-left: 100px;
}
.timeline-block time.timestamp {
	position: absolute;
	top: 12px;
	left: -136px;
	padding: 5px 6px;
	font-style: italic;
	color: #999;
}
.timeline-block time.timestamp:before {
	display: block;
	font-family: FontAwesome;
	content: "\f073";
	font-style: normal;
	font-size: 32px;
	margin-left: 27px;
}
.timeline-block time.timestamp:after {
	display: inline-block;
	content: "";
	height: 20px;
	width: 20px;
	border: 3px solid #DDD;
	border-radius: 26px;
	margin-left: 16px;
	background: #FFF;
}

img.img-certification {
	float: left;
	margin: 0 20px 20px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #bcbcbc;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 2px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         2px 2px 10px 0px rgba(50, 50, 50, 0.75);
}


/* ===== About Us block ===== */

img.img-about {
	width: 40%;
	/*padding: 10px;*/
	float: left;
	margin: 0 20px 20px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #bcbcbc;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 2px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         2px 2px 10px 0px rgba(50, 50, 50, 0.75);
}

/* ===== Media objects ===== */

.media-object {
	height: 64px;
	width: 64px;
}
.media-heading a{
	color: #333;
}
.media-heading a:hover{
	color: #333;
	text-decoration: none;
}
.read-more {
	float:right;
	margin-top: 10px;
}

/* ===== Recent Works ===== */

.thumbnail {
	position: relative;
	background: rgba(0,0,0,0);
}
.thumbnail .visit {
	position: absolute;
	opacity: 0;
	width: 100%;
	text-align: center;
	top: 80px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.thumbnail:hover .visit {
	opacity: 1;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.thumbnail .visit a {
	color: #FFF;
	text-transform: uppercase;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px 20px;
}
.thumbnail .visit a:hover {
	color: #FFF;
	text-decoration: none;
}

/* ===== Steps ===== */

.step {
	text-align: center;
	width: 50%;
	margin: 0 auto;
}
.step i {
	color: #dedede;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
}
.step h4 {
	text-transform: uppercase;
}
.step .arrow {
	position: absolute;
	top: 0;
	right: -10%;
	color: #dedede;
	font-size: 100px;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
}
.step:hover i {
	color: #FFA973;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
}
.step:hover .arrow {
	color: #99E0FF;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
}

/* ===== About Us ===== */

.about-icon {
	font-size: 52px;
	float: left;
	margin: 15px 15px 0 0;
	color: #81b1d6;
}
.about-p {
	overflow: hidden;
	line-height: 22px;
	background:rgba(50,75,150,.25);
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.75);
}
.alert-danger > p.about-p {background:rgba(0,0,0,0);-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0);-moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0);box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0);}
.about-btn {
	margin-top: 50px;
	text-align: center;
}
.about-btn a {color: black;}

/* ===== Team ===== */
.member-left {
	text-align: left;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #eee;
}
.member-right {
	text-align: right;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #eee;
}
.team img,
.team img {
	width: 150px;
	height: 150px;
	border-radius: 75px;
}
.team .member-left img{
	float: left;
	margin-right: 50px;
}
.team .member-right img{
	float: right;
	margin-left: 50px;
}
.team .position {
	color: #ccc;
}
.team p {
	overflow: hidden;
}

/* ===== 404 error page ===== */

.not-found {
	background: #eee;
	background-image: url(../img/falling-leafs.png), -webkit-linear-gradient(top, #eee, #fff);
	background-image: url(../img/falling-leafs.png), -moz-linear-gradient(top, #eee, #fff);
}
.not-found .digits {
	color: #999;
	font-size: 250px;
	font-weight: bold;
	text-align: center;
}
.not-found .digits i {
	font-size: 200px;
	margin: 0 10px;
}
.not-found h1 {
	text-align: center;
	color: #666;
}
.not-found h2 {
	text-align: center;
	color: #999;
}
.not-found form {
	text-align: center;
	margin: 30px 0;
}

/* ===== Contact Us ===== */

.google-maps {
	position: relative;
	padding-bottom: 85.714%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ===== Pricing ===== */

.pricing .item {
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	color: #1f356f;
	border-radius: 3px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	min-height: 400px;
}
.pricing .item:hover {
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.3);
/*	margin-top: -10px;*/
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
}
.pricing .item a,.pricing .item a:link {
  color: #1F91DD;
}
.pricing .head {
	background: #69D2E7;
	padding: 30px 10px 10px;
	position: relative;
	border-radius: 3px;
	margin-bottom: 50px;
}
.pricing .head h4 {
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
}
.pricing .head .arrow {
	position: absolute;
	height: 30px;
	width: 100%;
	border-top: 30px solid #69D2E7;
	border-right: 120px solid white;
	border-left: 120px solid white;
	bottom: -30px;
	left: 0;
}
.pricing .head .arrow.grn {
	border-top: 30px solid rgba(171,255,171,.7);
}
.pricing .sceleton {
	text-align: center;
}
.pricing .sceleton h5 {
	font-size: 30px;
	color: #1f6f35;
}
.pricing .sceleton span {
	font-size: 24px;
}
.pricing .sceleton ul {
	margin: 0 0 10px;
	padding: 0;
}
.pricing .sceleton li {
	list-style-type: none;
	padding: 10px 0;
	border-top: 1px dotted #ccc;
}
.pricing .sceleton li:hover {
	border-top: 1px solid #ccc;
	background: #eee;
	cursor: pointer;
}

/* ===== FAQs ===== */

.faq-cats ul {
	list-style-type: none;
	padding: 0; 
	margin: 0;
}
.faq-cats ul li:first-child {
	margin: 0 0 15px 0;
}
.faq-cats ul li {
	margin: 15px 0 15px 0;
}
.faq-cats ul li i{
	vertical-align: middle;
	margin-right: 15px;
	color: #bbb;
}
.faq-cats ul li:hover i{
	color: #00B4FF;
}

/* ===== Gallery ===== */

.gallery-list > li:first-child {
	padding-left: 5px !important;
}
.gallery-list-bubbles > li {
	margin-bottom: 10px;
}
.gallery-list > li > a {
	color: #333;
}
.gallery-list > li > a:hover {
	text-decoration: none;
}
.gallery-text {
	display: block;
	padding: 5px 10px;
	margin: 1px 0 10px;
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
}
.gallery-text > .gallery-title {
	padding: 5px 0 10px;
	font-size: 18px;
	display: block;
}
.gallery-list > li:hover .gallery-text {
	background: #00B4EF;
	color: #FFF;
}
.gallery-bubble {
	display: block;
	position: absolute;
	color: #FFF;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px;
	margin: 0;
	left: 5px;
	right: 5px;
	bottom: 0;
	opacity: 0;
	transition: opacity 0.25s;
	-webkit-transition: opacity 0.25s;
	-moz-transition: opacity 0.25s;
}
.gallery-list > li:hover .gallery-bubble {
	opacity: 1;
}

/* ===== Gallery Item ===== */

.gallery-show .carousel-inner > .item > img,
.gallery-show .carousel-inner > .item > a > img {
	margin: 0 auto;
}

.gallery-item-icons {
	font-size: 24px;
	color: #444;
}
.gallery-list-small li {
	height: 50px;
	overflow: hidden;
	margin-bottom: 10px;
}
.gallery-list-small > li:first-child {
	padding-left: 5px !important;
}

/* Showcase controls */

a.carousel-arrow {
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -50px;
	height: 100px;
	width: 50px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	color: #FFF;
	font-size: 32px;
	font-weight: 300;
	line-height: 100px;
	cursor: pointer;
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	opacity: 0;
}
.carousel:hover a.carousel-arrow {
	opacity: 1;
}
a.carousel-arrow:hover,
a.carousel-arrow:active {
	text-decoration: none;
	background: #00B4FF;
}
a.carousel-arrow-prev {
	left: 0;
	right: auto;
	padding-right: 5px;
}
a.carousel-arrow-next {
	right: 0;
	left: auto;
	padding-left: 5px;
}

/* ===== Footer ===== */

footer {
	margin-top: 20px;
	background: #3E7A8C;
/*	background: url('../img/Seegras_mit_Jackfisch') no-repeat bottom center;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/Seegras_mit_Jackfisch', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/Seegras_mit_Jackfisch', sizingMethod='scale')";*/
	color: white;
	font-weight: 300;
}
footer a {
	color: #81D685;
}
footer a:hover {
	color: #81D685;
	text-decoration: none;
}
footer .headline {
	border-bottom: 1px dotted white;
	margin-bottom: 20px;
}
footer .headline h3{
	text-transform: uppercase;
}
.legal {
	padding: 20px 0 10px 0;
	background: #386F80;
	color: white;
	font-weight: 300;
	margin-top: 10px;
}
.social ul {
	background: #3E7A8C;
	color: white;
	font-size: 24px;
	margin: 0;
	padding: 0;
}
.social li {
	float: left;
	display: block;
	list-style-type: none;
	width: 28px;
	height: 28px;
	background: #eee;
	margin: 0 5px 5px 0;
	text-align: center;
	line-height: 28px;
}
.social li:hover {
	background: none;
}
.social li, .social li:hover {
	transition: background 0.1s;
	-webkit-transition: background 0.1s;
	-moz-transition: background 0.1s;
}
.social li a {
	color: #3E7A8C;

}
.social li:hover a {
	color: #fff;
}
.social li a, .social li:hover a {
	transition: color 0.1s;
	-webkit-transition: color 0.1s;
	-moz-transition: color 0.1s;
}
footer .btn-default {
	color: #fff;
	background: none;
}
footer .btn-default:hover {
	color: #3E7A8C;
	background: #fff;
	font-weight: bold;
	border: 1px solid #fff;
}
footer .form-control {
	border: white;
}
footer .form-control:focus {
	border: white;
}
footer .sbtn {
	margin-bottom: 5px;
}

/* Login Header*/

li.account {
	padding: 10px 20px;
	overflow: hidden;
	min-width: 350px;
}
li.account .avatar {
	width: 100px;
	height: 100px;
	float: left;
	margin: 0 20px 0 0;
	background: url(../img/face1.jpg);
	background-size: cover;
	background-position: center;
}
li.account p{
	overflow: hidden;
	font-size: 14px;
	text-transform: none;
	word-wrap: break-word;
}

/* ===== Login box ===== */

.form-box {
	padding: 10px 15px 20px;
	border: 1px solid #DDD;
	background: #F5F5F5;
}
.form-box h4 {
	text-transform: uppercase;
	color: #666;
}
.form-box hr {
	border-bottom: 1px solid #dedede;
}
.login-social ul {
	font-size: 20px;
	margin: 0;
	padding: 0;
}
.login-social li {
	float: left;
	display: block;
	list-style-type: none;
	width: 40px;
	height: 40px;
	margin: 20px 5px 20px 0;
	text-align: center;
	line-height: 40px;
}
.login-social li#twitter {
	background: #1dcaff;
}
.login-social li#facebook {
	background: #3B5998;
}
.login-social li#google {
	background: #dd4b39;
}
.login-social li#twitter:hover,
.login-social li#facebook:hover,
.login-social li#google:hover {
	background: none;
}
.login-social li#twitter:hover a {
	color: #1dcaff;
}
.login-social li#facebook:hover a {
	color: #3B5998;
}
.login-social li#google:hover a {
	color: #dd4b39;
}
.login-social li a {
	color: #fff;
	padding: 10px;
}
.login-social li, .login-social li:hover {
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
}
.login-social li a, .login-social li:hover a:hover{
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
}
/* ===== Registration form popover ===== */

.signup .popover {
	min-width: 200px;
}

/* ===== Site search ===== */
.tab-content{background: #FFF;border: 1px solid #234975; border-top: none;}
.nav-tabs { border-bottom-color: #234975; }
.nav-tabs > li > a, .nav-tabs > li > a:link { background: rgba(0,0,0,0); border-color: #234975; color: #fff; }
.nav-tabs > li > a:hover, .nav-tabs > li > a:hover { border-bottom: transparent; }
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #ccc;
  background: #4179aa;
  border: 1px solid #234975;
  border-bottom-color: transparent;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.navbar-nav li#search {
	background: #00B4FF;
	background: linear-gradient(top, #00B4FF, #009DE0);
	background: -webkit-linear-gradient(top, #00B4FF, #009DE0);
	background: -moz-linear-gradient(top, #00B4FF, #009DE0);
	position: relative;
}
.navbar-nav li#search .search-box {
	position: absolute;
	right: 0;
	bottom: -70px;
	width: 250px;
	padding: 10px;
	background: #515151;
	background: rgba(0, 0, 0, 0.65);
	display: none;
}
.navbar-nav li#search i.margin-2 {
	margin-left: 2px;
}

/* ===== Pagination ===== */

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #428bca;
	border-color: #428bca;
}

/* Helper Classes */

.top-zero {
	margin-top: 0;
}
.bottom-15 {
	margin-bottom: 15px;
}
.ui-icon {
	color: #666;
}
.tab-1 {
	margin-right: 15px;
}
.tab-2 {
	margin-right: 30px;
}
.tab-3 {
	margin-right: 45px;
}
.tab-3 {
	margin-right: 60px;
}
.margin-bottom-xs {
	margin-bottom: 0;
}
.dealerships {
  list-style-type: none;
  text-align: center;
}
.dealerships li {
  display: inline-block;
  text-align: center;
  width: 225px;
  margin-top: -1px;
  margin-right: -6px;
}
.dealerships li a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dealerships li:hover a {
  font-weight: 600;
}
.panel-heading > a {
	font-weight: 600;
	text-decoration: underline;
}
.coupon_box {  background-color: #fff;padding: 10px;border: 1px dashed #000;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
.thickblackdashedborder {border: 3px dashed #000;}
.subhead{display:block;font-size:1.2em;font-weight:600;}
.panel {color: #000;min-height: 200px;}
.panel-success > .panel-heading > a{color: #3c763d;font-weight:600;text-decoration: none;}
.panel-success > .panel-heading > a:hover{text-decoration: underline;}
.alert-info a{color: #31708f;font-weight:600;text-decoration: none;}
.alert-info a:hover{text-decoration: underline;}
.alert-warning a{color: #8a6d3b;font-weight:600;text-decoration: none;}
.alert-warning a:hover{text-decoration: underline;}
select,input{color: #000;}
span.info-board{display:block;}
#formlist{margin-top: 10px;}
#formlist h2{margin-top: 5px;font-size: 16pt;}
.leftneg_13{margin-left:-13px;}
.js-video embed, .js-video iframe, .js-video object, .js-video video {top: 0;left: 0;width: 100%;height: 100%;position: absolute;}
.calendar{border: 0;width:100%;height:450px;}
.table {border:1px solid rgba(150,150,150,0.5);width:100%;}
.table tr:hover{background-color: rgba(255,255,100,.75);}
.table tr:nth-child(even) {background: rgba(0,0,0,.15);}
.odd {clear:both;}
#searchModal {color: #000 !important;font-size: 1.2em;font-weight: bolder;}
#results a, #results > a:link, #results > a:visited {color: #06192c;text-decoration:underline;}
#results a:hover, #results > a:active, #results a:focus {color: #36445b;}
#query {border:1px solid #c0c0c0;}
.dark {color: #505b66 !important;}
#formMenu > li.spec_form_option > a:before {content: 'Specialty - ';}
#formMenu > li.spec_form_option > a {text-decoration:underline}
a.toggle{color:#333;}
.toggle:hover{cursor:pointer;}
.underline {text-decoration: underline;}
.nopadding {padding: 0 !important;}
.pad5 {padding: 5px;}
.tripdetails{text-align:center;}
.ul {text-decoration: underline;}
.ctr,.center{display:inline-block;text-align:center;margin-left:auto;margin-right:auto;}
.tab-pane {background: #4179aa;padding: 5px;}
.videocaption>a, .videocaption>a:active, .videocaption>a:visited, .videocaption>a:link {color: #00f;}
.btn-green{max-width: 80%;word-wrap:break-word;}
.pricing-wrapper {}
.pricing-head {}
.pricing-rate {height: 360px;display: block;}
.pricing-rate>a>img {
    max-height:350px;
    border-radius: 10px;
    border: 2px solid white;
    box-shadow: 2px 2px 5px black;
    -webkit-transition: all .125s; /* Safari */
    transition: all .125s;}
.pricing-rate>a>img:hover {
    box-shadow: 0px 0px 10px 5px white;}
.pricing-rate>a>img:before {
   content: "#";
   border: solid 1px white;
   padding: 2px;
   height:100px;
   width:100px;
   display:block;
}
.pricing-desc {background: rgba(0,0,0,.3);padding: 5px;text-align: center;display: block;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.pricing-select {}

@media (max-width: 768px) { /* Adjusting for mobile */
	.open ul.dropdown-menu {background: rgba(80,80,80,.30) !important;}
	.navbar.navbar-inverse.affix {position: absolute;top: 0px;left:0;width: 100%;z-index: 100;}
	.navbar-inverse .navbar-nav li {margin-left:15px;margin-right:15px;}
	.navbar-inverse .navbar-nav li.open {border-top: 1px solid grey;border-bottom: 1px solid grey;}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		background-image: none;
		color:#C9E4FF;
		font-family: 'Lato', sans-serif;
	}
	html, body {background: #07374d;}
	.margin-bottom-xs {
		margin-bottom: 15px;
	}
}
.text-muted a {
	color: #999;
	text-decoration: none;
}
.text-muted a:hover {
	text-decoration: underline;
}

/* Text colors */

.text-green {
	color: #72a53b;
}
.text-blue {
	color: #00B4FF;
}
.text-red {
	color: #E74C3C;
}
.text-turquoise {
	color: #1ABC9C;
}
.text-amethyst {
	color: #9B59B6;
}

/* Background colors */

.bg-green {
	background-color: #72a53b;
}
.bg-blue {
	background-color: #00B4FF;
}
.bg-red {
	background-color: #E74C3C;
}
.bg-turquoise {
	background-color: #1ABC9C;
}
.bg-amethyst {
	background-color: #9B59B6;
}

/* ===== Scroll to Top ===== */

.scrolltotop {
	height: 48px;
	width: 48px;
	border-color: #999;
	border: 1px solid rgba(0, 0, 0, 0.3);
	color: #999;
	color: rgba(0, 0, 0, 0.3);
	font-size: 18px;
	line-height: 48px;
	border-radius: 3px;
	text-align: center;
}
.scrolltotop:hover {color:#fff;border: 1px solid #fff;}

/* ===== Responsive CSS ===== */

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

@media (max-width: 1200px) { /* Adjusting for large devices */
	.dropdown-row {width:400px;}
	
	/* Pricing page arrows */
	
	.pricing .head .arrow {
		border-right-width: 95px;
		border-left-width: 95px;
	}
	
	/* Services */

	.services li {
		width: 187px;
	}
	.services ul:hover li{
		 width: 171px;
	}
	.services li:hover {
		 width: 250px!important;
	}
}
@media (max-width: 992px) { /* Adjusting for small devices */
	
	/* Pricing page arrows */
	
	.pricing .head .arrow {
		border-right-width: 68px;
		border-left-width: 68px;
		border-top-width: 20px;
	}
	
	/* Services */

	.services li {
		width: 143px;
	}
	.services ul:hover li{
		 width: 128px;
	}
	.services li:hover {
		 width: 200px!important;
	}
}
@media (max-width: 768px) { /* Adjusting for mobile */
	/* Navigation */
	
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #fff;
	background-color: transparent;
	}

	/* Index page background */
	
	#wrap h1, #hp-slider h1 {
		font-size: 32px;
		margin: 35px 0 0 0;
		text-align: center;
		font-weight: 600;
	}
	#wrap h3, #hp-slider h3 {
		font-size: 24px;
		margin: 15px 0 0 0;
		text-align: left;
		font-weight: 400;
	}
	.list {
		margin: 50px 0;
	}
	.list li {
		margin: 5px 0;
		font-size: 20px;
		font-weight: 300;
		line-height: 2;
	}

	/* Steps */

	.step {
		text-align: left;
		width: auto;
		margin: 0 0 15px 0;
	}
	.step i {
		float: left;
		margin-right: 15px;
	}
	.step .arrow {
		display: none;
	}
	.step a.sbtn {
		margin-left: 65px;
	}
	
	/* Registration form popover */
	
	.signup .popover {
		display: none;
	}
	
	/* 404 */
	
	.not-found .digits {
		font-size: 140px;
	}
	.not-found .digits i {
		font-size: 100px;
	}
	.not-found h1 {
		font-size: 30px;
		line-height: 42px;
	}
	.not-found h2 {
		font-size: 18px;
	}
	
	/* Pricing page */
	
	.pricing .head {
		padding: 20px;
	}
	.pricing .head .arrow {
		border: 0;
	}
	.pricing .item {
		margin: 20px 0;
	}
	.pricing .item:hover {
		margin: 20px 0;
	}
	
	/* Services */

	.services ul {
		padding: 10px 0;
		width: 100%;
	}
	.services li {
		float: none;
		padding: 20px;
		width: 100%;
		height: auto;
		margin: 0 0 1px 0;
	}
	.services li p {
		white-space: normal;
	}
	.services li p a {
		visibility: visible;
	}
	.services ul:hover li{
		 width: 100%;
	}
	.services li:hover {
		 width: 100%!important;
		 text-align: center;
	}
	.services li:hover i {
		float: none;
		line-height: 2px;
		padding: 20px;
		margin: 0;
	}
	.services li:hover p a {
		visibility: visible;
	}

	/* Showcase Carousel */

	a.carousel-arrow	{
		top: 55px;
		bottom: auto;
		height: 35px;
		width: 35px;
		border-radius: 0;
		color: #FFF;
		font-size: 18px;
		line-height: 35px;
	}
	a.carousel-arrow-prev {
		left: 50%;
		margin-left: -37px;
	}
	a.carousel-arrow-next {
		left: 50%;
	}
	
	/* Navbar dropdown */
	
	.dropdown-menu .divider {
		height: 1px;
		margin: 9px 0;
		overflow: hidden;
		background-color: #999;
	}
	
	/* Timeline */
	.timeline-block {
		border-left: 0;
		padding-left: 0;
		margin-left: 0;
	}
}

/*
 * Side navigation for UI elements
 *
 * Scrollspy and affixed enhanced navigation to highlight sections and secondary
 * sections of docs content.
 */

/* By default it's not affixed in mobile views, so undo that */
.bs-sidebar {
	margin-bottom: 50px;
}
.bs-sidebar.affix {
	position: static;
}

@media (max-width: 450px) {
	.about-icon{display:none;}
	table {
		max-width: auto;
	}
}

/* Show and affix the side nav for ui elements when space allows it */
@media (min-width: 992px) {
	.bs-sidebar .nav > .active > ul {
		display: block;
	}
	/* Widen the fixed sidebar */
	.bs-sidebar.affix,
	.bs-sidebar.affix-bottom {
		width: 293px;
	}
	.bs-sidebar.affix {
		position: fixed; /* Undo the static from mobile first approach */
		top: 70px;
	}
	.bs-sidebar.affix-bottom {
		position: absolute; /* Undo the static from mobile first approach */
	}
}
@media (min-width: 1200px) {
	/* Widen the fixed sidebar again */
	.bs-sidebar.affix-bottom,
	.bs-sidebar.affix {
		width: 360px;
	}
}

@page {
margin: 0.5cm;
}

@media print {
  html,body {
    font-size:12pt;
  }
  #wrap{height:auto;}
  footer,.scrolltotop,.section-header,.services {display:none;}
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  .noprint {display: none;}
  .showprint {display: block;visibility: visible;}
  .tab-content{height:300px;overflow:hidden;}
  .breakafter{page-break-after: always;}
  embed, iframe, object, video {display:block;}
}

.videocaption{
  background: rgba(255,255,255,90);
  color: #000;
  font-size: 10pt;
  margin: 0px;
  padding: 10px;
}