/*
# ------------------ BEGIN LICENSE BLOCK ------------------
#
# This file is part of PluXml : https://www.pluxml.org
#
# Package:		theme.css
# Copyright (c) 2017-2019 PluXml
# Authors		Stephane F., Pedro "P3ter" CADETE., Thomas "sudwebdesign" Ingles.
# Licensed under the GPL license.
# See http://www.gnu.org/licenses/gpl.html
#
# ------------------- END LICENSE BLOCK -------------------
*/

@font-face {
	font-family: 'open_sansregular';
	src: url('../fonts/OpenSans-Regular-webfont.eot');
	src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
	url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
	url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	--header-height: 7rem;
	--header-padding-top: 1.3rem;
	--bg-height: 250px;
	font-family: 'open_sansregular', sans-serif;
	font-size: 1.7em;
	line-height: 1.6em;
	color: #fff;
	background-color: #343a40;
}
/* ---------- Header ---------- */

.heading-small {
	font-size: 2rem;
}
.header {
	background-color: #343a40;
	border-bottom: 1px solid #ddd;
	padding-top: var(--header-padding-top);
	height: var(--header-height);
	z-index: 2;
}
.header a {
	color: #fff;
}
.header a:hover {
	text-decoration: none;
}
.logo {
	background: url("../img/logo.png") top left no-repeat;
	height: calc(var(--header-height) + var(--bg-height) - var(--header-padding-top));
	background-size: 6rem;
	background-position: 5rem 0;
	padding-left: 12rem;
	margin-left: -5rem;
}
.bg {
	background: url(../img/bg1.jpg) no-repeat top left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: var(--bg-height);
}
.nav {
	text-align: right;
	padding-top: 0;
}

ul.menu {}

.menu>li {
	font-size: 1.5rem;
	margin-left: .5rem;
}

.menu a {
	border-bottom: 3px solid transparent;
}
.menu a:hover {
	border-bottom: 3px solid #222;
}
.menu>li>span {
	cursor: default;
}
.menu>li ul {/* sub menu */
	position: absolute;
	padding: 0;
	line-height: 2.8rem;
	z-index: 10;
}
.menu > li:last-of-type ul {
	right: 0;
}
.menu>li:not(:hover) ul {/* hide sub menu */
	display: none;
}
.menu ul li {
	display: block;
	margin: 0;
	padding: 0 1rem;
	background-color: #343a40;
	text-align: left;
}
.menu .sub-menu {
	overflow-y: auto;
}
.menu .sub-menu li {
	padding: 0 0.35rem;
}
.menu .sub-menu li:last-of-type {
	padding-bottom: 0.35rem;
}

.menu>li span::before {/* \/ menu */
	content: '\25bc';
	padding-right: 0.5rem;
}
ul.menu .noactive:hover,
ul.menu .active span,
ul.menu span.active,
ul.menu li.active a,
ul.menu a.active,
ul.menu li span:hover,
ul.menu li a:hover {/* pluCss1.3.1 fix : plxMyshop 0.13.x, maybe more */
	color: #000 !important;
	text-decoration: none;
}

ul.menu li span,
ul.menu li a {/* pluCss1.3.1 fix : plxMyshop 0.13.x, maybe more */
	display: inline-block;
	padding-left: .35rem;
	padding-right: .35rem;
	width: 100%;
/*	cursor: pointer;*/
	background-color: rgba(42,71,77,.55);
	border-radius: 1px;
	color: #258fd6;
	white-space: nowrap;
}
ul.menu li span a,
ul.menu li a span {/* pluCss1.3.1 fix : plxMyshop 0.13.x, maybe more */
	white-space: nowrap;
	display: inline;
	margin-right: -.35rem;
	padding-left: 0;
}
ul.menu li.noactive a,
ul.menu a.noactive{
/*	background-color: rgba(42,71,77,.55);*/
	border-radius: 1px;
	color: #258fd6;

}
.cat-list .active,
.classified-in .active {
	background-color: #305f65;
	color: #fff;
}
/* ---------- Main ---------- */

.main {
	background-color: #305f65;
	padding-top: 2rem;
}

.repertory {
	margin-top: 4rem;
}


/* ------- Pagination ------- */

.pagination {
	margin: 3rem 0 3rem 0;
}

.pagination a {
	background-color: #258fd6;
	border-radius: .3rem;
	color: #343a40;
	padding: .9rem .7rem;
	transition-duration: .2s;
}

.pagination a:hover {
	background-color: #3a6c96;
	color: #343a40;
	text-decoration: none;
}

.pagination span:first-letter,
.pagination a:first-letter {
	text-transform: uppercase;
}

.p_first,
.p_prev,
.p_current,
.p_next,
.p_last {
	display: inline-block;
}


/* ------- Article ------- */

article:after {
	display:block;
	content: "";
	clear: both;
}

.article header {
	margin-top: 2rem;
}

.article header div {
	margin: 0;
}

.article header h2,
.article header h2 a {
	color: #222;
	font-size: 3.2rem;
	line-height: 1.2em;
	letter-spacing: -1px;
	font-weight: bold;
	margin: 0;
}

.article header h2 a:hover {
	color: #111;
	text-decoration: none;
}

.article header small,
.comment small {
	color: #9EABB3;
}

.article header span:before,
.article header time:before,
.article footer span:before {
	padding-left: 1.5rem;
	padding-right: .3rem;
}

.article .art-date {
	font-size: 1.5rem;
	font-weight: bold;
	color: #9EABB3;
}

.article .written-by {
	font-weight: bold;
}

.article .written-by:after {
	content: '|';
	padding-left: 0;
}

.article .classified-in:after {
	content: '|';
	padding-left: 0;
}

.article img.art_thumbnail {
	padding: 30px 15px 15px 0;
	float: left;
}

.page.mode-article .article footer {
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

/* ------- Comments ------- */

#form {
	border-top: 130px solid transparent;
	margin: -130px 0 0;
}

.comment {
	background-image: url('../img/user.png');
	background-repeat: no-repeat;
	margin-bottom: 2.5rem;
	padding-left: 6rem;
	border-top: 100px solid transparent;
	margin-top: -100px;
}

.comment blockquote {
	margin: 0;
	font-size: 1.3rem;
}

.type-admin {
	background-color: #F0F8FF;
	padding: .2rem .5rem;
}

.nbcom {
	background-color: #258fd6;
	border-radius: .3rem;
	color: #343a40;
	padding: .4rem .6rem;
}

.nbcom:hover {
	background-color: #3a6c96;
	color: #343a40;
	text-decoration: none;
}

.level-0 {
	margin-left: 0;
}

.level-1 {
	margin-left: 5rem;
}

.level-2 {
	margin-left: 10rem
}

.level-3 {
	margin-left: 15rem;
}

.level-4 {
	margin-left: 20rem;
}

.level-5,
.level-max {
	margin-left: 25rem;
}

#id_answer {
	margin-bottom: 1.5rem;
	padding: 1.5rem;
	border: 1px solid #eee;
	width: 100%;
	background: #fafafa;
	display: none;
}

.capcha-letter,
.capcha-word {
	font-weight: bold;
}

.capcha-word {
	background-color: #ddd;
	border-radius: .3rem;
	letter-spacing: .5rem;
	padding: .9rem .7rem;
	transition-duration: .2s;
}

.capcha-word:hover {
	background-color: #666;
	color: #343a40;
	transition-duration: .2s;
}

/* ------- Sidebar ------- */

.aside {
	padding: 0 2rem 0 2rem;
}

.aside h3 {
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 5rem;
	text-transform: uppercase;
}

.aside ul {
	margin: 0;
}


/* --------- tags ---------- */

.aside ul.tag-list {
	list-style-type: none;
	padding: 0;
}

.aside ul.tag-list li {
	display: inline-block;
}

.aside ul.tag-list li a {
	padding: 0 0.5rem 0 0;
}

.aside ul.tag-list li a.active {
	font-weight: bold;
	background-color: #68838b;
	color: #343a40;
	padding: 0 0.5rem 0 0.5rem;
}

/* https://www.w3schools.com/colors/colors_trends.asp (The 10 Hottest Fall Colors for 2016) */

.tag-size-1 a {
	font-size: 1.0rem;
	/* Riverside  */
	color: #4C6A92;
}

.tag-size-2 a {
	font-size: 1.2rem;
	/* Airy Blue  */
	color: #92B6D5;
}

.tag-size-3 a {
	font-size: 1.4rem;
	/* Sharkskin  */
	color: #838487;
}

.tag-size-4 a {
	font-size: 1.6rem;
	/* Bodacious */
	color: #B76BA3;
}

.tag-size-5 a {
	color: #AF9483;
	/* Warm Taupe */
	font-size: 1.8rem;
}

.tag-size-6 a {
	color: #AD5D5D;
	/* Dusty Cedar */
	font-size: 2.0rem;
}

.tag-size-7 a {
	font-size: 2.2rem;
	/* Lush Meadow */
	color: #006E51;
}

.tag-size-8 a {
	font-size: 2.4rem;
	/* Spicy Mustard */
	color: #D8AE47;
}

.tag-size-9 a {
	font-size: 2.6rem;
	/* Potter's Clay */
	color: #9E4624;
}

.tag-size-10 a {
	font-size: 2.8rem;
	/* Aurora Red */
	color: #B93A32;
}

.tag-size-11 a {
	font-size: 3.0rem;
	/* Snorkel Blue */
	color: #6da5ac;
}

/* ---------- Footer ---------- */

.footer {
	background: #343a40;
	color: #fff;
	padding: 6rem 0;
	text-align: center;
	font-size: 1.2rem;
}

.footer p {
	margin: 0;
}

.footer a:hover {
	text-decoration: none;
}

@media (min-width: 128rem) {
	.container {
		padding-left: 15rem;
		padding-right: 15rem;
	}
	.logo {
		background: url("../img/logo.png") top left no-repeat;
		height: 12rem;
		background-size: 12rem;
		background-position: 6rem 0;
		padding-left: 18rem;
		margin-left: 0rem;
	}
	.heading-small {
		font-size: 3rem;
	}
}

@media (min-width: 64rem) {
	.container {
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.heading-small {
		font-size: 2.5rem;
	}
}

@media (max-width: 767px) {
	.header {
		position: sticky;
		top: 0;
	}
	.header:hover .grid {
	overflow: unset
	}
	.header div.grid{
		overflow: unset;/* fix hidden sub-menu */
	}
	.logo {
		background-size: 5rem;
		background-position: 2.5rem 0;
		padding-left: 8rem;
		margin-left: -1rem;
	}
	.heading-small {
		line-height: .5;
		margin-bottom: .5rem
	}
	.header a:hover {
		color: #eee;
	}
	.header h1 * {
		font-size: 1.61rem;
	}
	.header h2 {
		font-size: 1.23rem;
	}
	.header,
	.footer {
		padding: 1rem 0;
	}
	.aside {
		padding-left: 1.5rem;
	}
	.nav {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 4; /* responsive slide is in 3 */
		height: auto;
		max-height: 80%;
		overflow-y: auto;
		text-align: left;
		margin-top: 0;
		z-index: 10;
		border-radius: 1rem;
		background-color: #343a40;
	}
	.nav>.container {
		padding: 0;
	}
	ul.menu {
		padding: 0 0.5rem 0.5rem 2rem;
	}
	.menu li {
		background: #efefef;
	}
	.menu li:hover {}
	.menu>li span::before {/* sub menu icon */
		margin-left: -1.5rem;
	}
	.responsive-menu label {
		background-color: transparent;
		color: #333;
		font-size: 2.6rem;
		text-align: right;
	}
	.responsive-menu label:after {
		content: '\2630';
	}
	.responsive-menu label > span {
		font-size: 1.6rem;
	}
	.menu>li ul {
		position: relative !important;
		border-bottom: 0px solid transparent;
	}
	.menu>li ul li:hover {
		background-color: #343a40;
	}
	.menu>li ul li:hover a {
/*		text-decoration: underline; */
	}
	 ul.menu li.active a,
	 ul.menu li.active:hover,
	 ul.menu li,
	 ul.menu li:hover {
		background-color: #343a40;
/*		color: #000;*/
	}
	.comment {
		background-image: none;
		padding-left: 0;
	}
	.level-1 {
		margin-left: 1rem;
	}
	.level-2 {
		margin-left: 2rem;
	}
	.level-3 {
		margin-left: 3rem;
	}
	.level-4 {
		margin-left: 4rem;
	}
	.level-5,
	.level-max {
		margin-left: 5rem;
	}
}
@media (max-width: 463px) {
	.header {
		height: 7rem;
	}
	.logo {
		background-position: 1rem 0;
		padding-left: 2rem;
		background-size: 4rem;
		padding-left: 6rem;
		margin-left: -1rem;
		height: 5rem;
	}
	.heading-small {
		font-size: 3rem;
	}
	.nav {
		padding-top: 0rem;
	}
	ul.menu {
		margin: 0 0.75rem .25rem 0.25rem;
		border-radius: 1rem;
		border: #258fd6 solid 1px;
	}

	.header h1 * {
		font-size: 1.23rem;
	}
	.header h2 {
		font-size: 1rem;
	}
	.bg {
		height: 100px;
	}
	.static.group,
	.static.menu a {
		padding: 0;
	}
}
.baner {
	background:#343a40;
	padding: 0.2em 1em 0.2em 1em;
box-shadow: 12px 12px 2px 1px rgba(39, 76, 81, .5);
	border-radius: 5px;
  border: 1px solid #649a9f;
  margin-top: 2em;
	margin-bottom: 1em;
	color: #fff;
	}
.bansmall {
  background: #343a40;
  padding: 0.1em 1em 0.1em 1em;
  margin: 1em 0em 0em 0em;
  box-shadow: 4px 4px 1px 1px rgba(39, 76, 81, .5);
  border-radius: 1px;
  margin-bottom: 0.6em;
  color: #fff;
}
/* Dotted red border */
hr {
  border-top: 1px dotted white;
  line-height: 0 em;
  margin-top: 0rem;
  margin-bottom: 0rem;  
}
.work {
  background-image: url("https://naval-encyclopedia.com/images/workband.gif");
font-size: 1rem; 
padding: 1.6rem;
}
.card {
	 position:relative;
	 display:-webkit-box;
	 display:-ms-flexbox;
	 display:flex;
	 -webkit-box-orient:vertical;
	 -webkit-box-direction:normal;
	 -ms-flex-direction:column;
	 flex-direction:column;
	 min-width:0;
	 word-wrap:break-word;
	 background-color:#343a40 !important;
	 background-clip:border-box;
	 text-align:justify !important;
	 border:1px solid rgba(0,0,0,.125);
	 border-radius:.25rem
	 }
a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-style: underline;
}
a:link {
  color: white;
  text-decoration: none;
}
a:visited {
  color: #eee;
  text-decoration: none;
}
a:hover {
  color: white;
  text-decoration: underline;
}
a:active {
  color: white;
}
em {
  font-style: italic;
  font-size: 14px;
  line-height: 1rem;
  background: #343a40 !important;
  margin-top:0;
  padding: 0;
  margin: 0;
}
h1 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.67em;
  margin-bottom: 0.4em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  text-shadow: #000 1px 0 8px;
}
h2 {
  display: block;
  font-size: 1.4em;
  margin-top: 0.5em;
  margin-bottom: 0.3em;
  color: #dfdfdf !important;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  text-shadow: #000 1px 0 5px;
}
h3 {
  display: block;
  font-size: 1.3em;
  margin-top: 0.3em;
  margin-bottom: 0.2em;
  margin-left: 0;
  color: #c5c5c5 !important;
  margin-right: 0;
  font-weight: bold;
  text-shadow: #000 1px 0 1px;
}
h4 {
  display: block;
  font-size: 1.2em;
  margin-top: 0.3em;
  margin-bottom: 0.1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  text-decoration: underline;
}
h5 {
  display: block;
  font-size: 1.1em;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  text-decoration: underline overline;
}
h6 {
  display: block;
  background: #305f65;
  font-size: 1em;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  text-decoration: none;
}
h7 {
  display: block;
  background: #343a40;
  font-size: 0.8em;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  text-decoration: none;
}
.container2 {
  background: transparent;
  margin: 0.1em 0.1em;
  padding: 1em 1em;
}
img {
  max-width:100% !important;
  object-fit: fill;
  aspect-ratio: auto;
}
blockquote {
  background: #343a40;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}
blockquote:before {
  content: open-quote;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 3%;
}
.col:first-child { margin-left: 0; }
.site-content {
    padding: 0 0 0 !important;}
	
/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.25%;
}
.span_2_of_4 {
	width: 48.5%;
}
.span_1_of_4 {
	width: 22.75%;
}
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
}
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  SECTIONS  */
.section {
	clear: both;
	padding-top: 2rem;
	margin: 0px;
}
/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
	text-align: justify;
}
.col:first-child { margin-left: 0; }
/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 32.2%;
}/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 720px) {
	.col { margin: 1% 0 1% 0%;}
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}
/*  GRID OF FIVE  */
.span_5_of_5 {
	width: 100%;
}
.span_4_of_5 {
	width: 79.4%;
}
.span_3_of_5 {
	width: 58.8%;
}
.span_2_of_5 {
	width: 38.2%;
}
.span_1_of_5 {
	width: 17.6%;
}
/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 1280px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
}
@media screen and (min-width: 480px) {
    .has-sidebar #secondary {
        max-width: 28%;
    }
    .has-sidebar:not(.error404) #primary {
        width: 70%;
    }
}
button {
  border: none;
  font-style:bold;
  color: #000;
  padding: 15px 32px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;	
  display: inline-block;
  font-size: 16px;
}
button a {
  color:#000 !important;  
}
button:link {
  color:#000 !important;
}
button:hover {
  background-color: #888888; /* med grey */
  color: #000 !important;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.buttoncat {
  border: 1px solid white;
  cursor:pointer;
}
.comments-area ol.children {
  border: 1px solid #eee;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(238, 238, 238);
  border-top: 0;
  margin-bottom: 0;
  box-shadow: 0 3px 3px rgba(200,200,200,.1);
  color: #000;
}
#table {
  min-width: 300px;
  background: #275257;
  padding: .5em;
  color: #a8f4fe;
  border-bottom: #fff;
  border-radius: .3em;
  overflow: hidden;
  box-shadow: 4px 4px 4px black;
}
table {
  background: #275257;
  padding: .5em;
  color: #a8f4fe;
  border-bottom: #fff;
  border-radius: .3em;
  overflow: hidden;
  box-shadow: 4px 4px 4px black;
}
.rwd-table {
  background: #275257;
  padding: .5em;
  color: #a8f4fe;
  border-bottom: #fff;
  border-radius: .3em;
  overflow: hidden;
  box-shadow: 4px 4px 4px black;
}
th, td {
  border-bottom: white;
}
.baner {
  background:#343a40; 
  padding:10px;
}
.rwd-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.rwd-table thead tr {
    background-color: #343a40;
    color: #ffffff;
    text-align: left;
}
.rwd-table th,
.rwd-table td {
    padding: 4px 5px;
}
.rwd-table tbody tr {
    border-bottom: 1px solid #dddddd;
}
.rwd-table tbody tr:nth-of-type(even) {
    background-color: #1b4146;
}
.wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 2em;
  padding-right: 2em;
}
.video {
  aspect-ratio: 16 / 9;
  width: 100%;
}
footer {
background:#343a40; 
width:100%; 
padding:3em; 
height:auto; 
margin-bottom:-4em;	
}
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* Featurettes
------------------------- */
.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }
}
@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{ display: block; }
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}
/*# sourceMappingURL=bootstrap.min.css.map */
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

/* Add some content at the bottom of the video/page */
.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

/* Style the button used to pause/play the video */
#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}
