html, body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

body {
	color: #7b7b7b;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: normal;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
}

#wrapper {
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
}

div#header {
    background: #b5b1b0;
}

div#header div#logo {
    padding: 10px 0;
    text-align: center;
}

div#header span#conpho {
    display: inline-block;
    background: #fff;
    padding: 3px 16px;
    border-radius: 16px;
    font-size: 22px;
    margin-right: 10px;
    vertical-align: text-bottom;
}

div#header span#conpho a {
    vertical-align: top;
    display: inline-block;
}

div#header div#social {
    position: absolute;
    top: 20px;
    right: 50px;
}

div#header div#social a {
    color: #b71f0d;
}

div#header i.fab {
    font-size: 30px;
    color: #515151;
    margin-left: 10px;
}

div#header i.fas {
    font-size: 30px;
    color: #b5b1b0;
    margin-right: 10px;
}

div#menu {
    padding-top: 10px;
    background: #fff;
}

div#subheader {
    margin-top: 10px;
    position: relative;
    z-index: 1;
}

div#subheader div#symbol {
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
    top: 15%;
    opacity: 0.8;
}

div#subheader div#bar {
    height: 15px;
    background: #b5b1b0;
    border-bottom: 3px solid #fff;
}

div#subheader img {
    width: 100%;
}

#juxslidershow-container1 {
    max-height: 60%;
}

div#content {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 60px;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	padding-top: 25px;
	font-size: 14px;
	background-color: #b5b1b0;
}

#footer p {
    text-align: center;
    color: #555;
    margin: 0;
}

div#footer a {
    color: #fff;
}
/* Navigation */
div#MenBt {
	display: none;
}

/***** Main Menu ****/
/* ---------------------------------------
   Reset list items
--------------------------------------- */
.moduletable_menu {
    text-align: center;
}

div.moduletable_menu ul,
div.moduletable_menu ul li,
div.moduletable_menu ul li ul,
div.moduletable_menu ul li ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.moduletable_submenu {
	display: none;
}

/* ------------------------------
   Position the main and sub items
----------------------------------- */
div.moduletable_menu ul li {
    width: auto;
    display: inline-block;
    list-style-type: none;
}

/* The links of the main items */
div.moduletable_menu ul li a {
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #b71f0d;
    display: block;
    padding: 12px 40px;
    text-decoration: none;
    transition: background 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.8);
    transition: color 1.5s;
    line-height: 21px;
}

div.moduletable_menu ul li a:hover {
	text-decoration: none;
	background-color: #cecece;
	color: #39465b;
}

/* Content */
h1, h2, h3, h4, h5, h6 {
    color: #332c29;
    font-weight: normal;
    font-family: Verdana;
}

h1 {
    font-size: 36px;
    padding-top: 30px;
    margin: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}

h2 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 1%;
    margin: 0;
}

h3 {
	font-size: 18px;
	line-height: 26px; 
	    margin: 6px 0;
}

p {
	text-align:justify;
	margin: 0 0 1em;
}

a {
 color: #53718d;
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}

a:focus {
 border: 0;
 text-decoration: none;
 outline: none;
}

#content li { margin-bottom: 0.5em; padding-left: 10px; }

.clear {
	clear: both;
}

div.left {
    width: 45%;
    float: left;
    padding: 2%;
}

div.left img {
    width: 100%;
    margin-bottom: 20px;
}

div.right {
    width: 45%;
    float: right;
    padding: 0 2% 0 2%;
}

div#contactbox div.left {
	background: #332c29;
    background-image: url(../../../images/layout/background-contact.jpg);
    background-size: cover;
}

div.right img {
	width: 100%;
}

img.left {
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
	padding: 4px;
	border: 1px solid #d2d2d2;
}

img.right {
	float: right;
	margin-left: 25px;
	margin-bottom: 15px;
	padding: 4px;
	border: 1px solid #d2d2d2;
}

/* Homepage */
body#index h1 {
    background: #eee;
    margin: 50px 0;
    padding-bottom: 30px;
}

div#contact {
    padding-bottom: 50px;
}

div#intro-contact {
    width: 50%;
    margin: 0 auto;
}

div#contact div.left {
    width: 48%;
    float: left;
    padding: 100px 0 2% 2%;
}

div#contact .right {
    background: #333;
    padding: 1% 4%;
    width: 42%;
    background: #332c29;
    background-image: url(../../../images/layout/background-contact.jpg);
    background-size: cover;
}

div#contact .right h2 {
    text-align: center;
}

div#intro-contact p {
    color: #fff;
    font-size: 18px;
    margin: 30px 0;
    text-align: left;
}

div#intro-contact a {
    color: #fff;
}

div#intro-contact span.icon {
    display: block;
    float: left;
    margin-right: 30px;
}

span.icon.high {
    min-height: 80px;
}

div#intro-contact span.icon img {
    width: 30px;
}

iframe.googlemap {
    width: 100%;
    border: 0;
}

div#contactbox {
    margin: 40px auto;
}

div#contactbox h3 {
    color: #fff;
}

div#contactbox p,
div#contactbox a {
    color: #eee;
}

div#address h3 {
    text-align: center;
    font-size: 24px;
}

div#address p {
    text-align: center;
}

div#opening {
    position: relative;
    margin: 30px auto;
}

div#opening p {
    color: #eee;
    text-align: center;
    margin: 3px 0;
}

div#opening div#top {
    position: absolute;
    top: 0;
    width: 100%;
    height: 150px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

div#opening div#bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

div#opening div#open {
    width: 50%;
    margin: 10px auto;
    padding: 20px;
    text-align: center;
}

/* About Us */
body#default h1 {
    margin-bottom: 30px;
}
