/*

 - centrar boton si no hay muro - ok
 - mui pequeña patalla doble pasar abajo compartir OK (!)
 - margin entre buscar y localidad pantallas pequeñas  - OK
 - quito bypass usuario demo
*/

html, body, input, textarea, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, active, hover, selected {
	
	border: 0;
	font-size: 12px;
	outline: none;
	font-weight: 400;
	color: #878787;
	font-family: 'Open Sans', sans-serif;
}
a, span, b, strong, i {
	font-size: inherit
}
body, html{
	height: 100%;
body {
	background: #fff;
	overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6, strong, b, label {
	font-weight: 600;
}
h1, h2, h3, h4, h5, h6 {
	font-size: initial;
}
font-size: 15px;
}
br {
	line-height: '150%';
}
.label-control {
	margin: 10px 0 5px;
}
.btn {
	height: 40px;
	outline: none;
}
.btn:focus, .btn:focus:active, .btn:active {
	outline: none;
}
.btn, .btn:focus, .btn:hover, .btn:active {
	outline: 0 !important;
	box-shadow: none;
	/*border: 0 none;*/
	padding: 0 15px;
	
}
.btn:focus, .btn:focus i {
	color: #fff;
}
.button-turquesa {
	background: #fff;
	border: 2px solid #20c6a1;
	color: #fff;
	font-weight: 600;
}
.button-turquesa span,
.button-turquesa i {
	color: #20c6a1;
}
.button-turquesa:hover span,
.button-turquesa:hover i,
.button-turquesa.hover span,
.button-turquesa.hover i {
	color: #fff;
}
.button-turquesa[disabled]{
	background: #878787;
}
.button-turquesa:hover,
.button-turquesa.hover {
	color: #fff;
	background: #20c6a1;
}
.btn-turquesa {
	background: #20c6a1;
	border: 0 none;
	margin: 15px 0;
	color: #fff;
	font-weight: 600;
	height: 40px;
}
.btn-turquesa:hover {
	background: #2ed7b1;
	color: #fff;
}
.btn-turquesa i {
	color: #fff;
}
.btn-grey {
	background: #b3b3b3;
	border: 0 none;
	margin: 20px 0 0;
	color: #fff;
	font-weight: 600;
	height: 30px;
}
.btn-grey > span {
	color: inherit;
	font-weight: inherit;
	outline: none;
}
.btn-grey:hover {
	background: #878787;
	color: #fff;
}
.btn-grey i {
	color: #fff;
	margin-right: 10px;
}
.btn-rojo, .btn-rojo:focus {
	background: transparent;
	color: #ee4e49;
	border: 2px solid #ee4e49;
	font-weight: 600;
	height: 40px;
}
.btn-rojo.hover,
.btn-rojo:hover {
	color: #fff;
	background: #ee4e49;
}

.btn-rojo i, .btn-rojo span,
.btn-rojo:focus i, .btn-rojo:focus span {
	color: #ee4e49;
}
.btn-rojo:hover i, .btn-rojo:hover span,
.btn-rojo.hover i, .btn-rojo.hover span  {
	color: #fff;
}
.button-lightblue {
	background: #fff;;
	border: 2px solid #00ace4;
	color: #00ace4;
	font-weight: 600;
}

.button-lightblue span,
.button-lightblue i {
	color: #00ace4;
}
.button-lightblue:hover,
.button-lightblue.hover{
	background: #00ace4;
	border: 2px solid #00ace4;
	color: #fff;
	font-weight: 600;
}
.button-lightblue:hover span,
.button-lightblue:hover i,
.button-lightblue.hover span,
.button-lightblue.hover i{
	color: #fff;
}
.modal {
	background: rgba(0,0,0,0.8);
}

.add-container,
.share-container {
	width: 555px;
	background: #eaeaea;
	display: inline-block;
	border-radius: 4px;
}
.sin-padding {
	padding: 0px;
}
.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.text-nowrap {
	white-space: nowrap;
}

#share-button, #share-button + ul {
	margin-right: 15px;
}
.top {
	background: #fff;
	color: #9A9A9A;
	display: inline-block;
	width: 100%;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	margin-bottom: 1px;
	border-radius: 4px 4px 0 0;
}
.top #trigger-close-publicar {
	position: absolute;
	right: 15px;
	top: 11px;
	cursor: pointer;
}
.add-container .overflow-content{
	max-height: 390px;
	overflow:hidden;
	overflow-y: auto;
}
.add-container .img-preview {
	display: none;
}

.add-container .upload-img img {
	width: 520px;
}

.add-container .upload-img img.vertical {
	width: auto;
	height: 520px;
}
@media (max-width: 620px) {
	.add-container .upload-img img {
		width: 100%;
	}
}
.add-container .upload-img img.horizontal {
	margin-top: 0 !important;
}
.add-container .image-preview-container i {
	position: absolute;
	left: 35px;
	font-size: 20px;
	top: 13px;
	color: #fff;
	background: rgba(0,0,0,0.2);
	border-radius: 4px;
	padding: 10px;
	cursor: pointer;
}
.add-container .image-preview-container i#preview-rotate-right{
	right: 30px;
	left: auto;
}
.add-container textarea {
	resize: none;
	height: 120px;
}
.add-container input#pesame_image, .add-container input#pesame_video {
	display: none;
}
hr {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #EEEEEE -moz-use-text-color #FFFFFF;
	border-style: solid none;
	border-width: 1px 0;
	margin: 18px 0;
	color: #cacaca;
}
h1#esquela-name {
	font-size: 32px;
	margin: 40px 0 20px;
	font-weight: 400;
	font-family: 'Droid Serif', serif;
}
h2#esquela-date {
	font-size: 18px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #878787;
}
img#esquela-image {
	width: 140px;
	min-height: 140px;
}
#wall-image {
	width: 140px;
	height: 140px;
	margin: 50px auto 0;
	background: #fff;
	border-radius: 50%;
	overflow: hidden;
}
#login_container {
	background: #00368C;
	height: 40px;
	line-height: 40px;
}
#login_container a {
	font-weight: 600;
	text-decoration: none;
}
#login_container a,
#login_container i{
	color: #00ace4;
}
#login_container img{
	margin-top: 10px;
}
h3.title-muro {
	color: #878787;
	font-size: 27px;
	font-weight: 300;
	padding: 0 0 20px;
	border-bottom: 1px solid #dbdbdb;
	margin: 45px 15px 15px;
}
.header {
	height: 70px;
	background: #fff;
}
.header .container {
	position: relative;
}
.header #logo {
	margin-top: 25px;
}
.header .header-logo-link {
	display: inline-block;
	position: relative;
	z-index: 1;
}
.header .logo {
	width: 300px;
	margin: 0 auto;
	height: 100px;
	background: url(../img/logo_test.png) no-repeat center;
}

.container-fix {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0;
}
#esquela {
	background: #f0f0f0;
	padding: 10px 0;
	height: 360px;
}

#biografia {
	background: #eaeaea;
	padding: 60px 0;
}
#biografia #biografia-text {
	max-width: 980px;
	margin: 0 auto;
	float: none;
	font-family: 'Droid Serif', serif;
	font-size: 14px;
	padding: 0 60px;
	line-height: 26px;
	position: relative;
	overflow: hidden;
}
#biografia #biografia-text.closed {
	height: 50px;
	cursor: pointer;
}
#biografia #biografia-text.closed:hover {
	color: #444;
}
#biografia #biografia-text.closed:after {
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 100%;
	left: 0;
	content: "";
	background: linear-gradient(to top, rgba(234,234,234, 1) 0%, rgba(255,255,255, 0) 100% );
	pointer-events: none;
}

#ceremonia {
	background: #00368C;
}
#ceremonia .container {
	max-width: 980px;
	margin: 0 auto;
	padding: 60px 0;
}
#ceremonia h3 {
	color: #fff;
	font-weight: 300;
	font-size: 25px;
	margin-bottom: 30px;
}
#ceremonia .fecha, #ceremonia .fecha * {
	color: #00ACE4;
	font-size: 17px;
}
#ceremonia .lugar ul {
	margin-top: 20px;
	padding-left: 0;
}
#ceremonia .lugar ul li {
	margin: 0;
	padding: 0;
	color: #fff;
	list-style: none;
	font-size: 14px;
}
#ceremonia .lugar ul li b {
	color: #fff;
	font-size: 14px;
}
#ceremonia .fecha i.fa {
	margin-right: 5px;
}
#ceremonia .ceremonia-box {
	padding: 0 100px;
}
#ceremonia .ceremonia-box:first-child {
	border-right: 1px solid #1650ac;
	min-height: 170px;
}
input#buscador {
	background: #EAEAEA;
	border: 0 none;
}
#filter-muro {
	padding: 30px 0;
	background-color: #fff;
}
#filter-muro .content {
	width: 1170px;
	
}
#publicar {
	background: #fff;
	padding: 60px 0;
	text-align: center;
}
#publicar button.trigger-publicar {
	background: #21c6a1;
	color: #fff;
	padding: 0 30px;
	height: 60px;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: 600;
	margin-left: 30px
}
#publicar button.trigger-publicar:hover {
	background: #2ED7B1;
}
#publicar button:first-child{ margin-left: 0;}
#publicar a {
	text-decoration: none;
}
#publicar button.buy-items-link {
	background: #fff;
	color: #21C6A1;
	padding: 0 30px;
	height: 60px;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: 600;
	border: 2px solid #21c6a1;
	margin-left: -20px;
}
#publicar button.buy-items-link .fa {
	color: #21C6A1;
}
#publicar button.buy-items-link:hover {
	border-color: #2ED7B1;
	color: #2ED7B1;
}
.add-container button.btn {
	line-height: 40px;
	font-size: 13px;
	font-weight: 600;
	padding: 0 15px;
	text-transform: uppercase;
}
.add-container #add_pesame {
	background: #21c6a1;
	float: right;
	border: none;
	margin: 15px 0;
}
#publicar button.trigger-publicar i {
	color: #fff;
	margin-left: 10px;
}
.add-container .video, .add-container .image {
	background: #fff;
	color: #878787;
	border: 2px solid transparent;
	float: left;
	margin: 15px 15px 15px 0;
}
.add-container .video:hover, .add-container .image:hover {
	border: 2px solid #20c6a1;
	background: #fff;
	color: #20c6a1;
}
.add-container .video i, .add-container .image i {
	color: #444;
	margin: 0 10px 0 0;
	font-size: 17px;
}
.add-container .video:hover i, .add-container .image:hover i {
	color: #20c6a1;
}
.add-container .video.empty:before {
	content: "\f01d";
}
.add-container .image.empty:before {
	content: "\f03e";
}
#recuerdos {
	background: #eaeaea;
	padding: 60px 0;
}
.tab-list {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	background: #f5f5f5;
}
.tab-list .tab{
	background-color: #F5F5F5;
	color: #BFBFBF;
	height: 40px;
	font-size: 13px;
	border: none;
	outline: none;
}

.tab-list .tab:hover,
.tab-list .tab.current{
	background-color: #fff;
	color: #878787;
}
.tab-list .tab:first-child {
	border-right: 1px solid #eaeaea;
}
#partner {
	background-color: #fff;
	padding: 40px 0;
	/*-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
*/}
.password + .input-group-addon {
	cursor: pointer;
}
#partner img {
	max-height: 109px;
}
.partner-top {
	border-top: 1px solid #EAEAEA;
}
#partner-form {
	display: none;
	padding: 30px 0px 15px;
	border-bottom: 1px solid #eaeaea;
	background: #fff;
}
#partner-info {
  	border-bottom: 1px solid #eaeaea;
  	padding-top: 20px;
 	padding-bottom: 20px;
 	text-align: center;
 	display: none;
 	padding: 30px 0px;
}
.masonry-list {
	margin: 0 auto;
}
.masonry-list .item {
	float: left;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 590px;
}
#partner-info div span {
	line-height: 30px;
	color: #878787;
	white-space: nowrap;
	font-size: 13px;
}
#partner-info .container {
	float: none;
}
#partner-info div span:before {
	font-family: FontAwesome;
	margin-right: 5px;
	font-weight: normal;
	color: #00ACE4;
	font-size: 20px;
	margin: 0 20px 0 0;
}
#partner-info #p-address {
	color: #fff;
}
#partner-info #p-address span:before {
	content: "\f041";
}
#partner-info #p-tel > span:before {
	content: "\f095";
}

#partner-info #p-horario span:before {
	content: "\f017";
}
#partner-info #p-web span:before {
	content: "\f0ac";
}
#partner-info #p-web span a {
	color: #00ace4;
}
@media (max-width: 1200px) {
	#partner-info {
		height: auto;
		padding: 20px 0;
	}
	#partner-info .container > div {
		float: none;
		width: 100%;
		text-align: center;
	}
	#partner-info .container > div  span {
		line-height: 27px;
	}
	#partner-info div span:before {
		display: none;
	}
	#partner-info  .item {
		width: 100% !important;
		text-align: center;
		max-width: initial
	}
	#partner-info .masonry-list {
		width: 100% !important;
	}
	
	#buscador-muros #search-muros button.button-muro-gratuito i {
		margin-right : 0px;
		
	}
	
}
#muros {
	background: #eaeaea;
}
#muros #muro-list {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
#muros .no-data {
	border: 2px solid #b3b3b3;
	color: #b3b3b3;
	font-size: 14px;
	line-height: 50px;
	margin: 40px 0;
	font-weight: 600;
}
#muros .muro {
	background: #fff;
	display: inline-block;
	margin: 15px 0;
	padding: 15px 0;
	width: 100%;
	border-bottom: 3px solid #dbdbdb;
	position: relative;
}
#muros .muro .icon-bloqueo,
#muros .muro .icon-share{
	font-size: 25px;
	position: absolute;
	top: 15px;
	color: #dbdbdb;
	z-index: 1;
}
#muros .muro.vip .combine-name {
	margin-top: 60px;
    margin-bottom: 21px;
    float: left;
}
#muros .muro .icon-bloqueo {
	left: 15px;
}
#muros .muro .icon-share {
	right: 15px;
	cursor: pointer;
}
#muros .muro .icon-share:hover {
	color: #00ace4;
}
.modal-type-selector {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
	text-align: center;
	background: #eaeaea;
}
.modal-type-selector .fa-close {
	position: absolute;
	top: 10px;
	right: 10px;
}
.modal-type-selector .muro-link {
	display: block;
	position: absolute;
	top: 30%;
	width: 100%;
}
.modal-type-selector .muro-link:last-child {
	top: 60%;
}
.modal-type-selector .muro-link span{
	display: block;
	font-size: 24px;
	font-weight: 600;
}
#header-shop .user-image {
	height: 70px;
	overflow: hidden;
	border-radius: 50%;
	width: 70px;
	margin: 0 auto 15px;
	background: #f0f0f0;
	border: 3px solid #fff;
}

#header-shop .user-image img{
	max-width: 100%;
}
#muros .muro .user-image {
	height: 100px;
	overflow: hidden;
	border-radius: 50%;
	width: 100px;
	margin: 0 auto;
	background: #f0f0f0;
}
#muros .muro.vip .user-image {
	height: 180px;
	width: 180px;
	margin: 45px 0 45px 45px;
}
#muros .muro .def-date {
	margin-right: 5px;
	padding: 1px 0;
}
#muros .muro .def-date:before {
	content: "\f073";
	font-family: FontAwesome;
	margin-right: 5px;
	font-weight: normal;
}
#muros .muro .def-locate {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 125px;
	line-height: 10px;
	padding: 1px 0;
}
#muros .muro .def-locate:before {
	content: "\f041";
	font-family: FontAwesome;
	margin: 0 5px;
	font-weight: normal;
}

#muros .muro .muro-img img {
	width: 100px;
}
#muros .muro.vip .muro-img img {
	width: 180px;
}
#muros .muro .muro-apodo, #muros .muro .muro-firstname {
	margin-top: 15px;
}
#muros .muro .muro-apodo{
	color: #444444;
	font-family: 'Droid Serif', serif;
	font-size: 16px;
	height: 20px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#muros .muro .muro-firstname, #muros .muro .muro-lastname {
	font-family: 'Droid Serif', serif;
	color: #878787;
	font-size: 18px;
	height: 27px;
}

#muros .muro .muro-age {
	margin: 10px 0;
	color: #b3b3b3;
	font-size: 13px;
	height: 20px;
}

#muros .muro .muro-separator {
	width: 200px;
	height: 1px;
	margin: 0 auto;
	border: 0 none;
	background: #eaeaea;
}

#muros .muro .muro-locate {
	margin-top: 15px;
	white-space: nowrap;
	height: 19px;
}
#muros .muro .muro-locate span {
	color: #b3b3b3;
	font-size: 13px;
}
#muros .muro .muro-actions {
	margin-top: 22px;
}
#muro-list .muro button.view-muro {
	float: right;
	padding: 0 15px 0 11px;
}
#muro-list .muro button.view-muro:hover {
	background: #2ED7B1;
}
#muro-list .muro .pop-muros button:before {
	content: '\f0ac';
	font-family: FontAwesome;
	margin-right: 5px;
	font-weight: normal;
}
#muro-list .muro .pop-muros button.bloqued:before {
	content: '\f023';
	font-family: FontAwesome;
	margin-right: 5px;
	font-weight: normal;
}
/* Format List */

@media (min-width: 1200px) {
	/* LIST */
#muros #muro-list.format-list {
	margin: 20px auto;
	width: 100% !important;
}
#muro-list.format-list .muro .muro-actions {
	width: 23%;
}
#muros #muro-list.format-list {
	margin: 20px auto;
	width: 100% !important;
}
#muro-list.format-list .muro .muro-actions {
	width: 23%;
}
#muros #muro-list.format-list {
	margin: 20px auto;
	width: 100% !important;
}
#muros #muro-list.format-list .combine-name {
	width: 30%;
	float: left;
}
#muros #muro-list.format-list .muro {
	height: auto;
	width: 100%;
	padding: 10px 0px 0px;
	height: 70px;
	margin: 5px 0;
}
#muros #muro-list.format-list > div {
	width: 100%;
}
#muro-list.format-list .muro .muro-locate {
	width: 25%;
	text-align: left;
}
#muro-list.format-list .muro .muro-actions {
	width: 26%;
	margin-top: 3px;
	float: right;
}
#muro-list.format-list .muro .muro-img {
	width: 5%;
	margin-top: 5px;
}
#muro-list.format-list .muro .user-image {
	width: 32px;
	height: 32px;
}
#muro-list.format-list .muro .muro-img img {
	width: 32px;
}
#muro-list.format-list .muro .muro-firstname {
	width: auto;
	text-align: left;
	padding: 0;
}
#muro-list.format-list .muro .muro-lastname {
	width: auto;
	text-align: left;
	margin-top: 15px;
	padding: 0 0 0 5px;
}
#muro-list.format-list .muro .muro-age {
	width: 9%;
	text-align: left;
	margin-top: 15px;
}
#muro-list.format-list .muro .muro-separator {
	display: none;
}
#muro-list.format-list .muro .muro-actions {
	width: 23%;
}

	/*#muros #muro-list.format-list {
		margin: 20px auto;
		width: 100% !important;
	}
	#muro-list.format-list .muro .muro-actions {
		width: 23%;
	}
	#muros #muro-list.format-list {
		margin: 20px auto;
		width: 100% !important;
	}
	#muro-list.format-list .muro .muro-actions {
		width: 23%;
	}
	#muros #muro-list.format-list {
		margin: 20px auto;
		width: 100% !important;
	}
	#muros #muro-list.format-list .combine-name {
		width: 30%;
		float: left;
	}
	#muros #muro-list.format-list .muro {
		height: auto;
		width: 100%;
		padding: 10px 0px 0px;
		height: 70px;
		margin: 5px 0;
	}
	#muros #muro-list.format-list > div {
		width: 100%;
	}
	#muro-list.format-list .muro .muro-locate {
		width: 25%;
		text-align: left;
	}
	#muro-list.format-list .muro .muro-actions {
		width: 26%;
		margin-top: 3px;
		float: right;
	}
	#muro-list.format-list .muro .muro-img {
		width: 5%;
		margin-top: 5px;
	}
	#muro-list.format-list .muro .user-image {
		width: 32px;
		height: 32px;
	}
	#muro-list.format-list .muro .muro-img img {
		width: 32px;
	}
	#muro-list.format-list .muro .muro-firstname {
		width: auto;
		text-align: left;
		padding: 0;
	}
	#muro-list.format-list .muro .muro-lastname {
		width: auto;
		text-align: left;
		margin-top: 15px;
		padding: 0 0 0 5px;
	}
	#muro-list.format-list .muro .muro-age {
		width: 9%;
		text-align: left;
		margin-top: 15px;
	}
	#muro-list.format-list .muro .muro-separator {
		display: none;
	}
	#muro-list.format-list .muro .muro-actions {
		width: 23%;
	}*/

}
@media (max-width: 1200px) {
	.format-display {
		display: none;
	}
	/*.format-display {
		margin-right: 40px;
	}*/
	/*#filter-muro .col-xs-3 {
		width: 31%;
		margin-left: 40px;
	}
	#muros #muro-list.format-list {
		margin: 20px auto;
		width: 100% !important;
	}
	#muro-list.format-list .muro .muro-actions {
		width: 23%;
	}
	/*#muros #muro-list.format-list {
		margin: 20px auto;
		width: 100% !important;
	}
	#muros #muro-list.format-list .combine-name {
		width: 30%;
		float: left;
	}
	#muros #muro-list.format-list .muro {
		height: auto;
		width: 100%;
		padding: 10px 0px 0px;
		height: 70px;
		margin: 5px 0;
	}
	#muros #muro-list.format-list > div {
		width: 100%;
	}
	#muro-list.format-list .muro .muro-locate {
		width: 25%;
		text-align: left;
	}
	#muro-list.format-list .muro .muro-actions {
		width: 26%;
		margin-top: 3px;
		float: right;
	}
	#muro-list.format-list .muro .muro-img {
		width: 7%;
		margin-top: 5px;
	}
	#muro-list.format-list .muro .user-image {
		width: 32px;
		height: 32px;
	}
	#muro-list.format-list .muro .muro-img img {
		width: 32px;
	}
	#muro-list.format-list .muro .muro-firstname {
		width: auto;
		text-align: left;
		padding: 0;
	}
	#muro-list.format-list .muro .muro-lastname {
		width: auto;
		text-align: left;
		margin-top: 15px;
		padding: 0 0 0 5px;
	}
	#muro-list.format-list .muro .muro-age {
		width: 9%;
		text-align: left;
		margin-top: 15px;
	}
	#muro-list.format-list .muro .muro-separator {
		display: none;
	}
	#muro-list.format-list .muro .muro-actions {
		width: 23%;
	}
	#muro-list.format-list  .muro .muro-actions {
		width: 28%;
	}
	#muro-list.format-list .muro .muro-locate {
		display: none;
	}
	#muro-list.format-list  .muro .muro-age {
		width: 17%;
	}*/
}
@media (min-width: 620px) {
	.modal-type-selector {
		display: none !important;
	}
}
@media (max-width: 990px) {
	#filter-muro .col-xs-3 {
		width: 50%;
		margin: 0;
	}
	.format-display {
		display: none;
	}
	/*#muros #muro-list .combine-name, #muros #muro-list.format-list .combine-name {
		width: 40%;
		float: left;
	}
	#muro-list .muro .muro-age {
		width: 12%;
	}
	#muros #muro-list {
		margin: 20px auto;
		width: 100% !important;
	}
	#muros #muro-list .muro {
		height: auto;
		width: 100%;
		padding: 10px 0px 0px;
		height: 70px;
		margin: 5px 0;
	}
	#muros #muro-list > div {
		width: 100%;
	}
	/*#muro-list .muro .muro-img, #muro-list.format-list .muro .muro-img {
		width: 14%;
		margin-top: 5px;
	}
	#muro-list .muro .user-image {
		width: 32px;
		height: 32px;
	}
	#muro-list .muro .muro-img img {
		width: 32px;
	}
	#muro-list .muro .muro-firstname, #muro-list .muro .muro-lastname {
		width: auto;
		text-align: left;
		padding: 0;
	}
	#muro-list .muro .muro-lastname {
		margin-top: 15px;
		padding-left: 5px;
	}
	#muro-list .muro .muro-age {
		width: 20%;
		text-align: left;
		margin-top: 15px;
	}
	#muro-list .muro .muro-locate {
		display: none;
	}
	#muro-list .muro .muro-separator {
		display: none;
	}
	#muro-list .muro .muro-actions .view-muro {
		display: none;
	}
	#muro-list .muro .muro-actions .send-product {
		width: 100%;
	}*/
	/*#muro-list .muro .muro-actions {
		width: 26%;
		margin-top: 3px;
		float: right;
	}*/
	#muro-type {
		display: none;
	}

}
@media (max-width: 720px) {
	.header button span {
		display: none;
	}
}
@media (max-width: 620px) {
	.header {
		/*background: #fff url(../img/logo.png) no-repeat center;*/
	}

	#filter-muro .col-xs-3 {
		width: 100%;
	}
	/*#muros #muro-list .combine-name, #muros #muro-list.format-list .combine-name {
		width: 60%;
	}
	#muro-list .muro .muro-actions {
		display: none;
	}*/
	#publicar button.trigger-publicar,
	#publicar button.buy-items-link {
		width: 80%;
		margin: 10px auto;
		display: block;
		float: none;
	}
	
	#publicar button.trigger-publicar {
		width: 80%;
	}
	#publicar button.buy-items-link {
		width: 80%;
	}
	.add-container {
		width: 100%;
		position: initial !important;
	}
	.add-container .overflow-content{
		height: 320px;
		overflow-x: auto;
	}
	.add-container button {
		width: 100% !important;
		float: none !important;
		display: block;
		margin: 10px auto !important;
	}
	#locate-filter {
		margin-top: 10px;
	}
	
}
@media (max-width: 500px) {

	/*#muro-list .muro .muro-age {
		display: none;
	}
	#muro-list .muro .muro-img, #muro-list.format-list .muro .muro-img {
		width: 25%;
	}
	#muros #muro-list .combine-name, #muros #muro-list.format-list .combine-name {
		width: 75%;
	}*/
	#share-button {
		margin-right: 10px;
	}
	#share-button .fa {
		margin-left: 0;
		margin-right: 0;
	}
}
#share-button .fa-caret-down {
	margin-right: 0;
	margin-left: 5px;
}
/* END FORMAT LIST*/

.format-display {
	float: right;
	padding-top: 10px;
	text-align: right;
}
.format-display i {
	font-size: 20px;
	margin-left: 10px;
	cursor: pointer;
	color: #dbdbdb;
}
.format-display i:hover {
	color: #00ACE4;
}
.format-display i.current {
	color: #b3b3b3;
}
#products {
	background: #eaeaea;
	/*margin: 0 auto;*/
	padding-bottom: 50px;
}
#products #product-list {
	margin: 0 auto;
}
#products .product {
	background: #fff;
	margin: 15px 0;
}
#products .product .product-image {
	max-width: 100%;
	max-height: 155px;
}
#products .product .image-container {
	height: 155px;
}
#products .product button {
	background: #21c6a1;
	color: #fff;
	height: 40px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
}
#products .product button.send-product {
	float: left;
	border: 2px solid #21c6a1;
	color: #fff;
}
#products .product button.send-product .fa {
	color: #fff;
	margin-right: 5px;
}
#products .product button.view-muro.bloqued:before {
	content: '\f023';
	font-family: FontAwesome;
	margin-right: 5px;
	font-weight: normal;
}
#products .product .product_actions {
	margin: 10px 0;
}
#products .product .product_actions .product-donativo-symbol{
	font-size: 24px;
	line-height: 40px;
	float: left;
	margin-right: 5px;
}
#products .product .product-title {
	white-space:nowrap;
}
.recuerdos_list {
	list-style: none;
}
.recuerdos_list  .recuerdo .text-container {
	position: relative;
}
.recuerdos_list  .recuerdo .edit {
	height: 100%;
	width: 100%;
	bottom: 0;
	position: absolute;
	left: 0;
	background: rgba(0,0,0,0.5);
}
.recuerdos_list  .recuerdo .edit i {
	font-size: 30px;
	position: absolute;
	top: 36%;
	left: 30%;
	color: #fff;
	cursor: pointer;
}
.recuerdos_list  .recuerdo .edit i:last-child{
	left: 60%;
}
.recuerdos_list .recuerdo .edit i:first-child:last-child {
	left: 46%;
}	
.recuerdos_list  .recuerdo:not(:hover) .edit {
	display: none;
}
.recuerdos_list .recuerdo {
	background: #fff;
	border-bottom: 3px solid #dbdbdb;
	min-height: 40px;
	float: none;
	word-break: break-word;
	margin-bottom: 30px;
}
.recuerdos_list .recuerdo.new {
	opacity: 0.5;
}
.recuerdo .image.empty, .recuerdo .video {
	width: 100%;
	background: #DBDBDB;
	text-align: center;
	line-height: 155px;
	height: 155px;
}
.recuerdo a#a-video, .recuerdo a#a-video:hover, .recuerdo a#a-video:focus, .recuerdo a#a-video:visited {
	text-decoration: none;
}
.recuerdo .video.empty:before, .recuerdo .image.empty:before {
	font-size: 70px;
	color: #fff;
	font-family: FontAwesome;
	font-weight: normal;
	cursor: pointer;
}
.recuerdo .video.empty:before {
	content: "\f01d";
}
.recuerdo .image.empty:before {
	content: "\f03e";
}

.recuerdo .text p {
	font-family: 'Droid Serif', serif;
	padding: 20px;
	text-align: center;
	font-size: 13px;
}
.recuerdo .origin {
	text-align: center;
	color: #b3b3b3;
	font-size: 13px;
	line-height: 60px;
	border-top: 1px solid #eaeaea;
	margin: 0 30px;
	font-style: italic;
}

.recuerdos_list {
	padding: 0;
}
.masonry { /* Masonry container */
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
	column-fill: ballance;
	-moz-column-fill: ballance;
}

.masonry .item { /* Masonry bricks or child elements */
	width: 100%;
	display: inline-block;
	-webkit-backface-visibility: hidden;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.format-list.masonry .item {
	margin: 0 0 15px;
}
@media only screen and (max-width: 400px) {
	.masonry {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
}
@media only screen and (min-width: 400px) {
	.masonry {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
}

@media only screen and (min-width: 700px) {
	.masonry {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
	
}

@media only screen and (min-width: 900px) {
	.masonry {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
	.masonry.extends {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}
}

@media only screen and (min-width: 1100px) {
	.masonry {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}
	.masonry.extends {
		-moz-column-count: 4;
		-webkit-column-count: 4;
		column-count: 4;
	}
}
@media only screen and (min-width: 1200px) {
	.masonry {
		-moz-column-count: 4;
		-webkit-column-count: 4;
		column-count: 4;
	}
	.masonry.extends {
		-moz-column-count: 4;
		-webkit-column-count: 4;
		column-count: 4;
	}
}
#wrapper {
	padding-bottom: 50px;
  position: relative;
  min-height: 100%;
    background: #eaeaea;
}
#card_resume {
	background-color: #fff;
}
footer {
	background: #f0f0f0;
	height: 50px;
	line-height: 50px;
	color: #b3b3b3;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
}
span.bootstrap-maxlength {

	background: transparent;
	color: #9a9a9a;
	margin-top: -23px;
	font-size: 13px;
}
span.bootstrap-maxlength.label-danger {
	color: red;
}
div#reports {
	color: #FFFFFF;
	font-size: 15px;
	min-height: 50px;
	left: 0;
	line-height: 50px;
	position: fixed;
	text-align: center;
	bottom: 0;
	width: 100%;
	z-index: 9002;
	display: none;
}
div#reports.error {
	background: #ef3232;
}
div#reports.correct {
	background: #00ACE4;
}
.product .quantity-container {
	margin-right: 10px;
	width: 45%;
	position: relative;
}
.product .quantity-container input {
	width: 70%;
	height: 40px;
	text-align: center;
	border-radius: 4px 0 0 4px;
}
.product .quantity-container .quantity-control {
	position: absolute;
	width: 30%;
	height: 50%;
	background: #fff;
	right: 0;
	border: 1px solid #bfbfbf;
	cursor: pointer;
}
.product .quantity-container .up {
	top: 0;
	border-radius: 0 4px 0 0;
	border-left: 0 none;
	border-bottom: 0 none;
}
.product .quantity-container .down {
	bottom: 0;
	border-radius: 0 0 4px 0;
	border-left: 0 none;
}
#header-shop:before {
	content: "";
	height: 10px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #1650AC;
}
#header-shop {
	background: #00368C;
	padding: 30px 0;
	position: relative;
}
#header-shop .text {
	color: #0099D4;
	font-size: 17px;
}
#header-shop .name {
	font-family: 'Droid Serif', serif;
	color: #fff;
	font-size: 25px;
}
#shop-menu {
	background: #eaeaea;
	padding: 30px 0;
}
#shop-menu-container {
	height: 60px;
	margin: 0 auto;
	float: none;
}
#shop-menu #cart {
	height: 60px;
	border-radius: 0 4px 4px 0;
	background: #21C6A1;
	float: right;
	margin-left: 0;
	padding-left: 0;
	position: relative;
}
#shop-menu #cart:hover {
	border-radius: 0 4px 0 0;
}
#shop-menu .dropdown-cart {
	position: absolute;
	left: 0;
	top: 60px;
	background: inherit;
	z-index: 1;
	display: none;
	color: #fff;
}
#shop-menu #cart:hover .dropdown-cart{
	display: block;
}
#shop-menu .dropdown-cart span.quantity, 
#shop-menu .dropdown-cart i.delete-from-card, 
#shop-menu .dropdown-cart .product-name,
#shop-menu .dropdown-cart .product-price {
	color: #fff;
}
#shop-menu .dropdown-cart span.quantity {
	
}
#shop-menu .dropdown-cart .product-name,
#shop-menu .dropdown-cart .product-price {
	font-weight: 600;
}
#shop-menu .dropdown-cart .delete-from-card {
	cursor: pointer;
}
#shop-menu .quantity-container {
	margin-top: 5px;
  	position: relative;
}
#shop-menu .quantity-container input {
	width: 100%;
	height: 30px;
	text-align: center;
	border-radius: 4px 0 0 4px;
}
#shop-menu .quantity-container .quantity-control {
	position: absolute;
  	width: 20%;
  	height: 50%;
  	background: #fff;
  	right: 0;
  	border: 1px solid #bfbfbf;
  	cursor: pointer;
  	line-height: 100%;
  	text-align: center;
}
#shop-menu .quantity-container .up {
	top: 0;
	border-radius: 0 4px 0 0;
	border-left: 0 none;
	border-bottom: 0 none;
}
#shop-menu .quantity-container .down {
	bottom: 0;
	border-radius: 0 0 4px 0;
	border-left: 0 none;
}

#shop-menu .dropdown-cart ul{
	padding: 10px 0;
  	list-style: none;
  	margin-bottom: 0;
  	background: rgba(0,0,0,0.1);
}
#shop-menu .dropdown-cart ul li{
	height: 40px;
  	line-height: 40px;
}
#shop-menu .dropdown-cart ul li .delete-from-card {
	float: right;
	line-height: 40px;
}
#shop-menu #cart .cart-col {
	margin: 0;
	padding: 0 5px;
	line-height: 60px;
	color: #fff;
	font-weight: 600;
	white-space: nowrap;
}
#shop-menu #cart .cart-col span {
	color: #fff;
	font-weight: 600;
}
#shop-menu #cart .cart-col .fa {
	color: #fff;
	margin: 0 5px;
}
#shop-menu #cart .cart-col.total {
	text-align: right;
	padding-right: 10px;
}
#shop-menu #shop-menu-filter {
	background: #1650AC;
	border-radius: 4px 0 0 4px;
	float: left;
	margin-right: 0;
	padding-right: 0;
	height: 60px;
}
@media (max-width: 990px) {
	#shop-menu #shop-menu-filter {
		border-radius: 4px 4px 0 0;
	}
	#shop-menu #cart {
		border-radius: 0 0 4px 4px;
	}
}
button#buy {
	text-transform: uppercase;
	color: #fff;
	background: #00ACE4;
	border: 0 none;
	margin: 10px 0;
	font-size: 12px;
	font-weight: 600;
	height: 40px;
}
#table-billing-resume {
	margin: 40px auto;
	float: none;
}
#table-billing-resume table .totals td {
	border: 1px solid #eaeaea;
}
#table-billing-resume table tbody tr:not(.totals) {
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}
#table-billing-resume table tbody tr:first-child {
	border-top: 2px solid #eaeaea;
}
#table-billing-resume table tbody tr.last {
	border-bottom: 1px solid #eaeaea;
}

#table-billing-resume table .totals td:first-child {
	border: 0 none;
}

#table-billing-resume table .totals td:nth-child(2) {
	font-weight: 600;
	text-transform: uppercase;
	color: #b3b3b3;
}
#table-billing-resume table th {
	color: #b3b3b3;
}
#table-billing-resume table th, #table-billing-resume table td {
	text-align: right;
	width: 150px;
	font-size: 14px;
	color: #878787;
}
#table-billing-resume table th:first-child, #table-billing-resume table td:first-child {
	text-align: left;
	width: auto;
}
.footer-text {
	padding: 40px;
	background: #eaeaea;
}
.footer-text p {
	color: #b3b3b3;
	font-size: 13px;
}

/* CODE */
#code-container {
	background: #1650AC;
	position: absolute;
	width: 100%;
	min-height: 100%;
	top: 0;
}

#code-container input {
	height: 40px;
	background: #eaeaea;
}
#code-container textarea {
	height: 150px;
	background: #eaeaea;
}
#code-container .code-wrapper {
	margin-top: 50px;
	color: #fff;
	margin-top: 150px;
}
#code-container .code-wrapper button{
	padding: 0 60px;
	margin-top: 5px;
}
#code-container .code-wrapper .inputs {
	margin-bottom: 20px;
}
#code-container .code-wrapper input {
	border: 0 none;
}
#code-container .public-muro {
	
}
#code-container .code-wrapper h5 {
	color: #fff;
	font-size: 20px;
	line-height: 28px;
}
#code-container .code-wrapper label {
	font-weight: 600;
	color: #fff;
	margin: 35px 0 35px;
	font-size: 13px;
}
#code-container .code-wrapper input.code {
	width: 50px;
	display: inline-block;
	margin-right: 10px;
	text-align: center;
}
@media (max-width: 500px) { 
	#code-container .code-wrapper input.code {
		width: 100%;
	}
	#code-container .code-wrapper input.code:not(:first-child) {
		display: none;
	}
}
@media (min-width: 1150px) { 
	.row {
		margin-left: -15px;
		margin-right: -15px;
	}
}
/* END CODE */

.bootstrap-tagsinput {
	width: 100%;
}
.bootstrap-tagsinput input {
	float: left;
	margin: 2px 0 0 5px;
}
.bootstrap-tagsinput > span {
	float: left;
	line-height: 17px;
	height: 22px;
	color: #fff;
	font-size: 12px;
	margin: 2px;
	background: #20c6a1;
}
.bootstrap-tagsinput .tag [data-role="remove"]{
	margin: 0;
}
.bootstrap-tagsinput span span:after {
	color: #fff;
	margin: 0 5px 0 0;
}
#share-button > span, 
#share-button.dropdown-toggle {
	/*border: 2px solid #b3b3b3;*/
}
#share-button.dropdown-toggle + ul {
	border: 2px solid #eaeaea;
	width: 93%;
	box-shadow: none;
}
.open #share-button.dropdown-toggle i.fa-caret-down:before {
	content: "\f0d8"; 
}
#share-button.dropdown-toggle + ul>li>a {
	color: #878787;
	font-size: 13px;
	margin: 0;
	padding: 10px 0 10px 15px;
}
#share-button.dropdown-toggle + ul>li i {
	margin-right: 5px;
}
#share-button.dropdown-toggle + ul>li {
	padding: 0;
}
#share-button.dropdown-toggle + ul>li:hover>a,
#share-button.dropdown-toggle + ul>li:hover i{
	color: #00ACE4;
}
#share-button.dropdown-toggle:hover {
	border-color: #00ACE4;
	background: #00ACE4;
	color: #fff;
}
#share-button.dropdown-toggle:hover i {
	border-color: #00ACE4;
	color: #fff;
}
.open #share-button.dropdown-toggle {
	border-color: #00ACE4;
	background: #fff;
	color: #00ACE4;
	box-shadow: none;
}
.open #share-button.dropdown-toggle i {
	color: #00ACE4;
}
#share-button.dropdown-toggle + ul>li:hover>a,
#share-button.dropdown-toggle + ul>li:hover i{
	color: #21C6A1;
}
/*#share-button.dropdown-toggle:hover {
	border-color: #21C6A1;
	background: #21C6A1;

}*/
#share-button.dropdown-toggle:hover i {
	border-color: #21C6A1;

}
.open #share-button.dropdown-toggle {
	border: 2px solid #21C6A1;
	background: #fff;
	color: #21C6A1;
}
.open #share-button.dropdown-toggle i {
	color: #21C6A1;
}
#presentacion {
	color: #fff;
	line-height: 70px;
	font-size: 15px;
	text-align: center;
}
#presentacion a {
	color: #fff;
	padding: 0 30px;
	height: 60px;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: 600;
	margin-left: 30px;
}
.format-list .muro .close-info-muro,
.format-list .muro .info-container,
.format-list .muro .info-muro {
	display: none !important;
}	
.info-muro {
	position: absolute;
	top: 25px;
	left: 30px;
	font-size: 23px;
	color: #b3b3b3;
	z-index: 2;
	cursor: pointer;
	width: 23px;
	text-align: center;
}
.info-muro:hover {
	color: #20c6a1;
}
.close-info-muro {
	position: absolute;
	top: 30px;
	right: 40px;
	font-size: 20px;
	color: #878787;
	z-index: 2;
	cursor: pointer;
	display: none;
}
.info-container{
	position: absolute;
	top: 15px;
	left: 15px;
	width: 255px;
	height: 292px;
	background: #fff;
	padding: 0px 15px 15px 29px;
	z-index: 1;
	display: none;
	overflow: hidden;
	overflow-y: auto;
	
}
.info-container h4 {
	color: #1650AC;
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 20px;
}
.info-container p {
	color: #878787;
	font-weight: 400;
	font-size: 13px;
	margin-bottom: 5px;
}
.info-container i {
	color: #878787;
	margin-right: 5px;
}
.info-container a {
	color: #878787;
	text-decoration: underline;
	font-style: italic;
}
.info-container a:hover {
	color: #20c6a1;
	text-decoration: underline;
	font-style: italic;
}
#presentacion a i {
	margin-right: 20px;
	color: #fff;
}
#breadcrumb {
	background: #f5f5f5;
}
.breadcrumb {
	margin-bottom: 0;
	height: 40px;
	line-height: 40px;
	padding: 0 15px 0 0;
}
.breadcrumb li a {
	color: #B3B3B3;
}
.breadcrumb li:first-child a,
.breadcrumb li:first-child i{
	color: #00ACE4;
}
.breadcrumb li:first-child i {
	margin-right: 5px;
}
.breadcrumb>li+li:before {
	content: '\f105';
	font-family: FontAwesome;
}
.breadcrumb li:last-child{
	font-weight: 600;
}
.breadcrumb>li {
	position: relative;
	z-index: 1;
}
.form-control,
.tmb-select-menu{
	height: 40px;
	box-shadow: none;
	outline: 0;
}
.form-control:focus,
.tmb-select-menu:focus {
	box-shadow: none;
}
.form-control,
.tmb-select-menu {
	border: 2px solid #ccc;
}
.form-control:focus,
.tmb-select-menu:focus {
	border-color: #b3b3b3;
}
.form-control::-webkit-input-placeholder { /* WebKit browsers */
	 color: #b3b3b3;
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	 color: #b3b3b3;
   opacity:  1;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
	 color: #b3b3b3;
   opacity:  1;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
	 color: #b3b3b3;
}
select.form-control,
.tmb-select-menu {
	background: #b3b3b3;
	border: 0 none;
	color: #fff;
	font-weight: 600;    	
	box-shadow: none;
	outline:0px;
}
.tmb-select-menu span {
	color: #fff;
	font-weight: 600; 
}
select.form-control option:hover,
.tmb-select-menu+ .dropdown-menu>li:hover>a{
	background: #fff;
}
select.form-control:hover,
.tmb-select-menu:hover {
	background: #21C6A1;
}
select.form-control:focus,
.open .tmb-select-menu{
	background: #fff;
	color: #878787;
	border: 2px solid #2ED7B1;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}
.open .tmb-select-menu,
.tmb-select-menu:focus{
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}
.open .tmb-select-menu span{
	color: #878787;
}
select.form-control option:hover,
.tmb-select-menu + .dropdown-menu>li:hover>a{
	color: #21C6A1;
}
#select_method {
	margin-bottom: 40px;
	text-align: center;
	margin-top: 60px;
}
.methods {
	margin: 0 auto 60px;
	width: 285px;
}
#table-billing-resume table {
	margin: 15px 0;
}
#table-billing-resume table th {
	padding-left: 0;
	color: #b3b3b3;
}
#buscador-muros {
	background: #1650AC;
	padding: 80px 0;
}
#buscador-muros h2 {
	color: #fff;
	font-size: 28px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 70px;
	margin-top: 0;
}
#buscador-muros input {
	height: 60px;
	border: 0 none;
	border-radius: 10px;
}
#buscador-muros button {
	height: 60px;
	border-radius: 10px;
}
#buscador-muros button i {
	margin-right: 15px;
}
#buscador-muros button i,
#buscador-muros button span {
	font-size: 14px;
	text-transform: uppercase;
}
#buscador-muros button span {
	font-weight: 600;
}
#load-more-walls {
	margin-bottom: 60px;
	margin-top: 60px;
	cursor: default;
	background: #b3b3b3;
}
#load-more-walls i,
#load-more-walls span {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}
.header .login-register span, .header .login-register i, .header .login-register a {
    color: #00ACE4;
	padding: 26px 0;
}
.login-register i {
	margin-right: 5px;
	line-height: 17px;
}
.pop-muros {
	width: 255px;
	position: absolute;
	bottom: -1px;
	background: #fff;
	left: 0;
	padding: 10px 25px 0;
	text-align: center;
	display: none;
	border-radius: 4px;
}
.pop-muros button {
	float: none;
}
.pop-muros .muros-pop-text {
	margin: 0 0 25px;
}
.pop-muros .muros-pop-text {
	position: relative;
}
.pop-muros .muros-pop-text .fa-close {
	position: absolute;
	right: 5px;
	top: 3px;
	color: #b3b3b3;
	cursor: pointer;
}
.muros-pop-text .fa-close:hover {
	color: #878787;
}
#muro-type {
	width: 100%;
	position: absolute;
	line-height: 40px;
	font-weight: 400;
  	font-size: 18px;
	color: #b3b3b3;
	top: 15px;
}
#muro-type i  {
	color: #b3b3b3;
	margin-right: 5px;
	font-size: 15px;
}
.muro-button {
	margin: 20px 0 15px;
	height: 30px;
}
.muro-button i{
	margin-right: 5px;
}
.muro-button span{ 
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}
#recuerdos .image {
	background: #fff;
	overflow: hidden;
}
#recuerdos .image img {
	-webkit-transition: 3s ease;
	-moz-transition: 3s ease;
	-o-transition: 3s ease;
	transition: 3s ease;
}
#recuerdos .image:hover img {
	transform: scale(1.1) rotateZ(2deg);
}
.recuerdo-box-cont{background-color:#fff;}

.recuerdo-box-cont .top-box.condiciones{
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #eaeaea;
}
.recuerdo-box-cont .top-box.condiciones a{
	font-weight: 600;
}
.recuerdo-box-cont .title-input{
	border: 0 none;
	border-radius:0px;
	padding:30px;
	font-size: 18px;
	border-bottom: 1px solid #EAEAEA;
	box-shadow: none;
}

.recuerdo-box-cont .save-btn{
	border:none;
	border-radius:0px;
	background:#fff;
	padding-right:30px;
	color: #66C16D;
	font-weight:600;
	border-bottom: 1px solid #EAEAEA;
}

.recuerdo-box-cont .save-btn i{
	padding-left:10px;
	color: #66C16D;
}

.recuerdo-box-cont .t-description-box{
	background-color:#fff;
	padding:30px;
	
}

.recuerdo-box-cont .description-box .upload-img.uploading{
	background-color:#B3B3B3;
	color: #fff;
	width:426px;
	height:310px;
	overflow:hidden;
	padding-top:110px;
	margin-bottom: 30px;
}
.recuerdo-box-cont .description-box .upload-img {
	display: none;
}
.recuerdo-box-cont .description-box .upload-img span{
	margin-top:10px;
	font-size: 18px;
}

.recuerdo-box-cont textarea#text{
	font-size: 18px;
	font-weight:400;
	color: #B3B3B3;
	padding: 15px 25px;
}

.recuerdo-box-cont .description-box {
	overflow:hidden;
}
.recuerdo-box-cont .description-box textarea{
	border:none;
	border-radius:0px;
	resize:none;
	font-style: italic;
	font-size:14px;
	padding: 0px 30px 30px 30px;
	height: 170px;
}

.recuerdo-box-cont .descripcion-voluntad .text{
	margin-bottom:30px;
	overflow: hidden;
}

.recuerdo-box-cont .buttons-box{
	background-color: #F5F5F5;
}
.recuerdo-box-cont .buttons-vol {
	padding: 18px 0;
	float: left;
	width: 100%;
	background-color: #F5F5F5;
}
.recuerdo-box-cont .buttons-box:first-child{
	border-right: 1px solid #EAEAEA;
}

.recuerdo-box-cont .buttons-box button{
	width: 100%;
	margin: 10px;
}
.recuerdo-box-cont .buttons-box button span,
.recuerdo-box-cont .buttons-box button i {
	color: #fff;
}
.recuerdo-box-cont .buttons-box input{
	background-color:#F5F5F5;
}
.contact-footer > span {
	display: inline-block;
	color: #bfbfbf;
	padding: 0 38px 0 0;
	position: absolute;
	right: 0;
	cursor: pointer;
	font-weight: 600;
	
}
.contact-footer .contact-form-container {
	  max-width: 700px;
	  position: absolute;
	  right: 30px;
	  bottom: 50px;
	  background: #FFF;
	  z-index: 2;
	  text-align: left;
	  border-radius: 4px;
}

#contact-form-partner .title {
	color: #878787;
	height: 30px;
	text-align: left;
	line-height: 30px;
}

#contact-form-partner textarea {
	height: 200px;
	max-height: 200px;
}
.guardar-formulario button {
	color: #69C270;
	border: none;
	background-color: white;
}
.guardar-formulario button:hover {
	color: #2dbc36;
}
.guardar-formulario i {
	margin-left: 10px;
	color: #69C270;
}
.guardar-formulario span {
	font-size: 14px;
	font-weight: bold;
	color: #69C270;
}
.cancelar-formulario button {
	color: #EE4E49;
	border: none;
	background-color: white;
}
.cancelar-formulario button:hover {
	color: #FF0000;
}
.cancelar-formulario i {
	margin-left: 10px;
	color: #EE4E49;
}
.cancelar-formulario span {
	font-size: 14px;
	font-weight: bold;
	color: #EE4E49;
}
.g-recaptcha {
	padding: 20px;
  	border: 2px solid #ccc;
  	border-radius: 4px;
}
.g-recaptcha > div > div {
	margin: 0 auto;
}
#code_request .g-recaptcha {
	background: #00368c;
	border: 0 none;
}
#factura-request-container .form-group {
	margin-bottom: 30px;
}
#cancel-factura {
	margin-left: 15px;
}
.go-back a{
	padding: 30px 0;
    display: inline-block;
}
.go-back span.text{
	text-decoration: underline;
}
.go-back a:hover{
	text-decoration: none;
}

.go-back span, div.go-back i{
	color: #00ace4;
}

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
	border-radius: 5px; 
	background: #20c6a1;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-size: 12px;
	line-height: 16px;
	padding: 10px 30px;
	overflow: hidden;
	color: #fff;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}


/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0; 
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-right: 9px solid;
	margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}


/** SELECT MENU **/
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:active{
	outline: 0 !important;
	box-shadow: none;
	-webkit-box-shadow none;
}

.tmb-select-menu {
	border-color: #ccc;
}
.tmb-select-menu:focus {
	border-color: #b3b3b3;
}

.tmb-select-menu {
	background: #b3b3b3;
	color: #fff;
}
.tmb-select-menu span {
	color: #fff;
}
.tmb-select-menu+ .dropdown-menu>li:hover>a{
	background: #fff;
}
.tmb-select-menu:hover {
	background: #21C6A1;
}
.open .tmb-select-menu{
	background: #fff;
	border-color: #2ED7B1;
}
.open .tmb-select-menu span{
	color: #2ED7B1;
}
.tmb-select-menu + .dropdown-menu li a:hover span{
	color: #21C6A1;
}
.hidden{
	display: none;
}
/* ESTILOS DEL SLIDESHOW */
 
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}
 
 
.bjqs-caption{
color:black;
background:whitesmoke;
opacity:.75;
}
 
/* BOTONERA UBICADA AL PIE DEL SLIDESHOW */
ol.bjqs-markers{
margin-top:35px;
}
ol.bjqs-markers li a{
padding: 5px 10px;
background: #000;
color: #fff;
margin: 5px;
text-decoration: none;
transition:background .5s ease;
-webkit-transition:background .5s ease;
-moz-transition:background .5s ease;
-o-transition:background .5s ease;
}
li.active-marker a, ol.bjqs-markers li a:hover{
background:gray!important;
}
 
/* CONTROLES ATRAS Y ADELANTE */
ul.bjqs-controls.v-centered li a {
display: block;
padding: 10px;
background: whitesmoke;
color: #000;
text-decoration: none;
opacity:.75;
 
transition:color .5s ease, background .5s ease;
-webkit-transition:color .5s ease, background .5s ease;
-moz-transition:color .5s ease, background .5s ease;
-o-transition:color .5s ease, background .5s ease;
}
ul.bjqs-controls.v-centered li a:hover{
    background:#000;
    color:#fff;
}


/* BLOQUE AZUL CON BOTONES BUSCAR Y MURO GRATUITO */
.button-muro-gratuito{
	background-color:#00ace4;
}

.button-muro-gratuito:hover{
    background-color:white;

}

.button-muro-gratuito:hover *{
		color:#00ace4;
}

.button-muro-gratuito *{
	color:white;
}


.search-muros-button:hover{
	background-color:#2ed7b1!important;
}


@media(max-width:320px){
	
	.header img#logo{
		width:80%;
	}
	
	.login-register i.fa-user{
		display:none;
	}
	
	button#share-button i.fa-caret-down{
		display:none;
	}

}

