/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../../system/modules/slickSlider/assets/img/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: 	url('../../system/modules/slickSlider/assets/fonts/slick.eot');
    src: 	url('../../system/modules/slickSlider/assets/fonts/slick.eot?#iefix') format('embedded-opentype'), 
    		url('../../system/modules/slickSlider/assets/fonts/slick.woff') format('woff'),
    		url('../../system/modules/slickSlider/assets/fonts/slick.ttf') format('truetype'),
    		url('../../system/modules/slickSlider/assets/fonts/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
.sharebuttons {
	overflow:hidden;
}

.sharebuttons > ul.theme {
	list-style-type:none;
	margin:-4px;
	padding:0;
}

.sharebuttons > ul.theme:after {
	content:"";
	display:block;
	clear:both;
}

.sharebuttons > ul.theme > li {
	float:left;
}

.sharebuttons > ul.theme > li > a {
	margin:4px;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-indent:101%;
	background-repeat:no-repeat;
	background-position:center;
}

.sharebuttons > ul.text > li > a {
	text-indent:0;
}

/* source: http://www.kplitsolutions.com/freebies.html */

.sharebuttons > ul.light > li > a {
	width:32px;
	height:32px;
	background-image:url('../../system/modules/sharebuttons/assets/light/sprites-32.png');
}

.sharebuttons > ul.light > li > a.facebook {
	background-position:-40px 0;
}

.sharebuttons > ul.light > li > a.twitter {
	background-position:-200px 0;
}

.sharebuttons > ul.light > li > a.twitter2 {
	background-position:-160px 0;
}

.sharebuttons > ul.light > li > a.gplus {
	background-position:-80px 0;
}

.sharebuttons > ul.light > li > a.linkedin {
	background-position:-120px 0;
}

.sharebuttons > ul.light > li > a.xing {
	background-position:-240px 0;
}

.sharebuttons > ul.light > li > a.mail {
	background-position:0 0;
}

.sharebuttons > ul.light > li > a.tumblr {
	background-position:-280px 0;
}

.sharebuttons > ul.light > li > a.pinterest {
	background-position:-320px 0;
}

.sharebuttons > ul.light > li > a.reddit {
	background-position:-360px 0;
}

.sharebuttons > ul.light > li > a.whatsapp {
	background-position:-400px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
       only screen and (-o-min-device-pixel-ratio: 13/10),
       only screen and (min-resolution: 120dpi) 
{
	.sharebuttons > ul.light > li > a {
		background-size:auto 32px;
		background-image:url('../../system/modules/sharebuttons/assets/light/sprites-64.png');
	}
}

/*
 * Timepicker stylesheet
 * Highly inspired from datepicker
 * FG - Nov 2010 - Web3R 
 *
 * version 0.0.3 : Fixed some settings, more dynamic
 * version 0.0.4 : Removed width:100% on tables
 * version 0.1.1 : set width 0 on tables to fix an ie6 bug
 */

.ui-timepicker-inline { display: inline; }

#ui-timepicker-div { padding: 0.2em; }
.ui-timepicker-table { display: inline-table; width: 0; }
.ui-timepicker-table table { margin:0.15em 0 0 0; border-collapse: collapse; }

.ui-timepicker-hours, .ui-timepicker-minutes { padding: 0.2em;  }

.ui-timepicker-table .ui-timepicker-title { line-height: 1.8em; text-align: center; }
.ui-timepicker-table td { padding: 0.1em; width: 2.2em; }
.ui-timepicker-table th.periods { padding: 0.1em; width: 2.2em; }

/* span for disabled cells */
.ui-timepicker-table td span {
	display:block;
    padding:0.2em 0.3em 0.2em 0.5em;
    width: 1.2em;

    text-align:right;
    text-decoration:none;
}
/* anchors for clickable cells */
.ui-timepicker-table td a {
    display:block;
    padding:0.2em 0.3em 0.2em 0.5em;
    width: 1.2em;
    cursor: pointer;
    text-align:right;
    text-decoration:none;
}


/* buttons and button pane styling */
.ui-timepicker .ui-timepicker-buttonpane {
    background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0;
}
.ui-timepicker .ui-timepicker-buttonpane button { margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
/* The close button */
.ui-timepicker .ui-timepicker-close { float: right }

/* the now button */
.ui-timepicker .ui-timepicker-now { float: left; }

/* the deselect button */
.ui-timepicker .ui-timepicker-deselect { float: left; }



/*! jQuery UI - v1.10.4 - 2015-02-25
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.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.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=&fwDefault=normal&fsDefault=&cornerRadius=0px&bgColorHeader=%23eeeeee&bgTextureHeader=flat&bgImgOpacityHeader=0&borderColorHeader=%23dddddd&fcHeader=%23333333&iconColorHeader=%23333333&bgColorContent=%23FFFFFF&bgTextureContent=flat&bgImgOpacityContent=0&borderColorContent=%23dddddd&fcContent=%23333333&iconColorContent=%23333333&bgColorDefault=%23eee&bgTextureDefault=glass&bgImgOpacityDefault=0&borderColorDefault=%23dddddd&fcDefault=%23333333&iconColorDefault=%23333333&bgColorHover=%23cccccc&bgTextureHover=glass&bgImgOpacityHover=0&borderColorHover=%23dddddd&fcHover=%23333&iconColorHover=%23333&bgColorActive=%23fff&bgTextureActive=glass&bgImgOpacityActive=0&borderColorActive=%23ddd&fcActive=%23333&iconColorActive=%23333&bgColorHighlight=%23fcf8e3&bgTextureHighlight=glass&bgImgOpacityHighlight=0&borderColorHighlight=%23faebcc&fcHighlight=%238a6d3b&iconColorHighlight=%238a6d3b&bgColorError=%23f2dede&bgTextureError=glass&bgImgOpacityError=0&borderColorError=%23ebccd1&fcError=%23a94442&iconColorError=%23a94442&bgColorOverlay=%23bbbbbb&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23bbbbbb&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

.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-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin-top:2px;padding:.5em .5em .5em .7em;min-height:0}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-noicons{padding-left:.7em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-menu{list-style:none;padding:2px;margin:0;display:block;outline:none}.ui-menu .ui-menu{margin-top:-3px;position:absolute}.ui-menu .ui-menu-item{margin:0;padding:0;width:100%;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;min-height:0;font-weight:normal}.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-state-active{font-weight:normal;margin:-1px}.ui-menu .ui-state-disabled{font-weight:normal;margin:.4em 0 .2em;line-height:1.5}.ui-menu .ui-state-disabled a{cursor:default}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em}.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em}.ui-menu .ui-menu-icon{position:static;float:right}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("../../files/css/jquery-ui/custom-theme/images/animated-overlay.gif");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.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}.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}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:inherit;font-size:}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:inherit;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#FFF url("../../files/css/jquery-ui/custom-theme/images/ui-bg_flat_0_FFFFFF_40x100.png") 50% 50% repeat-x;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#eee url("../../files/css/jquery-ui/custom-theme/images/ui-bg_flat_0_eeeeee_40x100.png") 50% 50% repeat-x;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #ddd;background:#eee url("../../files/css/jquery-ui/custom-theme/images/ui-bg_glass_0_eee_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#333}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#333;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #ddd;background:#ccc url("../../files/css/jquery-ui/custom-theme/images/ui-bg_glass_0_cccccc_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#333}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#333;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #ddd;background:#fff url("../../files/css/jquery-ui/custom-theme/images/ui-bg_glass_0_fff_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#333}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#333;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #faebcc;background:#fcf8e3 url("../../files/css/jquery-ui/custom-theme/images/ui-bg_glass_0_fcf8e3_1x400.png") 50% 50% repeat-x;color:#8a6d3b}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#8a6d3b}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #ebccd1;background:#f2dede url("../../files/css/jquery-ui/custom-theme/images/ui-bg_glass_0_f2dede_1x400.png") 50% 50% repeat-x;color:#a94442}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#a94442}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#a94442}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("../../files/css/jquery-ui/custom-theme/images/ui-icons_333333_256x240.png")}.ui-widget-header .ui-icon{background-image:url("../../files/css/jquery-ui/custom-theme/images/ui-icons_333333_256x240.png")}.ui-state-default .ui-icon{background-image:url("../../files/css/jquery-ui/custom-theme/images/ui-icons_333333_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("../../files/css/jquery-ui/custom-theme/images/ui-icons_333_256x240.png")}.ui-state-active .ui-icon{background-image:url("../../files/css/jquery-ui/custom-theme/images/ui-icons_333_256x240.png")}.ui-state-highlight .ui-icon{background-image:url("../../files/css/jquery-ui/custom-theme/images/ui-icons_8a6d3b_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("../../files/css/jquery-ui/custom-theme/images/ui-icons_a94442_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:0}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:0}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:0}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:0}.ui-widget-overlay{background:#bbb url("../../files/css/jquery-ui/custom-theme/images/ui-bg_flat_0_bbbbbb_40x100.png") 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#bbb url("../../files/css/jquery-ui/custom-theme/images/ui-bg_flat_0_bbbbbb_40x100.png") 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}
/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@font-face {
  font-family: 'fontello';
  src: url('../../files/fonts/fontello/font/fontello.eot?13197033');
  src: url('../../files/fonts/fontello/font/fontello.eot?13197033#iefix') format('embedded-opentype'),
       url('../../files/fonts/fontello/font/fontello.woff?13197033') format('woff'),
       url('../../files/fonts/fontello/font/fontello.ttf?13197033') format('truetype'),
       url('../../files/fonts/fontello/font/fontello.svg?13197033#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../../files/fonts/fontello/font/fontello.svg?13197033#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-mail-squared:before { content: '\e800'; } /* '' */
.icon-heart:before { content: '\e801'; } /* '' */
.icon-heart-empty:before { content: '\e802'; } /* '' */
.icon-star:before { content: '\e803'; } /* '' */
.icon-star-empty:before { content: '\e804'; } /* '' */
.icon-ok:before { content: '\e805'; } /* '' */
.icon-ok-circled:before { content: '\e806'; } /* '' */
.icon-ok-circled2:before { content: '\e807'; } /* '' */
.icon-ok-squared:before { content: '\e808'; } /* '' */
.icon-link:before { content: '\e809'; } /* '' */
.icon-unlink:before { content: '\e80a'; } /* '' */
.icon-link-ext:before { content: '\e80b'; } /* '' */
.icon-link-ext-alt:before { content: '\e80c'; } /* '' */
.icon-thumbs-up-alt:before { content: '\e80d'; } /* '' */
.icon-thumbs-down-alt:before { content: '\e80e'; } /* '' */
.icon-download:before { content: '\e80f'; } /* '' */
.icon-upload:before { content: '\e810'; } /* '' */
.icon-star-half:before { content: '\e811'; } /* '' */
.icon-star-half-alt:before { content: '\e812'; } /* '' */
.icon-user:before { content: '\e813'; } /* '' */
.icon-users:before { content: '\e814'; } /* '' */
.icon-male:before { content: '\e815'; } /* '' */
.icon-female:before { content: '\e816'; } /* '' */
.icon-child:before { content: '\e817'; } /* '' */
.icon-video:before { content: '\e818'; } /* '' */
.icon-videocam:before { content: '\e819'; } /* '' */
.icon-picture:before { content: '\e81a'; } /* '' */
.icon-camera:before { content: '\e81b'; } /* '' */
.icon-cancel:before { content: '\e81c'; } /* '' */
.icon-cancel-circled:before { content: '\e81d'; } /* '' */
.icon-cancel-circled2:before { content: '\e81e'; } /* '' */
.icon-plus:before { content: '\e81f'; } /* '' */
.icon-plus-circled:before { content: '\e820'; } /* '' */
.icon-plus-squared:before { content: '\e821'; } /* '' */
.icon-plus-squared-alt:before { content: '\e822'; } /* '' */
.icon-minus:before { content: '\e823'; } /* '' */
.icon-minus-circled:before { content: '\e824'; } /* '' */
.icon-minus-squared:before { content: '\e825'; } /* '' */
.icon-minus-squared-alt:before { content: '\e826'; } /* '' */
.icon-help:before { content: '\e827'; } /* '' */
.icon-attach:before { content: '\e828'; } /* '' */
.icon-lock:before { content: '\e829'; } /* '' */
.icon-lock-open:before { content: '\e82a'; } /* '' */
.icon-lock-open-alt:before { content: '\e82b'; } /* '' */
.icon-pin:before { content: '\e82c'; } /* '' */
.icon-eye:before { content: '\e82d'; } /* '' */
.icon-eye-off:before { content: '\e82e'; } /* '' */
.icon-tag:before { content: '\e82f'; } /* '' */
.icon-tags:before { content: '\e830'; } /* '' */
.icon-bookmark:before { content: '\e831'; } /* '' */
.icon-bookmark-empty:before { content: '\e832'; } /* '' */
.icon-flag:before { content: '\e833'; } /* '' */
.icon-download-cloud:before { content: '\e834'; } /* '' */
.icon-upload-cloud:before { content: '\e835'; } /* '' */
.icon-reply:before { content: '\e836'; } /* '' */
.icon-reply-all:before { content: '\e837'; } /* '' */
.icon-forward:before { content: '\e838'; } /* '' */
.icon-quote-left:before { content: '\e839'; } /* '' */
.icon-quote-right:before { content: '\e83a'; } /* '' */
.icon-code:before { content: '\e83b'; } /* '' */
.icon-export:before { content: '\e83c'; } /* '' */
.icon-export-alt:before { content: '\e83d'; } /* '' */
.icon-share:before { content: '\e83e'; } /* '' */
.icon-share-squared:before { content: '\e83f'; } /* '' */
.icon-pencil:before { content: '\e840'; } /* '' */
.icon-pencil-squared:before { content: '\e841'; } /* '' */
.icon-edit:before { content: '\e842'; } /* '' */
.icon-print:before { content: '\e843'; } /* '' */
.icon-retweet:before { content: '\e844'; } /* '' */
.icon-keyboard:before { content: '\e845'; } /* '' */
.icon-gamepad:before { content: '\e846'; } /* '' */
.icon-comment:before { content: '\e847'; } /* '' */
.icon-chat:before { content: '\e848'; } /* '' */
.icon-comment-empty:before { content: '\e849'; } /* '' */
.icon-chat-empty:before { content: '\e84a'; } /* '' */
.icon-bell:before { content: '\e84b'; } /* '' */
.icon-bell-alt:before { content: '\e84c'; } /* '' */
.icon-attention-alt:before { content: '\e84d'; } /* '' */
.icon-attention:before { content: '\e84e'; } /* '' */
.icon-attention-circled:before { content: '\e84f'; } /* '' */
.icon-location:before { content: '\e850'; } /* '' */
.icon-direction:before { content: '\e851'; } /* '' */
.icon-compass:before { content: '\e852'; } /* '' */
.icon-trash:before { content: '\e853'; } /* '' */
.icon-doc:before { content: '\e854'; } /* '' */
.icon-docs:before { content: '\e855'; } /* '' */
.icon-doc-text:before { content: '\e856'; } /* '' */
.icon-doc-inv:before { content: '\e857'; } /* '' */
.icon-doc-text-inv:before { content: '\e858'; } /* '' */
.icon-file-pdf:before { content: '\e859'; } /* '' */
.icon-file-word:before { content: '\e85a'; } /* '' */
.icon-file-excel:before { content: '\e85b'; } /* '' */
.icon-file-powerpoint:before { content: '\e85c'; } /* '' */
.icon-file-image:before { content: '\e85d'; } /* '' */
.icon-file-archive:before { content: '\e85e'; } /* '' */
.icon-file-audio:before { content: '\e85f'; } /* '' */
.icon-file-video:before { content: '\e860'; } /* '' */
.icon-file-code:before { content: '\e861'; } /* '' */
.icon-folder:before { content: '\e862'; } /* '' */
.icon-folder-open:before { content: '\e863'; } /* '' */
.icon-folder-empty:before { content: '\e864'; } /* '' */
.icon-folder-open-empty:before { content: '\e865'; } /* '' */
.icon-box:before { content: '\e866'; } /* '' */
.icon-rss:before { content: '\e867'; } /* '' */
.icon-rss-squared:before { content: '\e868'; } /* '' */
.icon-phone:before { content: '\e869'; } /* '' */
.icon-phone-squared:before { content: '\e86a'; } /* '' */
.icon-fax:before { content: '\e86b'; } /* '' */
.icon-menu:before { content: '\e86c'; } /* '' */
.icon-cog:before { content: '\e86d'; } /* '' */
.icon-cog-alt:before { content: '\e86e'; } /* '' */
.icon-wrench:before { content: '\e86f'; } /* '' */
.icon-sliders:before { content: '\e870'; } /* '' */
.icon-basket:before { content: '\e871'; } /* '' */
.icon-calendar:before { content: '\e872'; } /* '' */
.icon-calendar-empty:before { content: '\e873'; } /* '' */
.icon-login:before { content: '\e874'; } /* '' */
.icon-logout:before { content: '\e875'; } /* '' */
.icon-mic:before { content: '\e876'; } /* '' */
.icon-mute:before { content: '\e877'; } /* '' */
.icon-volume-off:before { content: '\e878'; } /* '' */
.icon-volume-down:before { content: '\e879'; } /* '' */
.icon-volume-up:before { content: '\e87a'; } /* '' */
.icon-headphones:before { content: '\e87b'; } /* '' */
.icon-clock:before { content: '\e87c'; } /* '' */
.icon-lightbulb:before { content: '\e87d'; } /* '' */
.icon-block:before { content: '\e87e'; } /* '' */
.icon-resize-full:before { content: '\e87f'; } /* '' */
.icon-resize-full-alt:before { content: '\e880'; } /* '' */
.icon-resize-small:before { content: '\e881'; } /* '' */
.icon-resize-vertical:before { content: '\e882'; } /* '' */
.icon-resize-horizontal:before { content: '\e883'; } /* '' */
.icon-move:before { content: '\e884'; } /* '' */
.icon-zoom-in:before { content: '\e885'; } /* '' */
.icon-zoom-out:before { content: '\e886'; } /* '' */
.icon-down-circled2:before { content: '\e887'; } /* '' */
.icon-up-circled2:before { content: '\e888'; } /* '' */
.icon-left-circled2:before { content: '\e889'; } /* '' */
.icon-right-circled2:before { content: '\e88a'; } /* '' */
.icon-down-dir:before { content: '\e88b'; } /* '' */
.icon-up-dir:before { content: '\e88c'; } /* '' */
.icon-left-dir:before { content: '\e88d'; } /* '' */
.icon-right-dir:before { content: '\e88e'; } /* '' */
.icon-down-open:before { content: '\e88f'; } /* '' */
.icon-left-open:before { content: '\e890'; } /* '' */
.icon-right-open:before { content: '\e891'; } /* '' */
.icon-up-open:before { content: '\e892'; } /* '' */
.icon-angle-left:before { content: '\e893'; } /* '' */
.icon-angle-right:before { content: '\e894'; } /* '' */
.icon-angle-up:before { content: '\e895'; } /* '' */
.icon-angle-down:before { content: '\e896'; } /* '' */
.icon-angle-circled-left:before { content: '\e897'; } /* '' */
.icon-angle-circled-right:before { content: '\e898'; } /* '' */
.icon-angle-circled-up:before { content: '\e899'; } /* '' */
.icon-angle-circled-down:before { content: '\e89a'; } /* '' */
.icon-angle-double-left:before { content: '\e89b'; } /* '' */
.icon-angle-double-right:before { content: '\e89c'; } /* '' */
.icon-angle-double-up:before { content: '\e89d'; } /* '' */
.icon-angle-double-down:before { content: '\e89e'; } /* '' */
.icon-down:before { content: '\e89f'; } /* '' */
.icon-left:before { content: '\e8a0'; } /* '' */
.icon-right:before { content: '\e8a1'; } /* '' */
.icon-up:before { content: '\e8a2'; } /* '' */
.icon-down-big:before { content: '\e8a3'; } /* '' */
.icon-left-big:before { content: '\e8a4'; } /* '' */
.icon-right-big:before { content: '\e8a5'; } /* '' */
.icon-up-big:before { content: '\e8a6'; } /* '' */
.icon-right-hand:before { content: '\e8a7'; } /* '' */
.icon-left-hand:before { content: '\e8a8'; } /* '' */
.icon-up-hand:before { content: '\e8a9'; } /* '' */
.icon-down-hand:before { content: '\e8aa'; } /* '' */
.icon-left-circled:before { content: '\e8ab'; } /* '' */
.icon-right-circled:before { content: '\e8ac'; } /* '' */
.icon-up-circled:before { content: '\e8ad'; } /* '' */
.icon-down-circled:before { content: '\e8ae'; } /* '' */
.icon-cw:before { content: '\e8af'; } /* '' */
.icon-ccw:before { content: '\e8b0'; } /* '' */
.icon-arrows-cw:before { content: '\e8b1'; } /* '' */
.icon-level-up:before { content: '\e8b2'; } /* '' */
.icon-level-down:before { content: '\e8b3'; } /* '' */
.icon-shuffle:before { content: '\e8b4'; } /* '' */
.icon-exchange:before { content: '\e8b5'; } /* '' */
.icon-history:before { content: '\e8b6'; } /* '' */
.icon-expand:before { content: '\e8b7'; } /* '' */
.icon-collapse:before { content: '\e8b8'; } /* '' */
.icon-expand-right:before { content: '\e8b9'; } /* '' */
.icon-collapse-left:before { content: '\e8ba'; } /* '' */
.icon-play:before { content: '\e8bb'; } /* '' */
.icon-play-circled:before { content: '\e8bc'; } /* '' */
.icon-play-circled2:before { content: '\e8bd'; } /* '' */
.icon-stop:before { content: '\e8be'; } /* '' */
.icon-pause:before { content: '\e8bf'; } /* '' */
.icon-to-end:before { content: '\e8c0'; } /* '' */
.icon-to-end-alt:before { content: '\e8c1'; } /* '' */
.icon-to-start:before { content: '\e8c2'; } /* '' */
.icon-to-start-alt:before { content: '\e8c3'; } /* '' */
.icon-fast-fw:before { content: '\e8c4'; } /* '' */
.icon-fast-bw:before { content: '\e8c5'; } /* '' */
.icon-eject:before { content: '\e8c6'; } /* '' */
.icon-target:before { content: '\e8c7'; } /* '' */
.icon-signal:before { content: '\e8c8'; } /* '' */
.icon-award:before { content: '\e8c9'; } /* '' */
.icon-desktop:before { content: '\e8ca'; } /* '' */
.icon-laptop:before { content: '\e8cb'; } /* '' */
.icon-tablet:before { content: '\e8cc'; } /* '' */
.icon-mobile:before { content: '\e8cd'; } /* '' */
.icon-inbox:before { content: '\e8ce'; } /* '' */
.icon-globe:before { content: '\e8cf'; } /* '' */
.icon-sun:before { content: '\e8d0'; } /* '' */
.icon-cloud:before { content: '\e8d1'; } /* '' */
.icon-flash:before { content: '\e8d2'; } /* '' */
.icon-moon:before { content: '\e8d3'; } /* '' */
.icon-umbrella:before { content: '\e8d4'; } /* '' */
.icon-flight:before { content: '\e8d5'; } /* '' */
.icon-fighter-jet:before { content: '\e8d6'; } /* '' */
.icon-paper-plane:before { content: '\e8d7'; } /* '' */
.icon-paper-plane-empty:before { content: '\e8d8'; } /* '' */
.icon-space-shuttle:before { content: '\e8d9'; } /* '' */
.icon-leaf:before { content: '\e8da'; } /* '' */
.icon-font:before { content: '\e8db'; } /* '' */
.icon-bold:before { content: '\e8dc'; } /* '' */
.icon-italic:before { content: '\e8dd'; } /* '' */
.icon-header:before { content: '\e8de'; } /* '' */
.icon-paragraph:before { content: '\e8df'; } /* '' */
.icon-text-height:before { content: '\e8e0'; } /* '' */
.icon-text-width:before { content: '\e8e1'; } /* '' */
.icon-align-left:before { content: '\e8e2'; } /* '' */
.icon-align-center:before { content: '\e8e3'; } /* '' */
.icon-align-right:before { content: '\e8e4'; } /* '' */
.icon-align-justify:before { content: '\e8e5'; } /* '' */
.icon-list:before { content: '\e8e6'; } /* '' */
.icon-indent-left:before { content: '\e8e7'; } /* '' */
.icon-indent-right:before { content: '\e8e8'; } /* '' */
.icon-list-bullet:before { content: '\e8e9'; } /* '' */
.icon-list-numbered:before { content: '\e8ea'; } /* '' */
.icon-strike:before { content: '\e8eb'; } /* '' */
.icon-underline:before { content: '\e8ec'; } /* '' */
.icon-superscript:before { content: '\e8ed'; } /* '' */
.icon-subscript:before { content: '\e8ee'; } /* '' */
.icon-table:before { content: '\e8ef'; } /* '' */
.icon-columns:before { content: '\e8f0'; } /* '' */
.icon-crop:before { content: '\e8f1'; } /* '' */
.icon-scissors:before { content: '\e8f2'; } /* '' */
.icon-paste:before { content: '\e8f3'; } /* '' */
.icon-briefcase:before { content: '\e8f4'; } /* '' */
.icon-suitcase:before { content: '\e8f5'; } /* '' */
.icon-ellipsis:before { content: '\e8f6'; } /* '' */
.icon-ellipsis-vert:before { content: '\e8f7'; } /* '' */
.icon-off:before { content: '\e8f8'; } /* '' */
.icon-road:before { content: '\e8f9'; } /* '' */
.icon-list-alt:before { content: '\e8fa'; } /* '' */
.icon-qrcode:before { content: '\e8fb'; } /* '' */
.icon-barcode:before { content: '\e8fc'; } /* '' */
.icon-book:before { content: '\e8fd'; } /* '' */
.icon-ajust:before { content: '\e8fe'; } /* '' */
.icon-tint:before { content: '\e8ff'; } /* '' */
.icon-check:before { content: '\e900'; } /* '' */
.icon-check-empty:before { content: '\e901'; } /* '' */
.icon-circle:before { content: '\e902'; } /* '' */
.icon-circle-empty:before { content: '\e903'; } /* '' */
.icon-circle-thin:before { content: '\e904'; } /* '' */
.icon-circle-notch:before { content: '\e905'; } /* '' */
.icon-dot-circled:before { content: '\e906'; } /* '' */
.icon-asterisk:before { content: '\e907'; } /* '' */
.icon-gift:before { content: '\e908'; } /* '' */
.icon-fire:before { content: '\e909'; } /* '' */
.icon-magnet:before { content: '\e90a'; } /* '' */
.icon-chart-bar:before { content: '\e90b'; } /* '' */
.icon-ticket:before { content: '\e90c'; } /* '' */
.icon-credit-card:before { content: '\e90d'; } /* '' */
.icon-floppy:before { content: '\e90e'; } /* '' */
.icon-megaphone:before { content: '\e90f'; } /* '' */
.icon-hdd:before { content: '\e910'; } /* '' */
.icon-key:before { content: '\e911'; } /* '' */
.icon-fork:before { content: '\e912'; } /* '' */
.icon-rocket:before { content: '\e913'; } /* '' */
.icon-bug:before { content: '\e914'; } /* '' */
.icon-certificate:before { content: '\e915'; } /* '' */
.icon-tasks:before { content: '\e916'; } /* '' */
.icon-filter:before { content: '\e917'; } /* '' */
.icon-beaker:before { content: '\e918'; } /* '' */
.icon-magic:before { content: '\e919'; } /* '' */
.icon-cab:before { content: '\e91a'; } /* '' */
.icon-taxi:before { content: '\e91b'; } /* '' */
.icon-truck:before { content: '\e91c'; } /* '' */
.icon-money:before { content: '\e91d'; } /* '' */
.icon-euro:before { content: '\e91e'; } /* '' */
.icon-pound:before { content: '\e91f'; } /* '' */
.icon-dollar:before { content: '\e920'; } /* '' */
.icon-rupee:before { content: '\e921'; } /* '' */
.icon-yen:before { content: '\e922'; } /* '' */
.icon-rouble:before { content: '\e923'; } /* '' */
.icon-try:before { content: '\e924'; } /* '' */
.icon-won:before { content: '\e925'; } /* '' */
.icon-bitcoin:before { content: '\e926'; } /* '' */
.icon-sort:before { content: '\e927'; } /* '' */
.icon-sort-down:before { content: '\e928'; } /* '' */
.icon-sort-up:before { content: '\e929'; } /* '' */
.icon-sort-alt-up:before { content: '\e92a'; } /* '' */
.icon-sort-alt-down:before { content: '\e92b'; } /* '' */
.icon-sort-name-up:before { content: '\e92c'; } /* '' */
.icon-sort-name-down:before { content: '\e92d'; } /* '' */
.icon-sort-number-up:before { content: '\e92e'; } /* '' */
.icon-sort-number-down:before { content: '\e92f'; } /* '' */
.icon-hammer:before { content: '\e930'; } /* '' */
.icon-gauge:before { content: '\e931'; } /* '' */
.icon-sitemap:before { content: '\e932'; } /* '' */
.icon-spinner:before { content: '\e933'; } /* '' */
.icon-coffee:before { content: '\e934'; } /* '' */
.icon-food:before { content: '\e935'; } /* '' */
.icon-beer:before { content: '\e936'; } /* '' */
.icon-user-md:before { content: '\e937'; } /* '' */
.icon-stethoscope:before { content: '\e938'; } /* '' */
.icon-ambulance:before { content: '\e939'; } /* '' */
.icon-medkit:before { content: '\e93a'; } /* '' */
.icon-h-sigh:before { content: '\e93b'; } /* '' */
.icon-hospital:before { content: '\e93c'; } /* '' */
.icon-building:before { content: '\e93d'; } /* '' */
.icon-building-filled:before { content: '\e93e'; } /* '' */
.icon-bank:before { content: '\e93f'; } /* '' */
.icon-smile:before { content: '\e940'; } /* '' */
.icon-frown:before { content: '\e941'; } /* '' */
.icon-meh:before { content: '\e942'; } /* '' */
.icon-anchor:before { content: '\e943'; } /* '' */
.icon-terminal:before { content: '\e944'; } /* '' */
.icon-eraser:before { content: '\e945'; } /* '' */
.icon-puzzle:before { content: '\e946'; } /* '' */
.icon-shield:before { content: '\e947'; } /* '' */
.icon-extinguisher:before { content: '\e948'; } /* '' */
.icon-bullseye:before { content: '\e949'; } /* '' */
.icon-wheelchair:before { content: '\e94a'; } /* '' */
.icon-language:before { content: '\e94b'; } /* '' */
.icon-graduation-cap:before { content: '\e94c'; } /* '' */
.icon-paw:before { content: '\e94d'; } /* '' */
.icon-spoon:before { content: '\e94e'; } /* '' */
.icon-cube:before { content: '\e94f'; } /* '' */
.icon-cubes:before { content: '\e950'; } /* '' */
.icon-recycle:before { content: '\e951'; } /* '' */
.icon-tree:before { content: '\e952'; } /* '' */
.icon-database:before { content: '\e953'; } /* '' */
.icon-lifebuoy:before { content: '\e954'; } /* '' */
.icon-rebel:before { content: '\e955'; } /* '' */
.icon-empire:before { content: '\e956'; } /* '' */
.icon-bomb:before { content: '\e957'; } /* '' */
.icon-adn:before { content: '\e958'; } /* '' */
.icon-android:before { content: '\e959'; } /* '' */
.icon-apple:before { content: '\e95a'; } /* '' */
.icon-behance:before { content: '\e95b'; } /* '' */
.icon-behance-squared:before { content: '\e95c'; } /* '' */
.icon-bitbucket:before { content: '\e95d'; } /* '' */
.icon-bitbucket-squared:before { content: '\e95e'; } /* '' */
.icon-codeopen:before { content: '\e95f'; } /* '' */
.icon-css3:before { content: '\e960'; } /* '' */
.icon-delicious:before { content: '\e961'; } /* '' */
.icon-deviantart:before { content: '\e962'; } /* '' */
.icon-digg:before { content: '\e963'; } /* '' */
.icon-dribbble:before { content: '\e964'; } /* '' */
.icon-dropbox:before { content: '\e965'; } /* '' */
.icon-drupal:before { content: '\e966'; } /* '' */
.icon-facebook:before { content: '\e967'; } /* '' */
.icon-facebook-squared:before { content: '\e968'; } /* '' */
.icon-flickr:before { content: '\e969'; } /* '' */
.icon-foursquare:before { content: '\e96a'; } /* '' */
.icon-git-squared:before { content: '\e96b'; } /* '' */
.icon-git:before { content: '\e96c'; } /* '' */
.icon-github:before { content: '\e96d'; } /* '' */
.icon-github-squared:before { content: '\e96e'; } /* '' */
.icon-github-circled:before { content: '\e96f'; } /* '' */
.icon-gittip:before { content: '\e970'; } /* '' */
.icon-google:before { content: '\e971'; } /* '' */
.icon-gplus:before { content: '\e972'; } /* '' */
.icon-gplus-squared:before { content: '\e973'; } /* '' */
.icon-hacker-news:before { content: '\e974'; } /* '' */
.icon-html5:before { content: '\e975'; } /* '' */
.icon-instagramm:before { content: '\e976'; } /* '' */
.icon-joomla:before { content: '\e977'; } /* '' */
.icon-jsfiddle:before { content: '\e978'; } /* '' */
.icon-linkedin-squared:before { content: '\e979'; } /* '' */
.icon-linux:before { content: '\e97a'; } /* '' */
.icon-linkedin:before { content: '\e97b'; } /* '' */
.icon-maxcdn:before { content: '\e97c'; } /* '' */
.icon-openid:before { content: '\e97d'; } /* '' */
.icon-pagelines:before { content: '\e97e'; } /* '' */
.icon-pied-piper-squared:before { content: '\e97f'; } /* '' */
.icon-pied-piper-alt:before { content: '\e980'; } /* '' */
.icon-pinterest-circled:before { content: '\e981'; } /* '' */
.icon-pinterest-squared:before { content: '\e982'; } /* '' */
.icon-qq:before { content: '\e983'; } /* '' */
.icon-reddit:before { content: '\e984'; } /* '' */
.icon-reddit-squared:before { content: '\e985'; } /* '' */
.icon-renren:before { content: '\e986'; } /* '' */
.icon-skype:before { content: '\e987'; } /* '' */
.icon-slack:before { content: '\e988'; } /* '' */
.icon-soundclowd:before { content: '\e989'; } /* '' */
.icon-spotify:before { content: '\e98a'; } /* '' */
.icon-stackexchange:before { content: '\e98b'; } /* '' */
.icon-stackoverflow:before { content: '\e98c'; } /* '' */
.icon-steam:before { content: '\e98d'; } /* '' */
.icon-steam-squared:before { content: '\e98e'; } /* '' */
.icon-stumbleupon:before { content: '\e98f'; } /* '' */
.icon-stumbleupon-circled:before { content: '\e990'; } /* '' */
.icon-tencent-weibo:before { content: '\e991'; } /* '' */
.icon-trello:before { content: '\e992'; } /* '' */
.icon-tumblr:before { content: '\e993'; } /* '' */
.icon-tumblr-squared:before { content: '\e994'; } /* '' */
.icon-twitter-squared:before { content: '\e995'; } /* '' */
.icon-twitter:before { content: '\e996'; } /* '' */
.icon-vimeo-squared:before { content: '\e997'; } /* '' */
.icon-vine:before { content: '\e998'; } /* '' */
.icon-vkontakte:before { content: '\e999'; } /* '' */
.icon-wechat:before { content: '\e99a'; } /* '' */
.icon-weibo:before { content: '\e99b'; } /* '' */
.icon-windows:before { content: '\e99c'; } /* '' */
.icon-wordpress:before { content: '\e99d'; } /* '' */
.icon-xing:before { content: '\e99e'; } /* '' */
.icon-xing-squared:before { content: '\e99f'; } /* '' */
.icon-youtube:before { content: '\e9a0'; } /* '' */
.icon-yahoo:before { content: '\e9a1'; } /* '' */
.icon-youtube-squared:before { content: '\e9a2'; } /* '' */
.icon-youtube-play:before { content: '\e9a3'; } /* '' */
.icon-blank:before { content: '\e9a4'; } /* '' */
.icon-lemon:before { content: '\e9a5'; } /* '' */
.icon-music:before { content: '\e9a6'; } /* '' */
.icon-search:before { content: '\e9a7'; } /* '' */
.icon-mail:before { content: '\e9a8'; } /* '' */
.icon-mail-alt:before { content: '\e9a9'; } /* '' */
.icon-camera-alt:before { content: '\e9aa'; } /* '' */
.icon-th-large:before { content: '\e9ab'; } /* '' */
.icon-th:before { content: '\e9ac'; } /* '' */
.icon-th-list:before { content: '\e9ad'; } /* '' */
.icon-help-circled:before { content: '\e9ae'; } /* '' */
.icon-info-circled:before { content: '\e9af'; } /* '' */
.icon-info:before { content: '\e9b0'; } /* '' */
.icon-home:before { content: '\e9b1'; } /* '' */
.icon-flag-empty:before { content: '\e9b2'; } /* '' */
.icon-flag-checkered:before { content: '\e9b3'; } /* '' */
.icon-thumbs-up:before { content: '\e9b4'; } /* '' */
.icon-thumbs-down:before { content: '\e9b5'; } /* '' */
.icon-glass:before { content: '\e9b6'; } /* '' */
.icon-spin1:before { content: '\e9b7'; } /* '' */
.icon-spin2:before { content: '\e9b8'; } /* '' */
.icon-spin3:before { content: '\e9b9'; } /* '' */
.icon-spin4:before { content: '\e9ba'; } /* '' */
.icon-spin5:before { content: '\e9bb'; } /* '' */
.icon-spin6:before { content: '\e9bc'; } /* '' */
.icon-firefox:before { content: '\e9bd'; } /* '' */
.icon-chrome:before { content: '\e9be'; } /* '' */
.icon-opera:before { content: '\e9bf'; } /* '' */
.icon-ie:before { content: '\e9c0'; } /* '' */
.icon-attach-1:before { content: '\e9c1'; } /* '' */
.icon-rss-1:before { content: '\e9c2'; } /* '' */
.icon-acrobat:before { content: '\e9c3'; } /* '' */
.icon-w3c:before { content: '\e9c4'; } /* '' */
.icon-html5-1:before { content: '\e9c5'; } /* '' */
/*@charset "UTF-8";*/
/* 
CSS Document
BASICS - CSS 
Webdesign Lohmann
Projekt: Standard
Stand: 05.07.2014
*/

/*========================================================================	
=== Farbchema
========================================================================*/

/*
Farbton (Element): #xxxxxx;
Farbton (Element): #xxxxxx;
Farbton (Element): #xxxxxx;
Farbton (Element): #xxxxxx;
Farbton (Element): #xxxxxx;
*/

/*========================================================================	
=== FONTS
========================================================================*/

@font-face {
	font-family: 'ArchitectsDaughter';
	src: 	url('../../files/fonts/ArchitectsDaughter/ArchitectsDaughter.eot');
	src: 	local('☺'), 
			url('../../files/fonts/ArchitectsDaughter/ArchitectsDaughter.woff') format('woff'), 
			url('../../files/fonts/ArchitectsDaughter/ArchitectsDaughter.ttf') format('truetype'), 
			url('../../files/fonts/ArchitectsDaughter/ArchitectsDaughter.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSansLight';
	src: 	url('../../files/fonts/OpenSansLight/OpenSansLight.eot');
	src: 	local('☺'), 
			url('../../files/fonts/OpenSansLight/OpenSansLight.woff') format('woff'), 
			url('../../files/fonts/OpenSansLight/OpenSansLight.ttf') format('truetype'), 
			url('../../files/fonts/OpenSansLight/OpenSansLight.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSansReg';
	src: 	url('../../files/fonts/OpenSansReg/OpenSansRegular.eot');
	src: 	local('☺'), 
			url('../../files/fonts/OpenSansReg/OpenSansRegular.woff') format('woff'), 
			url('../../files/fonts/OpenSansReg/OpenSansRegular.ttf') format('truetype'), 
			url('../../files/fonts/OpenSansReg/OpenSansRegular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*========================================================================	
=== RESETS
========================================================================*/

/*=== Reset the margin and padding of the block elements
========================================================================*/	

body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea {
	margin:0;
	padding:0;
}

figure {
	line-height: 0em !important;
}

/*=== format basic elements
========================================================================*/

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

table { border-spacing:0; border-collapse:collapse; }
caption,th,td { text-align:left; text-align:start; vertical-align:top;}
abbr,acronym { font-variant:normal; border-bottom:1px dotted #666; cursor:help;}
blockquote,q { quotes:none;}
fieldset,img {border:0;}
sup {vertical-align:text-top;}
sub {	vertical-align:text-bottom;}
del { text-decoration:line-through;}
ins { text-decoration:none; }
strong,b{font-weight:normal;font-family: 'OpenSansReg', sans-serif;}
em,i{font-style:italic;}
:focus {outline:0;}

img { max-width:100%; height:auto; }
.ie7 img { -ms-interpolation-mode:bicubic;}
.ie8 img { width:auto; }

hr {
	clear: both;
	margin: 1.5em 0;
	border:none;
	height: 1px;
	background: #ddd;
}

address {
	font-family: 'ArchitectsDaughter', cursive;
	font-style: italic;
	color: #888;
	margin-bottom: 1.5em;
	line-height: 1.5em;
	font-size: 87.5%;
}

blockquote {
	font-family: 'ArchitectsDaughter', cursive;
	color: #444;
	font-size: 75%;
	padding: 1.5em 8.5%;
}

.centerText {
	text-align: center;
}

.float_left {
	margin: 0 20px 10px 0; 
}

.float_right {
	margin: 0 0 10px 20px; 
}

/*=== Default font settings
========================================================================*/	

html { 
	-webkit-text-size-adjust:100%; 
	-ms-text-size-adjust:100%;
	height: 100%;
	min-height: 100%;
}

body {
/* 	font-size:114%; */
	font-family: 'OpenSansLight', "Arial Narrow", sans-serif;
	color:#fff;
	text-align:left;
	background: #DCD1C6;
	letter-spacing: 1px;
}


/*
html {
	height: 100%;
	min-height: 100%;
/* 	overflow: auto; 
}

/*html, body, #wrapper, #container, #main, #main .inside, .mod_article

body.desktop , .desktop #wrapper, .desktop #container
{
	height: 100%;
	min-height: 100%;
	width: 100%;
	margin:0;
	padding: 0;
	position: relative;
}


.portrait #container,
.landscape #container {
	height:100%;
	width: 100%;
	position: relative;
}


*/


input,button,textarea,select {
	font-family:inherit;
	font-size:99%;
	font-weight:inherit;
}

pre,code {
	font-family:Monaco,monospace;
}

table {font-size: inherit;}
caption, th {font-weight: bold;}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	position:relative;
	text-align:left;
	clear:both;
}

/*=== Default margins
========================================================================*/	

h1 { font-size:200%;	margin:0.75em 0;	line-height: 0.75em;}
h2 { font-size:175%; 	margin:0.857em 0;	line-height: 0.857em;}
h3 { font-size:150%; 	margin:1em 0;		line-height: 1em; }
h4 { font-size:125%; 	margin:1.2em 0;	line-height: 1.2em;}
h5 { font-size:112.5%;	margin:1.333em 0;	line-height: 1.333em;}
h6 { font-size:100%;	margin:1.5em 0;	line-height: 1.5em; font-style: italic;}

p, pre, blockquote, table, ol, ul, li, dl, dt, dd, form {
	margin-bottom: 1.5em;
}

p,pre,blockquote,ul,ol,dd,dt,td {
	line-height:1.5em;
}

ul,ol,dl {
	margin-left: 1em;
}

li {
	margin-left:1.5em;
	margin-bottom: 0;
	text-align:left;
}

dt {
	font-weight:bold;
}

dd {
	margin-left: 2em;
}

/*=== Default Table
========================================================================*/

table {
	width:100%;
	box-sizing: border-box;
}

caption {
	padding: 3px 6px;
	text-align: center;
}

th,td {
	border: 1px solid #ddd;
	padding: 3px 6px;
	font-weight: normal;
}

tr:hover {
/* 	background: #ffaaaa; */
	color: #000;
}

thead {
/* 	background: #000; */
/* 	color: #fff; */
	text-shadow: none;
	font-weight: normal;
}

tbody {
/* 	background: #fff; */
	color: #000;
	text-shadow: none;
	font-weight: normal;
}

tfoot {
/* 	background: #eee; */
	color: #000;
	text-shadow: none;
	font-weight: normal;
}

/*=== Default Listen
========================================================================*/	

ol {
    counter-reset: li;
    margin-left: 0;
    padding-left: 0;
}

ol > li {
    position: relative;
    list-style: none;
    padding-left: 1.5em;
}

ol > li:last-child {
    padding-bottom: 0 !important;
}

ol > li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1em;
    top: 0.25em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    color: #000;
    background: #eee;
    text-align: center;
    text-shadow: none;
    border: 1px solid #ddd;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 87.5%;
}

ol > li h4 {
    padding-top: 0 !important;
}

ol > li p:last-child {
    background: #fff;
    border: 1px solid #B5B9AC;
    width: 100px;
    padding: 3px 7px;
    text-align: center;
    margin-bottom: 0 !important;
    margin-left: -45px;
}


/*========================================================================	
=== LAYOUT
========================================================================*/

body.mobile .noMobile,
body .mobile {
	/*display:none;*/
	visibility: hidden;
}

body.mobile .mobile,
body .noMobile {
	visibility: visible;
}

.invisible {
	width:0;
	height:0;
	left:-1000px;
	top:-1000px;
	position:absolute;
	overflow:hidden;
	display:inline;
}

.block { overflow: hidden; }

.clear,#clear {
	height:0.1px;
	font-size:0.1px;
	line-height:0.1px;
	clear:both;
}

#container,.inside { position:relative;}

/*=== Holy Gral
========================================================================*/

#container
{
	padding: 0 0 0 0;
/* 	padding: 0; */
	overflow:hidden;
}

#main,#left,#right {
	float:left;
	position:relative;
}

#main {
	width:100%;
	box-sizing: border-box;
	z-index: 10;
}

#left {
	margin-left:-100%;
	width: 280px;
/* 	right: 280px; */

	background: rgba(197,182,169,0.85);
	box-sizing: border-box;
	display: none;
	z-index: 9;
}

.desktop #main {
	z-index: auto;
	min-height: 600px;
}

.desktop #left {
	z-index: 999999;
	left: -280px;
}

#right {
	margin-right:-100%;
	width: 280px;
	display: none;
}

#footer {
	clear:both;
}


@media (max-width:767px)
{
/*
	#wrapper {
		margin:0;
		width:auto;
	}
	
	#container {
		padding-left:0;
		padding-right:0;
	}
	
	#main,#left,#right {
		float:none;
		width:auto;
	}
	
	#left {
		right:0;
		margin-left:0;
	}
	
	#right {
		margin-right:0;
	}
*/
}

#main .inside {
	min-height:1px;
	overflow: auto !important;
}


.fullSizeImg {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover !important;
	background-position: center center ;
	background-attachment:scroll ;
/* 	position: absolute; */
}

.mod_youtube_xtd {
	position: relative;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.mod_youtube_xtd .caption {
	position: absolute;
	bottom: 2em;
	width: 100%;
	font-size: 150%;
	text-align: center;
	text-transform: uppercase;
	opacity: 0;
}

.mod_youtube_xtd .caption span {
	color: rgb(197,182,169);
}

/*=== HEADER/FOOTER
========================================================================*/	

#header {
	border-bottom: 1px solid #bbb;
	text-align: center;
	height: 5em;
}

#footer {
	border-top: 1px solid #bbb;
	text-align: center;
	height: 5em;
}


/*=== CUSTOM
========================================================================*/	

.custom {
	display:block;
}

#container:after,.custom:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#cboxOverlay {
	background: rgba(197,182,169,0.9);
}


/*========================================================================	
=== FORMS
========================================================================*/

legend {
	width:100%;
	display:block;
	font-weight:bold;
	border:0;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
	width:100%;
	display:inline-block;
	padding:0.25em 0.5em;
	background:#fff;
	border:1px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:inset 0 1px 1px #eee;
	-webkit-box-shadow:inset 0 1px 1px #eee;
	box-shadow:inset 0 1px 1px #eee;
	-moz-transition:all .15s linear;
	-webkit-transition:all .15s linear;
	-o-transition:all .15s linear;
	transition:all .15s linear;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

select option {
	color:red;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
	outline:0;
	background:#fcfcfc;
	border-color:#bbb;
}

input[type="file"] {
	cursor:pointer;
}

select,
input[type="file"] {
	display:block;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
	width:auto;
}

textarea,
select[multiple],
select[size] {
	height:auto;
}

input[type="radio"],
input[type="checkbox"] {
	margin:0 0.5em;
}

input[type="radio"],
input[type="checkbox"],
label {
	vertical-align:middle;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
	cursor:not-allowed;
	background:#eee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
	background:transparent;
}

/*=== Submit/Button
========================================================================*/	

input[type="submit"],
.button {
	display:inline-block;
	padding:4px 15px 4px 14px;
	margin-bottom:0;
	text-align:center;
	vertical-align:middle;
	color:#000;
	cursor:pointer;
	border:1px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color:#ececec;
	background-image:-moz-linear-gradient(top, #fff, #ececec);
	background-image:-webkit-linear-gradient(top, #fff, #ececec);
	background-image:-ms-linear-gradient(top, #fff, #ececec);
	background-image:-o-linear-gradient(top, #fff, #ececec);
	background-image:linear-gradient(to bottom, #fff, #ececec);
	background-repeat:repeat-x;
	-moz-transition:background .15s linear;
	-webkit-transition:background .15s linear;
	-o-transition:background .15s linear;
	transition:background .15s linear;
}

input[type="submit"]:hover,
.button:hover {
	text-decoration:none;
	background-position:0 -15px !important;
}

input[type="submit"]:active,
.button:active {
	background-color:#e6e6e6;
	background-position:0 -30px !important;
}

/*=== Button Blue ===*/

input[type="submit"].blue,.button.blue {
	background-color:#2f96b4;
	background-image:-moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image:-webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image:-ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image:-o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image:linear-gradient(to bottom, #5bc0de, #2f96b4);
	border-color:#2f96b4;
	color:#fff;
}

input[type="submit"].blue:active,.button.blue:active {
	background-color:#2e95b3;
}

/*=== Button Green ===*/

input[type="submit"].green,.button.green {
	background-color:#51a351;
	background-image:-moz-linear-gradient(top, #62c462, #51a351);
	background-image:-webkit-linear-gradient(top, #62c462, #51a351);
	background-image:-ms-linear-gradient(top, #62c462, #51a351);
	background-image:-o-linear-gradient(top, #62c462, #51a351);
	background-image:linear-gradient(to bottom, #62c462, #51a351);
	border-color:#51a351;
	color:#fff;
}

input[type="submit"].green:active,.button.green:active {
	background-color:#4f9f4f;
}

/*=== Button Orange ===*/

input[type="submit"].orange,.button.orange {
	background-color:#f89406;
	background-image:-moz-linear-gradient(top, #fbb450, #f89406);
	background-image:-webkit-linear-gradient(top, #fbb450, #f89406);
	background-image:-ms-linear-gradient(top, #fbb450, #f89406);
	background-image:-o-linear-gradient(top, #fbb450, #f89406);
	background-image:linear-gradient(to bottom, #fbb450, #f89406);
	border-color:#f89406;
	color:#fff;
}

input[type="submit"].orange:active,.button.orange:active {
	background-color:#f28f04;
}

/*=== Button Red ===*/

input[type="submit"].red,.button.red {
	background-color:#bd362f;
	background-image:-moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image:-webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image:-ms-linear-gradient(top, #ee5f5b, #bd362f);
	background-image:-o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image:linear-gradient(to bottom, #ee5f5b, #bd362f);
	border-color:#bd362f;
	color:#fff;
}

input[type="submit"].red:active,.button.red:active {
	background-color:#be322b;
}

/*========================================================================	
=== Content
========================================================================*/
/*=== Allgemein
========================================================================*/

#logo-left {
	width:36%;
	margin: 0 auto;
	margin-top: 1em;
}

#logo-left h1 {
	margin: 0;
}

#logo-main-no,
#logo-main-mo {
	width: 100%;
	margin: 1em auto;
	position: absolute;
	z-index: 998;
	text-align: center;
}

#logo-main-no a,
#logo-main-mo a {
	color: #fff;
}

#logo-main-no img,
#logo-main-mo img {
	width: 40%;
	height: auto;
	max-width: 250px;
}

.mobile #logo-main-no img,
.mobile #logo-main-mo img {
	width: 30%;
	height: auto;
	max-width: 100px;
}

.overlay {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left:0px;
	top:0px;
	background: transparent;
	z-index: 99999;
}


/*=== Navigationen
========================================================================*/

/*=== ShareNav
========================================================================*/

#shareNav {
	position: fixed;
	z-index: 9999999;
	font-size: 140%;
	margin-left: 0.5em; 
	margin-top: 0.5em;
}

#shareNav ul,
#shareNav li {
	margin: 0;
	padding:0;
	list-style: none;
}

#shareNav li.first {
	margin-bottom: 1em;
}

#shareNav a {
	color: #fff;
	text-decoration: none;
}

.mod_sharebuttons {
	position: fixed;
	left: -500px;
	top:10.6em;
	z-index: 1000000;
	display: none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.mod_sharebuttons ul,
.mod_sharebuttons li {
	margin:0;
	padding: 0;
	list-style: none;
}

.mod_sharebuttons li {
	float: left;
}

.mod_sharebuttons a {
	display: block;
	color: white;
	font-size: 175%;
	text-decoration: none;
}

.mod_sharebuttons a.icon-whatsapp {
	background-image: url(../../files/gfx/basics/whatsapp.png) !important;
}

.mod_sharebuttons a.icon-phone {
	background-image: url(../../files/gfx/basics/phone.png) !important;
}

/*=== LangSwitch
========================================================================*/

#langSwitch {
	margin-top: 7.5em;
	margin-bottom: 2.5em;
	font-size: 92.5%;
}

#langSwitch ul,
#langSwitch li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#langSwitch li {
	display: inline-block;
	width: auto;
}

#langSwitch li.active {
	display: none;
}

#langSwitch ul {
	margin: 0 1em;
	border-bottom: 1px solid rgb(240,232,227);
}

#langSwitch a,
#langSwitch span {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0.5em 0;
	margin-right: 1em;
}

#langSwitch li a span {
	color: #fff;
}

#langSwitch li span,
#langSwitch a:hover span{
	color: rgb(220,209,198);
	color: rgb(240,232,227);
	color: rgb(161,119,96);
}

#langSwitch .i18nl10n_flag,
#langSwitch .i18nl10n_iso {
	display: none;
	visibility: hidden;
}

/*=== MainNav
========================================================================*/

#mainNav {
	font-size: 92.5%;
}

#mainNav ul,
#mainNav ul li {
	margin:0;
	padding:0;
	list-style: none;
}

#mainNav ul.level_1 {
	padding: 0 1em;
}

#mainNav a,
#mainNav span {
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border-top: 1px solid rgb(240,232,227);
	padding: 0.5em 0;
}

#mainNav a.last,
#mainNav span.last {
	border-bottom: 1px solid rgb(240,232,227);
}

#mainNav span,
#mainNav a:hover {
	color: rgb(220,209,198);
	color: rgb(240,232,227);
	color: rgb(161,119,96);
}

#mainNav li.submenu {
	background: #EDE4DD;
	margin: 0 -1em;
	padding: 0 1em;
}

#mainNav li.submenu a,
#mainNav li.submenu span {
	color: rgb(199,174,160);
	color: rgb(161,119,96);
	border-bottom: 1px solid rgb(197,182,169);
}

#mainNav li.submenu a.last,
#mainNav li.submenu span.last {
	border:none;
}

#mainNav ul.level_2 {
	display: none;
}

#mainNav ul.level_2 a {
	color: rgb(199,174,160) !important;
	padding-left: 1em;
}

#mainNav ul.level_2 a:hover {
	color: rgb(197,182,169) !important;
	color: rgb(161,119,96) !important;
}

#mainNav ul.level_2 span {
	padding-left: 1em;
}

/*=== Left Kontaktdaten
========================================================================*/

#left .kontakt {
	margin-top: 2.5em;
}

#left .kontakt ul,
#left .kontakt li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#left .kontakt ul{
	padding: 0 1em;
}

#left .kontakt li {
	border-top: 1px solid rgb(240,232,227);
	padding: 0.5em 0;
}

#left .kontakt a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#left .kontakt a:hover {
	color: rgb(220,209,198);
}

/*=== Linkbox
========================================================================*/

.linkbox {
	margin: 0 auto;
	width: 60%;
	font-size: 1px;
	opacity: 0;
	position: absolute;
	top: 50%;
	left:50%;
	margin-left: -30%;
}

#florian .linkbox {
	width: 50%;
	margin-left: -25%;
}

.linkbox * {
	line-height: 120%;
	text-align: center;
	text-transform: uppercase;
}

.linkbox a {
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

.linkbox p {
	margin-bottom: 1em;
}

.linkbox i {
	display: block;
	font-size: 1px;
}


/*=== Accoridion
========================================================================*/	

.toggler {
	padding: 0.5em 0;
	background: #eee;
	cursor: pointer;
	border-top: 1px solid #f1f2f3;
	border-bottom: 1px solid #ddd;
}

.toggler:before {
	font-family: 'fontello';
	content:"\e898";
	display: inline-block;
	margin-left: 1em;
	margin-right: 1em;
}

.toggler.ui-state-active:before {
	content:"\e89a";
}

.toggler.ui-state-active {
	background: #ddd;
}

.toggler:hover {
	background: #ccc;
}

.accordion>div {
	padding: 1em;
}

/*=== Tabs
========================================================================*/

.ce_tabs {
	box-sizing: border-box;
	border: 1px solid #ddd;
	overflow: auto;
}

.ce_tabs ul,
.ce_tabs li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

.ce_tabs ul {
	overflow:auto;
	background: #000;	
}

.ce_tabs li {
	float: left;
}

.ce_tabs li a {
	display: block;
	padding: 0.5em 1em;
	background: #eee;
	color: #000;
	border-right: 1px solid #ddd;
	text-decoration: none;
}

.ce_tabs li.ui-state-active a {
	background: #fff;
}

.ce_tabs li a:hover {
	background: #ddd;
}

.tabs>div {
	padding: 1em;
	background: #fff;
}

/*=== Icons
========================================================================*/	

div#icons {
	margin: 0 !important
}

span.i-name {
	font-size: 100%;
}

span.i-code {
	float: right;
	font-size: 87.5%;
	color: #999;
}

span.i-code:before {
	content: "(";
}

span.i-code:after {
	content: ")";
}

.icon-loader {
	display: inline-block !important;
/* 	background-image: url(../../files/gfx/basics/icon-loader.gif); */
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	background-attachment: scroll;
	
	height:64px;
	width: 64px;
}



/*=== Slick Slider
========================================================================*/

.slick-next {
	right: 0px;
	text-align: right;
	padding-right: 20px;
}

.slick-prev {
	left: 0px;
	text-align: left;
	padding-left: 20px;
}

.slick-next,
.slick-prev {
	z-index: 2;
	top:10px;
	height: 100%;
	width: 15%;
}


.slick-prev:before,
.slick-next:before {
	color: #fff;
	content: "";
}

.slick-next img,
.slick-prev img {
	height: 80px;
	width: 14px;
}
	
.slick-slider {
	margin-bottom: 0 ;
}

.slick-dots {
	top:195px;
	bottom: inherit;
	margin-left: 0;
}

.slick-dots li {
	width: 14px;
	height:14px;
	margin: 0 8px;
}


.slick-dots li button {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	background-attachment: scroll;
	height:14px;
	width: 14px;
}

.slick-dots li button:before {
	content:"";
}

.slick-dots button[data-item="0"] {
	background-image: url(../../files/gfx/basics/card-karo.png);
}

.slick-dots button[data-item="1"]  {
	background-image: url(../../files/gfx/basics/card-pic.png);
}

.slick-dots button[data-item="2"]  {
	background-image: url(../../files/gfx/basics/card-kreuz.png);
}

.slick-dots button[data-item="3"]  {
	background-image: url(../../files/gfx/basics/card-herz.png);
}

.slick-dots li.slick-active button[data-item="0"] {
	background-image: url(../../files/gfx/basics/card-karo-active.png);
}

.slick-dots li.slick-active button[data-item="1"]  {
	background-image: url(../../files/gfx/basics/card-pic-active.png);
}

.slick-dots li.slick-active button[data-item="2"]  {
	background-image: url(../../files/gfx/basics/card-kreuz-active.png);
}

.slick-dots li.slick-active button[data-item="3"]  {
	background-image: url(../../files/gfx/basics/card-herz-active.png);
}


/*=== Buchungsformular
========================================================================*/

#buchung {
/* 	background-image: url(../../files/gfx/content/buchung/buchung.jpg); */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
}

.form {
	margin: 0 auto;
	margin-top: 15em;
	width: 75%;
	max-width: 40em;
}

.form td {
	border: none;
	vertical-align: middle;
	width: 50%;
	padding-bottom: 5px;
}

.form .col_0 {
	color: rgb(197,182,169);
	color: rgb(240,232,227);
	text-transform: uppercase;
}

.form td.col_0 {
	background: url(../../files/gfx/basics/border-left-right.png) left bottom no-repeat scroll;
}

.form td.col_1 {
	background-image: url(../../files/gfx/basics/border-top-bottom.png), url(../../files/gfx/basics/border-left-right.png);
	background-position: left center, right bottom;
	background-repeat: no-repeat;
}	


.form .row_first td.col_1 {	
	background-image: url(../../files/gfx/basics/border-top-bottom.png), url(../../files/gfx/basics/border-left-right.png);
	background-position: left top, right bottom;
	background-repeat: no-repeat;
}

.form .row_last td.col_1 {	
	background-image: url(../../files/gfx/basics/border-top-bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 1em;
}

.form .row_last td {
	background: none;
}



.form .row_first td {
	padding-top: 2em; 
	vertical-align: bottom;
}


.form input,
.form textarea {
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	background: rgba(255,255,255,0.1);
}

.form input:focus,
.form textarea:focus {
	background: rgba(255,255,255,0.4);
}



.form input.submit {
	padding: 0.5em;
	text-transform: uppercase;
}

.form .submit_container {
	margin-bottom: 1em;
}

p.error {
	color: red;
	font-size: 75%;
	margin: 0 0.75em;
}

.spinner {
	text-align: center;
	font-size: 125%;
}

.responseText,
.spinner {
	margin: 0 auto;
	font-size: 300%;
	position: relative;
	top: 50%;
	padding-top: 2em;
}

.responseText * {
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
}

.ui-timepicker-minutes {
	position: absolute;
	top:-999em;
	left:-999em;
}

.ui-timepicker-table {
	font-size: 0.9em;
}

.ui-timepicker-table td a {
	padding: 0.3em 0.5em;
	width: auto;
}

input.captcha {
	width: 2.5em;
	text-align: center;
}

.captcha_text {
	color:#fff;
	font-size: 75%;
}

/*========================================================================	
=== GRID
========================================================================*/

#wrapper {
/*
	width:1140px;
	margin:0 auto;
	backg round: url(../../files/gfx/basics/grid1140.png) center top repeat-y ;
*/
}

/**
 * Set the default margin of the grid columns
 */
*[class*="grid"] {
	float:left;
	margin-left:10px;
	margin-right:10px;
	display:inline;
	margin-bottom: 1em;
	box-sizing: border-box;
}

.gridBlock {
	margin: 0 !important;
}

.gridBlock *[class*="grid"]{
}

.gridBlock *[class*="grid"] span {
	font-size: 75%;
	display: block;
	padding: 0 0.25em;
	height:2em;
	line-height: 2em;
	color:#000;
	text-shadow: none;
	background: #eee;
	border: 1px solid #ddd;
	overflow: hidden;
}
/**
 * Add a default margin to all content elements, so they align with the floatet
 * ones (otherwise you would have to add "grid12" to every element)
 */
 
.mod_article>*,
.mod_article *[class*="ce_"],
.mod_article *[class*="mod_"] {
	/*margin-left:10px;
	margin-right:10px;*/
}

/**
 * Handle news and event reader modules which are added via content element and
 * contain content elements themselves (see #5331)
 */
.mod_article .mod_newsreader,
.mod_article .mod_eventreader {
	margin-left:0;
	margin-right:0;
}

.mod_article *[class*="layout_"]>*,
.mod_article *[class*="event_"]>* {
	margin-left:10px;
	margin-right:10px;
}

/**
 * Remove the margin from floated articles, because the margin is already
 * applied to its content elements (see above)
 */
.mod_article.grid1,.mod_article.grid2,.mod_article.grid3,.mod_article.grid4,.mod_article.grid5,.mod_article.grid6,
.mod_article.grid7,.mod_article.grid8,.mod_article.grid9,.mod_article.grid10,.mod_article.grid11,.mod_article.grid12 {
	margin-left:0;
	margin-right:0;
}

/**
 * Automatically clear the floats in the main column, so you do not have to add
 * a clearing div to each article
 */
#main .inside {
/* 	overflow:hidden; */
}

/**
 * Grid column widths
 */
.grid1  { width:75px;  }
.grid2  { width:170px; }
.grid3  { width:265px; }
.grid4  { width:360px; }
.grid5  { width:455px; }
.grid6  { width:550px; }
.grid7  { width:645px; }
.grid8  { width:740px; }
.grid9  { width:835px; }
.grid10 { width:930px; }
.grid11 { width:1025px; }
.grid12 { width:1120px; }

/**
 * Floated articles can be 20 pixel wider (no margin)
 */
.mod_article.grid1  { width:95px;  }
.mod_article.grid2  { width:190px; }
.mod_article.grid3  { width:285px; }
.mod_article.grid4  { width:380px; }
.mod_article.grid5  { width:475px; }
.mod_article.grid6  { width:570px; }
.mod_article.grid7  { width:665px; }
.mod_article.grid8  { width:760px; }
.mod_article.grid9  { width:855px; }
.mod_article.grid10 { width:950px; }
.mod_article.grid11 { width:1045px; }
.mod_article.grid12 { width:1140px; }

/**
 * Default offset widths
 */
.offset1  { margin-left:105px;  }
.offset2  { margin-left:200px; }
.offset3  { margin-left:295px; }
.offset4  { margin-left:390px; }
.offset5  { margin-left:485px; }
.offset6  { margin-left:580px; }
.offset7  { margin-left:675px; }
.offset8  { margin-left:770px; }
.offset9  { margin-left:865px; }
.offset10 { margin-left:960px; }
.offset11 { margin-left:1055px; }
.offset12 { margin-left:1150px; }

/**
 * Grid for image widths in ce_text
 */

.imgGrid1 figure { width:75px !important;  }
.imgGrid2 figure { width:170px !important; }
.imgGrid3 figure { width:265px !important; }
.imgGrid4 figure { width:360px !important; }
.imgGrid5 figure { width:455px !important; }
.imgGrid6 figure { width:550px !important; }
.imgGrid7 figure { width:645px !important; }
.imgGrid8 figure { width:740px !important; }
.imgGrid9 figure { width:835px !important; }
.imgGrid10 figure { width:930px !important; }
.imgGrid11 figure { width:1025px !important; }
.imgGrid12 figure { width:1120px !important; }

*[class*="imgGrid"] img {
	width: 100% !important;
	height:auto;
}


/**
 * Reduce the overall width and the width of the grid columns if the screen
 * width is less than 1140px (e.g. on a portrait tablet)
 */

@media (min-width:980px) and (max-width:1280px)
{
	body { font-size: 96%; font-size: 84%; }
	
	#wrapper {
/*
		width:960px;
		background: url(../../files/gfx/basics/grid960.png) center top repeat-y ;
*/
	}

	/**
	 * Grid column widths
	 */
	.grid1  { width:60px;  }
	.grid2  { width:140px; }
	.grid3  { width:220px; }
	.grid4  { width:300px; }
	.grid5  { width:380px; }
	.grid6  { width:460px; }
	.grid7  { width:540px; }
	.grid8  { width:620px; }
	.grid9  { width:700px; }
	.grid10 { width:780px; }
	.grid11 { width:860px; }
	.grid12 { width:940px; }
	
	/**
	 * Floated articles can be 20 pixel wider (no margin)
	 */
	.mod_article.grid1  { width:80px;  }
	.mod_article.grid2  { width:160px; }
	.mod_article.grid3  { width:240px; }
	.mod_article.grid4  { width:320px; }
	.mod_article.grid5  { width:400px; }
	.mod_article.grid6  { width:480px; }
	.mod_article.grid7  { width:560px; }
	.mod_article.grid8  { width:640px; }
	.mod_article.grid9  { width:720px; }
	.mod_article.grid10 { width:800px; }
	.mod_article.grid11 { width:880px; }
	.mod_article.grid12 { width:960px; }
	
	/**
	 * Default offset widths
	 */
	.offset1  { margin-left:90px;  }
	.offset2  { margin-left:170px; }
	.offset3  { margin-left:250px; }
	.offset4  { margin-left:330px; }
	.offset5  { margin-left:410px; }
	.offset6  { margin-left:490px; }
	.offset7  { margin-left:570px; }
	.offset8  { margin-left:650px; }
	.offset9  { margin-left:730px; }
	.offset10 { margin-left:810px; }
	.offset11 { margin-left:890px; }
	.offset12 { margin-left:970px; }
	
	/**
	 * Grid for image widths in ce_text
	 */
	
	.imgGrid1 figure { width:60px !important;  }
	.imgGrid2 figure { width:140px !important; }
	.imgGrid3 figure { width:220px !important; }
	.imgGrid4 figure { width:300px !important; }
	.imgGrid5 figure { width:380px !important; }
	.imgGrid6 figure { width:460px !important; }
	.imgGrid7 figure { width:540px !important; }
	.imgGrid8 figure { width:620px !important; }
	.imgGrid9 figure { width:700px !important; }
	.imgGrid10 figure { width:780px !important; }
	.imgGrid11 figure { width:860px !important; }
	.imgGrid12 figure { width:940px !important; }

}

/**
 * Reduce the overall width and the width of the grid columns if the screen
 * width is less than 980px (e.g. on a portrait tablet)
 */
@media (min-width:768px) and (max-width:979px)
{
	body { font-size: 74.4%;	font-size: 65%; }

	#wrapper {
/*
		width:744px;
		background: url(../../files/gfx/basics/grid744.png) center top repeat-y ;
*/
	}

	/**
	 * Reduce the grid column widths
	 */
	.grid1  { width:42px;  }
	.grid2  { width:104px; }
	.grid3  { width:166px; }
	.grid4  { width:228px; }
	.grid5  { width:290px; }
	.grid6  { width:352px; }
	.grid7  { width:414px; }
	.grid8  { width:476px; }
	.grid9  { width:538px; }
	.grid10 { width:600px; }
	.grid11 { width:662px; }
	.grid12 { width:724px; }

	/**
	 * Floated articles can be 20 pixel wider (no margin)
	 */
	.mod_article.grid1  { width:62px;  }
	.mod_article.grid2  { width:124px; }
	.mod_article.grid3  { width:186px; }
	.mod_article.grid4  { width:248px; }
	.mod_article.grid5  { width:310px; }
	.mod_article.grid6  { width:372px; }
	.mod_article.grid7  { width:434px; }
	.mod_article.grid8  { width:496px; }
	.mod_article.grid9  { width:558px; }
	.mod_article.grid10 { width:620px; }
	.mod_article.grid11 { width:682px; }
	.mod_article.grid12 { width:744px; }

	/**
	 * Reduce the offset widths
	 */
	.offset1  { margin-left:72px;  }
	.offset2  { margin-left:134px; }
	.offset3  { margin-left:196px; }
	.offset4  { margin-left:258px; }
	.offset5  { margin-left:320px; }
	.offset6  { margin-left:382px; }
	.offset7  { margin-left:444px; }
	.offset8  { margin-left:506px; }
	.offset9  { margin-left:568px; }
	.offset10 { margin-left:630px; }
	.offset11 { margin-left:692px; }
	.offset12 { margin-left:754px; }
	
	/**
	 * Grid for image widths in ce_text
	 */
	
	.imgGrid1 figure { width:42px !important; }
	.imgGrid2 figure { width:104px !important; }
	.imgGrid3 figure { width:166px !important; }
	.imgGrid4 figure { width:228px !important; }
	.imgGrid5 figure { width:290px !important; }
	.imgGrid6 figure { width:352px !important; }
	.imgGrid7 figure { width:414px !important; }
	.imgGrid8 figure { width:476px !important; }
	.imgGrid9 figure { width:538px !important; }
	.imgGrid10 figure { width:600px !important; }
	.imgGrid11 figure { width:662px !important; }
	.imgGrid12 figure { width:724px !important; }
}

/**
 * Remove all floats and fixed widths if the screen width is less than 768
 * pixel (e.g. on a mobile phone)
 */
@media (max-width:767px)
{
	body { font-size: 74.4%; font-size: 65%;}


	#wrapper {
		width:auto;
		background: none;
	}

	/**
	 * Show all columns underneath each other
	 */
	*[class*="grid"],
	.inside>*[class*="grid"] {
		float:none;
		display:block;
		width:auto;
		margin:1em;
	}
	
	*[class*="imgGrid"] figure {
		float:none !important;
		display:block;
		width:100% !important;
		margin-bottom: 10px;
	}
}

/*========================================================================	
=== RESPONSIVE
========================================================================*/




@media (min-width:980px) and (max-width:1280px)
{
	#florian .linkbox {
		width: 50%;
		margin-left: -25%;
	}
	
	.slider-control .slider-menu {
		top: 7em;
		height: 1.5em;
	}
	
	.mod_sharebuttons {
		top:10.7em;
	}
}

@media (min-width:768px) and (max-width:979px)
{
	#florian .linkbox {
		width: 50%;
		margin-left: -25%;
	}
	.slider-control .slider-menu {
		top: 7em;
		height: 1.5em;
	}
	
	.form {
		margin-top: 25em;
	}
	
	.mod_sharebuttons {
		top:10.45em;
	}
}

@media (max-width:767px)
{
	#florian .linkbox,
	.linkbox {
		width: 60%;
		font-size: 1px;
		margin-left:-30%;
	}
	
	#logo-main-no,
	#logo-main-mo {
		margin: 1em auto;
		position: absolute;
		z-index: 998;
		text-align: center;
	}
	
	#logo-main-no img,
	#logo-main-mo img {
		width: 40%;
		height: auto;
		max-width: 130px;
	}
	
/*
	.slider-control .slider-menu {
		top: 1.5em;
		height: 1.5em;
	}
	
	.slider-control a img {
		height: 50px;
		width: 14px;
	}
	
	.portrait .slider-prev {
		left: 15px;
		margin-top: -25px;
		height: 50px;
	}
	
	.portrait .slider-next {
		right: 15px;
		margin-top: -25px;
		height: 50px;
	}
	
	.landscape .slider-prev {
		left: 50px;
		margin-top: -25px;
		height: 50px;
	}
	
	.landscape .slider-next {
		right: 50px;
		margin-top: -25px;
		height: 50px;
	}
	
	*/
	
	
	.slick-next img,
	.slick-prev img {
		height: 50px;
		width: 14px;
	}
	
	.slick-next,
	.slick-prev {
		z-index: 2;
		top:50%;
		margin-top:-25px;
		height: 50px;
	}
	
	.portrait .slick-prev {
		left: 15px;
	}
	
	.portrait .slick-next {
		right: 15px;
	}
	
	.landscape .slick-prev {
		left: 50px;
	}
	
	.landscape .slick-next {
		right: 50px;
	}
	
	
	.slick-dots {
		top:4.75em;
		bottom: inherit;
		margin-left: 0;
	}
	
	.slick-dots li {
		width: 10px;
		height:10px;
	}
	
	
	.slick-dots li button {
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
		background-attachment: scroll;
		height:10px;
		width: 10px;
	}
		
	
	
	
	
	.ce_form {
		background: rgba(197,182,169,0.4);
		height: 100%;
	}
	
	.form {
		margin: 0 auto;
		margin-top: 10em;
		width: 75%;
		height: 100%;
		max-width: 350px;
		
	}
	
	.form td {
		width: 90px !important;
	}
	
	
	.portrait .moScrollCont .fullSizeImg {
		height: 180px;
	}
	
	.moScrollCont .mod_youtube_xtd .caption {
		bottom: 0;
		background: rgba(197,182,169,0.6);
		font-size: 100%;
		padding: 5px 10px;
		overflow: hidden;
	}
	
	.moScrollCont .content-slider {
		visibility: visible !important;
	}
	
	.portrait .moScrollCont .linkbox {
		position: absolute;
		top: 50% !important;
		margin-top: -20px;
		width: 100%;
		margin-left: -50%;
	}
	
	.portrait .moScrollCont .mod_youtube_xtd .caption,
	.landscape .moScrollCont .mod_youtube_xtd .caption {
		bottom: 0;
		background: rgba(197,182,169,0.6);
		font-size: 100%;
		padding: 5px 10px;
		text-align: left;
		overflow: auto;
	}
	
	.portrait .moScrollCont .mod_youtube_xtd .caption .cpInside,
	.landscape .moScrollCont .mod_youtube_xtd .caption .cpInside {
		display: inline-block;
	}
	
	
	
	#mainNav {
		font-size: 130%;
	}
	
	
	
	#langSwitch {
		margin-top: 0.75em;
		font-size: 130%;
	}
	
	div.kontakt {
		font-size: 130%;
	}
	
	#shareNav {
		position: fixed;
		z-index: 9999;
		font-size: 200%;
		margin-left: 0.25em; 
		margin-top: 0.5em;
	}
	
	.mod_sharebuttons {
		top:11.8em;
		font-size: 130%;
		z-index: 10000;
	}
	
	.icon-loader {		
		height:48px;
		width: 48px;
	}
	
	
}




.test {
	position: absolute;
	right: 10px;
	top:10px;
	z-index: 999999999;
	color:white;
}

.nicescroll-rails {
	z-index: 999999 !important;
}


/* backgrounds.css */
#buchung{background-image:url("../../files/gfx/content/Backgrounds/Florian-Klein-7.jpg")}#test{background-image:url("../../files/gfx/content/Backgrounds/Florian-Klein-6.jpg")}
