@charset "UTF-8";

html, body { 
height: 100%; 
margin: 0; 
padding: 0; 
}

body {
	background-color: #ddd;
}

/* Full-screen background */

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
	img.bg {
		left: 50%;
		margin-left: -512px;   /* 50% */
}}

@media screen and (max-width: 690px) {
	img.bg {
		display: none;
}}

#container {
	width: 690px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: transparent;
}

@media screen and (max-width: 690px) {
#container {
	width: 100%;
	height: auto;
	background: #ddd;
}}

#logo {
	width: 325px;
	height: auto;
	padding-top: 7px;
	padding-bottom: 7px;
	background: transparent;
}

/*-- NAVIGATION --*/

#navigation {
	max-width: 690px;
	height: 60px;
	background: #b16d1a;
}

#header {
	padding: 0;
}

#header-inner {
    max-width: 690px;
	margin: 0 auto;
}

#nav {
	float: left;
	background: #b16d1a;
	margin-left: 30px;
}

#nav ul li {
	font-family: 'Rambla', sans-serif;
	font-weight: 400;
	font-size: 16px;
	display: inline-block;
	margin-right: 15px;
	line-height: 60px;
}

#nav a {
	color: #fff;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#nav .on a {
	text-decoration: underline;
}

/*-- Mobile nav --*/

@media only screen and (max-width: 689px) {
	
	#nav ul li { border-bottom: 1px solid #fff; padding: 0; width:100%; margin: 0;}
	#nav ul li:last-child {border:0; padding-bottom: 0;}
	#nav a { padding: 20px 0 20px 30px; }
	#nav { width: 100%; margin-left: 0;}
	#nav ul li:last-child {border:0; padding-bottom: 0;}
	}
	
/*! responsive-nav.js v1.0 by @viljamis */

.js #nav {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  margin-top: 0;
}

#nav.opened {
  position: relative;
  max-height: 9999px;
}

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 689px) {
  .js #nav {
    position: relative;
    max-height: none;
  }
  #nav-toggle {
    display: none;
}}

#nav-toggle {
	margin-top: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 43px;
  height: 40px;
  float: left;
  padding-left: 40px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(images/menu.png) no-repeat 50% 50%;
}

/*-- END Navigation --*/

.panel {
	width: 100%;
	height: auto;
	background-image: url(images/about.png);
	margin-top: 5px;
	padding: 5px 0 10px 0;
	box-shadow: 0 0px 1px #999, 0 1px 1px #aaa;
    border-radius: 2px;
}

@media screen and (max-width: 689px) {
.panel {
    border-radius: 0;
}}

.image-frame {
	width: 91.4%;
	height: auto;
	background-image: url(images/about.png);
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 30px;
	padding-left: 4.3%;
	padding-right: 4.3%;
	box-shadow: 0 0px 1px #999, 0 1px 1px #aaa;
    border-radius: 2px;
}

@media screen and (max-width: 689px) {
.image-frame {
    border-radius: 0;
}}

img.bk {
	border: 1px solid #333;
	margin-left: 30px;
	margin-bottom: 30px;
	float: left;
}

img.bk-margin {
	border: 1px solid #333;
	margin: 0 30px 30px 30px;
	float: left;
}

#pakata-left {
	margin-top: -15px;
	width: 33%;
	float: left;
}
	
#pakata-middle {
	margin-top: -15px;
	width: 33%;
	float: left;
}
	
#pakata-middle-wide {
	margin-top: -15px;
	width: 460px;
	float: left;
}
	
#pakata-right {
	margin-top: -15px;
	width: 33%;
	float: left;
}
	
#transparent {
	width: 100%;
	background: transparent;
	height: 20px;
}
	
h1 {
	font-family: 'Rambla', sans-serif;
	font-weight: 700;
	font-size: 29px;
	color: #333;
	padding: 0 30px 0 30px;
}

h2 {
	font-family: 'Rambla', sans-serif;
	font-weight: 700;
	font-size: 23px;
	color: #333;
	padding: 0 30px 0 30px;
}

h2.image {
	padding: 0 30px 0 0;
}

h3 {
	font-family: 'Rambla', sans-serif;
	font-weight: 700;
	font-size: 17px;
	color: #333;
	padding: 0 30px 0 30px;
}

p {
	font-family: 'Rambla', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 25px;
	color: #333;
	padding: 0 30px 0 30px;
}

p.copyright {
	font-size: 12px;
	line-height: normal;
	text-align: center;
}

p.contact-form {
	line-height: 35px;
}

p.error {
	font-weight: 700;
	color: #fc6602;
}

input[type="text"],textarea {
	font-family: 'Rambla', sans-serif;
	font-size:17px;
 	font-weight: 400;
 	line-height:140%;
 	color : #333; 
 	margin-top: 5px;
  	margin-bottom: 10px;
  	padding : 5px; 
  	border : 1px solid #999;
  	background-color: #eee;
}

input[type="text"] {
  	height: 18px;
  	width: 70%;
}

textarea[name="comments"] {
	height: 150px;
	width: 90%;
}

a.link {
	font-family: 'Rambla', sans-serif;
	color: #333;
	font-size: 15px;
	line-height: 40px;
	text-decoration: none;
}

a.link:hover {
	color: #fc6602;
}

a.index-link {
	font-family: 'Rambla', sans-serif;
	font-weight: 700;
	font-size: 30px;
	text-decoration: none;
	color: #fff;
}

a.index-link:hover {
	text-decoration: none;
}

a.text-link {
	font-family: 'Rambla', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 25px;
	color: #82430c;
	text-decoration: none;
}

a.text-link:hover {
	text-decoration: underline;
}

a.text-link-small {
	font-family: 'Rambla', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: normal;
	color: #82430c;
	text-decoration: none;
}

a.text-link-small:hover {
	text-decoration: underline;
}

</style>
