
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0;
  	padding: 0;
  	overflow-x: hidden;
}

a:hover { 
	text-decoration: none; 
}

img { 
	border: none; 
}

blockquote { 
	font-style: italic; 
	margin: 0 0 0 10px;
}

cite { 
	font-weight: bold; 
	color:#bd9213; 
}

cite span { 
	color: #e3dfae; 
}

em { 
	color: #bd9213; 
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }


.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }

.float_l { float: left }
.float_r { float: right }

.image_wrapper { 
	display: inline-block; 
	border: 1px solid #ccc; 
	padding: 3px; 
	background: none; 
	margin-bottom: 5px; 
}

.image_fl { 
	float: left; 
	margin: 3px 15px 0 0; 
}

.image_fr { 
	float: right; 
	margin: 3px 0 0 15px; 
}

#tooplate_body_wrapper {
	width: 100%;
	background: url(../images/tooplate_header.jpg) top center no-repeat;
}

#tooplate_wrapper {
	width: 960px;
	padding: 0 10px;
	margin: 0 auto;
	background: url(../images/tooplate_header.jpg) top center no-repeat;
}

#tooplate_top_bar {
	width: 960px;
	height: 5px;
	padding: 5px 0;
}

a.social_btn { 
	display: block; 
	float: right; 
	padding: 5px 30px 5px 0; 
	color: #000; 
	margin-left: 5px; 
	margin-right: 5px;
	cursor: pointer; 
	font-size: 12px; 
	font-weight: 700; 
	text-shadow: 1px 1px 1px #493f2e; 
	text-decoration: none;
}

a.twitter { background: url(../images/tooplate_twitter.png) center right no-repeat }
a.facebook { background: url(../images/facebook.png) center right no-repeat }
a.social_btn:hover { color: #bd9213 }

#tooplate_header {
	width: 960px;
	height: 65px;
	padding: 10px 0;
	font-family: Geneva, Tahoma, sans-serif;
}

#site_title { 
	float: left; 
}

#site_title h1 { 
	margin: 0; 
	padding: 20px 0 0; 
	color:chartreuse;
}

/* menu */

#tooplate_menu {
	float:left;
	margin: 0 auto;
}

#tooplate_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#tooplate_menu ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

#tooplate_menu ul li a {
	float: left;
	display: block;
	margin: 25px;
	padding: 5px;
	font-size: 35px;
	color: #bd9213;	
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	outline: none;
	border: none;
}

#tooplate_menu ul li a:hover, #tooplate_menu ul .current {
	color: #fff;
}

/* end of menu */

/* end of menu */

#tooplate_middle { 
	clear: both;
	font-family: Geneva, Tahoma, sans-serif;
	font-size: 40px;
	width: 900px;
	height: 240px;
	padding: 37px 30px 51px 30px; 
	overflow: hidden;
	background: url(../images/tooplate_middle.png) no-repeat;
}

#tooplate_middle_subpage { 
	clear: both;
	width: 960px;
	height: 120px;
	padding: 15px 0;
	margin-bottom: 20px;
	background: url(../images/tooplate_divider.jpg) top repeat-x;
}

#tooplate_middle_subpage p {
	color: #7f6d4e;
}

.tooplate_main {
	clear: both;
	width: 960px;
	padding: 20px 0;
}


.fp_lp_box {
	display: block;
	clear: both;
	position: relative;
	width: 290px;
	height: 140px;
	padding: 4px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.fp_lp_box  span {
	position: absolute;
	right: 0;
	bottom: 10px;
	width: 100px;
	height: 24px;
	text-align: center;
	background: url(../images/tooplate_lp_btn.png);
}

.fp_lp_box  span a {
	color: #fff;
}

.post_box { 
	clear: both; 
	margin-bottom: 30px; 
}

.post_box h2 { 
	font-size: 20px; 
	margin-bottom: 10px; 
}

.post_box p.post_meta { 
	margin-bottom: 0; 
}

.post_box p span.cat a { 
	color: #cb5c02; 
	font-weight: 400; 
}

.post_box img { 
	float: right; 
	width: 160px; 
	height: 160px; 
	padding: 4px; 
	border: 1px solid #ccc; 
	margin-left: 30px; 
}

.post_box a.more { 
	float: right; 
}

#map img { 
	width: 300px; 
	height: 190px; 
	border: 1px solid #999; 
	padding: 5px; 
}

#contact_form {
	width: 400px; 
	padding: 0px;
}

#contact_form form {
	margin: 0px;
	padding: 0px;
}

#contact_form form .input_field {
	width: 430px;
	height: 55px;
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
	color: black; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 40px;
	margin-top: 5px;
	margin-bottom: 25px;
}

#contact_form form label {    
	display: block;
	width: 100px;
	margin-right: 10px;    
	font-size: 34px;	
	color: gray;
}

#contact_form form textarea {
	width: 430px;
	height: 240px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px; 
	color:black; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 40px;
	margin-top: 5px;
}

#contact_form form .submit_btn {
	margin: 10px 0px;
	padding: 5px 14px;
	background: #fff;
	color: #333;
	border: 1px solid #ccc;
	font-size: 13px;
}

#gallery { 
	margin: 0; 
	padding: 0; 
}

#gallery ul { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

#gallery ul li { 
	position: relative; 
	display: block; 
	float: left; 
	width: 280px; 
	margin: 0 30px 30px 0; 
	padding: 8px; 
	border: 1px solid #ccc; 
}

#gallery ul .lmb { 
	margin: 0 0 30px 0; 
}

#gallery ul li a img { 
	border: 1px solid #ccc; 
	margin-bottom: 5px; 
}

#gallery ul li  span {
	position: absolute;
	right: 0;
	bottom: 10px;
	width: 100px;
	height: 24px;
	text-align: center;
	background: url(../images/tooplate_lp_btn.png);
}

#gallery ul li span a {
	color: #fff;
}

#tooplate_footer_wrapper {
	width: 100%;
	background: #1f1b1a;
}

#tooplate_footer {
	width: 960px;
	padding: 30px 10px;
	color: #8b773a;
	margin: 0 auto;
}

#tooplate_copyright_wrapper {
	width: 100%;
	background: #000000;
}

#tooplate_copyright {
	width: 960px;
	padding: 10px;
	color:#999;
	margin: 0 auto;
	text-align: center;
}

#brand {
    letter-spacing: 9px;
    font-size: 80px;
    font-weight: 900;
    color:chartreuse; 
	text-shadow: 1px 1px 2px black, 0 0 1em blue, 0 0 0.2em blue;
}

#recalib1{
	max-width: 600px;
	max-height: 400px;
}
#recalib2{
	width: 280px;
	height: 140px;
}

#verde{
	color:green; 
	text-shadow: chartreuse 1px 0 10px;
}

#azul{
	color:blue; 
	text-shadow: aqua 1px 0 10px;
}

#abc {
	display: inline-block;
}

.hola {
	display: inline-block;
}

#xyz {
	margin-left: 276px;
}

#jkl {
	width: 450px;
	padding: 14px;
	background-color:gray;
	font-size: 40px;
	font-style: italic;
	color: white;
	margin-left: 170px;
	margin-top: 55px;
	margin-bottom:55px;
}

.horloge {
	width: 640px;
	height: 271px;
	border-style: double;
	color: blue;
	background: url(../images/oilseed-raspe-2135026_640.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.ko77ee{
	width: 960px;
	height: 130px;
	background: url(../images/coffee.jpg);
}

.horloge h2{
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 14px;
    text-align: center;
    color: white;
}

.clock{
    display: flex;
	font-family: Arial, Helvetica, sans-serif;
	align-items: center;
	justify-content: center;
	margin-top: 19%;
}

.clock div{
    margin: 5px;
    position:relative;
}

.clock span{
    width: 100px;
    height: 80px;
    background-color: slateblue;
    opacity: .8;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.clock .text{
    height: 30px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: darkblue;
    opacity: 0.8;
}

.clock #ampm {
	position: absolute;
	top: -27px;
    width: 100px; 
	height: 50px;  
	font-size: 2.1em;
    background:green;
}

#pane {
	width: 100%;
	height: 320px;
	margin-top: 14px;
	padding-top: 25px;
	background:lightgrey;
}

.single_col {
	width: 90%;
	margin-left: 30px;
}


.single_col ul li {
	font-size: 1.5em;
}

.single_col a {
	color:red; 
}

.single_col a:hover {
	color:green; 
	text-shadow: chartreuse 1px 0 10px;
}

.tgs {
	font-family: Geneva, Tahoma, sans-serif;
}

.tnr {
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.ahs {
    font-family: Arial, Helvetica, sans-serif;
}

#sneaky {
	width: 920px;
	background: url(../images/tooplate_divider.jpg) repeat;
	padding: 20px;
}

.white-text-with-blue-shadow {
	text-shadow: 1px 1px 2px black, 0 0 1em blue, 0 0 0.2em blue;
	color: white;
	font: 1.5em Georgia, serif;
}

.artifex {
	width: 90%;
	margin-left: 30px;
	margin-bottom: 2px;
	padding: 20px;
    border: 5px solid black;
    border-radius: 50px;
}

.end_list { 
	padding: 0; list-style: none; 
}

.end_list li { 
	color:#999; 
	margin: 0; 
}

.end_list li a { 
	color: #999; 
	text-decoration: none; 
	font-size: 25px;
}

.end_list li a:hover { 
	color:chartreuse; 
}