/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home3/fcart/public_html
currentDir : /home3/fcart/public_html/wp-content/plugins/custom-facebook-feed/css

*/

/* cff-style.css */

/* 1   */ /**************/
/* 2   */ /*** LAYOUT ***/
/* 3   */ /**************/
/* 4   */ /* Feed wrapper */
/* 5   */ .cff-wrapper:after{
/* 6   */   content: "";
/* 7   */   display: table;
/* 8   */   clear: both;
/* 9   */ }
/* 10  */ /* Posts container */
/* 11  */ #cff {
/* 12  */   float: left;
/* 13  */   width: 100%;
/* 14  */   margin: 0 auto;
/* 15  */   padding: 0;
/* 16  */   -webkit-box-sizing: border-box;
/* 17  */   -moz-box-sizing: border-box;
/* 18  */   box-sizing: border-box;  
/* 19  */ }
/* 20  */ /* Individual post item */
/* 21  */ #cff .cff-item{
/* 22  */   float: left;
/* 23  */   width: 100%;
/* 24  */   clear: both;
/* 25  */   padding: 20px 0 15px 0;
/* 26  */   margin: 0;
/* 27  */   border-bottom: 1px solid #ddd;
/* 28  */ }
/* 29  */ #cff .cff-item:first-child{
/* 30  */   padding-top: 0;
/* 31  */ }
/* 32  */ #cff .cff-item.cff-box,
/* 33  */ #cff .cff-item.cff-box:first-child{
/* 34  */   padding: 15px;
/* 35  */   margin: 5px 0;
/* 36  */   border: none;
/* 37  */   -webkit-box-sizing: border-box;
/* 38  */   -moz-box-sizing: border-box;
/* 39  */   box-sizing: border-box;
/* 40  */ }
/* 41  */ /* Feed Header */
/* 42  */ .cff-header{
/* 43  */   width: 100%;
/* 44  */   margin: 0 0 15px 0;
/* 45  */   padding: 0;
/* 46  */   line-height: 1;
/* 47  */   -webkit-box-sizing: border-box;
/* 48  */   -moz-box-sizing: border-box;
/* 49  */   box-sizing: border-box;
/* 50  */ }

/* cff-style.css */

/* 51  */ .cff-header .fa{
/* 52  */   margin: 0 10px 0 0;
/* 53  */   padding: 0;
/* 54  */ }
/* 55  */ /******************/
/* 56  */ /*** TYPOGRAPHY ***/
/* 57  */ /******************/
/* 58  */ /*See more/less links*/
/* 59  */ #cff .cff-less{
/* 60  */   display: none;
/* 61  */ }
/* 62  */ /* Links */
/* 63  */ #cff.cff-default-styles a {
/* 64  */   text-decoration: none;
/* 65  */ }
/* 66  */ #cff.cff-default-styles a:hover,
/* 67  */ #cff.cff-default-styles a:focus {
/* 68  */   text-decoration: underline;
/* 69  */ }
/* 70  */ #cff .cff-post-text-link{
/* 71  */   display: block;
/* 72  */ }
/* 73  */ /* Post titles and body text */
/* 74  */ #cff h3, #cff h4, #cff h5, #cff h6, #cff p{
/* 75  */   float: left;
/* 76  */   width: 100%;
/* 77  */   clear: both;
/* 78  */   padding: 0;
/* 79  */   margin: 5px 0;
/* 80  */   white-space: pre;
/* 81  */   white-space: pre-wrap;
/* 82  */   white-space: pre-line;
/* 83  */   white-space: -pre-wrap;
/* 84  */   white-space: -o-pre-wrap;
/* 85  */   white-space: -moz-pre-wrap;
/* 86  */   white-space: -hp-pre-wrap;
/* 87  */   word-wrap: break-word;
/* 88  */ }
/* 89  */ #cff.cff-default-styles h3, #cff.cff-default-styles h4, #cff.cff-default-styles h5, #cff.cff-default-styles h6, #cff.cff-default-styles p{
/* 90  */   line-height: 1.4;
/* 91  */ }
/* 92  */ /* Date */
/* 93  */ #cff .cff-date{
/* 94  */   float: left;
/* 95  */   min-width: 50px;
/* 96  */   width: auto;
/* 97  */ }
/* 98  */ #cff.cff-default-styles .cff-date{
/* 99  */   font-size: 11px;
/* 100 */ }

/* cff-style.css */

/* 101 */ /************/
/* 102 */ /***AUTHOR***/
/* 103 */ /************/
/* 104 */ #cff .cff-author{
/* 105 */   float: left;
/* 106 */   clear: both;
/* 107 */   margin: 0 0 15px 0;
/* 108 */   padding: 0;
/* 109 */   line-height: 1.2;
/* 110 */   width: 100%;
/* 111 */ }
/* 112 */ #cff .cff-author a{
/* 113 */   float: left;
/* 114 */   display: block;
/* 115 */   /*width: 100%;*/
/* 116 */   min-width: 100%\9;
/* 117 */ }
/* 118 */ #cff .cff-author-img{
/* 119 */   float: left;
/* 120 */   width: 40px;
/* 121 */   margin: 0 0 0 -100% !important;
/* 122 */ }
/* 123 */ #cff .cff-author img{
/* 124 */   float: left;
/* 125 */ }
/* 126 */ #cff .cff-author .cff-author-text span{
/* 127 */   display: table-cell;
/* 128 */   vertical-align: middle;
/* 129 */   height: 40px;
/* 130 */   margin: 0;
/* 131 */   font-weight: bold;
/* 132 */ 
/* 133 */   /* For when there's no date immediately under author: */
/* 134 */   padding-left: 50px;
/* 135 */   float: none;
/* 136 */ }
/* 137 */ #cff.cff-default-styles .cff-author .cff-author-text span{
/* 138 */   font-weight: 1.2;
/* 139 */ }
/* 140 */ #cff.cff-default-styles .cff-author a{
/* 141 */   text-decoration: none;
/* 142 */ }
/* 143 */ 
/* 144 */ /* Author Date */
/* 145 */ #cff .cff-author .cff-author-text{
/* 146 */   float: left;
/* 147 */   width: 100%;
/* 148 */ }
/* 149 */ #cff .cff-author .cff-author-text *{
/* 150 */   float: left;

/* cff-style.css */

/* 151 */   clear: both;
/* 152 */   width: auto;
/* 153 */   margin: 0 0 0 50px;
/* 154 */ }
/* 155 */ #cff.cff-default-styles .cff-author .cff-author-text *{
/* 156 */   font-weight: bold;
/* 157 */ }
/* 158 */ #cff .cff-author .cff-date{
/* 159 */   color: #9197a3;
/* 160 */   margin-top: 0px;
/* 161 */ }
/* 162 */ #cff.cff-default-styles .cff-author .cff-date{
/* 163 */   font-weight: normal;
/* 164 */ }
/* 165 */ #cff .cff-author .cff-page-name.cff-author-date{
/* 166 */   float: left;
/* 167 */   padding: 2px 0 0 0;
/* 168 */ }
/* 169 */ 
/* 170 */ /*************/
/* 171 */ /*** MEDIA ***/
/* 172 */ /*************/
/* 173 */ #cff .cff-break-word{
/* 174 */   word-break: break-all;
/* 175 */ }
/* 176 */ /* Link */
/* 177 */ #cff .cff-expand{
/* 178 */   display: none;
/* 179 */ }
/* 180 */ #cff.cff-default-styles .cff-expand a{
/* 181 */   font-size: 11px;
/* 182 */   font-weight: normal;
/* 183 */ }
/* 184 */ /*Link image*/
/* 185 */ #cff .cff-shared-link{
/* 186 */   float: left;
/* 187 */   clear: both;
/* 188 */   width: 100%;
/* 189 */   padding: 5px 10px;
/* 190 */   margin: 10px 0 5px 0;
/* 191 */ 
/* 192 */   /* IE8 */
/* 193 */   background: #f9f9f9;
/* 194 */   border: 1px solid #d9d9d9;
/* 195 */ 
/* 196 */   background: rgba(0,0,0,0.02);
/* 197 */   border: 1px solid rgba(0,0,0,0.07);
/* 198 */ 
/* 199 */   -webkit-box-sizing: border-box;
/* 200 */   -moz-box-sizing: border-box;

/* cff-style.css */

/* 201 */   box-sizing: border-box;
/* 202 */ }
/* 203 */ #cff .cff-no-styles{
/* 204 */   background: none;
/* 205 */   border: none;
/* 206 */   padding: 0;
/* 207 */ }
/* 208 */ #cff .cff-link{
/* 209 */   float: left;
/* 210 */   clear: both;
/* 211 */   max-width: 20%;
/* 212 */   margin: 10px 0 0 0;
/* 213 */ }
/* 214 */ #cff .cff-link img{
/* 215 */   max-width: 100%;
/* 216 */ }
/* 217 */ /*Link text*/
/* 218 */ #cff .cff-link-title{
/* 219 */   float: left;
/* 220 */   clear: both;
/* 221 */   width: 100%;
/* 222 */   display: block;
/* 223 */ }
/* 224 */ #cff.cff-default-styles .cff-link-title{
/* 225 */   font-weight: bold;
/* 226 */ }
/* 227 */ #cff p.cff-link-title{
/* 228 */   margin: 5px 0 0 0;
/* 229 */ }
/* 230 */ #cff .cff-text-link{
/* 231 */   float: left;
/* 232 */   clear: none;
/* 233 */   width: 72%;
/* 234 */   margin-left: 3%;
/* 235 */   padding: 0 0 5px 0;
/* 236 */ }
/* 237 */ #cff .cff-link-caption{
/* 238 */   margin: 0;
/* 239 */ }
/* 240 */ #cff.cff-default-styles .cff-link-caption{
/* 241 */   font-size: 12px;
/* 242 */ }
/* 243 */ #cff .cff-text-link.cff-no-image{
/* 244 */   width: 100%;
/* 245 */   margin-left: 0;
/* 246 */ }
/* 247 */ /* Feed events */
/* 248 */ #cff .cff-details{
/* 249 */   float: left;
/* 250 */   clear: none;

/* cff-style.css */

/* 251 */   width: 100%;
/* 252 */   padding: 5px 0;
/* 253 */ }
/* 254 */ #cff .cff-details h5{
/* 255 */   margin: 0 0 5px 0;
/* 256 */ }
/* 257 */ #cff.cff-default-styles .cff-details h5{
/* 258 */   font-size: 16px;
/* 259 */ }
/* 260 */ #cff.cff-default-styles .cff-details p{
/* 261 */   font-size: 14px;
/* 262 */ }
/* 263 */ #cff .cff-details .cff-info{
/* 264 */   padding: 10px 0 0 0;
/* 265 */ }
/* 266 */ #cff.cff-default-styles .cff-details .cff-info{
/* 267 */   line-height: 1.2;
/* 268 */ }
/* 269 */ /* Video */
/* 270 */ #cff .cff-desc-wrap{
/* 271 */   float: left;
/* 272 */   width: 100%;
/* 273 */ }
/* 274 */ 
/* 275 */ /* View on Facebook / View Link text */
/* 276 */ #cff .cff-post-links{
/* 277 */   float: left;
/* 278 */   clear: none;
/* 279 */   padding: 5px 0 0 0;
/* 280 */   margin: 0;
/* 281 */ }
/* 282 */ #cff.cff-default-styles .cff-post-links{
/* 283 */   font-size: 11px;
/* 284 */ }
/* 285 */ 
/* 286 */ #cff .cff-post-links.cff-left{
/* 287 */   float: left;
/* 288 */   margin: 8px 0;
/* 289 */ }
/* 290 */ #cff.cff-default-styles .cff-post-links a{
/* 291 */   font-size: 11px;
/* 292 */ }
/* 293 */ #cff .cff-post-links a:first-child{
/* 294 */   padding-left: 0;
/* 295 */   margin: 0;
/* 296 */ }
/* 297 */ #cff .cff-dot{
/* 298 */   padding: 0 5px;
/* 299 */ }
/* 300 */ 

/* cff-style.css */

/* 301 */ /* Share tooltip*/
/* 302 */ #cff .cff-share-container{
/* 303 */   position: relative;
/* 304 */   display: inline;
/* 305 */ }
/* 306 */ #cff .cff-share-tooltip{
/* 307 */   display: none;
/* 308 */   position: absolute;
/* 309 */   z-index: 1000;
/* 310 */   bottom: 22px;
/* 311 */   right: -53px;
/* 312 */   width: 140px;
/* 313 */   padding: 5px 5px 4px 5px;
/* 314 */   margin: 0;
/* 315 */   background: #333;
/* 316 */   color: #eee;
/* 317 */   font-size: 12px;
/* 318 */   line-height: 1.3;
/* 319 */ 
/* 320 */   -webkit-box-sizing: border-box;
/* 321 */   -moz-box-sizing: border-box;
/* 322 */   box-sizing: border-box;
/* 323 */ }
/* 324 */ #cff .cff-share-tooltip .fa-play{
/* 325 */   position: absolute;
/* 326 */   font-size: 8px;
/* 327 */   bottom: -6px;
/* 328 */   left: 50%;
/* 329 */   margin-left: -3px;
/* 330 */   color: #333;
/* 331 */ }
/* 332 */ #cff .cff-share-tooltip a .fa{
/* 333 */   font-size: 16px;
/* 334 */   margin: 0;
/* 335 */   padding: 5px;
/* 336 */ }
/* 337 */ #cff .cff-share-tooltip a#sbi_facebook_icon .fa,
/* 338 */ #cff .cff-share-tooltip a#sbi_twitter_icon .fa,
/* 339 */ #cff .cff-share-tooltip a#sbi_pinterest_icon .fa{
/* 340 */   padding-top: 4px;
/* 341 */   font-size: 18px;
/* 342 */ }
/* 343 */ #cff .cff-share-tooltip a{
/* 344 */   display: block;
/* 345 */   float: left;
/* 346 */   margin: 0 !important;
/* 347 */   padding: 0 !important;
/* 348 */   color: #eee !important;
/* 349 */ 
/* 350 */   -moz-border-radius: 4px;

/* cff-style.css */

/* 351 */   -webkit-border-radius: 4px;
/* 352 */   border-radius: 4px;
/* 353 */ }
/* 354 */ #cff .cff-share-tooltip a:hover{
/* 355 */   color: #fff;
/* 356 */ }
/* 357 */ #cff .cff-share-tooltip .cff-facebook-icon:hover{ background: #3b5998; }
/* 358 */ #cff .cff-share-tooltip .cff-twitter-icon:hover{ background: #00aced; }
/* 359 */ #cff .cff-share-tooltip .cff-google-icon:hover{ background: #dd4b39; }
/* 360 */ #cff .cff-share-tooltip .cff-linkedin-icon:hover{ background: #007bb6; }
/* 361 */ #cff .cff-share-tooltip .cff-pinterest-icon:hover{ background: #cb2027; }
/* 362 */ #cff .cff-share-tooltip .cff-email-icon:hover{ background: #666; }
/* 363 */ 
/* 364 */ /* Like box */
/* 365 */ .cff-likebox{
/* 366 */   float: left;
/* 367 */   width: 100%;
/* 368 */   position: relative;
/* 369 */   margin: 20px 0 0 0;
/* 370 */ }
/* 371 */ .cff-likebox .fb_iframe_widget{
/* 372 */   width: 100%;
/* 373 */ }
/* 374 */ .cff-likebox .fb_iframe_widget span{
/* 375 */   width: 100% !important;
/* 376 */ }
/* 377 */ .cff-likebox iframe{
/* 378 */   margin: 0;
/* 379 */   position: relative;
/* 380 */   top: 0;
/* 381 */   left: 0;
/* 382 */   width: 100% !important;
/* 383 */   height: 100%;
/* 384 */ }
/* 385 */ /*Like box is not inside of #cff*/
/* 386 */ .cff-likebox.cff-top.cff-outside{
/* 387 */   margin-bottom: 10px;
/* 388 */ }
/* 389 */ .cff-likebox.cff-bottom.cff-outside{
/* 390 */   margin-top: 10px;
/* 391 */ }
/* 392 */ 
/* 393 */ /* Clear fix */
/* 394 */ /*.cff-clear:after {
/* 395 *|     clear: both;
/* 396 *|     content: ".";
/* 397 *|     display: block;
/* 398 *|     height: 0;
/* 399 *|     visibility: hidden;
/* 400 *| }

/* cff-style.css *|

/* 401 *| .cff-clear {
/* 402 *|     display: inline-block;
/* 403 *|     display: block;
/* 404 *|     position: static;
/* 405 *| }*/
/* 406 */ /*********************/
/* 407 */ /*** STYLE OPTIONS ***/
/* 408 */ /*********************/
/* 409 */ #cff.cff-fixed-height{
/* 410 */   overflow: hidden;
/* 411 */   overflow-y: auto;
/* 412 */   padding: 5px 10px;
/* 413 */ 
/* 414 */   -webkit-box-sizing: border-box;
/* 415 */   -moz-box-sizing: border-box;
/* 416 */   box-sizing: border-box;
/* 417 */ }
/* 418 */ 
/* 419 */ #cff .cff-error-msg{
/* 420 */   font-size: 12px;
/* 421 */   font-family: sans-serif;
/* 422 */ }
/* 423 */ #cff #cff-error-reason{
/* 424 */   display: none;
/* 425 */   padding: 5px 0 0 0;
/* 426 */   clear: both;
/* 427 */ }
/* 428 */ 
/* 429 */ /* Credit link */
/* 430 */ #cff.cff-default-styles .cff-credit{
/* 431 */   font-size: 11px;
/* 432 */ }
/* 433 */ #cff.cff-default-styles .cff-credit a{
/* 434 */   text-decoration: none;
/* 435 */ }
/* 436 */ #cff .cff-credit img{
/* 437 */   float: left;
/* 438 */   margin: -2px 5px 0 0;
/* 439 */ }
/* 440 */ #cff .cff-credit .fa{
/* 441 */   padding-right: 5px;
/* 442 */   font-size: 13px;
/* 443 */ }
/* 444 */ 
/* 445 */ /* On mobile make the min-width 100% */
/* 446 */ @media all and (max-width: 640px){
/* 447 */   #cff.cff-width-resp{
/* 448 */     width: 100% !important;
/* 449 */   }
/* 450 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home3/fcart/public_html
currentDir : /home3/fcart/public_html/wp-content/plugins/maxbuttons/assets/libraries/font-awesome/css

file-relative URI  : ../fonts/fontawesome-webfont.eot?v=4.7.0
path prepended     : /home3/fcart/public_html/wp-content/plugins/maxbuttons/assets/libraries/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.7.0
docroot stripped   : /wp-content/plugins/maxbuttons/assets/libraries/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.7.0
traversals removed : /wp-content/plugins/maxbuttons/assets/libraries/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0

file-relative URI  : ../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0
path prepended     : /home3/fcart/public_html/wp-content/plugins/maxbuttons/assets/libraries/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0
docroot stripped   : /wp-content/plugins/maxbuttons/assets/libraries/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0
traversals removed : /wp-content/plugins/maxbuttons/assets/libraries/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0

file-relative URI  : ../fonts/fontawesome-webfont.woff2?v=4.7.0
path prepended     : /home3/fcart/public_html/wp-content/plugins/maxbuttons/assets/libraries/font-awesome/css/../fonts/fontawesome-webfont.woff2?v=4.7.0
docroot stripped   : /wp-content/plugins/maxbuttons/assets/libraries/font-awesome/css/../fonts/fontawesome-webfont.woff2?v=4.7.0
traversals removed : /wp-content/plugins/maxbuttons/assets/libraries/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0

file-relative URI  : ../fonts/fontawesome-webfont.woff?v=4.7.0
path prepended     : /home3/fcart/public_html/wp-content/plugins/maxbuttons/assets/libraries/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.7.0
docroot stripped   : /wp-content/plugins/maxbuttons/assets/libraries/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.7.0
traversals removed : /wp-content/plugins/maxbuttons/assets/libraries/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0

file-relative URI  : ../fonts/fontawesome-webfont.ttf?v=4.7.0
path prepended     : /home3/fcart/public_html/wp-content/plugins/maxbuttons/assets/libraries/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.7.0
docroot stripped   : /wp-content/plugins/maxbuttons/assets/libraries/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.7.0
traversals removed : /wp-content/plugins/maxbuttons/assets/libraries/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0

file-relative URI  : ../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular
path prepended     : /home3/fcart/public_html/wp-content/plugins/maxbuttons/assets/libraries/font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular
docroot stripped   : /wp-content/plugins/maxbuttons/assets/libraries/font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular
traversals removed : /wp-content/plugins/maxbuttons/assets/libraries/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular

*/

/* font-awesome.min.css */

/* 1 */ /*!
/* 2 *|  *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
/* 3 *|  *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
/* 4 *|  */@font-face{font-family:'FontAwesome';src:url('wp-content/plugins/maxbuttons/assets/libraries/font-awesome/fonts/fontawesome-webfont_v-4.7.0.eot');src:url('wp-content/plugins/maxbuttons/assets/libraries/font-awesome/fonts/fontawesome-webfont.eot') format('embedded-opentype'),url('wp-content/plugins/maxbuttons/assets/libraries/font-awesome/fonts/fontawesome-webfont.woff') format('woff2'),url('wp-content/plugins/maxbuttons/assets/libraries/font-awesome/fonts/fontawesome-webfont_v-4.7.0.woff') format('woff'),url('wp-content/plugins/maxbuttons/assets/libraries/font-awesome/fonts/fontawesome-webfont_v-4.7.0.ttf') format('truetype'),url('wp-content/plugins/maxbuttons/assets/libraries/font-awesome/fonts/fontawesome-webfont_v-4.7.0-fontawesomeregular.svg') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/* 5 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home3/fcart/public_html
currentDir : /home3/fcart/public_html/wp-content/plugins/pinterest-pinboard-widget

*/

/* style.css */

/* 1  */ #pinterest-pinboard-widget-container .row { width: 195px; height: 65px; padding: 0px; margin: 0px; }
/* 2  */ #pinterest-pinboard-widget-container .pinboard { margin-top: 10px; }
/* 3  */ #pinterest-pinboard-widget-container .pin_link { padding-top: 5px; }
/* 4  */ #pinterest-pinboard-widget-container .pin_text a { color: #999; text-decoration: none; vertical-align: middle; }
/* 5  */ #pinterest-pinboard-widget-container .pinboard img { width: 61px; height: 61px; padding: 0 4px 4px 0; }
/* 6  */ #pinterest-pinboard-widget-container .pinboard img, #pinterest-pinboard-widget-container .pin_logo img { display: inline; }
/* 7  */ #pinterest-pinboard-widget-container a.pin_logo { text-decoration: none; }
/* 8  */ 
/* 9  */ #pinterest-pinboard-container .row { height: 65px; }
/* 10 */ #pinterest-pinboard-container .pin_text a { color: #999; text-decoration: none; vertical-align: middle; }
/* 11 */ #pinterest-pinboard-container .pinboard img { width: 61px; height: 61px; padding: 0 4px 4px 0; }
/* 12 */ #pinterest-pinboard-container a.pin_logo { text-decoration: none; }
/* 13 */ 
/* 14 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home3/fcart/public_html
currentDir : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css

file-relative URI  : ../images/thumb_icon.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/../images/thumb_icon.png
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/../images/thumb_icon.png
traversals removed : /wp-content/plugins/ultimate-product-catalogue/images/thumb_icon.png

file-relative URI  : ../images/thumb_icon-black.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/../images/thumb_icon-black.png
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/../images/thumb_icon-black.png
traversals removed : /wp-content/plugins/ultimate-product-catalogue/images/thumb_icon-black.png

file-relative URI  : ../images/thumb_icon-grey.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/../images/thumb_icon-grey.png
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/../images/thumb_icon-grey.png
traversals removed : /wp-content/plugins/ultimate-product-catalogue/images/thumb_icon-grey.png

file-relative URI  : ../images/list_icon.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/../images/list_icon.png
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/../images/list_icon.png
traversals removed : /wp-content/plugins/ultimate-product-catalogue/images/list_icon.png

file-relative URI  : ../images/list_icon-black.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/../images/list_icon-black.png
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/../images/list_icon-black.png
traversals removed : /wp-content/plugins/ultimate-product-catalogue/images/list_icon-black.png

file-relative URI  : ../images/list_icon-grey.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/../images/list_icon-grey.png
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/../images/list_icon-grey.png
traversals removed : /wp-content/plugins/ultimate-product-catalogue/images/list_icon-grey.png

file-relative URI  : ../images/details_tab_icon.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/../images/details_tab_icon.png
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/../images/details_tab_icon.png
traversals removed : /wp-content/plugins/ultimate-product-catalogue/images/details_tab_icon.png

file-relative URI  : ../images/details_tab_icon-black.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/../images/details_tab_icon-black.png
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/../images/details_tab_icon-black.png
traversals removed : /wp-content/plugins/ultimate-product-catalogue/images/details_tab_icon-black.png

file-relative URI  : ../images/details_tab_icon-grey.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/../images/details_tab_icon-grey.png
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/../images/details_tab_icon-grey.png
traversals removed : /wp-content/plugins/ultimate-product-catalogue/images/details_tab_icon-grey.png

file-relative URI  : ../images/details_icon.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/../images/details_icon.png
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/../images/details_icon.png
traversals removed : /wp-content/plugins/ultimate-product-catalogue/images/details_icon.png

file-relative URI  : ../images/details_icon.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/../images/details_icon.png
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/../images/details_icon.png
traversals removed : /wp-content/plugins/ultimate-product-catalogue/images/details_icon.png

file-relative URI  : ../images/details_icon.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/../images/details_icon.png
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/../images/details_icon.png
traversals removed : /wp-content/plugins/ultimate-product-catalogue/images/details_icon.png

file-relative URI  : fonts/ewd-details.eot
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-details.eot
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-details.eot
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-details.eot

file-relative URI  : fonts/ewd-details.woff2
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-details.woff2
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-details.woff2
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-details.woff2

file-relative URI  : fonts/ewd-details.woff
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-details.woff
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-details.woff
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-details.woff

file-relative URI  : fonts/ewd-details.ttf
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-details.ttf
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-details.ttf
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-details.ttf

file-relative URI  : fonts/ewd-details.svg#ewd-details
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-details.svg#ewd-details
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-details.svg#ewd-details
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-details.svg#ewd-details

*/

/* catalogue-style.css */

/* 1    */ /*
/* 2    *| * Basic styling options for the Ultimate Product Catalogue Plugin. There are general
/* 3    *| * settings as well as three catalogue types with their own styles. Additionally,
/* 4    *| * there are many classes inserted into the catalogue which aren't used in this file.
/* 5    *| */
/* 6    */ 
/* 7    */ /************************************************************
/* 8    *| *  GENERAL
/* 9    *| ************************************************************/
/* 10   */ .upcp-clear {
/* 11   */   clear:both;
/* 12   */ }
/* 13   */ .jquery-hidden {
/* 14   */   display:none;
/* 15   */ }
/* 16   */ .Hide-Item {
/* 17   */   display:none !important;
/* 18   */ }
/* 19   */ .upcp-Hide-Item {
/* 20   */   display:none;
/* 21   */ }
/* 22   */ .No-Clear {
/* 23   */   clear:none !important;
/* 24   */ 	padding: 0 !important;
/* 25   */ }
/* 26   */ .hidden-field {
/* 27   */   display:none !important;
/* 28   */ 	opacity: 0;
/* 29   */ }
/* 30   */ .upcp-no-pointer {
/* 31   */   cursor:default;
/* 32   */ }
/* 33   */ .no-underline {
/* 34   */   text-decoration:none;
/* 35   */ }
/* 36   */ .no-underline:hover {
/* 37   */   text-decoration:none;
/* 38   */ }
/* 39   */ .upcp-social-links {
/* 40   */ 	margin: 15px 0;
/* 41   */ }
/* 42   */ .upcp-social-links ul {
/* 43   */ 	margin: 0;
/* 44   */ }
/* 45   */ 
/* 46   */ /************************************************************
/* 47   *| *  COLORS
/* 48   *| ************************************************************/
/* 49   */ .Blue-prod-cat-header-div {
/* 50   */   border-bottom:3px solid #80bee1;

/* catalogue-style.css */

/* 51   */ }
/* 52   */ .Black-prod-cat-header-div {
/* 53   */   border-bottom:3px solid #000000;
/* 54   */ }
/* 55   */ .Grey-prod-cat-header-div {
/* 56   */   border-bottom:3px solid #666666;
/* 57   */ }
/* 58   */ .Blue-thumb-icon {
/* 59   */   background:url("wp-content/plugins/ultimate-product-catalogue/images/thumb_icon.png");
/* 60   */ }
/* 61   */ .Black-thumb-icon {
/* 62   */   background:url("wp-content/plugins/ultimate-product-catalogue/images/thumb_icon-black.png");
/* 63   */ }
/* 64   */ .Grey-thumb-icon {
/* 65   */   background:url("wp-content/plugins/ultimate-product-catalogue/images/thumb_icon-grey.png");
/* 66   */ }
/* 67   */ .Blue-list-icon {
/* 68   */   background:url("wp-content/plugins/ultimate-product-catalogue/images/list_icon.png");
/* 69   */ }
/* 70   */ .Black-list-icon {
/* 71   */   background:url("wp-content/plugins/ultimate-product-catalogue/images/list_icon-black.png");
/* 72   */ }
/* 73   */ .Grey-list-icon {
/* 74   */   background:url("wp-content/plugins/ultimate-product-catalogue/images/list_icon-grey.png");
/* 75   */ }
/* 76   */ .Blue-details-icon {
/* 77   */   background: url("wp-content/plugins/ultimate-product-catalogue/images/details_tab_icon.png");
/* 78   */ }
/* 79   */ .Black-details-icon {
/* 80   */   background: url("wp-content/plugins/ultimate-product-catalogue/images/details_tab_icon-black.png");
/* 81   */ }
/* 82   */ .Grey-details-icon {
/* 83   */   background: url("wp-content/plugins/ultimate-product-catalogue/images/details_tab_icon-grey.png");
/* 84   */ }
/* 85   */ 
/* 86   */ /************************************************************
/* 87   *| *  PRODUCT CATALOGUE
/* 88   *| ************************************************************/
/* 89   */ .prod-cat-container {
/* 90   */   position: relative;
/* 91   */ }
/* 92   */ .prod-cat-container *, .prod-cat-container *:after,
/* 93   */ 		.prod-cat-container *:before{
/* 94   */   box-sizing: border-box;
/* 95   */ }
/* 96   */ .prod-cat-header-div {
/* 97   */ 	width:100%;
/* 98   */ 	margin-bottom:15px;
/* 99   */ }
/* 100  */ .prod-cat-information {

/* catalogue-style.css */

/* 101  */ 	margin-bottom: 12px;
/* 102  */ }
/* 103  */ .prod-cat-inner {
/* 104  */ 	position: relative;
/* 105  */ 	float:left;
/* 106  */ 	width:74%;
/* 107  */ }
/* 108  */ .prod-cat-inner > .prod-cat {
/* 109  */     width: 100%;
/* 110  */ }
/* 111  */ .prod-cat-back-link,
/* 112  */ .upcp-product-page-breadcrumbs {
/* 113  */   font-size: 1.2em;
/* 114  */ 	padding-bottom: 8px;
/* 115  */ }
/* 116  */ .prod-cat-item {
/* 117  */ }
/* 118  */ .prod-cat-category {
/* 119  */ 	margin:30px auto;
/* 120  */ 	clear: both;
/* 121  */ }
/* 122  */ .prod-cat-category-label {
/* 123  */      font-size: 1.3em;
/* 124  */     font-weight: 600;
/* 125  */     margin: 20px 10px;
/* 126  */ }
/* 127  */ .prod-cat-title {
/* 128  */ }
/* 129  */ .prod-cat-thumb-image-div {
/* 130  */ 	overflow:hidden;
/* 131  */ 	position:relative;
/* 132  */ }
/* 133  */ .prod-cat-thumb-image {
/* 134  */ 	width: auto !important;
/* 135  */ 	position: relative;
/* 136  */ }
/* 137  */ .prod-cat-price {
/* 138  */ }
/* 139  */ .upcp-details-text {
/* 140  */ 	display: inline-block;
/* 141  */ 	float:left;
/* 142  */ }
/* 143  */ 
/* 144  */ /************************************************************
/* 145  *| *  SIDEBAR
/* 146  *| ************************************************************/
/* 147  */ /*************** MARGINS ************/
/* 148  */ 
/* 149  */ 
/* 150  */ 

/* catalogue-style.css */

/* 151  */ .ewd-upcp-filtering-toggle {
/* 152  */ 	display: none;
/* 153  */ 	width: 100px;
/* 154  */ 	min-width: 120px;
/* 155  */ 	background: #353535;
/* 156  */ 	color: #fff;
/* 157  */ 	padding: 4px 10px 4px;
/* 158  */   	margin: 32px auto;
/* 159  */ 	text-align: center;
/* 160  */ 	text-transform: uppercase;
/* 161  */ 	cursor: pointer;
/* 162  */ 	z-index: 2;
/* 163  */ }
/* 164  */ .ewd-upcp-filtering-toggle:hover {
/* 165  */   background: #555;
/* 166  */ }
/* 167  */ .ewd-upcp-filtering-toggle-downcaret:after {
/* 168  */ 	font-size: .8em;
/* 169  */ 	content: " ▼";
/* 170  */ }
/* 171  */ .ewd-upcp-filtering-toggle-upcaret:after {
/* 172  */ 	font-size: .8em;
/* 173  */ 	content: " ▲";
/* 174  */ }
/* 175  */ 
/* 176  */ @media screen and (max-width: 715px) {
/* 177  */   .ewd-upcp-filtering-toggle {
/* 178  */   	display: block;
/* 179  */   }
/* 180  */ }
/* 181  */ 
/* 182  */ 
/* 183  */ 
/* 184  */ 
/* 185  */ .prod-cat-sidebar {
/* 186  */   display: block;
/* 187  */ 	position:relative;
/* 188  */  	float:left;
/* 189  */  	width:25%;
/* 190  */     margin-bottom:20px;
/* 191  */ }
/* 192  */ @media screen and (max-width: 715px) {
/* 193  */   .prod-cat-sidebar.prod-cat-sidebar-hidden {
/* 194  */   	display: none;
/* 195  */   }
/* 196  */ }
/* 197  */ 
/* 198  */ 
/* 199  */ 
/* 200  */ 

/* catalogue-style.css */

/* 201  */ .prod-cat-sidebar > form > div {
/* 202  */ 	margin: 3px;
/* 203  */ }
/* 204  */ .prod-cat-sidebar-category,
/* 205  */ .prod-cat-sidebar-subcategory,
/* 206  */ .prod-cat-sidebar-tag,
/* 207  */ .prod-cat-sidebar-cf-value-div{
/* 208  */  	padding: 5px;
/* 209  */ }
/* 210  */ 
/* 211  */ .prod-cat-sidebar-cf-title {
/* 212  */ 	margin:5px 0;
/* 213  */ }
/* 214  */ .prod-cat-cf-sidebar-title {
/* 215  */ }
/* 216  */ 
/* 217  */ .prod-cat-sidebar-content{
/* 218  */ 	 margin: 10px 0;
/* 219  */ }
/* 220  */ 
/* 221  */ .prod-cat-sidebar-cf-content{
/* 222  */ 	width:100%;
/* 223  */ }
/* 224  */ 
/* 225  */ 
/* 226  */ /**************SEARCH_SORT BOXES *********************/
/* 227  */ #prod-cat-sort-by, #prod-cat-text-search {
/* 228  */ 
/* 229  */ }
/* 230  */ 
/* 231  */ .prod-cat-sidebar .styled-input {
/* 232  */ 	width: 75%;
/* 233  */ 	margin-top:5px;
/* 234  */ }
/* 235  */ .prod-cat-sidebar .styled-select {
/* 236  */ 
/* 237  */ }
/* 238  */ 
/* 239  */ #upcp-sort-by {
/* 240  */ 	width:100%;
/* 241  */ 	height:35px;
/* 242  */     padding: 5px;
/* 243  */ 	border: solid 1px #c9c9c9;
/* 244  */     box-shadow: none;
/* 245  */     background-image: none;
/* 246  */ }
/* 247  */ #upcp-sort-by option {
/* 248  */ 	width:100%;
/* 249  */ }
/* 250  */ .prod-cat-sidebar .styled-select select:focus {

/* catalogue-style.css */

/* 251  */     outline: none;
/* 252  */ }
/* 253  */ select:active {
/* 254  */     border: 1px solid #000;
/* 255  */ }
/* 256  */ #upcp-name-search {
/* 257  */ 	padding: 5px !important;
/* 258  */ 	border: solid 1px #c9c9c9;
/* 259  */ 	transition: border 1s ease;
/* 260  */ 	width:100%;
/* 261  */ 	font-size: 0.8em;
/* 262  */ 	height:35px;
/* 263  */ }
/* 264  */ .prod-cat-sidebar .styled-input input[type="text"]:hover,
/* 265  */ .prod-cat-sidebar .styled-input input[type="text"]:focus{
/* 266  */ 	 border: solid 1px rgba(59, 59, 59, 0.75);
/* 267  */ 	 background: none;
/* 268  */ }
/* 269  */ 
/* 270  */ /************** TITLE HOVER EFFECTS *********************/
/* 271  */ /** UNDERLINE **/
/* 272  */ .prod-cat-sidebar-hover-underline h3,
/* 273  */ .prod-cat-sidebar-hover-underline span {
/* 274  */ 	cursor: pointer;
/* 275  */ 	display: inline-block;
/* 276  */ 	vertical-align: middle;
/* 277  */ 	-webkit-transform: translateZ(0);
/* 278  */ 	transform: translateZ(0);
/* 279  */ 	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
/* 280  */ 	-webkit-backface-visibility: hidden;
/* 281  */ 	backface-visibility: hidden;
/* 282  */ 	-moz-osx-font-smoothing: grayscale;
/* 283  */ 	position: relative;
/* 284  */ 	overflow: hidden;
/* 285  */ 	padding-bottom:5px;
/* 286  */ 	margin:15px 0 5px;
/* 287  */ }
/* 288  */ 
/* 289  */ .prod-cat-sidebar-hover-underline h3:before,
/* 290  */ .prod-cat-sidebar-hover-underline span:before {
/* 291  */   content: "";
/* 292  */   position: absolute;
/* 293  */   z-index: -1;
/* 294  */   left: 50%;
/* 295  */   right: 50%;
/* 296  */   bottom: 0;
/* 297  */   background: rgba(59, 59, 59, 0.5);
/* 298  */   height: 2px;
/* 299  */   -webkit-transition-property: left, right;
/* 300  */   transition-property: left, right;

/* catalogue-style.css */

/* 301  */   -webkit-transition-duration: 0.1s;
/* 302  */   transition-duration: 0.1s;
/* 303  */   -webkit-transition-timing-function: ease-out;
/* 304  */   transition-timing-function: ease-out;
/* 305  */ }
/* 306  */ .prod-cat-sidebar-hover-underline h3:hover:before,
/* 307  */  .prod-cat-sidebar-hover-underline h3:focus:before,
/* 308  */  .prod-cat-sidebar-hover-underline h3:active:before {
/* 309  */   left: 0;
/* 310  */   right: 0;
/* 311  */ }
/* 312  */ .prod-cat-sidebar-hover-underline span:hover:before,
/* 313  */  .prod-cat-sidebar-hover-underline span:focus:before,
/* 314  */  .prod-cat-sidebar-hover-underline span:active:before {
/* 315  */   left: 0;
/* 316  */   right: 0;
/* 317  */ }
/* 318  */ 
/* 319  */ 
/* 320  */ /************* SIDEBAR CATEGORIES **************/
/* 321  */ .upcp-label {
/* 322  */ 	display: inline;
/* 323  */ }
/* 324  */ 
/* 325  */ .upcp-label span {
/* 326  */ 	padding: 2px;
/* 327  */ }
/* 328  */ 
/* 329  */ .upcp-margin-left-6 {
/* 330  */ 	padding-left:16px;
/* 331  */ }
/* 332  */ .upcp-margin-top-minus-2 {
/* 333  */ }
/* 334  */ 
/* 335  */ .prod-cat-sidebar-cat-title {
/* 336  */ margin: 10px 0;
/* 337  */ }
/* 338  */ 
/* 339  */ #upcp-price-score-filter,
/* 340  */ .prod-cat-sidebar-category-content div,
/* 341  */ .prod-cat-sidebar-subcategory-content div,
/* 342  */ .prod-cat-sidebar-content-tag div,
/* 343  */ .prod-cat-sidebar-cf-content div{
/* 344  */ 	-webkit-transform: translateZ(0);
/* 345  */ 	transform: translateZ(0);
/* 346  */ 	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
/* 347  */ 	-webkit-backface-visibility: hidden;
/* 348  */ 	backface-visibility: hidden;
/* 349  */ 	-moz-osx-font-smoothing: grayscale;
/* 350  */ 	-webkit-transition-duration: 0.1s;

/* catalogue-style.css */

/* 351  */ 	transition-duration: 0.1s;
/* 352  */ 	-webkit-transition-property: color, background-color;
/* 353  */ 	transition-property: color, background-color;
/* 354  */ 	max-width: 75%;
/* 355  */ }
/* 356  */ .upcp-custom-field-slider div{
/* 357  */ 	max-width:100%;
/* 358  */ }
/* 359  */ .upcp-custom-field-slider,
/* 360  */ #upcp-price-score-filter {
/* 361  */ 	margin-top:6px;
/* 362  */ }
/* 363  */ .subcat-collapsible .prod-cat-sidebar-subcategory {
/* 364  */ 	max-width: 100%;
/* 365  */ }
/* 366  */ .checkbox-color-Blue:hover
/* 367  */ {
/* 368  */ 	background-color: rgba( 128, 190, 225, 0.65) ;
/* 369  */ 	color: white;
/* 370  */ }
/* 371  */ .checkbox-color-Grey:hover,
/* 372  */ .checkbox-color-Black:hover
/* 373  */ {
/* 374  */ 	background-color: #BDBDBD;
/* 375  */ 	color: white;
/* 376  */ }
/* 377  */ .prod-sidebar-checkbox-minimalist.highlightBlue {
/* 378  */   background:rgba( 128, 190, 225, 0.4);
/* 379  */ }
/* 380  */ .prod-sidebar-checkbox-minimalist.highlightBlack,
/* 381  */ .prod-sidebar-checkbox-minimalist.highlightGrey {
/* 382  */   background:rgba(225,225,225, 0.75);
/* 383  */ }
/* 384  */ /************* SIDEBAR CHECKBOXES **************/
/* 385  */ .prod-sidebar-checkbox-square [type="checkbox"]:not(:checked),
/* 386  */ .prod-sidebar-checkbox-square [type="checkbox"]:checked {
/* 387  */   position: absolute;
/* 388  */   left: -9999px;
/* 389  */ }
/* 390  */ .prod-sidebar-checkbox-square [type="checkbox"]:not(:checked) + label,
/* 391  */ .prod-sidebar-checkbox-square [type="checkbox"]:checked + label {
/* 392  */   position: relative;
/* 393  */   padding-left: 25px;
/* 394  */   cursor: pointer;
/* 395  */ }
/* 396  */ 
/* 397  */ /* checkbox aspect */
/* 398  */ .prod-sidebar-checkbox-square [type="checkbox"]:not(:checked) + label:before,
/* 399  */ .prod-sidebar-checkbox-square [type="checkbox"]:checked + label:before {
/* 400  */   content: '';

/* catalogue-style.css */

/* 401  */   position: absolute;
/* 402  */   left:0; top: 2px;
/* 403  */   width: 15px; height: 15px;
/* 404  */ }
/* 405  */ /* checked mark aspect */
/* 406  */ .prod-sidebar-checkbox-square [type="checkbox"]:not(:checked) + label:after,
/* 407  */ .prod-sidebar-checkbox-square [type="checkbox"]:checked + label:after {
/* 408  */   content: '✔';
/* 409  */   position: absolute;
/* 410  */   top: 0; left: 2px;
/* 411  */   font-size: 14px;
/* 412  */ 	color:#3B3B3B;
/* 413  */   transition: all .2s;
/* 414  */ }
/* 415  */ /* checked mark aspect changes */
/* 416  */ [type="checkbox"]:not(:checked) + label:after {
/* 417  */   opacity: 0;
/* 418  */   transform: scale(0);
/* 419  */ }
/* 420  */ [type="checkbox"]:checked + label:after {
/* 421  */   opacity: 1;
/* 422  */   transform: scale(1);
/* 423  */ }
/* 424  */ 
/* 425  */ .prod-sidebar-checkbox-minimalist [type="checkbox"]:not(:checked),
/* 426  */ .prod-sidebar-checkbox-minimalist [type="checkbox"]:checked {
/* 427  */   position: absolute;
/* 428  */   left: -9999px;
/* 429  */ }
/* 430  */ .prod-sidebar-checkbox-minimalist [type="checkbox"]:not(:checked) + label,
/* 431  */ .prod-sidebar-checkbox-minimalist [type="checkbox"]:checked + label {
/* 432  */   position: relative;
/* 433  */   padding-left: 2px;
/* 434  */   cursor: pointer;
/* 435  */ }
/* 436  */ 
/* 437  */ .prod-sidebar-checkbox-block {
/* 438  */ 	border-top: 1px solid gray;
/* 439  */ }
/* 440  */ .prod-sidebar-checkbox-block [type="checkbox"]:not(:checked),
/* 441  */ .prod-sidebar-checkbox-block [type="checkbox"]:checked {
/* 442  */   position: absolute;
/* 443  */   left: -9999px;
/* 444  */ }
/* 445  */ .prod-sidebar-checkbox-block.highlightBlue {
/* 446  */   background:rgba( 128, 190, 225, 0.4);
/* 447  */ }
/* 448  */ .prod-sidebar-checkbox-block.highlightBlack,
/* 449  */ .prod-sidebar-checkbox-block.highlightGrey {
/* 450  */   background:rgba(225,225,225, 0.75);

/* catalogue-style.css */

/* 451  */ }
/* 452  */ .prod-sidebar-checkbox-block [type="checkbox"]:not(:checked) + label,
/* 453  */ .prod-sidebar-checkbox-block [type="checkbox"]:checked + label {
/* 454  */   position: relative;
/* 455  */   padding-left: 2px;
/* 456  */   cursor: pointer;
/* 457  */ }
/* 458  */ .cat-collapsible {
/* 459  */ float: right;
/* 460  */ font-weight: 800;
/* 461  */ font-size: 25px;
/* 462  */ }
/* 463  */ 
/* 464  */ .cat-collapsible:hover {
/* 465  */ cursor: pointer;
/* 466  */ }
/* 467  */ 
/* 468  */ 
/* 469  */ /************************************************************
/* 470  *| *  THUMBNAIL VIEW
/* 471  *| ************************************************************/
/* 472  */ .thumb-display {
/* 473  */ 	margin: 0;
/* 474  */ }
/* 475  */ .upcp-thumb-toggle-icon {
/* 476  */ 	width:40px;
/* 477  */ 	height:29px;
/* 478  */ 	float:left;
/* 479  */ 	margin-right:8px;
/* 480  */ }
/* 481  */ .upcp-thumb-item {
/* 482  */ 	border: 1px solid #e0e0e0;
/* 483  */   border-radius: 2px;
/* 484  */   -moz-border-radius: 2px;
/* 485  */   -khtml-border-radius: 2px;
/* 486  */   /*display: inline;*/
/* 487  */   float: left;
/* 488  */   margin: 10px;
/* 489  */   width: 200px;
/* 490  */   min-height: 306px;
/* 491  */   max-height:325px;
/* 492  */   /*overflow: hidden;*/
/* 493  */ 	margin-bottom:32px;
/* 494  */ }
/* 495  */ .upcp-thumb-title {
/* 496  */ 	min-height:43px;
/* 497  */ 	padding: 3px 8px 0;
/* 498  */ 	margin: 0px;
/* 499  */ 	color: #777;
/* 500  */ }

/* catalogue-style.css */

/* 501  */ .upcp-thumb-price {
/* 502  */ 	float: left;
/* 503  */ 	min-height: 40px;
/* 504  */ 	line-height: 40px;
/* 505  */ 	width: 81px;
/* 506  */ 	padding: 1px 0 0 8px;
/* 507  */ 	margin: 0px;
/* 508  */ 	color: #2e8f9a;
/* 509  */ }
/* 510  */ .upcp-thumb-details-link {
/* 511  */ 	background: url("wp-content/plugins/ultimate-product-catalogue/images/details_icon.png");
/* 512  */ 	background-repeat: no-repeat !important;
/* 513  */ 	background-position: center right !important;
/* 514  */ 	color: #80bee1 !important;
/* 515  */ 	height: 40px;
/* 516  */ 	float: right;
/* 517  */ 	line-height: 40px;
/* 518  */ 	width: 80px;
/* 519  */ 	margin-right: 6px;
/* 520  */ }
/* 521  */ .upcp-thumb-title a{
/* 522  */ 	color:#1b8be0 !important;
/* 523  */ }
/* 524  */ .upcp-thumb-title a:hover,
/* 525  */ .upcp-thumb-title a:focus,
/* 526  */ .upcp-thumb-title a:active{
/* 527  */ text-decoration: none;
/* 528  */ color:#404040;
/* 529  */ }
/* 530  */ .upcp-thumb-details-link{
/* 531  */ 	color:#4DB7DF;
/* 532  */ }
/* 533  */ .upcp-thumb-details-link:hover,
/* 534  */ .upcp-thumb-details-link:focus,
/* 535  */ .upcp-thumb-details-link:active{
/* 536  */ 	text-decoration:none;
/* 537  */ 	color:#80bee1;
/* 538  */ }
/* 539  */ /************************************************************
/* 540  *| * THUMB IMG
/* 541  *| ************************************************************/
/* 542  */ 
/* 543  */ .upcp-thumb-image-div {
/* 544  */ 	width: 180px;
/* 545  */ 	height: 180px;
/* 546  */ 	margin: 10px;
/* 547  */ 	text-align: center;
/* 548  */ 	background: #fafafa;
/* 549  */ 	/*display:table;*/
/* 550  */   display: block;

/* catalogue-style.css */

/* 551  */ }
/* 552  */ .upcp-thumb-image-div a {
/* 553  */   	width: 180px;
/* 554  */ 	height: 180px;
/* 555  */ 	text-align: center;
/* 556  */     display:table-cell;
/* 557  */     vertical-align:middle;
/* 558  */ }
/* 559  */ div.upcp-thumb-image-div img {
/* 560  */     max-width: 180px;
/* 561  */     max-height: 180px;
/* 562  */     display: table-cell !important;
/* 563  */     margin: 0 auto;
/* 564  */ }
/* 565  */ /************************************************************
/* 566  *| *  LIST VIEW
/* 567  *| ************************************************************/
/* 568  */ .list-display {
/* 569  */ 	margin: 0;
/* 570  */ }
/* 571  */ .upcp-list-toggle-icon {
/* 572  */ 	width:40px;
/* 573  */ 	height:29px;
/* 574  */ 	float:left;
/* 575  */ 	margin-right:8px;
/* 576  */ }
/* 577  */ .upcp-list-item {
/* 578  */ 	margin: 5px;
/* 579  */ }
/* 580  */ .upcp-list-title {
/* 581  */ 	width:80%;
/* 582  */ 	float:left;
/* 583  */ 	cursor:pointer;
/* 584  */ }
/* 585  */ .upcp-list-price {
/* 586  */ 	width:20%;
/* 587  */     min-width:40px;
/* 588  */ 	float:right;
/* 589  */ 	color: #2e8f9a;
/* 590  */ 	cursor: pointer;
/* 591  */ 	text-align: right;
/* 592  */ }
/* 593  */ .upcp-list-details {
/* 594  */     min-height:240px;
/* 595  */ 	width: 100%;
/* 596  */ 	display:flex;
/* 597  */ 	flex-flow:row wrap;
/* 598  */ 	float:left;
/* 599  */ 	padding-top:15px;
/* 600  */ }

/* catalogue-style.css */

/* 601  */ .upcp-list-desc {
/* 602  */     float:left;
/* 603  */ 	overflow: auto;
/* 604  */     width:65%;
/* 605  */     max-height:200px;
/* 606  */     padding: 10px 5px;
/* 607  */     flex: 1 1 auto;
/* 608  */ }
/* 609  */ .upcp-list-details-link {
/* 610  */ 	background: url("wp-content/plugins/ultimate-product-catalogue/images/details_icon.png");
/* 611  */ 	background-repeat: no-repeat;
/* 612  */ 	background-position:  bottom   right;
/* 613  */ 	color: #50a3d1;
/* 614  */ 	min-width: 200px;
/* 615  */ 	height: 30px;
/* 616  */ }
/* 617  */ .upcp-list-details .upcp-catalogue-link{
/* 618  */ }
/* 619  */ .upcp-prod-desc-custom-fields.upcp-custom-field-list{
/* 620  */ 	min-height: 40px;
/* 621  */ 	width:50%;
/* 622  */     padding: 5px 15px;
/* 623  */ }
/* 624  */ /************************************************************
/* 625  *| *  LIST IMG
/* 626  *| ************************************************************/
/* 627  */ .upcp-list-image-div {
/* 628  */ 	width: 35%;
/* 629  */ 	height: 200px;
/* 630  */ 	text-align: center;
/* 631  */ 	float:left;
/* 632  */ 	flex-grow:1;
/* 633  */ }
/* 634  */ .upcp-list-image-div a {
/* 635  */     width: inherit;
/* 636  */ 	height: 200px;
/* 637  */ 	line-height: 0;
/* 638  */ 	text-align: center;
/* 639  */ 	display: table-cell;
/* 640  */ 	vertical-align: middle;
/* 641  */ }
/* 642  */ .upcp-list-image-div img {
/* 643  */     width: auto;
/* 644  */     max-height:180px;
/* 645  */     max-width: 180px !important;
/* 646  */     margin:0 auto;
/* 647  */ }
/* 648  */ /************************************************************
/* 649  *| *  DETAILS VIEW
/* 650  *| ************************************************************/

/* catalogue-style.css */

/* 651  */ .detail-display {
/* 652  */ 	margin: 0;
/* 653  */ }
/* 654  */ .upcp-details-toggle-icon {
/* 655  */ 	width:40px;
/* 656  */ 	height:29px;
/* 657  */ 	float:left;
/* 658  */ 	margin-right:8px;
/* 659  */ }
/* 660  */ .upcp-detail-item {
/* 661  */ 	display:flex;
/* 662  */  	width:100%;
/* 663  */ 	border: 1px solid #e0e0e0;
/* 664  */ 	margin:15px auto;
/* 665  */ 	min-height:13.5em;
/* 666  */ }
/* 667  */ 
/* 668  */ .upcp-mid-detail-div{
/* 669  */   	float:left;
/* 670  */ 	width: 50%;
/* 671  */ 	min-height: 13.5em;
/* 672  */ 	padding: 10px;
/* 673  */     border-right: 1px solid #e0e0e0;
/* 674  */     border-left: 1px solid #e0e0e0;
/* 675  */ }
/* 676  */ .upcp-detail-title {
/* 677  */  	 font-size: 1.2em;
/* 678  */ 		color:#1b8be0;
/* 679  */ 	font-weight:400;
/* 680  */ }
/* 681  */ .upcp-end-detail-div {
/* 682  */     float:left;
/* 683  */     width:15%;
/* 684  */ 	padding:10px;
/* 685  */ }
/* 686  */ .upcp-detail-price {
/* 687  */     color: #039cb7;
/* 688  */     float: left;
/* 689  */     font-size: 1.2em;
/* 690  */     width:100%;
/* 691  */     margin-top: 10px;
/* 692  */ }
/* 693  */ .upcp-detail-details-link {
/* 694  */     clear:both;
/* 695  */     background: url("wp-content/plugins/ultimate-product-catalogue/images/details_icon.png");
/* 696  */ 	background-repeat: no-repeat;
/* 697  */ 	background-position:  bottom   left;
/* 698  */ 	color: #4DB7DF;
/* 699  */ 	height: 70px;
/* 700  */ 	line-height: 40px;

/* catalogue-style.css */

/* 701  */ 	width: 100%;
/* 702  */ }
/* 703  */ .upcp-detail-desc{
/* 704  */ 	margin-top: 10px;
/* 705  */ }
/* 706  */ .upcp-detail-item a:hover,
/* 707  */ .upcp-detail-item a:focus,
/* 708  */ .upcp-detail-item a:active{
/* 709  */ 	text-decoration:none;
/* 710  */ 	color:#404040;
/* 711  */ }
/* 712  */ .upcp-detail-item a div:hover,
/* 713  */ .upcp-detail-item a div:focus,
/* 714  */ .upcp-detail-item a div:active{
/* 715  */ 		text-decoration:none;
/* 716  */ 	color:#80bee1;
/* 717  */ }
/* 718  */ /************************************************************
/* 719  *| *  DETAILS IMG
/* 720  *| ************************************************************/
/* 721  */ 
/* 722  */ .upcp-detail-image-div {
/* 723  */ 	display:table;
/* 724  */ 	width: 35%;
/* 725  */ 	height: 100%;
/* 726  */ }
/* 727  */ .upcp-detail-image-div a {
/* 728  */ 	width:100%;
/* 729  */ 	height: 200px;
/* 730  */ 	line-height: 0;
/* 731  */ 	text-align: center;
/* 732  */ 	display: table-cell;
/* 733  */ 	vertical-align: middle;
/* 734  */ }
/* 735  */ div.upcp-detail-image-div img {
/* 736  */ 	max-width: 180px;
/* 737  */ 	max-height:180px;
/* 738  */ }
/* 739  */ 
/* 740  */ /************************************************************
/* 741  *| *  FANCYBOX STYLES
/* 742  *| ************************************************************/
/* 743  */ .prod-cat-addt-details {
/* 744  */ 	width: 100%;
/* 745  */ }
/* 746  */ .prod-cat-addt-details-thumbs-div {
/* 747  */   	width: 120px;
/* 748  */ 	height: 480px;
/* 749  */ 	overflow-x: hidden;
/* 750  */ 	overflow-y: hidden;

/* catalogue-style.css */

/* 751  */ 	float: left;
/* 752  */ }
/* 753  */ .prod-cat-addt-details-thumbs-div:hover {
/* 754  */ 	overflow-y: auto;
/* 755  */ }
/* 756  */ .prod-cat-addt-details-thumb {
/* 757  */   	max-width: 100px;
/* 758  */ 	max-height: 100px;
/* 759  */ 	margin: 10px;
/* 760  */ 	cursor: pointer;
/* 761  */ }
/* 762  */ .entry.clearfix h2.prod-cat-addt-details-title {
/* 763  */   margin: 15px 5px 40px;
/* 764  */ }
/* 765  */ .upcp-standard-product-page .prod-cat-addt-details-price {
/* 766  */   padding:0px 0px 10px 40px;
/* 767  */ }
/* 768  */ .upcp-product-url-icon {
/* 769  */ 	margin-left:20px;
/* 770  */ }
/* 771  */ .upcp-standard-product-page .prod-cat-addt-details-main-image-div{
/* 772  */ 	height: 420px;
/* 773  */ }
/* 774  */ .upcp-standard-product-page .prod-cat-addt-details-main-div {
/* 775  */     height: 420px;
/* 776  */     line-height: 0;
/* 777  */     margin-left: 120px;
/* 778  */     text-align: center;
/* 779  */     vertical-align: middle;
/* 780  */     width: 100%;
/* 781  */ }
/* 782  */ .prod-cat-addt-details-main-div a {
/* 783  */   	width: 370px;
/* 784  */ 	height: 340px;
/* 785  */ 	line-height: 0;
/* 786  */ 	text-align: center;
/* 787  */ 	display: table-cell;
/* 788  */ 	vertical-align: middle;
/* 789  */ }
/* 790  */ .prod-cat-addt-details-main {
/* 791  */   	max-width: 100%;
/* 792  */ 	max-height: 100%;
/* 793  */ }
/* 794  */ .upcp-standard-product-page .prod-cat-addt-details-main-div img{
/* 795  */   	min-width: 200px;
/* 796  */   	max-height: 420px;
/* 797  */ }
/* 798  */ .upcp-standard-product-page .prod-cat-addt-details-desc-div {
/* 799  */ 	padding: 20px;
/* 800  */ }

/* catalogue-style.css */

/* 801  */ .upcp-standard-product-page .prod-cat-addt-details-right-div {
/* 802  */ 	padding: 0 10px;
/* 803  */ }
/* 804  */ .upcp-minimal-catalogue {
/* 805  */ 	width: 100%;
/* 806  */ }
/* 807  */ 
/* 808  */ /*.upcp-minimal-width-1 {width:190px;}
/* 809  *| .upcp-minimal-width-2 {width:380px;}
/* 810  *| .upcp-minimal-width-3 {width:570px;}
/* 811  *| .upcp-minimal-width-4 {width:760px;}
/* 812  *| .upcp-minimal-width-5 {width:950px;}
/* 813  *| .upcp-minimal-width-6 {width:1140px;}*/
/* 814  */ 
/* 815  */ .upcp-related-products{
/* 816  */ 	margin-left: -200px;
/* 817  */ }
/* 818  */ .upcp-related-products-title {
/* 819  */ 	font-size: 1.2em;
/* 820  */ 	padding-bottom: 8px;
/* 821  */ }
/* 822  */ .upcp-next-product-title, .upcp-previous-product-title {
/* 823  */ 	font-size: 1.1em;
/* 824  */ 	padding-bottom: 8px;
/* 825  */ }
/* 826  */ .upcp-minimal-product-listing {
/* 827  */ 	width: 115px;
/* 828  */ 	float: left;
/* 829  */ 	padding-right: 10px;
/* 830  */ 	margin: 5px;
/* 831  */ }
/* 832  */ .upcp-minimal-img-div {
/* 833  */ 	height: 115px;
/* 834  */ 	text-align: center;
/* 835  */ 	width:100%;
/* 836  */ }
/* 837  */ .upcp-minimal-img {
/* 838  */ 	max-width: 115px;
/* 839  */ 	max-height: 115px;
/* 840  */ }
/* 841  */ .upcp-minimal-title, .upcp-minimal-price {
/* 842  */ 	text-align: center;
/* 843  */ }
/* 844  */ .upcp-standard-product-page .upcp-product-side-container {
/* 845  */ 	clear:both;
/* 846  */ }
/* 847  */ .upcp-standard-product-page .default-pp-related {
/* 848  */ 	float: none;
/* 849  */ 	width: 100%;
/* 850  */ 	padding: 5px 20px;

/* catalogue-style.css */

/* 851  */ 	margin: 0;
/* 852  */ 	max-width: 100%;
/* 853  */ }
/* 854  */ 
/* 855  */ /************************************************************
/* 856  *| *   DEFAULT Product Page Mobile
/* 857  *| ************************************************************/
/* 858  */ .upcp-standard-product-page-mobile .prod-cat-addt-details-thumbs-div {
/* 859  */ 	overflow: visible;
/* 860  */ 	width: 100%;
/* 861  */ 	height: auto;
/* 862  */ }
/* 863  */ 
/* 864  */ /************************************************************
/* 865  *| *  PRODUCT PAGES
/* 866  *| ************************************************************/
/* 867  */ .upcp-standard-product-page-mobile {
/* 868  */   display: none;
/* 869  */ }
/* 870  */ .upcp-standard-product-page,
/* 871  */ .upcp-custom-large-product-page {
/* 872  */   width: 100%;
/* 873  */ }
/* 874  */ .upcp-standard-product-page *{
/* 875  */ 	box-sizing: border-box;
/* 876  */ }
/* 877  */ 
/* 878  */ .prod-details-right{
/* 879  */ 	max-width: 300px;
/* 880  */ 	float: left;
/* 881  */ 	padding-left: 15px;
/* 882  */ 	margin-top: 10px;
/* 883  */ }
/* 884  */ .upcp-product-side-container {
/* 885  */ 	clear: both;
/* 886  */ }
/* 887  */ .upcp-side-title {
/* 888  */ 	float: left;
/* 889  */ 	padding-right: 10px;
/* 890  */ 	font-weight: 600;
/* 891  */ }
/* 892  */ .upcp-product-video {
/* 893  */ 	margin-top:12px;
/* 894  */ 	margin-bottom: 6px;
/* 895  */ }
/* 896  */ 
/* 897  */ /************************************************************
/* 898  *| *   CUSTOM PRODUCT PAGES
/* 899  *| ************************************************************/
/* 900  */ .gridster ul li {

/* catalogue-style.css */

/* 901  */   list-style-type:none !important;
/* 902  */ }
/* 903  */ 
/* 904  */ .gridster-mobile ul li{
/* 905  */   list-style-type:none !important;
/* 906  */ }
/* 907  */ 
/* 908  */ .prod-page-div {
/* 909  */  list-style-type:none !important;
/* 910  */ }
/* 911  */ 
/* 912  */ .upcp-cpp-title {
/* 913  */   margin:0;
/* 914  */ 	padding:0;
/* 915  */ }
/* 916  */ 
/* 917  */ /************************************************************
/* 918  *| *   TABBED PRODUCT PAGE
/* 919  *| ************************************************************/
/* 920  */ 
/* 921  */ body {
/* 922  */     font-family: inherit, sans-serif;
/* 923  */ }
/* 924  */ .upcp-tabbed-product-page,
/* 925  */ .upcp-tabbed-similar-products-div {
/* 926  */   margin:15px;
/* 927  */ }
/* 928  */ 
/* 929  */ /***************
/* 930  *| BACK BUTTON AREA
/* 931  *| ****************/
/* 932  */ .prod-cat-back-link,
/* 933  */ .upcp-product-page-breadcrumbs {
/* 934  */ 	  font-size: 0.80em;
/* 935  */ 	  padding-bottom: 8px;
/* 936  */ 	  width: 100%;
/* 937  */ }
/* 938  */ .upcp-catalogue-link {
/* 939  */ 	  text-decoration: none;
/* 940  */ }
/* 941  */ 
/* 942  */ /***************
/* 943  *| **IMAGES  AREA**
/* 944  *| ****************/
/* 945  */ .upcp-tabbed-images-container {
/* 946  */ 	float: left;
/* 947  */ 	width: 50%;
/* 948  */   	margin-top: 4em;
/* 949  */   	margin-bottom: 4em;
/* 950  */ }

/* catalogue-style.css */

/* 951  */ .upcp-tabbed-main-image-div {
/* 952  */    	overflow: hidden;
/* 953  */   	border: solid 1px #cac9c9;
/* 954  */   	box-shadow: 0;
/* 955  */   	transition: box-shadow 0.5s;
/* 956  */   	margin: 15px auto;
/* 957  */ }
/* 958  */ 
/* 959  */ .upcp-tabbed-main-image-div:before {
/* 960  */ }
/* 961  */ .upcp-tabbed-main-image-div:hover {
/* 962  */ 	-webkit-box-shadow: 0 0 3px #515151;
/* 963  */ 	-moz-box-shadow: 0 0 3px #515151;
/* 964  */ 	box-shadow: 0 0 3px #515151;
/* 965  */ 	cursor: -webkit-zoom-in;
/* 966  */ 	cursor: -moz-zoom-in;
/* 967  */ 	cursor: zoom-in;
/* 968  */ }
/* 969  */ .upcp-tabbed-main-image-inner {
/* 970  */   display:table;
/* 971  */   text-align: center;
/* 972  */   width:100%;
/* 973  */   height:400px;
/* 974  */ }
/* 975  */ .upcp-tabbed-main-image-inner a{
/* 976  */ 	  display: table-cell;
/* 977  */ }
/* 978  */ 
/* 979  */ .prod-cat-addt-details-link-a{
/* 980  */   line-height: 0;
/* 981  */   text-align: center;
/* 982  */   vertical-align: middle;
/* 983  */   max-height:100%;
/* 984  */   width:100%;
/* 985  */   cursor: default;
/* 986  */ }
/* 987  */ .prod-cat-addt-details-link-a.ewd-ulb-open-lightbox,
/* 988  */ .prod-cat-addt-details-link-a.ewd-ulb-lightbox,
/* 989  */ .prod-cat-addt-details-link-a.ewd-ulb-lightbox-noclick-image {
/* 990  */ 	cursor: pointer;
/* 991  */ }
/* 992  */ 
/* 993  */ .upcp-tabbed-main-image-inner img {
/* 994  */   max-width:400px !important;
/* 995  */   width:auto;
/* 996  */   height:auto;
/* 997  */   max-height:400px !important;
/* 998  */   vertical-align: top;
/* 999  */ }
/* 1000 */ 

/* catalogue-style.css */

/* 1001 */ .upcp-tabbed-image-container,
/* 1002 */ .upcp-tabbed-video-container {
/* 1003 */ 	display: table;
/* 1004 */ 	text-align: center;
/* 1005 */ 	width: 100%;
/* 1006 */ 	height: 400px;
/* 1007 */ }
/* 1008 */ .upcp-tabbed-video-container.upcp-Hide-Item,
/* 1009 */ .upcp-tabbed-image-container.upcp-Hide-Item {
/* 1010 */ 	display: none;
/* 1011 */ }
/* 1012 */ 
/* 1013 */ .upcp-scroll-content {
/* 1014 */   visibility: visible;
/* 1015 */   overflow: hidden;
/* 1016 */   position: relative;
/* 1017 */   z-index: 0;
/* 1018 */   width: 85%;
/* 1019 */   float: left;
/* 1020 */ }
/* 1021 */ 
/* 1022 */ /** Additional Images **/
/* 1023 */ .upcp-scroll-list {
/* 1024 */   margin: 2px;
/* 1025 */   position: relative;
/* 1026 */   z-index: 1;
/* 1027 */   text-align:center;
/* 1028 */ }
/* 1029 */ 
/* 1030 */ .upcp-tabbed-image-thumbs-div {
/* 1031 */   width: 100%;
/* 1032 */   white-space: nowrap;
/* 1033 */   display: block;
/* 1034 */   margin: 0 auto;
/* 1035 */ }
/* 1036 */ 
/* 1037 */ .upcp-tabbed-addt-img-thumbs {
/* 1038 */   width:100px;
/* 1039 */   height:100px;
/* 1040 */   border: solid 1px #cac9c9;
/* 1041 */   margin: 8px;
/* 1042 */   display: inline-block;
/* 1043 */   box-shadow: 0;
/* 1044 */   transition: box-shadow 0.5s;
/* 1045 */ }
/* 1046 */ .upcp-tabbed-addt-img-thumbs:hover {
/* 1047 */   -webkit-box-shadow: 0 0 3px #515151;
/* 1048 */   -moz-box-shadow: 0 0 3px #515151;
/* 1049 */   box-shadow: 0 0 3px #515151;
/* 1050 */ }

/* catalogue-style.css */

/* 1051 */ .upcp-tabbed-addt-img-thumbs a{
/* 1052 */   display: table-cell;
/* 1053 */   height: 100px;
/* 1054 */   line-height: 0;
/* 1055 */   text-align: center;
/* 1056 */   vertical-align: middle;
/* 1057 */   width: 100px;
/* 1058 */ }
/* 1059 */ .upcp-tabbed-addt-img-thumbs img {
/* 1060 */   cursor: pointer;
/* 1061 */   max-width:100px !important;
/* 1062 */   width:auto;
/* 1063 */   height:auto;
/* 1064 */   max-height:100px !important;
/* 1065 */   vertical-align: top;
/* 1066 */ }
/* 1067 */ 
/* 1068 */ .upcp-tabbed-button-div {
/* 1069 */   width:5%;
/* 1070 */   float:left;
/* 1071 */ }
/* 1072 */ .upcp-tabbed-button-left {
/* 1073 */ 	right: 5px;
/* 1074 */ }
/* 1075 */ .upcp-tabbed-button-right {
/* 1076 */ 	left: 5px;
/* 1077 */ }
/* 1078 */ .upcp-tabbed-button-left,
/* 1079 */ .upcp-tabbed-button-right {
/* 1080 */   	float: left;
/* 1081 */     height: 25px;
/* 1082 */     width: 25px;
/* 1083 */     border: 1px;
/* 1084 */     border-radius: 20px;
/* 1085 */   	position: relative;
/* 1086 */   	z-index: 2;
/* 1087 */   	background-color: #C0C0C0;
/* 1088 */   	color: white;
/* 1089 */ 	top: 50px;
/* 1090 */ }
/* 1091 */ .upcp-tabbed-button-left:hover,
/* 1092 */ .upcp-tabbed-button-right:hover {
/* 1093 */ 	background-color: #cac9c9;
/* 1094 */ 	-webkit-transition: background-color 0.5s ease;
/* 1095 */ 	-moz-transition: background-color 0.5s ease;
/* 1096 */ 	-o-transition: background-color 0.5s ease;
/* 1097 */ 	transition: background-color 0.5s ease;
/* 1098 */ }
/* 1099 */ .upcp-tabbed-scrollbar-container {
/* 1100 */ 	margin: 0 auto;

/* catalogue-style.css */

/* 1101 */ }
/* 1102 */ /****************
/* 1103 *| PRODUCT NAME AREA
/* 1104 *| ****************/
/* 1105 */ .upcp-tabbed-main-product-container {
/* 1106 */ 	float: right;
/* 1107 */ 	width: 47%;
/* 1108 */ 	padding-left: 0.5em;
/* 1109 */ 	margin-bottom: 4em;
/* 1110 */ }
/* 1111 */ .upcp-tabbed-main-product-details {
/* 1112 */ }
/* 1113 */ 
/* 1114 */ .upcp-tabbed-product-name {
/* 1115 */ 	font-size: 1.5em;
/* 1116 */ 	text-transform: uppercase;
/* 1117 */ 	border-bottom: solid 2px;
/* 1118 */ }
/* 1119 */ .upcp-tabbed-product-price {
/* 1120 */ 	font-size: 1em;
/* 1121 */ 	text-align: right;
/* 1122 */ }
/* 1123 */ 
/* 1124 */ /***************
/* 1125 *| **TABBED  AREA**
/* 1126 *| ****************/
/* 1127 */ .upcp-tab-break {
/* 1128 */ 	display:block;
/* 1129 */ }
/* 1130 */ 
/* 1131 */ ul#upcp-tabs {
/* 1132 */     margin: 15px 0 0 !important;
/* 1133 */     padding: 0px;
/* 1134 */     overflow: hidden;
/* 1135 */     margin: 0 0 0 0;
/* 1136 */ }
/* 1137 */ .upcp-tabbed-layout-tab {
/* 1138 */     float: left;
/* 1139 */     list-style: none;
/* 1140 */     padding: 10px;
/* 1141 */     background-color: #C0C0C0;
/* 1142 */     margin-right: 1.5px;
/* 1143 */   	cursor: pointer;
/* 1144 */ }
/* 1145 */ .upcp-tabbed-layout-tab a {
/* 1146 */     color: white;
/* 1147 */     font-family: Helvetica;
/* 1148 */     text-decoration: none;
/* 1149 */ }
/* 1150 */ .upcp-tab-slide {

/* catalogue-style.css */

/* 1151 */     display: inline-block;
/* 1152 */     position: relative;
/* 1153 */     margin-bottom: -1.5px;
/* 1154 */ 	text-decoration: none;
/* 1155 */ }
/* 1156 */ .upcp-tab-slide:hover {
/* 1157 */ 	text-decoration: none;
/* 1158 */ }
/* 1159 */ .upcp-tab-slide:after {
/* 1160 */     content: '';
/* 1161 */     display:block;
/* 1162 */     margin: auto;
/* 1163 */     height: 1.5px;
/* 1164 */     width: 0px;
/* 1165 */     background: transparent;
/* 1166 */     transition: width .5s ease, background-color .5s ease;
/* 1167 */ }
/* 1168 */ .upcp-tab-slide:hover:after {
/* 1169 */     width: 100%;
/* 1170 */     background: white;
/* 1171 */ }
/* 1172 */ .upcp-tab-layout-tab-unclicked {
/* 1173 */     background-color: #cac9c9;
/* 1174 */ }
/* 1175 */ #content_wrapper {
/* 1176 */     font-family: Helvetica;
/* 1177 */     width:50%;
/* 1178 */     height:300px;
/* 1179 */     background-color: #FFFFFF;
/* 1180 */     margin:0px;
/* 1181 */     padding:6px;
/* 1182 */     overflow:hidden;
/* 1183 */     border-top: 0.25em solid rgba(0, 44, 105, 1) ;
/* 1184 */ }
/* 1185 */ 
/* 1186 */ .upcp-tabbed-tab {
/* 1187 */     padding: 1em 1em 1em 1em;
/* 1188 */     max-width: 100%;
/* 1189 */     max-height: 100%;
/* 1190 */ 	border: solid 1px #C0C0C0;
/* 1191 */ }
/* 1192 */ .upcp-tabbed-description {
/* 1193 */ 	height: 450px;
/* 1194 */   	overflow-y: auto;
/* 1195 */ }
/* 1196 */ .upcp-tabbed-addtl-info {
/* 1197 */   	height: 450px;
/* 1198 */   	overflow-y: auto;
/* 1199 */ }
/* 1200 */ .upcp-tabbed-contact-form {

/* catalogue-style.css */

/* 1201 */   	min-height: 450px;
/* 1202 */ }
/* 1203 */ .upcp-tabbed-reviews {
/* 1204 */ 	height: 450px;
/* 1205 */   	overflow-y: auto;
/* 1206 */ }
/* 1207 */ div#upcp-tabbed-content div.ewd-urp-review-form label {
/* 1208 */     width: auto;
/* 1209 */ }
/* 1210 */ @keyframes fadein {
/* 1211 */     from {
/* 1212 */         opacity:0;
/* 1213 */     }
/* 1214 */     to {
/* 1215 */         opacity:1;
/* 1216 */     }
/* 1217 */ }
/* 1218 */ @-moz-keyframes fadein { /* Firefox */
/* 1219 */     from {
/* 1220 */         opacity:0;
/* 1221 */     }
/* 1222 */     to {
/* 1223 */         opacity:1;
/* 1224 */     }
/* 1225 */ }
/* 1226 */ @-webkit-keyframes fadein { /* Safari and Chrome */
/* 1227 */     from {
/* 1228 */         opacity:0;
/* 1229 */     }
/* 1230 */     to {
/* 1231 */         opacity:1;
/* 1232 */     }
/* 1233 */ }
/* 1234 */ @-o-keyframes fadein { /* Opera */
/* 1235 */     from {
/* 1236 */         opacity:0;
/* 1237 */     }
/* 1238 */     to {
/* 1239 */         opacity: 1;
/* 1240 */     }
/* 1241 */ }
/* 1242 */ .upcp-hidden {
/* 1243 */     display: none;
/* 1244 */ }
/* 1245 */ .upcp-tab-contact-labels {
/* 1246 */     font-weight: bold;
/* 1247 */     width: 25%;
/* 1248 */     display: inline-block;
/* 1249 */     margin-bottom: 1em;
/* 1250 */ }

/* catalogue-style.css */

/* 1251 */ .upcp-tab-contact-name {
/* 1252 */     text-align: right;
/* 1253 */ }
/* 1254 */ .upcp-contact-name {
/* 1255 */     border: 0.25em solid rgba(0, 44, 105, 1);
/* 1256 */     border-radius: 5px;
/* 1257 */     height: 2em;
/* 1258 */ }
/* 1259 */ .upcp-contact-email {
/* 1260 */     border: 0.25em solid rgba(0, 44, 105, 1);
/* 1261 */     border-radius: 5px;
/* 1262 */     height: 2em;
/* 1263 */ }
/* 1264 */ .upcp-contact-message {
/* 1265 */     border: 0.25em solid rgba(0, 44, 105, 1);
/* 1266 */     border-radius: 5px;
/* 1267 */     width: 50%;
/* 1268 */     height: 10em;
/* 1269 */ }
/* 1270 */ input[type="text"]:focus {
/* 1271 */     background-color: rgba(0, 44, 105, 0.25);
/* 1272 */ }
/* 1273 */ .upcp-tabbed-details {
/* 1274 */ }
/* 1275 */ .upcp-tabbed-description::-webkit-scrollbar {
/* 1276 */   	width: 10px;
/* 1277 */ 	border-radius: 10px;
/* 1278 */ 	background-color: rgba(192,192,192,0.5);
/* 1279 */ }
/* 1280 */ .upcp-tabbed-description::-webkit-scrollbar-thumb {
/* 1281 */ 	border-radius: 10px;
/* 1282 */ 	background-color: #555;
/* 1283 */ }
/* 1284 */ /************************
/* 1285 *| ADDITIONAL INFO AREA
/* 1286 *| ************************/
/* 1287 */ .upcp-tab-title {
/* 1288 */ 	font-weight: bold;
/* 1289 */ 	text-transform: uppercase;
/* 1290 */ }
/* 1291 */ /************************
/* 1292 *| CONTACT FORM AREA
/* 1293 *| ************************/
/* 1294 */ .wpcf7-form input[type="text"],
/* 1295 */ .wpcf7-form input[type="email"],
/* 1296 */ .wpcf7-form input[type="textarea"] {
/* 1297 */ 	   width: 85%;
/* 1298 */   	display: block;
/* 1299 */   	position: relative;
/* 1300 */     margin:5px 0;

/* catalogue-style.css */

/* 1301 */ }
/* 1302 */ .wpcf7-form textarea {
/* 1303 */   resize: none;
/* 1304 */   width:85% !important;
/* 1305 */   height:70px !important;
/* 1306 */   margin:5px 0;
/* 1307 */ }
/* 1308 */ /************************
/* 1309 *| RELATED PRODUCTS AREA
/* 1310 *| ************************/
/* 1311 */ .upcp-related-products-title {
/* 1312 */ 	border-bottom: solid 2px;
/* 1313 */ 	margin-bottom: 1em;
/* 1314 */   	text-transform: uppercase;
/* 1315 */   	font-family: inherit;
/* 1316 */ }
/* 1317 */ .upcp-related-products {
/* 1318 */   	width: 100%;
/* 1319 */ 	margin-left: 0 !important;
/* 1320 */   	display: inline-block;
/* 1321 */ }
/* 1322 */ .upcp-tabbed-similar-products-div {
/* 1323 */ 	clear:both;
/* 1324 */ }
/* 1325 */ .upcp-minimal-product-listing {
/* 1326 */ 	text-align: inherit !important;
/* 1327 */ 	/*width: 18% !important;*/
/* 1328 */ 	padding-right: 0px !important;
/* 1329 */ 	display: inline-block;
/* 1330 */ }
/* 1331 */ .upcp-minimal-img-div {
/* 1332 */ 	height: 100px;
/* 1333 */ 	width: 100px;
/* 1334 */ 	border: solid 1px rgba(192,192,192,0.5);
/* 1335 */ 	text-align: inherit;
/* 1336 */ 	margin: 0 auto;
/* 1337 */ }
/* 1338 */ .upcp-minimal-img {
/* 1339 */    max-height: 100% !important;
/* 1340 */     max-width: 100% !important;
/* 1341 */     padding: 2px;
/* 1342 */ }
/* 1343 */ .upcp-minimal-title{
/* 1344 */ 	width: 100%;
/* 1345 */   	margin-top: 1em;
/* 1346 */ }
/* 1347 */ /************************
/* 1348 *| Smaller window appearance
/* 1349 *| *************************/
/* 1350 */ @media screen and (min-width: 1000px) {

/* catalogue-style.css */

/* 1351 */ 	.upcp-minimal-product-listing {width:180px;}
/* 1352 */ }
/* 1353 */ @media screen and (max-width: 700px) {
/* 1354 */ 	.upcp-tabbed-images-container {width:100%; margin:1em 0;}
/* 1355 */ 	.upcp-tabbed-main-image-inner img{width:100% !important;}
/* 1356 */ 	.upcp-tabbed-main-product-container {width:100%;}
/* 1357 */   	.upcp-tabbed-description {height: 250px;}
/* 1358 */ 	.upcp-tabbed-addtl-info {height: 250px;}
/* 1359 */ 	.upcp-tabbed-image-thumbs-div {margin: 0 auto;}
/* 1360 */ }
/* 1361 */ @media screen and (max-width: 550px) {
/* 1362 */ }
/* 1363 */ @media screen and (max-width: 275px) {
/* 1364 */ 	.upcp-scroll-content {width: 50%;}
/* 1365 */ }
/* 1366 */ @media only screen and (max-device-width: 720px) {
/* 1367 */ }
/* 1368 */ 
/* 1369 */ 
/* 1370 */ /************************************************************
/* 1371 *| *   PAGINATION
/* 1372 *| ************************************************************/
/* 1373 */ .catalogue-nav {
/* 1374 */     margin: 6px 6px 18px 12px;
/* 1375 */     font-family:sans-serif;
/* 1376 */ }
/* 1377 */ 
/* 1378 */ .catalogue-nav a {
/* 1379 */     font-size: 16px;
/* 1380 */     font-weight: 400;
/* 1381 */     margin-left: 3px;
/* 1382 */     margin-right: 3px;
/* 1383 */     padding: 0 10px 3px;
/* 1384 */     text-decoration: none;
/* 1385 */ }
/* 1386 */ 
/* 1387 */ .paging-input,
/* 1388 */ .pagination-links {
/* 1389 */ 	margin:0 5px;
/* 1390 */ }
/* 1391 */ /************************Backgrounds*************************/
/* 1392 */ 
/* 1393 */ .upcp-cat-nav-bg-light a{
/* 1394 */    background:#fafafa  none repeat scroll 0 0;
/* 1395 */ }
/* 1396 */ 
/* 1397 */ .upcp-cat-nav-bg-light a:hover {
/* 1398 */     background: #eeeeee;
/* 1399 */     font-weight:bold;
/* 1400 */ }

/* catalogue-style.css */

/* 1401 */ .upcp-cat-nav-bg-light.upcp-cat-nav-gradient a:hover {
/* 1402 */     background: #fafafa;
/* 1403 */     background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e6e6e6), to(#ffffff));
/* 1404 */     background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #fafafa);
/* 1405 */ }
/* 1406 */ 
/* 1407 */ .upcp-cat-nav-bg-dark a{
/* 1408 */     background: #474747 none repeat scroll 0 0;
/* 1409 */ }
/* 1410 */ 
/* 1411 */ .upcp-cat-nav-bg-dark a:hover {
/* 1412 */     background:rgba(71, 71, 71, 0.65);
/* 1413 */     font-weight:bold;
/* 1414 */ }
/* 1415 */ 
/* 1416 */ .upcp-cat-nav-bg-dark.upcp-cat-nav-gradient a:hover {
/* 1417 */     background: #474747;
/* 1418 */     background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#474747), to(#8f8f8f));
/* 1419 */     background: -moz-linear-gradient(0% 0% 270deg,#474747, #8f8f8f);
/* 1420 */ }
/* 1421 */ 
/* 1422 */ 
/* 1423 */ /************************Borders, Shadow*************************/
/* 1424 */ .upcp-cat-nav-border-black a{
/* 1425 */      border: solid 1px #000000;
/* 1426 */     border-radius:2px;
/* 1427 */     -moz-border-radius: 2px;
/* 1428 */     -khtml-border-radius: 2px;
/* 1429 */ }
/* 1430 */ .upcp-cat-nav-border-blue a{
/* 1431 */      border: solid 1px #80bee1;
/* 1432 */     border-radius:2px;
/* 1433 */     -moz-border-radius: 2px;
/* 1434 */     -khtml-border-radius: 2px;
/* 1435 */ }
/* 1436 */ .upcp-cat-nav-border-grey a{
/* 1437 */     border: solid 1px #c0c0c0;
/* 1438 */     border-radius:2px;
/* 1439 */     -moz-border-radius: 2px;
/* 1440 */     -khtml-border-radius: 2px;
/* 1441 */ }
/* 1442 */ 
/* 1443 */ .upcp-cat-nav-shadow a{
/* 1444 */     box-shadow: inset 0px 0.5px 0px rgba(255,255,255, 1), 1px 1px 3px rgba(0,0,0, .3);
/* 1445 */     text-shadow: 0px 1px 0px rgba(255,255,255, 1);
/* 1446 */ }
/* 1447 */ 
/* 1448 */ /************************Text*************************/
/* 1449 */ 
/* 1450 */ .upcp-cat-nav-font-black a, .cat-nav-font-black:link a, .cat-nav-font-black:visited a{

/* catalogue-style.css */

/* 1451 */     color: #000000;
/* 1452 */     text-decoration: none;
/* 1453 */ }
/* 1454 */ 
/* 1455 */ .upcp-cat-nav-font-blue a, .cat-nav-font-blue:link a, .cat-nav-font-blue:visited a {
/* 1456 */     color: #38b3fa;
/* 1457 */     text-decoration: none;
/* 1458 */ }
/* 1459 */ 
/* 1460 */ .upcp-cat-nav-font-grey a, .cat-nav-font-grey:link a, .cat-nav-font-grey:visited a{
/* 1461 */     color: #999999;
/* 1462 */     text-decoration: none;
/* 1463 */ }
/* 1464 */ 
/* 1465 */ .catalogue-nav a.disabled {
/* 1466 */     color: #aaaaaa;
/* 1467 */ }
/* 1468 */ 
/* 1469 */ 
/* 1470 */ 
/* 1471 */ /************************
/* 1472 *| category overview mode
/* 1473 *| *************************/
/* 1474 */ .upcp-overview-mode-item {
/* 1475 */   position: relative;
/* 1476 */   float: left;
/* 1477 */   width: 240px;
/* 1478 */   height: auto;
/* 1479 */   margin-right: 32px;
/* 1480 */ }
/* 1481 */ .upcp-overview-mode-image {
/* 1482 */   position: relative;
/* 1483 */   float: left;
/* 1484 */   width: 100%;
/* 1485 */   height: auto;
/* 1486 */ }
/* 1487 */ .upcp-overview-mode-image img {
/* 1488 */   position: relative;
/* 1489 */   float: left;
/* 1490 */   width: 100%;
/* 1491 */   height: auto;
/* 1492 */ }
/* 1493 */ .upcp-overview-mode-title {
/* 1494 */   position: absolute;
/* 1495 */   bottom: 0;
/* 1496 */   left: 0;
/* 1497 */   width: 100%;
/* 1498 */   height: auto;
/* 1499 */   padding: 14px 0;
/* 1500 */   background: #111;

/* catalogue-style.css */

/* 1501 */   background: rgba(0,0,0,.75);
/* 1502 */   color: #fff;
/* 1503 */   text-align: center;
/* 1504 */   transition: background .35s;
/* 1505 */ }
/* 1506 */ .upcp-overview-mode-item:hover .upcp-overview-mode-title {
/* 1507 */   background: #111;
/* 1508 */   background: rgba(0,0,0,1);
/* 1509 */ }
/* 1510 */ 
/* 1511 */ 
/* 1512 */ 
/* 1513 */ /************************
/* 1514 *| category images
/* 1515 *| *************************/
/* 1516 */ .prod-cat-category-label {
/* 1517 */   clear: both;
/* 1518 */   position: relative;
/* 1519 */   float: none;
/* 1520 */   display: block;
/* 1521 */   width: 100%;
/* 1522 */   height: auto;
/* 1523 */   margin: 20px 0;
/* 1524 */   overflow: hidden;
/* 1525 */ }
/* 1526 */ .prod-cat-category-label .upcp-category-main-img {
/* 1527 */   clear: both;
/* 1528 */   position: relative;
/* 1529 */   float: none;
/* 1530 */   display: block;
/* 1531 */   width: 240px;
/* 1532 */   height: auto;
/* 1533 */   margin-left: 50%;
/* 1534 */   right: 120px;
/* 1535 */ }
/* 1536 */ .prod-cat-category-label .prod-cat-category-name {
/* 1537 */   clear: both;
/* 1538 */   position: relative;
/* 1539 */   float: none;
/* 1540 */   width: 100%;
/* 1541 */   height: auto;
/* 1542 */   margin-top: 16px;
/* 1543 */   padding: 14px 0;
/* 1544 */   text-align: center;
/* 1545 */ }
/* 1546 */ .prod-cat-category-label .prod-cat-category-name.blockCatHeading {
/* 1547 */   background: #111;
/* 1548 */   background: rgba(0,0,0,.75);
/* 1549 */   color: #fff;
/* 1550 */ }

/* catalogue-style.css */

/* 1551 */ 
/* 1552 */ 
/* 1553 */ /************************
/* 1554 *| sidebar category images
/* 1555 *| *************************/
/* 1556 */ .upcp-subcategory-img-div, .upcp-category-img-div {
/* 1557 */   clear: both;
/* 1558 */   position: relative;
/* 1559 */   float: none;
/* 1560 */   display: block;
/* 1561 */   width: 100%;
/* 1562 */   height: auto;
/* 1563 */ }
/* 1564 */ .upcp-subcategory-img-div img, .upcp-category-img-div img {
/* 1565 */   position: relative;
/* 1566 */   float: none;
/* 1567 */   width: 50%;
/* 1568 */   height: auto;
/* 1569 */   margin: 0 0 8px;
/* 1570 */ }
/* 1571 */ 
/* 1572 */ 
/* 1573 */ 
/* 1574 */ /************************
/* 1575 *| product comparison
/* 1576 *| *************************/
/* 1577 */ .upcp-product-comparison-button,
/* 1578 */ .upcp-sale-flag {
/* 1579 */   position: absolute;
/* 1580 */   right: -50px;
/* 1581 */   top: -50px;
/* 1582 */   width: 100px;
/* 1583 */   height: 100px;
/* 1584 */   background: green;
/* 1585 */   color: #fff;
/* 1586 */   z-index: 5;
/* 1587 */   -webkit-transform: rotate(45deg);
/* 1588 */   -moz-transform: rotate(45deg);
/* 1589 */   -ms-transform: rotate(45deg);
/* 1590 */   transform: rotate(45deg);
/* 1591 */ }
/* 1592 */ .detail-display .upcp-product-comparison-button, .detail-display .upcp-sale-flag, .list-display .upcp-product-comparison-button, .list-display .upcp-sale-flag {
/* 1593 */   -webkit-transform: rotate(-45deg);
/* 1594 */   -moz-transform: rotate(-45deg);
/* 1595 */   -ms-transform: rotate(-45deg);
/* 1596 */   transform: rotate(-45deg);
/* 1597 */   right: auto;
/* 1598 */   left: -50px;
/* 1599 */ }
/* 1600 */ .upcp-product-comparison-button {

/* catalogue-style.css */

/* 1601 */ 	cursor: pointer;
/* 1602 */ }
/* 1603 */ .upcp-product-comparison-button.comparisonClicked {
/* 1604 */ 	background: blue;
/* 1605 */ }
/* 1606 */ .upcp-product-comparison-button span.compareSpan,
/* 1607 */ .upcp-sale-flag span.saleSpan {
/* 1608 */   position: absolute;
/* 1609 */   bottom: 8px;
/* 1610 */   left: 0;
/* 1611 */   text-align: center;
/* 1612 */   width: 100%;
/* 1613 */   font-size: 12px;
/* 1614 */ }
/* 1615 */ 
/* 1616 */ .upcp-prod-comp-submit-instructions {
/* 1617 */   margin-top: 20px;
/* 1618 */   padding: 16px;
/* 1619 */   border: 1px solid #555;
/* 1620 */ }
/* 1621 */ 
/* 1622 */ .upcp-product-comparison-div {
/* 1623 */   margin-top: 32px;
/* 1624 */   text-align: center;
/* 1625 */ }
/* 1626 */ .upcp-pc-half {
/* 1627 */   position: relative;
/* 1628 */   float: left;
/* 1629 */   width: 45%;
/* 1630 */   margin-right: 10%;
/* 1631 */ }
/* 1632 */ .upcp-pc-half:nth-of-type(2n+2) {
/* 1633 */   margin-right: 0;
/* 1634 */ }
/* 1635 */ .upcp-pc-third {
/* 1636 */   position: relative;
/* 1637 */   float: left;
/* 1638 */   width: 29.333333%;
/* 1639 */   margin-right: 6%;
/* 1640 */ }
/* 1641 */ .upcp-pc-third:nth-of-type(3n+5) {
/* 1642 */   margin-right: 0;
/* 1643 */ }
/* 1644 */ 
/* 1645 */ .upcp-product-comparison-image {
/* 1646 */   clear: both;
/* 1647 */   position: relative;
/* 1648 */   float: left;
/* 1649 */   width: 100%;
/* 1650 */   height: 220px;

/* catalogue-style.css */

/* 1651 */   margin: 20px 0 0;
/* 1652 */   overflow: hidden;
/* 1653 */ }
/* 1654 */ .upcp-product-comparison-image img {
/* 1655 */   position: relative;
/* 1656 */   float: left;
/* 1657 */   width: 100% !important;
/* 1658 */   height: auto;
/* 1659 */   max-height: none !important;
/* 1660 */ }
/* 1661 */ 
/* 1662 */ .upcp-product-comparison-title {
/* 1663 */   height: 64px;
/* 1664 */   font-weight: bold;
/* 1665 */   font-size: 2em;
/* 1666 */ }
/* 1667 */ 
/* 1668 */ .upcp-pc-field {
/* 1669 */   clear: both;
/* 1670 */   position: relative;
/* 1671 */   float: left;
/* 1672 */   width: 100%;
/* 1673 */ }
/* 1674 */ .upcp-pc-label, .upcp-pc-value {
/* 1675 */   padding: 10px 0;
/* 1676 */ }
/* 1677 */ .upcp-pc-value {
/* 1678 */   height: 28px;
/* 1679 */ }
/* 1680 */ .upcp-product-comparison-subcategory-value.upcp-pc-value, .upcp-product-comparison-category-value.upcp-pc-value {
/* 1681 */   height: 28px;
/* 1682 */ }
/* 1683 */ .upcp-product-comparison-price {
/* 1684 */   background: #34ADCF;
/* 1685 */   color: #fff;
/* 1686 */   font-size: 1.35em;
/* 1687 */   padding: 20px 0;
/* 1688 */ }
/* 1689 */ .upcp-pc-label {
/* 1690 */   background: #aaa;
/* 1691 */   color: #fff;
/* 1692 */ }
/* 1693 */ 
/* 1694 */ @media screen and (max-width: 1280px) {
/* 1695 */   .upcp-pc-third .upcp-product-comparison-image {
/* 1696 */     height: 150px;
/* 1697 */   }
/* 1698 */ }
/* 1699 */ @media screen and (max-width: 900px) {
/* 1700 */   .upcp-pc-third .upcp-product-comparison-image {

/* catalogue-style.css */

/* 1701 */     height: 100px;
/* 1702 */   }
/* 1703 */   .upcp-pc-half .upcp-product-comparison-image {
/* 1704 */     height: 150px;
/* 1705 */   }
/* 1706 */ }
/* 1707 */ @media screen and (max-width: 768px) {
/* 1708 */   .upcp-pc-third {
/* 1709 */     width: 45%;
/* 1710 */     margin-right: 10%;
/* 1711 */   }
/* 1712 */   .upcp-pc-third:nth-of-type(3n+5) {
/* 1713 */     margin-right: 10%;
/* 1714 */   }
/* 1715 */   .upcp-pc-third:nth-of-type(2n+2) {
/* 1716 */     margin-right: 0;
/* 1717 */   }
/* 1718 */   .upcp-product-comparison-image {
/* 1719 */     height: 150px;
/* 1720 */   }
/* 1721 */ }
/* 1722 */ @media screen and (max-width: 600px) {
/* 1723 */   .upcp-product-comparison-image {
/* 1724 */     height: 100px !important;
/* 1725 */   }
/* 1726 */ }
/* 1727 */ @media screen and (max-width: 480px) {
/* 1728 */   .upcp-pc-third, .upcp-pc-half {
/* 1729 */     width: 100%;
/* 1730 */     margin-right: 0;
/* 1731 */   }
/* 1732 */   .upcp-product-comparison-image {
/* 1733 */     height: 150px !important;
/* 1734 */   }
/* 1735 */ }
/* 1736 */ 
/* 1737 */ 
/* 1738 */ /************************
/* 1739 *| sale prices
/* 1740 *| *************************/
/* 1741 */ .price ins {
/* 1742 */ 	padding: 0;
/* 1743 */ 	text-decoration: none;
/* 1744 */ }
/* 1745 */ span.amount {
/* 1746 */ 	display: block;
/* 1747 */ 	line-height: 1.1em;
/* 1748 */ }
/* 1749 */ del span.amount {
/* 1750 */ 	opacity: 0.5;

/* catalogue-style.css */

/* 1751 */ }
/* 1752 */ 
/* 1753 */ 
/* 1754 */ /************************
/* 1755 *| lightbox mode
/* 1756 *| *************************/
/* 1757 */ #upcp-lightbox-background-div,
/* 1758 */ #upcp-lightbox-div {
/* 1759 */ 	display: none;
/* 1760 */ }
/* 1761 */ #upcp-lightbox-background-div {
/* 1762 */ 	position: fixed;
/* 1763 */ 	top: 0;
/* 1764 */ 	left: 0;
/* 1765 */ 	z-index: 1000;
/* 1766 */ 	width: 100%;
/* 1767 */ 	height: 100%;
/* 1768 */ 	opacity: 0.85;
/* 1769 */ 	background: #333;
/* 1770 */ }
/* 1771 */ #upcp-lightbox-div {
/* 1772 */ 	position: fixed;
/* 1773 */ 	left: 0;
/* 1774 */ 	top: 0;
/* 1775 */ 	width: 80%;
/* 1776 */ 	height: 70%;
/* 1777 */ 	margin: 8% 10%;
/* 1778 */ 	opacity: 1;
/* 1779 */ 	z-index: 1001;
/* 1780 */ 	overflow: hidden;
/* 1781 */ }
/* 1782 */ 
/* 1783 */ #upcp-lightbox-div-img-contatiner {
/* 1784 */ 	position: relative;
/* 1785 */ 	float: left;
/* 1786 */ 	width: 100%;
/* 1787 */ 	height: auto;
/* 1788 */ 	overflow: hidden;
/* 1789 */ }
/* 1790 */ #upcp-lightbox-div-img {
/* 1791 */ 	position: relative;
/* 1792 */ 	float: left;
/* 1793 */ 	width: 100%;
/* 1794 */ }
/* 1795 */ #upcp-lightbox-text-div {
/* 1796 */ 	position: absolute;
/* 1797 */ 	bottom: 0;
/* 1798 */ 	left: 0;
/* 1799 */ 	min-height: 100px;
/* 1800 */ 	width: 100%;

/* catalogue-style.css */

/* 1801 */ 	padding: 14px 0;
/* 1802 */ 	background: #111;
/* 1803 */ 	background: rgba(1,1,1,.8);
/* 1804 */ }
/* 1805 */ #upcp-lightbox-text-div-inner {
/* 1806 */ 	position: relative;
/* 1807 */ 	float: left;
/* 1808 */ 	padding: 0 16px;
/* 1809 */ 	color: #fff;
/* 1810 */ }
/* 1811 */ #upcp-lightbox-title-div {
/* 1812 */ 	font-size: 1.5em;
/* 1813 */ }
/* 1814 */ #upcp-lightbox-price-div {
/* 1815 */ 	font-size: 1em;
/* 1816 */ }
/* 1817 */ #upcp-lightbox-description-div {
/* 1818 */ 	font-size: 1em;
/* 1819 */ }
/* 1820 */ #upcp-lightbox-link-container-div a {
/* 1821 */ 	font-size: 1.1em;
/* 1822 */ }
/* 1823 */ 
/* 1824 */ .upcp-lightbox-mode {
/* 1825 */ 	cursor: pointer;
/* 1826 */ }
/* 1827 */ 
/* 1828 */ /* make links not clickable */
/* 1829 */ .disableLink {
/* 1830 */ 	cursor: default;
/* 1831 */ 	pointer-events: none;
/* 1832 */ }
/* 1833 */ 
/* 1834 */ #upcp-lightbox-div {
/* 1835 */ height: 80vh;
/* 1836 */ margin: 10vh 10%;
/* 1837 */ }
/* 1838 */ #upcp-lightbox-div-img-contatiner {
/* 1839 */ height: 100%;
/* 1840 */ }
/* 1841 */ #upcp-lightbox-div-img {
/* 1842 */ position: relative;
/* 1843 */ float: none;
/* 1844 */ width: auto;
/* 1845 */ height: auto;
/* 1846 */ max-width: 100%;
/* 1847 */ max-height: 100%;
/* 1848 */ display: block;
/* 1849 */ margin: 0 auto;
/* 1850 */ }

/* catalogue-style.css */

/* 1851 */ 
/* 1852 */ /************************
/* 1853 *| In-Catalog Ratings
/* 1854 *| *************************/
/* 1855 */ .upcp-urp-review-score {
/* 1856 */ 	clear: both;
/* 1857 */ 	display: block;
/* 1858 */   position: relative;
/* 1859 */ 	width: auto;
/* 1860 */   min-width: 100px;
/* 1861 */ 	margin-bottom: 16px;
/* 1862 */ }
/* 1863 */ .thumb-display .upcp-urp-review-score {
/* 1864 */   margin-left: 50%;
/* 1865 */   right: 50px;
/* 1866 */ }
/* 1867 */ 
/* 1868 */ 
/* 1869 */ /************************
/* 1870 *| Inquiry Form
/* 1871 *| ************************/
/* 1872 */ .upcp-inquire-button,
/* 1873 */ .upcp-wc-cart-button {
/* 1874 */ 	cursor: pointer;
/* 1875 */ }
/* 1876 */ .upcp-inquire-div,
/* 1877 */ .upcp-wc-cart-div {
/* 1878 */ 	position: fixed;
/* 1879 */ 	top: 0px;
/* 1880 */ 	right: 0px;
/* 1881 */ 	background: #FFFFFF;
/* 1882 */ 	border: 1px #38b3fa solid;
/* 1883 */ 	border-radius: 8px;
/* 1884 */ 	padding: 12px;
/* 1885 */ 	margin-top: -8px;
/* 1886 */ 	margin-right: -8px;
/* 1887 */ 	text-align: center;
/* 1888 */ 	z-index: 100;
/* 1889 */ }
/* 1890 */ .upcp-clear-cart {
/* 1891 */ 	font-style: italic;
/* 1892 */ 	cursor: pointer;
/* 1893 */ 	font-size: 0.8em;
/* 1894 */ }
/* 1895 */ .upcp-cart-item-count-html {
/* 1896 */ 	font-style: italic;
/* 1897 */ 	font-size: 0.8em;
/* 1898 */ }
/* 1899 */ 
/* 1900 */ /************************************************************************************

/* catalogue-style.css *|

/* 1901 *| * FONTS
/* 1902 *| ************************************************************************************/
/* 1903 */ 
/* 1904 */ @font-face { /* declare fonts */
/* 1905 */   font-family: 'ewd-details';
/* 1906 */   src: url("wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-details.eot");
/* 1907 */     src: url('wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-details.woff') format('woff2'),
/* 1908 */          url('wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-details.woff') format('woff'),
/* 1909 */          url("wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-details.ttf") format("truetype"),
/* 1910 */     url("wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-details.svg") format("svg");
/* 1911 */     font-weight: normal;
/* 1912 */     font-style: normal;
/* 1913 */ }
/* 1914 */ 
/* 1915 */ .upcp-details-icon {
/* 1916 */   font-family: 'ewd-details';
/* 1917 */   font-size: 1.3em;
/* 1918 */   color: #1b8be0;
/* 1919 */   display: inline-block;
/* 1920 */   float: left;
/* 1921 */ }
/* 1922 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home3/fcart/public_html
currentDir : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css

file-relative URI  : ../images/details_icon.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/../images/details_icon.png
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/../images/details_icon.png
traversals removed : /wp-content/plugins/ultimate-product-catalogue/images/details_icon.png

file-relative URI  : ../images/details_icon.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/../images/details_icon.png
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/../images/details_icon.png
traversals removed : /wp-content/plugins/ultimate-product-catalogue/images/details_icon.png

*/

/* catalogue-style-mobile.css */

/* 1   */ /********************************************
/* 2   *| * 
/* 3   *| ********************************************/
/* 4   */ @media only screen and (max-width: 670px) {
/* 5   */   .upcp-standard-product-page,
/* 6   */     .upcp-custom-large-product-page {
/* 7   */       display: none;
/* 8   */     }
/* 9   */     .upcp-standard-product-page-mobile {
/* 10  */       display: inline;
/* 11  */         width: 100%;
/* 12  */     }
/* 13  */ }
/* 14  */ 
/* 15  */ 
/* 16  */ /********************************************
/* 17  *| SIDEBAR - HEADER VIEW
/* 18  *| *********************************************/
/* 19  */ @media only screen and (max-width:715px) {
/* 20  */ 
/* 21  */ .prod-cat-inner {
/* 22  */ position:relative;
/* 23  */ width:100%;
/* 24  */ }
/* 25  */ 
/* 26  */ .prod-cat-sidebar {
/* 27  */ clear:both;
/* 28  */ width:100%;
/* 29  */ max-height:auto;
/* 30  */ max-width: none;
/* 31  */ z-index: 99999;
/* 32  */ right:0;
/* 33  */ }
/* 34  */  .prod-cat-sidebar > form > div {
/* 35  */     margin: 5px 15px;
/* 36  */ }        
/* 37  */ .prod-cat-sidebar-category-content div, .prod-cat-sidebar-subcategory-content div, .prod-cat-sidebar-content-tag div, .prod-cat-cf-sidebar-option div {
/* 38  */     max-width: 100%;
/* 39  */ }
/* 40  */     
/* 41  */ .prod-cat-sidebar-category-title,
/* 42  */ .prod-cat-sidebar-subcategory-title,
/* 43  */ .prod-cat-tag-sidebar-title, .prod-cat-cf-sidebar-title  {
/* 44  */ padding: 5px;
/* 45  */ }
/* 46  */     
/* 47  */ .prod-cat-sidebar-cat-title{
/* 48  */     clear:both;
/* 49  */     width:100%;
/* 50  */ }

/* catalogue-style-mobile.css */

/* 51  */ .prod-cat-sidebar-content{
/* 52  */     width:100%;
/* 53  */ }
/* 54  */ 
/* 55  */ .prod-cat-sidebar-content div{
/* 56  */     padding: 5px;
/* 57  */     display: inline-block;
/* 58  */ }
/* 59  */ .prod-cat-sidebar-content div.ui-slider {
/* 60  */     display: block;
/* 61  */ }
/* 62  */ 
/* 63  */ .prod-cat-cf-sidebar-title {
/* 64  */ }
/* 65  */ .prod-cat-sidebar-cf{
/* 66  */ width:100%;
/* 67  */ }
/* 68  */ .prod-cat-cf-sidebar-option div{
/* 69  */     float:left;
/* 70  */     margin:5px 5px 0;
/* 71  */ }
/* 72  */ .prod-cat-sidebar-category,
/* 73  */ .prod-cat-sidebar-subcategory,
/* 74  */ .prod-cat-sidebar-tag,
/* 75  */ .prod-cat-sidebar-cf-value-div{
/* 76  */  padding: 0 4px;
/* 77  */ }
/* 78  */ .prod-cat-sort-by, 
/* 79  */   .prod-cat-text-search{
/* 80  */       margin-left:5px;
/* 81  */   }.
/* 82  */ .styled-input {
/* 83  */    width: 85%;
/* 84  */     min-width:140px;
/* 85  */ }
/* 86  */ .styled-select select {
/* 87  */     width:auto;
/* 88  */ }
/* 89  */ .styled-input input[type="text"] {
/* 90  */  width:90%;
/* 91  */ }
/* 92  */ .displaying-num {
/* 93  */     display: inline-block;
/* 94  */ }
/* 95  */ .prod-cat-sidebar .styled-input {
/* 96  */     width: 100%;    
/* 97  */ }
/* 98  */ .prod-cat-sidebar-content .subcat-collapsible {
/* 99  */     width:100%;
/* 100 */     padding: 0;

/* catalogue-style-mobile.css */

/* 101 */ }
/* 102 */ .prod-cat-sidebar-content .prod-sidebar-checkbox-block {
/* 103 */     display: block;
/* 104 */     width: 100%;
/* 105 */ }
/* 106 */ .prod-cat-subcat-collapsible .prod-cat-sidebar-category,
/* 107 */ .prod-cat-subcat-collapsible  .prod-cat-sidebar-subcategory{
/* 108 */     display: block;
/* 109 */     width: 100%;
/* 110 */ }
/* 111 */ }
/* 112 */ /************************************************************
/* 113 *| *  DETAILS VIEW - NARROW
/* 114 *| ************************************************************/
/* 115 */ @media only screen and (max-width: 1050px) and (min-width:520px) {
/* 116 */ .upcp-detail-item {
/* 117 */     width: 100%;
/* 118 */ }
/* 119 */ .upcp-detail-image-div {
/* 120 */     width: 35% !important;
/* 121 */     height:200px !important;
/* 122 */ }
/* 123 */ .upcp-detail-image-div a {
/* 124 */     width:100%;
/* 125 */     height:200px;
/* 126 */     line-height: 0;
/* 127 */ }
/* 128 */ div.upcp-detail-image-div img {
/* 129 */     width:100%;
/* 130 */     height:auto;
/* 131 */ }
/* 132 */ 
/* 133 */ .upcp-detail-image {
/* 134 */ }
/* 135 */ .upcp-mid-detail-div{    
/* 136 */ }
/* 137 */ .upcp-end-detail-div {
/* 138 */     width:15%;
/* 139 */ }
/* 140 */ }
/* 141 */ 
/* 142 */ 
/* 143 */ /************************************************************
/* 144 *| *  LIST VIEW - NARROW
/* 145 *| ************************************************************/
/* 146 */ @media only screen and (max-width: 1200px) and (min-width:481px) {
/* 147 */ 
/* 148 */ .upcp-list-item {
/* 149 */     width:100%;
/* 150 */     margin-left:5%;

/* catalogue-style-mobile.css */

/* 151 */     margin-top:10px;
/* 152 */ }
/* 153 */ .upcp-list-details {
/* 154 */ 
/* 155 */     }
/* 156 */ .upcp-list-image-div {
/* 157 */     margin-top:10px;
/* 158 */     width: 30%;
/* 159 */ }
/* 160 */ 
/* 161 */ .upcp-list-desc {
/* 162 */     margin:0 5px;
/* 163 */     float:left;
/* 164 */     min-height:150px;   
/* 165 */     width:55%;
/* 166 */     max-width:none;
/* 167 */     overflow:auto;
/* 168 */ }
/* 169 */ .upcp-list-details-link {
/* 170 */   background: url("wp-content/plugins/ultimate-product-catalogue/images/details_icon.png");
/* 171 */     background-repeat: no-repeat;
/* 172 */     background-position: center right;
/* 173 */     color: #50a3d1;
/* 174 */     height: 40px;
/* 175 */     float: left;
/* 176 */     padding:0 15px;
/* 177 */ }
/* 178 */ 
/* 179 */ }
/* 180 */ 
/* 181 */ 
/* 182 */ /************************************************************
/* 183 *| *  THUMBNAIL VIEW - MOBILE
/* 184 *| ************************************************************/
/* 185 */ @media only screen and (max-width: 480px){
/* 186 */ .upcp-thumb-item {
/* 187 */     float:none;
/* 188 */     margin:15px auto !important;
/* 189 */     min-height:300px;
/* 190 */     min-width:80px;
/* 191 */     width:100% !important;
/* 192 */ }
/* 193 */ .upcp-thumb-image-div{
/* 194 */     width:100%;
/* 195 */     margin: 0;
/* 196 */ }
/* 197 */ .upcp-thumb-image-div a {
/* 198 */     display: table-cell;
/* 199 */     width:97%;
/* 200 */     margin: 0 auto;

/* catalogue-style-mobile.css */

/* 201 */ }
/* 202 */ 
/* 203 */ div.upcp-thumb-image-div img {
/* 204 */     max-width: 180px !important;
/* 205 */     margin: 0 auto;
/* 206 */ }
/* 207 */ .upcp-thumb-price {
/* 208 */     width:45%;
/* 209 */     min-width:81px;
/* 210 */ }
/* 211 */ .upcp-thumb-details-link {
/* 212 */ float:left;
/* 213 */ width:42%;
/* 214 */ margin-left:6px;
/* 215 */ min-width:80px;
/* 216 */ }
/* 217 */ }
/* 218 */ 
/* 219 */ /************************************************************
/* 220 *| *  LIST VIEW - MOBILE
/* 221 *| ************************************************************/
/* 222 */ @media only screen and (max-width: 480px){
/* 223 */ .upcp-list-item {
/* 224 */     width:100%;
/* 225 */     margin: 0 15px;
/* 226 */ }
/* 227 */ .upcp-list-category {
/* 228 */     margin: 15px;
/* 229 */ }
/* 230 */ .upcp-list-details {
/* 231 */     max-width:100%;
/* 232 */     }
/* 233 */ .upcp-list-image-div {
/* 234 */     width: 100%;
/* 235 */ }
/* 236 */ .upcp-list-image-div a {
/* 237 */     width:75%;
/* 238 */     display:table;
/* 239 */     position:relative;
/* 240 */     margin:0 auto;
/* 241 */ }
/* 242 */ .upcp-list-image-div img {
/* 243 */     position: absolute;
/* 244 */     margin: auto;
/* 245 */     top: 0;
/* 246 */     left: 0;
/* 247 */     right: 0;
/* 248 */     bottom: 0;
/* 249 */     max-height:160px;
/* 250 */ }

/* catalogue-style-mobile.css */

/* 251 */ .upcp-list-desc {
/* 252 */     margin-top:10px;
/* 253 */     padding:0;
/* 254 */     float:left;
/* 255 */     overflow: hidden;
/* 256 */     width:100%;
/* 257 */     max-width:none;
/* 258 */     min-height:0;
/* 259 */     overflow:auto;
/* 260 */ }
/* 261 */ .upcp-list-details-link {
/* 262 */     background: url("wp-content/plugins/ultimate-product-catalogue/images/details_icon.png");
/* 263 */     background-repeat: no-repeat;
/* 264 */     background-position: center right;
/* 265 */     color: #50a3d1;
/* 266 */     height: 40px;
/* 267 */     width:100%;
/* 268 */     float: left;
/* 269 */     padding:0 15px;
/* 270 */     
/* 271 */ }
/* 272 */ .upcp-prod-desc-custom-fields.upcp-custom-field-list{
/* 273 */     width:100%;
/* 274 */ }
/* 275 */ }
/* 276 */ 
/* 277 */ /************************************************************
/* 278 *| *  DETAILS VIEW - MOBILE
/* 279 *| ************************************************************/    
/* 280 */ @media only screen and (max-width: 519px) {
/* 281 */ .detail-display {
/* 282 */     min-width:210px;
/* 283 */ }
/* 284 */ .upcp-detail-item {
/* 285 */     width: 95%;
/* 286 */     min-width:200px;
/* 287 */     overflow:hidden;
/* 288 */     flex-flow:column nowrap;
/* 289 */ }
/* 290 */ .upcp-detail-image-div {
/* 291 */     width: 100%;
/* 292 */     height:150px;
/* 293 */     margin: 0;
/* 294 */ }
/* 295 */ .upcp-detail-image-div a {
/* 296 */     line-height: 0;
/* 297 */     text-align: center;
/* 298 */     display: table-cell;
/* 299 */     vertical-align: middle;
/* 300 */ }

/* catalogue-style-mobile.css */

/* 301 */ div.upcp-detail-image-div img {
/* 302 */ 
/* 303 */ }
/* 304 */ .upcp-mid-detail-div{
/* 305 */     width:100% !important;
/* 306 */     float:left;
/* 307 */     overflow:hidden;
/* 308 */     height:auto;
/* 309 */     margin: 0;
/* 310 */     padding-right: 5px;
/* 311 */     border:none;
/* 312 */     border-top:1px solid #e0e0e0;
/* 313 */     min-height:0;
/* 314 */ }
/* 315 */ .upcp-detail-title{
/* 316 */     padding-left:5px;
/* 317 */     padding-right:5px;
/* 318 */ }
/* 319 */ .upcp-detail-desc{
/* 320 */     padding: 0 5px;
/* 321 */ }  
/* 322 */ .upcp-end-detail-div {
/* 323 */   float: none;
/* 324 */   max-width: none;
/* 325 */   min-height: 0;
/* 326 */   width: 100%;
/* 327 */   padding: 0;
/* 328 */ }
/* 329 */ .prod-cat-end-detail-div a.upcp-catalogue-link {
/* 330 */ height:40px;
/* 331 */ float:right;
/* 332 */ margin:0 20px;
/* 333 */ }
/* 334 */ .prod-cat-end-detail-div .upcp-detail-price{
/* 335 */     width: auto !important;
/* 336 */     margin:10px;
/* 337 */ }
/* 338 */ 
/* 339 */ .upcp-detail-details-link {
/* 340 */     height:40px;
/* 341 */     background:none;
/* 342 */     font-size: 1.2em;
/* 343 */ }
/* 344 */ }
/* 345 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home3/fcart/public_html
currentDir : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css

file-relative URI  : images/animated-overlay.gif
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/images/animated-overlay.gif
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/images/animated-overlay.gif
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/images/animated-overlay.gif

file-relative URI  : images/ui-bg_highlight-soft_100_eeeeee_1x100.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png

file-relative URI  : images/ui-bg_gloss-wave_35_f6a828_500x100.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png

file-relative URI  : images/ui-bg_glass_100_f6f6f6_1x400.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/images/ui-bg_glass_100_f6f6f6_1x400.png
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/images/ui-bg_glass_100_f6f6f6_1x400.png
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/images/ui-bg_glass_100_f6f6f6_1x400.png

file-relative URI  : images/ui-bg_glass_100_fdf5ce_1x400.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/images/ui-bg_glass_100_fdf5ce_1x400.png
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/images/ui-bg_glass_100_fdf5ce_1x400.png
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/images/ui-bg_glass_100_fdf5ce_1x400.png

file-relative URI  : images/ui-bg_glass_65_ffffff_1x400.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/images/ui-bg_glass_65_ffffff_1x400.png
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/images/ui-bg_glass_65_ffffff_1x400.png
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/images/ui-bg_glass_65_ffffff_1x400.png

file-relative URI  : images/ui-bg_highlight-soft_75_ffe45c_1x100.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png

file-relative URI  : images/ui-bg_diagonals-thick_18_b81900_40x40.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png

file-relative URI  : images/ui-icons_222222_256x240.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/images/ui-icons_222222_256x240.png
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/images/ui-icons_222222_256x240.png
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/images/ui-icons_222222_256x240.png

file-relative URI  : images/ui-icons_ffffff_256x240.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/images/ui-icons_ffffff_256x240.png
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/images/ui-icons_ffffff_256x240.png
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/images/ui-icons_ffffff_256x240.png

file-relative URI  : images/ui-icons_ef8c08_256x240.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/images/ui-icons_ef8c08_256x240.png
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/images/ui-icons_ef8c08_256x240.png
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/images/ui-icons_ef8c08_256x240.png

file-relative URI  : images/ui-icons_ef8c08_256x240.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/images/ui-icons_ef8c08_256x240.png
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/images/ui-icons_ef8c08_256x240.png
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/images/ui-icons_ef8c08_256x240.png

file-relative URI  : images/ui-icons_ef8c08_256x240.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/images/ui-icons_ef8c08_256x240.png
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/images/ui-icons_ef8c08_256x240.png
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/images/ui-icons_ef8c08_256x240.png

file-relative URI  : images/ui-icons_228ef1_256x240.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/images/ui-icons_228ef1_256x240.png
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/images/ui-icons_228ef1_256x240.png
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/images/ui-icons_228ef1_256x240.png

file-relative URI  : images/ui-icons_ffd27a_256x240.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/images/ui-icons_ffd27a_256x240.png
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/images/ui-icons_ffd27a_256x240.png
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/images/ui-icons_ffd27a_256x240.png

file-relative URI  : images/ui-bg_diagonals-thick_20_666666_40x40.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/images/ui-bg_diagonals-thick_20_666666_40x40.png
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/images/ui-bg_diagonals-thick_20_666666_40x40.png
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/images/ui-bg_diagonals-thick_20_666666_40x40.png

file-relative URI  : images/ui-bg_flat_10_000000_40x100.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/images/ui-bg_flat_10_000000_40x100.png
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/images/ui-bg_flat_10_000000_40x100.png
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/images/ui-bg_flat_10_000000_40x100.png

*/

/* upcp-jquery-ui.css */

/* 1    */ /*! jQuery UI - v1.10.4 - 2014-01-17
/* 2    *| * http://jqueryui.com
/* 3    *| * Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
/* 4    *| * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
/* 5    *| * Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* 6    */ 
/* 7    */ /* Layout helpers
/* 8    *| ----------------------------------*/
/* 9    */ .ui-helper-hidden {
/* 10   */ 	display: none;
/* 11   */ }
/* 12   */ .ui-helper-hidden-accessible {
/* 13   */ 	border: 0;
/* 14   */ 	clip: rect(0 0 0 0);
/* 15   */ 	height: 1px;
/* 16   */ 	margin: -1px;
/* 17   */ 	overflow: hidden;
/* 18   */ 	padding: 0;
/* 19   */ 	position: absolute;
/* 20   */ 	width: 1px;
/* 21   */ }
/* 22   */ .ui-helper-reset {
/* 23   */ 	margin: 0;
/* 24   */ 	padding: 0;
/* 25   */ 	border: 0;
/* 26   */ 	outline: 0;
/* 27   */ 	line-height: 1.3;
/* 28   */ 	text-decoration: none;
/* 29   */ 	font-size: 100%;
/* 30   */ 	list-style: none;
/* 31   */ }
/* 32   */ .ui-helper-clearfix:before,
/* 33   */ .ui-helper-clearfix:after {
/* 34   */ 	content: "";
/* 35   */ 	display: table;
/* 36   */ 	border-collapse: collapse;
/* 37   */ }
/* 38   */ .ui-helper-clearfix:after {
/* 39   */ 	clear: both;
/* 40   */ }
/* 41   */ .ui-helper-clearfix {
/* 42   */ 	min-height: 0; /* support: IE7 */
/* 43   */ }
/* 44   */ .ui-helper-zfix {
/* 45   */ 	width: 100%;
/* 46   */ 	height: 100%;
/* 47   */ 	top: 0;
/* 48   */ 	left: 0;
/* 49   */ 	position: absolute;
/* 50   */ 	opacity: 0;

/* upcp-jquery-ui.css */

/* 51   */ 	filter:Alpha(Opacity=0);
/* 52   */ }
/* 53   */ 
/* 54   */ .ui-front {
/* 55   */ 	z-index: 100;
/* 56   */ }
/* 57   */ 
/* 58   */ 
/* 59   */ /* Interaction Cues
/* 60   *| ----------------------------------*/
/* 61   */ .ui-state-disabled {
/* 62   */ 	cursor: default !important;
/* 63   */ }
/* 64   */ 
/* 65   */ 
/* 66   */ /* Icons
/* 67   *| ----------------------------------*/
/* 68   */ 
/* 69   */ /* states and images */
/* 70   */ .ui-icon {
/* 71   */ 	display: block;
/* 72   */ 	text-indent: -99999px;
/* 73   */ 	overflow: hidden;
/* 74   */ 	background-repeat: no-repeat;
/* 75   */ }
/* 76   */ 
/* 77   */ 
/* 78   */ /* Misc visuals
/* 79   *| ----------------------------------*/
/* 80   */ 
/* 81   */ /* Overlays */
/* 82   */ .ui-widget-overlay {
/* 83   */ 	position: fixed;
/* 84   */ 	top: 0;
/* 85   */ 	left: 0;
/* 86   */ 	width: 100%;
/* 87   */ 	height: 100%;
/* 88   */ }
/* 89   */ .ui-accordion .ui-accordion-header {
/* 90   */ 	display: block;
/* 91   */ 	cursor: pointer;
/* 92   */ 	position: relative;
/* 93   */ 	margin-top: 2px;
/* 94   */ 	padding: .5em .5em .5em .7em;
/* 95   */ 	min-height: 0; /* support: IE7 */
/* 96   */ }
/* 97   */ .ui-accordion .ui-accordion-icons {
/* 98   */ 	padding-left: 2.2em;
/* 99   */ }
/* 100  */ .ui-accordion .ui-accordion-noicons {

/* upcp-jquery-ui.css */

/* 101  */ 	padding-left: .7em;
/* 102  */ }
/* 103  */ .ui-accordion .ui-accordion-icons .ui-accordion-icons {
/* 104  */ 	padding-left: 2.2em;
/* 105  */ }
/* 106  */ .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
/* 107  */ 	position: absolute;
/* 108  */ 	left: .5em;
/* 109  */ 	top: 50%;
/* 110  */ 	margin-top: -8px;
/* 111  */ }
/* 112  */ .ui-accordion .ui-accordion-content {
/* 113  */ 	padding: 1em 2.2em;
/* 114  */ 	border-top: 0;
/* 115  */ 	overflow: auto;
/* 116  */ }
/* 117  */ .ui-autocomplete {
/* 118  */ 	position: absolute;
/* 119  */ 	top: 0;
/* 120  */ 	left: 0;
/* 121  */ 	cursor: default;
/* 122  */ }
/* 123  */ .ui-button {
/* 124  */ 	display: inline-block;
/* 125  */ 	position: relative;
/* 126  */ 	padding: 0;
/* 127  */ 	line-height: normal;
/* 128  */ 	margin-right: .1em;
/* 129  */ 	cursor: pointer;
/* 130  */ 	vertical-align: middle;
/* 131  */ 	text-align: center;
/* 132  */ 	overflow: visible; /* removes extra width in IE */
/* 133  */ }
/* 134  */ .ui-button,
/* 135  */ .ui-button:link,
/* 136  */ .ui-button:visited,
/* 137  */ .ui-button:hover,
/* 138  */ .ui-button:active {
/* 139  */ 	text-decoration: none;
/* 140  */ }
/* 141  */ /* to make room for the icon, a width needs to be set here */
/* 142  */ .ui-button-icon-only {
/* 143  */ 	width: 2.2em;
/* 144  */ }
/* 145  */ /* button elements seem to need a little more width */
/* 146  */ button.ui-button-icon-only {
/* 147  */ 	width: 2.4em;
/* 148  */ }
/* 149  */ .ui-button-icons-only {
/* 150  */ 	width: 3.4em;

/* upcp-jquery-ui.css */

/* 151  */ }
/* 152  */ button.ui-button-icons-only {
/* 153  */ 	width: 3.7em;
/* 154  */ }
/* 155  */ 
/* 156  */ /* button text element */
/* 157  */ .ui-button .ui-button-text {
/* 158  */ 	display: block;
/* 159  */ 	line-height: normal;
/* 160  */ }
/* 161  */ .ui-button-text-only .ui-button-text {
/* 162  */ 	padding: .4em 1em;
/* 163  */ }
/* 164  */ .ui-button-icon-only .ui-button-text,
/* 165  */ .ui-button-icons-only .ui-button-text {
/* 166  */ 	padding: .4em;
/* 167  */ 	text-indent: -9999999px;
/* 168  */ }
/* 169  */ .ui-button-text-icon-primary .ui-button-text,
/* 170  */ .ui-button-text-icons .ui-button-text {
/* 171  */ 	padding: .4em 1em .4em 2.1em;
/* 172  */ }
/* 173  */ .ui-button-text-icon-secondary .ui-button-text,
/* 174  */ .ui-button-text-icons .ui-button-text {
/* 175  */ 	padding: .4em 2.1em .4em 1em;
/* 176  */ }
/* 177  */ .ui-button-text-icons .ui-button-text {
/* 178  */ 	padding-left: 2.1em;
/* 179  */ 	padding-right: 2.1em;
/* 180  */ }
/* 181  */ /* no icon support for input elements, provide padding by default */
/* 182  */ input.ui-button {
/* 183  */ 	padding: .4em 1em;
/* 184  */ }
/* 185  */ 
/* 186  */ /* button icon element(s) */
/* 187  */ .ui-button-icon-only .ui-icon,
/* 188  */ .ui-button-text-icon-primary .ui-icon,
/* 189  */ .ui-button-text-icon-secondary .ui-icon,
/* 190  */ .ui-button-text-icons .ui-icon,
/* 191  */ .ui-button-icons-only .ui-icon {
/* 192  */ 	position: absolute;
/* 193  */ 	top: 50%;
/* 194  */ 	margin-top: -8px;
/* 195  */ }
/* 196  */ .ui-button-icon-only .ui-icon {
/* 197  */ 	left: 50%;
/* 198  */ 	margin-left: -8px;
/* 199  */ }
/* 200  */ .ui-button-text-icon-primary .ui-button-icon-primary,

/* upcp-jquery-ui.css */

/* 201  */ .ui-button-text-icons .ui-button-icon-primary,
/* 202  */ .ui-button-icons-only .ui-button-icon-primary {
/* 203  */ 	left: .5em;
/* 204  */ }
/* 205  */ .ui-button-text-icon-secondary .ui-button-icon-secondary,
/* 206  */ .ui-button-text-icons .ui-button-icon-secondary,
/* 207  */ .ui-button-icons-only .ui-button-icon-secondary {
/* 208  */ 	right: .5em;
/* 209  */ }
/* 210  */ 
/* 211  */ /* button sets */
/* 212  */ .ui-buttonset {
/* 213  */ 	margin-right: 7px;
/* 214  */ }
/* 215  */ .ui-buttonset .ui-button {
/* 216  */ 	margin-left: 0;
/* 217  */ 	margin-right: -.3em;
/* 218  */ }
/* 219  */ 
/* 220  */ /* workarounds */
/* 221  */ /* reset extra padding in Firefox, see h5bp.com/l */
/* 222  */ input.ui-button::-moz-focus-inner,
/* 223  */ button.ui-button::-moz-focus-inner {
/* 224  */ 	border: 0;
/* 225  */ 	padding: 0;
/* 226  */ }
/* 227  */ .ui-datepicker {
/* 228  */ 	width: 17em;
/* 229  */ 	padding: .2em .2em 0;
/* 230  */ 	display: none;
/* 231  */ }
/* 232  */ .ui-datepicker .ui-datepicker-header {
/* 233  */ 	position: relative;
/* 234  */ 	padding: .2em 0;
/* 235  */ }
/* 236  */ .ui-datepicker .ui-datepicker-prev,
/* 237  */ .ui-datepicker .ui-datepicker-next {
/* 238  */ 	position: absolute;
/* 239  */ 	top: 2px;
/* 240  */ 	width: 1.8em;
/* 241  */ 	height: 1.8em;
/* 242  */ }
/* 243  */ .ui-datepicker .ui-datepicker-prev-hover,
/* 244  */ .ui-datepicker .ui-datepicker-next-hover {
/* 245  */ 	top: 1px;
/* 246  */ }
/* 247  */ .ui-datepicker .ui-datepicker-prev {
/* 248  */ 	left: 2px;
/* 249  */ }
/* 250  */ .ui-datepicker .ui-datepicker-next {

/* upcp-jquery-ui.css */

/* 251  */ 	right: 2px;
/* 252  */ }
/* 253  */ .ui-datepicker .ui-datepicker-prev-hover {
/* 254  */ 	left: 1px;
/* 255  */ }
/* 256  */ .ui-datepicker .ui-datepicker-next-hover {
/* 257  */ 	right: 1px;
/* 258  */ }
/* 259  */ .ui-datepicker .ui-datepicker-prev span,
/* 260  */ .ui-datepicker .ui-datepicker-next span {
/* 261  */ 	display: block;
/* 262  */ 	position: absolute;
/* 263  */ 	left: 50%;
/* 264  */ 	margin-left: -8px;
/* 265  */ 	top: 50%;
/* 266  */ 	margin-top: -8px;
/* 267  */ }
/* 268  */ .ui-datepicker .ui-datepicker-title {
/* 269  */ 	margin: 0 2.3em;
/* 270  */ 	line-height: 1.8em;
/* 271  */ 	text-align: center;
/* 272  */ }
/* 273  */ .ui-datepicker .ui-datepicker-title select {
/* 274  */ 	font-size: 1em;
/* 275  */ 	margin: 1px 0;
/* 276  */ }
/* 277  */ .ui-datepicker select.ui-datepicker-month,
/* 278  */ .ui-datepicker select.ui-datepicker-year {
/* 279  */ 	width: 49%;
/* 280  */ }
/* 281  */ .ui-datepicker table {
/* 282  */ 	width: 100%;
/* 283  */ 	font-size: .9em;
/* 284  */ 	border-collapse: collapse;
/* 285  */ 	margin: 0 0 .4em;
/* 286  */ }
/* 287  */ .ui-datepicker th {
/* 288  */ 	padding: .7em .3em;
/* 289  */ 	text-align: center;
/* 290  */ 	font-weight: bold;
/* 291  */ 	border: 0;
/* 292  */ }
/* 293  */ .ui-datepicker td {
/* 294  */ 	border: 0;
/* 295  */ 	padding: 1px;
/* 296  */ }
/* 297  */ .ui-datepicker td span,
/* 298  */ .ui-datepicker td a {
/* 299  */ 	display: block;
/* 300  */ 	padding: .2em;

/* upcp-jquery-ui.css */

/* 301  */ 	text-align: right;
/* 302  */ 	text-decoration: none;
/* 303  */ }
/* 304  */ .ui-datepicker .ui-datepicker-buttonpane {
/* 305  */ 	background-image: none;
/* 306  */ 	margin: .7em 0 0 0;
/* 307  */ 	padding: 0 .2em;
/* 308  */ 	border-left: 0;
/* 309  */ 	border-right: 0;
/* 310  */ 	border-bottom: 0;
/* 311  */ }
/* 312  */ .ui-datepicker .ui-datepicker-buttonpane button {
/* 313  */ 	float: right;
/* 314  */ 	margin: .5em .2em .4em;
/* 315  */ 	cursor: pointer;
/* 316  */ 	padding: .2em .6em .3em .6em;
/* 317  */ 	width: auto;
/* 318  */ 	overflow: visible;
/* 319  */ }
/* 320  */ .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
/* 321  */ 	float: left;
/* 322  */ }
/* 323  */ 
/* 324  */ /* with multiple calendars */
/* 325  */ .ui-datepicker.ui-datepicker-multi {
/* 326  */ 	width: auto;
/* 327  */ }
/* 328  */ .ui-datepicker-multi .ui-datepicker-group {
/* 329  */ 	float: left;
/* 330  */ }
/* 331  */ .ui-datepicker-multi .ui-datepicker-group table {
/* 332  */ 	width: 95%;
/* 333  */ 	margin: 0 auto .4em;
/* 334  */ }
/* 335  */ .ui-datepicker-multi-2 .ui-datepicker-group {
/* 336  */ 	width: 50%;
/* 337  */ }
/* 338  */ .ui-datepicker-multi-3 .ui-datepicker-group {
/* 339  */ 	width: 33.3%;
/* 340  */ }
/* 341  */ .ui-datepicker-multi-4 .ui-datepicker-group {
/* 342  */ 	width: 25%;
/* 343  */ }
/* 344  */ .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
/* 345  */ .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
/* 346  */ 	border-left-width: 0;
/* 347  */ }
/* 348  */ .ui-datepicker-multi .ui-datepicker-buttonpane {
/* 349  */ 	clear: left;
/* 350  */ }

/* upcp-jquery-ui.css */

/* 351  */ .ui-datepicker-row-break {
/* 352  */ 	clear: both;
/* 353  */ 	width: 100%;
/* 354  */ 	font-size: 0;
/* 355  */ }
/* 356  */ 
/* 357  */ /* RTL support */
/* 358  */ .ui-datepicker-rtl {
/* 359  */ 	direction: rtl;
/* 360  */ }
/* 361  */ .ui-datepicker-rtl .ui-datepicker-prev {
/* 362  */ 	right: 2px;
/* 363  */ 	left: auto;
/* 364  */ }
/* 365  */ .ui-datepicker-rtl .ui-datepicker-next {
/* 366  */ 	left: 2px;
/* 367  */ 	right: auto;
/* 368  */ }
/* 369  */ .ui-datepicker-rtl .ui-datepicker-prev:hover {
/* 370  */ 	right: 1px;
/* 371  */ 	left: auto;
/* 372  */ }
/* 373  */ .ui-datepicker-rtl .ui-datepicker-next:hover {
/* 374  */ 	left: 1px;
/* 375  */ 	right: auto;
/* 376  */ }
/* 377  */ .ui-datepicker-rtl .ui-datepicker-buttonpane {
/* 378  */ 	clear: right;
/* 379  */ }
/* 380  */ .ui-datepicker-rtl .ui-datepicker-buttonpane button {
/* 381  */ 	float: left;
/* 382  */ }
/* 383  */ .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
/* 384  */ .ui-datepicker-rtl .ui-datepicker-group {
/* 385  */ 	float: right;
/* 386  */ }
/* 387  */ .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
/* 388  */ .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
/* 389  */ 	border-right-width: 0;
/* 390  */ 	border-left-width: 1px;
/* 391  */ }
/* 392  */ .ui-dialog {
/* 393  */ 	overflow: hidden;
/* 394  */ 	position: absolute;
/* 395  */ 	top: 0;
/* 396  */ 	left: 0;
/* 397  */ 	padding: .2em;
/* 398  */ 	outline: 0;
/* 399  */ }
/* 400  */ .ui-dialog .ui-dialog-titlebar {

/* upcp-jquery-ui.css */

/* 401  */ 	padding: .4em 1em;
/* 402  */ 	position: relative;
/* 403  */ }
/* 404  */ .ui-dialog .ui-dialog-title {
/* 405  */ 	float: left;
/* 406  */ 	margin: .1em 0;
/* 407  */ 	white-space: nowrap;
/* 408  */ 	width: 90%;
/* 409  */ 	overflow: hidden;
/* 410  */ 	text-overflow: ellipsis;
/* 411  */ }
/* 412  */ .ui-dialog .ui-dialog-titlebar-close {
/* 413  */ 	position: absolute;
/* 414  */ 	right: .3em;
/* 415  */ 	top: 50%;
/* 416  */ 	width: 20px;
/* 417  */ 	margin: -10px 0 0 0;
/* 418  */ 	padding: 1px;
/* 419  */ 	height: 20px;
/* 420  */ }
/* 421  */ .ui-dialog .ui-dialog-content {
/* 422  */ 	position: relative;
/* 423  */ 	border: 0;
/* 424  */ 	padding: .5em 1em;
/* 425  */ 	background: none;
/* 426  */ 	overflow: auto;
/* 427  */ }
/* 428  */ .ui-dialog .ui-dialog-buttonpane {
/* 429  */ 	text-align: left;
/* 430  */ 	border-width: 1px 0 0 0;
/* 431  */ 	background-image: none;
/* 432  */ 	margin-top: .5em;
/* 433  */ 	padding: .3em 1em .5em .4em;
/* 434  */ }
/* 435  */ .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
/* 436  */ 	float: right;
/* 437  */ }
/* 438  */ .ui-dialog .ui-dialog-buttonpane button {
/* 439  */ 	margin: .5em .4em .5em 0;
/* 440  */ 	cursor: pointer;
/* 441  */ }
/* 442  */ .ui-dialog .ui-resizable-se {
/* 443  */ 	width: 12px;
/* 444  */ 	height: 12px;
/* 445  */ 	right: -5px;
/* 446  */ 	bottom: -5px;
/* 447  */ 	background-position: 16px 16px;
/* 448  */ }
/* 449  */ .ui-draggable .ui-dialog-titlebar {
/* 450  */ 	cursor: move;

/* upcp-jquery-ui.css */

/* 451  */ }
/* 452  */ .ui-menu {
/* 453  */ 	list-style: none;
/* 454  */ 	padding: 2px;
/* 455  */ 	margin: 0;
/* 456  */ 	display: block;
/* 457  */ 	outline: none;
/* 458  */ }
/* 459  */ .ui-menu .ui-menu {
/* 460  */ 	margin-top: -3px;
/* 461  */ 	position: absolute;
/* 462  */ }
/* 463  */ .ui-menu .ui-menu-item {
/* 464  */ 	margin: 0;
/* 465  */ 	padding: 0;
/* 466  */ 	width: 100%;
/* 467  */ 	/* support: IE10, see #8844 */
/* 468  */ 	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
/* 469  */ }
/* 470  */ .ui-menu .ui-menu-divider {
/* 471  */ 	margin: 5px -2px 5px -2px;
/* 472  */ 	height: 0;
/* 473  */ 	font-size: 0;
/* 474  */ 	line-height: 0;
/* 475  */ 	border-width: 1px 0 0 0;
/* 476  */ }
/* 477  */ .ui-menu .ui-menu-item a {
/* 478  */ 	text-decoration: none;
/* 479  */ 	display: block;
/* 480  */ 	padding: 2px .4em;
/* 481  */ 	line-height: 1.5;
/* 482  */ 	min-height: 0; /* support: IE7 */
/* 483  */ 	font-weight: normal;
/* 484  */ }
/* 485  */ .ui-menu .ui-menu-item a.ui-state-focus,
/* 486  */ .ui-menu .ui-menu-item a.ui-state-active {
/* 487  */ 	font-weight: normal;
/* 488  */ 	margin: -1px;
/* 489  */ }
/* 490  */ 
/* 491  */ .ui-menu .ui-state-disabled {
/* 492  */ 	font-weight: normal;
/* 493  */ 	margin: .4em 0 .2em;
/* 494  */ 	line-height: 1.5;
/* 495  */ }
/* 496  */ .ui-menu .ui-state-disabled a {
/* 497  */ 	cursor: default;
/* 498  */ }
/* 499  */ 
/* 500  */ /* icon support */

/* upcp-jquery-ui.css */

/* 501  */ .ui-menu-icons {
/* 502  */ 	position: relative;
/* 503  */ }
/* 504  */ .ui-menu-icons .ui-menu-item a {
/* 505  */ 	position: relative;
/* 506  */ 	padding-left: 2em;
/* 507  */ }
/* 508  */ 
/* 509  */ /* left-aligned */
/* 510  */ .ui-menu .ui-icon {
/* 511  */ 	position: absolute;
/* 512  */ 	top: .2em;
/* 513  */ 	left: .2em;
/* 514  */ }
/* 515  */ 
/* 516  */ /* right-aligned */
/* 517  */ .ui-menu .ui-menu-icon {
/* 518  */ 	position: static;
/* 519  */ 	float: right;
/* 520  */ }
/* 521  */ .ui-progressbar {
/* 522  */ 	height: 2em;
/* 523  */ 	text-align: left;
/* 524  */ 	overflow: hidden;
/* 525  */ }
/* 526  */ .ui-progressbar .ui-progressbar-value {
/* 527  */ 	margin: -1px;
/* 528  */ 	height: 100%;
/* 529  */ }
/* 530  */ .ui-progressbar .ui-progressbar-overlay {
/* 531  */ 	background: url("http://www.ftcma.org/wp-content/plugins/ultimate-product-catalogue/css/images/animated-overlay.gif");
/* 532  */ 	height: 100%;
/* 533  */ 	filter: alpha(opacity=25);
/* 534  */ 	opacity: 0.25;
/* 535  */ }
/* 536  */ .ui-progressbar-indeterminate .ui-progressbar-value {
/* 537  */ 	background-image: none;
/* 538  */ }
/* 539  */ .ui-resizable {
/* 540  */ 	position: relative;
/* 541  */ }
/* 542  */ .ui-resizable-handle {
/* 543  */ 	position: absolute;
/* 544  */ 	font-size: 0.1px;
/* 545  */ 	display: block;
/* 546  */ }
/* 547  */ .ui-resizable-disabled .ui-resizable-handle,
/* 548  */ .ui-resizable-autohide .ui-resizable-handle {
/* 549  */ 	display: none;
/* 550  */ }

/* upcp-jquery-ui.css */

/* 551  */ .ui-resizable-n {
/* 552  */ 	cursor: n-resize;
/* 553  */ 	height: 7px;
/* 554  */ 	width: 100%;
/* 555  */ 	top: -5px;
/* 556  */ 	left: 0;
/* 557  */ }
/* 558  */ .ui-resizable-s {
/* 559  */ 	cursor: s-resize;
/* 560  */ 	height: 7px;
/* 561  */ 	width: 100%;
/* 562  */ 	bottom: -5px;
/* 563  */ 	left: 0;
/* 564  */ }
/* 565  */ .ui-resizable-e {
/* 566  */ 	cursor: e-resize;
/* 567  */ 	width: 7px;
/* 568  */ 	right: -5px;
/* 569  */ 	top: 0;
/* 570  */ 	height: 100%;
/* 571  */ }
/* 572  */ .ui-resizable-w {
/* 573  */ 	cursor: w-resize;
/* 574  */ 	width: 7px;
/* 575  */ 	left: -5px;
/* 576  */ 	top: 0;
/* 577  */ 	height: 100%;
/* 578  */ }
/* 579  */ .ui-resizable-se {
/* 580  */ 	cursor: se-resize;
/* 581  */ 	width: 12px;
/* 582  */ 	height: 12px;
/* 583  */ 	right: 1px;
/* 584  */ 	bottom: 1px;
/* 585  */ }
/* 586  */ .ui-resizable-sw {
/* 587  */ 	cursor: sw-resize;
/* 588  */ 	width: 9px;
/* 589  */ 	height: 9px;
/* 590  */ 	left: -5px;
/* 591  */ 	bottom: -5px;
/* 592  */ }
/* 593  */ .ui-resizable-nw {
/* 594  */ 	cursor: nw-resize;
/* 595  */ 	width: 9px;
/* 596  */ 	height: 9px;
/* 597  */ 	left: -5px;
/* 598  */ 	top: -5px;
/* 599  */ }
/* 600  */ .ui-resizable-ne {

/* upcp-jquery-ui.css */

/* 601  */ 	cursor: ne-resize;
/* 602  */ 	width: 9px;
/* 603  */ 	height: 9px;
/* 604  */ 	right: -5px;
/* 605  */ 	top: -5px;
/* 606  */ }
/* 607  */ .ui-selectable-helper {
/* 608  */ 	position: absolute;
/* 609  */ 	z-index: 100;
/* 610  */ 	border: 1px dotted black;
/* 611  */ }
/* 612  */ .ui-slider {
/* 613  */ 	position: relative;
/* 614  */ 	text-align: left;
/* 615  */ }
/* 616  */ .ui-slider .ui-slider-handle {
/* 617  */ 	position: absolute;
/* 618  */ 	z-index: 2;
/* 619  */ 	width: 1.2em;
/* 620  */ 	height: 1.2em;
/* 621  */ 	cursor: default;
/* 622  */ }
/* 623  */ .ui-slider .ui-slider-range {
/* 624  */ 	position: absolute;
/* 625  */ 	z-index: 1;
/* 626  */ 	font-size: .7em;
/* 627  */ 	display: block;
/* 628  */ 	border: 0;
/* 629  */ 	background-position: 0 0;
/* 630  */ }
/* 631  */ 
/* 632  */ /* For IE8 - See #6727 */
/* 633  */ .ui-slider.ui-state-disabled .ui-slider-handle,
/* 634  */ .ui-slider.ui-state-disabled .ui-slider-range {
/* 635  */ 	filter: inherit;
/* 636  */ }
/* 637  */ 
/* 638  */ .ui-slider-horizontal {
/* 639  */ 	height: .8em;
/* 640  */ }
/* 641  */ .ui-slider-horizontal .ui-slider-handle {
/* 642  */ 	top: -.3em;
/* 643  */ 	margin-left: -.6em;
/* 644  */ }
/* 645  */ .ui-slider-horizontal .ui-slider-range {
/* 646  */ 	top: 0;
/* 647  */ 	height: 100%;
/* 648  */ }
/* 649  */ .ui-slider-horizontal .ui-slider-range-min {
/* 650  */ 	left: 0;

/* upcp-jquery-ui.css */

/* 651  */ }
/* 652  */ .ui-slider-horizontal .ui-slider-range-max {
/* 653  */ 	right: 0;
/* 654  */ }
/* 655  */ 
/* 656  */ .ui-slider-vertical {
/* 657  */ 	width: .8em;
/* 658  */ 	height: 100px;
/* 659  */ }
/* 660  */ .ui-slider-vertical .ui-slider-handle {
/* 661  */ 	left: -.3em;
/* 662  */ 	margin-left: 0;
/* 663  */ 	margin-bottom: -.6em;
/* 664  */ }
/* 665  */ .ui-slider-vertical .ui-slider-range {
/* 666  */ 	left: 0;
/* 667  */ 	width: 100%;
/* 668  */ }
/* 669  */ .ui-slider-vertical .ui-slider-range-min {
/* 670  */ 	bottom: 0;
/* 671  */ }
/* 672  */ .ui-slider-vertical .ui-slider-range-max {
/* 673  */ 	top: 0;
/* 674  */ }
/* 675  */ .ui-spinner {
/* 676  */ 	position: relative;
/* 677  */ 	display: inline-block;
/* 678  */ 	overflow: hidden;
/* 679  */ 	padding: 0;
/* 680  */ 	vertical-align: middle;
/* 681  */ }
/* 682  */ .ui-spinner-input {
/* 683  */ 	border: none;
/* 684  */ 	background: none;
/* 685  */ 	color: inherit;
/* 686  */ 	padding: 0;
/* 687  */ 	margin: .2em 0;
/* 688  */ 	vertical-align: middle;
/* 689  */ 	margin-left: .4em;
/* 690  */ 	margin-right: 22px;
/* 691  */ }
/* 692  */ .ui-spinner-button {
/* 693  */ 	width: 16px;
/* 694  */ 	height: 50%;
/* 695  */ 	font-size: .5em;
/* 696  */ 	padding: 0;
/* 697  */ 	margin: 0;
/* 698  */ 	text-align: center;
/* 699  */ 	position: absolute;
/* 700  */ 	cursor: default;

/* upcp-jquery-ui.css */

/* 701  */ 	display: block;
/* 702  */ 	overflow: hidden;
/* 703  */ 	right: 0;
/* 704  */ }
/* 705  */ /* more specificity required here to override default borders */
/* 706  */ .ui-spinner a.ui-spinner-button {
/* 707  */ 	border-top: none;
/* 708  */ 	border-bottom: none;
/* 709  */ 	border-right: none;
/* 710  */ }
/* 711  */ /* vertically center icon */
/* 712  */ .ui-spinner .ui-icon {
/* 713  */ 	position: absolute;
/* 714  */ 	margin-top: -8px;
/* 715  */ 	top: 50%;
/* 716  */ 	left: 0;
/* 717  */ }
/* 718  */ .ui-spinner-up {
/* 719  */ 	top: 0;
/* 720  */ }
/* 721  */ .ui-spinner-down {
/* 722  */ 	bottom: 0;
/* 723  */ }
/* 724  */ 
/* 725  */ /* TR overrides */
/* 726  */ .ui-spinner .ui-icon-triangle-1-s {
/* 727  */ 	/* need to fix icons sprite */
/* 728  */ 	background-position: -65px -16px;
/* 729  */ }
/* 730  */ .ui-tabs {
/* 731  */ 	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
/* 732  */ 	padding: .2em;
/* 733  */ }
/* 734  */ .ui-tabs .ui-tabs-nav {
/* 735  */ 	margin: 0;
/* 736  */ 	padding: .2em .2em 0;
/* 737  */ }
/* 738  */ .ui-tabs .ui-tabs-nav li {
/* 739  */ 	list-style: none;
/* 740  */ 	float: left;
/* 741  */ 	position: relative;
/* 742  */ 	top: 0;
/* 743  */ 	margin: 1px .2em 0 0;
/* 744  */ 	border-bottom-width: 0;
/* 745  */ 	padding: 0;
/* 746  */ 	white-space: nowrap;
/* 747  */ }
/* 748  */ .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
/* 749  */ 	float: left;
/* 750  */ 	padding: .5em 1em;

/* upcp-jquery-ui.css */

/* 751  */ 	text-decoration: none;
/* 752  */ }
/* 753  */ .ui-tabs .ui-tabs-nav li.ui-tabs-active {
/* 754  */ 	margin-bottom: -1px;
/* 755  */ 	padding-bottom: 1px;
/* 756  */ }
/* 757  */ .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
/* 758  */ .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
/* 759  */ .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
/* 760  */ 	cursor: text;
/* 761  */ }
/* 762  */ .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
/* 763  */ 	cursor: pointer;
/* 764  */ }
/* 765  */ .ui-tabs .ui-tabs-panel {
/* 766  */ 	display: block;
/* 767  */ 	border-width: 0;
/* 768  */ 	padding: 1em 1.4em;
/* 769  */ 	background: none;
/* 770  */ }
/* 771  */ .ui-tooltip {
/* 772  */ 	padding: 8px;
/* 773  */ 	position: absolute;
/* 774  */ 	z-index: 9999;
/* 775  */ 	max-width: 300px;
/* 776  */ 	-webkit-box-shadow: 0 0 5px #aaa;
/* 777  */ 	box-shadow: 0 0 5px #aaa;
/* 778  */ }
/* 779  */ body .ui-tooltip {
/* 780  */ 	border-width: 2px;
/* 781  */ }
/* 782  */ 
/* 783  */ /* Component containers
/* 784  *| ----------------------------------*/
/* 785  */ .ui-widget {
/* 786  */ 	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
/* 787  */ 	font-size: 1.1em;
/* 788  */ }
/* 789  */ .ui-widget .ui-widget {
/* 790  */ 	font-size: 1em;
/* 791  */ }
/* 792  */ .ui-widget input,
/* 793  */ .ui-widget select,
/* 794  */ .ui-widget textarea,
/* 795  */ .ui-widget button {
/* 796  */ 	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
/* 797  */ 	font-size: 1em;
/* 798  */ }
/* 799  */ .ui-widget-content {
/* 800  */ 	border: 1px solid #dddddd;

/* upcp-jquery-ui.css */

/* 801  */ 	background: #eeeeee url(http://www.ftcma.org/wp-content/plugins/ultimate-product-catalogue/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
/* 802  */ 	color: #333333;
/* 803  */ }
/* 804  */ .ui-widget-content a {
/* 805  */ 	color: #333333;
/* 806  */ }
/* 807  */ .ui-widget-header {
/* 808  */ 	border: 1px solid #e78f08;
/* 809  */ 	background: #f6a828 url(http://www.ftcma.org/wp-content/plugins/ultimate-product-catalogue/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
/* 810  */ 	color: #ffffff;
/* 811  */ 	font-weight: bold;
/* 812  */ }
/* 813  */ .ui-widget-header a {
/* 814  */ 	color: #ffffff;
/* 815  */ }
/* 816  */ 
/* 817  */ /* Interaction states
/* 818  *| ----------------------------------*/
/* 819  */ .ui-state-default,
/* 820  */ .ui-widget-content .ui-state-default,
/* 821  */ .ui-widget-header .ui-state-default {
/* 822  */ 	border: 1px solid #cccccc;
/* 823  */ 	background: #f6f6f6 url(http://www.ftcma.org/wp-content/plugins/ultimate-product-catalogue/css/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
/* 824  */ 	font-weight: bold;
/* 825  */ 	color: #1c94c4;
/* 826  */ }
/* 827  */ .ui-state-default a,
/* 828  */ .ui-state-default a:link,
/* 829  */ .ui-state-default a:visited {
/* 830  */ 	color: #1c94c4;
/* 831  */ 	text-decoration: none;
/* 832  */ }
/* 833  */ .ui-state-hover,
/* 834  */ .ui-widget-content .ui-state-hover,
/* 835  */ .ui-widget-header .ui-state-hover,
/* 836  */ .ui-state-focus,
/* 837  */ .ui-widget-content .ui-state-focus,
/* 838  */ .ui-widget-header .ui-state-focus {
/* 839  */ 	border: 1px solid #fbcb09;
/* 840  */ 	background: #fdf5ce url(http://www.ftcma.org/wp-content/plugins/ultimate-product-catalogue/css/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
/* 841  */ 	font-weight: bold;
/* 842  */ 	color: #c77405;
/* 843  */ }
/* 844  */ .ui-state-hover a,
/* 845  */ .ui-state-hover a:hover,
/* 846  */ .ui-state-hover a:link,
/* 847  */ .ui-state-hover a:visited,
/* 848  */ .ui-state-focus a,
/* 849  */ .ui-state-focus a:hover,
/* 850  */ .ui-state-focus a:link,

/* upcp-jquery-ui.css */

/* 851  */ .ui-state-focus a:visited {
/* 852  */ 	color: #c77405;
/* 853  */ 	text-decoration: none;
/* 854  */ }
/* 855  */ .ui-state-active,
/* 856  */ .ui-widget-content .ui-state-active,
/* 857  */ .ui-widget-header .ui-state-active {
/* 858  */ 	border: 1px solid #fbd850;
/* 859  */ 	background: #ffffff url(http://www.ftcma.org/wp-content/plugins/ultimate-product-catalogue/css/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
/* 860  */ 	font-weight: bold;
/* 861  */ 	color: #eb8f00;
/* 862  */ }
/* 863  */ .ui-state-active a,
/* 864  */ .ui-state-active a:link,
/* 865  */ .ui-state-active a:visited {
/* 866  */ 	color: #eb8f00;
/* 867  */ 	text-decoration: none;
/* 868  */ }
/* 869  */ 
/* 870  */ /* Interaction Cues
/* 871  *| ----------------------------------*/
/* 872  */ .ui-state-highlight,
/* 873  */ .ui-widget-content .ui-state-highlight,
/* 874  */ .ui-widget-header .ui-state-highlight {
/* 875  */ 	border: 1px solid #fed22f;
/* 876  */ 	background: #ffe45c url(http://www.ftcma.org/wp-content/plugins/ultimate-product-catalogue/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
/* 877  */ 	color: #363636;
/* 878  */ }
/* 879  */ .ui-state-highlight a,
/* 880  */ .ui-widget-content .ui-state-highlight a,
/* 881  */ .ui-widget-header .ui-state-highlight a {
/* 882  */ 	color: #363636;
/* 883  */ }
/* 884  */ .ui-state-error,
/* 885  */ .ui-widget-content .ui-state-error,
/* 886  */ .ui-widget-header .ui-state-error {
/* 887  */ 	border: 1px solid #cd0a0a;
/* 888  */ 	background: #b81900 url(http://www.ftcma.org/wp-content/plugins/ultimate-product-catalogue/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
/* 889  */ 	color: #ffffff;
/* 890  */ }
/* 891  */ .ui-state-error a,
/* 892  */ .ui-widget-content .ui-state-error a,
/* 893  */ .ui-widget-header .ui-state-error a {
/* 894  */ 	color: #ffffff;
/* 895  */ }
/* 896  */ .ui-state-error-text,
/* 897  */ .ui-widget-content .ui-state-error-text,
/* 898  */ .ui-widget-header .ui-state-error-text {
/* 899  */ 	color: #ffffff;
/* 900  */ }

/* upcp-jquery-ui.css */

/* 901  */ .ui-priority-primary,
/* 902  */ .ui-widget-content .ui-priority-primary,
/* 903  */ .ui-widget-header .ui-priority-primary {
/* 904  */ 	font-weight: bold;
/* 905  */ }
/* 906  */ .ui-priority-secondary,
/* 907  */ .ui-widget-content .ui-priority-secondary,
/* 908  */ .ui-widget-header .ui-priority-secondary {
/* 909  */ 	opacity: .7;
/* 910  */ 	filter:Alpha(Opacity=70);
/* 911  */ 	font-weight: normal;
/* 912  */ }
/* 913  */ .ui-state-disabled,
/* 914  */ .ui-widget-content .ui-state-disabled,
/* 915  */ .ui-widget-header .ui-state-disabled {
/* 916  */ 	opacity: .35;
/* 917  */ 	filter:Alpha(Opacity=35);
/* 918  */ 	background-image: none;
/* 919  */ }
/* 920  */ .ui-state-disabled .ui-icon {
/* 921  */ 	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
/* 922  */ }
/* 923  */ 
/* 924  */ /* Icons
/* 925  *| ----------------------------------*/
/* 926  */ 
/* 927  */ /* states and images */
/* 928  */ .ui-icon {
/* 929  */ 	width: 16px;
/* 930  */ 	height: 16px;
/* 931  */ }
/* 932  */ .ui-icon,
/* 933  */ .ui-widget-content .ui-icon {
/* 934  */ 	background-image: url(http://www.ftcma.org/wp-content/plugins/ultimate-product-catalogue/css/images/ui-icons_222222_256x240.png);
/* 935  */ }
/* 936  */ .ui-widget-header .ui-icon {
/* 937  */ 	background-image: url(http://www.ftcma.org/wp-content/plugins/ultimate-product-catalogue/css/images/ui-icons_ffffff_256x240.png);
/* 938  */ }
/* 939  */ .ui-state-default .ui-icon {
/* 940  */ 	background-image: url(http://www.ftcma.org/wp-content/plugins/ultimate-product-catalogue/css/images/ui-icons_ef8c08_256x240.png);
/* 941  */ }
/* 942  */ .ui-state-hover .ui-icon,
/* 943  */ .ui-state-focus .ui-icon {
/* 944  */ 	background-image: url(http://www.ftcma.org/wp-content/plugins/ultimate-product-catalogue/css/images/ui-icons_ef8c08_256x240.png);
/* 945  */ }
/* 946  */ .ui-state-active .ui-icon {
/* 947  */ 	background-image: url(http://www.ftcma.org/wp-content/plugins/ultimate-product-catalogue/css/images/ui-icons_ef8c08_256x240.png);
/* 948  */ }
/* 949  */ .ui-state-highlight .ui-icon {
/* 950  */ 	background-image: url(http://www.ftcma.org/wp-content/plugins/ultimate-product-catalogue/css/images/ui-icons_228ef1_256x240.png);

/* upcp-jquery-ui.css */

/* 951  */ }
/* 952  */ .ui-state-error .ui-icon,
/* 953  */ .ui-state-error-text .ui-icon {
/* 954  */ 	background-image: url(http://www.ftcma.org/wp-content/plugins/ultimate-product-catalogue/css/images/ui-icons_ffd27a_256x240.png);
/* 955  */ }
/* 956  */ 
/* 957  */ /* positioning */
/* 958  */ .ui-icon-blank { background-position: 16px 16px; }
/* 959  */ .ui-icon-carat-1-n { background-position: 0 0; }
/* 960  */ .ui-icon-carat-1-ne { background-position: -16px 0; }
/* 961  */ .ui-icon-carat-1-e { background-position: -32px 0; }
/* 962  */ .ui-icon-carat-1-se { background-position: -48px 0; }
/* 963  */ .ui-icon-carat-1-s { background-position: -64px 0; }
/* 964  */ .ui-icon-carat-1-sw { background-position: -80px 0; }
/* 965  */ .ui-icon-carat-1-w { background-position: -96px 0; }
/* 966  */ .ui-icon-carat-1-nw { background-position: -112px 0; }
/* 967  */ .ui-icon-carat-2-n-s { background-position: -128px 0; }
/* 968  */ .ui-icon-carat-2-e-w { background-position: -144px 0; }
/* 969  */ .ui-icon-triangle-1-n { background-position: 0 -16px; }
/* 970  */ .ui-icon-triangle-1-ne { background-position: -16px -16px; }
/* 971  */ .ui-icon-triangle-1-e { background-position: -32px -16px; }
/* 972  */ .ui-icon-triangle-1-se { background-position: -48px -16px; }
/* 973  */ .ui-icon-triangle-1-s { background-position: -64px -16px; }
/* 974  */ .ui-icon-triangle-1-sw { background-position: -80px -16px; }
/* 975  */ .ui-icon-triangle-1-w { background-position: -96px -16px; }
/* 976  */ .ui-icon-triangle-1-nw { background-position: -112px -16px; }
/* 977  */ .ui-icon-triangle-2-n-s { background-position: -128px -16px; }
/* 978  */ .ui-icon-triangle-2-e-w { background-position: -144px -16px; }
/* 979  */ .ui-icon-arrow-1-n { background-position: 0 -32px; }
/* 980  */ .ui-icon-arrow-1-ne { background-position: -16px -32px; }
/* 981  */ .ui-icon-arrow-1-e { background-position: -32px -32px; }
/* 982  */ .ui-icon-arrow-1-se { background-position: -48px -32px; }
/* 983  */ .ui-icon-arrow-1-s { background-position: -64px -32px; }
/* 984  */ .ui-icon-arrow-1-sw { background-position: -80px -32px; }
/* 985  */ .ui-icon-arrow-1-w { background-position: -96px -32px; }
/* 986  */ .ui-icon-arrow-1-nw { background-position: -112px -32px; }
/* 987  */ .ui-icon-arrow-2-n-s { background-position: -128px -32px; }
/* 988  */ .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
/* 989  */ .ui-icon-arrow-2-e-w { background-position: -160px -32px; }
/* 990  */ .ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
/* 991  */ .ui-icon-arrowstop-1-n { background-position: -192px -32px; }
/* 992  */ .ui-icon-arrowstop-1-e { background-position: -208px -32px; }
/* 993  */ .ui-icon-arrowstop-1-s { background-position: -224px -32px; }
/* 994  */ .ui-icon-arrowstop-1-w { background-position: -240px -32px; }
/* 995  */ .ui-icon-arrowthick-1-n { background-position: 0 -48px; }
/* 996  */ .ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
/* 997  */ .ui-icon-arrowthick-1-e { background-position: -32px -48px; }
/* 998  */ .ui-icon-arrowthick-1-se { background-position: -48px -48px; }
/* 999  */ .ui-icon-arrowthick-1-s { background-position: -64px -48px; }
/* 1000 */ .ui-icon-arrowthick-1-sw { background-position: -80px -48px; }

/* upcp-jquery-ui.css */

/* 1001 */ .ui-icon-arrowthick-1-w { background-position: -96px -48px; }
/* 1002 */ .ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
/* 1003 */ .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
/* 1004 */ .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
/* 1005 */ .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
/* 1006 */ .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
/* 1007 */ .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
/* 1008 */ .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
/* 1009 */ .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
/* 1010 */ .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
/* 1011 */ .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
/* 1012 */ .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
/* 1013 */ .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
/* 1014 */ .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
/* 1015 */ .ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
/* 1016 */ .ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
/* 1017 */ .ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
/* 1018 */ .ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
/* 1019 */ .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
/* 1020 */ .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
/* 1021 */ .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
/* 1022 */ .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
/* 1023 */ .ui-icon-arrow-4 { background-position: 0 -80px; }
/* 1024 */ .ui-icon-arrow-4-diag { background-position: -16px -80px; }
/* 1025 */ .ui-icon-extlink { background-position: -32px -80px; }
/* 1026 */ .ui-icon-newwin { background-position: -48px -80px; }
/* 1027 */ .ui-icon-refresh { background-position: -64px -80px; }
/* 1028 */ .ui-icon-shuffle { background-position: -80px -80px; }
/* 1029 */ .ui-icon-transfer-e-w { background-position: -96px -80px; }
/* 1030 */ .ui-icon-transferthick-e-w { background-position: -112px -80px; }
/* 1031 */ .ui-icon-folder-collapsed { background-position: 0 -96px; }
/* 1032 */ .ui-icon-folder-open { background-position: -16px -96px; }
/* 1033 */ .ui-icon-document { background-position: -32px -96px; }
/* 1034 */ .ui-icon-document-b { background-position: -48px -96px; }
/* 1035 */ .ui-icon-note { background-position: -64px -96px; }
/* 1036 */ .ui-icon-mail-closed { background-position: -80px -96px; }
/* 1037 */ .ui-icon-mail-open { background-position: -96px -96px; }
/* 1038 */ .ui-icon-suitcase { background-position: -112px -96px; }
/* 1039 */ .ui-icon-comment { background-position: -128px -96px; }
/* 1040 */ .ui-icon-person { background-position: -144px -96px; }
/* 1041 */ .ui-icon-print { background-position: -160px -96px; }
/* 1042 */ .ui-icon-trash { background-position: -176px -96px; }
/* 1043 */ .ui-icon-locked { background-position: -192px -96px; }
/* 1044 */ .ui-icon-unlocked { background-position: -208px -96px; }
/* 1045 */ .ui-icon-bookmark { background-position: -224px -96px; }
/* 1046 */ .ui-icon-tag { background-position: -240px -96px; }
/* 1047 */ .ui-icon-home { background-position: 0 -112px; }
/* 1048 */ .ui-icon-flag { background-position: -16px -112px; }
/* 1049 */ .ui-icon-calendar { background-position: -32px -112px; }
/* 1050 */ .ui-icon-cart { background-position: -48px -112px; }

/* upcp-jquery-ui.css */

/* 1051 */ .ui-icon-pencil { background-position: -64px -112px; }
/* 1052 */ .ui-icon-clock { background-position: -80px -112px; }
/* 1053 */ .ui-icon-disk { background-position: -96px -112px; }
/* 1054 */ .ui-icon-calculator { background-position: -112px -112px; }
/* 1055 */ .ui-icon-zoomin { background-position: -128px -112px; }
/* 1056 */ .ui-icon-zoomout { background-position: -144px -112px; }
/* 1057 */ .ui-icon-search { background-position: -160px -112px; }
/* 1058 */ .ui-icon-wrench { background-position: -176px -112px; }
/* 1059 */ .ui-icon-gear { background-position: -192px -112px; }
/* 1060 */ .ui-icon-heart { background-position: -208px -112px; }
/* 1061 */ .ui-icon-star { background-position: -224px -112px; }
/* 1062 */ .ui-icon-link { background-position: -240px -112px; }
/* 1063 */ .ui-icon-cancel { background-position: 0 -128px; }
/* 1064 */ .ui-icon-plus { background-position: -16px -128px; }
/* 1065 */ .ui-icon-plusthick { background-position: -32px -128px; }
/* 1066 */ .ui-icon-minus { background-position: -48px -128px; }
/* 1067 */ .ui-icon-minusthick { background-position: -64px -128px; }
/* 1068 */ .ui-icon-close { background-position: -80px -128px; }
/* 1069 */ .ui-icon-closethick { background-position: -96px -128px; }
/* 1070 */ .ui-icon-key { background-position: -112px -128px; }
/* 1071 */ .ui-icon-lightbulb { background-position: -128px -128px; }
/* 1072 */ .ui-icon-scissors { background-position: -144px -128px; }
/* 1073 */ .ui-icon-clipboard { background-position: -160px -128px; }
/* 1074 */ .ui-icon-copy { background-position: -176px -128px; }
/* 1075 */ .ui-icon-contact { background-position: -192px -128px; }
/* 1076 */ .ui-icon-image { background-position: -208px -128px; }
/* 1077 */ .ui-icon-video { background-position: -224px -128px; }
/* 1078 */ .ui-icon-script { background-position: -240px -128px; }
/* 1079 */ .ui-icon-alert { background-position: 0 -144px; }
/* 1080 */ .ui-icon-info { background-position: -16px -144px; }
/* 1081 */ .ui-icon-notice { background-position: -32px -144px; }
/* 1082 */ .ui-icon-help { background-position: -48px -144px; }
/* 1083 */ .ui-icon-check { background-position: -64px -144px; }
/* 1084 */ .ui-icon-bullet { background-position: -80px -144px; }
/* 1085 */ .ui-icon-radio-on { background-position: -96px -144px; }
/* 1086 */ .ui-icon-radio-off { background-position: -112px -144px; }
/* 1087 */ .ui-icon-pin-w { background-position: -128px -144px; }
/* 1088 */ .ui-icon-pin-s { background-position: -144px -144px; }
/* 1089 */ .ui-icon-play { background-position: 0 -160px; }
/* 1090 */ .ui-icon-pause { background-position: -16px -160px; }
/* 1091 */ .ui-icon-seek-next { background-position: -32px -160px; }
/* 1092 */ .ui-icon-seek-prev { background-position: -48px -160px; }
/* 1093 */ .ui-icon-seek-end { background-position: -64px -160px; }
/* 1094 */ .ui-icon-seek-start { background-position: -80px -160px; }
/* 1095 */ /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* 1096 */ .ui-icon-seek-first { background-position: -80px -160px; }
/* 1097 */ .ui-icon-stop { background-position: -96px -160px; }
/* 1098 */ .ui-icon-eject { background-position: -112px -160px; }
/* 1099 */ .ui-icon-volume-off { background-position: -128px -160px; }
/* 1100 */ .ui-icon-volume-on { background-position: -144px -160px; }

/* upcp-jquery-ui.css */

/* 1101 */ .ui-icon-power { background-position: 0 -176px; }
/* 1102 */ .ui-icon-signal-diag { background-position: -16px -176px; }
/* 1103 */ .ui-icon-signal { background-position: -32px -176px; }
/* 1104 */ .ui-icon-battery-0 { background-position: -48px -176px; }
/* 1105 */ .ui-icon-battery-1 { background-position: -64px -176px; }
/* 1106 */ .ui-icon-battery-2 { background-position: -80px -176px; }
/* 1107 */ .ui-icon-battery-3 { background-position: -96px -176px; }
/* 1108 */ .ui-icon-circle-plus { background-position: 0 -192px; }
/* 1109 */ .ui-icon-circle-minus { background-position: -16px -192px; }
/* 1110 */ .ui-icon-circle-close { background-position: -32px -192px; }
/* 1111 */ .ui-icon-circle-triangle-e { background-position: -48px -192px; }
/* 1112 */ .ui-icon-circle-triangle-s { background-position: -64px -192px; }
/* 1113 */ .ui-icon-circle-triangle-w { background-position: -80px -192px; }
/* 1114 */ .ui-icon-circle-triangle-n { background-position: -96px -192px; }
/* 1115 */ .ui-icon-circle-arrow-e { background-position: -112px -192px; }
/* 1116 */ .ui-icon-circle-arrow-s { background-position: -128px -192px; }
/* 1117 */ .ui-icon-circle-arrow-w { background-position: -144px -192px; }
/* 1118 */ .ui-icon-circle-arrow-n { background-position: -160px -192px; }
/* 1119 */ .ui-icon-circle-zoomin { background-position: -176px -192px; }
/* 1120 */ .ui-icon-circle-zoomout { background-position: -192px -192px; }
/* 1121 */ .ui-icon-circle-check { background-position: -208px -192px; }
/* 1122 */ .ui-icon-circlesmall-plus { background-position: 0 -208px; }
/* 1123 */ .ui-icon-circlesmall-minus { background-position: -16px -208px; }
/* 1124 */ .ui-icon-circlesmall-close { background-position: -32px -208px; }
/* 1125 */ .ui-icon-squaresmall-plus { background-position: -48px -208px; }
/* 1126 */ .ui-icon-squaresmall-minus { background-position: -64px -208px; }
/* 1127 */ .ui-icon-squaresmall-close { background-position: -80px -208px; }
/* 1128 */ .ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
/* 1129 */ .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
/* 1130 */ .ui-icon-grip-solid-vertical { background-position: -32px -224px; }
/* 1131 */ .ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
/* 1132 */ .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
/* 1133 */ .ui-icon-grip-diagonal-se { background-position: -80px -224px; }
/* 1134 */ 
/* 1135 */ 
/* 1136 */ /* Misc visuals
/* 1137 *| ----------------------------------*/
/* 1138 */ 
/* 1139 */ /* Corner radius */
/* 1140 */ .ui-corner-all,
/* 1141 */ .ui-corner-top,
/* 1142 */ .ui-corner-left,
/* 1143 */ .ui-corner-tl {
/* 1144 */ 	border-top-left-radius: 4px;
/* 1145 */ }
/* 1146 */ .ui-corner-all,
/* 1147 */ .ui-corner-top,
/* 1148 */ .ui-corner-right,
/* 1149 */ .ui-corner-tr {
/* 1150 */ 	border-top-right-radius: 4px;

/* upcp-jquery-ui.css */

/* 1151 */ }
/* 1152 */ .ui-corner-all,
/* 1153 */ .ui-corner-bottom,
/* 1154 */ .ui-corner-left,
/* 1155 */ .ui-corner-bl {
/* 1156 */ 	border-bottom-left-radius: 4px;
/* 1157 */ }
/* 1158 */ .ui-corner-all,
/* 1159 */ .ui-corner-bottom,
/* 1160 */ .ui-corner-right,
/* 1161 */ .ui-corner-br {
/* 1162 */ 	border-bottom-right-radius: 4px;
/* 1163 */ }
/* 1164 */ 
/* 1165 */ /* Overlays */
/* 1166 */ .ui-widget-overlay {
/* 1167 */ 	background: #666666 url(http://www.ftcma.org/wp-content/plugins/ultimate-product-catalogue/css/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
/* 1168 */ 	opacity: .5;
/* 1169 */ 	filter: Alpha(Opacity=50);
/* 1170 */ }
/* 1171 */ .ui-widget-shadow {
/* 1172 */ 	margin: -5px 0 0 -5px;
/* 1173 */ 	padding: 5px;
/* 1174 */ 	background: #000000 url(http://www.ftcma.org/wp-content/plugins/ultimate-product-catalogue/css/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
/* 1175 */ 	opacity: .2;
/* 1176 */ 	filter: Alpha(Opacity=20);
/* 1177 */ 	border-radius: 5px;
/* 1178 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home3/fcart/public_html
currentDir : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css

*/

/* jquery.gridster.css */

/* 1   */ /*! gridster.js - v0.5.1 - 2014-03-26
/* 2   *| * http://gridster.net/
/* 3   *| * Copyright (c) 2014 ducksboard; Licensed MIT */
/* 4   */ 
/* 5   */ .gridster {
/* 6   */     position:relative;
/* 7   */ }
/* 8   */ 
/* 9   */ .gridster > * {
/* 10  */     margin: 0 auto;
/* 11  */     -webkit-transition: height .4s, width .4s;
/* 12  */     -moz-transition: height .4s, width .4s;
/* 13  */     -o-transition: height .4s, width .4s;
/* 14  */     -ms-transition: height .4s, width .4s;
/* 15  */     transition: height .4s, width .4s;
/* 16  */ }
/* 17  */ 
/* 18  */ .gridster .gs-w {
/* 19  */     z-index: 2;
/* 20  */     position: absolute;
/* 21  */ }
/* 22  */ 
/* 23  */ .ready .gs-w:not(.preview-holder) {
/* 24  */     -webkit-transition: opacity .3s, left .3s, top .3s;
/* 25  */     -moz-transition: opacity .3s, left .3s, top .3s;
/* 26  */     -o-transition: opacity .3s, left .3s, top .3s;
/* 27  */     transition: opacity .3s, left .3s, top .3s;
/* 28  */ }
/* 29  */ 
/* 30  */ .ready .gs-w:not(.preview-holder),
/* 31  */ .ready .resize-preview-holder {
/* 32  */     -webkit-transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
/* 33  */     -moz-transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
/* 34  */     -o-transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
/* 35  */     transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
/* 36  */ 		background: #CCCCCC;
/* 37  */ }
/* 38  */ 
/* 39  */ .ready .gs-w:not(.preview-holder).prod-page-front-end {
/* 40  */     background:none;
/* 41  */     text-indent: 0;
/* 42  */ }
/* 43  */ 
/* 44  */ /*.ready .resize-preview-holder:hover {
/* 45  *|   cursor: pointer;
/* 46  *| }*/
/* 47  */ 
/* 48  */ .gridster .preview-holder {
/* 49  */     z-index: 1;
/* 50  */     position: absolute;

/* jquery.gridster.css */

/* 51  */     background-color: #BBB;
/* 52  */     border-color: #BBB;
/* 53  */     opacity: 0.3;
/* 54  */ }
/* 55  */ 
/* 56  */ .gridster .player-revert {
/* 57  */     z-index: 10!important;
/* 58  */     -webkit-transition: left .3s, top .3s!important;
/* 59  */     -moz-transition: left .3s, top .3s!important;
/* 60  */     -o-transition: left .3s, top .3s!important;
/* 61  */     transition:  left .3s, top .3s!important;
/* 62  */ }
/* 63  */ 
/* 64  */ .gridster .dragging,
/* 65  */ .gridster .resizing {
/* 66  */     z-index: 10!important;
/* 67  */     -webkit-transition: all 0s !important;
/* 68  */     -moz-transition: all 0s !important;
/* 69  */     -o-transition: all 0s !important;
/* 70  */     transition: all 0s !important;
/* 71  */ }
/* 72  */ 
/* 73  */ 
/* 74  */ .gs-resize-handle {
/* 75  */     position: absolute;
/* 76  */     z-index: 1;
/* 77  */ }
/* 78  */ 
/* 79  */ .gs-resize-handle-both {
/* 80  */     width: 20px;
/* 81  */     height: 20px;
/* 82  */     bottom: -8px;
/* 83  */     right: -8px;
/* 84  */     background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg08IS0tIEdlbmVyYXRvcjogQWRvYmUgRmlyZXdvcmtzIENTNiwgRXhwb3J0IFNWRyBFeHRlbnNpb24gYnkgQWFyb24gQmVhbGwgKGh0dHA6Ly9maXJld29ya3MuYWJlYWxsLmNvbSkgLiBWZXJzaW9uOiAwLjYuMSAgLS0+DTwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DTxzdmcgaWQ9IlVudGl0bGVkLVBhZ2UlMjAxIiB2aWV3Qm94PSIwIDAgNiA2IiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjojZmZmZmZmMDAiIHZlcnNpb249IjEuMSINCXhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiDQl4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjZweCIgaGVpZ2h0PSI2cHgiDT4NCTxnIG9wYWNpdHk9IjAuMzAyIj4NCQk8cGF0aCBkPSJNIDYgNiBMIDAgNiBMIDAgNC4yIEwgNCA0LjIgTCA0LjIgNC4yIEwgNC4yIDAgTCA2IDAgTCA2IDYgTCA2IDYgWiIgZmlsbD0iIzAwMDAwMCIvPg0JPC9nPg08L3N2Zz4=');
/* 85  */     background-position: top left;
/* 86  */     background-repeat: no-repeat;
/* 87  */     cursor: se-resize;
/* 88  */     z-index: 20;
/* 89  */ }
/* 90  */ 
/* 91  */ .gs-resize-handle-x {
/* 92  */     top: 0;
/* 93  */     bottom: 13px;
/* 94  */     right: -5px;
/* 95  */     width: 10px;
/* 96  */     cursor: e-resize;
/* 97  */ }
/* 98  */ 
/* 99  */ .gs-resize-handle-y {
/* 100 */     left: 0;

/* jquery.gridster.css */

/* 101 */     right: 13px;
/* 102 */     bottom: -5px;
/* 103 */     height: 10px;
/* 104 */     cursor: s-resize;
/* 105 */ }
/* 106 */ 
/* 107 */ .gs-w:hover .gs-resize-handle,
/* 108 */ .resizing .gs-resize-handle {
/* 109 */     opacity: 1;
/* 110 */ }
/* 111 */ 
/* 112 */ .gs-resize-handle,
/* 113 */ .gs-w.dragging .gs-resize-handle {
/* 114 */     opacity: 0;
/* 115 */ }
/* 116 */ 
/* 117 */ .gs-resize-disabled .gs-resize-handle {
/* 118 */     display: none!important;
/* 119 */ }
/* 120 */ 
/* 121 */ [data-max-sizex="1"] .gs-resize-handle-x,
/* 122 */ [data-max-sizey="1"] .gs-resize-handle-y,
/* 123 */ [data-max-sizey="1"][data-max-sizex="1"] .gs-resize-handle {
/* 124 */     display: none !important;
/* 125 */ }
/* 126 */ 
/* 127 */ .gs-delete-handle {
/* 128 */     height:16px;
/* 129 */ 		width:16px;
/* 130 */ 		margin-top: -15px;
/* 131 */ 		margin-left: 3px;
/* 132 */ 		cursor: pointer;
/* 133 */ 		z-index:20;
/* 134 */ 		position:absolute;
/* 135 */ 		background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAMtJREFUeNqkkzsOgzAQRAdzEyRyEyoabkELJ4GWQ9DZFMBFWAtuYm2ayHIS/FGykst58s7MZsyMf0YAgL5oVpsyqSK1KaMvmi2ATt0suxTjNES/M04DL7sUdOrGAuqqzsviAX0RQpBxGlhfhLJ4oK7q3AIAoGv7LARxxV3bZ28exCA+MQBkdym4gpfJt2IvwIUA8Iq/Vvi5B6EVYumImNuxdERKVCGISIkqBBFOt4Nuf0Ls7TAz6DxmuUrDzEh5cpWGzmNmZn8PUuc5AOwf11e1UulfAAAAAElFTkSuQmCC');
/* 136 */ }
/* 137 */ 
/* 138 */ .prod-page-div {
/* 139 */   text-indent: 20px;
/* 140 */ }
/* 141 */ 
/* 142 */ /* Uncomment this if you set helper : "clone" in draggable options */
/* 143 */ /*.gridster .player {
/* 144 *|   opacity:0;
/* 145 *| }
/* 146 *| */
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home3/fcart/public_html
currentDir : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css

file-relative URI  : fonts/ewd-lightbox-arrow/untitled-font-7.eot
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-arrow/untitled-font-7.eot
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-arrow/untitled-font-7.eot
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-arrow/untitled-font-7.eot

file-relative URI  : fonts/ewd-lightbox-arrow/untitled-font-7.woff2
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-arrow/untitled-font-7.woff2
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-arrow/untitled-font-7.woff2
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-arrow/untitled-font-7.woff2

file-relative URI  : fonts/ewd-lightbox-arrow/untitled-font-7.woff
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-arrow/untitled-font-7.woff
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-arrow/untitled-font-7.woff
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-arrow/untitled-font-7.woff

file-relative URI  : fonts/ewd-lightbox-arrow/untitled-font-7.ttf
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-arrow/untitled-font-7.ttf
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-arrow/untitled-font-7.ttf
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-arrow/untitled-font-7.ttf

file-relative URI  : fonts/ewd-lightbox-arrow/untitled-font-7.svg#untitled-font-7
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-arrow/untitled-font-7.svg#untitled-font-7
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-arrow/untitled-font-7.svg#untitled-font-7
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-arrow/untitled-font-7.svg#untitled-font-7

file-relative URI  : fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.eot
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.eot
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.eot
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.eot

file-relative URI  : fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.woff2
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.woff2
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.woff2
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.woff2

file-relative URI  : fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.woff
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.woff
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.woff
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.woff

file-relative URI  : fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.ttf
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.ttf
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.ttf
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.ttf

file-relative URI  : fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.svg#ewd-lightbox-autoplay
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.svg#ewd-lightbox-autoplay
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.svg#ewd-lightbox-autoplay
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.svg#ewd-lightbox-autoplay

file-relative URI  : fonts/ewd-lightbox-close/ewd-lightbox-close.eot
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-close/ewd-lightbox-close.eot
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-close/ewd-lightbox-close.eot
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-close/ewd-lightbox-close.eot

file-relative URI  : fonts/ewd-lightbox-close/ewd-lightbox-close.woff2
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-close/ewd-lightbox-close.woff2
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-close/ewd-lightbox-close.woff2
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-close/ewd-lightbox-close.woff2

file-relative URI  : fonts/ewd-lightbox-close/ewd-lightbox-close.woff
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-close/ewd-lightbox-close.woff
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-close/ewd-lightbox-close.woff
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-close/ewd-lightbox-close.woff

file-relative URI  : fonts/ewd-lightbox-close/ewd-lightbox-close.ttf
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-close/ewd-lightbox-close.ttf
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-close/ewd-lightbox-close.ttf
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-close/ewd-lightbox-close.ttf

file-relative URI  : fonts/ewd-lightbox-close/ewd-lightbox-close.svg#ewd-lightbox-close
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-close/ewd-lightbox-close.svg#ewd-lightbox-close
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-close/ewd-lightbox-close.svg#ewd-lightbox-close
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-close/ewd-lightbox-close.svg#ewd-lightbox-close

file-relative URI  : fonts/ewd-lightbox-download/ewd-lightbox-download.eot
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-download/ewd-lightbox-download.eot
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-download/ewd-lightbox-download.eot
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-download/ewd-lightbox-download.eot

file-relative URI  : fonts/ewd-lightbox-download/ewd-lightbox-download.woff2
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-download/ewd-lightbox-download.woff2
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-download/ewd-lightbox-download.woff2
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-download/ewd-lightbox-download.woff2

file-relative URI  : fonts/ewd-lightbox-download/ewd-lightbox-download.woff
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-download/ewd-lightbox-download.woff
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-download/ewd-lightbox-download.woff
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-download/ewd-lightbox-download.woff

file-relative URI  : fonts/ewd-lightbox-download/ewd-lightbox-download.ttf
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-download/ewd-lightbox-download.ttf
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-download/ewd-lightbox-download.ttf
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-download/ewd-lightbox-download.ttf

file-relative URI  : fonts/ewd-lightbox-download/ewd-lightbox-download.svg#ewd-lightbox-download
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-download/ewd-lightbox-download.svg#ewd-lightbox-download
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-download/ewd-lightbox-download.svg#ewd-lightbox-download
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-download/ewd-lightbox-download.svg#ewd-lightbox-download

file-relative URI  : fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.eot
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.eot
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.eot
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.eot

file-relative URI  : fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.woff2
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.woff2
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.woff2
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.woff2

file-relative URI  : fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.woff
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.woff
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.woff
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.woff

file-relative URI  : fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.ttf
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.ttf
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.ttf
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.ttf

file-relative URI  : fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.svg#ewd-lightbox-exit-fullscreen
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.svg#ewd-lightbox-exit-fullscreen
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.svg#ewd-lightbox-exit-fullscreen
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.svg#ewd-lightbox-exit-fullscreen

file-relative URI  : fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.eot
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.eot
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.eot
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.eot

file-relative URI  : fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.woff2
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.woff2
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.woff2
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.woff2

file-relative URI  : fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.woff
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.woff
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.woff
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.woff

file-relative URI  : fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.ttf
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.ttf
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.ttf
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.ttf

file-relative URI  : fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.svg#ewd-lightbox-fullscreen
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.svg#ewd-lightbox-fullscreen
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.svg#ewd-lightbox-fullscreen
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.svg#ewd-lightbox-fullscreen

file-relative URI  : fonts/ewd-lightbox-original/ewd-lightbox-original.eot
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-original/ewd-lightbox-original.eot
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-original/ewd-lightbox-original.eot
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-original/ewd-lightbox-original.eot

file-relative URI  : fonts/ewd-lightbox-original/ewd-lightbox-original.woff2
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-original/ewd-lightbox-original.woff2
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-original/ewd-lightbox-original.woff2
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-original/ewd-lightbox-original.woff2

file-relative URI  : fonts/ewd-lightbox-original/ewd-lightbox-original.woff
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-original/ewd-lightbox-original.woff
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-original/ewd-lightbox-original.woff
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-original/ewd-lightbox-original.woff

file-relative URI  : fonts/ewd-lightbox-original/ewd-lightbox-original.ttf
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-original/ewd-lightbox-original.ttf
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-original/ewd-lightbox-original.ttf
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-original/ewd-lightbox-original.ttf

file-relative URI  : fonts/ewd-lightbox-original/ewd-lightbox-original.svg#ewd-lightbox-original
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-original/ewd-lightbox-original.svg#ewd-lightbox-original
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-original/ewd-lightbox-original.svg#ewd-lightbox-original
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-original/ewd-lightbox-original.svg#ewd-lightbox-original

file-relative URI  : fonts/ewd-lightbox-share/ewd-lightbox-share.eot
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-share/ewd-lightbox-share.eot
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-share/ewd-lightbox-share.eot
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-share/ewd-lightbox-share.eot

file-relative URI  : fonts/ewd-lightbox-share/ewd-lightbox-share.woff2
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-share/ewd-lightbox-share.woff2
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-share/ewd-lightbox-share.woff2
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-share/ewd-lightbox-share.woff2

file-relative URI  : fonts/ewd-lightbox-share/ewd-lightbox-share.woff
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-share/ewd-lightbox-share.woff
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-share/ewd-lightbox-share.woff
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-share/ewd-lightbox-share.woff

file-relative URI  : fonts/ewd-lightbox-share/ewd-lightbox-share.ttf
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-share/ewd-lightbox-share.ttf
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-share/ewd-lightbox-share.ttf
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-share/ewd-lightbox-share.ttf

file-relative URI  : fonts/ewd-lightbox-share/ewd-lightbox-share.svg#ewd-lightbox-share
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-share/ewd-lightbox-share.svg#ewd-lightbox-share
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-share/ewd-lightbox-share.svg#ewd-lightbox-share
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-share/ewd-lightbox-share.svg#ewd-lightbox-share

file-relative URI  : fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.eot
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.eot
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.eot
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.eot

file-relative URI  : fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.woff2
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.woff2
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.woff2
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.woff2

file-relative URI  : fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.woff
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.woff
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.woff
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.woff

file-relative URI  : fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.ttf
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.ttf
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.ttf
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.ttf

file-relative URI  : fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.svg#ewd-lightbox-thumbnail
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.svg#ewd-lightbox-thumbnail
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.svg#ewd-lightbox-thumbnail
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.svg#ewd-lightbox-thumbnail

file-relative URI  : fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.eot
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.eot
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.eot
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.eot

file-relative URI  : fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.woff2
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.woff2
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.woff2
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.woff2

file-relative URI  : fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.woff
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.woff
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.woff
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.woff

file-relative URI  : fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.ttf
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.ttf
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.ttf
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.ttf

file-relative URI  : fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.svg#ewd-lightbox-unzoom
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.svg#ewd-lightbox-unzoom
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.svg#ewd-lightbox-unzoom
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.svg#ewd-lightbox-unzoom

file-relative URI  : fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.eot
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.eot
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.eot
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.eot

file-relative URI  : fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.woff2
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.woff2
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.woff2
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.woff2

file-relative URI  : fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.woff
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.woff
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.woff
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.woff

file-relative URI  : fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.ttf
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.ttf
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.ttf
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.ttf

file-relative URI  : fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.svg#ewd-lightbox-zoom
path prepended     : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.svg#ewd-lightbox-zoom
docroot stripped   : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.svg#ewd-lightbox-zoom
traversals removed : /wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.svg#ewd-lightbox-zoom

*/

/* ewd-ulb-main.css */

/* 1   */ @charset "UTF-8";
/* 2   */ 
/* 3   */ 
/* 4   */ /*
/* 5   *| ==============================================
/* 6   *| Videos
/* 7   *| ==============================================
/* 8   *| */
/* 9   */ 
/* 10  */ /*.ewd-ulb-video {
/* 11  *| 	background: #000;
/* 12  *| }
/* 13  *| 
/* 14  *| .ewd-ulb-video-holder {
/* 15  *| 	max-width: 640px;
/* 16  *|  	margin: 0px auto;
/* 17  *| }
/* 18  *| 
/* 19  *| .ewd-ulb-video-holder > div {
/* 20  *| 	position: relative;
/* 21  *| 	padding-bottom: 60%;
/* 22  *| 	height: 0px;
/* 23  *| }
/* 24  *| 
/* 25  *| .ewd-ulb-video-holder iframe {
/* 26  *| 	position: absolute;
/* 27  *| 	top: 0px;
/* 28  *| 	left: 0px;
/* 29  *| 	width: 100%;
/* 30  *| 	height: 100%;
/* 31  *| }
/* 32  *| */
/* 33  */ 
/* 34  */ 
/* 35  */ /*
/* 36  *| ==============================================
/* 37  *| Lightbox
/* 38  *| ==============================================
/* 39  *| */
/* 40  */ 
/* 41  */ /*.lg-outer .lg-thumb {
/* 42  *| 	margin: 0 auto -5px;
/* 43  *| }*/
/* 44  */ 
/* 45  */ /* BACKGROUND OVERLAY */
/* 46  */ .ewd-ulb-background {
/* 47  */ 	z-index: 9000;
/* 48  */ 	position: fixed;
/* 49  */ 	top: 0;
/* 50  */ 	left: 0;

/* ewd-ulb-main.css */

/* 51  */ 	width: 100%;
/* 52  */ 	height: 100% !important;
/* 53  */ 	background: #222;
/* 54  */ 	background: rgba(0,0,0,.83);
/* 55  */ }
/* 56  */ 
/* 57  */ /* CONTAINER */
/* 58  */ .ewd-ulb-lightbox-container {
/* 59  */ 	z-index: 9001;
/* 60  */ 	position: fixed;
/* 61  */ 	top: 0;
/* 62  */ 	left: 0;
/* 63  */ 	width: 100%;
/* 64  */ 	height: 100%;
/* 65  */ 	height: 100vh;
/* 66  */ }
/* 67  */ .ewd-ulb-slide-container {
/* 68  */ 	position: relative;
/* 69  */ 	float: left;
/* 70  */ 	width: calc(100% - 160px);
/* 71  */ 	padding: 0 10px;
/* 72  */ 	height: calc(100% - 116px);
/* 73  */ 	height: calc(100vh - 116px);
/* 74  */ 	margin: 58px 80px 0;
/* 75  */ }
/* 76  */ .ewd-ulb-thumbnails-top .ewd-ulb-slide-container, .ewd-ulb-thumbnails-bottom .ewd-ulb-slide-container {
/* 77  */ 	height: calc(100% - 222px);
/* 78  */ 	height: calc(100vh - 222px);
/* 79  */ }
/* 80  */ @media screen and (max-width: 640px) {
/* 81  */ 	.ewd-ulb-slide-container {
/* 82  */ 		width: 96%;
/* 83  */ 		margin: 58px 2% 0;
/* 84  */ 	}
/* 85  */ }
/* 86  */ .ewd-ulb-thumbnails-top .ewd-ulb-slide-container {
/* 87  */ 	margin-top: 164px;
/* 88  */ }
/* 89  */ .ewd-ulb-slide {
/* 90  */ 	position: absolute;
/* 91  */ 	left: 0;
/* 92  */ 	top: 0;
/* 93  */ 	width: 100%;
/* 94  */ 	height: 100%;
/* 95  */ 	display: none;
/* 96  */ }
/* 97  */ .ewd-ulb-active-slide {
/* 98  */ 	display: block;
/* 99  */ }
/* 100 */ 

/* ewd-ulb-main.css */

/* 101 */ .ewd-ulb-old-active-slide.ewd-ulb-transition-next.ewd-ulb-no-transition,
/* 102 */ .ewd-ulb-old-active-slide.ewd-ulb-transition-previous.ewd-ulb-no-transition {
/* 103 */ 	display: none;
/* 104 */ }
/* 105 */ 
/* 106 */ .ewd-ulb-active-slide.ewd-ulb-transition-next.ewd-ulb-horizontal-slide {
/* 107 */ 	left: 100%;
/* 108 */ 	-webkit-animation: 0.5s linear 0s slidein forwards;
/* 109 */ 	-moz-animation: 0.5s linear 0s slidein forwards;
/* 110 */ 	-o-animation: 0.5s linear 0s slidein forwards;
/* 111 */ 	animation: 0.5s linear 0s slidein forwards;
/* 112 */ }
/* 113 */ @-webkit-keyframes slidein {
/* 114 */ 	100% {
/* 115 */ 		left: 0px;
/* 116 */ 		opacity: 1;
/* 117 */ 	}
/* 118 */ }
/* 119 */ @-moz-keyframes slidein {
/* 120 */ 	100% {
/* 121 */ 		left: 0px;
/* 122 */ 		opacity: 1;
/* 123 */ 	}
/* 124 */ }
/* 125 */ @-o-keyframes slidein {
/* 126 */ 	100% {
/* 127 */ 		left: 0px;
/* 128 */ 		opacity: 1;
/* 129 */ 	}
/* 130 */ }
/* 131 */ @keyframes slidein {
/* 132 */ 	100% {
/* 133 */ 		left: 0px;
/* 134 */ 		opacity: 1;
/* 135 */ 	}
/* 136 */ }
/* 137 */ .ewd-ulb-old-active-slide.ewd-ulb-transition-next.ewd-ulb-horizontal-slide {
/* 138 */ 	left: 0px;
/* 139 */ 	-webkit-animation: 0.5s linear 0s slideout forwards;
/* 140 */ 	-moz-animation: 0.5s linear 0s slideout forwards;
/* 141 */ 	-o-animation: 0.5s linear 0s slideout forwards;
/* 142 */ 	animation: 0.5s linear 0s slideout forwards;
/* 143 */ }
/* 144 */ @-webkit-keyframes slideout {
/* 145 */ 	100% {
/* 146 */ 		left: -100%;
/* 147 */ 		opacity: 1;
/* 148 */ 	}
/* 149 */ }
/* 150 */ @-moz-keyframes slideout {

/* ewd-ulb-main.css */

/* 151 */ 	100% {
/* 152 */ 		left: -100%;
/* 153 */ 		opacity: 1;
/* 154 */ 	}
/* 155 */ }
/* 156 */ @-o-keyframes slideout {
/* 157 */ 	100% {
/* 158 */ 		left: -100%;
/* 159 */ 		opacity: 1;
/* 160 */ 	}
/* 161 */ }
/* 162 */ @keyframes slideout {
/* 163 */ 	100% {
/* 164 */ 		left: -100%;
/* 165 */ 		opacity: 1;
/* 166 */ 	}
/* 167 */ }
/* 168 */ 
/* 169 */ .ewd-ulb-active-slide.ewd-ulb-transition-previous.ewd-ulb-horizontal-slide {
/* 170 */ 	left: -100%;
/* 171 */ 	-webkit-animation: 0.5s linear 0s prevSlidein forwards;
/* 172 */ 	-moz-animation: 0.5s linear 0s prevSlidein forwards;
/* 173 */ 	-o-animation: 0.5s linear 0s prevSlidein forwards;
/* 174 */ 	animation: 0.5s linear 0s prevSlidein forwards;
/* 175 */ }
/* 176 */ @-webkit-keyframes prevSlidein {
/* 177 */ 	100% {
/* 178 */ 		left: 0px;
/* 179 */ 		opacity: 1;
/* 180 */ 	}
/* 181 */ }
/* 182 */ @-moz-keyframes prevSlidein {
/* 183 */ 	100% {
/* 184 */ 		left: 0px;
/* 185 */ 		opacity: 1;
/* 186 */ 	}
/* 187 */ }
/* 188 */ @-o-keyframes prevSlidein {
/* 189 */ 	100% {
/* 190 */ 		left: 0px;
/* 191 */ 		opacity: 1;
/* 192 */ 	}
/* 193 */ }
/* 194 */ @keyframes prevSlidein {
/* 195 */ 	100% {
/* 196 */ 		left: 0px;
/* 197 */ 		opacity: 1;
/* 198 */ 	}
/* 199 */ }
/* 200 */ .ewd-ulb-old-active-slide.ewd-ulb-transition-previous.ewd-ulb-horizontal-slide {

/* ewd-ulb-main.css */

/* 201 */ 	left: 0px;
/* 202 */ 	-webkit-animation: 0.5s linear 0s prevSlideout forwards;
/* 203 */ 	-moz-animation: 0.5s linear 0s prevSlideout forwards;
/* 204 */ 	-o-animation: 0.5s linear 0s prevSlideout forwards;
/* 205 */ 	animation: 0.5s linear 0s prevSlideout forwards;
/* 206 */ }
/* 207 */ @-webkit-keyframes prevSlideout {
/* 208 */ 	100% {
/* 209 */ 		left: 100%;
/* 210 */ 		opacity: 1;
/* 211 */ 	}
/* 212 */ }
/* 213 */ @-moz-keyframes prevSlideout {
/* 214 */ 	100% {
/* 215 */ 		left: 100%;
/* 216 */ 		opacity: 1;
/* 217 */ 	}
/* 218 */ }
/* 219 */ @-o-keyframes prevSlideout {
/* 220 */ 	100% {
/* 221 */ 		left: 100%;
/* 222 */ 		opacity: 1;
/* 223 */ 	}
/* 224 */ }
/* 225 */ @keyframes prevSlideout {
/* 226 */ 	100% {
/* 227 */ 		left: 100%;
/* 228 */ 		opacity: 1;
/* 229 */ 	}
/* 230 */ }
/* 231 */ 
/* 232 */ .ewd-ulb-active-slide.ewd-ulb-zoom-one .ewd-ulb-slide-img img {
/* 233 */ 	-moz-transform: scale(1.4);
/* 234 */ 	-webkit-transform: scale(1.4);
/* 235 */ 	transform: scale(1.4);
/* 236 */ }
/* 237 */ .ewd-ulb-active-slide.ewd-ulb-zoom-two .ewd-ulb-slide-img img {
/* 238 */ 	-moz-transform: scale(1.8);
/* 239 */ 	-webkit-transform: scale(1.8);
/* 240 */ 	transform: scale(1.8);
/* 241 */ }
/* 242 */ .ewd-ulb-slide-img {
/* 243 */ 	position: relative;
/* 244 */ 	float: left;
/* 245 */ 	width: 100%;
/* 246 */ 	height: 100%;
/* 247 */ 	display: inline-block;
/* 248 */ 	text-align: center;
/* 249 */ }
/* 250 */ .ewd-ulb-slide-img img {

/* ewd-ulb-main.css */

/* 251 */ 	display: inline-block;
/* 252 */ 	position: relative;
/* 253 */ 	float: none;
/* 254 */ 	width: auto;
/* 255 */ 	height: auto;
/* 256 */ 	max-width: 100%;
/* 257 */ 	max-height: 100%;
/* 258 */ }
/* 259 */ .ewd-ulb-slide-img:before {
/* 260 */ 	content: "";
/* 261 */ 	display: inline-block;
/* 262 */ 	height: 50%;
/* 263 */ 	width: 1px;
/* 264 */ 	margin-right: -1px;
/* 265 */ }
/* 266 */ 
/* 267 */ /* IMAGE TITLE AND DESCRIPTION */
/* 268 */ .ewd-ulb-slide .ewd-ulb-slide-overlay {
/* 269 */ 	display: block;
/* 270 */ 	position: absolute;
/* 271 */ 	bottom: 0;
/* 272 */ 	min-height: 48px;
/* 273 */ 	width: 100%;
/* 274 */ 	padding: 14px 16px;
/* 275 */ 	background: #111;
/* 276 */ 	background: rgba(0,0,0,.6);
/* 277 */ 	color: #fff;
/* 278 */ 	margin: 0 auto;
/* 279 */ }
/* 280 */ .ewd-ulb-slide-title {
/* 281 */ 	clear: both;
/* 282 */ 	position: relative;
/* 283 */ 	float: left;
/* 284 */ 	width: 100%;
/* 285 */ 	margin-bottom: 8px;
/* 286 */ 	font-size: 1.5em;
/* 287 */ 	text-align: center;
/* 288 */ }
/* 289 */ .ewd-ulb-slide-description {
/* 290 */ 	clear: both;
/* 291 */ 	position: relative;
/* 292 */ 	float: left;
/* 293 */ 	width: 100%;
/* 294 */ 	font-size: .9em;
/* 295 */ 	text-align: center;
/* 296 */ }
/* 297 */ 
/* 298 */ /* TOOLBARS */
/* 299 */ .ewd-ulb-top-toolbar, .ewd-ulb-bottom-toolbar {
/* 300 */ 	position: absolute;

/* ewd-ulb-main.css */

/* 301 */ 	left: 0;
/* 302 */ 	width: 100%;
/* 303 */ 	height: 48px;
/* 304 */ 	z-index: 2;
/* 305 */ 	background: #111;
/* 306 */ 	background: rgba(0,0,0,.5);
/* 307 */ 	color: #fff;
/* 308 */ }
/* 309 */ .ewd-ulb-top-toolbar {
/* 310 */ 	top: 0;
/* 311 */ }
/* 312 */ .ewd-ulb-bottom-toolbar {
/* 313 */ 	bottom: 0;
/* 314 */ 	background: #111;
/* 315 */ 	background: rgba(0,0,0,.625);
/* 316 */ }
/* 317 */ .ewd-ulb-left-top-toolbar, .ewd-ulb-right-top-toolbar, .ewd-ulb-left-bottom-toolbar, .ewd-ulb-right-bottom-toolbar {
/* 318 */ 	position: relative;
/* 319 */ 	width: auto;
/* 320 */ 	height: 100%;
/* 321 */ 	padding: 8px 16px;
/* 322 */ }
/* 323 */ .ewd-ulb-left-top-toolbar, .ewd-ulb-left-bottom-toolbar {
/* 324 */ 	float: left;
/* 325 */ }
/* 326 */ .ewd-ulb-right-top-toolbar, .ewd-ulb-right-bottom-toolbar {
/* 327 */ 	float: right;
/* 328 */ }
/* 329 */ 
/* 330 */ .ewd-ulb-control {
/* 331 */ 	position: relative;
/* 332 */ 	float: left;
/* 333 */ 	margin: 0 4px;
/* 334 */ 	cursor: pointer;
/* 335 */ 	font-size: 1.4em;
/* 336 */ }
/* 337 */ .ewd-ulb-slide-counter {
/* 338 */ 	font-size: 1em;
/* 339 */ }
/* 340 */ 
/* 341 */ /* PREVIOUS NEXT */
/* 342 */ .ewd-ulb-slide-control {
/* 343 */ 	position: absolute;
/* 344 */ 	width: 80px;
/* 345 */ 	height: 80px;
/* 346 */ 	top: calc(50% - 40px);
/* 347 */ 	top: calc(50vh - 40px);
/* 348 */ 	font-size: 1.4em;
/* 349 */ 	background: #111;
/* 350 */ 	background: rgba(0,0,0,.4);

/* ewd-ulb-main.css */

/* 351 */ 	text-align: center;
/* 352 */ 	padding-top: 20px;
/* 353 */ 	color: #fff;
/* 354 */ 	z-index: 3;
/* 355 */ 	cursor: pointer;
/* 356 */ }
/* 357 */ .ewd-ulb-slide-control:hover {
/* 358 */ 	background: #111;
/* 359 */ 	background: rgba(0,0,0,.7);
/* 360 */ }
/* 361 */ .ewd-ulb-slide-control-previous {
/* 362 */ 	left: 0;
/* 363 */ }
/* 364 */ .ewd-ulb-slide-control-next {
/* 365 */ 	right: 0;
/* 366 */ }
/* 367 */ 
/* 368 */ /* THUMBNAILS */
/* 369 */ .ewd-ulb-bottom-thumbnail-bar, .ewd-ulb-top-thumbnail-bar {
/* 370 */ 	position: absolute;
/* 371 */ 	left: 0;
/* 372 */ 	width: 100%;
/* 373 */ 	height: 106px;
/* 374 */ 	background: #111;
/* 375 */ 	background: rgba(0,0,0,.25);
/* 376 */ 	display: none;
/* 377 */ }
/* 378 */ .ewd-ulb-bottom-thumbnail-bar {
/* 379 */ 	bottom: 48px;
/* 380 */ }
/* 381 */ .ewd-ulb-top-thumbnail-bar {
/* 382 */ 	top: 48px;
/* 383 */ }
/* 384 */ .ewd-ulb-thumbnails-bottom .ewd-ulb-bottom-thumbnail-bar {
/* 385 */ 	display: block;
/* 386 */ }
/* 387 */ .ewd-ulb-thumbnails-bottom .ewd-ulb-top-thumbnail-bar {
/* 388 */ 	display: none;
/* 389 */ }
/* 390 */ .ewd-ulb-thumbnails-top .ewd-ulb-top-thumbnail-bar {
/* 391 */ 	display: block;
/* 392 */ }
/* 393 */ .ewd-ulb-thumbnails-top .ewd-ulb-bottom-thumbnail-bar {
/* 394 */ 	display: none;
/* 395 */ }
/* 396 */ .ewd-ulb-bottom-thumbnails, .ewd-ulb-top-thumbnails {
/* 397 */ 	position: relative;
/* 398 */ 	float: left;
/* 399 */ 	width: 864px;
/* 400 */ 	height: 100%;

/* ewd-ulb-main.css */

/* 401 */ 	margin-left: 50%;
/* 402 */ 	right: 432px;
/* 403 */ 	overflow: hidden;
/* 404 */ }
/* 405 */ @media screen and (max-width: 960px) {
/* 406 */ 	.ewd-ulb-bottom-thumbnails, .ewd-ulb-top-thumbnails {
/* 407 */ 		width: 720px;
/* 408 */ 		right: 360px;
/* 409 */ 	}
/* 410 */ }
/* 411 */ @media screen and (max-width: 800px) {
/* 412 */ 	.ewd-ulb-bottom-thumbnails, .ewd-ulb-top-thumbnails {
/* 413 */ 		width: 576px;
/* 414 */ 		right: 288px;
/* 415 */ 	}
/* 416 */ }
/* 417 */ @media screen and (max-width: 640px) {
/* 418 */ 	.ewd-ulb-bottom-thumbnails, .ewd-ulb-top-thumbnails {
/* 419 */ 		width: 432px;
/* 420 */ 		right: 216px;
/* 421 */ 	}
/* 422 */ }
/* 423 */ @media screen and (max-width: 480px) {
/* 424 */ 	.ewd-ulb-bottom-thumbnails, .ewd-ulb-top-thumbnails {
/* 425 */ 		width: 288px;
/* 426 */ 		right: 144px;
/* 427 */ 	}
/* 428 */ }
/* 429 */ .ewd-ulb-thumbnails-inside {
/* 430 */ 	position: relative;
/* 431 */ 	float: left;
/* 432 */ 	width: 300000000000%;
/* 433 */ }
/* 434 */ .ewd-ulb-slide-thumbnail {
/* 435 */ 	position: relative;
/* 436 */ 	float: left;
/* 437 */ 	width: 128px;
/* 438 */ 	height: 106px;
/* 439 */ 	margin: 0 8px;
/* 440 */ 	cursor: pointer;
/* 441 */ 	text-align: center;
/* 442 */ }
/* 443 */ .ewd-ulb-slide-thumbnail img {
/* 444 */ 	position: relative;
/* 445 */ 	margin-top: 10px;
/* 446 */ 	width: auto;
/* 447 */ 	height: auto;
/* 448 */ 	max-width: 128px;
/* 449 */ 	max-height: 86px;
/* 450 */ }

/* ewd-ulb-main.css */

/* 451 */ .ewd-ulb-active-thumbnail img {
/* 452 */ 	border: 3px solid #fff;
/* 453 */ }
/* 454 */ 
/* 455 */ .ewd-thumbnail-scroll-button {
/* 456 */ 	position: absolute;
/* 457 */ 	top: 40px;
/* 458 */ 	width: 24px;
/* 459 */ 	height: 24px;
/* 460 */ 	background: transparent;
/* 461 */ 	cursor: pointer;
/* 462 */ 	z-index: 2;
/* 463 */ 	font-family: 'untitled-font-7';
/* 464 */ 	font-size: 18px;
/* 465 */ 	color: #fff;
/* 466 */ }
/* 467 */ .ewd-thumbnail-scroll-button-left {
/* 468 */ 	left: 48px;
/* 469 */ }
/* 470 */ .ewd-thumbnail-scroll-button-right {
/* 471 */ 	right: 48px;
/* 472 */ }
/* 473 */ @media screen and (max-width: 716px) {
/* 474 */ 	.ewd-thumbnail-scroll-button-left {
/* 475 */ 		left: 24px;
/* 476 */ 	}
/* 477 */ 	.ewd-thumbnail-scroll-button-right {
/* 478 */ 		right: 24px;
/* 479 */ 	}
/* 480 */ }
/* 481 */ 
/* 482 */ @media screen and (max-width: 480px) {
/* 483 */ 	.ewd-ulb-mobile-hide {
/* 484 */ 		display: none !important;
/* 485 */ 	}
/* 486 */ }
/* 487 */ 
/* 488 */ 
/* 489 */ /******************************************************
/* 490 *| * IFRAMES
/* 491 *| ******************************************************/
/* 492 */ .ewd-ulb-iframe-parent {
/* 493 */ 	position: relative;
/* 494 */ }
/* 495 */ 
/* 496 */ .ewd-ulb-overlay {
/* 497 */ 	position: absolute;
/* 498 */ 	cursor: pointer;
/* 499 */ 	right: 0;
/* 500 */ 	top: 0;

/* ewd-ulb-main.css */

/* 501 */ 	width: 100%;
/* 502 */ 	height: 100%;
/* 503 */ }
/* 504 */ 
/* 505 */ .ewd-ulb-slide-img iframe {
/* 506 */ 	display: block;
/* 507 */ 	margin: 0 auto;
/* 508 */ 	max-height: 100%;
/* 509 */ 	max-width: 100%;
/* 510 */ }
/* 511 */ 
/* 512 */ /******************************************************
/* 513 *| * FONTS
/* 514 *| ******************************************************/
/* 515 */ 
/* 516 */ @font-face { /* declare fonts */
/* 517 */   font-family: 'untitled-font-7';
/* 518 */   src: url("wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-arrow/untitled-font-7.eot");
/* 519 */     src: url('wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-arrow/untitled-font-7.woff') format('woff2'),
/* 520 */          url('wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-arrow/untitled-font-7.woff') format('woff'),
/* 521 */          url("wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-arrow/untitled-font-7.ttf") format("truetype"),
/* 522 */     url("wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-arrow/untitled-font-7.svg") format("svg");
/* 523 */     font-weight: normal;
/* 524 */     font-style: normal;
/* 525 */ }
/* 526 */ 
/* 527 */ .ewd-ulb-arrow {
/* 528 */   font-family: 'untitled-font-7';
/* 529 */ }
/* 530 */ 
/* 531 */ @font-face { /* declare fonts */
/* 532 */   font-family: 'ewd-lightbox-autoplay';
/* 533 */   src: url("wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.eot");
/* 534 */     src: url('wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.woff') format('woff2'),
/* 535 */          url('wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.woff') format('woff'),
/* 536 */          url("wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.ttf") format("truetype"),
/* 537 */     url("wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.svg") format("svg");
/* 538 */     font-weight: normal;
/* 539 */     font-style: normal;
/* 540 */ }
/* 541 */ 
/* 542 */ .ewd-ulb-autoplay {
/* 543 */   font-family: 'ewd-lightbox-autoplay';
/* 544 */ }
/* 545 */ 
/* 546 */ @font-face { /* declare fonts */
/* 547 */   font-family: 'ewd-lightbox-close';
/* 548 */   src: url("wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-close/ewd-lightbox-close.eot");
/* 549 */     src: url('wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-close/ewd-lightbox-close.woff') format('woff2'),
/* 550 */          url('wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-close/ewd-lightbox-close.woff') format('woff'),

/* ewd-ulb-main.css */

/* 551 */          url("wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-close/ewd-lightbox-close.ttf") format("truetype"),
/* 552 */     url("wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-close/ewd-lightbox-close.svg") format("svg");
/* 553 */     font-weight: normal;
/* 554 */     font-style: normal;
/* 555 */ }
/* 556 */ 
/* 557 */ .ewd-ulb-exit {
/* 558 */   font-family: 'ewd-lightbox-close';
/* 559 */ }
/* 560 */ 
/* 561 */ @font-face { /* declare fonts */
/* 562 */   font-family: 'ewd-lightbox-download';
/* 563 */   src: url("wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-download/ewd-lightbox-download.eot");
/* 564 */     src: url('wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-download/ewd-lightbox-download.woff') format('woff2'),
/* 565 */          url('wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-download/ewd-lightbox-download.woff') format('woff'),
/* 566 */          url("wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-download/ewd-lightbox-download.ttf") format("truetype"),
/* 567 */     url("wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-download/ewd-lightbox-download.svg") format("svg");
/* 568 */     font-weight: normal;
/* 569 */     font-style: normal;
/* 570 */ }
/* 571 */ 
/* 572 */ .ewd-ulb-download {
/* 573 */   font-family: 'ewd-lightbox-download';
/* 574 */ }
/* 575 */ 
/* 576 */ @font-face { /* declare fonts */
/* 577 */   font-family: 'ewd-lightbox-exit-fullscreen';
/* 578 */   src: url("wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.eot");
/* 579 */     src: url('wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.woff') format('woff2'),
/* 580 */          url('wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.woff') format('woff'),
/* 581 */          url("wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.ttf") format("truetype"),
/* 582 */     url("wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.svg") format("svg");
/* 583 */     font-weight: normal;
/* 584 */     font-style: normal;
/* 585 */ }
/* 586 */ 
/* 587 */ .ewd-ulb-regular_screen {
/* 588 */   font-family: 'ewd-lightbox-exit-fullscreen';
/* 589 */ }
/* 590 */ 
/* 591 */ @font-face { /* declare fonts */
/* 592 */   font-family: 'ewd-lightbox-fullscreen';
/* 593 */   src: url("wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.eot");
/* 594 */     src: url('wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.woff') format('woff2'),
/* 595 */          url('wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.woff') format('woff'),
/* 596 */          url("wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.ttf") format("truetype"),
/* 597 */     url("wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.svg") format("svg");
/* 598 */     font-weight: normal;
/* 599 */     font-style: normal;
/* 600 */ }

/* ewd-ulb-main.css */

/* 601 */ 
/* 602 */ .ewd-ulb-fullscreen {
/* 603 */   font-family: 'ewd-lightbox-fullscreen';
/* 604 */ }
/* 605 */ 
/* 606 */ @font-face { /* declare fonts */
/* 607 */   font-family: 'ewd-lightbox-original';
/* 608 */   src: url("wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-original/ewd-lightbox-original.eot");
/* 609 */     src: url('wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-original/ewd-lightbox-original.woff') format('woff2'),
/* 610 */          url('wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-original/ewd-lightbox-original.woff') format('woff'),
/* 611 */          url("wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-original/ewd-lightbox-original.ttf") format("truetype"),
/* 612 */     url("wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-original/ewd-lightbox-original.svg") format("svg");
/* 613 */     font-weight: normal;
/* 614 */     font-style: normal;
/* 615 */ }
/* 616 */ 
/* 617 */ .ewd-ulb-fullsize {
/* 618 */   font-family: 'ewd-lightbox-original';
/* 619 */ }
/* 620 */ 
/* 621 */ @font-face { /* declare fonts */
/* 622 */   font-family: 'ewd-lightbox-share';
/* 623 */   src: url("wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-share/ewd-lightbox-share.eot");
/* 624 */     src: url('wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-share/ewd-lightbox-share.woff') format('woff2'),
/* 625 */          url('wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-share/ewd-lightbox-share.woff') format('woff'),
/* 626 */          url("wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-share/ewd-lightbox-share.ttf") format("truetype"),
/* 627 */     url("wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-share/ewd-lightbox-share.svg") format("svg");
/* 628 */     font-weight: normal;
/* 629 */     font-style: normal;
/* 630 */ }
/* 631 */ 
/* 632 */ .ewd-ulb-share {
/* 633 */   font-family: 'ewd-lightbox-share';
/* 634 */ }
/* 635 */ 
/* 636 */ @font-face { /* declare fonts */
/* 637 */   font-family: 'ewd-lightbox-thumbnail';
/* 638 */   src: url("wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.eot");
/* 639 */     src: url('wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.woff') format('woff2'),
/* 640 */          url('wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.woff') format('woff'),
/* 641 */          url("wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.ttf") format("truetype"),
/* 642 */     url("wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.svg") format("svg");
/* 643 */     font-weight: normal;
/* 644 */     font-style: normal;
/* 645 */ }
/* 646 */ 
/* 647 */ .ewd-ulb-thumbnail {
/* 648 */   font-family: 'ewd-lightbox-thumbnail';
/* 649 */ }
/* 650 */ 

/* ewd-ulb-main.css */

/* 651 */ @font-face { /* declare fonts */
/* 652 */   font-family: 'ewd-lightbox-unzoom';
/* 653 */   src: url("wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.eot");
/* 654 */     src: url('wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.woff') format('woff2'),
/* 655 */          url('wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.woff') format('woff'),
/* 656 */          url("wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.ttf") format("truetype"),
/* 657 */     url("wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.svg") format("svg");
/* 658 */     font-weight: normal;
/* 659 */     font-style: normal;
/* 660 */ }
/* 661 */ 
/* 662 */ .ewd-ulb-zoom_out {
/* 663 */   font-family: 'ewd-lightbox-unzoom';
/* 664 */ }
/* 665 */ 
/* 666 */ @font-face { /* declare fonts */
/* 667 */   font-family: 'ewd-lightbox-zoom';
/* 668 */   src: url("wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.eot");
/* 669 */     src: url('wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.woff') format('woff2'),
/* 670 */          url('wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.woff') format('woff'),
/* 671 */          url("wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.ttf") format("truetype"),
/* 672 */     url("wp-content/plugins/ultimate-product-catalogue/css/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.svg") format("svg");
/* 673 */     font-weight: normal;
/* 674 */     font-style: normal;
/* 675 */ }
/* 676 */ 
/* 677 */ .ewd-ulb-zoom {
/* 678 */   font-family: 'ewd-lightbox-zoom';
/* 679 */ }
/* 680 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home3/fcart/public_html
currentDir : /home3/fcart/public_html/wp-content/plugins/ultimate-product-catalogue/css

*/

/* rrssb-min.css */

/* 1 */ .rrssb-buttons{box-sizing:border-box;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;height:36px;margin:0;padding:0;width:100%}.rrssb-buttons:after{clear:both}.rrssb-buttons:after,.rrssb-buttons:before{content:' ';display:table}.rrssb-buttons li{box-sizing:border-box;float:left;height:100%;line-height:13px;list-style:none;margin:0;padding:0 2px}.rrssb-buttons li.rrssb-email a{background-color:#0a88ff}.rrssb-buttons li.rrssb-email a:hover{background-color:#006ed6}.rrssb-buttons li.rrssb-facebook a{background-color:#306199}.rrssb-buttons li.rrssb-facebook a:hover{background-color:#244872}.rrssb-buttons li.rrssb-tumblr a{background-color:#32506d}.rrssb-buttons li.rrssb-tumblr a:hover{background-color:#22364a}.rrssb-buttons li.rrssb-linkedin a{background-color:#007bb6}.rrssb-buttons li.rrssb-linkedin a:hover{background-color:#005983}.rrssb-buttons li.rrssb-twitter a{background-color:#26c4f1}.rrssb-buttons li.rrssb-twitter a:hover{background-color:#0eaad6}.rrssb-buttons li.rrssb-googleplus a{background-color:#e93f2e}.rrssb-buttons li.rrssb-googleplus a:hover{background-color:#ce2616}.rrssb-buttons li.rrssb-youtube a{background-color:#df1c31}.rrssb-buttons li.rrssb-youtube a:hover{background-color:#b21627}.rrssb-buttons li.rrssb-reddit a{background-color:#8bbbe3}.rrssb-buttons li.rrssb-reddit a:hover{background-color:#62a3d9}.rrssb-buttons li.rrssb-pinterest a{background-color:#b81621}.rrssb-buttons li.rrssb-pinterest a:hover{background-color:#8a1119}.rrssb-buttons li.rrssb-pocket a{background-color:#ed4054}.rrssb-buttons li.rrssb-pocket a:hover{background-color:#e4162d}.rrssb-buttons li.rrssb-github a{background-color:#444}.rrssb-buttons li.rrssb-github a:hover{background-color:#2b2b2b}.rrssb-buttons li.rrssb-instagram a{background-color:#517fa4}.rrssb-buttons li.rrssb-instagram a:hover{background-color:#406582}.rrssb-buttons li.rrssb-delicious a{background-color:#0B79E5}.rrssb-buttons li.rrssb-delicious a:hover{background-color:#095fb4}.rrssb-buttons li.rrssb-vk a{background-color:#4d71a9}.rrssb-buttons li.rrssb-vk a:hover{background-color:#3d5a86}.rrssb-buttons li.rrssb-hackernews a{background-color:#f60}.rrssb-buttons li.rrssb-hackernews a:hover{background-color:#cc5200}.rrssb-buttons li a{background-color:#ccc;border-radius:2px;box-sizing:border-box;display:block;font-size:11px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-weight:700;height:100%;padding:11px 7px 12px 27px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out;width:100%}.rrssb-buttons li a .rrssb-icon{display:block;left:10px;padding-top:9px;position:absolute;top:0;width:10%}.rrssb-buttons li a .rrssb-icon svg{height:17px;width:17px}.rrssb-buttons li a .rrssb-icon svg path,.rrssb-buttons li a .rrssb-icon svg polygon{fill:#fff}.rrssb-buttons li a .rrssb-text{color:#fff}.rrssb-buttons li a:active{box-shadow:inset 1px 3px 15px 0 rgba(22,0,0,.25)}.rrssb-buttons li.small a{padding:0}.rrssb-buttons li.small a .rrssb-icon{left:auto;margin:0 auto;overflow:hidden;position:relative;top:auto;width:100%}.rrssb-buttons li.small a .rrssb-text{visibility:hidden}.rrssb-buttons.large-format,.rrssb-buttons.large-format li{height:auto}.rrssb-buttons.large-format li:first-child:nth-last-child(1) a{font-size:20px;font-size:4vw}.rrssb-buttons.large-format li:first-child:nth-last-child(2) a,.rrssb-buttons.large-format li:first-child:nth-last-child(2)~li a{font-size:16px;font-size:2vw}.rrssb-buttons.large-format li:first-child:nth-last-child(3) a,.rrssb-buttons.large-format li:first-child:nth-last-child(3)~li a{font-size:14px;font-size:1.7vw}.rrssb-buttons.large-format li:first-child:nth-last-child(4) a,.rrssb-buttons.large-format li:first-child:nth-last-child(4)~li a{font-size:13px;font-size:1.4vw}.rrssb-buttons.large-format li:first-child:nth-last-child(5) a,.rrssb-buttons.large-format li:first-child:nth-last-child(5)~li a{font-size:13px;font-size:1.2vw}.rrssb-buttons.large-format li:first-child:nth-last-child(6) a,.rrssb-buttons.large-format li:first-child:nth-last-child(6)~li a{font-size:12px;font-size:1.05vw}.rrssb-buttons.large-format li:first-child:nth-last-child(7) a,.rrssb-buttons.large-format li:first-child:nth-last-child(7)~li a{font-size:11px;font-size:.9vw}.rrssb-buttons.large-format li:first-child:nth-last-child(8) a,.rrssb-buttons.large-format li:first-child:nth-last-child(8)~li a{font-size:11px;font-size:.8vw}.rrssb-buttons.large-format li:first-child:nth-last-child(9) a,.rrssb-buttons.large-format li:first-child:nth-last-child(9)~li a{font-size:11px;font-size:.7vw}.rrssb-buttons.large-format li:first-child:nth-last-child(10) a,.rrssb-buttons.large-format li:first-child:nth-last-child(10)~li a{font-size:11px;font-size:.6vw}.rrssb-buttons.large-format li:first-child:nth-last-child(11) a,.rrssb-buttons.large-format li:first-child:nth-last-child(11)~li a{font-size:11px;font-size:.5vw}.rrssb-buttons.large-format li a{-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:.2em;padding:8.5% 0 8.5% 12%}.rrssb-buttons.large-format li a .rrssb-icon{height:100%;left:7%;padding-top:0;width:12%}.rrssb-buttons.large-format li a .rrssb-icon svg{height:100%;position:absolute;top:0;width:100%}.rrssb-buttons.large-format li a .rrssb-text{-webkit-backface-visibility:hidden;backface-visibility:hidden}.rrssb-buttons.small-format{padding-top:5px}.rrssb-buttons.small-format li{height:80%;padding:0 1px}.rrssb-buttons.small-format li a .rrssb-icon{height:100%;padding-top:0}.rrssb-buttons.small-format li a .rrssb-icon svg{height:48%;position:relative;top:6px;width:80%}.rrssb-buttons.tiny-format{height:22px;position:relative}.rrssb-buttons.tiny-format li{padding-right:7px}.rrssb-buttons.tiny-format li a{background-color:transparent;padding:0}.rrssb-buttons.tiny-format li a .rrssb-icon svg{height:70%;width:100%}.rrssb-buttons.tiny-format li a:active,.rrssb-buttons.tiny-format li a:hover{background-color:transparent}.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg polygon{fill:#0a88ff}.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#0054a3}.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg polygon{fill:#306199}.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#18304b}.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg polygon{fill:#32506d}.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#121d27}.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg polygon{fill:#007bb6}.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#003650}.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg polygon{fill:#26c4f1}.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#0b84a6}.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg polygon{fill:#e93f2e}.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#a01e11}.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg polygon{fill:#df1c31}.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#84111d}.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg polygon{fill:#8bbbe3}.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#398bcf}.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg polygon{fill:#b81621}.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#5d0b11}.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg polygon{fill:#ed4054}.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#b61124}.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg polygon{fill:#444}.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#111}.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg polygon{fill:#517fa4}.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#2f4a60}.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon svg polygon{fill:#0B79E5}.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#064684}.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon svg polygon{fill:#4d71a9}.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#2d4263}.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon svg polygon{fill:#f60}.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#993d00}
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home3/fcart/public_html
currentDir : /home3/fcart/public_html/wp-content/themes/otm-base/styles

*/

/* normalize.min.css */

/* 1 */ /*! normalize.css v2.1.3 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}body,button,input,select,textarea{font-family:sans-serif}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}ul,ol{margin-left:0;padding:0 0 0 40px}dd{margin:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}body{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1}input,button{-webkit-font-smoothing:antialiased}p{line-height:1.5;margin:10px 0}ol,ul{list-style:none}h1,h2,h3,h4,h5{font-weight:300;line-height:1;margin:0}a{text-decoration:none}@media print{*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}p,h2,h3{orphans:3;widows:3}}img{*width:inherit;max-width:100%;height:auto}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}ins{text-decoration:none}del{text-decoration:line-through}.header:after,.nav:after,.banner:after,.home-highlights:after,.content:after,.footer:after,.group:after{content:"";display:table;clear:both}.alignleft{float:left;margin-right:10px;margin-bottom:5px}.alignright{float:right;margin-left:10px;margin-bottom:5px}.aligncenter{display:block;margin:5px auto}.wp-caption{background:#fff;border:1px solid #ccc;max-width:96%;padding:5px 3px 10px;text-align:center}.wp-caption-text{font-size:12px;line-height:1.5em;margin:0;padding:0 4px 5px}.sticky{background:#fbfbfb}
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home3/fcart/public_html
currentDir : /home3/fcart/public_html/wp-content/themes/otm-base/styles

file-relative URI  : fonts/Socialico.eot
path prepended     : /home3/fcart/public_html/wp-content/themes/otm-base/styles/fonts/Socialico.eot
docroot stripped   : /wp-content/themes/otm-base/styles/fonts/Socialico.eot
traversals removed : /wp-content/themes/otm-base/styles/fonts/Socialico.eot

file-relative URI  : fonts/Socialico.eot?#iefix
path prepended     : /home3/fcart/public_html/wp-content/themes/otm-base/styles/fonts/Socialico.eot?#iefix
docroot stripped   : /wp-content/themes/otm-base/styles/fonts/Socialico.eot?#iefix
traversals removed : /wp-content/themes/otm-base/styles/fonts/Socialico.eot?#iefix

file-relative URI  : fonts/Socialico.woff
path prepended     : /home3/fcart/public_html/wp-content/themes/otm-base/styles/fonts/Socialico.woff
docroot stripped   : /wp-content/themes/otm-base/styles/fonts/Socialico.woff
traversals removed : /wp-content/themes/otm-base/styles/fonts/Socialico.woff

file-relative URI  : fonts/Socialico.ttf
path prepended     : /home3/fcart/public_html/wp-content/themes/otm-base/styles/fonts/Socialico.ttf
docroot stripped   : /wp-content/themes/otm-base/styles/fonts/Socialico.ttf
traversals removed : /wp-content/themes/otm-base/styles/fonts/Socialico.ttf

file-relative URI  : fonts/Socialico.otf
path prepended     : /home3/fcart/public_html/wp-content/themes/otm-base/styles/fonts/Socialico.otf
docroot stripped   : /wp-content/themes/otm-base/styles/fonts/Socialico.otf
traversals removed : /wp-content/themes/otm-base/styles/fonts/Socialico.otf

file-relative URI  : fonts/Socialico.svg
path prepended     : /home3/fcart/public_html/wp-content/themes/otm-base/styles/fonts/Socialico.svg
docroot stripped   : /wp-content/themes/otm-base/styles/fonts/Socialico.svg
traversals removed : /wp-content/themes/otm-base/styles/fonts/Socialico.svg

*/

/* style.css */

/* 1 */ @font-face{font-family:'SocialIco';src:url('wp-content/themes/otm-base/styles/fonts/Socialico.eot');src:url('wp-content/themes/otm-base/styles/fonts/Socialico.eot#iefix') format('eot'),url('wp-content/themes/otm-base/styles/fonts/Socialico.woff') format('woff'),url('wp-content/themes/otm-base/styles/fonts/Socialico.ttf') format('truetype'),url('wp-content/themes/otm-base/styles/fonts/Socialico.otf') format('opentype'),url('wp-content/themes/otm-base/styles/fonts/Socialico.svg') format('svg');font-weight:normal;font-style:normal}body{position:relative}a{color:inherit}table td,table th{padding:5px 10px}.button,.categories a{display:inline-block;font-size:16px;line-height:2em;text-transform:uppercase;padding:0 15px;color:#fff;position:relative}.button span,.categories a span{position:relative;z-index:105;color:#fff}.button:before,.categories a:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:101;pointer-events:none;background:-moz-linear-gradient(top,rgba(0,0,0,0.01) 0,rgba(0,0,0,0.32) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0.01)),color-stop(100%,rgba(0,0,0,0.32)));background:-webkit-linear-gradient(top,rgba(0,0,0,0.01) 0,rgba(0,0,0,0.32) 100%);background:-o-linear-gradient(top,rgba(0,0,0,0.01) 0,rgba(0,0,0,0.32) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,0.01) 0,rgba(0,0,0,0.32) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0.01) 0,rgba(0,0,0,0.32) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#03000000',endColorstr='#52000000',GradientType=0)}.button:hover:before,.categories a:hover:before{background:-moz-linear-gradient(top,rgba(0,0,0,0.32) 0,rgba(0,0,0,0.01) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0.32)),color-stop(100%,rgba(0,0,0,0.01)));background:-webkit-linear-gradient(top,rgba(0,0,0,0.32) 0,rgba(0,0,0,0.01) 100%);background:-o-linear-gradient(top,rgba(0,0,0,0.32) 0,rgba(0,0,0,0.01) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,0.32) 0,rgba(0,0,0,0.01) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0.32) 0,rgba(0,0,0,0.01) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#52000000',endColorstr='#03000000',GradientType=0)}.categories ul{padding-left:0}.categories ul a{display:block;margin-bottom:3px}.small{font-size:.8em}.container{width:100%;max-width:1000px;width:1000px\9;margin:0 auto 30px;position:relative;background:#fff}.header,.home-highlights,.content,.footer{width:98%;margin:0 auto 10px}.header{padding:10px 0;margin-bottom:0}.logo{float:left;width:50%}.logo img{padding:40px 10px 0 0}.headerright{float:right;padding:10px 0}.socialmedia{float:left;padding:0 20px}.socialmedia p{font:36px/2.3em 'SocialIco'}.socialmedia p .socialplus{font-family:'SocialIcoPlus'}.contactinfo{float:left;padding:0 20px;border-left:1px solid #ccc}.nav-icon{display:none}.nav{width:100%;height:45px;margin-bottom:5px}.nav ul{width:100%;margin:0;padding:0;float:left;text-align:center;*padding-left:20px;*position:relative;*z-index:2}.nav ul>li{font:300 14px 'Myriad';line-height:45px;text-transform:uppercase;display:inline-block;position:relative;*float:left}.nav ul>li a{padding:0 8px;position:relative;display:block}.nav ul>li a:hover{text-decoration:none}.nav ul>li:hover>ul{visibility:visible;opacity:1}.nav ul>li>ul{visibility:hidden;opacity:0;width:250px;position:absolute;left:0;top:99%;padding:0;z-index:110;text-align:left;-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;-ms-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}.nav ul>li>ul li{display:block;float:none;top:0;padding:4px 5px 4px 8px;z-index:102;border-bottom:1px solid #ccc;line-height:35px}.nav ul>li>ul li:after{background:0;content:""}.nav ul>li>ul li a{padding:6px 0 0 0}.nav ul>li>ul li ul{width:250px;left:100%;top:0;border-bottom:0}.nav ul>li>ul li ul li{top:0;left:0}.nav ul>li>ul li ul li a{width:auto}.banner .soliloquy-container{margin-bottom:0!important}.home-highlights ul{padding-left:0}.home-highlights ul li{float:left;width:31%;margin:1.1%;position:relative;padding-bottom:30px}.home-highlights ul li .button{position:absolute;bottom:0;width:auto}.home-highlights ul li.first{margin-left:0}.home-highlights ul li.last{margin-right:0}.home-highlights+.content{border-top:1px solid #ccc}.content{padding:20px 0;border-bottom:1px solid #ccc}.main{width:65%;float:left;padding-right:2%;border-right:1px solid #ccc}.main p{line-height:1.7em}.main ul{list-style-type:disc}.main ol{list-style-type:decimal}.main p a{font-weight:bold}.main p a:hover{text-decoration:underline}.sidebar{width:30%;float:right}.sidebar p a{font-weight:bold;color:#c52039;text-decoration:underline}.event{margin-bottom:15px}ul.staff-listing{padding-left:0}ul.staff-listing li{list-style-type:none;margin-bottom:15px}.testimonial{margin-bottom:20px}.testimonial .review{padding:0 10px;position:relative}.testimonial .review:before{content:'"';font-size:1.5em;position:absolute;left:-5px;top:-7px}.testimonial .review:after{content:'"';font-size:1.5em;position:absolute;right:-5px;bottom:-7px}.testimonial .data{text-align:right;font-style:italic}.footer{padding:0 1%;height:auto}.footer a{font-weight:bold}.footer a:hover{text-decoration:underline}.footer .footerleft{float:left;width:30%}.footer .footerright{float:right;width:69%}.footer ul{padding-left:0;margin-bottom:0}.footer ul li{display:inline-block}.footer ul li a{padding:0 10px}.footer ul li:after{content:" | "}.footer ul li:first-of-type a{padding-left:0}.footer ul li:last-of-type:after{content:""}.footer nav+p{line-height:1.5em;margin-top:0;padding-bottom:20px}.footer p{line-height:1.5em}.widgettitle{padding-top:15px}li.widget,li.categories{list-style-type:none}.bypostauthor{border:1px solid #ccc}form label{font-size:16px;height:32px;display:block;width:100%}form input[type=text],form input[type=tel],form input[type=email],form input[type=password]{width:100%;background:#fff;font-size:16px;height:32px;padding:0 5px;border-radius:0;border:1px solid #ccc;box-shadow:0 0 3px rgba(0,0,0,0.3)}form input[type=text]:active,form input[type=tel]:active,form input[type=email]:active,form input[type=password]:active{border:1px solid #7bc6e9;box-shadow:inset 0 0 3px rgba(0,0,0,0.3)}form input[type=radio]{margin-left:2px}form textarea{width:100%;height:200px;background:#fff;font-size:16px;padding:0 5px;border-radius:0;border:1px solid #ccc;box-shadow:0 0 3px rgba(0,0,0,0.3)}form textarea:active{border:1px solid #7bc6e9;box-shadow:inset 0 0 3px rgba(0,0,0,0.3)}form input[type=submit]{height:32px;border:0;border-radius:0;box-shadow:0 0 3px rgba(0,0,0,0.3);padding:0 15px}form input[type=submit]:hover,form input[type=submit]:active{box-shadow:inset 0 0 3px rgba(0,0,0,0.3)}.envira-gallery-public .envira-gallery-item>.envira-gallery-link{text-decoration:none}@media screen and (max-width:700px){.nav{margin-left:-102%;float:left;height:0}.nav-icon{float:none;width:95%;display:block;margin:10px auto 10px;border:2px solid #fff;border-radius:3px;padding:3px;z-index:1000;color:#fff;clear:both;text-align:center}.nav-icon:before{pointer-events:none}.nav-icon :after{display:none;clear:both}.nav-icon span{position:relative;top:-4px;padding-left:10px;font-size:24px}.nav-icon a{color:inherit;text-decoration:none}.nav{padding:.6em 0;border:0;padding:0}.nav ul{text-align:left;font-weight:normal}.nav ul li{display:block;position:relative;line-height:50px;clear:both}.nav ul li:nth-child(4){margin-right:0}.nav ul li ul{visibility:visible;opacity:1;width:100%;position:relative;border:0;background:#313131}.nav ul li ul li ul{visibility:visible;opacity:1;left:-8px;width:100%;position:relative;border:0;background:#313131}body.active .nav{margin-left:-2%;width:55%;min-height:250%;position:absolute;top:0;z-index:100}body.active .nav:after{content:"";display:block;position:absolute;top:0;bottom:-1000px;background:#000}body.active .move-over,body.active .header,body.active .content,body.active .footer,body.active .home-highlights,body.active .banner,body.active .nav-icon{position:relative;left:57%;text-align:left}body.active .header-wrapper{left:55%}.logo,.headerright{margin:10px auto;float:none;padding:0;max-width:50%}.content .main,.content .sidebar{width:97%;margin:10px auto;float:none;border-right:0}.footer p{padding:20px 0;line-height:1.5em;text-align:center}.footer .footerleft,.footer .footerright{width:100%;float:none}.footer .footerleft p,.footer .footerright p{text-align:center}}@media screen and (max-width:570px){body.active .nav{margin-left:-1%;width:75%;min-height:250%;position:absolute;top:0}body.active .nav:after{content:"";display:block;position:absolute;top:0;bottom:-1000px;background:#000}body.active .move-over,body.active .header,body.active .content,body.active .footer,body.active .home-highlights,body.active .banner,body.active .nav-icon{position:relative;left:77%}body.active .header-wrapper{left:75%}.logo,.headerright{max-width:100%}.home-highlights ul li{float:none;width:100%;margin:15px auto;text-align:center}.home-highlights ul li img{display:block;margin:0 auto}}@media screen and (min-width:701px) and (max-width:1000px){.container{max-width:1000px;width:100%}.contactinfo{padding-right:10px}.content,.home-content{width:97%;margin:0 auto}.nav{height:auto;margin:55px 0 15px}.nav>ul{text-align:center}.nav ul>li{font-size:16px}.nav ul>li a{padding:0 13px}.nav ul>li:nth-child(4){margin-right:0}.nav-icon{display:none}.home-highlights>ul>li{max-width:33%;height:350px}.main{width:65%}.sidebar{width:30%}.footerleft,.footerright{width:100%;text-align:center}.is-touch-device .open-parent ul{display:block;visibility:visible;opacity:1}.is-touch-device li.menu-item-has-children>a{pointer-events:none}.is-touch-device li.menu-item-has-children.open-parent a{pointer-events:auto}}@media screen and (min-width:850px) and (max-width:1000px){.nav ul>li a{padding:0 10px}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.nav{height:auto}}@media screen and (min-width:1001px){.nav-icon{display:none;height:0}.is-touch-device .open-parent ul{display:block;visibility:visible;opacity:1}.is-touch-device li.menu-item-has-children>a{pointer-events:none}.is-touch-device li.menu-item-has-children.open-parent a{pointer-events:auto}}
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home3/fcart/public_html
currentDir : /home3/fcart/public_html/wp-content/plugins/soliloquy/assets/css

file-relative URI  : images/preloader.gif
path prepended     : /home3/fcart/public_html/wp-content/plugins/soliloquy/assets/css/images/preloader.gif
docroot stripped   : /wp-content/plugins/soliloquy/assets/css/images/preloader.gif
traversals removed : /wp-content/plugins/soliloquy/assets/css/images/preloader.gif

file-relative URI  : images/left.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/soliloquy/assets/css/images/left.png
docroot stripped   : /wp-content/plugins/soliloquy/assets/css/images/left.png
traversals removed : /wp-content/plugins/soliloquy/assets/css/images/left.png

file-relative URI  : images/right.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/soliloquy/assets/css/images/right.png
docroot stripped   : /wp-content/plugins/soliloquy/assets/css/images/right.png
traversals removed : /wp-content/plugins/soliloquy/assets/css/images/right.png

file-relative URI  : images/circle.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/soliloquy/assets/css/images/circle.png
docroot stripped   : /wp-content/plugins/soliloquy/assets/css/images/circle.png
traversals removed : /wp-content/plugins/soliloquy/assets/css/images/circle.png

file-relative URI  : images/circle-hover.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/soliloquy/assets/css/images/circle-hover.png
docroot stripped   : /wp-content/plugins/soliloquy/assets/css/images/circle-hover.png
traversals removed : /wp-content/plugins/soliloquy/assets/css/images/circle-hover.png

file-relative URI  : images/pause.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/soliloquy/assets/css/images/pause.png
docroot stripped   : /wp-content/plugins/soliloquy/assets/css/images/pause.png
traversals removed : /wp-content/plugins/soliloquy/assets/css/images/pause.png

file-relative URI  : images/play.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/soliloquy/assets/css/images/play.png
docroot stripped   : /wp-content/plugins/soliloquy/assets/css/images/play.png
traversals removed : /wp-content/plugins/soliloquy/assets/css/images/play.png

file-relative URI  : images/video.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/soliloquy/assets/css/images/video.png
docroot stripped   : /wp-content/plugins/soliloquy/assets/css/images/video.png
traversals removed : /wp-content/plugins/soliloquy/assets/css/images/video.png

file-relative URI  : images/left.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/soliloquy/assets/css/images/left.png
docroot stripped   : /wp-content/plugins/soliloquy/assets/css/images/left.png
traversals removed : /wp-content/plugins/soliloquy/assets/css/images/left.png

file-relative URI  : images/right.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/soliloquy/assets/css/images/right.png
docroot stripped   : /wp-content/plugins/soliloquy/assets/css/images/right.png
traversals removed : /wp-content/plugins/soliloquy/assets/css/images/right.png

file-relative URI  : images/left.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/soliloquy/assets/css/images/left.png
docroot stripped   : /wp-content/plugins/soliloquy/assets/css/images/left.png
traversals removed : /wp-content/plugins/soliloquy/assets/css/images/left.png

file-relative URI  : images/right.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/soliloquy/assets/css/images/right.png
docroot stripped   : /wp-content/plugins/soliloquy/assets/css/images/right.png
traversals removed : /wp-content/plugins/soliloquy/assets/css/images/right.png

file-relative URI  : images/up.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/soliloquy/assets/css/images/up.png
docroot stripped   : /wp-content/plugins/soliloquy/assets/css/images/up.png
traversals removed : /wp-content/plugins/soliloquy/assets/css/images/up.png

file-relative URI  : images/down.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/soliloquy/assets/css/images/down.png
docroot stripped   : /wp-content/plugins/soliloquy/assets/css/images/down.png
traversals removed : /wp-content/plugins/soliloquy/assets/css/images/down.png

file-relative URI  : images/preloader@2x.gif
path prepended     : /home3/fcart/public_html/wp-content/plugins/soliloquy/assets/css/images/preloader@2x.gif
docroot stripped   : /wp-content/plugins/soliloquy/assets/css/images/preloader@2x.gif
traversals removed : /wp-content/plugins/soliloquy/assets/css/images/preloader@2x.gif

file-relative URI  : images/left@2x.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/soliloquy/assets/css/images/left@2x.png
docroot stripped   : /wp-content/plugins/soliloquy/assets/css/images/left@2x.png
traversals removed : /wp-content/plugins/soliloquy/assets/css/images/left@2x.png

file-relative URI  : images/right@2x.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/soliloquy/assets/css/images/right@2x.png
docroot stripped   : /wp-content/plugins/soliloquy/assets/css/images/right@2x.png
traversals removed : /wp-content/plugins/soliloquy/assets/css/images/right@2x.png

file-relative URI  : images/circle@2x.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/soliloquy/assets/css/images/circle@2x.png
docroot stripped   : /wp-content/plugins/soliloquy/assets/css/images/circle@2x.png
traversals removed : /wp-content/plugins/soliloquy/assets/css/images/circle@2x.png

file-relative URI  : images/circle-hover@2x.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/soliloquy/assets/css/images/circle-hover@2x.png
docroot stripped   : /wp-content/plugins/soliloquy/assets/css/images/circle-hover@2x.png
traversals removed : /wp-content/plugins/soliloquy/assets/css/images/circle-hover@2x.png

file-relative URI  : images/pause@2x.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/soliloquy/assets/css/images/pause@2x.png
docroot stripped   : /wp-content/plugins/soliloquy/assets/css/images/pause@2x.png
traversals removed : /wp-content/plugins/soliloquy/assets/css/images/pause@2x.png

file-relative URI  : images/play@2x.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/soliloquy/assets/css/images/play@2x.png
docroot stripped   : /wp-content/plugins/soliloquy/assets/css/images/play@2x.png
traversals removed : /wp-content/plugins/soliloquy/assets/css/images/play@2x.png

file-relative URI  : images/video@2x.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/soliloquy/assets/css/images/video@2x.png
docroot stripped   : /wp-content/plugins/soliloquy/assets/css/images/video@2x.png
traversals removed : /wp-content/plugins/soliloquy/assets/css/images/video@2x.png

file-relative URI  : images/video.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/soliloquy/assets/css/images/video.png
docroot stripped   : /wp-content/plugins/soliloquy/assets/css/images/video.png
traversals removed : /wp-content/plugins/soliloquy/assets/css/images/video.png

*/

/* soliloquy.css */

/* 1   */ .soliloquy-container, .soliloquy-container * {
/* 2   */   background: 0 0;
/* 3   */   border: 0 none;
/* 4   */   border-radius: 0;
/* 5   */   -webkit-border-radius: 0;
/* 6   */   -moz-border-radius: 0;
/* 7   */   float: none;
/* 8   */   font-size: 100%;
/* 9   */   height: auto;
/* 10  */   letter-spacing: normal;
/* 11  */   list-style: none;
/* 12  */   outline: 0;
/* 13  */   position: static;
/* 14  */   text-decoration: none;
/* 15  */   text-indent: 0;
/* 16  */   text-shadow: none;
/* 17  */   text-transform: none;
/* 18  */   width: auto;
/* 19  */   visibility: visible;
/* 20  */   overflow: visible;
/* 21  */   margin: 0;
/* 22  */   padding: 0;
/* 23  */   line-height: 1;
/* 24  */   box-sizing: border-box;
/* 25  */   -webkit-box-sizing: border-box;
/* 26  */   -moz-box-sizing: border-box;
/* 27  */   -webkit-box-shadow: none;
/* 28  */   -moz-box-shadow: none;
/* 29  */   -ms-box-shadow: none;
/* 30  */   -o-box-shadow: none;
/* 31  */   box-shadow: none;
/* 32  */   -webkit-appearance: none; }
/* 33  */ 
/* 34  */ .soliloquy-container {
/* 35  */   position: relative;
/* 36  */   background: transparent url(wp-content/plugins/soliloquy/assets/css/images/preloader.gif) no-repeat scroll 50% 50%;
/* 37  */   z-index: 0;
/* 38  */   width: 100%;
/* 39  */   max-width: 100%;
/* 40  */   opacity: 0;
/* 41  */   -ms-filter: "alpha(Opacity=0)";
/* 42  */   filter: alpha(opacity=0);
/* 43  */   -moz-opacity: 0;
/* 44  */   -khtml-opacity: 0; }
/* 45  */ 
/* 46  */ .soliloquy-container:after {
/* 47  */   display: none;
/* 48  */   height: 0;
/* 49  */   line-height: 0;
/* 50  */   visibility: hidden; }

/* soliloquy.css */

/* 51  */ 
/* 52  */ .soliloquy-container .soliloquy-wrap {
/* 53  */   width: 100%;
/* 54  */   position: relative;
/* 55  */   margin: 0;
/* 56  */   padding: 0;
/* 57  */   list-style: none !important;
/* 58  */   height: 100%;
/* 59  */   zoom: 1;
/* 60  */   *zoom: 1; }
/* 61  */ 
/* 62  */ .soliloquy-container .soliloquy-viewport {
/* 63  */   -webkit-transform: translatez(0);
/* 64  */   -moz-transform: translatez(0);
/* 65  */   -ms-transform: translatez(0);
/* 66  */   -o-transform: translatez(0);
/* 67  */   transform: translatez(0); }
/* 68  */ 
/* 69  */ .soliloquy-clear {
/* 70  */   clear: both; }
/* 71  */ 
/* 72  */ .soliloquy-clear:after {
/* 73  */   clear: both;
/* 74  */   content: '.';
/* 75  */   display: block;
/* 76  */   height: 0;
/* 77  */   line-height: 0;
/* 78  */   overflow: auto;
/* 79  */   visibility: hidden;
/* 80  */   zoom: 1; }
/* 81  */ 
/* 82  */ .soliloquy-hide {
/* 83  */   display: none; }
/* 84  */ 
/* 85  */ .soliloquy-container a {
/* 86  */   outline: 0;
/* 87  */   -webkit-box-shadow: none;
/* 88  */   -moz-box-shadow: none;
/* 89  */   -ms-box-shadow: none;
/* 90  */   -o-box-shadow: none;
/* 91  */   box-shadow: none; }
/* 92  */ 
/* 93  */ .soliloquy-container .soliloquy-item, .soliloquy-container .soliloquy-wrapper {
/* 94  */   width: 100%;
/* 95  */   position: relative;
/* 96  */   margin: 0;
/* 97  */   padding: 0;
/* 98  */   list-style: none !important;
/* 99  */   zoom: 1;
/* 100 */   *zoom: 1; }

/* soliloquy.css */

/* 101 */ 
/* 102 */ .soliloquy-container .soliloquy-item {
/* 103 */   min-height: 1px;
/* 104 */   min-width: 1px;
/* 105 */   float: left; }
/* 106 */ 
/* 107 */ .no-js .soliloquy-container .soliloquy-slides > li:first-child, .soliloquy-container .soliloquy-item.soliloquy-active-slide {
/* 108 */   display: block; }
/* 109 */ 
/* 110 */ .soliloquy-container .soliloquy-item:after {
/* 111 */   content: '.';
/* 112 */   position: absolute;
/* 113 */   bottom: 0;
/* 114 */   left: 0;
/* 115 */   z-index: -1000;
/* 116 */   visibility: hidden;
/* 117 */   opacity: 0;
/* 118 */   -ms-filter: "alpha(Opacity=0)";
/* 119 */   filter: alpha(opacity=0);
/* 120 */   -moz-opacity: 0;
/* 121 */   -khtml-opacity: 0;
/* 122 */   height: 0;
/* 123 */   line-height: 0; }
/* 124 */ 
/* 125 */ .soliloquy-container .soliloquy-item > a {
/* 126 */   display: block;
/* 127 */   outline: 0;
/* 128 */   width: 100%;
/* 129 */   position: relative; }
/* 130 */ 
/* 131 */ .soliloquy-container .soliloquy-clone {
/* 132 */   display: block; }
/* 133 */ 
/* 134 */ .soliloquy-carousel .soliloquy-container .soliloquy-clone {
/* 135 */   display: block; }
/* 136 */ 
/* 137 */ .soliloquy-container .soliloquy-image {
/* 138 */   max-width: 100%;
/* 139 */   display: block;
/* 140 */   height: auto;
/* 141 */   margin: 0 auto;
/* 142 */   -webkit-user-drag: none;
/* 143 */   -moz-user-select: none;
/* 144 */   -ms-user-select: none; }
/* 145 */ 
/* 146 */ .soliloquy-container .soliloquy-prev {
/* 147 */   display: block;
/* 148 */   width: 32px;
/* 149 */   height: 32px;
/* 150 */   position: absolute;

/* soliloquy.css */

/* 151 */   top: 50%;
/* 152 */   margin-top: -16px;
/* 153 */   left: 10px;
/* 154 */   z-index: 1320;
/* 155 */   background: rgba(0, 0, 0, 0.7) url(wp-content/plugins/soliloquy/assets/css/images/left.png) no-repeat scroll 50% 50%; }
/* 156 */ 
/* 157 */ .soliloquy-container .soliloquy-next {
/* 158 */   display: block;
/* 159 */   width: 32px;
/* 160 */   height: 32px;
/* 161 */   position: absolute;
/* 162 */   top: 50%;
/* 163 */   margin-top: -16px;
/* 164 */   right: 10px;
/* 165 */   z-index: 1320;
/* 166 */   background: rgba(0, 0, 0, 0.7) url(wp-content/plugins/soliloquy/assets/css/images/right.png) no-repeat scroll 50% 50%; }
/* 167 */ 
/* 168 */ .soliloquy-container .soliloquy-next.disabled, .soliloquy-container .soliloquy-prev.disabled {
/* 169 */   cursor: default;
/* 170 */   pointer-events: none;
/* 171 */   opacity: .3;
/* 172 */   -ms-filter: "alpha(Opacity=30)";
/* 173 */   filter: alpha(opacity=30);
/* 174 */   -moz-opacity: .3;
/* 175 */   -khtml-opacity: .3; }
/* 176 */ 
/* 177 */ .soliloquy-container .soliloquy-pager {
/* 178 */   width: 100%;
/* 179 */   margin: 0 auto;
/* 180 */   text-align: center;
/* 181 */   position: absolute;
/* 182 */   bottom: 10px;
/* 183 */   height: 14px; }
/* 184 */ 
/* 185 */ .soliloquy-container .soliloquy-pager-item {
/* 186 */   display: inline-block;
/* 187 */   margin: 0 0 0 7px;
/* 188 */   position: relative;
/* 189 */   z-index: 1320; }
/* 190 */   .soliloquy-container .soliloquy-pager-item a {
/* 191 */     border: none; }
/* 192 */ 
/* 193 */ .soliloquy-container .soliloquy-pager-item:first-child {
/* 194 */   margin-left: 0; }
/* 195 */ 
/* 196 */ .soliloquy-container .soliloquy-pager-link {
/* 197 */   background: url(wp-content/plugins/soliloquy/assets/css/images/circle.png) no-repeat scroll 0 0;
/* 198 */   width: 14px;
/* 199 */   height: 14px;
/* 200 */   display: block;

/* soliloquy.css */

/* 201 */   outline: 0;
/* 202 */   text-indent: -9999px; }
/* 203 */ 
/* 204 */ .soliloquy-container .soliloquy-pager-link.active, .soliloquy-container .soliloquy-pager-link:hover {
/* 205 */   background-image: url(wp-content/plugins/soliloquy/assets/css/images/circle-hover.png); }
/* 206 */ 
/* 207 */ .soliloquy-container .soliloquy-controls-auto-item {
/* 208 */   display: block;
/* 209 */   width: 32px;
/* 210 */   height: 32px;
/* 211 */   position: absolute;
/* 212 */   bottom: 10px;
/* 213 */   right: 10px;
/* 214 */   z-index: 1220; }
/* 215 */ 
/* 216 */ .soliloquy-container .soliloquy-stop {
/* 217 */   display: block;
/* 218 */   width: 32px;
/* 219 */   height: 32px;
/* 220 */   background: rgba(0, 0, 0, 0.7) url(wp-content/plugins/soliloquy/assets/css/images/pause.png) no-repeat scroll 50% 50%; }
/* 221 */ 
/* 222 */ .soliloquy-container .soliloquy-start {
/* 223 */   display: block;
/* 224 */   width: 32px;
/* 225 */   height: 32px;
/* 226 */   background: rgba(0, 0, 0, 0.7) url(wp-content/plugins/soliloquy/assets/css/images/play.png) no-repeat scroll 50% 50%; }
/* 227 */ 
/* 228 */ /**
/* 229 *| * Captions
/* 230 *| */
/* 231 */ .soliloquy-container .soliloquy-caption {
/* 232 */   position: absolute;
/* 233 */   z-index: 1120;
/* 234 */   /**
/* 235 *|   * Caption Position
/* 236 *|   */
/* 237 */   /**
/* 238 *|   * Inner Caption
/* 239 *|   */ }
/* 240 */   .soliloquy-container .soliloquy-caption.soliloquy-caption-top {
/* 241 */     width: 100%;
/* 242 */     top: 0; }
/* 243 */   .soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
/* 244 */     width: 100%;
/* 245 */     bottom: 0; }
/* 246 */   .soliloquy-container .soliloquy-caption.soliloquy-caption-left {
/* 247 */     width: 30%;
/* 248 */     height: 100%;
/* 249 */     left: 0;
/* 250 */     top: 0; }

/* soliloquy.css */

/* 251 */     .soliloquy-container .soliloquy-caption.soliloquy-caption-left .soliloquy-caption-inside {
/* 252 */       height: 100%; }
/* 253 */   .soliloquy-container .soliloquy-caption.soliloquy-caption-right {
/* 254 */     width: 30%;
/* 255 */     height: 100%;
/* 256 */     right: 0;
/* 257 */     top: 0; }
/* 258 */     .soliloquy-container .soliloquy-caption.soliloquy-caption-right .soliloquy-caption-inside {
/* 259 */       height: 100%; }
/* 260 */   .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
/* 261 */     background: rgba(0, 0, 0, 0.5);
/* 262 */     font-size: 1em;
/* 263 */     line-height: 1.25;
/* 264 */     display: block;
/* 265 */     color: #fff;
/* 266 */     text-shadow: 0 1px 1px #000;
/* 267 */     text-align: center;
/* 268 */     padding: 10px; }
/* 269 */ 
/* 270 */ .soliloquy-container .soliloquy-controls {
/* 271 */   opacity: 0;
/* 272 */   -ms-filter: "alpha(Opacity=0)";
/* 273 */   filter: alpha(opacity=0);
/* 274 */   -moz-opacity: 0;
/* 275 */   -khtml-opacity: 0; }
/* 276 */ 
/* 277 */ .soliloquy-container .soliloquy-video-icon {
/* 278 */   margin: 0;
/* 279 */   padding: 0;
/* 280 */   position: absolute;
/* 281 */   display: block;
/* 282 */   top: 0;
/* 283 */   left: 0;
/* 284 */   bottom: 0;
/* 285 */   right: 0;
/* 286 */   z-index: 1200;
/* 287 */   background: transparent url(wp-content/plugins/soliloquy/assets/css/images/video.png) no-repeat scroll 50% 50%;
/* 288 */   width: 100%;
/* 289 */   height: 100%; }
/* 290 */ 
/* 291 */ .soliloquy-container .soliloquy-video-holder {
/* 292 */   margin: 0;
/* 293 */   padding: 0;
/* 294 */   position: absolute;
/* 295 */   display: none;
/* 296 */   top: 0;
/* 297 */   left: 0;
/* 298 */   bottom: 0;
/* 299 */   right: 0;
/* 300 */   z-index: 1200;

/* soliloquy.css */

/* 301 */   background: 0 0;
/* 302 */   width: 100%;
/* 303 */   height: 100%; }
/* 304 */ 
/* 305 */ /**
/* 306 *| * Local Video
/* 307 *| */
/* 308 */ .soliloquy-container video {
/* 309 */   position: relative;
/* 310 */   width: 100%; }
/* 311 */ 
/* 312 */ .soliloquy-container div.mejs-container div.mejs-controls {
/* 313 */   z-index: 1211;
/* 314 */   /* Ensures controls display above video itself, which has z-index = 1210 when initialised */ }
/* 315 */ 
/* 316 */ .soliloquy-container .soliloquy-html-content {
/* 317 */   position: absolute;
/* 318 */   width: 100%;
/* 319 */   height: 100%;
/* 320 */   top: 0;
/* 321 */   left: 0;
/* 322 */   bottom: 0;
/* 323 */   right: 0;
/* 324 */   z-index: 1000; }
/* 325 */ 
/* 326 */ .soliloquy-container .soliloquy-html-content iframe, .soliloquy-container .soliloquy-html-content object, .soliloquy-container .soliloquy-html-content video {
/* 327 */   width: 100%;
/* 328 */   height: 100%; }
/* 329 */ 
/* 330 */ .soliloquy-fc-slider .soliloquy-caption-inside {
/* 331 */   text-align: left; }
/* 332 */ 
/* 333 */ .soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-title, .soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-title-link {
/* 334 */   font-size: 1.2em;
/* 335 */   font-weight: 700;
/* 336 */   margin-bottom: 1em;
/* 337 */   color: #fff; }
/* 338 */ 
/* 339 */ .soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-title-link {
/* 340 */   font-size: 1em; }
/* 341 */ 
/* 342 */ .soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-read-more {
/* 343 */   font-weight: 700;
/* 344 */   color: #fff; }
/* 345 */ 
/* 346 */ /**
/* 347 *| * RTL
/* 348 *| */
/* 349 */ .soliloquy-rtl {
/* 350 */   /**

/* soliloquy.css *|

/* 351 *|   * Pager
/* 352 *|   * - add margin to first child
/* 353 *|   * - remove margin from last child
/* 354 *|   */
/* 355 */   /**
/* 356 *|   * Direction Controls
/* 357 *|   * - swap left + right controls over
/* 358 *|   */
/* 359 */   /**
/* 360 *|   * Thumbnails
/* 361 *|   * - float right so they display
/* 362 *|   */ }
/* 363 */   .soliloquy-rtl .soliloquy-pager-item:first-child {
/* 364 */     margin-left: 7px; }
/* 365 */   .soliloquy-rtl .soliloquy-pager-item:last-child {
/* 366 */     margin-left: 0; }
/* 367 */   .soliloquy-rtl .soliloquy-next {
/* 368 */     left: 10px;
/* 369 */     right: auto;
/* 370 */     background-image: url(wp-content/plugins/soliloquy/assets/css/images/left.png); }
/* 371 */   .soliloquy-rtl .soliloquy-prev {
/* 372 */     right: 10px;
/* 373 */     left: auto;
/* 374 */     background-image: url(wp-content/plugins/soliloquy/assets/css/images/right.png); }
/* 375 */   .soliloquy-rtl .soliloquy-thumbnails-item {
/* 376 */     float: right !important; }
/* 377 */ 
/* 378 */ .rtl {
/* 379 */   /**
/* 380 *|   * Pager
/* 381 *|   * - add margin to first child
/* 382 *|   * - remove margin from last child
/* 383 *|   */
/* 384 */   /**
/* 385 *|   * Direction Controls
/* 386 *|   * - swap left + right controls over
/* 387 *|   */
/* 388 */   /**
/* 389 *|   * Thumbnails
/* 390 *|   * - float right so they display
/* 391 *|   */ }
/* 392 */   .rtl .soliloquy-pager-item:first-child {
/* 393 */     margin-left: 7px; }
/* 394 */   .rtl .soliloquy-pager-item:last-child {
/* 395 */     margin-left: 0; }
/* 396 */   .rtl .soliloquy-next {
/* 397 */     left: 10px;
/* 398 */     right: auto;
/* 399 */     background-image: url(wp-content/plugins/soliloquy/assets/css/images/left.png); }
/* 400 */   .rtl .soliloquy-prev {

/* soliloquy.css */

/* 401 */     right: 10px;
/* 402 */     left: auto;
/* 403 */     background-image: url(wp-content/plugins/soliloquy/assets/css/images/right.png); }
/* 404 */   .rtl .soliloquy-thumbnails-item {
/* 405 */     float: right !important; }
/* 406 */ 
/* 407 */ /**
/* 408 *| * Thumbnails
/* 409 *| */
/* 410 */ .soliloquy-thumbnails-outer-container {
/* 411 */   position: relative;
/* 412 */   z-index: 1;
/* 413 */   max-width: 100%;
/* 414 */   max-height: none;
/* 415 */   height: auto;
/* 416 */   /**
/* 417 *|   * Thumbnail Image Opacity
/* 418 *|   */
/* 419 */   /**
/* 420 *|   * Thumbnails: Left + Right
/* 421 *|   */
/* 422 */   /**
/* 423 *|   * Thumbnails: Left
/* 424 *|   */
/* 425 */   /**
/* 426 *|   * Thumbnails: Right
/* 427 *|   */ }
/* 428 */   .soliloquy-thumbnails-outer-container:after {
/* 429 */     visibility: hidden;
/* 430 */     display: block;
/* 431 */     font-size: 0;
/* 432 */     content: " ";
/* 433 */     clear: both;
/* 434 */     height: 0; }
/* 435 */   .soliloquy-thumbnails-outer-container .soliloquy-thumbnails-container {
/* 436 */     box-sizing: border-box; }
/* 437 */     .soliloquy-thumbnails-outer-container .soliloquy-thumbnails-container .soliloquy-item {
/* 438 */       opacity: 0.5; }
/* 439 */     .soliloquy-thumbnails-outer-container .soliloquy-thumbnails-container .soliloquy-active-slide,
/* 440 */     .soliloquy-thumbnails-outer-container .soliloquy-thumbnails-container .soliloquy-item:hover {
/* 441 */       opacity: 1; }
/* 442 */   .soliloquy-thumbnails-outer-container.soliloquy-thumbnails-position-left, .soliloquy-thumbnails-outer-container.soliloquy-thumbnails-position-right {
/* 443 */     /**
/* 444 *|     * Slider Container
/* 445 *|     */
/* 446 */     /**
/* 447 *|     * Thumbnails Container
/* 448 *|     */ }
/* 449 */     .soliloquy-thumbnails-outer-container.soliloquy-thumbnails-position-left .soliloquy-container, .soliloquy-thumbnails-outer-container.soliloquy-thumbnails-position-right .soliloquy-container {
/* 450 */       position: absolute;

/* soliloquy.css */

/* 451 */       z-index: 1; }
/* 452 */       .soliloquy-thumbnails-outer-container.soliloquy-thumbnails-position-left .soliloquy-container.soliloquy-fullscreen, .soliloquy-thumbnails-outer-container.soliloquy-thumbnails-position-right .soliloquy-container.soliloquy-fullscreen {
/* 453 */         position: relative; }
/* 454 */     .soliloquy-thumbnails-outer-container.soliloquy-thumbnails-position-left .soliloquy-thumbnails-container, .soliloquy-thumbnails-outer-container.soliloquy-thumbnails-position-right .soliloquy-thumbnails-container {
/* 455 */       position: relative;
/* 456 */       z-index: 3;
/* 457 */       margin: 0 !important;
/* 458 */       padding: 32px 0 !important;
/* 459 */       /**
/* 460 *|       * Thumbnails
/* 461 *|       */
/* 462 */       /**
/* 463 *|       * Navigation Arrows
/* 464 *|       */ }
/* 465 */       .soliloquy-thumbnails-outer-container.soliloquy-thumbnails-position-left .soliloquy-thumbnails-container .soliloquy-viewport, .soliloquy-thumbnails-outer-container.soliloquy-thumbnails-position-right .soliloquy-thumbnails-container .soliloquy-viewport {
/* 466 */         z-index: 2; }
/* 467 */       .soliloquy-thumbnails-outer-container.soliloquy-thumbnails-position-left .soliloquy-thumbnails-container .soliloquy-controls, .soliloquy-thumbnails-outer-container.soliloquy-thumbnails-position-right .soliloquy-thumbnails-container .soliloquy-controls {
/* 468 */         position: absolute;
/* 469 */         z-index: 1;
/* 470 */         top: 0;
/* 471 */         width: 100%;
/* 472 */         height: 100%; }
/* 473 */         .soliloquy-thumbnails-outer-container.soliloquy-thumbnails-position-left .soliloquy-thumbnails-container .soliloquy-controls .soliloquy-prev, .soliloquy-thumbnails-outer-container.soliloquy-thumbnails-position-right .soliloquy-thumbnails-container .soliloquy-controls .soliloquy-prev {
/* 474 */           position: absolute;
/* 475 */           top: -32px;
/* 476 */           left: 0;
/* 477 */           right: 0;
/* 478 */           margin: 0 auto;
/* 479 */           background-image: url(wp-content/plugins/soliloquy/assets/css/images/up.png); }
/* 480 */         .soliloquy-thumbnails-outer-container.soliloquy-thumbnails-position-left .soliloquy-thumbnails-container .soliloquy-controls .soliloquy-next, .soliloquy-thumbnails-outer-container.soliloquy-thumbnails-position-right .soliloquy-thumbnails-container .soliloquy-controls .soliloquy-next {
/* 481 */           position: absolute;
/* 482 */           top: auto;
/* 483 */           bottom: -32px;
/* 484 */           left: 0;
/* 485 */           right: 0;
/* 486 */           margin: 0 auto;
/* 487 */           background-image: url(wp-content/plugins/soliloquy/assets/css/images/down.png); }
/* 488 */   .soliloquy-thumbnails-outer-container.soliloquy-thumbnails-position-left {
/* 489 */     /**
/* 490 *|     * Thumbnails Container
/* 491 *|     */ }
/* 492 */     .soliloquy-thumbnails-outer-container.soliloquy-thumbnails-position-left .soliloquy-thumbnails-container {
/* 493 */       float: left; }
/* 494 */   .soliloquy-thumbnails-outer-container.soliloquy-thumbnails-position-right {
/* 495 */     /**
/* 496 *|     * Thumbnails Container
/* 497 *|     */ }
/* 498 */     .soliloquy-thumbnails-outer-container.soliloquy-thumbnails-position-right .soliloquy-thumbnails-container {
/* 499 */       float: right; }
/* 500 */ 

/* soliloquy.css */

/* 501 */ .soliloquy-fullscreen-outer-container.soliloquy-thumbnails-position-bottom .soliloquy-thumbnails-container {
/* 502 */   z-index: 3;
/* 503 */   position: absolute;
/* 504 */   bottom: 70px;
/* 505 */   max-width: 100% !important; }
/* 506 */ 
/* 507 */ .soliloquy-fullscreen-outer-container.soliloquy-thumbnails-position-top .soliloquy-thumbnails-container {
/* 508 */   z-index: 3;
/* 509 */   position: absolute;
/* 510 */   top: 70px;
/* 511 */   max-width: 100% !important; }
/* 512 */ 
/* 513 */ .soliloquy-fullscreen-outer-container.soliloquy-thumbnails-position-left .soliloquy-thumbnails-container {
/* 514 */   z-index: 3;
/* 515 */   position: absolute;
/* 516 */   left: 70px;
/* 517 */   float: none;
/* 518 */   top: 25%;
/* 519 */   transform: translateY(-50%); }
/* 520 */ 
/* 521 */ .soliloquy-fullscreen-outer-container.soliloquy-thumbnails-position-right .soliloquy-thumbnails-container {
/* 522 */   z-index: 3;
/* 523 */   position: absolute;
/* 524 */   right: 70px;
/* 525 */   float: none;
/* 526 */   left: auto;
/* 527 */   text-align: right;
/* 528 */   top: 25%;
/* 529 */   transform: translateY(-50%); }
/* 530 */ 
/* 531 */ .soliloquy-theme-base .soliloquy-caption-bottom .soliloquy-caption-inside {
/* 532 */   padding-bottom: 28px; }
/* 533 */ 
/* 534 */ /**
/* 535 *| * Retina
/* 536 *| */
/* 537 */ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
/* 538 */   .soliloquy-container {
/* 539 */     background-image: url(wp-content/plugins/soliloquy/assets/css/images/preloader-2x.jpg);
/* 540 */     background-size: 16px 16px; }
/* 541 */ 
/* 542 */   .soliloquy-container .soliloquy-prev {
/* 543 */     background-image: url(wp-content/plugins/soliloquy/assets/css/images/left-2x.jpg);
/* 544 */     background-size: 10px 14px; }
/* 545 */ 
/* 546 */   .soliloquy-container .soliloquy-next {
/* 547 */     background-image: url(wp-content/plugins/soliloquy/assets/css/images/right-2x.jpg);
/* 548 */     background-size: 10px 14px; }
/* 549 */ 
/* 550 */   .soliloquy-container .soliloquy-pager-link {

/* soliloquy.css */

/* 551 */     background-image: url(wp-content/plugins/soliloquy/assets/css/images/circle-2x.jpg);
/* 552 */     background-size: 14px 14px; }
/* 553 */ 
/* 554 */   .soliloquy-container .soliloquy-pager-link.active, .soliloquy-container .soliloquy-pager-link:hover {
/* 555 */     background-image: url(wp-content/plugins/soliloquy/assets/css/images/circle-hover-2x.jpg);
/* 556 */     background-size: 14px 14px; }
/* 557 */ 
/* 558 */   .soliloquy-container .soliloquy-stop {
/* 559 */     background-image: url(wp-content/plugins/soliloquy/assets/css/images/pause-2x.jpg);
/* 560 */     background-size: 9px 14px; }
/* 561 */ 
/* 562 */   .soliloquy-container .soliloquy-start {
/* 563 */     background-image: url(wp-content/plugins/soliloquy/assets/css/images/play-2x.jpg);
/* 564 */     background-size: 14px 14px; }
/* 565 */ 
/* 566 */   .soliloquy-container .soliloquy-video-icon {
/* 567 */     background-image: url(wp-content/plugins/soliloquy/assets/css/images/video-2x.jpg);
/* 568 */     background-size: 50px 50px; }
/* 569 */ 
/* 570 */   .soliloquy-thumbnails-position-right .soliloquy-prev,
/* 571 */   .soliloquy-thumbnails-position-left .soliloquy-prev {
/* 572 */     background-size: 50% !important; }
/* 573 */   .soliloquy-thumbnails-position-right .soliloquy-next,
/* 574 */   .soliloquy-thumbnails-position-left .soliloquy-next {
/* 575 */     background-size: 50% !important; } }
/* 576 */ /**
/* 577 *| * Mobile
/* 578 *| */
/* 579 */ @media (max-width: 600px) {
/* 580 */     /**
/* 581 *| 	* Hide Elements
/* 582 *| 	*/
/* 583 */   .soliloquy-container .soliloquy-caption,
/* 584 */   .soliloquy-container .soliloquy-controls-auto,
/* 585 */   .soliloquy-container .soliloquy-pager {
/* 586 */     display: none; }
/* 587 */ 
/* 588 */   .soliloquy-fullscreen-outer-container.soliloquy-thumbnails-position-left .soliloquy-thumbnails-container {
/* 589 */     left: 0px;
/* 590 */     top: 25%;
/* 591 */     transform: translateY(-50%); }
/* 592 */     .soliloquy-fullscreen-outer-container.soliloquy-thumbnails-position-left .soliloquy-thumbnails-container .soliloquy-wrapper {
/* 593 */       max-width: 25% !important; }
/* 594 */ 
/* 595 */   .soliloquy-fullscreen-outer-container.soliloquy-thumbnails-position-right .soliloquy-thumbnails-container {
/* 596 */     z-index: 3;
/* 597 */     right: 20px;
/* 598 */     text-align: right;
/* 599 */     top: 25%;
/* 600 */     transform: translateY(-50%); }

/* soliloquy.css */

/* 601 */     .soliloquy-fullscreen-outer-container.soliloquy-thumbnails-position-right .soliloquy-thumbnails-container .soliloquy-wrapper {
/* 602 */       max-width: 25% !important; }
/* 603 */ 
/* 604 */   /**
/* 605 *|   * Force caption to display if enabled
/* 606 *|   */
/* 607 */   .soliloquy-caption.soliloquy-caption-mobile {
/* 608 */     display: block; } }
/* 609 */ @media only screen and (max-width: 600px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 600px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 600px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 600px) and (min-device-pixel-ratio: 2), only screen and (max-width: 600px) and (min-resolution: 192dpi), only screen and (max-width: 600px) and (min-resolution: 2dppx) {
/* 610 */   .soliloquy-container .soliloquy-video-icon {
/* 611 */     background-image: url(wp-content/plugins/soliloquy/assets/css/images/video.png);
/* 612 */     background-size: 25px 25px; } }
/* 613 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home3/fcart/public_html
currentDir : /home3/fcart/public_html/wp-content/plugins/envira-gallery/assets/css

file-relative URI  : images/envirabox_sprite.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/envira-gallery/assets/css/images/envirabox_sprite.png
docroot stripped   : /wp-content/plugins/envira-gallery/assets/css/images/envirabox_sprite.png
traversals removed : /wp-content/plugins/envira-gallery/assets/css/images/envirabox_sprite.png

file-relative URI  : images/envirabox_loading.gif
path prepended     : /home3/fcart/public_html/wp-content/plugins/envira-gallery/assets/css/images/envirabox_loading.gif
docroot stripped   : /wp-content/plugins/envira-gallery/assets/css/images/envirabox_loading.gif
traversals removed : /wp-content/plugins/envira-gallery/assets/css/images/envirabox_loading.gif

file-relative URI  : images/blank.gif
path prepended     : /home3/fcart/public_html/wp-content/plugins/envira-gallery/assets/css/images/blank.gif
docroot stripped   : /wp-content/plugins/envira-gallery/assets/css/images/blank.gif
traversals removed : /wp-content/plugins/envira-gallery/assets/css/images/blank.gif

file-relative URI  : images/envirabox_overlay.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/envira-gallery/assets/css/images/envirabox_overlay.png
docroot stripped   : /wp-content/plugins/envira-gallery/assets/css/images/envirabox_overlay.png
traversals removed : /wp-content/plugins/envira-gallery/assets/css/images/envirabox_overlay.png

file-relative URI  : images/envirabox_buttons.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/envira-gallery/assets/css/images/envirabox_buttons.png
docroot stripped   : /wp-content/plugins/envira-gallery/assets/css/images/envirabox_buttons.png
traversals removed : /wp-content/plugins/envira-gallery/assets/css/images/envirabox_buttons.png

file-relative URI  : images/envirabox_sprite@2x.png
path prepended     : /home3/fcart/public_html/wp-content/plugins/envira-gallery/assets/css/images/envirabox_sprite@2x.png
docroot stripped   : /wp-content/plugins/envira-gallery/assets/css/images/envirabox_sprite@2x.png
traversals removed : /wp-content/plugins/envira-gallery/assets/css/images/envirabox_sprite@2x.png

file-relative URI  : images/envirabox_loading@2x.gif
path prepended     : /home3/fcart/public_html/wp-content/plugins/envira-gallery/assets/css/images/envirabox_loading@2x.gif
docroot stripped   : /wp-content/plugins/envira-gallery/assets/css/images/envirabox_loading@2x.gif
traversals removed : /wp-content/plugins/envira-gallery/assets/css/images/envirabox_loading@2x.gif

file-relative URI  : YOUR_IMAGE_PATH
path prepended     : /home3/fcart/public_html/wp-content/plugins/envira-gallery/assets/css/YOUR_IMAGE_PATH
docroot stripped   : /wp-content/plugins/envira-gallery/assets/css/YOUR_IMAGE_PATH
traversals removed : /wp-content/plugins/envira-gallery/assets/css/YOUR_IMAGE_PATH

file-relative URI  : ../images/placeholders/spinner.gif
path prepended     : /home3/fcart/public_html/wp-content/plugins/envira-gallery/assets/css/../images/placeholders/spinner.gif
docroot stripped   : /wp-content/plugins/envira-gallery/assets/css/../images/placeholders/spinner.gif
traversals removed : /wp-content/plugins/envira-gallery/assets/images/placeholders/spinner.gif

*/

/* envira.css */

/* 1    */ /* ==========================================================================
/* 2    *|    Envira Gallery Styles
/* 3    *|    ========================================================================== */
/* 4    */ /**
/* 5    *| * Envira Gallery - Reset
/* 6    *| */
/* 7    */ .envira-gallery-wrap,
/* 8    */ .envira-gallery-wrap *,
/* 9    */ .envira-tags-filter-list,
/* 10   */ .envira-tags-filter-list * {
/* 11   */   background: none;
/* 12   */   border: 0 none;
/* 13   */   border-radius: 0;
/* 14   */   -webkit-border-radius: 0;
/* 15   */   -moz-border-radius: 0;
/* 16   */   float: none;
/* 17   */   font-size: 100%;
/* 18   */   height: auto;
/* 19   */   letter-spacing: normal;
/* 20   */   list-style: none;
/* 21   */   outline: none;
/* 22   */   position: static;
/* 23   */   text-decoration: none;
/* 24   */   text-indent: 0;
/* 25   */   text-shadow: none;
/* 26   */   text-transform: none;
/* 27   */   width: auto;
/* 28   */   visibility: visible;
/* 29   */   overflow: visible;
/* 30   */   margin: 0;
/* 31   */   padding: 0;
/* 32   */   line-height: 1;
/* 33   */   box-sizing: border-box;
/* 34   */   -webkit-box-sizing: border-box;
/* 35   */   -moz-box-sizing: border-box;
/* 36   */   -webkit-box-shadow: none;
/* 37   */   -moz-box-shadow: none;
/* 38   */   -ms-box-shadow: none;
/* 39   */   -o-box-shadow: none;
/* 40   */   box-shadow: none;
/* 41   */   -webkit-appearance: none;
/* 42   */   transition: none;
/* 43   */   -webkit-transition: none;
/* 44   */   -moz-transition: none;
/* 45   */   -o-transition: none;
/* 46   */   -ms-transition: none; }
/* 47   */ 
/* 48   */ /**
/* 49   *| * Tags Addon
/* 50   *| */

/* envira.css */

/* 51   */ .envira-tags-filter-list {
/* 52   */   clear: both;
/* 53   */   margin: 0 0 10px 0; }
/* 54   */   .envira-tags-filter-list li.envira-tags-filter,
/* 55   */   .envira-tags-filter-list li.envira-tag-filter {
/* 56   */     float: left;
/* 57   */     margin: 0 20px 10px 0; }
/* 58   */   .envira-tags-filter-list .envira-tag-filter-link {
/* 59   */     font-size: 13px;
/* 60   */     font-weight: bold; }
/* 61   */ 
/* 62   */ /**
/* 63   *| * Breadcrumbs Addon
/* 64   *| */
/* 65   */ .envira-breadcrumbs {
/* 66   */   display: block;
/* 67   */   margin: 0 0 20px 0;
/* 68   */   padding: 10px;
/* 69   */   background: #eee;
/* 70   */   clear: both; }
/* 71   */   .envira-breadcrumbs a {
/* 72   */     text-decoration: none; }
/* 73   */ 
/* 74   */ /**
/* 75   *| * WooCommerce Addon
/* 76   *| */
/* 77   */ .envira-hidden {
/* 78   */   display: none; }
/* 79   */ 
/* 80   */ /**
/* 81   *| * Main Wrapper
/* 82   *| */
/* 83   */ .envira-gallery-wrap {
/* 84   */   width: 100%;
/* 85   */   margin: 0 auto 20px auto;
/* 86   */   /**
/* 87   *|   * Pagination Addon
/* 88   *|   */
/* 89   */   /**
/* 90   *|   * Description
/* 91   *|   */
/* 92   */   /**
/* 93   *|   * Inner Wrapper
/* 94   *|   */ }
/* 95   */   .envira-gallery-wrap .envira-pagination {
/* 96   */     margin: 0 0 20px 0; }
/* 97   */   .envira-gallery-wrap .envira-gallery-description {
/* 98   */     clear: both; }
/* 99   */   .envira-gallery-wrap .envira-gallery-public {
/* 100  */     width: 100%;

/* envira.css */

/* 101  */     margin: 0 auto 20px auto;
/* 102  */     -webkit-box-sizing: border-box;
/* 103  */     -moz-box-sizing: border-box;
/* 104  */     box-sizing: border-box;
/* 105  */     /**
/* 106  *|     * Clearing
/* 107  *|     */
/* 108  */     /**
/* 109  *|     * Inner
/* 110  *|     */
/* 111  */     /**
/* 112  *|     * Gallery Item
/* 113  *|     */
/* 114  */     /**
/* 115  *|     * Column Widths and Clearing
/* 116  *|     */
/* 117  */     /**
/* 118  *|     * Optional: Isotope
/* 119  *|     * - if enabled, .enviratope is added to .envira-gallery-public
/* 120  *|     * - no clearing on gallery items
/* 121  *|     */
/* 122  */     /**
/* 123  *|     * Optional: CSS Animations
/* 124  *|     * - if enabled, .envira-gallery-css-animations is added to .envira-gallery-public
/* 125  *|     */ }
/* 126  */     .envira-gallery-wrap .envira-gallery-public.envira-clear {
/* 127  */       clear: both; }
/* 128  */       .envira-gallery-wrap .envira-gallery-public.envira-clear:after {
/* 129  */         clear: both;
/* 130  */         content: '.';
/* 131  */         display: block;
/* 132  */         height: 0;
/* 133  */         line-height: 0;
/* 134  */         overflow: auto;
/* 135  */         visibility: hidden;
/* 136  */         zoom: 1; }
/* 137  */     .envira-gallery-wrap .envira-gallery-public .envira-gallery-item-inner {
/* 138  */       position: relative;
/* 139  */       /**
/* 140  *|       * Dynamic Positioning
/* 141  *|       */ }
/* 142  */       .envira-gallery-wrap .envira-gallery-public .envira-gallery-item-inner .envira-gallery-position-overlay {
/* 143  */         box-sizing: border-box;
/* 144  */         position: absolute;
/* 145  */         overflow: visible;
/* 146  */         z-index: 999;
/* 147  */         /**
/* 148  *|         * Top Left
/* 149  *|         */
/* 150  */         /**

/* envira.css *|

/* 151  *|         * Top Right
/* 152  *|         */
/* 153  */         /**
/* 154  *|         * Bottom Left
/* 155  *|         */
/* 156  */         /**
/* 157  *|         * Bottom Right
/* 158  *|         */ }
/* 159  */         .envira-gallery-wrap .envira-gallery-public .envira-gallery-item-inner .envira-gallery-position-overlay.envira-gallery-top-left {
/* 160  */           top: 0;
/* 161  */           left: 0;
/* 162  */           padding: 5px 0 0 5px; }
/* 163  */         .envira-gallery-wrap .envira-gallery-public .envira-gallery-item-inner .envira-gallery-position-overlay.envira-gallery-top-right {
/* 164  */           top: 0;
/* 165  */           right: 0;
/* 166  */           padding: 5px 5px 0 0;
/* 167  */           text-align: right; }
/* 168  */         .envira-gallery-wrap .envira-gallery-public .envira-gallery-item-inner .envira-gallery-position-overlay.envira-gallery-bottom-left {
/* 169  */           bottom: 0;
/* 170  */           left: 0;
/* 171  */           padding: 0 0 5px 5px; }
/* 172  */         .envira-gallery-wrap .envira-gallery-public .envira-gallery-item-inner .envira-gallery-position-overlay.envira-gallery-bottom-right {
/* 173  */           bottom: 0;
/* 174  */           right: 0;
/* 175  */           padding: 0 5px 5px 0;
/* 176  */           text-align: right; }
/* 177  */     .envira-gallery-wrap .envira-gallery-public .envira-gallery-item {
/* 178  */       float: left;
/* 179  */       /**
/* 180  *|       * Link
/* 181  *|       */
/* 182  */       /**
/* 183  *|       * Image
/* 184  *|       */
/* 185  */       /**
/* 186  *|       * Videos
/* 187  *|       */ }
/* 188  */       .envira-gallery-wrap .envira-gallery-public .envira-gallery-item > .envira-gallery-link {
/* 189  */         display: block;
/* 190  */         outline: none;
/* 191  */         border: 0 none;
/* 192  */         position: relative; }
/* 193  */       .envira-gallery-wrap .envira-gallery-public .envira-gallery-item img {
/* 194  */         float: none;
/* 195  */         display: block;
/* 196  */         margin: 0 auto;
/* 197  */         padding: 0;
/* 198  */         max-width: 100%; }
/* 199  */       .envira-gallery-wrap .envira-gallery-public .envira-gallery-item iframe, .envira-gallery-wrap .envira-gallery-public .envira-gallery-item video {
/* 200  */         display: block;

/* envira.css */

/* 201  */         margin: 0 auto;
/* 202  */         width: 100%; }
/* 203  */     .envira-gallery-wrap .envira-gallery-public.envira-gallery-1-columns .envira-gallery-item {
/* 204  */       clear: both;
/* 205  */       width: 100%; }
/* 206  */     .envira-gallery-wrap .envira-gallery-public.envira-gallery-2-columns .envira-gallery-item {
/* 207  */       width: 50%; }
/* 208  */       .envira-gallery-wrap .envira-gallery-public.envira-gallery-2-columns .envira-gallery-item:nth-child(2n+1) {
/* 209  */         clear: both; }
/* 210  */     .envira-gallery-wrap .envira-gallery-public.envira-gallery-3-columns .envira-gallery-item {
/* 211  */       width: 33.33%; }
/* 212  */       .envira-gallery-wrap .envira-gallery-public.envira-gallery-3-columns .envira-gallery-item:nth-child(3n+1) {
/* 213  */         clear: both; }
/* 214  */     .envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item {
/* 215  */       width: 25%;
/* 216  */       margin: 0;
/* 217  */       padding: 0;
/* 218  */       box-sizing: border-box; }
/* 219  */       .envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item:nth-child(4n+1) {
/* 220  */         clear: both; }
/* 221  */     .envira-gallery-wrap .envira-gallery-public.envira-gallery-5-columns .envira-gallery-item {
/* 222  */       width: 20%; }
/* 223  */       .envira-gallery-wrap .envira-gallery-public.envira-gallery-5-columns .envira-gallery-item:nth-child(5n+1) {
/* 224  */         clear: both; }
/* 225  */     .envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item {
/* 226  */       width: 16.66%; }
/* 227  */       .envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item:nth-child(6n+1) {
/* 228  */         clear: both; }
/* 229  */     .envira-gallery-wrap .envira-gallery-public.enviratope .envira-gallery-item {
/* 230  */       clear: none !important; }
/* 231  */     .envira-gallery-wrap .envira-gallery-public.envira-gallery-css-animations {
/* 232  */       /**
/* 233  *|       * Gallery Item
/* 234  *|       */ }
/* 235  */       .envira-gallery-wrap .envira-gallery-public.envira-gallery-css-animations .envira-gallery-item {
/* 236  */         /**
/* 237  *|         * Image
/* 238  *|         */
/* 239  */         /**
/* 240  *|         * Image Hover
/* 241  *|         * - Always force opacity: 1, as the CSS Opacity setting for images may be less e.g. 0.5
/* 242  *|         */ }
/* 243  */         .envira-gallery-wrap .envira-gallery-public.envira-gallery-css-animations .envira-gallery-item img {
/* 244  */           opacity: 0;
/* 245  */           transition: all .2s ease-in-out; }
/* 246  */         .envira-gallery-wrap .envira-gallery-public.envira-gallery-css-animations .envira-gallery-item a:hover img {
/* 247  */           opacity: 1 !important; }
/* 248  */ 
/* 249  */ /**
/* 250  *| * Main Wrapper

/* envira.css *|

/* 251  *| */
/* 252  */ .envira-gallery-public.envira-justified-gallery {
/* 253  */   /**
/* 254  *|   * Inner
/* 255  *|   */
/* 256  */   /*    .envira-gallery-description {
/* 257  *|           &.envira-gallery-description-above {
/* 258  *|               display: table;
/* 259  *|           }
/* 260  *|       }*/ }
/* 261  */   .envira-gallery-public.envira-justified-gallery .envira-gallery-item-inner {
/* 262  */     position: absolute; }
/* 263  */ 
/* 264  */ .envira-gallery-public.envira-gallery-1-columns .envira-title,
/* 265  */ .envira-gallery-public.envira-gallery-1-columns .envira-caption,
/* 266  */ .envira-gallery-public.envira-gallery-2-columns .envira-title,
/* 267  */ .envira-gallery-public.envira-gallery-2-columns .envira-caption,
/* 268  */ .envira-gallery-public.envira-gallery-3-columns .envira-title,
/* 269  */ .envira-gallery-public.envira-gallery-3-columns .envira-caption,
/* 270  */ .envira-gallery-public.envira-gallery-4-columns .envira-title,
/* 271  */ .envira-gallery-public.envira-gallery-4-columns .envira-caption,
/* 272  */ .envira-gallery-public.envira-gallery-5-columns .envira-title,
/* 273  */ .envira-gallery-public.envira-gallery-5-columns .envira-caption,
/* 274  */ .envira-gallery-public.envira-gallery-6-columns .envira-title,
/* 275  */ .envira-gallery-public.envira-gallery-6-columns .envira-caption {
/* 276  */   text-align: center;
/* 277  */   width: 100%;
/* 278  */   font-size: 14px;
/* 279  */   line-height: 24px;
/* 280  */   display: inline-block; }
/* 281  */ .envira-gallery-public.envira-gallery-1-columns .envira-title,
/* 282  */ .envira-gallery-public.envira-gallery-2-columns .envira-title,
/* 283  */ .envira-gallery-public.envira-gallery-3-columns .envira-title,
/* 284  */ .envira-gallery-public.envira-gallery-4-columns .envira-title,
/* 285  */ .envira-gallery-public.envira-gallery-5-columns .envira-title,
/* 286  */ .envira-gallery-public.envira-gallery-6-columns .envira-title {
/* 287  */   font-size: 18px;
/* 288  */   line-height: 26px;
/* 289  */   font-weight: 600; }
/* 290  */ .envira-gallery-public.envira-gallery-1-columns .envira-caption,
/* 291  */ .envira-gallery-public.envira-gallery-2-columns .envira-caption,
/* 292  */ .envira-gallery-public.envira-gallery-3-columns .envira-caption,
/* 293  */ .envira-gallery-public.envira-gallery-4-columns .envira-caption,
/* 294  */ .envira-gallery-public.envira-gallery-5-columns .envira-caption,
/* 295  */ .envira-gallery-public.envira-gallery-6-columns .envira-caption {
/* 296  */   font-weight: 200; }
/* 297  */ 
/* 298  */ /**
/* 299  *| * RTL Support
/* 300  *| */

/* envira.css */

/* 301  */ .envira-gallery-wrap.envira-gallery-rtl {
/* 302  */   /**
/* 303  *|   * Inner Wrapper
/* 304  *|   */ }
/* 305  */   .envira-gallery-wrap.envira-gallery-rtl .envira-gallery-public {
/* 306  */     /**
/* 307  *|     * Gallery Item
/* 308  *|     */ }
/* 309  */     .envira-gallery-wrap.envira-gallery-rtl .envira-gallery-public .envira-gallery-item {
/* 310  */       float: right; }
/* 311  */ 
/* 312  */ /**
/* 313  *| * Mobile Landscape Size to Tablet Portrait (devices and browsers)
/* 314  *| * - Envira Gallery Columns: If 4, 5 or 6, reduce to 3 columns. Isotope will detect change + resize automatically.
/* 315  *| */
/* 316  */ @media only screen and (max-width: 767px) {
/* 317  */   /**
/* 318  *|   * Main Wrapper
/* 319  *|   */
/* 320  */   .envira-gallery-wrap {
/* 321  */     /**
/* 322  *|     * Inner Wrapper
/* 323  *|     */ }
/* 324  */     .envira-gallery-wrap .envira-gallery-public {
/* 325  */       /**
/* 326  *|       * Column Widths and Clearing
/* 327  *|       */
/* 328  */       /**
/* 329  *|       * Optional: Isotope
/* 330  *|       * - if enabled, .enviratope is added to .envira-gallery-public
/* 331  *|       * - no clearing on gallery items
/* 332  *|       */ }
/* 333  */       .envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item {
/* 334  */         width: 33%; }
/* 335  */         .envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item:nth-child(4n+1) {
/* 336  */           clear: none; }
/* 337  */         .envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item:nth-child(3n+1) {
/* 338  */           clear: both; }
/* 339  */       .envira-gallery-wrap .envira-gallery-public.envira-gallery-5-columns .envira-gallery-item {
/* 340  */         width: 33%; }
/* 341  */         .envira-gallery-wrap .envira-gallery-public.envira-gallery-5-columns .envira-gallery-item:nth-child(5n+1) {
/* 342  */           clear: none; }
/* 343  */         .envira-gallery-wrap .envira-gallery-public.envira-gallery-5-columns .envira-gallery-item:nth-child(3n+1) {
/* 344  */           clear: both; }
/* 345  */       .envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item {
/* 346  */         width: 33%; }
/* 347  */         .envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item:nth-child(6n+1) {
/* 348  */           clear: none; }
/* 349  */         .envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item:nth-child(3n+1) {
/* 350  */           clear: both; }

/* envira.css */

/* 351  */       .envira-gallery-wrap .envira-gallery-public.enviratope .envira-gallery-item {
/* 352  */         clear: none !important; } }
/* 353  */ /**
/* 354  *| * Mobile Landscape (devices and browsers)
/* 355  *| * - Envira Gallery Columns: Reduce to 2 column. Isotope will detect change + resize automatically.
/* 356  *| */
/* 357  */ @media only screen and (max-width: 459px) {
/* 358  */   /**
/* 359  *|   * Main Wrapper
/* 360  *|   */
/* 361  */   .envira-gallery-wrap {
/* 362  */     /**
/* 363  *|     * Inner Wrapper
/* 364  *|     */ }
/* 365  */     .envira-gallery-wrap .envira-gallery-public {
/* 366  */       /**
/* 367  *|       * Column Widths and Clearing
/* 368  *|       */
/* 369  */       /**
/* 370  *|       * Optional: Isotope
/* 371  *|       * - if enabled, .enviratope is added to .envira-gallery-public
/* 372  *|       * - no clearing on gallery items
/* 373  *|       */ }
/* 374  */       .envira-gallery-wrap .envira-gallery-public.envira-gallery-2-columns .envira-gallery-item, .envira-gallery-wrap .envira-gallery-public.envira-gallery-3-columns .envira-gallery-item, .envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item, .envira-gallery-wrap .envira-gallery-public.envira-gallery-5-columns .envira-gallery-item, .envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item {
/* 375  */         width: 50%; }
/* 376  */         .envira-gallery-wrap .envira-gallery-public.envira-gallery-2-columns .envira-gallery-item:nth-child(3n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-2-columns .envira-gallery-item:nth-child(4n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-2-columns .envira-gallery-item:nth-child(5n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-2-columns .envira-gallery-item:nth-child(6n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-3-columns .envira-gallery-item:nth-child(3n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-3-columns .envira-gallery-item:nth-child(4n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-3-columns .envira-gallery-item:nth-child(5n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-3-columns .envira-gallery-item:nth-child(6n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item:nth-child(3n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item:nth-child(4n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item:nth-child(5n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item:nth-child(6n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-5-columns .envira-gallery-item:nth-child(3n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-5-columns .envira-gallery-item:nth-child(4n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-5-columns .envira-gallery-item:nth-child(5n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-5-columns .envira-gallery-item:nth-child(6n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item:nth-child(3n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item:nth-child(4n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item:nth-child(5n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item:nth-child(6n+1) {
/* 377  */           clear: none; }
/* 378  */         .envira-gallery-wrap .envira-gallery-public.envira-gallery-2-columns .envira-gallery-item:nth-child(2n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-3-columns .envira-gallery-item:nth-child(2n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item:nth-child(2n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-5-columns .envira-gallery-item:nth-child(2n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item:nth-child(2n+1) {
/* 379  */           clear: both; }
/* 380  */       .envira-gallery-wrap .envira-gallery-public.enviratope .envira-gallery-item {
/* 381  */         clear: none !important; } }
/* 382  */ /**
/* 383  *| * Mobile Portrait (devices and browsers)
/* 384  *| * - Envira Gallery Columns: Reduce to 1 column. Isotope will detect change + resize automatically.
/* 385  *| */
/* 386  */ @media only screen and (max-width: 320px) {
/* 387  */   /**
/* 388  *|   * Main Wrapper
/* 389  *|   */
/* 390  */   .envira-gallery-wrap {
/* 391  */     /**
/* 392  *|     * Inner Wrapper
/* 393  *|     */ }
/* 394  */     .envira-gallery-wrap .envira-gallery-public {
/* 395  */       /**
/* 396  *|       * Column Widths and Clearing
/* 397  *|       */
/* 398  */       /**
/* 399  *|       * Optional: Isotope
/* 400  *|       * - if enabled, .enviratope is added to .envira-gallery-public

/* envira.css *|

/* 401  *|       * - no clearing on gallery items
/* 402  *|       */ }
/* 403  */       .envira-gallery-wrap .envira-gallery-public.envira-gallery-1-columns .envira-gallery-item, .envira-gallery-wrap .envira-gallery-public.envira-gallery-2-columns .envira-gallery-item, .envira-gallery-wrap .envira-gallery-public.envira-gallery-3-columns .envira-gallery-item, .envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item, .envira-gallery-wrap .envira-gallery-public.envira-gallery-5-columns .envira-gallery-item, .envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item {
/* 404  */         width: 100%; }
/* 405  */         .envira-gallery-wrap .envira-gallery-public.envira-gallery-1-columns .envira-gallery-item:nth-child(2n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-1-columns .envira-gallery-item:nth-child(3n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-1-columns .envira-gallery-item:nth-child(4n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-1-columns .envira-gallery-item:nth-child(5n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-1-columns .envira-gallery-item:nth-child(6n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-2-columns .envira-gallery-item:nth-child(2n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-2-columns .envira-gallery-item:nth-child(3n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-2-columns .envira-gallery-item:nth-child(4n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-2-columns .envira-gallery-item:nth-child(5n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-2-columns .envira-gallery-item:nth-child(6n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-3-columns .envira-gallery-item:nth-child(2n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-3-columns .envira-gallery-item:nth-child(3n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-3-columns .envira-gallery-item:nth-child(4n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-3-columns .envira-gallery-item:nth-child(5n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-3-columns .envira-gallery-item:nth-child(6n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item:nth-child(2n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item:nth-child(3n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item:nth-child(4n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item:nth-child(5n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item:nth-child(6n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-5-columns .envira-gallery-item:nth-child(2n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-5-columns .envira-gallery-item:nth-child(3n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-5-columns .envira-gallery-item:nth-child(4n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-5-columns .envira-gallery-item:nth-child(5n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-5-columns .envira-gallery-item:nth-child(6n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item:nth-child(2n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item:nth-child(3n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item:nth-child(4n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item:nth-child(5n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item:nth-child(6n+1) {
/* 406  */           clear: both; }
/* 407  */       .envira-gallery-wrap .envira-gallery-public.enviratope .envira-gallery-item {
/* 408  */         clear: none !important; } }
/* 409  */ /* ==========================================================================
/* 410  *|    Envira Lightbox Gallery Styles
/* 411  *|    ========================================================================== */
/* 412  */ /*! envirabox v2.1.5 fancyapps.com | fancyapps.com/envirabox/#license */
/* 413  */ .envirabox-wrap,
/* 414  */ .envirabox-skin,
/* 415  */ .envirabox-outer,
/* 416  */ .envirabox-inner,
/* 417  */ .envirabox-image,
/* 418  */ .envirabox-wrap iframe,
/* 419  */ .envirabox-wrap object,
/* 420  */ .envirabox-nav,
/* 421  */ .envirabox-nav span,
/* 422  */ .envirabox-tmp,
/* 423  */ .envirabox-buttons,
/* 424  */ .envirabox-thumbs,
/* 425  */ .envirabox-wrap *,
/* 426  */ .envirabox-thumbs *,
/* 427  */ .envirabox-buttons * {
/* 428  */   background: none;
/* 429  */   border: 0 none;
/* 430  */   border-radius: 0;
/* 431  */   -webkit-border-radius: 0;
/* 432  */   -moz-border-radius: 0;
/* 433  */   float: none;
/* 434  */   font-size: 100%;
/* 435  */   height: auto;
/* 436  */   letter-spacing: normal;
/* 437  */   list-style: none;
/* 438  */   outline: none;
/* 439  */   position: static;
/* 440  */   text-decoration: none;
/* 441  */   text-indent: 0;
/* 442  */   text-shadow: none;
/* 443  */   text-transform: none;
/* 444  */   width: auto;
/* 445  */   visibility: visible;
/* 446  */   overflow: visible;
/* 447  */   margin: 0;
/* 448  */   padding: 0;
/* 449  */   line-height: 1;
/* 450  */   box-sizing: border-box;

/* envira.css */

/* 451  */   -webkit-box-sizing: border-box;
/* 452  */   -moz-box-sizing: border-box;
/* 453  */   -webkit-box-shadow: none;
/* 454  */   -moz-box-shadow: none;
/* 455  */   -ms-box-shadow: none;
/* 456  */   -o-box-shadow: none;
/* 457  */   box-shadow: none;
/* 458  */   -webkit-appearance: none;
/* 459  */   transition: none;
/* 460  */   -webkit-transition: none;
/* 461  */   -moz-transition: none;
/* 462  */   -o-transition: none;
/* 463  */   -ms-transition: none; }
/* 464  */ 
/* 465  */ .envirabox-wrap {
/* 466  */   position: absolute;
/* 467  */   top: 0;
/* 468  */   left: 0;
/* 469  */   z-index: 988020; }
/* 470  */ 
/* 471  */ .envirabox-skin {
/* 472  */   position: relative;
/* 473  */   background: #f9f9f9;
/* 474  */   color: #444;
/* 475  */   text-shadow: none;
/* 476  */   -webkit-border-radius: 4px;
/* 477  */   -moz-border-radius: 4px;
/* 478  */   border-radius: 4px; }
/* 479  */ 
/* 480  */ .envirabox-opened {
/* 481  */   z-index: 988030; }
/* 482  */ 
/* 483  */ .envirabox-opened .envirabox-skin {
/* 484  */   -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
/* 485  */   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
/* 486  */   box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
/* 487  */ 
/* 488  */ .envirabox-outer, .envirabox-inner {
/* 489  */   position: relative; }
/* 490  */ 
/* 491  */ .envirabox-inner {
/* 492  */   overflow: hidden;
/* 493  */   /**
/* 494  *|    * Actions
/* 495  *|    */
/* 496  */   /**
/* 497  *|   * Dynamic Positioning
/* 498  *|   */ }
/* 499  */   .envirabox-inner .envirabox-actions {
/* 500  */     position: absolute;

/* envira.css */

/* 501  */     z-index: 988050; }
/* 502  */   .envirabox-inner .envirabox-position-overlay {
/* 503  */     box-sizing: border-box;
/* 504  */     position: absolute;
/* 505  */     overflow: visible;
/* 506  */     z-index: 988041;
/* 507  */     /* Beat the prev/next controls */
/* 508  */     padding: 0;
/* 509  */     /**
/* 510  *|     * Top Left
/* 511  *|     */
/* 512  */     /**
/* 513  *|     * Top Right
/* 514  *|     */
/* 515  */     /**
/* 516  *|     * Bottom Left
/* 517  *|     */
/* 518  */     /**
/* 519  *|     * Bottom Right
/* 520  *|     */ }
/* 521  */     .envirabox-inner .envirabox-position-overlay.envira-gallery-top-left {
/* 522  */       top: 0;
/* 523  */       left: 0;
/* 524  */       text-align: left; }
/* 525  */     .envirabox-inner .envirabox-position-overlay.envira-gallery-top-right {
/* 526  */       top: 0;
/* 527  */       right: 0;
/* 528  */       text-align: right; }
/* 529  */     .envirabox-inner .envirabox-position-overlay.envira-gallery-bottom-left {
/* 530  */       bottom: 0;
/* 531  */       left: 0;
/* 532  */       text-align: left; }
/* 533  */     .envirabox-inner .envirabox-position-overlay.envira-gallery-bottom-right {
/* 534  */       bottom: 0;
/* 535  */       right: 0;
/* 536  */       text-align: right; }
/* 537  */ 
/* 538  */ .envirabox-type-iframe .envirabox-inner {
/* 539  */   -webkit-overflow-scrolling: touch;
/* 540  */   height: 100%; }
/* 541  */   .envirabox-type-iframe .envirabox-inner .envirabox-iframe {
/* 542  */     width: 100%;
/* 543  */     height: 100%; }
/* 544  */ 
/* 545  */ .envirabox-error {
/* 546  */   color: #444;
/* 547  */   font: 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
/* 548  */   margin: 0;
/* 549  */   padding: 15px;
/* 550  */   white-space: nowrap; }

/* envira.css */

/* 551  */ 
/* 552  */ .envirabox-image, .envirabox-iframe {
/* 553  */   display: block;
/* 554  */   width: 100%;
/* 555  */   height: 100%; }
/* 556  */ 
/* 557  */ .envirabox-image {
/* 558  */   max-width: 100%;
/* 559  */   max-height: 100%; }
/* 560  */ 
/* 561  */ #envirabox-loading, .envirabox-close, .envirabox-prev span, .envirabox-next span {
/* 562  */   background-image: url("wp-content/plugins/envira-gallery/assets/css/images/envirabox_sprite.png"); }
/* 563  */ 
/* 564  */ #envirabox-loading {
/* 565  */   position: absolute;
/* 566  */   top: 50%;
/* 567  */   left: 50%;
/* 568  */   margin-top: -22px;
/* 569  */   margin-left: -22px;
/* 570  */   background-position: 0 -108px;
/* 571  */   opacity: 0.8;
/* 572  */   cursor: pointer;
/* 573  */   z-index: 988060; }
/* 574  */ 
/* 575  */ #envirabox-loading div {
/* 576  */   width: 44px;
/* 577  */   height: 44px;
/* 578  */   background: url("wp-content/plugins/envira-gallery/assets/css/images/envirabox_loading.gif") center center no-repeat; }
/* 579  */ 
/* 580  */ .envirabox-close {
/* 581  */   position: absolute;
/* 582  */   top: -18px;
/* 583  */   right: -18px;
/* 584  */   width: 36px;
/* 585  */   height: 36px;
/* 586  */   cursor: pointer;
/* 587  */   z-index: 988040; }
/* 588  */ 
/* 589  */ .envirabox-nav {
/* 590  */   position: absolute;
/* 591  */   top: 0;
/* 592  */   width: 40%;
/* 593  */   height: 100%;
/* 594  */   cursor: pointer;
/* 595  */   text-decoration: none;
/* 596  */   background: transparent url("wp-content/plugins/envira-gallery/assets/css/images/blank.gif");
/* 597  */   /* helps IE */
/* 598  */   -webkit-tap-highlight-color: transparent;
/* 599  */   z-index: 988040; }
/* 600  */ 

/* envira.css */

/* 601  */ .envirabox-nav:focus {
/* 602  */   outline: none; }
/* 603  */ 
/* 604  */ .envirabox-prev {
/* 605  */   left: 0; }
/* 606  */ 
/* 607  */ .envirabox-next {
/* 608  */   right: 0; }
/* 609  */ 
/* 610  */ .envirabox-prev.envirabox-arrows-outside {
/* 611  */   left: -100px; }
/* 612  */ 
/* 613  */ .envirabox-next.envirabox-arrows-outside {
/* 614  */   right: -100px; }
/* 615  */ 
/* 616  */ .envirabox-nav span {
/* 617  */   position: absolute;
/* 618  */   top: 50%;
/* 619  */   width: 36px;
/* 620  */   height: 34px;
/* 621  */   margin-top: -18px;
/* 622  */   cursor: pointer;
/* 623  */   z-index: 988040;
/* 624  */   visibility: hidden; }
/* 625  */ 
/* 626  */ body.envira-touch .envirabox-nav span {
/* 627  */   visibility: visible; }
/* 628  */ 
/* 629  */ .envirabox-prev span {
/* 630  */   left: 10px;
/* 631  */   background-position: 0 -36px; }
/* 632  */ 
/* 633  */ .envirabox-next span {
/* 634  */   right: 10px;
/* 635  */   background-position: 0 -72px; }
/* 636  */ 
/* 637  */ .envirabox-nav:hover span {
/* 638  */   visibility: visible; }
/* 639  */ 
/* 640  */ .envirabox-tmp {
/* 641  */   position: absolute;
/* 642  */   top: -99999px;
/* 643  */   left: -99999px;
/* 644  */   max-width: 99999px;
/* 645  */   max-height: 99999px;
/* 646  */   overflow: visible !important; }
/* 647  */ 
/* 648  */ a.envirabox-close,
/* 649  */ a.envirabox-nav,
/* 650  */ a.fancy-close:hover,

/* envira.css */

/* 651  */ a.envirabox-nav:hover {
/* 652  */   border: 0; }
/* 653  */ 
/* 654  */ /* Overlay helper */
/* 655  */ .envirabox-lock {
/* 656  */   overflow: visible !important;
/* 657  */   width: auto; }
/* 658  */ 
/* 659  */ .envirabox-lock body {
/* 660  */   overflow: hidden !important; }
/* 661  */ 
/* 662  */ .envirabox-lock-test {
/* 663  */   overflow-y: hidden !important; }
/* 664  */ 
/* 665  */ .envirabox-overlay {
/* 666  */   position: absolute;
/* 667  */   top: 0;
/* 668  */   left: 0;
/* 669  */   overflow: hidden;
/* 670  */   display: none;
/* 671  */   z-index: 988010;
/* 672  */   background: url("wp-content/plugins/envira-gallery/assets/css/images/envirabox_overlay.png"); }
/* 673  */ 
/* 674  */ .envirabox-overlay-fixed {
/* 675  */   position: fixed;
/* 676  */   bottom: 0;
/* 677  */   right: 0; }
/* 678  */ 
/* 679  */ /* Title helper */
/* 680  */ .envirabox-title {
/* 681  */   visibility: hidden;
/* 682  */   font-size: 13px;
/* 683  */   line-height: 20px;
/* 684  */   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
/* 685  */   position: relative;
/* 686  */   text-shadow: none;
/* 687  */   z-index: 988090; }
/* 688  */ 
/* 689  */ .envirabox-opened .envirabox-title {
/* 690  */   visibility: visible; }
/* 691  */ 
/* 692  */ .envirabox-title-float-wrap {
/* 693  */   position: absolute;
/* 694  */   bottom: auto;
/* 695  */   right: 50%;
/* 696  */   margin-top: 20px;
/* 697  */   z-index: 988050;
/* 698  */   text-align: center; }
/* 699  */ 
/* 700  */ .envirabox-title-float-wrap .child {

/* envira.css */

/* 701  */   display: inline-block;
/* 702  */   margin-right: -100%;
/* 703  */   padding: 2px 20px;
/* 704  */   background: transparent;
/* 705  */   /* Fallback for web browsers that doesn't support RGBa */
/* 706  */   background: rgba(0, 0, 0, 0.8);
/* 707  */   -webkit-border-radius: 15px;
/* 708  */   -moz-border-radius: 15px;
/* 709  */   border-radius: 15px;
/* 710  */   text-shadow: 0 1px 2px #222;
/* 711  */   color: #FFF;
/* 712  */   line-height: 24px;
/* 713  */   white-space: normal; }
/* 714  */ 
/* 715  */ .envirabox-title-float-wrap.envirabox-title-text-wrap .child {
/* 716  */   white-space: normal; }
/* 717  */ 
/* 718  */ .envirabox-title-outside-wrap {
/* 719  */   position: relative;
/* 720  */   margin-top: 10px;
/* 721  */   color: #fff; }
/* 722  */ 
/* 723  */ .envirabox-title-inside-wrap {
/* 724  */   padding-top: 10px; }
/* 725  */ 
/* 726  */ .envirabox-title-over-wrap {
/* 727  */   position: absolute;
/* 728  */   bottom: 0;
/* 729  */   left: 0;
/* 730  */   color: #fff;
/* 731  */   padding: 10px;
/* 732  */   background: #000;
/* 733  */   background: rgba(0, 0, 0, 0.8); }
/* 734  */ 
/* 735  */ #envirabox-buttons {
/* 736  */   position: fixed;
/* 737  */   left: 0;
/* 738  */   width: 100%;
/* 739  */   z-index: 988050; }
/* 740  */ 
/* 741  */ #envirabox-buttons.top {
/* 742  */   top: 10px; }
/* 743  */ 
/* 744  */ #envirabox-buttons.bottom {
/* 745  */   bottom: 10px; }
/* 746  */ 
/* 747  */ /* Allows for thumbnails to be displayed */
/* 748  */ #envirabox-buttons.bottom.has-padding {
/* 749  */   bottom: 80px; }
/* 750  */ 

/* envira.css */

/* 751  */ #envirabox-buttons.top.has-padding {
/* 752  */   top: 80px; }
/* 753  */ 
/* 754  */ #envirabox-buttons ul {
/* 755  */   display: block;
/* 756  */   width: auto;
/* 757  */   height: 30px;
/* 758  */   margin: 0 auto;
/* 759  */   padding: 0;
/* 760  */   list-style: none;
/* 761  */   border: 1px solid #111;
/* 762  */   border-radius: 3px;
/* 763  */   -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
/* 764  */   -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
/* 765  */   box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
/* 766  */   background: #323232;
/* 767  */   background: -moz-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
/* 768  */   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333333));
/* 769  */   background: -webkit-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
/* 770  */   background: -o-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
/* 771  */   background: -ms-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
/* 772  */   background: linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
/* 773  */   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 ); }
/* 774  */ 
/* 775  */ #envirabox-buttons ul li {
/* 776  */   float: left;
/* 777  */   margin: 0;
/* 778  */   padding: 0; }
/* 779  */ 
/* 780  */ #envirabox-buttons ul li#envirabox-buttons-title span {
/* 781  */   display: block;
/* 782  */   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
/* 783  */   font-size: 13px;
/* 784  */   line-height: 30px;
/* 785  */   padding: 0 10px;
/* 786  */   color: #fff; }
/* 787  */ 
/* 788  */ #envirabox-buttons a {
/* 789  */   display: block;
/* 790  */   width: 30px;
/* 791  */   height: 30px;
/* 792  */   text-indent: -9999px;
/* 793  */   background-color: transparent;
/* 794  */   background-image: url("wp-content/plugins/envira-gallery/assets/css/images/envirabox_buttons.png");
/* 795  */   background-repeat: no-repeat;
/* 796  */   outline: none;
/* 797  */   opacity: 0.8; }
/* 798  */ 
/* 799  */ #envirabox-buttons a:hover {
/* 800  */   opacity: 1; }

/* envira.css */

/* 801  */ 
/* 802  */ #envirabox-buttons a.btnPrev {
/* 803  */   background-position: 5px 0; }
/* 804  */ 
/* 805  */ #envirabox-buttons a.btnNext {
/* 806  */   background-position: -33px 0;
/* 807  */   border-right: 1px solid #3e3e3e; }
/* 808  */ 
/* 809  */ #envirabox-buttons a.btnPlay {
/* 810  */   background-position: 0 -30px; }
/* 811  */ 
/* 812  */ #envirabox-buttons a.btnPlayOn {
/* 813  */   background-position: -30px -30px; }
/* 814  */ 
/* 815  */ #envirabox-buttons a.btnToggle,
/* 816  */ #envirabox-buttons a.btnFullscreen {
/* 817  */   background-position: 3px -60px;
/* 818  */   border-left: 1px solid #111;
/* 819  */   border-right: 1px solid #3e3e3e;
/* 820  */   width: 35px; }
/* 821  */ 
/* 822  */ #envirabox-buttons a.btnToggleOn,
/* 823  */ #envirabox-buttons a.btnFullscreenOn {
/* 824  */   background-position: -27px -60px; }
/* 825  */ 
/* 826  */ #envirabox-buttons a.btnClose {
/* 827  */   border-left: 1px solid #111;
/* 828  */   width: 35px;
/* 829  */   background-position: -56px 0px; }
/* 830  */ 
/* 831  */ #envirabox-buttons a.btnDisabled {
/* 832  */   opacity: 0.4;
/* 833  */   cursor: default; }
/* 834  */ 
/* 835  */ /**
/* 836  *|  * Lightbox: Thumbnails Helper
/* 837  *|  */
/* 838  */ #envirabox-thumbs {
/* 839  */   position: fixed;
/* 840  */   left: 0;
/* 841  */   width: 100%;
/* 842  */   overflow: hidden;
/* 843  */   z-index: 988050;
/* 844  */   box-sizing: border-box; }
/* 845  */   #envirabox-thumbs.top {
/* 846  */     top: 2px; }
/* 847  */   #envirabox-thumbs.top.has-other-content {
/* 848  */     top: 50px; }
/* 849  */   #envirabox-thumbs.bottom {
/* 850  */     bottom: 2px; }

/* envira.css */

/* 851  */   #envirabox-thumbs.bottom.has-other-content {
/* 852  */     bottom: 50px; }
/* 853  */   #envirabox-thumbs.inline {
/* 854  */     position: absolute; }
/* 855  */   #envirabox-thumbs * {
/* 856  */     box-sizing: border-box; }
/* 857  */ 
/* 858  */ #envirabox-thumbs ul {
/* 859  */   position: relative;
/* 860  */   list-style: none;
/* 861  */   margin: 0;
/* 862  */   padding: 0; }
/* 863  */ 
/* 864  */ #envirabox-thumbs ul li {
/* 865  */   border: 3px solid #fff;
/* 866  */   float: left;
/* 867  */   margin: 5px;
/* 868  */   opacity: 1; }
/* 869  */ 
/* 870  */ #envirabox-thumbs ul li.active {
/* 871  */   opacity: 0.75;
/* 872  */   border: 3px solid #888; }
/* 873  */ 
/* 874  */ #envirabox-thumbs ul li:hover {
/* 875  */   opacity: 0.75; }
/* 876  */ 
/* 877  */ #envirabox-thumbs ul li a {
/* 878  */   display: block;
/* 879  */   position: relative;
/* 880  */   overflow: hidden;
/* 881  */   border: 1px solid #222;
/* 882  */   background: #111;
/* 883  */   outline: none; }
/* 884  */ 
/* 885  */ #envirabox-thumbs ul li img {
/* 886  */   display: block;
/* 887  */   position: relative;
/* 888  */   border: 0;
/* 889  */   padding: 0;
/* 890  */   max-width: none;
/* 891  */   width: 100%;
/* 892  */   height: auto; }
/* 893  */ 
/* 894  */ /* Retina stuff */
/* 895  */ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
/* 896  */   #envirabox-loading, .envirabox-close, .envirabox-prev span, .envirabox-next span {
/* 897  */     background-image: url("wp-content/plugins/envira-gallery/assets/css/images/envirabox_sprite-2x.jpg");
/* 898  */     background-size: 44px 152px; }
/* 899  */ 
/* 900  */   #envirabox-loading div {

/* envira.css */

/* 901  */     background-image: url("wp-content/plugins/envira-gallery/assets/css/images/envirabox_loading-2x.jpg");
/* 902  */     background-size: 24px 24px; } }
/* 903  */ @media only screen and (max-width: 600px) {
/* 904  */   .envirabox-prev.envirabox-arrows-outside {
/* 905  */     left: -75px;
/* 906  */     width: 12%; }
/* 907  */ 
/* 908  */   .envirabox-next.envirabox-arrows-outside {
/* 909  */     right: -75px;
/* 910  */     width: 12%; } }
/* 911  */ /*
/* 912  *| #content img{
/* 913  *|     height: 0;
/* 914  *|     width: 0;
/* 915  *|     padding: 35px 120px; // adjust that depend on your image size
/* 916  *|     background-image: url('http://www.ftcma.org/wp-content/plugins/envira-gallery/assets/css/YOUR_IMAGE_PATH');
/* 917  *|     background-repeat: no-repeat;
/* 918  *| }*/
/* 919  */ /*.envira-gallery-public a.envira-gallery-link {
/* 920  *|   background-image: url("wp-content/plugins/envira-gallery/assets/images/placeholders/spinner.gif");
/* 921  *|   background-repeat: no-repeat;
/* 922  *|   background-position: center;
/* 923  *|   background-size: 25%;
/* 924  *|   display: inline-block;
/* 925  *|   background-color: #f1f1f1;
/* 926  *|   color: transparent; }*/
/* 927  */ /*.envira-gallery-public img.envira-gallery-image {
/* 928  *|   opacity: 0.0; }*/
/* 929  */ /*
/* 930  *| 
/* 931  *| 
/* 932  *| 
/* 933  *|         .meter {
/* 934  *|             box-sizing: unset;
/* 935  *|             height: 20px;
/* 936  *|             position: relative;
/* 937  *|             margin: 10px 0 10px 0;
/* 938  *|             background: #555;
/* 939  *|             -moz-border-radius: 25px;
/* 940  *|             -webkit-border-radius: 25px;
/* 941  *|             border-radius: 25px;
/* 942  *|             padding: 10px;
/* 943  *|             -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
/* 944  *|             -moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
/* 945  *|             box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
/* 946  *|         }
/* 947  *|         .meter > span {
/* 948  *|             display: block;
/* 949  *|             height: 100%;
/* 950  *|                -webkit-border-top-right-radius: 8px;

/* envira.css *|

/* 951  *|             -webkit-border-bottom-right-radius: 8px;
/* 952  *|                    -moz-border-radius-topright: 8px;
/* 953  *|                 -moz-border-radius-bottomright: 8px;
/* 954  *|                        border-top-right-radius: 8px;
/* 955  *|                     border-bottom-right-radius: 8px;
/* 956  *|                 -webkit-border-top-left-radius: 20px;
/* 957  *|              -webkit-border-bottom-left-radius: 20px;
/* 958  *|                     -moz-border-radius-topleft: 20px;
/* 959  *|                  -moz-border-radius-bottomleft: 20px;
/* 960  *|                         border-top-left-radius: 20px;
/* 961  *|                      border-bottom-left-radius: 20px;
/* 962  *|             background-color: rgb(43,194,83);
/* 963  *|             background-image: -webkit-gradient(
/* 964  *|               linear,
/* 965  *|               left bottom,
/* 966  *|               left top,
/* 967  *|               color-stop(0, rgb(43,194,83)),
/* 968  *|               color-stop(1, rgb(84,240,84))
/* 969  *|              );
/* 970  *|             background-image: -moz-linear-gradient(
/* 971  *|               center bottom,
/* 972  *|               rgb(43,194,83) 37%,
/* 973  *|               rgb(84,240,84) 69%
/* 974  *|              );
/* 975  *|             -webkit-box-shadow:
/* 976  *|               inset 0 2px 9px  rgba(255,255,255,0.3),
/* 977  *|               inset 0 -2px 6px rgba(0,0,0,0.4);
/* 978  *|             -moz-box-shadow:
/* 979  *|               inset 0 2px 9px  rgba(255,255,255,0.3),
/* 980  *|               inset 0 -2px 6px rgba(0,0,0,0.4);
/* 981  *|             box-shadow:
/* 982  *|               inset 0 2px 9px  rgba(255,255,255,0.3),
/* 983  *|               inset 0 -2px 6px rgba(0,0,0,0.4);
/* 984  *|             position: relative;
/* 985  *|             overflow: hidden;
/* 986  *|         }
/* 987  *|         .meter > span:after, .animate > span > span {
/* 988  *|             content: "";
/* 989  *|             position: absolute;
/* 990  *|             top: 0; left: 0; bottom: 0; right: 0;
/* 991  *|             background-image:
/* 992  *|                -webkit-gradient(linear, 0 0, 100% 100%,
/* 993  *|                   color-stop(.25, rgba(255, 255, 255, .2)),
/* 994  *|                   color-stop(.25, transparent), color-stop(.5, transparent),
/* 995  *|                   color-stop(.5, rgba(255, 255, 255, .2)),
/* 996  *|                   color-stop(.75, rgba(255, 255, 255, .2)),
/* 997  *|                   color-stop(.75, transparent), to(transparent)
/* 998  *|                );
/* 999  *|             background-image:
/* 1000 *|                 -moz-linear-gradient(

/* envira.css *|

/* 1001 *|                   -45deg,
/* 1002 *|                   rgba(255, 255, 255, .2) 25%,
/* 1003 *|                   transparent 25%,
/* 1004 *|                   transparent 50%,
/* 1005 *|                   rgba(255, 255, 255, .2) 50%,
/* 1006 *|                   rgba(255, 255, 255, .2) 75%,
/* 1007 *|                   transparent 75%,
/* 1008 *|                   transparent
/* 1009 *|                );
/* 1010 *|             z-index: 1;
/* 1011 *|             -webkit-background-size: 50px 50px;
/* 1012 *|             -moz-background-size: 50px 50px;
/* 1013 *|             background-size: 50px 50px;
/* 1014 *|             -webkit-animation: move 2s linear infinite;
/* 1015 *|             -moz-animation: move 2s linear infinite;
/* 1016 *|                -webkit-border-top-right-radius: 8px;
/* 1017 *|             -webkit-border-bottom-right-radius: 8px;
/* 1018 *|                    -moz-border-radius-topright: 8px;
/* 1019 *|                 -moz-border-radius-bottomright: 8px;
/* 1020 *|                        border-top-right-radius: 8px;
/* 1021 *|                     border-bottom-right-radius: 8px;
/* 1022 *|                 -webkit-border-top-left-radius: 20px;
/* 1023 *|              -webkit-border-bottom-left-radius: 20px;
/* 1024 *|                     -moz-border-radius-topleft: 20px;
/* 1025 *|                  -moz-border-radius-bottomleft: 20px;
/* 1026 *|                         border-top-left-radius: 20px;
/* 1027 *|                      border-bottom-left-radius: 20px;
/* 1028 *|             overflow: hidden;
/* 1029 *|         }
/* 1030 *| 
/* 1031 *|         .animate > span:after {
/* 1032 *|             display: none;
/* 1033 *|         }
/* 1034 *| 
/* 1035 *|         @-webkit-keyframes move {
/* 1036 *|             0% {
/* 1037 *|                background-position: 0 0;
/* 1038 *|             }
/* 1039 *|             100% {
/* 1040 *|                background-position: 50px 50px;
/* 1041 *|             }
/* 1042 *|         }
/* 1043 *| 
/* 1044 *|         @-moz-keyframes move {
/* 1045 *|             0% {
/* 1046 *|                background-position: 0 0;
/* 1047 *|             }
/* 1048 *|             100% {
/* 1049 *|                background-position: 50px 50px;
/* 1050 *|             }

/* envira.css *|

/* 1051 *|         }
/* 1052 *| 
/* 1053 *| 
/* 1054 *|         .orange > span {
/* 1055 *|             background-color: #f1a165;
/* 1056 *|             background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
/* 1057 *|             background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f1a165),color-stop(1, #f36d0a));
/* 1058 *|             background-image: -webkit-linear-gradient(#f1a165, #f36d0a);
/* 1059 *|         }
/* 1060 *| 
/* 1061 *|         .red > span {
/* 1062 *|             background-color: #f0a3a3;
/* 1063 *|             background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
/* 1064 *|             background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f0a3a3),color-stop(1, #f42323));
/* 1065 *|             background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
/* 1066 *|         }
/* 1067 *| 
/* 1068 *|         .nostripes > span > span, .nostripes > span:after {
/* 1069 *|             -webkit-animation: none;
/* 1070 *|             -moz-animation: none;
/* 1071 *|             background-image: none;
/* 1072 *|         }
/* 1073 *| 
/* 1074 *| 
/* 1075 *|         */
/* 1076 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home3/fcart/public_html
currentDir : /home3/fcart/public_html/wp-content/plugins/envira-gallery/assets/css

*/

/* justifiedGallery.css */

/* 1   */ .envira-js-desaturate { 
/* 2   */   filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
/* 3   */   -webkit-filter: grayscale(100%);
/* 4   */           filter: grayscale(100%);
/* 5   */   -webkit-backface-visibility: hidden;
/* 6   */   -webkit-transform:translate3d(0,0,0);
/* 7   */ }
/* 8   */ .envira-js-blur { 
/* 9   */   filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
/* 10  */   -webkit-filter: blur(3px);
/* 11  */           filter: blur(3px);
/* 12  */   filter: progid:DXImageTransform.Microsoft.Blur(pixelradius=3);
/* 13  */   -webkit-backface-visibility: hidden;
/* 14  */   -webkit-transform:translate3d(0,0,0);
/* 15  */ }
/* 16  */ .envira-js-vintage {
/* 17  */   filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.5751000000000001 0.5383 0.1323 0 0 0.24429999999999996 0.7802000000000001 0.11760000000000001 0 0 0.1904 0.3738 0.39170000000000005 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" /><feFuncG type="linear" slope="0.9" /><feFuncB type="linear" slope="0.9" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.3" intercept="-0.15000000000000002" /><feFuncG type="linear" slope="1.3" intercept="-0.15000000000000002" /><feFuncB type="linear" slope="1.3" intercept="-0.15000000000000002" /></feComponentTransfer></filter></svg>#filter');
/* 18  */   -webkit-filter: sepia(70%) brightness(90%) contrast(130%);
/* 19  */           filter: sepia(70%) brightness(90%) contrast(130%);
/* 20  */   -webkit-backface-visibility: hidden;
/* 21  */   -webkit-transform:translate3d(0,0,0);
/* 22  */ }
/* 23  */ .envira-js-threshold { 
/* 24  */   filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="3" intercept="-1" /><feFuncG type="linear" slope="3" intercept="-1" /><feFuncB type="linear" slope="3" intercept="-1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.7" /><feFuncG type="linear" slope="1.7" /><feFuncB type="linear" slope="1.7" /></feComponentTransfer></filter></svg>#filter');
/* 25  */   -webkit-filter: grayscale(100%) contrast(300%) brightness(170%);
/* 26  */           filter: grayscale(100%) contrast(300%) brightness(170%);
/* 27  */   -webkit-backface-visibility: hidden;
/* 28  */   -webkit-transform:translate3d(0,0,0);
/* 29  */ }
/* 30  */ /*!
/* 31  *|  * Justified Gallery - v3.6.2
/* 32  *|  * http://miromannino.github.io/Envira-jusTified-gallery/
/* 33  *|  * Copyright (c) 2016 Miro Mannino
/* 34  *|  * Licensed under the MIT license.
/* 35  *|  */
/* 36  */ .envira-justified-gallery {
/* 37  */   width: 100%;
/* 38  */   position: relative;
/* 39  */   overflow: hidden;
/* 40  */ }
/* 41  */ .envira-justified-gallery > div > div {
/* 42  */   position: absolute;
/* 43  */   display: inline-block;
/* 44  */   overflow: hidden;
/* 45  */   /* opacity: 0;
/* 46  *|   filter: alpha(opacity=0); */
/* 47  */   /* IE8 or Earlier */
/* 48  */ }
/* 49  */ /*.envira-justified-gallery > a > img,
/* 50  *| .envira-justified-gallery > div > img,

/* justifiedGallery.css *|

/* 51  *| .envira-justified-gallery > a > a > img,
/* 52  *| .envira-justified-gallery > div > a > img,
/* 53  *| .envira-justified-gallery > div > div > a > img,*/
/* 54  */ .envira-justified-gallery > div > div > a > img,
/* 55  */ .envira-justified-gallery > div > div > img,
/* 56  */ .envira-justified-gallery > div > div > a > div.effect-wrapper > img {
/* 57  */   position: absolute;
/* 58  */   top: 50%;
/* 59  */   left: 50%;
/* 60  */   margin: 0;
/* 61  */   padding: 0;
/* 62  */   border: none;
/* 63  */ }
/* 64  */ .envira-justified-gallery > div > div > a > .caption,
/* 65  */ .envira-justified-gallery > div > div > .caption,
/* 66  */ .envira-justified-gallery > div > div .caption {
/* 67  */   display: none;
/* 68  */   position: absolute;
/* 69  */   bottom: 0;
/* 70  */   padding: 5px;
/* 71  */   background-color: #000000;
/* 72  */   left: 0;
/* 73  */   right: 0;
/* 74  */   margin: 0;
/* 75  */   color: white;
/* 76  */   font-size: 12px;
/* 77  */   font-weight: 300;
/* 78  */   font-family: sans-serif;
/* 79  */   z-index: 2;
/* 80  */ }
/* 81  */ .envira-justified-gallery > div > div > a > .caption.caption-visible,
/* 82  */ .envira-justified-gallery > div > div > .caption.caption-visible,
/* 83  */ .envira-justified-gallery > div > .caption.caption-visible {
/* 84  */   display: initial;
/* 85  */   opacity: 0.7;
/* 86  */   filter: "alpha(opacity=70)";
/* 87  */   /* IE8 or Earlier */
/* 88  */   -webkit-transition: opacity 500ms ease-in;
/* 89  */   -moz-transition: opacity 500ms ease-in;
/* 90  */   -o-transition: opacity 500ms ease-in;
/* 91  */   transition: opacity 500ms ease-in;
/* 92  */ }
/* 93  */ 
/* 94  */ .envira-justified-gallery > div > div > a > .envira-exif,
/* 95  */ .envira-justified-gallery > div > div > .envira-exif,
/* 96  */ .envira-justified-gallery > div > div .envira-exif {
/* 97  */   display: none;
/* 98  */   opacity: 0.8;
/* 99  */   position: absolute;
/* 100 */   top: 0;

/* justifiedGallery.css */

/* 101 */   padding: 5px;
/* 102 */   background: rgba(255,255,255,0.7);
/* 103 */   left: 0;
/* 104 */   right: 0;
/* 105 */   margin: 0;
/* 106 */   color: black;
/* 107 */   font-size: 10px;
/* 108 */   font-weight: 300;
/* 109 */   font-family: sans-serif;
/* 110 */ }
/* 111 */ .envira-justified-gallery > div > div > a > .envira-exif.exif-visible,
/* 112 */ .envira-justified-gallery > div > .envira-exif.exif-visible {
/* 113 */   display: initial;
/* 114 */   opacity: 0.7;
/* 115 */   filter: "alpha(opacity=70)";
/* 116 */   /* IE8 or Earlier */
/* 117 */   -webkit-transition: opacity 500ms ease-in;
/* 118 */   -moz-transition: opacity 500ms ease-in;
/* 119 */   -o-transition: opacity 500ms ease-in;
/* 120 */   transition: opacity 500ms ease-in;
/* 121 */ }
/* 122 */ 
/* 123 */ 
/* 124 */ 
/* 125 */ 
/* 126 */ 
/* 127 */ 
/* 128 */ .envira-justified-gallery > .entry-visible {
/* 129 */   opacity: 1.0;
/* 130 */   filter: alpha(opacity=100);
/* 131 */   /* IE8 or Earlier */
/* 132 */   -webkit-transition: opacity 500ms ease-in;
/* 133 */   -moz-transition: opacity 500ms ease-in;
/* 134 */   -o-transition: opacity 500ms ease-in;
/* 135 */   transition: opacity 500ms ease-in;
/* 136 */ }
/* 137 */ .envira-justified-gallery > .jg-filtered {
/* 138 */   display: none;
/* 139 */ }
/* 140 */ .envira-justified-gallery > .spinner {
/* 141 */   position: absolute;
/* 142 */   bottom: 0;
/* 143 */   margin-left: -24px;
/* 144 */   padding: 10px 0 10px 0;
/* 145 */   left: 50%;
/* 146 */   opacity: initial;
/* 147 */   filter: initial;
/* 148 */   overflow: initial;
/* 149 */ }
/* 150 */ .envira-justified-gallery > .spinner > span {

/* justifiedGallery.css */

/* 151 */   display: inline-block;
/* 152 */   opacity: 0;
/* 153 */   filter: alpha(opacity=0);
/* 154 */   /* IE8 or Earlier */
/* 155 */   width: 8px;
/* 156 */   height: 8px;
/* 157 */   margin: 0 4px 0 4px;
/* 158 */   background-color: #000;
/* 159 */   border-top-left-radius: 6px;
/* 160 */   border-top-right-radius: 6px;
/* 161 */   border-bottom-right-radius: 6px;
/* 162 */   border-bottom-left-radius: 6px;
/* 163 */ }
/* 164 */