@import url("//fonts.googleapis.com/css?family=Roboto:400,700,400italic,700italic|Roboto+Condensed:300italic,400italic,700italic,400,700,300");
/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/
/* Table of Content
==================================================
	#Less
	#Typography
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */
/* #Less
================================================== */
.orange {
  color: #e38c3d;
}
.teal {
  color: #9bb9ad;
}
.navy {
  color: #253976;
}
.cream {
  color: #efe8da;
}
.black {
  color: #000;
}
.roboto {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}
.roboto-condensed {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
}
/* #Typography
================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
}
h2 {
  font-size: 43px;
  color: #e38c3d;
  text-transform: uppercase;
  font-weight: 700;
}
/* #Site Styles
================================================== */
a,
a:visited,
a:focus,
a:active {
  color: #e38c3d;
  text-decoration: none;
}
a:hover {
  color: #9bb9ad;
}
body {
  color: #000;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 14px;
  background: #efe8da url(../images/jye-header-bg.png) 0 0 repeat-x;
}
.header {
  height: 240px;
  background: url(../images/jye-header-bg.png) 0 0 repeat-x;
}
.header .logo {
  background: url(../images/jye-header.jpg) 0 0 no-repeat;
  height: 100%;
  width: 710px!important;
}
.header .logo a {
  display: block;
  height: 100%;
}
.header .logo h1,
.header .logo h5 {
  text-indent: -9999px;
}
.header .museum-logo {
  background: url(../images/bernard-museum-logo.png) no-repeat;
  height: 100%;
  text-indent: -9999px;
}
.header .museum-logo a {
  display: block;
  height: 100%;
}
.main-nav ul {
  margin: 0;
  text-align: center;
  margin-left: 25px;
  z-index: 9999;
}
.main-nav ul li {
  float: left;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 10px 13px 18px 0;
  font-size: 21px;
  display: inline;
}
.main-nav ul li:before {
  content: '/';
  color: #efe8da;
}
.main-nav ul li.first a {
  padding-left: 0;
}
.main-nav ul li.first:before {
  content: '';
}
.main-nav ul li a {
  color: #efe8da;
  text-decoration: none;
  padding-left: 13px;
  display: inline-block;
}
.main-nav ul li a:hover {
  color: #9bb9ad;
}
.main-nav ul li.current_page_item > a {
  color: #9bb9ad;
}
.main-nav ul li.current_page_item > a:hover {
  color: #253976;
}
/*drop-down*/
/*Initialize*/
ul.sub-menu li {
  list-style-type: none;
  display: inline-block;
  z-index: 9999;
  padding: 5px;
  width: 150px;
  text-align: left;
}
ul.sub-menu {
  background: #000;
  padding: 15px 0;
}
/*Link Appearance*/
ul.sub-menu li a {
  text-decoration: none;
  display: inline-block;
  text-align: left;
  font-size: 16px;
  color: #efe8da;
}
ul.sub-menu li a:hover {
  color: #e38c3d;
}
ul.sub-menu li:before {
  content: "";
}
/*Make the parent of sub-menu relative*/
ul.menu li {
  position: relative;
}
/*sub menu*/
ul.menu li ul.sub-menu {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
}
ul.menu li:hover ul.sub-menu {
  display: block;
}
/*end menu hover*/
li.page_item a:hover,
li.menu-item a:hover {
  background: none;
}
#content {
  margin-top: 10px;
}
footer {
  text-align: center;
  margin-top: 80px;
}
footer .facebook {
  margin-left: 25px;
}
footer .small {
  font-size: 12px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}
.button {
  background: #9bb9ad;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #000;
  text-transform: uppercase;
  padding: 5px 18px;
  border: none;
  border-radius: 0;
  text-shadow: none;
  font-size: 14px;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
}
a.button:hover {
  background: #253976;
  border: 0;
  color: #efe8da;
}
h2.entry-title {
  margin-bottom: 20px;
  padding-top: 23px;
}
/* #Page Styles
================================================== */
.home-intro {
  height: 100%;
  background: #9bb9ad;
  width: 250px!important;
  padding: 15px;
  font-size: 18px;
  line-height: 32px;
  color: #efe8da;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  float: none;
  display: inline-block;
  height: 430px;
}
.home-intro a {
  color: #253976;
}
.home-intro a:hover {
  color: #e38c3d;
}
.slider-pro {
  float: right;
}
.home-slider {
  float: right;
  width: 650px!important;
}
.circle .slide-arrows a {
  background: #253976;
  border-radius: 25px;
}
.mixed-slider .slide-arrows a.previous {
  left: -375px;
}
.mixed-slider .slide-arrows a.previous:before {
  content: '\f104';
  font-family: 'FontAwesome';
  color: #efe8da;
  font-size: 32px;
  padding: 9px 8px 9px 12px;
  display: block;
}
.mixed-slider .slide-arrows a.next:before {
  content: '\f105';
  font-family: 'FontAwesome';
  color: #efe8da;
  font-size: 32px;
  padding: 9px 8px 9px 15px;
  display: block;
}
.advanced-slider .layer.black {
  padding: 20px;
}
.advanced-slider h3 {
  font-size: 40px;
  color: #efe8da;
  font-weight: normal;
  line-height: 44px;
}
.advanced-slider .layer a {
  float: right;
  display: block;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  vertical-align: middle;
  padding-top: 20px;
}
/*Category Archives*/
body.category .menu-item-38 > a,
body.single-post .menu-item-38 > a {
  color: #9bb9ad;
}
body.category .menu-item-38 > a:hover,
body.single-post .menu-item-38 > a:hover {
  color: #253976;
}
.poster-thumb {
  overflow: hidden;
  position: relative;
  margin-top: 20px;
  height: 390px;
}
.thumb-small {
  height: 240px;
}
.caption a {
  background-color: rgba(0, 0, 0, 0);
  bottom: 0;
  color: #efe8da;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 56px;
  opacity: 0;
  padding: 10px 30px 10px 10px;
  position: absolute;
  text-align: left;
  text-decoration: none;
  top: 0;
  transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  padding: 20px 0 0 20px;
}
.thumb-small .caption a {
  font-size: 22px;
  line-height: 28px;
  padding-right: 10px;
}
.poster-thumb:hover > .caption a {
  background-color: rgba(0, 0, 0, 0.55);
  opacity: 1;
  height: 100%;
}
.caption .fa {
  background: #e38c3d;
  border-radius: 25px;
  padding: 15px;
  margin-left: 100px;
  font-size: 20px;
}
.thumb-small .caption .fa {
  font-size: 18px;
  padding: 10px;
  margin-left: 80px;
  margin-top: 10px;
}
.caption .button {
  background: #9bb9ad;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #000;
  text-transform: uppercase;
  padding: 5px 70px;
  border: none;
  border-radius: 0;
  text-shadow: none;
  font-size: 20px;
  margin: 0 auto;
  margin-top: 10px;
}
.thumb-small .caption .button {
  font-size: 14px;
  padding: 5px 50px;
}
.caption .highlights {
  padding: 5px 55px;
}
/*Detail Page*/
.next-prev-links {
  font-size: 26px;
}
.entry-content h3 {
  color: #253976;
}
.main-image {
  overflow: hidden;
  position: relative;
}
.main-image .fa {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.main-image .fa {
  background: #253976;
  border-radius: 20px;
  color: #efe8da;
  padding: 10px;
  transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
}
.main-image:hover .fa {
  background: #9bb9ad;
}
#content blockquote {
  box-shadow: none;
  border: none;
  background: none;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #253976;
  text-align: center;
}
#content blockquote p {
  font-size: 22px;
  line-height: 32px;
}
#content blockquote:before {
  color: #253976;
  content: "";
}
/*thumb margins*/
.post-177,
.post-157,
.post-147,
.post-137,
.post-94,
.post-85,
.post-74,
.post-195,
.post-187,
.post-120,
.post-110 {
  margin-left: 0 !important;
}
.post-162,
.post-150,
.post-139,
.post-87,
.post-77,
.post-59,
.post-189,
.post-114,
.post-96 {
  margin-right: 0!important;
}
/*poster download page*/
.page-id-14 .container .three.columns {
  width: 150px;
}
.poster-dl {
  margin-right: 70px!important;
}
.add-bottom {
  margin-bottom: 50px!important;
}
/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */
/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/