img{
	max-width:100%;
	float:left;
}
q.zooming{
	padding:0.5em;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT (BLOCK2)
------------------------------------------------------------------------------------ */
.black{
	background:#1a1a1a;
	border-top:1px solid #1f1f1f;
	padding:0.2em 0;
	width:100%;
	float:left;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT (BLOCK3)
------------------------------------------------------------------------------------ */
.black{
	background:#1a1a1a;
	border-top:1px solid #1f1f1f;
	padding:2em 0;
	width:100%;
	float:left;
}
.text{
	float:left;
	margin-right:3%;
	width:72%;
}
p.large{
	font-size:1.9em;
	color:#fafafa;
	text-shadow:0 1px 1px #555;
	font-family:'Abel', sans-serif;
}

a.but{
	background:#a80000;
	border:1px solid rgba(255,255,255,0.3);
	-moz-box-shadow:0 2px 6px #000;
	-webkit-box-shadow:0 2px 6px #000;
	-o-box-shadow:0 2px 6px #000;
	-ktml-box-shadow:0 2px 6px #000;
	-ms-box-shadow:0 2px 6px #000;
	box-shadow:0 2px 6px #000;
	display:block;
	padding:0.5em 0;
	text-align:center;
	color:#f0f0f0;
	text-shadow: 0 1px 2px #555;
	font-size:1.2em;
	line-height:1.5em;
	text-transform:uppercase;
	font-weight:600;
}
a.but:hover{
	background:#910101;
}
a.hidden{
	display:none;
}

.buttonplace{
	margin-top::20px;
	float:right;
	width:100%;
	max-width:250px;	
}
.leftside section, .rightside section{
	float:left;
	width:100%;/*1023.9989px*/
	margin: 0 0 40px 0;
}
.leftside section.last, .rightside section.last{
	margin-bottom:0;
}
.leftside article, .rightside article{
	overflow:hidden;
	margin-bottom:40px;
}
article.noborder{
	margin-bottom:0;
}

#map_canvas{
	width:99.96%;
	height:18em;
	min-height:100%;
	overflow:hidden;
	border:1px solid #fff;
}
ul.gallery-small{
	float:left;
	width:100%; 
	list-style:none;
}
ul.gallery-small li{
	margin:0 0 3% 0;
	width:100%;
	float:left;
}
ul.gallery-small li.end{
	margin-bottom:0;
}
ul.gallery-small figure{
    margin-right:20px;
	padding:3%;
	background:#f0f0f0;
}
ul.gallery-small p{
	overflow:hidden;
	font-size:.9em;
}

.blueberry{
	float:left;
	width:100%;
}
.slides{
	float:left;
	width:100%;
	list-style:none;
	height:219px;
}
.slides li.slide-content{
	background:#78bbfc;
}
.slides li.slide-content2{
	background:black;
}

figure{
	padding:10px;
	background:#f0f0f0;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT LEFTSIDE
------------------------------------------------------------------------------------ */
.leftside{
	float:left;
	width:30.3334%; /*rule of thirds */
	margin: 40px 3% 40px 0;
}
h3.trigger{
	padding: 0;
	margin: 0 0 10px 0;
	width: 100%;
	float: left;
} 
h3.last{
	margin:0;
}
.toggle_container{
	overflow: hidden;
	width: 100%;
	display:none;
	margin-bottom:10px;
}
h3.trigger a{
    text-shadow:1px 1px 0 rgba(255, 255, 255, 0.7);
	text-transform:uppercase;
    color:#ad0000;
	display: block;
	font-size:0.9em;
	background:#e6e6e6;
	border:1px solid #ddd;
	padding:2%;
	width:96%;
}
h3.trigger a:hover{ 
    color: #666; 
}
.lists{
	float:left;
	width:100%;
}
.lists ul{
	float:left;
	width:100%;
	list-style:none;	
}
.lists li{
	margin-bottom:20px;
}
.lists li.last{
	margin-bottom:0;
}
.lists ul a{
   text-shadow:1px 1px 0 rgba(255, 255, 255, 0.7);
	text-transform:uppercase;
    color:#565656;
	display: block;
	font-size:0.9em;
	background:#e6e6e6;
	border:1px solid #ddd;
	padding:2%;
	width:96%;
}
.lists ul a:hover{ 
    color: #666; 
}
form{
	float:left;
	width:100%;
	background:#e6e6e6;
	border:1px solid #ddd;
}
legend{
	float:left;
	width:100%;
	margin:0 0 4% 0;
	line-height:1.5em;
	color:#515151;
	text-shadow:0 1px 1px #fff;	
}
fieldset#first{
	float:left;
	width:92%;
	padding:4% 4% 0 4%;	
}
fieldset#second{
	float:left;
	width:92%;
	padding:0 0 4% 0;	
}
label{
	float:left;
	width:100%;
	margin:0 0 2% 0;
	font-size:0.9em;
}
input{
	padding:2%;
	border:1px solid #ddd;
	background:#f0f0f0;
	margin:0 0 4% 0;
	float:left;
	width:95.7%;
}
.buttonsubmit{
	background:#a80000;
	border:1px solid rgba(255,255,255,0.5);
	-moz-box-shadow:0 2px 6px #000;
	-webkit-box-shadow:0 2px 6px #000;
	-o-box-shadow:0 2px 6px #000;
	-ktml-box-shadow:0 2px 6px #000;
	-ms-box-shadow:0 2px 6px #000;
	box-shadow:0 1px 1px #555;
	padding:0.8em 1.2em;
	text-align:center;
	color:#f0f0f0;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
.buttonsubmit:hover{
	background:#910101;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT RIGHTSIDE
------------------------------------------------------------------------------------ */
.rightside{
	float:right;
	width:66.6666%; /*rule of thirds*/
	margin:40px 0;
}
#folio{
	float:left;
	width:100%;
	list-style:none;
	margin:0 0 40px 0;
}
#folio li{
	float:left;
	width:31.3333%;
	margin:0 3% 0 0;
}
#folio figure{
	width:94%;
	padding:3%;
	background:#f0f0f0;
}
#folio figure figcaption{
	float:left;
	width:100%;
	margin-top:4%;
}
#folio figure figcaption p{
	color:#515151;
	text-shadow:0 1px 1px #fff;
	line-height:1.4em;
	font-size:0.9em;
}
#folio figure figcaption a.more{
	float:right;
}
#folio li.last{
	margin-right:0;
}

.zoom{
	position:absolute;
	top:-12%;
	left:-8%;
	background:url(images/zoom.png);
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	cursor:pointer;
}

article.columns{
   -moz-column-count: 3;
   -moz-column-gap: 2.5em;
   -webkit-column-count: 3;
   -webkit-column-gap: 2.5em;
    column-count: 3;
    column-gap: 2.5em;
}

.news{
	float:left;
	width:100%;
	margin:0;	
}
.news p{
	background:#e6e6e6;
	border:1px solid #ddd;
	font-size:0.9em;
	padding:4%;
	width:92%;
	float:left;
}
.news a.readmore{
    margin-bottom:20px;
}
.news a.last{
	margin-bottom:0;
}


table{
     width: 99.6%;
	 background:#e6e6e6;
}
/* TABLE */
tr:nth-of-type(odd){
	background:#e6e6e6;
}
th{
    background: #a80000;
    color: #f0f0f0;
    font-size:1.4em;
	border:1px solid #910101;
    text-align: left;
    padding: 0.5em;
	width:33.3333%;
}
td{
    padding: 1em;
	border:1px solid #ddd;
    text-align: left;
}
tr#heading h4{
    margin-bottom:0;
}
.dollar{
	vertical-align:top;
	font-size:1.8em;
	margin-right:0.2em;
    font-family:'Abel', sans-serif;
	color:#515151;
	text-shadow:0 1px 1px #fff;	
}
.digit{
	font-size:5em;
    font-family:'Abel', sans-serif;
	color:#515151;
	text-shadow:0 1px 1px #fff;	
}
.slash{
	font-size:1.4em;
    font-family:'Abel', sans-serif;
	color:#515151;
	text-shadow:0 1px 1px #fff;	
}
tr.texting p{
    font-size:0.85em;
	color:#515151;	
}