/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;} audio,canvas,video{display:inline-block;} audio:not([controls]){display:none;height:0;} [hidden],template{display:none;} html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;} h1{font-size:2em;margin:.67em 0;} abbr[title]{border-bottom:1px dotted;} b,strong{font-weight:700;} dfn{font-style:italic;} hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;} mark{background:#ff0;color:#000;} code,kbd,pre,samp{font-family:monospace, serif;font-size:1em;} pre{white-space:pre-wrap;} q{quotes:\201C \201D \2018 \2019;} small{font-size:80%;} sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;} sup{top:-.5em;} sub{bottom:-.25em;} img{border:0;} svg:not(:root){overflow:hidden;} fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em;} button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;} button,input{line-height:normal;} button,select{text-transform:none;} button,html input[type=button],/* 1 */ input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;} button[disabled],html input[disabled]{cursor:default;} input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;} input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;} input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;} textarea{overflow:auto;vertical-align:top;} table{border-collapse:collapse;border-spacing:0;} body,figure{margin:0;} legend,button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
a{background:transparent;}
a:focus{outline:thin dotted;}
a:active,a:hover{outline:0;}


*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*
 * Grid
 */

.row {
	margin-left: -20px;
}
	.row--space {
		margin-bottom: 20px;
	}
	.row:before,
	.row:after {
		display: table;
		line-height: 0;
		content: "";
	}
	.row:after {
		clear: both;
	}

.span {
	display: block;
	float: left;
	padding: 0 0 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	.span-12 {width: 100%}		.offset-12 {margin-left: 100%}
	.span-11 {width: 91.67%}	.offset-11 {margin-left: 91.67%}
	.span-10 {width: 83.33%}	.offset-10 {margin-left: 83.33%}
	.span-9  {width: 75%}		.offset-9  {margin-left: 75%}
	.span-8  {width: 66.66%}	.offset-8  {margin-left: 66.66%}
	.span-7  {width: 58.33%}	.offset-7  {margin-left: 58.33%}
	.span-6  {width: 50%}		.offset-6  {margin-left: 50%}
	.span-5  {width: 41.67%}	.offset-5  {margin-left: 41.67%}
	.span-4  {width: 33.33%}	.offset-4  {margin-left: 33.33%}
	.span-3  {width: 25%}		.offset-3  {margin-left: 25%}
	.span-2  {width: 16.67%}	.offset-2  {margin-left: 16.67%}
	.span-1  {width: 8.33%}		.offset-1  {margin-left: 8.33%}
	.span-0  {display: none}	.offset-0  {margin-left: 0%}

/*** RWD *** /
@media only screen and (max-width: 980px) {
	.span-tab-12 {width: 100%}		.offset-tab-12 {margin-left: 100%}
	.span-tab-11 {width: 91.67%}	.offset-tab-11 {margin-left: 91.67%}
	.span-tab-10 {width: 83.33%}	.offset-tab-10 {margin-left: 83.33%}
	.span-tab-9  {width: 75%}		.offset-tab-9  {margin-left: 75%}
	.span-tab-8  {width: 66.66%}	.offset-tab-8  {margin-left: 66.66%}
	.span-tab-7  {width: 58.33%}	.offset-tab-7  {margin-left: 58.33%}
	.span-tab-6  {width: 50%}		.offset-tab-6  {margin-left: 50%}
	.span-tab-5  {width: 41.67%}	.offset-tab-5  {margin-left: 41.67%}
	.span-tab-4  {width: 33.33%}	.offset-tab-4  {margin-left: 33.33%}
	.span-tab-3  {width: 25%}		.offset-tab-3  {margin-left: 25%}
	.span-tab-2  {width: 16.67%}	.offset-tab-2  {margin-left: 16.67%}
	.span-tab-1  {width: 8.33%}		.offset-tab-1  {margin-left: 8.33%}
	.span-tab-0  {display: none}	.offset-tab-0  {margin-left: 0%}
}

@media only screen and (max-width: 600px) {
	.span-mob-12 {width: 100%}		.offset-mob-12 {margin-left: 100%}
	.span-mob-11 {width: 91.67%}	.offset-mob-11 {margin-left: 91.67%}
	.span-mob-10 {width: 83.33%}	.offset-mob-10 {margin-left: 83.33%}
	.span-mob-9  {width: 75%}		.offset-mob-9  {margin-left: 75%}
	.span-mob-8  {width: 66.66%}	.offset-mob-8  {margin-left: 66.66%}
	.span-mob-7  {width: 58.33%}	.offset-mob-7  {margin-left: 58.33%}
	.span-mob-6  {width: 50%}		.offset-mob-6  {margin-left: 50%}
	.span-mob-5  {width: 41.67%}	.offset-mob-5  {margin-left: 41.67%}
	.span-mob-4  {width: 33.33%}	.offset-mob-4  {margin-left: 33.33%}
	.span-mob-3  {width: 25%}		.offset-mob-3  {margin-left: 25%}
	.span-mob-2  {width: 16.67%}	.offset-mob-2  {margin-left: 16.67%}
	.span-mob-1  {width: 8.33%}		.offset-mob-1  {margin-left: 8.33%}
	.span-mob-0  {display: none}	.offset-mob-0  {margin-left: 0%}
}
/*****/

/*
 * PLUGINS
 */


/*
 * qTip2 - Pretty powerful tooltips - v2.1.1
 * http://qtip2.com
 *
 * Copyright (c) 2013 Craig Michael Thompson
 * Released under the MIT, GPL licenses
 * http://jquery.org/license
 *
 * Date: Wed Aug 28 2013 02:49 UTC+0000
 * Plugins: viewport
 * Styles: None
 */
.qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;
	max-width: 280px;
	/*min-width: 50px;*/
	font-size: 13px;
	line-height: 1.1em;
	direction: ltr;
	box-shadow: none;
	padding: 0;
}

	.qtip-content {
		position: relative;
		padding: 4px 7px;
		overflow: hidden;
		text-align: left;
		word-wrap: break-word;
	}

	.qtip-titlebar {
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.qtip-titlebar + .qtip-content { border-top-width: 0 !important; }

	/* Default close button class */
	.qtip-close {
		position: absolute;
		right: -9px; top: -9px;

		cursor: pointer;
		outline: medium none;

		border-width: 1px;
		border-style: solid;
		border-color: transparent;
	}

		.qtip-titlebar .qtip-close {
			right: 4px; top: 50%;
			margin-top: -9px;
		}

		.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon {
			display: block;
			text-indent: -1000em;
			direction: ltr;
		}

		.qtip-icon, .qtip-icon .ui-icon {
			border-radius: 3px;
			text-decoration: none;
		}

			.qtip-icon .ui-icon {
				width: 18px;
				height: 14px;
				line-height: 14px;
				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;
				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}

/* Default tooltip style */
.qtip-default {
	text-transform: uppercase;
	border: 1px solid #78787d;
	background-color: #78787d;
	color: #fff;
	padding: 4px;
	font-weight: 700;
	font-size: 11px;
	box-shadow: 0 2px 7px rgba(0,0,0,.1);
}

	.qtip-default .qtip-titlebar {
		background-color: #FFEF93;
	}

	.qtip-default .qtip-icon {
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}

	.qtip-default .qtip-titlebar .qtip-close {
		border-color: #AAA;
		color: #111;
	}


	.qtip--image {
		max-width: none;
	}
		.qtip--image .qtip-content {
			padding: 3px;
		}

.qtip--error {
	border: 1px solid #D92E2E;
	background-color: #FFF5F5;
	color: #D92E2E;
}



/*
 * Cycle2
 */
.cycle-slide,
.cycle-slide img {
	max-width: none !important;
}


/*
 * Magnific Popup
 */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
	.mfp-preloader a {
		color: #cccccc;
	}
		.mfp-preloader a:hover {
			color: white;
		}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
	.mfp-close:hover, .mfp-close:focus {
		opacity: 1;
	}
	.mfp-close:active {
		top: 1px;
	}

.mfp-close-btn-in .mfp-close {
	color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
	.mfp-arrow:active {
		margin-top: -54px;
	}
	.mfp-arrow:hover, .mfp-arrow:focus {
		opacity: 1;
	}
	.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
		content: '';
		display: block;
		width: 0;
		height: 0;
		position: absolute;
		left: 0;
		top: 0;
		margin-top: 35px;
		margin-left: 35px;
		border: medium inset transparent;
	}
	.mfp-arrow:after, .mfp-arrow .mfp-a {
		border-top-width: 13px;
		border-bottom-width: 13px;
		top: 8px;
	}
	.mfp-arrow:before, .mfp-arrow .mfp-b {
		border-top-width: 21px;
		border-bottom-width: 21px;
		opacity: 0.7;
	}

.mfp-arrow-left {
	left: 0;
}
	.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
		border-right: 17px solid white;
		margin-left: 31px;
	}
	.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
		margin-left: 25px;
		border-right: 27px solid #3f3f3f;
	}

.mfp-arrow-right {
	right: 0;
}
	.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
		border-left: 17px solid white;
		margin-left: 39px;
	}
	.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
		border-left: 27px solid #3f3f3f;
	}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
	.mfp-iframe-holder .mfp-content {
		line-height: 0;
		width: 100%;
		max-width: 900px;
	}
	.mfp-iframe-holder .mfp-close {
		top: -40px;
	}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
	.mfp-iframe-scaler iframe {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
		background: black;
	}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}
	.mfp-figure:after {
		content: '';
		position: absolute;
		left: 0;
		top: 40px;
		bottom: 40px;
		display: block;
		right: 0;
		width: auto;
		height: auto;
		z-index: -1;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
		background: #444444;
	}
	.mfp-figure small {
		color: #bdbdbd;
		display: block;
		font-size: 12px;
		line-height: 14px;
	}
	.mfp-figure figure {
		margin: 0;
	}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
			 * Remove all paddings around the image on small screen
			 */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
		.mfp-img-mobile .mfp-bottom-bar:empty {
			padding: 0;
		}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-ie7 .mfp-img {
	padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
	padding: 0;
}
.mfp-ie7 .mfp-content {
	padding-top: 44px;
}
.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

/* Animation */
/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5);
	-o-transform: scale(.5);
	transform: scale(.5);
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5);
	-o-transform: scale(.5);
	transform: scale(.5);
}




@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?nxleqw');
    src:    url('fonts/icomoon.eot?nxleqw#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?nxleqw') format('truetype'),
        url('fonts/icomoon.woff?nxleqw') format('woff'),
        url('fonts/icomoon.svg?nxleqw#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"], .basket:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    vertical-align: middle;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
    content: "\e98d";
}
.icon-arrow-left:before {
    content: "\e98e";
}
.icon-arrow-right:before {
    content: "\e98f";
}
.icon-arrow-up:before {
    content: "\e990";
}
.icon-logout:before {
    content: "\e991";
}
.icon-acorn:before {
    content: "\e900";
}
.icon-activity:before {
    content: "\e901";
}
.icon-add:before {
    content: "\e902";
}
.icon-anchor:before {
    content: "\e903";
}
.icon-antenna:before {
    content: "\e904";
}
.icon-aperture:before {
    content: "\e905";
}
.icon-archive:before {
    content: "\e906";
}
.icon-atom:before {
    content: "\e907";
}
.icon-attention:before {
    content: "\e908";
}
.icon-basket:before {
    content: "\e909";
}
.icon-basketball:before {
    content: "\e90a";
}
.icon-bbq:before {
    content: "\e90b";
}
.icon-bell:before {
    content: "\e90c";
}
.icon-book:before,
.icon-6:before {
    content: "\e90d";
}
.icon-browse:before {
    content: "\e90e";
}
.icon-brush:before {
    content: "\e90f";
}
.icon-bulb:before {
    content: "\e910";
}
.icon-bullhorn:before {
    content: "\e911";
}
.icon-calendar:before {
    content: "\e912";
}
.icon-cap-cook:before {
    content: "\e913";
}
.icon-cart:before {
    content: "\e914";
}
.icon-cd:before {
    content: "\e915";
}
.icon-check:before {
    content: "\e916";
}
.icon-clip:before {
    content: "\e917";
}
.icon-clock:before {
    content: "\e918";
}
.icon-cloud-download:before {
    content: "\e919";
}
.icon-cloud-drizzle:before {
    content: "\e91a";
}
.icon-cloud-fog:before {
    content: "\e91b";
}
.icon-cloud-hail:before {
    content: "\e91c";
}
.icon-cloud-lightning:before {
    content: "\e91d";
}
.icon-cloud-rain:before {
    content: "\e91e";
}
.icon-cloud-snow:before {
    content: "\e91f";
}
.icon-cloud-sun-drizzle:before {
    content: "\e920";
}
.icon-cloud-sun-fog:before {
    content: "\e921";
}
.icon-cloud-sun-hail:before {
    content: "\e922";
}
.icon-cloud-sun-lightning:before {
    content: "\e923";
}
.icon-cloud-sun-rain:before {
    content: "\e924";
}
.icon-cloud-sun-snow:before {
    content: "\e925";
}
.icon-cloud-sun-wind:before {
    content: "\e926";
}
.icon-cloud-sun:before {
    content: "\e927";
}
.icon-cloud-upload:before {
    content: "\e928";
}
.icon-cloud-wind:before {
    content: "\e929";
}
.icon-cloud:before {
    content: "\e92a";
}
.icon-compass:before {
    content: "\e92b";
}
.icon-crop:before {
    content: "\e92c";
}
.icon-cup:before,
.icon-5:before {
    content: "\e92d";
}
.icon-cupcake:before {
    content: "\e92e";
}
.icon-current:before {
    content: "\e92f";
}
.icon-diamond:before {
    content: "\e930";
}
.icon-document:before {
    content: "\e931";
}
.icon-down:before {
    content: "\e932";
}
.icon-drop:before {
    content: "\e933";
}
.icon-eq:before {
    content: "\e934";
}
.icon-error:before {
    content: "\e935";
}
.icon-facebook:before {
    content: "\e936";
}
.icon-fir:before {
    content: "\e937";
}
.icon-first-aid-kit:before {
    content: "\e938";
}
.icon-flag:before {
    content: "\e939";
}
.icon-folder:before {
    content: "\e93a";
}
.icon-funnel:before {
    content: "\e93b";
}
.icon-globus:before {
    content: "\e93c";
}
.icon-graduation-cap:before {
    content: "\e93d";
}
.icon-headphones:before {
    content: "\e93e";
}
.icon-heart:before {
    content: "\e93f";
}
.icon-home:before {
    content: "\e940";
}
.icon-image:before {
    content: "\e941";
}
.icon-in:before {
    content: "\e942";
}
.icon-info:before,
.icon-4:before  {
    content: "\e943";
}
.icon-inkpen:before {
    content: "\e944";
}
.icon-instagram:before {
    content: "\e945";
}
.icon-joystick:before {
    content: "\e946";
}
.icon-label:before {
    content: "\e947";
}
.icon-layers:before {
    content: "\e948";
}
.icon-leaf:before {
    content: "\e949";
}
.icon-left:before {
    content: "\e94a";
}
.icon-lifebuoy:before {
    content: "\e94b";
}
.icon-lightning:before {
    content: "\e94c";
}
.icon-link:before {
    content: "\e94d";
}
.icon-location:before {
    content: "\e94e";
}
.icon-lock:before {
    content: "\e94f";
}
.icon-magnet:before {
    content: "\e950";
}
.icon-mail:before,
.icon-7:before {
    content: "\e951";
}
.icon-map:before {
    content: "\e952";
}
.icon-medal:before {
    content: "\e953";
}
.icon-message:before {
    content: "\e954";
}
.icon-mic:before {
    content: "\e955";
}
.icon-moon:before {
    content: "\e956";
}
.icon-music-note:before {
    content: "\e957";
}
.icon-new-post:before {
    content: "\e958";
}
.icon-notepad:before {
    content: "\e959";
}
.icon-off:before {
    content: "\e95a";
}
.icon-out:before {
    content: "\e95b";
}
.icon-paper-plane:before {
    content: "\e95c";
}
.icon-pencil:before {
    content: "\e95d";
}
.icon-phone:before {
    content: "\e95e";
}
.icon-photo:before {
    content: "\e95f";
}
.icon-piano:before {
    content: "\e960";
}
.icon-pill:before {
    content: "\e961";
}
.icon-pin:before {
    content: "\e962";
}
.icon-portfolio:before {
    content: "\e963";
}
.icon-printer:before {
    content: "\e964";
}
.icon-profile:before {
    content: "\e965";
}
.icon-radiation:before {
    content: "\e966";
}
.icon-recycle-bin:before {
    content: "\e967";
}
.icon-remove:before {
    content: "\e968";
}
.icon-ribbon:before {
    content: "\e969";
}
.icon-right:before {
    content: "\e96a";
}
.icon-rocket:before {
    content: "\e96b";
}
.icon-round-stats-alt:before {
    content: "\e96c";
}
.icon-round-stats:before {
    content: "\e96d";
}
.icon-route:before {
    content: "\e96e";
}
.icon-sandglass:before {
    content: "\e96f";
}
.icon-saturn:before {
    content: "\e970";
}
.icon-search:before {
    content: "\e971";
}
.icon-settings-alt:before {
    content: "\e972";
}
.icon-settings:before {
    content: "\e973";
}
.icon-share:before {
    content: "\e974";
}
.icon-shield:before {
    content: "\e975";
}
.icon-skull:before {
    content: "\e976";
}
.icon-speaker:before {
    content: "\e977";
}
.icon-star:before {
    content: "\e978";
}
.icon-stats-alt:before {
    content: "\e979";
}
.icon-stats:before {
    content: "\e97a";
}
.icon-stop:before {
    content: "\e97b";
}
.icon-storage:before {
    content: "\e97c";
}
.icon-sun:before {
    content: "\e97d";
}
.icon-sunrise:before {
    content: "\e97e";
}
.icon-sunset:before {
    content: "\e97f";
}
.icon-thermometer-1:before {
    content: "\e980";
}
.icon-thermometer-2:before {
    content: "\e981";
}
.icon-thermometer-3:before {
    content: "\e982";
}
.icon-timer:before {
    content: "\e983";
}
.icon-toggle-switches:before {
    content: "\e984";
}
.icon-twitter:before {
    content: "\e985";
}
.icon-umbrella:before {
    content: "\e986";
}
.icon-up:before {
    content: "\e987";
}
.icon-update:before {
    content: "\e988";
}
.icon-video:before {
    content: "\e989";
}
.icon-wi-fi:before {
    content: "\e98a";
}
.icon-wind-cone:before {
    content: "\e98b";
}
.icon-wind:before {
    content: "\e98c";
}


/*!
 * Datepicker for Bootstrap v1.6.1 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 0;
  direction: ltr;
  margin-bottom: 5px;
}
.datepicker-inline {
  /*width: 220px;*/
  width: 100%;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  margin: 0;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  /*width: 30px;*/
  height: 30px;
  border-radius: 0;
  border: none;
  padding: 6px;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  /*background: none;*/
    color: #afafaf;
    cursor: default;
    background: #f7f7f7;
}
.datepicker table tr td.highlighted {
  color: #000000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}
.datepicker table tr td.today {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}
.datepicker table tr td.range {
  color: #000000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}
.datepicker table tr td.range.highlighted {
  color: #000000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}
.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #ffffff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #E77602;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #f07b00;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #ffffff;
  background-color: #f07b00;
  border-color: #f07b00;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #ffffff;
  background-color: #f07b00;
  border-color: #E77602;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 0;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #E77602;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #f07b00;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #ffffff;
  background-color: #286090;
  border-color: #f07b00;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #ffffff;
  background-color: #f07b00;
  border-color: #E77602;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
/*# sourceMappingURL=bootstrap-datepicker3.css.map */





/*
 * Ciasteczkowy potwór!
 */

.cookieMonster {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	color: #707070;
	background: #F3F3F3;
	z-index: 9999;
}
	.cookieMonster-info {
		background-image: -webkit-linear-gradient(top, #FCFCFC, #E6E6E6);
		background-image: -moz-linear-gradient(top, #FCFCFC, #E6E6E6);
		background-image: -ms-linear-gradient(top, #FCFCFC, #E6E6E6);
		background-image: -o-linear-gradient(top, #FCFCFC, #E6E6E6);
		background-image: linear-gradient(top, #FCFCFC, #E6E6E6);
		border-top: 1px solid #D9D9D9;
		height: 23px;
		line-height: 23px;
		font-size: 11px;
		padding: 0 0 0 7px;
	}
	.cookieMonster-more,
	.cookieMonster-close {
		border-left: 1px solid #D9D9D9;
		color: #636363;
		cursor: pointer;
		float: right;
		height: 23px;
		text-align: center;
	}
	.cookieMonster-more {
		padding: 0 9px;
	}
	.cookieMonster-close {
		width: 23px;
		font-size: 18px;
	}
		.cookieMonster-more:hover,
		.cookieMonster-close:hover {
			background-color: #E6E6E6;
			color: #4E4E4E;
			text-decoration: none;
		}

	.cookieMonster-description {
		display: none;
		border-top: 1px solid #D1D1D1;
		padding: 20px 40px 40px;
		font-size: 13px;
		line-height: 1.3em;
		color: #333;
		max-height: 320px;
		overflow: auto;
	}
		.cookieMonster-description p {
			padding: 6px 0;
			margin: 0;
		}
		.cookieMonster-description ul {
			padding: 6px 0;
			margin: 0 0 0 20px;
		}
		.cookieMonster-description li {
			background: none;
			padding: 0 0 10px 0;
			list-style-type: square;
		}

@media only screen and (max-width: 1000px) {
	.cookieMonster {
		max-height: 100%;
		overflow: auto;
	}
	.cookieMonster-info {
		height: auto;
		padding-right: 60px;
		line-height: 1.3em;
		overflow: auto;
		max-height: 100%;
	}
	.cookieMonster-more,
	.cookieMonster-close {
		float: none;
		display: block;
		border: 1px solid #D9D9D9;
		height: auto;
	}
	.cookieMonster-more {
		max-width: 150px;
		margin: 5px auto;
		padding: 5px;
	}
	.cookieMonster-close {
		position: absolute;
		top: 0;
		right: 0;
		border-width: 1px;
		padding: 14px 12px;
	}
	.cookieMonster-description {
		max-height: 100%;
	}
}