@charset "UTF-8";
/* CSS Document */

html, body {
  width: auto !important;
  overflow-x: hidden !important;
  margin: 0;
  padding: 0;
}

.container{
	padding: 0px !important;
	margin: 0px auto !important;
	text-align:center;
}


/* For mobile devices */
@media only screen and (max-width: 767px) {
	
}

.header-top{
	height:125px;
	background-color:#ffffff;
	width:100%;
	margin:0;
	padding:0;
}
.space{
	min-height:100px;
}

.languages {
	position:absolute;
	top: 0 !important;
	margin-top: -2px;
	right:0;
	z-index: 999;
}

.logo {
	float: left;
	position:relative;
	z-index: 100;
	width: 300px !important;
	height: auto;
	margin-top:20px;
}

.logo img a{
	border:none;
}


/* ==========================================================================
   Global styles
   ========================================================================== */

h1 {
  font-size: 54px;
  color: #705095;
  font-family: 'Pinyon Script', cursive;
  margin-bottom: 20px;
  margin-top: 25px;
}


h2 {
  font-size: 40px;
  font-weight: 400;
  color: #705095;
  font-family: 'Libre Baskerville', serif;
}

h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #51a7da;
  font-family: 'Lato', sans-serif;
  margin-bottom: 20px;
  margin-top: 35px;
}

h4 {
  color: #705095;
  font-size: 1.2em;
  font-weight:bold;
  line-height: 1.9em;
  margin-bottom: 20px;
  font-family: 'Libre Baskerville', serif;
}

p {
  color: #4F4E4E;
  font-size: 1em;
  line-height: 1.8em;
  margin-bottom: 20px;
  font-family: 'Libre Baskerville', serif;
}


/*-------------------Margins----------------*/
.margin-0 {
    margin-bottom: 0 !important;
}
.margin-10 {
    margin-bottom: 10px !important;
}
.margin-15 {
    margin-bottom: 15px !important;
}
.margin-20 {
    margin-bottom: 20px !important;
}
.margin-30 {
    margin-bottom: 30px !important;
}
.margin-40 {
    margin-bottom: 40px !important;
}
.margin-50 {
    margin-bottom: 50px !important;
}
.margin-60 {
    margin-bottom: 60px !important;
}
.margin-70 {
    margin-bottom: 70px !important;
}
.margin-80 {
    margin-bottom: 80px !important;
}
.margin-90 {
    margin-bottom: 90px !important;
}
.margin-100 {
    margin-bottom: 100px !important;
}



/*-------------------Buttons----------------*/
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
	margin-right: 20px;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-lg {
    border-radius: 4px;
    font-size: 18px;
	font-weight:bold;
    line-height: 1.33;
    padding: 14px 22px;
	width:70%;
	margin-top: 30px;
}

.btn-primary {
    background: #705095;
    color: #ffffff;
	border:0;
	font-family: sans-serif;
}

.btn-third {
    background-color: #FDBB0D;
    border-color: #F98301;
    color: #FA6102;
	text-align:center;
}

.btn-third:hover {
    background-color: #F98301;
    border-color: #F98301;
    color: #FFFFFF;
	text-decoration:none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #5f3095;
    color: #ffffff;
	border:0;
    
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.btn-secondary{
    background-color: transparent;
    border-color: #4eacdd;
}

.btn-secondary a{
    color: #4eacdd;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open .dropdown-toggle.btn-secondary {
    background-color: #4eacdd;
    border-color: #4eacdd;
    color: #ffffff;
    
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.btn-secondary:hover a {
    color: #ffffff;
}

.english{
	text-align:center;
	text-decoration: none;
	font-family: sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 0.8em;
	font-weight:400;
	color: #999999;
	background: #ffffff;
	padding: 5px 10px;
	display: inline-block;
	white-space: nowrap;
	border:1px solid #999999;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-right: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-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;
}
.english:hover {
	background: #705095;
	color:#ffffff;
	text-decoration: none;
}

.spanish{
	text-align:center;
	text-decoration: none;
	font-family: sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 0.8em;
	font-weight:400;
	color: #999999;
	background: #ffffff;
	padding: 5px 10px;
	display: inline-block;
	white-space: nowrap;
	border:1px solid #999999;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-right: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-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;
}
.spanish:hover {
	background: #705095;
	color:#ffffff;
	text-decoration: none;
}

/*-------------------Colors----------------*/
.dark-gray {
  color: #545454;
}

.light-gray {
  color: #f4f4f4;
}

.white {
  color: #ffffff;
}

/* ==========================================================================
   MENU LILY
   ========================================================================== */

/* ***********NAVBAR************ */

.navbar{ 
    background-color: #FFFFFF;
	margin-top:-95px !important;
	float:right;
}
/* navbar */
.navbar-default {
    background-color: transparent;
	border:none;
	height:70px !important;
	z-index:99 !important;
}

/* title */
.navbar-default .navbar-brand {
    color: #f2f2f2;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #f2f2f2;
}
/* link */
.nav .navbar-nav > ul > li{
	float:left !important;
	margin-left:10px;
}
.navbar-default .navbar-nav > li > a {
    color: #9e005d !important;
	background-color: #FFFFFF;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #d1397c !important;
    background-color: #f2f2f2 !important;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #9e005d;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #d1397c;
}
/* caret */

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}
.navbar-default .navbar-nav > .open > a .caret, 
.navbar-default .navbar-nav > .open > a:hover .caret, 
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

/*.navbar-default .navbar-nav .open .dropdown-menu {
		border:none;
    }
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
        border-bottom:#CCCCCC solid thin;
		color: #d1397c;
		line-height: 2em;
		background-color: #E7E7E7;
    }*/

.navbar-default .navbar-nav .open .dropdown-menu {
		border:none;
    }
	
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
        border-bottom:#CCCCCC solid thin;
		color: #9e005d;
		line-height: 2em;
		background-color: #E7E7E7;
    }

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #ffffff;
	background-color: #d1397c;
}
	
.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
		color: #ffffff !important;
		background-color:#d1397c !important;
    }
/* mobile version */
.navbar-default .navbar-toggle {
    border-color: #9e005d;
	background-color: #9e005d;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #d1397c;
	border-color: #d1397c;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.dropdown-menu  {
    color: #d1397c !important;
    line-height: 2em !important;
    background-color: #ffffff !important;
    }
.dropdown-menu li {
    border-bottom:#CCCCCC solid thin !important;
    background-color: #E7E7E7 !important;
    }
.dropdown-menu li a {
    color: #9e005d !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.navbar{ 
    background-color: transparent;
	margin-top:-95px !important;
	float:right;
	margin-right:100px;
}

}

/* Medium Devices, Desktops */
@media (max-width: 991px) {
	.navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  
  .navbar{ 
    background-color:transparent;
	margin-top:-70px !important;
}
	
  
  .navbar-nav {
      float: none!important;
	  margin-left:0px;
	  width:100%;
      overflow-y: scroll!important;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
	
}
    

@media (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
 }

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
	.navbar{ 
    background-color:transparent;
	margin-top:-70px !important;
}
	.navbar-nav {
   		margin-left:0px;
		width:100%;
	}
	.navbar-default {
		padding: 0 20px;
		text-align:left;
		height:auto !important;
		width:100%;
	}
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #026839;
		background-color: #E7E7E7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #026839;
		background-color: #CCC;
    }
	
	.languages {
	margin-right: 25px !important;
	top: 0 !important;
	margin-top: -2px !important;
	float: right;
	}
	
	.english{
	  font-size: 0.6em;
	  font-weight:500;
	  }
	.spanish{
	  font-size: 0.6em;
	  font-weight:500;
	  }

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	
}


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

header {
	background-color:#FFFFFF;
  	height: 125px;
	margin-bottom:0 !important;
	float:left;
	width:100%;
}

.wrapcontent {
  height: auto;
  margin: 0 auto;
  position: relative;
}

.shadowR{
	-webkit-box-shadow: 7px 0px 15px -6px #aaa7af;
          	box-shadow: 7px 0px 15px -6px #aaa7af;
}

.shadowL{
	-webkit-box-shadow: -7px -2px 15px -3px #aaa7af;
          	box-shadow: -7px -2px 15px -3px #aaa7af;
}

.shadowLR{
	box-shadow: 7px 0 15px -8px #aaa7af, -7px 0 15px -8px #aaa7af; 
 	-moz-box-shadow: 7px 0 15px -8px #aaa7af, -7px 0 15px -8px #aaa7af; 
	-webkit-box-shadow: 7px 0 15px -8px #aaa7af, -7px 0 15px -8px #aaa7af;
	}

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

#content {
   min-height: 550px;
   padding-top:125px;
   margin:0 auto;
   padding-bottom:0px !important;
   margin-bottom:0px !important;
   background-color:#ffffff;
}

.izquierda {
	float:left;
	padding:0;
	margin:0;
	min-height:600px;
	height:100vh;
	background-image:url(../images/Foto-Lily-about.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

#Tanat{
	background-image:url(../images/tanatologia-foto.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

#Life{
	background-image:url(../images/vida-foto.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

#Prof{
	background-image:url(../images/profesional-foto.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

#Personal{
	background-image:url(../images/personal-foto.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

#Present{
	background-image:url(../images/presentaciones-foto.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

#Bodas{
	background-image:url(../images/marriage-foto.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

.fotoIzq{
	margin:0 auto !important;
}

@media (max-width: 800px) { 
.izquierda {
	float:left;
	padding:0;
	margin:0;
	min-height:400px;
	height:auto;
	background-image:url(../images/Foto-Lily-about-sm.jpg);
	background-repeat:no-repeat;
	background-size:contain;
}

#Tanat{
	background-image:url(../images/tanatologia-foto-sm.jpg);
	background-repeat:no-repeat;
	background-size:contain;
}

#Life{
	background-image:url(../images/vida-foto-sm.jpg);
	background-repeat:no-repeat;
	background-size:contain;
}

#Prof{
	background-image:url(../images/profesional-foto-sm.jpg);
	background-repeat:no-repeat;
	background-size:contain;
}

#Personal{
	background-image:url(../images/personal-foto-sm.jpg);
	background-repeat:no-repeat;
	background-size:contain;
}

#Present{
	background-image:url(../images/presentaciones-foto-sm.jpg);
	background-repeat:no-repeat;
	background-size:contain;
}

#Bodas{
	background-image:url(../images/marriage-foto-sm.jpg);
	background-repeat:no-repeat;
	background-size:contain;
}
	
	
}

@media (max-width: 480px) { 
.izquierda {
	float:left;
	padding:0;
	margin:0;
	min-height:250px;
	height:auto;
	background-image:url(../images/Foto-Lily-about-sm.jpg);
	background-repeat:no-repeat;
	background-size:contain;
}

#Tanat{
	background-image:url(../images/tanatologia-foto-sm.jpg);
	background-repeat:no-repeat;
	background-size:contain;
}

#Life{
	background-image:url(../images/vida-foto-sm.jpg);
	background-repeat:no-repeat;
	background-size:contain;
}

#Prof{
	background-image:url(../images/profesional-foto-sm.jpg);
	background-repeat:no-repeat;
	background-size:contain;
}

#Personal{
	background-image:url(../images/personal-foto-sm.jpg);
	background-repeat:no-repeat;
	background-size:contain;
}

#Present{
	background-image:url(../images/presentaciones-foto-sm.jpg);
	background-repeat:no-repeat;
	background-size:contain;
}

#Bodas{
	background-image:url(../images/marriage-foto-sm.jpg);
	background-repeat:no-repeat;
	background-size:contain;
}
	
	
}


.derecha {
	background-color:#FFFFFF;
	float:left;
	min-height:600px;
	height:auto;
	padding: 20px 100px 20px 50px;
	margin:0;
	text-align:left !important;
}

.derecha ul li {
  color: #4F4E4E;
  font-size: 1em;
  line-height: 1.8em;
  margin-bottom: 10px;
  font-family: 'Libre Baskerville', serif;
}

.derecha ul li ul li{
  color: #4F4E4E;
  font-size: 1em;
  line-height: 1.8em;
  margin-bottom: 10px;
  font-family: 'Libre Baskerville', serif;
}

.derecha a{
	color:#8C35C8;
}

#myCarousel {
	width:100%;
	height:auto;
 }

.carousel-inner{
  	width:100%;
  	max-height: 400px !important;
	}
	
.right.carousel-control, .left.carousel-control {
    display: none !important;
	}
	
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    height: auto;
    line-height: 1;
    margin: 0 auto;
    max-width: 100% !important;
}

.bgEvent {
	position: relative;
	background-color:#f8f8f8;
	padding:30px;
	margin:15px;
}

.eventThumb {
	float:left;
	width:200px;
	height: 200px;
	margin-right: 20px;
}
.eventThumb img{
	width:200px !important;
	height:auto !important;
	border:none;
}

.eventThumb img:hover{
	box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.8);
}

.eventTitle {
	position: relative;
	font-size: 30px !important;
	line-height: 30px !important;
	margin-bottom:15px !important;
  	font-weight: 400;
  	color: #705095;
  	font-family: 'Libre Baskerville', serif;
}


/* ----------- */
@media only screen and (max-width : 780px) {
/* Styles */

  .bgEvent {
	background-color:#f8f8f8;
	padding:10px !important;
	margin:5px !important;
}
	.eventThumb img{
	margin-bottom: 15px;
  }
	.eventTitle {
	font-size: 18px !important;
	line-height: 20px !important;
	margin-bottom:15px !important;
	padding-top: 20px !important;
	position: relative;
}
.eventThumb a{
	float:left;
	width:180px;
	height: 180px;
	margin-right: 0px;
}
.eventThumb img{
	width:100% !important;
	height:auto !important;
	border:none;
}
	
}


/* ==========================================================================
   Box corner style
   ========================================================================== */
.corner {
    background:white;
    height:20px;
    width:20px;    
    position:absolute;
}
#sw {
    left: -2px;
    bottom: -2px;
    border-radius: 0px 20px 0px 0px;
    border-top: 2px solid #705095;
    border-right: 2px solid #705095;
    background:white;
}
#se {
    right: -2px;
    bottom: -2px;
    border-radius: 20px 0px 0px 0px;
    border-top: 2px solid #705095;
    border-left: 2px solid #705095;
    background:white;
}
#nw {
    left: -2px;
    top: -2px;
    border-radius: 0px 0px 20px 0px;
    border-bottom: 2px solid #705095;
    border-right: 2px solid #705095; 
    background:white;
}
#ne {
    right: -2px;
    top: -2px;
    border-radius: 0px 0px 0px 20px;
    border-bottom: 2px solid #705095; 
    border-left: 2px solid #705095;
    background:white;
}

.box {
    position:relative;
	float:right;
	margin: 20px 10px 20px 35px;
	padding: 20px;
    height:200px;
    width:300px;
    border: solid 2px #705095;
    background:white;
    border-radius: 5px -5px 5px 5px;
	vertical-align:middle !important;
}

.box2 {
    position:relative;
	float:right;
	margin: 20px 10px 20px 35px;
	padding: 20px;
    height:250px;
    width:300px;
    border: solid 2px #705095;
    background:white;
    border-radius: 5px -5px 5px 5px;
	vertical-align:middle !important;
}

@media (max-width: 480px) { 

	.box {
		position:relative;
		float:left;
		margin: 25px 10px !important;
		padding: 20px;
		height:200px;
		width:95% !important;
	}
	
	.box2 {
		position:relative;
		float:left;
		margin: 25px 10px !important;
		padding: 20px;
		height:240px;
		width:95% !important;
	}
	
	.box {
		position:relative;
		float:left;
		margin: 25px 10px !important;
		padding: 20px;
		height:200px;
		width:90% !important;
	}
	
	
	.derecha {
		height:auto;
		padding: 25px;
		margin:0;
		text-align:left !important;
		width:100% !important;
	}
}

/**
 * Beveled corners & negative border-radius with CSS gradients
 */

.frase {
	position:relative;
	top: 400px;
	padding: 25px;
	margin: 0 auto !important;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	opacity:0.7;
	border-radius: 25px;
	width: 70%;
	height: auto;
	}
  
.frase i {
	font-size: 24px;
	color: #705095;
}

.fraseT {
  font-size: 30px;
  font-weight: 400;
  color: #705095;
  opacity: 1 !important;
  font-family: 'Libre Baskerville', serif;
  text-indent: 30px;
}

.frase2 {
	font-size: 1.4em;
	line-height: 1.6em;
  	font-weight: 400;
  	color: #705095;
  	font-family: 'Libre Baskerville', serif;
	text-align:center;
	}
	
.lista {
	text-align:left;
}

.lista ul{
    list-style:none;
    margin-bottom:30px;
    padding:0;
	color: #4F4E4E;
  	font-size: 1em;
  	line-height: 1.4em;
  	font-family: 'Libre Baskerville', serif;
}

.lista li{
  padding:0 0 0 1.5em;
  margin:0;
  text-indent:0;
  list-style:none;
  background-repeat:no-repeat;
  background-image:url(../images/bulletL.gif);
}

.lista li ul li{
	list-style-type:circle !important;
	background:none !important;
    margin-bottom:10px;
    padding:0 0 0 2em;
	color: #4F4E4E;
  	font-size: 1em;
  	line-height: 1.4em;
  	font-family: 'Libre Baskerville', serif;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #A6A4A4;
    margin: 1em 0;
    padding: 0;
}

.alpha60 {
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(255, 255, 255);
/* RGBa with 0.6 opacity */
background: rgba(255, 255, 255, 0.7);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)";
}


/* ==========================================================================
   TIENDA
   ========================================================================== */
.tiendaTop{
	height: 60px;
	width: 100%;
	padding: 15px;
	margin:0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1aa3b7+0,705095+50,d1397c+100 */
	background: #705095; /* Old browsers */
	background: -moz-linear-gradient(right,  #1aa3b7 0%, #705095 50%, #d1397c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(right,  #1aa3b7 0%,#705095 50%,#d1397c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to left,  #1aa3b7 0%,#705095 50%,#d1397c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1397c', endColorstr='#1aa3b7',GradientType=1 ); /* IE6-9 */
}

.tiendaTitle{
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	font-size:24px;
	font-weight:400;
	text-transform:capitalize;
	float:right;
	margin-right: 20px;
}

.tiendaRow{
	margin:0 auto !important;
	text-align:center !important;
	margin-top: 0px !important;
	padding-bottom: 50px;
}

.col-centered{
	float: none;
	margin: 0 auto;
}

.items{
	margin:50px 100px !important;
	text-align:center !important;
}

.thumbnail{
	position:relative;
	padding: 15px;
	border: 1px solid #ececec;
	margin: 25px 5px;
}

.thumb-foto{
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #A6A4A4;
	width: 80%;
	height: auto;
}

.caption {
	position:relative;
	min-height:250px;
	text-align:center !important;
	margin:0 auto !important;
}

.thumb-btn{
	position:relative;
	height: 50px;
	bottom: 0;
}

.descripcion {
	text-align:left;
}

/* =============================
	flip book
	============================== */
	
	/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 360px;
	height: 422px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
}
	


/* ==========================================================================
   Mobile styles
   ========================================================================== */   
/* Landscape phones and down */
@media (max-width: 320px) {
	.logo {
	  width: 200px !important;
	  height:auto;
	  margin: 22px 0 0 5px !important;
	}
	


 }

@media (max-width: 480px) { 
	
	header {
		height: 110px;
	}
	.header-top{
		height:110px;
	}
	
	.languages {
		right:7px;
	}
	
	.logo {
	  width: 250px !important;
	  height:auto;
	  margin: 22px 0 0 5px !important;
	}
	
	.derecha {
	  padding: 50px;
	}
	
	#contacto{
		width:100% !important;
	}
	
	.forma {
		width:100%;
		margin-left:-15px !important;
	}

	.btn-lg {
		width:90%;
		margin-top: 30px;
	}
	#frase {
	  position:relative;
	  top: 250px;
	  padding: 15px;
	  width: 65% !important;
	  height: auto;
	  }
	  
	#frase i {
		font-size: 18px;
		color: #705095;
	}
	
	.fraseT {
	  font-size: 18px;
	}
	.box {
	margin: 20px;
	}
	
	.items{
	  margin:25px 25px !important;
	}
	
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform:none;
	}

	
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 

	header {
		height: 120px;
	}
	
	.header-top{
		height:120px;
	}
	
	.languages {
		right:20px;
	}
	
	.logo {
		width: 250px !important;
		height: auto;
		margin-top:25px;
	}

	#contacto{
		width:100% !important;
	}
	
	.forma {
		width:100%;
		margin-left:-15px !important;
	}
	#frase {
	  position:relative;
	  top: 200px !important;
	  padding: 15px;
	  width: 80%;
	  height: auto;
	  }
	.fraseT {
	  font-size: 18px !important;
	  font-weight: 400;
	  color: #705095;
	  opacity: 1 !important;
	  font-family: 'Libre Baskerville', serif;
	  text-indent: 15px;
	}
	.items{
	  margin:25px 25px !important;
	}
	
}


/* Portrait tablet to landscape and desktop */
@media (max-width: 1024px) {
	.logo {
	  width: 220px !important;
	  height:auto;
	  margin: 22px 0 0 -10px !important;
	}

}



/* Desktops and laptops */
@media (min-width: 992px) and (max-width: 1199px) {
	.logo {
	  width: 220px !important;
	  height:auto;
	  margin: 22px 0 0 -10px !important;
	}

}
     


/* Large screens */
@media (min-width: 1200px) and (max-width: 3000px) {

}   

/* -------------------------------------------------- */
/* jquery totop */
/* -------------------------------------------------- */
.scroll-top-wrapper {
    position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #777777;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}

/* -------------------------------------------------- */
/* footer */
/* -------------------------------------------------- */
footer {
    color: #ffffff;
	padding: 15px 0 15px 0;
	width:100%;
	margin:0;
	height:auto !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1aa3b7+0,705095+50,d1397c+100 */
	background: #705095; /* Old browsers */
	background: -moz-linear-gradient(left,  #1aa3b7 0%, #705095 50%, #d1397c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #1aa3b7 0%,#705095 50%,#d1397c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #1aa3b7 0%,#705095 50%,#d1397c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aa3b7', endColorstr='#d1397c',GradientType=1 ); /* IE6-9 */
}

.footer p{
	line-height:normal;
}

.footerLily {
	width:100%;
	height:auto;
	min-height: 130px;
}

footer h3 {
    font-size: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
}

footer a {
    color: #ffffff;
}

footer a:visited {
    color: #ffffff;
}

footer a:hover {
    color:#01d4fa;
}
.social {
	padding-top: 5px;
	line-height: 18px !important;
	float:left;
}
.social i{
	font-size:24px;
	color:#fffff !important;
	margin-right: 10px;
}

.social p{
	color: #ffffff;
	font-family:sans-serif;
	line-height: 16px !important;
	text-align:left;
}
	
.social i a:hover{
	color:#01d4fa !important;
}

.footer-logo{
	float:center;
	text-align:center;
	margin:0 auto;
	vertical-align:middle !important;
	padding-top: 20px;
}

.copyrights {
	padding-top: 25px;
	float:right;
}
.copyrights p{
	text-align: right;
	font-size:11px;
	line-height: 15px !important;
	font-family:sans-serif;
	color:#ffffff;
}

.copyrights a{
	color:#20c4f4;
}

@media (max-width: 768px) {
	
	footer {
		clear:both;
		width:100%;
		height:auto;
		margin:0 auto;
	}

  .footerLily {
  	height: 100% !important;
  }
 	.copyrights {
	padding-top: 0px;
	float:right;
	}
}
  
@media (max-width: 480px) { 
	footer {
		padding-left: 30px !important;
  }
	.footer-logo{
	float:left;
	clear:both;
	text-align:left;
	}
	.copyrights {
	float:left;
	clear:both;
	}
	.copyrights p{
	text-align: left;
	}
}


/* -------------------------------------------------- */
/* CONTACT US */
/* -------------------------------------------------- */

/* -------------------------------------------------- */
/* contact form */
/* -------------------------------------------------- */
.error {
    width: 280px;
    background: #FCD8DC;
    padding: 2px 10px 2px 10px;
    display: none;
    color: #C03;
    font-size: 12px;
    margin-bottom: 10px;
}

.success {
    display: none;
    padding: 2px 10px 2px 10px;
    background: #B0FFB0;
    color: #555;
    width: 280px;
    font-size: 12px;
    margin-bottom: 20px;
}

.error img {
    vertical-align: top;
}

.full {
    width: 98%;
}

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