

/*******************************
/ PAGE STRUCTURE
/******************************/

html, body {
	padding:0;
	margin:0;
}

html {
	min-height:100%;
	min-width: 380px;
}

body {
	font-size: 0.875em;
	font-family: Calibri,Arial,san-serif;
	font-weight: normal;
	background-color: white;
	min-height: 100%;
}

#page {
	background-color: white;
	color: #111;
	max-width: 1140px;
	padding: 16px;
	margin: 0 auto;
	overflow-y: hidden;
	position: relative;
}

#main_content {
	min-height: 600px;
}

/*******************************
/ HEADINGS
/******************************/

/* HEADINGS */
h1 {
	font: bold 22px Calibri, Verdana;
	letter-spacing: -0.3px;
	word-spacing: -1px;
	color: #5b503c;
	margin: 0 0 16px 0;
}
h2 {
	font: bold 16px Calibri, Verdana;
	letter-spacing: 0;
	word-spacing: -1px;
	color: #1b1b1b;
	margin: 20px 0 2px 0;
}
h3 {
	font: bold 12px Calibri, Verdana;
	color: #1b1b1b;
	margin: 0;
}
h4 {
	font: bold 10px Calibri, Verdana;
	margin: 0;
}
h5 {
	font-size: 1.1em;
	font-family:Bariol Bold;
}

/*******************************
/ GLOBAL BITS AND PIECES
/******************************/

a {color: #5b503c;}
a:hover { color: #DFC984; }
a.tel { }

/*******************************
/ HEADER
/******************************/

header {
	position: relative;
}
#main_logo {
	position: relative;
	display: block;
	margin: 16px;
	float: left;
}
#main_logo img {
}
#header_contact {
	margin-top: 20px;
	font-size: 14pt;
	text-align: right;
	float: right;
}


/*******************************
/ MAIN CONTENT
/******************************/

#main {
	font-family: Bariol Regular;
}
.content {
	
}
.content img {
	max-width: 100% !important;
}

#main_content.sidebar {
	padding: 0;
}

.content_panel p
{
  line-height: 1.3em;
  word-spacing: 1px;
}
.content_panel a, .content_panel a:visited
{
  color: #0095d9;
}

/*******************************
/ PANELS
/******************************/

#main_content.sidebar .gallery_panel,
#main_content.sidebar .media_panel {
	overflow: hidden;
	height: 335px;
}

#main_content.sidebar .media_panel img {
	max-width: none !important;
	height: 335px;
}

.content_panel {
	padding: 30px 20px;
}


#main_content.vidbar .content_panel {
	width: 50%;
}

/*******************************
/ MEDIA
/******************************/

.media_panel {
	max-height: 260px;
	overflow-y: hidden;
}


/*******************************
/ FOOTER
/******************************/

footer {
	box-sizing: border-box;
	border-top: 1px solid #000;
	padding: 10px 20px;
	background-color: white;
}
footer p {
	display: flex;
	justify-content: space-between;
	text-align: justify;
}
footer a.logo {
	height: 80px;
}

footer a.logo img {
	height: 80px;
}

/*******************************
/ HOMEPAGE
/******************************/



/*******************************
/ PRODUCTS
/******************************/



/*******************************
/ ORDERS
/******************************/


/*******************************
/ CONTACT
/******************************/

/*****************************************
/	BLOG                                                   
/****************************************/	

.area_blog article {
	padding: 10px 0;
}
.area_blog article img {
	padding:1px;
	border:1px solid #ccc;
	width:200px;
	height:auto;
}

.area_blog article h2 {
	font-size:1.3em;
	margin-bottom:5px;
	margin-top:0;
}
.area_blog article p {
	margin-top:10px;
	margin-bottom:0;
}
.area_blog article h2 a {
	text-decoration:none;
	color: #0095d9;
}
.area_blog article h2 a:hover {
	text-decoration: underline;
	color: #0086C6;
}

/*****************************************
/	GALLERY                                                   
/****************************************/	

#gallery {
	position: relative;
	margin: 0 auto;
	text-align: center;
}
a.gallery-thumb {
	width: 320px;
	height: 240px;
	overflow: hidden;
}
a.gallery-thumb:hover {
	opacity: 0.8;
}
a.gallery-thumb img {
	min-height: 140px;
}

/*****************************************
/	VIDEO                                                   
/****************************************/	

#video_gallery {
	position: relative;
	margin: 0 auto;
	text-align: center;
}
#video_gallery article {
	margin-bottom: 20px;
}

/*******************************************************************************************
/	RESPONSIVE                                                   
/******************************************************************************************/	
	
		
/*******************************  Desktop Large (.dl) (NOT IN USE) *******************************/
@media only screen and (min-width: 1171px) {
	nav#mobile_menu a {
		display: none !important;
	}
} /* End */


/*******************************  Desktop Small (.ds) (DEFAULT)  *******************************/
@media only screen and (min-width: 980px) and (max-width: 1170px) {
	nav#mobile_menu a {
		display: none !important;
	}
} /* End */


/*******************************  Tablet Portrait (.tp) *******************************/
@media only screen and (min-width: 768px) and (max-width: 979px) {
	nav#mobile_menu a {
		display: none !important;
	}
}/* End */


/*******************************  Mobile Landscape (.ml) *******************************/
@media only screen and (max-width: 800px) {
	#main_content.sidebar .gallery_panel,
	#main_content.sidebar .media_panel,
	#main_content.sidebar .content_panel {
		width: 65%;
	}
	.vidbar_panel {
		display: none;
	}
	.sidebar_panel {
		width: 35%;
	}
}/* End */


/*******************************  Mobile Portrait (.mp) *******************************/
@media only screen and (max-width: 640px) {
	#page {
		margin: 0;
	}
	#main_content.sidebar .gallery_panel,
	#main_content.sidebar .media_panel {
		height: auto;
	}
	#main_content.sidebar .media_panel img {
		width: 100% !important;
		height: auto !important;
		min-height: none !important;
	}
	.sidebar_panel {
		display: none;
	}
	.sidebar_panel nav {
		text-align: center;
	}
	.sidebar_panel nav a {
		display: inline-block;
		text-align: center;
		margin: 0.2em;
		padding: 0.2em;
		border: 1px solid white !important;
		width: 45%;
	}
	#main_menu {display: none;}
	header a.menu-trigger {
		display:inline-block;
		margin-top: 65px;
		font-size: 3em;
		float: right;
		color: #333;
	}

} /* End */