 /*  GRID OF FIVE   ============================================================================= */
  
 .span_5_of_5 {
	width: 100%;
}

.span_4_of_5 {
  	width: 79.68%; 
}

.span_3_of_5 {
  	width: 59.36%; 
}

.span_2_of_5 {
  	width: 39.04%;
}

.span_1_of_5 {
  	width: 18.72%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_5_of_5 {
		width: 100%; 
	}
	.span_4_of_5 {
		width: 100%; 
	}
	.span_3_of_5 {
		width: 100%; 
	}
	.span_2_of_5 {
		width: 100%; 
	}
	.span_1_of_5 {
		width: 100%; 
	}
}
/*  GRID OF EIGHT   ============================================================================= */

	
.span_8_of_8 {
	width: 100%;
}

.span_7_of_8 {
	width: 87.3%; 
}

.span_6_of_8 {
	width: 74.6%; 
}

.span_5_of_8 {
	width: 61.9%; 
}

.span_4_of_8 {
	width: 49.2%; 
}

.span_3_of_8 {
	width: 36.5%;
}

.span_2_of_8 {
	width: 23.8%; 
}

.span_1_of_8 {
	width: 11.1%; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_8_of_8 {
		width: 100%; 
	}
	.span_7_of_8 {
		width: 100%; 
	}
	.span_6_of_8 {
		width: 100%; 
	}
	.span_5_of_8 {
		width: 100%; 
	}
	.span_4_of_8 {
		width: 100%; 
	}
	.span_3_of_8 {
		width: 100%; 
	}
	.span_2_of_8 {
		width: 100%; 
	}
	.span_1_of_8 {
		width: 100%; 
	}
}
/*  GRID OF NINE   ============================================================================= */


.span_9_of_9 {
	width: 100%;
}

.span_8_of_9 {
	width: 88.71%;
}

.span_7_of_9 {
	width: 77.42%; 
}

.span_6_of_9 {
	width: 66.13%; 
}

.span_5_of_9 {
	width: 54.84%; 
}

.span_4_of_9 {
	width: 43.55%; 
}

.span_3_of_9 {
	width: 32.26%;
}

.span_2_of_9 {
	width: 20.97%; 
}

.span_1_of_9 {
	width: 9.68%; 
}


/*  GO FULL WIDTH AT LESS THAN 480  PIXELS */

@media only screen and (max-width: 680px) {
	.span_9_of_9 {
		width: 100%; 
	}
	.span_8_of_9 {
		width: 100%; 
	}
	.span_7_of_9 {
		width: 100%; 
	}
	.span_6_of_9 {
		width: 100%; 
	}
	.span_5_of_9 {
		width: 100%; 
	}
	.span_4_of_9 {
		width: 100%; 
	}
	.span_3_of_9 {
		width: 100%; 
	}
	.span_2_of_9 {
		width: 100%; 
	}
	.span_1_of_9 {
		width: 100%; 
	}
}
/*  GRID OF FOUR   ============================================================================= */

	
.span_4_of_4 {
	width: 100%; 
}

.span_3_of_4 {
	width: 74.6%; 
}

.span_2_of_4 {
	width: 49.2%; 
}

.span_1_of_4 {
	width: 23.8%; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_4_of_4 {
		width: 100%; 
	}
	.span_3_of_4 {
		width: 100%; 
	}
	.span_2_of_4 {
		width: 100%; 
	}
	.span_1_of_4 {
		width: 100%; 
	}
}
/*  GRID OF THREE   ============================================================================= */

	
.span_3_of_3 {
	width: 100%; 
}

.span_2_of_3 {
	width: 66.13%; 
}

.span_1_of_3 {
	width: 32.26%; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}
}
/*  GRID OF TWO   ============================================================================= */


.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%; 
	}
}
/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}


/* ////////////////////////////////////////////////////////////////////////////////////////  */
/* @import url(http://fonts.googleapis.com/css?family=Lato:300,400,700); */
#custom-th {display:none;}
#thevideo{display:block;}


.hide
{
display:none;
width:100%;

}

@keyframes myfirst
{
0%   {background:blue;}
25%  {background:yellow;}
50%  {background:blue;}
100% {background:green;}
}

 @-moz-keyframes myfirst /* Firefox */
{
0%   {background:white;}
50%  {background:blue;}
100% {background:green;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
  0%   {background:red;}
  25%  {background:yellow;}
  50%  {background:blue;}
  100% {background:green;}
}

.more a:hover + .hide{
display:inline;
}


ol,ul {
	list-style:none;
}
.ei-slider{
	position: relative; 
	width: 100%;
	max-width: 1920px;
	/* height: 400px; */
	height: 360px;
	margin: 0 auto;
		background:#000;
} 
.ei-slider_small{
	position: relative; 
	width: 100%;
	max-width: 1920px;
	/* height: 400px; */
	height: 260px;
	margin: 0 auto;
		background:#000;
} 
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 200px; 
	left: 0px; 
	z-index:999;
	background: rgba(0,0,0,0.9);
	color: #fff;
	text-align: center;
	/* line-height: 400px; */
	line-height: 360px; 
}
.ei-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	/*height: 100%; */
	width: 100%;
		list-style:none;
}
.ei-slider-large li img{
	width: 100%;	list-style:none;
}
.ei-title{
	position: absolute;
	/* right: 25%; */
	/* margin-right: 13%; */
	width: 100%;
			text-align: center;
			top: auto;
		bottom: 18%;
}
.ei-title h3 {
 	border-bottom: 1px solid  #191919; position: relative;
 	border-top: 1px solid  #191919; position: relative;
 	text-align: center;
 	background:#000;
}
 .ei-title h4 {

 	border-bottom: 1px solid  #191919; position: relative;
 	border-top: 1px solid  #191919; position: relative;
 	text-align: center;
 	background:#000;
 }
.ei-title h2{
	background:#fff;
	/* border-bottom: 1px solid  #fff; position: relative; */
	/* border-top: 1px solid  #fff; position: relative; */
	   opacity:0.3;
       	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
       	color:#000;
}

.ei-title h4{
	
		font-size: 12px;
		line-height: 20px;
		font-family: 'Open Sans Condensed', sans-serif;
		text-transform: uppercase;
		color: #b5b5b5;
}
.ei-title h3{
	
		font-size: 12px;
		line-height: 20px;
		font-family: 'Open Sans Condensed', sans-serif;
		text-transform: uppercase;
		color: #b5b5b5;
}
}
.ei-title tr  td {
	font-size: 12px;
        text-align: center;
         background:#000;
        opacity:0.9;
       	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
      

}
.ei-title  table {
	font-size: 12px;
        text-align: center;
        background:#000;
        opacity:0.9;
       	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

}

.ei-title h3{
	font-size: 30px;
	line-height: 40px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	color: #b5b5b5;
}
.ei-slider-thumbs{
	/* height: 8px; */
	margin: 0 auto;
	position: relative;
	
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
		list-style:none;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 12px;
	z-index: 10;
	text-indent: -9000px;
	/* text-align: center; */
	/* color:#fff; */
	background: #666;
	/* background: rgba(0,0,0,0.9); */
		list-style:none;
		 opacity:0.2;
       	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.ei-slider-thumbs li a{
	display: block;
	/* text-indent: -9000px; */
	text-align: center;
	color:#999;
	background: #000 ;
	width: 100%;
	height: 100%;
	cursor: pointer;

}
.ei-slider-thumbs li a:hover{
	background-color: #f0f0f0;
	text-align: center;
	color:#191919;
}
.ei-slider-thumbs li img{
	position: absolute;
	bottom: 50px;
	opacity: 0;
	z-index: 999;
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	list-style:none;
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media screen and (max-width: 480px) {
	#custom-th{display:block;}
	#thevideo{display:none}
}	
	
@media screen and (max-width: 699px) {
	

	.ei-slider-large li img{
	overflow: hidden;
	height: 100%;
	list-style:none;		
}
	.ei-title{
		position: absolute;
		right: 0px;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		top: auto;
		bottom: 10px;
	/*	background: #fff; */
		background: rgba(255,255,255,0.9);
		padding: 5px 0;
	}
	.ei-title h2, .ei-title h3 .ei-title h4{
		text-align: center;
	}
	.ei-title h2{
		font-size: 12px;
		line-height: 14px;
	}
	.ei-title tr td {
			font-size: 9px;
			line-height: 12px;
			text-align: center;
	                color:#000;
	      /*         margin-left: 0px;  */
	/*               background:#000;  */
	
	}
	.ei-title  table {
			font-size: 9px;
	        text-align: center;
	        background:#fff;
	        opacity:0.9;
	       	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	
	}

	.ei-title h3{
		font-size: 12px;
		line-height: 14px;
	}
	.ei-title h4{
			font-size: 10px;
			line-height: 14px;
	}
	
}
/* RESPONSIVE GRID SYSTEM =============================================================================  */

/*  IMPORT FONTS  ============================================================================= */



/* BASIC PAGE SETUP ============================================================================= */

body { 
margin : 0 auto;
padding : 0;
/* font : 100%/1.4 'Verdana', 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;  */	
/* color : #000;  */
text-align: center;
/* background-image:#191919 url('background_grid.gif');background-repeat:repeat; */
/* background: #191919 url(images/bodyback.png) left top; */
font-family:Verdana;
	   text-transform:uppercase;
	    color:#f7f7f7;
    font-size:9px;
	background:#000 ;
	width:100%;
}

img.floatleft { float: left; margin: 0 1px 0 0; }
img.floatright { float: right; margin: 0 0 0 1px; }

a img { border:none; vertical-align:top; }

button, 
input, 
select, 
textarea { 
font-family : 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif; 
color : #333; }

/*  HEADINGS  ============================================================================= */

h1, h2, h3, h4, h5, h6 {
font-family:  'Open Sans Condensed', 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
font-weight : normal;
margin-top: 10px;
letter-spacing: -1px;
}

h1 { 
font-family:  'Open Sans Condensed';
color: #f7f7f7;
font-size : 1.1em; /* 24 / 16  */
letter-spacing: 2px;
line-height: 1.5em;
}


h2 { 
color: #f7f7f7;
margin-bottom : .5em;
margin-top : .5em;
font-size : 2.75em; /* 40 / 16 */
line-height : 1.2;
}

h3 { 
color: #f7f7f7;
margin-bottom : 0.3em;
letter-spacing: -1px;
font-size : 1.75em; /* 28 / 16 */
line-height : 1.3; }


h4 { 
color: #f7f7f7;
margin-bottom : 0.5em;
font-size : 1.5em; /* 24 / 16  */
line-height : 1.25; }

	footer h4 { 
		color: #ccc;
	}

h5 { 
color: #f7f7f7;
margin-bottom : 1.25em;
font-size : 1em; /* 20 / 16 */ }

h6 { 
color: #666;
font-size : 1em; /* 16 / 16  */ }

/*  TYPOGRAPHY  ============================================================================= */

p, ol, ul, dl, address { 
margin-bottom : 1em; 
font-size : 1em; /* 16 / 16 = 1 */ }

p {
hyphens : auto;  }


p.introtext {
font-family:  MuseoSlab100, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
font-size : 2.5em; /* 40 / 16 */
color: #333;
line-height: 1.4em;
letter-spacing: -1px;
margin-bottom: 0.5em;
}


p.handwritten {
font-family:  HandSean, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif; 
font-size: 1.375em; /* 24 / 16 */
line-height: 1.8em;
margin-bottom: 0.3em;
color: #666;
}

p.center {
text-align: center;
}


.and {
font-family: GoudyBookletter1911Regular, Georgia, Times New Roman, sans-serif;
font-size: 1.5em; /* 24 / 16 */
}

.heart {
font-size: 1.5em; /* 24 / 16 */
}

/*ul, 
ol { 
margin : 0 0 1.5em 0; 
padding : 0 0 0 24px; } */

li ul, 
li ol { 
margin : 0;
font-size : 1em; /* 16 / 16 = 1 */ }

dl, 
dd { 
margin-bottom : 1.5em; }

dt { 
font-weight : normal; }

b, strong { 
font-weight : bold; }

hr { 
display : block; 
margin : 1em 0; 
padding : 0;
height : 1px; 
border : 0; 
border-top : 1px solid #ccc;
}

small { 
font-size : 1em; /* 16 / 16 = 1 */ }

sub, sup { 
font-size : 75%; 
line-height : 0; 
position : relative; 
vertical-align : baseline; }

sup { 
top : -.5em; }

sub { 
bottom : -.25em; }

.subtext {
	color: #666;
	}

/* LINKS =============================================================================  */

a { 
color : #f7f7f7;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}

/* a:visited { 
color : #f7f7f7; }  */

a:focus { 
/*outline : thin dotted; 
color : rgb(0,0,0);  */
}

a:hover, 
a:active { 
outline : 0;
color : #f7f7f7;
}

 a:active, a:focus {outline:none;}  /* tjimg */

footer a { 
color : #f7f7f7fff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

footer a:visited { 
color : #f7f7f7; }

footer a:focus { 
/* outline : thin dotted; 
color : rgb(0,0,0);  */

}

footer a:hover, 
footer a:active { 
outline : 0;
color : #f7f7f7;
}


/* IMAGES ============================================================================= */

/* img {
//border : 0;
//max-width: 100%;
//height: auto; 
//width: auto\9; 
//display: inline;  */
}

/* 
//img.floatleft { float: left; margin: 0 10px 0 0; }
//img.floatright { float: right; margin: 0 0 0 10px; }  */


/* TABLES ============================================================================= */

table { 
border-collapse : collapse;
border-spacing : 0;
margin-bottom : 1.4em; 
width : 100%; }

th, td, caption { 
padding : .25em 10px .25em 5px; }

tfoot { 
font-style : italic; }

caption { 
background-color : transparent; }

/* FORMS ============================================================================= */

form { 
margin : 0; }

fieldset { 
margin-bottom : 1.5em; 
padding : 0; 
border-width : 0; }

legend { 
*margin-left : -7px; 
padding : 0; 
border-width : 0; }

label{
font-weight : normal;
cursor : pointer;
display:block;
margin:0;
position:relative;
top:0;
left:0;
}

	label.inline{
	display:inline;
	margin:0;
	}
	
	label span{
	color:#666;
	font-size:0.9em;
	}
	
	label span.right{
	position:absolute;
	bottom:0;
	right:1em;
	text-align:right;
	}
	
	label.disabled{
	color:#ccc;
	}


button, 
search,
input, 
select, 
textarea { 
font-size : 100%; 
margin : 0; 
vertical-align : baseline; 
*vertical-align : middle; }

button, input { 
line-height : normal; 
*overflow : visible; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
padding: 0.5em 1em;
margin: 0;
cursor : pointer; 
text-shadow:0 1px 0 #f7f7f7;
}

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
	box-sizing : content-box;
}

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0;  }

input{
margin:0;
border:1px solid #ccc;
font-size:1em;
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background:#f7f7f7;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
}

	input::-webkit-input-placeholder,
	input:-moz-placeholder,
	.placeholder{
	color:#bbb;
	}
	
	input::-moz-focus-inner {border:0;}

	input[disabled="disabled"], input.disabled{
	color:#999;
	background:#f5f5f5;
	-moz-box-shadow:inset 0px 0px 2px #ddd;
	-webkit-box-shadow:inset 0px 1px 2px #ddd;
	box-shadow:inset 0px 1px 2px #ddd;
	}


/* Colors for form validity */
input:valid, 
textarea:valid   {  
/* Styles */ }

input:invalid, 
textarea:invalid {
-webkit-box-shadow : 0 0 2px #f00; 
-moz-box-shadow : 0 0 2px #f00;
box-shadow : 0 0 2px #f00; }

.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {
background-color : #ccc; }



/*  MAIN LAYOUT	============================================================================= */

#skiptomain { display: none; }

/*#wrapper {
	width: 100%;
	position: relative;
	text-align: left;
}*/

	#headcontainer {
		width: 100%;
		background: #000 ; /* //url(/images/headerback.png) no-repeat center top; */
		border-bottom: 1px solid  #191919; position: relative;
		margin: 0 auto;
		display: inline;
		
		
	}

		header {
			clear: both;		
			width:100%; 		
			margin: 0 auto;
			/* padding: 130px 0px 10px 0px; */
		       position: relative;
			color: #000;
			text-align: center;
				display: inline;
			
		}
 
   
		

	#maincontentcontainer {
		width: 100%;
			display: inline;
		
	}

		.standardcontainer {
			
		}
		.standardcontainer img {
		border : 0;
		max-width: 100%;
		height: auto; 
		width: auto\9; /* ie8 */
		}
		
		.standardcontainer img.floatleft { float: left; margin: 0 10px 0 0; }
		.standardcontainer img.floatright { float: right; margin: 0 0 0 10px; }

		.midcontainer {
			
					background: rgba(50, 50, 50, 0.50);
					background-image:url(images/background_grid.gif); background-repeat:repeat-x repeat-y;
				
		}
		.midcontainer a {
						color: #f7f7f7 ;	
		}
			.darkestcontainer {
					background: rgba(50, 50, 50, 0.15);
					background-image:url(images/background_grid.gif); background-repeat:repeat-x repeat-y;
					
				}
				
				.darkestcontainer a {
						color: #f7f7f7;	
				}
				.darkestcontainer a:hover {
								color: #555;	
				}
			 .darkestcontainer img {
						border : 0;
						max-width: 100%;
						height: auto; 
						width: auto\9; /* ie8 */
						}
						
						.darkestcontainer img.floatleft { float: left; margin: 0 10px 0 0; }
				.darkestcontainer img.floatright { float: right; margin: 0 0 0 10px; }
		 .darkestcontainer img {
						border : 0;
						max-width: 100%;
						height: auto; 
						width: auto\9; /* ie8 */
				}
		.darkcontainer {
			background: rgba(5, 5, 5, 0.15);
			
		}
		.darkercontainer {
					background: rgba(102, 102, 102, 0.15);
					
		}
		.darkcontainer a {
				color: #f7f7f7;	
		}
		.darkcontainer a:hover {
						color: #555;	
		}
	 .darkcontainer img {
				border : 0;
				max-width: 100%;
				height: auto; 
				width: auto\9; /* ie8 */
				}
				
				.darkcontainer img.floatleft { float: left; margin: 0 10px 0 0; }
		.darkcontainer img.floatright { float: right; margin: 0 0 0 10px; }
 .darkercontainer img {
				border : 0;
				max-width: 100%;
				height: auto; 
				width: auto\9; /* ie8 */
				}
				
				.darkercontainer img.floatleft { float: left; margin: 0 10px 0 0; }
		.darkercontainer img.floatright { float: right; margin: 0 0 0 10px; }
		.lightcontainer {
			background: rgba(255, 255, 255, 0.33);
		}
		
		.lightcontainer a {
				color: #f7f7f7 ;	
		}
			#maincontent{
				clear: both;
				width: 95%;	 /* 1000px / 1250px */
				margin: 0 auto;
				padding: 1em 0px;
				color: #f7f7f7 ; // #999999//#444;
				line-height: 1.5em;
				position: relative;
				
			}
		
			.maincontent{
				clear: both;
				width: 95%;	 /* 1000px / 1250px */
				margin: 0 auto;
				padding: 1em 0px;
				color: #f7f7f7;
				line-height: 1.5em;
				position: relative;
				}
		
	
			.maincontent h3{
		font-size : 3em;
			font-family: 'Open Sans Condensed';}
			.maincontent h4{
					font-size : 2.5em;
							font-family: 'Open Sans Condensed';}

			.maincontent #floatleft{
			text-align: left;
				
			}
			.maincontent #floatright{
						text-align: right;
							
			}
			
		
		
	#footercontainer {
		width: 100%;	
		border-top: 1px solid #171717;
		background: #252525; 
	}
	
		footer {
			clear: both;
			width: 100%; /* 1000px / 1250px */
	
		/*	max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;
			/*padding: 20px 0px 0px 0px; */
			color: #999;
		}

		footer strong {
		/*	font-size: 1.077em; /* 14 / 13 */
			color: #aaa;
		}


		footer a:link, footer a:visited { color: #999; text-decoration: underline; }
		footer a:hover { color: #f7f7f7; text-decoration: underline; }

		ul.pagefooterlist, ul.pagefooterlistimages {
			display: block;
			float: left;
			margin: 0px;
			padding: 0px;
			list-style: none;
		}

		ul.pagefooterlist li, ul.pagefooterlistimages li {
			clear: left;
			margin: 0px;
			padding: 0px 0px 3px 0px;
			display: block;
			line-height: 1.5em;
			font-weight: normal;
			background: none;

		}

		ul.pagefooterlistimages li {
			height: 34px;
		}


		ul.pagefooterlistimages li img {
			padding: 5px 5px 5px 0px;
			vertical-align: middle;
			opacity: 0.75;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
			filter: alpha( opacity  = 75);
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}

		ul.pagefooterlistimages li a
		{
			text-decoration: none;
		}

		ul.pagefooterlistimages li a:hover img {
			opacity: 1.0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha( opacity  = 100);
		}

			#smallprint {
				margin-top: 20px;
				line-height: 1.4em;
				text-align: center;
				color: #999;
				font-size: 0.923em; /* 12 / 13 */
			}

			#smallprint p{
				vertical-align: middle;
			}

			#smallprint .twitter-follow-button{
				margin-left: 1em;
				vertical-align: middle;
			}

			#smallprint img {
				margin: 0px 10px 15px 0px;
				vertical-align: middle;
				opacity: 0.5;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
				filter: alpha( opacity  = 50);
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}


			#smallprint a:hover img {
				opacity: 1.0;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha( opacity  = 100);
			}

			#smallprint a:link, #smallprint a:visited { color: #999; text-decoration: none; }
			#smallprint a:hover { color: #999; text-decoration: underline; }


/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  CALCUATIONS  ============================================================================= */

#calculated .col {
	background: #ccc;
	padding: 1em 0;
	background: rgba(204, 204, 204, 0.85);

}

/*  NOTES  ============================================================================= */


.note {
	position:relative;
	padding:1em 1.5em;
	margin: 0 0 1em 0;
	background: #f7f7f7;
	background: rgba(255, 255, 255, 0.5);
	overflow:hidden;
}

.note:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	border-width:0 16px 16px 0;
	border-style:solid;
	border-color:transparent transparent #cccccc #cccccc;
	background:#cccccc;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	display:block; width:0; /* Firefox 3.0 damage limitation */
}

.note.rounded {
	-webkit-border-radius:5px 0 5px 5px;
	-moz-border-radius:5px 0 5px 5px;
	border-radius:5px 0 5px 5px;
}

.note.rounded:before {
	border-width:8px;
	border-color:#ff #ff transparent transparent;
	background: url(/images/bodyback.png);
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius:0 0 0 5px;
	border-radius:0 0 0 5px;
}

/*  SCREENS  ============================================================================= */

.siteimage {
	max-width: 90%;
	padding: 5%;
	margin: 0 0 1em 0;
	background: transparent url(/images/stripe-bg.png);
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.siteimage:hover {
	background: #bbb url(/images/stripe-bg.png);
	position: relative;
	top: -2px;
	
}

/*  COLUMNS  ============================================================================= */

.twocolumns{
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-gap: 2em;
  }

/*  BUTTONS  ============================================================================= */
.button_w {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	padding: .5em 1em;
	margin: 1px;
	line-height: 25px;
		border-bottom: solid 1px #fff;
			border-top: solid 1px #fff;
				border-left: solid 1px #fff;
					border-right: solid 1px #fff;
 //      width:60%;
	font-size : 1.1em;
				
}
.button_w:hover {
	color: #fff;
	text-decoration: none;
}
.button_w:active {
	color: #000;
	position: relative;
	top: 1px;
}
.button_w:visited { 
	color: #fff;
}

.button_w a { 
	color: #fff;
}


.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	color: #000;
	padding: .5em 1em;
	margin: 1px;
	line-height: 20px;
		border: solid 1px #000;
    //    width:60%;
	font-size : 1.1em;
				
}
.button:hover {
	color: #ddd;
	text-decoration: none;
}
.button:active {
	color: #000;
	position: relative;
	top: 1px;
}
.button:visited { 
	color: #000;
}

.button a { 
	color: #000;
}


/*  GLOBAL OBJECTS ============================================================================= */

.breaker { clear: both; }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}


/* VENDOR-SPECIFIC ============================================================================= */

html { 
-webkit-overflow-scrolling : touch; 
-webkit-tap-highlight-color : rgb(52,158,219); 
-webkit-text-size-adjust : 100%; 
-ms-text-size-adjust : 100%; }

.clearfix { 
zoom : 1; }

::-webkit-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::-moz-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
-webkit-appearance : button; }

::-webkit-input-placeholder {
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
-webkit-box-sizing : content-box;
-moz-box-sizing : content-box; }

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0; }

p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens : auto;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : auto; } 


/*TJ*/
/* #logo img {max-width:100%; height:auto;}
*/
span.Tel {
	 padding-left: 4px; 
	 padding-right: 4px; 
  border: 1px solid #cccccc;
  border-radius: 15px 50px 30px;
  font-size: 2vmin;
}
span.Tel:before             { font-size: 2vmin;
 content: "\260E"; }
 
 span.Tel2 {
	 padding-left: 4px; 
	 padding-right: 4px; 
  border: 1px solid #cccccc;
  border-radius: 15px 50px 30px;
 }
