/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
/*
.noSelect {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
*/

/* set image max width to 100%  width:auto\9 is added for IE8 - PROBLEM WITH GOOGLEMAP */
/*
img {
	max-width: 100%;
	height: auto;
	width: auto\9; 
}
*/
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html {
	height: 100%;
}
body {
	background-color: #ebe7e1;
	/* background-color: #0C0; */
	/*url(../images_general/papertexture.png)*/
	/*font: .81em/150% "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:1em/150% 'Open Sans', "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #7f7162;
	height: 100%;
}
a {
	color: #e01e14;
	text-decoration: none;
	outline: none;
	-webkit-transition: color .2s;
	transition: color .2s;
}
a:hover {
	color: #e01e14;
	text-decoration: none;
	outline: none;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 0.5em 0;
	padding: 0;
}
/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
hr {
	height: 1px;
	border: none;
	color: #999;
	background-color: #999;
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
.center {
	margin:0 auto;
	text-align:center;
}
.bold {
	font-weight: bold;
}
.medium {
	font-weight: normal;
}
.italic {
	font-style: italic;
}
.txt1 {
	font-size: 0.85em;
	line-height:1.3em;
}
.txt2 {
	font-size: 1.1em;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/

.wrap {
	min-height: 100%;
	/*background-color:#CDC0B4;*/
	background-color:#ebe7e1;
}
.maincontent {
	border: none;
	/*margin: 50px auto -50px;*/
	margin: 0 auto ;
	background-color: #000;
	width:100%;
	max-width:900px;
	/* padding: 0 20px 0; */
	padding: 0;
}
.maincontentleftcolumn {
	width:100%;
	max-width:160px;
	float:left;
}
.maincontentinner {
	margin: 50px 0 0 0px;
	/*margin:  0 40px;*/
	text-align:left;
	width: 100%;
	max-width:630px;
	float: left;
	background: url(../images_general/lettering-logo-responsive.png) no-repeat top left;
	font: 0.85em/150% 'Open Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
	min-height: 762px;
}
.maintitle {
	color:#C75816;
	font-size:1.8em;
	font-weight:300;
	margin: 0 0 90px 0;
	text-align:right;
}
.maintitle-multiline {
	color:#C75816;
	font-size:1.8em;
	font-weight:300;
	margin: 0 0 50px 0;
	text-align:right;
}
.maintitle.plus {
	color:#0A15A0;
}
.maintitle-multiline .small {
	font-size:0.7em;
	line-height: 40px;
}
.maincontentinner_text {
	margin: 0 0 0 80px;
}
.maincontentinner_text .small p {
	font: 0.9em/140% 'Open Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.maincontentinner .title {
	margin:0;
	color:#7E7BAA;
	font: 3em Georgia, "Times New Roman", Times, serif;
	text-align:left;
}
.maincontentinner .title_secondary {
	color:#7E7BAA;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
}
.maincontentinner .title_secondary {
	color:#7E7BAA;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
}
.maincontentinner .title_secondary_big {
	font: 3em Georgia, "Times New Roman", Times, serif;
	color:#7E7BAA;
}
.maincontentinner .title_secondary_small {
	font: 1em Georgia, "Times New Roman", Times, serif;
	color:#7E7BAA;
}
.maincontentinner .title_secondary_smaller {
	/*
	float:none;
	padding: 0px 0 0 0;
	display:block;
	*/
	font: 1em Georgia, "Times New Roman", Times, serif;
	color:#D59D75;
}
.maincontentinner .caption {
	float:none;
	padding: 0 30px;
	font: 0.8em 'Open Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#B4A396;
	display:block;
	text-align: center;
}
.maincontentinner .column-1-left {
	float: left;
	width: 48%;
}
.maincontentinner .column-1-right {
	float: left;
	margin-left: 4%;
	width: 48%;
}
.maincontentinner .column-2-left {
	float: left;
	width: 56%;
}
.maincontentinner .column-2-right {
	float: left;
	margin-left: 4%;
	width: 40%;
}
.maincontentinner .column-3-left {
	float: left;
	width: 31%;
}
.maincontentinner .column-3-center {
	float: left;
	margin-left: 4%;
	width: 31%;
}
.maincontentinner .column-3-right {
	float: left;
	margin-left: 4%;
	width: 30%;
}
.maincontentinner .column-4-left {
	float: left;
	width: 31%;
}
.maincontentinner .column-4-right {
	float: left;
	margin-left: 4%;
	width: 65%;
}
.contactwrapper {
	/* background-color:#FBBA24; */
	background:url(../images_general/contact-backgr.png) top center no-repeat;
	width: 100%;
	/*height:520px;*/
	text-align: center;
}
/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	height: 130px;
	width:100%;
	margin:0 auto;
	/*background-color:#369;*/
	max-width:700px;
}
#headerwrap {
	position: absolute;
	width:100%;
	margin: 0 auto;
	z-index:60;/*background-color:#39C;*/
}
/************************************************************************************
LOGO
*************************************************************************************/
.logo {
	margin: 0 0 0 0;
	position: absolute;
	top: 0px;
	z-index: 50;
}
.logo img {
	
}
/************************************************************************************
NAVIGATION
*************************************************************************************/
.navigation {
	position:relative;
	margin:160px 0px 0 0;
}
.navigation .social-icons {
	float:right;
	margin:3px 0px 0 0;
	opacity:1;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}
.navigation .social-icons:hover {
	opacity:0.5;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}
/************************************************************************************
NAVIGATION MENU MOBILE BUTTON
*************************************************************************************/
nav a#pull {
	display: none;
	height:30px;
	text-align:left;
	padding:0.8em 0 0 40px;
	font: 0.8em/150% 'Open Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:700;
	color:#a79479;
}
/************************************************************************************
CONTENT
*************************************************************************************/
/*#content {
	background: #fff;
	margin: 30px 0 30px;
	padding: 20px 35px;
	width: 920px;
	float: left;
	overflow:auto;
	padding-bottom: 0px;
}
*/
/* post */
.post {
	margin-bottom: 40px;
}
.post-title {
	margin: 0 0 5px;
	padding: 0;
	font: bold 26px/120% 'Open Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.post-title a {
	text-decoration: none;
	color: #000;
}
.post-title-demi {
	margin: 0 0 5px;
	padding: 0;
	font: bold 17px/120% 'Open Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#D30A8D;
}
.post-title-small {
	margin: 0 0 5px;
	padding: 0;
	font: bold 14px/120% 'Open Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#209ABD;
}
.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}
/* post image */
.post-image {
	/* margin: 0 0 15px; */
	margin:0 auto;
}
.post-image img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}
.post-image.left {
	margin: 5px 20px 15px 0;
	float:left;
}
.post-image.right {
	margin: 5px 0 15px 20px;
	float:right;
}
.post-image.leftplus {
	max-width: 100%;
	height: auto;
	width: auto\9;
}


/*
.post-imageleft {
	margin: 0 15px 15px 0;
	float:left;
}
*/
/* plus image */
.plus-image {
	/* margin: 0 0 15px; */
	margin:0 auto;
}
.plus-image img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}
.box2 {
	max-width: 550px;
	display:block;
	background-repeat: repeat;
	background-image: url(../images_general/1px-vertical-band.jpg);
	margin: 0;
	padding: 0px 15px 0 15px;
}
.box2-plus-left {
width: 230px;
	display:block;
	background-repeat: repeat;
	background-image: url(../images_general/1px-vertical-band.jpg);
	margin: 0 15px 0 0;
	padding: 15px 15px 0 15px;
	float:left;
	text-align: center;
}
.box2-plus-right {
width: 230px;
	display:block;
	background-repeat: repeat;
	background-image: url(../images_general/1px-vertical-band.jpg);
	margin: 0 0 0 15px;
	padding: 15px 15px 0 15px;
	float:right;
	text-align: center;
}
.box2-plus-left .post-image,
.box2-plus-right .post-image {
	max-width: 170px;
}


/* column */
.columnwrapper {
	max-width: 100%;
	width: auto\9; /* ie8 */
}
.columnleft {
	width:45%;
	margin: 0 20px 15px 0;
	background: #DFDDDD;
	float:left;
	padding: 10px;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.columnright {
	width:45%;
	background: #DFDDDD;
	float:left;
	padding: 10px;
	margin-bottom: 15px;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.columnrightbig {
	width:46%;
	background: #DFDDDD;
	float:left;
	padding: 10px;
	margin-bottom: 15px;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.columnleftbig {
	width:46%;
	margin: 0 32px 15px 0;
	background: #DFDDDD;
	float:left;
	padding: 10px;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	width: 280px;
	float: right;
	margin: 30px 0 15px;
}
.widget {
	background: #fff;
	margin: 0 0 30px;
	padding: 10px 20px;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.widgettitle {
	margin: 0 0 5px;
	padding: 0;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
}
/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}
/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	background-color:#D5C8AE;
	width:100%;
	position: relative;
	margin-top: -60px; /* negative value of footer height */
	height: 60px;
	text-align: center;
	font: 0.8em/120% 'Open Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#footer a {
	color: #7a7055;
	-webkit-transition: color .2s;
	transition: color .2s;
}
#footer a:hover {
	color: #443c26;
}
#footer #textcontainer p {
	padding-top:12px;
	margin:0 auto;
	text-align: center;
	color:#7a7055;
}
/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
	zoom: 1;
}
/************************************************************************************
GOOGLEMAP
*************************************************************************************/

#mapplus {
	width: 600px;
	height: 600px;
	background-color:#B1A694;
}
#map_canvas {
	margin: 0 auto;
	padding: 0;
	width: 620px;
	height: 620px;
	/* 
	width: 100%;
	width: 600px;
	height: 600px; */
	background-color:#B1A694;
}
audio {
	width: 160px;
	padding:0px 0 0px 0;
}
/************************************************************************************
TABLES
*************************************************************************************/
/* 
Generic Styling, for Desktops/Laptops 
*/
table {
	width: 100%;
	border-collapse: collapse;
}
td {
	padding: 0;
	border: none;
	text-align: left;
	vertical-align:top;
}
/* Tables special */
#tablecustom-1 {
	font: 1em/150% 'Open Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align:top;
	width: 100%;
	border-collapse: collapse;
}
#tablecustom-1 th {
	vertical-align:top;
	border-collapse: collapse;
	border-bottom: 2px solid #9D8265;
}
#tablecustom-1 tr {
	vertical-align:top;
	border-collapse: collapse;
}
#tablecustom-1 td {
	/*padding: 4px 8px;*/
	border-bottom: 1px solid #9D8265;
	vertical-align:top;
	padding: 5px 10px 5px 0;
	border-collapse: collapse;
}
#tablecustom-1 td.a {
	width: 20%;
}
#tablecustom-1 td.b {
	width: 25%;
}
#tablecustom-1 td.c {
	width: 35%;
}
#tablecustom-1 td.d {
	width: 30%;
}
#tablecustom-2 {
	font: 1em/150% 'Open Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align:top;
	width: 100%;
	border-collapse: collapse;
}
#tablecustom-2 th {
	vertical-align:top;
	border-collapse: collapse;
	border-bottom: none;
}
#tablecustom-2 tr {
	vertical-align:top;
	border-collapse: collapse;
}
#tablecustom-2 td {
	/*padding: 4px 8px;*/
	border-bottom: none;
	vertical-align:top;
	padding: 5px 10px 5px 0;
	border-collapse: collapse;
}
#tablecustom-2 td.a {
	width: 20%;
}
#tablecustom-2 td.b {
	width: 23%;
}
#tablecustom-2 td.c {
	width: 55%;
	padding-right:0;
}
#tablecustom-2 td.c img {
	width: 100%;
	float:right;
}
#tablecustom-3 {
	font: 1em/150% 'Open Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align:top;
	width: 100%;
	border-collapse: collapse;
}
#tablecustom-3 th {
	vertical-align:top;
	border-collapse: collapse;
	border-bottom: 2px solid #9D8265;
}
#tablecustom-3 tr {
	vertical-align:top;
	border-collapse: collapse;
}
#tablecustom-3 td {
	/*padding: 4px 8px;*/
	border-bottom: 1px solid #9D8265;
	vertical-align:top;
	padding: 5px 10px 5px 0;
	border-collapse: collapse;
}
#tablecustom-3 td.a {
	width: 20%;
}
#tablecustom-3 td.b {
	width: 30%;
}
#tablecustom-3 td.c {
	width: 50%;
}
.tablecustom-4 {
	font: 1em/150% 'Open Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align:top;
	width: 100%;
	border-collapse: collapse;
}
.tablecustom-4 th {
	vertical-align:top;
	border-collapse: collapse;
	border-bottom: 2px solid #9D8265;
}
.tablecustom-4 tr {
	vertical-align:top;
	border-collapse: collapse;
}
.tablecustom-4 td {
	/*padding: 4px 8px;*/
	border-bottom: 1px solid #9D8265;
	vertical-align:top;
	padding: 5px 10px 5px 0;
	border-collapse: collapse;
}
.tablecustom-4 td.a {
	width: 15%;
}
.tablecustom-4 td.b {
	width: 25%;
}
.tablecustom-4 td.c {
	width: 30%;
}
.tablecustom-4 td.d {
	width: 40%;
}

.tablecustom-5 {
	font: 1em/150% 'Open Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align:top;
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}
.tablecustom-5 th {
	vertical-align:top;
	border-collapse: collapse;
	border-bottom: 2px solid #9D8265;
}
.tablecustom-5 tr {
	vertical-align:top;
	border-collapse: collapse;
}
.tablecustom-5 td {
	/*padding: 4px 8px;*/
	border-bottom: 1px solid #9D8265;
	vertical-align:top;
	padding: 5px 10px 5px 0;
	border-collapse: collapse;
}
.tablecustom-5 td.a {
	width: 15%;
}
.tablecustom-5 td.b {
	width: 25%;
}
.tablecustom-5 td.c {
	width: 30%;
}
.tablecustom-5 td.d {
	width: 40%;
}

.textinlinebelow {
display:inline-block;

}

.table-row-inset {
	padding:0 0px 0 0px;
}
/* NEW tables */
#hor-minimalist-a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 1px;
	max-width: 540px;
	border-collapse: collapse;
	text-align: left;
	padding: 0;
	border-bottom: none;
	vertical-align:top;
}
#hor-minimalist-a td {
	border-bottom: none;
	padding: 0;
	vertical-align:top;
}
#hor-minimalist-b, #hor-minimalist-c {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 1px;
	max-width: 540px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th, #hor-minimalist-c th {
	font-size: 11px;
	font-weight: bold;
	color: #9D8265;
	padding: 4px 8px;
	border-bottom: 2px solid #9D8265;
}
#hor-minimalist-b td, #hor-minimalist-c td {
	border-bottom: 1px solid #9D8265;
	color: #725F49;
	padding: 4px 8px;
}
#hor-minimalist-b tbody tr:hover td, #hor-minimalist-c tbody tr:hover td {
	color: #725F49;
}
td.a {
	width: 65px;
}
td.b {
	width: 100px;
}
td.c {
	width: 200px;
}
td.d {
	width: 75px;
}
/************************************************************************************
CONTACT FORM
*************************************************************************************/
.contactform {
	text-align: center;
	border: none;
	margin: 0 auto;
	background-color: #FD9302;
	width:90%;
	max-width:700px;
	/* padding: 0 20px 0; */
	padding: 0;
	min-height:520px;
}
.contactform #reply {
	text-align: left;
	border: none;
	margin: 0 auto;
	width:90%;
	max-width:700px;
	padding: 20px;
	font-family: 'Open Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	background:url(../images_general/pixebackgr.png) repeat;
}
#top_table {
	width:100%;
	margin: 0 0 10px 0;
	font-family: 'Open Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:normal;
	line-height: 120%;
	color:#F25B00;
	background:url(../images_general/pixebackgr.png) repeat;
}
#top_table td {
	padding:15px 10px 20px 20px;
}
#top_table .left img {
	float:left;
	height:80px;
}
#top_table .right img {
	float:right;
	height:80px;
}
#bottom_table {
	width:100%;
	margin: 10px 0 10px 0;
	font-family: 'Open Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 14px;
	color:#F25B00;
	background:url(../images_general/pixebackgr.png) repeat;
}
#bottom_table td {
}
#bottom_table td.singlecell {
	padding:10px 10px 10px 20px;
	vertical-align:middle;
}
#bottom_table td.singlecell img {
	vertical-align:middle;
}
#contact_table {
	font-family: 'Open Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#000;
	margin: 0;
	max-width:700px;
	border-collapse: collapse;
	text-align: left;
	padding: 0;
	border-bottom: none;
	background:url(../images_general/pixebackgr.png) repeat;
}
#contact_table td {
	vertical-align:bottom;
	padding:0 20px 20px 20px;
}
#contact_table td.top {
	vertical-align:top;
	min-width: 12em;
}
#contact_table td.bottom {
	vertical-align:bottom;
}
#contact_table td.middle {
	vertical-align: middle;
}
#contact_table td.singlecell {
}
.contactform .box {
	border:none;
	height: 35px;
	width:20em;
	background-color:#fff;
	/* rounded corner */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding:0 5px 0 5px;
}
.contactform .box_message {
	margin:0;
	border:none;
	background-color:#fff;
	/* rounded corner */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding:5px;
}
#submit_btn {
	background-color:#F25B00;
	border:none;
	color:#FFF;
	cursor:pointer;
	/* rounded corner */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height:60px;
	padding: 10px 10px 15px 10px;
	font-family: 'Open Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:35px;
	text-align: center;
	-webkit-transition: background .2s;
	transition: background .2s;
}
#submit_btn:hover {
	background-color:#DC3505;
	-webkit-transition: background .2s;
	transition: background .2s;
}
/************************************************************************************
FONTS
*************************************************************************************/
/* FONT FACE */
@font-face {
	font-family: 'CustomFontOne';
	src: url('../type/Junction-webfont.eot');
	src: url('../type/Junction-webfont.eot?#iefix') format('embedded-opentype'), url('../type/Junction-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'CustomFontTwo';
	src: url('../type/leaguegothic-regular-webfont.eot');
	src: url('../type/leaguegothic-regular-webfont?#iefix') format('embedded-opentype'), url('../type/leaguegothic-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/************************************************************************************
PRELOADING
*************************************************************************************/
.preloading {
	min-height: 40px;
	background:url(../images_general/ajax-loader.gif) center center no-repeat;
	height: 100%;
	width: 100%;
	margin:0 auto;
	position: absolute;
	z-index:0;
}
#infoContent h2 {
	margin-bottom: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #D2B87B;
}
#infoContent p {
	margin-bottom: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #66F;
	line-height: 1em;
}
/************************************************************************************
BACKGROUND IMAGES
*************************************************************************************/
#index {
	background: url(../images_general/backgr-index.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/************************************************************************************
ALBUM GALLERY photos
*************************************************************************************/
#Link1, #Link2 {
	opacity:1;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}
#Link1:hover, #Link2:hover {
	opacity:0.8;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}
/************************************************************************************
VIDEO
*************************************************************************************/
.video-container {
	margin: 15px 0;
}