@font-face {
    font-family: 'colaborate-thin';
    src: url('../font/colabthi-webfont.eot');
    src: url('../font/colabthi-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/colabthi-webfont.woff') format('woff'),
         url('../font/colabthi-webfont.ttf') format('truetype'),
         url('../font/colabthi-webfont.svg#colaborate-thin') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
==========================================================================
Base
==========================================================================
*/
   
html,body {
	background-image: url('../images/bgVineyard.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center; 
	background-size: cover;
	text-align: left;
	font-size: 20px;
	font-family: colaborate-thin, 'League Gothic', 'Roboto Condensed', 'Yanone Kaffeesatz', 'Helvetica Neue', helvetica;
	height: 100%;
	color: #fff;
}
   
body div.wrapper {
	width: 1060px;
	height: 100%;
	margin: auto;
	padding-top: 20px;
}

ul {
	list-style-type:circle;
}

h1, h2, h3 {
	font-family: 'Roboto Condensed', colaborate-thin;
}

h1 {
	font-size: 30px;
	line-height: 42px;
	border-bottom: 1px solid #000;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}

h2{
	padding-left: 5px;
	font-size: 22px;
	line-height: 28px;
	background-color: rgba(204,211,0,0.2);
	border-bottom: 1px solid #aaa;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}

h3{
	padding-left: 5px;
	font-size: 20px;
	line-height: 20px;
}

/*
==========================================================================
Header Top
==========================================================================
*/

header.top {  
	padding-top: 15px;
	height: 90px;
}
   
header.top img,nav {
	float: left;
}

header.top nav {
	height: 100%;
}

header.top nav  * {
	font-size: 28px;
}

header.top nav  ul {
	margin: 0;
	padding: 0;
	height: 90px;
	padding-left: 10px;
}

header.top nav  ul li { 
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 66px;
	margin-left: 5px;
	border-bottom: 1px solid transparent;
}

header.top nav  ul li a { 
	position: relative;
	top: 45px;
	color: #fff;
}

header.top nav ul li:hover {
	border-bottom: 1px solid #ccd300;
}

header.top nav  ul li a:hover {
	top: 40px;
	text-decoration: none;
	color: #ccd300;
}

header.top nav  ul li.active {
	border-bottom: 1px solid #ccd300;
}

header.top nav  ul li.active a {
	top: 40px;
	text-decoration: none;
	color: #ccd300;
}

/*
==========================================================================
Language Navigation
==========================================================================
*/

div.span1 {
	margin-left: 0 !important;
}

div.languageNav {
	float:left;
	margin: 0;
	margin-top: 110px;
	margin-left: 0;
	padding: 0 5px;
	height: 25px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

div.languageNav .inactive {
	opacity: 0.3;
}

/*
==========================================================================
Content
==========================================================================
*/

div.wrapper div.border {
	width: 0px; /* expands to 865px with jQuery */
	margin-left: 80px;
	border-left: 8px solid #ccd300;
	border-right: 3px solid #ccd300;
	color: #000;
	/*-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 0px 30px rgba(0, 0, 0, 1);
	box-shadow:         0px 0px 30px rgba(0, 0, 0, 1);*/
}

div.wrapper div#content {
	width: 845px;
	margin: 3px;
	padding: 5px 5px 15px 10px;
/*	background-image: url('../images/bg.png'); */
	background-color: rgba(255,255,255,0.9);
	color: #000;
}

div.wrapper div#content img.indexImage {
	height: 300px;
	display: block;
	margin: auto;
}

div.wrapper div#content cite.mainCite {
	text-align: center;
	display: block;
	padding: 10px;
	line-height: 30px;
	font-size: 26px;
	font-weight: bold;
}

div.wrapper div#content cite.mainCite .icon-quote-left, div.wrapper div#content cite.mainCite .icon-quote-right {
	font-size: 16px;
}

div.wrapper div#content section.testimonial cite.normalCite {
	display: block;
	padding: 5px;
	border: 1px solid #d3d3d3;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(180, 180, 180, 0.2);
	-moz-box-shadow: 1px 1px 2px 0px rgba(180, 180, 180, 0.2);
	box-shadow: 1px 1px 2px 0px rgba(180, 180, 180, 0.2);
	background-color: rgba(255,255,255,0.8);
}

div.wrapper div#content  section.testimonial cite.normalCite:after {
	content: '';
	width: 22px;
	height: 22px;
	position: absolute;
	bottom: -22px;
	left: 30px;
	background: url(../images/testimonials.png) no-repeat;
}

div.wrapper div#content  section.testimonial footer.info {
	margin-left: 45px;
}

div.wrapper div#content footer.info {
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 10px;
}

div.wrapper div#content footer.info-fees {
	font-size: 16px;
	font-weight: normal;
	margin-left: 15px;
}

div.wrapper div#content section {
	margin: 20px 0;
}

div.wrapper div#content section article div.articleContent {
	padding-left: 10px;
}

div.wrapper div#content section article img {
	display: block;
	margin: auto;
	border: 1px solid #aaa;
	height: 322px;
}

div.wrapper div#content div.navbar div.navbar-inner ul.nav li.active a {
	color: #000;
	background-color: rgba(204,211,0,0.5);
}

div.wrapper div#content section article div.map-canvas {
	float: left;
}

/*
==========================================================================
Footer
==========================================================================
*/

footer.main {
	width: 845px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 10px;
	padding: 5px 5px 5px 10px;
/*	background-image: url('../images/bg.png'); */
	background-color: rgba(255,255,255,0.9);
	color: #000;
	font-size: 16px;
	text-align: center;
}

footer .footerSection {
	margin: 0 5px;
}

footer .footerWebdesign {
	margin-left: 70px;
}