
@font-face{
	font-family: "neue-cond";
	src:url(../fonts/HelveticaNeue-BoldCond.otf);
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', arial, sans-serif;
}

body {
	overflow-x: hidden;
	background-color: #fff;
}

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

p {
	font-size: 13px;
	line-height: 22px;
	color: #4a4a4a;
}

a:hover{
	text-decoration: none !important
}

.title{color: rgb(111,111,113) !important;}
.title span{
	font-family: "neue-cond";
}

.color-main{
	color: #DEBBBD;
}

.color-secondary{
	color: #21201b;
}

.neue{
	font-family: "neue-cond";
}

.navbar{
	background-color: #21201b;
}

.navbar-default{
	background-image: none;
	border:none;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a{
	color: white;
}

.white-border-button{line-height: 50px;}

.white-border-button a,button.btn {
	padding: 10px 40px;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 30px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.5s;
}

.white-border-button.red-bg a, button.btn.red-bg{
	border-color: #21201b;
	color:white;
	background-color: #21201b;
}
.white-border-button.red-bg:hover a,button.btn.red-bg:hover{
	background-color: transparent;
	color: #21201b
}

.white-border-button.red a {
	border-color: #DEBBBD;
	color: #DEBBBD;
}
.white-border-button.red:hover a{
	background-color: #DEBBBD;
	color: white; 
}

.white-border-button a.neue{
	font-family: "neue-cond";
	letter-spacing: 1px;
}
.white-border-button:hover a{
	background-color: white;
	color: #21201b;
}

.best-offer-right-content .white-border-button{
	display: inline-block;
}
.best-offer-right-content .white-border-button:hover a{
	background-color: transparent;
}

.pink-button a {
	padding: 14px 20px;
	background-color: #b94e5e;
	border-radius: 30px;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.5s;
}

.white-button a {
	padding: 14px 20px;
	background-color: #fff;
	border-radius: 30px;
	color: #121212;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.5s;
}


.banner .col-md-8 {
	padding-left: 0px;
	padding-right: 5px;
}

.banner .col-md-4 {
	padding-right: 0px;
	padding-left: 5px;
}


.banner .left-banner-content {
	padding-top: 175px;
	padding-bottom: 175px;
	padding-left: 120px;
	text-align: left;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 600px;
	height: 600px;
	position: relative;
}
/*
.banner .left-banner-content::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.75) 44%);
	z-index: 2;
}*/

.left-banner-content h6 {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}

.left-banner-content h1 {
	font-size: 64px;
	font-weight: 300;
	color: #fff;
	line-height: 70px;
}

.left-banner-content h2 {
	font-size: 50px;
	color: white;
	text-shadow: 1px 1px 6px rgba(0,0,0,.6);
	margin: 0;
	line-height: 70px;
}

.left-banner-content .line-dec {
	width: 60px;
	height: 3px;
	margin-top: 20px;
	margin-bottom: 30px;
	background-color: #f4bc51;
}

.left-banner-content .white-border-button {
	margin-top: 15px;
}

.left-banner-content .download{
	color: #21201b;
	display: inline-block;
}

.left-banner-content .download::after{
	content: "";
	width: 100%;
	display: block;
	height: 3px;
	background-color: #21201b;
	margin-top: 13px;
}

.right-banner-content {
	padding: 45px;
	background-color: #21201b;
	text-align: center;		
	min-height: 600px;
	height: 600px;
	position: relative;
}

.right-banner-content h2 {
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	margin-bottom: 5px;
}

.right-banner-content .line-dec {
	width: 100%;
	height: 5px;
	background-color: #fff;
	margin: 30px auto;
}

.right-banner-content .line {
	width: 100%;
	height: 2px;
	background-color: #fff;
	margin-bottom: 20px
}

.right-banner-content .year{
	margin-top: 10px;
	margin-bottom: 15px;
}

.right-banner-content span {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.5px;
}

.right-banner-content em {
	font-style: normal;
	font-weight: 700;
}

.right-banner-content p {
	width: 90%;
	margin: auto;
	/*font-style: italic;*/
	font-size: 12px;
	color: #fff;
	margin: 0;
}

.right-banner-content .intro{
	margin-bottom: 40px;
	font-size: 12px;
}

.right-banner-content .social-icons {
	margin-top: 40px;
	padding: 0;
	list-style: none;
}

.right-banner-content .social-icons li {
	display: inline-block;
	margin: 0px 3px;
}

.right-banner-content .social-icons li a {
	width: 36px;
	height: 36px;
	text-align: center;
	display: inline-block;
	line-height: 36px;
	background-color: #fff;
	border-radius: 50%;
	transition: all 0.5s;
	color: #f4bc51;
	font-size: 17px;
}

.right-banner-content .social-icons li a:hover {
	background-color: #d59b2b;
}

.right-banner-content .bsas{
	position: absolute;
	bottom: 20px;
	font-size: 7px;
}

.best-offer {
	margin-top: 10px;
}

.best-offer .col-md-4 {
	padding-left: 0px;
	padding-right: 5px;
}

.best-offer .col-md-8 {
	padding-right: 0px;
	padding-left: 5px;
}

.best-offer-left-content {
	min-height: 550px;
	height: 550px;
	padding-top: 175px;
	padding-bottom: 175px;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.best-offer-left-content .icon {
	text-align: center;
	margin: 0 auto;
	width: 140px;
	height: 140px;
	line-height: 140px;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
}

.best-offer-left-content h4 {
	margin-top: 33px;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
}

.best-offer-right-content {
	background-color: #eee;
	padding: 40px;
	min-height: 550px;
	height: 550px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.best-offer-right-content h2 {
	margin-top: 0px;
	font-size: 32px;
	font-weight: 300;
	color: #121212;
	line-height: 36px;
}

.best-offer-right-content .title{
	margin-bottom: 30px;
}

.best-offer-right-content .white-border-button{
	margin-top: 30px;
}

.best-offer-right-content em {
	font-style: normal;
	color: #b94e5e;
	font-weight: 700;
}

.best-offer-right-content p {
	margin: 18px 0px;
}

.best-offer-right-content p strong{
	color: #333;
}

.best-offer-right-content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.best-offer-right-content ul li {
	display: block;
	font-size: 13px;
	font-style: italic;
	color: #7a7a7a;
	font-weight: 300;
	margin-bottom: 10px;
}

.best-offer-right-content .pink-button {
	margin-top: 45px;
}





.projects-holder .mix {
  display: none;
}

.events {
	margin-top: 10px;
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
	background-image: url(../img/events-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.events .filter-categories {
  list-style: none;
  margin-top: 0px;
  padding-right: 0px;
  text-align: center;
  margin-bottom: 60px;
}

.events .filter-categories li {
  display: inline;
  text-align: center;
  margin: 8px 0px;
}

.events .filter-categories li {
  display:block;
  transition: all 0.5s;
  text-align: center;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing: 0.5px;
  color:#121212;
  font-size: 17px!important;
  font-weight: 600;
  display: inline-block;
  max-width: 200px;
  width: 200px;
  height: 70px;
  line-height: 70px;
  background-color: #fff;
  cursor: pointer;
}

.filter-categories ul li.active span {
  color: #f4bc51;
}

.project-item {
	width: 100%;
}

.event-list {
	background-color: #fff;
}

.event-list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.event-list ul li {
	display: block;
	text-align: left;
	margin-bottom: 5px;
}

.event-list ul li:last-child {
	margin-bottom: 0px;
}

.event-list ul .first-child{
	background-color: #eee;
}

.event-list ul .second-child{
	background-color: #ddd;
}

.event-list ul .third-child{
	background-color: #eee;
}

.event-list ul .fourth-child{
	background-color: #ddd;
}

.event-list ul .fivth-child{
	background-color: #eee;
}

.event-list ul li .date span {
	background-color: #f4bc51;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 25px;
	margin-right: 0px;
}

.event-list .event-item {
	margin: 0;
	padding: 0;
	list-style: none;
}

.event-list .event-item li {
	display: inline-block;
	padding: 10px;
}

.event-list .event-item li:last-child {
	float: right;
	margin-top: 30px;
	margin-right: 20px;
}

.event-list .event-item .time span{
	text-align: center;
	margin-left: 50px;
	color: #4a4a4a;
	font-weight: 300;
	font-size: 15px;
	display: inline-block;
}

.event-list ul li .date span {
	padding-top: 15px;
	margin-top: 0px;
	font-size: 18px;
	display: block;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.event-list h4 {
	width: 300px;
	margin-top: 0px;
	font-size: 18px;
	text-transform: uppercase;
	color: #121212;
	font-weight: 700;
	margin-bottom: 5px;
	display: inline-block;
}

.event-list .web span {
	font-size: 13px;
	font-weight: 600;
	color: #b94e5e;
	display: inline-block;
}

.event-list .design span {
	font-size: 13px;
	font-weight: 600;
	color: #e86859;
	display: inline-block;
}

.event-list .app span {
	font-size: 13px;
	font-weight: 600;
	color: #f4bc51;
	display: inline-block;
}


.event-list .white-button a:hover {
	background-color: #f4bc51;
	color: #fff;
}

.event-list {
	transition: all 0.5s;
	height: 545px;
}





.testimonial {
	margin-top: 10px;	
}

.testimonial .col-md-8 {
	padding-left: 5px;
	padding-right: 0px;
}

.testimonial .col-md-4 {
	padding-right: 5px;
	padding-left: 0px;
}

.testimonial-image {
	text-align: center;
	background-image: url(../img/testimonial-left-image.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 600px;
	height: 600px;

}

#owl-testimonial {
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
	background-image: url(../img/testimonial-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 600px;
	height: 600px;
}

#owl-testimonial .item {
	text-align: center;
}

#owl-testimonial .item img {
	width: 130px;
}

#owl-testimonial .item span {
	margin-top: 28px;
	display: block;
	color: #e86859;
	font-size: 13px;
	font-style: italic;
	font-weight: 300;
}

#owl-testimonial .item h4 {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 700;
	color: #121212;
}

#owl-testimonial .item p {
	font-size: 17px;
	font-style: italic;
	color: #4a4a4a;
	padding: 0px 120px;
	font-weight: 300;
	line-height: 28px;
	letter-spacing: 0.5px;
}

.owl-pagination {
	margin-top: 15px;
	margin-left: -30px;
  opacity: 1;
  display: inline-block;
  position: absolute;
  text-align: center;
  z-index: 9999;
}


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




.services {
	margin-top: 10px;
	padding-top: 0vh;
	padding-bottom: 0vh;
	text-align: center;
	/*background-image: url(../img/services-bg.png);*/
	background-color: rgba(222, 187, 189,.7);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.services .title-resp{
	background-color: #DEBBBD;
	color: white;
	letter-spacing: 3px;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	display: none
}

.services .col-md-3 {
	padding-left: 0px;
	padding-right: 0px;
}

.services .col-md-3 {
	padding-right: 0px;
	padding-left: 0px;
}

.flip-container {
  perspective: 1000;
}
/* turning on hover */

.flip-container:hover .flipper {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.contact-us .form-success{
	display: none;
}

.contact-us button.btn i{
 	display: none;
}

.contact-us .social>div{
	height: 250px;
}

.contact-us .social>div .flip-container,.contact-us .social>div .flipper{
	height: 100%;
}

.services 
.flip-container,
.services .front,
.services .back {
  width: 100%;
  height: 350px;
  text-align: center;
  font-size: 30px;
}
/* flipping speed here */

.front {
	padding: 40px 30px;
}

.front .icon {
	width: 140px;
	height: 140px;
	line-height: 140px;
	text-align: center;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 30px auto;
}

.front h4 {
	margin-top: 0px;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 700;
}

.flipper {
  -webkit-transition: 0.3s all;   
-webkit-transition-delay: 0.3s; 
-moz-transition: 0.3s all;   
-moz-transition-delay: 5s; 
-ms-transition: 0.3s all;   
-ms-transition-delay: 5s; 
-o-transition: 0.3s all;   
-o-transition-delay: 5s; 
transition: 0.3s all;   
transition-delay: 0.3s; 
  transform-style: preserve-3d;
  position: relative;
}
/* making the the other side hidden while flipping */

.coleccion .front{
  backface-visibility: unset;
}

.front,
.back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
/* front side is in front of a back side */

.front {
  z-index: 2;
  color: white;
  /* for firefox 31 */
	transform: rotateY(0deg);
}
/* back side */

.back {
  transform: rotateY(180deg);
}

.back p {
  color: #fff;
  /*padding: 90px 30px;*/
}

.services .row>div{padding: 0;}

.services .flipper a{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.services .flipper a.back{
	display: flex;
	align-items: center;
	justify-content: center;
}

.services .flipper .back .title,.services .flipper .front .title{
	color: white ; 
	letter-spacing: 1px;
}

.services .flipper a.front{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.services .flipper .front .title{
	text-shadow: rgba(0, 0, 0, 0.5) 0px 3px 4px;
	color:white !important;
	display: none;
}

.first-service .front,
.first-service .back{
	background-color: #EBCFC3;
}


.third-service .front,
.third-service .back{
	background-color: #B99D9A;
}

.fourth-service .front,
.fourth-service .back{
	background-color:#CFC5C6;
}

.fifth-service .front,
.fifth-service .back{
	background-color: #DEBCBD;
}

.six-service .front,
.six-service .back{
	background-color: #fce9c5;
}

.first-service .back span,
.first-service .back h2{
	color: #fff !important
}

.third-service .back span,
.third-service .back h2{
	color: #775450 !important
}
.fourth-service .back span,
.fourth-service .back h2{
	color: #A28E8F !important
}
.fifth-service .back span,
.fifth-service .back h2{
	color: #AD8085 !important
}
.six-service .back span,
.six-service .back h2{
	color: #ef937c !important
}

.contact-us .col-md-8 {
	padding-left: 0px;
	padding-right: 5px;
}

.contact-us .col-md-4 {
	padding-right: 0px;
	padding-left: 5px;
}


#contact .col-md-4 {
	padding-right: 15px;
	padding-left: 15px;
}

.contact-us .social{
	height: 500px;
}
.contact-us.coleccion .social{
	height: auto;
}

.contact-us .social .front,
.contact-us .social .back{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
}

.contact-us .social .facebook,.contact-us .social .pinterest{
	padding-right: 0;
}
.contact-us .social .instagram,.contact-us .social .youtube{
	padding-left: 0;
}

.contact-us.coleccion .social>div{
	padding: 0;
}

.contact-us .social .facebook .flip-container{
	background-color: #EBCFC3;
}

.contact-us .social .instagram .flip-container{
	background-color: #B99D9A;
}

.contact-us .social .pinterest .flip-container{
	background-color: #DFBBBD;
}

.contact-us .social .youtube .flip-container{
	background-color: #CEC6C4;
}


.contact-us .social .facebook .front{
	background-image: url(../images/social/2025/face.jpg);
}
.contact-us .social .facebook .back{
	background-image: url(../images/social/2025/face-back.jpg);
}

.contact-us .social .instagram .front{
	background-image: url(../images/social/2025/insta.jpg);
}
.contact-us .social .instagram .back{
	background-image: url(../images/social/2025/insta-back.jpg);
}

.contact-us .social .pinterest .front{
	background-image: url(../images/social/2025/pinteres.jpg);
}
.contact-us .social .pinterest .back{
	background-image: url(../images/social/2025/pinteres-back.jpg);
}

.contact-us .social .youtube .front{
	background-image: url(../images/social/2025/youtube.jpg);
}
.contact-us .social .youtube .back{
	background-image: url(../images/social/2025/youtube-back.jpg);
}

.contact-us {
	margin-top: 10px;
}


.contact-us #contact {
	min-height: 500px;
	height: 500px;
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 120px;
	padding-right: 120px;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
}

#contact input {
  border-radius: 0px;
  padding-left: 15px;
  font-size: 13px;
  color: #333;
  background-color: rgba(255,255,255, 0.8);
  border-bottom: 2px solid #21201b;
  outline: none;
  border-left: none;
  border-right: none;
  border-top: none;
  box-shadow: none;
  line-height: 40px;
  height: 40px;
  width: 100%;
  margin-bottom: 30px;
}

#contact textarea {
  border-radius: 0px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 13px;
  color: #333;
  background-color: rgba(255,255,255, 0.8);
  border-bottom: 2px solid #21201b;
  outline: none;
  border-left: none;
  border-right: none;
  border-top: none;
  box-shadow: none;
  height: 165px;
  max-height: 165px;
  min-height: 165px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin-bottom: 25px;
}

#contact button {
	/*float: left;*/
	/*padding: 14px 20px;*/
	/*background-color: #f39e4b;
	border-radius: 30px;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.5s;
	outline: none;*/
}

.contact-right-content {
	min-height: 500px;
	height: 500px;
	line-height: 500px;
	padding-top: 150px;
	padding-bottom: 150px;
	text-align: center;
	/*background-image: url(../img/contact-right-bg.png);*/
	background-color: rgba(112,23,27,.7);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.contact-right-content .icon {
	text-align: center;
	margin: 0 auto;
	width: 140px;
	height: 140px;
	line-height: 140px;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
}

.contact-right-content h4 {
	margin-top: 33px;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
}

.coleccion .image{
	padding: 0;
	height: 310px;
	/*position: relative;*/
}

.coleccion .image a{
	overflow: hidden;
}

.coleccion .image .front .info{
	display: none
}

.coleccion .flip-container, 
.coleccion .flipper,
.coleccion .front,
.coleccion .back{height: 100%; width: 100%;}

.coleccion .back{
	display: flex;
	justify-content: center;
	flex-direction: column;
	z-index:20
}

.coleccion .image a img{
	transition: all .7s;
}

.coleccion .front{
	padding: 0;
}

.coleccion .info{
	padding-left: 20px;
	padding-right: 5px;
	
}

.coleccion .info h2.title,
.coleccion .info p{
	color: white  !important;
	margin:0;
}

/*TEEN*/
.bg-teen{
	background-color: #dc6f48
}
.color-teen{
	color: #dc6f48;
}
.title.color-teen span{
	color: #f2896b
}

/*lingerie*/
.navbar.bg-lingerie{
	background-color: #EBCFC3;
}
.bg-lingerie{
	background-color: #EBCFC3;
}
.color-lingerie{
	color: #EBCFC3;
}
.title.color-lingerie span{
	color: #EBCFC3
}

.coleccion .info.bg-lingerie h2.title,
.coleccion .info.bg-lingerie p{
	color:rgb(111,111,113) !important;
}

/*casual*/
.navbar.bg-casual{
	background-color: #B99D9A;
}
.bg-casual{
	/* background-color: #DFBBBD; */
	background-color: #B99D9A
}
.color-casual{
	color: #B99D9A;
}
.title.color-casual span{
	color: #B99D9A
}

/*sport*/
.navbar.bg-sport{
	background-color: #DEBCBD;
}
.bg-sport{
	/* background-color: #977461; */
	background-color: #DEBCBD
}
.color-sport{
	color: #DEBCBD;
}
.title.color-sport span{
	color: #DEBCBD
}

/*underwear*/
.navbar.bg-underwear{
	background-color: #CFC5C6;
}
.bg-underwear{
	/* background-color: #EC6E72; */
	background-color: #CFC5C6
}
.color-underwear{
	color: #CFC5C6;
}
.title.color-underwear span{
	color: #CFC5C6
}

/*girl*/
.bg-girl{
	background-color: #ef937c
}
.color-girl{
	color: #ef937c;
}
.title.color-girl span{
	color: #ef937c
}


/*anteriores*/
.bg-anterior{
	background-color: rgb(111,111,113) 
}
.color-anterior{
	color: silver;
}
.title.color-anterior span{
	color: #333
}

.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-sizer,
.grid-item {
  width: 33.333%;
}
@media(max-width: 684px){
	.grid-sizer,
	.grid-item {
	  width: 50%;
	}	
}


@media(max-width: 500px){
	.grid-sizer,
	.grid-item {
	  width: 100%;
	}	
}
/*
.grid-sizer-medium{
	width: 50%
}*/

.grid-hover{
	position: absolute;
	top: 0;
	left: 0;
	background-color: white;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .9s;
}

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

.grid-item img{transition: all .7s;}

.grid-item:hover img{
	transform: scale(1.1);
}

.grid-item:hover .grid-hover{
	opacity: .4;
}

.iso-categories li{
	margin-bottom: 12px;
	border-bottom: 1px solid transparent;
	transition: all .3s;
	margin-right: 10px;
	cursor: pointer;
}

.iso-categories *{
	transition: all .2s cubic-bezier(.445,.050,.55,.95);
	margin-right: 12px;
	display: inline-block;
	color: #777;
	font-size: 14px;
	position: relative;
	transition-delay: 50ms;
}

.iso-categories a{
	margin-bottom: 10px;
}

.iso-categories li.selected{
	border-bottom: 1px solid #303030;
	color:#303030; 
}

footer {
	height: 80px;
	margin-top: 10px;	
	background-color: #bfd8d2;
	text-align: center;
}

footer p {
	font-size: 13px;
	color: #333;
	line-height: 80px;
	margin-bottom: 0px;
}

footer p em {
	font-weight: 700;
	font-style: normal;
}

@media (max-width: 1000px) {

	.event-list h4 {
		width: 230px;
	}

	.event-list .event-item .time span{
		margin-left: 20px;
	}

}

@media (max-width: 991px) {

	/* .flip-container.flip-collection{
		height:650px;
	} */
	.flip-container:hover .flipper {
	  transform: none;
	}
	.navbar-default .navbar-toggle{
		border:none;
	}

	.navbar-default .navbar-toggle .icon-bar{
		background-color: white;
	}

	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
		background-color: transparent;
	}

	.banner .left-banner-content{
		background-position: -481px center;
	}

	.right-banner-content{
		min-height: auto;
		height: auto;
	}

	.best-offer-left-content{
		min-height: 200px;
		height: 200px;
	}

	.services .title-resp{
		display: block;
	}

	.services .flipper .front .title{
		display: block;
	}


	.banner .col-md-8 {
		margin-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.banner .col-md-4 {
		margin-top: 10px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.banner .left-banner-content {
		padding-left: 0px;
		text-align: center;
		
		background-position: 71%;
	}

	.banner .left-banner-content .text-content{
		text-align:left;
		padding-left: 20px;
	}

	.left-banner-content h1 {
		font-size: 64px;
		font-weight: 300;
		color: #fff;
		line-height: 80px!important;
	}

	.contact-us .social .facebook,.contact-us .social .pinterest{
		padding-right: 15px;
	}
	.contact-us .social .instagram,.contact-us .social .youtube{
		padding-left: 15px;
	}

	.contact-us .social>div{
		height: 130px;
	}

	.contact-us .social .front, .contact-us .social .back{
		width: 50%;
	    margin-left: 25%;
	}

	/**/

	.banner .left-banner-content .line-dec {
		margin: 0 auto;
	}

	.best-offer .col-md-8 {
		margin-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.best-offer .col-md-4 {
		margin-top: 10px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.best-offer-right-content {
		text-align: center;
	}

	.best-offer-right-content {
		background-color: #eee;
		padding: 30px 30px;
		min-height: 550px;
		height: auto;
	}

	.best-offer-right-content .pink-button {
		margin-bottom: 50px;
	}

	.events {
		margin-right: 10px;
		margin-left: 10px;
	}

	.event-item {
		text-align: center!important;
		display: inline-block;
	}

	.event-item h4 {
		text-align: center!important;
	}

	.event-item span {
		text-align: center!important;
		display: inline-block;
		width: 100%;
	}

	.event-list h4 {
		width: 300px;
	}

	.event-list .event-item .time span{
		margin-left: 50px;
	}

	.event-list .project-item li:first-child {
		float: none;
	}
	
	.event-list .project-item li:last-child {
		float: none;
		margin-top: 0px;
		margin-right: 0px;
		padding-bottom: 25px;
	}
	
	.events .filter-categories li {
		text-align: center;
		display: inline-block;
		margin-bottom: -5px;
	}

	.event-list {
		transition: all 0.5s;
		height: auto;
	}

	.event-list .event-item li:last-child {
		float: right;
		margin-top: 30px;
		margin-right: 20px;
	}

	.event-list .event-item .time {
		margin-left: 0px;
	}

	.events .filter-categories li {
	  cursor: pointer;
	  display:block;
	  transition: all 0.5s;
	  text-align: center;
	  text-decoration:none;
	  text-transform:uppercase;
	  letter-spacing: 0.5px;
	  color:#121212;
	  font-size: 14px!important;
	  font-weight: 600;
	  display: inline-block;
	  width: 100%;
	  height: 50px;
	  line-height: 50px;
	  background-color: #fff;
	  padding: 0px 10px;
	}

	.event-list .event-item .time span {
		margin-left: 0px;
	}

	.testimonial .col-md-8 {
		margin-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.testimonial .col-md-4 {
		margin-top: 0px;
		padding-right: 10px;
		padding-left: 10px;
	}	

	.owl-pagination {
		margin-top: -15px;
	}

	#owl-testimonial {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	#owl-testimonial .item p {
		padding: 0px 60px;
		font-size: 15px;
	}

	.services {
		margin-left: 10px;
		margin-right: 10px;
	}

	.contact-us .col-md-8 {
		margin-top: 0px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.contact-us .col-md-4 {
		margin-top: 10px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.contact-us #contact {
		padding-left: 60px;
		padding-right: 60px;
	}

	.contact-us #contact {
		min-height: 600px;
		height: auto;
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.coleccion .image{
		margin-top: 20px;
	}

	.coleccion .image .front .info{
		display: block;
	}

	
	.coleccion .image .front .info.bg-lingerie{background-color: #EBCFC3;}
	.coleccion .image .front .info.bg-sport{background-color: #DEBCBD;}
	.coleccion .image .front .info.bg-casual{background-color: #B99D9A;}
	.coleccion .image .front .info.bg-underwear{background-color: #CFC5C6;}

	footer {
		margin-right: 10px;
		margin-left: 10px;
	}

	footer p {
		font-size: 11px;
	}
		
}

@media (max-width: 843px) {

	.event-item {
		text-align: center;
		width: 100%;
	}

	.event-item li:first-child {
		float: none!important;
		width: 100px;
	}

	.event-item li {
		text-align: center!important;
		width: 49%!important;
	}

	.event-item li:last-child {
		display: block;
		margin-top: 5px!important;
		margin-right: 0px!important;
	}

	.event-list ul li .date span {
		background-color: #f4bc51;
		width: 100%;
		height: 80px;
		text-align: center;
		line-height: 25px;
		margin-right: 0px;
	}
	.event-list h4 {
		width: auto;
	}

}

@media (max-width: 1045px) {

	.event-list h4 {
		width: 250px;
	}
	
}

@media (max-width: 620px) {

	.event-list h4 {
		width: auto;
	}

}

@media (max-width: 500px) {

	.event-item {
		text-align: center;
		width: 100%;
	}

	.event-item li:first-child {
		float: none!important;
		width: 100px;
	}

	.event-item li {
		text-align: center!important;
		width: 100%!important;
	}

	.event-item li:last-child {
		float: none!important;
		margin-top: 15px!important;
		margin-right: 0px!important;
	}

	.event-list h4 {
		width: auto;
	}

}