/*

Template 2090 Kinetic

http://www.tooplate.com/view/2090-kinetic

*/

@keyframes fadein {
	from {
		filter:brightness(0);
	}
	to {
		filter:brightness(1);
	}
  }
@-moz-keyframes fadein { /* Firefox */
	from {
	  filter:brightness(0);
  	}
  to {
	  filter:brightness(1);
  	}
  }
@-webkit-keyframes fadein { /* Safari and Chrome */
	from {
	  filter:brightness(0);
  	}
  to {
	  filter:brightness(1);
  	}	
  }

* {
	font-family: 'Montserrat', sans-serif;
}

p {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
	color: #ffd184;
}

* {
  transition: all 1200ms ease-out;
  -webkit-transition: all 1200ms ease-out;
}

html, body, section, .page {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  transition: all 1.4s cubic-bezier(.5, -0.005, 0.2, 1) !important;
  -webkit-transition: all 1.4s cubic-bezier(.5, -0.005, 0.2, 1) !important;
  color: #fff;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}

section {
  width:500%;
  overflow-x: hidden !important;
}
html, body {
	position:relative;
	overflow-x: hidden !important;
}

.page {
  position: absolute;
  animation: fadein 1.2s;
  -moz-animation: fadein 1.2s; /* Firefox */
  -webkit-animation: fadein 1.2s; /* Safari and Chrome */ 
}

#p1 {
  left: 0;
	background-image: url(../img/bg/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
	overflow-y: hidden;
}


#p2 {
  left: 100%;
	background-image: url(../img/bg/bg8.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}


#p3 {
	left: 200%;
	background-image: url(../img/bg/bg9.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}



#p4 {
  left: 300%;
	background-image: url(../img/bg/bg14.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}



#p5 {
  left: 400%;
	background-image: url(../img/bg/bg14.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}



ul {
 position: fixed;
 z-index: 1;
}
#home:target .page#p1 {
    transform: translateX(0);
}
#about:target .page#p2 {
    transform: translateX(-90%);
}
#gallery:target .page#p3 {
    transform: translateX(-190%);
}
#contact:target .page#p4 {
    transform: translateX(-290%);
}
#t5:target .page#p5 {
    transform: translateX(-390%);
}

#about:target .menu,
#gallery:target .menu,
#contact:target .menu,
#t5:target .menu {
  background-color: rgba(255, 209, 132, 0.2);
	transition-delay: 0.3s;
	transition-duration: 0.6s;
}

.menu{
	transition-duration: 0.6s;
	transition-delay: 0s;
}

.menu:hover{
	background-color: rgba(255, 209, 132,0.1);
	transition-duration: 0.3s;
	transition-delay: 0s;
}


.page#p1 {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#about:target .page#p1 .icon,
#gallery:target .page#p1 .icon,
#contact:target .page#p1 .icon,
#t5:target .page#p1 .icon {

  opacity: 0;
}

#about:target .page#p1 .credit,
#gallery:target .page#p1 .credit,
#contact:target .page#p1 .credit,
#t5:target .page#p1 .credit {

  opacity: 0;
}

.icon {
  color: #fff;
  font-size: 32px;
  display: block;
  
}



.logo {
	min-width: 200px;
	width: 50%;
	max-width: 400px;
}

.logo-small {
	min-width: 200px;
	width: 30%;
	max-width: 300px;
}

.hvr {
	position: relative;
	width: 100%;
	
}



.tes {
	position: absolute;
	width: 100% !important;
	top: 7px;
	font-size: 14px;
	
	
	transition-delay: 0s;
	transition-duration: 0.2s;
}
.tes p {
	position: absolute;
	width: 200% !important;
	font-size: 14px;
	opacity: 0;
	
	transition-delay: 0s;
	transition-duration: 0.2s;
}




.hvr li {
	transition-duration: 0.6s;
	transition-delay: 0s;
	border: 1px solid transparent;
	opacity: 1;
}

.hvr:hover li {
	-webkit-transition-duration: 0.2s;
	-webkit-transition-delay: 0s;
	-webkit-opacity: 0;
	transition-duration: 0.2s;
	transition-delay: 0s;
	color: #ffd184;
	opacity: 1;

}




#p1 .icon .title {
  margin-bottom: 20px;
}

#about:target ul .icon,
#gallery:target ul .icon,
#contact:target ul .icon,
#t5:target ul .icon {
  transform: scale(1);
  transition-delay: .1s;
}

#t1:target #uno {
	color: #ffd184;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

#about:target #dos {
	color: #ffd184;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

#gallery:target #tres {
	color: #ffd184;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

#contact:target #cuatro {
	color: #ffd184;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

#t5:target #cinco {
	color: #ffd184;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.menu{
	width: 10%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: 1;

}

.mn {
  
  position: absolute;
  top: 15%;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 350px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  text-align: center;
  background-color: rgba(48, 51, 60, 0);
  

 }


 .li {

   position: absolute;
   bottom: 0;
   left: 0;
   margin: auto;
   height: 75px;
   width: 100%;
   padding-left: 0;
   padding-right: 0;
   padding-bottom: 0;
   text-align: center;
   background-color: rgba(48, 51, 60, 0);

  }

ul li {
	margin-bottom: 30px;
}

a {
  text-decoration: none!important;
}

.title, .hint {
  display: block;
}

.page .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10%;
  left: 0;
  width: auto;
  height: auto;
  margin: auto;
  text-align: center;
  font-size: 60px;
  transform: translateX(360%);
  line-height: 1.3;
}

.page {
	overflow-y: scroll;
}

.page#p1 .icon {
  margin-left: 10%;
  	height: 325px;
		top:10%;
		transform:translateX(50%);
}

.page#p2 .icon {
  	height: 600px;
}

.page#p3 .icon {
  	height: 600px;
}

.page#p4 .icon {
  	height: 600px;
}

.page#p5 .icon {
  	height: 600px;
}

.page#p1 .icon {
  transform: translateX(0) !important;
}

#about:target .page#p2 .icon {
  transform: translateX(0) !important;
}

#gallery:target .page#p3 .icon {
  transform: translateX(0) !important;
}

#contact:target .page#p4 .icon {
  transform: translateX(0) !important;
}

#t5:target .page#p5 .icon {
  transform: translateX(0) !important;
}

#p1 .credit {
	position: absolute;
	bottom: 3%;
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
}
#p2 .credit {
	text-align: center;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 30px;
	padding: 0;
	transition-duration: 0.3s;
}

#p4 .credit {
	text-align: center;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 30px;
	padding: 0;
}

#p3 .credit {
	
	text-align: center;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 30px;
	padding: 0;
}


.creditp2 {
	margin-top: 135px;
}

.credit a {
	color: #fff
}






.primary-button a {
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	padding: 15px 25px;
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.5px;
	border-radius: 25px;
	text-decoration: none;
	transition-duration: 0.3s;
	cursor: pointer;
}

.primary-button a:hover {
	background-color: #fff;
	color: #000;
	transition-duration: 0.2s;
}


#p1 .primary-button {
	display: block;
	margin-top: -20px;
  padding-bottom: 60px;
}

#p1 span {
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
}

#p1 h4 {
	letter-spacing: 1px;
	font-size: 60px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
}

#p1 p {
	margin: 20px 30% 20px 30%;
	font-weight: 500;
}

#p1 .title {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 60px;
}


#p2 .left-text {
	text-align: left;
	margin-bottom: 20%;
	margin-left: 5%;
}

#p2 .primary-button {
  margin-bottom: 30px;
}

#p2 .right-image {
  padding-bottom: 40px;
  transition-duration: 0.3s;
}

#p2 .right-image img {
	max-width: 70%;
	overflow: hidden;
	transition-duration: 0.3s;
}

#p2 .title {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 60px;
}

#p2 h4 {
	letter-spacing: 1px;
	font-size: 48px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin-bottom: 30px;
}



#p2 .logobrand {

	max-height: 45px;
	max-width: 350px;

}

#vision {
	transition-duration: 0.3s;
	opacity: 1;
	display: block;
}

#performance {
	transition-duration: 0.3s;
	opacity: 0;
	display: none;
}

#experience {
	transition-duration: 0.3s;
	opacity: 0;
	display: none;
}

#brand {
	transition-duration: 0.3s;
	opacity: 0;
	display: none;
}

#aboutbtn1 {
	transition-duration: 0.3s;
}

#aboutbtn2 {
	transition-duration: 0.3s;
	opacity: 0;
	display: none;
	width: 230px;
	margin-top: 40px;
	text-align: center;
}

#aboutbtn3 {
	transition-duration: 0.3s;
	opacity: 0;
	display: none;
	width: 230px;
	margin-top: 40px;
	text-align: center;
}

#backbtn {
	transition-duration: 0.3s;
	opacity: 0;
	display: none;
	width: 88px;
	margin-top: 40px;
}



#p3 .title {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 60px;
}
#p2 .subtitle {
	font-family: 'Montserrat-Bold', sans-serif;
	font-size: 20px;
	margin-bottom: -5px;
}
.textcontent {
	font-size: 15px;
	font-weight: 600;
}

.iconsm {
	color: #fff;
	display: block;
	
	width: auto;
	height: auto;
	margin: auto;
	text-align: center;
	font-size: 60px;
	line-height: 1.3;
}

#p3 .project-item {
	margin: 15px 0px;
}

#p3 .project-item img {
	width: 100%;
	overflow: hidden;
}

#p3 .row {
  padding-bottom: 2px;
}

#p3 .last-project {
  margin-bottom: 100px;
}

.rowsm {
	position: relative;
	margin-bottom: 100px;
}
.rowcr {
	position: relative;
}




.instagram-media {
	margin:0 auto!important;
	width: 40%!important;
}

.ytvid {
	display: flex;
    justify-content: center;
	transition: none;
	transition-duration: 0s;
	transition-delay: 0s;	
}
.ytvid2 {
	display: flex;
    justify-content: center;
	transition: none;
	transition-duration: 0s;
	transition-delay: 0s;
	margin-top: 30px;	
}

.ytvid iframe {
	aspect-ratio: 16 / 9;
	width: 80% !important;
}
.ytvid2 iframe {
	aspect-ratio: 16 / 9;
	width: 80% !important;
}

#p4 .logo {
	min-width: 100px;
	width: 45%;
	max-width: 300px;
}

#p4 .title {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 30px;
}

.contactus {
	margin-top: 50px;
}
.contactus p{
	font-weight: 700;
}
.contactus2 {
	margin-top: 50px;
	margin-bottom: 90px;
}
.contactus2 p{
	font-weight: 700;
}

.iconcontact {
	color: #fff;
	padding-right: 5px;
	font-size: 25px;
}



.title2 {
	font-size: 20px;
	font-weight:400;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.hrefsocial {
	color:#ffd184;
	transition-duration: 0.2s;
}
.hrefsocial:link {
	color:#ffd184;
}
.hrefsocial:hover {
	color:#ffd284a6;
}
.hrefsocial:active {
	color:#ffd284a6;
}
.hrefsocial:visited {
	color:#ffd284a6;
}



#requestquotation p{
	text-align: left;
	margin-left: 18px;
	font-family: Montserrat-Bold;
	font-size: 16px;
}

#p4 fieldset {
	margin-top: -30px;
	margin-bottom: 15px;
}

#p4 input {
	font-family: 'Montserrat', sans-serif;
	padding-left: 15px;
	max-width: 100%;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	font-size: 13px;
	color: #ffd184;
	background-color: rgba(255,255,255, 0.1);
	border: none;
	outline: none;
	border-radius: 0;
	box-shadow: none;
}

#p4 input::placeholder{
	color: rgba(255, 209, 132, 1);
  opacity: 1;
}

#p4 input::-ms-input-placeholder {
 color: rgba(255, 209, 132, 1);
}


#p4 input:focus {
  outline: none!important;
  box-shadow: none;
}

#p4 textarea {
	font-family: 'Montserrat', sans-serif;
	margin-top: 35px;
	margin-bottom: -15px;
	padding-bottom: 0px;
  padding-left: 15px;
  width: 100%;
  max-width: 100%;
  max-height: 180px;
  height: 140px;
  display: inline-block;
  line-height: 40px;
  font-size: 13px;
  color: #ffd184;
  background-color: rgba(255,255,255, 0.1);
  border: none;
  outline: none!important;
  border-radius: 0;
  box-shadow: none;
}

#p4 textarea::placeholder{
	color: rgba(255, 209, 132, 1);
  opacity: 1;
}

#p4 textarea::-ms-input-placeholder {
 color: rgba(255, 209, 132, 1);
}

#p4 textarea:focus {
  	outline: none!important;
  	box-shadow: none;
}

#p4 button {
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	padding: 15px 25px;
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.5px;
	border-radius: 25px;
	text-decoration: none;
	transition-duration: 0.5s;
}

#p4 button:hover {
	color: #000;
	background-color: #fff;
	transition-duration: 0.2s;
}

.last{
	margin-bottom: 40px;
}
.end{
	margin-bottom: 100px;
}


#p4 .right-info {
	background-color: rgba(255, 255, 255, 1);
	padding: 30px;
	color: #343434;
	text-align: left;
  margin-bottom: 60px;
}
#p4 .right-info p {
	color: #000;
}

#p4 .right-info p em {
	font-family: 'Montserrat-Bold', sans-serif;
	font-style: normal;
	color: #000;

}

#p4 .right-info .social-icons {
  margin-top: 45px;
}

#p4 .right-info ol {
  padding: 0;
  margin: 0;
}

#p4 .right-info i {
  margin-right: 10px;
  color: #fff;
  font-size: 15px;
  width: 34px;
  height: 34px;
  background-color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
}

#p4 .right-info i:hover {
  background-color: #ffd184;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

#p5 .title {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 60px;
}

#p5 fieldset {
	margin-top: -30px;
	margin-bottom: 15px;
}

#p5 input {
	font-family: 'Montserrat', sans-serif;
	padding-left: 15px;
	max-width: 100%;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	font-size: 13px;
	color: #ffd184;
	background-color: rgba(255,255,255, 0.1);
	border: none;
	outline: none;
	border-radius: 0;
	box-shadow: none;
}

#p5 input::placeholder{
	color: rgba(255, 209, 132, 1);
  opacity: 1;
}

#p5 input::-ms-input-placeholder {
 color: rgba(255, 209, 132, 1);
}


#p5 input:focus {
  outline: none!important;
  box-shadow: none;
}

#p5 textarea {
	font-family: 'Montserrat', sans-serif;
	margin-top: 35px;
  margin-bottom: 20px;
  padding-left: 15px;
  width: 100%;
  max-width: 100%;
  max-height: 180px;
  height: 140px;
  display: inline-block;
  line-height: 40px;
  font-size: 13px;
  color: #ffd184;
  background-color: rgba(255,255,255, 0.1);
  border: none;
  outline: none!important;
  border-radius: 0;
  box-shadow: none;
}

#p5 textarea::placeholder{
	color: rgba(255, 209, 132, 1);
  opacity: 1;
}

#p5 textarea::-ms-input-placeholder {
 color: rgba(255, 209, 132, 1);
}

#p5 textarea:focus {
  	outline: none!important;
  	box-shadow: none;
}

#p5 button {
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	padding: 15px 25px;
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.5px;
	border-radius: 25px;
	text-decoration: none;
	transition-duration: 0.5s;
}

#p5 button:hover {
	color: #000;
	background-color: #fff;
	transition-duration: 0.2s;
}

#p5 .right-info {
	background-color: rgba(255, 255, 255, 1);
	padding: 30px;
	color: #343434;
	text-align: left;
  margin-bottom: 60px;
}
#p5 .right-info p {
	color: #000;
}

#p5 .right-info p em {
	font-family: 'Montserrat-Bold', sans-serif;
	font-style: normal;
	color: #000;

}

#p5 .right-info .social-icons {
  margin-top: 45px;
}

#p5 .right-info ol {
  padding: 0;
  margin: 0;
}

#p5 .right-info i {
  margin-right: 10px;
  color: #fff;
  font-size: 15px;
  width: 34px;
  height: 34px;
  background-color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
}

#p5 .right-info i:hover {
  background-color: #ffd184;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.credit {
	color: #ffd184;
	font-weight:400;
}








@media (max-width:900px){

	.hvr p {
		font-size: 11px;
	}




	#p1 h4 {
		letter-spacing: 1px;
		font-size: 36px;
		font-family: 'Montserrat', sans-serif;
		text-transform: uppercase;
		font-weight: 500;
	}

	#p1 p {
		margin: 20px;
	}

	.page#p2 .icon {
	  	height: auto;
	  	padding: 80px 0px;
	}

	#p2 .left-text {
		padding: 30px;
		margin-bottom: 45px;

	}


	#p2 .right-image {
		margin-bottom: 40px;
	}

	.page#p3 .icon {
	  	height: auto;
	  	padding: 80px 0px;
	}

	#p3 .last-project {
		margin-bottom: 40px;
	}

	.page#p4 .icon {
	  	height: auto;
	  	padding: 80px 0px;
	}

	#p4 .right-info {
		margin-bottom: 60px;
	}

	#p4 .right-info i {
		margin-right: 0px;
	}

	#p4 .right-info {
		padding: 20px;
	}

	.page#p5 .icon {
	  	height: auto;
	  	padding: 80px 0px;
	}

	#p5 .right-info {
		margin-bottom: 60px;
	}

	#p5 .right-info i {
		margin-right: 0px;
	}

	#p5 .right-info {
		padding: 20px;
	}

	html, body, section, .page {
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    margin: 0;
	    padding: 0;
	    transition: all 1s cubic-bezier(.5, -0.005, 0.2, 1) !important;
	    -webkit-transition: all 1s cubic-bezier(.5, -0.005, 0.2, 1) !important;
	    color: #fff;
	    background: #30333c;
	}

	.credit {
		margin-bottom: 0px;
		padding: 8px 0px;
	}
	

}
@media (max-width: 600px){

	
	.hvr p {
		top:-3px;
		font-size: 9px;
	}

	.icon {
		font-size: 23px;
	}
	
	.li{
		height: 40px;
	}
	
}




/*
========================================
----------- LIGHT BOX STYLE ------------
========================================
*/

/* Preload images */
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: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  margin-top: 7%;
  left: 0;
  width: 100%;
  z-index: 10000;
  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 #ffd184;
}

.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: black;
}

.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: 50px;
  height: 50px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
	background-size: 40px;
}

.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: 24%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 52% no-repeat;
	background-size: 40px 40px;
  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: 24%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 52% no-repeat;
	background-size: 40px 40px;
  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: #000;
}

.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: #000;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #fff;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 50px;
  background: url(../img/close.png) top right no-repeat;
	background-size: 30px 30px;
  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;
	transition-duration: 0.5s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

  opacity: 1;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}
