/*! addons.css v1.0 */

/* ==========================================================================

   Addons CSS Stylesheet.
   This holds several helpers and plugins/components styles.

   ========================================================================== */

/*
Addons stylesheet containing:
* Widths presets
* Text color classes presets
* BG color classes presets
* Typography helper classes
* Misc helper classes
* Transition Styles
* Magnific Popup Lightbox
* CSS Entrance animations
* Jquery UI slider styles
* bubble-box animation styles
* Bootstrap documentation styles
* Font-Face Icons
* Bootstrap v3.2.0 (Theme)
*/

.skrollable {position:fixed; z-index:100; }
.skrollr-mobile .skrollable {position:absolute; }
.skrollable .skrollable {position:absolute; }
.skrollable .skrollable .skrollable {position:static; }


/* negative margins for grid columns */
.stg-negative-right {margin-right: -15px;}
.stg-negative-left {margin-left: -15px;}

.thin-shadow {box-shadow: 0 1px 1px rgba(0,0,0,0.15);}

/* Font weight helpers */
.fw-thin {font-weight: 300 !important;}
.fw-normal {font-weight: 400 !important;}
.fw-semibold {font-weight: 600 !important;}
.fw-bold {font-weight: 700 !important;}
.fw-extrabold {font-weight: 800 !important;}

/* Letter spacing */
.lt-spacing-1 {letter-spacing: 1px !important;}
.lt-spacing-2 {letter-spacing: 2px !important;}
.lt-spacing-3 {letter-spacing: 3px !important;}
.lt-spacing-5 {letter-spacing: 5px !important;}
.lt-spacing-10 {letter-spacing: 10px !important;}
/* Letter spacing - Negative */
.lt-spacing-neg-1 {letter-spacing: -1px !important;}
.lt-spacing-neg-2 {letter-spacing: -2px !important;}
.lt-spacing-neg-3 {letter-spacing: -3px !important;}
.lt-spacing-neg-5 {letter-spacing: -5px !important;}
.lt-spacing-neg-10 {letter-spacing: -10px !important;}

/* Opacity helpers */
.opacity0,
.hov-opacity0:hover {opacity:0 !important;}
.opacity1,
.hov-opacity1:hover {opacity:.1 !important;}
.opacity2,
.hov-opacity2:hover {opacity:.2 !important;}
.opacity3,
.hov-opacity3:hover {opacity:.3 !important;}
.opacity4,
.hov-opacity4:hover {opacity:.4 !important;}
.opacity5,
.hov-opacity5:hover {opacity:.5 !important;}
.opacity6,
.hov-opacity6:hover {opacity:.6 !important;}
.opacity7,
.hov-opacity7:hover {opacity:.7 !important;}
.opacity8,
.hov-opacity8:hover {opacity:.8 !important;}
.opacity9,
.hov-opacity9:hover {opacity:.9 !important;}
.opacity10,
.hov-opacity10:hover {opacity:1 !important;}

/* Color helpers for either dark or light backgrounds */
.dark-color, .dark-color a, .dark-color h1,.dark-color h2,.dark-color h3,.dark-color h4,.dark-color h5,.dark-color h6 { color:#0E111C;}
.light-color, .light-color a, .light-color h1,.light-color h2,.light-color h3,.light-color h4,.light-color h5,.light-color h6 {color:#f5f5f5;}

/* Simple floats helpers */
.align-left {float:left;}
.align-right {float:right;}

/* Reset Borders */
.noborder {border:0;}
/* Reset line height */
.reset-line-height {line-height: 1}

/* Remove text-shadows from element */
.stg-notextshadow,
.stg-notextshadow * {text-shadow:none !important;}
/* to uppercase */
.uppercase {text-transform: uppercase;}

/* Text Color Presets */
.text-green,
.text-hover-green:hover {color:#63AD68 !important;}
.text-blue,
.text-hover-blue:hover {color:#5476a9 !important;}
.text-red,
.text-hover-red:hover {color:#f46e6e !important;}
.text-purple,
.text-hover-purple:hover {color:#c06fcc !important;}
.text-yellow,
.text-hover-yellow:hover {color:#f4e36e !important;}
.text-yellowfull,
.text-hover-yellowfull:hover {color:#f2d429 !important;}
.text-lightyellow,
.text-hover-lightyellow:hover {color:#f1e779 !important;}
.text-orange,
.text-hover-orange:hover {color:#eea754 !important;}
.text-turquoise,
.text-hover-turquoise:hover {color:#33d1ed !important;}
.text-lightblue,
.text-hover-lightblue:hover {color:#23c6ec !important;}
.text-cloudblue,
.text-hover-cloudblue:hover {color:#767c83 !important;}
.text-lightred,
.text-hover-lightred:hover {color:#df6c8a !important;}
.text-pink,
.text-hover-pink:hover {color:#f3749b !important;}
.text-gray,
.text-hover-gray:hover {color:#888 !important;}
.text-white,
.text-hover-white:hover {color:#fff !important;}
.text-black,
.text-hover-black:hover {color:#000 !important;}
.text-lightgray,
.text-hover-lightgray:hover {color:#d0d5d8 !important;}
.text-silver,
.text-hover-silver:hover {color:#c1c3c4 !important;}
.text-darkgray,
.text-hover-darkgray:hover {color:#45474d !important;}

/* Black Color Transparent */
.text-black-op1 {color:rgba(0,0,0,.1) !important;}
.text-black-op3 {color:rgba(0,0,0,.3) !important;}
.text-black-op5 {color:rgba(0,0,0,.5) !important;}
.text-black-op6 {color:rgba(0,0,0,.6) !important;}
.text-black-op9 {color:rgba(0,0,0,.9) !important;}
/* White Color Transparent */
.text-white-op1 {color:rgba(255,255,255,.1) !important;}
.text-white-op3 {color:rgba(255,255,255,.3) !important;}
.text-white-op5 {color:rgba(255,255,255,.5) !important;}
.text-white-op6 {color:rgba(255,255,255,.6) !important;}
.text-white-op9 {color:rgba(255,255,255,.9) !important;}

/* Vertical align */
.vtop {vertical-align: top;}
.vmid {vertical-align: middle;}
.vbot {vertical-align: bottom;}

/* Background Color Presets */
.bg-green,
.bg-hover-green:hover {background:#63AD68 !important;}
.bg-blue,
.bg-hover-blue:hover {background:#5476a9 !important;}
.bg-lightblue,
.bg-hover-lightblue:hover {background:#23c6ec !important;}
.bg-cloudblue,
.bg-hover-cloudblue:hover {background:#767c83 !important;}
.bg-red,
.bg-hover-red:hover {background:#f46e6e !important;}
.bg-lightred,
.bg-hover-lightred:hover {background:#df6c8a !important;}
.bg-purple,
.bg-hover-purple:hover {background:#c06fcc !important;}
.bg-yellow,
.bg-hover-yellow:hover {background:#f4e36e !important;}
.bg-lightyellow,
.bg-hover-lightyellow:hover {background:#f1e779 !important;}
.bg-orange,
.bg-hover-orange:hover {background:#eea754 !important;}
.bg-turquoise,
.bg-hover-turquoise:hover {background:#2bcdc1 !important;}
.bg-pink,
.bg-hover-pink:hover {background:#f46eb3 !important;}
.bg-gray,
.bg-hover-gray:hover {background:#888 !important;}
.bg-white,
.bg-hover-white:hover {background:#fff !important;}
.bg-black,
.bg-hover-black:hover {background:#000 !important;}
.bg-lightgray,
.bg-hover-lightgray:hover {background:#d0d5d8 !important;}
.bg-silver,
.bg-hover-silver:hover {background:#c1c3c4 !important;}
.bg-darkgray,
.bg-hover-darkgray:hover {background:#454545 !important;}
.bg-dirtywhite,
.bg-hover-dirtywhite:hover {background:#f5f5f5 !important;}
.bg-goldie,
.bg-hover-goldie:hover {background:#dcb66b !important;}

/*********************************************************************************************/
/***** TRANSITION STYLES *********************************************************************/
/*********************************************************************************************/
/* we'll add here transition to elements we need */
.vs-topmenu .mycart a span,
.vs-topmenu .language-selector a img,
.vs-menu li li .menu-item,
.main-header,
.site-main-nav,
#page-slideshow .fullwidthbanner-container.hideControls .tparrows,
#page-slideshow .fullwidthbanner-container.hideControls .tp-bullets,
.icon-box .vs-icon,
.works_carousel .caroufredsel .slides > li a,
.works_carousel .caroufredsel .slides > li .inner-slide .imgprev:after,
.works_carousel.stl-hoverlay .details,
.grayscale-link:after,
.grayscale-link img,
.be_social_wgt ul li a,
.featuredposts_wgt .fpost,
.featuredposts_wgt .fpost:after,
.featuredposts_wgt .fpost .fdate,
.processbox_wgt .intro-col .read-more-link,
.processbox_wgt > ul > li .vs-icon,
.map_pins li,
.map_pins li:before,
.map_pins li:after,
.verticalbars_stats li,
.verticalbars_stats li:after,
#totop,
.skills_wgt.started .skill-bar i:before,
.skills_wgt.started .skill-bar i:after,
ul.mobile-navigation li .nav-rotate i,
#project-list .appreciate,
#project-list .overlay,
#project-list .overlay a,
#page-header.video-header .video-controls,
.team-member,
.team-member .member-image,
.process-list .processitems li .ico-wrapper span,
.process-list .processitems li .ico-wrapper span:after,
ul.hovered-list li:after,
.blogfolio-container .blogfolio-item .inner-item,
.imagelist .overlay,
.imagelist .overlay a,
.comments-container ul.comments-list li ul li div.comment:before,
.pagination-list,
.filter_header .filter-elements > ul,
.product-preview .large-preview .load,
ul.acc-list [data-toggle="collapse"],
.price-range:hover .price-range-slider .ui-slider-range,
.blog-page.blog-timeline .bpost .post-qshare > ul,
ul.project-list.style2 .prj-info,
.bigblog .bb-nav > a,
.iosslider-navigation > a > .vs-icon,
.iosslider-navigation > a > span,
.works_carousel.stl-simple .caroufredsel .inner-slide .imgprev img,
.vs-menu .vs-mega [data-role="title"],
.photo-wall .pw-item::after,
.photo-wall .pw-details,
.photo-wall .pw-item,
.hover-img-zoom::after, .hover-img-zoom::before, .hover-img-zoom img,
.photogallery-widget .pg-thumb .pg-caption,
.world-map-offices .world-office::before,
.world-map-triggers .office-name,
.historic--logo.isicon a,
.historic-container,
.colorize-thumb::before,
.transitioned
 {-webkit-transition: all 0.15s ease-out; transition: all 0.15s ease-out;}

.toggleFade,
.shop-cart .cart-subpanel,
.vs-topmenu .topmenu-subpanel {-webkit-transition: opacity 0.15s cubic-bezier(0.190, 1.000, 0.220, 1.000), visibility 0.15s cubic-bezier(0.190, 1.000, 0.220, 1.000), margin-top 0.15s cubic-bezier(0.190, 1.000, 0.220, 1.000); transition: opacity 0.15s cubic-bezier(0.190, 1.000, 0.220, 1.000), visibility 0.15s cubic-bezier(0.190, 1.000, 0.220, 1.000), margin-top 0.15s cubic-bezier(0.190, 1.000, 0.220, 1.000);}




/*********************************************************************************************/
/***** MAGNIFIC POPUP LIGHTBOX ***************************************************************/
/*********************************************************************************************/
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; filter: alpha(opacity=80); }
.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; }
.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.mfp-align-top .mfp-container:before { display: none }
.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; }
.mfp-ajax-cur { cursor: progress }
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; }
.mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }
.mfp-auto-cursor .mfp-content { cursor: auto }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.mfp-loading.mfp-figure { display: none }
.mfp-hide { display: none !important }
.mfp-preloader { color: #cccccc; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; }
.mfp-container:not(.mfp-s-error) .mfp-preloader {width: 30px;height: 30px;background-color: #FFF;opacity: 0.5;margin: 0 auto;border-radius: 2px;-webkit-animation: rotateplane 1.2s infinite ease-in-out;animation: rotateplane 1.2s infinite ease-in-out;}
@-webkit-keyframes rotateplane {
  0% {-webkit-transform: perspective(120px);}
  50% {-webkit-transform: perspective(120px) rotateY(180deg);}
  100% {-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);}
}
@keyframes rotateplane {
  0% {transform: perspective(120px) rotateX(0deg) rotateY(0deg);}
  50% {transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);}
  100% {transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}
.mfp-s-ready .mfp-preloader { display: none }
.mfp-s-error .mfp-content { display: none }
button.mfp-close,
button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; padding: 0; z-index: 1046; -webkit-box-shadow: none; box-shadow: none; outline: none;}
button::-moz-focus-inner { padding: 0; border: 0;  outline: none;}
.mfp-close { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.65; padding: 0 0 18px 10px; color: white; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace;  outline: none;}
.mfp-close:hover,
.mfp-close:focus { opacity: 1 }
.mfp-close:active { top: 1px }
.mfp-close-btn-in .mfp-close { color: #333333 }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close { color: white; right: -6px; text-align: right; padding-right: 6px; width: 100%; }
.mfp-counter { position: absolute; top: 0; right: 0; color: #cccccc; font-size: 12px; line-height: 18px; }
.mfp-arrow { position: absolute; opacity: 0.65; margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active { margin-top: -54px }
.mfp-arrow:hover,
.mfp-arrow:focus { opacity: 1 }
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a { content: ''; display: block; width: 0; height: 0; position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a { border-top-width: 13px; border-bottom-width: 13px; top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b { border-top-width: 21px; border-bottom-width: 21px; }
.mfp-arrow-left { left: 0 }
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a { border-right: 17px solid white; margin-left: 31px; }
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b { margin-left: 25px; border-right: 27px solid #3f3f3f; }
.mfp-arrow-right { right: 0 }
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a { border-left: 17px solid white; margin-left: 39px; }
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b { border-left: 27px solid #3f3f3f }
.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; }
.mfp-iframe-holder .mfp-close { top: -40px }
.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; }
.mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: black; }
/* Fade Effect for opening */
.mfp-fade.mfp-bg { background: #ccc; opacity: 0; -webkit-transition: all 0.15s ease-out; -moz-transition: all 0.15s ease-out; transition: all 0.15s ease-out; }
.mfp-fade.mfp-bg.mfp-ready {opacity: 0.94; }
.mfp-fade.mfp-bg.mfp-removing {opacity: 0; }
.mfp-fade.mfp-wrap .mfp-content {opacity: 0; -webkit-transition: all 0.15s ease-out; -moz-transition: all 0.15s ease-out; transition: all 0.15s ease-out; }
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {opacity: 1; }
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {opacity: 0; }
/* Zoom effect */
.mfp-zoom-in {}
.mfp-zoom-in .mfp-with-anim {opacity: 0;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;-webkit-transform: scale(0.8);-ms-transform: scale(0.8);transform: scale(0.8);}
.mfp-zoom-in.mfp-bg {opacity: 0;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.mfp-zoom-in.mfp-ready .mfp-with-anim {opacity: 1;-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
.mfp-zoom-in.mfp-ready.mfp-bg {opacity: 0.8;}
.mfp-zoom-in.mfp-removing .mfp-with-anim {-webkit-transform: scale(0.8);-ms-transform: scale(0.8);transform: scale(0.8);opacity: 0;}
.mfp-zoom-in.mfp-removing.mfp-bg {opacity: 0;}

img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure { line-height: 0 }
.mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 60px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444444; }
.mfp-figure small { color: #bdbdbd; display: block; font-size: 12px; line-height: 14px; }
.mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; }
.mfp-title { text-align: left; line-height: 18px; color: #f3f3f3; word-wrap: break-word; padding-right: 36px; }
.mfp-image-holder .mfp-content { max-width: 100% }
.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /* Remove all paddings around the image on small screen */
    .mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; }
    .mfp-img-mobile img.mfp-img { padding: 0 }
    .mfp-img-mobile .mfp-figure { /* The shadow behind the image */ :  }
    .mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; }
    .mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty { padding: 0 }
    .mfp-img-mobile .mfp-counter { right: 5px; top: 3px; }
    .mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; }
}
@media all and (max-width: 900px) {
    .mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); }
    .mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; }
    .mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; }
    .mfp-container { padding-left: 6px; padding-right: 6px; }
}
.mfp-ie7 .mfp-img { padding: 0 }
.mfp-ie7 .mfp-bottom-bar { width: 600px; left: 50%; margin-left: -300px; margin-top: 5px; padding-bottom: 5px; }
.mfp-ie7 .mfp-container { padding: 0 }
.mfp-ie7 .mfp-content { padding-top: 44px }
.mfp-ie7 .mfp-close { top: 0; right: 0; padding-top: 0; }
/* Vauss Change arrows */
.mfp-arrow:before {display: none;}
.mfp-arrow:after {font-family: 'icomoon'; font-size: 48px;border: 0;width: auto;height: auto;position: static;color: #fff;text-align: center;padding: 0;margin: 0;}
.mfp-arrow-right:after {content:'\e604'; }
.mfp-arrow-left:after {content:'\e605';}
.white-popup {position: relative; background: #FFF; padding: 20px; width:auto; max-width: 500px; margin: 20px auto; border-radius: 2px;}

/* Effects In/Out for Popup Box */
.bb--anim-show {
	-webkit-animation-name: animSlideElastic;
	animation-name: animSlideElastic;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

/* Generated with Bounce.js. Edit at http://goo.gl/akZHSq */

@-webkit-keyframes animSlideElastic {
	0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, 0, 0, 1); }
	1.666667% { -webkit-transform: matrix3d(1.92933, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -739.26805, 0, 0, 1); transform: matrix3d(1.92933, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -739.26805, 0, 0, 1); }
	3.333333% { -webkit-transform: matrix3d(1.96989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -521.82545, 0, 0, 1); transform: matrix3d(1.96989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -521.82545, 0, 0, 1); }
	5% { -webkit-transform: matrix3d(1.70901, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -349.26115, 0, 0, 1); transform: matrix3d(1.70901, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -349.26115, 0, 0, 1); }
	6.666667% { -webkit-transform: matrix3d(1.4235, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -218.3238, 0, 0, 1); transform: matrix3d(1.4235, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -218.3238, 0, 0, 1); }
	8.333333% { -webkit-transform: matrix3d(1.21065, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -123.29848, 0, 0, 1); transform: matrix3d(1.21065, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -123.29848, 0, 0, 1); }
	10% { -webkit-transform: matrix3d(1.08167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -57.59273, 0, 0, 1); transform: matrix3d(1.08167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -57.59273, 0, 0, 1); }
	11.666667% { -webkit-transform: matrix3d(1.0165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -14.72371, 0, 0, 1); transform: matrix3d(1.0165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -14.72371, 0, 0, 1); }
	13.333333% { -webkit-transform: matrix3d(0.99057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.12794, 0, 0, 1); transform: matrix3d(0.99057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.12794, 0, 0, 1); }
	15% { -webkit-transform: matrix3d(0.98478, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 24.86339, 0, 0, 1); transform: matrix3d(0.98478, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 24.86339, 0, 0, 1); }
	16.666667% { -webkit-transform: matrix3d(0.98719, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.40503, 0, 0, 1); transform: matrix3d(0.98719, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.40503, 0, 0, 1); }
	18.333333% { -webkit-transform: matrix3d(0.9916, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.75275, 0, 0, 1); transform: matrix3d(0.9916, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.75275, 0, 0, 1); }
	20% { -webkit-transform: matrix3d(0.99541, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 28.10141, 0, 0, 1); transform: matrix3d(0.99541, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 28.10141, 0, 0, 1); }
	21.666667% { -webkit-transform: matrix3d(0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 23.98271, 0, 0, 1); transform: matrix3d(0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 23.98271, 0, 0, 1); }
	23.333333% { -webkit-transform: matrix3d(0.99936, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 19.40752, 0, 0, 1); transform: matrix3d(0.99936, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 19.40752, 0, 0, 1); }
	25% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 14.99558, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 14.99558, 0, 0, 1); }
	26.666667% { -webkit-transform: matrix3d(1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.08575, 0, 0, 1); transform: matrix3d(1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.08575, 0, 0, 1); }
	28.333333% { -webkit-transform: matrix3d(1.00022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 7.82507, 0, 0, 1); transform: matrix3d(1.00022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 7.82507, 0, 0, 1); }
	30% { -webkit-transform: matrix3d(1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.23737, 0, 0, 1); transform: matrix3d(1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.23737, 0, 0, 1); }
	31.666667% { -webkit-transform: matrix3d(1.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.27389, 0, 0, 1); transform: matrix3d(1.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.27389, 0, 0, 1); }
	33.333333% { -webkit-transform: matrix3d(1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.84893, 0, 0, 1); transform: matrix3d(1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.84893, 0, 0, 1); }
	35% { -webkit-transform: matrix3d(1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.86364, 0, 0, 1); transform: matrix3d(1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.86364, 0, 0, 1); }
	36.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.22079, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.22079, 0, 0, 1); }
	38.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16687, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16687, 0, 0, 1); }
	40% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.37284, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.37284, 0, 0, 1); }
	41.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.45594, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.45594, 0, 0, 1); }
	43.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.46116, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.46116, 0, 0, 1); }
	45% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.4214, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.4214, 0, 0, 1); }
	46.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.35963, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.35963, 0, 0, 1); }
	48.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.29103, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.29103, 0, 0, 1); }
	50% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.22487, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.22487, 0, 0, 1); }
	51.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16624, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16624, 0, 0, 1); }
	53.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.11734, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.11734, 0, 0, 1); }
	55% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.07854, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.07854, 0, 0, 1); }
	56.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.04909, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.04909, 0, 0, 1); }
	58.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.02773, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.02773, 0, 0, 1); }
	60% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01295, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01295, 0, 0, 1); }
	61.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00331, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00331, 0, 0, 1); }
	63.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.0025, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.0025, 0, 0, 1); }
	65% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00559, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00559, 0, 0, 1); }
	66.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00684, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00684, 0, 0, 1); }
	68.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00692, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00692, 0, 0, 1); }
	70% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00632, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00632, 0, 0, 1); }
	71.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00539, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00539, 0, 0, 1); }
	73.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00436, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00436, 0, 0, 1); }
	75% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00337, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00337, 0, 0, 1); }
	76.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00249, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00249, 0, 0, 1); }
	78.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00176, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00176, 0, 0, 1); }
	80% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00118, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00118, 0, 0, 1); }
	81.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00074, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00074, 0, 0, 1); }
	83.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00042, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00042, 0, 0, 1); }
	85% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00019, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00019, 0, 0, 1); }
	86.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00005, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00005, 0, 0, 1); }
	88.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00004, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00004, 0, 0, 1); }
	90% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1); }
	91.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1); }
	93.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1); }
	95% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00009, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00009, 0, 0, 1); }
	96.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1); }
	98.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00007, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00007, 0, 0, 1); }
	100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}

@keyframes animSlideElastic {
	0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, 0, 0, 1); }
	1.666667% { -webkit-transform: matrix3d(1.92933, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -739.26805, 0, 0, 1); transform: matrix3d(1.92933, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -739.26805, 0, 0, 1); }
	3.333333% { -webkit-transform: matrix3d(1.96989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -521.82545, 0, 0, 1); transform: matrix3d(1.96989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -521.82545, 0, 0, 1); }
	5% { -webkit-transform: matrix3d(1.70901, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -349.26115, 0, 0, 1); transform: matrix3d(1.70901, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -349.26115, 0, 0, 1); }
	6.666667% { -webkit-transform: matrix3d(1.4235, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -218.3238, 0, 0, 1); transform: matrix3d(1.4235, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -218.3238, 0, 0, 1); }
	8.333333% { -webkit-transform: matrix3d(1.21065, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -123.29848, 0, 0, 1); transform: matrix3d(1.21065, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -123.29848, 0, 0, 1); }
	10% { -webkit-transform: matrix3d(1.08167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -57.59273, 0, 0, 1); transform: matrix3d(1.08167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -57.59273, 0, 0, 1); }
	11.666667% { -webkit-transform: matrix3d(1.0165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -14.72371, 0, 0, 1); transform: matrix3d(1.0165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -14.72371, 0, 0, 1); }
	13.333333% { -webkit-transform: matrix3d(0.99057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.12794, 0, 0, 1); transform: matrix3d(0.99057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.12794, 0, 0, 1); }
	15% { -webkit-transform: matrix3d(0.98478, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 24.86339, 0, 0, 1); transform: matrix3d(0.98478, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 24.86339, 0, 0, 1); }
	16.666667% { -webkit-transform: matrix3d(0.98719, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.40503, 0, 0, 1); transform: matrix3d(0.98719, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.40503, 0, 0, 1); }
	18.333333% { -webkit-transform: matrix3d(0.9916, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.75275, 0, 0, 1); transform: matrix3d(0.9916, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.75275, 0, 0, 1); }
	20% { -webkit-transform: matrix3d(0.99541, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 28.10141, 0, 0, 1); transform: matrix3d(0.99541, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 28.10141, 0, 0, 1); }
	21.666667% { -webkit-transform: matrix3d(0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 23.98271, 0, 0, 1); transform: matrix3d(0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 23.98271, 0, 0, 1); }
	23.333333% { -webkit-transform: matrix3d(0.99936, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 19.40752, 0, 0, 1); transform: matrix3d(0.99936, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 19.40752, 0, 0, 1); }
	25% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 14.99558, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 14.99558, 0, 0, 1); }
	26.666667% { -webkit-transform: matrix3d(1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.08575, 0, 0, 1); transform: matrix3d(1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.08575, 0, 0, 1); }
	28.333333% { -webkit-transform: matrix3d(1.00022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 7.82507, 0, 0, 1); transform: matrix3d(1.00022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 7.82507, 0, 0, 1); }
	30% { -webkit-transform: matrix3d(1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.23737, 0, 0, 1); transform: matrix3d(1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.23737, 0, 0, 1); }
	31.666667% { -webkit-transform: matrix3d(1.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.27389, 0, 0, 1); transform: matrix3d(1.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.27389, 0, 0, 1); }
	33.333333% { -webkit-transform: matrix3d(1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.84893, 0, 0, 1); transform: matrix3d(1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.84893, 0, 0, 1); }
	35% { -webkit-transform: matrix3d(1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.86364, 0, 0, 1); transform: matrix3d(1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.86364, 0, 0, 1); }
	36.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.22079, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.22079, 0, 0, 1); }
	38.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16687, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16687, 0, 0, 1); }
	40% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.37284, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.37284, 0, 0, 1); }
	41.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.45594, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.45594, 0, 0, 1); }
	43.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.46116, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.46116, 0, 0, 1); }
	45% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.4214, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.4214, 0, 0, 1); }
	46.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.35963, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.35963, 0, 0, 1); }
	48.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.29103, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.29103, 0, 0, 1); }
	50% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.22487, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.22487, 0, 0, 1); }
	51.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16624, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16624, 0, 0, 1); }
	53.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.11734, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.11734, 0, 0, 1); }
	55% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.07854, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.07854, 0, 0, 1); }
	56.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.04909, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.04909, 0, 0, 1); }
	58.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.02773, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.02773, 0, 0, 1); }
	60% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01295, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01295, 0, 0, 1); }
	61.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00331, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00331, 0, 0, 1); }
	63.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.0025, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.0025, 0, 0, 1); }
	65% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00559, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00559, 0, 0, 1); }
	66.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00684, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00684, 0, 0, 1); }
	68.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00692, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00692, 0, 0, 1); }
	70% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00632, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00632, 0, 0, 1); }
	71.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00539, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00539, 0, 0, 1); }
	73.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00436, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00436, 0, 0, 1); }
	75% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00337, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00337, 0, 0, 1); }
	76.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00249, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00249, 0, 0, 1); }
	78.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00176, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00176, 0, 0, 1); }
	80% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00118, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00118, 0, 0, 1); }
	81.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00074, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00074, 0, 0, 1); }
	83.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00042, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00042, 0, 0, 1); }
	85% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00019, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00019, 0, 0, 1); }
	86.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00005, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00005, 0, 0, 1); }
	88.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00004, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00004, 0, 0, 1); }
	90% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1); }
	91.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1); }
	93.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1); }
	95% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00009, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00009, 0, 0, 1); }
	96.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1); }
	98.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00007, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00007, 0, 0, 1); }
	100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}
.bb--anim-hide {
	-webkit-animation-name: animSlide;
	animation-name: animSlide;
	-webkit-animation-duration: 0.25s;
	animation-duration: 0.25s;
	-webkit-animation-direction: reverse;
	animation-direction: reverse;
}
@-webkit-keyframes animSlide {
	0% { -webkit-transform: translate3d(-30px,0,0) translate3d(-100%,0,0); }
	100% { -webkit-transform: translate3d(0,0,0); }
}
@keyframes animSlide {
	0% { -webkit-transform: translate3d(-30px,0,0) translate3d(-100%,0,0); transform: translate3d(-30px,0,0) translate3d(-100%,0,0); }
	100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}


/*********************************************************************************************/
/***** CSS ENTRANCE ANIMATIONS ***************************************************************/
/*********************************************************************************************/
@media (min-width: 992px) {
body:not(.transitions-disabled) [data-animated] {
-webkit-animation-fill-mode:both; -ms-animation-fill-mode:both; animation-fill-mode:both;
-webkit-animation-delay: .3s; -ms-animation-delay: .3s; animation-delay: .3s;
-webkit-animation-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000) ;
-ms-animation-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000) ;
animation-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000) ;
}
body:not(.transitions-disabled) [data-delayed="doubled"] { -webkit-animation-delay: .7s; animation-delay: .7s;}
body:not(.transitions-disabled) [data-delayed="tripled"] { -webkit-animation-delay: .9s; animation-delay: .9s;}
body:not(.transitions-disabled) [data-delayed="quadrupled"] { -webkit-animation-delay: 1.1s; animation-delay: 1.1s;}

body:not(.transitions-disabled) [data-animated="fade"] { opacity: 0; -webkit-transform: translate3d(0, -30px, 0px); -ms-transform: translate3d(0, -30px, 0px); transform: translate3d(0, -30px, 0px);  -webkit-backface-visibility: hidden}
/* Fade */
@-webkit-keyframes fade-animation {
  0% {opacity: 0;}
  100% {opacity: 1; -webkit-transform: translate3d(0, 0, 0px); }
}

@-ms-keyframes fade-animation {
  0% {opacity: 0;}
  100% {opacity: 1; -ms-transform: translate3d(0, 0, 0px);}
}

@keyframes fade-animation {
  0% {opacity: 0;}
  100% {opacity: 1; -webkit-transform: translate3d(0, 0, 0px); transform: translate3d(0, 0, 0px);}
}
body:not(.transitions-disabled) .fade-animation {
  -webkit-animation-name: fade-animation;
  animation-name: fade-animation;
  -webkit-animation-duration:.5s;
  -ms-animation-duration:.5s;
  animation-duration:.5s;
  opacity: 1!important;
}
}
html.ie9 .fade { opacity: 1!important; }


/*! jQuery UI - v1.10.3 - 2013-12-16
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.slider.css
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before,
.ui-helper-clearfix:after { content: ""; display: table; border-collapse: collapse; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
.ui-front { z-index: 100; }
/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }
/* Icons
----------------------------------*/
/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; }
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range { filter: inherit; }
.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }



/* Bootstrap code examples
-------------------------------------------------- */

/* Base class */
.bs-docs-example { position: relative; margin: 15px 0; padding: 39px 19px 14px; *padding-top: 19px; background-color: #FAFAFA; border: 1px solid #ddd; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.bs-docs-example.withcode {padding-bottom: 35px;}
.bs-docs-example.light-bs { background:#fff; }
/* Echo out a label for the example */
.bs-docs-example:after { content: "Example"; position: absolute; top: -1px; left: -1px; padding: 3px 7px; font-size: 12px; font-weight: bold; background-color: #f5f5f5; border: 1px solid #ddd; color: #9da0a4; -webkit-border-radius: 4px 0 4px 0; -moz-border-radius: 4px 0 4px 0; border-radius: 4px 0 4px 0; }

/* Remove spacing between an example and it's code */
.prettyprint + .bs-docs-example,
.bs-docs-example + .prettyprint { margin-top: -20px; padding-top: 15px; border-top-right-radius: 0; border-top-left-radius: 0; -webkit-transition:height .2s ease-in, padding-top .2s ease-in, padding-bottom .2s ease-in, border-left-width .2s ease-in, border-right-width .2s ease-in; transition:height .2s ease-in, padding-top .2s ease-in, padding-bottom .2s ease-in, border-left-width .2s ease-in, border-right-width .2s ease-in;}
.prettyprint + .bs-docs-example:not(.opened),
.bs-docs-example:not(.opened) + .prettyprint {height: 0; padding-top: 0; padding-bottom: 0; border-top-width: 0; border-bottom-width: 0;}
.bs-docs-example .togglecode {position: absolute; bottom: 15px; right: 20px; padding: 4px 10px; border-radius: 2px; font-size: 10px; background: #FFF; color: #212121; text-decoration: none; text-transform: uppercase; border: 1px solid #C9C9C9;}
.bs-docs-example.opened .togglecode {background: #FE6060; color:#fff; border-color:transparent; }
.bs-docs-example:not(.opened) .togglecode::before {content:'Show Code';}
.bs-docs-example.opened .togglecode::before {content:'Hide Code';}
.bs-docs-separator {margin-top: 40px; margin-bottom: 50px;}
.bs-docs-example > p:last-child {margin-bottom: 0;}

/* Special grid styles
-------------------------------------------------- */
.show-grid { margin-top: 10px; margin-bottom: 20px; }
.show-grid [class*="span"] { background-color: #eee; text-align: center; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; min-height: 40px; line-height: 40px; }
.show-grid:hover [class*="span"] { background: #ddd; }
.show-grid .show-grid { margin-top: 0; margin-bottom: 0; }
.show-grid .show-grid [class*="span"] { background-color: #ccc; }

.bs-callout{margin:20px 0;padding:20px;border-left:3px solid #eee}
.bs-callout h4{margin-top:0;margin-bottom:5px}
.bs-callout p:last-child{margin-bottom:0}
.bs-callout code{background-color:#fff;border-radius:3px}
.bs-callout-danger{background-color:#fdf7f7;border-color:#d9534f}
.bs-callout-danger h4{color:#d9534f}
.bs-callout-warning{background-color:#fcf8f2;border-color:#f0ad4e}
.bs-callout-warning h4{color:#f0ad4e}
.bs-callout-info{background-color:#f4f8fa;border-color:#5bc0de}
.bs-callout-info h4{color:#5bc0de}

/* Css Mobile Nav Icon */
.mobilenav-icon {display:block;}
.mobilenav-icon > span {position:relative; }
.mobilenav-icon > span,
.mobilenav-icon > span:before,
.mobilenav-icon > span:after {display:block; height:2px; width:15px; border-radius: 2px; position:relative; background:rgba(219, 219, 219, 0.56); vertical-align: middle; -webkit-transition: all 0.15s ease-out; transition: all 0.15s ease-out;}
.mobilenav-icon > span:before,
.mobilenav-icon > span:after {position:absolute; content:''; left:0; top:-6px;}
.mobilenav-icon > span:after {top:6px;}
.mobilenav-icon:hover > span,
.mobilenav-icon:hover > span:before,
.mobilenav-icon:hover > span:after {background:#fff;}
/*.sidemenu-opened .mobilenav-icon > span,
.sidemenu-opened .mobilenav-icon > span::before,
.sidemenu-opened .mobilenav-icon > span::after {-webkit-transition-delay:.3s; transition-delay:.3s;}
.sidemenu-opened .mobilenav-icon > span {background:transparent !important;}
.sidemenu-opened .mobilenav-icon > span::before {background:rgba(129, 129, 129, 0.8); top: 0px; -webkit-transform: rotate(-45deg) scale(1.2); -ms-transform: rotate(-45deg) scale(1.2); transform: rotate(-45deg) scale(1.2);}
.sidemenu-opened .mobilenav-icon > span::after {background:rgba(129, 129, 129, 0.8); top: 0px; -webkit-transform: rotate(45deg) scale(1.2); -ms-transform: rotate(45deg) scale(1.2); transform: rotate(45deg) scale(1.2);}*/



/* icons without icomoon */
.icon-times:before { content:"\00d7"; }

/*********************************************************************************************/
/***** ICON FONT *****************************************************************************/
/*********************************************************************************************/
/*
* Icons
* Font-face icons generated by IcoMoon App
* http://icomoon.io/
*/

@font-face {
  font-family: 'icomoon';
  src:url('../assets/_icon-font/icomoon.eot');
  src:url('../assets/_icon-font/icomoon.eot?#iefix') format('embedded-opentype'),
    url('../assets/_icon-font/icomoon.woff') format('woff'),
    url('../assets/_icon-font/icomoon.ttf') format('truetype'),
    url('../assets/_icon-font/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* chrome fontface fix */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icomoon';
    src: url('../assets/_icon-font/icomoon.svg#icomoon') format('svg');
  }
}
*/

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
.vs-icon:before { font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
/* social */
.icon-twitter:before {content: "\e05b";}
.icon-vimeo:before {content: "\e063";}
.icon-google-plus:before {content: "\e052";}
.icon-facebook:before {content: "\e057";}
.icon-linkedin:before {content: "\e07f";}
.icon-behance:before {content: "\e004";}
.icon-dribbble:before {content: "\e009";}
.icon-pinterest:before {content: "\e00a";}
.icon-instagram:before {content: "\e00b";}
.icon-youtube:before {content: "\e00c";}
.icon-skype:before {content: "\e00d";}
.icon-flickr:before {content: "\e00e";}
.icon-yelp:before {content: "\e00f";}
.icon-lastfm:before {content: "\e010";}
/* all kinds */
.icon-arrow-down:before {content: "\e177";}
.icon-arrow-left:before {content: "\e178";}
.icon-arrow-right:before {content: "\e176";}
.icon-arrow-up:before {content: "\e175";}
.icon-search:before {content: "\e624";}
.icon-cart:before {content: "\e30a";}
.icon-lock-stroke:before {content: "\e005";}
.icon-cancel-circle:before {content: "\e130";}
.icon-teardrop:before {content: "\e000";}
.icon-infinity:before {content: "\e001";}
.icon-camera_icon:before {content: "\e002";}
.icon-birdie:before {content: "\e003";}
.icon-arr_left:before {content: "\e006";}
.icon-arr_rig:before {content: "\e007";}
.icon-chat:before {content: "\e008";}
.icon-photos:before {content: "\e011";}
.icon-okicon:before {content: "\e013";}
.icon-more-media:before {content: "\e014";}
.icon-headphones:before {content: "\e015";}
.icon-boombox:before {content: "\e016";}
.icon-moustache:before {content: "\e012";}
.icon-glasses:before {content: "\e017";}
.icon-eye:before {content: "\e018";}
.icon-mail:before {content: "\e019";}
.icon-mapmarker:before {content: "\e01a";}
.icon-warning:before {content: "\e01b";}
.icon-heart:before {content: "\e600";}
.icon-exclamation:before {content: "\e601";}
.icon-angle-down:before {content: "\e602";}
.icon-angle-up:before {content: "\e603";}
.icon-angle-right:before {content: "\e604";}
.icon-angle-left:before {content: "\e605";}
.icon-circle-play:before {content: "\e61d"; }
.icon-circle-pause:before {content: "\e61e"; }
.icon-dottedarrow:before {content: "\e608";}
.icon-key:before {content: "\e609";}
.icon-flask:before {content: "\e60a";}
.icon-bucket:before {content: "\e60b";}
.icon-link:before {content: "\e60c";}
.icon-basket:before { content: "\e60f"; }
.icon-user:before { content: "\e60d"; }
.icon-flag:before { content: "\e60e"; }
.icon-plus:before { content: "\e610"; }
.icon-pluscircle:before { content: "\e611"; }
.icon-folder:before { content: "\e612"; }
.icon-food:before { content: "\e613"; }
.icon-checkmark:before {content: "\e614";}
.icon-grid:before { content: "\e616"; }
.icon-minus:before { content: "\e615"; }
.icon-star:before { content: "\e617"; }
.icon-share:before { content: "\e618"; }
.icon-phone:before { content: "\e619"; }
.icon-clock:before { content: "\e61a"; }
.icon-happy-smiley:before { content: "\e61b"; }
.icon-sad-smiley:before { content: "\e61c"; }
.icon-pause:before { content: "\e606"; }
.icon-play:before { content: "\e607"; }
.icon-volume-high:before { content: "\e61f"; }
.icon-volume-mute:before { content: "\e620"; }
.icon-screen-full:before { content: "\f066"; }
.icon-calendar:before { content: "\e621"; }
.icon-smiley:before { content: "\e623"; }
.icon-bulb:before {content: "\e625"; }
.icon-cashbag:before {content: "\e626"; }
.icon-dollars:before {content: "\e627"; }
.icon-headset:before {content: "\e628"; }
.icon-hexagon:before {content: "\e629"; }
.icon-icecream:before {content: "\e62a"; }
.icon-layers:before {content: "\e62b"; }
.icon-pizza:before {content: "\e62c"; }
.icon-planet:before {content: "\e62d"; }
.icon-poweroff:before {content: "\e62e"; }
.icon-starline:before {content: "\e62f"; }
.icon-syringe:before {content: "\e630"; }
.icon-tie:before {content: "\e631"; }
.icon-tools:before {content: "\e632"; }
.icon-niceplay:before {content: "\e622"; }
.icon-apple:before {content: "\e633"; }
.icon-android:before {content: "\e634"; }
.icon-windows8:before {content: "\e635"; }
.icon-expand:before {content: "\e637"; }
.icon-heartline:before {content: "\e638"; }
.icon-paperplane:before {content: "\e639"; }
.icon-searchplus:before {content: "\e63a"; }
.icon-signal:before {content: "\e63b"; }
.icon-vauss:before {content: "\e63c"; }
.icon-webcam:before {content: "\e63d"; }
.icon-arrow-left-thin:before {content: "\e636";}
.icon-arrow-right-thin:before {content: "\e63e";}
.icon-file:before {content: "\e63f"; }
.icon-files:before {content: "\e640"; }
.icon-speedometer:before {content: "\e641"; }

/* color presets */
.vs-icon.icon-white {color:#fff;}
.vs-icon.icon-black {color:#232323;}
.vs-icon.icon-custom {color:#ef4a4a;}
/* size presets */
.vs-icon.icon-size-xxs {font-size:9px;}
.vs-icon.icon-size-xs {font-size:11px;}
.vs-icon.icon-size-s {font-size:13px;}
.vs-icon.icon-size-m {font-size:18px;}
.vs-icon.icon-size-l {font-size:21px;}
.vs-icon.icon-size-xl {font-size:24px;}
.vs-icon.icon-size-xxl {font-size:32px;}
.vs-icon.icon-size-xxxl {font-size:50px;}
.vs-icon.icon-size-xxxl2 {font-size:60px;}
.vs-icon.icon-size-xxxxl {font-size:70px;}
.vs-icon.icon-size-huge {font-size:120px;}

/* Rotate Icon */
.icon-rotate90 {-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg);}
.icon-rotate180 {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);}

/* Circled Icon */
.circled-icon {display: inline-block; border-radius: 50%; width: 46px; height: 46px; line-height: 46px; box-sizing: content-box; text-align: center; position: relative; vertical-align: middle; border-width: 2px; border-style: solid;}
.circled-icon::before {vertical-align: middle; display: block; line-height: 46px;}
.circled-icon.ci-xsmall {width: 22px; height: 22px; line-height: 22px;}
.circled-icon.ci-xsmall::before {line-height: 23px;}
.circled-icon.ci-small {width: 36px; height: 36px; line-height: 36px;}
.circled-icon.ci-small::before {line-height: 36px;}
.circled-icon.ci-large {width: 76px; height: 76px; line-height: 76px;}
.circled-icon.ci-large::before {line-height: 76px;}
.circled-icon.ci-faded {border-color:rgba(255,255,255,.5);}

/* Absolute Centered Icon */
.abs-center-icon {position: relative; display:inline-block;}
.abs-center-icon .vs-icon {position: absolute; left:50%; top:50%; -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); transform:translate(-50%, -50%);}

/* VS icon hover circle */
.vs-icon.hover-circle {position:relative; line-height: 1em; width: 1em; text-align: center; height: 1em; vertical-align: middle;}
.vs-icon.hover-circle:before { position:relative; z-index: 1; }
.vs-icon.hover-circle:after { opacity: 0; background:rgba(255,255,255,.2); content:''; -webkit-transition: -webkit-transform 0.2s, opacity 0.2s; transition: transform 0.2s, opacity 0.2s; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); border-radius: 50%; display: block; position: absolute; left: 50%; top: 50%; margin: auto; width: 2em; height: 2em; margin-left: -1em; margin-top: -1em; }
.vs-icon.hover-circle:hover:after,
.vs-icon.hover-circle:focus:after { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

/* Vertical Middle Icon */
.vs-icon.icon-vamid {vertical-align: middle;}

/* social icons presets */

/* social colored */
.social_icons.colored .icon-twitter:before,
.social_icons.colored-hover .icon-twitter:hover:before {color:#00BDEC;}
.social_icons.colored .icon-vimeo:before,
.social_icons.colored-hover .icon-vimeo:hover:before {color:#01557A;}
.social_icons.colored .icon-google-plus:before,
.social_icons.colored-hover .icon-google-plus:hover:before {color:#D94A39;}
.social_icons.colored .icon-facebook:before,
.social_icons.colored-hover .icon-facebook:hover:before {color:#3B5998;}
.social_icons.colored .icon-linkedin:before,
.social_icons.colored-hover .icon-linkedin:hover:before {color:#1B92BD;}
.social_icons.colored .icon-behance:before,
.social_icons.colored-hover .icon-behance:hover:before {color:#026afa;}
.social_icons.colored .icon-dribbble:before,
.social_icons.colored-hover .icon-dribbble:hover:before {color:#EF5B92;}
.social_icons.colored .icon-pinterest:before,
.social_icons.colored-hover .icon-pinterest:hover:before {color:#CB2027;}
.social_icons.colored .icon-instagram:before,
.social_icons.colored-hover .icon-instagram:hover:before {color:#517FA4;}
.social_icons.colored .icon-youtube:before,
.social_icons.colored-hover .icon-youtube:hover:before {color:#D20800;}
.social_icons.colored .icon-skype:before,
.social_icons.colored-hover .icon-skype:hover:before {color:#18B7F1;}
.social_icons.colored .icon-flickr:before,
.social_icons.colored-hover .icon-flickr:hover:before {color:#EA2698;}
.social_icons.colored .icon-yelp:before,
.social_icons.colored-hover .icon-yelp:hover:before {color:#AF0606;}
.social_icons.colored .icon-lastfm:before,
.social_icons.colored-hover .icon-lastfm:hover:before {color:#D2013A;}

/* social full-colored */
.social_icons.full .icon-twitter:before,
.social_icons.full-hover .icon-twitter:hover:before {background-color:#00BDEC;}
.social_icons.full .icon-vimeo:before,
.social_icons.full-hover .icon-vimeo:hover:before {background-color:#01557A;}
.social_icons.full .icon-google-plus:before,
.social_icons.full-hover .icon-google-plus:hover:before {background-color:#D94A39;}
.social_icons.full .icon-facebook:before,
.social_icons.full-hover .icon-facebook:hover:before {background-color:#3B5998;}
.social_icons.full .icon-linkedin:before,
.social_icons.full-hover .icon-linkedin:hover:before {background-color:#1B92BD;}
.social_icons.full .icon-behance:before,
.social_icons.full-hover .icon-behance:hover:before {background-color:#026afa;}
.social_icons.full .icon-dribbble:before,
.social_icons.full-hover .icon-dribbble:hover:before {background-color:#EF5B92;}
.social_icons.full .icon-pinterest:before,
.social_icons.full-hover .icon-pinterest:hover:before {background-color:#CB2027;}
.social_icons.full .icon-instagram:before,
.social_icons.full-hover .icon-instagram:hover:before {background-color:#517FA4;}
.social_icons.full .icon-youtube:before,
.social_icons.full-hover .icon-youtube:hover:before {background-color:#D20800;}
.social_icons.full .icon-skype:before,
.social_icons.full-hover .icon-skype:hover:before {background-color:#18B7F1;}
.social_icons.full .icon-flickr:before,
.social_icons.full-hover .icon-flickr:hover:before {background-color:#EA2698;}
.social_icons.full .icon-yelp:before,
.social_icons.full-hover .icon-yelp:hover:before {background-color:#AF0606;}
.social_icons.full .icon-lastfm:before,
.social_icons.full-hover .icon-lastfm:hover:before {background-color:#D2013A;}

.social_icons.full-hover li {margin-left:0;}
.social_icons.full-hover a:before {padding:10px; display:inline-block;}
.social_icons.full a:before,
.social_icons.full-hover a:hover:before {color:#fff; padding:10px; display:inline-block;}

.social_icons.rounded a:before,
.social_icons .rounded:before {border-radius: 3px;}
.social_icons.circle a:before,
.social_icons .circle:before {border-radius: 50%;}

/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=2f5f94fc39ff58f137b2)
 * Config saved to config.json and https://gist.github.com/2f5f94fc39ff58f137b2
 */
.btn { font-size:13px; padding: 10px 15px;}
.btn-lg,
.btn-group-lg > .btn { padding: 10px 16px; font-size: 18px; }
.btn-sm,
.btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; }
.btn-xs,
.btn-group-xs > .btn { padding: 1px 5px; font-size: 12px; }
.btn-default {color: #333333;background-color: #ffffff;border-color: #cccccc;}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {color: #333333;background-color: #ebebeb;border-color: #adadad;}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {background-image: none;}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {background-color: #ffffff;border-color: #cccccc;}
.btn-default .badge {color: #ffffff;background-color: #fff;}
.btn-primary {color: #ffffff;background-color: #428bca;border-color: #357ebd;}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {color: #ffffff;background-color: #3276b1;border-color: #285e8e;}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {background-image: none;}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {background-color: #428bca;border-color: #357ebd;}
.btn-primary .badge {color: #428bca;background-color: #fff;}
.btn-warning {color: #ffffff;background-color: #f0ad4e;border-color: #eea236;}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {color: #ffffff;background-color: #ed9c28;border-color: #d58512;}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {background-image: none;}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {background-color: #f0ad4e;border-color: #eea236;}
.btn-warning .badge {color: #f0ad4e;background-color: #fff;}
.btn-danger {color: #ffffff;background-color: #d9534f;border-color: #d43f3a;}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {color: #ffffff;background-color: #d2322d;border-color: #ac2925;}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {background-image: none;}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {background-color: #d9534f;border-color: #d43f3a;}
.btn-danger .badge {color: #d9534f;background-color: #fff;}
.btn-success {color: #ffffff;background-color: #5cb85c;border-color: #4cae4c;}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {color: #ffffff;background-color: #47a447;border-color: #398439;}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {background-image: none;}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {background-color: #5cb85c;border-color: #4cae4c;}
.btn-success .badge {color: #5cb85c;background-color: #fff;}
.btn-info {color: #ffffff;background-color: #5bc0de;border-color: #46b8da;}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {color: #ffffff;background-color: #39b3d7;border-color: #269abc;}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {background-image: none;}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {background-color: #5bc0de;border-color: #46b8da;}
.btn-info .badge {color: #5bc0de;background-color: #fff;}
.btn-link {color: #428bca;font-weight: normal;cursor: pointer;border-radius: 0;}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {background-color: transparent;-webkit-box-shadow: none;box-shadow: none;}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {border-color: transparent;}
.btn-link:hover,
.btn-link:focus {color: #2a6496;text-decoration: underline;background-color: transparent;}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {color: #999999;text-decoration: none;}
.thumbnail,
.img-thumbnail {-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-color: #e8e8e8;}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%);background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);background-color: #357ebd;}
.navbar-default {background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);border-radius: 4px;-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);}
.navbar-default .navbar-nav > .active > a {background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);background-image: -o-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);}
.navbar-brand,
.navbar-nav > li > a {text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);}
.navbar-inverse {background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);}
.navbar-inverse .navbar-nav > .active > a {background-image: -webkit-linear-gradient(top, #222222 0%, #282828 100%);background-image: -o-linear-gradient(top, #222222 0%, #282828 100%);background-image: linear-gradient(to bottom, #222222 0%, #282828 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {border-radius: 0;}
.alert {text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);}
.alert-success {border-color: #b2dba1;}
.alert-info {border-color: #9acfea;}
.alert-warning {border-color: #f5e79e;}
.alert-danger {border-color: #dca7a7;}
.progress {background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);}
.progress-bar {background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);background-image: -o-linear-gradient(top, #428bca 0%, #3071a9 100%);background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);}
.progress-bar-success {background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);}
.progress-bar-info {background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);}
.progress-bar-warning {background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);}
.progress-bar-danger {background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);}
.progress-bar-striped {background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}
.list-group {border-radius: 4px;-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {text-shadow: 0 -1px 0 #3071a9;background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);background-image: -o-linear-gradient(top, #428bca 0%, #3278b3 100%);background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);border-color: #3278b3;}
.panel {-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);}
.panel-default > .panel-heading {background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);}
.panel-primary > .panel-heading {background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%);background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);}
.panel-success > .panel-heading {background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);}
.panel-info > .panel-heading {background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);}
.panel-warning > .panel-heading {background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);}
.panel-danger > .panel-heading {background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);}
.well {background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);border-color: #dcdcdc;-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);}



/* Custom styles for demo purposes */

.the-icons li {margin-bottom: 15px;}
.the-icons li i {font-size: 18px; vertical-align: middle;display: inline-block; width: 24px; height: 24px; text-align:center;
 -webkit-transition: all .1s ease-in-out; transition: all .1s ease-in-out;
 -webkit-transform-origin:50% 50%; -ms-transform-origin:50% 50%; transform-origin:50% 50%;}
.the-icons li:hover i {-webkit-transform: scale(3,3) translate3d(-10px, 0, 0); -ms-transform: scale(3,3) translate3d(-10px, 0, 0); transform: scale(3,3) translate3d(-10px, 0, 0); color:#fe6060}

