/*
 * @file
 * global.styles
 */

.js .front #columns {
  opacity: 0;
}

.js .front #loadspinner {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
}

html {
  background: #fff;
}


body {
  font-family: 'EB Garamond', serif; /* Google font */
  font-size: 16px;
  font-size: 93.75%;
  color: #333;
  overflow-x: hidden;
}

#main-content {
  margin-left: 0;
  margin-right: 0;
}

/* Rama logo */

#site-name {
  margin: 40px auto;
  width: 179px;
}

#site-name a {
  width: 179px;
  height: 31px;
  background: url('/sites/all/themes/rama/images/logo-rama-lee-black.png') no-repeat;
  display: block;
  text-indent: -99999px;
  background-size: 179px 31px; 
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (min-resolution: 120dpi) {
  #site-name a {
    background: url('/sites/all/themes/rama/images/logo-rama-lee-black@2x.png') no-repeat;
    background-size: 179px 31px; 
  } 
}

#slideshow {
  position: relative;
}

/* Field notes */

.field-name-field-notes {
  text-align: center;
}


/* Next / Prev  */

.flex-direction-nav {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  margin-top: -15px;
}

.flex-direction-nav li {
  display: inline;
  list-style: none;
}

.flex-direction-nav li a {
  position: absolute;
  background: rgba(235,235,235,0);
	-webkit-transition: background 0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
  border-radius: 15px;
}

#slideshow:hover .flex-direction-nav li a {
  background: rgba(200,200,200,.3);
}

#slideshow:hover .flex-direction-nav li a:hover {
  background: rgba(35,33,33,1);
}

.flex-direction-nav li a.flex-prev {
  left: 5px;
}

.flex-direction-nav li a.flex-next {
  right: 5px;
}

.flex-direction-nav li a span {
  text-indent: -99999px;
  display: block;
  height: 30px;
  width: 30px;
}

.flex-direction-nav li a.flex-prev span {
  background: url('/sites/all/themes/rama/images/arrow-left.png') no-repeat;
  background-size: auto 10px;
  background-position: 45% center
}

.flex-direction-nav li a.flex-next span {
  background: url('/sites/all/themes/rama/images/arrow-right.png') no-repeat;
  background-size: auto 10px;
  background-position: center center;
}

/* Slideshow */
#slideshow .wrapper {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

/* Thumbnails */

#thumbs {
  margin-top: 20px;
}

#thumbs .wrapper {
  text-align: center;
}

#thumbs .views-row {
  display: inline-block;
  margin: 10px;
}

#thumbs img {
  width: 220px;
  height: 144px;
  box-shadow: 0px 0px 1px #ccc;
  opacity: 1;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	cursor: pointer;
}

#thumbs img:hover {
  box-shadow: 0px 0px 1px #000;
}

#thumbs img.flex-active {
  opacity: 0.15;
  box-shadow: 0px 0px 6px #666;
}

/* About */

#about {
  width: 50%;
  margin: 100px auto 20px auto;
  text-align: center;
}

#about p:last-child {
margin-top: 100px;
}

#about a {
  color: #333;
  text-decoration: none;
}

/* Hide panel edit gear */

#block-system-main > div > .contextual-links-wrapper {
  display: none;
}
