/* 
Theme Name: Saint Lukes
Description: Semantic, SEO Optimised, Custom Wordpress Theme for Saint Lukes
Author: #
Author URI: #
Version: 11.0
*/ 

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,600,600italic,700,800,700italic,300);

/* Reset */
a, abbr, acronym, address, area, b, bdo, big, blockquote, body, button, caption, cite,
code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4,
h5, h6, hr, html, i, images, ins, kbd, label, legend, li, map, object, ol, p, param, pre,
q, samp, small, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead,
tr, tt, ul, var {margin:0;padding:0;vertical-align:baseline}

/* Defaults */
*{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
:focus {outline:0}
a, a:visited {color:#005983; text-decoration: none; -webkit-transition: all 0.25s; -moz-transition: all 0.25s; -o-transition:all 0.25s; transition: all 0.25s;}
a:hover {color:#000;}
abbr, acronym, dfn {border-bottom:1px dotted;cursor:help}
blockquote {background:#EEE;border-left:2px solid #CCC;margin:0 0 1em}
blockquote p {margin:.5em}
body {background:#FFF;color:#040000;font:14px/1.714285714 'Open Sans', Sans-Serif,helvetica;}
code, pre {font-size:1em}
del {text-decoration:line-through}
dfn {font-style:italic;font-weight:bold}
dt {font-weight:bold}
dd {margin:0 0 1em 10px}
fieldset {border:0}
fieldset p {margin:0 0 5px}
img {border:0;vertical-align:bottom;max-width: 100%;height:auto;-webkit-transition:0.15s all ease-in-out;-moz-transition:0.15s all ease-in-out;-o-transition:0.15s all ease-in-out;transition: 0.15s all ease-in-out;}
a:hover img {opacity: 0.85;}
ins {text-decoration:none}
hr {margin:0 0 0.5em}
p {line-height: 1.7857142857;margin:0 0 22px}
ul, ol {list-style:none;margin:0 0 1em}
textarea {font:1em Arial;overflow:auto}
tt {display:block;margin:0.5em 0;padding: 0.5em 1em}
th {background:#EEE;border:solid #CCC;border-width:1px 0 0 1px;padding:3px}
td {border:solid #CCC;border-width:1px 0 0 1px;padding:3px}
table {border:solid #CCC;border-width:0 1px 1px 0}
strong {font-weight: bold;}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 400;
  margin: 20px 0 5px;
  font-family: 'Open Sans', Helvetica, Sans-Serif;
}

h1, .h1 {
  font-size: 30px;
  line-height: normal;
}

h2, .h2 {
  font-size: 30px;
  line-height: 36px;
}

h3, .h3 {
  font-size: 24px;
  line-height: 30px;
}

h4, .h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

h5, .h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

h6, .h6 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}

h1.title, h2.title, h3.title, h4.title {font-weight: 400; color:#005983;}

.page-title {
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* Containers */
.container {
  width: 910px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

/* Clearfix */
.clear {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* Header */
/* ======================== */

#header {
  width: 100%
}

#header #logo {
  display: block;
  color: #09C;
  font: italic bold 2.25em/1.2em Georgia, Garamond, Serif;
  max-width: 318px;
  margin: 10px auto 30px auto;
}

#header .site-menu {
  text-align: center;
}

#header .site-menu > ul > li > a {
  letter-spacing: 1px;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 15px;
  text-decoration: none;
  padding: 0 15px 15px 15px;
}

#header .site-menu > ul > li {
  display: inline-block;
  line-height: 15px;
  position: relative;
}

#header .site-menu > ul > li:after {
  content: '';
  border-right: 1px solid #88b2c5;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 15px;
  background: #6b90a9;
}

#header .site-menu > ul > li:last-child::after {
  display: none;
}

#header .site-menu ul {
  margin-bottom: 0;
}

#header .site-menu li.menu-item-has-children {
  position: relative;
}

#header .sub-menu {
  z-index: 200;
  display: none;
  position: absolute;
  top: 30px;
  padding: 10px 0 22px 0;
  background: rgba(201, 214, 227, 0.8);
  width: 152px;
  text-align: left;
}

#header .sub-menu a {
  display: block;
  font-weight: 600;
  line-height: 12px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 15px;
  display: block;
}

#header .site-menu li:hover .sub-menu {
  display: block;
}

/* Main */
/* ======================== */

/* Content */
#content {
  overflow: hidden;
}

#content ul {list-style: none; margin: 35px 0; }
#content ul li {position: relative; margin-bottom: 5px; }
#content ul li:before {content: ''; margin: 11px 8px 0 0; vertical-align: top; display: inline-block; width: 3px; height: 3px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: #000; }

#content ol {list-style: none; margin: 0; }
#content ol strong {color: #005983; } 
#content ol li {margin-bottom: 30px; }

#content h1, 
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 ,.sidebar-with-content h3{
  color: #005983;
}.sidebar-with-content h3,.col.col-content.col-content-right h3{margin-bottom:0px;}.col-sidebar-left h3{color:#040000;margin-bottom:25px;}



/* Post */
#content .post {
  border-bottom: 1px solid #CCC;
  margin: 0 0 25px
}

#content .post .meta {
  font-style: italic
}

#content .post h1 {
  border: 0;
  margin: 0
}

#content .sticky {
  background: #f5efca
}

/* Pagination */
#content #prev-next {
  list-style: none
}

#content #prev-next #prev {
  float: left
}

#content #prev-next #next {
  float: right
}

/* Sidebar */
#sidebar {
  float: right;
  padding: 10px 0 20px;
  width: 200px
}

#sidebar ul {
  list-style: none;
  margin: 0 0 1em 18px
}

#sidebar ul ul {
  list-style: disc
}

/* Image Alignment */
img.aligncenter {display: block; margin-left: auto; margin-right: auto }
img.alignright {display: inline;margin: 0 0 10px 90px;}
img.alignleft {display: inline; margin: 0 90px 10px 0;}
.alignright {float: right }
.alignleft {float: left }

/* 2.7+ Comments */
#comments_wrap ol {list-style: none }
#comments_wrap ol li {border-bottom: 1px solid #CCC; margin: 0 0 5px }
#comments_wrap .commentmetadata {margin: 0 0 10px }
#comments_wrap .comment-author {border-bottom: 1px solid #CCC; width: 100%; overflow: hidden; padding: 0 0 3px; line-height: 32px; }
#comments_wrap .comment-author img {float: left; margin: 0 10px 0 0 }
#comments_wrap .comment-author cite {font-weight: bold }

/* Captions */
.wp-caption {background: #f3f3f3; border: 1px solid #ddd; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; margin: 10px; padding-top: 4px; text-align: center }
.wp-caption img {border: 0 none; margin: 0; padding: 0 }
.wp-caption p.wp-caption-text {font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px }

/*home-banner*/
#banner {
  margin-bottom: 12px;
}

#banner .overlay {
  background-color: rgba(255, 255, 255, 0.7);
  width: 480px;
  max-width: 100%;
  font-size: 24px;
  font-weight: 600;
  min-height: 255px;
  color: #005983;
  padding: 15px 20px;
}

.post-type-archive-tribe_events .banner-inner {
  padding-top: 25px;
  padding-bottom: 25px;
}

.home #banner {
  margin-bottom: 0;
}

#banner,
.home #banner{margin-top: 40px;margin-bottom: 63px;max-width:900px;margin-left:auto;margin-right:auto}
#banner{margin-bottom:20px}
.home .banner-inner {
  min-height: 326px;
}

.home #content {
  padding-top: 0;
}

.banner-inner {
  min-height: 375px;
  width: 100%;
  background-position: center center;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
}
.banner-inner,
.home .banner-inner{min-height:475px}
.banner-inner .banner-cell-dt {
  display: table;
  min-height: 375px;
  width: 100%;
}

.banner-inner .capt-bottom {
  position: absolute;
  left: 8px;
  bottom: 37px;
}

.banner-inner .capt-bottom h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 300;
  margin: 0;
}

.banner-inner .banner-cell {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.banner-inner .banner-cell .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
}

.banner-inner .capt-center {
  text-align: center;
  font-size: 72px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}

.banner-board-container {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
}

.banner-board {
  margin-top: 25px;
  background-color: rgba(255,255,255,0.7);
  padding: 15px 25px;
  min-height: 255px;
  max-width: 500px;
}

.banner-board h3 {
  text-transform: uppercase;
  color: #005983;
  font-weight: 700;
}

#content .banner-board ul li {
  padding-left: 22px;
  margin-bottom: 27px;
  position: relative;
  line-height: 18px;
  color: #005983;
  font-size: 24px;
  font-weight: 600;
}

.banner-board ul li:last-child {
  margin-bottom: 0;
}

.banner-board ul li:before {
  display: none !important;
}

.banner-board ul li:after {
  content: '';
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #005983;
  position: absolute;
  left: 0;
  top: 5px;
}

/* Announcement */
.announcement {
  background: #005983;
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding: 13px;
  font-style: italic;
}

.announcement p {
  margin-bottom: 0px;
}

/* Blocks */
.blocks {
  margin: 25px 0 45px 0;
}

.blocks .blocks-row {
  margin-left: -14px;
  margin-right: -14px;
}

.blocks .block {
  float: left;
  width: 25%;
  text-align: center;
  padding-left: 14px;
  padding-right: 14px;
  cursor: pointer;
}

.blocks .block img {
  max-width: 100%;
  height: auto;
}

.blocks .block h3 {
  color: #005983;
  font-weight: 600;
  font-size: 19px;
  margin-bottom: 5px;
}

.blocks .block p {
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 8px;
  font-size: 18px;
}

.blocks .thumb {
  margin-bottom: 17px;
}

.read-more {
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #005983;
  padding: 5px;
  line-height: 14px;
  font-weight: 600;
  color: #000;
  font-family: 'Open Sans', Sans-Serif,helvetica;
}

.read-more:hover {
  background: #005983;
  color: #fff;
}

/* Sidebar With Content */
.sidebar-with-content {
  margin: 0 0 50px;
}

.sidebar-with-content h3 {
  margin-bottom: 25px;
}

.sidebar-with-content h3:first-child {
  margin-top: 0;
}

.sidebar-with-content h3:last-child,
.sidebar-with-content p:last-child {
  margin-bottom: 0;
}

.sidebar-with-content .col-sidebar {
  float: left;
  width: 26.136363636%;
}

.sidebar-with-content .col-content {
  float: left;
  width: 73.863636364%;
}

.sidebar-with-content .col-content.col-content-right {
  padding-left: 17px;
}

.sidebar-with-content .col-content.col-content-left {
  padding-right: 17px;
}

/* Opening Head */
.opening-head {
  margin-bottom: 30px;
}

.opening-head h5 {
  color: #005983;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
}

.page-template-pt-admission #container .container {
  max-width: 870px;
}

.policy-detail {
  margin: 35px 0 25px 0;
}

.policy-detail h3.title {
  margin-bottom: 30px;
}

.policy-img {
  float: right;
  margin-left: 161px;
  margin-top: -65px;
}

.program-block h2.title {
  text-transform: uppercase;
}

.program-block p {
  margin-bottom: 5px;
}

.program-block p small {
  font-weight: 600;
  font-size: 14px;
}

.program-block {
  margin-bottom: 25px;
}

.schedule-program .schedule-col {
  float: left;
}

.schedule-program .schedule-col strong {
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
  line-height: 14px;
  font-weight: 800;
  font-size: 12px;
}

.schedule-program .schedule-col p {
  line-height: 18px;
}

.schedule-program .schedule-col:first-child {
  width: 250px;
}

/* Parents Boxes */
.parents-boxes {
  margin: 25px -12px 65px -12px;
}

.parents-boxes .parents-box {
  float: left;
  width: 25%;
  padding: 0 12px;
}

.parents-boxes .parents-box h4 {
  font-weight: 600;
  color: #005983;
  text-align: center;
  margin: 0 0 10px;
}

.parents-boxes .thumb img {
  width: 100%;
}

.parents-boxes h4 a:hover {
  color: #000;
}

/* Bio Table */
.bio-table {
  display: table;
  width: 600px;
}

.bio-table .bio-row {
  display: table-row;
  width: 100%;
}

.bio-table .bio-data {
  display: table-cell;
}

/* Faculty Row */
.faculty-wrap {
  margin-top: 30px;
}

.faculty-row {
  margin-bottom: 25px;
}

.faculty-row .col {
  float: left;
}

.faculty-row .col-thumb {
  width: 14.318181818%;
  min-height: 10px;
}

.faculty-row .col-thumb img {
  width: 126px;
}

.faculty-row .col-text {
  width: 80.113636364%;
  padding-left: 70px;
}

.faculty-row .col-text h6 {
  color: #000;
  margin-top: 0;
}

.faculty-row .col-text p:last-child {
  margin-bottom: 0;
}

/* Footer */
/* ======================== */

#footer {
  background: #c9d6e3;
  overflow: hidden;
  padding: 25px 0 23px;
  margin-top: 60px;
}

#footer p {
  color: #000;
  margin-bottom: 0;
  line-height: 20px;
}

#footer .footer-col {
  float: left;
  margin-bottom: 50px;
  width: 12.840909091%;
  padding-left: 10px;
}

#footer .footer-address {
  width: 36.363636364%;
  padding-top: 5px;
}

/* Footer Logo */
#footer .footer-logo {
  width: 28.977272727%;
  margin-left: -40px;
}

#footer .footer-logo img {
  width: 235px;
}

/* Footer Menu */
#footer .footer-menu {
  list-style: none;
  margin: 0;
}

#footer .footer-menu > li {
  display: block;
  line-height: 20px;
  margin-bottom: 10px;
}

#footer .footer-menu > li:last-child {
  margin-bottom: 0px;
}

#footer .footer-menu > li > a {
  font-weight: bold;
}

#footer .footer-menu li a {
  color: #000;
}

/* Footer Copyrights */
#footer .copyrights {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
}

#footer a:hover {
  color: #004e70;
}

#footer ul li a:hover {
  color: #004e70;
}

/* State */
/* ======================== */

@media (max-width: 1024px) {
}

@media (max-width: 991px) {
  .banner-inner,
  .banner-inner .banner-cell-dt {
    height: 230px;
  }

  .blocks {
    margin: 30px 0 45px 0;
  }

  #footer .footer-address {
    padding-right: 10px;
    width: 227px;
    word-wrap: break-word;
  }

  #footer .footer-address p {
    font-size: 13px;
  }

  #footer .footer-welcome {
    width: 110px;
  }

  #footer .footer-logo {
    width: 175px;
    padding-right: 15px;
  }

  #footer .footer-logo img {
    margin-left: 0;
  }

  .bio-table .bio-data {
    display: block;
  }

  .bio-table .bio-row {
    position: relative;
    display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .faculty-row .faculty-col:last-child {
    padding-left: 25px;
  }
}

/* Events Calendar */
/* ======================== */

#tribe-events-content-wrapper div.tribe-events-notices>ul, 
#tribe-events-content-wrapper div.tribe-events-notices>ul>li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#tribe-events-content-wrapper div.tribe-events-notices>ul>li:before,
#tribe-events-header .tribe-events-sub-nav li:before,
#tribe-events-footer .tribe-events-sub-nav li:before, 
#tribe-events-header .tribe-events-sub-nav li:before,
#tribe-bar-views li:before {
  display: none !important;
}

/* State */
/* ======================== */

@media (min-width: 768px) {
  #header .site-menu {
    display: block !important;
  }
}

@media (max-width: 767px) {
.home #banner{margin-top:0}
#banner{margin-top:0;margin-bottom:20px}
	.banner-inner{height:350px}
	.banner-inner,
.home .banner-inner{min-height:350px}
  /* Clear Floating and Width 100% */
  #footer .footer-col,
  .sidebar-with-content .col-content,
  .sidebar-with-content .col-sidebar,
  .faculty-row .col-thumb,
  .faculty-row .col-text {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  /* Blocks */
  .blocks {
    margin: 30px 0 0px 0;
  }

  .blocks .block {
    width: 50%;
    margin-bottom: 30px;
  }

  .blocks .block img {
    width: 100%;
  }

  /* Sidebar With Text */
  .sidebar-with-content {
    margin: 0px 0 30px 0;
  }

  .sidebar-with-content .col-content {
    margin-top: 10px;

  }

  .sidebar-with-content .col-content.col-content-right,
  .sidebar-with-content .col-content.col-content-left {
    padding-left: 0;
    padding-right: 0;
  }

  /* Banner */
  #banner .overlay {
    font-size: 18px;
  }

  /* Header */
  #header .site-menu {
    text-align: left;
    padding-bottom: 20px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    display: none;
  }

  #header .site-menu > ul > li {
    display: block;
  }

  #header .site-menu .sub-menu {
    position: static;
    width: 100%;
    display: block;
    background-color: transparent;
    padding: 0;
    margin-left: 15px;
    margin-bottom: 0px;
  }

  #header .site-menu > ul > li:after {
    display: none;
  }

  #header .site-menu a,
  #header .site-menu > ul > li > a {
    padding: 5px 0px;
  }

  #header .site-menu > ul > li > a {
    padding: 10px 0px;
  }

  /* Faculty */
  .faculty-row .col-thumb {
    margin-bottom: 25px;
  }

  /* Menu Toggle */
  .meanmenu-reveal {
    margin: 0 auto 20px;
    width: 55px;
    height: 45px;
    padding: 13px 13px 11px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    display: block;
    font: 700 1px/22px 'Montserrat',helvetica, sans-serif;
  }

  .meanmenu-reveal span {
    display: block;
    background: #00577d;
    height: 5px;
    margin-top: 3px;
  }

  .policy-img {
    float: none;
    margin: 0 0 20px 0;
  }

  .parents-boxes {
    margin: 25px -12px 25px -12px;
  }

  .parents-boxes .parents-box {
    width: 50%;
    margin-bottom: 25px;
  }

  /* Footer */
  #footer .footer-col {
    text-align: center;
    margin-bottom: 20px;
  }

  #footer .footer-logo {
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  .sidebar-with-content .col-sidebar {
    float:none;
    width: 100%;
  }

  .cols-img-txt .col-content {
    width: 100%;
    float: none;
    padding-left: 0;
  }

  .cols-img-txt.dir-right .col-img {
    float: none;
    margin: 0 auto 20px 0;
  }

  .cols-img-txt {
    margin: 30px 0;
    float: none;
  }

  .cols-img-txt .col-img {
    float: none;
    margin: 0 auto 20px 0;
  }

  .cols-img-txt.dir-right .col-content {
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  .opening-head h5 {
    font-size: 15px;
  }

  .program-block h2.title {
    font-size: 25px;
    line-height: 28px;
  }
}

@media (max-width: 450px) {
  .blocks .block {
    width:100%;
  }

  .cols-img-txt .col-img img {
    width: 100%;
  }

  .cols-img-txt .col-img {
    width: 100%;
  }

  .cols-img-txt .col-content h3 {
    max-width: 100%;
  }

  .banner-inner .capt-bottom h1 {
    font-size: 35px;
  }

  .banner-inner .capt-bottom {
    bottom: 25px;
  }

  .faculty-row .faculty-col:last-child {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }

  .banner-inner .capt-center {
    font-size: 45px;
  }
}

@media (max-width: 400px) {
  .schedule-program .schedule-col {
    margin-bottom: 5px;
  }

  .parents-boxes .parents-box {
    width: 100%;
  }
}

.center-text {
  text-align: center;
}

/* Gallery */
.gallery {
  margin-top: 40px;
  margin-left: -15px;
  margin-right: -15px;
}

.gallery .gallery-item {
  float: left;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.gallery .gallery-item:nth-child(4n+1) {
  clear: both;
}

@media only screen and (max-width: 767px) {
  .gallery .gallery-item {
    width: 50%;
  }

  .gallery .gallery-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 480px) {
  .gallery .gallery-item {
    width: 100%;
    float: none;
  }
}


/* Gallery Pages */
.gallery-pages {
  font-size: 16px;
  list-style: none;
}

.gallery-pages li {
  margin-bottom: 15px !important;
  overflow: hidden;
}

.gallery-pages li:before {
  display: none !important;
}

.gallery-pages li .gp-title,
.gallery-pages li .gp-desc {
  float: left;
}

.gallery-pages li .gp-title {
  width: 25%;
  padding-right: 20px;
  font-weight: bold;
}

.gallery-pages li .gp-desc {
  width: 70%;
}

#tribe-events-pg-template {
max-width: 960px !important;
}

@media only screen and (max-width: 767px) {
  .gallery-pages li .gp-title,
  .gallery-pages li .gp-desc {
    float: none;
    width: 100%;
    padding-right: 0;
    display: block;
  }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */ 
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; } .fancybox-wrap {position: absolute; top: 0; left: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 8020; } .fancybox-skin {position: relative; background: #f9f9f9; color: #444; text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .fancybox-opened {z-index: 8030; } .fancybox-opened .fancybox-skin {-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); } .fancybox-outer, .fancybox-inner {position: relative; } .fancybox-inner {overflow: hidden; } .fancybox-type-iframe .fancybox-inner {-webkit-overflow-scrolling: touch; } .fancybox-error {color: #444; font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; margin: 0; padding: 15px; white-space: nowrap; } .fancybox-image, .fancybox-iframe {display: block; width: 100%; height: 100%; } .fancybox-image {max-width: 100%; max-height: 100%; } #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {background-image: url(assets/img/fancybox_sprite.png); } #fancybox-loading {position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060; } #fancybox-loading div {width: 44px; height: 44px; background: url(assets/img/fancybox_loading.gif) center center no-repeat; } .fancybox-close {position: absolute; top: -18px; right: -18px; width: 36px; height: 36px; cursor: pointer; z-index: 8040; } .fancybox-nav {position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer; text-decoration: none; background: transparent url(assets/img/blank.gif); /* helps IE */ -webkit-tap-highlight-color: rgba(0,0,0,0); z-index: 8040; } .fancybox-prev {left: 0; } .fancybox-next {right: 0; } .fancybox-nav span {position: absolute; top: 50%; width: 36px; height: 34px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; } .fancybox-prev span {left: 10px; background-position: 0 -36px; } .fancybox-next span {right: 10px; background-position: 0 -72px; } .fancybox-nav:hover span {visibility: visible; } .fancybox-tmp {position: absolute; top: -99999px; left: -99999px; max-width: 99999px; max-height: 99999px; overflow: visible !important; } /* Overlay helper */ .fancybox-lock {overflow: visible !important; width: auto; } .fancybox-lock body {overflow: hidden !important; } .fancybox-lock-test {overflow-y: hidden !important; } .fancybox-overlay {position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background: url(assets/img/fancybox_overlay.png); } .fancybox-overlay-fixed {position: fixed; bottom: 0; right: 0; } .fancybox-lock .fancybox-overlay {overflow: auto; overflow-y: scroll; } /* Title helper */ .fancybox-title {visibility: hidden; font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; position: relative; text-shadow: none; z-index: 8050; } .fancybox-opened .fancybox-title {visibility: visible; } .fancybox-title-float-wrap {position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center; } .fancybox-title-float-wrap .child {display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent; /* Fallback for web browsers that doesn't support RGBa */ background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: bold; line-height: 24px; white-space: nowrap; } .fancybox-title-outside-wrap {position: relative; margin-top: 10px; color: #fff; } .fancybox-title-inside-wrap {padding-top: 10px; } .fancybox-title-over-wrap {position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0, 0, 0, .8); } /*Retina graphics!*/ @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5){#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {background-image: url(assets/img/fancybox_sprite@2x.png); background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/ } #fancybox-loading div {background-image: url(assets/img/fancybox_loading@2x.gif); background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/ } }

/* Slick.js Styling */
.slick-slider{position:relative;display:block;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-loading .slick-list{background:#fff url("../../images/icons/ajax-loader.gif") center center no-repeat}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir="rtl"] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}@font-face{font-family:"slick";src:url("../../fonts/slick/slick.eot");src:url("../../fonts/slick/slick.eot?#iefix") format("embedded-opentype"),url("../../fonts/slick/slick.woff") format("woff"),url("../../fonts/slick/slick.ttf") format("truetype"),url("../../fonts/slick/slick.svg#slick") format("svg");font-weight:normal;font-style:normal}.slick-prev,.slick-next{position:absolute;display:block;height:20px;width:20px;line-height:0;font-size:0;cursor:pointer;background:transparent;color:transparent;top:50%;margin-top:-10px;padding:0;border:none;outline:none}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{outline:none;background:transparent;color:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:0.25}.slick-prev:before,.slick-next:before{font-family:"slick";font-size:20px;line-height:1;color:#fff;opacity:0.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir="rtl"] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"ÃƒÂ¢Ã¢â‚¬Â Ã‚Â"}[dir="rtl"] .slick-prev:before{content:"ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢"}.slick-next{right:-25px}[dir="rtl"] .slick-next{left:-25px;right:auto}.slick-next:before{content:"ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢"}[dir="rtl"] .slick-next:before{content:"ÃƒÂ¢Ã¢â‚¬Â Ã‚Â"}.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-45px;list-style:none;display:block;text-align:center;padding:0;width:100%}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{border:0;background:transparent;display:block;height:20px;width:20px;outline:none;line-height:0;font-size:0;color:transparent;padding:5px;cursor:pointer}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;left:0;content:"ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢";width:20px;height:20px;font-family:"slick";font-size:6px;line-height:20px;text-align:center;color:#000;opacity:0.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#000;opacity:0.75}
