/* Minify_CSS_UriRewriter::$debugText

*/

/* ftg.css */

/* 1   */ .final-tiles-gallery {
/* 2   */   position: relative;
/* 3   */   perspective: 800px;
/* 4   */ }
/* 5   */ .final-tiles-gallery .tile img.item {
/* 6   */   -moz-transition: -moz-transform 0.2s, opacity 0.2s ease-out;
/* 7   */   -o-transition: -o-transform 0.2s, opacity 0.2s ease-out;
/* 8   */   -webkit-transition: -webkit-transform 0.2s, opacity 0.2s ease-out;
/* 9   */   transition: transform .2s ease-out;
/* 10  */   display: block;
/* 11  */   position: relative;
/* 12  */   width: 100%;
/* 13  */ }
/* 14  */ .final-tiles-gallery .tile.ftg-enlarged img {
/* 15  */   display: block;
/* 16  */   margin: auto;
/* 17  */ }
/* 18  */ .final-tiles-gallery .loading-bar {
/* 19  */   width: 100%;
/* 20  */   display: block;
/* 21  */   height: 2px;
/* 22  */   position: relative;
/* 23  */   top:-4px;
/* 24  */ }
/* 25  */ .final-tiles-gallery .loading-bar i {
/* 26  */   width: 0%;
/* 27  */   display: block;
/* 28  */   height: 2px;
/* 29  */   transition: all 1s;
/* 30  */ }
/* 31  */ .final-tiles-gallery .tile {
/* 32  */   float: left;
/* 33  */   overflow: hidden;
/* 34  */   margin: 0;
/* 35  */   opacity: 0;
/* 36  */   display: none;
/* 37  */   transition-property: all;
/* 38  */   transform-origin:50% 50% 50px;
/* 39  */   transition-duration: .25s;
/* 40  */   perspective: 1000px;
/* 41  */ }
/* 42  */ html body .final-tiles-gallery .ftg-items .tile.ftg-loaded {
/* 43  */   opacity: 1;
/* 44  */   display: block;
/* 45  */ }
/* 46  */ .final-tiles-gallery .tile.ftg-filter-hidden-tile,
/* 47  */ .final-tiles-gallery .tile.ftg-hidden-tile {
/* 48  */   -moz-transform: scale(0);
/* 49  */   -webkit-transform: scale(0);
/* 50  */   -ms-transform: scale(0);

/* ftg.css */

/* 51  */   transform: scale(0);
/* 52  */   opacity: 0;
/* 53  */   display: none !important;
/* 54  */ }
/* 55  */ .final-tiles-gallery .edge {
/* 56  */   position: absolute;
/* 57  */   z-index: 1000;
/* 58  */   background: #333;
/* 59  */   color: #fff;
/* 60  */   font-size: 11px;
/* 61  */   padding: 4px;
/* 62  */   font-family: sans-serif;
/* 63  */ }
/* 64  */ .final-tiles-gallery .edge.enlarged-true {
/* 65  */   color: yellow;
/* 66  */ }
/* 67  */ .final-tiles-gallery .ftg-social {
/* 68  */   position: absolute;
/* 69  */   transition: all .5s;
/* 70  */   z-index: 20;
/* 71  */ }
/* 72  */
/* 73  */ .final-tiles-gallery .woo {
/* 74  */   display: block;
/* 75  */   text-align: center;
/* 76  */   margin-top:10px;
/* 77  */ }
/* 78  */ .final-tiles-gallery .woo:hover {
/* 79  */   text-decoration: underline;
/* 80  */ }
/* 81  */
/* 82  */ .final-tiles-gallery .ftg-social a {
/* 83  */   color: #fff;
/* 84  */   text-decoration: none;
/* 85  */   border: 0;
/* 86  */   text-align: center;
/* 87  */   font-size: 16px;
/* 88  */   transition: all .3s;
/* 89  */ }
/* 90  */ .final-tiles-gallery .ftg-social a:hover {
/* 91  */   color: #ccc;
/* 92  */ }
/* 93  */ .final-tiles-gallery .hover {
/* 94  */   position: absolute;
/* 95  */   top: 0;
/* 96  */   left: 0;
/* 97  */   bottom: 0;
/* 98  */   right: 0;
/* 99  */   background: #000;
/* 100 */   background-color: rgba(0, 0, 0, 0.7);

/* ftg.css */

/* 101 */   transition: all .3s;
/* 102 */   opacity: 0;
/* 103 */   display: table;
/* 104 */   width: 100%;
/* 105 */   height: 100%;
/* 106 */ }
/* 107 */ .final-tiles-gallery .hover .icon {
/* 108 */   display: table-cell;
/* 109 */   text-align: center;
/* 110 */   vertical-align: middle;
/* 111 */   color: #fff;
/* 112 */   font-size: 20px;
/* 113 */ }
/* 114 */ .final-tiles-gallery .tile:hover .hover {
/* 115 */   opacity: 1;
/* 116 */ }
/* 117 */ .final-tiles-gallery .tile iframe.item {
/* 118 */   width: 100% !important;
/* 119 */ }
/* 120 */ .final-tiles-gallery .ftg-filters {
/* 121 */   margin-bottom: 20px;
/* 122 */   text-align: center;
/* 123 */ }
/* 124 */ .final-tiles-gallery .ftg-filters a {
/* 125 */   display: inline-block;
/* 126 */   margin-right: 10px;
/* 127 */   margin-bottom: 10px;
/* 128 */   color: #777;
/* 129 */   padding: 4px 10px;
/* 130 */   border: 1px solid #777;
/* 131 */   text-decoration: none;
/* 132 */   outline: 0;
/* 133 */   text-shadow: none;
/* 134 */   box-shadow: none;
/* 135 */ }
/* 136 */ .final-tiles-gallery .ftg-filters a:hover,
/* 137 */ .final-tiles-gallery .ftg-filters a.selected {
/* 138 */   color: #000;
/* 139 */   border-color: #333;
/* 140 */   text-decoration: none;
/* 141 */ }
/* 142 */ .final-tiles-gallery .tile .caption-block {
/* 143 */   display: inline-block;
/* 144 */   position: absolute;
/* 145 */   color: #fff;
/* 146 */   z-index: 11;
/* 147 */   left: 20px;
/* 148 */   right: 20px;
/* 149 */   opacity: 0;
/* 150 */   transition: all .25s;

/* ftg.css */

/* 151 */ }
/* 152 */ .final-tiles-gallery.caption-frame .tile .caption-block {
/* 153 */   border:1px solid #fff;
/* 154 */ }
/* 155 */ .final-tiles-gallery.caption-frame .tile .caption-outside {
/* 156 */   border:1px solid #fff;
/* 157 */   padding: 0 10px;
/* 158 */   margin-top: 3px;
/* 159 */ }
/* 160 */ .final-tiles-gallery.caption-frame.caption-middle .tile .caption-block {
/* 161 */   top:10px;
/* 162 */   bottom: 10px;
/* 163 */   left: 10px;
/* 164 */   right: 10px;
/* 165 */   padding: 10px;
/* 166 */ }
/* 167 */ .final-tiles-gallery .tile-inner:before {
/* 168 */   background: rgba(0, 0, 0, 0.7);
/* 169 */   position: absolute;
/* 170 */   top:0;
/* 171 */   left:0;
/* 172 */   bottom:0;
/* 173 */   right:0;
/* 174 */   content: "";
/* 175 */   opacity: 0;
/* 176 */   transition: all .3s;
/* 177 */   z-index: 10;
/* 178 */ }
/* 179 */ .final-tiles-gallery .tile .caption-block .text-wrapper span.title,
/* 180 */ .final-tiles-gallery .tile .caption-block .text-wrapper span.text,
/* 181 */ .final-tiles-gallery .tile .caption-block .text-wrapper span.text .ftg-meta {
/* 182 */   display: block;
/* 183 */ }
/* 184 */ .final-tiles-gallery .tile span.icon {
/* 185 */   position: absolute;
/* 186 */   top:50%;
/* 187 */   left:50%;
/* 188 */   z-index: 10;
/* 189 */   opacity: 0;
/* 190 */   transition: all .3s;
/* 191 */ }
/* 192 */ .final-tiles-gallery .tile:hover span.icon {
/* 193 */   opacity: 1;
/* 194 */ }
/* 195 */ .final-tiles-gallery.caption-color-dark .tile .caption-block .text-wrapper span.title,
/* 196 */ .final-tiles-gallery.caption-color-dark .tile .caption-block .text-wrapper span.text {
/* 197 */   color: #fff;
/* 198 */ }
/* 199 */ .final-tiles-gallery.caption-color-light .tile .caption-block .text-wrapper span.title,
/* 200 */ .final-tiles-gallery.caption-color-light .tile .caption-block .text-wrapper span.text {

/* ftg.css */

/* 201 */   color: #000;
/* 202 */ }
/* 203 */ .final-tiles-gallery.caption-color-light .tile-inner:before {
/* 204 */   background: rgba(255, 255, 255, 0.7);
/* 205 */ }
/* 206 */ .final-tiles-gallery.ftg-hover-enabled .tile.hover .tile-inner:before,
/* 207 */ .final-tiles-gallery.ftg-hover-enabled .tile:hover .tile-inner:before {
/* 208 */   opacity: 1;
/* 209 */ }
/* 210 */ .final-tiles-gallery .tile .caption-block span.title {
/* 211 */   font-size: 16px;
/* 212 */   margin:0;
/* 213 */ }
/* 214 */ .final-tiles-gallery .tile .caption-block span.text {
/* 215 */   font-size: 12px;
/* 216 */   margin:10px 0 0 0;
/* 217 */   opacity: .8;
/* 218 */ }
/* 219 */ .final-tiles-gallery .tile .caption-block .text-wrapper {
/* 220 */   width:100%;
/* 221 */ }
/* 222 */ .final-tiles-gallery.caption-center-text .tile .caption-block span.title,
/* 223 */ .final-tiles-gallery.caption-center-text .tile .caption-block span.text {
/* 224 */   text-align: center;
/* 225 */   display: block;
/* 226 */ }
/* 227 */ /* EFFECT: IMG FADE OUT */
/* 228 */ .final-tiles-gallery.effect-fade-out .tile img {
/* 229 */   transition: all 0.5s;
/* 230 */   opacity: 1;
/* 231 */ }
/* 232 */ .final-tiles-gallery.effect-fade-out.ftg-hover-enabled .tile.hover img,
/* 233 */ .final-tiles-gallery.effect-fade-out.ftg-hover-enabled .tile:hover img {
/* 234 */   opacity: .5;
/* 235 */ }
/* 236 */ /* EFFECT: DEEP ZOOM IN */
/* 237 */ .final-tiles-gallery.effect-deep-zoom-in .tile:hover img {
/* 238 */   -moz-transform: perspective(1000px) translate3d(0px, 0px, 400px);
/* 239 */   -webkit-transform: perspective(1000px) translate3d(0, 0, 400px);
/* 240 */   -ms-transform: perspective(1000px) translate3d(0px, 0px, 400px);
/* 241 */   transform: perspective(1000px) translate3d(0px, 0px, 400px);
/* 242 */ }
/* 243 */ /* EFFECT: ZOOM IN */
/* 244 */ .final-tiles-gallery.effect-deep-zoom-in .tile img,
/* 245 */ .final-tiles-gallery.effect-zoom-in .tile img {
/* 246 */   -moz-transform: perspective(1000px) translate3d(0, 0, 0);
/* 247 */   -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
/* 248 */   -ms-transform: perspective(1000px) translate3d(0, 0, 0);
/* 249 */   transform: perspective(1000px) translate3d(0, 0, 0);
/* 250 */   position: relative;

/* ftg.css */

/* 251 */   display: block;
/* 252 */ }
/* 253 */ .final-tiles-gallery.effect-zoom-in.ftg-hover-enabled .tile:hover img {
/* 254 */   -moz-transform: perspective(1000px) translate3d(0px, 0px, 200px);
/* 255 */   -webkit-transform: perspective(1000px) translate3d(0, 0, 200px);
/* 256 */   -ms-transform: perspective(1000px) translate3d(0px, 0px, 200px);
/* 257 */   transform: perspective(1000px) translate3d(0px, 0px, 200px);
/* 258 */ }
/* 259 */ /* EFFECT: ZOOM OUT */
/* 260 */ .final-tiles-gallery.effect-zoom-out .tile img {
/* 261 */   opacity: 1;
/* 262 */   -moz-transform: scale(1.12);
/* 263 */   -webkit-transform: scale(1.12);
/* 264 */   -ms-transform: scale(1.12);
/* 265 */   transform: scale(1.12);
/* 266 */ }
/* 267 */ .final-tiles-gallery.effect-deep-zoom-out.ftg-hover-enabled .tile:hover img,
/* 268 */ .final-tiles-gallery.effect-zoom-out.ftg-hover-enabled .tile:hover img {
/* 269 */ 	-moz-transform: scale(1);
/* 270 */ 	-webkit-transform: scale(1);
/* 271 */ 	-ms-transform: scale(1);
/* 272 */ 	transform: scale(1);
/* 273 */ }
/* 274 */ /* EFFECT: DEEP ZOOM OUT */
/* 275 */ .final-tiles-gallery.effect-deep-zoom-out .tile img {
/* 276 */   opacity: 1;
/* 277 */   -moz-transform: scale(1.5);
/* 278 */   -webkit-transform: scale(1.5);
/* 279 */   -ms-transform: scale(1.5);
/* 280 */   transform: scale(1.5);
/* 281 */ }
/* 282 */
/* 283 */ .final-tiles-gallery.effect-speed-very-slow .tile img { transition-duration: 1s; }
/* 284 */ .final-tiles-gallery.effect-speed-slow .tile img { transition-duration: .5s; }
/* 285 */ .final-tiles-gallery.effect-speed-medium .tile img { transition-duration: .35s; }
/* 286 */ .final-tiles-gallery.effect-speed-fast .tile img { transition-duration: .2s; }
/* 287 */ .final-tiles-gallery.effect-speed-very-fast .tile img { transition-duration: .1s; }
/* 288 */
/* 289 */ .final-tiles-gallery.caption-left .tile .caption-block, .final-tiles-gallery.caption-left .tile .caption-outside { text-align: left; }
/* 290 */ .final-tiles-gallery.caption-center .tile .caption-block, .final-tiles-gallery.caption-center .tile .caption-outside { text-align: center; }
/* 291 */ .final-tiles-gallery.caption-right .tile .caption-block, .final-tiles-gallery.caption-right .tile .caption-outside { text-align: right; }
/* 292 */
/* 293 */ /* CAPTION TOP */
/* 294 */ .final-tiles-gallery.caption-top .tile .caption-block {
/* 295 */   top: 20px;
/* 296 */ }
/* 297 */ /* CAPTION BOTTOM */
/* 298 */ .final-tiles-gallery.caption-bottom .tile .caption-block {
/* 299 */   bottom: 20px;
/* 300 */   top: auto;

/* ftg.css */

/* 301 */ }
/* 302 */ /* CAPTION MIDDLE */
/* 303 */ .final-tiles-gallery.caption-middle .tile .caption-block {
/* 304 */   position: absolute;
/* 305 */   top:0;
/* 306 */   bottom:0;
/* 307 */   display: flex;
/* 308 */   align-items: center;
/* 309 */ }
/* 310 */ .final-tiles-gallery.ftg-hover-enabled .tile.hover .caption-block,
/* 311 */ .final-tiles-gallery.ftg-hover-enabled .tile:hover .caption-block {
/* 312 */   opacity: 1;
/* 313 */ }
/* 314 */ /* CAPTION FIXED */
/* 315 */ .final-tiles-gallery.caption-fixed .tile .caption-block {
/* 316 */   opacity: 1;
/* 317 */ }
/* 318 */ /* CAPTION FLIP HORIZ */
/* 319 */ .final-tiles-gallery.caption-flip-h .tile {
/* 320 */   perspective: 1000px;
/* 321 */ }
/* 322 */ .final-tiles-gallery.caption-flip-h .tile .tile-inner {
/* 323 */   position: static;
/* 324 */ }
/* 325 */ .final-tiles-gallery.caption-flip-h.ftg-hover-enabled .tile:hover .tile-inner {
/* 326 */   transform: rotateY(180deg);
/* 327 */ }
/* 328 */ .final-tiles-gallery.caption-flip-h .tile .tile-inner {
/* 329 */   transition: 0.6s;
/* 330 */   transform-style: preserve-3d;
/* 331 */   position: static;
/* 332 */   display: block;
/* 333 */ }
/* 334 */ .final-tiles-gallery.caption-flip-h .tile:hover .tile-inner:before {
/* 335 */   display: none;
/* 336 */ }
/* 337 */ .final-tiles-gallery.caption-flip-h .tile .tile-inner .item,
/* 338 */ .final-tiles-gallery.caption-flip-h .tile .tile-inner .caption-block {
/* 339 */   -webkit-backface-visibility: hidden;
/* 340 */   backface-visibility: hidden;
/* 341 */ }
/* 342 */ .final-tiles-gallery.caption-flip-h .tile .tile-inner .item {
/* 343 */   z-index: 2;
/* 344 */   /* for firefox 31 */
/* 345 */   transform: rotateY(0deg);
/* 346 */ }
/* 347 */ .final-tiles-gallery.caption-flip-h .tile .tile-inner .caption-block {
/* 348 */   transform: rotateY(180deg);
/* 349 */   left: 0;
/* 350 */   right: 0;

/* ftg.css */

/* 351 */   padding-left: 20px;
/* 352 */   padding-right: 20px;
/* 353 */ }
/* 354 */ /* CAPTION FIXED WITH BACKGROUND */
/* 355 */ .final-tiles-gallery.caption-fixed-bg .tile .caption-block {
/* 356 */   opacity: 1;
/* 357 */ }
/* 358 */ .final-tiles-gallery.caption-fixed-bg .tile .tile-inner:before {
/* 359 */   opacity: 1;
/* 360 */ }
/* 361 */ /* CAPTION FIXED THEN HIDDEN */
/* 362 */ .final-tiles-gallery.caption-fixed-then-hidden .tile .caption-block,
/* 363 */ .final-tiles-gallery.caption-fixed-then-hidden .tile .tile-inner:before {
/* 364 */   opacity: 1;
/* 365 */ }
/* 366 */ .final-tiles-gallery.caption-fixed-then-hidden.ftg-hover-enabled .tile:hover .caption-block,
/* 367 */ .final-tiles-gallery.caption-fixed-then-hidden.ftg-hover-enabled .tile:hover .tile-inner:before {
/* 368 */   opacity: 0;
/* 369 */ }
/* 370 */ /* CAPTION SLIDE TOP */
/* 371 */ .final-tiles-gallery.caption-slide-from-top.ftg-hover-enabled .tile:hover .caption-block {
/* 372 */   opacity: 1;
/* 373 */   -moz-transform: translateY(0);
/* 374 */   -webkit-transform: translateY(0);
/* 375 */   -ms-transform: translateY(0);
/* 376 */   transform: translateY(0);
/* 377 */ }
/* 378 */ .final-tiles-gallery.caption-slide-from-top .tile .caption-block {
/* 379 */   opacity: 0;
/* 380 */   transition: all .5s;
/* 381 */   -moz-transform: translateY(-50px);
/* 382 */   -webkit-transform: translateY(-50px);
/* 383 */   -ms-transform: translateY(-50px);
/* 384 */   transform: translateY(-50px);
/* 385 */ }
/* 386 */
/* 387 */ /* CAPTION FIXED BOTTOM */
/* 388 */ .final-tiles-gallery.caption-fixed-bottom .tile .caption-block {
/* 389 */ 	bottom:0;
/* 390 */ 	left:0;
/* 391 */ 	right:0;
/* 392 */ 	background:transparent;
/* 393 */ 	opacity: 1;
/* 394 */ }
/* 395 */ .final-tiles-gallery.caption-fixed-bottom .tile .caption-block .text-wrapper {
/* 396 */ 	position: absolute;
/* 397 */   bottom: 0;
/* 398 */   top:auto;
/* 399 */   left:0;
/* 400 */   right:0;

/* ftg.css */

/* 401 */   padding-bottom: 20px;
/* 402 */   padding-top: 20px;
/* 403 */ 	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 49%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
/* 404 */ 	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 49%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
/* 405 */ 	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 49%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* 406 */ 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
/* 407 */ }
/* 408 */
/* 409 */ .final-tiles-gallery.caption-fixed-bottom.caption-color-light .tile .caption-block .text-wrapper {
/* 410 */ 	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.8+49 */
/* 411 */ 	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 49%, rgba(255,255,255,0.8) 100%); /* FF3.6-15 */
/* 412 */ 	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 49%,rgba(255,255,255,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
/* 413 */ 	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 49%,rgba(255,255,255,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* 414 */ 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ccffffff',GradientType=0 ); /* IE6-9 */
/* 415 */ }
/* 416 */
/* 417 */ /* CAPTION SLIDE FROM BOTTOM */
/* 418 */ .final-tiles-gallery.caption-slide-from-bottom.ftg-hover-enabled .tile:hover .caption-block {
/* 419 */   opacity: 1;
/* 420 */   -moz-transform: translateY(0);
/* 421 */   -webkit-transform: translateY(0);
/* 422 */   -ms-transform: translateY(0);
/* 423 */   transform: translateY(0);
/* 424 */ }
/* 425 */ .final-tiles-gallery.caption-slide-from-bottom .tile .caption-block {
/* 426 */   opacity: 0;
/* 427 */   transition: all .5s;
/* 428 */   -moz-transform: translateY(50px);
/* 429 */   -webkit-transform: translateY(50px);
/* 430 */   -ms-transform: translateY(50px);
/* 431 */   transform: translateY(50px);
/* 432 */ }
/* 433 */
/* 434 */ /* EFFECT FRAME */
/* 435 */ .final-tiles-gallery.effect-frame.ftg-hover-enabled .tile:hover .tile-inner:before {
/* 436 */   opacity: 1;
/* 437 */   -moz-transform: scale(1);
/* 438 */   -webkit-transform: scale(1);
/* 439 */   -ms-transform: scale(1);
/* 440 */   transform: scale(1);
/* 441 */ }
/* 442 */ .final-tiles-gallery.effect-frame .tile .tile-inner:before {
/* 443 */   opacity: 0;
/* 444 */   border: 1px solid #fff;
/* 445 */   position: absolute;
/* 446 */   top: 10px;
/* 447 */   left: 10px;
/* 448 */   bottom: 10px;
/* 449 */   right: 10px;
/* 450 */   z-index: 10;

/* ftg.css */

/* 451 */   content: "";
/* 452 */   display: block;
/* 453 */   -moz-transform: scale(0.5);
/* 454 */   -ms-transform: scale(0.5);
/* 455 */   -webkit-transform: scale(0.5);
/* 456 */   transform: scale(0.5);
/* 457 */   transition: all .35s;
/* 458 */ }
/* 459 */ /* CAPTION BACKGROUND */
/* 460 */ .final-tiles-gallery.caption-bg .tile span {
/* 461 */   background: #fff;
/* 462 */   background: rgba(255, 255, 255, 0.7);
/* 463 */   color: #333;
/* 464 */   padding: 2px 6px;
/* 465 */ }
/* 466 */ /* SOCIAL ICONS BACKGROUND */
/* 467 */ .final-tiles-gallery.social-icons-bar .ftg-social {
/* 468 */   background: rgba(0, 0, 0, .7);
/* 469 */   box-shadow: 0px 0px 10px #000;
/* 470 */ }
/* 471 */ .final-tiles-gallery.social-icons-bar .ftg-social a {
/* 472 */   color: #333;
/* 473 */ }
/* 474 */ .final-tiles-gallery.social-icons-bar .ftg-social a:hover {
/* 475 */   color: #555;
/* 476 */ }
/* 477 */ /* SOCIAL ICONS DARK BACKGROUND */
/* 478 */ .final-tiles-gallery.social-icons-bar.social-icons-bar-dark .ftg-social {
/* 479 */   background: #333;
/* 480 */ }
/* 481 */ .final-tiles-gallery.social-icons-bar.social-icons-bar-dark .ftg-social a {
/* 482 */   color: #333;
/* 483 */ }
/* 484 */ .final-tiles-gallery.social-icons-bar.social-icons-bar-dark .ftg-social a:hover {
/* 485 */   color: #eee;
/* 486 */ }
/* 487 */ /* SOCIAL ICONS RIGHT */
/* 488 */ .final-tiles-gallery.social-icons-right .ftg-social {
/* 489 */   width: 40px;
/* 490 */   top: 0;
/* 491 */   height: 100%;
/* 492 */   right: -50px;
/* 493 */   z-index: 20;
/* 494 */ }
/* 495 */ .final-tiles-gallery.social-icons-right .ftg-social a {
/* 496 */   margin: 10px 0;
/* 497 */   display: block;
/* 498 */ }
/* 499 */ .final-tiles-gallery.social-icons-right .tile:hover .ftg-social {
/* 500 */   right: 0;

/* ftg.css */

/* 501 */ }
/* 502 */ /* SOCIAL ICONS BOTTOM */
/* 503 */ .final-tiles-gallery.social-icons-bottom .ftg-social {
/* 504 */   width: 100%;
/* 505 */   bottom: -40px;
/* 506 */   height: 30px;
/* 507 */   text-align: right;
/* 508 */ }
/* 509 */ .final-tiles-gallery.social-icons-bottom .ftg-social a {
/* 510 */   margin: 0 5px;
/* 511 */   display: inline-block;
/* 512 */ }
/* 513 */ .final-tiles-gallery.social-icons-bottom .ftg-social a:last-of-type {
/* 514 */   margin-right: 15px;
/* 515 */ }
/* 516 */ .final-tiles-gallery.social-icons-bottom .tile:hover .ftg-social {
/* 517 */   bottom: 0;
/* 518 */ }
/* 519 */ .final-tiles-gallery.social-icons-bottom.social-icons-circle .ftg-social {
/* 520 */   height: 36px;
/* 521 */ }
/* 522 */ .final-tiles-gallery.social-icons-bottom.social-icons-bar .ftg-social {
/* 523 */   height: 40px;
/* 524 */ }
/* 525 */ .final-tiles-gallery.social-icons-bottom.social-icons-bar .ftg-social a {
/* 526 */   margin: 10px 5px;
/* 527 */ }
/* 528 */ /* SOCIAL ICONS CIRCLE */
/* 529 */ .final-tiles-gallery.social-icons-circle .ftg-social a {
/* 530 */   margin: 5px;
/* 531 */   border-radius: 50%;
/* 532 */   width: 24px;
/* 533 */   height: 24px;
/* 534 */   line-height: 24px;
/* 535 */   text-align: center;
/* 536 */   display: inline-block;
/* 537 */   background: #333;
/* 538 */   color: #333;
/* 539 */ }
/* 540 */ .final-tiles-gallery.social-icons-circle .ftg-social a:hover {
/* 541 */   color: #fff;
/* 542 */   background-color: #333;
/* 543 */ }
