
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Cinzel:wght@400;500;600;700&family=Great+Vibes&family=Hurricane&family=Kaushan+Script&family=Parisienne&family=Passions+Conflict&display=swap');

/* 
font-family: 'Amatic SC', cursive;
font-family: 'Cinzel', serif;
font-family: 'Great Vibes', cursive;
font-family: 'Hurricane', cursive;
font-family: 'Kaushan Script', cursive;
font-family: 'Parisienne', cursive;
font-family: 'Passions Conflict', cursive;
*/
video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -101;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover; 
}

.overlay {width:100vw; height:100vh; margin:0; padding:0;position: fixed; background:#050c2a47; z-index: -100;}



.poa-h2-special {margin:-10px 0 20px 0; }

.overlay-border {width:100vw; height:100vh; margin:-50px; padding:0;position: fixed; background:none; border:solid gold 25px; z-index: -99;}



.chaosdao {background:black;}

.hoc {background: #2d282b;}

.chaosgiraffes {background:#936e30; /*background-image: url("../img/bg-chaos-giraffes.jpg"); background-size: contain;*/}

.chaosdao2022 {background:black;}

.calmchaosapes { background-image: url("../img/bg-3-darker.jpg"); background-size: contain;}

.pepe { background:#1c1c1c; background-size: contain;}





.btn-white{color: #af8f60 !important;; background: #ffffff !important;}


.mobile-break {display:none; margin:0; padding:0; }
footer h6, h5 {line-height:0.9em;}
p {font-family: 'Amatic SC', cursive;}
h1, h2 {font-family: 'Cinzel', serif; }

.logo-header { width:300px; position: fixed; top:30px; left:30px;    z-index: 1000;}
.logo-icon-header { width:90px; position: fixed; top:15px; right:15px;    z-index: 1000;}

.poa-test {width:100% !important; max-width: none;}
	.h3, h3 {    font-size: 2.4rem;}

.full {width:100vw; height:100vh; margin:-30vh -15px 0 -15px; padding:0;position: absolute;}

.logo-typo {height: 7vh}
.logo-icon {height: 19vh}
 .logo-start{width:70%;margin: 0 15%;}	

#preload{
    width: 100vw;
    height: 100vh;
	position: fixed;z-index: 100001;
    background:#030303;
    color: #fff;
    text-align: center;
	padding-top: 45vh;
}

#preload img {width:150px !important;}

.prepoa{ background: #f8f8f8 !important; }


.font-cinzel {font-family: 'Cinzel', serif;}

.font-gemunu-libre {font-family: 'Gemunu Libre', sans-serif;}
.font-permanent {font-family: 'Permanent Marker', cursive;}
.font-Amatic {font-family: 'Amatic SC', cursive;}
.center-text {text-align: center;}
.left-text {text-align: left;}
.right-text {text-align: right;}
.roadmap {font-size: 2.5rem;}
.grow { transition: all 0.4s ease-in-out; }
.grow:hover { transform: scale(1.05); transition: all .0012s ease-in-out;  }

hr {border:1px solid rgba(200,200,200,.5);}
#countdown ul  {     display: inline;}
#countdown {width: auto; font-size: 40px;      margin: -30px 0 0px 0;  display: inline-block;     padding:20px 40px 10px 0;}
.text-uppercase {text-transform: uppercase;}


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

.team-bug {border-radius: 50%; moz-border-radius: 50%; border:2px solid white;}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: .5%;

    font-weight: 100;
    line-height:auto !important;
    color: inherit;
}

.top-right{position: fixed; right: 20px; top: 20px; z-index: 10001; width:auto; bottom:auto;}
.discord {background:#5865F2;}
video {border: white solid 3px;}
video {max-width:100%;}
.video-bugs {max-width:100% !important; margin-bottom: 20px;}

#logo {width:100%; max-width: 280px; margin-bottom:30px;}

.thumbs{border-style: solid; border: solid 1px white;}

.border {border:white solid 1px!important;}
.btn-forest {font-size: 2em !important; background: #ffffff21 !important;}





/*BUTTON *********************************************************************************************************************************/

button {
  border-radius: 4px;
  background-color: #5ca1e1;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 16px;
  width: auto;
  transition: all 0.5s;
  cursor: pointer;
  margin: 0 0px 0px;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
}

button{
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

button:after {
  content: '»';
  position: absolute;
  opacity: 0;  
  top: 14px;
  right: 20px;
  transition: 0.5s;
}

button:hover{
  padding-right: 24px;
  padding-left:8px;
}

button:hover:after {
  opacity: 1;
  right: 10px;
	color:#fff;
}




::selection {
  background: #000; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #000; /* Gecko Browsers */
}



/* BORDER COLOR CHANGE **************************************************************************************/

.text-shadow {
    text-shadow: 0px 0px 18px #FF0000;
	

    -webkit-animation: textshadow 10.3s ease infinite;
    -moz-animation: textshadow 10.3s ease infinite;
    animation: textshadow 10.3s ease infinite;
}

@-webkit-keyframes textshadow {
    0%{text-shadow:0px 0px 18px #00ffb8}
    30%{text-shadow:0px 0px 28px #ff08b2}
	50%{text-shadow:0px 0px 18px #3b7bff}
    100%{text-shadow:0px 0px 18px #00ffb8}
}
@-moz-keyframes textshadow {
    0%{text-shadow:0px 0px 18px #00ffb8}
    30%{text-shadow:0px 0px 28px #ff08b2}
	50%{text-shadow:0px 0px 18px #3b7bff}
    100%{text-shadow:0px 0px 18px #00ffb8}
}
@keyframes textshadow {
    0%{text-shadow:0px 0px 18px #00ffb8}
    30%{text-shadow:0px 0px 28px #ff08b2}
	50%{text-shadow:0px 0px 18px #3b7bff}
    100%{text-shadow:0px 0px 18px #00ffb8}
}


.gradient-overlay {
    background: linear-gradient(220deg, #021420f2, #040f20f2, #290a42bf,#084258eb, #04091cf2,  #051c2cb8);
    background-size: 100% 100%;

}


/* ANIMATED COLOR GRADIENT A **************************************************************************************/

.gradient {
    background: linear-gradient(230deg, #12212af0, #2cb1c7f0, #0a4972f2, #084258de, #12212af2);
    background-size: 1000% 1000%;

    -webkit-animation: AnimationName 15.559s ease infinite;
    -moz-animation: AnimationName 15.59s ease infinite;
    animation: AnimationName 15.59s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:96% 0%}
    50%{background-position:5% 100%}
    100%{background-position:96% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:96% 0%}
    50%{background-position:5% 100%}
    100%{background-position:96% 0%}
}
@keyframes AnimationName {
    0%{background-position:96% 0%}
    50%{background-position:5% 100%}
    100%{background-position:96% 0%}
}

/***************************************************************************************/


/* ANIMATED COLOR GRADIENT B **************************************************************************************/

.gradient-b {
    background: linear-gradient(230deg, #524527f2, #b98f42e8, #a3804f, #ffbb3ead, #524527f2);
    background-size: 1000% 1000%;

    -webkit-animation: AnimationName 15.559s ease infinite;
    -moz-animation: AnimationName 15.59s ease infinite;
    animation: AnimationName 15.59s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:96% 0%}
    50%{background-position:5% 100%}
    100%{background-position:96% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:96% 0%}
    50%{background-position:5% 100%}
    100%{background-position:96% 0%}
}
@keyframes AnimationName {
    0%{background-position:96% 0%}
    50%{background-position:5% 100%}
    100%{background-position:96% 0%}
}

/***************************************************************************************/





p {
  font-size: 25px;
  line-height: 30px;
 font-weight:700;
}

section {
  padding: 25px 0 35px;
  background: #fff;
}

body { 
  position: relative; /* we need this for the scrollspy */ 
  font-size: 14px; overflow-x: hidden;
}

a { color: #3CC; }

a:hover { color: #fff; text-decoration: none; }

/*----------
  NAV
----------*/

.fixed-side-navbar {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 99999;
  margin-top: -100px;
  text-align: right;
  padding: 30px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.fixed-side-navbar:hover {
  background: transparent;
}
.fixed-side-navbar:hover .nav > li > a > span {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  background-color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  padding: 2px 12px;
  border-radius: 15px;
}
.fixed-side-navbar .nav > li a.active {
  background-color: transparent;
  color: black;
}
.fixed-side-navbar .nav > li a.active:after {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.fixed-side-navbar .nav > li a.active:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 10px;
}
.nav>li {
  position: relative;
  display: block;
}
.fixed-side-navbar .nav > li a {
  color: #fff;
  min-height: 32px;
  background: transparent;
  padding: 5px 45px 5px 25px;
  border-right: none;
}
.fixed-side-navbar .nav > li a span {
  display: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.fixed-side-navbar .nav > li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: rgba(250, 250, 250, 0.75);
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
.fixed-side-navbar .nav > li a:hover {
  background-color: transparent;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-color: black;
  boder-right: 0;
}
.fixed-side-navbar .nav > li a:hover > span {
  color: black;
  display: block;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}


.primary-button a {
    display: inline-block;
    background-color: transparent;
    padding: 9px 15px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    letter-spacing: 0.5px;
    font-family: 'Cinzel', serif; font-weight: 900;	
	min-width: 220px;
}

.parallax-content {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
}


.baner-content-start {
  padding-top: 20vh;
  text-align: center;
  background-image: url("../img/bg-cosmos-1.jpg");
}
.baner-content-start .primary-button {
      margin: 15px;
    display: inline-block;
}

.baner-content-poa {
  padding-top: 35vh;
  text-align: center;
  background-image: url("../img/bg-poa-4.jpg");
	min-height:100vh;
}

.baner-content-poa h1 {
  margin-top: 0px;
  font-size: 70px;
  color: #fff;
  font-weight: 100;
  margin-bottom: 0px;
}



.baner-content {
  padding-top: 35vh;
  text-align: center;
  background-image: url("../img/bg-blur.jpg");
}

.baner-content h1 {
  margin-top: 0px;
  font-size: 70px; line-height:1.1em;
  color: #fff;
  font-weight: 100;

  margin-bottom: 20px;
}

.baner-content em {
  color: #39ff10;
  font-weight: 600;
  font-style: normal;
}

.baner-content span {
 /* display: inline-block;*/
  margin-top: -20px;
  font-weight: 300;
  font-size: inherit;
  color: #fff;
}

.baner-content .primary-button {
      margin: 15px;
    display: inline-block;
}



.projects-content-poa {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30vh;
  background-image: url("../img/bg-poa-2.jpg");
  background-attachment: fixed;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
	background-color:#102838;
}


.projects-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10vh;
  min-height: 100vh;
}

.projects-content .left-text h4 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

h4, .h4 {
  font-size: 24px;
}




.service-content .left-text .line-dec {
  width: 45px;
  height: 3px;
  background-color: #121212;
  margin: 20px 0px 20px 0px;
}

.service-content .left-text p {
  color: #fff;
}

.service-content .left-text ul {
  padding: 0;
  margin-top: 30px;
  list-style: none;
}

.service-content .left-text ul li {
  margin: 15px 0px;
  font-weight: 600;
  color: #fff;
}

.service-content .left-text .primary-button {
  margin: 30px 0px;
}

.service-content .service-item {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.service-content .service-item .line-dec {
  width: 45px;
  height: 3px;
  background-color: #39ff10;
  margin: 20px auto 15px auto;
}





.projects-content {
  padding-top: 25vh;
}


.projects-content .item img {
  width: 100%;
}

.projects-content .item {
  margin: 15px;
}

.projects-content .item .text-content {
  background-color: #fff;
  text-align: center;
  padding: 20px;
}

.projects-content .item .text-content h4 {
  margin-top: 0px;
  font-size: 19px;
  font-weight: 600;
}

.projects-content .item .text-content span {
  font-style: normal;
  font-size: 17px;
  font-weight: 700;
  color: #39ff10;
}


/*________________________________________________________________________________________________________*/


.projects-content-rome {
  padding-top: 30vh;
  background-image: url("../img/bg-poa-4.jpg");
}	

.projects-content-rome .item img {
  width: 100%;
}

.projects-content-rome .item {
  margin: 15px;
}

.projects-content-rome .item .text-content {
  background-color: #fff;
  text-align: center;
  padding: 20px;
}

.projects-content-rome .item .text-content h4 {
  margin-top: 0px;
  font-size: 19px;
  font-weight: 600;
}

.projects-content-rome .item .text-content span {
  font-style: normal;
  font-size: 17px;
  font-weight: 700;
  color: #39ff10;
}


/*________________________________________________________________________________________________________*/


.projects-content-giraffe {
  padding-top: 30vh;
  background-image: url("../img/bg-poa-4.jpg");
}

.projects-content-giraffe .item img {
  width: 100%;
}

.projects-content-giraffe .item {
  margin: 15px;
}

.projects-content-giraffe .item .text-content {
  background-color: #fff;
  text-align: center;
  padding: 20px;
}

.projects-content-giraffe .item .text-content h4 {
  margin-top: 0px;
  font-size: 19px;
  font-weight: 600;
}

.projects-content-giraffe .item .text-content span {
  font-style: normal;
  font-size: 17px;
  font-weight: 700;
  color: #39ff10;
}








.owl-pagination {
  margin-top: 40px;
  opacity: 1;
  display: inline-block;
}

.owl-page span {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0px 5px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
}


.tabs-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30vh;
  background-image: url("../img/bg-cape.jpg");
  background-attachment: fixed;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
}

section {
  background-color: transparent;
  padding-bottom: 15px;
}

.wrapper {
  text-align: center;
}

.tabs {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.tabs li {
  display: inline-block;
  text-align: center;
  margin: 10px;
}

.tabs a {
  display:block;
  text-align:center;
  text-decoration:none;
  text-transform:uppercase;
  color:#fff;
  font-size: 14px;
  font-weight: 700;
  padding:10px 15px;
  border:4px solid #fff;
}

.tabs a:hover {
  color: #39ff10;
}

.tabs .active {
  border:4px solid #39ff10;
}

.tabgroup div  {
  background-color: rgba(0, 0, 0, 0.7);  
	padding: 50px 10%; 
	height:420px;

}


.clearfix:after {
  content:"";
  display:table;
  clear:both;
}


.contact-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 35vh;
  background-image: url("../img/bg-3.jpg");
}

.contact-form {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px 25px;
  margin-bottom: 30px;
}

#contact input {
  border-radius: 3px;
  padding-left: 15px;
  font-size: 13px;
  color: #232323;
  background-color: rgba(250, 250, 250, 1);
  outline: none;
  border: none;
  box-shadow: none;
  line-height: 50px;
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
}

#contact textarea {
  border-radius: 3px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 13px;
  color: #232323;
  background-color: rgba(250, 250, 250, 1);
  outline: none;
  border: none;
  box-shadow: none;
  height: 165px;
  max-height: 220px;
  width: 100%;
  margin-bottom: 25px;
}

#contact button {
  display: inline-block;
  background-color: #39ff10;
  padding: 15px 24px;
  width: 100%;
  border-radius: 3px;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
}




.faq-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 25vh;
  background-image: url("../img/bg-bugfuck.jpg");
}





.team-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 16vh;
  background-image: url("../img/team.jpg");
}

.contact



.map {
  margin-bottom: 30px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px 20px;
}



footer {
  text-align: center;
  background-color: #282b2f;
  padding:10px  0px 10px;
}

footer .primary-button {
  margin-bottom: 30px;
}

footer ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

footer ul li {
  display: inline-block;
  margin: 0px 4px;
}

footer ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background-color: #39ff10;
  color: #282b2f;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 17px;
}

footer ul li a:hover {
  color: #282b2f;
  background-color: #ff8e43;
}

footer p {
  font-size: 12px;
  color: #fff;
  margin-top: 15px;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
}

footer em {
  color: #ff8e43;
  font-weight: 600;
  font-style: normal;
}

@media (max-width: 767px){
	.poa-test { width: 80%;}
	.mobile-break {display:inline-block; margin:0; padding:0; }
	
	footer h6, h5 {line-height:1.2em;}
		
.baner-content-poa {  padding-top: 25vh;}

video#bgvid { min-width: 400%; min-height: 100%;}

	

.service-content {
  background-image: url("../img/chaos-dao-banner-web-mobile-bg.svg");
  background-attachment: fixed;
  background-size: cover;

}
		
	.baner-content-start {padding-top: 8vh;} 
	.service-content-poa {padding-top: 8vh;}
    .logo-start{width:100%; margin: 0 0%;}	
	.baner-content-start .primary-button {margin: 10px; }
	.primary-button a { font-size: 20px;}

	.logo-header { width:180px; position: fixed; top:10px; left:10px;    z-index: 1000;}
    .logo-icon-header { width:32px; position: fixed; top:7px; right:7px;    z-index: 1000;}
	
    #preload{padding-top: 35vh;}

	.top-right {
    position: fixed;
    right: 25%;
    bottom: 5vh;
    top: auto;
    width: 50%;
}
	h1 {font-size: 2.5rem; margin:8% 0 2%;}		
	h4 {font-size: 13px;}
	.h2, h2 {    font-size: 1.4rem;}
	.h3, h3 {    font-size: 1.5rem;}
	
	p { font-size: 15px;line-height: 18px; text-align: justify; text-align-last: center;}
	
	.tabs a {    font-size: 11px;}	
	
	.fixed-side-navbar { right: -10px;}
     .container {   padding-right: 35px;   padding-left: 35px;}

	.video-bugs {max-width:80% !important; margin-bottom: 40px;}

	#logo { max-width: 200px; margin-bottom:10px;}
	
	body {text-align: center;}
	.right-text {text-align: center;}
	.left-text {text-align: center;}

	
  .baner-content {
    padding-top: 25vh;
  }

  .baner-content h1 {
    font-size: 50px; line-height:0.9em;
  margin-bottom: 20px;
  }  
	
.baner-content-poa h1 {
    font-size: 50px; line-height:0.9em;
  margin-bottom: 20px;
  }

  .baner-content em {
  }

  .baner-content span {
    font-size: 14px;
  }

  .baner-content .primary-button {
    margin-top: 15px;
  }
	
	
.full {margin:-10vh -15px 0 -15px}

.service-content {
    padding-top: 10vh;
    text-align: center;
  }
	
	

  .service-content .left-text .line-dec {
    width: 45px;
    height: 3px;
    background-color: #39ff10;
    margin: 20px auto 20px auto;
  }

  .service-content .left-text ul {
    text-align: left;
  }

  .service-content .service-item {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 25px 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
  }

}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* LIGHT BOX */

body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  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: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.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: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.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: bold;
  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: #999999;
}

.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: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
