@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700);

body {
	margin: 0;
	padding: 0;
	font-family: 'Ubuntu', sans-serif;
	padding-bottom: 300px;
    min-width: 1200px;
}

#wrapper {
	margin: 0 auto;
	width: 1100px;
	height: 1200px;
	background: url(images/bg.png) no-repeat;
}

.nav {
	margin-left: 276px;
	background: #cb8200;
	width: 824px;
	height: 110px;
}

.nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.nav ul li {
	float: left;
	height: 110px;
	width: 110px;
	border-right: 2px solid #fff;
	background: #cb8200;
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
	position: relative;
}

.nav ul li a {
	float: left;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	display: inline-block;
	height: 90px;
	width: 90px;
}

.nav ul li a p {
	position: absolute;
	bottom: -2px;
	margin-right: 7px;
}

.nav ul li a:hover, .nav ul li a.active {
	background: #f39a00;
} 

.nav-logo a {
	background: url(images/logo.png) no-repeat 7px 7px;
}

.nav-logo a:hover {
	background: url(images/logo.png) no-repeat 7px 7px #f39a00 !important;
}

.content {
	width: 824px;
	margin-left: 276px;
}

#accordion {
	margin-bottom: 100px;
}

#accordion h3 {
	background: #cb8200;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 3px !important;
}

#accordion div {
	/*overflow: hidden;*/
	color: #674d3a;
}

#accordion div p {
	line-height: 22px;
	text-align: justify;
}

#accordion div p a {
	line-height: 22px;
	color: #674d3a;
}

#accordion div p a:hover {
	color: #cb8200;
}

#accordion .ui-accordion-header {
    margin:0;
}

.grid {
	width: 855px;
	margin-left: 276px;
	margin-top: 2px;
}

.grid img {
	float: left;
	margin: 0 2px 2px 0;
}

ul.img-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.img-list li {
	display: block;
	height: 227px;
	margin: 0 2px 2px 0;
	position: relative;
	width: 204px;
	float: left;
}

span.text-content {
	background: rgba(0,0,0,0.7);
	color: white;
	cursor: pointer;
	display: table;
	height: 227px;
	left: 0;
	position: absolute;
	top: 0;
	width: 204px;
	opacity: 0;
	font-weight: bold;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}

ul.img-list li:hover span.text-content {
	  opacity: 1;
}

span.text-content span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.bold {
	font-weight: bold;
}

/*############ SLIDER ############*/

.flexslider {
	overflow: hidden;
	max-height: 685px;	
	margin: 2px 0 0 276px !important;
}

/*############ CLEARFIX ############*/

.clearfix:after,.clearfix:before {
	content:" ";
	display:table
}

.clearfix:after {
	clear:both
}

.clearfix{
	*zoom:1
}