@font-face {
font-family: 'globalgallery';
src:url(//www.despedidastarragona.com/wp-content/plugins/global-gallery/css/globalgallery-font/fonts/globalgallery.eot?s0win6);
src:url(//www.despedidastarragona.com/wp-content/plugins/global-gallery/css/globalgallery-font/fonts/globalgallery.eot?#iefixs0win6) format('embedded-opentype'),
url(//www.despedidastarragona.com/wp-content/plugins/global-gallery/css/globalgallery-font/fonts/globalgallery.woff?s0win6) format('woff'),
url(//www.despedidastarragona.com/wp-content/plugins/global-gallery/css/globalgallery-font/fonts/globalgallery.ttf?s0win6) format('truetype'),
url(//www.despedidastarragona.com/wp-content/plugins/global-gallery/css/globalgallery-font/fonts/globalgallery.svg?s0win6#globalgallery) format('svg');
font-weight: normal;
font-style: normal;
} .gg_loader {
width: 26px;
height: 26px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -13px;
margin-left: -13px;
overflow:hidden;
z-index: 100;
background: none;
opacity: 0;
filter: alpha(opacity=0);
}
.ggl_1, .ggl_2, .ggl_3, .ggl_4 {
background-color: #777;
width: 12px;
height: 12px;
position: absolute;
top: 0;
left: 0;
-webkit-transform-origin: 	0 50%;
-ms-transform-origin: 		0 50%;
transform-origin: 			0 50%;	
-webkit-animation: gg_loader 1.7s infinite ease-in-out;
animation: gg_loader 1.7s infinite ease-in-out;
-webkit-transform: 	rotateX(90deg);
-ms-transform: 		rotateX(90deg);
transform: 			rotateX(90deg);	
}
.ggl_2 {
top: 0;
left: 14px;
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.ggl_3 {
top: 14px;
left: 14px;
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
.ggl_4 {
top: 14px;
left: 0x;
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
@-webkit-keyframes gg_loader {
20% {-webkit-transform: rotateX(90deg);}
40% {-webkit-transform: rotateX(0deg);}
60% {-webkit-transform: rotateX(0deg);}
80% {-webkit-transform: rotateX(90deg);}
100% {-webkit-transform: rotateX(90deg);}
}
@keyframes gg_loader {
20% {
-webkit-transform: 	rotateX(90deg);
-ms-transform: 		rotateX(90deg);
transform: 			rotateX(90deg);	
}
40% {
-webkit-transform: 	rotateX(0deg);
-ms-transform: 		rotateX(0deg);
transform: 			rotateX(0deg);	
}
60% {
-webkit-transform: 	rotateX(0deg);
-ms-transform: 		rotateX(0deg);
transform: 			rotateX(0deg);	
}
80% {
-webkit-transform: 	rotateX(90deg);
-ms-transform: 		rotateX(90deg);
transform: 			rotateX(90deg);	
}
100% {
-webkit-transform: 	rotateX(90deg);
-ms-transform: 		rotateX(90deg);
transform: 			rotateX(90deg);	
}
}
.gg_old_loader .gg_loader,
.gg_new_loader .gg_loader {
opacity: 1;
filter: alpha(opacity=100);
}
.gg_old_loader .gg_loader {
background: url(//www.despedidastarragona.com/wp-content/plugins/global-gallery/img/loader.gif) no-repeat center center transparent !important;
}
.gg_old_loader .gg_loader div {
display: none !important;	
} .gg_gallery_wrap { 
position: relative;
min-width: 200px;  
width: auto;
margin: 20px auto;
}
.gg_gallery_wrap, .gg_gallery_wrap * {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.gg_galleria_slider_wrap, .gg_galleria_slider_wrap * {
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: contentbox;	
}
.gg_gallery_wrap .gg_container {
clear: both;
overflow: hidden;
min-height: 150px;
max-height: 150px;
}
.gg_gallery_wrap .gg_img {
overflow: hidden;	
cursor: pointer;
display: block;
opacity: 0;
filter: alpha(opacity=0);
transform:			scale(0.9);
-ms-transform:		scale(0.9);
-webkit-transform:	scale(0.9);
-webkit-transition: opacity .55s ease-in, transform .5s ease-in; 
-ms-transition: 	opacity .55s ease-in, transform .5s ease-in; 
transition: 		opacity .55s ease-in, transform .5s ease-in; 
}
.gg_string_gallery .gg_img {
-webkit-transition: opacity .65s ease-in, transform .55s ease-in; 
-ms-transition: 	opacity .65s ease-in, transform .55s ease-in; 
transition: 		opacity .65s ease-in, transform .55s ease-in; 	
}
.gg_img.gg_shown {
opacity: 1;
transform:			scale(1);
-ms-transform:		scale(1);
-webkit-transform:	scale(1);
}
.gg_img.gg_old_page {
opacity: 0 !important;
-webkit-transition: opacity .2s ease-in !important; 
-ms-transition: 	opacity .2s ease-in !important; 
transition: 		opacity .2s ease-in !important; 
}
.gg_coll_container {
padding: 0px !important;	
}
.gg_coll_container,
.gg_coll_gallery_container {
position: relative;	
}
.gg_coll_container .gg_coll_img.gg_shown {
opacity: 1;
filter: alpha(opacity=100);	
} .gg_masonry_gallery .gg_img,
.gg_coll_container .gg_img {
border: none !important;
border-radius: 0px !important;	
}
.gg_masonry_gallery .gg_img {
box-shadow: none !important;
}
.gg_masonry_gallery .gg_img .gg_photo,
.gg_coll_container .gg_photo, .gg_coll_container .gg_main_overlay, .gg_coll_container .gg_overlays {
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.gg_img_inner {
position: relative;
height: 100%;
width: 100%;	
top: 0;
left: 0;
vertical-align: top;
overflow: hidden;
}
.gg_overlays {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;	
z-index: 50;
overflow: hidden;
}
.gg_gallery_wrap .gg_main_img_wrap {
height: 100%;
max-height: 100%;
overflow: hidden;	
position: relative;
}
.gg_gallery_wrap .gg_img .gg_photo {
max-width: none;
min-width: inherit;
width: auto;
margin-bottom: 0 !important;
margin-top: 0 !important;
}
.gg_masonry_gallery .gg_img .gg_photo {
display: block;
width: 100% !important;
}
.gg_fx_canvas {
position: absolute;
top: 0;
left: 0;
}
.gg_blur_fx {
z-index: 40;	
}
.gg_grayscale_fx {
z-index: 50;	
}
.gg_gallery_wrap .gg_lor {
margin-right: 0px !important;
}
.gg_paginating_loader {
background: url(//www.despedidastarragona.com/wp-content/plugins/global-gallery/img/loader.gif) no-repeat center center transparent !important;
min-height: 150px;
transition-duration: 0.0s !important;
}
#gg_simple_loader {
height: 20px;
width: 20px;	
background: url(//www.despedidastarragona.com/wp-content/plugins/global-gallery/img/loader.gif) no-repeat center center transparent !important;
z-index: 9999999;
position: absolute;
display: none;
} .gg_gallery_wrap .gg_img .gg_main_overlay {
-webkit-transition: all .3s ease-in-out;
-ms-transition: 	all .3s ease-in-out;
transition: 		all .3s ease-in-out;
position: absolute;
width: 100%;
z-index: 9999;
color: 333;	
font-size: 14px;
font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
letter-spacing: 0.03em;
vertical-align: middle;
font-weight: bold;
opacity: 0;
filter: alpha(opacity=0);
padding: 6px 0;
z-index: 90;
}
.gg_gallery_wrap .gg_img:hover .gg_main_overlay,
.gg_gallery_wrap .gg_img.gg_touch_on .gg_main_overlay {
opacity: 1;
filter: alpha(opacity=100);
}	
.gg_gallery_wrap .gg_img .gg_main_overlay span {
padding: 0 8px;	
display: inline-block;
} .gg_gallery_wrap .gg_img .gg_sec_overlay {
width: 0; 
height: 0; 
background: none !important;
position: absolute; 
opacity: 1; 
z-index: 95; 
-webkit-transition: all .3s ease-in-out;  
-ms-transition: 	all .3s ease-in-out; 
transition: 		all .3s ease-in-out; 
}
.gg_gallery_wrap .gg_linked_img {
cursor: pointer;	
}
.gg_gallery_wrap .gg_img .gg_sec_overlay span {
-webkit-transform: scale(1.05);
position: absolute;
cursor: pointer;	
display: block;
height: 18px;
width: 18px;
text-align: center;
font-family: 'globalgallery';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gg_gallery_wrap div.gg_img .gg_sec_overlay span:before {
content: "\e604"; font-size: 17px;
display: inline-block;
}
.gg_gallery_wrap div.gg_coll_img .gg_sec_overlay span:before {
content: "\e600"; font-size: 18px;
}
.gg_gallery_wrap div.gg_linked_img .gg_sec_overlay span:before {
content: "\e607"; font-size: 13px !important;
} .gg_img .gg_sec_overlay.gg_tl_pos span {
right: -27px;
top: -51px;
}
.gg_linked_img .gg_sec_overlay.gg_tl_pos span,
.gg_coll_img.gg_linked_img .gg_sec_overlay.gg_tl_pos span {
right: -27px !important;
top: -50px !important;
} .gg_img .gg_sec_overlay.gg_tr_pos span {
left: -26px;
top: -51px;
}
.gg_linked_img .gg_sec_overlay.gg_tr_pos span,
.gg_coll_img.gg_linked_img .gg_sec_overlay.gg_tr_pos span {
left: -25px !important;
top: -49px !important;
} .gg_img .gg_sec_overlay.gg_br_pos span {
right: 8px;
bottom: -51px;
} .gg_img .gg_sec_overlay.gg_bl_pos span {
left: 9px;
bottom: -51px;
} .gg_paginate {
min-height: 20px !important;	
clear: both;
padding-top: 10px;
text-align: center;	
position: relative;
}
.gg_paginate .gg_standard_pag *,
.gg_paginate .gg_infinite_scroll * {
-webkit-transition: all .2s linear; 
-ms-transition: 	all .2s linear; 
transition: 		all .2s linear;	
}
.gg_paginate .gg_standard_pag,
.gg_paginate .gg_infinite_scroll {
display: inline-block;
height: 28px;
opacity: 0;
filter: alpha(opacity=0);
border-radius: 2px;
}
.gg_paginate .gg_standard_pag > div,
.gg_paginate .gg_infinite_scroll > div {
display: inline-block;
height: 100%;
line-height: 23px;
vertical-align: top;
float: left;
}
.gg_standard_pag .gg_nav_right,
.gg_standard_pag .gg_nav_left {
font-family: 'globalgallery';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;	
cursor: pointer;
}
.gg_nav_right > div:before,
.gg_nav_left > div:before {
display: inline-block;
position: static;
margin-top: 12px;
}
.gg_coll_gallery_container .gg_nav_right > div:before,
.gg_coll_gallery_container .gg_nav_left > div:before {
-webkit-transform: translateY(1px); }
.gg_standard_pag .gg_nav_right > div:before {
content: "\e605";	
}
.gg_standard_pag .gg_nav_left > div:before {
content: "\e608";
margin-left: -2px;	
}
.gg_pag_disabled {
cursor: auto !important;	
}
.gg_standard_pag .gg_nav_mid div,
.gg_infinite_scroll span  {
font-family: Helvetica,Arial,sans-serif;
font-size: 0.75em;
padding: 0 8px;
line-height: 26px;
} .gg_standard_pag {
width: auto !important;
}
.gg_standard_pag .gg_prev_page div,
.gg_standard_pag .gg_next_page div {
width: 11px;
height: 100%;
margin: 0 8px;
opacity: 0.65;
filter: alpha(opacity=50);
line-height: 0;
}
.gg_standard_pag .gg_prev_page:hover div {
opacity: 0.9;
filter: alpha(opacity=0.9);
}
.gg_standard_pag .gg_nav_right {
cursor: pointer;
min-width: 3px;
}
.gg_standard_pag .gg_nav_right:hover div {
opacity: 0.9;
filter: alpha(opacity=90);
}
.gg_pag_onlynum font {
bottom: -3px;
font-size: 28px;
line-height: 0;
opacity: 0.25;
filter: alpha(opacity=25);
padding: 0 2px;
position: relative;
}
.gg_standard_pag.gg_only_arr > div > div {
margin: 0 15px;
line-height: 0 !important;
} .gg_standard_pag.gg_only_arr.gg_monoblock,
.gg_standard_pag.gg_only_arr.gg_monoblock:hover  {
background: none !important;
border: none !important;	
filter: none !important; }
.gg_standard_pag.gg_only_arr.gg_monoblock > div {
border-radius: 2px;
}
.gg_standard_pag.gg_only_arr.gg_monoblock .gg_nav_left {
margin-right: 10px;
} .gg_infinite_scroll { cursor: pointer; }
.gg_infinite_scroll .gg_nav_left,
.gg_infinite_scroll .gg_nav_right { 
width: 4px; 
} .gg_paginate.gg_pag_light .gg_standard_pag .gg_nav_right > div:before,
.gg_paginate.gg_pag_light .gg_standard_pag .gg_nav_left > div:before  {
color: #737373;
font-size: 14px;	
}
.gg_paginate.gg_pag_light .gg_standard_pag,
.gg_paginate.gg_pag_light .gg_infinite_scroll,
.gg_paginate.gg_pag_light .gg_standard_pag.gg_only_arr.gg_monoblock > div {
border: 1px solid #CECECE;
background: #fcfcfc; background: -moz-linear-gradient(top,  #fcfcfc 0%, #fdfdfd 53%, #f9f9f9 89%, #f9f9f9 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(53%,#fdfdfd), color-stop(89%,#f9f9f9), color-stop(100%,#f9f9f9)); background: -webkit-linear-gradient(top,  #fcfcfc 0%,#fdfdfd 53%,#f9f9f9 89%,#f9f9f9 100%); background: -o-linear-gradient(top,  #fcfcfc 0%,#fdfdfd 53%,#f9f9f9 89%,#f9f9f9 100%); background: -ms-linear-gradient(top,  #fcfcfc 0%,#fdfdfd 53%,#f9f9f9 89%,#f9f9f9 100%); background: linear-gradient(to bottom,  #fcfcfc 0%,#fdfdfd 53%,#f9f9f9 89%,#f9f9f9 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f9f9f9',GradientType=0 ); }
.gg_paginate.gg_pag_light .gg_standard_pag .gg_nav_right:hover,
.gg_paginate.gg_pag_light .gg_standard_pag .gg_nav_left:hover,
.gg_paginate.gg_pag_light .gg_standard_pag.gg_only_arr.gg_monoblock > div:hover,
.gg_paginate.gg_pag_light .gg_infinite_scroll:hover {
box-shadow: 0 0 1px rgba(0, 0, 0, 0.05) inset;
background: #f9f9f9; background: -moz-linear-gradient(top,  #f9f9f9 0%, #f9f9f9 11%, #fdfdfd 47%, #fcfcfc 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(11%,#f9f9f9), color-stop(47%,#fdfdfd), color-stop(100%,#fcfcfc)); background: -webkit-linear-gradient(top,  #f9f9f9 0%,#f9f9f9 11%,#fdfdfd 47%,#fcfcfc 100%); background: -o-linear-gradient(top,  #f9f9f9 0%,#f9f9f9 11%,#fdfdfd 47%,#fcfcfc 100%); background: -ms-linear-gradient(top,  #f9f9f9 0%,#f9f9f9 11%,#fdfdfd 47%,#fcfcfc 100%); background: linear-gradient(to bottom,  #f9f9f9 0%,#f9f9f9 11%,#fdfdfd 47%,#fcfcfc 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#fcfcfc',GradientType=0 ); }
.gg_paginate.gg_pag_light .gg_standard_pag.gg_only_arr.gg_monoblock > div:hover {
border: 1px solid #c6c6c6;	
}
.gg_paginate.gg_pag_light .gg_standard_pag:hover,
.gg_paginate.gg_pag_light .gg_infinite_scroll:hover {
border: 1px solid #c5c5c5;	
}
.gg_paginate.gg_pag_light .gg_standard_pag .gg_nav_right:hover {
box-shadow: 1px 0 0px rgba(0, 0, 0, 0.05) inset;	
}
.gg_paginate.gg_pag_light .gg_standard_pag .gg_nav_left:hover {
box-shadow: -1px 0 0px rgba(0, 0, 0, 0.05) inset;		
}
.gg_paginate.gg_pag_light .gg_standard_pag .gg_nav_mid div,
.gg_paginate.gg_pag_light .gg_infinite_scroll span  {
color: #404040;
}
.gg_paginate.gg_pag_light .gg_infinite_scroll:hover span  {
color: #333;
} .gg_paginate.gg_pag_dark .gg_standard_pag .gg_nav_right > div:before,
.gg_paginate.gg_pag_dark .gg_standard_pag .gg_nav_left > div:before  {
color: #efefef;
font-size: 14px;	
}
.gg_paginate.gg_pag_dark .gg_standard_pag,
.gg_paginate.gg_pag_dark .gg_infinite_scroll,
.gg_paginate.gg_pag_dark .gg_standard_pag.gg_only_arr.gg_monoblock > div {
border: 1px solid #444;
background: #414141; background: -moz-linear-gradient(top,  #414141 0%, #404040 65%, #3a3a3a 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414141), color-stop(65%,#404040), color-stop(100%,#3a3a3a)); background: -webkit-linear-gradient(top,  #414141 0%,#404040 65%,#3a3a3a 100%); background: -o-linear-gradient(top,  #414141 0%,#404040 65%,#3a3a3a 100%); background: -ms-linear-gradient(top,  #414141 0%,#404040 65%,#3a3a3a 100%); background: linear-gradient(to bottom,  #414141 0%,#404040 65%,#3a3a3a 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#3a3a3a',GradientType=0 ); }
.gg_paginate.gg_pag_dark .gg_standard_pag .gg_nav_right:hover,
.gg_paginate.gg_pag_dark .gg_standard_pag .gg_nav_left:hover,
.gg_paginate.gg_pag_dark .gg_standard_pag.gg_only_arr.gg_monoblock > div:hover
.gg_paginate.gg_pag_dark .gg_infinite_scroll:hover {
box-shadow: 0 0 1px rgba(240, 240, 240, 0.2) inset;
background: #3a3a3a; background: -moz-linear-gradient(top,  #3a3a3a 0%, #404040 35%, #414141 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a3a3a), color-stop(35%,#404040), color-stop(100%,#414141)); background: -webkit-linear-gradient(top,  #3a3a3a 0%,#404040 35%,#414141 100%); background: -o-linear-gradient(top,  #3a3a3a 0%,#404040 35%,#414141 100%); background: -ms-linear-gradient(top,  #3a3a3a 0%,#404040 35%,#414141 100%); background: linear-gradient(to bottom,  #3a3a3a 0%,#404040 35%,#414141 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#414141',GradientType=0 ); }
.gg_paginate.gg_pag_dark .gg_standard_pag:hover,
.gg_paginate.gg_pag_dark .gg_infinite_scroll:hover,
.gg_paginate.gg_pag_dark .gg_standard_pag.gg_only_arr.gg_monoblock > div:hover {
border: 1px solid #535353;	
}
.gg_paginate.gg_pag_dark .gg_standard_pag .gg_nav_right:hover {
box-shadow: 1px 0 0px rgba(240, 240, 240, 0.2) inset;		
}
.gg_paginate.gg_pag_dark .gg_standard_pag .gg_nav_left:hover {
box-shadow: -1px 0 0px rgba(240, 240, 240, 0.2) inset;	
}
.gg_paginate.gg_pag_dark .gg_standard_pag .gg_nav_mid div,
.gg_paginate.gg_pag_dark .gg_infinite_scroll span  {
color: #e5e5e5;
}
.gg_paginate.gg_pag_dark .gg_infinite_scroll:hover span  {
color: #efefef;
} .gg_pag_disabled {
box-shadow: none !important;	
}
.gg_pag_disabled div,
.gg_pag_disabled:hover div {
opacity: 0.2 !important;
filter: alpha(opacity=20) !important;
} .gg_standard_gallery .gg_container,
.gg_collection_wrap .gg_container {
margin: auto;  
display: inline-block;
width: 100%;
}
.gg_standard_gallery .gg_img,
.gg_collection_wrap .gg_img {
float: left;
}
.gg_standard_gallery .gg_img .gg_main_thumb,
.gg_collection_wrap .gg_img .gg_main_thumb {
position: relative;
z-index: 30;	
} .gg_masonry_gallery .gg_container {
padding: 0px !important;	
}
.gg_masonry_gallery .gg_img {
overflow: visible;
}	
.gg_masonry_gallery .gg_photo {
max-width: 100% !important;	
min-width: 100%;
}
.gg_masonry_gallery div.gg_container {
overflow: hidden;
}
.gg_collection_wrap .gg_masonry_gallery div.gg_container {
width: 100% !important;
} .gg_string_gallery .gg_img {
-webkit-transition: all .2s ease-in-out;
-ms-transition: 	all .2s ease-in-out;
transition: 		all .2s ease-in-out;
float: left;
display: inline-block;
}
.gg_string_gallery .gg_photo {
display: block;
width: auto !important;
height: 100% !important;
}
.gg_string_gallery .gg_ps_forced .gg_photo {
min-width: 100% !important;
}
.gg_string_gallery .gg_container {
margin: auto;  
width: 100%;
clear: both;
}
.gg_string_gallery .gg_img .gg_main_thumb {
position: relative;
z-index: 30;	
} .gg_collection_wrap {
width: 100%;
overflow: hidden;	
direction: ltr;
}
.gg_coll_img {
overflow: visible !important;	
box-shadow: none !important;
}
.gg_coll_img .gg_coll_img_inner {
width: 100%;
height: 100%;
overflow: visible;
position: relative;	
}
.gg_coll_img .gg_main_overlay_under {
width: 100%;	
height: auto;
padding: 10px 0px 20px;	
}
.gg_coll_img .gg_main_overlay_under .gg_img_title_under {
text-align: center;
padding: 0 5px;	
font-size: 15px;
line-height: 23px;
font-weight: bold;
color: #444;
}
.gg_coll_img .gg_main_overlay_under .gg_img_descr_under {
color: #555555;
font-size: 13px;
line-height: 18px;
padding: 3px 5px 0;
text-align: center;
}
.gg_coll_gallery_container .gg_gallery_wrap {
min-height: 150px;
}
.gg_collection_wrap .gg_coll_table,
.gg_collection_wrap .gg_coll_table tr,
.gg_collection_wrap .gg_coll_table tr .gg_coll_table_cell {
background: none !important;
border: none !important;
padding: 0px !important;
margin: 0px !important;	
vertical-align: top;
}
.gg_collection_wrap .gg_coll_table {
position: relative;
max-width: 200%;
width: 200% !important;	
min-width: 200%;
}
.gg_collection_wrap .gg_coll_table tr .gg_coll_table_cell {
width: 50%;
text-align: left;
}
.gg_coll_go_back {
cursor: pointer;	
font-size: 14px;
}
.gg_coll_back_to_new_style {
display: inline-block;
height: 29px;
width: auto;
line-height: 28px;
position: relative;
z-index: 20;
top: 0;
margin-left: 2px;
padding: 0 10px;	
-webkit-transition: top .3s linear; 
-ms-transition: 	top .3s linear; 
transition: 		top .3s linear; 
}
.gg_coll_img_inner .gg_overlays > p {
display: none !important;	
}
.gg_coll_gall_title {
display: inline-block;
float: right;
font-size: 19px;
line-height: 26px;
margin: 2px 12px 0 20px;	
border: none;
padding: none;
}
.gg_coll_gall_title.gg_narrow_coll {
float: none;
margin: 15px 12px 0;
} .gg_filter > a {
display: inline-block;	
cursor: pointer;
-webkit-transition: all .2s linear; 
-ms-transition: 	all .2s linear; 
transition: 		all .2s linear; 
}
.gg_filter > a:hover {
text-decoration: none;	
}
.gg_filter > span { 
display: inline-block;
padding: 0 5px;
}
.gg_old_filters .gg_cats_selected {
font-weight: bold;	
}
.gg_new_filters {
margin-bottom: 10px;	
}
.gg_new_filters a.ggf {
font-size: 14px;
line-height: 28px;
height: 29px;
padding: 0px 10px;
margin: 0px	7px 8px;
}
.gg_mobile_filter {
margin-bottom: 15px;	
}
.gg_mobile_filter_dd {
width: 100%;
padding: 8px 10px;	
display: none;
font-size: 13px;
height: 40px;
} .gg_container > p > a {
display: none !important;	
}
.gg_container > p {
margin: 0px !important;
padding: 0px !important;	
} .gg_coll_container,
.gg_coll_img,
.gg_masonry_gallery .gg_container, 
.gg_masonry_gallery .gg_img {
-webkit-transition-duration: 0.7s;
-ms-transition-duration: 0.7s;
transition-duration: 0.7s;
}
.gg_coll_container,
.gg_masonry_gallery .gg_container {
-webkit-transition-property: height, width;
-ms-transition-property: height, width;
transition-property: height, width;
}
.gg_coll_img,
.gg_masonry_gallery .gg_img {
-webkit-transition-property: -webkit-transform, opacity;
-ms-transition-property:    -moz-transform, opacity;
transition-property:         transform, opacity;
} .gg_coll_img.gg_shown,
.gg_masonry_gallery .gg_img.gg_shown {
z-index: 2;
} .mg_isotope_v2 .gg_coll_img,
.mg_isotope_v2 .gg_masonry_gallery .gg_img {
opacity: 0;
filter: alpha(opacity=0);	
-webkit-transition: opacity .4s ease-in-out; 
-ms-transition: 	opacity .4s ease-in-out; 
transition: 		opacity .4s ease-in-out; 
}
.mg_isotope_v2 .gg_coll_img.gg_shown,
.mg_isotope_v2 .gg_masonry_gallery .gg_img.gg_shown {
opacity: 1;
filter: alpha(opacity=100);		
}
.mg_isotope_v2 .gg_coll_container,
.mg_isotope_v2 .gg_masonry_gallery .gg_container {
-webkit-transition: height .5s ease-in-out; 
-ms-transition: 	height .5s ease-in-out;  
transition: 		height .5s ease-in-out; 
}
.mg_isotope_v2 .gg_coll_img,
.mg_isotope_v2 .gg_masonry_gallery .gg_img {
-webkit-transition-property: opacity;
-ms-transition-property: opacity;
transition-property: opacity;
}
.gg_galleria_slider_wrap {
width: 100%;
margin: auto;
min-width: 250px;
padding-bottom: 15px;
}
#galleria-loader{
height: 1px !important;
}
.gg_galleria_slider_wrap .galleria-container {
position: relative;
padding-left: 0px;
padding-top: 0px;
}
.gg_galleria_slider_wrap .galleria-container img {
-moz-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
}
.gg_galleria_slider_wrap .galleria-stage {
position: absolute;
top: 4px;
bottom: 4px;
left: 10px;
right: 10px;
overflow:hidden;
z-index: 4;
border-width: 5px;
border-style: solid;
border-radius: 1px;
}
.gg_galleria_slider_wrap .galleria-images {
z-index: 1;	
}
.gg_galleria_slider_wrap .galleria-thumbnails-container {
height: 50px;
position: absolute;
left: 10px;
right: 10px;
z-index: 2;
}
.gg_galleria_slider_wrap .galleria-carousel .galleria-thumbnails-list {
margin-left: 30px;
margin-right: 30px;
}
.gg_galleria_slider_wrap .galleria-thumbnails .galleria-image {
height: 40px;
width: 60px;
background: #333;
margin: 0 5px 0 0;
border: 1px solid #4d4d4d;
float: left;
cursor: pointer;
border-radius: 2px;
}
.gg_galleria_slider_wrap .galleria-loader {
background: none;
width: 26px;
height: 26px;
position: absolute;
top: 50%;
right: 50%;
margin-top: -13px;
margin-right: -13px;
z-index: 2;
display: none;
} .gg_galleria_slider_wrap .galleria-info {
position: static;
width: 100%;
height: 1px;
border-style: solid;
border-color: transparent !important;
border-width: 8px 15px;
}
.gg_galleria_slider_wrap .galleria-info-text {
bottom: 9px;
display: none;
left: 15px;
padding: 8px 10px 7px;
position: absolute;
z-index: 100;
right: 15px;
width: auto;
font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
}
.gg_galleria_slider_wrap .galleria-info-title {
font-size: 14px;
font-weight: bold;
line-height: 20px;
margin: 0;
}
.gg_galleria_slider_wrap .galleria-info-title span {
font-weight: normal;
font-style: italic;
font-size: 11px;
padding-left: 3px;
}
.gg_galleria_slider_wrap .galleria-info-description {
font-size: 13px;
line-height: 19px;
margin: 4px 0 1px;
}
.gg_galleria_slider_wrap .has_no_data .galleria-gg-info-link,
.gg_galleria_slider_wrap .has_no_data .galleria-info-text {
display: none !important;
}
.gg_galleria_slider_wrap .galleria-image-nav-left,
.gg_galleria_slider_wrap .galleria-image-nav-right,
.gg_galleria_slider_wrap .galleria-thumb-nav-left,
.gg_galleria_slider_wrap .galleria-thumb-nav-right,
.gg_galleria_slider_wrap .galleria-gg-info-link,
.gg_galleria_slider_wrap .galleria-gg-play,
.gg_galleria_slider_wrap .galleria-gg-toggle-thumb,
.gg_galleria_slider_wrap .galleria-gg-lightbox {
font-family: 'globalgallery';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;	
} .gg_galleria_slider_wrap .galleria-gg-info-link,
.gg_galleria_slider_wrap .galleria-gg-play,
.gg_galleria_slider_wrap .galleria-gg-toggle-thumb,
.gg_galleria_slider_wrap .galleria-gg-lightbox {
float: left;
position: relative;
top: 10px;
margin-left: 9px;
border-radius: 2px;
z-index: 110;
width: 23px;
height: 23px;
opacity: 0.85;
filter: alpha(opacity=85);
cursor: pointer;
background-color: #fff;	
color: #555;
text-align: center;
-webkit-transition: opacity .2s linear; 
-ms-transition: 	opacity .2s linear; 
transition: 		opacity .2s linear; 
}
.gg_galleria_slider_wrap .galleria-gg-info-link:hover,
.gg_galleria_slider_wrap .galleria-gg-play:hover,
.gg_galleria_slider_wrap .galleria-gg-toggle-thumb:hover,
.gg_galleria_slider_wrap .galleria-gg-lightbox:hover {	
opacity: 1;
filter: alpha(opacity=100);
}
.gg_galleria_slider_wrap .galleria-gg-info-link:before {
content: "\e601";
font-size: 15px;
position: relative;
top: 3px;
}
.gg_galleria_slider_wrap .galleria-gg-toggle-thumb:before {
content: "\f009";
font-size: 14px;
position: relative;
top: 12%;
}
.gg_galleria_slider_wrap .galleria-gg-lightbox:before {
content: "\f065";
font-size: 14px;
left: 5px;
position: absolute;
top: 4px;
}
.gg_galleria_slider_wrap .galleria-gg-play:before {
content: "\f04b";
font-size: 13px;
left: 7px;
position: absolute;
top: 4px;
}
.gg_galleria_slider_wrap .galleria-gg-pause:before {
content: "\f04c" !important;
font-size: 13px;
top: 11px;
left: 5px;
line-height: 0;
}
.gg_galleria_slider_wrap .notouch .galleria-gg-info-link:hover,
.gg_galleria_slider_wrap .touch .galleria-gg-info-link:active {
opacity: 1;
filter: alpha(opacity=100);
}
.gg_galleria_slider_wrap .galleria-container,
.gg_galleria_slider_wrap > a {opacity: 0;} .galleria-image-nav {
position: absolute;
top: 50%;
margin-top: -23px;
width: 100%;
height: 46px;
left: 0;
z-index: 100;
}
.gg_galleria_slider_wrap .galleria-image-nav-left,
.gg_galleria_slider_wrap .galleria-image-nav-right {
opacity: 0.65;
filter: alpha(opacity=65);
cursor: pointer;
width: 30px;
height: 46px;
border-radius: 3px;
position: absolute;
left: 10px;
z-index: 110;
background-color: #fff;
color: #555;
text-align: center;
font-size: 32px;
-webkit-transition: opacity .2s linear; 
-ms-transition: 	opacity .2s linear; 
transition: 		opacity .2s linear;
}
.gg_galleria_slider_wrap .galleria-image-nav-left:before {
content: "\f104";
position: relative;
top: 6px;
right: 1px;
}
.gg_galleria_slider_wrap .galleria-image-nav-right:before {
content: "\f105";
position: relative;
top: 6px;	
left: 1px;
}
.gg_galleria_slider_wrap .galleria-image-nav-right {
left: auto;
right: 10px;
background-position: -254px 46px;
z-index: 111;
}
.gg_galleria_slider_wrap .notouch .galleria-image-nav-left:hover,
.gg_galleria_slider_wrap .notouch .galleria-image-nav-right:hover,
.gg_galleria_slider_wrap .touch .galleria-image-nav-left:active,
.gg_galleria_slider_wrap .touch .galleria-image-nav-right:active {
opacity: 0.9;
filter: alpha(opacity=90);
}
.gg_galleria_slider_wrap .notouch .galleria-thumb-nav-left:hover,
.gg_galleria_slider_wrap .notouch .galleria-thumb-nav-right:hover,
.gg_galleria_slider_wrap .touch .galleria-thumb-nav-left:active,
.gg_galleria_slider_wrap .touch .galleria-thumb-nav-right:active {
opacity: 0.9;
filter: alpha(opacity=90);
}
.gg_galleria_slider_wrap .notouch .galleria-thumbnails-container .disabled:hover {
opacity: 0.5;
filter: alpha(opacity=50);
}
.gg_galleria_slider_wrap .galleria-carousel .galleria-thumb-nav-left,
.gg_galleria_slider_wrap .galleria-carousel .galleria-thumb-nav-right {
display: block;
} .gg_galleria_slider_wrap .galleria-thumbnails {
margin: auto;	
}
.gg_galleria_slider_wrap .galleria-thumb-nav-left,
.gg_galleria_slider_wrap .galleria-thumb-nav-right {
cursor: pointer;
display: none;
position: absolute;
left: 0;
margin-top: -20px;
top: 50%;
height: 40px;
width: 23px;
z-index: 3;
opacity: 0.8;
filter: alpha(opacity=80);
font-size: 22px;
color: #555;
-webkit-transition: opacity .2s linear; 
-ms-transition: 	opacity .2s linear; 
transition: 		opacity .2s linear; 
}
.gg_galleria_slider_wrap .galleria-thumb-nav-left {
left: 0;
right: auto;
text-align: right;
}
.gg_galleria_slider_wrap .galleria-thumb-nav-left:before {
content: "\f137";	
position: relative;
top: 8px;
}
.gg_galleria_slider_wrap .galleria-thumb-nav-right {
right: 0;
left: auto;
text-align: left;
}
.gg_galleria_slider_wrap .galleria-thumb-nav-right:before {
content: "\f138";	
position: relative;
top: 8px;
}
.gg_galleria_slider_wrap .galleria-thumbnails-container .disabled {
opacity: 0.3;
filter: alpha(opacity=30);
cursor: default;
} .gg_galleria_slider_wrap.gg_galleria_slider_show_thumbs {
padding-bottom: 75px;	
}
.gg_galleria_slider_show_thumbs .galleria-thumbnails-container {
bottom: -60px;
} .gg_galleria_slider_dark .galleria-loader .gg_loader div {
background: #eee;	
}
.gg_old_loader .gg_galleria_slider_dark .galleria-loader .gg_loader {
background: url(//www.despedidastarragona.com/wp-content/plugins/global-gallery/js/jquery.galleria/themes/ggallery/img/loader_d.gif) no-repeat center center transparent;
}
.gg_galleria_slider_dark .galleria-info-text {
background: url(//www.despedidastarragona.com/wp-content/plugins/global-gallery/js/jquery.galleria/themes/ggallery/img/over_bg_d.png) repeat top left transparent;
background: rgba(30, 30, 30, 0.75);
}
.gg_galleria_slider_dark .galleria-stage {
border-color: #555;
background-color: #555;
outline: 1px solid #5f5f5f;
}
.gg_galleria_slider_dark .galleria-info-title {
color: #fff;
}
.gg_galleria_slider_dark .galleria-info-description {
color: #cfcfcf;
}
.gg_galleria_slider_dark .galleria-image-nav-left,
.gg_galleria_slider_dark .galleria-image-nav-right {
background: #3e3e3e;
color: #eaeaea;
opacity: 0.75;
filter: alpha(opacity=75);
}
.gg_galleria_slider_dark .galleria-gg-info-link,
.gg_galleria_slider_dark .galleria-gg-play,
.gg_galleria_slider_dark .galleria-gg-toggle-thumb,
.gg_galleria_slider_dark .galleria-gg-lightbox {
background: #444;
color: #eaeaea;
}
.gg_galleria_slider_dark .galleria-thumb-nav-left,
.gg_galleria_slider_dark .galleria-thumb-nav-right {
color : #999;	
} .gg_galleria_slider_light .galleria-loader .gg_loader div {
background: #888;	
}
.gg_old_loader .gg_galleria_slider_light .galleria-loader .gg_loader {
background: url(//www.despedidastarragona.com/wp-content/plugins/global-gallery/js/jquery.galleria/themes/ggallery/img/loader_l.gif) no-repeat center center transparent;
}
.gg_galleria_slider_light .galleria-info-text {
background: url(//www.despedidastarragona.com/wp-content/plugins/global-gallery/js/jquery.galleria/themes/ggallery/img/over_bg_l.png) repeat top left transparent;
background: rgba(255, 255, 255, 0.8);
}
.gg_galleria_slider_light .galleria-stage {
border-color: #fefefe;
outline: 1px solid #d9d9d9;
}
.gg_galleria_slider_light .galleria-info-title {
color: #353535;
}
.gg_galleria_slider_light .galleria-info-description {
color: #555;
}
.gg_galleria_slider_light .galleria-image-nav-left,
.gg_galleria_slider_light .galleria-image-nav-right {
background-color: #fefefe;
color: #555;
}
.gg_galleria_slider_light .galleria-gg-info-link,
.gg_galleria_slider_light .galleria-gg-play,
.gg_galleria_slider_light .galleria-gg-toggle-thumb,
.gg_galleria_slider_light .galleria-gg-lightbox {
background-color: #fefefe;
color: #5f5f5f;
}
.gg_galleria_slider_light .galleria-thumb-nav-left,
.gg_galleria_slider_light .galleria-thumb-nav-right {
color: #a8a8a8;
} .gg_slider_no_borders.gg_galleria_slider_wrap .galleria-stage {
border: none !important;
box-shadow: none !important;
outline: none !important;	
}
.gg_slider_no_borders.gg_galleria_slider_wrap .galleria-info {
border-width: 4px 11px;
}
@font-face {
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(//www.despedidastarragona.com/wp-content/plugins/global-gallery/js/slick/fonts/slick.eot);
src: url(//www.despedidastarragona.com/wp-content/plugins/global-gallery/js/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(//www.despedidastarragona.com/wp-content/plugins/global-gallery/js/slick/fonts/slick.woff) format('woff'), url(//www.despedidastarragona.com/wp-content/plugins/global-gallery/js/slick/fonts/slick.ttf) format('truetype'), url(//www.despedidastarragona.com/wp-content/plugins/global-gallery/js/slick/fonts/slick.svg#slick) format('svg');
} .gg_carousel_wrap.slick-slider {
position: relative;
display: block;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
direction: ltr !important;
}
.gg_carousel_wrap.slick-slider.gg_slick_has_arrows {
margin-left: 27px;
margin-right: 27px;
}
.gg_carousel_wrap .slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.gg_carousel_wrap.slick-list:focus
{
outline: none;
}
.gg_carousel_wrap.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.gg_carousel_wrap.slick-slider .slick-track,
.gg_carousel_wrap.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.gg_carousel_wrap .slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
}
.gg_carousel_wrap .slick-track:before,
.gg_carousel_wrap .slick-track:after
{
display: table;
content: '';
}
.gg_carousel_wrap .slick-track:after
{
clear: both;
}
.gg_carousel_wrap .slick-loading .slick-track
{
visibility: hidden;
}
.gg_carousel_wrap .slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .gg_carousel_wrap .slick-slide
{
float: right;
}
.gg_carousel_wrap .slick-slide img
{
display: block;
}
.gg_carousel_wrap .slick-slide.slick-loading img
{
display: none;
}
.gg_carousel_wrap .slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.gg_carousel_wrap .slick-loading .slick-slide
{
visibility: hidden;
}
.gg_carousel_wrap .slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
} .gg_carousel_wrap .slick-prev,
.gg_carousel_wrap .slick-next {
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
margin-top: -10px;
padding: 0;
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.gg_carousel_wrap .slick-prev:hover,
.gg_carousel_wrap .slick-prev:focus,
.gg_carousel_wrap .slick-next:hover,
.gg_carousel_wrap .slick-next:focus {
color: transparent;
outline: none;
background: transparent;
}
.gg_carousel_wrap .slick-prev:hover:before,
.gg_carousel_wrap .slick-prev:focus:before,
.gg_carousel_wrap .slick-next:hover:before,
.gg_carousel_wrap .slick-next:focus:before {
opacity: 1;
}
.gg_carousel_wrap .slick-prev.slick-disabled:before,
.gg_carousel_wrap .slick-next.slick-disabled:before {
opacity: .25;
}
.gg_carousel_wrap .slick-prev:before,
.gg_carousel_wrap .slick-next:before {
font-family: 'slick';
font-size: 23px;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: opacity .15s linear; 
-ms-transition: 	opacity .15s linear;
transition: 		opacity .15s linear;
}
.gg_carousel_wrap .slick-prev {
left: -28px;
}
[dir='rtl'] .gg_carousel_wrap .slick-prev {
right: -28px;
left: auto;
}
.gg_carousel_wrap .slick-prev:before {
content: '←';
}
[dir='rtl'] .gg_carousel_wrap .slick-prev:before {
content: '→';
}
.gg_carousel_wrap .slick-next {
right: -25px;
}
[dir='rtl'] .gg_carousel_wrap .slick-next {
right: auto;
left: -25px;
}
.gg_carousel_wrap .slick-next:before {
content: '→';
}
[dir='rtl'] .gg_carousel_wrap .slick-next:before {
content: '←';
} .gg_carousel_wrap .slick-slider {
margin: 25px 40px;
}
.gg_carousel_wrap .slick-dots {
position: absolute;
top: 100%;
display: block;
width: 100%;
padding: 0 !important;
margin: 9px 0 0 !important;
list-style: none !important;
text-align: center;
overflow: hidden;
line-height: 22px;
}
.gg_carousel_wrap .slick-dots li {
position: relative;
display: inline-block;
width: 20px;
height: 17px;
margin: 0 4px !important;
padding: 0 !important;
cursor: pointer;
}
.gg_carousel_wrap .slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.gg_carousel_wrap .slick-dots li button:hover,
.gg_carousel_wrap .slick-dots li button:focus {
outline: none;
}
.gg_carousel_wrap .slick-dots li button:before {
font-family: 'slick';
font-size: 8px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: color .15s linear; 
-ms-transition: 	color .15s linear;
transition: 		color .15s linear;
} .gg_car_item_wrap {
max-width: 100%;	
}
.gg_car_item .gg_photo {
margin-left: 50%;
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
max-height: 100%;
}
.gg_car_item {
opacity: 1 !important;	
filter: alpha(opacity=100) !important;
-ms-transform: scale(1) !important;
-webkit-transform: scale(1) !important;
transform: scale(1) !important;
}
.gg_carousel_wrap > *:not(.gg_loader) {
-webkit-transition: opacity .2s linear; 
-ms-transition: 	opacity .2s linear; 
transition: 		opacity .2s linear;	
}
.gg_car_preload > *:not(.gg_loader) {
opacity: 0 !important;
filter: alpha(opacity=0);
} .gg_car_light .slick-prev:before,
.gg_car_light .slick-next:before {
font-family: 'slick';
font-size: 23px;
line-height: 1;
opacity: .75;
color: #a8a8a8;
}
.gg_car_light .slick-dots li button:before {
color: #dadada;	
}
.gg_car_light .slick-dots li:hover button:before,
.gg_car_light .slick-dots li.slick-active button:before {
color: #7a7a7a;
} .gg_car_dark .slick-prev:before,
.gg_car_dark .slick-next:before {
font-family: 'slick';
font-size: 23px;
line-height: 1;
opacity: .75;
color: #f8f8f8;
}
.gg_car_dark .slick-dots li button:before {
color: #777;
}
.gg_car_dark .slick-dots li:hover button:before,
.gg_car_dark .slick-dots li.slick-active button:before {
color: #efefef;
}
.gg_loader div {
background-color: #888;
}
.gg_gallery_wrap .gg_container, 
.gg_masonry_gallery,
.gg_coll_outer_container {
} .gg_img,
.gg_masonry_gallery .gg_img_inner,
.gg_coll_container .gg_coll_img_inner {
border: none    
} .gg_coll_img .gg_main_overlay_under .gg_img_title_under {
color: #444444;
}
.gg_coll_img .gg_main_overlay_under .gg_img_descr_under {
color: #555555;
} .gg_filter {
text-align: left;
padding: 0px 0px;
}
.gg_filter a.ggf,
.gg_coll_back_to_new_style {	
color: #444444;
}
.gg_filter a.ggf:hover,
.gg_coll_back_to_new_style:hover {	
color: #666666 !important;
}
.gg_filter a.ggf.gg_cats_selected,
.gg_filter a.ggf.gg_cats_selected:hover {	
color: #222222 !important;
}
.gg_new_filters a.ggf,
.gg_coll_back_to_new_style {	
background-color: #ffffff;
border: 1px solid #999999;
border-radius: 2px;
margin-left: 0px !important;
}
.gg_new_filters a.ggf:hover,
.gg_coll_back_to_new_style:hover {	
background-color: #ffffff;
border: 1px solid #666666;
}
.gg_new_filters a.ggf.gg_cats_selected,
.gg_new_filters a.ggf.gg_cats_selected:hover {	
background-color: #ffffff;
border: 1px solid #555555;
}  .gg_standard_gallery .gg_img {
margin-right: 0px;
margin-bottom: 0px;
} .gg_masonry_gallery .gg_img {
padding-left: 2px;
padding-right: 3px;
margin-bottom: 5px;
} .gg_string_gallery .gg_img {
margin-right: px;
margin-bottom: px;
} .gg_collection_wrap .gg_coll_container .gg_img {
padding-right: 0px;
padding-left: 0px;
margin-bottom: px;
} .gg_car_item_wrap {
padding-right: 0px;
padding-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
.gg_carousel_wrap.slick-slider {
margin-bottom: 55px;
} .gg_paginate {
text-align: center;
} .gg_galleria_slider_wrap .galleria-thumbnails .galleria-image {
width: 60px !important;
}
.gg_galleria_slider_wrap .galleria-thumbnails .galleria-image,
.gg_galleria_slider_wrap .galleria-thumbnails-container {
height: 40px !important;
}
.gg_galleria_slider_wrap.gg_galleria_slider_show_thumbs {
padding-bottom: 54px !important;	
}
.gg_galleria_slider_show_thumbs .galleria-thumbnails-container {
bottom: -52px !important;		
}div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(//despedidastarragona.com/wp-content/plugins/global-gallery/js/lightboxes/prettyPhoto-3.1.6/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}