 /*
 // ----------------------------------------------------------------------------
 // Vegas - Fullscreen Backgrounds and Slideshows with jQuery.
 // v1.3.4 - released 2013-12-16 13:28
 // Licensed under the MIT license.
 // http://vegas.jaysalvat.com/
 // ----------------------------------------------------------------------------
 // Copyright (C) 2010-2013 Jay Salvat
 // http://jaysalvat.com/
 // ----------------------------------------------------------------------------
 */
.vegas-loading{height:0;left:0;top:0;width:0;z-index:0;opacity:.0}
.vegas-overlay{background:rgba(0,0,0,0.4) url(../img/vegas/01.png);opacity:.5;z-index:-1}
.vegas-background{-ms-interpolation-mode:bicubic;image-rendering:optimizeQuality;max-width:none!important;z-index:-2;transition:opacity 1s ease-in;opacity: .0;visibility: hidden;}
.vegas-overlay,.vegas-background{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.vegas-background.active {opacity: 1;visibility: visible;}