/*
  Theme Name: HTML5 Blank
  Theme URI: http://html5blank.com
  Description: HTML5 Blank WordPress Theme
  Version: 1.4.3
  Author: Todd Motto (@toddmotto)
  Author URI: http://toddmotto.com
  Tags: Blank, HTML5, CSS3

  License: MIT
  License URI: http://opensource.org/licenses/mit-license.php
*/
body {
  background: rgb(26,26,26);
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  color: #dddddd;
}

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

svg {
    width: 100%;
    height: auto;  
}

a {
  color: #ffbc81;
}

a:active, a:hover {
  color: #ff9c44;
  text-decoration: none;
}


.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #d3d3d3;
    background-color: rgba(255, 255, 255, 0.06);
    background-clip: padding-box;
    border: 2px solid #4c4c4c;
    border-radius: 0;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #d3d3d3;
    background-color: #454545;
    border-color: #4c4c4c;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 120, 0, 0.14);
            box-shadow: 0 0 0 0.2rem rgba(255, 120, 0, 0.14);
}

.title-bar {
    margin-top: 3rem;
    background: rgba(255, 165, 85, 0.5);
    margin-bottom: 4rem;
    background-size: cover;
    background-position-y: 42%;
    position: relative;
      height: 8rem;
    overflow: hidden;
    margin-bottom: 0;
}

.title-bar.bg-image {
  height: 12rem;
}

.about .title-bar.featured-image {
  margin-bottom: 0;
}


.title-bar.featured-image {
    margin-top: 3rem;
    background: rgba(255, 165, 85, 0.1);
    margin-bottom: 4rem;
    background-size: cover;
    background-position-y: 18%;
    position: relative;
    height: 20rem;
    overflow: hidden;
    margin-bottom: 2rem;
    padding-bottom: 3rem;
}

.about .intro {
    background: rgba(255, 255, 255, 0.06);
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.title-bar.featured-image h1{
  color: #fff;
  text-shadow: 0 0 20px #000;
  line-height: 20rem;
}

.title-bar.cta {
    margin-bottom: 0;
background: rgba(255, 165, 85, 0.8);
margin-top: 0;
}
.title-bar.cta .comic{
color: #000;
    font-family: 'Oswald', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: -1px;
    -webkit-transform: skew(-11deg);
            transform: skew(-11deg);
    display: block;
}

.title-bar::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: url(img/ifx2.png);
    margin-bottom: 4rem;
    background-size: 400%;
    background-position: 50% 43%;
    -webkit-filter: blur(6px) hue-rotate(-8deg) saturate(0.4);
            filter: blur(6px) hue-rotate(-8deg) saturate(0.4);
    margin: 0;
    background-repeat: no-repeat;
}


.title-bar h1 {
    color: rgb(26,26,26);
    line-height: 8rem;
    z-index: 20;
}


.btn-primary {
    background-color: #ffa555;
    border-color: #000000;
    border-width: 2px;
    border-radius: 0;
    color: #1a1a1a;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Oswald';
    letter-spacing: 2px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #232323;
    border-color: #000000;
}

.text-muted {
    color: #525659!important;
}


@media (max-width: 1269px) {
  .navbar-collapse {
    position: absolute;
    left: 0;
    top: -100%;
    height: 100vh!important;
    background: rgb(255,165,85);
    text-align: center;
    width: 100%;
    opacity: 0;
    display: block!important;
    visibility: hidden;
  }

  .navbar-collapse.collapsing,
  .navbar-collapse.show,
  .navbar-collapse {
    -webkit-transition: opacity 0.4s ease, visibility 0.4s;
    transition: opacity 0.4s ease, visibility 0.4s;
  }

  .navbar-collapse.collapsing,
  .navbar-collapse.show {
    top: 0;
    opacity: 1;
    visibility: visible;
  }

  .navbar-collapse > .nav {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    -webkit-transition: -webkit-transform 2s ease;
    -webkit-transition: all 0.2s ease;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 0;
  }

  .navbar.on .navbar-collapse > .nav {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .portfolio-navbar .navbar-nav .nav-item {
    padding: 0;
  }

  .portfolio-navbar .navbar-nav .nav-item .nav-link {
    color: #1f1f1f;
    font-size: 1rem;
  }
}

.navbar-toggler {
    padding: .25rem 0rem .25rem .75rem;
}

.navbar-dark.on .navbar-toggler {
    padding: .25rem 0rem .25rem .75rem;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  z-index: 9999;
  border: none;
}
.navbar-toggler:focus {
  outline: none;
}

.portfolio-block.projects.compact-grid {
  padding-top: 0;
}

.grid-item {
  float: left;
  height: 470px;
  overflow: hidden;
}


.grid-item > a {
  border: 4px solid #000;
  display: block;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.grid-item img {
     object-fit: cover;
     -o-object-position: center top;
        object-position: center top;
  -o-object-fit: cover;
  -o-object-position: center top;
  /*border: 4px solid #000;*/
  height: 100%;
  width: 100%;
}

.grid-sizer, .grid-item, .grid-item.grid-item--width2 {
  width: 100%;
}


@media (min-width: 768px) {
  .grid-sizer, .grid-item {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .grid-sizer, .grid-item {
    width: 33.333333%;
  }
  .home .grid-sizer, .home .grid-item {
    width: 50%;
  }
  .grid-item.grid-item--width2 {
    width: 66.2%;
  }
}

@media (min-width: 1144px) {
  .home .grid-sizer, .home .grid-item {
    width: 25%!important;
  }
}



@media (max-width: 768px) {
  body div.jumbotron.hero {
        background-position: 50% top!important;
  }
}

@media (max-width:650px) {
  body div.jumbotron.hero {
        background-position: 27% top!important;
  }
}

.grid-item {
  border: 16px solid transparent;
  position: relative;
}

.grid {
  border: 10px solid transparent;
  max-width: 100%;
}

.navbar > .container {
  max-width: 100%;
}

.navbar-brand img {
    position: absolute;
    top: 13px;
    width: 150px;
}

.navbar-dark .navbar-brand {
  /*display: none;*/
  font-family: 'Oswald';
  font-weight: 100;
  letter-spacing: 5px;
    text-transform: uppercase;
}


.admin-bar .portfolio-navbar {
  margin-top: 46px;
}

.portfolio-navbar .navbar-nav .nav-link {
  font-family: 'Oswald';
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  position: relative;
  color: rgba(0,0,0,.65);
}

.navbar-dark .navbar-nav .nav-link:focus, 
.navbar-dark .navbar-nav .nav-link:hover,
.portfolio-navbar .navbar-nav .current-menu-item .nav-link {
    color: rgba(0, 0, 0, 0.9);
}


.portfolio-navbar .navbar-nav .nav-link:after {
  content: '';
  left: 0.5rem;
  right: 0.7rem;
  bottom: 0.2rem;
  position: absolute;
  height: 2px;
  background-color: #ffa555;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
  opacity: 0;
}

.portfolio-navbar .navbar-nav:hover .current-menu-item .nav-link:after {
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
  opacity: 0;
}

.portfolio-navbar .navbar-nav .nav-link:hover:after,
.portfolio-navbar .navbar-nav .current-menu-item .nav-link:hover:after,
.portfolio-navbar .navbar-nav .current-menu-item .nav-link:after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.portfolio-navbar {
  background: rgb(41,41,41);
  border-bottom: 2px solid #3b3b3b;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#292929), to(#202020));
  background-image: linear-gradient(to bottom right, #292929, #202020);
}



@media (min-width: 576px) {
  .navbar {
    /*padding-bottom: 0.7rem;*/
    /*padding-top: 0.7rem;*/
    padding-bottom: 0.4rem;
    padding-top: 0.4rem;
  }
}

.logo-home {
  max-width: 100%;
  padding-bottom: 2rem;
  width: 370px;
}

.page-footer:after {
  /*z-index: -1;*/
  background-image: url('img/dots-white.png');
  background-position: 50%;
  background-size: cover;
  content: '';
  height: 100%;
  left: 0;
  opacity: .1;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
}

.page-footer .custom-logo {
  width: 200px;
  margin-bottom: 1rem;
}

.h1, h1 {
  color: #e4e4e4;
  font-family: 'Bangers';
  letter-spacing: 3px;
}

@media (min-width:576px) {
  .portfolio-navbar.fixed-top + .page {
    padding-bottom: 3.6rem;
    padding-top: 3.6rem;
  }
}

@media (min-width: 576px) {
  .dot-title::before, .dot-title::after {
    color: #e18430;
    content: '...';
    font-size: 3rem;
    letter-spacing: 6px;
    padding: 0 5px 0 10px;
    vertical-align: super;
  }
   .dot-title::after {
    padding: 0;
  }
}

.dot-title {
  line-height: 1;
  margin-top: 10px;
text-shadow: 0 0 13px rgba(0, 0, 0, 0.58);
}

@media (min-width: 576px) {
  .dot-title {
    margin-top: 3rem;
    margin-bottom: 4.5rem;
  }
}

.mid-logo {
  margin-top: 1rem;
}

.grid-item span {
          transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
  -webkit-transition: padding 0.3s ease;
  /*letter-spacing: 1px;*/
  background: rgb(255,165,85);
  border: 4px solid #000;
  bottom: 0;
  color: #000;
  display: block;
  font-family: 'Oswald';
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.7;
  padding: 0rem 1.7rem 0rem 0.9rem;
  position: absolute;
  right: -14px;
  text-transform: uppercase;
  transition: padding 0.3s ease;
  z-index: 15;
  display: block;
}

.grid-item:hover span {
  padding: 0rem 2.6rem 0rem 0.9rem;
}


.navbar .social-icons {
  margin: 0;
}

.social-icons a {
    background: #ffa555;
    color: #292929;
    border: 2px solid #000;
    opacity: 1;
    width: 2rem;
    height: 2rem;
    display: inline-block;
    border-radius: 50%;
    line-height: 1.6rem;
    font-size: 1.2rem;
}

.navbar .social-icons a {
    border-color: #1e1e1e;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    height: 1rem;
}
 .social-icons a:not(:last-child){
margin-right: 0.1rem;
}

.navbar .social-icons a:not(:last-child){
margin-right: 0.5rem;
}
.navbar .social-icons a:hover i {
  color: rgba(255,255,255,0.8);
}

.navbar .social-icons a i,
.navbar .social-icons a svg path,
.navbar .social-icons a svg polygon,
.navbar .social-icons a svg rect {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.navbar .social-icons a:hover svg path,
.navbar .social-icons a:hover svg polygon,
.navbar .social-icons a:hover svg rect {
  fill: rgba(255,255,255,0.8);
}

.social-icons a > img{
  width: 80%;
}

.social-icons a > .ion-social-instagram-outline{
    vertical-align: middle;
    padding-left: 0.2rem;
}

.page-footer {
  padding-top: 1.5rem;
  border-top: 1px solid #ddd;
  text-align: center;
  padding-bottom: 20px;
  background: #101010;
  border: none;
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 0.7rem;
    border-top: 2px solid #242424;
  position: relative;
}

.social-icons {
  margin-bottom: 0;
  margin-top: 1rem;
    text-align: center;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald';
  font-weight: 100;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
main {
    padding-bottom: 2rem;
}
.page-template-template-testimonials main,
.page-template-template-contact main {
    padding-top: 4rem;
}

.testimonials-clean {
  /*color: #313437;*/
  /*background-color: #eef4f7;*/
  padding-bottom: 2rem;
}

.testimonials-clean p {
  color: #000000;
  font-family: 'Montserrat';
}

.testimonials-clean h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .testimonials-clean h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.testimonials-clean .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.testimonials-clean .intro p {
  margin-bottom: 0;
}

.testimonials-clean .people {
  padding: 0 20px;
}

.testimonials-clean .people .slider-btns {
    position: absolute;
    right: 19px;
    bottom: 50px;
}

.testimonials-clean .item {
  /*margin-bottom: 32px;*/
}



.slick-arrow {
    background: none;
    border: none;
    color: #e4e4e4;
    font-size: 1.5rem;
}

.slick-arrow:focus {
    outline: none!important;
}

@media (min-width:768px) {
  .testimonials-clean .item {
    /*height: 220px;*/
  }
}
@media (min-width:781px) {
  .admin-bar .portfolio-navbar {
    margin-top: 32px;
  }
}

.testimonials-clean .item .box {
  padding: 30px;
  position: relative;
  background-color: #ffa555;
  border-radius: 10px;
  border: 4px solid black;
}

.testimonials-clean .item .box:after {
  content: '';
  position: absolute;
  left: 34px;
  bottom: -23px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-width: 12px 15px;
  border-top-color: #ffa555;
}

.testimonials-clean .item .author {
  margin-top: 28px;
  padding-left: 25px;
}

.testimonials-clean .item .name {
  font-weight: bold;
  margin-bottom: 2px;
  color: inherit;
  color: #e4e4e4;
  letter-spacing: 1px;
}

.testimonials-clean .item .title {
  font-size: 13px;
  color: #9da9ae;
}

.testimonials-clean .item .description {
  font-size: 1.2rem;
  margin-bottom: 0;
}

.testimonials-clean .item img {
  max-width: 55px;
  float: left;
  margin-right: 12px;
  margin-top: -5px;
}
/*div.jumbotron:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(img/dots-white.png) no-repeat;
  background-size: cover;
}
*/

div.jumbotron.hero {
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: -3px top!important;
  padding-top: 100px;
  padding-bottom: 100px;
  background-attachment: fixed;
  height: 100%;
  margin-bottom: 0;
  border-bottom: 3px solid black;
}

div.jumbotron.hero > div{
position: absolute;
left: 0;top: 50%;
}

h1.hero-title, h2.hero-title, h3.hero-title {
  text-shadow: 0 2px 2px rgba(0,0,0,0.3);
  color: #fff;
  font-weight: 500;
}

p.hero-subtitle {
  max-width: 600px;
  margin: 25px auto;
  padding: 10px 15px;
  background-color: rgba(0,0,0,0.1);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.7);
  font-weight: 500;
}


.work-experience .item  {
  border: 3px solid #131313;
    margin-bottom: 2rem;
}

.work-experience .item > .row .left {
  background: #262626;
  position: relative;
}
.work-experience .item > .row .left:after {
content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 100%;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #262626;
}
.work-experience .item > .year {
    background: #ffa555;
    border-bottom: 3px solid #131313;
} 
.work-experience .item > .year h3 {
    line-height: 3;
    margin-bottom: 0;
    color: #1a1a1a;
    font-weight: 400;
}
.work-experience .item > .row .left {
  padding: 1rem;
    min-height: 5rem;
}


.work-experience .item > .row .right {
  padding: 1rem 1rem 1rem 1.2rem;
    min-height: 5rem;
}

.work-experience .item .row .left span {
    text-transform: uppercase;
    font-weight: bold;
    color: #8e8e8e;
}

.work-experience .item .row.job {
    background: #b4b4b4;
}

.work-experience .item .row.image-section .col:nth-child(odd) {
    background: #aaaaaa;
}

.work-experience .item .info {

    padding: 2rem;
    position: relative;
}

.work-experience .item .info p {
      font-style: italic;
}

.work-experience .item .info::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #b4b4b4 transparent;
    left: 50%;
    top: 1px;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
}

.work-experience .item .row.image-section .col:nth-child(odd) .info::after {
    border-color: transparent transparent #aaaaaa transparent;
}


.work-experience .item .row.job:nth-child(even) {
  background: rgb(186, 186, 186);
}

.work-experience .item .row p:last-child {
  margin-bottom: 0;
}

.contact-details p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contact-details p i {
    font-size: 2rem;
    width: 1.7rem;
    text-align: center;
}
.contact-details p a {
  -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-left: 1rem;
}

@media (min-width: 576px) {
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    letter-spacing: 14px;
  }
}

html, body {
  height: 100%;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .portfolio-navbar .navbar-nav .nav-item {
    padding: 0rem 0.2rem;
  }
}

@media (min-width: 1200px) {
  .portfolio-navbar .navbar-nav .nav-item {
    padding: 0rem 0.4rem;
  }
}

@media (min-width: 1380px) {
  .portfolio-navbar .navbar-nav .nav-item {
    padding: 0rem 0.6rem;
  }
}
@media (max-width: 1380px) {
  .navbar .social-icons {
    display: none;
  }
}

@media (max-width: 767px) {
  .title-bar.cta {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .title-bar.cta .text-right {
     text-align: center!important;
  }
  .title-bar.cta .comic {
    font-size: 1.2rem;
    text-align: center!important;
  }
}


@media (min-width: 1270px){

.portfolio-navbar .navbar-nav .nav-link {
  font-size: 0.7rem;
  color: rgba(255,255,255,.5);
}

.portfolio-navbar .navbar-nav .nav-link {
  font-size: 0.7rem;
  color: rgba(255,255,255,.5);
}

.navbar-dark .navbar-nav .nav-link:focus, 
.navbar-dark .navbar-nav .nav-link:hover,
.portfolio-navbar .navbar-nav .current-menu-item .nav-link {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-expand-custom {
    -ms-flex-flow: row nowrap !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-flow: row nowrap !important;
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .navbar-expand-custom .navbar-nav {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .navbar-expand-custom .navbar-nav .dropdown-menu {
    position: absolute !important;
  }
  .navbar-expand-custom .navbar-nav .nav-link {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .navbar-expand-custom > .container,
  .navbar-expand-custom > .container-fluid {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .navbar-expand-custom .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
  }
  .navbar-expand-custom .navbar-toggler {
    display: none !important;
  }
}

.home-page .grid-item::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 4px solid black;
  z-index: 20;
  pointer-events: none;
}

.home-page .grid-item::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 14;
  background: radial-gradient(rgba(144, 66, 0, 0.25) 0%, rgba(0,0,0,1) 113%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

.home-page .grid-item:hover::before {
  opacity: 0.5;
}



@media screen and (max-width: 600px) {
  #wpadminbar {
      position: fixed;
  }
}



/* LIGHTBOX */

.lb-loader,.lightbox{text-align:center;line-height:0}.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}html.lb-disable-scrolling{overflow:hidden;position:fixed;height:100vh;width:100vw}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{display:table}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(img/loading.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(img/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(img/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{display:table}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(img/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}
}


