/* @less partials */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* @group GN Additions */
/* @end */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
/* @group Greys */
/* @end */
/* @group Variables */
/* @end */
/* Table of Contents
   - - - - - - - - -
   1.	Breadcrumbs
   2.	Side drawer content for Lazy & thumbs display
   - - - - - - - - -
 */
.lazyandbleedwrap .pe-7s-close {
  font-size: 2em;
}
.lazyandbleedwrap .projecttools {
  padding-top: 3rem;
  text-align: left;
}
/* @group 1. Breadcrumbs */
.copyWrap {
  max-width: 100%;
  height: 95%;
  padding: 1rem 2rem 2rem;
}
.copyWrap .breadcrumb {
  background-color: transparent;
  margin-bottom: .5rem;
  margin-top: 3rem;
}
.copyWrap h2,
.copyWrap h3,
.copyWrap h4,
.copyWrap h5 {
  font-size: 0.9em;
  margin-bottom: 0.4rem;
  margin-top: 1.5rem;
}
.copyWrap blockquote {
  margin-top: 2rem;
  font-size: 1.1em;
  padding-left: 1rem;
}
.copyWrap ul {
  padding-left: 0px;
}
.copyWrap ul li {
  margin-left: 1rem;
  margin-bottom: 0.4rem;
}
.copyWrap .label {
  background-color: #111111;
  padding: 2px 8px;
  font-size: 11px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
/* Smartphones (portrait and landscape) ————— */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .st-menu {
    width: 90%!important;
  }
  .lazyandbleedwrap .projecttools {
    padding-top: 3rem;
  }
}
/* @end */
.projectdetails {
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-size: 0.85em!important;
}
.projectdetails table {
  font-weight: 400;
  margin-top: 1rem;
}
.projectdetails .table > tbody > tr > td,
.projectdetails .table > tbody > tr > th,
.projectdetails .table > tfoot > tr > td,
.projectdetails .table > tfoot > tr > th,
.projectdetails .table > thead > tr > td,
.projectdetails .table > thead > tr > th {
  border-top: none!important;
}
.projectdetails .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}
.gallery-pagination-controls {
  z-index: 9;
  position: fixed;
  left: 0px;
  top: 50px;
  font-size: 50px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 6px;
  padding-right: 6px;
  background: rgba(0, 0, 0, 0.2);
}
.gallery-pagination-controls a {
  color: white;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
  text-decoration: none!important;
  transition: all 0.1s linear;
}
.gallery-pagination-controls a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.gallery-pagination-controls a:active {
  text-decoration: none!important;
}
.gallery-pagination-controls a.disabled {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  pointer-events: none;
  cursor: default;
}
.gallery-pagination-controls.dark a,
.fullScreen.dark a {
  color: #111111 !important;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .gallery-pagination-controls {
    top: 50px;
    font-size: 40px;
    padding: 9px 7px;
  }
}
.playstop {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 180px;
  height: 90px;
  background: rgba(0, 0, 0, 0.4);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  z-index: 99;
  line-height: 80px;
  text-align: center;
  transition: all 0.4s linear;
  padding-top: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.playstop a {
  color: white!important;
  padding-left: 10px;
  padding-right: 5px;
  font-size: 4.2em;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  display: inline-block;
  margin-top: 2px;
}
.playstop a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.playstop:hover {
  display: block!important;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
/* @end */
/* @group Swipebox */
#swipebox-overlay,
#swipebox-bottom-bar,
#swipebox-top-bar,
#window-resizer-tooltip {
  background: white!important;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px #fff;
  background: #fff;
  opacity: 1;
}
#swipebox-overlay {
  z-index: 99999999999!important;
}
#swipebox-title {
  color: #111111 !important;
  text-shadow: 4px 4px 2px rgba(150, 150, 150, 0) !important;
  font-size: 0.8em;
}
#swipebox-close,
#swipebox-next,
#swipebox-prev {
  background-image: url(images/thin_swipebox_icons.png) !important;
}
/* @end */
/*# sourceMappingURL=Projects.css.map */