/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

* { margin:0; padding:0; }
body { background: url('../img/bg.jpg') no-repeat; background-size: cover; background: white; height:100%; font-family: 'Lato', sans-serif; color: rgb(77, 62, 39); }
img { border:none; }

#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../img/progress.gif) no-repeat center center;}

#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/

#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; background: rgb(210, 208, 206); }
#supersized a { width:100%; height:100%; display:block; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }


#prevslide, 
#nextslide{ 
  background:url('../img/arrows.png'); 
  width: 68px;
  height: 82px;
  overflow: hidden;
  text-indent: -9999px;
  position: fixed;
  top:50%; 
  margin-top:-21px; 
  opacity:0.6;
  z-index: 1000;
}
  
#prevslide{
  background-position: top left;
  left: 10px;
}
 
#nextslide{ 
  background-position: top right;
  right: 10px;
}

#progress-back {
  bottom: 0;
}



.box {
	display: none;
	float: left;
	margin-top: 1px;
	position: relative;
}

.header {
  background: white;
	box-shadow: 0 0 1px #d2d0ce;
  padding: 16px 20px 10px 20px;	
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

nav {
	float: right;
	margin-top: 8px;
}

nav li {
	float: left;
	list-style: none;
	margin: 0 15px;
}

nav li.first {
	margin-left: 0;
}

nav li.last {
	margin-right: 0;
}

nav li a {
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
}

nav li a.active,
nav p a.active {
	color: rgb(194, 91, 54);
}

.logo {
	display: inline;
	left: -3px;
	position: relative;
	width: 100%;
}

.logo img {
	max-width: 100%;
}

a:link,
a:visited {
	color: rgb(194, 91, 54);
	color: rgb(197, 177, 137);
	text-decoration: none;
/*   			border-bottom: 1px dotted red;			 */
}

a:hover,
a:focus {
	color: rgb(245, 241, 232);
	color: rgb(197, 177, 137);
	color: rgb(194, 91, 54);
}

a,
a:link,
a:visited,
a:hover,
a:focus,
a:active {
	-webkit-transition: background-color .1s linear,border-color .1s linear,color .1s linear,opacity .1s linear;
  -moz-transition: background-color .1s linear,border-color .1s linear,color .1s linear,opacity .1s linear;
  -ms-transition: background-color .1s linear,border-color .1s linear,color .1s linear,opacity .1s linear;
  -o-transition: background-color .1s linear,border-color .1s linear,color .1s linear,opacity .1s linear;
  transition: background-color .1s linear,border-color .1s linear,color .1s linear,opacity .1s linear;
}

.content-headline {
/*         border-top: 1px dotted rgb(77, 62, 39); */
  background: white;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 20px 0px;
  position: relative;
}

.content {
  background: white;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 20px 0px;
  position: relative;
}

.bgd {
  background: white;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content li {
  list-style-position: outside;
  list-style-type: disc;
  margin: 0 0 4px 18px;
}

h1, h2 {
  color: rgb(197, 177, 137);
	color: rgb(194, 91, 54);
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}

h1 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 5px;
}

h2 {
  font-size: 16px;
  line-height: 20px;
}

.close {
  background: url('../img/close-x.png') no-repeat;
  background-size: 16px 16px;
  font-weight: 700;
  position: absolute;
  right: 30px;
  text-indent: -9999px;
  top: 21px;
  z-index: 100;
  width: 18px;
  height: 18px;
/*         opacity:0.6; */
}

.close:hover {
  opacity:1;
  background: url('../img/close.png') no-repeat;
  background-size: 16px 16px;
}

.container {
  margin-bottom: 20px;
}


/* #Page Styles
================================================== */

/* #Media Queries
================================================== */
  
  @media only screen and (min-width: 960px) {
    
    p.lt {
    	padding-right: 180px;
  	}
  	
  }
  
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
  	
  	nav {
    	float: left;
  	}
  	
  	nav li {
    	margin: 0 10px;
  	}
  	
  	nav li a {
    	font-size: 14px;
  	}
  	
  	.close {
    	right: 20px;
  	}
  	
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
  	
  	
  	
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../font/lato-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('../font/lato-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/lato-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/lato-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../font/lato-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/lato-v14-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('../font/lato-v14-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Lato Italic'), local('Lato-Italic'),
       url('../font/lato-v14-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/lato-v14-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/lato-v14-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../font/lato-v14-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/lato-v14-latin-italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../font/lato-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Lato Bold'), local('Lato-Bold'),
       url('../font/lato-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/lato-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/lato-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../font/lato-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/lato-v14-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}