/* Headings */
h3, h4, h5, h6 {
	line-height:1.5 !important
}
h3.success, h4.success, h5.success, h6.success, span.success {
	color: #46a546;
	text-align: center
}
h3.warning, h4.warning, h5.warning, h6.warning, span.warning {
	color: #FF6633;
	text-align: center
}
h3.error, h4.error, h5.error, h6.error, div.error, span.error {
	color: red;
}
div.banner {
	font-size: 133%;
	font-weight: bold;
	padding: 10px;
	width: 90%;
	margin: auto;
	box-sizing: border-box;
	border-radius: 5px;
}
div.banner.error {
	border: 1px solid #ff8080;
	background-color: #ffd0d0;
}
.section {
	margin-bottom: 1em;
}
.comment {
	font-style: italic;
	color: grey;
}
.lead {
	text-align:center;
}
.lead h2 {
	font-size: 33px;
	line-height: 45px;
	color: rgb(69, 68, 68);
}
.lead h3 {
	font-size: 17px;
	color: rgb(69, 68, 68);
}
.lead h3 a {
	font-size: inherit !important;
	color: rgb(69, 68, 68);
}
.required::after, .note-1::after {
	content: ' *';
	color: red;
}
.note-2::after {
	content: ' **';
	color: red;
}
/* Footer */
div.footer {
	text-align: center;
	padding-bottom: 10px;
}
div.footer > a {
	margin-left: 1em;
	margin-right: 1em;
}
div.footer > ul {
	list-style: none;
	margin: 0 auto;
}
/* Grid */
div.grids {
	margin: 0 10px 10px 10px;
}
div.grid-frame {
	border: 1px solid #dedede;
	margin-bottom: 7px;
	background-color: #fcfcfc;
	border-radius: 5px;
}
div.grid-1 {
	display: grid;
	grid-template-areas: "left status";
	grid-template-columns: 1fr;
	padding: 5px;
}
div.grid-2 {
	display: grid;
	grid-template-areas: "left right status";
	grid-template-columns: 65% 1fr;
	padding: 5px;
}
div.grid-3 {
	display: grid;
	grid-template-areas: "left center right status";
	grid-template-columns: 45% 30% 1fr;
	padding: 5px;
}
div.grid-left {
	grid-area: left;
	padding: 5px;
}
div.grid-center {
	grid-area: center;
	padding: 5px;
}
div.grid-right {
	grid-area: right;
	text-align: right;
	padding: 5px;
}
div.grid-status {
	grid-area: status;
	text-align: center;
	padding: 5px;
}
@media (max-width: 979px) {
	div.grid-3 {
		grid-template-areas: "left left status"
		                     "center right right";
		grid-template-columns: 1fr;
	}
	div.grid-2 {
		display: grid;
		grid-template-areas: "left status"
		                     "right right";
		grid-template-columns: 1fr;
	}
}
@media (max-width: 330px) {
	div.grid-3 {
		grid-template-areas: "left status"
		                     "center center"
		                     "right right";
		grid-template-columns: 1fr;
	}
	div.grid-right {
		text-align: left;
	}
}
/* Tiles */
#tiles {
	display: flex;
	flex-wrap: wrap;
}
#tiles li ul {
	list-style: none;
	margin-left: 10px;
}
#tiles li li {
	width: 95% !important;
}
#tiles li li * {
	display: inline-block;
	vertical-align: middle;
}
#tiles li li .state {
	float: right;
}
#tiles li li div {
	max-width: 90%;
}
#tiles li {
	width: 100%;
	float: none;
}
@media (max-width: 979px) {
	#tiles li {
		width: 100% !important;
	}
	#tiles li li div span::before {
		white-space: pre;
	}
}
#tiles li div.meta {
	color: #999;
	text-transform: uppercase;
	font-size: 10px;
	margin: 0;
}
#tiles li h4 {
	line-height: 1.5;
	margin: 0 0 5px 0;
}
#tiles li h4 a {
	line-height: inherit;
	margin: 0;
	text-decoration: inherit;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
}
#tiles li p {
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
}
#tiles li a {
	font-size: 16px;
}
#tiles li .more_link {
	font-size: smaller;
	line-height: 2;
	text-transform: uppercase;
	letter-spacing: 2px;
	white-space: nowrap;
	display: block;
	margin: 5px 0 0 0;
}
#tiles li blockquote {
	line-height: 1.5;
	margin: 0;
	padding: 0;
	color: #999;
	border: none;
	font-size: 150%;
	font-style: italic;
	font-family: Georgia, Times, serif;
}
#tiles li blockquote small {
	font-size: 11px;
	font-style: normal;
}
/* Icons */
[class*="social foundicon-"]:before {font-family: "SocialFoundicons";}
[class*="general foundicon-"]:before {font-family: "GeneralFoundicons";}
/* Menu Centered */
.centered_menu {
	margin-top: 35px;
	text-align: center;
}
.centered_menu > div {
	display:inline-block;
}
.centered_menu div {
	text-align: left;
}
.clear-both {
	clear: both;
}
.navbar .nav {
	max-width: 1040px;
}
.flex-1 {
	flex-grow: 1;
	width: 100%;
}
/* Footer elements */
.copyright {
	font-size: smaller;
	letter-spacing: 1px;
}
/* Responsive Image */
img {
	max-width:100%;
	height:auto;
	width:auto;-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
/* Responsive Video from Zurb Foundation. Copyright (c) 2011 ZURB, http://www.zurb.com/ License: MIT */
.flex-video {
	position:relative;
	padding-top:25px;
	padding-bottom:67.5%;
	height:0;
	margin-bottom:16px;
	overflow: hidden;
}
.flex-video.widescreen {
	padding-bottom:57.25%;
}
.flex-video.vimeo {
	padding-top:0;
}
.flex-video iframe, .flex-video object, .flex-video embed {
	position:absolute;
	top:0;
	left:0;
	width:93%;
	height: 93%;
	border:none;
	margin-left: 3.5%;
}
/* Form */
select {
	box-sizing: border-box;
	height: 30px;
}
label.opt {
	padding: 4px;
	vertical-align: top;
}
table.form input,
table.form select,
table.form textarea {
	margin: 0;
}
table.form textarea {
	height: 100px;
	resize: none;
}
table.form input[type=text],
table.form input[type=number],
table.form input[type=password],
table.form input[type=email],
table.form input[type=url],
table.form input[type=tel],
table.form textarea,
table.form select.align {
	box-sizing: border-box;
	width: 100%;
	height: 30px;
}
table.form textarea {
	height: 100px;
}
table.form {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
table.list, div.form {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
table.list {
	border-collapse: separate;
	border-spacing: 0 7px;
}
table.form > tbody > tr > td:first-child {
	white-space: nowrap;
	width: 20%;
}
table.form > tbody > tr > td.flex-row {
	display: flex;
	flex-direction: row;
	column-gap: 10px;
}
table.form > tbody > tr.checkbox > td > * {
	margin: 9px 0;
}
table.list th {
	background-color: #dedede;
	text-align: left;
}
table.list > tbody > tr {
	background-color: #fcfcfc;
}
table.list > tbody > tr.editable:hover {
	background-color: #f4f4f4;
	cursor: pointer;
}
table.form > tbody > tr > td, table.form > thead > tr > th {
	padding: 5px;
}
table.list > tbody > tr > td, table.list > thead > tr > th {
	padding: 10px;
}
div.form {
	box-sizing: border-box;
	padding: 10px 5px 5px 5px;
}
@media (min-width: 601px) {
	table.list > thead > tr > th, table.list > tbody > tr > td {
		border: 1px solid #dedede;
		border-radius: 5px;
	}
	table.list > tbody > tr > td:not(:first-child), table.list > thead > tr > th:not(:first-child) {
		border-left: none;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	table.list > tbody > tr > td:not(:last-child), table.list > thead > tr > th:not(:last-child) {
		border-right: none;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
}
@media (max-width: 600px) {
	input[type=text],
	input[type=number],
	input[type=password],
	input[type=email],
	input[type=url],
	input[type=tel],
	select {
		height: 30px;
	}
	table.list > thead {
		display: none;
	}
	table.form > tbody > tr > td, table.list > tbody > tr > td, table.list > thead > tr > th {
		display: block;
		border: none;
	}
	table.list > thead > tr, table.list > tbody > tr {
		border: 1px solid #dedede;
		border-radius: 5px;
	}
	table.form input[type=text],
	table.form input[type=email],
	table.form input[type=url],
	table.form input[type=number],
	table.form input[type=tel],
	table.form textarea,
	table.form select.align {
		width: 100%;
	}
	table.form input[type=password] {
		height: 30px;
	}
	table.list > thead > tr, table.list > tbody > tr {
		display: block;
		margin-bottom: 7px;
		position: relative;
	}
	table.list > tbody > tr > td.status {
		position: absolute;
		top: 0;
		right: 0;
	}
}

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
	.flex-video { padding-top: 0; }
}
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.right {
	float: right;
}
.left {
	float: left;
}
.oModal {
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.oModal:target {
	opacity:1;
	pointer-events: auto;
}
.oModal:target > div {
	margin: 10% auto;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.oModal > div {
	background-image: url('../images/modal_background.jpg');
	max-width: 600px;
	background-repeat: no-repeat;
	background-color: #fff;
	max-height: 600px;
	position: relative;
	margin: 1% auto;
	padding: 8px 8px 8px 8px;
	border-radius: 5px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	box-shadow: 0px 0px 4px #999
}
.oModal-box {
	position: relative;
	width: 210px;
	height: 210px;
	background-color: #c5d7e1;
	margin-top: -40px;
	margin-left: -880px;
}
/* Additional */
h5 {
	color: #1c73b6;
}
.link {
	cursor: pointer;
}
table.products {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	margin-bottom: 1em;
}
table.products tr td:nth-child(1) {
	width: 35%;
}
table.products tr td:nth-child(2) {
	width: 25%;
}
table.products tr td:nth-child(3) {
	width: 20%;
}
table.products th {
	text-align: left;
	font-size: large;
}
.border {
	border-bottom: 1px solid grey;
}
table.products tr:nth-child(even) {
	background-color: #fff;
}
table.products tr:nth-child(odd) {
	background-color: rgba(204,204,204,0.3);
}
.collapse {
	border-collapse: collapse;
}
.img-center {
	margin: auto;
}
.thumbnails {
	/*display: table-row;*/
}
.thumbnails div {
	display: inline-block;
	margin: 8px;
}
.thumbnails .box {
	width: 210px;
	height: 210px;
}
#divBoxed {
	position: relative
}
.nav-links > a {
	margin-right: 20px;
}
.btn-secondary, .btn-secondary:hover {
	text-shadow: none;
}

.cap1 div, .cap2 div, .cap3 div, .cap4 div, .cap5 div {
	margin: 0 -1px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	margin: 20px 5px 0px !important;
}
.box {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}
.box i {
	font-size: 44px;
	color: rgb(69, 68, 68);
}
p.info {
	font-style: italic;
	color: grey;
}
/* Adjustments */
.search.adjust {
	margin-bottom:15px
}
/***** BOOTSTRAP CSS BASE OVERRIDE *****/
.navbar .nav-pills > li > a {
	text-shadow:none;
	font-weight:normal;
}
.navbar .dropdown-menu li > a {
	text-shadow:none;
	font-weight:normal;
}
.navbar .nav-pills > li > .dropdown-menu:before {
	border:none;
}
.navbar .nav-pills > li > .dropdown-menu:after {
	border:none;
}
.navbar .nav-pills > .active > a, .navbar .nav-pills > .active > a:hover, .navbar .nav-pills > .active > a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar .nav-pills > li > a:hover, .navbar .nav-pills li.dropdown.open.active > .dropdown-toggle {
	-webkit-transition: ease-in-out .2s;
	-moz-transition: ease-in-out .2s;
	-o-transition: ease-in-out .2s;
	-ms-transition: ease-in-out .2s;
	transition: ease-in-out .2s;
}
.navbar .nav-pills .open .dropdown-toggle {
	background-color: transparent;
}
.btn .caret {
	margin-top: 8px !important;
}
button.btn img {
	margin-top: -4px;
}
body {
	background-image: url('../images/mirrored_squares.jpg');
	background-color: rgb(181, 181, 181);
	background-repeat: repeat;
	background-size: cover;
	background-attachment: fixed;
}
#divBoxed {
	margin-top: 10px;
	margin-bottom: 10px;
}
.camera_caption > div {opacity: 0.85;filter:alpha(opacity=85);}
.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {opacity: 0.85;filter:alpha(opacity=85) !important;background-color:rgb(240, 240, 240);}
.camera_wrap .camera_pag .camera_pag_ul li, .camera_wrap .camera_pag .camera_pag_ul li, .camera_wrap .camera_pag .camera_pag_ul li:hover > span {box-shadow: rgba(0, 0, 0, 0.121569) 0px 3px 8px inset; background-color: rgb(230, 230, 230);  }
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {}
.camera_wrap {
	display: block;
	margin-bottom: 15px;
	height: 391px;
	border: none;
	margin-left: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-top: 51px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.498039) 0px 15px 10px -10px, rgba(0, 0, 0, 0.298039) 0pt 1px 4px;
	box-shadow: rgba(0, 0, 0, 0.498039) 0px 15px 10px -10px, rgba(0, 0, 0, 0.298039) 0pt 1px 4px;
}
.cap1 > div {
	opacity: 0.85;
	filter: alpha(opacity=85);
	background-color: rgb(61, 61, 61);
}
.cap2 > div {
	opacity: 0.85;
	filter: alpha(opacity=85);
	background-color: rgb(61, 61, 61);
}
.cap3 > div {
	opacity: 0.85;
	filter: alpha(opacity=85);
}
.cap4 > div {
	opacity: 0.85;
	filter: alpha(opacity=85);
}
.cap5 > div {
	opacity: 0.85;
	filter:alpha(opacity=85);
}
.page-content {
	line-height: 22px;
	font-family: 'Maven Pro',sans-serif;
}
.page-content a {
	color: rgb(97, 141, 190);
	font-family: 'Maven Pro', sans-serif;
}
.sidebox {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;
	background-color: rgb(250, 250, 250);
	color: rgb(51, 51, 51);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(255, 255, 255);
	border-radius: 3px;
	padding: 18px;
	margin-top: 11px;
	font-family: 'Maven Pro', sans-serif;
	font-size: 14px;
}
.sidebar {
	padding-top: 8px;
}
.sidebox-title {
	line-height: 36px;
	font-weight: normal;
	font-style: normal;
	font-family: 'Open Sans';
	color: rgb(51, 51, 51);
	font-size: large;
	text-transform: none;
}
.sidebox a {
	color: rgb(97, 141, 190);
	font-family: 'Maven Pro', sans-serif;
}
#divFooter {
	font-size: 13px;
	font-family: 'Maven Pro', sans-serif;
}
.content {
	padding: 0px 40px 40px 40px;
}
.header {
	padding: 0px 40px 0px 40px;
}
.content .row-fluid {
	margin-top: 2em;
}
#divFooter a {
	color: rgb(97, 141, 190);
	font-size: 13px;
	font-family: 'Maven Pro', sans-serif;
}
#divFooter h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 23px;
	line-height: 45px;
	color: rgb(69, 68, 68);
}
.transparent-bg {
	-moz-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px;
	box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px;
	background-color: rgb(255, 255, 255);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.menu {
	font-size: 14px;
	line-height: 25px;
	margin-top: 0px;
	font-family: 'Maven Pro', sans-serif;
	margin-bottom: 1em;
}
.menu a {
	color: rgb(97, 141, 190);
	font-family: 'Maven Pro', sans-serif;
}
.text-center {
	text-align:center;
}
a.btn, a.btn-large, a.btn-small, a.btn-mini {
	color:#333;
}
a.btn-info, a.btn-success, a.btn-warning, a.btn-danger, a.btn-inverse {
	color:#ffffff;
}
.btn-secondary, .btn-secondary:hover, a.btn-secondary, a.btn-secondary:hover {
	color:#323232;
}
.btn-secondary {
	border:1px solid #dfdfdf;
	border-bottom:1px solid #afafaf;
	background-color:#fafafa;
	background-repeat: repeat-x;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e1e1e1));
	background-image:-webkit-linear-gradient(top, #fafafa, #e1e1e1);
	background-image:-moz-linear-gradient(top, #fafafa, #e1e1e1);
	background-image:-ms-linear-gradient(top, #fafafa, #e1e1e1);
	background-image:-o-linear-gradient(top, #fafafa, #e1e1e1);
	background-image:linear-gradient(top, #fafafa, #e1e1e1);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fafafa, endColorstr=#e1e1e1, GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary.active, .btn-secondary.disabled, .btn-secondary[disabled] {
	background-color:#dfdfdf;
}
.btn-primary, .btn-primary:hover, a.btn-primary, a.btn-primary:hover {
	color:#ffffff;
}
.btn-primary {
	border:1px solid #5d87b6;
	border-bottom:1px solid #496a8f;
	background-color:#6898cc;
	background-repeat: repeat-x;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#6898cc), to(#5e89b8));
	background-image:-webkit-linear-gradient(top, #6898cc, #5e89b8);
	background-image:-moz-linear-gradient(top, #6898cc, #5e89b8);
	background-image:-ms-linear-gradient(top, #6898cc, #5e89b8);
	background-image:-o-linear-gradient(top, #6898cc, #5e89b8);
	background-image:linear-gradient(top, #6898cc, #5e89b8);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr=#6898cc, endColorstr=#5e89b8, GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color:#5d87b6;
}
#divHeaderText {
	padding: 0px 0px 20px;
	border-color: rgb(51, 51, 51);
	text-align: center;
}
h2 {
	font-weight: normal;
	font-style: normal;
	color: rgb(104, 152, 204);
	font-family: 'Source Sans Pro',sans-serif;
	font-size: 35px;
	line-height: 50px;
	text-align: center;
}
h3 {
	font-weight: normal;
	font-style: normal;
	color: rgb(104, 152, 204);
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 28px;
	line-height: 50px;
	text-align: center;
}
h4 {
	font-weight: normal;
	font-style: normal;
	font-family: 'Source Sans Pro', sans-serif; font-size: 21px;
	line-height: 50px;
}
h5 {
	font-weight: normal;
	font-style: normal;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	line-height: 50px;
}
h6 {
	font-weight: normal;
	font-style: normal;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	line-height: 50px;
}
h6.title {
	color: rgb(104, 152, 204);
	text-align: center;
}
.nav .dropdown-toggle .caret {
	border-top-color: rgb(0, 0, 0);
	border-bottom-color: rgb(0, 0, 0);
}
.nav .dropdown-toggle:hover .caret {
	border-top-color: rgb(0, 0, 0);
	border-bottom-color: rgb(0, 0, 0);
}
.navbar .dropdown-menu, .dropdown-menu {
	background-color: rgb(255, 255, 255);
	border-radius: 0px;
}
.navbar .dropdown-menu li > a, .dropdown-menu li > a, .navbar .nav-pills .open .dropdown-toggle {
	color: rgb(0, 0, 0)
}
.navbar .dropdown-menu li > a:hover, .navbar .dropdown-menu .active > a, .navbar .dropdown-menu .active > a:hover, .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a, .navbar .nav-pills .open a.dropdown-toggle:hover {
	filter: none;
	color: #ffffff;
	background-color: #6898cc;
	background-image: none;
}
.navbar .nav-pills > li > a {
	margin-left: 2px;
	margin-right: 2px;
	padding: 10px 20px;
	border-radius: 0px;
	color: rgb(41, 41, 41);
	background-color: transparent;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: rgb(240, 240, 240);
}
.navbar .nav-pills > li > a.link-icon > img {
	width: auto;
	height: 22px;
}
.navbar .nav-pills > li > a.link-icon > span {
	display: none;
}
@media (min-width: 980px) {
	.navbar .dropdown-menu {
		margin-top: -7px;
	}
	.navbar .nav-pills > li > a.link-icon {
		padding: 5px 10px 10px 10px;
	}
	.navbar .nav-pills > li.login {
		float: right !important;
	}
}
.navbar .nav-pills > li > a:hover, .navbar .nav li.dropdown.open.active > .dropdown-toggle, .navbar .nav-pills > li > a:focus {
	color:rgb(41, 41, 41);
	background-color:transparent;
	border-bottom-width:3px;
	border-bottom-style:solid;
	border-bottom-color:#6898cc;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle {
	background:none;
}
.navbar .nav-pills > .active > a, .navbar .nav-pills > .active > a:hover, .navbar .nav-pills li.dropdown.open > .dropdown-toggle, .navbar .nav-pills li.dropdown.active > .dropdown-toggle {
	color:rgb(41, 41, 41);
	background-color:transparent;
	border-bottom-width:3px;
	border-bottom-style:solid;
	border-bottom-color:#6898cc;
}
.navbar .ddmenu {
	margin-bottom:0px;
}
.navbar .nav-pills li.dropdown > .dropdown-toggle .caret, .navbar .nav-pills li.dropdown.open > .dropdown-toggle .caret, .navbar .nav-pills li.dropdown.active > .dropdown-toggle .caret, .navbar .nav-pills li.dropdown.open.active > .dropdown-toggle .caret {
	border-top-color:rgb(41, 41, 41);
	border-bottom-color:rgb(41, 41, 41);
}
.navbar .nav-pills li.dropdown > .dropdown-toggle:hover .caret {
	border-top-color:rgb(41, 41, 41);
	border-bottom-color:rgb(41, 41, 41);
}
.navbar .nav-pills li.dropdown.active > .dropdown-toggle .caret {
	border-top-color:rgb(41, 41, 41);
	border-bottom-color:rgb(41, 41, 41);
}
.dropdown-menu .sub-menu {
	left:100%;
	position:absolute;
	top:0;visibility:hidden;margin-top:-1px;
}
.dropdown-menu li:hover .sub-menu {
	visibility:visible;
}
.ddmenu.nav-pills li a {
	font-family: Oxygen, sans-serif;
	font-size: 14px;
	line-height: 17px;
}
.ddmenu .dropdown-menu li a {
	font-family: Oxygen, sans-serif;
	line-height: 26px;
	font-size: 14px;
}
ul.ddmenu > li.nav-break-1 {
	clear: none;
}
ul.ddmenu li.nav-break-2 {
	clear: both;
}
.camera_caption {
	font-size: 14px;
	font-family: Oxygen, sans-serif;
	letter-spacing: 1px;
	line-height: 21px;
}
.lead h2 {
	font-size: 40px;
	line-height: 60px;
	color: rgb(69, 68, 68);
	font-family: 'Source Sans Pro', sans-serif;
}
.lead h3 {
	font-size: 23px;
	color: rgb(69, 68, 68);
	font-family: 'Source Sans Pro', sans-serif;
}
.dropdown-menu .sub-menu {
	left:100%;
	position:absolute;
	top:0;
	visibility:hidden;margin-top:-1px;
}
.dropdown-menu li:hover .sub-menu {
	visibility:visible;
}
.navbar .btn-navbar-highlight {
	display:none;
	width:100%;
}

.rs img {
	margin-left: 15px;
	margin-right: 15px;
	width: 60px;
}
.box-rs{
	position: relative;
	width: 300px;
	background-color: #c5d7e1;
	margin-top: 0px;
	margin-left: 0px;
}
.opt_img {
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.opt_img:target {
	opacity:1;
	pointer-events: auto;
}
.opt_img:target > div {
	margin: 10% auto;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.opt_img > div {
	max-width: 60%;
	background-color: #fff;
	position: relative;
	margin: 1% auto;
	padding: 8px 8px 8px 8px;
	border-radius: 5px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	box-shadow: 0px 0px 4px #999
}
.textoptions {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
div.search-block, div.filter-block {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
div.search-block input[type=text] {
	height: 30px;
	width: 35%;
	height: 30px;
	box-sizing: border-box;
}
div.filter-block input[type=text] {
	width: 50%;
	height: 30px;
	box-sizing: border-box;
}
div.search-block input, div.search-block button {
	vertical-align: top;
}
div.login-buttons {
	text-align: center;
}
div.login-buttons button {
	width: 90%;
	max-width: 400px;
	margin: 5px;
	text-align: left;
}
div.login-buttons button img {
	height: 26px;
	margin: 0 10px 0 5px;
}
div.login-form {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
div.login-form button {
	margin-left: auto;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-flex {
  display: flex !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.input-prepend {
	white-space: nowrap;
}
.input-prepend .add-on {
	height: auto;
}
.input-prepend select {
	width: auto;
}
.release-notes p {
	color: #1c73b6;
	font-size: 110%;
}
@media (max-width:1600px){
	.box-bar{
		position: relative;
		width: 210px;
		height: 210px;
		background-color: #c5d7e1;
		margin-top: -40px;
		margin-left: -880px;
	}
	.box-bar:hover{
		background-image: url('/images/fondbar.svg');
	}
	.box-camping{
		position: relative;
		width: 210px;
		height: 210px;
		background-color: #bbd7ed;
		margin-left: -440px;
		margin-top: -210px;
	}
	.box-camping:hover{
		background-image: url('../images/campingfond.svg')
	}
	.box-etablissement{
		position: relative;
		width: 210px;
		height: 210px;
		background-color: #7ca9d2;
		margin-left: 0px;
		margin-top: -210px;
	}
	.box-etablissement:hover{
		background-image: url('../images/etablissementfond.svg');
	}
	.box-entreprise{
		position: relative;
		width: 210px;
		height: 210px;
		background-color: #376297;
		margin-left: 440px;
		margin-top: -210px;
	}
	.box-entreprise:hover{
		background-image: url('../images/entreprisefond.svg');
	}
	.box-kevin{
		position: relative;
		width: 210px;
		height: 210px;
		background-color: #2b5a8e;
		margin-left: 880px;
		margin-top: -210px;
	}
	.box-kevin:hover{
		background-image: url('../images/kevinfond.svg');
	}
}
@media (max-width: 1199px) {
	ul.ddmenu > li.nav-break-1 {
		clear: both;
	}
	ul.ddmenu li.nav-break-2 {
		clear: none;
	}
}
@media (max-width: 979px) {
	table.form {
		width: 100%;
	}
	h2 {
		font-weight: normal;
		font-style: normal;
		color: rgb(104, 152, 204);
		font-family: 'Source Sans Pro',sans-serif;
		font-size: 25px;
		line-height: 50px;
		text-align: center;
	}
	.box-bar {
		position: relative;
		width: 200px;
		height: 200px;
		background-color: #c5d7e1;
		margin-top: -40px;
		margin-left: -445px;
	}
	.box-bar:hover {
		background-image: url('../images/fondbar.svg');
	}
	.box-camping {
		position: relative;
		width: 200px;
		height: 200px;
		background-color: #bbd7ed;
		margin-left: -0px;
		margin-top: -200px;
	}
	.box-camping:hover {
		background-image: url('../images/campingfond.svg')
	}
	.box-etablissement {
		position: relative;
		width: 200px;
		height: 200px;
		background-color: #7ca9d2;
		margin-left: 440px;
		margin-top: -200px;
	}
	.box-etablissement:hover {
		background-image: url('../images/etablissementfond.svg');
	}
	.box-entreprise {
		position: relative;
		width: 200px;
		height: 200px;
		background-color: #376297;
		margin-left: -220px;
		margin-top: 20px;
	}
	.box-entreprise:hover {
		background-image: url('../images/entreprisefond.svg');
	}
	.box-kevin {
		position: relative;
		width: 200px;
		height: 200px;
		background-color: #2b5a8e;
		margin-left: 220px;
		margin-top: -200px;
	}
	.box-kevin:hover {
		background-image: url('../images/kevinfond.svg');
	}
	#divLogo {
		margin-bottom:0px;
	}
	.navbar .btn-navbar-highlight {
		display:inline;
		padding:9px 14px;
		margin-top:15px;
	}
	.navbar {
		width:100%;
	}
	.navbar .nav-pills > li > a.link-icon > span {
		width: 100%;
		display: initial;
	}
	.navbar .nav-pills > li > a.link-icon > img {
		display: none;
	}
	.dropdown-menu .sub-menu {
		left:0%;
		position:relative;
		top:0;
		visibility:visible;
		margin-top:3px;
		display:block
	}
	.dropdown-menu, .sub-menu {
		border-radius:5px !important;
	}
	.navbar .ddmenu {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	/* Fixed Top */
	body {
		padding-top:0px
	}
	div.filter-block {
		margin-top: 5px;
	}
	div.filter-block.d-flex {
		flex-direction: column;
	}
	div.search-block input[type=text] {
		display: block;
		box-sizing: border-box;
		width: 100%;
	}
}

@media (max-width: 767px) {
	h2 {
		font-weight: normal;
		font-style: normal;
		color: rgb(104, 152, 204);
		font-family: 'Source Sans Pro',sans-serif;
		font-size: 20px;
		line-height: 50px;
		text-align: center;
	}
	.box-bar {
		position: relative;
		width: 190px;
		height: 190px;
		background-color: #c5d7e1;
		margin-top: -20px;
		margin-left: -200px;
	}
	.box-bar:hover {
		background-image: url('../images/fondbar.svg');
	}
	.box-camping {
		position: relative;
		width: 190px;
		height: 190px;
		background-color: #bbd7ed;
		margin-left: 200px;
		margin-top: -190px;
	}
	.box-camping:hover {
		background-image: url('../images/campingfond.svg')
	}
	.box-etablissement {
		position: relative;
		width: 190px;
		height: 190px;
		background-color: #7ca9d2;
		margin-left: -200px;
		margin-top: 10px;
	}
	.box-etablissement:hover {
		background-image: url('../images/etablissementfond.svg');
	}
	.box-entreprise {
		position: relative;
		width: 190px;
		height: 190px;
		background-color: #376297;
		margin-left: 200px;
		margin-top: -190px;
	}
	.box-entreprise:hover{
		background-image: url('../images/entreprisefond.svg');
	}
	.box-kevin{
		position: relative;
		width: 190px;
		height: 190px;
		background-color: #2b5a8e;
		margin-left: 0px;
		margin-top: 10px;
	}
	.box-kevin:hover{
		background-image: url('../images/kevinfond.svg');
	}
	#divLogo {
		margin-top:0px;
		margin-bottom:0px;
	}
	#divHeaderText {
		margin:0px;
		padding:10px 0px;
	}
	.ddmenu, .navbar .ddmenu {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.navbar .btn-navbar-highlight {
		padding:9px 14px;
		margin-top:0px;
	}
	.navbar {
		width:100%;
		margin-top: 0px;
		padding-top:0px
	}
	/* Fixed Top */
	body {
		padding-top:0px
	}
	#divFooter {
		margin-left:-20px;
		margin-right:-20px;
		padding-left:20px;
		padding-right:20px;
	}
	#divBoxed > #divFooter {
		margin-left:0px;
		margin-right:0px;
		padding-left:0px;
		padding-right:0px;
	}
	/*only for templates without divBoxed*/
	#camera_wrap {
		margin-top:20px;
	}
	.dropdown-menu .sub-menu {
		left:0%;
		position:relative;
		top:0;visibility:visible;
		margin-top:3px;
		display:block;
	}
	.dropdown-menu, .sub-menu {
		border-radius:5px !important;
	}
	.navbar .ddmenu {
		margin-top: 0px;
		margin-bottom: 0px;
	}
}
@media (max-width: 600px) {
	* {
		box-sizing: border-box;
	}
	html, body {
		width: inherit;
		margin: 0;
		padding: 0;
	}
	.content {
		padding: 0 10px 40px 10px;
	}
	#divBoxed {
		margin: 0;
	}
	.transparent-bg {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}
@media (max-width: 480px) {
	h2 {
		font-weight: normal;
		font-style: normal;
		color: rgb(104, 152, 204);
		font-family: 'Source Sans Pro',sans-serif;
		font-size: 18px;
		line-height: 20px;
		text-align: center;
	}
	.box-bar {
		position: relative;
		width: 210px;
		height: 210px;
		background-color: #c5d7e1;
		margin-top: -40px;
		margin-left: 0px;
	}
	.box-bar:hover {
		background-image: url('../images/fondbar.svg');
	}
	.box-camping {
		position: relative;
		width: 210px;
		height: 210px;
		background-color: #bbd7ed;
		margin-left: 0px;
		margin-top: 5px;
	}
	.box-camping:hover {
		background-image: url('../images/campingfond.svg')
	}
	.box-etablissement {
		position: relative;
		width: 210px;
		height: 210px;
		background-color: #7ca9d2;
		margin-left: 0px;
		margin-top: 5px;
	}
	.box-etablissement:hover {
		background-image: url('../images/etablissementfond.svg');
	}
	.active {
	}
	.box-entreprise {
		position: relative;
		width: 210px;
		height: 210px;
		background-color: #376297;
		margin-left: 0px;
		margin-top: 5px;
	}
	.box-entreprise:hover {
		background-image: url('../images/entreprisefond.svg');
	}
	.box-kevin {
		position: relative;
		width: 210px;
		height: 210px;
		background-color: #2b5a8e;
		margin-left: 0px;
		margin-top: 5px;
	}
	.box-kevin:hover {
		background-image: url('../images/kevinfond.svg');
	}
	.table-size {
		width: 60%;
	}
}
