/* TIPOGRAFIA 

font-family: 'ProximaNova', Verdana, Geneva, sans-serif;
font-weight: light      300
			 regular    400
			 semibold   600
			 bold		700
*/

@import '../fonts/ProximaNova/ProximaNova.css';
@import '../fonts/icons-font/style.css';

*, p, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'ProximaNova', Verdana, Geneva, sans-serif;
	font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h4{
    margin-top: 23px;
    font-size: 21px;
}

p {
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: .3px;
}

@media (max-width: 767px) {
    .container {
        padding-right: 0;
        padding-left: 0;
    }
}


.btn:focus, .form-control:focus {
	outline: none !important;	
	outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;	
}


.btn-social.btn-lg {
    padding-left: 61px;
}

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0,0,0,0.2);
  border-radius: 0px;
}

.btn-social {
  /*position: relative;*/
  /*padding-left: 44px;*/
  /*text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
}

.btn-social.btn-lg>:first-child {
    line-height: 40px; 
    width: 45px;
    font-size: 1.3em;
}

.btn-social>:first-child {
    /*position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.2);*/
}

.form-control {
	box-shadow: none;
	text-shadow: none;
}

.btn-group.open .dropdown-toggle {
	box-shadow: none;
}


/* Classes i recursos generics */
.white {color: white;}
.green {color: #aafbd3 !important;}
.gray-text {color: #838383;}
.purple {color: #5405b4;}


.bg-white {background-color: white;}
.bg-gray {background-color: #f7f7f7;}
.bg-dark {background-color: #f3f3f3; }
.bg-darker {background-color: #e1e1e1;}
.bg-darkest {background-color: #848484;}
.bg-purple {background-color: #5405b4;}

.tac {text-align: center;}
.tar {text-align: right;}
.tal {text-align: left;}
.ttuc {text-transform: uppercase;}
.ttcl {text-transform: capitalize !important;}

@media (max-width: 767px) {
	.xs-tac {text-align: center;}
	.xs-tar {text-align: right;}
	.xs-tal {text-align: left;}
}

.mt0 {margin-top: 0;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt50 {margin-top: 50px;}
.mt100 {margin-top: 100px;}


.mb0 {margin-bottom: 0;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb50 {margin-bottom: 50px;}
.mb100 {margin-bottom: 100px;}

.pt100 {padding-top: 100px}
.pb100 {padding-bottom: 100px}
.pt50 {padding-top: 50px}
.pb50 {padding-bottom: 50px}
.pt25 {padding-top: 25px}
.pb25 {padding-bottom: 25px}

.pl0{padding-left: 0px;}
.pr0{padding-right: 0px;}
.pl5{padding-left: 5px;}
.pr5{padding-right: 5px;}

.pl25{padding-left: 25px;}
.pr25{padding-right: 25px;}

.espacios .pr20 {padding-right: 20px;}
.espacios .pl20 {padding-left: 20px;}

.fw300 {font-weight: 300}
.fw400 {font-weight: 400}
.fw700 {font-weight: 700}

.ls-1 {letter-spacing: 1px}

.fs15, .fs15 p {font-size: 15px}

	.ph50 {padding-right: 50px; padding-left: 50px;}
	.ph100 {padding-right: 100px; padding-left: 100px;}
	.pr20 {padding-right: 20px;}
	.pr50 {padding-right: 50px;}
	.pl20 {padding-left: 20px;}

.fw-400 { font-weight: 400;}

img {max-width: 100%;}

.tdul {
	text-decoration: underline;
}

.tdul:hover {
	text-decoration: underline;
}

.img-wrap img {
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    height: 100%;
    width: auto;
    max-width: none;
    max-height: none;
    display: block;
}

.img-wrap {
    display: block;
    position: relative;
    overflow: hidden;
}

.btn {
    letter-spacing: 0.1em;
    font-weight: 700;
    padding: 6px 20px;
}

.btn-info {
    background: #cdcdcd;
    border: 0;
    text-shadow: none;
    box-shadow: none;
}

.btn-primary {
    background: #5405B4;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.btn-success {
    background: #69eba9;
    border: 0;
    text-shadow: none;
    box-shadow: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 25px;
}

.link-ul {
    border-bottom: 1px solid;
    padding-bottom: 4px;
    letter-spacing: 1px;
}


.navbar>.container .navbar-brand {
	margin-left: 0;
}

.inner-header h2{
	line-height: 1.4;
}

/* PREHEADER / LOGIN */

.preheader {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
}

.preheader img {
    position: relative;
    bottom: 2px;
    padding: 1px;
}

.preheader a:hover {
    color: white;
    opacity: 0.8;
}





/* LOGO */

a.navbar-brand {
    float: none;
    padding: 0;
    display: inline-block;
    height: auto;
    margin-top: 11px;
    position: relative;
}

a.navbar-brand:hover {
	opacity: 0.8;
}

@media (max-width: 992px) {
	.navbar>.container .navbar-brand {
    margin-left: 14px;
}
}


@media (max-width: 767px) {
	#header {
    padding: 0 28px;
}
}


/* NAVBAR / MENU  */

.navbar {
    margin-bottom: 0;
    border: 0;
    position: absolute;
    width: 100%;
    background: transparent;    
    box-shadow: none;
}

@media (min-width: 1350px){
.navbar-nav>li>a {
	padding: 10px 0;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 20px 35px;
}

ul.nav.navbar-nav.navbar-right li {
    margin-left: 50px;
}

}

@media (min-width: 992px){
.navbar-nav>li>a {
	padding: 10px 0;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 20px 15px;
}
}

button.navbar-toggle {
    margin-top: 20px;
    border: none;
    margin-bottom: 28px;
}

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


.navbar-nav>li>a.active {
	border-bottom: 2px solid #aafbd3;
	color: white;
	font-weight: 600;
}

a.menu-app-btn {
    border: 2px solid #cbb3e8;
    border-radius: 5px;
    padding: 10px 25px !important;
}

@media (max-width: 991px){

nav.navbar.navbar-default.navbar-static-top.navbar {
	display: block;
    position: relative;
    background: #5405b4;
    overflow: hidden;
    margin-bottom: -1px;
}

div#navbar {
    border-top: 2px solid #450494;
    box-shadow: none;
    color: #450494;
    padding: 0 28px;
}

.navbar-nav {
    margin: 14px -14px 38px;
}

.bg-header {
	display: none;
} 

}




/* HOME SLIDER */



.home-slider figure.img-wrap {
    height: 712px;
}

.carousel-caption {
    top: 26%;
    /*top: 20%;*/
}

@media (max-width: 991px){

.carousel-caption {
    top: 21%;
}

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

.carousel-caption {
    top: 17%;
}

}

.slider-btn{
	color:#fff;
	margin: 0 auto;
	
}

.slider-btn {
	color: #fff;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 15px 25px;
    display: block;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 600;
}


.slide-text-region h1{
    font-weight: 300;
    margin-top: 65px;
    margin-bottom: 90px;
    line-height: 1.3;
    }

#wallspot-home-carousel .right.carousel-control, #wallspot-home-carousel .left.carousel-control {
    display: none;
}

.carousel-indicators {
    bottom: 53% !important;
    right: 5%;
    left: inherit;
    width: 0;
    margin-left: -30%;
}


.carousel-indicators li {
	width: 8px;
	height: 8px;
	border: 2px solid white;
}

.carousel-indicators li.active {
	width: 10px;
	height: 10px;
	background: #aafbd3;
	border: 0;
	}


@media (max-width: 991px){
.slide-text-region img {
    max-height: 230px;
}

.form-home img.form-arrow {
	display: none;
}
}




/* HOME FORMULARIO DONDE QUIERES PINTAR */

form.form-home {
    position: absolute;
    bottom: 26px;
    z-index: 99;
    margin: 0 15px;
    width: calc(100% - 30px);
	border-radius: 5px;
    }



.chosen-container-single .chosen-single, .chosen-container-active.chosen-with-drop .chosen-single {
    background: white;
    box-shadow: none;
    border: 0;
    padding: 9px 40px;
    padding-left: 47px;
    font-size: 19px;
    font-weight: 300;
    height: 45px;
    border: 0;
    line-height: 1.42857143;
}

.chosen-container-single .chosen-search input[type=text] {
    border: 1px solid #ddd;
    padding: 13px 18px;
    background: #f4f4f4;
    margin: 0;
    border-right: 0;
    border-left: 0;
    }


.chosen-container-single .chosen-search {
    padding: 0;
}


.chosen-container .chosen-results li.highlighted {
    background: #f4f4f4;
    color: #444;
}

div#ui-datepicker-div table span.ui-state-default {
	padding: 5px 8px 7px;
	display: block;
	font-weight: 300;
	color: #cdcdcd;
}

.chosen-container-single .chosen-search:after {
    content: "\e912";
    font-family: 'icomoon';
    position: relative;
    right: 30px;
}


.chosen-container .chosen-drop {
    background: white;
    border: 0;
    font-size: 15px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
    border-radius: 0;
    color: #838383;
}

.chosen-container-single .chosen-single div b {
    display: none;
 }
 
 .form-group.col-md-3:before, .form-group.col-md-3:after {
    content: "|";
    position: absolute;
    font-size: 37px;
    top: -4px;
    color: #ddd;
}


.form-group.col-md-3:before {
    left: -3px;
}

.form-group.col-md-3:after {
    right: -3px ;
}

.chosen-container .chosen-results li {
    line-height: 1;
    border-bottom: 1px solid #ddd;
    padding: 13px 18px;
}

.chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    color: #838383;
    background-color: #fff;
    }

.form-home button.btn.btn-success {
    width: 100%;
    display: block;
    height: 45px;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 2px;
    border-radius: 0px 5px 5px 0px;
}

.form-home input {
    padding-left: 47px;
    font-size: 19px;
    font-weight: 300;
    height: 45px;
    border: 0;
    border-radius: 0;
}


div#ui-datepicker-div {
    background: white;
    border-radius: 5px;
    z-index: 10 !important;
}

div#ui-datepicker-div table a {
    padding: 5px 8px 7px;
    display: block;
    color: #838383;
    font-weight: 400;
}

.ui-datepicker-calendar tbody tr td {
    border: 1px solid #ededed;
    text-align: center;
}

div#ui-datepicker-div {
    background: white;
    border-radius: 5px;
    z-index: 10 !important;
    padding: 20px;
    border-radius: 0;
    text-align: center;
    margin-top: 15px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
	display: none;
}


div#ui-datepicker-div:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}

div#ui-datepicker-div table a.ui-state-active {
    background: #69eba9;
}

div#ui-datepicker-div table a:hover {
	background: #f4f4f4;
}


div#ui-datepicker-div table a.ui-state-active:hover {
    background: #69eba9;
}

input#datepicker1:focus {
    background: #f4f4f4;
}

span.ui-icon.ui-icon-circle-triangle-e, span.ui-icon.ui-icon-circle-triangle-w{
	display: none;
}

div#ui-datepicker-div th {
    text-align: center;
    font-size: 13px;
}

div#ui-datepicker-div th span {
	font-weight: 600;
}

.ui-datepicker-header a.ui-corner-all {
    position: absolute;
    color: #838383;
}


a.ui-datepicker-prev.ui-corner-all {
    left: 20px;
}

a.ui-datepicker-prev.ui-corner-all:before {
    font-family: 'icomoon';
    content: "\e91c";
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    display: inline-block;
}

a.ui-datepicker-next.ui-corner-all {
    right: 20px;
}

a.ui-datepicker-next.ui-corner-all:before {
    font-family: 'icomoon';
    content: "\e91c";
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: inline-block;
}

.ui-datepicker-title span {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 15px;
    }

.form-home .form-group {
    margin-bottom: 0;
    padding: 0;
}

/* INNER FORMULARIO DONDE QUIERES PINTAR */


form.form-home.form-inner {
	position: relative;
	bottom: 0;
}



@media (min-width: 992px) {
	
	form.form-home.form-inner .form-group{
	margin-bottom: 0;
	}

}


/* GRIDS */

.grid-item .img-wrap {
    height: 215px;
}

.grid-item h3 {
    font-size: 24px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;   
    font-weight: 300; 
}

.item-detalles{
	padding: 18px 22px;
}

.item-detalles p {
    font-weight: 400;
}

.item-detalles i {
    font-size: 16px;
}

.pieza-tags {
    padding: 15px 22px;
	background: #f3f3f3;
	
}

.pieza-tags i {
    font-size: 16px;
}

.pieza-tags p {
	font-size: 15px;
	    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
}


.autor-name {
    font-size: 15px;
}

.autor-name a {
    letter-spacing: 1px;
    font-weight: 400;
}

.plus-btn {
    font-weight: 600;
    font-size: 30px;
    display: block;
}

@media (max-width: 767px) {
    .grid-item h3 {
        white-space: normal;
    }
        
    .pieza-tags p {
        white-space: normal;
    }        
}

@media (max-width: 767px) {
    section.row.espacios .col-sm-6.pl40 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* HOME ULTIMAS PIEZAS */



.wow:before {
    content: "";
    width: 97px;
    height: 50px;
    position: absolute;
    background: url(../img/wow.png);
    z-index: 9;
    top: -15px;
    left: 0px;
}

.new:before {
    content: "";
    width: 97px;
    height: 50px;
    position: absolute;
    background: url(../img/new.png);
    z-index: 9;
    top: -15px;
    left: 0px;
    background-repeat: no-repeat;
}


/* HOME PERFIL - Fotografo - artista */
@media (min-width: 992px) {
.perfil-bg{
	background: url(../img/ready.png) no-repeat left top; 
}

}

.perfil-bg {
    margin-bottom: 46px;
}

.home-artista-info button, .home-fotografo-info button {
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-perfil {
    width: 216px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-artista-info h3, .home-fotografo-info h3 {
    font-size: 25px;
    font-weight: 400;
}

/* HOME Donar */


.home-donar-info .btn {
    margin-top: 20px;
}

@media (max-width: 991px) {
    .home-donar-info div[class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center
    }

    .home-donar-info h2 {
        margin-bottom: 22px;
    }

    .home-donar-info {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
/* HOME The Data */
	@media (min-width: 992px) {
	.the-data-bg{
		background: url(../img/the-data.png) no-repeat left center; 
	}
}

@media (max-width: 1350px) and (min-width: 992px) {
	.the-data-bg{
		background: url(../img/the-data.png) no-repeat left center;
		background-size: 135px;
	}
}
	

.data-numbers, .data-concept{
	color: #5405b4;
	display: block;
	font-weight: 600;
}

.data-concept {
    letter-spacing: 1px;
}

span.data-numbers {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 5px;
    
}

/* FOOTER */

.footer a, .footer {
	color: 	#cbb3e8;
}

#footer p {
    font-size: 15px;
}

.footer h3 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
}

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

.footer ul li {
	margin-bottom: 5px;
}

.xxss-footer a {
    font-size: 20px;
    margin-right: 30px;
    /*margin-top: 26px;*/
    display: inline-block;
}

.footer input.form-control {
    border: 1px solid #cbb3e8;
    background: transparent;
    color: #cbb3e8;
    box-shadow: none;
    width: 75%;
    display: inline-block;
}

.btn-nl {
    width: 22.5%;
    background: #cbb3e8;
    padding: 7px 12px 7px;
    position: relative;
    bottom: 1px;
}

.gestoras-culturales {
    border-left: 1px solid #cbb3e8;
}



.colophon p{
    border-top: 1px solid #cbb3e8;
    border-bottom: 1px solid #cbb3e8;
}

.footer input.form-control::-webkit-input-placeholder, .footer input.form-control::-webkit-input-placeholder {
	
color:#cbb3e8;
}

#footer strong {
    font-weight: 600;
}

/* CORRECCIONS IMG ICONES */

.item-detalles img, p.espacio-single-details img, .call-out-info img {

    position: relative;
    top: -4px;
}

.pieza-tags img, .avat-pin {
    position: relative;
    top: -3px;
    height: 20px;
}


/* ESPACIOS */

.bg-header {
    height: 125px;
}

.espacio-details {
	font-size: 15px;
}

.espacio-details a {
    letter-spacing: 0.6px;
    font-weight: 400;
}

#mapa-affix{
	width: 624px
}

@media (max-width: 1349px) {
    #mapa-affix{
    	width: 454px;
    }
}

@media (max-width: 991px) {
    #mapa-affix{
    	width: 344px;
    }
}


#mapa-affix.affix{
	top:0;
}

.affix-top{
	width: 100%;
}

.affix{
	width: 100%;	
}

.affix-bottom{
	position: absolute;
	width: 100%;
}

.muros-btn {
	margin-right: 20px;
}

.espacio-single-description {
	margin-bottom: 50px;
}

.espacio-single-details a {
    letter-spacing: 1px;
    font-weight: 400;
}

.mapa-espacio-single {
    margin-bottom: -5px;
}
@media max-width (767px) {
    .row.espacios {
        padding: 0 14px;
    }
    .espacios .pl40 {
        padding-left: 14px;
    }
}



/* ESPACIOS / SINGLE */

#espacio-carousel .img-wrap{
height: 540px
}

div#espacio-carousel .carousel-indicators {
    display: none;
}

a.carousel-control {
    background: transparent !important;
}

.carousel-control {
	color: #5405b4;
	text-shadow: none;
	width: 10%;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	font-size: 50px;
	
}

.carousel-control:hover, .carousel-control:focus {
	color: #5405b4;
	opacity: 1;
}



.glyphicon-chevron-right:before {
    content: "\f105";
    font-family: FontAwesome;
}

.glyphicon-chevron-left:before {
    content: "\f104";
    font-family: FontAwesome;
}

form.form-espacio-single h3 {
    margin-bottom: 18px;
        font-size: 20px;
}

form.form-espacio-single img {
    position: absolute;
    margin: 18px 19px;
}

.form-espacio-single input.form-control {
    border: 0;
    font-size: 21px;
    height: 45px;
    padding-left: 47px;
 }

.reserva-btn .btn {
    margin-top: 11px;
    width: 100%;
    padding: 17px;
}


p.espacio-single-description {
    font-size: 20px;
}

p.espacio-single-details {
    font-size: 13px;
    margin-bottom: 30px;
    margin-top: 20px;
}

@media max-width (767px) {
    .espacio-reserva {
        margin-top: 40px;
    }
}

/* GALERIA */

.switch-btn {
    padding: 4px;
    display: inline-block;
    border-radius: 4px;
}

.galeria-switch-btn .btn-primary:hover, .galeria-switch-btn .btn-primary:active, .galeria-switch-btn .btn-primary:focus {
    background: #5405b4;
}


.switch-btn .btn {
    width: 200px;
}


.switch-btn .btn {
    width: 200px;
    font-size: 20px;
    font-weight: 300;
}

button.dropdown-toggle {
    background: transparent;
    border: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13.5px;
    padding-left: 20px;
}

span.caret:before {
    content: "\e914";
    font-family: 'icomoon';
    color: #5405B4;
    position: relative;
    top: -13px;
}

span.caret {
    color: transparent;
    padding: 0 20px 0 8px;
}

ul.dropdown-menu {
    border: 0;
    box-shadow: 0 6px 12px rgba(0,0,0,0.075);
}

.filtres-galeria .dropdown {
    display: inline-block;
}

.filtres-galeria form {
    display: inline-block;
    width: 165px;
}


.filtres-galeria form .form-group {
    margin: 0;
    border-bottom: 1px solid;
    margin-left: 25px;
    position: relative;
    top: 13px;
}

.filtres-galeria .input-group-addon {
    background: transparent;
    border: 0;
    padding-left: 0;
    padding-right: 0;
}


.filtres-galeria form .form-group input{
	border: 0;
}

.filtres-galeria .dropdown-toggle:focus {
    color: #5405B4;
}

.filtres-galeria .open>.dropdown-menu {
	top: 25px;
	opacity: 1;
	border: 0;
    width: auto;
}

@media (max-width: 767px) {
    .switch-btn .btn {
        width: 100%;
    }
    .filtres-galeria .dropdown {
        display: block;
        margin-bottom: 20px;
    }

    .filtres-galeria .dropdown-menu {
        position: relative;
        top: 0 !important;
        margin-bottom: 30px;
    }


    .filtres-galeria span.caret {
        display: inline-block;
    }

    .filtres-galeria span {
        display: none;
    }

}

/* CALL OUT */ 

.call-out {
	padding: 10px 4px 3px;
	width: 390px;
}

.call-out figure.img-wrap {
    height: 60px;
    width: 85px;
    float: left;
	margin-right: 12px;   
}

h3 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 6px;
}


.call-out-info p {
    color: gray;
    margin-bottom: 7px;
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
    font-size: 15px;
}

/* NOSOTROS */

.nosotros-gestores figure.img-wrap {
    height: 305px;
}

.nosotros-filosofia hr {
    border-bottom: 2px solid #ccc;
}

.team-name {
	font-weight: 400;
	letter-spacing: 1px;
}

.nosotros-filosofia h2 {
    font-size: 30px;
}

p.team-name {
    margin: 0 0 3px;
    font-weight: 700;
    font-size: 15px;
}

/* FAQ */


.side-fixed-menu ul{
	list-style-type: none;
	padding: 0;
}

.side-fixed-menu ul li{
	line-height: 2;	
}	

.faq-container .side-fixed-menu ul li a:before{
	content:"–";
	padding-right: 7px;	
}

.side-fixed-menu ul li a{
	color: #838383;
}

.side-fixed-menu ul li a.active{
	color: #5405b4;
	font-weight: 600;
}

.faq-container .panel{
	background-color: transparent;
    border-top: 2px solid #ccc;
    border-bottom: none;
    border-right: none;
    border-left: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.faq-container .panel-default>.panel-heading {
    background-image: none;
    background-repeat: no-repeat;
    filter: inherit;
    background: none;
    border-radius: 0;
	padding-left: 0;
    padding-right: 0;
}

.faq-container .panel-group .panel-heading+.panel-collapse>.panel-body, .faq-container .panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: none;
	padding-left: 0;
    padding-right: 0;    
}

.faq-container .panel-title>a {
    color: #838383;
}

.faq-container .panel-title{
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 28px; 
}

.faq-container .panel-title h4 a{
	color: 838383;
}	

.faq-container h4 a[aria-expanded="true"]{
	color: #5405b4;
	font-size: 28px;
}

.faq-container .panel-body {
    line-height: 1.6;
    padding-top: 0;
}

#faq-menu-fixed {
    width: 218px;
}

#faq-menu-fixed.affix {
    top: 45px;
}

div#faq-menu-fixed {
    letter-spacing: 1px;
}

#faq-menu-fixed > .nav>li>a {
    display: inherit;
    padding: 0;
    font-weight: 600;
}

div#accordion h2 {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 600;
}


@media (max-width: 991px) {
  #faq-menu-fixed.affix {
    position: static !important;
  }
}

/* CHECKOUT */

section.checkout-status {
    font-size: 17px;
    letter-spacing: 1px;
}

.checkout-status p{
	margin-bottom: 0;
}

.checkout-status-num {
    background: #5405b4;
    border-radius: 50%;
    color: white;
    font-size: 11px;
    margin-right: 9px;
    position: relative;
    bottom: 2px;
    font-weight: 600;
    height: 20px;
    width: 20px;
    display: inline-block;
    text-align: center;
    padding-top: 3px;
}

.checkout-status-num.pre-confirmation {
	background: #838383;
}	

i.fa.fa-check.checkout-status-num {
font-size: 11px;
    padding: 5px;
}

.reserva-bold {
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-top: 16px;
    }


.ch-destacats {
    min-height: 150px;
}

.ch-destacats p {
    font-size: 15px;
}

.checkout-normativa {
    margin-left: 0;
    margin-right: 0;
    padding: 0 35px;
}


.normativa-bold {
    font-weight: 600;
    letter-spacing: 0.1em;
    font-size: 15px;
}

.normativa-bold:first-child{
	margin-top: 7px;
}

.normativa-bold:before {
	content: "– ";
	margin-right: 5px;
	position: absolute;
	left: 0;	
}

.checkout-detalles hr {
    border-bottom: 1px solid #ccc;
    margin: 35px 0;
}

.checkout-submit .btn-success {
    padding: 16px 70px 12px;
    font-size: 16px;
}

.checkout-reserva-btn .btn-primary{
	padding: 10px 0;
    width: 215px;
    margin: 25px 10px 0px 10px;
}


/* USUARIO ARTISTA */

#usuario-menu-fixed {
    width: 218px;
	margin-top: 23px;
}

#usuario-menu-fixed.affix {
    top: 48px;
}

@media (max-width: 991px) {
  #usuario-menu-fixed.affix {
    position: static !important;
  }
}

div#usuario-menu-fixed i {
   margin-right: 7px;
}

.caixa-usuaris{
	padding: 0 30px 30px;
}

@media max-width (767px) {
    .row.espacios {
        padding: 0 14px;
    }
    .espacios .pl40 {
        padding-left: 14px;
    }
}

.espacios-reservados .imgLiquidFill {
    height: 97px;
    width: 106px;
    float: left;
    margin-right: 12px;
}

@media (max-width: 991px){
    .caixa-usuaris.espacios-reservados .col-md-9 {
        margin-top: 30px;
    }
}

@media (min-width: 1350px) {
	.espacios-reservados .imgLiquidFill {
    width: 140px;
	}	
}	

.custom-col{
	margin-left: 0;
    margin-right: 0;
}

.caixa-padding{
	padding: 0 27px 27px;
}

@media (max-width: 991px) {
	.caixa-padding .espacio-reserv-wrap:first-child{
		padding-top: 25px;
	}	
	
.espacio-reserv-wrap > div > div:first-child {
    background: #efefef;
}

}	



.caixa-usuaris h4 {
    text-transform: none;
}

.descarga-permiso img {
    margin-right: 10px;
    position: relative;
    bottom: 3px;
}

.descarga-permiso a{
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.descarga-permiso a:hover{
	color: #5405b4;
	opacity: 0.8;
}

.usr-espacios-reservados p img{
	position: relative;
	bottom: 2px;
	margin-right: 5px;
}


.usr-espacios-reservados {
    margin-top: 19px;
}

@media (min-width: 1350px) {
	.usr-espacios-reservados {
		border-left: 1px solid #cdcdcd;
	}
}

.usr-espacios-reservados p {
    margin-bottom: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.esp-reserv-title h4{
	margin-top: 20px;
}

.espacio-bin {
    min-height: 97px;
    padding: 0;
}

.espacio-bin a {
    display: block;
    min-height: 97px;
}

.espacio-bin img {
    position: relative;
    right: 1px;
}

button.espacio-bin-a {
    display: inline-block;
    width: 100%;
    height: 97px;
    background: transparent;
    border: none;
}

button.espacio-bin-a:hover {
	opacity: 0.8;	
}	


@media (max-width: 767px) {
	.espacio-bin {
   		min-height: 50px;
   		margin-top: 20px;
	}
	button.espacio-bin-a {
	    height: 50px;
	}
	.espacio-bin img {
	    top: 0;
	}	
}	

.espacios-pintados figure.img-wrap {
    height: 220px;
}

.espacios-pintados .caixa-padding {
    padding: 25px 25px 15px;
}

@media (max-width: 767px) {
	.caixa-padding .col-sm-12.col-xs-6:last-child {
	    padding-left: 0;
	}
	.caixa-padding .col-sm-12.col-xs-6:first-child {
	    padding-right: 0;
	}
}

.espacios-pintados-btns {
    height: 50px;
    width: 93px;
    position: absolute;
    right: 14px;
    z-index: 999;
    opacity: 0.8;
}

.espacios-pintados-btns.subidos {
    width: 117px;
}

@media (max-width: 767px) {
	/*.espacios-pintados-btns {
	    right: 0;
	}*/
	.espacios-pintados-btns.subidos {
    	right: 14px;
	}
}

.espacios-pintados-btns a {
    padding: 14px 15px;
    display: inline-block;
}

.espacios-pintados-btns a:hover {
	opacity: 0.8;	
}	

button.pintado-bin-a {
    background: transparent;
    border: none;
    padding: 14px 15px;
    display: inline-block;
}

button.pintado-bin-a:hover {
	opacity: 0.8;	
}	

.btns-divider {
    border-left: 1px solid #cbb3e8 !important;
    height: 26px;
    position: relative;
    display: inline-block;
    top: 7px;
    margin: 0 10px 0;
}

.espacios-pintados-btns .btns-divider {
    margin: 0;
    top: 11px;
}

.espacios-pintados-more .btn-primary {
    padding: 10px 25px;
}

.empty-reservado p, .empty-pintado p {
	font-size: 22px;
}

.empty-reservado{
	padding-top: 25px;
}

.empty-pintado{
	padding-bottom: 25px;
}

.localitat {
    text-transform: none;
}

.upload-espacio {
    background: #838383;
}

.upload-espacio p {
    color: #C3C3C3;
    font-size: 25px;
    font-weight: 300;
    margin: 10px 0 20px;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
	background: #5405B4;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 25px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color:#fff;
}

.inputfile:focus + label,
.inputfile + label:hover {
        background-color: #380378;
}

.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}

.subir-espacio .form-control, .mi-perfil-form .form-control {
    border: 0;
    border-bottom: 1px solid #cdcdcd;
    border-radius: 0;
    padding: 6px 0;
}


 .mi-perfil-form .form-control{
	 border-color: #838383;
 }
.subir-espacio .form-group label, .mi-perfil-form .form-group label {
  font-weight: 300;
    font-size: 22px;

}

.subir-espacio a.chosen-single {
    border-bottom: 1px solid #cdcdcd;
    border-radius: 0;
}

/*.subir-espacio a.chosen-single:before {
    content: "\e905";
    font-family: 'icomoon';
    position: absolute;
    left: 15px;
}*/



.subir-espacio .form-group, .mi-perfil-form .form-group {
    margin-bottom: 26px;
}

.form-spec{
	font-size: 13px;
}

.f-attach{
	margin: 10px 0 6px;
}

.subir-espacio .form-control::-webkit-input-placeholder, .mi-perfil-form .form-control::-webkit-input-placeholder {
   color: #cdcdcd;
   font-size: 13px;
   letter-spacing: 1px;
}

.subir-espacio .form-control:-moz-placeholder, .mi-perfil-form .form-control:-moz-placeholder { /* Firefox 18- */
  	color: #cdcdcd;
   font-size: 13px; 
   letter-spacing: 1px;
}

.subir-espacio .form-control::-moz-placeholder, .mi-perfil-form .form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #cdcdcd;
   font-size: 13px;
      letter-spacing: 1px; 
}

.subir-espacio .form-control:-ms-input-placeholder, .mi-perfil-form .form-control:-ms-input-placeholder {  
   color: #cdcdcd;
   font-size: 13px;
   letter-spacing: 1px;
}

.espacios-subidos figure.img-wrap {
    height: 700px;
    width: 100%;
    max-width: 100%;
}

.espacios-subidos .chosen-container-single .chosen-single, .espacios-subidos .chosen-container-active.chosen-with-drop .chosen-single {
    background: transparent;
    padding: 0 0 5px;
    color: white;
    border-bottom: 1px solid;
    border-radius: 0;
    height: auto;
    font-size: 15px;
}


.espacios-subidos .chosen-container .chosen-results li, .espacios-subidos 
.chosen-container-single .chosen-search input[type=text] {
    line-height: 1;
    border-bottom: 0;
    padding: 7px 18px;
}

.espacios-subidos .chosen-container .chosen-results li.group-result {
    background: #f4f4f4;
}

.espacios-subidos .chosen-container .chosen-results li.highlighted {
    background: #69eba9;
}


.espacios-subidos 
.chosen-container-single .chosen-search input[type=text] {
	border-bottom: 1px solid #cdcdcd;
}

.subir-espacio label {
    font-size: 13px;
    letter-spacing: 1px;
}

button.btn-miniatura {
    background: transparent;
    width: 100%;
    border: none;
    padding: 0;
}

p.select-miniatura {
    font-size: 20px;
}

.espacio-pintado-wrap.miniatura figure.img-wrap {
    height: 130px;
}

button.btn-miniatura.min-checked {
    background: url(../img/usuario/checked.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 130px;
    outline: none;
}

button.btn-miniatura.min-checked figure.img-wrap img{
	opacity: 0.2;
}

button.btn-miniatura:active, button.btn-miniatura:focus{
	outline: none;
}	

.selecciona-miniatura-btn button {
    padding: 10px 40px;
    margin: 0 10px;
}

.selecciona-miniatura-btn button.btn-info {
	padding: 10px 55px;	
}

.espacio-publicado h1{
	font-size: 37px;
}

.espacio-publicado p{
	font-size: 20px;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 17px;
}	
	

/* MODAL CONFIRMACIÓ BORRAR ESPACIO */

.modal-backdrop {
    background-color: #cdcdcd;
}

.modal-backdrop.in {
    opacity: .8;
}

.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-content {
    border: 0;
    border-radius: 0;
}

.modal-btns button {
    padding: 7px 25px;
	margin: 5px 10px;    
}

.modal-btns .btn-info {
    padding: 7px 40px;
}

.modal-header {
    border-bottom: 0;
}

.close {
    font-size: 40px;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

/* USUARIO FOTOGRAFO */
.crear-proyecto {
    font-weight: 300;
    font-size: 20px;
}

.nuevo-proyecto-grid {
    min-height: 361px;
    }

.espacios-pintados-btns.fotof {
    width: 157px;
    opacity: 0.8;
}

.proyecto-tagging{
	background: #5405b4;
}

.proyecto-tagging.img-wrap img,
.imgLiquidFill.proyecto-tagging img {
	opacity: 0.2;
}

.tagging-btns button {
    padding: 7px 25px;
}

.tagging-btns .btn-info {
    padding: 7px 40px;
}

.btn-info-soft {
    background: #cbb3e8;
}

.btn-info-soft:hover {
    background: #8f47e6;
    color:#fff;
}

.tagging {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: calc(50% - 80px);
    margin: 0;
    padding: 0;
}


.tagging .chosen-container {
    text-align: left;
}

.tagging .chosen-container-single .chosen-single div b{
	background: transparent;
	display: block;
}
.tagging .chosen-container-single .chosen-single div b:before {
    content: "\e914";
    color: white;
    position: relative;
    font-family: 'icomoon';
}

.tagging button.dropdown-toggle {
    background: transparent;
    border: 0;
    font-weight: 300;
    text-transform: none;
    font-size: 12px;
    margin: 0 0px 20px 0;
    border-bottom: 1px solid #fff;
    padding-left: 0;
	padding-right: 70px;   
	color: #cbb3e8;    
}

.tagging .btn-group {
    display: block;
    width: 90%;
    margin: 0 auto;
}

.tagging .dropdown {
    position: relative;
    display: inline-block;
    text-align: left;
}

.tagging span.caret:before {
    content: "\f107";
    font-family: FontAwesome;
    color: #fff;
    font-size: 19px;
    position: absolute;
    top: 31px;
    margin-left: 0;
    right: 5px;
}

.tagging span.caret {
    color: transparent;
    padding: 0 28px 0 0px;
}

@media (min-width: 767px) {
	.tagging .dropdown:nth-child(2) {
	    margin-left: 27px;
	}
}

@media (max-width: 767px) {
	.tagging .dropdown:first-child button{
	    padding-right: 80px;
	}
}


.open>.dropdown-menu {
	background: #fff;
    width: 100%;
    top: 60px;
    margin: 0;
    padding: 0;
    color: #838383;
	border-radius: 0;
	    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
}

.dropdown-menu>li>a {
    color: #838383;
    font-size: 15px;
    line-height: 1;
    border-bottom: 1px solid #ddd;
    padding: 13px 18px;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background: #f4f4f4;
    color: #444;
}

.proyecto-tagged{
	background: #69eba9;
}

/* MI PERFIL */

.espacios-pintados-btns.mi-perfil {
    width: 50px;
}

.mi-perfil-avatar p {
	font-weight: 300;
    font-size: 22px;
}

.btn-cargarfoto label{
    width: 100%;
    margin-top: 15px;
    font-weight: 600;
    padding: 9px;
}

.mi-perfil-form img.eye {
    position: absolute;
    top: 45px;
    right: 25px;
}

.section-title {
    letter-spacing: 1.9px;
}

/* CONTACTO */


.contacto-1 .purple {
    font-weight: 600;
    letter-spacing: 0.1em;
}

.contact-xxss a {
    color: #838383;
    margin-right: 20px;
}

.mi-perfil-form .dropdown button {
    padding: 0;
    text-transform: none;
    font-weight: lighter;
    color: #cdd0d9;
    letter-spacing: 0;
    border-bottom: 1px solid #838383;
    padding-bottom: 4px;
    width: 100%;
    text-align: left;
}


.mi-perfil-form  span.caret {
    position: absolute;
    right: 0;
    bottom: 12px;
}

.mi-perfil-form button.btn-success {
    padding: 10px 60px;
}

.checkbox label a {
    color: #838383;
    font-weight: 400;
    text-decoration: underline;
}

@media max-width (767px) {
    .contact-content .dropdown {
        margin-bottom: 26px;
    }
}


/* DONACIONES */

.btn-large-h {
	padding-right: 30px;
	padding-left: 30px;
}
section.row.donaciones-header {
    background-image: url(../img/donaciones/donaciones-header-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.donar-img .img-wrap{
	height: 377px;
 }
 
 .donativo-tabla {
    border: 3px solid #5405b4;
    padding: 0;
    min-height: 230px;
    letter-spacing: 1px;
}

.donativo-tabla.tabla2 {
    border-left: 0px;
}

.donativo-tabla h3 {
    display: block;
    width: 100%;
    border-bottom: 3px solid #5405b4;
    margin: 15px 0;
    padding: 0 0 15px 20px;
}

.opciones-donativo {
    padding: 10px 20px 30px;
    font-size: 17px;
    font-weight: 300;
}

.opciones-donativo .form-control {
    border: 0;
    border-bottom: 1px solid #cdcdcd;
    border-radius: 0;
    padding: 6px 0;
    background: transparent;
    display: inline-block;
    max-width: 100px;
    position: relative;
    bottom: 8px;    
}

.otra-cantidad{
    position: absolute;
    right: 22px;
    color: #bdbbbb;
    font-size: 13px;    
}

.radio-last {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    bottom: 7px;
}

.radio label, .checkbox label {
    font-weight: 300;
    padding-left: 22px;
    min-height: 31px;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	margin-left: -22px;
}

@media (min-width: 1145px) {
	.opciones-donativo .form-control {
	    float: right;
	}
}

@media (min-width: 1340px) {
	.opciones-donativo .form-control {
	    max-width: 150px;
	}
}

@media (min-width: 1340px) {
	.opciones-donativo .form-control {
	    max-width: 150px;
	}
}			
 
@media (max-width: 1130px) {
	.opciones-donativo .form-control {
	    display: block;
	    max-width: 100%;
	}
	.otra-cantidad {
    	bottom: 40px;
	}
	.donativo-tabla {
	    min-height: 255px;
	}		
}	 

@media (max-width: 767px) {
	.donativo-tabla {
	    min-height: 0;
	    margin-right: 14px;
	    margin-left: 14px;
	}
	.donativo-tabla.tabla2 {
   	 	border-left: 3px solid #5405b4;
   	 	margin-bottom: 50px;
	}
}	

.paypal img {
    position: relative;
    bottom: 2px;
}

/* TERMINOS */

.terminos h1 {
    margin-top: 50px;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 15px;
}

.terminos h2 {
    font-size: 25px;
    margin: 35px 0 20px;
}

/* BLOG */

.blog-filter-menu {
    list-style: none;
    padding: 0;
    letter-spacing: 0.1em;
}

.blog-sidebar h3 {
    letter-spacing: 0.1em;
}

.blog-filter-menu li {
	display: inline-block;
	padding-right: 30px;
}

.blog-filter-menu li a {
	font-weight: 600;
	color: #838383;
}	

.blog-filter-menu li a.active {
	font-weight: 600;
	color: #5405b4;
}

.blog-feed .img-wrap{
	height: 288px;
 }
 
.blog-feed h2{
	margin: 40px 0 15px;
} 

.blog-meta img {
    max-width: 17px;
    margin-right: 5px;
}
 
.blog-item-wrap{
	padding: 0 30px;
}

.blog-tag, .blog-date {
    font-size: 14px;
   font-weight: 400;
}

.blog-date {
    letter-spacing: 0.1em;
}


.blog-meta {
    margin-bottom: 15px;
}

.blog-item-wrap button {
    margin: 20px 0 30px;
    padding: 10px 30px;
}

.blog-more-btn{
	margin-top: 40px;
    padding: 15px 30px;	
}

#blog-search.form-control::-webkit-input-placeholder {
	color: #838383;
}

#blog-search {
    padding-left: 21px;
}

.blog-sidebar i.fa-search {
    position: absolute;
    top: 9px;
}

ul.featured-posts-list li {
    margin-bottom: 10px;
}

.blog-sidebar ul {
    list-style: none;
    padding: 0;
}

.blog-sidebar ul li a {
    color: #838383;
    font-size: 14px;
    font-weight: 400;
}

.blog-item-wrap p {
    letter-spacing: 0.6px;
}

/* BLOG SINGLE */	

.blog-single-header img {
    width: 100%;
}

.single-blog h3 {
    font-weight: 300;
    font-size: 22px;
    letter-spacing: 1px;
}

.single-blog h4 {
    font-weight: 700;
    font-size: 17px;
}

.video-overlay {
    background: #5405b4;
}

.video-blog figure.img-wrap {
    height: 470px;
}

.video-blog .img-wrap img {
    opacity: 0.2;
}

img.video-btn {
    position: absolute;
    z-index: 1;
    top: calc(50% - 43px);
    left: calc(50% - 43px);
}

@media (max-width: 767px) {
    a.menu-app-btn{
        margin-top: 14px
    }
}

/* PERFIL FOTOGRAFO / ARTISTA */

img.perfil-avat {
    border-radius: 50%;
}

#perfil-menu-fixed-wrap.affix {
    top: 25px;
}

#perfil-menu-fixed p:first-child a {
    font-weight: 400;
    margin-bottom: 8px;
    display: block;
}

div#perfil-menu-fixed {
    padding: 20px;
    margin-bottom: 150px;
}

div#perfil-menu-fixed p{
	font-size: 15px;
}

@media (min-width: 992px) {
#perfil-menu-fixed-wrap {
    width: 294px;
}
}

@media (min-width: 1350px) {
#perfil-menu-fixed-wrap {
    width: 297px;
}
}

@media (max-width: 991px) {
    #perfil-menu-fixed-wrap.affix {
        position: static !important;
    }
    div#perfil-menu-fixed {
        margin-bottom: 30px;
    }
}

.btn-perfil-avat .btn-success {
    width: 100%;
}

.perfil-desc {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    }

.perfil-desc.tabulat p i {
    position: absolute;
    left: -30px;
    top: 3px;
}

.perfil-desc.tabulat p {
    margin-left: 30px;
    display: block;
    position: relative;
}

.perfil-data .ttuc {
    font-weight: 600;
}

.perfil-data p.tar {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.perfil-social {
    margin-top: 15px;
    padding-top: 25px;
    border-top: 1px solid #ddd;
}

.perfil-social a {
    color: #838383;
}

.perfil-social i {
    margin-right: 13px;
}

.btn-perfil-avat {
    position: absolute;
    left: 0px;
    width: 100%;
}


/* PERFIL FOTOGRAFO / ARTISTA  / DETALLE */


.breadcrumb-perfil-artista h4 a, .breadcrumb-perfil-artista h4 {
    font-weight: 600;
    color: #cdcdcd;
        font-size: 15px;
}

.breadcrumb-perfil-artista h4 span {
	font-weight: 600;
}

.perfil-desc.bb0 {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.story-intro {
    padding: 20px 28px;
}


/* PERFIL FOTOGRAFO / ARTISTA  / DETALLE */

.story-overlay-wrap {
    height: 50px;
    width: calc(100% - 28px);
    position: absolute;
    right: 14px;
    z-index: 999;
    opacity: 0.8;
    text-align: left;
    padding: 5px 18px;
}

.story-overlay {
    display: inline-block;
}

.story-overlay-wrap a:hover {
    color: #aafbd3;
}


a.story-tag {
    float: right;
    padding: 11px 2px;
}


/* MODAL REGISTRATION */

.modal-dialog.modal-fw-dialog {
    width: 100%;
    background: white;
    height: 100vh;
    -webkit-transform: translate(0, 0%) !important;
    -ms-transform: translate(0, 0%) !important;
    -o-transform: translate(0, 0%) !important;
    transform: translate(0, 0%) !important;
    margin: 0;
}

.registration-wrap {
	padding: 28px;
}

.registration-wrap .form-control {
    background: transparent;
}

.fb-btn {
    width: 100%;
    border-radius: 0;
    padding: 16px 16px 18px;
    letter-spacing: 2px;
    background: #3a5896;
    margin-top: 10px;
}

.fb-btn i.fa-facebook {
    font-size: 25px;
    position: relative;
    top: 2px;
    margin-right: 6px;
}

span.register-options {
    display: inline-block;
    color: #ccc;
    padding: 0 5px;
    background: #f7f7f7;
    position: absolute;
    top: 100px;
}

.modal-content input.form-control, .modal-content .mi-perfil-form .dropdown button{
    border-color: #838383;
}

.modal-content span.caret:before {
color: #838383;
}


.registration-divider {
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 20px;
    margin-top: 40px;
}

.registration-wrap button.dropdown-toggle {
    padding: 7px 0 8px;
}

.registration-wrap .open>.dropdown-menu {
    width: 100%;
    top: 34px;
    border-radius: 0;
}

.registration-wrap .dropdown-menu>li>a {
	color: #838383;
}

div.modal-fw {
    background: white;
}

form[data-form="registration"] button.btn-success, form[data-form="login"] button.btn-success, .re-password button.btn-success {
    padding: 10px 70px;
}

a.repass-login {
    font-size: 15px;
    position: absolute;
    font-weight: 400;
    bottom: -5px;
}
@media (max-width: 991px){
    a.repass-login {
        bottom: -30px;
    }
}

/* USUARIO DONACIONES */



.reg-donaciones p {
    font-size: 20px;
    color: #cdcdcd;
    padding-top: 10px;
}

table.misdinaciones-table th {
    font-size: 20px;
}

table.misdinaciones-table tr {
    border-bottom: 1px solid #cdcdcd;
}

table.misdinaciones-table tr:last-child {
    border-bottom: 0;
}

table.misdinaciones-table td, table.misdinaciones-table th {
    padding: 10px 0;
    width: 20%;
}

table.misdinaciones-table a {
	font-weight: 600;
}

/* PERMISO */

.permiso h1 {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 10px;
	margin: 40px 0;   
}

/* SELECTOR IDIOMAS */

.top-usr-menu {
	display: inline-block;
}

.top-usr-menu a,
.top-usr-menu .dropdown-toggle,
.navbar-default .navbar-nav>li>a,
.cookie-p > p{
    -webkit-font-smoothing: auto;
}


.home-form-btn {
	float: right;
	padding-right: 0;
}

.home-form-btn.spaces-search{
    background-color: #fff;
}


.story-img-wrap img {
	width: 100%;
}



/* ICONS */

.blog-meta .icon-tag {
    position: relative;
    top: 3px;
    margin-right: 6px;
    font-size: 16px;
}


.espacio-single-details .icomoon {
    position: relative;
    font-size: 16px;
}


.form-group .icomoon {
    position: absolute;
    z-index: 99;
}

form.form-espacio-single .icomoon {
    margin: 15px 18px;
}

.form-espacio-single input#datepicker1:focus {
    background: #fff;
}

.mi-perfil-form .icomoon {
	top: 10px;
}

form.form-home .icomoon {
    top: 14px;
    font-size: 17px;
    left: 19px;	
}

.top-usr-menu i {
    position: relative;
    top: 1px;
}

.breadcrumb-perfil-artista i {
    position: relative;
    top: 2px;
}

.story-overlay i {
    margin-right: 6px;
}

.perfil-desc i {
    margin-right: 6px;
}

.mi-perfil-form i.icomoon.icon-eye {
    top: 44px;
    right: 25px;
}

.usuario-container h2 i {
    font-size: 20px;
}


div#usuario-menu-fixed i {
    margin-right: 7px;
}

.usuario-container h2 {
    font-size: 28px;
}

.usuario-container h2 span {
    font-size: 22px !important;
}

.arrowupdown{
transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    display: inline-block;
}

a.arrow {
    padding: 0;
}

span.arrows {
    padding: 15px;
}


/* Cookie Notification */
    .cookie-bar {border-bottom: 1px solid #6829bf;}
    .cookie-info, .cookie-ok {color: #c4b3e7;}
    .cookie-info:hover, .cookie-ok:hover {color: #cbb7f2;}
    
/* Language selector */

.styled-select.language-select {
	display: inline-block;
}

.language-select button.dropdown-toggle {
    color: #cbb3e8;
    font-size: 13px;
    font-weight: 300;
    padding-left: 0;
}

.language-select .icon-arrowdown:before {
    content: "\e902";
    font-size: 7px;
    position: relative;
    bottom: 1px;
    left: 3px;
}

.language-select ul.dropdown-menu {
	top: 27px;
    right: 24px;
    text-align: right;
    width: 48px;
    left: auto;
    min-width: 0px;
    border: 0;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.4);
    margin: 0;
    padding: 0 10px;
    background: #5405b4;
}

.language-select .dropdown-menu li a {
    border-bottom: 1px solid #9a73ce;
    color: white;
}

.language-select .dropdown-menu>li>a {
    padding: 3px 0px;
    text-align: right;
}

.language-select .dropdown-menu li:last-child a {
    border-bottom: none;
}
   
.language-select .dropdown-menu>li>a:hover {
    background: transparent;
    color: #69eba9;
    opacity: 1;
}   
   
/* REPASSWORD */


.repass-cta:first-child {width: 10%;}

.repass-cta:last-child {
    width: 85%;
}

.repass-cta {
    display: inline-block;
    vertical-align: top;
}

.repassword-wrap {
	padding: 18px 28px;
}

.repassword-wrap .mi-perfil-form .form-control {
    background: transparent;
}



.jssocials-share-link {
    border: 0 !important;
}

button.navbar-toggle {
    float: none;
    margin-top: 30px;
    border: none;
    margin-bottom: 0;
    padding: 0;
}

.navbar-responsive {
min-height: 70px;
}

.usernav-toggle {
    background: transparent;
    border: 0;
    font-size: 21px;
    padding: 0;
    margin-top: 22px;
}

.usernav-toggle:focus {
    outline: 0;
}

.navbar-responsive a.navbar-brand {
    margin-top: 22px;
}

.navbar-responsive select.form-control.languages {
    background: transparent;
    color: white;
    border: 0;
    display: inline-block;
    width: auto;
    padding: 7px;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */

}

@media (max-width: 991px) {
div#usernav {
    border-top: 2px solid #450494;
    box-shadow: none;
    color: #450494;
    padding: 0 28px;
    margin: 14px -14px 0;
}
.navbar>.container .navbar-brand {
    margin-left: 0;
}

}