body {
	margin: 0px;
	background-color: #1B1B1B;
	font-family: 'Open Sans', sans-serif;
}
#top {
	padding: 0px;
	height: 100px;
	width: 100%;
	margin: 0px;
	text-align: center;
	background-color: #1B1B1B;
}
#logo {
	margin-top: 0px;
	padding-top: 7px;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
#ad01 {
	text-align: center;
}
#ad01 a img {
	height: auto;
	max-width: 99%;
}
#ad02 {
	text-align: center;
	display: none;
}
#ad02 a img {
	height: auto;
	max-width: 99%;
}
#links {
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 39%;
	padding-right: 1%;
	font-weight: normal;
	letter-spacing: 0.3em;
}
#links ul {
	margin: 0px;
	padding: 0px;
}
#links ul li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 1%;
	padding-bottom: 0px;
	padding-left: 1%;
}
#links ul li a {
	text-decoration: none;
	color: #FFF;
}
#links ul li a:hover {
	color: #DDC6AE;
}
#title {
	color: #CCC;
	text-align: center;
	width: 100%;
	background-color: #333;
	position: fixed;
	top: 75px;
	letter-spacing: 0.2em;
	font-size: 1.3em;
	font-variant: small-caps;
	padding-top: 10px;
	padding-bottom: 10px;
}
.menu-shower {
  display: none;
}
.hamburger {
  display:none;
}
#slides {
	margin-right: auto;
	margin-left: auto;
}
.w3-animate-fading {
	animation:fading 10s infinite}@keyframes fading{0%{opacity:0}10%{opacity:1}90%{opacity:1}100%{opacity:0};
}
.mySlides {display:none}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0}
.consult {
	color: #333;
	margin-bottom: 40px;
	margin-top: 50px;
	border: 1px solid #666;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	font-size: 1.2em;
	background-color: #E1D0BD;
	text-align: center;
}
#img_gallery {
	font-size: 1em;
	text-align: center;
	color: #555;
	padding-bottom: 40px;
	padding-right: 10%;
	padding-left: 10%;
	padding-top: 150px;
	width: 80%;
}
#img_gallery img {
	max-width:90%;
	height:auto;
	border: 1px solid #333;
}
#img_gallery  h1 {
	font-size: 1.1em;
	margin-top: 50px;
	margin-bottom: 5px;
	letter-spacing: 0.1em;
}
#slideshow {
	background: rgba(20, 10, 10, 0.85);
	text-align: center;
	z-index: 4;
	top: 0px;
	position: fixed;
	width: 100%;
	left: 0px;
}
#slideshow img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5%;
	padding-bottom: 25%;
}
.close {
	position: absolute;
	top: 5px;
	right: 20px;
	color: #f1f1f1;
	font-size: 40px;
	transition: 0.3s;
}
#thumbs {
	margin-top: 15px;
}
#thumbs .btns {
	display: inline;
}
#thumbs .btns img {
	margin-right: 3px;
	margin-left: 3px;
	width: 25%;
}
#img_gallery .categories {
	display: inline-table;
	width: 25%;
	padding-right: 5px;
	padding-left: 5px;
}
.categories img {
	margin-top: 20px;
}
.categories a {
	color: #80482F;
	text-decoration: none;
}
button.display-left {
	position: absolute;
	left: 40px;
	top: 400px;
	height: 40px;
	width: 40px;
}
button.display-right {
	position: absolute;
	top: 400px;
	right: 40px;
	height: 40px;
	width: 40px;
}
#order {
	width: 70%;
	padding-top: 60px;
	padding-right: 15%;
	padding-left: 15%;
	background-color: #1B1B1B;
	padding-bottom: 45px;
	position: relative;
}
#order h3 {
	font-size: 0.9em;
	color: #FFF;
	margin-top: 5px;
	letter-spacing: 0.1em;
	font-weight: normal;
}
.left {
	width: 24%;
	padding-right: 2%;
	padding-left: 2%;
	display: inline-block;
	vertical-align: top;
}
.center {
	width: 24%;
	padding-right: 2%;
	padding-left: 2%;
	display: inline-block;
	vertical-align: top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #97171B;
	border-left-color: #97171B;
}
.right {
	width: 24%;
	padding-right: 2%;
	padding-left: 2%;
	display: inline-block;
	vertical-align: top;
}
.name {
	color: #BDA995;
	font-weight: bold;
}
.name_darker {
	color: #997C60;
	font-weight: bold;
}
.info {
	color: #C3C3C3;
	background-color: #2A2A2A;
	margin-top: 40px;
	margin-bottom: 40px;
	border: 1px solid #737373;
	border-radius: 6px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	font-size: 1em;
}
.info a {
	color: #FFF;
	font-size: 0.9em;
	text-decoration: none;
}
.info h2 {
	font-size: 1.1em;
	letter-spacing: 0.1em;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}
#info h3 {
	font-size: 1.4em;
	letter-spacing: 0.3em;
	font-variant: small-caps;
	margin-top: 50px;
	margin-bottom: 5px;
}
#info h4 {
	font-size: 1.3em;
	letter-spacing: 0.2em;
	padding-top: 50px;
	margin-bottom: 5px;
}
#info h5 {
	font-size: 1.0em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.info img {
	max-width:95%;
}
#info2 {
	font-size: 1em;
	text-align: justify;
	color: #555;
	padding-bottom: 40px;
	padding-right: 30%;
	padding-left: 30%;
	padding-top: 150px;
}
#info ul {
	padding: 0px;
	line-height: 1.6em;
	list-style-type: none;
}
.col01 {
	display: inline-block;
	width: 45%;
	vertical-align: top;
}
.col02 {
	display: inline-block;
	width: 45%;
	vertical-align: top;
}
#contactform {
	border-radius: 12px;
	padding-top: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
form input {
	width: 40%;
	height: 30px;
	margin-bottom: 25px;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-radius: 6px;
	border: 1px solid #666;
}
#contactform textarea {
	width: 40%;
	margin-bottom: 25px;
	border:1px solid #666;
	border-radius: 6px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-top: 10px;
	padding-bottom: 10px;
}
#submit {
	background-color: #CCC;
	color: #000;
	border: 1px solid #666;
	width: 20%;
}
#footer {
	text-align: center;
	font-size: 0.9em;
	background-color: #2A2A2A;
	color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15%;
	padding-left: 15%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 10px;
}
#footer .copy {
	font-size: .8em;
}
#footer a {
	text-decoration: none;
	font-size: 0.9em;
	color: #E6E6E6;
	line-height: 0.2em;
	font-weight: normal;
}
@media only screen and (max-width: 860px) {
  /* For mobile phones: */
#top {height: 75px;}
#logo img {width:95%; height:auto;}
#links {display:none; position:absolute; margin-top:0px; width: 100%; padding-top: 10px; padding-bottom: 10px; padding-left: 0%; padding-right: 0%; font-size: 0.85em; font-weight: normal; text-align: center; background-color: #333; z-index:4;}
#links ul li {display: block; padding-top: 15px; padding-right: 1%; padding-bottom: 15px; padding-left: 1%;}
.hamburger {display:block; position:absolute; top:5px; right:7px; z-index:5;}
.menu-shower:checked ~ #links {display: block;}
#ad01{display:none;}
#ad02{display:block;}
#order {font-size: 0.9em; width:80%; padding-left:10%; padding-right:10%; margin-top:0px; margin-bottom:0px;}
#order h1 {font-size: 2em;}
#order h2 {font-size: 1.2em;}
#order h3 {font-size: 1.0em; margin-top: 35px;}
#order h4 {font-size: 1.1em;}
#order img {padding-bottom:10px;}
.left {width: 80%; padding-right: 10%; padding-left: 10%; display: block;}
.center {width: 80%; padding-right: 10%; padding-left: 10%; display: block;	border-right-width: 0px; border-left-width: 0px; border-right-style:none; border-left-style: none;}
.right {width: 80%; padding-right: 10%; padding-left: 10%; display: block;}
#services p {margin-top: 7px; margin-bottom: 10px;}
.col01 {display: block; width: 80%; padding-left:10%; padding-right:10%;}
.col02 {display: block; width: 80%; padding-left:10%; padding-right:10%;}
#img_gallery .categories {width: 80%;}
#thumbs .btns img {width: 40%; }
#slideshow img {padding-top: 10%; padding-bottom: 35%;}
.close {top: 5px; right: 20px;	font-size: 30px;}
button.display-left {position: absolute; top: 350px; left: 10px; height: 25px; width: 25px;}
button.display-right {position: absolute; top: 350px; right: 10px; height: 25px; width: 25px;}
#info {font-size: 0.9em; padding-right: 15%; padding-left: 15%;}
#info h2 {font-size: 1.0em; letter-spacing: 0em;}
#info2 {font-size: 0.9em; padding-right: 15%; padding-left: 15%;}
form input {width: 60%;}
#submit {width: 40%;}
#contactform textarea {width: 60%;}
#services {width:90%; padding-left:5%; padding-right:5%;}
#services a img {width:100px; height:auto;}
#footer h4 {letter-spacing: 0.1em; font-size: 1.0em;}
#footer .col01 {padding-bottom: 25px;}
#footer .col02 {padding-bottom: 25px;}
#copy {	font-size: 0.8em;)
}
