* {
    box-sizing: border-box;
}
* {
    -ms-overflow-style: none;  // IE 10+
    overflow: -moz-scrollbars-none;  // Firefox
}
*::-webkit-scrollbar { 
    display: none;  // Safari and Chrome
}
html,
body {
    padding: 0;
    margin: 0;
    color: #ebebeb;
}
body {
    overflow-x: hidden;
}
li { 
	font-family: Times New Roman; 
	font-size: 12pt 
}
h6 { 
	margin:0; 
	font-family: Times New Roman; 
	font-size: 12pt; 
	text-transform: uppercase; 
    color: #C09725; 
    font-weight: bold; 
    text-indent:0; 
    line-height:100% 
}
.Top {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 160px;
}
.Container {
    display: flex;
    overflow: hidden;
    height: 100vh;
    margin-top: -160px;
    padding-top: 160px;
    position: relative;
    width: 100%;
    backface-visibility: hidden;
    will-change: overflow;
}
.Left,
.Middle,
.Right {
    overflow: auto;
    height: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
}
.Left {
	width: 205px;
	margin-top: 0px;
}
.Middle {
    flex: 1;
    margin-left: 25px;
    margin-right: 25px;
    font-size: 16px;
    width: 100%;
}
.Left::-webkit-scrollbar,
.Middle::-webkit-scrollbar,
.Right::-webkit-scrollbar {
    display: none;
}
.Filler {
	position: relative; 
	width: 100%; 
	height: 100%; 
	z-index: 1
}
.mnuBtn {
	border-width: 0;
	height: 25px;
	width: 200px;	
}
.diapo {
	position: relative; 
	width: 800px; 
	height: 450px; 
	z-index: 1"
}
.PrestaTitle {
	font-weight: 400; 
	font-size: 24px; 
	font-face: Times New Roman; 
	text-transform: capitalize; 
	font-variant: small-caps
}
.PrestaColLeft,
.PrestaColRight {
	position: relative; 
	width: 49%; 
	height: 100%; 
	z-index: 1; 
	line-height: 1.5em;
}
.PrestaColLeft {
	float: left;
}	 
.PrestaColRight {
	float: right;
}
.entry-content > p:first-of-type:first-letter {
	float: left;
	line-height: 1;
	margin: 0 5px -15px 0;
	font-size: 50px;
}
#formLeft {
    width: 50%;
    float: left;
}
#formRight {
    width: 50%;
    float: right;
}
#formBottom {
    width: 50%;
    float: right;
    clear: both;
}
.imgAlignLeft {
	display: inline;
	float: left;
	margin-right: 1.8em;
	margin-top: .9em;
	margin-bottom: .9em;
}
.imgAlignRight {
	display: inline;
	float: right;
	margin-left: 1.8em;
	margin-top: .9em;
	margin-bottom: .9em;
}
.imgAlignCenter {
	clear: both;
	display: block;
	margin: .9em auto;
}

/* Menu */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	margin: 1.8em 0 1em;
	position: relative;
	width: 100%;
	z-index: 5;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	position: relative;
    background-color: #005a95;
    margin-bottom: 3px;
    border: 1px solid #000000;
    height: 1.4em;
}

.main-navigation li :hover{
    transition: all .3s ease-in-out;
    background-color: #005a95;
    border: 1px solid #c19623;
	text-transform: uppercase;
}

.main-navigation a {
	color: #ffffff; /*rgba(255,255,255,.2);*/
	display: block;
	font-family: Verdana,"Times New Roman","Fjalla One", Helvetica, Arial, sans-serif;
	font-size: 12px;
/*	font-size: 1.4rem;*/
	padding: .1em 0;
	text-align: center;
	text-decoration: none;
}
.main-navigation ul ul {
	/*background: url('images/background.jpg');*/
	background-size: 200px auto;
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	float: right;
	opacity: 0;
	position: absolute;
		top: 0;
		left: 100%;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	visibility: hidden;
	z-index: 99999;
}
.main-navigation ul ul li:before {
	border: 1px dashed rgba(255,255,255,.2);
	content: "";
	display: block;
	position: absolute;
		top: 9%;
		left: 3%;
	width: 93%;
	height: 78%;
	z-index: -1;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	background: rgba(255,255,255,.03);
	border-bottom: 0 none;
	color: #f7f6f2;
	padding: .9em;
	width: 170px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
	color: #c19623;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
	color: #f7f6f2;
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	border-bottom: 1px dashed rgba(255,255,255,.2);
	display: none;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 88%;
}
.main-small-navigation .menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-small-navigation .menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-small-navigation .menu a {
	color: rgba(255,255,255,.2);
	border-bottom: 1px solid rgba(255,255,255,.1);
	display: block;
	font-family: Verdana,"Times New Roman","Fjalla One", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	padding: .9em 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.main-small-navigation .menu a:hover {
	color: #fff;
}
.main-small-navigation li.current_page_item a,
.main-small-navigation li.current-menu-item a {
	color: #fff;
}

