/*
* Printy CSS
* @version: 1.0
* @comment: A structured RWD-ready template to help you get started
*           This template is based on the index.html template
*           and the modules currently available
*           change or remove as you please
*           This assumes use of normalize.css http://necolas.github.io/normalize.css/
*/

/* font imports if any */
p, td, th, li, time {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

p {
	line-height: 1.5em;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
}

h3 {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}

a {
	color: #444;
	text-decoration: none;
}

td, th {
	text-align: right;
	vertical-align: top;
}

table {
	table-layout : fixed;
	width: 99% !important;
}

iframe {
	width: 100%;
	height: 320px;
}

#old-browser {
	display: none;
}

#page {
	max-width: 1024px;
	min-height: 576px;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #ccc;
	position: relative;
}

#logo-wrapper {
	display: block;
	width: 100%;
	margin: 3px auto;
	padding: 0;
	overflow: hidden;
}

#logo-wrapper img {
	width: 93%;
	margin-left: 7%;
}

#contact-wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
}

#contact-wrapper span {
	display: inline-block;
	margin: 0 0 1px 12px;
	word-break: keep-all;
}

#menu {
	clear: both;
	width: 100%;
	display: block;
	z-index: 10;
	background: #fff;
}

.nav-toggle {
	margin: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#menu ul {
	list-style: none outside none;
	margin: 12px 12px;
	padding: 0;
}

#menu li {
	display: inline-block;
	position: relative;
	margin-bottom: 12px;
}

#menu > ul > li > a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin-right: 20px;
}

#menu > ul > li:last-child a {
	margin-right: 0;
}

#content {
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	display: block;
	/*
	border: 1px solid;
	*/
}

.item-frame {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 98%;
	overflow: visible;
	/*
	border: 1px solid;
	background: grey;
	*/
}

.content-frame {
	float: left;
	width: 92%;
	display: block;
	margin: 0 20px;
}

.content-symbol {
	display: none;
	height: 100%;
}

.item img {
	width: 40% !important;
	display: block;
	float: right;
}

.item-btn {
	clear: both;
	display: inline-block;
	margin: 12px 0 0 .5%;
    width: 98%;
	position: relative;
	box-shadow: 5px 5px 5px #888888;
}

.item-btn:hover {
	box-shadow: none;
}

.item-btn h1 {
	position: absolute;
	bottom: 6px;
	right: 6px;
	color: #0060a9;
	z-index: 2;
	text-align: right;
	margin: 0;
	padding: 4px;
	background: rgba(255, 255, 255, .6);
	border: 1px solid #fff;
}

.item-btn img {
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.no-scale {
	width: auto !important;
}


.article {
	display: block;
	overflow: auto;
}

.article img {
	display: block;
	width: 100%;
	height: auto;
}

.align-left {
	display: block;
	margin: 0 0px 6px 0;
	float: none;
}

.align-right {
	display: block;
	margin:0 0 6px 0px;
	float: none;
}

.gallery-wrapper {
	display: inline-block;
}

.gallery-wrapper img {
	display: block;
	width: 60px;
	height: auto;
	float: left;
	margin-right: 12px;
}

#footer {
	clear: both;
	display: block;
	text-align: center;
	padding: 24px 0 24px 0;
}

@media (min-width: 330px) {
	#logo-wrapper {
		width: 320px;
		height: auto;
	}
}

@media (min-width: 570px) {

	.js .nav-collapse {
	  position: static;
	}

	.js .nav-collapse.closed {
	  max-height: none;
	}

	.nav-toggle {
		display: none;
	}

    #menu {
    	margin: 8px 0;
    	background: none;
		width: 96%;
		height: auto;
    }

	#menu ul {
		text-align: center;
		margin: 0;
	}

	#menu li {
		display: inline-block;
		width: auto;
		margin-bottom: 0px;
	}

	#menu a {

	}

	.item-btn {
		width: 49%;
	}

	.align-left {
		width: 320px !important;
		margin: 0 6px 6px 0;
		float: left;
	}

	.align-right {
		width: 320px !important;
		margin:0 0 6px 6px;
		float: right;
	}

	.no-scale {
		display: block;
		max-width: 320px;
		width: auto !important;
		height: auto;
	}

}

@media (min-width: 680px) {
	#logo-wrapper {
		float: left;
		margin-left: 6px;
	}

	#logo-wrapper img {
		width: 100%;
		margin-left: 0;
	}

	#contact-wrapper {
		float: right;
		text-align: right;
		width: auto;
		margin: 3px 20px 6px 6px;
	}

	#contact-wrapper span {
		display: block;
		word-break: keep-all;
	}

	table {
		width: 86% !important;
	}

	.content-frame {
		float: left;
		width: 94%;
	}

	.content-symbol {
		display: none;
	}

}


@media (min-width: 800px) {

	.item-btn {
		width: 31.88%;
	}

}

@media (min-width: 970px) {

	.content-frame {
		width: 70%;
	}

	.content-symbol {
		width: 20%;
	}

}
