/* --------------------- Header --------------------- */
#header .logo {
	display: block;
  	max-width: 100%;
  	height: auto;
}
#header [class*="col-"] {
	padding: 10px;
}
/* --------------------- Main --------------------- */
.page {
  position: relative;
  /*z-index: 90;*/
  background: #e8e8e9 url(../images/page-bg.jpg);
  padding: 25px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .2);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .2);
}

/* --------------------- Footer --------------------- */
#footer {
	background: #000 url(../images/footer-bg.jpg) no-repeat;
}
.footer-top {
	margin: 0;
	padding: 10px;
}
.footer-top .col-logo {
	padding: 10px;
	border-right: 1px solid #ccc;
}
.footer-top .col-nav {
	padding: 40px 25px;
}
.footer-top .footer-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footer-top .footer-nav ul>li {
	float: left;
	border-left: 1px solid #ccc;
	padding: 0 15px;
}
.footer-top .footer-nav ul>li:first-child {
	border-left: none;
}
.footer-top .footer-nav ul>li a {
	color: #fff;
}
.footer-top .footer-nav ul>li a:hover {
	color: #cb7700;
	text-decoration: none;
}
.footer-bottom {
	margin: 0;
	padding: 5px;
	border-top: 1px solid #ccc;
	color: #ccc;
}
.footer-bottom p {
 	margin-bottom: 0;
}
.footer-bottom .copyright {
	line-height: 1.8em;
	font-size: .8em;
}

/* --------------------- Navigation --------------------- */
#nav-tab {
	position: relative;
}
#nav-tab:before,
#nav-tab:after {
  display: table;
  content: '';
  line-height: 0;
}
#nav-tab:after {
  clear: both;
}
#nav-tab .inner {
	position: relative;
	float: left;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .2);
}
#nav-tab ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#nav-tab ul>li {
  float: left;
}
#nav-tab ul>li:first-child a {
	z-index: 9;
}
#nav-tab ul>li:first-child+li a{
	z-index: 8;
}
#nav-tab ul>li:first-child+li+li a{
	z-index: 7;
}
#nav-tab ul>li a {
	position: relative;
	display: block;
	padding: 10px 20px;
	font-size: 1.2em;
	font-weight: bold;
	color: #5a3600;
	background: #e8e8e9 url(../images/page-bg2.jpg);
	text-align: center;
	-webkit-box-shadow: 1px -2px 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 1px -2px 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 1px -2px 1px 1px rgba(0, 0, 0, .2);
}
#nav-tab ul>li a:hover {
	text-decoration: none;
}
#nav-tab ul>li.active a{
	background: url(../images/page-bg.jpg);
	z-index: 99 !important;	
}

#mainnav {
  position: relative;
  margin-left: -31px;
  margin-bottom: 10px;
  background: url(../images/menu-bg.png) no-repeat top center;
  width: 1052px;
  height: 50px;
}
#mainnav:before,
#mainnav:after {
  display: table;
  content: '';
  line-height: 0;
}
#mainnav:after {
  clear: both;
}
#mainnav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#mainnav ul>li {
	float: left;
	text-align: center;
	width: 16.6%;
}
#mainnav ul>li>a {
	display: block;
	padding: 10px;
	font-size: 1.1em;
	font-weight: bold;
	border-left: #f5f5f5 1px solid;
	border-right: #e5e5e5 1px solid;
}
#mainnav ul>li:first-child>a{
  border-left: 0;
}
#mainnav ul>li:last-child>a {
  border-right: 0;
}
#mainnav ul>li a {
  color: #777777;
}
#mainnav ul>li a:hover {
  text-decoration: none;
}
#mainnav ul>li.active a {
  color: #000;
}
#mainnav ul>li a:hover {
  color: #000;
}

#mobilenav {
	display: none;
}

/* --------------------- Slideshow --------------------- */
#slideshow {
  position: relative;
  margin-bottom: 15px;
}
#slideshow .item img{
    display: block;
    width: 100%;
    height: auto;
}

#slider1 .owl-controls{
	position: absolute;
	bottom: 0;
	right: 10px;
}
.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 5px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #965a02;
}

/* --------------------- List Slider --------------------- */
#listSlider1 .item{
  margin: 5px;
}
#listSlider1 .item img{
  display: block;
  width: 100%;
  height: auto;
}
#listSlider1 .owl-controls{
	position: absolute;
	top: -35px;
	right: 10px;
}

/* --------------------- Box --------------------- */
.box {
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
}
.box h3 {
  padding: 0;
  margin: 0 0 5px 0;
}
.box h4 {
	border-bottom: 1px solid #ccc;
	text-align: justify;
}
.box .content {
  padding: 0 10px 10px;
}


/* schedule */
.box-schedule .box .content table {
	width: 100%;
	margin-bottom: 5px;
}
.box-schedule .box .content table td {
 	border: none;
 	width: 50%;
 	font-weight: bold;
}
.box-schedule .box {
	padding-bottom: 0;
}
.box-schedule .box div[class*="col-"] {
	padding: 0;
}
.box-schedule .box .btn-schedule {
	background: #707070;
	border: 1px solid #909090;
	padding: 7px;
	width: 100%;
	text-align: center;
	color: #fff;
}
.box-schedule .box .btn-schedule:hover {
	background: #606060;
}

/* --------------------- Widgets --------------------- */
.news-highlighted .photo {

}
.news-highlighted h3 {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.news-highlighted .photo img {
	display: block;
	max-width: 100%;
	height: auto;
}
.news-highlighted .content{
  padding: 0 10px;
}

.news-list h3 {
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.news-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.news-list ul>li {
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #ccc;
  font-size: .85em;
  color: #965a02;
}
.news-list ul>li:before,
.news-list ul>li:after {
  display: table;
  content: '';
  line-height: 0;
}
.news-list ul>li:after {
  clear: both;
}
.news-list ul>li .photo {
  float: left;
  width: 80px;
  margin-right: 5px;
}
.news-list ul>li img {
	display: block;
	max-width: 100%;
	height: auto;
}
.news-list ul>li p {
  padding: 0;
  margin: 0;
}
.news-list a {
  color: #995a00;
}

.exhibitions .col {
  padding: 5px;
}
.exhibitions .photo {
	text-align: center;
}
.exhibitions .photo img {
	display: block;
	max-width: 100%;
	height: auto;
}
.exhibitions h3 {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.exhibitions h4 {
  margin-bottom: 5px;
}
.archives {
	min-height: 290px;
}
.archives h3 {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.archives .content {
  position: relative;
}



/* -------------------------- Form ---------------------------- */
.searchform {
	position: relative;
	padding: 5px 0;
}

.fieldHolder
{
	width: 170px;
	height: 30px;
	background: rgba(254,254,254,1);
	background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(238,233,223,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(100%, rgba(238,233,223,1)));
	background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(238,233,223,1) 100%);
	background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(238,233,223,1) 100%);
	background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(238,233,223,1) 100%);
	background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(238,233,223,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#eee9df', GradientType=0 );

	border: 2px solid #ddd; 
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px; 
    border-radius: 30px; 
}

.searchbox {
	width: 155px;
	height: 20px;
	background: none;
	border: none;
	color: #000000;
	margin-top: 3px;
	margin-left: 10px;
	padding-right: 25px;
	outline: none;
}

.searchbtn {
    height: 12px;
    position: absolute;
    right: 15px;
    top: 7px;
    width: 14px;
}


/* ------------------------ social -------------------------- */
.social {
	display: block;
	padding: 5px 0;
}
.social li {
	list-style: none;
	/*display: inline-block;*/
	float:	left;
	padding-left: 2px;
}
.social li a {
	display: block;

}

/* ------------------ combobox language------------------- */
.right-box {
	position: absolute;
	right: 5px;
	z-index: 100;
	text-align: right;
}

.right-box > ul {
	list-style: none;
}

.language ul {
	padding-left: 30px;
}
.language li {
	display: inline-block;
	list-style: none;
}

#country-select {
	position: relative;
	top: 5px;
	right: 0;
	width: 60px;
}

/* rought form styles for when JS is disabled */
dl {
	margin: 0;
}
#country-select form {
	padding: 0;
}

#country-select select,
#country-select input {
	display: inline;
	padding: 0;
	margin: 0;
	}
	
/* JS-created definition list */
.dropdown {
	/*width: 60px;*/
}
.dropdown dd { position: relative; }

.dropdown a {
	text-decoration: none;
	outline: 0;
	font: 12px Arial, Helvetica, sans-serif;
	display: block;
	width: 60px;
	overflow: hidden;
}

.dropdown dt a {
	background: rgba(254,254,254,1);
	background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(238,233,223,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(100%, rgba(238,233,223,1)));
	background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(238,233,223,1) 100%);
	background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(238,233,223,1) 100%);
	background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(238,233,223,1) 100%);
	background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(238,233,223,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#eee9df', GradientType=0 );

	border: 2px solid #ddd;
	padding: 3px 10px 4px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 10px;
	color: #fff;
}

.dropdown dt a.active {
	background: rgba(254,254,254,1);
	background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(238,233,223,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(100%, rgba(238,233,223,1)));
	background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(238,233,223,1) 100%);
	background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(238,233,223,1) 100%);
	background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(238,233,223,1) 100%);
	background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(238,233,223,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#eee9df', GradientType=0 );

	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: 1px dotted #676768;
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,.5);
	box-shadow: 0 3px 7px rgba(0,0,0,.5);
	color: #fff;
}


.dropdown dd ul {
	background: rgba(254,254,254,1);
	background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(238,233,223,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(100%, rgba(238,233,223,1)));
	background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(238,233,223,1) 100%);
	background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(238,233,223,1) 100%);
	background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(238,233,223,1) 100%);
	background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(238,233,223,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#eee9df', GradientType=0 );
	
	border: 2px solid #ddd;
	color: #C5C0B0;
	display: none;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	padding: 2px 0 5px 0;
	list-style: none;
	border-top: none;
	margin: 0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,.5);
	box-shadow: 0 3px 7px rgba(0,0,0,.5);

	}

.dropdown dd ul li a {
	padding: 2px 10px;
}

.dropdown dd ul li a span,
.dropdown dt a span {
	float: left;
	width: 25px;
	height: 18px;
	margin: 2px 6px 0 0;
	/*background-image: url(../images/flags/flags.png);*/
	background-repeat: no-repeat;
	cursor: pointer;
}

.dropdown dd ul li a em,
.dropdown dt a em {
	font-style: normal;
	float: left;
	width: 100px;
	cursor: pointer;
}

.dropdown dd ul li a em {
	color: #dbc3b5;
}

.dropdown dd ul li a:hover { background-color: rgba(255,255,255,.1); }
.dropdown dd ul li a:hover em { color: #fff; }
/*
.en a span { background-position: 0 0 }
.no a span { background-position: -25px 0 }
.gb a span { background-position: -50px 0 }
*/
.trigger {
	position: absolute;
	background: url(../images/arrow-down.png) no-repeat;
	width: 10px;
	height: 5px;
	top: 13px;
	right: 5px;
	cursor: pointer;
}