@font-face {
	font-family: Glyphicons Halflings;
	src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
@font-face {
	font-family: FontAwesome;
	src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: revicons;
	src: url(../fonts/revicons.eot?5510888#iefix) format("embedded-opentype"), url(../fonts/revicons.woff?5510888) format("woff"), url(../fonts/revicons.ttf?5510888) format("truetype"), url(../fonts/revicons.svg?5510888#revicons) format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: flexslider-icon;
	src: url(fonts/flexslider-icon.eot?#iefix) format("embedded-opentype"), url(fonts/flexslider-icon.woff) format("woff"), url(fonts/flexslider-icon.ttf) format("truetype"), url(fonts/flexslider-icon.svg#flexslider-icon) format("svg");
	font-weight: normal;
	font-style: normal;
}
body[class*=jconfirm-no-scroll-] {
	overflow: hidden !important;
}
.jconfirm {
	left: 0px; top: 0px; right: 0px; bottom: 0px; overflow: hidden; font-family: inherit; position: fixed; z-index: 99999999;
}
.jconfirm .jconfirm-bg {
	transition:opacity 0.4s; left: 0px; top: 0px; right: 0px; bottom: 0px; position: fixed; -webkit-transition: opacity .4s;
}
.jconfirm .jconfirm-bg.jconfirm-bg-h {
	opacity: 0 !important;
}
.jconfirm .jconfirm-scrollpane {
	perspective-origin: center 50%; left: 0px; top: 0px; right: 0px; bottom: 0px; position: fixed; -ms-overflow-y: auto; perspective: 500px; -webkit-perspective: 500px; -webkit-perspective-origin: center;
}
.jconfirm .jconfirm-box {
	background: white; padding: 15px 15px 0px; border-radius: 4px; overflow: hidden; margin-right: auto; margin-left: auto; position: relative;
}
.jconfirm .jconfirm-box.jconfirm-type-animated {
	animation-duration: 2s; animation-iteration-count: infinite; -webkit-animation-duration: 2s; -webkit-animation-iteration-count: infinite;
}
.jconfirm .jconfirm-box.jconfirm-type-blue {
	border-top-color: rgb(52, 152, 219); border-top-width: 7px; border-top-style: solid; animation-name: type-blue; -webkit-animation-name: type-blue;
}
.jconfirm .jconfirm-box.jconfirm-type-green {
	border-top-color: rgb(46, 204, 113); border-top-width: 7px; border-top-style: solid; animation-name: type-green; -webkit-animation-name: type-green;
}
.jconfirm .jconfirm-box.jconfirm-type-red {
	border-top-color: rgb(231, 76, 60); border-top-width: 7px; border-top-style: solid; animation-name: type-red; -webkit-animation-name: type-red;
}
.jconfirm .jconfirm-box.jconfirm-type-orange {
	border-top-color: rgb(241, 196, 15); border-top-width: 7px; border-top-style: solid; animation-name: type-orange; -webkit-animation-name: type-orange;
}
.jconfirm .jconfirm-box.jconfirm-type-purple {
	border-top-color: rgb(155, 89, 182); border-top-width: 7px; border-top-style: solid; animation-name: type-purple; -webkit-animation-name: type-purple;
}
.jconfirm .jconfirm-box.jconfirm-type-dark {
	border-top-color: rgb(52, 73, 94); border-top-width: 7px; border-top-style: solid; animation-name: type-dark; -webkit-animation-name: type-dark;
}
.jconfirm .jconfirm-box.loading {
	height: 120px;
}
.jconfirm .jconfirm-box.loading::before {
	background: white; border-radius: 10px; left: 0px; top: 0px; right: 0px; bottom: 0px; position: absolute; z-index: 1; content: "";
}
.jconfirm .jconfirm-box.loading::after {
	border-width: 3px; border-style: solid; border-color: transparent transparent dodgerblue; border-radius: 50%; animation:jconfirm-spin 1s linear infinite; border-image: none; left: 50%; top: 50%; width: 30px; height: 30px; margin-top: -15px; margin-left: -15px; position: absolute; z-index: 2; content: ""; opacity: 0.6; -webkit-animation: jconfirm-spin 1s infinite linear;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon {
	transition:opacity 0.3s ease-in; top: 5px; width: 20px; height: 20px; text-align: center; right: 5px; line-height: 14px !important; font-size: 27px !important; display: none; position: absolute; cursor: pointer; opacity: 0.6; -webkit-transition: opacity 0.3s ease-in;
}
.jconfirm .jconfirm-box div:empty.jconfirm-closeIcon {
	display: none;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon .fa {
	font-size: 16px;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon {
	font-size: 16px;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi {
	font-size: 16px;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon:hover {
	opacity: 1;
}
.jconfirm .jconfirm-box div.jconfirm-title-c {
	line-height: 20px; font-size: 22px; display: block; -ms-user-select: none; -webkit-user-select: none; -moz-user-select: none; user-select: none;
}
.jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand {
	cursor: move;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
	padding-bottom: 15px; font-size: inherit; vertical-align: middle; display: inline-block;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i {
	vertical-align: middle;
}
.jconfirm .jconfirm-box div.jconfirm-title-c :empty.jconfirm-icon-c {
	display: none;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
	padding-bottom: 15px; font-family: inherit; font-size: inherit; vertical-align: middle; display: inline-block; -ms-user-select: none; -webkit-user-select: none; -moz-user-select: none; user-select: none;
}
.jconfirm .jconfirm-box div.jconfirm-title-c :empty.jconfirm-title {
	display: none;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane {
	transition:height 0.4s ease-in; width: 100%; height: auto; overflow: hidden; margin-bottom: 15px; display: inline-block; position: relative; -webkit-transition: height 0.4s ease-in;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img {
	height: auto; max-width: 100%;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane :empty.jconfirm-content {
	display: none;
}
.jconfirm .jconfirm-box .jconfirm-buttons {
	padding-bottom: 11px;
}
.jconfirm .jconfirm-box .jconfirm-buttons > button {
	margin-right: 2px; margin-bottom: 4px; margin-left: 2px;
}
.jconfirm .jconfirm-box .jconfirm-buttons button {
	padding: 6px 12px; outline: 0px; border-radius: 4px; border: currentColor; transition:opacity 0.1s, background-color 0.1s, color 0.1s, box-shadow 0.1s, background 0.1s; border-image: none; text-align: center; line-height: 1.4285; font-size: 14px; font-weight: 400; vertical-align: middle; display: inline-block; white-space: nowrap; cursor: pointer; min-height: 1em; -ms-user-select: none; -ms-touch-action: manipulation; touch-action: manipulation; background-image: none; -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease; -webkit-user-select: none; -moz-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
	transition:background 0.2s; color: rgb(255, 255, 255); text-shadow: none; background-color: rgb(52, 152, 219); -webkit-transition: background .2s;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover {
	color: rgb(255, 255, 255); background-color: rgb(41, 128, 185);
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green {
	transition:background 0.2s; color: rgb(255, 255, 255); text-shadow: none; background-color: rgb(46, 204, 113); -webkit-transition: background .2s;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover {
	color: rgb(255, 255, 255); background-color: rgb(39, 174, 96);
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
	transition:background 0.2s; color: rgb(255, 255, 255); text-shadow: none; background-color: rgb(231, 76, 60); -webkit-transition: background .2s;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover {
	color: rgb(255, 255, 255); background-color: rgb(192, 57, 43);
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange {
	transition:background 0.2s; color: rgb(255, 255, 255); text-shadow: none; background-color: rgb(241, 196, 15); -webkit-transition: background .2s;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover {
	color: rgb(255, 255, 255); background-color: rgb(243, 156, 18);
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
	transition:background 0.2s; color: rgb(0, 0, 0); text-shadow: none; background-color: rgb(236, 240, 241); -webkit-transition: background .2s;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover {
	color: rgb(0, 0, 0); background-color: rgb(189, 195, 199);
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple {
	transition:background 0.2s; color: rgb(255, 255, 255); text-shadow: none; background-color: rgb(155, 89, 182); -webkit-transition: background .2s;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover {
	color: rgb(255, 255, 255); background-color: rgb(142, 68, 173);
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark {
	transition:background 0.2s; color: rgb(255, 255, 255); text-shadow: none; background-color: rgb(52, 73, 94); -webkit-transition: background .2s;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover {
	color: rgb(255, 255, 255); background-color: rgb(44, 62, 80);
}
.jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c {
	color: rgb(231, 76, 60) !important;
}
.jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c {
	color: rgb(52, 152, 219) !important;
}
.jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c {
	color: rgb(46, 204, 113) !important;
}
.jconfirm .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c {
	color: rgb(155, 89, 182) !important;
}
.jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c {
	color: rgb(241, 196, 15) !important;
}
.jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c {
	color: rgb(52, 73, 94) !important;
}
.jconfirm .jconfirm-clear {
	clear: both;
}
.jconfirm.jconfirm-rtl {
	direction: rtl;
}
.jconfirm.jconfirm-rtl div.jconfirm-closeIcon {
	left: 5px; right: auto;
}
.jconfirm.jconfirm-white .jconfirm-bg {
	opacity: 0.2; background-color: rgb(68, 68, 68);
}
.jconfirm.jconfirm-light .jconfirm-bg {
	opacity: 0.2; background-color: rgb(68, 68, 68);
}
.jconfirm.jconfirm-white .jconfirm-box {
	border-radius: 5px; box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
}
.jconfirm.jconfirm-light .jconfirm-box {
	border-radius: 5px; box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
	margin-right: 8px; margin-left: 0px;
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
	margin-right: 8px; margin-left: 0px;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons {
	float: right;
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
	float: right;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button {
	text-transform: uppercase; font-size: 14px; font-weight: bold; text-shadow: none;
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
	text-transform: uppercase; font-size: 14px; font-weight: bold; text-shadow: none;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default {
	color: rgb(51, 51, 51); box-shadow: none;
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
	color: rgb(51, 51, 51); box-shadow: none;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover {
	background: rgb(221, 221, 221);
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
	background: rgb(221, 221, 221);
}
.jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
	margin-right: 0px; margin-left: 8px;
}
.jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
	margin-right: 0px; margin-left: 8px;
}
.jconfirm.jconfirm-black .jconfirm-bg {
	opacity: 0.4; background-color: darkslategray;
}
.jconfirm.jconfirm-dark .jconfirm-bg {
	opacity: 0.4; background-color: darkslategray;
}
.jconfirm.jconfirm-black .jconfirm-box {
	background: rgb(68, 68, 68); border-radius: 5px; color: white; box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
}
.jconfirm.jconfirm-dark .jconfirm-box {
	background: rgb(68, 68, 68); border-radius: 5px; color: white; box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
}
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
	margin-right: 8px; margin-left: 0px;
}
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
	margin-right: 8px; margin-left: 0px;
}
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons {
	float: right;
}
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons {
	float: right;
}
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button {
	border: currentColor; transition:background 0.1s; border-image: none; color: white; text-transform: uppercase; font-size: 14px; font-weight: bold; text-shadow: none; background-image: none; -webkit-transition: background .1s;
}
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button {
	border: currentColor; transition:background 0.1s; border-image: none; color: white; text-transform: uppercase; font-size: 14px; font-weight: bold; text-shadow: none; background-image: none; -webkit-transition: background .1s;
}
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default {
	background: none; color: rgb(255, 255, 255); box-shadow: none;
}
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default {
	background: none; color: rgb(255, 255, 255); box-shadow: none;
}
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover {
	background: rgb(102, 102, 102);
}
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover {
	background: rgb(102, 102, 102);
}
.jconfirm.jconfirm-black.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
	margin-right: 0px; margin-left: 8px;
}
.jconfirm.jconfirm-dark.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
	margin-right: 0px; margin-left: 8px;
}
.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake {
	animation:shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0, 0, 0); -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
.jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow {
	animation:glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0, 0, 0); -webkit-animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
.jconfirm {
	perspective: 400px; -webkit-perspective: 400px;
}
.jconfirm .jconfirm-box {
	opacity: 1; transition-property: all; -webkit-transition-property: all;
}
.jconfirm .jconfirm-box.jconfirm-animation-top {
	opacity: 0;
}
.jconfirm .jconfirm-box.jconfirm-animation-left {
	opacity: 0;
}
.jconfirm .jconfirm-box.jconfirm-animation-right {
	opacity: 0;
}
.jconfirm .jconfirm-box.jconfirm-animation-bottom {
	opacity: 0;
}
.jconfirm .jconfirm-box.jconfirm-animation-opacity {
	opacity: 0;
}
.jconfirm .jconfirm-box.jconfirm-animation-zoom {
	opacity: 0;
}
.jconfirm .jconfirm-box.jconfirm-animation-scale {
	opacity: 0;
}
.jconfirm .jconfirm-box.jconfirm-animation-none {
	opacity: 0;
}
.jconfirm .jconfirm-box.jconfirm-animation-rotate {
	opacity: 0;
}
.jconfirm .jconfirm-box.jconfirm-animation-rotatex {
	opacity: 0;
}
.jconfirm .jconfirm-box.jconfirm-animation-rotatey {
	opacity: 0;
}
.jconfirm .jconfirm-box.jconfirm-animation-scaley {
	opacity: 0;
}
.jconfirm .jconfirm-box.jconfirm-animation-scalex {
	opacity: 0;
}
.jconfirm .jconfirm-box.jconfirm-animation-rotate {
	transform: rotate(90deg); -webkit-transform: rotate(90deg);
}
.jconfirm .jconfirm-box.jconfirm-animation-rotatex {
	transform-origin: center 50%; transform: rotateX(90deg); -webkit-transform: rotateX(90deg); -webkit-transform-origin: center;
}
.jconfirm .jconfirm-box.jconfirm-animation-rotatexr {
	transform-origin: center 50%; transform: rotateX(-90deg); -webkit-transform: rotateX(-90deg); -webkit-transform-origin: center;
}
.jconfirm .jconfirm-box.jconfirm-animation-rotatey {
	transform-origin: center 50%; transform: rotateY(90deg); -webkit-transform: rotatey(90deg); -webkit-transform-origin: center;
}
.jconfirm .jconfirm-box.jconfirm-animation-rotateyr {
	transform-origin: center 50%; transform: rotateY(-90deg); -webkit-transform: rotatey(-90deg); -webkit-transform-origin: center;
}
.jconfirm .jconfirm-box.jconfirm-animation-scaley {
	transform-origin: center 50%; transform: scaleY(1.5); -webkit-transform: scaley(1.5); -webkit-transform-origin: center;
}
.jconfirm .jconfirm-box.jconfirm-animation-scalex {
	transform-origin: center 50%; transform: scaleX(1.5); -webkit-transform: scalex(1.5); -webkit-transform-origin: center;
}
.jconfirm .jconfirm-box.jconfirm-animation-top {
	transform: translate(0px, -100px); -webkit-transform: translate(0px, -100px);
}
.jconfirm .jconfirm-box.jconfirm-animation-left {
	transform: translate(-100px, 0px); -webkit-transform: translate(-100px, 0px);
}
.jconfirm .jconfirm-box.jconfirm-animation-right {
	transform: translate(100px, 0px); -webkit-transform: translate(100px, 0px);
}
.jconfirm .jconfirm-box.jconfirm-animation-bottom {
	transform: translate(0px, 100px); -webkit-transform: translate(0px, 100px);
}
.jconfirm .jconfirm-box.jconfirm-animation-zoom {
	transform: scale(1.2); -webkit-transform: scale(1.2);
}
.jconfirm .jconfirm-box.jconfirm-animation-scale {
	transform: scale(0.5); -webkit-transform: scale(0.5);
}
.jconfirm .jconfirm-box.jconfirm-animation-none {
	visibility: hidden;
}
.jconfirm.jconfirm-supervan .jconfirm-bg {
	background-color: rgba(54, 70, 93, 0.95);
}
.jconfirm.jconfirm-supervan .jconfirm-box {
	background-color: transparent;
}
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-blue {
	border: currentColor; border-image: none;
}
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-green {
	border: currentColor; border-image: none;
}
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-red {
	border: currentColor; border-image: none;
}
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-orange {
	border: currentColor; border-image: none;
}
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-purple {
	border: currentColor; border-image: none;
}
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-dark {
	border: currentColor; border-image: none;
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon {
	color: white;
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c {
	text-align: center; color: white; font-size: 28px; font-weight: normal;
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c > * {
	padding-bottom: 25px;
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
	margin-right: 8px; margin-left: 0px;
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane {
	margin-bottom: 25px;
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content {
	text-align: center; color: white;
}
.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons {
	text-align: center;
}
.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button {
	background: rgb(48, 63, 83); padding: 10px; border-radius: 2px; border: currentColor; border-image: none; color: white; font-size: 16px; min-width: 100px; text-shadow: none;
}
.jconfirm.jconfirm-supervan.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
	margin-right: 0px; margin-left: 8px;
}
.jconfirm.jconfirm-material .jconfirm-bg {
	background-color: rgba(0, 0, 0, 0.67);
}
.jconfirm.jconfirm-material .jconfirm-box {
	padding: 30px 25px 10px; box-shadow: 0px 7px 8px -4px rgba(0,0,0,0.2), 0px 13px 19px 2px rgba(0,0,0,0.14), 0px 5px 24px 4px rgba(0,0,0,0.12); background-color: white;
}
.jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
	margin-right: 8px; margin-left: 0px;
}
.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon {
	color: rgba(0, 0, 0, 0.87);
}
.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c {
	color: rgba(0, 0, 0, 0.87); font-size: 22px; font-weight: bold;
}
.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content {
	color: rgba(0, 0, 0, 0.87);
}
.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons {
	text-align: right;
}
.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button {
	text-transform: uppercase; font-weight: 500;
}
.jconfirm.jconfirm-material.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
	margin-right: 0px; margin-left: 8px;
}
.jconfirm.jconfirm-bootstrap .jconfirm-bg {
	background-color: rgba(0, 0, 0, 0.21);
}
.jconfirm.jconfirm-bootstrap .jconfirm-box {
	padding: 15px 0px 0px; border: 1px solid rgba(0, 0, 0, 0.4); border-image: none; box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.2); background-color: white;
}
.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
	margin-right: 8px; margin-left: 0px;
}
.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon {
	color: rgba(0, 0, 0, 0.87);
}
.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c {
	color: rgba(0, 0, 0, 0.87); padding-right: 15px; padding-left: 15px; font-size: 22px; font-weight: bold;
}
.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content {
	padding: 0px 15px; color: rgba(0, 0, 0, 0.87);
}
.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons {
	margin: -5px 0px 0px; padding: 10px; border-radius: 0px 0px 4px 4px; text-align: right; overflow: hidden; border-top-color: rgb(221, 221, 221); border-top-width: 1px; border-top-style: solid;
}
.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button {
	font-weight: 500;
}
.jconfirm.jconfirm-bootstrap.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
	margin-right: 0px; margin-left: 8px;
}
.jconfirm.jconfirm-modern .jconfirm-bg {
	opacity: 0.6; background-color: slategray;
}
.jconfirm.jconfirm-modern .jconfirm-box {
	padding: 30px 30px 15px; box-shadow: 0px 7px 8px -4px rgba(0,0,0,0.2), 0px 13px 19px 2px rgba(0,0,0,0.14), 0px 5px 24px 4px rgba(0,0,0,0.12); background-color: white;
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon {
	top: 15px; right: 15px; color: rgba(0, 0, 0, 0.87);
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {
	text-align: center; color: rgba(0, 0, 0, 0.87); font-size: 24px; font-weight: bold; margin-bottom: 10px;
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
	transition:transform 0.5s; color: rgb(170, 170, 170); font-size: 69px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; display: block; transform: scale(0); -webkit-transform: scale(0); -webkit-transition: -webkit-transform .5s;
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
	text-align: center; color: rgb(119, 119, 119); font-size: 15px; margin-bottom: 25px;
}
.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons {
	text-align: center;
}
.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
	padding: 10px 20px; transition:background 0.1s; text-transform: uppercase; font-weight: bold; -webkit-transition: background .1s;
}
.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button + button {
	margin-left: 4px;
}
.jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
	transform: scale(1); -webkit-transform: scale(1);
}
html {
	font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
}
body {
	margin: 0px;
}
article {
	display: block;
}
aside {
	display: block;
}
details {
	display: block;
}
figcaption {
	display: block;
}
figure {
	display: block;
}
footer {
	display: block;
}
header {
	display: block;
}
hgroup {
	display: block;
}
main {
	display: block;
}
nav {
	display: block;
}
section {
	display: block;
}
summary {
	display: block;
}
audio {
	vertical-align: baseline; display: inline-block;
}
canvas {
	vertical-align: baseline; display: inline-block;
}
progress {
	vertical-align: baseline; display: inline-block;
}
video {
	vertical-align: baseline; display: inline-block;
}
audio:not([controls]) {
	height: 0px; display: none;
}
[hidden] {
	display: none;
}
template {
	display: none;
}
a {
	background: 0px 0px;
}
a:active {
	outline: 0px;
}
a:hover {
	outline: 0px;
}
abbr[title] {
	border-bottom-color: currentColor; border-bottom-width: 1px; border-bottom-style: dotted;
}
b {
	font-weight: 700;
}
strong {
	font-weight: 700;
}
dfn {
	font-style: italic;
}
h1 {
	margin: 0.67em 0px; font-size: 2em;
}
mark {
	background: rgb(255, 255, 0); color: rgb(0, 0, 0);
}
small {
	font-size: 80%;
}
sub {
	line-height: 0; font-size: 75%; vertical-align: baseline; position: relative;
}
sup {
	line-height: 0; font-size: 75%; vertical-align: baseline; position: relative;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0px currentColor; border-image: none;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	height: 0px; box-sizing: content-box; -webkit-box-sizing: content-box; -moz-box-sizing: content-box;
}
pre {
	overflow: auto;
}
code {
	font-family: monospace,monospace; font-size: 1em;
}
kbd {
	font-family: monospace,monospace; font-size: 1em;
}
pre {
	font-family: monospace,monospace; font-size: 1em;
}
samp {
	font-family: monospace,monospace; font-size: 1em;
}
button {
	font: inherit; margin: 0px; color: inherit; font-size-adjust: inherit; font-stretch: inherit;
}
input {
	font: inherit; margin: 0px; color: inherit; font-size-adjust: inherit; font-stretch: inherit;
}
optgroup {
	font: inherit; margin: 0px; color: inherit; font-size-adjust: inherit; font-stretch: inherit;
}
select {
	font: inherit; margin: 0px; color: inherit; font-size-adjust: inherit; font-stretch: inherit;
}
textarea {
	font: inherit; margin: 0px; color: inherit; font-size-adjust: inherit; font-stretch: inherit;
}
button {
	overflow: visible;
}
button {
	text-transform: none;
}
select {
	text-transform: none;
}
button {
	cursor: pointer; -webkit-appearance: button;
}
html input[type=button] {
	cursor: pointer; -webkit-appearance: button;
}
input[type=reset] {
	cursor: pointer; -webkit-appearance: button;
}
input[type=submit] {
	cursor: pointer; -webkit-appearance: button;
}
button[disabled] {
	cursor: default;
}
html input[disabled] {
	cursor: default;
}
input {
	line-height: normal;
}
input[type=checkbox] {
	padding: 0px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
input[type=radio] {
	padding: 0px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
input[type=search] {
	box-sizing: content-box; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -webkit-appearance: textfield;
}
fieldset {
	margin: 0px 2px; padding: 0.35em 0.62em 0.75em; border: 1px solid silver; border-image: none;
}
legend {
	padding: 0px; border: 0px currentColor; border-image: none;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: 700;
}
table {
	border-collapse: collapse; border-spacing: 0;
}
td {
	padding: 0px;
}
th {
	padding: 0px;
}
@media print
{
* {
	background: none !important; color: rgb(0, 0, 0) !important; box-shadow: none !important; text-shadow: none !important; -webkit-box-shadow: none;
}
a {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a[href]::after {
	content: " (" attr(href) ")";
}
abbr[title]::after {
	content: " (" attr(title) ")";
}
a[href^='javascript:']::after {
	content: "";
}
a[href^='#']::after {
	content: "";
}
pre {
	border: 1px solid rgb(153, 153, 153); border-image: none; page-break-inside: avoid;
}
blockquote {
	border: 1px solid rgb(153, 153, 153); border-image: none; page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr {
	page-break-inside: avoid;
}
img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
p {
	orphans: 3; widows: 3;
}
h2 {
	orphans: 3; widows: 3;
}
h3 {
	orphans: 3; widows: 3;
}
h2 {
	page-break-after: avoid;
}
h3 {
	page-break-after: avoid;
}
select {
	background: rgb(255, 255, 255) !important;
}
.navbar {
	display: none;
}
.table td {
	background-color: rgb(255, 255, 255) !important;
}
.table th {
	background-color: rgb(255, 255, 255) !important;
}
.btn > .caret {
	border-top-color: rgb(0, 0, 0) !important;
}
.dropup > .btn > .caret {
	border-top-color: rgb(0, 0, 0) !important;
}
.label {
	border: 1px solid rgb(0, 0, 0); border-image: none;
}
.table {
	border-collapse: collapse !important;
}
.table-bordered th {
	border: 1px solid rgb(221, 221, 221) !important; border-image: none !important;
}
.table-bordered td {
	border: 1px solid rgb(221, 221, 221) !important; border-image: none !important;
}
}
.glyphicon {
	top: 1px; line-height: 1; font-family: "Glyphicons Halflings"; font-style: normal; font-weight: 400; display: inline-block; position: relative; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk::before {
	content: "\2a";
}
.glyphicon-plus::before {
	content: "\2b";
}
.glyphicon-euro::before {
	content: "\20ac";
}
.glyphicon-minus::before {
	content: "\2212";
}
.glyphicon-cloud::before {
	content: "\2601";
}
.glyphicon-envelope::before {
	content: "\2709";
}
.glyphicon-pencil::before {
	content: "\270f";
}
.glyphicon-glass::before {
	content: "\e001";
}
.glyphicon-music::before {
	content: "\e002";
}
.glyphicon-search::before {
	content: "\e003";
}
.glyphicon-heart::before {
	content: "\e005";
}
.glyphicon-star::before {
	content: "\e006";
}
.glyphicon-star-empty::before {
	content: "\e007";
}
.glyphicon-user::before {
	content: "\e008";
}
.glyphicon-film::before {
	content: "\e009";
}
.glyphicon-th-large::before {
	content: "\e010";
}
.glyphicon-th::before {
	content: "\e011";
}
.glyphicon-th-list::before {
	content: "\e012";
}
.glyphicon-ok::before {
	content: "\e013";
}
.glyphicon-remove::before {
	content: "\e014";
}
.glyphicon-zoom-in::before {
	content: "\e015";
}
.glyphicon-zoom-out::before {
	content: "\e016";
}
.glyphicon-off::before {
	content: "\e017";
}
.glyphicon-signal::before {
	content: "\e018";
}
.glyphicon-cog::before {
	content: "\e019";
}
.glyphicon-trash::before {
	content: "\e020";
}
.glyphicon-home::before {
	content: "\e021";
}
.glyphicon-file::before {
	content: "\e022";
}
.glyphicon-time::before {
	content: "\e023";
}
.glyphicon-road::before {
	content: "\e024";
}
.glyphicon-download-alt::before {
	content: "\e025";
}
.glyphicon-download::before {
	content: "\e026";
}
.glyphicon-upload::before {
	content: "\e027";
}
.glyphicon-inbox::before {
	content: "\e028";
}
.glyphicon-play-circle::before {
	content: "\e029";
}
.glyphicon-repeat::before {
	content: "\e030";
}
.glyphicon-refresh::before {
	content: "\e031";
}
.glyphicon-list-alt::before {
	content: "\e032";
}
.glyphicon-lock::before {
	content: "\e033";
}
.glyphicon-flag::before {
	content: "\e034";
}
.glyphicon-headphones::before {
	content: "\e035";
}
.glyphicon-volume-off::before {
	content: "\e036";
}
.glyphicon-volume-down::before {
	content: "\e037";
}
.glyphicon-volume-up::before {
	content: "\e038";
}
.glyphicon-qrcode::before {
	content: "\e039";
}
.glyphicon-barcode::before {
	content: "\e040";
}
.glyphicon-tag::before {
	content: "\e041";
}
.glyphicon-tags::before {
	content: "\e042";
}
.glyphicon-book::before {
	content: "\e043";
}
.glyphicon-bookmark::before {
	content: "\e044";
}
.glyphicon-print::before {
	content: "\e045";
}
.glyphicon-camera::before {
	content: "\e046";
}
.glyphicon-font::before {
	content: "\e047";
}
.glyphicon-bold::before {
	content: "\e048";
}
.glyphicon-italic::before {
	content: "\e049";
}
.glyphicon-text-height::before {
	content: "\e050";
}
.glyphicon-text-width::before {
	content: "\e051";
}
.glyphicon-align-left::before {
	content: "\e052";
}
.glyphicon-align-center::before {
	content: "\e053";
}
.glyphicon-align-right::before {
	content: "\e054";
}
.glyphicon-align-justify::before {
	content: "\e055";
}
.glyphicon-list::before {
	content: "\e056";
}
.glyphicon-indent-left::before {
	content: "\e057";
}
.glyphicon-indent-right::before {
	content: "\e058";
}
.glyphicon-facetime-video::before {
	content: "\e059";
}
.glyphicon-picture::before {
	content: "\e060";
}
.glyphicon-map-marker::before {
	content: "\e062";
}
.glyphicon-adjust::before {
	content: "\e063";
}
.glyphicon-tint::before {
	content: "\e064";
}
.glyphicon-edit::before {
	content: "\e065";
}
.glyphicon-share::before {
	content: "\e066";
}
.glyphicon-check::before {
	content: "\e067";
}
.glyphicon-move::before {
	content: "\e068";
}
.glyphicon-step-backward::before {
	content: "\e069";
}
.glyphicon-fast-backward::before {
	content: "\e070";
}
.glyphicon-backward::before {
	content: "\e071";
}
.glyphicon-play::before {
	content: "\e072";
}
.glyphicon-pause::before {
	content: "\e073";
}
.glyphicon-stop::before {
	content: "\e074";
}
.glyphicon-forward::before {
	content: "\e075";
}
.glyphicon-fast-forward::before {
	content: "\e076";
}
.glyphicon-step-forward::before {
	content: "\e077";
}
.glyphicon-eject::before {
	content: "\e078";
}
.glyphicon-chevron-left::before {
	content: "\e079";
}
.glyphicon-chevron-right::before {
	content: "\e080";
}
.glyphicon-plus-sign::before {
	content: "\e081";
}
.glyphicon-minus-sign::before {
	content: "\e082";
}
.glyphicon-remove-sign::before {
	content: "\e083";
}
.glyphicon-ok-sign::before {
	content: "\e084";
}
.glyphicon-question-sign::before {
	content: "\e085";
}
.glyphicon-info-sign::before {
	content: "\e086";
}
.glyphicon-screenshot::before {
	content: "\e087";
}
.glyphicon-remove-circle::before {
	content: "\e088";
}
.glyphicon-ok-circle::before {
	content: "\e089";
}
.glyphicon-ban-circle::before {
	content: "\e090";
}
.glyphicon-arrow-left::before {
	content: "\e091";
}
.glyphicon-arrow-right::before {
	content: "\e092";
}
.glyphicon-arrow-up::before {
	content: "\e093";
}
.glyphicon-arrow-down::before {
	content: "\e094";
}
.glyphicon-share-alt::before {
	content: "\e095";
}
.glyphicon-resize-full::before {
	content: "\e096";
}
.glyphicon-resize-small::before {
	content: "\e097";
}
.glyphicon-exclamation-sign::before {
	content: "\e101";
}
.glyphicon-gift::before {
	content: "\e102";
}
.glyphicon-leaf::before {
	content: "\e103";
}
.glyphicon-fire::before {
	content: "\e104";
}
.glyphicon-eye-open::before {
	content: "\e105";
}
.glyphicon-eye-close::before {
	content: "\e106";
}
.glyphicon-warning-sign::before {
	content: "\e107";
}
.glyphicon-plane::before {
	content: "\e108";
}
.glyphicon-calendar::before {
	content: "\e109";
}
.glyphicon-random::before {
	content: "\e110";
}
.glyphicon-comment::before {
	content: "\e111";
}
.glyphicon-magnet::before {
	content: "\e112";
}
.glyphicon-chevron-up::before {
	content: "\e113";
}
.glyphicon-chevron-down::before {
	content: "\e114";
}
.glyphicon-retweet::before {
	content: "\e115";
}
.glyphicon-shopping-cart::before {
	content: "\e116";
}
.glyphicon-folder-close::before {
	content: "\e117";
}
.glyphicon-folder-open::before {
	content: "\e118";
}
.glyphicon-resize-vertical::before {
	content: "\e119";
}
.glyphicon-resize-horizontal::before {
	content: "\e120";
}
.glyphicon-hdd::before {
	content: "\e121";
}
.glyphicon-bullhorn::before {
	content: "\e122";
}
.glyphicon-bell::before {
	content: "\e123";
}
.glyphicon-certificate::before {
	content: "\e124";
}
.glyphicon-thumbs-up::before {
	content: "\e125";
}
.glyphicon-thumbs-down::before {
	content: "\e126";
}
.glyphicon-hand-right::before {
	content: "\e127";
}
.glyphicon-hand-left::before {
	content: "\e128";
}
.glyphicon-hand-up::before {
	content: "\e129";
}
.glyphicon-hand-down::before {
	content: "\e130";
}
.glyphicon-circle-arrow-right::before {
	content: "\e131";
}
.glyphicon-circle-arrow-left::before {
	content: "\e132";
}
.glyphicon-circle-arrow-up::before {
	content: "\e133";
}
.glyphicon-circle-arrow-down::before {
	content: "\e134";
}
.glyphicon-globe::before {
	content: "\e135";
}
.glyphicon-wrench::before {
	content: "\e136";
}
.glyphicon-tasks::before {
	content: "\e137";
}
.glyphicon-filter::before {
	content: "\e138";
}
.glyphicon-briefcase::before {
	content: "\e139";
}
.glyphicon-fullscreen::before {
	content: "\e140";
}
.glyphicon-dashboard::before {
	content: "\e141";
}
.glyphicon-paperclip::before {
	content: "\e142";
}
.glyphicon-heart-empty::before {
	content: "\e143";
}
.glyphicon-link::before {
	content: "\e144";
}
.glyphicon-phone::before {
	content: "\e145";
}
.glyphicon-pushpin::before {
	content: "\e146";
}
.glyphicon-usd::before {
	content: "\e148";
}
.glyphicon-gbp::before {
	content: "\e149";
}
.glyphicon-sort::before {
	content: "\e150";
}
.glyphicon-sort-by-alphabet::before {
	content: "\e151";
}
.glyphicon-sort-by-alphabet-alt::before {
	content: "\e152";
}
.glyphicon-sort-by-order::before {
	content: "\e153";
}
.glyphicon-sort-by-order-alt::before {
	content: "\e154";
}
.glyphicon-sort-by-attributes::before {
	content: "\e155";
}
.glyphicon-sort-by-attributes-alt::before {
	content: "\e156";
}
.glyphicon-unchecked::before {
	content: "\e157";
}
.glyphicon-expand::before {
	content: "\e158";
}
.glyphicon-collapse-down::before {
	content: "\e159";
}
.glyphicon-collapse-up::before {
	content: "\e160";
}
.glyphicon-log-in::before {
	content: "\e161";
}
.glyphicon-flash::before {
	content: "\e162";
}
.glyphicon-log-out::before {
	content: "\e163";
}
.glyphicon-new-window::before {
	content: "\e164";
}
.glyphicon-record::before {
	content: "\e165";
}
.glyphicon-save::before {
	content: "\e166";
}
.glyphicon-open::before {
	content: "\e167";
}
.glyphicon-saved::before {
	content: "\e168";
}
.glyphicon-import::before {
	content: "\e169";
}
.glyphicon-export::before {
	content: "\e170";
}
.glyphicon-send::before {
	content: "\e171";
}
.glyphicon-floppy-disk::before {
	content: "\e172";
}
.glyphicon-floppy-saved::before {
	content: "\e173";
}
.glyphicon-floppy-remove::before {
	content: "\e174";
}
.glyphicon-floppy-save::before {
	content: "\e175";
}
.glyphicon-floppy-open::before {
	content: "\e176";
}
.glyphicon-credit-card::before {
	content: "\e177";
}
.glyphicon-transfer::before {
	content: "\e178";
}
.glyphicon-cutlery::before {
	content: "\e179";
}
.glyphicon-header::before {
	content: "\e180";
}
.glyphicon-compressed::before {
	content: "\e181";
}
.glyphicon-earphone::before {
	content: "\e182";
}
.glyphicon-phone-alt::before {
	content: "\e183";
}
.glyphicon-tower::before {
	content: "\e184";
}
.glyphicon-stats::before {
	content: "\e185";
}
.glyphicon-sd-video::before {
	content: "\e186";
}
.glyphicon-hd-video::before {
	content: "\e187";
}
.glyphicon-subtitles::before {
	content: "\e188";
}
.glyphicon-sound-stereo::before {
	content: "\e189";
}
.glyphicon-sound-dolby::before {
	content: "\e190";
}
.glyphicon-sound-5-1::before {
	content: "\e191";
}
.glyphicon-sound-6-1::before {
	content: "\e192";
}
.glyphicon-sound-7-1::before {
	content: "\e193";
}
.glyphicon-copyright-mark::before {
	content: "\e194";
}
.glyphicon-registration-mark::before {
	content: "\e195";
}
.glyphicon-cloud-download::before {
	content: "\e197";
}
.glyphicon-cloud-upload::before {
	content: "\e198";
}
.glyphicon-tree-conifer::before {
	content: "\e199";
}
.glyphicon-tree-deciduous::before {
	content: "\e200";
}
* {
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
::before {
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
::after {
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
html {
	font-size: 10px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	color: rgb(51, 51, 51); line-height: 1.4285; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);
}
input {
	line-height: inherit; font-family: inherit; font-size: inherit;
}
button {
	line-height: inherit; font-family: inherit; font-size: inherit;
}
select {
	line-height: inherit; font-family: inherit; font-size: inherit;
}
textarea {
	line-height: inherit; font-family: inherit; font-size: inherit;
}
a {
	color: rgb(66, 139, 202); text-decoration: none;
}
a:hover {
	color: rgb(42, 100, 150); text-decoration: underline;
}
a:focus {
	color: rgb(42, 100, 150); text-decoration: underline;
}
a:focus {
	outline: dotted thin; outline-offset: -2px;
}
figure {
	margin: 0px;
}
img {
	vertical-align: middle;
}
.img-responsive {
	height: auto; display: block; max-width: 100%;
}
.thumbnail > img {
	height: auto; display: block; max-width: 100%;
}
.thumbnail a > img {
	height: auto; display: block; max-width: 100%;
}
.carousel-inner > .item > img {
	height: auto; display: block; max-width: 100%;
}
.carousel-inner > .item > a > img {
	height: auto; display: block; max-width: 100%;
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	padding: 4px; border-radius: 4px; border: 1px solid rgb(221, 221, 221); transition:0.2s ease-in-out; border-image: none; height: auto; line-height: 1.4285; display: inline-block; max-width: 100%; background-color: rgb(255, 255, 255); -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out;
}
.img-circle {
	border-radius: 50%;
}
hr {
	border-width: 1px 0px 0px; border-style: solid none none; border-color: rgb(238, 238, 238) currentColor currentColor; border-image: none; margin-top: 20px; margin-bottom: 20px;
}
.sr-only {
	margin: -1px; padding: 0px; border: 0px currentColor; border-image: none; width: 1px; height: 1px; overflow: hidden; position: absolute; clip: rect(0px, 0px, 0px, 0px);
}
.sr-only-focusable:active {
	margin: 0px; width: auto; height: auto; overflow: visible; position: static; clip: auto;
}
.sr-only-focusable:focus {
	margin: 0px; width: auto; height: auto; overflow: visible; position: static; clip: auto;
}
h1 {
	color: inherit; line-height: 1.1; font-family: inherit; font-weight: 500;
}
h2 {
	color: inherit; line-height: 1.1; font-family: inherit; font-weight: 500;
}
h3 {
	color: inherit; line-height: 1.1; font-family: inherit; font-weight: 500;
}
h4 {
	color: inherit; line-height: 1.1; font-family: inherit; font-weight: 500;
}
h5 {
	color: inherit; line-height: 1.1; font-family: inherit; font-weight: 500;
}
h6 {
	color: inherit; line-height: 1.1; font-family: inherit; font-weight: 500;
}
.h1 {
	color: inherit; line-height: 1.1; font-family: inherit; font-weight: 500;
}
.h2 {
	color: inherit; line-height: 1.1; font-family: inherit; font-weight: 500;
}
.h3 {
	color: inherit; line-height: 1.1; font-family: inherit; font-weight: 500;
}
.h4 {
	color: inherit; line-height: 1.1; font-family: inherit; font-weight: 500;
}
.h5 {
	color: inherit; line-height: 1.1; font-family: inherit; font-weight: 500;
}
.h6 {
	color: inherit; line-height: 1.1; font-family: inherit; font-weight: 500;
}
h1 small {
	color: rgb(119, 119, 119); line-height: 1; font-weight: 400;
}
h2 small {
	color: rgb(119, 119, 119); line-height: 1; font-weight: 400;
}
h3 small {
	color: rgb(119, 119, 119); line-height: 1; font-weight: 400;
}
h4 small {
	color: rgb(119, 119, 119); line-height: 1; font-weight: 400;
}
h5 small {
	color: rgb(119, 119, 119); line-height: 1; font-weight: 400;
}
h6 small {
	color: rgb(119, 119, 119); line-height: 1; font-weight: 400;
}
.h1 small {
	color: rgb(119, 119, 119); line-height: 1; font-weight: 400;
}
.h2 small {
	color: rgb(119, 119, 119); line-height: 1; font-weight: 400;
}
.h3 small {
	color: rgb(119, 119, 119); line-height: 1; font-weight: 400;
}
.h4 small {
	color: rgb(119, 119, 119); line-height: 1; font-weight: 400;
}
.h5 small {
	color: rgb(119, 119, 119); line-height: 1; font-weight: 400;
}
.h6 small {
	color: rgb(119, 119, 119); line-height: 1; font-weight: 400;
}
h1 .small {
	color: rgb(119, 119, 119); line-height: 1; font-weight: 400;
}
h2 .small {
	color: rgb(119, 119, 119); line-height: 1; font-weight: 400;
}
h3 .small {
	color: rgb(119, 119, 119); line-height: 1; font-weight: 400;
}
h4 .small {
	color: rgb(119, 119, 119); line-height: 1; font-weight: 400;
}
h5 .small {
	color: rgb(119, 119, 119); line-height: 1; font-weight: 400;
}
h6 .small {
	color: rgb(119, 119, 119); line-height: 1; font-weight: 400;
}
.h1 .small {
	color: rgb(119, 119, 119); line-height: 1; font-weight: 400;
}
.h2 .small {
	color: rgb(119, 119, 119); line-height: 1; font-weight: 400;
}
.h3 .small {
	color: rgb(119, 119, 119); line-height: 1; font-weight: 400;
}
.h4 .small {
	color: rgb(119, 119, 119); line-height: 1; font-weight: 400;
}
.h5 .small {
	color: rgb(119, 119, 119); line-height: 1; font-weight: 400;
}
.h6 .small {
	color: rgb(119, 119, 119); line-height: 1; font-weight: 400;
}
h1 {
	margin-top: 20px; margin-bottom: 10px;
}
.h1 {
	margin-top: 20px; margin-bottom: 10px;
}
h2 {
	margin-top: 20px; margin-bottom: 10px;
}
.h2 {
	margin-top: 20px; margin-bottom: 10px;
}
h3 {
	margin-top: 20px; margin-bottom: 10px;
}
.h3 {
	margin-top: 20px; margin-bottom: 10px;
}
h1 small {
	font-size: 65%;
}
.h1 small {
	font-size: 65%;
}
h2 small {
	font-size: 65%;
}
.h2 small {
	font-size: 65%;
}
h3 small {
	font-size: 65%;
}
.h3 small {
	font-size: 65%;
}
h1 .small {
	font-size: 65%;
}
.h1 .small {
	font-size: 65%;
}
h2 .small {
	font-size: 65%;
}
.h2 .small {
	font-size: 65%;
}
h3 .small {
	font-size: 65%;
}
.h3 .small {
	font-size: 65%;
}
h4 {
	margin-top: 10px; margin-bottom: 10px;
}
.h4 {
	margin-top: 10px; margin-bottom: 10px;
}
h5 {
	margin-top: 10px; margin-bottom: 10px;
}
.h5 {
	margin-top: 10px; margin-bottom: 10px;
}
h6 {
	margin-top: 10px; margin-bottom: 10px;
}
.h6 {
	margin-top: 10px; margin-bottom: 10px;
}
h4 small {
	font-size: 75%;
}
.h4 small {
	font-size: 75%;
}
h5 small {
	font-size: 75%;
}
.h5 small {
	font-size: 75%;
}
h6 small {
	font-size: 75%;
}
.h6 small {
	font-size: 75%;
}
h4 .small {
	font-size: 75%;
}
.h4 .small {
	font-size: 75%;
}
h5 .small {
	font-size: 75%;
}
.h5 .small {
	font-size: 75%;
}
h6 .small {
	font-size: 75%;
}
.h6 .small {
	font-size: 75%;
}
h1 {
	font-size: 36px;
}
.h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
.h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
.h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
.h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
.h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
.h6 {
	font-size: 12px;
}
p {
	margin: 0px 0px 10px;
}
.lead {
	line-height: 1.4; font-size: 16px; font-weight: 300; margin-bottom: 20px;
}
@media all and (min-width:768px)
{
.lead {
	font-size: 21px;
}
}
small {
	font-size: 85%;
}
.small {
	font-size: 85%;
}
cite {
	font-style: normal;
}
mark {
	padding: 0.2em; background-color: rgb(252, 248, 227);
}
.mark {
	padding: 0.2em; background-color: rgb(252, 248, 227);
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-muted {
	color: rgb(119, 119, 119);
}
.text-primary {
	color: rgb(66, 139, 202);
}
a.text-primary:hover {
	color: rgb(48, 113, 169);
}
.text-success {
	color: rgb(60, 118, 61);
}
a.text-success:hover {
	color: rgb(43, 84, 44);
}
.text-info {
	color: rgb(49, 112, 143);
}
a.text-info:hover {
	color: rgb(36, 82, 105);
}
.text-warning {
	color: rgb(138, 109, 59);
}
a.text-warning:hover {
	color: rgb(102, 81, 44);
}
.text-danger {
	color: rgb(169, 68, 66);
}
a.text-danger:hover {
	color: rgb(132, 53, 52);
}
.bg-primary {
	color: rgb(255, 255, 255); background-color: rgb(66, 139, 202);
}
a.bg-primary:hover {
	background-color: rgb(48, 113, 169);
}
.bg-success {
	background-color: rgb(223, 240, 216);
}
a.bg-success:hover {
	background-color: rgb(193, 226, 179);
}
.bg-info {
	background-color: rgb(217, 237, 247);
}
a.bg-info:hover {
	background-color: rgb(175, 217, 238);
}
.bg-warning {
	background-color: rgb(252, 248, 227);
}
a.bg-warning:hover {
	background-color: rgb(247, 236, 181);
}
.bg-danger {
	background-color: rgb(242, 222, 222);
}
a.bg-danger:hover {
	background-color: rgb(228, 185, 185);
}
.page-header {
	margin: 40px 0px 20px; padding-bottom: 9px; border-bottom-color: rgb(238, 238, 238); border-bottom-width: 1px; border-bottom-style: solid;
}
ul {
	margin-top: 0px; margin-bottom: 10px;
}
ol {
	margin-top: 0px; margin-bottom: 10px;
}
ul ul {
	margin-bottom: 0px;
}
ol ul {
	margin-bottom: 0px;
}
ul ol {
	margin-bottom: 0px;
}
ol ol {
	margin-bottom: 0px;
}
.list-unstyled {
	list-style: none; padding-left: 0px;
}
.list-inline {
	list-style: none; padding-left: 0px; margin-left: -5px;
}
.list-inline > li {
	padding-right: 5px; padding-left: 5px; display: inline-block;
}
dl {
	margin-top: 0px; margin-bottom: 20px;
}
dt {
	line-height: 1.4285;
}
dd {
	line-height: 1.4285;
}
dt {
	font-weight: 700;
}
dd {
	margin-left: 0px;
}
@media all and (min-width:768px)
{
.dl-horizontal dt {
	width: 160px; text-align: right; overflow: hidden; clear: left; float: left; white-space: nowrap; -ms-text-overflow: ellipsis;
}
.dl-horizontal dd {
	margin-left: 180px;
}
}
abbr[title] {
	border-bottom-color: rgb(119, 119, 119); border-bottom-width: 1px; border-bottom-style: dotted; cursor: help;
}
abbr[data-original-title] {
	border-bottom-color: rgb(119, 119, 119); border-bottom-width: 1px; border-bottom-style: dotted; cursor: help;
}
.initialism {
	text-transform: uppercase; font-size: 90%;
}
blockquote {
	margin: 0px 0px 20px; padding: 10px 20px; font-size: 17.5px; border-left-color: rgb(238, 238, 238); border-left-width: 5px; border-left-style: solid;
}
blockquote p:last-child {
	margin-bottom: 0px;
}
blockquote ul:last-child {
	margin-bottom: 0px;
}
blockquote ol:last-child {
	margin-bottom: 0px;
}
blockquote footer {
	color: rgb(119, 119, 119); line-height: 1.4285; font-size: 80%; display: block;
}
blockquote small {
	color: rgb(119, 119, 119); line-height: 1.4285; font-size: 80%; display: block;
}
blockquote .small {
	color: rgb(119, 119, 119); line-height: 1.4285; font-size: 80%; display: block;
}
blockquote footer::before {
	content: "\2014 \00A0";
}
blockquote small::before {
	content: "\2014 \00A0";
}
blockquote .small::before {
	content: "\2014 \00A0";
}
.blockquote-reverse {
	text-align: right; padding-right: 15px; padding-left: 0px; border-right-color: rgb(238, 238, 238); border-left-color: currentColor; border-right-width: 5px; border-left-width: 0px; border-right-style: solid; border-left-style: none;
}
blockquote.pull-right {
	text-align: right; padding-right: 15px; padding-left: 0px; border-right-color: rgb(238, 238, 238); border-left-color: currentColor; border-right-width: 5px; border-left-width: 0px; border-right-style: solid; border-left-style: none;
}
.blockquote-reverse footer::before {
	content: "";
}
blockquote.pull-right footer::before {
	content: "";
}
.blockquote-reverse small::before {
	content: "";
}
blockquote.pull-right small::before {
	content: "";
}
.blockquote-reverse .small::before {
	content: "";
}
blockquote.pull-right .small::before {
	content: "";
}
.blockquote-reverse footer::after {
	content: "\00A0 \2014";
}
blockquote.pull-right footer::after {
	content: "\00A0 \2014";
}
.blockquote-reverse small::after {
	content: "\00A0 \2014";
}
blockquote.pull-right small::after {
	content: "\00A0 \2014";
}
.blockquote-reverse .small::after {
	content: "\00A0 \2014";
}
blockquote.pull-right .small::after {
	content: "\00A0 \2014";
}
blockquote::before {
	content: "";
}
blockquote::after {
	content: "";
}
address {
	line-height: 1.4285; font-style: normal; margin-bottom: 20px;
}
code {
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
kbd {
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
pre {
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
samp {
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
code {
	padding: 2px 4px; border-radius: 4px; color: rgb(199, 37, 78); font-size: 90%; background-color: rgb(249, 242, 244);
}
kbd {
	padding: 2px 4px; border-radius: 3px; color: rgb(255, 255, 255); font-size: 90%; box-shadow: inset 0px -1px 0px rgba(0,0,0,0.25); background-color: rgb(51, 51, 51); -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
	padding: 0px; font-size: 100%; box-shadow: none; -webkit-box-shadow: none;
}
pre {
	margin: 0px 0px 10px; padding: 9.5px; border-radius: 4px; border: 1px solid rgb(204, 204, 204); border-image: none; color: rgb(51, 51, 51); line-height: 1.4285; font-size: 13px; display: block; -ms-word-break: break-all; -ms-word-wrap: break-word; background-color: rgb(245, 245, 245);
}
pre code {
	padding: 0px; border-radius: 0px; color: inherit; font-size: inherit; white-space: pre-wrap; background-color: transparent;
}
.pre-scrollable {
	-ms-overflow-y: scroll; max-height: 340px;
}
.container {
	padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto;
}
@media all and (min-width:768px)
{
.container {
	width: 750px;
}
}
@media all and (min-width:992px)
{
.container {
	width: 970px;
}
}
@media all and (min-width:1200px)
{
.container {
	width: 1170px;
}
}
.container-fluid {
	padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto;
}
.row {
	margin-right: -15px; margin-left: -15px;
}
.col-xs-1 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-sm-1 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-md-1 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-lg-1 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-xs-2 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-sm-2 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-md-2 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-lg-2 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-xs-3 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-sm-3 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-md-3 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-lg-3 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-xs-4 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-sm-4 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-md-4 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-lg-4 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-xs-5 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-sm-5 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-md-5 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-lg-5 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-xs-6 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-sm-6 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-md-6 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-lg-6 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-xs-7 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-sm-7 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-md-7 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-lg-7 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-xs-8 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-sm-8 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-md-8 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-lg-8 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-xs-9 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-sm-9 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-md-9 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-lg-9 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-xs-10 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-sm-10 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-md-10 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-lg-10 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-xs-11 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-sm-11 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-md-11 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-lg-11 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-xs-12 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-sm-12 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-md-12 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-lg-12 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-xs-1 {
	float: left;
}
.col-xs-2 {
	float: left;
}
.col-xs-3 {
	float: left;
}
.col-xs-4 {
	float: left;
}
.col-xs-5 {
	float: left;
}
.col-xs-6 {
	float: left;
}
.col-xs-7 {
	float: left;
}
.col-xs-8 {
	float: left;
}
.col-xs-9 {
	float: left;
}
.col-xs-10 {
	float: left;
}
.col-xs-11 {
	float: left;
}
.col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66%;
}
.col-xs-10 {
	width: 83.33%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66%;
}
.col-xs-7 {
	width: 58.33%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66%;
}
.col-xs-4 {
	width: 33.33%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66%;
}
.col-xs-1 {
	width: 8.33%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66%;
}
.col-xs-pull-10 {
	right: 83.33%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66%;
}
.col-xs-pull-7 {
	right: 58.33%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66%;
}
.col-xs-pull-4 {
	right: 33.33%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66%;
}
.col-xs-pull-1 {
	right: 8.33%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66%;
}
.col-xs-push-10 {
	left: 83.33%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66%;
}
.col-xs-push-7 {
	left: 58.33%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66%;
}
.col-xs-push-4 {
	left: 33.33%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66%;
}
.col-xs-push-1 {
	left: 8.33%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66%;
}
.col-xs-offset-10 {
	margin-left: 83.33%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66%;
}
.col-xs-offset-7 {
	margin-left: 58.33%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66%;
}
.col-xs-offset-4 {
	margin-left: 33.33%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66%;
}
.col-xs-offset-1 {
	margin-left: 8.33%;
}
.col-xs-offset-0 {
	margin-left: 0px;
}
@media all and (min-width:768px)
{
.col-sm-1 {
	float: left;
}
.col-sm-2 {
	float: left;
}
.col-sm-3 {
	float: left;
}
.col-sm-4 {
	float: left;
}
.col-sm-5 {
	float: left;
}
.col-sm-6 {
	float: left;
}
.col-sm-7 {
	float: left;
}
.col-sm-8 {
	float: left;
}
.col-sm-9 {
	float: left;
}
.col-sm-10 {
	float: left;
}
.col-sm-11 {
	float: left;
}
.col-sm-12 {
	float: left;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-11 {
	width: 91.66%;
}
.col-sm-10 {
	width: 83.33%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.66%;
}
.col-sm-7 {
	width: 58.33%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.66%;
}
.col-sm-4 {
	width: 33.33%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.66%;
}
.col-sm-1 {
	width: 8.33%;
}
.col-sm-pull-12 {
	right: 100%;
}
.col-sm-pull-11 {
	right: 91.66%;
}
.col-sm-pull-10 {
	right: 83.33%;
}
.col-sm-pull-9 {
	right: 75%;
}
.col-sm-pull-8 {
	right: 66.66%;
}
.col-sm-pull-7 {
	right: 58.33%;
}
.col-sm-pull-6 {
	right: 50%;
}
.col-sm-pull-5 {
	right: 41.66%;
}
.col-sm-pull-4 {
	right: 33.33%;
}
.col-sm-pull-3 {
	right: 25%;
}
.col-sm-pull-2 {
	right: 16.66%;
}
.col-sm-pull-1 {
	right: 8.33%;
}
.col-sm-pull-0 {
	right: auto;
}
.col-sm-push-12 {
	left: 100%;
}
.col-sm-push-11 {
	left: 91.66%;
}
.col-sm-push-10 {
	left: 83.33%;
}
.col-sm-push-9 {
	left: 75%;
}
.col-sm-push-8 {
	left: 66.66%;
}
.col-sm-push-7 {
	left: 58.33%;
}
.col-sm-push-6 {
	left: 50%;
}
.col-sm-push-5 {
	left: 41.66%;
}
.col-sm-push-4 {
	left: 33.33%;
}
.col-sm-push-3 {
	left: 25%;
}
.col-sm-push-2 {
	left: 16.66%;
}
.col-sm-push-1 {
	left: 8.33%;
}
.col-sm-push-0 {
	left: auto;
}
.col-sm-offset-12 {
	margin-left: 100%;
}
.col-sm-offset-11 {
	margin-left: 91.66%;
}
.col-sm-offset-10 {
	margin-left: 83.33%;
}
.col-sm-offset-9 {
	margin-left: 75%;
}
.col-sm-offset-8 {
	margin-left: 66.66%;
}
.col-sm-offset-7 {
	margin-left: 58.33%;
}
.col-sm-offset-6 {
	margin-left: 50%;
}
.col-sm-offset-5 {
	margin-left: 41.66%;
}
.col-sm-offset-4 {
	margin-left: 33.33%;
}
.col-sm-offset-3 {
	margin-left: 25%;
}
.col-sm-offset-2 {
	margin-left: 16.66%;
}
.col-sm-offset-1 {
	margin-left: 8.33%;
}
.col-sm-offset-0 {
	margin-left: 0px;
}
}
@media all and (min-width:992px)
{
.col-md-1 {
	float: left;
}
.col-md-2 {
	float: left;
}
.col-md-3 {
	float: left;
}
.col-md-4 {
	float: left;
}
.col-md-5 {
	float: left;
}
.col-md-6 {
	float: left;
}
.col-md-7 {
	float: left;
}
.col-md-8 {
	float: left;
}
.col-md-9 {
	float: left;
}
.col-md-10 {
	float: left;
}
.col-md-11 {
	float: left;
}
.col-md-12 {
	float: left;
}
.col-md-12 {
	width: 100%;
}
.col-md-11 {
	width: 91.66%;
}
.col-md-10 {
	width: 83.33%;
}
.col-md-9 {
	width: 75%;
}
.col-md-8 {
	width: 66.66%;
}
.col-md-7 {
	width: 58.33%;
}
.col-md-6 {
	width: 50%;
}
.col-md-5 {
	width: 41.66%;
}
.col-md-4 {
	width: 33.33%;
}
.col-md-3 {
	width: 25%;
}
.col-md-2 {
	width: 16.66%;
}
.col-md-1 {
	width: 8.33%;
}
.col-md-pull-12 {
	right: 100%;
}
.col-md-pull-11 {
	right: 91.66%;
}
.col-md-pull-10 {
	right: 83.33%;
}
.col-md-pull-9 {
	right: 75%;
}
.col-md-pull-8 {
	right: 66.66%;
}
.col-md-pull-7 {
	right: 58.33%;
}
.col-md-pull-6 {
	right: 50%;
}
.col-md-pull-5 {
	right: 41.66%;
}
.col-md-pull-4 {
	right: 33.33%;
}
.col-md-pull-3 {
	right: 25%;
}
.col-md-pull-2 {
	right: 16.66%;
}
.col-md-pull-1 {
	right: 8.33%;
}
.col-md-pull-0 {
	right: auto;
}
.col-md-push-12 {
	left: 100%;
}
.col-md-push-11 {
	left: 91.66%;
}
.col-md-push-10 {
	left: 83.33%;
}
.col-md-push-9 {
	left: 75%;
}
.col-md-push-8 {
	left: 66.66%;
}
.col-md-push-7 {
	left: 58.33%;
}
.col-md-push-6 {
	left: 50%;
}
.col-md-push-5 {
	left: 41.66%;
}
.col-md-push-4 {
	left: 33.33%;
}
.col-md-push-3 {
	left: 25%;
}
.col-md-push-2 {
	left: 16.66%;
}
.col-md-push-1 {
	left: 8.33%;
}
.col-md-push-0 {
	left: auto;
}
.col-md-offset-12 {
	margin-left: 100%;
}
.col-md-offset-11 {
	margin-left: 91.66%;
}
.col-md-offset-10 {
	margin-left: 83.33%;
}
.col-md-offset-9 {
	margin-left: 75%;
}
.col-md-offset-8 {
	margin-left: 66.66%;
}
.col-md-offset-7 {
	margin-left: 58.33%;
}
.col-md-offset-6 {
	margin-left: 50%;
}
.col-md-offset-5 {
	margin-left: 41.66%;
}
.col-md-offset-4 {
	margin-left: 33.33%;
}
.col-md-offset-3 {
	margin-left: 25%;
}
.col-md-offset-2 {
	margin-left: 16.66%;
}
.col-md-offset-1 {
	margin-left: 8.33%;
}
.col-md-offset-0 {
	margin-left: 0px;
}
}
@media all and (min-width:1200px)
{
.col-lg-1 {
	float: left;
}
.col-lg-2 {
	float: left;
}
.col-lg-3 {
	float: left;
}
.col-lg-4 {
	float: left;
}
.col-lg-5 {
	float: left;
}
.col-lg-6 {
	float: left;
}
.col-lg-7 {
	float: left;
}
.col-lg-8 {
	float: left;
}
.col-lg-9 {
	float: left;
}
.col-lg-10 {
	float: left;
}
.col-lg-11 {
	float: left;
}
.col-lg-12 {
	float: left;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-11 {
	width: 91.66%;
}
.col-lg-10 {
	width: 83.33%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-8 {
	width: 66.66%;
}
.col-lg-7 {
	width: 58.33%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-5 {
	width: 41.66%;
}
.col-lg-4 {
	width: 33.33%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-2 {
	width: 16.66%;
}
.col-lg-1 {
	width: 8.33%;
}
.col-lg-pull-12 {
	right: 100%;
}
.col-lg-pull-11 {
	right: 91.66%;
}
.col-lg-pull-10 {
	right: 83.33%;
}
.col-lg-pull-9 {
	right: 75%;
}
.col-lg-pull-8 {
	right: 66.66%;
}
.col-lg-pull-7 {
	right: 58.33%;
}
.col-lg-pull-6 {
	right: 50%;
}
.col-lg-pull-5 {
	right: 41.66%;
}
.col-lg-pull-4 {
	right: 33.33%;
}
.col-lg-pull-3 {
	right: 25%;
}
.col-lg-pull-2 {
	right: 16.66%;
}
.col-lg-pull-1 {
	right: 8.33%;
}
.col-lg-pull-0 {
	right: auto;
}
.col-lg-push-12 {
	left: 100%;
}
.col-lg-push-11 {
	left: 91.66%;
}
.col-lg-push-10 {
	left: 83.33%;
}
.col-lg-push-9 {
	left: 75%;
}
.col-lg-push-8 {
	left: 66.66%;
}
.col-lg-push-7 {
	left: 58.33%;
}
.col-lg-push-6 {
	left: 50%;
}
.col-lg-push-5 {
	left: 41.66%;
}
.col-lg-push-4 {
	left: 33.33%;
}
.col-lg-push-3 {
	left: 25%;
}
.col-lg-push-2 {
	left: 16.66%;
}
.col-lg-push-1 {
	left: 8.33%;
}
.col-lg-push-0 {
	left: auto;
}
.col-lg-offset-12 {
	margin-left: 100%;
}
.col-lg-offset-11 {
	margin-left: 91.66%;
}
.col-lg-offset-10 {
	margin-left: 83.33%;
}
.col-lg-offset-9 {
	margin-left: 75%;
}
.col-lg-offset-8 {
	margin-left: 66.66%;
}
.col-lg-offset-7 {
	margin-left: 58.33%;
}
.col-lg-offset-6 {
	margin-left: 50%;
}
.col-lg-offset-5 {
	margin-left: 41.66%;
}
.col-lg-offset-4 {
	margin-left: 33.33%;
}
.col-lg-offset-3 {
	margin-left: 25%;
}
.col-lg-offset-2 {
	margin-left: 16.66%;
}
.col-lg-offset-1 {
	margin-left: 8.33%;
}
.col-lg-offset-0 {
	margin-left: 0px;
}
}
table {
	background-color: transparent;
}
th {
	text-align: left;
}
.table {
	width: 100%; margin-bottom: 20px; max-width: 100%;
}
.table > thead > tr > th {
	padding: 8px; line-height: 1.4285; vertical-align: top; border-top-color: rgb(221, 221, 221); border-top-width: 1px; border-top-style: solid;
}
.table > tbody > tr > th {
	padding: 8px; line-height: 1.4285; vertical-align: top; border-top-color: rgb(221, 221, 221); border-top-width: 1px; border-top-style: solid;
}
.table > tfoot > tr > th {
	padding: 8px; line-height: 1.4285; vertical-align: top; border-top-color: rgb(221, 221, 221); border-top-width: 1px; border-top-style: solid;
}
.table > thead > tr > td {
	padding: 8px; line-height: 1.4285; vertical-align: top; border-top-color: rgb(221, 221, 221); border-top-width: 1px; border-top-style: solid;
}
.table > tbody > tr > td {
	padding: 8px; line-height: 1.4285; vertical-align: top; border-top-color: rgb(221, 221, 221); border-top-width: 1px; border-top-style: solid;
}
.table > tfoot > tr > td {
	padding: 8px; line-height: 1.4285; vertical-align: top; border-top-color: rgb(221, 221, 221); border-top-width: 1px; border-top-style: solid;
}
.table > thead > tr > th {
	vertical-align: bottom; border-bottom-color: rgb(221, 221, 221); border-bottom-width: 2px; border-bottom-style: solid;
}
.table > caption + thead > tr:first-child > th {
	border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
.table > colgroup + thead > tr:first-child > th {
	border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
.table > thead:first-child > tr:first-child > th {
	border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
.table > caption + thead > tr:first-child > td {
	border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
.table > colgroup + thead > tr:first-child > td {
	border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
.table > thead:first-child > tr:first-child > td {
	border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
.table > tbody + tbody {
	border-top-color: rgb(221, 221, 221); border-top-width: 2px; border-top-style: solid;
}
.table .table {
	background-color: rgb(255, 255, 255);
}
.table-condensed > thead > tr > th {
	padding: 5px;
}
.table-condensed > tbody > tr > th {
	padding: 5px;
}
.table-condensed > tfoot > tr > th {
	padding: 5px;
}
.table-condensed > thead > tr > td {
	padding: 5px;
}
.table-condensed > tbody > tr > td {
	padding: 5px;
}
.table-condensed > tfoot > tr > td {
	padding: 5px;
}
.table-bordered {
	border: 1px solid rgb(221, 221, 221); border-image: none;
}
.table-bordered > thead > tr > th {
	border: 1px solid rgb(221, 221, 221); border-image: none;
}
.table-bordered > tbody > tr > th {
	border: 1px solid rgb(221, 221, 221); border-image: none;
}
.table-bordered > tfoot > tr > th {
	border: 1px solid rgb(221, 221, 221); border-image: none;
}
.table-bordered > thead > tr > td {
	border: 1px solid rgb(221, 221, 221); border-image: none;
}
.table-bordered > tbody > tr > td {
	border: 1px solid rgb(221, 221, 221); border-image: none;
}
.table-bordered > tfoot > tr > td {
	border: 1px solid rgb(221, 221, 221); border-image: none;
}
.table-bordered > thead > tr > th {
	border-bottom-width: 2px;
}
.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(2n+1) > td {
	background-color: rgb(249, 249, 249);
}
.table-striped > tbody > tr:nth-child(2n+1) > th {
	background-color: rgb(249, 249, 249);
}
.table-hover > tbody > tr:hover > td {
	background-color: rgb(245, 245, 245);
}
.table-hover > tbody > tr:hover > th {
	background-color: rgb(245, 245, 245);
}
table col[class*=col-] {
	float: none; display: table-column; position: static;
}
table td[class*=col-] {
	float: none; display: table-cell; position: static;
}
table th[class*=col-] {
	float: none; display: table-cell; position: static;
}
.table > thead > tr > td.active {
	background-color: rgb(245, 245, 245);
}
.table > tbody > tr > td.active {
	background-color: rgb(245, 245, 245);
}
.table > tfoot > tr > td.active {
	background-color: rgb(245, 245, 245);
}
.table > thead > tr > th.active {
	background-color: rgb(245, 245, 245);
}
.table > tbody > tr > th.active {
	background-color: rgb(245, 245, 245);
}
.table > tfoot > tr > th.active {
	background-color: rgb(245, 245, 245);
}
.table > thead > tr.active > td {
	background-color: rgb(245, 245, 245);
}
.table > tbody > tr.active > td {
	background-color: rgb(245, 245, 245);
}
.table > tfoot > tr.active > td {
	background-color: rgb(245, 245, 245);
}
.table > thead > tr.active > th {
	background-color: rgb(245, 245, 245);
}
.table > tbody > tr.active > th {
	background-color: rgb(245, 245, 245);
}
.table > tfoot > tr.active > th {
	background-color: rgb(245, 245, 245);
}
.table-hover > tbody > tr > td.active:hover {
	background-color: rgb(232, 232, 232);
}
.table-hover > tbody > tr > th.active:hover {
	background-color: rgb(232, 232, 232);
}
.table-hover > tbody > tr.active:hover > td {
	background-color: rgb(232, 232, 232);
}
.table-hover > tbody > tr:hover > .active {
	background-color: rgb(232, 232, 232);
}
.table-hover > tbody > tr.active:hover > th {
	background-color: rgb(232, 232, 232);
}
.table > thead > tr > td.success {
	background-color: rgb(223, 240, 216);
}
.table > tbody > tr > td.success {
	background-color: rgb(223, 240, 216);
}
.table > tfoot > tr > td.success {
	background-color: rgb(223, 240, 216);
}
.table > thead > tr > th.success {
	background-color: rgb(223, 240, 216);
}
.table > tbody > tr > th.success {
	background-color: rgb(223, 240, 216);
}
.table > tfoot > tr > th.success {
	background-color: rgb(223, 240, 216);
}
.table > thead > tr.success > td {
	background-color: rgb(223, 240, 216);
}
.table > tbody > tr.success > td {
	background-color: rgb(223, 240, 216);
}
.table > tfoot > tr.success > td {
	background-color: rgb(223, 240, 216);
}
.table > thead > tr.success > th {
	background-color: rgb(223, 240, 216);
}
.table > tbody > tr.success > th {
	background-color: rgb(223, 240, 216);
}
.table > tfoot > tr.success > th {
	background-color: rgb(223, 240, 216);
}
.table-hover > tbody > tr > td.success:hover {
	background-color: rgb(208, 233, 198);
}
.table-hover > tbody > tr > th.success:hover {
	background-color: rgb(208, 233, 198);
}
.table-hover > tbody > tr.success:hover > td {
	background-color: rgb(208, 233, 198);
}
.table-hover > tbody > tr:hover > .success {
	background-color: rgb(208, 233, 198);
}
.table-hover > tbody > tr.success:hover > th {
	background-color: rgb(208, 233, 198);
}
.table > thead > tr > td.info {
	background-color: rgb(217, 237, 247);
}
.table > tbody > tr > td.info {
	background-color: rgb(217, 237, 247);
}
.table > tfoot > tr > td.info {
	background-color: rgb(217, 237, 247);
}
.table > thead > tr > th.info {
	background-color: rgb(217, 237, 247);
}
.table > tbody > tr > th.info {
	background-color: rgb(217, 237, 247);
}
.table > tfoot > tr > th.info {
	background-color: rgb(217, 237, 247);
}
.table > thead > tr.info > td {
	background-color: rgb(217, 237, 247);
}
.table > tbody > tr.info > td {
	background-color: rgb(217, 237, 247);
}
.table > tfoot > tr.info > td {
	background-color: rgb(217, 237, 247);
}
.table > thead > tr.info > th {
	background-color: rgb(217, 237, 247);
}
.table > tbody > tr.info > th {
	background-color: rgb(217, 237, 247);
}
.table > tfoot > tr.info > th {
	background-color: rgb(217, 237, 247);
}
.table-hover > tbody > tr > td.info:hover {
	background-color: rgb(196, 227, 243);
}
.table-hover > tbody > tr > th.info:hover {
	background-color: rgb(196, 227, 243);
}
.table-hover > tbody > tr.info:hover > td {
	background-color: rgb(196, 227, 243);
}
.table-hover > tbody > tr:hover > .info {
	background-color: rgb(196, 227, 243);
}
.table-hover > tbody > tr.info:hover > th {
	background-color: rgb(196, 227, 243);
}
.table > thead > tr > td.warning {
	background-color: rgb(252, 248, 227);
}
.table > tbody > tr > td.warning {
	background-color: rgb(252, 248, 227);
}
.table > tfoot > tr > td.warning {
	background-color: rgb(252, 248, 227);
}
.table > thead > tr > th.warning {
	background-color: rgb(252, 248, 227);
}
.table > tbody > tr > th.warning {
	background-color: rgb(252, 248, 227);
}
.table > tfoot > tr > th.warning {
	background-color: rgb(252, 248, 227);
}
.table > thead > tr.warning > td {
	background-color: rgb(252, 248, 227);
}
.table > tbody > tr.warning > td {
	background-color: rgb(252, 248, 227);
}
.table > tfoot > tr.warning > td {
	background-color: rgb(252, 248, 227);
}
.table > thead > tr.warning > th {
	background-color: rgb(252, 248, 227);
}
.table > tbody > tr.warning > th {
	background-color: rgb(252, 248, 227);
}
.table > tfoot > tr.warning > th {
	background-color: rgb(252, 248, 227);
}
.table-hover > tbody > tr > td.warning:hover {
	background-color: rgb(250, 242, 204);
}
.table-hover > tbody > tr > th.warning:hover {
	background-color: rgb(250, 242, 204);
}
.table-hover > tbody > tr.warning:hover > td {
	background-color: rgb(250, 242, 204);
}
.table-hover > tbody > tr:hover > .warning {
	background-color: rgb(250, 242, 204);
}
.table-hover > tbody > tr.warning:hover > th {
	background-color: rgb(250, 242, 204);
}
.table > thead > tr > td.danger {
	background-color: rgb(242, 222, 222);
}
.table > tbody > tr > td.danger {
	background-color: rgb(242, 222, 222);
}
.table > tfoot > tr > td.danger {
	background-color: rgb(242, 222, 222);
}
.table > thead > tr > th.danger {
	background-color: rgb(242, 222, 222);
}
.table > tbody > tr > th.danger {
	background-color: rgb(242, 222, 222);
}
.table > tfoot > tr > th.danger {
	background-color: rgb(242, 222, 222);
}
.table > thead > tr.danger > td {
	background-color: rgb(242, 222, 222);
}
.table > tbody > tr.danger > td {
	background-color: rgb(242, 222, 222);
}
.table > tfoot > tr.danger > td {
	background-color: rgb(242, 222, 222);
}
.table > thead > tr.danger > th {
	background-color: rgb(242, 222, 222);
}
.table > tbody > tr.danger > th {
	background-color: rgb(242, 222, 222);
}
.table > tfoot > tr.danger > th {
	background-color: rgb(242, 222, 222);
}
.table-hover > tbody > tr > td.danger:hover {
	background-color: rgb(235, 204, 204);
}
.table-hover > tbody > tr > th.danger:hover {
	background-color: rgb(235, 204, 204);
}
.table-hover > tbody > tr.danger:hover > td {
	background-color: rgb(235, 204, 204);
}
.table-hover > tbody > tr:hover > .danger {
	background-color: rgb(235, 204, 204);
}
.table-hover > tbody > tr.danger:hover > th {
	background-color: rgb(235, 204, 204);
}
@media screen and (max-width:767px)
{
.table-responsive {
	border: 1px solid rgb(221, 221, 221); border-image: none; width: 100%; margin-bottom: 15px; -ms-overflow-x: auto; -ms-overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; -webkit-overflow-scrolling: touch;
}
.table-responsive > .table {
	margin-bottom: 0px;
}
.table-responsive > .table > thead > tr > th {
	white-space: nowrap;
}
.table-responsive > .table > tbody > tr > th {
	white-space: nowrap;
}
.table-responsive > .table > tfoot > tr > th {
	white-space: nowrap;
}
.table-responsive > .table > thead > tr > td {
	white-space: nowrap;
}
.table-responsive > .table > tbody > tr > td {
	white-space: nowrap;
}
.table-responsive > .table > tfoot > tr > td {
	white-space: nowrap;
}
.table-responsive > .table-bordered {
	border: 0px currentColor; border-image: none;
}
.table-responsive > .table-bordered > thead > tr > th:first-child {
	border-left-color: currentColor; border-left-width: 0px; border-left-style: none;
}
.table-responsive > .table-bordered > tbody > tr > th:first-child {
	border-left-color: currentColor; border-left-width: 0px; border-left-style: none;
}
.table-responsive > .table-bordered > tfoot > tr > th:first-child {
	border-left-color: currentColor; border-left-width: 0px; border-left-style: none;
}
.table-responsive > .table-bordered > thead > tr > td:first-child {
	border-left-color: currentColor; border-left-width: 0px; border-left-style: none;
}
.table-responsive > .table-bordered > tbody > tr > td:first-child {
	border-left-color: currentColor; border-left-width: 0px; border-left-style: none;
}
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left-color: currentColor; border-left-width: 0px; border-left-style: none;
}
.table-responsive > .table-bordered > thead > tr > th:last-child {
	border-right-color: currentColor; border-right-width: 0px; border-right-style: none;
}
.table-responsive > .table-bordered > tbody > tr > th:last-child {
	border-right-color: currentColor; border-right-width: 0px; border-right-style: none;
}
.table-responsive > .table-bordered > tfoot > tr > th:last-child {
	border-right-color: currentColor; border-right-width: 0px; border-right-style: none;
}
.table-responsive > .table-bordered > thead > tr > td:last-child {
	border-right-color: currentColor; border-right-width: 0px; border-right-style: none;
}
.table-responsive > .table-bordered > tbody > tr > td:last-child {
	border-right-color: currentColor; border-right-width: 0px; border-right-style: none;
}
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right-color: currentColor; border-right-width: 0px; border-right-style: none;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th {
	border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
.table-responsive > .table-bordered > tfoot > tr:last-child > th {
	border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
.table-responsive > .table-bordered > tbody > tr:last-child > td {
	border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
	border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
}
fieldset {
	margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; min-width: 0px;
}
legend {
	border-width: 0px 0px 1px; border-style: none none solid; border-color: currentColor currentColor rgb(229, 229, 229); padding: 0px; border-image: none; width: 100%; color: rgb(51, 51, 51); line-height: inherit; font-size: 21px; margin-bottom: 20px; display: block;
}
label {
	font-weight: 700; margin-bottom: 5px; display: inline-block; max-width: 100%;
}
input[type=search] {
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
input[type=radio] {
	margin: 4px 0px 0px; line-height: normal;
}
input[type=checkbox] {
	margin: 4px 0px 0px; line-height: normal;
}
input[type=file] {
	display: block;
}
input[type=range] {
	width: 100%; display: block;
}
select[multiple] {
	height: auto;
}
select[size] {
	height: auto;
}
input[type=file]:focus {
	outline: dotted thin; outline-offset: -2px;
}
input[type=radio]:focus {
	outline: dotted thin; outline-offset: -2px;
}
input[type=checkbox]:focus {
	outline: dotted thin; outline-offset: -2px;
}
output {
	color: rgb(85, 85, 85); line-height: 1.4285; padding-top: 7px; font-size: 14px; display: block;
}
.form-control {
	padding: 6px 12px; border-radius: 4px; border: 1px solid rgb(204, 204, 204); transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; border-image: none; width: 100%; height: 34px; color: rgb(85, 85, 85); line-height: 1.4285; font-size: 14px; display: block; box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075); background-image: none; background-color: rgb(255, 255, 255); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: rgb(102, 175, 233); outline: 0px; box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.6); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
:-ms-input-placeholder.form-control {
	color: rgb(119, 119, 119);
}
[disabled].form-control {
	cursor: not-allowed; opacity: 1; background-color: rgb(238, 238, 238);
}
[readonly].form-control {
	cursor: not-allowed; opacity: 1; background-color: rgb(238, 238, 238);
}
fieldset[disabled] .form-control {
	cursor: not-allowed; opacity: 1; background-color: rgb(238, 238, 238);
}
textarea.form-control {
	height: auto;
}
input[type=search] {
	-webkit-appearance: none;
}
input[type=date] {
	line-height: 34px;
}
input[type=time] {
	line-height: 34px;
}
input[type=datetime-local] {
	line-height: 34px;
}
input[type=month] {
	line-height: 34px;
}
input[type=date].input-sm {
	line-height: 30px;
}
input[type=time].input-sm {
	line-height: 30px;
}
input[type=datetime-local].input-sm {
	line-height: 30px;
}
input[type=month].input-sm {
	line-height: 30px;
}
input[type=date].input-lg {
	line-height: 46px;
}
input[type=time].input-lg {
	line-height: 46px;
}
input[type=datetime-local].input-lg {
	line-height: 46px;
}
input[type=month].input-lg {
	line-height: 46px;
}
.form-group {
	margin-bottom: 15px;
}
.radio {
	margin-top: 10px; margin-bottom: 10px; display: block; position: relative; min-height: 20px;
}
.checkbox {
	margin-top: 10px; margin-bottom: 10px; display: block; position: relative; min-height: 20px;
}
.radio label {
	padding-left: 20px; font-weight: 400; margin-bottom: 0px; cursor: pointer;
}
.checkbox label {
	padding-left: 20px; font-weight: 400; margin-bottom: 0px; cursor: pointer;
}
.radio input[type=radio] {
	margin-left: -20px; position: absolute;
}
.radio-inline input[type=radio] {
	margin-left: -20px; position: absolute;
}
.checkbox input[type=checkbox] {
	margin-left: -20px; position: absolute;
}
.checkbox-inline input[type=checkbox] {
	margin-left: -20px; position: absolute;
}
.radio + .radio {
	margin-top: -5px;
}
.checkbox + .checkbox {
	margin-top: -5px;
}
.radio-inline {
	padding-left: 20px; font-weight: 400; margin-bottom: 0px; vertical-align: middle; display: inline-block; cursor: pointer;
}
.checkbox-inline {
	padding-left: 20px; font-weight: 400; margin-bottom: 0px; vertical-align: middle; display: inline-block; cursor: pointer;
}
.radio-inline + .radio-inline {
	margin-top: 0px; margin-left: 10px;
}
.checkbox-inline + .checkbox-inline {
	margin-top: 0px; margin-left: 10px;
}
input[type=radio][disabled] {
	cursor: not-allowed;
}
input[type=checkbox][disabled] {
	cursor: not-allowed;
}
input[type=radio].disabled {
	cursor: not-allowed;
}
input[type=checkbox].disabled {
	cursor: not-allowed;
}
fieldset[disabled] input[type=radio] {
	cursor: not-allowed;
}
fieldset[disabled] input[type=checkbox] {
	cursor: not-allowed;
}
.radio-inline.disabled {
	cursor: not-allowed;
}
.checkbox-inline.disabled {
	cursor: not-allowed;
}
fieldset[disabled] .radio-inline {
	cursor: not-allowed;
}
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}
.radio.disabled label {
	cursor: not-allowed;
}
.checkbox.disabled label {
	cursor: not-allowed;
}
fieldset[disabled] .radio label {
	cursor: not-allowed;
}
fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}
.form-control-static {
	padding-top: 7px; padding-bottom: 7px; margin-bottom: 0px;
}
.form-control-static.input-lg {
	padding-right: 0px; padding-left: 0px;
}
.form-control-static.input-sm {
	padding-right: 0px; padding-left: 0px;
}
.input-sm {
	padding: 5px 10px; border-radius: 3px; height: 30px; line-height: 1.5; font-size: 12px;
}
.form-horizontal .form-group-sm .form-control {
	padding: 5px 10px; border-radius: 3px; height: 30px; line-height: 1.5; font-size: 12px;
}
select.input-sm {
	height: 30px; line-height: 30px;
}
textarea.input-sm {
	height: auto;
}
select[multiple].input-sm {
	height: auto;
}
.input-lg {
	padding: 10px 16px; border-radius: 6px; height: 46px; line-height: 1.33; font-size: 18px;
}
.form-horizontal .form-group-lg .form-control {
	padding: 10px 16px; border-radius: 6px; height: 46px; line-height: 1.33; font-size: 18px;
}
select.input-lg {
	height: 46px; line-height: 46px;
}
textarea.input-lg {
	height: auto;
}
select[multiple].input-lg {
	height: auto;
}
.has-feedback {
	position: relative;
}
.has-feedback .form-control {
	padding-right: 42.5px;
}
.form-control-feedback {
	top: 25px; width: 34px; height: 34px; text-align: center; right: 0px; line-height: 34px; display: block; position: absolute; z-index: 2;
}
.input-lg + .form-control-feedback {
	width: 46px; height: 46px; line-height: 46px;
}
.input-sm + .form-control-feedback {
	width: 30px; height: 30px; line-height: 30px;
}
.has-success .help-block {
	color: rgb(60, 118, 61);
}
.has-success .control-label {
	color: rgb(60, 118, 61);
}
.has-success .radio {
	color: rgb(60, 118, 61);
}
.has-success .checkbox {
	color: rgb(60, 118, 61);
}
.has-success .radio-inline {
	color: rgb(60, 118, 61);
}
.has-success .checkbox-inline {
	color: rgb(60, 118, 61);
}
.has-success .form-control {
	border-color: rgb(60, 118, 61); box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
	border-color: rgb(43, 84, 44); box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 6px #67b168; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
	border-color: rgb(60, 118, 61); color: rgb(60, 118, 61); background-color: rgb(223, 240, 216);
}
.has-success .form-control-feedback {
	color: rgb(60, 118, 61);
}
.has-warning .help-block {
	color: rgb(138, 109, 59);
}
.has-warning .control-label {
	color: rgb(138, 109, 59);
}
.has-warning .radio {
	color: rgb(138, 109, 59);
}
.has-warning .checkbox {
	color: rgb(138, 109, 59);
}
.has-warning .radio-inline {
	color: rgb(138, 109, 59);
}
.has-warning .checkbox-inline {
	color: rgb(138, 109, 59);
}
.has-warning .form-control {
	border-color: rgb(138, 109, 59); box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
	border-color: rgb(102, 81, 44); box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 6px #c0a16b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
	border-color: rgb(138, 109, 59); color: rgb(138, 109, 59); background-color: rgb(252, 248, 227);
}
.has-warning .form-control-feedback {
	color: rgb(138, 109, 59);
}
.has-error .help-block {
	color: rgb(169, 68, 66);
}
.has-error .control-label {
	color: rgb(169, 68, 66);
}
.has-error .radio {
	color: rgb(169, 68, 66);
}
.has-error .checkbox {
	color: rgb(169, 68, 66);
}
.has-error .radio-inline {
	color: rgb(169, 68, 66);
}
.has-error .checkbox-inline {
	color: rgb(169, 68, 66);
}
.has-error .form-control {
	border-color: rgb(169, 68, 66); box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
	border-color: rgb(132, 53, 52); box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 6px #ce8483; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
	border-color: rgb(169, 68, 66); color: rgb(169, 68, 66); background-color: rgb(242, 222, 222);
}
.has-error .form-control-feedback {
	color: rgb(169, 68, 66);
}
.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0px;
}
.help-block {
	color: rgb(115, 115, 115); margin-top: 5px; margin-bottom: 10px; display: block;
}
@media all and (min-width:768px)
{
.form-inline .form-group {
	margin-bottom: 0px; vertical-align: middle; display: inline-block;
}
.form-inline .form-control {
	width: auto; vertical-align: middle; display: inline-block;
}
.form-inline .input-group {
	vertical-align: middle; display: inline-table;
}
.form-inline .input-group .input-group-addon {
	width: auto;
}
.form-inline .input-group .input-group-btn {
	width: auto;
}
.form-inline .input-group .form-control {
	width: auto;
}
.form-inline .input-group > .form-control {
	width: 100%;
}
.form-inline .control-label {
	margin-bottom: 0px; vertical-align: middle;
}
.form-inline .radio {
	margin-top: 0px; margin-bottom: 0px; vertical-align: middle; display: inline-block;
}
.form-inline .checkbox {
	margin-top: 0px; margin-bottom: 0px; vertical-align: middle; display: inline-block;
}
.form-inline .radio label {
	padding-left: 0px;
}
.form-inline .checkbox label {
	padding-left: 0px;
}
.form-inline .radio input[type=radio] {
	margin-left: 0px; position: relative;
}
.form-inline .checkbox input[type=checkbox] {
	margin-left: 0px; position: relative;
}
.form-inline .has-feedback .form-control-feedback {
	top: 0px;
}
}
.form-horizontal .radio {
	padding-top: 7px; margin-top: 0px; margin-bottom: 0px;
}
.form-horizontal .checkbox {
	padding-top: 7px; margin-top: 0px; margin-bottom: 0px;
}
.form-horizontal .radio-inline {
	padding-top: 7px; margin-top: 0px; margin-bottom: 0px;
}
.form-horizontal .checkbox-inline {
	padding-top: 7px; margin-top: 0px; margin-bottom: 0px;
}
.form-horizontal .radio {
	min-height: 27px;
}
.form-horizontal .checkbox {
	min-height: 27px;
}
.form-horizontal .form-group {
	margin-right: -15px; margin-left: -15px;
}
@media all and (min-width:768px)
{
.form-horizontal .control-label {
	text-align: right; padding-top: 7px; margin-bottom: 0px;
}
}
.form-horizontal .has-feedback .form-control-feedback {
	top: 0px; right: 15px;
}
@media all and (min-width:768px)
{
.form-horizontal .form-group-lg .control-label {
	padding-top: 14.3px;
}
}
@media all and (min-width:768px)
{
.form-horizontal .form-group-sm .control-label {
	padding-top: 6px;
}
}
.btn {
	padding: 6px 12px; border-radius: 4px; border: 1px solid transparent; border-image: none; text-align: center; line-height: 1.4285; font-size: 14px; font-weight: 400; margin-bottom: 0px; vertical-align: middle; display: inline-block; white-space: nowrap; cursor: pointer; -ms-user-select: none; background-image: none; -webkit-user-select: none; -moz-user-select: none; user-select: none;
}
.btn:focus {
	outline: dotted thin; outline-offset: -2px;
}
.btn:focus:active {
	outline: dotted thin; outline-offset: -2px;
}
.btn.active:focus {
	outline: dotted thin; outline-offset: -2px;
}
.btn:hover {
	color: rgb(51, 51, 51); text-decoration: none;
}
.btn:focus {
	color: rgb(51, 51, 51); text-decoration: none;
}
.btn:active {
	outline: 0px; box-shadow: inset 0px 3px 5px rgba(0,0,0,0.125); background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.active {
	outline: 0px; box-shadow: inset 0px 3px 5px rgba(0,0,0,0.125); background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled {
	cursor: not-allowed; opacity: 0.65; pointer-events: none; box-shadow: none; -webkit-box-shadow: none;
}
[disabled].btn {
	cursor: not-allowed; opacity: 0.65; pointer-events: none; box-shadow: none; -webkit-box-shadow: none;
}
fieldset[disabled] .btn {
	cursor: not-allowed; opacity: 0.65; pointer-events: none; box-shadow: none; -webkit-box-shadow: none;
}
.btn-default {
	border-color: rgb(204, 204, 204); color: rgb(51, 51, 51); background-color: rgb(255, 255, 255);
}
.btn-default:hover {
	border-color: rgb(173, 173, 173); color: rgb(51, 51, 51); background-color: rgb(230, 230, 230);
}
.btn-default:focus {
	border-color: rgb(173, 173, 173); color: rgb(51, 51, 51); background-color: rgb(230, 230, 230);
}
.btn-default:active {
	border-color: rgb(173, 173, 173); color: rgb(51, 51, 51); background-color: rgb(230, 230, 230);
}
.btn-default.active {
	border-color: rgb(173, 173, 173); color: rgb(51, 51, 51); background-color: rgb(230, 230, 230);
}
.open > .dropdown-toggle.btn-default {
	border-color: rgb(173, 173, 173); color: rgb(51, 51, 51); background-color: rgb(230, 230, 230);
}
.btn-default:active {
	background-image: none;
}
.btn-default.active {
	background-image: none;
}
.open > .dropdown-toggle.btn-default {
	background-image: none;
}
.btn-default.disabled {
	border-color: rgb(204, 204, 204); background-color: rgb(255, 255, 255);
}
[disabled].btn-default {
	border-color: rgb(204, 204, 204); background-color: rgb(255, 255, 255);
}
fieldset[disabled] .btn-default {
	border-color: rgb(204, 204, 204); background-color: rgb(255, 255, 255);
}
.btn-default.disabled:hover {
	border-color: rgb(204, 204, 204); background-color: rgb(255, 255, 255);
}
[disabled].btn-default:hover {
	border-color: rgb(204, 204, 204); background-color: rgb(255, 255, 255);
}
fieldset[disabled] .btn-default:hover {
	border-color: rgb(204, 204, 204); background-color: rgb(255, 255, 255);
}
.btn-default.disabled:focus {
	border-color: rgb(204, 204, 204); background-color: rgb(255, 255, 255);
}
[disabled].btn-default:focus {
	border-color: rgb(204, 204, 204); background-color: rgb(255, 255, 255);
}
fieldset[disabled] .btn-default:focus {
	border-color: rgb(204, 204, 204); background-color: rgb(255, 255, 255);
}
.btn-default.disabled:active {
	border-color: rgb(204, 204, 204); background-color: rgb(255, 255, 255);
}
[disabled].btn-default:active {
	border-color: rgb(204, 204, 204); background-color: rgb(255, 255, 255);
}
fieldset[disabled] .btn-default:active {
	border-color: rgb(204, 204, 204); background-color: rgb(255, 255, 255);
}
.btn-default.disabled.active {
	border-color: rgb(204, 204, 204); background-color: rgb(255, 255, 255);
}
[disabled].btn-default.active {
	border-color: rgb(204, 204, 204); background-color: rgb(255, 255, 255);
}
fieldset[disabled] .btn-default.active {
	border-color: rgb(204, 204, 204); background-color: rgb(255, 255, 255);
}
.btn-default .badge {
	color: rgb(255, 255, 255); background-color: rgb(51, 51, 51);
}
.btn-primary {
	border-color: rgb(53, 126, 189); color: rgb(255, 255, 255); background-color: rgb(66, 139, 202);
}
.btn-primary:hover {
	border-color: rgb(40, 94, 142); color: rgb(255, 255, 255); background-color: rgb(48, 113, 169);
}
.btn-primary:focus {
	border-color: rgb(40, 94, 142); color: rgb(255, 255, 255); background-color: rgb(48, 113, 169);
}
.btn-primary:active {
	border-color: rgb(40, 94, 142); color: rgb(255, 255, 255); background-color: rgb(48, 113, 169);
}
.btn-primary.active {
	border-color: rgb(40, 94, 142); color: rgb(255, 255, 255); background-color: rgb(48, 113, 169);
}
.open > .dropdown-toggle.btn-primary {
	border-color: rgb(40, 94, 142); color: rgb(255, 255, 255); background-color: rgb(48, 113, 169);
}
.btn-primary:active {
	background-image: none;
}
.btn-primary.active {
	background-image: none;
}
.open > .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled {
	border-color: rgb(53, 126, 189); background-color: rgb(66, 139, 202);
}
[disabled].btn-primary {
	border-color: rgb(53, 126, 189); background-color: rgb(66, 139, 202);
}
fieldset[disabled] .btn-primary {
	border-color: rgb(53, 126, 189); background-color: rgb(66, 139, 202);
}
.btn-primary.disabled:hover {
	border-color: rgb(53, 126, 189); background-color: rgb(66, 139, 202);
}
[disabled].btn-primary:hover {
	border-color: rgb(53, 126, 189); background-color: rgb(66, 139, 202);
}
fieldset[disabled] .btn-primary:hover {
	border-color: rgb(53, 126, 189); background-color: rgb(66, 139, 202);
}
.btn-primary.disabled:focus {
	border-color: rgb(53, 126, 189); background-color: rgb(66, 139, 202);
}
[disabled].btn-primary:focus {
	border-color: rgb(53, 126, 189); background-color: rgb(66, 139, 202);
}
fieldset[disabled] .btn-primary:focus {
	border-color: rgb(53, 126, 189); background-color: rgb(66, 139, 202);
}
.btn-primary.disabled:active {
	border-color: rgb(53, 126, 189); background-color: rgb(66, 139, 202);
}
[disabled].btn-primary:active {
	border-color: rgb(53, 126, 189); background-color: rgb(66, 139, 202);
}
fieldset[disabled] .btn-primary:active {
	border-color: rgb(53, 126, 189); background-color: rgb(66, 139, 202);
}
.btn-primary.disabled.active {
	border-color: rgb(53, 126, 189); background-color: rgb(66, 139, 202);
}
[disabled].btn-primary.active {
	border-color: rgb(53, 126, 189); background-color: rgb(66, 139, 202);
}
fieldset[disabled] .btn-primary.active {
	border-color: rgb(53, 126, 189); background-color: rgb(66, 139, 202);
}
.btn-primary .badge {
	color: rgb(66, 139, 202); background-color: rgb(255, 255, 255);
}
.btn-success {
	border-color: rgb(76, 174, 76); color: rgb(255, 255, 255); background-color: rgb(92, 184, 92);
}
.btn-success:hover {
	border-color: rgb(57, 132, 57); color: rgb(255, 255, 255); background-color: rgb(68, 157, 68);
}
.btn-success:focus {
	border-color: rgb(57, 132, 57); color: rgb(255, 255, 255); background-color: rgb(68, 157, 68);
}
.btn-success:active {
	border-color: rgb(57, 132, 57); color: rgb(255, 255, 255); background-color: rgb(68, 157, 68);
}
.btn-success.active {
	border-color: rgb(57, 132, 57); color: rgb(255, 255, 255); background-color: rgb(68, 157, 68);
}
.open > .dropdown-toggle.btn-success {
	border-color: rgb(57, 132, 57); color: rgb(255, 255, 255); background-color: rgb(68, 157, 68);
}
.btn-success:active {
	background-image: none;
}
.btn-success.active {
	background-image: none;
}
.open > .dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success.disabled {
	border-color: rgb(76, 174, 76); background-color: rgb(92, 184, 92);
}
[disabled].btn-success {
	border-color: rgb(76, 174, 76); background-color: rgb(92, 184, 92);
}
fieldset[disabled] .btn-success {
	border-color: rgb(76, 174, 76); background-color: rgb(92, 184, 92);
}
.btn-success.disabled:hover {
	border-color: rgb(76, 174, 76); background-color: rgb(92, 184, 92);
}
[disabled].btn-success:hover {
	border-color: rgb(76, 174, 76); background-color: rgb(92, 184, 92);
}
fieldset[disabled] .btn-success:hover {
	border-color: rgb(76, 174, 76); background-color: rgb(92, 184, 92);
}
.btn-success.disabled:focus {
	border-color: rgb(76, 174, 76); background-color: rgb(92, 184, 92);
}
[disabled].btn-success:focus {
	border-color: rgb(76, 174, 76); background-color: rgb(92, 184, 92);
}
fieldset[disabled] .btn-success:focus {
	border-color: rgb(76, 174, 76); background-color: rgb(92, 184, 92);
}
.btn-success.disabled:active {
	border-color: rgb(76, 174, 76); background-color: rgb(92, 184, 92);
}
[disabled].btn-success:active {
	border-color: rgb(76, 174, 76); background-color: rgb(92, 184, 92);
}
fieldset[disabled] .btn-success:active {
	border-color: rgb(76, 174, 76); background-color: rgb(92, 184, 92);
}
.btn-success.disabled.active {
	border-color: rgb(76, 174, 76); background-color: rgb(92, 184, 92);
}
[disabled].btn-success.active {
	border-color: rgb(76, 174, 76); background-color: rgb(92, 184, 92);
}
fieldset[disabled] .btn-success.active {
	border-color: rgb(76, 174, 76); background-color: rgb(92, 184, 92);
}
.btn-success .badge {
	color: rgb(92, 184, 92); background-color: rgb(255, 255, 255);
}
.btn-info {
	border-color: rgb(70, 184, 218); color: rgb(255, 255, 255); background-color: rgb(91, 192, 222);
}
.btn-info:hover {
	border-color: rgb(38, 154, 188); color: rgb(255, 255, 255); background-color: rgb(49, 176, 213);
}
.btn-info:focus {
	border-color: rgb(38, 154, 188); color: rgb(255, 255, 255); background-color: rgb(49, 176, 213);
}
.btn-info:active {
	border-color: rgb(38, 154, 188); color: rgb(255, 255, 255); background-color: rgb(49, 176, 213);
}
.btn-info.active {
	border-color: rgb(38, 154, 188); color: rgb(255, 255, 255); background-color: rgb(49, 176, 213);
}
.open > .dropdown-toggle.btn-info {
	border-color: rgb(38, 154, 188); color: rgb(255, 255, 255); background-color: rgb(49, 176, 213);
}
.btn-info:active {
	background-image: none;
}
.btn-info.active {
	background-image: none;
}
.open > .dropdown-toggle.btn-info {
	background-image: none;
}
.btn-info.disabled {
	border-color: rgb(70, 184, 218); background-color: rgb(91, 192, 222);
}
[disabled].btn-info {
	border-color: rgb(70, 184, 218); background-color: rgb(91, 192, 222);
}
fieldset[disabled] .btn-info {
	border-color: rgb(70, 184, 218); background-color: rgb(91, 192, 222);
}
.btn-info.disabled:hover {
	border-color: rgb(70, 184, 218); background-color: rgb(91, 192, 222);
}
[disabled].btn-info:hover {
	border-color: rgb(70, 184, 218); background-color: rgb(91, 192, 222);
}
fieldset[disabled] .btn-info:hover {
	border-color: rgb(70, 184, 218); background-color: rgb(91, 192, 222);
}
.btn-info.disabled:focus {
	border-color: rgb(70, 184, 218); background-color: rgb(91, 192, 222);
}
[disabled].btn-info:focus {
	border-color: rgb(70, 184, 218); background-color: rgb(91, 192, 222);
}
fieldset[disabled] .btn-info:focus {
	border-color: rgb(70, 184, 218); background-color: rgb(91, 192, 222);
}
.btn-info.disabled:active {
	border-color: rgb(70, 184, 218); background-color: rgb(91, 192, 222);
}
[disabled].btn-info:active {
	border-color: rgb(70, 184, 218); background-color: rgb(91, 192, 222);
}
fieldset[disabled] .btn-info:active {
	border-color: rgb(70, 184, 218); background-color: rgb(91, 192, 222);
}
.btn-info.disabled.active {
	border-color: rgb(70, 184, 218); background-color: rgb(91, 192, 222);
}
[disabled].btn-info.active {
	border-color: rgb(70, 184, 218); background-color: rgb(91, 192, 222);
}
fieldset[disabled] .btn-info.active {
	border-color: rgb(70, 184, 218); background-color: rgb(91, 192, 222);
}
.btn-info .badge {
	color: rgb(91, 192, 222); background-color: rgb(255, 255, 255);
}
.btn-warning {
	border-color: rgb(238, 162, 54); color: rgb(255, 255, 255); background-color: rgb(240, 173, 78);
}
.btn-warning:hover {
	border-color: rgb(213, 133, 18); color: rgb(255, 255, 255); background-color: rgb(236, 151, 31);
}
.btn-warning:focus {
	border-color: rgb(213, 133, 18); color: rgb(255, 255, 255); background-color: rgb(236, 151, 31);
}
.btn-warning:active {
	border-color: rgb(213, 133, 18); color: rgb(255, 255, 255); background-color: rgb(236, 151, 31);
}
.btn-warning.active {
	border-color: rgb(213, 133, 18); color: rgb(255, 255, 255); background-color: rgb(236, 151, 31);
}
.open > .dropdown-toggle.btn-warning {
	border-color: rgb(213, 133, 18); color: rgb(255, 255, 255); background-color: rgb(236, 151, 31);
}
.btn-warning:active {
	background-image: none;
}
.btn-warning.active {
	background-image: none;
}
.open > .dropdown-toggle.btn-warning {
	background-image: none;
}
.btn-warning.disabled {
	border-color: rgb(238, 162, 54); background-color: rgb(240, 173, 78);
}
[disabled].btn-warning {
	border-color: rgb(238, 162, 54); background-color: rgb(240, 173, 78);
}
fieldset[disabled] .btn-warning {
	border-color: rgb(238, 162, 54); background-color: rgb(240, 173, 78);
}
.btn-warning.disabled:hover {
	border-color: rgb(238, 162, 54); background-color: rgb(240, 173, 78);
}
[disabled].btn-warning:hover {
	border-color: rgb(238, 162, 54); background-color: rgb(240, 173, 78);
}
fieldset[disabled] .btn-warning:hover {
	border-color: rgb(238, 162, 54); background-color: rgb(240, 173, 78);
}
.btn-warning.disabled:focus {
	border-color: rgb(238, 162, 54); background-color: rgb(240, 173, 78);
}
[disabled].btn-warning:focus {
	border-color: rgb(238, 162, 54); background-color: rgb(240, 173, 78);
}
fieldset[disabled] .btn-warning:focus {
	border-color: rgb(238, 162, 54); background-color: rgb(240, 173, 78);
}
.btn-warning.disabled:active {
	border-color: rgb(238, 162, 54); background-color: rgb(240, 173, 78);
}
[disabled].btn-warning:active {
	border-color: rgb(238, 162, 54); background-color: rgb(240, 173, 78);
}
fieldset[disabled] .btn-warning:active {
	border-color: rgb(238, 162, 54); background-color: rgb(240, 173, 78);
}
.btn-warning.disabled.active {
	border-color: rgb(238, 162, 54); background-color: rgb(240, 173, 78);
}
[disabled].btn-warning.active {
	border-color: rgb(238, 162, 54); background-color: rgb(240, 173, 78);
}
fieldset[disabled] .btn-warning.active {
	border-color: rgb(238, 162, 54); background-color: rgb(240, 173, 78);
}
.btn-warning .badge {
	color: rgb(240, 173, 78); background-color: rgb(255, 255, 255);
}
.btn-danger {
	border-color: rgb(212, 63, 58); color: rgb(255, 255, 255); background-color: rgb(217, 83, 79);
}
.btn-danger:hover {
	border-color: rgb(172, 41, 37); color: rgb(255, 255, 255); background-color: rgb(201, 48, 44);
}
.btn-danger:focus {
	border-color: rgb(172, 41, 37); color: rgb(255, 255, 255); background-color: rgb(201, 48, 44);
}
.btn-danger:active {
	border-color: rgb(172, 41, 37); color: rgb(255, 255, 255); background-color: rgb(201, 48, 44);
}
.btn-danger.active {
	border-color: rgb(172, 41, 37); color: rgb(255, 255, 255); background-color: rgb(201, 48, 44);
}
.open > .dropdown-toggle.btn-danger {
	border-color: rgb(172, 41, 37); color: rgb(255, 255, 255); background-color: rgb(201, 48, 44);
}
.btn-danger:active {
	background-image: none;
}
.btn-danger.active {
	background-image: none;
}
.open > .dropdown-toggle.btn-danger {
	background-image: none;
}
.btn-danger.disabled {
	border-color: rgb(212, 63, 58); background-color: rgb(217, 83, 79);
}
[disabled].btn-danger {
	border-color: rgb(212, 63, 58); background-color: rgb(217, 83, 79);
}
fieldset[disabled] .btn-danger {
	border-color: rgb(212, 63, 58); background-color: rgb(217, 83, 79);
}
.btn-danger.disabled:hover {
	border-color: rgb(212, 63, 58); background-color: rgb(217, 83, 79);
}
[disabled].btn-danger:hover {
	border-color: rgb(212, 63, 58); background-color: rgb(217, 83, 79);
}
fieldset[disabled] .btn-danger:hover {
	border-color: rgb(212, 63, 58); background-color: rgb(217, 83, 79);
}
.btn-danger.disabled:focus {
	border-color: rgb(212, 63, 58); background-color: rgb(217, 83, 79);
}
[disabled].btn-danger:focus {
	border-color: rgb(212, 63, 58); background-color: rgb(217, 83, 79);
}
fieldset[disabled] .btn-danger:focus {
	border-color: rgb(212, 63, 58); background-color: rgb(217, 83, 79);
}
.btn-danger.disabled:active {
	border-color: rgb(212, 63, 58); background-color: rgb(217, 83, 79);
}
[disabled].btn-danger:active {
	border-color: rgb(212, 63, 58); background-color: rgb(217, 83, 79);
}
fieldset[disabled] .btn-danger:active {
	border-color: rgb(212, 63, 58); background-color: rgb(217, 83, 79);
}
.btn-danger.disabled.active {
	border-color: rgb(212, 63, 58); background-color: rgb(217, 83, 79);
}
[disabled].btn-danger.active {
	border-color: rgb(212, 63, 58); background-color: rgb(217, 83, 79);
}
fieldset[disabled] .btn-danger.active {
	border-color: rgb(212, 63, 58); background-color: rgb(217, 83, 79);
}
.btn-danger .badge {
	color: rgb(217, 83, 79); background-color: rgb(255, 255, 255);
}
.btn-link {
	border-radius: 0px; color: rgb(66, 139, 202); font-weight: 400; cursor: pointer;
}
.btn-link {
	box-shadow: none; background-color: transparent; -webkit-box-shadow: none;
}
.btn-link:active {
	box-shadow: none; background-color: transparent; -webkit-box-shadow: none;
}
[disabled].btn-link {
	box-shadow: none; background-color: transparent; -webkit-box-shadow: none;
}
fieldset[disabled] .btn-link {
	box-shadow: none; background-color: transparent; -webkit-box-shadow: none;
}
.btn-link {
	border-color: transparent;
}
.btn-link:hover {
	border-color: transparent;
}
.btn-link:focus {
	border-color: transparent;
}
.btn-link:active {
	border-color: transparent;
}
.btn-link:hover {
	color: rgb(42, 100, 150); text-decoration: underline; background-color: transparent;
}
.btn-link:focus {
	color: rgb(42, 100, 150); text-decoration: underline; background-color: transparent;
}
[disabled].btn-link:hover {
	color: rgb(119, 119, 119); text-decoration: none;
}
fieldset[disabled] .btn-link:hover {
	color: rgb(119, 119, 119); text-decoration: none;
}
[disabled].btn-link:focus {
	color: rgb(119, 119, 119); text-decoration: none;
}
fieldset[disabled] .btn-link:focus {
	color: rgb(119, 119, 119); text-decoration: none;
}
.btn-lg {
	padding: 10px 16px; border-radius: 6px; line-height: 1.33; font-size: 18px;
}
.btn-group-lg > .btn {
	padding: 10px 16px; border-radius: 6px; line-height: 1.33; font-size: 18px;
}
.btn-sm {
	padding: 5px 10px; border-radius: 3px; line-height: 1.5; font-size: 12px;
}
.btn-group-sm > .btn {
	padding: 5px 10px; border-radius: 3px; line-height: 1.5; font-size: 12px;
}
.btn-xs {
	padding: 1px 5px; border-radius: 3px; line-height: 1.5; font-size: 12px;
}
.btn-group-xs > .btn {
	padding: 1px 5px; border-radius: 3px; line-height: 1.5; font-size: 12px;
}
.btn-block {
	width: 100%; display: block;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type=submit].btn-block {
	width: 100%;
}
input[type=reset].btn-block {
	width: 100%;
}
input[type=button].btn-block {
	width: 100%;
}
.fade {
	transition:opacity 0.15s linear; opacity: 0; -webkit-transition: opacity .15s linear; -o-transition: opacity .15s linear;
}
.fade.in {
	opacity: 1;
}
.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
tr.collapse.in {
	display: table-row;
}
tbody.collapse.in {
	display: table-row-group;
}
.collapsing {
	transition:height 0.35s; height: 0px; overflow: hidden; position: relative; -webkit-transition: height .35s ease; -o-transition: height .35s ease;
}
.caret {
	width: 0px; height: 0px; margin-left: 2px; vertical-align: middle; border-top-color: currentColor; border-right-color: transparent; border-left-color: transparent; border-top-width: 4px; border-right-width: 4px; border-left-width: 4px; border-top-style: solid; border-right-style: solid; border-left-style: solid; display: inline-block;
}
.dropdown {
	position: relative;
}
.dropdown-toggle:focus {
	outline: 0px;
}
.dropdown-menu {
	list-style: none; margin: 2px 0px 0px; padding: 5px 0px; border-radius: 4px; border: 1px solid rgba(0, 0, 0, 0.15); border-image: none; left: 0px; top: 100%; text-align: left; font-size: 14px; float: left; display: none; position: absolute; z-index: 1000; min-width: 160px; box-shadow: 0px 6px 12px rgba(0,0,0,0.175); background-clip: padding-box; background-color: rgb(255, 255, 255); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-background-clip: padding-box;
}
.dropdown-menu.pull-right {
	left: auto; right: 0px;
}
.dropdown-menu .divider {
	margin: 9px 0px; height: 1px; overflow: hidden; background-color: rgb(229, 229, 229);
}
.dropdown-menu > li > a {
	padding: 3px 20px; color: rgb(51, 51, 51); line-height: 1.4285; clear: both; font-weight: 400; display: block; white-space: nowrap;
}
.dropdown-menu > li > a:hover {
	color: rgb(38, 38, 38); text-decoration: none; background-color: rgb(245, 245, 245);
}
.dropdown-menu > li > a:focus {
	color: rgb(38, 38, 38); text-decoration: none; background-color: rgb(245, 245, 245);
}
.dropdown-menu > .active > a {
	outline: 0px; color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(66, 139, 202);
}
.dropdown-menu > .active > a:hover {
	outline: 0px; color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(66, 139, 202);
}
.dropdown-menu > .active > a:focus {
	outline: 0px; color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(66, 139, 202);
}
.dropdown-menu > .disabled > a {
	color: rgb(119, 119, 119);
}
.dropdown-menu > .disabled > a:hover {
	color: rgb(119, 119, 119);
}
.dropdown-menu > .disabled > a:focus {
	color: rgb(119, 119, 119);
}
.dropdown-menu > .disabled > a:hover {
	text-decoration: none; cursor: not-allowed; background-image: none; background-color: transparent;
}
.dropdown-menu > .disabled > a:focus {
	text-decoration: none; cursor: not-allowed; background-image: none; background-color: transparent;
}
.open > .dropdown-menu {
	display: block;
}
.open > a {
	outline: 0px;
}
.dropdown-menu-right {
	left: auto; right: 0px;
}
.dropdown-menu-left {
	left: 0px; right: auto;
}
.dropdown-header {
	padding: 3px 20px; color: rgb(119, 119, 119); line-height: 1.4285; font-size: 12px; display: block; white-space: nowrap;
}
.dropdown-backdrop {
	left: 0px; top: 0px; right: 0px; bottom: 0px; position: fixed; z-index: 990;
}
.pull-right > .dropdown-menu {
	left: auto; right: 0px;
}
.dropup .caret {
	border-top-color: currentColor; border-bottom-color: currentColor; border-top-width: 0px; border-bottom-width: 4px; border-top-style: none; border-bottom-style: solid; content: "";
}
.navbar-fixed-bottom .dropdown .caret {
	border-top-color: currentColor; border-bottom-color: currentColor; border-top-width: 0px; border-bottom-width: 4px; border-top-style: none; border-bottom-style: solid; content: "";
}
.dropup .dropdown-menu {
	top: auto; bottom: 100%; margin-bottom: 1px;
}
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto; bottom: 100%; margin-bottom: 1px;
}
@media all and (min-width:768px)
{
.navbar-right .dropdown-menu {
	left: auto; right: 0px;
}
.navbar-right .dropdown-menu-left {
	left: 0px; right: auto;
}
}
.btn-group {
	vertical-align: middle; display: inline-block; position: relative;
}
.btn-group-vertical {
	vertical-align: middle; display: inline-block; position: relative;
}
.btn-group > .btn {
	float: left; position: relative;
}
.btn-group-vertical > .btn {
	float: left; position: relative;
}
.btn-group > .btn:hover {
	z-index: 2;
}
.btn-group-vertical > .btn:hover {
	z-index: 2;
}
.btn-group > .btn:focus {
	z-index: 2;
}
.btn-group-vertical > .btn:focus {
	z-index: 2;
}
.btn-group > .btn:active {
	z-index: 2;
}
.btn-group-vertical > .btn:active {
	z-index: 2;
}
.btn-group > .btn.active {
	z-index: 2;
}
.btn-group-vertical > .btn.active {
	z-index: 2;
}
.btn-group > .btn:focus {
	outline: 0px;
}
.btn-group-vertical > .btn:focus {
	outline: 0px;
}
.btn-group .btn + .btn {
	margin-left: -1px;
}
.btn-group .btn + .btn-group {
	margin-left: -1px;
}
.btn-group .btn-group + .btn {
	margin-left: -1px;
}
.btn-group .btn-group + .btn-group {
	margin-left: -1px;
}
.btn-toolbar {
	margin-left: -5px;
}
.btn-toolbar .btn-group {
	float: left;
}
.btn-toolbar .input-group {
	float: left;
}
.btn-toolbar > .btn {
	margin-left: 5px;
}
.btn-toolbar > .btn-group {
	margin-left: 5px;
}
.btn-toolbar > .input-group {
	margin-left: 5px;
}
.btn-group > :not(:first-child):not(.dropdown-toggle):not(:last-child).btn {
	border-radius: 0px;
}
.btn-group > :first-child.btn {
	margin-left: 0px;
}
.btn-group > :first-child:not(.dropdown-toggle):not(:last-child).btn {
	border-top-right-radius: 0px; border-bottom-right-radius: 0px;
}
.btn-group > :last-child:not(:first-child).btn {
	border-top-left-radius: 0px; border-bottom-left-radius: 0px;
}
.btn-group > :not(:first-child).dropdown-toggle {
	border-top-left-radius: 0px; border-bottom-left-radius: 0px;
}
.btn-group > .btn-group {
	float: left;
}
.btn-group > :not(:first-child):not(:last-child).btn-group > .btn {
	border-radius: 0px;
}
.btn-group > :first-child.btn-group > :last-child.btn {
	border-top-right-radius: 0px; border-bottom-right-radius: 0px;
}
.btn-group > :first-child.btn-group > .dropdown-toggle {
	border-top-right-radius: 0px; border-bottom-right-radius: 0px;
}
.btn-group > :last-child.btn-group > :first-child.btn {
	border-top-left-radius: 0px; border-bottom-left-radius: 0px;
}
.btn-group .dropdown-toggle:active {
	outline: 0px;
}
.btn-group.open .dropdown-toggle {
	outline: 0px;
}
.btn-group > .btn + .dropdown-toggle {
	padding-right: 8px; padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
	padding-right: 12px; padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
	box-shadow: inset 0px 3px 5px rgba(0,0,0,0.125); -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
	box-shadow: none; -webkit-box-shadow: none;
}
.btn .caret {
	margin-left: 0px;
}
.btn-lg .caret {
	border-width: 5px 5px 0px;
}
.dropup .btn-lg .caret {
	border-width: 0px 5px 5px;
}
.btn-group-vertical > .btn {
	width: 100%; float: none; display: block; max-width: 100%;
}
.btn-group-vertical > .btn-group {
	width: 100%; float: none; display: block; max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
	width: 100%; float: none; display: block; max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
	float: none;
}
.btn-group-vertical > .btn + .btn {
	margin-top: -1px; margin-left: 0px;
}
.btn-group-vertical > .btn + .btn-group {
	margin-top: -1px; margin-left: 0px;
}
.btn-group-vertical > .btn-group + .btn {
	margin-top: -1px; margin-left: 0px;
}
.btn-group-vertical > .btn-group + .btn-group {
	margin-top: -1px; margin-left: 0px;
}
.btn-group-vertical > :not(:first-child):not(:last-child).btn {
	border-radius: 0px;
}
.btn-group-vertical > :first-child:not(:last-child).btn {
	border-top-right-radius: 4px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px;
}
.btn-group-vertical > :last-child:not(:first-child).btn {
	border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 4px;
}
.btn-group-vertical > :not(:first-child):not(:last-child).btn-group > .btn {
	border-radius: 0px;
}
.btn-group-vertical > :first-child:not(:last-child).btn-group > :last-child.btn {
	border-bottom-right-radius: 0px; border-bottom-left-radius: 0px;
}
.btn-group-vertical > :first-child:not(:last-child).btn-group > .dropdown-toggle {
	border-bottom-right-radius: 0px; border-bottom-left-radius: 0px;
}
.btn-group-vertical > :last-child:not(:first-child).btn-group > :first-child.btn {
	border-top-left-radius: 0px; border-top-right-radius: 0px;
}
.btn-group-justified {
	width: 100%; display: table; border-collapse: separate; table-layout: fixed;
}
.btn-group-justified > .btn {
	width: 1%; float: none; display: table-cell;
}
.btn-group-justified > .btn-group {
	width: 1%; float: none; display: table-cell;
}
.btn-group-justified > .btn-group .btn {
	width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
	left: auto;
}
[data-toggle=buttons] > .btn > input[type=radio] {
	position: absolute; z-index: -1; opacity: 0;
}
[data-toggle=buttons] > .btn > input[type=checkbox] {
	position: absolute; z-index: -1; opacity: 0;
}
.input-group {
	display: table; border-collapse: separate; position: relative;
}
[class*=col-].input-group {
	padding-right: 0px; padding-left: 0px; float: none;
}
.input-group .form-control {
	width: 100%; margin-bottom: 0px; float: left; position: relative; z-index: 2;
}
.input-group-lg > .form-control {
	padding: 10px 16px; border-radius: 6px; height: 46px; line-height: 1.33; font-size: 18px;
}
.input-group-lg > .input-group-addon {
	padding: 10px 16px; border-radius: 6px; height: 46px; line-height: 1.33; font-size: 18px;
}
.input-group-lg > .input-group-btn > .btn {
	padding: 10px 16px; border-radius: 6px; height: 46px; line-height: 1.33; font-size: 18px;
}
select.input-group-lg > .form-control {
	height: 46px; line-height: 46px;
}
select.input-group-lg > .input-group-addon {
	height: 46px; line-height: 46px;
}
select.input-group-lg > .input-group-btn > .btn {
	height: 46px; line-height: 46px;
}
textarea.input-group-lg > .form-control {
	height: auto;
}
textarea.input-group-lg > .input-group-addon {
	height: auto;
}
textarea.input-group-lg > .input-group-btn > .btn {
	height: auto;
}
select[multiple].input-group-lg > .form-control {
	height: auto;
}
select[multiple].input-group-lg > .input-group-addon {
	height: auto;
}
select[multiple].input-group-lg > .input-group-btn > .btn {
	height: auto;
}
.input-group-sm > .form-control {
	padding: 5px 10px; border-radius: 3px; height: 30px; line-height: 1.5; font-size: 12px;
}
.input-group-sm > .input-group-addon {
	padding: 5px 10px; border-radius: 3px; height: 30px; line-height: 1.5; font-size: 12px;
}
.input-group-sm > .input-group-btn > .btn {
	padding: 5px 10px; border-radius: 3px; height: 30px; line-height: 1.5; font-size: 12px;
}
select.input-group-sm > .form-control {
	height: 30px; line-height: 30px;
}
select.input-group-sm > .input-group-addon {
	height: 30px; line-height: 30px;
}
select.input-group-sm > .input-group-btn > .btn {
	height: 30px; line-height: 30px;
}
textarea.input-group-sm > .form-control {
	height: auto;
}
textarea.input-group-sm > .input-group-addon {
	height: auto;
}
textarea.input-group-sm > .input-group-btn > .btn {
	height: auto;
}
select[multiple].input-group-sm > .form-control {
	height: auto;
}
select[multiple].input-group-sm > .input-group-addon {
	height: auto;
}
select[multiple].input-group-sm > .input-group-btn > .btn {
	height: auto;
}
.input-group-addon {
	display: table-cell;
}
.input-group-btn {
	display: table-cell;
}
.input-group .form-control {
	display: table-cell;
}
:not(:first-child):not(:last-child).input-group-addon {
	border-radius: 0px;
}
:not(:first-child):not(:last-child).input-group-btn {
	border-radius: 0px;
}
.input-group :not(:first-child):not(:last-child).form-control {
	border-radius: 0px;
}
.input-group-addon {
	width: 1%; vertical-align: middle; white-space: nowrap;
}
.input-group-btn {
	width: 1%; vertical-align: middle; white-space: nowrap;
}
.input-group-addon {
	padding: 6px 12px; border-radius: 4px; border: 1px solid rgb(204, 204, 204); border-image: none; text-align: center; color: rgb(85, 85, 85); line-height: 1; font-size: 14px; font-weight: 400; background-color: rgb(238, 238, 238);
}
.input-group-addon.input-sm {
	padding: 5px 10px; border-radius: 3px; font-size: 12px;
}
.input-group-addon.input-lg {
	padding: 10px 16px; border-radius: 6px; font-size: 18px;
}
.input-group-addon input[type=radio] {
	margin-top: 0px;
}
.input-group-addon input[type=checkbox] {
	margin-top: 0px;
}
.input-group :first-child.form-control {
	border-top-right-radius: 0px; border-bottom-right-radius: 0px;
}
:first-child.input-group-addon {
	border-top-right-radius: 0px; border-bottom-right-radius: 0px;
}
:first-child.input-group-btn > .btn {
	border-top-right-radius: 0px; border-bottom-right-radius: 0px;
}
:first-child.input-group-btn > .btn-group > .btn {
	border-top-right-radius: 0px; border-bottom-right-radius: 0px;
}
:first-child.input-group-btn > .dropdown-toggle {
	border-top-right-radius: 0px; border-bottom-right-radius: 0px;
}
:last-child.input-group-btn > :not(:last-child):not(.dropdown-toggle).btn {
	border-top-right-radius: 0px; border-bottom-right-radius: 0px;
}
:last-child.input-group-btn > :not(:last-child).btn-group > .btn {
	border-top-right-radius: 0px; border-bottom-right-radius: 0px;
}
:first-child.input-group-addon {
	border-right-color: currentColor; border-right-width: 0px; border-right-style: none;
}
.input-group :last-child.form-control {
	border-top-left-radius: 0px; border-bottom-left-radius: 0px;
}
:last-child.input-group-addon {
	border-top-left-radius: 0px; border-bottom-left-radius: 0px;
}
:last-child.input-group-btn > .btn {
	border-top-left-radius: 0px; border-bottom-left-radius: 0px;
}
:last-child.input-group-btn > .btn-group > .btn {
	border-top-left-radius: 0px; border-bottom-left-radius: 0px;
}
:last-child.input-group-btn > .dropdown-toggle {
	border-top-left-radius: 0px; border-bottom-left-radius: 0px;
}
:first-child.input-group-btn > :not(:first-child).btn {
	border-top-left-radius: 0px; border-bottom-left-radius: 0px;
}
:first-child.input-group-btn > :not(:first-child).btn-group > .btn {
	border-top-left-radius: 0px; border-bottom-left-radius: 0px;
}
:last-child.input-group-addon {
	border-left-color: currentColor; border-left-width: 0px; border-left-style: none;
}
.input-group-btn {
	font-size: 0px; white-space: nowrap; position: relative;
}
.input-group-btn > .btn {
	position: relative;
}
.input-group-btn > .btn + .btn {
	margin-left: -1px;
}
.input-group-btn > .btn:hover {
	z-index: 2;
}
.input-group-btn > .btn:focus {
	z-index: 2;
}
.input-group-btn > .btn:active {
	z-index: 2;
}
:first-child.input-group-btn > .btn {
	margin-right: -1px;
}
:first-child.input-group-btn > .btn-group {
	margin-right: -1px;
}
:last-child.input-group-btn > .btn {
	margin-left: -1px;
}
:last-child.input-group-btn > .btn-group {
	margin-left: -1px;
}
.nav {
	list-style: none; padding-left: 0px; margin-bottom: 0px;
}
.nav > li {
	display: block; position: relative;
}
.nav > li > a {
	padding: 10px 15px; display: block; position: relative;
}
.nav > li > a:hover {
	text-decoration: none; background-color: rgb(238, 238, 238);
}
.nav > li > a:focus {
	text-decoration: none; background-color: rgb(238, 238, 238);
}
.nav > li.disabled > a {
	color: rgb(119, 119, 119);
}
.nav > li.disabled > a:hover {
	color: rgb(119, 119, 119); text-decoration: none; cursor: not-allowed; background-color: transparent;
}
.nav > li.disabled > a:focus {
	color: rgb(119, 119, 119); text-decoration: none; cursor: not-allowed; background-color: transparent;
}
.nav .open > a {
	border-color: rgb(66, 139, 202); background-color: rgb(238, 238, 238);
}
.nav .open > a:hover {
	border-color: rgb(66, 139, 202); background-color: rgb(238, 238, 238);
}
.nav .open > a:focus {
	border-color: rgb(66, 139, 202); background-color: rgb(238, 238, 238);
}
.nav .nav-divider {
	margin: 9px 0px; height: 1px; overflow: hidden; background-color: rgb(229, 229, 229);
}
.nav > li > a > img {
	max-width: none;
}
.nav-tabs {
	border-bottom-color: rgb(221, 221, 221); border-bottom-width: 1px; border-bottom-style: solid;
}
.nav-tabs > li {
	margin-bottom: -1px; float: left;
}
.nav-tabs > li > a {
	border-radius: 4px 4px 0px 0px; border: 1px solid transparent; border-image: none; line-height: 1.4285; margin-right: 2px;
}
.nav-tabs > li > a:hover {
	border-color: rgb(238, 238, 238) rgb(238, 238, 238) rgb(221, 221, 221);
}
.nav-tabs > li.active > a {
	border-width: 1px; border-style: solid; border-color: rgb(221, 221, 221) rgb(221, 221, 221) transparent; border-image: none; color: rgb(85, 85, 85); cursor: default; background-color: rgb(255, 255, 255);
}
.nav-tabs > li.active > a:hover {
	border-width: 1px; border-style: solid; border-color: rgb(221, 221, 221) rgb(221, 221, 221) transparent; border-image: none; color: rgb(85, 85, 85); cursor: default; background-color: rgb(255, 255, 255);
}
.nav-tabs > li.active > a:focus {
	border-width: 1px; border-style: solid; border-color: rgb(221, 221, 221) rgb(221, 221, 221) transparent; border-image: none; color: rgb(85, 85, 85); cursor: default; background-color: rgb(255, 255, 255);
}
.nav-tabs.nav-justified {
	width: 100%; border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
.nav-tabs.nav-justified > li {
	float: none;
}
.nav-tabs.nav-justified > li > a {
	text-align: center; margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
	left: auto; top: auto;
}
@media all and (min-width:768px)
{
.nav-tabs.nav-justified > li {
	width: 1%; display: table-cell;
}
.nav-tabs.nav-justified > li > a {
	margin-bottom: 0px;
}
}
.nav-tabs.nav-justified > li > a {
	border-radius: 4px; margin-right: 0px;
}
.nav-tabs.nav-justified > .active > a {
	border: 1px solid rgb(221, 221, 221); border-image: none;
}
.nav-tabs.nav-justified > .active > a:hover {
	border: 1px solid rgb(221, 221, 221); border-image: none;
}
.nav-tabs.nav-justified > .active > a:focus {
	border: 1px solid rgb(221, 221, 221); border-image: none;
}
@media all and (min-width:768px)
{
.nav-tabs.nav-justified > li > a {
	border-radius: 4px 4px 0px 0px; border-bottom-color: rgb(221, 221, 221); border-bottom-width: 1px; border-bottom-style: solid;
}
.nav-tabs.nav-justified > .active > a {
	border-bottom-color: rgb(255, 255, 255);
}
.nav-tabs.nav-justified > .active > a:hover {
	border-bottom-color: rgb(255, 255, 255);
}
.nav-tabs.nav-justified > .active > a:focus {
	border-bottom-color: rgb(255, 255, 255);
}
}
.nav-pills > li {
	float: left;
}
.nav-pills > li > a {
	border-radius: 4px;
}
.nav-pills > li + li {
	margin-left: 2px;
}
.nav-pills > li.active > a {
	color: rgb(255, 255, 255); background-color: rgb(66, 139, 202);
}
.nav-pills > li.active > a:hover {
	color: rgb(255, 255, 255); background-color: rgb(66, 139, 202);
}
.nav-pills > li.active > a:focus {
	color: rgb(255, 255, 255); background-color: rgb(66, 139, 202);
}
.nav-stacked > li {
	float: none;
}
.nav-stacked > li + li {
	margin-top: 2px; margin-left: 0px;
}
.nav-justified {
	width: 100%;
}
.nav-justified > li {
	float: none;
}
.nav-justified > li > a {
	text-align: center; margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
	left: auto; top: auto;
}
@media all and (min-width:768px)
{
.nav-justified > li {
	width: 1%; display: table-cell;
}
.nav-justified > li > a {
	margin-bottom: 0px;
}
}
.nav-tabs-justified {
	border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
.nav-tabs-justified > li > a {
	border-radius: 4px; margin-right: 0px;
}
.nav-tabs-justified > .active > a {
	border: 1px solid rgb(221, 221, 221); border-image: none;
}
.nav-tabs-justified > .active > a:hover {
	border: 1px solid rgb(221, 221, 221); border-image: none;
}
.nav-tabs-justified > .active > a:focus {
	border: 1px solid rgb(221, 221, 221); border-image: none;
}
@media all and (min-width:768px)
{
.nav-tabs-justified > li > a {
	border-radius: 4px 4px 0px 0px; border-bottom-color: rgb(221, 221, 221); border-bottom-width: 1px; border-bottom-style: solid;
}
.nav-tabs-justified > .active > a {
	border-bottom-color: rgb(255, 255, 255);
}
.nav-tabs-justified > .active > a:hover {
	border-bottom-color: rgb(255, 255, 255);
}
.nav-tabs-justified > .active > a:focus {
	border-bottom-color: rgb(255, 255, 255);
}
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px; border-top-left-radius: 0px; border-top-right-radius: 0px;
}
.navbar {
	border: 1px solid transparent; border-image: none; margin-bottom: 20px; position: relative; min-height: 50px;
}
@media all and (min-width:768px)
{
.navbar {
	border-radius: 4px;
}
}
@media all and (min-width:768px)
{
.navbar-header {
	float: left;
}
}
.navbar-collapse {
	padding-right: 15px; padding-left: 15px; border-top-color: transparent; border-top-width: 1px; border-top-style: solid; -ms-overflow-x: visible; box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
	-ms-overflow-y: auto;
}
@media all and (min-width:768px)
{
.navbar-collapse {
	width: auto; border-top-color: currentColor; border-top-width: 0px; border-top-style: none; box-shadow: none; -webkit-box-shadow: none;
}
.navbar-collapse.collapse {
	height: auto !important; overflow: visible !important; padding-bottom: 0px; display: block !important;
}
.navbar-collapse.in {
	-ms-overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse {
	padding-right: 0px; padding-left: 0px;
}
.navbar-static-top .navbar-collapse {
	padding-right: 0px; padding-left: 0px;
}
.navbar-fixed-bottom .navbar-collapse {
	padding-right: 0px; padding-left: 0px;
}
}
.navbar-fixed-top .navbar-collapse {
	max-height: 340px;
}
.navbar-fixed-bottom .navbar-collapse {
	max-height: 340px;
}
@media all and (orientation:landscape) and (max-width:480px)
{
.navbar-fixed-top .navbar-collapse {
	max-height: 200px;
}
.navbar-fixed-bottom .navbar-collapse {
	max-height: 200px;
}
}
.container > .navbar-header {
	margin-right: -15px; margin-left: -15px;
}
.container-fluid > .navbar-header {
	margin-right: -15px; margin-left: -15px;
}
.container > .navbar-collapse {
	margin-right: -15px; margin-left: -15px;
}
.container-fluid > .navbar-collapse {
	margin-right: -15px; margin-left: -15px;
}
@media all and (min-width:768px)
{
.container > .navbar-header {
	margin-right: 0px; margin-left: 0px;
}
.container-fluid > .navbar-header {
	margin-right: 0px; margin-left: 0px;
}
.container > .navbar-collapse {
	margin-right: 0px; margin-left: 0px;
}
.container-fluid > .navbar-collapse {
	margin-right: 0px; margin-left: 0px;
}
}
.navbar-static-top {
	border-width: 0px 0px 1px; z-index: 1000;
}
@media all and (min-width:768px)
{
.navbar-static-top {
	border-radius: 0px;
}
}
.navbar-fixed-top {
	left: 0px; right: 0px; position: fixed; z-index: 1030; transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0);
}
.navbar-fixed-bottom {
	left: 0px; right: 0px; position: fixed; z-index: 1030; transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0);
}
@media all and (min-width:768px)
{
.navbar-fixed-top {
	border-radius: 0px;
}
.navbar-fixed-bottom {
	border-radius: 0px;
}
}
.navbar-fixed-top {
	border-width: 0px 0px 1px; top: 0px;
}
.navbar-fixed-bottom {
	border-width: 1px 0px 0px; bottom: 0px; margin-bottom: 0px;
}
.navbar-brand {
	padding: 15px; height: 50px; line-height: 20px; font-size: 18px; float: left;
}
.navbar-brand:hover {
	text-decoration: none;
}
.navbar-brand:focus {
	text-decoration: none;
}
@media all and (min-width:768px)
{
.navbar > .container .navbar-brand {
	margin-left: -15px;
}
.navbar > .container-fluid .navbar-brand {
	margin-left: -15px;
}
}
.navbar-toggle {
	padding: 9px 10px; border-radius: 4px; border: 1px solid transparent; border-image: none; margin-top: 8px; margin-right: 15px; margin-bottom: 8px; float: right; position: relative; background-image: none; background-color: transparent;
}
.navbar-toggle:focus {
	outline: 0px;
}
.navbar-toggle .icon-bar {
	border-radius: 1px; width: 22px; height: 2px; display: block;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}
@media all and (min-width:768px)
{
.navbar-toggle {
	display: none;
}
}
.navbar-nav {
	margin: 7.5px -15px;
}
.navbar-nav > li > a {
	line-height: 20px; padding-top: 10px; padding-bottom: 10px;
}
@media all and (max-width:767px)
{
.navbar-nav .open .dropdown-menu {
	border: 0px currentColor; border-image: none; width: auto; margin-top: 0px; float: none; position: static; box-shadow: none; background-color: transparent; -webkit-box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a {
	padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
	line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover {
	background-image: none;
}
.navbar-nav .open .dropdown-menu > li > a:focus {
	background-image: none;
}
}
@media all and (min-width:768px)
{
.navbar-nav {
	margin: 0px; float: left;
}
.navbar-nav > li {
	float: left;
}
.navbar-nav > li > a {
	padding-top: 15px; padding-bottom: 15px;
}
:last-child.navbar-nav.navbar-right {
	margin-right: -15px;
}
}
@media all and (min-width:768px)
{
.navbar-left {
	float: left !important;
}
.navbar-right {
	float: right !important;
}
}
.navbar-form {
	margin: 8px -15px; padding: 10px 15px; border-top-color: transparent; border-bottom-color: transparent; border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1), 0px 1px 0px rgba(255,255,255,0.1); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media all and (min-width:768px)
{
.navbar-form .form-group {
	margin-bottom: 0px; vertical-align: middle; display: inline-block;
}
.navbar-form .form-control {
	width: auto; vertical-align: middle; display: inline-block;
}
.navbar-form .input-group {
	vertical-align: middle; display: inline-table;
}
.navbar-form .input-group .input-group-addon {
	width: auto;
}
.navbar-form .input-group .input-group-btn {
	width: auto;
}
.navbar-form .input-group .form-control {
	width: auto;
}
.navbar-form .input-group > .form-control {
	width: 100%;
}
.navbar-form .control-label {
	margin-bottom: 0px; vertical-align: middle;
}
.navbar-form .radio {
	margin-top: 0px; margin-bottom: 0px; vertical-align: middle; display: inline-block;
}
.navbar-form .checkbox {
	margin-top: 0px; margin-bottom: 0px; vertical-align: middle; display: inline-block;
}
.navbar-form .radio label {
	padding-left: 0px;
}
.navbar-form .checkbox label {
	padding-left: 0px;
}
.navbar-form .radio input[type=radio] {
	margin-left: 0px; position: relative;
}
.navbar-form .checkbox input[type=checkbox] {
	margin-left: 0px; position: relative;
}
.navbar-form .has-feedback .form-control-feedback {
	top: 0px;
}
}
@media all and (max-width:767px)
{
.navbar-form .form-group {
	margin-bottom: 5px;
}
}
@media all and (min-width:768px)
{
.navbar-form {
	border: 0px currentColor; border-image: none; width: auto; padding-top: 0px; padding-bottom: 0px; margin-right: 0px; margin-left: 0px; box-shadow: none; -webkit-box-shadow: none;
}
:last-child.navbar-form.navbar-right {
	margin-right: -15px;
}
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 0px; border-top-left-radius: 0px; border-top-right-radius: 0px;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	border-bottom-right-radius: 0px; border-bottom-left-radius: 0px;
}
.navbar-btn {
	margin-top: 8px; margin-bottom: 8px;
}
.navbar-btn.btn-sm {
	margin-top: 10px; margin-bottom: 10px;
}
.navbar-btn.btn-xs {
	margin-top: 14px; margin-bottom: 14px;
}
.navbar-text {
	margin-top: 15px; margin-bottom: 15px;
}
@media all and (min-width:768px)
{
.navbar-text {
	margin-right: 15px; margin-left: 15px; float: left;
}
:last-child.navbar-text.navbar-right {
	margin-right: 0px;
}
}
.navbar-default {
	border-color: rgb(231, 231, 231); background-color: rgb(248, 248, 248);
}
.navbar-default .navbar-brand {
	color: rgb(119, 119, 119);
}
.navbar-default .navbar-brand:hover {
	color: rgb(94, 94, 94); background-color: transparent;
}
.navbar-default .navbar-brand:focus {
	color: rgb(94, 94, 94); background-color: transparent;
}
.navbar-default .navbar-text {
	color: rgb(119, 119, 119);
}
.navbar-default .navbar-nav > li > a {
	color: rgb(119, 119, 119);
}
.navbar-default .navbar-nav > li > a:hover {
	color: rgb(51, 51, 51); background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus {
	color: rgb(51, 51, 51); background-color: transparent;
}
.navbar-default .navbar-nav > .active > a {
	color: rgb(85, 85, 85); background-color: rgb(231, 231, 231);
}
.navbar-default .navbar-nav > .active > a:hover {
	color: rgb(85, 85, 85); background-color: rgb(231, 231, 231);
}
.navbar-default .navbar-nav > .active > a:focus {
	color: rgb(85, 85, 85); background-color: rgb(231, 231, 231);
}
.navbar-default .navbar-nav > .disabled > a {
	color: rgb(204, 204, 204); background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a:hover {
	color: rgb(204, 204, 204); background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a:focus {
	color: rgb(204, 204, 204); background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: rgb(221, 221, 221);
}
.navbar-default .navbar-toggle:hover {
	background-color: rgb(221, 221, 221);
}
.navbar-default .navbar-toggle:focus {
	background-color: rgb(221, 221, 221);
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: rgb(136, 136, 136);
}
.navbar-default .navbar-collapse {
	border-color: rgb(231, 231, 231);
}
.navbar-default .navbar-form {
	border-color: rgb(231, 231, 231);
}
.navbar-default .navbar-nav > .open > a {
	color: rgb(85, 85, 85); background-color: rgb(231, 231, 231);
}
.navbar-default .navbar-nav > .open > a:hover {
	color: rgb(85, 85, 85); background-color: rgb(231, 231, 231);
}
.navbar-default .navbar-nav > .open > a:focus {
	color: rgb(85, 85, 85); background-color: rgb(231, 231, 231);
}
@media all and (max-width:767px)
{
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: rgb(119, 119, 119);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	color: rgb(51, 51, 51); background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: rgb(51, 51, 51); background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a {
	color: rgb(85, 85, 85); background-color: rgb(231, 231, 231);
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
	color: rgb(85, 85, 85); background-color: rgb(231, 231, 231);
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: rgb(85, 85, 85); background-color: rgb(231, 231, 231);
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a {
	color: rgb(204, 204, 204); background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
	color: rgb(204, 204, 204); background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
	color: rgb(204, 204, 204); background-color: transparent;
}
}
.navbar-default .navbar-link {
	color: rgb(119, 119, 119);
}
.navbar-default .navbar-link:hover {
	color: rgb(51, 51, 51);
}
.navbar-default .btn-link {
	color: rgb(119, 119, 119);
}
.navbar-default .btn-link:hover {
	color: rgb(51, 51, 51);
}
.navbar-default .btn-link:focus {
	color: rgb(51, 51, 51);
}
.navbar-default [disabled].btn-link:hover {
	color: rgb(204, 204, 204);
}
fieldset[disabled] .navbar-default .btn-link:hover {
	color: rgb(204, 204, 204);
}
.navbar-default [disabled].btn-link:focus {
	color: rgb(204, 204, 204);
}
fieldset[disabled] .navbar-default .btn-link:focus {
	color: rgb(204, 204, 204);
}
.navbar-inverse {
	border-color: rgb(8, 8, 8); background-color: rgb(34, 34, 34);
}
.navbar-inverse .navbar-brand {
	color: rgb(119, 119, 119);
}
.navbar-inverse .navbar-brand:hover {
	color: rgb(255, 255, 255); background-color: transparent;
}
.navbar-inverse .navbar-brand:focus {
	color: rgb(255, 255, 255); background-color: transparent;
}
.navbar-inverse .navbar-text {
	color: rgb(119, 119, 119);
}
.navbar-inverse .navbar-nav > li > a {
	color: rgb(119, 119, 119);
}
.navbar-inverse .navbar-nav > li > a:hover {
	color: rgb(255, 255, 255); background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a:focus {
	color: rgb(255, 255, 255); background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a {
	color: rgb(255, 255, 255); background-color: rgb(8, 8, 8);
}
.navbar-inverse .navbar-nav > .active > a:hover {
	color: rgb(255, 255, 255); background-color: rgb(8, 8, 8);
}
.navbar-inverse .navbar-nav > .active > a:focus {
	color: rgb(255, 255, 255); background-color: rgb(8, 8, 8);
}
.navbar-inverse .navbar-nav > .disabled > a {
	color: rgb(68, 68, 68); background-color: transparent;
}
.navbar-inverse .navbar-nav > .disabled > a:hover {
	color: rgb(68, 68, 68); background-color: transparent;
}
.navbar-inverse .navbar-nav > .disabled > a:focus {
	color: rgb(68, 68, 68); background-color: transparent;
}
.navbar-inverse .navbar-toggle {
	border-color: rgb(51, 51, 51);
}
.navbar-inverse .navbar-toggle:hover {
	background-color: rgb(51, 51, 51);
}
.navbar-inverse .navbar-toggle:focus {
	background-color: rgb(51, 51, 51);
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: rgb(255, 255, 255);
}
.navbar-inverse .navbar-collapse {
	border-color: rgb(16, 16, 16);
}
.navbar-inverse .navbar-form {
	border-color: rgb(16, 16, 16);
}
.navbar-inverse .navbar-nav > .open > a {
	color: rgb(255, 255, 255); background-color: rgb(8, 8, 8);
}
.navbar-inverse .navbar-nav > .open > a:hover {
	color: rgb(255, 255, 255); background-color: rgb(8, 8, 8);
}
.navbar-inverse .navbar-nav > .open > a:focus {
	color: rgb(255, 255, 255); background-color: rgb(8, 8, 8);
}
@media all and (max-width:767px)
{
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
	border-color: rgb(8, 8, 8);
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
	background-color: rgb(8, 8, 8);
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: rgb(119, 119, 119);
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
	color: rgb(255, 255, 255); background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
	color: rgb(255, 255, 255); background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a {
	color: rgb(255, 255, 255); background-color: rgb(8, 8, 8);
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
	color: rgb(255, 255, 255); background-color: rgb(8, 8, 8);
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: rgb(255, 255, 255); background-color: rgb(8, 8, 8);
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a {
	color: rgb(68, 68, 68); background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
	color: rgb(68, 68, 68); background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
	color: rgb(68, 68, 68); background-color: transparent;
}
}
.navbar-inverse .navbar-link {
	color: rgb(119, 119, 119);
}
.navbar-inverse .navbar-link:hover {
	color: rgb(255, 255, 255);
}
.navbar-inverse .btn-link {
	color: rgb(119, 119, 119);
}
.navbar-inverse .btn-link:hover {
	color: rgb(255, 255, 255);
}
.navbar-inverse .btn-link:focus {
	color: rgb(255, 255, 255);
}
.navbar-inverse [disabled].btn-link:hover {
	color: rgb(68, 68, 68);
}
fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: rgb(68, 68, 68);
}
.navbar-inverse [disabled].btn-link:focus {
	color: rgb(68, 68, 68);
}
fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: rgb(68, 68, 68);
}
.breadcrumb {
	list-style: none; padding: 8px 15px; border-radius: 4px; margin-bottom: 20px; background-color: rgb(245, 245, 245);
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li + li::before {
	padding: 0px 5px; color: rgb(204, 204, 204); content: "/\00a0";
}
.breadcrumb > .active {
	color: rgb(119, 119, 119);
}
.pagination {
	margin: 20px 0px; border-radius: 4px; padding-left: 0px; display: inline-block;
}
.pagination > li {
	display: inline;
}
.pagination > li > a {
	padding: 6px 12px; border: 1px solid rgb(221, 221, 221); border-image: none; color: rgb(66, 139, 202); line-height: 1.4285; text-decoration: none; margin-left: -1px; float: left; position: relative; background-color: rgb(255, 255, 255);
}
.pagination > li > span {
	padding: 6px 12px; border: 1px solid rgb(221, 221, 221); border-image: none; color: rgb(66, 139, 202); line-height: 1.4285; text-decoration: none; margin-left: -1px; float: left; position: relative; background-color: rgb(255, 255, 255);
}
.pagination > li:first-child > a {
	margin-left: 0px; border-top-left-radius: 4px; border-bottom-left-radius: 4px;
}
.pagination > li:first-child > span {
	margin-left: 0px; border-top-left-radius: 4px; border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a {
	border-top-right-radius: 4px; border-bottom-right-radius: 4px;
}
.pagination > li:last-child > span {
	border-top-right-radius: 4px; border-bottom-right-radius: 4px;
}
.pagination > li > a:hover {
	border-color: rgb(221, 221, 221); color: rgb(42, 100, 150); background-color: rgb(238, 238, 238);
}
.pagination > li > span:hover {
	border-color: rgb(221, 221, 221); color: rgb(42, 100, 150); background-color: rgb(238, 238, 238);
}
.pagination > li > a:focus {
	border-color: rgb(221, 221, 221); color: rgb(42, 100, 150); background-color: rgb(238, 238, 238);
}
.pagination > li > span:focus {
	border-color: rgb(221, 221, 221); color: rgb(42, 100, 150); background-color: rgb(238, 238, 238);
}
.pagination > .active > a {
	border-color: rgb(66, 139, 202); color: rgb(255, 255, 255); z-index: 2; cursor: default; background-color: rgb(66, 139, 202);
}
.pagination > .active > span {
	border-color: rgb(66, 139, 202); color: rgb(255, 255, 255); z-index: 2; cursor: default; background-color: rgb(66, 139, 202);
}
.pagination > .active > a:hover {
	border-color: rgb(66, 139, 202); color: rgb(255, 255, 255); z-index: 2; cursor: default; background-color: rgb(66, 139, 202);
}
.pagination > .active > span:hover {
	border-color: rgb(66, 139, 202); color: rgb(255, 255, 255); z-index: 2; cursor: default; background-color: rgb(66, 139, 202);
}
.pagination > .active > a:focus {
	border-color: rgb(66, 139, 202); color: rgb(255, 255, 255); z-index: 2; cursor: default; background-color: rgb(66, 139, 202);
}
.pagination > .active > span:focus {
	border-color: rgb(66, 139, 202); color: rgb(255, 255, 255); z-index: 2; cursor: default; background-color: rgb(66, 139, 202);
}
.pagination > .disabled > span {
	border-color: rgb(221, 221, 221); color: rgb(119, 119, 119); cursor: not-allowed; background-color: rgb(255, 255, 255);
}
.pagination > .disabled > span:hover {
	border-color: rgb(221, 221, 221); color: rgb(119, 119, 119); cursor: not-allowed; background-color: rgb(255, 255, 255);
}
.pagination > .disabled > span:focus {
	border-color: rgb(221, 221, 221); color: rgb(119, 119, 119); cursor: not-allowed; background-color: rgb(255, 255, 255);
}
.pagination > .disabled > a {
	border-color: rgb(221, 221, 221); color: rgb(119, 119, 119); cursor: not-allowed; background-color: rgb(255, 255, 255);
}
.pagination > .disabled > a:hover {
	border-color: rgb(221, 221, 221); color: rgb(119, 119, 119); cursor: not-allowed; background-color: rgb(255, 255, 255);
}
.pagination > .disabled > a:focus {
	border-color: rgb(221, 221, 221); color: rgb(119, 119, 119); cursor: not-allowed; background-color: rgb(255, 255, 255);
}
.pagination-lg > li > a {
	padding: 10px 16px; font-size: 18px;
}
.pagination-lg > li > span {
	padding: 10px 16px; font-size: 18px;
}
.pagination-lg > li:first-child > a {
	border-top-left-radius: 6px; border-bottom-left-radius: 6px;
}
.pagination-lg > li:first-child > span {
	border-top-left-radius: 6px; border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a {
	border-top-right-radius: 6px; border-bottom-right-radius: 6px;
}
.pagination-lg > li:last-child > span {
	border-top-right-radius: 6px; border-bottom-right-radius: 6px;
}
.pagination-sm > li > a {
	padding: 5px 10px; font-size: 12px;
}
.pagination-sm > li > span {
	padding: 5px 10px; font-size: 12px;
}
.pagination-sm > li:first-child > a {
	border-top-left-radius: 3px; border-bottom-left-radius: 3px;
}
.pagination-sm > li:first-child > span {
	border-top-left-radius: 3px; border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a {
	border-top-right-radius: 3px; border-bottom-right-radius: 3px;
}
.pagination-sm > li:last-child > span {
	border-top-right-radius: 3px; border-bottom-right-radius: 3px;
}
.pager {
	list-style: none; margin: 20px 0px; text-align: center; padding-left: 0px;
}
.pager li {
	display: inline;
}
.pager li > a {
	padding: 5px 14px; border-radius: 15px; border: 1px solid rgb(221, 221, 221); border-image: none; display: inline-block; background-color: rgb(255, 255, 255);
}
.pager li > span {
	padding: 5px 14px; border-radius: 15px; border: 1px solid rgb(221, 221, 221); border-image: none; display: inline-block; background-color: rgb(255, 255, 255);
}
.pager li > a:hover {
	text-decoration: none; background-color: rgb(238, 238, 238);
}
.pager li > a:focus {
	text-decoration: none; background-color: rgb(238, 238, 238);
}
.pager .next > a {
	float: right;
}
.pager .next > span {
	float: right;
}
.pager .previous > a {
	float: left;
}
.pager .previous > span {
	float: left;
}
.pager .disabled > a {
	color: rgb(119, 119, 119); cursor: not-allowed; background-color: rgb(255, 255, 255);
}
.pager .disabled > a:hover {
	color: rgb(119, 119, 119); cursor: not-allowed; background-color: rgb(255, 255, 255);
}
.pager .disabled > a:focus {
	color: rgb(119, 119, 119); cursor: not-allowed; background-color: rgb(255, 255, 255);
}
.pager .disabled > span {
	color: rgb(119, 119, 119); cursor: not-allowed; background-color: rgb(255, 255, 255);
}
.label {
	padding: 0.2em 0.6em 0.3em; border-radius: 0.25em; text-align: center; color: rgb(255, 255, 255); line-height: 1; font-size: 75%; font-weight: 700; vertical-align: baseline; display: inline; white-space: nowrap;
}
a.label:hover {
	color: rgb(255, 255, 255); text-decoration: none; cursor: pointer;
}
a.label:focus {
	color: rgb(255, 255, 255); text-decoration: none; cursor: pointer;
}
:empty.label {
	display: none;
}
.btn .label {
	top: -1px; position: relative;
}
.label-default {
	background-color: rgb(119, 119, 119);
}
[href].label-default:hover {
	background-color: rgb(94, 94, 94);
}
[href].label-default:focus {
	background-color: rgb(94, 94, 94);
}
.label-primary {
	background-color: rgb(66, 139, 202);
}
[href].label-primary:hover {
	background-color: rgb(48, 113, 169);
}
[href].label-primary:focus {
	background-color: rgb(48, 113, 169);
}
.label-success {
	background-color: rgb(92, 184, 92);
}
[href].label-success:hover {
	background-color: rgb(68, 157, 68);
}
[href].label-success:focus {
	background-color: rgb(68, 157, 68);
}
.label-info {
	background-color: rgb(91, 192, 222);
}
[href].label-info:hover {
	background-color: rgb(49, 176, 213);
}
[href].label-info:focus {
	background-color: rgb(49, 176, 213);
}
.label-warning {
	background-color: rgb(240, 173, 78);
}
[href].label-warning:hover {
	background-color: rgb(236, 151, 31);
}
[href].label-warning:focus {
	background-color: rgb(236, 151, 31);
}
.label-danger {
	background-color: rgb(217, 83, 79);
}
[href].label-danger:hover {
	background-color: rgb(201, 48, 44);
}
[href].label-danger:focus {
	background-color: rgb(201, 48, 44);
}
.badge {
	padding: 3px 7px; border-radius: 10px; text-align: center; color: rgb(255, 255, 255); line-height: 1; font-size: 12px; font-weight: 700; vertical-align: baseline; display: inline-block; white-space: nowrap; min-width: 10px; background-color: rgb(119, 119, 119);
}
:empty.badge {
	display: none;
}
.btn .badge {
	top: -1px; position: relative;
}
.btn-xs .badge {
	padding: 1px 5px; top: 0px;
}
a.badge:hover {
	color: rgb(255, 255, 255); text-decoration: none; cursor: pointer;
}
a.badge:focus {
	color: rgb(255, 255, 255); text-decoration: none; cursor: pointer;
}
a.list-group-item.active > .badge {
	color: rgb(66, 139, 202); background-color: rgb(255, 255, 255);
}
.nav-pills > .active > a > .badge {
	color: rgb(66, 139, 202); background-color: rgb(255, 255, 255);
}
.nav-pills > li > a > .badge {
	margin-left: 3px;
}
.jumbotron {
	padding: 30px; color: inherit; margin-bottom: 30px; background-color: rgb(238, 238, 238);
}
.jumbotron h1 {
	color: inherit;
}
.jumbotron .h1 {
	color: inherit;
}
.jumbotron p {
	font-size: 21px; font-weight: 200; margin-bottom: 15px;
}
.jumbotron > hr {
	border-top-color: rgb(213, 213, 213);
}
.container .jumbotron {
	border-radius: 6px;
}
.jumbotron .container {
	max-width: 100%;
}
@media screen and (min-width:768px)
{
.jumbotron {
	padding-top: 48px; padding-bottom: 48px;
}
.container .jumbotron {
	padding-right: 60px; padding-left: 60px;
}
.jumbotron h1 {
	font-size: 63px;
}
.jumbotron .h1 {
	font-size: 63px;
}
}
.thumbnail {
	padding: 4px; border-radius: 4px; border: 1px solid rgb(221, 221, 221); transition:0.2s ease-in-out; border-image: none; line-height: 1.4285; margin-bottom: 20px; display: block; background-color: rgb(255, 255, 255); -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out;
}
.thumbnail > img {
	margin-right: auto; margin-left: auto;
}
.thumbnail a > img {
	margin-right: auto; margin-left: auto;
}
a.thumbnail:hover {
	border-color: rgb(66, 139, 202);
}
a.thumbnail:focus {
	border-color: rgb(66, 139, 202);
}
a.thumbnail.active {
	border-color: rgb(66, 139, 202);
}
.thumbnail .caption {
	padding: 9px; color: rgb(51, 51, 51);
}
.alert {
	padding: 15px; border-radius: 4px; border: 1px solid transparent; border-image: none; margin-bottom: 20px;
}
.alert h4 {
	color: inherit; margin-top: 0px;
}
.alert .alert-link {
	font-weight: 700;
}
.alert > p {
	margin-bottom: 0px;
}
.alert > ul {
	margin-bottom: 0px;
}
.alert > p + p {
	margin-top: 5px;
}
.alert-dismissable {
	padding-right: 35px;
}
.alert-dismissible {
	padding-right: 35px;
}
.alert-dismissable .close {
	top: -2px; right: -21px; color: inherit; position: relative;
}
.alert-dismissible .close {
	top: -2px; right: -21px; color: inherit; position: relative;
}
.alert-success {
	border-color: rgb(214, 233, 198); color: rgb(60, 118, 61); background-color: rgb(223, 240, 216);
}
.alert-success hr {
	border-top-color: rgb(201, 226, 179);
}
.alert-success .alert-link {
	color: rgb(43, 84, 44);
}
.alert-info {
	border-color: rgb(188, 232, 241); color: rgb(49, 112, 143); background-color: rgb(217, 237, 247);
}
.alert-info hr {
	border-top-color: rgb(166, 225, 236);
}
.alert-info .alert-link {
	color: rgb(36, 82, 105);
}
.alert-warning {
	border-color: rgb(250, 235, 204); color: rgb(138, 109, 59); background-color: rgb(252, 248, 227);
}
.alert-warning hr {
	border-top-color: rgb(247, 225, 181);
}
.alert-warning .alert-link {
	color: rgb(102, 81, 44);
}
.alert-danger {
	border-color: rgb(235, 204, 209); color: rgb(169, 68, 66); background-color: rgb(242, 222, 222);
}
.alert-danger hr {
	border-top-color: rgb(228, 185, 192);
}
.alert-danger .alert-link {
	color: rgb(132, 53, 52);
}
.progress {
	border-radius: 4px; height: 20px; overflow: hidden; margin-bottom: 20px; box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); background-color: rgb(245, 245, 245); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
	transition:width 0.6s; width: 0px; height: 100%; text-align: center; color: rgb(255, 255, 255); line-height: 20px; font-size: 12px; float: left; box-shadow: inset 0px -1px 0px rgba(0,0,0,0.15); background-color: rgb(66, 139, 202); -webkit-transition: width .6s ease; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); -o-transition: width .6s ease;
}
.progress-striped .progress-bar {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 40px 40px; -webkit-background-size: 40px 40px;
}
.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 40px 40px; -webkit-background-size: 40px 40px;
}
.progress.active .progress-bar {
	animation:progress-bar-stripes 2s linear infinite; -webkit-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar.active {
	animation:progress-bar-stripes 2s linear infinite; -webkit-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite;
}
[aria-valuenow='1'].progress-bar {
	min-width: 30px;
}
[aria-valuenow='2'].progress-bar {
	min-width: 30px;
}
[aria-valuenow='0'].progress-bar {
	color: rgb(119, 119, 119); min-width: 30px; box-shadow: none; background-image: none; background-color: transparent; -webkit-box-shadow: none;
}
.progress-bar-success {
	background-color: rgb(92, 184, 92);
}
.progress-striped .progress-bar-success {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
	background-color: rgb(91, 192, 222);
}
.progress-striped .progress-bar-info {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
	background-color: rgb(240, 173, 78);
}
.progress-striped .progress-bar-warning {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
	background-color: rgb(217, 83, 79);
}
.progress-striped .progress-bar-danger {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
	overflow: hidden; -ms-zoom: 1;
}
.media-body {
	overflow: hidden; -ms-zoom: 1;
}
.media {
	margin-top: 15px;
}
.media .media {
	margin-top: 15px;
}
:first-child.media {
	margin-top: 0px;
}
.media-object {
	display: block;
}
.media-heading {
	margin: 0px 0px 5px;
}
.media > .pull-left {
	margin-right: 10px;
}
.media > .pull-right {
	margin-left: 10px;
}
.media-list {
	list-style: none; padding-left: 0px;
}
.list-group {
	padding-left: 0px; margin-bottom: 20px;
}
.list-group-item {
	padding: 10px 15px; border: 1px solid rgb(221, 221, 221); border-image: none; margin-bottom: -1px; display: block; position: relative; background-color: rgb(255, 255, 255);
}
:first-child.list-group-item {
	border-top-left-radius: 4px; border-top-right-radius: 4px;
}
:last-child.list-group-item {
	margin-bottom: 0px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
	float: right;
}
.list-group-item > .badge + .badge {
	margin-right: 5px;
}
a.list-group-item {
	color: rgb(85, 85, 85);
}
a.list-group-item .list-group-item-heading {
	color: rgb(51, 51, 51);
}
a.list-group-item:hover {
	color: rgb(85, 85, 85); text-decoration: none; background-color: rgb(245, 245, 245);
}
a.list-group-item:focus {
	color: rgb(85, 85, 85); text-decoration: none; background-color: rgb(245, 245, 245);
}
.list-group-item.disabled {
	color: rgb(119, 119, 119); background-color: rgb(238, 238, 238);
}
.list-group-item.disabled:hover {
	color: rgb(119, 119, 119); background-color: rgb(238, 238, 238);
}
.list-group-item.disabled:focus {
	color: rgb(119, 119, 119); background-color: rgb(238, 238, 238);
}
.list-group-item.disabled .list-group-item-heading {
	color: inherit;
}
.list-group-item.disabled:hover .list-group-item-heading {
	color: inherit;
}
.list-group-item.disabled:focus .list-group-item-heading {
	color: inherit;
}
.list-group-item.disabled .list-group-item-text {
	color: rgb(119, 119, 119);
}
.list-group-item.disabled:hover .list-group-item-text {
	color: rgb(119, 119, 119);
}
.list-group-item.disabled:focus .list-group-item-text {
	color: rgb(119, 119, 119);
}
.list-group-item.active {
	border-color: rgb(66, 139, 202); color: rgb(255, 255, 255); z-index: 2; background-color: rgb(66, 139, 202);
}
.list-group-item.active:hover {
	border-color: rgb(66, 139, 202); color: rgb(255, 255, 255); z-index: 2; background-color: rgb(66, 139, 202);
}
.list-group-item.active:focus {
	border-color: rgb(66, 139, 202); color: rgb(255, 255, 255); z-index: 2; background-color: rgb(66, 139, 202);
}
.list-group-item.active .list-group-item-heading {
	color: inherit;
}
.list-group-item.active:hover .list-group-item-heading {
	color: inherit;
}
.list-group-item.active:focus .list-group-item-heading {
	color: inherit;
}
.list-group-item.active .list-group-item-heading > small {
	color: inherit;
}
.list-group-item.active:hover .list-group-item-heading > small {
	color: inherit;
}
.list-group-item.active:focus .list-group-item-heading > small {
	color: inherit;
}
.list-group-item.active .list-group-item-heading > .small {
	color: inherit;
}
.list-group-item.active:hover .list-group-item-heading > .small {
	color: inherit;
}
.list-group-item.active:focus .list-group-item-heading > .small {
	color: inherit;
}
.list-group-item.active .list-group-item-text {
	color: rgb(225, 237, 247);
}
.list-group-item.active:hover .list-group-item-text {
	color: rgb(225, 237, 247);
}
.list-group-item.active:focus .list-group-item-text {
	color: rgb(225, 237, 247);
}
.list-group-item-success {
	color: rgb(60, 118, 61); background-color: rgb(223, 240, 216);
}
a.list-group-item-success {
	color: rgb(60, 118, 61);
}
a.list-group-item-success .list-group-item-heading {
	color: inherit;
}
a.list-group-item-success:hover {
	color: rgb(60, 118, 61); background-color: rgb(208, 233, 198);
}
a.list-group-item-success:focus {
	color: rgb(60, 118, 61); background-color: rgb(208, 233, 198);
}
a.list-group-item-success.active {
	border-color: rgb(60, 118, 61); color: rgb(255, 255, 255); background-color: rgb(60, 118, 61);
}
a.list-group-item-success.active:hover {
	border-color: rgb(60, 118, 61); color: rgb(255, 255, 255); background-color: rgb(60, 118, 61);
}
a.list-group-item-success.active:focus {
	border-color: rgb(60, 118, 61); color: rgb(255, 255, 255); background-color: rgb(60, 118, 61);
}
.list-group-item-info {
	color: rgb(49, 112, 143); background-color: rgb(217, 237, 247);
}
a.list-group-item-info {
	color: rgb(49, 112, 143);
}
a.list-group-item-info .list-group-item-heading {
	color: inherit;
}
a.list-group-item-info:hover {
	color: rgb(49, 112, 143); background-color: rgb(196, 227, 243);
}
a.list-group-item-info:focus {
	color: rgb(49, 112, 143); background-color: rgb(196, 227, 243);
}
a.list-group-item-info.active {
	border-color: rgb(49, 112, 143); color: rgb(255, 255, 255); background-color: rgb(49, 112, 143);
}
a.list-group-item-info.active:hover {
	border-color: rgb(49, 112, 143); color: rgb(255, 255, 255); background-color: rgb(49, 112, 143);
}
a.list-group-item-info.active:focus {
	border-color: rgb(49, 112, 143); color: rgb(255, 255, 255); background-color: rgb(49, 112, 143);
}
.list-group-item-warning {
	color: rgb(138, 109, 59); background-color: rgb(252, 248, 227);
}
a.list-group-item-warning {
	color: rgb(138, 109, 59);
}
a.list-group-item-warning .list-group-item-heading {
	color: inherit;
}
a.list-group-item-warning:hover {
	color: rgb(138, 109, 59); background-color: rgb(250, 242, 204);
}
a.list-group-item-warning:focus {
	color: rgb(138, 109, 59); background-color: rgb(250, 242, 204);
}
a.list-group-item-warning.active {
	border-color: rgb(138, 109, 59); color: rgb(255, 255, 255); background-color: rgb(138, 109, 59);
}
a.list-group-item-warning.active:hover {
	border-color: rgb(138, 109, 59); color: rgb(255, 255, 255); background-color: rgb(138, 109, 59);
}
a.list-group-item-warning.active:focus {
	border-color: rgb(138, 109, 59); color: rgb(255, 255, 255); background-color: rgb(138, 109, 59);
}
.list-group-item-danger {
	color: rgb(169, 68, 66); background-color: rgb(242, 222, 222);
}
a.list-group-item-danger {
	color: rgb(169, 68, 66);
}
a.list-group-item-danger .list-group-item-heading {
	color: inherit;
}
a.list-group-item-danger:hover {
	color: rgb(169, 68, 66); background-color: rgb(235, 204, 204);
}
a.list-group-item-danger:focus {
	color: rgb(169, 68, 66); background-color: rgb(235, 204, 204);
}
a.list-group-item-danger.active {
	border-color: rgb(169, 68, 66); color: rgb(255, 255, 255); background-color: rgb(169, 68, 66);
}
a.list-group-item-danger.active:hover {
	border-color: rgb(169, 68, 66); color: rgb(255, 255, 255); background-color: rgb(169, 68, 66);
}
a.list-group-item-danger.active:focus {
	border-color: rgb(169, 68, 66); color: rgb(255, 255, 255); background-color: rgb(169, 68, 66);
}
.list-group-item-heading {
	margin-top: 0px; margin-bottom: 5px;
}
.list-group-item-text {
	line-height: 1.3; margin-bottom: 0px;
}
.panel {
	border-radius: 4px; border: 1px solid transparent; border-image: none; margin-bottom: 20px; box-shadow: 0px 1px 1px rgba(0,0,0,0.05); background-color: rgb(255, 255, 255); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
	padding: 15px;
}
.panel-heading {
	padding: 10px 15px; border-bottom-color: transparent; border-bottom-width: 1px; border-bottom-style: solid; border-top-left-radius: 3px; border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}
.panel-title {
	color: inherit; font-size: 16px; margin-top: 0px; margin-bottom: 0px;
}
.panel-title > a {
	color: inherit;
}
.panel-footer {
	padding: 10px 15px; border-top-color: rgb(221, 221, 221); border-top-width: 1px; border-top-style: solid; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; background-color: rgb(245, 245, 245);
}
.panel > .list-group {
	margin-bottom: 0px;
}
.panel > .list-group .list-group-item {
	border-width: 1px 0px; border-radius: 0px;
}
.panel > :first-child.list-group :first-child.list-group-item {
	border-top-color: currentColor; border-top-width: 0px; border-top-style: none; border-top-left-radius: 3px; border-top-right-radius: 3px;
}
.panel > :last-child.list-group :last-child.list-group-item {
	border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;
}
.panel-heading + .list-group :first-child.list-group-item {
	border-top-width: 0px;
}
.list-group + .panel-footer {
	border-top-width: 0px;
}
.panel > .table {
	margin-bottom: 0px;
}
.panel > .table-responsive > .table {
	margin-bottom: 0px;
}
.panel > .panel-collapse > .table {
	margin-bottom: 0px;
}
.panel > :first-child.table {
	border-top-left-radius: 3px; border-top-right-radius: 3px;
}
.panel > :first-child.table-responsive > :first-child.table {
	border-top-left-radius: 3px; border-top-right-radius: 3px;
}
.panel > :first-child.table > thead:first-child > tr:first-child td:first-child {
	border-top-left-radius: 3px;
}
.panel > :first-child.table-responsive > :first-child.table > thead:first-child > tr:first-child td:first-child {
	border-top-left-radius: 3px;
}
.panel > :first-child.table > tbody:first-child > tr:first-child td:first-child {
	border-top-left-radius: 3px;
}
.panel > :first-child.table-responsive > :first-child.table > tbody:first-child > tr:first-child td:first-child {
	border-top-left-radius: 3px;
}
.panel > :first-child.table > thead:first-child > tr:first-child th:first-child {
	border-top-left-radius: 3px;
}
.panel > :first-child.table-responsive > :first-child.table > thead:first-child > tr:first-child th:first-child {
	border-top-left-radius: 3px;
}
.panel > :first-child.table > tbody:first-child > tr:first-child th:first-child {
	border-top-left-radius: 3px;
}
.panel > :first-child.table-responsive > :first-child.table > tbody:first-child > tr:first-child th:first-child {
	border-top-left-radius: 3px;
}
.panel > :first-child.table > thead:first-child > tr:first-child td:last-child {
	border-top-right-radius: 3px;
}
.panel > :first-child.table-responsive > :first-child.table > thead:first-child > tr:first-child td:last-child {
	border-top-right-radius: 3px;
}
.panel > :first-child.table > tbody:first-child > tr:first-child td:last-child {
	border-top-right-radius: 3px;
}
.panel > :first-child.table-responsive > :first-child.table > tbody:first-child > tr:first-child td:last-child {
	border-top-right-radius: 3px;
}
.panel > :first-child.table > thead:first-child > tr:first-child th:last-child {
	border-top-right-radius: 3px;
}
.panel > :first-child.table-responsive > :first-child.table > thead:first-child > tr:first-child th:last-child {
	border-top-right-radius: 3px;
}
.panel > :first-child.table > tbody:first-child > tr:first-child th:last-child {
	border-top-right-radius: 3px;
}
.panel > :first-child.table-responsive > :first-child.table > tbody:first-child > tr:first-child th:last-child {
	border-top-right-radius: 3px;
}
.panel > :last-child.table {
	border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;
}
.panel > :last-child.table-responsive > :last-child.table {
	border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;
}
.panel > :last-child.table > tbody:last-child > tr:last-child td:first-child {
	border-bottom-left-radius: 3px;
}
.panel > :last-child.table-responsive > :last-child.table > tbody:last-child > tr:last-child td:first-child {
	border-bottom-left-radius: 3px;
}
.panel > :last-child.table > tfoot:last-child > tr:last-child td:first-child {
	border-bottom-left-radius: 3px;
}
.panel > :last-child.table-responsive > :last-child.table > tfoot:last-child > tr:last-child td:first-child {
	border-bottom-left-radius: 3px;
}
.panel > :last-child.table > tbody:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
}
.panel > :last-child.table-responsive > :last-child.table > tbody:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
}
.panel > :last-child.table > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
}
.panel > :last-child.table-responsive > :last-child.table > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
}
.panel > :last-child.table > tbody:last-child > tr:last-child td:last-child {
	border-bottom-right-radius: 3px;
}
.panel > :last-child.table-responsive > :last-child.table > tbody:last-child > tr:last-child td:last-child {
	border-bottom-right-radius: 3px;
}
.panel > :last-child.table > tfoot:last-child > tr:last-child td:last-child {
	border-bottom-right-radius: 3px;
}
.panel > :last-child.table-responsive > :last-child.table > tfoot:last-child > tr:last-child td:last-child {
	border-bottom-right-radius: 3px;
}
.panel > :last-child.table > tbody:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
}
.panel > :last-child.table-responsive > :last-child.table > tbody:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
}
.panel > :last-child.table > tfoot:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
}
.panel > :last-child.table-responsive > :last-child.table > tfoot:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table {
	border-top-color: rgb(221, 221, 221); border-top-width: 1px; border-top-style: solid;
}
.panel > .panel-body + .table-responsive {
	border-top-color: rgb(221, 221, 221); border-top-width: 1px; border-top-style: solid;
}
.panel > .table > tbody:first-child > tr:first-child th {
	border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
.panel > .table > tbody:first-child > tr:first-child td {
	border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
.panel > .table-bordered {
	border: 0px currentColor; border-image: none;
}
.panel > .table-responsive > .table-bordered {
	border: 0px currentColor; border-image: none;
}
.panel > .table-bordered > thead > tr > th:first-child {
	border-left-color: currentColor; border-left-width: 0px; border-left-style: none;
}
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
	border-left-color: currentColor; border-left-width: 0px; border-left-style: none;
}
.panel > .table-bordered > tbody > tr > th:first-child {
	border-left-color: currentColor; border-left-width: 0px; border-left-style: none;
}
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child {
	border-left-color: currentColor; border-left-width: 0px; border-left-style: none;
}
.panel > .table-bordered > tfoot > tr > th:first-child {
	border-left-color: currentColor; border-left-width: 0px; border-left-style: none;
}
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child {
	border-left-color: currentColor; border-left-width: 0px; border-left-style: none;
}
.panel > .table-bordered > thead > tr > td:first-child {
	border-left-color: currentColor; border-left-width: 0px; border-left-style: none;
}
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child {
	border-left-color: currentColor; border-left-width: 0px; border-left-style: none;
}
.panel > .table-bordered > tbody > tr > td:first-child {
	border-left-color: currentColor; border-left-width: 0px; border-left-style: none;
}
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child {
	border-left-color: currentColor; border-left-width: 0px; border-left-style: none;
}
.panel > .table-bordered > tfoot > tr > td:first-child {
	border-left-color: currentColor; border-left-width: 0px; border-left-style: none;
}
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left-color: currentColor; border-left-width: 0px; border-left-style: none;
}
.panel > .table-bordered > thead > tr > th:last-child {
	border-right-color: currentColor; border-right-width: 0px; border-right-style: none;
}
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
	border-right-color: currentColor; border-right-width: 0px; border-right-style: none;
}
.panel > .table-bordered > tbody > tr > th:last-child {
	border-right-color: currentColor; border-right-width: 0px; border-right-style: none;
}
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child {
	border-right-color: currentColor; border-right-width: 0px; border-right-style: none;
}
.panel > .table-bordered > tfoot > tr > th:last-child {
	border-right-color: currentColor; border-right-width: 0px; border-right-style: none;
}
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child {
	border-right-color: currentColor; border-right-width: 0px; border-right-style: none;
}
.panel > .table-bordered > thead > tr > td:last-child {
	border-right-color: currentColor; border-right-width: 0px; border-right-style: none;
}
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child {
	border-right-color: currentColor; border-right-width: 0px; border-right-style: none;
}
.panel > .table-bordered > tbody > tr > td:last-child {
	border-right-color: currentColor; border-right-width: 0px; border-right-style: none;
}
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child {
	border-right-color: currentColor; border-right-width: 0px; border-right-style: none;
}
.panel > .table-bordered > tfoot > tr > td:last-child {
	border-right-color: currentColor; border-right-width: 0px; border-right-style: none;
}
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right-color: currentColor; border-right-width: 0px; border-right-style: none;
}
.panel > .table-bordered > thead > tr:first-child > td {
	border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td {
	border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
.panel > .table-bordered > tbody > tr:first-child > td {
	border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td {
	border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
.panel > .table-bordered > thead > tr:first-child > th {
	border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
	border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
.panel > .table-bordered > tbody > tr:first-child > th {
	border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
	border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
.panel > .table-bordered > tbody > tr:last-child > td {
	border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td {
	border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
.panel > .table-bordered > tfoot > tr:last-child > td {
	border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
	border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
.panel > .table-bordered > tbody > tr:last-child > th {
	border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th {
	border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
.panel > .table-bordered > tfoot > tr:last-child > th {
	border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
	border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
.panel > .table-responsive {
	border: 0px currentColor; border-image: none; margin-bottom: 0px;
}
.panel-group {
	margin-bottom: 20px;
}
.panel-group .panel {
	border-radius: 4px; margin-bottom: 0px;
}
.panel-group .panel + .panel {
	margin-top: 5px;
}
.panel-group .panel-heading {
	border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top-color: rgb(221, 221, 221); border-top-width: 1px; border-top-style: solid;
}
.panel-group .panel-footer {
	border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: rgb(221, 221, 221); border-bottom-width: 1px; border-bottom-style: solid;
}
.panel-default {
	border-color: rgb(221, 221, 221);
}
.panel-default > .panel-heading {
	border-color: rgb(221, 221, 221); color: rgb(51, 51, 51); background-color: rgb(245, 245, 245);
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: rgb(221, 221, 221);
}
.panel-default > .panel-heading .badge {
	color: rgb(245, 245, 245); background-color: rgb(51, 51, 51);
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: rgb(221, 221, 221);
}
.panel-primary {
	border-color: rgb(66, 139, 202);
}
.panel-primary > .panel-heading {
	border-color: rgb(66, 139, 202); color: rgb(255, 255, 255); background-color: rgb(66, 139, 202);
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: rgb(66, 139, 202);
}
.panel-primary > .panel-heading .badge {
	color: rgb(66, 139, 202); background-color: rgb(255, 255, 255);
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: rgb(66, 139, 202);
}
.panel-success {
	border-color: rgb(214, 233, 198);
}
.panel-success > .panel-heading {
	border-color: rgb(214, 233, 198); color: rgb(60, 118, 61); background-color: rgb(223, 240, 216);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: rgb(214, 233, 198);
}
.panel-success > .panel-heading .badge {
	color: rgb(223, 240, 216); background-color: rgb(60, 118, 61);
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: rgb(214, 233, 198);
}
.panel-info {
	border-color: rgb(188, 232, 241);
}
.panel-info > .panel-heading {
	border-color: rgb(188, 232, 241); color: rgb(49, 112, 143); background-color: rgb(217, 237, 247);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: rgb(188, 232, 241);
}
.panel-info > .panel-heading .badge {
	color: rgb(217, 237, 247); background-color: rgb(49, 112, 143);
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: rgb(188, 232, 241);
}
.panel-warning {
	border-color: rgb(250, 235, 204);
}
.panel-warning > .panel-heading {
	border-color: rgb(250, 235, 204); color: rgb(138, 109, 59); background-color: rgb(252, 248, 227);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: rgb(250, 235, 204);
}
.panel-warning > .panel-heading .badge {
	color: rgb(252, 248, 227); background-color: rgb(138, 109, 59);
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: rgb(250, 235, 204);
}
.panel-danger {
	border-color: rgb(235, 204, 209);
}
.panel-danger > .panel-heading {
	border-color: rgb(235, 204, 209); color: rgb(169, 68, 66); background-color: rgb(242, 222, 222);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: rgb(235, 204, 209);
}
.panel-danger > .panel-heading .badge {
	color: rgb(242, 222, 222); background-color: rgb(169, 68, 66);
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: rgb(235, 204, 209);
}
.embed-responsive {
	padding: 0px; height: 0px; overflow: hidden; display: block; position: relative;
}
.embed-responsive .embed-responsive-item {
	border: 0px currentColor; border-image: none; left: 0px; top: 0px; width: 100%; height: 100%; bottom: 0px; position: absolute;
}
.embed-responsive iframe {
	border: 0px currentColor; border-image: none; left: 0px; top: 0px; width: 100%; height: 100%; bottom: 0px; position: absolute;
}
.embed-responsive embed {
	border: 0px currentColor; border-image: none; left: 0px; top: 0px; width: 100%; height: 100%; bottom: 0px; position: absolute;
}
.embed-responsive object {
	border: 0px currentColor; border-image: none; left: 0px; top: 0px; width: 100%; height: 100%; bottom: 0px; position: absolute;
}
.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
	padding-bottom: 75%;
}
.well {
	padding: 19px; border-radius: 4px; border: 1px solid rgb(227, 227, 227); border-image: none; margin-bottom: 20px; min-height: 20px; box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05); background-color: rgb(245, 245, 245); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
	border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
	padding: 24px; border-radius: 6px;
}
.well-sm {
	padding: 9px; border-radius: 3px;
}
.close {
	color: rgb(0, 0, 0); line-height: 1; font-size: 21px; font-weight: 700; float: right; opacity: 0.2; text-shadow: 0px 1px 0px #fff;
}
.close:hover {
	color: rgb(0, 0, 0); text-decoration: none; cursor: pointer; opacity: 0.5;
}
.close:focus {
	color: rgb(0, 0, 0); text-decoration: none; cursor: pointer; opacity: 0.5;
}
button.close {
	background: 0px 0px; padding: 0px; border: 0px currentColor; border-image: none; cursor: pointer; -webkit-appearance: none;
}
.modal-open {
	overflow: hidden;
}
.modal {
	outline: 0px; left: 0px; top: 0px; right: 0px; bottom: 0px; overflow: hidden; display: none; position: fixed; z-index: 1050; -webkit-overflow-scrolling: touch;
}
.modal.fade .modal-dialog {
	transition:transform 0.3s ease-out; transform: translate3d(0px, -25%, 0px); -webkit-transform: translate3d(0, -25%, 0); -webkit-transition: -webkit-transform .3s ease-out; -o-transition: -o-transform .3s ease-out; -o-transform: translate3d(0, -25%, 0);
}
.modal.in .modal-dialog {
	transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0);
}
.modal-open .modal {
	-ms-overflow-x: hidden; -ms-overflow-y: auto;
}
.modal-dialog {
	margin: 10px; width: auto; position: relative;
}
.modal-content {
	outline: 0px; border-radius: 6px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; position: relative; box-shadow: 0px 3px 9px rgba(0,0,0,0.5); background-clip: padding-box; background-color: rgb(255, 255, 255); -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); -webkit-background-clip: padding-box;
}
.modal-backdrop {
	left: 0px; top: 0px; right: 0px; bottom: 0px; position: fixed; z-index: 1040; background-color: rgb(0, 0, 0);
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.in {
	opacity: 0.5;
}
.modal-header {
	padding: 15px; border-bottom-color: rgb(229, 229, 229); border-bottom-width: 1px; border-bottom-style: solid; min-height: 16.43px;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0px; line-height: 1.4285;
}
.modal-body {
	padding: 15px; position: relative;
}
.modal-footer {
	padding: 15px; text-align: right; border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid;
}
.modal-footer .btn + .btn {
	margin-bottom: 0px; margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0px;
}
.modal-scrollbar-measure {
	top: -9999px; width: 50px; height: 50px; overflow: scroll; position: absolute;
}
@media all and (min-width:768px)
{
.modal-dialog {
	margin: 30px auto; width: 600px;
}
.modal-content {
	box-shadow: 0px 5px 15px rgba(0,0,0,0.5); -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
.modal-sm {
	width: 300px;
}
}
@media all and (min-width:992px)
{
.modal-lg {
	width: 900px;
}
}
.tooltip {
	line-height: 1.4; font-size: 12px; display: block; visibility: visible; position: absolute; z-index: 1070; opacity: 0;
}
.tooltip.in {
	opacity: 0.9;
}
.tooltip.top {
	padding: 5px 0px; margin-top: -3px;
}
.tooltip.right {
	padding: 0px 5px; margin-left: 3px;
}
.tooltip.bottom {
	padding: 5px 0px; margin-top: 3px;
}
.tooltip.left {
	padding: 0px 5px; margin-left: -3px;
}
.tooltip-inner {
	padding: 3px 8px; border-radius: 4px; text-align: center; color: rgb(255, 255, 255); text-decoration: none; max-width: 400px; background-color: rgb(0, 0, 0);
}
.tooltip-arrow {
	border-style: solid; border-color: transparent; width: 0px; height: 0px; position: absolute;
}
.tooltip.top .tooltip-arrow {
	border-width: 5px 5px 0px; left: 50%; bottom: 0px; margin-left: -5px; border-top-color: rgb(0, 0, 0);
}
.tooltip.top-left .tooltip-arrow {
	border-width: 5px 5px 0px; left: 5px; bottom: 0px; border-top-color: rgb(0, 0, 0);
}
.tooltip.top-right .tooltip-arrow {
	border-width: 5px 5px 0px; right: 5px; bottom: 0px; border-top-color: rgb(0, 0, 0);
}
.tooltip.right .tooltip-arrow {
	border-width: 5px 5px 5px 0px; left: 0px; top: 50%; margin-top: -5px; border-right-color: rgb(0, 0, 0);
}
.tooltip.left .tooltip-arrow {
	border-width: 5px 0px 5px 5px; top: 50%; right: 0px; margin-top: -5px; border-left-color: rgb(0, 0, 0);
}
.tooltip.bottom .tooltip-arrow {
	border-width: 0px 5px 5px; left: 50%; top: 0px; margin-left: -5px; border-bottom-color: rgb(0, 0, 0);
}
.tooltip.bottom-left .tooltip-arrow {
	border-width: 0px 5px 5px; left: 5px; top: 0px; border-bottom-color: rgb(0, 0, 0);
}
.tooltip.bottom-right .tooltip-arrow {
	border-width: 0px 5px 5px; top: 0px; right: 5px; border-bottom-color: rgb(0, 0, 0);
}
.popover {
	padding: 1px; border-radius: 6px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; left: 0px; top: 0px; text-align: left; display: none; white-space: normal; position: absolute; z-index: 1060; max-width: 276px; box-shadow: 0px 5px 10px rgba(0,0,0,0.2); background-clip: padding-box; background-color: rgb(255, 255, 255); -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); -webkit-background-clip: padding-box;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0px; padding: 8px 14px; border-radius: 5px 5px 0px 0px; line-height: 18px; font-size: 14px; font-weight: 400; border-bottom-color: rgb(235, 235, 235); border-bottom-width: 1px; border-bottom-style: solid; background-color: rgb(247, 247, 247);
}
.popover-content {
	padding: 9px 14px;
}
.popover > .arrow {
	border-style: solid; border-color: transparent; width: 0px; height: 0px; display: block; position: absolute;
}
.popover > .arrow::after {
	border-style: solid; border-color: transparent; width: 0px; height: 0px; display: block; position: absolute;
}
.popover > .arrow {
	border-width: 11px;
}
.popover > .arrow::after {
	border-width: 10px; content: "";
}
.popover.top > .arrow {
	left: 50%; bottom: -11px; margin-left: -11px; border-top-color: rgba(0, 0, 0, 0.25); border-bottom-width: 0px;
}
.popover.top > .arrow::after {
	bottom: 1px; margin-left: -10px; border-top-color: rgb(255, 255, 255); border-bottom-width: 0px; content: " ";
}
.popover.right > .arrow {
	left: -11px; top: 50%; margin-top: -11px; border-right-color: rgba(0, 0, 0, 0.25); border-left-width: 0px;
}
.popover.right > .arrow::after {
	left: 1px; bottom: -10px; border-right-color: rgb(255, 255, 255); border-left-width: 0px; content: " ";
}
.popover.bottom > .arrow {
	left: 50%; top: -11px; margin-left: -11px; border-bottom-color: rgba(0, 0, 0, 0.25); border-top-width: 0px;
}
.popover.bottom > .arrow::after {
	top: 1px; margin-left: -10px; border-bottom-color: rgb(255, 255, 255); border-top-width: 0px; content: " ";
}
.popover.left > .arrow {
	top: 50%; right: -11px; margin-top: -11px; border-left-color: rgba(0, 0, 0, 0.25); border-right-width: 0px;
}
.popover.left > .arrow::after {
	right: 1px; bottom: -10px; border-left-color: rgb(255, 255, 255); border-right-width: 0px; content: " ";
}
.carousel {
	position: relative;
}
.carousel-inner {
	width: 100%; overflow: hidden; position: relative;
}
.carousel-inner > .item {
	transition:left 0.6s ease-in-out; display: none; position: relative; -webkit-transition: .6s ease-in-out left; -o-transition: .6s ease-in-out left;
}
.carousel-inner > .item > img {
	line-height: 1;
}
.carousel-inner > .item > a > img {
	line-height: 1;
}
.carousel-inner > .active {
	display: block;
}
.carousel-inner > .next {
	display: block;
}
.carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0px;
}
.carousel-inner > .next {
	top: 0px; width: 100%; position: absolute;
}
.carousel-inner > .prev {
	top: 0px; width: 100%; position: absolute;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left {
	left: 0px;
}
.carousel-inner > .prev.right {
	left: 0px;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}
.carousel-control {
	left: 0px; top: 0px; width: 15%; text-align: center; bottom: 0px; color: rgb(255, 255, 255); font-size: 20px; position: absolute; opacity: 0.5; text-shadow: 0px 1px 2px rgba(0,0,0,0.6);
}
.carousel-control.left {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0.0001) 100%); background-repeat: repeat-x;
}
.carousel-control.right {
	left: auto; right: 0px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0px, rgba(0, 0, 0, 0.5) 100%); background-repeat: repeat-x;
}
.carousel-control:hover {
	outline: 0px; color: rgb(255, 255, 255); text-decoration: none; opacity: 0.9;
}
.carousel-control:focus {
	outline: 0px; color: rgb(255, 255, 255); text-decoration: none; opacity: 0.9;
}
.carousel-control .icon-prev {
	top: 50%; display: inline-block; position: absolute; z-index: 5;
}
.carousel-control .icon-next {
	top: 50%; display: inline-block; position: absolute; z-index: 5;
}
.carousel-control .glyphicon-chevron-left {
	top: 50%; display: inline-block; position: absolute; z-index: 5;
}
.carousel-control .glyphicon-chevron-right {
	top: 50%; display: inline-block; position: absolute; z-index: 5;
}
.carousel-control .icon-prev {
	left: 50%; margin-left: -10px;
}
.carousel-control .glyphicon-chevron-left {
	left: 50%; margin-left: -10px;
}
.carousel-control .icon-next {
	right: 50%; margin-right: -10px;
}
.carousel-control .glyphicon-chevron-right {
	right: 50%; margin-right: -10px;
}
.carousel-control .icon-prev {
	width: 20px; height: 20px; font-family: serif; margin-top: -10px;
}
.carousel-control .icon-next {
	width: 20px; height: 20px; font-family: serif; margin-top: -10px;
}
.carousel-control .icon-prev::before {
	content: "\2039";
}
.carousel-control .icon-next::before {
	content: "\203a";
}
.carousel-indicators {
	list-style: none; left: 50%; width: 60%; text-align: center; bottom: 10px; padding-left: 0px; margin-left: -30%; position: absolute; z-index: 15;
}
.carousel-indicators li {
	margin: 1px; border-radius: 10px; border: 1px solid rgb(255, 255, 255); border-image: none; width: 10px; height: 10px; text-indent: -999px; display: inline-block; cursor: pointer; background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
	margin: 0px; width: 12px; height: 12px; background-color: rgb(255, 255, 255);
}
.carousel-caption {
	left: 15%; text-align: center; right: 15%; bottom: 20px; color: rgb(255, 255, 255); padding-top: 20px; padding-bottom: 20px; position: absolute; z-index: 10; text-shadow: 0px 1px 2px rgba(0,0,0,0.6);
}
.carousel-caption .btn {
	text-shadow: none;
}
@media screen and (min-width:768px)
{
.carousel-control .glyphicon-chevron-left {
	width: 30px; height: 30px; font-size: 30px; margin-top: -15px;
}
.carousel-control .glyphicon-chevron-right {
	width: 30px; height: 30px; font-size: 30px; margin-top: -15px;
}
.carousel-control .icon-prev {
	width: 30px; height: 30px; font-size: 30px; margin-top: -15px;
}
.carousel-control .icon-next {
	width: 30px; height: 30px; font-size: 30px; margin-top: -15px;
}
.carousel-control .glyphicon-chevron-left {
	margin-left: -15px;
}
.carousel-control .icon-prev {
	margin-left: -15px;
}
.carousel-control .glyphicon-chevron-right {
	margin-right: -15px;
}
.carousel-control .icon-next {
	margin-right: -15px;
}
.carousel-caption {
	left: 20%; right: 20%; padding-bottom: 30px;
}
.carousel-indicators {
	bottom: 20px;
}
}
.clearfix::before {
	display: table; content: " ";
}
.clearfix::after {
	display: table; content: " ";
}
.dl-horizontal dd::before {
	display: table; content: " ";
}
.dl-horizontal dd::after {
	display: table; content: " ";
}
.container::before {
	display: table; content: " ";
}
.container::after {
	display: table; content: " ";
}
.container-fluid::before {
	display: table; content: " ";
}
.container-fluid::after {
	display: table; content: " ";
}
.row::before {
	display: table; content: " ";
}
.row::after {
	display: table; content: " ";
}
.form-horizontal .form-group::before {
	display: table; content: " ";
}
.form-horizontal .form-group::after {
	display: table; content: " ";
}
.btn-toolbar::before {
	display: table; content: " ";
}
.btn-toolbar::after {
	display: table; content: " ";
}
.btn-group-vertical > .btn-group::before {
	display: table; content: " ";
}
.btn-group-vertical > .btn-group::after {
	display: table; content: " ";
}
.nav::before {
	display: table; content: " ";
}
.nav::after {
	display: table; content: " ";
}
.navbar::before {
	display: table; content: " ";
}
.navbar::after {
	display: table; content: " ";
}
.navbar-header::before {
	display: table; content: " ";
}
.navbar-header::after {
	display: table; content: " ";
}
.navbar-collapse::before {
	display: table; content: " ";
}
.navbar-collapse::after {
	display: table; content: " ";
}
.pager::before {
	display: table; content: " ";
}
.pager::after {
	display: table; content: " ";
}
.panel-body::before {
	display: table; content: " ";
}
.panel-body::after {
	display: table; content: " ";
}
.modal-footer::before {
	display: table; content: " ";
}
.modal-footer::after {
	display: table; content: " ";
}
.clearfix::after {
	clear: both;
}
.dl-horizontal dd::after {
	clear: both;
}
.container::after {
	clear: both;
}
.container-fluid::after {
	clear: both;
}
.row::after {
	clear: both;
}
.form-horizontal .form-group::after {
	clear: both;
}
.btn-toolbar::after {
	clear: both;
}
.btn-group-vertical > .btn-group::after {
	clear: both;
}
.nav::after {
	clear: both;
}
.navbar::after {
	clear: both;
}
.navbar-header::after {
	clear: both;
}
.navbar-collapse::after {
	clear: both;
}
.pager::after {
	clear: both;
}
.panel-body::after {
	clear: both;
}
.modal-footer::after {
	clear: both;
}
.center-block {
	margin-right: auto; margin-left: auto; display: block;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0px/0 a; border: 0px currentColor; border-image: none; color: transparent; font-size-adjust: none; font-stretch: normal; text-shadow: none; background-color: transparent;
}
.hidden {
	display: none !important; visibility: hidden !important;
}
.affix {
	position: fixed; transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0);
}
.visible-xs {
	display: none !important;
}
.visible-sm {
	display: none !important;
}
.visible-md {
	display: none !important;
}
.visible-lg {
	display: none !important;
}
.visible-xs-block {
	display: none !important;
}
.visible-xs-inline {
	display: none !important;
}
.visible-xs-inline-block {
	display: none !important;
}
.visible-sm-block {
	display: none !important;
}
.visible-sm-inline {
	display: none !important;
}
.visible-sm-inline-block {
	display: none !important;
}
.visible-md-block {
	display: none !important;
}
.visible-md-inline {
	display: none !important;
}
.visible-md-inline-block {
	display: none !important;
}
.visible-lg-block {
	display: none !important;
}
.visible-lg-inline {
	display: none !important;
}
.visible-lg-inline-block {
	display: none !important;
}
@media all and (max-width:767px)
{
.visible-xs {
	display: block !important;
}
table.visible-xs {
	display: table;
}
tr.visible-xs {
	display: table-row !important;
}
th.visible-xs {
	display: table-cell !important;
}
td.visible-xs {
	display: table-cell !important;
}
}
@media all and (max-width:767px)
{
.visible-xs-block {
	display: block !important;
}
}
@media all and (max-width:767px)
{
.visible-xs-inline {
	display: inline !important;
}
}
@media all and (max-width:767px)
{
.visible-xs-inline-block {
	display: inline-block !important;
}
}
@media all and (max-width:991px) and (min-width:768px)
{
.visible-sm {
	display: block !important;
}
table.visible-sm {
	display: table;
}
tr.visible-sm {
	display: table-row !important;
}
th.visible-sm {
	display: table-cell !important;
}
td.visible-sm {
	display: table-cell !important;
}
}
@media all and (max-width:991px) and (min-width:768px)
{
.visible-sm-block {
	display: block !important;
}
}
@media all and (max-width:991px) and (min-width:768px)
{
.visible-sm-inline {
	display: inline !important;
}
}
@media all and (max-width:991px) and (min-width:768px)
{
.visible-sm-inline-block {
	display: inline-block !important;
}
}
@media all and (max-width:1199px) and (min-width:992px)
{
.visible-md {
	display: block !important;
}
table.visible-md {
	display: table;
}
tr.visible-md {
	display: table-row !important;
}
th.visible-md {
	display: table-cell !important;
}
td.visible-md {
	display: table-cell !important;
}
}
@media all and (max-width:1199px) and (min-width:992px)
{
.visible-md-block {
	display: block !important;
}
}
@media all and (max-width:1199px) and (min-width:992px)
{
.visible-md-inline {
	display: inline !important;
}
}
@media all and (max-width:1199px) and (min-width:992px)
{
.visible-md-inline-block {
	display: inline-block !important;
}
}
@media all and (min-width:1200px)
{
.visible-lg {
	display: block !important;
}
table.visible-lg {
	display: table;
}
tr.visible-lg {
	display: table-row !important;
}
th.visible-lg {
	display: table-cell !important;
}
td.visible-lg {
	display: table-cell !important;
}
}
@media all and (min-width:1200px)
{
.visible-lg-block {
	display: block !important;
}
}
@media all and (min-width:1200px)
{
.visible-lg-inline {
	display: inline !important;
}
}
@media all and (min-width:1200px)
{
.visible-lg-inline-block {
	display: inline-block !important;
}
}
@media all and (max-width:767px)
{
.hidden-xs {
	display: none !important;
}
}
@media all and (max-width:991px) and (min-width:768px)
{
.hidden-sm {
	display: none !important;
}
}
@media all and (max-width:1199px) and (min-width:992px)
{
.hidden-md {
	display: none !important;
}
}
@media all and (min-width:1200px)
{
.hidden-lg {
	display: none !important;
}
}
.visible-print {
	display: none !important;
}
@media print
{
.visible-print {
	display: block !important;
}
table.visible-print {
	display: table;
}
tr.visible-print {
	display: table-row !important;
}
th.visible-print {
	display: table-cell !important;
}
td.visible-print {
	display: table-cell !important;
}
}
.visible-print-block {
	display: none !important;
}
@media print
{
.visible-print-block {
	display: block !important;
}
}
.visible-print-inline {
	display: none !important;
}
@media print
{
.visible-print-inline {
	display: inline !important;
}
}
.visible-print-inline-block {
	display: none !important;
}
@media print
{
.visible-print-inline-block {
	display: inline-block !important;
}
}
@media print
{
.hidden-print {
	display: none !important;
}
}
.fa {
	line-height: 1; font-family: FontAwesome; font-size: inherit; font-style: normal; font-variant: normal; font-weight: normal; display: inline-block; font-size-adjust: none; font-stretch: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: auto;
}
.fa-lg {
	line-height: 0.75em; font-size: 1.33em; vertical-align: -15%;
}
.fa-2x {
	font-size: 2em;
}
.fa-3x {
	font-size: 3em;
}
.fa-4x {
	font-size: 4em;
}
.fa-5x {
	font-size: 5em;
}
.fa-fw {
	width: 1.28em; text-align: center;
}
.fa-ul {
	padding-left: 0px; margin-left: 2.14em; list-style-type: none;
}
.fa-ul > li {
	position: relative;
}
.fa-li {
	left: -2.14em; top: 0.14em; width: 2.14em; text-align: center; position: absolute;
}
.fa-li.fa-lg {
	left: -1.85em;
}
.fa-border {
	padding: 0.2em 0.25em 0.15em; border-radius: 0.1em; border: 0.08em solid rgb(238, 238, 238); border-image: none;
}
.fa-pull-left {
	float: left;
}
.fa-pull-right {
	float: right;
}
.fa.fa-pull-left {
	margin-right: 0.3em;
}
.fa.fa-pull-right {
	margin-left: 0.3em;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.fa.pull-left {
	margin-right: 0.3em;
}
.fa.pull-right {
	margin-left: 0.3em;
}
.fa-spin {
	animation:fa-spin 2s linear infinite; -webkit-animation: fa-spin 2s infinite linear;
}
.fa-pulse {
	animation:fa-spin 1s steps(8, end) infinite; -webkit-animation: fa-spin 1s infinite steps(8);
}
.fa-rotate-90 {
	transform: rotate(90deg); -webkit-transform: rotate(90deg);
}
.fa-rotate-180 {
	transform: rotate(180deg); -webkit-transform: rotate(180deg);
}
.fa-rotate-270 {
	transform: rotate(270deg); -webkit-transform: rotate(270deg);
}
.fa-flip-horizontal {
	transform: scale(-1, 1); -webkit-transform: scale(-1, 1);
}
.fa-flip-vertical {
	transform: scale(1, -1); -webkit-transform: scale(1, -1);
}
:root .fa-rotate-90 {
	filter: none;
}
:root .fa-rotate-180 {
	filter: none;
}
:root .fa-rotate-270 {
	filter: none;
}
:root .fa-flip-horizontal {
	filter: none;
}
:root .fa-flip-vertical {
	filter: none;
}
.fa-stack {
	width: 2em; height: 2em; line-height: 2em; vertical-align: middle; display: inline-block; position: relative;
}
.fa-stack-1x {
	left: 0px; width: 100%; text-align: center; position: absolute;
}
.fa-stack-2x {
	left: 0px; width: 100%; text-align: center; position: absolute;
}
.fa-stack-1x {
	line-height: inherit;
}
.fa-stack-2x {
	font-size: 2em;
}
.fa-inverse {
	color: rgb(255, 255, 255);
}
.fa-glass::before {
	content: "\f000";
}
.fa-music::before {
	content: "\f001";
}
.fa-search::before {
	content: "\f002";
}
.fa-envelope-o::before {
	content: "\f003";
}
.fa-heart::before {
	content: "\f004";
}
.fa-star::before {
	content: "\f005";
}
.fa-star-o::before {
	content: "\f006";
}
.fa-user::before {
	content: "\f007";
}
.fa-film::before {
	content: "\f008";
}
.fa-th-large::before {
	content: "\f009";
}
.fa-th::before {
	content: "\f00a";
}
.fa-th-list::before {
	content: "\f00b";
}
.fa-check::before {
	content: "\f00c";
}
.fa-remove::before {
	content: "\f00d";
}
.fa-close::before {
	content: "\f00d";
}
.fa-times::before {
	content: "\f00d";
}
.fa-search-plus::before {
	content: "\f00e";
}
.fa-search-minus::before {
	content: "\f010";
}
.fa-power-off::before {
	content: "\f011";
}
.fa-signal::before {
	content: "\f012";
}
.fa-gear::before {
	content: "\f013";
}
.fa-cog::before {
	content: "\f013";
}
.fa-trash-o::before {
	content: "\f014";
}
.fa-home::before {
	content: "\f015";
}
.fa-file-o::before {
	content: "\f016";
}
.fa-clock-o::before {
	content: "\f017";
}
.fa-road::before {
	content: "\f018";
}
.fa-download::before {
	content: "\f019";
}
.fa-arrow-circle-o-down::before {
	content: "\f01a";
}
.fa-arrow-circle-o-up::before {
	content: "\f01b";
}
.fa-inbox::before {
	content: "\f01c";
}
.fa-play-circle-o::before {
	content: "\f01d";
}
.fa-rotate-right::before {
	content: "\f01e";
}
.fa-repeat::before {
	content: "\f01e";
}
.fa-refresh::before {
	content: "\f021";
}
.fa-list-alt::before {
	content: "\f022";
}
.fa-lock::before {
	content: "\f023";
}
.fa-flag::before {
	content: "\f024";
}
.fa-headphones::before {
	content: "\f025";
}
.fa-volume-off::before {
	content: "\f026";
}
.fa-volume-down::before {
	content: "\f027";
}
.fa-volume-up::before {
	content: "\f028";
}
.fa-qrcode::before {
	content: "\f029";
}
.fa-barcode::before {
	content: "\f02a";
}
.fa-tag::before {
	content: "\f02b";
}
.fa-tags::before {
	content: "\f02c";
}
.fa-book::before {
	content: "\f02d";
}
.fa-bookmark::before {
	content: "\f02e";
}
.fa-print::before {
	content: "\f02f";
}
.fa-camera::before {
	content: "\f030";
}
.fa-font::before {
	content: "\f031";
}
.fa-bold::before {
	content: "\f032";
}
.fa-italic::before {
	content: "\f033";
}
.fa-text-height::before {
	content: "\f034";
}
.fa-text-width::before {
	content: "\f035";
}
.fa-align-left::before {
	content: "\f036";
}
.fa-align-center::before {
	content: "\f037";
}
.fa-align-right::before {
	content: "\f038";
}
.fa-align-justify::before {
	content: "\f039";
}
.fa-list::before {
	content: "\f03a";
}
.fa-dedent::before {
	content: "\f03b";
}
.fa-outdent::before {
	content: "\f03b";
}
.fa-indent::before {
	content: "\f03c";
}
.fa-video-camera::before {
	content: "\f03d";
}
.fa-photo::before {
	content: "\f03e";
}
.fa-image::before {
	content: "\f03e";
}
.fa-picture-o::before {
	content: "\f03e";
}
.fa-pencil::before {
	content: "\f040";
}
.fa-map-marker::before {
	content: "\f041";
}
.fa-adjust::before {
	content: "\f042";
}
.fa-tint::before {
	content: "\f043";
}
.fa-edit::before {
	content: "\f044";
}
.fa-pencil-square-o::before {
	content: "\f044";
}
.fa-share-square-o::before {
	content: "\f045";
}
.fa-check-square-o::before {
	content: "\f046";
}
.fa-arrows::before {
	content: "\f047";
}
.fa-step-backward::before {
	content: "\f048";
}
.fa-fast-backward::before {
	content: "\f049";
}
.fa-backward::before {
	content: "\f04a";
}
.fa-play::before {
	content: "\f04b";
}
.fa-pause::before {
	content: "\f04c";
}
.fa-stop::before {
	content: "\f04d";
}
.fa-forward::before {
	content: "\f04e";
}
.fa-fast-forward::before {
	content: "\f050";
}
.fa-step-forward::before {
	content: "\f051";
}
.fa-eject::before {
	content: "\f052";
}
.fa-chevron-left::before {
	content: "\f053";
}
.fa-chevron-right::before {
	content: "\f054";
}
.fa-plus-circle::before {
	content: "\f055";
}
.fa-minus-circle::before {
	content: "\f056";
}
.fa-times-circle::before {
	content: "\f057";
}
.fa-check-circle::before {
	content: "\f058";
}
.fa-question-circle::before {
	content: "\f059";
}
.fa-info-circle::before {
	content: "\f05a";
}
.fa-crosshairs::before {
	content: "\f05b";
}
.fa-times-circle-o::before {
	content: "\f05c";
}
.fa-check-circle-o::before {
	content: "\f05d";
}
.fa-ban::before {
	content: "\f05e";
}
.fa-arrow-left::before {
	content: "\f060";
}
.fa-arrow-right::before {
	content: "\f061";
}
.fa-arrow-up::before {
	content: "\f062";
}
.fa-arrow-down::before {
	content: "\f063";
}
.fa-mail-forward::before {
	content: "\f064";
}
.fa-share::before {
	content: "\f064";
}
.fa-expand::before {
	content: "\f065";
}
.fa-compress::before {
	content: "\f066";
}
.fa-plus::before {
	content: "\f067";
}
.fa-minus::before {
	content: "\f068";
}
.fa-asterisk::before {
	content: "\f069";
}
.fa-exclamation-circle::before {
	content: "\f06a";
}
.fa-gift::before {
	content: "\f06b";
}
.fa-leaf::before {
	content: "\f06c";
}
.fa-fire::before {
	content: "\f06d";
}
.fa-eye::before {
	content: "\f06e";
}
.fa-eye-slash::before {
	content: "\f070";
}
.fa-warning::before {
	content: "\f071";
}
.fa-exclamation-triangle::before {
	content: "\f071";
}
.fa-plane::before {
	content: "\f072";
}
.fa-calendar::before {
	content: "\f073";
}
.fa-random::before {
	content: "\f074";
}
.fa-comment::before {
	content: "\f075";
}
.fa-magnet::before {
	content: "\f076";
}
.fa-chevron-up::before {
	content: "\f077";
}
.fa-chevron-down::before {
	content: "\f078";
}
.fa-retweet::before {
	content: "\f079";
}
.fa-shopping-cart::before {
	content: "\f07a";
}
.fa-folder::before {
	content: "\f07b";
}
.fa-folder-open::before {
	content: "\f07c";
}
.fa-arrows-v::before {
	content: "\f07d";
}
.fa-arrows-h::before {
	content: "\f07e";
}
.fa-bar-chart-o::before {
	content: "\f080";
}
.fa-bar-chart::before {
	content: "\f080";
}
.fa-twitter-square::before {
	content: "\f081";
}
.fa-facebook-square::before {
	content: "\f082";
}
.fa-camera-retro::before {
	content: "\f083";
}
.fa-key::before {
	content: "\f084";
}
.fa-gears::before {
	content: "\f085";
}
.fa-cogs::before {
	content: "\f085";
}
.fa-comments::before {
	content: "\f086";
}
.fa-thumbs-o-up::before {
	content: "\f087";
}
.fa-thumbs-o-down::before {
	content: "\f088";
}
.fa-star-half::before {
	content: "\f089";
}
.fa-heart-o::before {
	content: "\f08a";
}
.fa-sign-out::before {
	content: "\f08b";
}
.fa-linkedin-square::before {
	content: "\f08c";
}
.fa-thumb-tack::before {
	content: "\f08d";
}
.fa-external-link::before {
	content: "\f08e";
}
.fa-sign-in::before {
	content: "\f090";
}
.fa-trophy::before {
	content: "\f091";
}
.fa-github-square::before {
	content: "\f092";
}
.fa-upload::before {
	content: "\f093";
}
.fa-lemon-o::before {
	content: "\f094";
}
.fa-phone::before {
	content: "\f095";
}
.fa-square-o::before {
	content: "\f096";
}
.fa-bookmark-o::before {
	content: "\f097";
}
.fa-phone-square::before {
	content: "\f098";
}
.fa-twitter::before {
	content: "\f099";
}
.fa-facebook-f::before {
	content: "\f09a";
}
.fa-facebook::before {
	content: "\f09a";
}
.fa-github::before {
	content: "\f09b";
}
.fa-unlock::before {
	content: "\f09c";
}
.fa-credit-card::before {
	content: "\f09d";
}
.fa-feed::before {
	content: "\f09e";
}
.fa-rss::before {
	content: "\f09e";
}
.fa-hdd-o::before {
	content: "\f0a0";
}
.fa-bullhorn::before {
	content: "\f0a1";
}
.fa-bell::before {
	content: "\f0f3";
}
.fa-certificate::before {
	content: "\f0a3";
}
.fa-hand-o-right::before {
	content: "\f0a4";
}
.fa-hand-o-left::before {
	content: "\f0a5";
}
.fa-hand-o-up::before {
	content: "\f0a6";
}
.fa-hand-o-down::before {
	content: "\f0a7";
}
.fa-arrow-circle-left::before {
	content: "\f0a8";
}
.fa-arrow-circle-right::before {
	content: "\f0a9";
}
.fa-arrow-circle-up::before {
	content: "\f0aa";
}
.fa-arrow-circle-down::before {
	content: "\f0ab";
}
.fa-globe::before {
	content: "\f0ac";
}
.fa-wrench::before {
	content: "\f0ad";
}
.fa-tasks::before {
	content: "\f0ae";
}
.fa-filter::before {
	content: "\f0b0";
}
.fa-briefcase::before {
	content: "\f0b1";
}
.fa-arrows-alt::before {
	content: "\f0b2";
}
.fa-group::before {
	content: "\f0c0";
}
.fa-users::before {
	content: "\f0c0";
}
.fa-chain::before {
	content: "\f0c1";
}
.fa-link::before {
	content: "\f0c1";
}
.fa-cloud::before {
	content: "\f0c2";
}
.fa-flask::before {
	content: "\f0c3";
}
.fa-cut::before {
	content: "\f0c4";
}
.fa-scissors::before {
	content: "\f0c4";
}
.fa-copy::before {
	content: "\f0c5";
}
.fa-files-o::before {
	content: "\f0c5";
}
.fa-paperclip::before {
	content: "\f0c6";
}
.fa-save::before {
	content: "\f0c7";
}
.fa-floppy-o::before {
	content: "\f0c7";
}
.fa-square::before {
	content: "\f0c8";
}
.fa-navicon::before {
	content: "\f0c9";
}
.fa-reorder::before {
	content: "\f0c9";
}
.fa-bars::before {
	content: "\f0c9";
}
.fa-list-ul::before {
	content: "\f0ca";
}
.fa-list-ol::before {
	content: "\f0cb";
}
.fa-strikethrough::before {
	content: "\f0cc";
}
.fa-underline::before {
	content: "\f0cd";
}
.fa-table::before {
	content: "\f0ce";
}
.fa-magic::before {
	content: "\f0d0";
}
.fa-truck::before {
	content: "\f0d1";
}
.fa-pinterest::before {
	content: "\f0d2";
}
.fa-pinterest-square::before {
	content: "\f0d3";
}
.fa-google-plus-square::before {
	content: "\f0d4";
}
.fa-google-plus::before {
	content: "\f0d5";
}
.fa-money::before {
	content: "\f0d6";
}
.fa-caret-down::before {
	content: "\f0d7";
}
.fa-caret-up::before {
	content: "\f0d8";
}
.fa-caret-left::before {
	content: "\f0d9";
}
.fa-caret-right::before {
	content: "\f0da";
}
.fa-columns::before {
	content: "\f0db";
}
.fa-unsorted::before {
	content: "\f0dc";
}
.fa-sort::before {
	content: "\f0dc";
}
.fa-sort-down::before {
	content: "\f0dd";
}
.fa-sort-desc::before {
	content: "\f0dd";
}
.fa-sort-up::before {
	content: "\f0de";
}
.fa-sort-asc::before {
	content: "\f0de";
}
.fa-envelope::before {
	content: "\f0e0";
}
.fa-linkedin::before {
	content: "\f0e1";
}
.fa-rotate-left::before {
	content: "\f0e2";
}
.fa-undo::before {
	content: "\f0e2";
}
.fa-legal::before {
	content: "\f0e3";
}
.fa-gavel::before {
	content: "\f0e3";
}
.fa-dashboard::before {
	content: "\f0e4";
}
.fa-tachometer::before {
	content: "\f0e4";
}
.fa-comment-o::before {
	content: "\f0e5";
}
.fa-comments-o::before {
	content: "\f0e6";
}
.fa-flash::before {
	content: "\f0e7";
}
.fa-bolt::before {
	content: "\f0e7";
}
.fa-sitemap::before {
	content: "\f0e8";
}
.fa-umbrella::before {
	content: "\f0e9";
}
.fa-paste::before {
	content: "\f0ea";
}
.fa-clipboard::before {
	content: "\f0ea";
}
.fa-lightbulb-o::before {
	content: "\f0eb";
}
.fa-exchange::before {
	content: "\f0ec";
}
.fa-cloud-download::before {
	content: "\f0ed";
}
.fa-cloud-upload::before {
	content: "\f0ee";
}
.fa-user-md::before {
	content: "\f0f0";
}
.fa-stethoscope::before {
	content: "\f0f1";
}
.fa-suitcase::before {
	content: "\f0f2";
}
.fa-bell-o::before {
	content: "\f0a2";
}
.fa-coffee::before {
	content: "\f0f4";
}
.fa-cutlery::before {
	content: "\f0f5";
}
.fa-file-text-o::before {
	content: "\f0f6";
}
.fa-building-o::before {
	content: "\f0f7";
}
.fa-hospital-o::before {
	content: "\f0f8";
}
.fa-ambulance::before {
	content: "\f0f9";
}
.fa-medkit::before {
	content: "\f0fa";
}
.fa-fighter-jet::before {
	content: "\f0fb";
}
.fa-beer::before {
	content: "\f0fc";
}
.fa-h-square::before {
	content: "\f0fd";
}
.fa-plus-square::before {
	content: "\f0fe";
}
.fa-angle-double-left::before {
	content: "\f100";
}
.fa-angle-double-right::before {
	content: "\f101";
}
.fa-angle-double-up::before {
	content: "\f102";
}
.fa-angle-double-down::before {
	content: "\f103";
}
.fa-angle-left::before {
	content: "\f104";
}
.fa-angle-right::before {
	content: "\f105";
}
.fa-angle-up::before {
	content: "\f106";
}
.fa-angle-down::before {
	content: "\f107";
}
.fa-desktop::before {
	content: "\f108";
}
.fa-laptop::before {
	content: "\f109";
}
.fa-tablet::before {
	content: "\f10a";
}
.fa-mobile-phone::before {
	content: "\f10b";
}
.fa-mobile::before {
	content: "\f10b";
}
.fa-circle-o::before {
	content: "\f10c";
}
.fa-quote-left::before {
	content: "\f10d";
}
.fa-quote-right::before {
	content: "\f10e";
}
.fa-spinner::before {
	content: "\f110";
}
.fa-circle::before {
	content: "\f111";
}
.fa-mail-reply::before {
	content: "\f112";
}
.fa-reply::before {
	content: "\f112";
}
.fa-github-alt::before {
	content: "\f113";
}
.fa-folder-o::before {
	content: "\f114";
}
.fa-folder-open-o::before {
	content: "\f115";
}
.fa-smile-o::before {
	content: "\f118";
}
.fa-frown-o::before {
	content: "\f119";
}
.fa-meh-o::before {
	content: "\f11a";
}
.fa-gamepad::before {
	content: "\f11b";
}
.fa-keyboard-o::before {
	content: "\f11c";
}
.fa-flag-o::before {
	content: "\f11d";
}
.fa-flag-checkered::before {
	content: "\f11e";
}
.fa-terminal::before {
	content: "\f120";
}
.fa-code::before {
	content: "\f121";
}
.fa-mail-reply-all::before {
	content: "\f122";
}
.fa-reply-all::before {
	content: "\f122";
}
.fa-star-half-empty::before {
	content: "\f123";
}
.fa-star-half-full::before {
	content: "\f123";
}
.fa-star-half-o::before {
	content: "\f123";
}
.fa-location-arrow::before {
	content: "\f124";
}
.fa-crop::before {
	content: "\f125";
}
.fa-code-fork::before {
	content: "\f126";
}
.fa-unlink::before {
	content: "\f127";
}
.fa-chain-broken::before {
	content: "\f127";
}
.fa-question::before {
	content: "\f128";
}
.fa-info::before {
	content: "\f129";
}
.fa-exclamation::before {
	content: "\f12a";
}
.fa-superscript::before {
	content: "\f12b";
}
.fa-subscript::before {
	content: "\f12c";
}
.fa-eraser::before {
	content: "\f12d";
}
.fa-puzzle-piece::before {
	content: "\f12e";
}
.fa-microphone::before {
	content: "\f130";
}
.fa-microphone-slash::before {
	content: "\f131";
}
.fa-shield::before {
	content: "\f132";
}
.fa-calendar-o::before {
	content: "\f133";
}
.fa-fire-extinguisher::before {
	content: "\f134";
}
.fa-rocket::before {
	content: "\f135";
}
.fa-maxcdn::before {
	content: "\f136";
}
.fa-chevron-circle-left::before {
	content: "\f137";
}
.fa-chevron-circle-right::before {
	content: "\f138";
}
.fa-chevron-circle-up::before {
	content: "\f139";
}
.fa-chevron-circle-down::before {
	content: "\f13a";
}
.fa-html5::before {
	content: "\f13b";
}
.fa-css3::before {
	content: "\f13c";
}
.fa-anchor::before {
	content: "\f13d";
}
.fa-unlock-alt::before {
	content: "\f13e";
}
.fa-bullseye::before {
	content: "\f140";
}
.fa-ellipsis-h::before {
	content: "\f141";
}
.fa-ellipsis-v::before {
	content: "\f142";
}
.fa-rss-square::before {
	content: "\f143";
}
.fa-play-circle::before {
	content: "\f144";
}
.fa-ticket::before {
	content: "\f145";
}
.fa-minus-square::before {
	content: "\f146";
}
.fa-minus-square-o::before {
	content: "\f147";
}
.fa-level-up::before {
	content: "\f148";
}
.fa-level-down::before {
	content: "\f149";
}
.fa-check-square::before {
	content: "\f14a";
}
.fa-pencil-square::before {
	content: "\f14b";
}
.fa-external-link-square::before {
	content: "\f14c";
}
.fa-share-square::before {
	content: "\f14d";
}
.fa-compass::before {
	content: "\f14e";
}
.fa-toggle-down::before {
	content: "\f150";
}
.fa-caret-square-o-down::before {
	content: "\f150";
}
.fa-toggle-up::before {
	content: "\f151";
}
.fa-caret-square-o-up::before {
	content: "\f151";
}
.fa-toggle-right::before {
	content: "\f152";
}
.fa-caret-square-o-right::before {
	content: "\f152";
}
.fa-euro::before {
	content: "\f153";
}
.fa-eur::before {
	content: "\f153";
}
.fa-gbp::before {
	content: "\f154";
}
.fa-dollar::before {
	content: "\f155";
}
.fa-usd::before {
	content: "\f155";
}
.fa-rupee::before {
	content: "\f156";
}
.fa-inr::before {
	content: "\f156";
}
.fa-cny::before {
	content: "\f157";
}
.fa-rmb::before {
	content: "\f157";
}
.fa-yen::before {
	content: "\f157";
}
.fa-jpy::before {
	content: "\f157";
}
.fa-ruble::before {
	content: "\f158";
}
.fa-rouble::before {
	content: "\f158";
}
.fa-rub::before {
	content: "\f158";
}
.fa-won::before {
	content: "\f159";
}
.fa-krw::before {
	content: "\f159";
}
.fa-bitcoin::before {
	content: "\f15a";
}
.fa-btc::before {
	content: "\f15a";
}
.fa-file::before {
	content: "\f15b";
}
.fa-file-text::before {
	content: "\f15c";
}
.fa-sort-alpha-asc::before {
	content: "\f15d";
}
.fa-sort-alpha-desc::before {
	content: "\f15e";
}
.fa-sort-amount-asc::before {
	content: "\f160";
}
.fa-sort-amount-desc::before {
	content: "\f161";
}
.fa-sort-numeric-asc::before {
	content: "\f162";
}
.fa-sort-numeric-desc::before {
	content: "\f163";
}
.fa-thumbs-up::before {
	content: "\f164";
}
.fa-thumbs-down::before {
	content: "\f165";
}
.fa-youtube-square::before {
	content: "\f166";
}
.fa-youtube::before {
	content: "\f167";
}
.fa-xing::before {
	content: "\f168";
}
.fa-xing-square::before {
	content: "\f169";
}
.fa-youtube-play::before {
	content: "\f16a";
}
.fa-dropbox::before {
	content: "\f16b";
}
.fa-stack-overflow::before {
	content: "\f16c";
}
.fa-instagram::before {
	content: "\f16d";
}
.fa-flickr::before {
	content: "\f16e";
}
.fa-adn::before {
	content: "\f170";
}
.fa-bitbucket::before {
	content: "\f171";
}
.fa-bitbucket-square::before {
	content: "\f172";
}
.fa-tumblr::before {
	content: "\f173";
}
.fa-tumblr-square::before {
	content: "\f174";
}
.fa-long-arrow-down::before {
	content: "\f175";
}
.fa-long-arrow-up::before {
	content: "\f176";
}
.fa-long-arrow-left::before {
	content: "\f177";
}
.fa-long-arrow-right::before {
	content: "\f178";
}
.fa-apple::before {
	content: "\f179";
}
.fa-windows::before {
	content: "\f17a";
}
.fa-android::before {
	content: "\f17b";
}
.fa-linux::before {
	content: "\f17c";
}
.fa-dribbble::before {
	content: "\f17d";
}
.fa-skype::before {
	content: "\f17e";
}
.fa-foursquare::before {
	content: "\f180";
}
.fa-trello::before {
	content: "\f181";
}
.fa-female::before {
	content: "\f182";
}
.fa-male::before {
	content: "\f183";
}
.fa-gittip::before {
	content: "\f184";
}
.fa-gratipay::before {
	content: "\f184";
}
.fa-sun-o::before {
	content: "\f185";
}
.fa-moon-o::before {
	content: "\f186";
}
.fa-archive::before {
	content: "\f187";
}
.fa-bug::before {
	content: "\f188";
}
.fa-vk::before {
	content: "\f189";
}
.fa-weibo::before {
	content: "\f18a";
}
.fa-renren::before {
	content: "\f18b";
}
.fa-pagelines::before {
	content: "\f18c";
}
.fa-stack-exchange::before {
	content: "\f18d";
}
.fa-arrow-circle-o-right::before {
	content: "\f18e";
}
.fa-arrow-circle-o-left::before {
	content: "\f190";
}
.fa-toggle-left::before {
	content: "\f191";
}
.fa-caret-square-o-left::before {
	content: "\f191";
}
.fa-dot-circle-o::before {
	content: "\f192";
}
.fa-wheelchair::before {
	content: "\f193";
}
.fa-vimeo-square::before {
	content: "\f194";
}
.fa-turkish-lira::before {
	content: "\f195";
}
.fa-try::before {
	content: "\f195";
}
.fa-plus-square-o::before {
	content: "\f196";
}
.fa-space-shuttle::before {
	content: "\f197";
}
.fa-slack::before {
	content: "\f198";
}
.fa-envelope-square::before {
	content: "\f199";
}
.fa-wordpress::before {
	content: "\f19a";
}
.fa-openid::before {
	content: "\f19b";
}
.fa-institution::before {
	content: "\f19c";
}
.fa-bank::before {
	content: "\f19c";
}
.fa-university::before {
	content: "\f19c";
}
.fa-mortar-board::before {
	content: "\f19d";
}
.fa-graduation-cap::before {
	content: "\f19d";
}
.fa-yahoo::before {
	content: "\f19e";
}
.fa-google::before {
	content: "\f1a0";
}
.fa-reddit::before {
	content: "\f1a1";
}
.fa-reddit-square::before {
	content: "\f1a2";
}
.fa-stumbleupon-circle::before {
	content: "\f1a3";
}
.fa-stumbleupon::before {
	content: "\f1a4";
}
.fa-delicious::before {
	content: "\f1a5";
}
.fa-digg::before {
	content: "\f1a6";
}
.fa-pied-piper-pp::before {
	content: "\f1a7";
}
.fa-pied-piper-alt::before {
	content: "\f1a8";
}
.fa-drupal::before {
	content: "\f1a9";
}
.fa-joomla::before {
	content: "\f1aa";
}
.fa-language::before {
	content: "\f1ab";
}
.fa-fax::before {
	content: "\f1ac";
}
.fa-building::before {
	content: "\f1ad";
}
.fa-child::before {
	content: "\f1ae";
}
.fa-paw::before {
	content: "\f1b0";
}
.fa-spoon::before {
	content: "\f1b1";
}
.fa-cube::before {
	content: "\f1b2";
}
.fa-cubes::before {
	content: "\f1b3";
}
.fa-behance::before {
	content: "\f1b4";
}
.fa-behance-square::before {
	content: "\f1b5";
}
.fa-steam::before {
	content: "\f1b6";
}
.fa-steam-square::before {
	content: "\f1b7";
}
.fa-recycle::before {
	content: "\f1b8";
}
.fa-automobile::before {
	content: "\f1b9";
}
.fa-car::before {
	content: "\f1b9";
}
.fa-cab::before {
	content: "\f1ba";
}
.fa-taxi::before {
	content: "\f1ba";
}
.fa-tree::before {
	content: "\f1bb";
}
.fa-spotify::before {
	content: "\f1bc";
}
.fa-deviantart::before {
	content: "\f1bd";
}
.fa-soundcloud::before {
	content: "\f1be";
}
.fa-database::before {
	content: "\f1c0";
}
.fa-file-pdf-o::before {
	content: "\f1c1";
}
.fa-file-word-o::before {
	content: "\f1c2";
}
.fa-file-excel-o::before {
	content: "\f1c3";
}
.fa-file-powerpoint-o::before {
	content: "\f1c4";
}
.fa-file-photo-o::before {
	content: "\f1c5";
}
.fa-file-picture-o::before {
	content: "\f1c5";
}
.fa-file-image-o::before {
	content: "\f1c5";
}
.fa-file-zip-o::before {
	content: "\f1c6";
}
.fa-file-archive-o::before {
	content: "\f1c6";
}
.fa-file-sound-o::before {
	content: "\f1c7";
}
.fa-file-audio-o::before {
	content: "\f1c7";
}
.fa-file-movie-o::before {
	content: "\f1c8";
}
.fa-file-video-o::before {
	content: "\f1c8";
}
.fa-file-code-o::before {
	content: "\f1c9";
}
.fa-vine::before {
	content: "\f1ca";
}
.fa-codepen::before {
	content: "\f1cb";
}
.fa-jsfiddle::before {
	content: "\f1cc";
}
.fa-life-bouy::before {
	content: "\f1cd";
}
.fa-life-buoy::before {
	content: "\f1cd";
}
.fa-life-saver::before {
	content: "\f1cd";
}
.fa-support::before {
	content: "\f1cd";
}
.fa-life-ring::before {
	content: "\f1cd";
}
.fa-circle-o-notch::before {
	content: "\f1ce";
}
.fa-ra::before {
	content: "\f1d0";
}
.fa-resistance::before {
	content: "\f1d0";
}
.fa-rebel::before {
	content: "\f1d0";
}
.fa-ge::before {
	content: "\f1d1";
}
.fa-empire::before {
	content: "\f1d1";
}
.fa-git-square::before {
	content: "\f1d2";
}
.fa-git::before {
	content: "\f1d3";
}
.fa-y-combinator-square::before {
	content: "\f1d4";
}
.fa-yc-square::before {
	content: "\f1d4";
}
.fa-hacker-news::before {
	content: "\f1d4";
}
.fa-tencent-weibo::before {
	content: "\f1d5";
}
.fa-qq::before {
	content: "\f1d6";
}
.fa-wechat::before {
	content: "\f1d7";
}
.fa-weixin::before {
	content: "\f1d7";
}
.fa-send::before {
	content: "\f1d8";
}
.fa-paper-plane::before {
	content: "\f1d8";
}
.fa-send-o::before {
	content: "\f1d9";
}
.fa-paper-plane-o::before {
	content: "\f1d9";
}
.fa-history::before {
	content: "\f1da";
}
.fa-circle-thin::before {
	content: "\f1db";
}
.fa-header::before {
	content: "\f1dc";
}
.fa-paragraph::before {
	content: "\f1dd";
}
.fa-sliders::before {
	content: "\f1de";
}
.fa-share-alt::before {
	content: "\f1e0";
}
.fa-share-alt-square::before {
	content: "\f1e1";
}
.fa-bomb::before {
	content: "\f1e2";
}
.fa-soccer-ball-o::before {
	content: "\f1e3";
}
.fa-futbol-o::before {
	content: "\f1e3";
}
.fa-tty::before {
	content: "\f1e4";
}
.fa-binoculars::before {
	content: "\f1e5";
}
.fa-plug::before {
	content: "\f1e6";
}
.fa-slideshare::before {
	content: "\f1e7";
}
.fa-twitch::before {
	content: "\f1e8";
}
.fa-yelp::before {
	content: "\f1e9";
}
.fa-newspaper-o::before {
	content: "\f1ea";
}
.fa-wifi::before {
	content: "\f1eb";
}
.fa-calculator::before {
	content: "\f1ec";
}
.fa-paypal::before {
	content: "\f1ed";
}
.fa-google-wallet::before {
	content: "\f1ee";
}
.fa-cc-visa::before {
	content: "\f1f0";
}
.fa-cc-mastercard::before {
	content: "\f1f1";
}
.fa-cc-discover::before {
	content: "\f1f2";
}
.fa-cc-amex::before {
	content: "\f1f3";
}
.fa-cc-paypal::before {
	content: "\f1f4";
}
.fa-cc-stripe::before {
	content: "\f1f5";
}
.fa-bell-slash::before {
	content: "\f1f6";
}
.fa-bell-slash-o::before {
	content: "\f1f7";
}
.fa-trash::before {
	content: "\f1f8";
}
.fa-copyright::before {
	content: "\f1f9";
}
.fa-at::before {
	content: "\f1fa";
}
.fa-eyedropper::before {
	content: "\f1fb";
}
.fa-paint-brush::before {
	content: "\f1fc";
}
.fa-birthday-cake::before {
	content: "\f1fd";
}
.fa-area-chart::before {
	content: "\f1fe";
}
.fa-pie-chart::before {
	content: "\f200";
}
.fa-line-chart::before {
	content: "\f201";
}
.fa-lastfm::before {
	content: "\f202";
}
.fa-lastfm-square::before {
	content: "\f203";
}
.fa-toggle-off::before {
	content: "\f204";
}
.fa-toggle-on::before {
	content: "\f205";
}
.fa-bicycle::before {
	content: "\f206";
}
.fa-bus::before {
	content: "\f207";
}
.fa-ioxhost::before {
	content: "\f208";
}
.fa-angellist::before {
	content: "\f209";
}
.fa-cc::before {
	content: "\f20a";
}
.fa-shekel::before {
	content: "\f20b";
}
.fa-sheqel::before {
	content: "\f20b";
}
.fa-ils::before {
	content: "\f20b";
}
.fa-meanpath::before {
	content: "\f20c";
}
.fa-buysellads::before {
	content: "\f20d";
}
.fa-connectdevelop::before {
	content: "\f20e";
}
.fa-dashcube::before {
	content: "\f210";
}
.fa-forumbee::before {
	content: "\f211";
}
.fa-leanpub::before {
	content: "\f212";
}
.fa-sellsy::before {
	content: "\f213";
}
.fa-shirtsinbulk::before {
	content: "\f214";
}
.fa-simplybuilt::before {
	content: "\f215";
}
.fa-skyatlas::before {
	content: "\f216";
}
.fa-cart-plus::before {
	content: "\f217";
}
.fa-cart-arrow-down::before {
	content: "\f218";
}
.fa-diamond::before {
	content: "\f219";
}
.fa-ship::before {
	content: "\f21a";
}
.fa-user-secret::before {
	content: "\f21b";
}
.fa-motorcycle::before {
	content: "\f21c";
}
.fa-street-view::before {
	content: "\f21d";
}
.fa-heartbeat::before {
	content: "\f21e";
}
.fa-venus::before {
	content: "\f221";
}
.fa-mars::before {
	content: "\f222";
}
.fa-mercury::before {
	content: "\f223";
}
.fa-intersex::before {
	content: "\f224";
}
.fa-transgender::before {
	content: "\f224";
}
.fa-transgender-alt::before {
	content: "\f225";
}
.fa-venus-double::before {
	content: "\f226";
}
.fa-mars-double::before {
	content: "\f227";
}
.fa-venus-mars::before {
	content: "\f228";
}
.fa-mars-stroke::before {
	content: "\f229";
}
.fa-mars-stroke-v::before {
	content: "\f22a";
}
.fa-mars-stroke-h::before {
	content: "\f22b";
}
.fa-neuter::before {
	content: "\f22c";
}
.fa-genderless::before {
	content: "\f22d";
}
.fa-facebook-official::before {
	content: "\f230";
}
.fa-pinterest-p::before {
	content: "\f231";
}
.fa-whatsapp::before {
	content: "\f232";
}
.fa-server::before {
	content: "\f233";
}
.fa-user-plus::before {
	content: "\f234";
}
.fa-user-times::before {
	content: "\f235";
}
.fa-hotel::before {
	content: "\f236";
}
.fa-bed::before {
	content: "\f236";
}
.fa-viacoin::before {
	content: "\f237";
}
.fa-train::before {
	content: "\f238";
}
.fa-subway::before {
	content: "\f239";
}
.fa-medium::before {
	content: "\f23a";
}
.fa-yc::before {
	content: "\f23b";
}
.fa-y-combinator::before {
	content: "\f23b";
}
.fa-optin-monster::before {
	content: "\f23c";
}
.fa-opencart::before {
	content: "\f23d";
}
.fa-expeditedssl::before {
	content: "\f23e";
}
.fa-battery-4::before {
	content: "\f240";
}
.fa-battery::before {
	content: "\f240";
}
.fa-battery-full::before {
	content: "\f240";
}
.fa-battery-3::before {
	content: "\f241";
}
.fa-battery-three-quarters::before {
	content: "\f241";
}
.fa-battery-2::before {
	content: "\f242";
}
.fa-battery-half::before {
	content: "\f242";
}
.fa-battery-1::before {
	content: "\f243";
}
.fa-battery-quarter::before {
	content: "\f243";
}
.fa-battery-0::before {
	content: "\f244";
}
.fa-battery-empty::before {
	content: "\f244";
}
.fa-mouse-pointer::before {
	content: "\f245";
}
.fa-i-cursor::before {
	content: "\f246";
}
.fa-object-group::before {
	content: "\f247";
}
.fa-object-ungroup::before {
	content: "\f248";
}
.fa-sticky-note::before {
	content: "\f249";
}
.fa-sticky-note-o::before {
	content: "\f24a";
}
.fa-cc-jcb::before {
	content: "\f24b";
}
.fa-cc-diners-club::before {
	content: "\f24c";
}
.fa-clone::before {
	content: "\f24d";
}
.fa-balance-scale::before {
	content: "\f24e";
}
.fa-hourglass-o::before {
	content: "\f250";
}
.fa-hourglass-1::before {
	content: "\f251";
}
.fa-hourglass-start::before {
	content: "\f251";
}
.fa-hourglass-2::before {
	content: "\f252";
}
.fa-hourglass-half::before {
	content: "\f252";
}
.fa-hourglass-3::before {
	content: "\f253";
}
.fa-hourglass-end::before {
	content: "\f253";
}
.fa-hourglass::before {
	content: "\f254";
}
.fa-hand-grab-o::before {
	content: "\f255";
}
.fa-hand-rock-o::before {
	content: "\f255";
}
.fa-hand-stop-o::before {
	content: "\f256";
}
.fa-hand-paper-o::before {
	content: "\f256";
}
.fa-hand-scissors-o::before {
	content: "\f257";
}
.fa-hand-lizard-o::before {
	content: "\f258";
}
.fa-hand-spock-o::before {
	content: "\f259";
}
.fa-hand-pointer-o::before {
	content: "\f25a";
}
.fa-hand-peace-o::before {
	content: "\f25b";
}
.fa-trademark::before {
	content: "\f25c";
}
.fa-registered::before {
	content: "\f25d";
}
.fa-creative-commons::before {
	content: "\f25e";
}
.fa-gg::before {
	content: "\f260";
}
.fa-gg-circle::before {
	content: "\f261";
}
.fa-tripadvisor::before {
	content: "\f262";
}
.fa-odnoklassniki::before {
	content: "\f263";
}
.fa-odnoklassniki-square::before {
	content: "\f264";
}
.fa-get-pocket::before {
	content: "\f265";
}
.fa-wikipedia-w::before {
	content: "\f266";
}
.fa-safari::before {
	content: "\f267";
}
.fa-chrome::before {
	content: "\f268";
}
.fa-firefox::before {
	content: "\f269";
}
.fa-opera::before {
	content: "\f26a";
}
.fa-internet-explorer::before {
	content: "\f26b";
}
.fa-tv::before {
	content: "\f26c";
}
.fa-television::before {
	content: "\f26c";
}
.fa-contao::before {
	content: "\f26d";
}
.fa-500px::before {
	content: "\f26e";
}
.fa-amazon::before {
	content: "\f270";
}
.fa-calendar-plus-o::before {
	content: "\f271";
}
.fa-calendar-minus-o::before {
	content: "\f272";
}
.fa-calendar-times-o::before {
	content: "\f273";
}
.fa-calendar-check-o::before {
	content: "\f274";
}
.fa-industry::before {
	content: "\f275";
}
.fa-map-pin::before {
	content: "\f276";
}
.fa-map-signs::before {
	content: "\f277";
}
.fa-map-o::before {
	content: "\f278";
}
.fa-map::before {
	content: "\f279";
}
.fa-commenting::before {
	content: "\f27a";
}
.fa-commenting-o::before {
	content: "\f27b";
}
.fa-houzz::before {
	content: "\f27c";
}
.fa-vimeo::before {
	content: "\f27d";
}
.fa-black-tie::before {
	content: "\f27e";
}
.fa-fonticons::before {
	content: "\f280";
}
.fa-reddit-alien::before {
	content: "\f281";
}
.fa-edge::before {
	content: "\f282";
}
.fa-credit-card-alt::before {
	content: "\f283";
}
.fa-codiepie::before {
	content: "\f284";
}
.fa-modx::before {
	content: "\f285";
}
.fa-fort-awesome::before {
	content: "\f286";
}
.fa-usb::before {
	content: "\f287";
}
.fa-product-hunt::before {
	content: "\f288";
}
.fa-mixcloud::before {
	content: "\f289";
}
.fa-scribd::before {
	content: "\f28a";
}
.fa-pause-circle::before {
	content: "\f28b";
}
.fa-pause-circle-o::before {
	content: "\f28c";
}
.fa-stop-circle::before {
	content: "\f28d";
}
.fa-stop-circle-o::before {
	content: "\f28e";
}
.fa-shopping-bag::before {
	content: "\f290";
}
.fa-shopping-basket::before {
	content: "\f291";
}
.fa-hashtag::before {
	content: "\f292";
}
.fa-bluetooth::before {
	content: "\f293";
}
.fa-bluetooth-b::before {
	content: "\f294";
}
.fa-percent::before {
	content: "\f295";
}
.fa-gitlab::before {
	content: "\f296";
}
.fa-wpbeginner::before {
	content: "\f297";
}
.fa-wpforms::before {
	content: "\f298";
}
.fa-envira::before {
	content: "\f299";
}
.fa-universal-access::before {
	content: "\f29a";
}
.fa-wheelchair-alt::before {
	content: "\f29b";
}
.fa-question-circle-o::before {
	content: "\f29c";
}
.fa-blind::before {
	content: "\f29d";
}
.fa-audio-description::before {
	content: "\f29e";
}
.fa-volume-control-phone::before {
	content: "\f2a0";
}
.fa-braille::before {
	content: "\f2a1";
}
.fa-assistive-listening-systems::before {
	content: "\f2a2";
}
.fa-asl-interpreting::before {
	content: "\f2a3";
}
.fa-american-sign-language-interpreting::before {
	content: "\f2a3";
}
.fa-deafness::before {
	content: "\f2a4";
}
.fa-hard-of-hearing::before {
	content: "\f2a4";
}
.fa-deaf::before {
	content: "\f2a4";
}
.fa-glide::before {
	content: "\f2a5";
}
.fa-glide-g::before {
	content: "\f2a6";
}
.fa-signing::before {
	content: "\f2a7";
}
.fa-sign-language::before {
	content: "\f2a7";
}
.fa-low-vision::before {
	content: "\f2a8";
}
.fa-viadeo::before {
	content: "\f2a9";
}
.fa-viadeo-square::before {
	content: "\f2aa";
}
.fa-snapchat::before {
	content: "\f2ab";
}
.fa-snapchat-ghost::before {
	content: "\f2ac";
}
.fa-snapchat-square::before {
	content: "\f2ad";
}
.fa-pied-piper::before {
	content: "\f2ae";
}
.fa-first-order::before {
	content: "\f2b0";
}
.fa-yoast::before {
	content: "\f2b1";
}
.fa-themeisle::before {
	content: "\f2b2";
}
.fa-google-plus-circle::before {
	content: "\f2b3";
}
.fa-google-plus-official::before {
	content: "\f2b3";
}
.fa-fa::before {
	content: "\f2b4";
}
.fa-font-awesome::before {
	content: "\f2b4";
}
.fa-handshake-o::before {
	content: "\f2b5";
}
.fa-envelope-open::before {
	content: "\f2b6";
}
.fa-envelope-open-o::before {
	content: "\f2b7";
}
.fa-linode::before {
	content: "\f2b8";
}
.fa-address-book::before {
	content: "\f2b9";
}
.fa-address-book-o::before {
	content: "\f2ba";
}
.fa-vcard::before {
	content: "\f2bb";
}
.fa-address-card::before {
	content: "\f2bb";
}
.fa-vcard-o::before {
	content: "\f2bc";
}
.fa-address-card-o::before {
	content: "\f2bc";
}
.fa-user-circle::before {
	content: "\f2bd";
}
.fa-user-circle-o::before {
	content: "\f2be";
}
.fa-user-o::before {
	content: "\f2c0";
}
.fa-id-badge::before {
	content: "\f2c1";
}
.fa-drivers-license::before {
	content: "\f2c2";
}
.fa-id-card::before {
	content: "\f2c2";
}
.fa-drivers-license-o::before {
	content: "\f2c3";
}
.fa-id-card-o::before {
	content: "\f2c3";
}
.fa-quora::before {
	content: "\f2c4";
}
.fa-free-code-camp::before {
	content: "\f2c5";
}
.fa-telegram::before {
	content: "\f2c6";
}
.fa-thermometer-4::before {
	content: "\f2c7";
}
.fa-thermometer::before {
	content: "\f2c7";
}
.fa-thermometer-full::before {
	content: "\f2c7";
}
.fa-thermometer-3::before {
	content: "\f2c8";
}
.fa-thermometer-three-quarters::before {
	content: "\f2c8";
}
.fa-thermometer-2::before {
	content: "\f2c9";
}
.fa-thermometer-half::before {
	content: "\f2c9";
}
.fa-thermometer-1::before {
	content: "\f2ca";
}
.fa-thermometer-quarter::before {
	content: "\f2ca";
}
.fa-thermometer-0::before {
	content: "\f2cb";
}
.fa-thermometer-empty::before {
	content: "\f2cb";
}
.fa-shower::before {
	content: "\f2cc";
}
.fa-bathtub::before {
	content: "\f2cd";
}
.fa-s15::before {
	content: "\f2cd";
}
.fa-bath::before {
	content: "\f2cd";
}
.fa-podcast::before {
	content: "\f2ce";
}
.fa-window-maximize::before {
	content: "\f2d0";
}
.fa-window-minimize::before {
	content: "\f2d1";
}
.fa-window-restore::before {
	content: "\f2d2";
}
.fa-times-rectangle::before {
	content: "\f2d3";
}
.fa-window-close::before {
	content: "\f2d3";
}
.fa-times-rectangle-o::before {
	content: "\f2d4";
}
.fa-window-close-o::before {
	content: "\f2d4";
}
.fa-bandcamp::before {
	content: "\f2d5";
}
.fa-grav::before {
	content: "\f2d6";
}
.fa-etsy::before {
	content: "\f2d7";
}
.fa-imdb::before {
	content: "\f2d8";
}
.fa-ravelry::before {
	content: "\f2d9";
}
.fa-eercast::before {
	content: "\f2da";
}
.fa-microchip::before {
	content: "\f2db";
}
.fa-snowflake-o::before {
	content: "\f2dc";
}
.fa-superpowers::before {
	content: "\f2dd";
}
.fa-wpexplorer::before {
	content: "\f2de";
}
.fa-meetup::before {
	content: "\f2e0";
}
.sr-only {
	margin: -1px; padding: 0px; border: 0px currentColor; border-image: none; width: 1px; height: 1px; overflow: hidden; position: absolute; clip: rect(0px, 0px, 0px, 0px);
}
.sr-only-focusable:active {
	margin: 0px; width: auto; height: auto; overflow: visible; position: static; clip: auto;
}
.sr-only-focusable:focus {
	margin: 0px; width: auto; height: auto; overflow: visible; position: static; clip: auto;
}
div.pp_default .pp_top {
	height: 13px;
}
div.pp_default .pp_top .pp_middle {
	height: 13px;
}
div.pp_default .pp_top .pp_left {
	height: 13px;
}
div.pp_default .pp_top .pp_right {
	height: 13px;
}
div.pp_default .pp_bottom {
	height: 13px;
}
div.pp_default .pp_bottom .pp_left {
	height: 13px;
}
div.pp_default .pp_bottom .pp_middle {
	height: 13px;
}
div.pp_default .pp_bottom .pp_right {
	height: 13px;
}
div.pp_default .pp_top .pp_left {
	background: url("../images/prettyPhoto/default/sprite.png") no-repeat -78px -93px;
}
div.pp_default .pp_top .pp_middle {
	background: url("../images/prettyPhoto/default/sprite_x.png") repeat-x left top;
}
div.pp_default .pp_top .pp_right {
	background: url("../images/prettyPhoto/default/sprite.png") no-repeat -112px -93px;
}
div.pp_default .pp_content .ppt {
	color: rgb(248, 248, 248);
}
div.pp_default .pp_content_container .pp_left {
	background: url("../images/prettyPhoto/default/sprite_y.png") repeat-y -7px 0px; padding-left: 13px;
}
div.pp_default .pp_content_container .pp_right {
	background: url("../images/prettyPhoto/default/sprite_y.png") repeat-y right top; padding-right: 13px;
}
div.pp_default .pp_next:hover {
	background: url("../images/prettyPhoto/default/sprite_next.png") no-repeat right; cursor: pointer;
}
div.pp_default .pp_previous:hover {
	background: url("../images/prettyPhoto/default/sprite_prev.png") no-repeat left; cursor: pointer;
}
div.pp_default .pp_expand {
	background: url("../images/prettyPhoto/default/sprite.png") no-repeat 0px -29px; width: 28px; height: 28px; cursor: pointer;
}
div.pp_default .pp_expand:hover {
	background: url("../images/prettyPhoto/default/sprite.png") no-repeat 0px -56px; cursor: pointer;
}
div.pp_default .pp_contract {
	background: url("../images/prettyPhoto/default/sprite.png") no-repeat 0px -84px; width: 28px; height: 28px; cursor: pointer;
}
div.pp_default .pp_contract:hover {
	background: url("../images/prettyPhoto/default/sprite.png") no-repeat 0px -113px; cursor: pointer;
}
div.pp_default .pp_close {
	background: url("../images/prettyPhoto/default/sprite.png") no-repeat 2px 1px; width: 30px; height: 30px; cursor: pointer;
}
div.pp_default .pp_gallery ul li a {
	background: url("../images/prettyPhoto/default/default_thumb.png") center rgb(248, 248, 248); border: 1px solid rgb(170, 170, 170); border-image: none;
}
div.pp_default .pp_social {
	margin-top: 7px;
}
div.pp_default .pp_gallery a.pp_arrow_previous {
	left: auto; position: static;
}
div.pp_default .pp_gallery a.pp_arrow_next {
	left: auto; position: static;
}
div.pp_default .pp_nav .pp_play {
	background: url("../images/prettyPhoto/default/sprite.png") no-repeat -51px 1px; width: 30px; height: 30px;
}
div.pp_default .pp_nav .pp_pause {
	background: url("../images/prettyPhoto/default/sprite.png") no-repeat -51px 1px; width: 30px; height: 30px;
}
div.pp_default .pp_nav .pp_pause {
	background-position: -51px -29px;
}
div.pp_default a.pp_arrow_previous {
	background: url("../images/prettyPhoto/default/sprite.png") no-repeat -31px -3px; margin: 4px 0px 0px; width: 20px; height: 20px;
}
div.pp_default a.pp_arrow_next {
	background: url("../images/prettyPhoto/default/sprite.png") no-repeat -31px -3px; margin: 4px 0px 0px; width: 20px; height: 20px;
}
div.pp_default a.pp_arrow_next {
	background-position: -82px -3px; left: 52px;
}
div.pp_default .pp_content_container .pp_details {
	margin-top: 5px;
}
div.pp_default .pp_nav {
	width: 110px; height: 30px; clear: none; position: relative;
}
div.pp_default .pp_nav .currentTextHolder {
	margin: 0px; padding: 0px 0px 0px 10px; left: 75px; top: 2px; color: rgb(153, 153, 153); line-height: 25px; font-family: Georgia; font-size: 11px; font-style: italic; position: absolute;
}
div.pp_default .pp_close:hover {
	opacity: 0.7;
}
div.pp_default .pp_nav .pp_play:hover {
	opacity: 0.7;
}
div.pp_default .pp_nav .pp_pause:hover {
	opacity: 0.7;
}
div.pp_default .pp_arrow_next:hover {
	opacity: 0.7;
}
div.pp_default .pp_arrow_previous:hover {
	opacity: 0.7;
}
div.pp_default .pp_description {
	margin: 5px 50px 5px 0px; line-height: 14px; font-size: 11px; font-weight: 700;
}
div.pp_default .pp_bottom .pp_left {
	background: url("../images/prettyPhoto/default/sprite.png") no-repeat -78px -127px;
}
div.pp_default .pp_bottom .pp_middle {
	background: url("../images/prettyPhoto/default/sprite_x.png") repeat-x left bottom;
}
div.pp_default .pp_bottom .pp_right {
	background: url("../images/prettyPhoto/default/sprite.png") no-repeat -112px -127px;
}
div.pp_default .pp_loaderIcon {
	background: url("../images/prettyPhoto/default/loader.gif") no-repeat center;
}
div.light_rounded .pp_top .pp_left {
	background: url("../images/prettyPhoto/light_rounded/sprite.png") no-repeat -88px -53px;
}
div.light_rounded .pp_top .pp_right {
	background: url("../images/prettyPhoto/light_rounded/sprite.png") no-repeat -110px -53px;
}
div.light_rounded .pp_next:hover {
	background: url("../images/prettyPhoto/light_rounded/btnNext.png") no-repeat right; cursor: pointer;
}
div.light_rounded .pp_previous:hover {
	background: url("../images/prettyPhoto/light_rounded/btnPrevious.png") no-repeat left; cursor: pointer;
}
div.light_rounded .pp_expand {
	background: url("../images/prettyPhoto/light_rounded/sprite.png") no-repeat -31px -26px; cursor: pointer;
}
div.light_rounded .pp_expand:hover {
	background: url("../images/prettyPhoto/light_rounded/sprite.png") no-repeat -31px -47px; cursor: pointer;
}
div.light_rounded .pp_contract {
	background: url("../images/prettyPhoto/light_rounded/sprite.png") no-repeat 0px -26px; cursor: pointer;
}
div.light_rounded .pp_contract:hover {
	background: url("../images/prettyPhoto/light_rounded/sprite.png") no-repeat 0px -47px; cursor: pointer;
}
div.light_rounded .pp_close {
	background: url("../images/prettyPhoto/light_rounded/sprite.png") no-repeat -1px -1px; width: 75px; height: 22px; cursor: pointer;
}
div.light_rounded .pp_nav .pp_play {
	background: url("../images/prettyPhoto/light_rounded/sprite.png") no-repeat -1px -100px; width: 14px; height: 15px;
}
div.light_rounded .pp_nav .pp_pause {
	background: url("../images/prettyPhoto/light_rounded/sprite.png") no-repeat -24px -100px; width: 14px; height: 15px;
}
div.light_rounded .pp_arrow_previous {
	background: url("../images/prettyPhoto/light_rounded/sprite.png") no-repeat 0px -71px;
}
div.light_rounded .pp_arrow_next {
	background: url("../images/prettyPhoto/light_rounded/sprite.png") no-repeat -22px -71px;
}
div.light_rounded .pp_bottom .pp_left {
	background: url("../images/prettyPhoto/light_rounded/sprite.png") no-repeat -88px -80px;
}
div.light_rounded .pp_bottom .pp_right {
	background: url("../images/prettyPhoto/light_rounded/sprite.png") no-repeat -110px -80px;
}
div.dark_rounded .pp_top .pp_left {
	background: url("../images/prettyPhoto/dark_rounded/sprite.png") no-repeat -88px -53px;
}
div.dark_rounded .pp_top .pp_right {
	background: url("../images/prettyPhoto/dark_rounded/sprite.png") no-repeat -110px -53px;
}
div.dark_rounded .pp_content_container .pp_left {
	background: url("../images/prettyPhoto/dark_rounded/contentPattern.png") repeat-y left top;
}
div.dark_rounded .pp_content_container .pp_right {
	background: url("../images/prettyPhoto/dark_rounded/contentPattern.png") repeat-y right top;
}
div.dark_rounded .pp_next:hover {
	background: url("../images/prettyPhoto/dark_rounded/btnNext.png") no-repeat right; cursor: pointer;
}
div.dark_rounded .pp_previous:hover {
	background: url("../images/prettyPhoto/dark_rounded/btnPrevious.png") no-repeat left; cursor: pointer;
}
div.dark_rounded .pp_expand {
	background: url("../images/prettyPhoto/dark_rounded/sprite.png") no-repeat -31px -26px; cursor: pointer;
}
div.dark_rounded .pp_expand:hover {
	background: url("../images/prettyPhoto/dark_rounded/sprite.png") no-repeat -31px -47px; cursor: pointer;
}
div.dark_rounded .pp_contract {
	background: url("../images/prettyPhoto/dark_rounded/sprite.png") no-repeat 0px -26px; cursor: pointer;
}
div.dark_rounded .pp_contract:hover {
	background: url("../images/prettyPhoto/dark_rounded/sprite.png") no-repeat 0px -47px; cursor: pointer;
}
div.dark_rounded .pp_close {
	background: url("../images/prettyPhoto/dark_rounded/sprite.png") no-repeat -1px -1px; width: 75px; height: 22px; cursor: pointer;
}
div.dark_rounded .pp_description {
	color: rgb(255, 255, 255); margin-right: 85px;
}
div.dark_rounded .pp_nav .pp_play {
	background: url("../images/prettyPhoto/dark_rounded/sprite.png") no-repeat -1px -100px; width: 14px; height: 15px;
}
div.dark_rounded .pp_nav .pp_pause {
	background: url("../images/prettyPhoto/dark_rounded/sprite.png") no-repeat -24px -100px; width: 14px; height: 15px;
}
div.dark_rounded .pp_arrow_previous {
	background: url("../images/prettyPhoto/dark_rounded/sprite.png") no-repeat 0px -71px;
}
div.dark_rounded .pp_arrow_next {
	background: url("../images/prettyPhoto/dark_rounded/sprite.png") no-repeat -22px -71px;
}
div.dark_rounded .pp_bottom .pp_left {
	background: url("../images/prettyPhoto/dark_rounded/sprite.png") no-repeat -88px -80px;
}
div.dark_rounded .pp_bottom .pp_right {
	background: url("../images/prettyPhoto/dark_rounded/sprite.png") no-repeat -110px -80px;
}
div.dark_rounded .pp_loaderIcon {
	background: url("../images/prettyPhoto/dark_rounded/loader.gif") no-repeat center;
}
div.dark_square .pp_left {
	background: rgb(0, 0, 0);
}
div.dark_square .pp_middle {
	background: rgb(0, 0, 0);
}
div.dark_square .pp_right {
	background: rgb(0, 0, 0);
}
div.dark_square .pp_content {
	background: rgb(0, 0, 0);
}
div.dark_square .pp_description {
	margin: 0px 85px 0px 0px; color: rgb(255, 255, 255);
}
div.dark_square .pp_loaderIcon {
	background: url("../images/prettyPhoto/dark_square/loader.gif") no-repeat center;
}
div.dark_square .pp_expand {
	background: url("../images/prettyPhoto/dark_square/sprite.png") no-repeat -31px -26px; cursor: pointer;
}
div.dark_square .pp_expand:hover {
	background: url("../images/prettyPhoto/dark_square/sprite.png") no-repeat -31px -47px; cursor: pointer;
}
div.dark_square .pp_contract {
	background: url("../images/prettyPhoto/dark_square/sprite.png") no-repeat 0px -26px; cursor: pointer;
}
div.dark_square .pp_contract:hover {
	background: url("../images/prettyPhoto/dark_square/sprite.png") no-repeat 0px -47px; cursor: pointer;
}
div.dark_square .pp_close {
	background: url("../images/prettyPhoto/dark_square/sprite.png") no-repeat -1px -1px; width: 75px; height: 22px; cursor: pointer;
}
div.dark_square .pp_nav {
	clear: none;
}
div.dark_square .pp_nav .pp_play {
	background: url("../images/prettyPhoto/dark_square/sprite.png") no-repeat -1px -100px; width: 14px; height: 15px;
}
div.dark_square .pp_nav .pp_pause {
	background: url("../images/prettyPhoto/dark_square/sprite.png") no-repeat -24px -100px; width: 14px; height: 15px;
}
div.dark_square .pp_arrow_previous {
	background: url("../images/prettyPhoto/dark_square/sprite.png") no-repeat 0px -71px;
}
div.dark_square .pp_arrow_next {
	background: url("../images/prettyPhoto/dark_square/sprite.png") no-repeat -22px -71px;
}
div.dark_square .pp_next:hover {
	background: url("../images/prettyPhoto/dark_square/btnNext.png") no-repeat right; cursor: pointer;
}
div.dark_square .pp_previous:hover {
	background: url("../images/prettyPhoto/dark_square/btnPrevious.png") no-repeat left; cursor: pointer;
}
div.light_square .pp_expand {
	background: url("../images/prettyPhoto/light_square/sprite.png") no-repeat -31px -26px; cursor: pointer;
}
div.light_square .pp_expand:hover {
	background: url("../images/prettyPhoto/light_square/sprite.png") no-repeat -31px -47px; cursor: pointer;
}
div.light_square .pp_contract {
	background: url("../images/prettyPhoto/light_square/sprite.png") no-repeat 0px -26px; cursor: pointer;
}
div.light_square .pp_contract:hover {
	background: url("../images/prettyPhoto/light_square/sprite.png") no-repeat 0px -47px; cursor: pointer;
}
div.light_square .pp_close {
	background: url("../images/prettyPhoto/light_square/sprite.png") no-repeat -1px -1px; width: 75px; height: 22px; cursor: pointer;
}
div.light_square .pp_nav .pp_play {
	background: url("../images/prettyPhoto/light_square/sprite.png") no-repeat -1px -100px; width: 14px; height: 15px;
}
div.light_square .pp_nav .pp_pause {
	background: url("../images/prettyPhoto/light_square/sprite.png") no-repeat -24px -100px; width: 14px; height: 15px;
}
div.light_square .pp_arrow_previous {
	background: url("../images/prettyPhoto/light_square/sprite.png") no-repeat 0px -71px;
}
div.light_square .pp_arrow_next {
	background: url("../images/prettyPhoto/light_square/sprite.png") no-repeat -22px -71px;
}
div.light_square .pp_next:hover {
	background: url("../images/prettyPhoto/light_square/btnNext.png") no-repeat right; cursor: pointer;
}
div.light_square .pp_previous:hover {
	background: url("../images/prettyPhoto/light_square/btnPrevious.png") no-repeat left; cursor: pointer;
}
div.facebook .pp_top .pp_left {
	background: url("../images/prettyPhoto/facebook/sprite.png") no-repeat -88px -53px;
}
div.facebook .pp_top .pp_middle {
	background: url("../images/prettyPhoto/facebook/contentPatternTop.png") repeat-x left top;
}
div.facebook .pp_top .pp_right {
	background: url("../images/prettyPhoto/facebook/sprite.png") no-repeat -110px -53px;
}
div.facebook .pp_content_container .pp_left {
	background: url("../images/prettyPhoto/facebook/contentPatternLeft.png") repeat-y left top;
}
div.facebook .pp_content_container .pp_right {
	background: url("../images/prettyPhoto/facebook/contentPatternRight.png") repeat-y right top;
}
div.facebook .pp_expand {
	background: url("../images/prettyPhoto/facebook/sprite.png") no-repeat -31px -26px; cursor: pointer;
}
div.facebook .pp_expand:hover {
	background: url("../images/prettyPhoto/facebook/sprite.png") no-repeat -31px -47px; cursor: pointer;
}
div.facebook .pp_contract {
	background: url("../images/prettyPhoto/facebook/sprite.png") no-repeat 0px -26px; cursor: pointer;
}
div.facebook .pp_contract:hover {
	background: url("../images/prettyPhoto/facebook/sprite.png") no-repeat 0px -47px; cursor: pointer;
}
div.facebook .pp_close {
	background: url("../images/prettyPhoto/facebook/sprite.png") no-repeat -1px -1px; width: 22px; height: 22px; cursor: pointer;
}
div.facebook .pp_description {
	margin: 0px 37px 0px 0px;
}
div.facebook .pp_loaderIcon {
	background: url("../images/prettyPhoto/facebook/loader.gif") no-repeat center;
}
div.facebook .pp_arrow_previous {
	background: url("../images/prettyPhoto/facebook/sprite.png") no-repeat 0px -71px; width: 22px; height: 22px; margin-top: 0px;
}
div.facebook .pp_arrow_previous.disabled {
	background-position: 0px -96px; cursor: default;
}
div.facebook .pp_arrow_next {
	background: url("../images/prettyPhoto/facebook/sprite.png") no-repeat -32px -71px; width: 22px; height: 22px; margin-top: 0px;
}
div.facebook .pp_arrow_next.disabled {
	background-position: -32px -96px; cursor: default;
}
div.facebook .pp_nav {
	margin-top: 0px;
}
div.facebook .pp_nav p {
	padding: 0px 3px 0px 4px; font-size: 15px;
}
div.facebook .pp_nav .pp_play {
	background: url("../images/prettyPhoto/facebook/sprite.png") no-repeat -1px -123px; width: 22px; height: 22px;
}
div.facebook .pp_nav .pp_pause {
	background: url("../images/prettyPhoto/facebook/sprite.png") no-repeat -32px -123px; width: 22px; height: 22px;
}
div.facebook .pp_next:hover {
	background: url("../images/prettyPhoto/facebook/btnNext.png") no-repeat right; cursor: pointer;
}
div.facebook .pp_previous:hover {
	background: url("../images/prettyPhoto/facebook/btnPrevious.png") no-repeat left; cursor: pointer;
}
div.facebook .pp_bottom .pp_left {
	background: url("../images/prettyPhoto/facebook/sprite.png") no-repeat -88px -80px;
}
div.facebook .pp_bottom .pp_middle {
	background: url("../images/prettyPhoto/facebook/contentPatternBottom.png") repeat-x left top;
}
div.facebook .pp_bottom .pp_right {
	background: url("../images/prettyPhoto/facebook/sprite.png") no-repeat -110px -80px;
}
div.pp_pic_holder a:focus {
	
}
div.pp_overlay {
	background: rgb(0, 0, 0); left: 0px; top: 0px; width: 100%; display: none; position: absolute; z-index: 9500;
}
div.pp_pic_holder {
	width: 100px; display: none; position: absolute; z-index: 10000;
}
.pp_content {
	height: 40px; min-width: 40px;
}
* html .pp_content {
	width: 40px;
}
.pp_content_container {
	width: 100%; text-align: left; position: relative;
}
.pp_content_container .pp_left {
	padding-left: 20px;
}
.pp_content_container .pp_right {
	padding-right: 20px;
}
.pp_content_container .pp_details {
	margin: 10px 0px 2px; float: left;
}
.pp_description {
	margin: 0px; display: none;
}
.pp_social {
	margin: 0px; float: left;
}
.pp_social .facebook {
	width: 55px; overflow: hidden; margin-left: 5px; float: left;
}
.pp_social .twitter {
	float: left;
}
.pp_nav {
	margin: 3px 10px 0px 0px; clear: right; float: left;
}
.pp_nav p {
	margin: 0px 4px; font-size: 12px; float: left; white-space: nowrap;
}
.pp_nav .pp_play {
	text-indent: -10000px; margin-right: 4px; float: left;
}
.pp_nav .pp_pause {
	text-indent: -10000px; margin-right: 4px; float: left;
}
a.pp_arrow_previous {
	width: 14px; height: 15px; text-indent: -10000px; overflow: hidden; margin-top: 4px; float: left; display: block;
}
a.pp_arrow_next {
	width: 14px; height: 15px; text-indent: -10000px; overflow: hidden; margin-top: 4px; float: left; display: block;
}
.pp_hoverContainer {
	top: 0px; width: 100%; position: absolute; z-index: 2000;
}
.pp_gallery {
	left: 50%; margin-top: -50px; display: none; position: absolute; z-index: 10000;
}
.pp_gallery div {
	overflow: hidden; float: left; position: relative;
}
.pp_gallery ul {
	margin: 0px 0px 0px 5px; padding: 0px; height: 35px; float: left; white-space: nowrap; position: relative;
}
.pp_gallery ul a {
	border: 1px solid rgba(0, 0, 0, 0.5); border-image: none; height: 33px; overflow: hidden; float: left; display: block;
}
.pp_gallery ul a img {
	border: 0px currentColor; border-image: none;
}
.pp_gallery li {
	margin: 0px 5px 0px 0px; padding: 0px; float: left; display: block;
}
.pp_gallery li.default a {
	background: url("../images/prettyPhoto/facebook/default_thumbnail.gif") no-repeat 0px 0px; width: 50px; height: 33px; display: block;
}
.pp_gallery .pp_arrow_previous {
	margin-top: 7px !important;
}
.pp_gallery .pp_arrow_next {
	margin-top: 7px !important;
}
a.pp_next {
	background: url("../images/prettyPhoto/light_rounded/btnNext.png") no-repeat 10000px 10000px; width: 49%; height: 100%; text-indent: -10000px; float: right; display: block;
}
a.pp_previous {
	background: url("../images/prettyPhoto/light_rounded/btnNext.png") no-repeat 10000px 10000px; width: 49%; height: 100%; text-indent: -10000px; float: left; display: block;
}
a.pp_expand {
	top: 10px; width: 20px; height: 20px; right: 30px; text-indent: -10000px; display: none; position: absolute; z-index: 20000; cursor: pointer;
}
a.pp_contract {
	top: 10px; width: 20px; height: 20px; right: 30px; text-indent: -10000px; display: none; position: absolute; z-index: 20000; cursor: pointer;
}
a.pp_close {
	top: 0px; right: 0px; line-height: 22px; text-indent: -10000px; display: block; position: absolute;
}
.pp_loaderIcon {
	margin: -12px 0px 0px -12px; left: 50%; top: 50%; width: 24px; height: 24px; display: block; position: absolute;
}
#pp_full_res {
	line-height: 1 !important;
}
#pp_full_res .pp_inline {
	text-align: left;
}
#pp_full_res .pp_inline p {
	margin: 0px 0px 15px;
}
div.ppt {
	margin: 0px 0px 5px 15px; color: rgb(255, 255, 255); font-size: 17px; display: none; z-index: 9999;
}
div.pp_default .pp_content {
	background-color: rgb(255, 255, 255);
}
div.light_rounded .pp_content {
	background-color: rgb(255, 255, 255);
}
div.pp_default #pp_full_res .pp_inline {
	color: rgb(0, 0, 0);
}
div.light_rounded .pp_content .ppt {
	color: rgb(0, 0, 0);
}
div.light_rounded #pp_full_res .pp_inline {
	color: rgb(0, 0, 0);
}
div.light_square .pp_content .ppt {
	color: rgb(0, 0, 0);
}
div.light_square #pp_full_res .pp_inline {
	color: rgb(0, 0, 0);
}
div.facebook .pp_content .ppt {
	color: rgb(0, 0, 0);
}
div.facebook #pp_full_res .pp_inline {
	color: rgb(0, 0, 0);
}
div.pp_default .pp_gallery ul li a:hover {
	border-color: rgb(255, 255, 255);
}
div.pp_default .pp_gallery ul li.selected a {
	border-color: rgb(255, 255, 255);
}
.pp_gallery ul a:hover {
	border-color: rgb(255, 255, 255);
}
.pp_gallery li.selected a {
	border-color: rgb(255, 255, 255);
}
div.pp_default .pp_details {
	position: relative;
}
div.light_rounded .pp_details {
	position: relative;
}
div.dark_rounded .pp_details {
	position: relative;
}
div.dark_square .pp_details {
	position: relative;
}
div.light_square .pp_details {
	position: relative;
}
div.facebook .pp_details {
	position: relative;
}
div.light_rounded .pp_top .pp_middle {
	background: rgb(255, 255, 255);
}
div.light_rounded .pp_content_container .pp_left {
	background: rgb(255, 255, 255);
}
div.light_rounded .pp_content_container .pp_right {
	background: rgb(255, 255, 255);
}
div.light_rounded .pp_bottom .pp_middle {
	background: rgb(255, 255, 255);
}
div.light_square .pp_left {
	background: rgb(255, 255, 255);
}
div.light_square .pp_middle {
	background: rgb(255, 255, 255);
}
div.light_square .pp_right {
	background: rgb(255, 255, 255);
}
div.light_square .pp_content {
	background: rgb(255, 255, 255);
}
div.facebook .pp_content {
	background: rgb(255, 255, 255);
}
div.light_rounded .pp_description {
	line-height: 22px; font-size: 13px; margin-top: 3px; margin-right: 85px;
}
div.light_square .pp_description {
	line-height: 22px; font-size: 13px; margin-top: 3px; margin-right: 85px;
}
div.light_rounded .pp_gallery a.pp_arrow_previous {
	margin-top: 12px !important;
}
div.light_rounded .pp_gallery a.pp_arrow_next {
	margin-top: 12px !important;
}
div.dark_rounded .pp_gallery a.pp_arrow_previous {
	margin-top: 12px !important;
}
div.dark_rounded .pp_gallery a.pp_arrow_next {
	margin-top: 12px !important;
}
div.dark_square .pp_gallery a.pp_arrow_previous {
	margin-top: 12px !important;
}
div.dark_square .pp_gallery a.pp_arrow_next {
	margin-top: 12px !important;
}
div.light_square .pp_gallery a.pp_arrow_previous {
	margin-top: 12px !important;
}
div.light_square .pp_gallery a.pp_arrow_next {
	margin-top: 12px !important;
}
div.light_rounded .pp_arrow_previous.disabled {
	background-position: 0px -87px; cursor: default;
}
div.dark_rounded .pp_arrow_previous.disabled {
	background-position: 0px -87px; cursor: default;
}
div.dark_square .pp_arrow_previous.disabled {
	background-position: 0px -87px; cursor: default;
}
div.light_square .pp_arrow_previous.disabled {
	background-position: 0px -87px; cursor: default;
}
div.light_rounded .pp_arrow_next.disabled {
	background-position: -22px -87px; cursor: default;
}
div.dark_rounded .pp_arrow_next.disabled {
	background-position: -22px -87px; cursor: default;
}
div.dark_square .pp_arrow_next.disabled {
	background-position: -22px -87px; cursor: default;
}
div.light_square .pp_arrow_next.disabled {
	background-position: -22px -87px; cursor: default;
}
div.light_rounded .pp_loaderIcon {
	background: url("../images/prettyPhoto/light_rounded/loader.gif") no-repeat center;
}
div.light_square .pp_loaderIcon {
	background: url("../images/prettyPhoto/light_rounded/loader.gif") no-repeat center;
}
div.dark_rounded .pp_top .pp_middle {
	background: url("../images/prettyPhoto/dark_rounded/contentPattern.png") left top;
}
div.dark_rounded .pp_content {
	background: url("../images/prettyPhoto/dark_rounded/contentPattern.png") left top;
}
div.dark_rounded .pp_bottom .pp_middle {
	background: url("../images/prettyPhoto/dark_rounded/contentPattern.png") left top;
}
div.dark_rounded .currentTextHolder {
	color: rgb(196, 196, 196);
}
div.dark_square .currentTextHolder {
	color: rgb(196, 196, 196);
}
div.dark_rounded #pp_full_res .pp_inline {
	color: rgb(255, 255, 255);
}
div.dark_square #pp_full_res .pp_inline {
	color: rgb(255, 255, 255);
}
.pp_top {
	height: 20px; position: relative;
}
.pp_bottom {
	height: 20px; position: relative;
}
* html .pp_top {
	padding: 0px 20px;
}
* html .pp_bottom {
	padding: 0px 20px;
}
.pp_top .pp_left {
	left: 0px; width: 20px; height: 20px; position: absolute;
}
.pp_bottom .pp_left {
	left: 0px; width: 20px; height: 20px; position: absolute;
}
.pp_top .pp_middle {
	left: 20px; height: 20px; right: 20px; position: absolute;
}
.pp_bottom .pp_middle {
	left: 20px; height: 20px; right: 20px; position: absolute;
}
* html .pp_top .pp_middle {
	left: 0px; position: static;
}
* html .pp_bottom .pp_middle {
	left: 0px; position: static;
}
.pp_top .pp_right {
	left: auto; top: 0px; width: 20px; height: 20px; right: 0px; position: absolute;
}
.pp_bottom .pp_right {
	left: auto; top: 0px; width: 20px; height: 20px; right: 0px; position: absolute;
}
.pp_fade {
	display: none;
}
.pp_gallery li.default a img {
	display: none;
}
.tp-static-layers {
	left: 0px; top: 0px; position: absolute; z-index: 505;
}
.tp-hide-revslider {
	display: none !important; visibility: hidden !important;
}
.tp-caption.tp-hidden-caption {
	display: none !important; visibility: hidden !important;
}
.tp-caption {
	white-space: nowrap; z-index: 1;
}
.tp-caption-demo .tp-caption {
	margin-right: 20px !important; margin-bottom: 10px; display: inline-block; position: relative !important;
}
#slider-rev-container {
	background: rgb(217, 217, 217); padding: 0px; width: 100%; overflow: hidden; position: relative;
}
#slider-rev {
	width: 100%; position: relative;
}
#slider-rev > ul > li {
	list-style: none; visibility: hidden; position: absolute;
}
.tp-caption.rev-title {
	font: 400 35px "Oswald", Arial, sans-serif; color: rgb(68, 70, 69); text-transform: uppercase; white-space: nowrap; position: absolute; z-index: 50; font-size-adjust: none; font-stretch: normal;
}
.tp-caption.rev-text {
	border-width: 0px; font: 400 28px/30px "Gudea", sans-serif; margin: 0px; color: rgb(112, 113, 113); position: absolute; max-width: 420px; font-size-adjust: none; font-stretch: normal;
}
.tp-caption.rev-text2 {
	border-width: 0px; font: 400 28px/30px "Gudea", sans-serif; margin: 0px; color: rgb(112, 113, 113); position: absolute; max-width: 420px; font-size-adjust: none; font-stretch: normal;
}
.tp-caption.rev-text2 {
	color: rgb(79, 81, 80); line-height: 27px; font-size: 22px; max-width: 400px;
}
.tp-caption.rev-text.long {
	max-width: 470px;
}
.tp-caption.rev-price {
	background: rgb(168, 191, 0); border-radius: 500px; width: 120px !important; height: 120px !important; text-align: center; color: rgb(255, 255, 255); line-height: 120px !important; font-family: "Gudea", Arial, sans-serif; font-size: 24px !important; font-weight: 400; z-index: 600;
}
@media all and (min-width:1200px)
{
.tp-caption.rev-price {
	width: 135px !important; height: 135px !important; line-height: 135px !important; font-size: 26px !important;
}
}
@media all and (max-width:979px) and (min-width:768px)
{
.tp-caption.rev-price {
	width: 100px !important; height: 100px !important; line-height: 100px !important; font-size: 20px !important;
}
.tp-caption .btn {
	padding: 7px 14px; font-size: 12px;
}
}
@media all and (max-width:768px)
{
.tp-caption.rev-price {
	width: 60px !important; height: 60px !important; line-height: 60px !important; font-size: 16px !important;
}
.tp-caption .btn {
	padding: 4px 9px; font-size: 9px;
}
}
@media all and (max-width:480px)
{
.tp-caption .btn {
	padding: 2px 5px; font-size: 7px;
}
}
.tp-caption.boxshadow {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5); -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.tp-caption.noshadow {
	text-shadow: none;
}
.tp_inner_padding {
	max-height: none !important; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
.tp-simpleresponsive .button {
	background: url("/Content/images/gradient/g30.png") repeat-x top; padding: 6px 13px 5px; border-radius: 3px; height: 30px; color: rgb(255, 255, 255) !important; line-height: 45px !important; letter-spacing: -1px; font-family: arial, sans-serif; font-size: 15px; font-weight: bold; cursor: pointer; text-shadow: 0px 1px 1px rgba(0,0,0,0.6) !important; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.tp-simpleresponsive .button.big {
	background: url("/Content/images/gradient/g40.png") repeat-x top; padding: 9px 20px; color: rgb(255, 255, 255); line-height: 57px !important; font-size: 19px; font-weight: bold; text-shadow: 0px 1px 1px rgba(0,0,0,0.6);
}
.tp-simpleresponsive .purchase:hover {
	background-position: bottom, 15px 11px;
}
.tp-simpleresponsive .button:hover {
	background-position: bottom, 15px 11px;
}
.tp-simpleresponsive .button.big:hover {
	background-position: bottom, 15px 11px;
}
@media only screen and (max-width:767px) and (min-width:480px)
{
.tp-simpleresponsive .button {
	padding: 4px 8px 3px; line-height: 25px !important; font-size: 11px !important; font-weight: normal;
}
.tp-simpleresponsive a.button {
	transition:none; -webkit-transition: none; -o-transition: none; -moz-transition: none;
}
}
@media only screen and (max-width:479px) and (min-width:0px)
{
.tp-simpleresponsive .button {
	padding: 2px 5px; line-height: 20px !important; font-size: 10px !important;
}
.tp-simpleresponsive a.button {
	transition:none; -webkit-transition: none; -o-transition: none; -moz-transition: none;
}
}
.fullscreen-container {
	padding: 0px; width: 100%; position: relative;
}
.fullwidthbanner-container {
	padding: 0px; width: 100%; overflow: hidden; position: relative;
}
.fullwidthbanner-container .fullwidthbanner {
	width: 100%; position: relative;
}
.tp-simpleresponsive .caption {
	visibility: hidden; position: absolute; -webkit-font-smoothing: antialiased;
}
.tp-simpleresponsive .tp-caption {
	visibility: hidden; position: absolute; -webkit-font-smoothing: antialiased;
}
.tp-simpleresponsive img {
	max-width: none;
}
.noFilterClass {
	filter: none !important;
}
.tp-bannershadow {
	margin-right: auto; margin-left: auto; position: absolute; -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -o-user-select: none;
}
.tp-bannershadow.tp-shadow1 {
	background: url("/Content/images/revslider/shadow1.png") no-repeat 0% 0% / 100% 100%; width: 890px; height: 60px; bottom: -60px;
}
.tp-bannershadow.tp-shadow2 {
	background: url("/Content/images/revslider/shadow2.png") no-repeat 0% 0% / 100% 100%; width: 890px; height: 60px; bottom: -60px;
}
.tp-bannershadow.tp-shadow3 {
	background: url("/Content/images/revslider/shadow3.png") no-repeat 0% 0% / 100% 100%; width: 890px; height: 60px; bottom: -60px;
}
.caption.fullscreenvideo {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute;
}
.caption.fullscreenvideo iframe {
	width: 100% !important; height: 100% !important; display: none;
}
.caption.fullscreenvideo video {
	width: 100% !important; height: 100% !important; display: none;
}
.tp-caption.fullscreenvideo {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute;
}
.tp-caption.fullscreenvideo iframe {
	width: 100% !important; height: 100% !important; display: none;
}
.tp-caption.fullscreenvideo iframe video {
	width: 100% !important; height: 100% !important; display: none;
}
.fullcoveredvideo video {
	background: rgb(0, 0, 0);
}
.fullscreenvideo video {
	background: rgb(0, 0, 0);
}
.fullcoveredvideo .tp-poster {
	background-position: center; left: 0px; top: 0px; width: 100%; height: 100%; background-size: cover;
}
.html5vid.videoisplaying .tp-poster {
	display: none;
}
.tp-video-play-button {
	background: rgba(0, 0, 0, 0.3); padding: 5px; border-radius: 5px; left: 50%; top: 50%; text-align: center; color: rgb(255, 255, 255); font-size: 40px; margin-top: -27px; margin-left: -28px; position: absolute; z-index: 3; cursor: pointer; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.html5vid .tp-revstop {
	margin: 10px 20px; width: 6px; height: 20px; border-right-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); border-right-width: 5px; border-left-width: 5px; border-right-style: solid; border-left-style: solid; position: relative;
}
.html5vid .tp-revstop {
	display: none;
}
.html5vid.videoisplaying .revicon-right-dir {
	display: none;
}
.html5vid.videoisplaying .tp-revstop {
	display: block;
}
.html5vid.videoisplaying .tp-video-play-button {
	display: none;
}
.html5vid:hover .tp-video-play-button {
	display: block;
}
.fullcoveredvideo .tp-video-play-button {
	display: none !important;
}
.tp-dottedoverlay {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 1; background-repeat: repeat;
}
.tp-dottedoverlay.twoxtwo {
	background: url("/Content/images/revslider/gridtile.png");
}
.tp-dottedoverlay.twoxtwowhite {
	background: url("/Content/images/revslider/gridtile_white.png");
}
.tp-dottedoverlay.threexthree {
	background: url("/Content/images/revslider/gridtile_3x3.png");
}
.tp-dottedoverlay.threexthreewhite {
	background: url("/Content/images/revslider/gridtile_3x3_white.png");
}
.tpclear {
	clear: both;
}
.tp-bullets {
	transition:opacity 0.2s ease-out; position: absolute; z-index: 1000; opacity: 1; -webkit-transform: translateZ(5px); -webkit-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -moz-opacity: 1; -khtml-opacity: 1;
}
.tp-bullets.hidebullets {
	opacity: 0; -moz-opacity: 0; -khtml-opacity: 0;
}
.tp-bullets.simplebullets.navbar {
	background: url("/Content/images/revslider/boxed_bgtile.png"); border-width: 1px; border-style: solid; border-color: rgb(102, 102, 102) rgb(102, 102, 102) rgb(68, 68, 68); padding: 0px 10px; border-radius: 5px; border-image: none; height: 40px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.tp-bullets.simplebullets.navbar-old {
	background: url("/Content/images/revslider/navigdots_bgtile.png"); padding: 0px 10px; border-radius: 5px; height: 35px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.tp-bullets.simplebullets.round .bullet {
	background: url("/Content/images/revslider/bullet.png") no-repeat left top; width: 20px; height: 20px; margin-top: 0px; margin-right: 0px; margin-left: 3px; float: left; position: relative; cursor: pointer;
}
.tp-bullets.simplebullets.round .bullet.last {
	margin-right: 3px;
}
.tp-bullets.simplebullets.round-old .bullet {
	background: url("/Content/images/revslider/bullets.png") no-repeat left bottom; width: 23px; height: 23px; margin-top: 0px; margin-right: 0px; float: left; position: relative; cursor: pointer;
}
.tp-bullets.simplebullets.round-old .bullet.last {
	margin-right: 0px;
}
.tp-bullets.simplebullets.square .bullet {
	background: url("/Content/images/revslider/bullets2.png") no-repeat left bottom; width: 19px; height: 19px; margin-top: 0px; margin-right: 0px; float: left; position: relative; cursor: pointer;
}
.tp-bullets.simplebullets.square .bullet.last {
	margin-right: 0px;
}
.tp-bullets.simplebullets.square-old .bullet {
	background: url("/Content/images/revslider/bullets2.png") no-repeat left bottom; width: 19px; height: 19px; margin-top: 0px; margin-right: 0px; float: left; position: relative; cursor: pointer;
}
.tp-bullets.simplebullets.square-old .bullet.last {
	margin-right: 0px;
}
.tp-bullets.simplebullets.navbar .bullet {
	background: url("/Content/images/revslider/bullet_boxed.png") no-repeat left top; width: 18px; height: 19px; margin-top: 0px; margin-right: 5px; float: left; position: relative; cursor: pointer;
}
.tp-bullets.simplebullets.navbar .bullet.first {
	margin-left: 0px !important;
}
.tp-bullets.simplebullets.navbar .bullet.last {
	margin-right: 0px !important;
}
.tp-bullets.simplebullets.navbar-old .bullet {
	background: url("/Content/images/revslider/navigdots.png") no-repeat left bottom; width: 15px; height: 15px; margin-top: 10px; margin-right: 5px !important; margin-left: 5px !important; float: left; position: relative; cursor: pointer;
}
.tp-bullets.simplebullets.navbar-old .bullet.first {
	margin-left: 0px !important;
}
.tp-bullets.simplebullets.navbar-old .bullet.last {
	margin-right: 0px !important;
}
.tp-bullets.simplebullets .bullet:hover {
	background-position: left top;
}
.tp-bullets.simplebullets .bullet.selected {
	background-position: left top;
}
.tp-bullets.simplebullets.round .bullet:hover {
	background-position: left bottom;
}
.tp-bullets.simplebullets.round .bullet.selected {
	background-position: left bottom;
}
.tp-bullets.simplebullets.navbar .bullet:hover {
	background-position: left bottom;
}
.tp-bullets.simplebullets.navbar .bullet.selected {
	background-position: left bottom;
}
.tparrows {
	transition:opacity 0.2s ease-out; position: relative; z-index: 600; opacity: 1; -webkit-transform: translateZ(5000px); -webkit-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -moz-opacity: 1; -khtml-opacity: 1; -webkit-transform-style: flat; -webkit-backface-visibility: hidden;
}
.tparrows.hidearrows {
	opacity: 0; -moz-opacity: 0; -khtml-opacity: 0;
}
.tp-leftarrow {
	background: url("/Content/images/revslider/large_left.png") no-repeat left top; width: 40px; height: 40px; position: relative; z-index: 100; cursor: pointer;
}
.tp-rightarrow {
	background: url("/Content/images/revslider/large_right.png") no-repeat left top; width: 40px; height: 40px; position: relative; z-index: 100; cursor: pointer;
}
.tp-leftarrow.round {
	background: url("/Content/images/revslider/small_left.png") no-repeat left top; width: 19px; height: 14px; margin-top: 0px; margin-right: 0px; float: left; position: relative; z-index: 100; cursor: pointer;
}
.tp-rightarrow.round {
	background: url("/Content/images/revslider/small_right.png") no-repeat left top; width: 19px; height: 14px; margin-top: 0px; margin-right: 0px; float: left; position: relative; z-index: 100; cursor: pointer;
}
.tp-leftarrow.round-old {
	background: url("/Content/images/revslider/arrow_left.png") no-repeat left top; width: 26px; height: 26px; margin-top: 0px; margin-right: 0px; float: left; position: relative; z-index: 100; cursor: pointer;
}
.tp-rightarrow.round-old {
	background: url("/Content/images/revslider/arrow_right.png") no-repeat left top; width: 26px; height: 26px; margin-top: 0px; margin-right: 0px; float: left; position: relative; z-index: 100; cursor: pointer;
}
.tp-leftarrow.navbar {
	background: url("/Content/images/revslider/small_left_boxed.png") no-repeat left top; width: 20px; height: 15px; margin-top: 12px; margin-right: 6px; float: left; position: relative; z-index: 100; cursor: pointer;
}
.tp-rightarrow.navbar {
	background: url("/Content/images/revslider/small_right_boxed.png") no-repeat left top; width: 20px; height: 15px; margin-top: 12px; margin-left: 6px; float: left; position: relative; z-index: 100; cursor: pointer;
}
.tp-leftarrow.navbar-old {
	background: url("/Content/images/revslider/arrowleft.png") no-repeat left top; width: 9px; height: 16px; margin-top: 10px; margin-right: 6px; float: left; position: relative; z-index: 100; cursor: pointer;
}
.tp-rightarrow.navbar-old {
	background: url("/Content/images/revslider/arrowright.png") no-repeat left top; width: 9px; height: 16px; margin-top: 10px; margin-left: 6px; float: left; position: relative; z-index: 100; cursor: pointer;
}
.tp-leftarrow.navbar-old.thumbswitharrow {
	margin-right: 10px;
}
.tp-rightarrow.navbar-old.thumbswitharrow {
	margin-left: 0px;
}
.tp-leftarrow.square {
	background: url("/Content/images/revslider/arrow_left2.png") no-repeat left top; width: 12px; height: 17px; margin-top: 0px; margin-right: 0px; float: left; position: relative; z-index: 100; cursor: pointer;
}
.tp-rightarrow.square {
	background: url("/Content/images/revslider/arrow_right2.png") no-repeat left top; width: 12px; height: 17px; margin-top: 0px; margin-left: 0px; float: left; position: relative; z-index: 100; cursor: pointer;
}
.tp-leftarrow.square-old {
	background: url("/Content/images/revslider/arrow_left2.png") no-repeat left top; width: 12px; height: 17px; margin-top: 0px; margin-right: 0px; float: left; position: relative; z-index: 100; cursor: pointer;
}
.tp-rightarrow.square-old {
	background: url("/Content/images/revslider/arrow_right2.png") no-repeat left top; width: 12px; height: 17px; margin-top: 0px; margin-left: 0px; float: left; position: relative; z-index: 100; cursor: pointer;
}
.tp-leftarrow.default {
	background: url("/Content/images/revslider/large_left.png") no-repeat 0px 0px; width: 40px; height: 40px; position: relative; z-index: 100; cursor: pointer;
}
.tp-rightarrow.default {
	background: url("/Content/images/revslider/large_right.png") no-repeat 0px 0px; width: 40px; height: 40px; position: relative; z-index: 100; cursor: pointer;
}
.tp-leftarrow:hover {
	background-position: left bottom;
}
.tp-rightarrow:hover {
	background-position: left bottom;
}
.tp-bullets.tp-thumbs {
	padding: 3px; width: 500px; height: 50px; margin-top: -50px; position: absolute; z-index: 1000; background-color: rgb(255, 255, 255);
}
.fullwidthbanner-container .tp-thumbs {
	padding: 3px;
}
.tp-bullets.tp-thumbs .tp-mask {
	width: 500px; height: 50px; overflow: hidden; position: relative;
}
.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
	width: 5000px; position: absolute;
}
.tp-bullets.tp-thumbs .bullet {
	background: none; margin: 0px; transition:0.2s ease-out; width: 100px; height: 50px; overflow: hidden; float: left; cursor: pointer; opacity: 0.5; -webkit-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -moz-opacity: 0.5; -khtml-opacity: 0.5;
}
.tp-bullets.tp-thumbs .bullet:hover {
	opacity: 1; -moz-opacity: 1; -khtml-opacity: 1;
}
.tp-bullets.tp-thumbs .bullet.selected {
	opacity: 1; -moz-opacity: 1; -khtml-opacity: 1;
}
.tp-thumbs img {
	width: 100%;
}
.tp-bannertimer {
	background: rgb(123, 174, 35); top: 0px; width: 100%; height: 3px; position: absolute; z-index: 200;
}
.tp-bannertimer.tp-bottom {
	top: auto; height: 5px; bottom: 0px;
}
@media only screen and (max-width:479px) and (min-width:0px)
{
.responsive .tp-bullets {
	display: none;
}
.responsive .tparrows {
	display: none;
}
}
.tp-simpleresponsive img {
	-webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -o-user-select: none;
}
.tp-simpleresponsive a {
	text-decoration: none;
}
.tp-simpleresponsive ul {
	list-style: none; margin: 0px; padding: 0px;
}
.tp-simpleresponsive > ul > li {
	visibility: hidden; position: absolute; list-stye: none;
}
.caption.slidelink a div {
	background: url("/Content/images/revslider/coloredbg.png"); width: 3000px; height: 1500px;
}
.tp-caption.slidelink a div {
	background: url("/Content/images/revslider/coloredbg.png"); width: 3000px; height: 1500px;
}
.tp-caption.slidelink a span {
	background: url("/Content/images/revslider/coloredbg.png");
}
.tparrows .tp-arr-imgholder {
	display: none;
}
.tparrows .tp-arr-titleholder {
	display: none;
}
.tparrows.preview1 {
	background: none; width: 100px; height: 100px; -webkit-perspective: 1000; -webkit-transform-style: preserve-3d; -webkit-backface-visibility: hidden; -moz-perspective: 1000; -moz-backface-visibility: hidden;
}
.tparrows.preview1::after {
	background: rgba(0, 0, 0, 0.15); transition:background 0.3s, color 0.3s; left: 0px; top: 0px; width: 100px; height: 100px; text-align: center; color: rgb(255, 255, 255); line-height: 100px; font-family: "revicons"; font-size: 30px; position: absolute; z-index: 2; -webkit-transition: background 0.3s, color 0.3s; -moz-transition: background 0.3s, color 0.3s;
}
.tp-rightarrow.preview1::after {
	content: "\e825";
}
.tp-leftarrow.preview1::after {
	content: "\e824";
}
.tparrows.preview1:hover::after {
	background: rgba(255, 255, 255, 1); color: rgb(170, 170, 170);
}
.tparrows.preview1 .tp-arr-imgholder {
	background-position: center; transition:transform 0.3s; top: 0px; width: 100%; height: 100%; display: block; position: absolute; backface-visibility: hidden; background-size: cover; -webkit-transition: -webkit-transform 0.3s; -webkit-backface-visibility: hidden;
}
.tp-rightarrow.preview1 .tp-arr-imgholder {
	transform-origin: 100% 50%; right: 100%; transform: rotateY(-90deg); -webkit-transform: rotateY(-90deg); -webkit-transform-origin: 100% 50%;
}
.tp-leftarrow.preview1 .tp-arr-imgholder {
	transform-origin: 0% 50%; left: 100%; transform: rotateY(-90deg); -webkit-transform: rotateY(90deg); -webkit-transform-origin: 0% 50%;
}
.tparrows.preview1:hover .tp-arr-imgholder {
	transform: rotateY(0deg); -webkit-transform: rotateY(0deg);
}
@media only screen and (max-width:979px) and (min-width:768px)
{
.tparrows.preview1 {
	width: 80px; height: 80px; line-height: 80px; font-size: 24px;
}
.tparrows.preview1::after {
	width: 80px; height: 80px; line-height: 80px; font-size: 24px;
}
}
@media only screen and (max-width:767px) and (min-width:480px)
{
.tparrows.preview1 {
	width: 60px; height: 60px; line-height: 60px; font-size: 20px;
}
.tparrows.preview1::after {
	width: 60px; height: 60px; line-height: 60px; font-size: 20px;
}
}
@media only screen and (max-width:479px) and (min-width:0px)
{
.tparrows.preview1 {
	width: 40px; height: 40px; line-height: 40px; font-size: 12px;
}
.tparrows.preview1::after {
	width: 40px; height: 40px; line-height: 40px; font-size: 12px;
}
}
.tp-bullets.preview1 {
	height: 21px;
}
.tp-bullets.preview1 .bullet {
	background: rgba(0, 0, 0, 0.15) !important; border: 8px solid rgba(0, 0, 0, 0) !important; transition:background-color 0.2s, border-color 0.2s; border-image: none !important; width: 5px !important; height: 5px !important; margin-right: 5px !important; margin-bottom: 0px !important; float: none !important; display: inline-block; position: relative !important; cursor: pointer; box-sizing: content-box; box-shadow: none; -webkit-transition: background-color 0.2s, border-color 0.2s; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-shadow: none; -o-transition: background-color 0.2s, border-color 0.2s; -moz-box-shadow: none; -moz-transition: background-color 0.2s, border-color 0.2s;
}
.tp-bullets.preview1 .bullet.last {
	margin-right: 0px;
}
.tp-bullets.preview1 .bullet:hover {
	background: rgb(170, 170, 170) !important; border: 8px solid rgba(255, 255, 255, 1) !important; border-image: none !important; width: 5px !important; height: 5px !important; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;
}
.tp-bullets.preview1 .bullet.selected {
	background: rgb(170, 170, 170) !important; border: 8px solid rgba(255, 255, 255, 1) !important; border-image: none !important; width: 5px !important; height: 5px !important; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;
}
.tparrows.preview2 {
	background: rgb(255, 255, 255); border-radius: 30px; transition:width 0.3s, background-color 0.3s, opacity 0.3s; overflow: hidden; min-height: 60px; min-width: 60px; backface-visibility: hidden; -webkit-transition: width 0.3s, background-color 0.3s, opacity 0.3s; -moz-border-radius: 30px; -webkit-border-radius: 30px;
}
.tparrows.preview2::after {
	transition:color 0.3s; top: 50%; color: rgb(170, 170, 170); font-family: "revicons"; font-size: 25px; margin-top: -18px; position: absolute; -webkit-transition: color 0.3s; -moz-transition: color 0.3s;
}
.tp-rightarrow.preview2::after {
	right: 18px; content: "\e81e";
}
.tp-leftarrow.preview2::after {
	left: 18px; content: "\e81f";
}
.tparrows.preview2 .tp-arr-titleholder {
	background-position: center; padding: 0px 10px; transition:transform 0.3s; top: 0px; width: auto; color: rgb(0, 0, 0); text-transform: uppercase; line-height: 60px; letter-spacing: 1px; font-size: 14px; font-weight: 400; display: block; white-space: nowrap; position: absolute; box-sizing: border-box; backface-visibility: hidden; background-size: cover; -webkit-transition: -webkit-transform 0.3s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-backface-visibility: hidden;
}
.tp-rightarrow.preview2 .tp-arr-titleholder {
	right: 50px; transform: translateX(-100%); -webkit-transform: translateX(-100%);
}
.tp-leftarrow.preview2 .tp-arr-titleholder {
	left: 50px; transform: translateX(100%); -webkit-transform: translateX(100%);
}
.tparrows.preview2.hovered {
	width: 300px;
}
.tparrows.preview2:hover {
	background: rgb(255, 255, 255);
}
.tparrows.preview2:hover::after {
	color: rgb(0, 0, 0);
}
.tparrows.preview2:hover .tp-arr-titleholder {
	transform: translateX(0px); -webkit-transform: translateX(0px);
}
.tp-bullets.preview2 {
	height: 17px;
}
.tp-bullets.preview2 .bullet {
	background: rgba(0, 0, 0, 0.5) !important; border-radius: 10px; border: 5px solid rgba(0, 0, 0, 0) !important; transition:background-color 0.2s, border-color 0.2s; border-image: none !important; width: 6px !important; height: 6px !important; margin-right: 2px !important; margin-bottom: 0px !important; float: none !important; display: inline-block; position: relative !important; cursor: pointer; box-sizing: content-box; box-shadow: none; -webkit-transition: background-color 0.2s, border-color 0.2s; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-shadow: none; -o-transition: background-color 0.2s, border-color 0.2s; -moz-box-shadow: none; -webkit-border-radius: 10px; -moz-transition: background-color 0.2s, border-color 0.2s;
}
.tp-bullets.preview2 .bullet.last {
	margin-right: 0px;
}
.tp-bullets.preview2 .bullet:hover {
	background: rgba(255, 255, 255, 1) !important; border: 5px solid rgba(0, 0, 0, 1) !important; border-image: none !important; width: 6px !important; height: 6px !important; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;
}
.tp-bullets.preview2 .bullet.selected {
	background: rgba(255, 255, 255, 1) !important; border: 5px solid rgba(0, 0, 0, 1) !important; border-image: none !important; width: 6px !important; height: 6px !important; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;
}
@media only screen and (max-width:979px) and (min-width:768px)
{
.tparrows.preview2 {
	border-radius: 20px; width: 40px; height: 40px; min-height: 40px; min-width: 40px; -moz-border-radius: 20px; -webkit-border-radius: 20px;
}
.tparrows.preview2::after {
	top: 50%; font-family: "revicons"; font-size: 20px; margin-top: -12px; position: absolute;
}
.tp-rightarrow.preview2::after {
	right: 11px; content: "\e81e";
}
.tp-leftarrow.preview2::after {
	left: 11px; content: "\e81f";
}
.tparrows.preview2 .tp-arr-titleholder {
	line-height: 40px; letter-spacing: 0px; font-size: 12px;
}
.tp-rightarrow.preview2 .tp-arr-titleholder {
	right: 35px;
}
.tp-leftarrow.preview2 .tp-arr-titleholder {
	left: 35px;
}
}
@media only screen and (max-width:767px) and (min-width:480px)
{
.tparrows.preview2 {
	border-radius: 15px; width: 30px; height: 30px; min-height: 30px; min-width: 30px; -moz-border-radius: 15px; -webkit-border-radius: 15px;
}
.tparrows.preview2::after {
	top: 50%; font-family: "revicons"; font-size: 14px; margin-top: -12px; position: absolute;
}
.tp-rightarrow.preview2::after {
	right: 8px; content: "\e81e";
}
.tp-leftarrow.preview2::after {
	left: 8px; content: "\e81f";
}
.tparrows.preview2 .tp-arr-titleholder {
	line-height: 30px; letter-spacing: 0px; font-size: 10px;
}
.tp-rightarrow.preview2 .tp-arr-titleholder {
	right: 25px;
}
.tp-leftarrow.preview2 .tp-arr-titleholder {
	left: 25px;
}
}
@media only screen and (max-width:479px) and (min-width:0px)
{
.tparrows.preview2 {
	border-radius: 15px; width: 30px; height: 30px; min-height: 30px; min-width: 30px; -moz-border-radius: 15px; -webkit-border-radius: 15px;
}
.tparrows.preview2::after {
	top: 50%; font-family: "revicons"; font-size: 14px; margin-top: -12px; position: absolute;
}
.tp-rightarrow.preview2::after {
	right: 8px; content: "\e81e";
}
.tp-leftarrow.preview2::after {
	left: 8px; content: "\e81f";
}
.tparrows.preview2 .tp-arr-titleholder {
	display: none;
}
.tparrows.preview2:hover {
	width: 30px !important; height: 30px !important;
}
}
.tparrows.preview3 {
	background: rgba(255, 255, 255, 1); width: 70px; height: 70px; -webkit-transform-style: flat;
}
.tparrows.preview3::after {
	background: rgb(255, 255, 255); transition:color 0.3s; left: 0px; top: 0px; width: 70px; height: 70px; text-align: center; color: rgb(170, 170, 170); line-height: 70px; font-family: "revicons"; font-size: 30px; position: absolute; z-index: 100; -webkit-transition: color 0.3s; -moz-transition: color 0.3s;
}
.tparrows.preview3:hover::after {
	color: rgb(0, 0, 0);
}
.tp-rightarrow.preview3::after {
	content: "\e825";
}
.tp-leftarrow.preview3::after {
	content: "\e824";
}
.tparrows.preview3 .tp-arr-iwrapper {
	background: rgba(0, 0, 0, 0.75); transform-origin: 100% 50%; transition:transform 0.2s; top: -10px; display: table; position: absolute; z-index: 0; min-height: 90px; transform: scale(0, 1); -webkit-transform: scale(0, 1); -webkit-transition: -webkit-transform 0.2s; -webkit-transform-origin: 100% 50%;
}
.tp-leftarrow.preview3 .tp-arr-iwrapper {
	transform-origin: 0% 50%; transform: scale(0, 1); -webkit-transform: scale(0, 1); -webkit-transform-origin: 0% 50%;
}
.tparrows.preview3 .tp-arr-imgholder {
	background-position: center; top: 0px; height: 90px; display: table-cell; position: relative; min-width: 90px; background-size: cover;
}
.tp-rightarrow.preview3 .tp-arr-iwrapper {
	right: 0px; padding-right: 70px;
}
.tp-leftarrow.preview3 .tp-arr-iwrapper {
	left: 0px; padding-left: 70px; direction: rtl;
}
.tparrows.preview3 .tp-arr-titleholder {
	padding: 30px; color: rgb(255, 255, 255); clear: right; font-size: 16px; vertical-align: middle; display: table-cell; white-space: nowrap; position: relative;
}
.tparrows.preview3:hover .tp-arr-iwrapper {
	transform: scale(1); -webkit-transform: scale(1, 1);
}
.tp-bullets.preview3 {
	height: 17px;
}
.tp-bullets.preview3 .bullet {
	background: rgba(0, 0, 0, 0.5) !important; border-radius: 10px; border: 5px solid rgba(0, 0, 0, 0) !important; transition:background-color 0.2s, border-color 0.2s; border-image: none !important; width: 6px !important; height: 6px !important; margin-right: 2px !important; margin-bottom: 0px !important; float: none !important; display: inline-block; position: relative !important; cursor: pointer; box-sizing: content-box; box-shadow: none; -webkit-transition: background-color 0.2s, border-color 0.2s; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-shadow: none; -o-transition: background-color 0.2s, border-color 0.2s; -moz-box-shadow: none; -webkit-border-radius: 10px; -moz-transition: background-color 0.2s, border-color 0.2s;
}
.tp-bullets.preview3 .bullet.last {
	margin-right: 0px;
}
.tp-bullets.preview3 .bullet:hover {
	background: rgba(255, 255, 255, 1) !important; border: 5px solid rgba(0, 0, 0, 1) !important; border-image: none !important; width: 6px !important; height: 6px !important; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;
}
.tp-bullets.preview3 .bullet.selected {
	background: rgba(255, 255, 255, 1) !important; border: 5px solid rgba(0, 0, 0, 1) !important; border-image: none !important; width: 6px !important; height: 6px !important; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;
}
@media only screen and (max-width:979px) and (min-width:768px)
{
.tparrows.preview3::after {
	width: 50px; height: 50px; line-height: 50px; font-size: 20px;
}
.tparrows.preview3 {
	width: 50px; height: 50px; line-height: 50px; font-size: 20px;
}
.tparrows.preview3 .tp-arr-iwrapper {
	min-height: 70px;
}
.tparrows.preview3 .tp-arr-imgholder {
	height: 70px; min-width: 70px;
}
.tp-rightarrow.preview3 .tp-arr-iwrapper {
	padding-right: 50px;
}
.tp-leftarrow.preview3 .tp-arr-iwrapper {
	padding-left: 50px;
}
.tparrows.preview3 .tp-arr-titleholder {
	padding: 10px; font-size: 16px;
}
}
@media only screen and (max-width:767px)
{
.tparrows.preview3::after {
	width: 50px; height: 50px; line-height: 50px; font-size: 20px;
}
.tparrows.preview3 {
	width: 50px; height: 50px; line-height: 50px; font-size: 20px;
}
.tparrows.preview3 .tp-arr-iwrapper {
	min-height: 70px;
}
}
.tparrows.preview4 {
	background: none; width: 30px; height: 110px; -webkit-perspective: 1000; -webkit-transform-style: preserve-3d; -moz-perspective: 1000;
}
.tparrows.preview4::after {
	background: rgba(0, 0, 0, 0.25); transition:0.2s ease-in-out; left: 0px; top: 0px; width: 30px; height: 110px; text-align: center; color: rgb(255, 255, 255); line-height: 110px; font-family: "revicons"; font-size: 20px; position: absolute; z-index: 0; opacity: 1; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -moz-opacity: 1; -khtml-opacity: 1;
}
.tp-rightarrow.preview4::after {
	content: "\e825";
}
.tp-leftarrow.preview4::after {
	content: "\e824";
}
.tparrows.preview4 .tp-arr-allwrapper {
	left: -150px; top: 0px; width: 180px; overflow: hidden; visibility: hidden; position: absolute; z-index: 1; min-height: 120px; -webkit-perspective: 1000px; -webkit-transform-style: flat;
}
.tp-leftarrow.preview4 .tp-arr-allwrapper {
	left: 0px;
}
.tparrows.preview4 .tp-arr-iwrapper {
	position: relative;
}
.tparrows.preview4 .tp-arr-imgholder {
	background-position: center; top: 0px; width: 180px; height: 110px; display: block; position: relative; backface-visibility: hidden; background-size: cover; -webkit-backface-visibility: hidden;
}
.tparrows.preview4 .tp-arr-imgholder2 {
	background-position: center; left: 180px; top: 0px; width: 180px; height: 110px; display: block; position: absolute; backface-visibility: hidden; background-size: cover; -webkit-backface-visibility: hidden;
}
.tp-leftarrow.preview4 .tp-arr-imgholder2 {
	left: -180px;
}
.tparrows.preview4 .tp-arr-titleholder {
	background: rgb(0, 0, 0); padding: 0px 10px; transform-origin: 50% 0%; transition:0.3s; text-align: left; color: rgb(255, 255, 255); text-transform: uppercase; line-height: 2.75; letter-spacing: 1px; font-size: 11px; font-weight: 700; display: block; white-space: nowrap; position: relative; opacity: 0; transform: rotateX(-90deg); backface-visibility: hidden; -webkit-transform: rotateX(-90deg); -webkit-transition: all 0.3s; -webkit-transform-origin: 50% 0; -moz-opacity: 0.0; -khtml-opacity: 0.0; -webkit-backface-visibility: hidden;
}
.tparrows.preview4::after {
	transform-origin: 100% 100%; -webkit-transform-origin: 100% 100%;
}
.tp-leftarrow.preview4::after {
	transform-origin: 0% 0%; -webkit-transform-origin: 0% 0%;
}
@media only screen and (min-width:768px)
{
.tparrows.preview4:hover::after {
	transform: rotateY(-90deg); -webkit-transform: rotateY(-90deg);
}
.tp-leftarrow.preview4:hover::after {
	transform: rotateY(90deg); -webkit-transform: rotateY(90deg);
}
.tparrows.preview4:hover .tp-arr-titleholder {
	opacity: 1; transform: rotateX(0deg); transition-delay: 0.4s; -webkit-transform: rotateX(0deg); -moz-opacity: 1; -khtml-opacity: 1; -webkit-transition-delay: 0.4s;
}
}
.tp-bullets.preview4 {
	height: 17px;
}
.tp-bullets.preview4 .bullet {
	background: rgba(0, 0, 0, 0.5) !important; border-radius: 10px; border: 5px solid rgba(0, 0, 0, 0) !important; transition:background-color 0.2s, border-color 0.2s; border-image: none !important; width: 6px !important; height: 6px !important; margin-right: 2px !important; margin-bottom: 0px !important; float: none !important; display: inline-block; position: relative !important; cursor: pointer; box-sizing: content-box; box-shadow: none; -webkit-transition: background-color 0.2s, border-color 0.2s; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-shadow: none; -o-transition: background-color 0.2s, border-color 0.2s; -moz-box-shadow: none; -webkit-border-radius: 10px; -moz-transition: background-color 0.2s, border-color 0.2s;
}
.tp-bullets.preview4 .bullet.last {
	margin-right: 0px;
}
.tp-bullets.preview4 .bullet:hover {
	background: rgba(255, 255, 255, 1) !important; border: 5px solid rgba(0, 0, 0, 1) !important; border-image: none !important; width: 6px !important; height: 6px !important; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;
}
.tp-bullets.preview4 .bullet.selected {
	background: rgba(255, 255, 255, 1) !important; border: 5px solid rgba(0, 0, 0, 1) !important; border-image: none !important; width: 6px !important; height: 6px !important; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;
}
@media only screen and (max-width:767px)
{
.tparrows.preview4 {
	width: 20px; height: 80px;
}
.tparrows.preview4::after {
	width: 20px; height: 80px; line-height: 80px; font-size: 14px;
}
.tparrows.preview1 .tp-arr-allwrapper {
	display: none !important;
}
.tparrows.preview2 .tp-arr-allwrapper {
	display: none !important;
}
.tparrows.preview3 .tp-arr-allwrapper {
	display: none !important;
}
.tparrows.preview4 .tp-arr-allwrapper {
	display: none !important;
}
}
.tp-loader {
	left: 50%; top: 50%; position: absolute; z-index: 10000;
}
.tp-loader.spinner0 {
	background: url("/Content/images/revslider/loader.gif") no-repeat center rgb(255, 255, 255); border-radius: 3px; animation:tp-rotateplane 1.2s ease-in-out infinite; width: 40px; height: 40px; margin-top: -20px; margin-left: -20px; box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out; -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.tp-loader.spinner1 {
	border-radius: 3px; animation:tp-rotateplane 1.2s ease-in-out infinite; width: 40px; height: 40px; margin-top: -20px; margin-left: -20px; box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); background-color: rgb(255, 255, 255); -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out; -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.tp-loader.spinner5 {
	background: url("/Content/images/revslider/loader.gif") no-repeat 10px 10px rgb(255, 255, 255); margin: -22px; border-radius: 3px; width: 44px; height: 44px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.tp-loader.spinner2 {
	border-radius: 100%; animation:tp-scaleout 1s ease-in-out infinite; width: 40px; height: 40px; margin-top: -20px; margin-left: -20px; box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); background-color: rgb(255, 0, 0); -webkit-animation: tp-scaleout 1.0s infinite ease-in-out; -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.tp-loader.spinner3 {
	margin: -9px 0px 0px -35px; width: 70px; text-align: center;
}
.tp-loader.spinner3 .bounce1 {
	border-radius: 100%; animation:tp-bouncedelay 1.4s ease-in-out infinite both; width: 18px; height: 18px; display: inline-block; box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); background-color: rgb(255, 255, 255); -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out; -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); -webkit-animation-fill-mode: both;
}
.tp-loader.spinner3 .bounce2 {
	border-radius: 100%; animation:tp-bouncedelay 1.4s ease-in-out infinite both; width: 18px; height: 18px; display: inline-block; box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); background-color: rgb(255, 255, 255); -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out; -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); -webkit-animation-fill-mode: both;
}
.tp-loader.spinner3 .bounce3 {
	border-radius: 100%; animation:tp-bouncedelay 1.4s ease-in-out infinite both; width: 18px; height: 18px; display: inline-block; box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); background-color: rgb(255, 255, 255); -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out; -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); -webkit-animation-fill-mode: both;
}
.tp-loader.spinner3 .bounce1 {
	animation-delay: -0.32s; -webkit-animation-delay: -0.32s;
}
.tp-loader.spinner3 .bounce2 {
	animation-delay: -0.16s; -webkit-animation-delay: -0.16s;
}
.tp-loader.spinner4 {
	margin: -20px 0px 0px -20px; animation:tp-rotate 2s linear infinite; width: 40px; height: 40px; text-align: center; -webkit-animation: tp-rotate 2.0s infinite linear;
}
.tp-loader.spinner4 .dot1 {
	border-radius: 100%; animation:tp-bounce 2s ease-in-out infinite; top: 0px; width: 60%; height: 60%; display: inline-block; position: absolute; box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); background-color: rgb(255, 255, 255); -webkit-animation: tp-bounce 2.0s infinite ease-in-out; -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.tp-loader.spinner4 .dot2 {
	border-radius: 100%; animation:tp-bounce 2s ease-in-out infinite; top: 0px; width: 60%; height: 60%; display: inline-block; position: absolute; box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); background-color: rgb(255, 255, 255); -webkit-animation: tp-bounce 2.0s infinite ease-in-out; -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.tp-loader.spinner4 .dot2 {
	top: auto; bottom: 0px; animation-delay: -1s; -webkit-animation-delay: -1.0s;
}
.tp-transparentimg {
	content: "url(/Content/images/revslider/transparent.png)";
}
.tp-3d {
	-webkit-transform-origin: 50% 50%; -webkit-transform-style: preserve-3d;
}
.tp-caption img {
	background: none; -ms-zoom: 1;
}
[class^='revicon-']::before {
	width: 1em; text-align: center; text-transform: none; line-height: 1em; font-family: "revicons"; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: inherit; margin-right: 0.2em; margin-left: 0.2em; display: inline-block; speak: none;
}
[class*=' revicon-']::before {
	width: 1em; text-align: center; text-transform: none; line-height: 1em; font-family: "revicons"; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: inherit; margin-right: 0.2em; margin-left: 0.2em; display: inline-block; speak: none;
}
.revicon-search-1::before {
	content: "\e802";
}
.revicon-pencil-1::before {
	content: "\e831";
}
.revicon-picture-1::before {
	content: "\e803";
}
.revicon-cancel::before {
	content: "\e80a";
}
.revicon-info-circled::before {
	content: "\e80f";
}
.revicon-trash::before {
	content: "\e801";
}
.revicon-left-dir::before {
	content: "\e817";
}
.revicon-right-dir::before {
	content: "\e818";
}
.revicon-down-open::before {
	content: "\e83b";
}
.revicon-left-open::before {
	content: "\e819";
}
.revicon-right-open::before {
	content: "\e81a";
}
.revicon-angle-left::before {
	content: "\e820";
}
.revicon-angle-right::before {
	content: "\e81d";
}
.revicon-left-big::before {
	content: "\e81f";
}
.revicon-right-big::before {
	content: "\e81e";
}
.revicon-magic::before {
	content: "\e807";
}
.revicon-picture::before {
	content: "\e800";
}
.revicon-export::before {
	content: "\e80b";
}
.revicon-cog::before {
	content: "\e832";
}
.revicon-login::before {
	content: "\e833";
}
.revicon-logout::before {
	content: "\e834";
}
.revicon-video::before {
	content: "\e805";
}
.revicon-arrow-combo::before {
	content: "\e827";
}
.revicon-left-open-1::before {
	content: "\e82a";
}
.revicon-right-open-1::before {
	content: "\e82b";
}
.revicon-left-open-mini::before {
	content: "\e822";
}
.revicon-right-open-mini::before {
	content: "\e823";
}
.revicon-left-open-big::before {
	content: "\e824";
}
.revicon-right-open-big::before {
	content: "\e825";
}
.revicon-left::before {
	content: "\e836";
}
.revicon-right::before {
	content: "\e826";
}
.revicon-ccw::before {
	content: "\e808";
}
.revicon-arrows-ccw::before {
	content: "\e806";
}
.revicon-palette::before {
	content: "\e829";
}
.revicon-list-add::before {
	content: "\e80c";
}
.revicon-doc::before {
	content: "\e809";
}
.revicon-left-open-outline::before {
	content: "\e82e";
}
.revicon-left-open-2::before {
	content: "\e82c";
}
.revicon-right-open-outline::before {
	content: "\e82f";
}
.revicon-right-open-2::before {
	content: "\e82d";
}
.revicon-equalizer::before {
	content: "\e83a";
}
.revicon-layers-alt::before {
	content: "\e804";
}
.revicon-popup::before {
	content: "\e828";
}
.tparrows {
	border: 1px solid rgb(224, 224, 224); transition:background-color 0.6s ease-in-out, border 0.6s ease-in-out; border-image: none; top: 50%; width: 70px !important; height: 45px !important; margin-top: -27.5px !important; position: absolute; z-index: 700; cursor: pointer; box-shadow: inset 0px 1px 1px #fff, 0px 1px 1px rgba(0,0,0,0.1); -ms-user-select: none; background-image: url("/Content/images/sprites/homeslidernav.png") !important; background-repeat: no-repeat; background-color: rgb(250, 250, 250) !important; -webkit-transition: background-color 0.6s ease-in-out, border 0.6s ease-in-out; -webkit-user-select: none; -moz-user-select: none; user-select: none; -webkit-box-shadow: inset 0 1px 1px #fff, 0 1px 1px rgba(0, 0, 0, 0.1); -o-transition: background-color 0.6s ease-in-out, border 0.6s ease-in-out; -moz-transition: background-color 0.6s ease-in-out, border 0.6s ease-in-out;
}
.tparrows.tp-leftarrow {
	background-position: 0px 0px; border-radius: 0px 3px 3px 0px; left: 0px; border-left-color: transparent; border-left-width: medium; border-left-style: none;
}
.tparrows.tp-rightarrow {
	background-position: -68px 0px; border-radius: 3px 0px 0px 3px; right: 0px; border-right-color: transparent; border-right-width: medium; border-right-style: none;
}
.tparrows:hover {
	border-color: rgb(132, 187, 38); box-shadow: none; background-color: rgb(132, 187, 38) !important; -webkit-box-shadow: none;
}
.tparrows.tp-leftarrow:hover {
	background-position: 0px -43px;
}
.tparrows.tp-rightarrow:hover {
	background-position: -68px -43px;
}
@media all and (max-width:767px)
{
.tparrows {
	width: 50px !important; height: 36px !important; margin-top: -18px !important;
}
.tparrows.tp-leftarrow {
	background-position: -136px 0px;
}
.tparrows.tp-rightarrow {
	background-position: -184px 0px;
}
.tparrows.tp-leftarrow:hover {
	background-position: -136px -34px;
}
.tparrows.tp-rightarrow:hover {
	background-position: -184px -34px;
}
}
@media not all, not all, not all, not all
{
.tparrows.tp-leftarrow {
	background-image: url("/Content/images/sprites/homeslidernav@2x.png"); background-size: 232px 86px; -webkit-background-size: 232px 86px;
}
.tparrows.tp-rightarrow {
	background-image: url("/Content/images/sprites/homeslidernav@2x.png"); background-size: 232px 86px; -webkit-background-size: 232px 86px;
}
}
.tp-bullets.simplebullets {
	line-height: 0;
}
.tp-bullets.simplebullets .bullet {
	background: rgb(68, 70, 69) !important; margin: 0px 4px !important; border-radius: 500px; transition:background 0.4s ease-in-out; width: 10px !important; height: 10px !important; float: none !important; display: inline-block; position: relative !important; cursor: pointer; box-shadow: none; -ms-user-select: none; -webkit-transition: background 0.4s ease-in-out; -webkit-user-select: none; -moz-user-select: none; -webkit-box-shadow: none; -o-transition: background 0.4s ease-in-out; -moz-box-shadow: none; -webkit-border-radius: 10px; -moz-transition: background 0.4s ease-in-out;
}
.tp-bullets.simplebullets .bullet.last {
	margin-right: 0px;
}
.tp-bullets.simplebullets .bullet:hover {
	width: 10px !important; height: 10px !important; box-shadow: inset 0px 1px 1px rgba(255,255,255,0.7); background-color: rgb(123, 174, 35) !important; -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.7);
}
.tp-bullets.simplebullets .bullet.selected {
	width: 10px !important; height: 10px !important; box-shadow: inset 0px 1px 1px rgba(255,255,255,0.7); background-color: rgb(123, 174, 35) !important; -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.7);
}
@media all and (max-width:768px)
{
.tp-bullets.simplebullets {
	display: none !important;
}
}
@media only screen and (max-width:479px) and (min-width:0px)
{
.responsive .tp-bullets {
	display: none;
}
.responsive .tparrows {
	display: none;
}
}
.SumoSelect p {
	margin: 0px;
}
.SumoSelect {
	width: 200px;
}
.SelectBox {
	padding: 8px;
}
.sumoStopScroll {
	overflow: hidden;
}
.SumoSelect .hidden {
	display: none;
}
.SumoSelect .search-txt {
	display: none;
}
.SumoSelect .no-match {
	padding: 6px; display: none;
}
.SumoSelect.open .search-txt {
	margin: 0px; padding: 5px 8px; border-radius: 5px; border: currentColor; border-image: none; left: 0px; top: 0px; width: 100%; display: inline-block; position: absolute; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
.SumoSelect.open > .search > span {
	visibility: hidden;
}
.SumoSelect.open > .search > label {
	visibility: hidden;
}
.SelectClass {
	border: currentColor; border-image: none; left: 0px; top: 0px; width: 100%; height: 100%; right: 0px; position: absolute; box-sizing: border-box; opacity: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -moz-opacity: 0; -khtml-opacity: 0;
}
.SumoUnder {
	border: currentColor; border-image: none; left: 0px; top: 0px; width: 100%; height: 100%; right: 0px; position: absolute; box-sizing: border-box; opacity: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -moz-opacity: 0; -khtml-opacity: 0;
}
.SelectClass {
	z-index: 1;
}
.SumoSelect > .optWrapper > .options li.opt label {
	-webkit-user-select: none; -moz-user-select: none; user-select: none; -khtml-user-select: none; -o-user-select: none;
}
.SumoSelect > .CaptionCont {
	-webkit-user-select: none; -moz-user-select: none; user-select: none; -khtml-user-select: none; -o-user-select: none;
}
.SumoSelect .select-all > label {
	-webkit-user-select: none; -moz-user-select: none; user-select: none; -khtml-user-select: none; -o-user-select: none;
}
.SumoSelect {
	display: inline-block; position: relative;
}
.SumoSelect:focus > .CaptionCont {
	border-color: rgb(119, 153, 208); box-shadow: 0px 0px 2px #7799d0;
}
.SumoSelect:hover > .CaptionCont {
	border-color: rgb(119, 153, 208); box-shadow: 0px 0px 2px #7799d0;
}
.SumoSelect.open > .CaptionCont {
	border-color: rgb(119, 153, 208); box-shadow: 0px 0px 2px #7799d0;
}
.SumoSelect > .CaptionCont {
	margin: 0px; border-radius: 2px; border: 1px solid rgb(220, 220, 220); border-image: none; position: relative; min-height: 14px; background-color: rgb(255, 255, 255);
}
.SumoSelect > .CaptionCont > span {
	overflow: hidden; padding-right: 30px; display: block; white-space: nowrap; cursor: default; -ms-text-overflow: ellipsis;
}
.SumoSelect > .CaptionCont > span.placeholder {
	
}
.SumoSelect > .CaptionCont > label {
	top: 0px; width: 30px; right: 0px; bottom: 0px; margin-bottom: 0px; position: absolute;
}
.SumoSelect > .CaptionCont > label > i {
	background-position: center; margin: auto; left: 0px; top: 0px; width: 16px; height: 16px; right: 0px; bottom: 0px; display: block; position: absolute; opacity: 0.8; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII="); background-repeat: no-repeat;
}
.SumoSelect > .optWrapper {
	background: rgb(255, 255, 255); border-radius: 3px; border: 1px solid rgb(221, 221, 221); border-image: none; left: 0px; top: 30px; width: 100%; overflow: hidden; display: none; position: absolute; z-index: 1000; box-sizing: border-box; box-shadow: 2px 3px 3px rgba(0,0,0,0.11); -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
.SumoSelect.open > .optWrapper {
	top: 100%; display: block;
}
.SumoSelect.open > .optWrapper.up {
	top: auto; bottom: 100%; margin-bottom: 5px;
}
.SumoSelect > .optWrapper ul {
	list-style: none; margin: 0px; padding: 0px; overflow: auto; display: block;
}
.SumoSelect > .optWrapper > .options {
	border-radius: 2px; position: relative; max-height: 250px;
}
.SumoSelect > .optWrapper.okCancelInMulti > .options {
	border-radius: 2px 2px 0px 0px;
}
.SumoSelect > .optWrapper.selall > .options {
	border-radius: 0px 0px 2px 2px;
}
.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
	border-radius: 0px;
}
.SumoSelect > .optWrapper > .options li.group.disabled > label {
	opacity: 0.5;
}
.SumoSelect > .optWrapper > .options li ul li.opt {
	padding-left: 22px;
}
.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
	padding-left: 50px;
}
.SumoSelect > .optWrapper.isFloating > .options {
	max-height: 100%; box-shadow: 0px 0px 100px #595959;
}
.SumoSelect > .optWrapper > .options li.opt {
	padding: 6px; border-bottom-color: rgb(221, 221, 221); border-bottom-width: 1px; border-bottom-style: solid; position: relative;
}
.SumoSelect > .optWrapper > .options > li:first-child.opt {
	border-radius: 2px 2px 0px 0px;
}
.SumoSelect > .optWrapper.selall > .options > li:first-child.opt {
	border-radius: 0px;
}
.SumoSelect > .optWrapper > .options > li:last-child.opt {
	border-radius: 0px 0px 2px 2px; border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
.SumoSelect > .optWrapper.okCancelInMulti > .options > li:last-child.opt {
	border-radius: 0px;
}
.SumoSelect > .optWrapper > .options li.opt:hover {
	background-color: rgb(228, 228, 228);
}
.SumoSelect > .optWrapper > .options li.opt.sel {
	background-color: rgb(161, 192, 228);
}
.SumoSelect .select-all.sel {
	background-color: rgb(161, 192, 228);
}
.SumoSelect > .optWrapper > .options li label {
	overflow: hidden; margin-bottom: 0px; display: block; white-space: nowrap; cursor: pointer; -ms-text-overflow: ellipsis;
}
.SumoSelect > .optWrapper > .options li span {
	display: none;
}
.SumoSelect > .optWrapper > .options li.group > label {
	padding: 8px 6px; font-weight: bold; cursor: default;
}
.SumoSelect > .optWrapper.isFloating {
	margin: auto; left: 0px; top: 0px; width: 90%; right: 0px; bottom: 0px; position: fixed; max-height: 90%;
}
.SumoSelect > .optWrapper > .options li.opt.disabled {
	pointer-events: none; background-color: inherit;
}
.SumoSelect > .optWrapper > .options li.opt.disabled * {
	opacity: 0.5; -moz-opacity: 0.5; -khtml-opacity: 0.5;
}
.SumoSelect > .optWrapper.multiple > .options li.opt {
	padding-left: 35px; cursor: pointer;
}
.SumoSelect > .optWrapper.multiple > .options li.opt span {
	top: 0px; width: 30px; bottom: 0px; margin-left: -35px; display: block; position: absolute;
}
.SumoSelect .select-all > span {
	top: 0px; width: 30px; bottom: 0px; margin-left: -35px; display: block; position: absolute;
}
.SumoSelect > .optWrapper.multiple > .options li.opt span i {
	margin: auto; border-radius: 2px; border: 1px solid rgb(174, 174, 174); border-image: none; left: 0px; top: 0px; width: 14px; height: 14px; right: 0px; bottom: 0px; position: absolute; box-shadow: inset 0px 1px 3px rgba(0,0,0,0.15); background-color: rgb(255, 255, 255);
}
.SumoSelect .select-all > span i {
	margin: auto; border-radius: 2px; border: 1px solid rgb(174, 174, 174); border-image: none; left: 0px; top: 0px; width: 14px; height: 14px; right: 0px; bottom: 0px; position: absolute; box-shadow: inset 0px 1px 3px rgba(0,0,0,0.15); background-color: rgb(255, 255, 255);
}
.SumoSelect > .optWrapper > .MultiControls {
	border-radius: 0px 0px 3px 3px; border-top-color: rgb(221, 221, 221); border-top-width: 1px; border-top-style: solid; display: none; box-shadow: 0px 0px 2px rgba(0,0,0,0.13); background-color: rgb(255, 255, 255);
}
.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
	width: 100%; bottom: 0px; margin-top: 5px; display: block; position: absolute;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
	display: block;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
	padding: 6px;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
	border-color: rgb(161, 192, 228); box-shadow: 0px 0px 2px #a1c0e4; background-color: rgb(161, 192, 228);
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p {
	padding: 12px; width: 50%; text-align: center; display: inline-block; cursor: pointer; box-sizing: border-box;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
	background-color: rgb(241, 241, 241);
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
	border-radius: 0px 0px 0px 3px; border-right-color: rgb(219, 219, 219); border-right-width: 1px; border-right-style: solid;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
	border-radius: 0px 0px 3px;
}
.SumoSelect > .optWrapper.isFloating > .options li.opt {
	padding: 12px 6px;
}
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
	padding-left: 35px;
}
.SumoSelect > .optWrapper.multiple.isFloating {
	padding-bottom: 43px;
}
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
	background-position: center; border-color: transparent; box-shadow: none; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC"); background-repeat: no-repeat; background-color: rgb(17, 169, 17);
}
.SumoSelect .select-all.selected > span i {
	background-position: center; border-color: transparent; box-shadow: none; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC"); background-repeat: no-repeat; background-color: rgb(17, 169, 17);
}
.SumoSelect .select-all.partial > span i {
	background-position: center; border-color: transparent; box-shadow: none; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC"); background-repeat: no-repeat; background-color: rgb(17, 169, 17);
}
.SumoSelect.disabled {
	cursor: not-allowed; opacity: 0.7;
}
.SumoSelect.disabled > .CaptionCont {
	border-color: rgb(204, 204, 204); box-shadow: none;
}
.SumoSelect.disabled * {
	cursor: not-allowed !important;
}
.SumoSelect .select-all {
	padding: 8px 0px 3px 35px; border-radius: 3px 3px 0px 0px; height: 20px; border-bottom-color: rgb(221, 221, 221); border-bottom-width: 1px; border-bottom-style: solid; position: relative; cursor: pointer; background-color: rgb(255, 255, 255);
}
.SumoSelect .select-all > label {
	cursor: pointer;
}
.SumoSelect .select-all > span i {
	cursor: pointer;
}
.SumoSelect .select-all.partial > span i {
	background-color: rgb(204, 204, 204);
}
.SumoSelect > .optWrapper > .options li.optGroup {
	padding-left: 5px; text-decoration: underline;
}
.input-group .SumoSelect {
	border-radius: 0px 2px 2px 0px; width: auto; display: block;
}
.input-group .SumoSelect .CaptionCont {
	border-radius: 0px 2px 2px 0px;
}
.input-group .SumoSelect > .optWrapper > .options li label {
	color: rgb(51, 51, 51); font-weight: normal;
}
.input-group .SumoSelect > .CaptionCont > label > i {
	background: none;
}
.input-group .SumoSelect > .CaptionCont > label > i::before {
	font: 18px FontAwesome; position: absolute; content: "\f0d7"; font-size-adjust: none; font-stretch: normal;
}
.input-group .SumoSelect:focus > .CaptionCont > label > i {
	color: rgb(123, 174, 35);
}
.input-group .SumoSelect:hover > .CaptionCont > label > i {
	color: rgb(123, 174, 35);
}
.input-group .SumoSelect.open > .CaptionCont > label > i {
	color: rgb(123, 174, 35);
}
.owl-carousel .owl-wrapper::after {
	height: 0px; line-height: 0; clear: both; display: block; visibility: hidden; content: ".";
}
.owl-carousel {
	width: 100%; display: none; position: relative; -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none; position: relative; -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	width: 100%; overflow: hidden; position: relative;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	transition:height 500ms ease-in-out; -webkit-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page {
	cursor: pointer;
}
.owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-ms-user-select: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -khtml-user-select: none;
}
.owl-carousel .owl-wrapper {
	transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
	transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0);
}
.carousel-wrapper {
	overflow: hidden; position: relative;
}
.carousel-controls {
	background: rgb(255, 255, 255); top: 9px; width: 120px; height: 37px; right: 0px; padding-left: 17px; font-size: 20px; position: absolute;
}
.carousel-space {
	margin-left: 1px;
}
.carousel-btn {
	border-radius: 3px; border: 1px solid rgb(224, 224, 224); transition:background-color 0.3s, color 0.4s; border-image: none; width: 51px; height: 37px; float: left; display: block; cursor: pointer; box-shadow: inset 0px 1px 1px rgba(255,255,255,0.4); -ms-user-select: none; background-image: url("/Content/images/sprites/sprite.png"); background-repeat: no-repeat; background-color: rgb(250, 250, 250); -webkit-transition: background-color 0.3s, color 0.4s; -webkit-user-select: none; -moz-user-select: none; user-select: none; -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4); -o-transition: background-color 0.3s, color 0.4s; -moz-transition: background-color 0.3s, color 0.4s;
}
.carousel-btn.carousel-btn-prev {
	background-position: -3px -202px;
}
.carousel-btn.carousel-btn-next {
	background-position: -57px -202px;
}
.carousel-btn:hover {
	border-color: rgb(132, 187, 38); background-color: rgb(132, 187, 38);
}
.carousel-btn.carousel-btn-prev:hover {
	background-position: -3px -241px;
}
.carousel-btn.carousel-btn-next:hover {
	background-position: -57px -241px;
}
@media all and (min-width:1200px)
{
.carousel-controls {
	top: 8px; width: 130px; height: 41px; padding-left: 17px;
}
.carousel-btn {
	width: 56px; height: 41px;
}
.carousel-btn.carousel-btn-prev {
	background-position: 0px -200px;
}
.carousel-btn.carousel-btn-next {
	background-position: -54px -200px;
}
.carousel-btn.carousel-btn-prev:hover {
	background-position: 0px -239px;
}
.carousel-btn.carousel-btn-next:hover {
	background-position: -54px -239px;
}
}
@media all and (max-width:767px)
{
.carousel-controls {
	top: 7.5px; width: 100px; height: 30px; padding-left: 17px;
}
.carousel-btn {
	width: 41px; height: 30px;
}
.carousel-btn.carousel-btn-prev {
	background-position: -108px -200px;
}
.carousel-btn.carousel-btn-next {
	background-position: -147px -200px;
}
.carousel-btn.carousel-btn-prev:hover {
	background-position: -108px -228px;
}
.carousel-btn.carousel-btn-next:hover {
	background-position: -147px -228px;
}
}
.owl-theme .owl-controls {
	right: 10px; bottom: 5px; position: absolute;
}
.owl-theme .owl-controls .owl-buttons div {
	top: 50%; color: rgb(255, 255, 255); font-size: 20px; display: inline-block; position: absolute; -ms-zoom: 1; opacity: 0.6;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 10px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	right: 10px;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	text-decoration: none; opacity: 1;
}
.owl-theme .owl-controls .owl-page {
	display: inline-block; -ms-zoom: 1;
}
.owl-theme .owl-controls .owl-page span {
	background: rgb(0, 200, 252); margin: 0px 4px; transition:opacity 0.4s; width: 24px; height: 8px; display: block; opacity: 0.5; -ms-user-select: none; -webkit-transition: opacity 0.4s; -webkit-user-select: none; -moz-user-select: none; user-select: none; -o-transition: opacity 0.4s; -moz-transition: opacity 0.4s;
}
.owl-theme .owl-controls .owl-page.active span {
	opacity: 1;
}
.owl-theme .owl-controls.clickable .owl-page:hover span {
	opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
	padding: 2px 10px; border-radius: 30px; width: auto; height: auto; color: rgb(255, 255, 255); font-size: 12px; -moz-border-radius: 30px; -webkit-border-radius: 30px;
}
.owl-item.loading {
	background: url("loading.gif") no-repeat center; min-height: 150px;
}
.grabbing {
	cursor: move;
}
.owl-origin {
	perspective: 1200px; -webkit-perspective: 1200px; -moz-perspective: 1200px; -webkit-perspective-origin-x: 50%; -webkit-perspective-origin-y: 50%; -moz-perspective-origin-x: 50%; -moz-perspective-origin-y: 50%;
}
.owl-fade-out {
	animation:fadeOut 0.7s both; z-index: 10; -webkit-animation: fadeOut .7s both ease; -moz-animation: fadeOut .7s both ease;
}
.owl-fade-in {
	animation:fadeIn 0.7s both; -webkit-animation: fadeIn .7s both ease; -moz-animation: fadeIn .7s both ease;
}
.owl-backSlide-out {
	animation:backSlideOut 1s both; -webkit-animation: backSlideOut 1s both ease; -moz-animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
	animation:backSlideIn 1s both; -webkit-animation: backSlideIn 1s both ease; -moz-animation: backSlideIn 1s both ease;
}
.owl-goDown-out {
	animation:scaleToFade 0.7s both; -webkit-animation: scaleToFade .7s ease both; -moz-animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
	animation:goDown 0.6s both; -webkit-animation: goDown .6s ease both; -moz-animation: goDown .6s ease both;
}
.owl-fadeUp-in {
	animation:scaleUpFrom 0.5s both; -webkit-animation: scaleUpFrom .5s ease both; -moz-animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
	animation:scaleUpTo 0.5s both; -webkit-animation: scaleUpTo .5s ease both; -moz-animation: scaleUpTo .5s ease both;
}
.iziToast-capsule {
	transition:transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); width: 100%; height: 0px; font-size: 0px; max-height: 1000px; transform: translateZ(0px); backface-visibility: hidden;
}
.iziToast {
	background: rgba(238, 238, 238, 0.9); padding: 8px 50px 9px 0px; width: 100%; clear: both; font-family: "Roboto", "Arial", sans-serif; font-size: 14px; display: inline-block; position: relative; cursor: default; min-height: 54px; pointer-events: all; -ms-user-select: none; transform: translateX(0px); -webkit-user-select: none; -moz-user-select: none; user-select: none; -khtml-user-select: none; -webkit-touch-callout: none;
}
.iziToast > .iziToast-progressbar {
	background: rgba(255, 255, 255, 0.3); left: 0px; width: 100%; bottom: 0px; position: absolute; z-index: 1;
}
.iziToast > .iziToast-progressbar > div {
	background: rgba(0, 0, 0, 0.3); border-radius: 0px; width: 100%; height: 3px;
}
.iziToast.iziToast-balloon::before {
	border-radius: 0px; left: auto; top: 100%; width: 0px; height: 0px; right: 8px; border-top-color: inherit; border-right-color: transparent; border-left-color: transparent; border-top-width: 10px; border-right-width: 0px; border-left-width: 15px; border-top-style: solid; border-right-style: solid; border-left-style: solid; position: absolute; content: "";
}
.iziToast.iziToast-balloon .iziToast-progressbar {
	top: 0px; bottom: auto;
}
.iziToast.iziToast-balloon > div {
	border-radius: 0px 0px 0px 3px;
}
.iziToast > .iziToast-cover {
	background-position: 50% 50%; margin: 0px; left: 0px; top: 0px; height: 100%; bottom: 0px; position: absolute; background-repeat: no-repeat; background-size: 100%; background-color: rgba(0, 0, 0, 0.1);
}
.iziToast > .iziToast-close {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAJPAAACTwBcGfW0QAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAD3SURBVFiF1ZdtDoMgDEBfdi4PwAX8vLFn0qT7wxantojKupmQmCi8R4tSACpgjC2ICCUbEBa8ingjsU1AXRBeR8aLN64FiknswN8CYefBBDQ3whuFESy7WyQMeC0ipEI0A+0FeBvHUFN8xPaUhAH/iKoWsnXHGegy4J0yxialOfaHJAz4bhRzQzgDvdGnz4GbAonZbCQMuBm1K/kcFu8Mp1N2cFFpsxsMuJqqbIGExGl4loARajU1twskJLLhIsID7+tvUoDnIjTg5T9DPH9EBrz8rxjPzciAl9+O8SxI8CzJ8CxKFfh3ynK8Dyb8wNHM/XDqejx/AtNyPO87tNybAAAAAElFTkSuQmCC") no-repeat 50% 50% / 8px; padding: 0px; border: 0px currentColor; border-image: none; top: 0px; width: 42px; height: 100%; right: 0px; position: absolute; cursor: pointer; opacity: 0.6;
}
.iziToast > .iziToast-close:hover {
	opacity: 1;
}
.iziToast > .iziToast-body {
	margin: 0px 0px 0px 16px; padding: 0px 0px 0px 10px; height: 100%; position: relative; min-height: 36px;
}
.iziToast > .iziToast-body::after {
	clear: both; display: table; content: "";
}
.iziToast > .iziToast-body > .iziToast-buttons {
	margin: 0px -2px; display: inline-block; min-height: 17px;
}
.iziToast > .iziToast-body > .iziToast-buttons > button {
	background: rgba(0, 0, 0, 0.1); margin: 6px 2px; padding: 5px 10px; border-radius: 2px; border: 0px currentColor; border-image: none; color: rgb(0, 0, 0); letter-spacing: 0.02em; font-size: 12px; display: inline-block; cursor: pointer;
}
.iziToast > .iziToast-body > .iziToast-buttons > a {
	background: rgba(0, 0, 0, 0.1); margin: 6px 2px; padding: 5px 10px; border-radius: 2px; border: 0px currentColor; border-image: none; color: rgb(0, 0, 0); letter-spacing: 0.02em; font-size: 12px; display: inline-block; cursor: pointer;
}
.iziToast > .iziToast-body > .iziToast-buttons > button:hover {
	background: rgba(0, 0, 0, 0.2);
}
.iziToast > .iziToast-body > .iziToast-buttons > a:hover {
	background: rgba(0, 0, 0, 0.2);
}
.iziToast > .iziToast-body > .iziToast-icon {
	left: 0px; top: 50%; height: 100%; color: rgb(0, 0, 0); line-height: 24px; font-size: 23px; margin-top: -12px; display: table; position: absolute;
}
.iziToast > .iziToast-body > .iziToast-icon.ico-info {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAAG9AAABvQG676d5AAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAL1QTFRF////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAguN3MAAAAD50Uk5TAAECAwQJChATFBsiJigpKiswMTY5SExdYmZocHF3gIWLkZSdn6Gpqqyws7y9wMrNz9DU5OXm7O/09/r7/P576NJaAAABQUlEQVRYw+3X507DQBBGUadAeu+k917s9GQz7/9YoASDQzy7swMSCPn+zncU70qWbBiysuPNZpw12JVO8NapxN3HDnDtEGMCTXivyQRmNjBjAqYNmL8CRCpTYQNiWolozhODM9x1HiQ05tGegIdEL0rdF3fg2q5ImvtbF0C6tPzqva8Lkro+JdAGaW3VvgaKavJ98qgCjknZPrAAZYuABCgDobLkBiwKYOE3UQBSBRQY0YAReoR7GrDHjjEHxHIIUKcCdQToUIEOAgypwBAB5lRgjgArKrBSvYVVmR7gAR7w3wGLClju+waQa3xz7ypo7V0Ezf2DoL3/IjD2d0IaWKU/gAwPyPwcEH5hFTb+eHHnv40zgLzzvPIM4Nnx1SKeOM/Q/wT6rEMIre39OsQ7xtTytl+muBcRrE6220k1KPvNK+p25cd3vT+OAAAAAElFTkSuQmCC") no-repeat 50% 50% / 85%; width: 24px; height: 24px;
}
.iziToast > .iziToast-body > .iziToast-icon.ico-warning {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAYAAAA4E5OyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMWRjNjc0NS0yZDRmLWQyNDctODczZS02Yjk4NjgzNTU0NWIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDNEMzQ3Q0M5NzA2MTFFNkEyNDU4OEU1RkRBRDkzREQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDNEMzQ3Q0I5NzA2MTFFNkEyNDU4OEU1RkRBRDkzREQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowMWRjNjc0NS0yZDRmLWQyNDctODczZS02Yjk4NjgzNTU0NWIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDFkYzY3NDUtMmQ0Zi1kMjQ3LTg3M2UtNmI5ODY4MzU1NDViIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+pK1ECgAABPFJREFUeNrsW0lrFEEUrqqeRB0j0QQiRiJojDsYXIIbLnhQEBdQBC9uFw+JeBAUQfSiqH/C5SfoVVRQXPAgKCoal6BoXNBoMIjo2OX3pkudJD2dmpmq7p6e+aBmmunprldfffXq1etqLqVkUYPz1B76ljJzLnJboiaEcz6aM9GdJYS5M2DPjyjtEZHLg4lOfLR4JXtcuQqBOuqhjpc4bFA/9UEl02BTf0UqRDBxOIcMQoP6rfIUAnU0Qx3PcJgecuo7VNIGu3orSiFQwnEfMghpda5yFAJ1zIA6HuEwlecvGahkLmzrTjwhIEOAjAc4nDvCX8nBtsK+rwkfMs4uDTL+OthDiVZIThDWonkJOdjpsPFdQhXyLwjTBTnYY4lUiE8QpgtysLNh5/NEKcQnCNNFCteeSJRCAoIwXcBKdxFsvZcIhQQEYfqcMn4qEQrRCML0ZcLEWil/XS1rhaBnT5ogw7uXPF3WQwbq6MDnNnN3lIs5T20t2yEjuIC8+Zr/kneLVMagfnuq1jm/y0ohnNesyyXDIGYi/N9TVgrhBCZoimwf7BSNKITwVoX0P8pEIc6OoWT8bVgxxQeTYfp+K6aTQkwWoAaNeIEiNQoWbc5OXDMRZQKOt9DiT/PaPqrLuP3mCRH7NRv0AX9u8iE0jXMPde5BdcWaEKCOGqrZmH3575NaXQCpdSbbYNiHiIPU63r/da8ELHBv4+OXxk2aVJ3xm2UwrzSR76Ae0wvD3TFBs4TgznvlW0bCgEo1fozVLIMF3FFdMgyjTtUdH4VAHVOhjic4rNVfqBlTCOEn7jcL9+uJhUJUAqeWRYdaU0kkYUAd7dDYDhYxyAayJXpCvMQNZ9HDSBJJlGZBDRZvfD2LDfh6z6aoCAkhYRO2TaJ4dVCiRnaw2EF2lJJEEsWRwVPoiZMspiDbyMYQFeLs9RI1scVMZaP9wAzMp9UzlubSpkmjgZkfetXGm++WFSIOlEpGSGhWttpTCNTRoJ7P1pceSFlXCKFfbeLrs6IQhMdHTJChMDHIaeNrvIE66pXN5ocMjGyBlrrMKdpZGXByIcooQyF9F9muf4F2Jkmc1cxi6ZZXqH6cT9bN4cy5Y7Iust1oChGYgxtnDBNC5THuvYp5jzpJrQtAxk0L9WSoDTpt1XKqgouLGDSbLM4I5FzpSdxYixHsJVe6m0ueZTD+loHhmywBwIyzHO29VZJThYTPsIRApy1ihAXcRvC6giUGcoXXpiKGjNpgex+H8yxa+A21n2DMpU0wP9E/yzljxw0EZEF4iKEzH+12C5p2aYOtBW+fW76gklafGa0R53ps1k1tK2japaCI4gS7RonOgM7YYLkzKAYaVcCTu+wG2yl2x7N7Of+539fUNGwLU/K9vTXMh6gNtvQErtHyFNiCut/kT0CJAVPhex58Vk/8+gNnGbXhvtG+x3eWBJxst0xG1lf5vVwwSCHomUnoGdpCnbZPCHupvP3AEHXQWuYGNLQ0BBuGvVwghqjjWEhkEKaB/LsgYFV2iNA0zzmtZa6HRAZh2MsF/xQCY9rUYivFwkcIa5m8oJcLaOH3bJBChJdui4IMwuiIyCCkRE6qMasQKBZBmDzPKhhgYbeUmQtcBWHd9uOO2OM1vWrvUGYarGxnVdRjwHyhDbafwok7ygKfubeuqEI7Y1ZpEFUKqoRUCSkEfwQYALtKyHv0Xn99AAAAAElFTkSuQmCC") no-repeat 50% 50% / 85%; width: 24px; height: 24px;
}
.iziToast > .iziToast-body > .iziToast-icon.ico-error {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAAG9AAABvQG676d5AAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAORQTFRF////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgEmT/QAAAEt0Uk5TAAEDBQYLEBUYGxwyNTZAQkVGTVRVVldYWVpiY2Rpa3BydX+Bh4qPmZuio6SoqbCys7a6u76/wsPExcrNztLY293e4+bx8vX3+/3+EVs5KAAAAsdJREFUWMOtl2l76UAUgE8oUarUVlpqqa3XUtSulBRF/v//qZs5kwySmPPcO1+SzJk3yZx9AByGL5avNPqLzWbRb1TyMR+Qhvr0/qOfjJ/3J1WWvsmN9rrN2A9zNxK4klnpjmOVUa7xD5+66/h8cMVvP/Sr4+PWmb/7FlfuVuNWtVgo19vzgzj/fefEPwqaXzfTfsEqyZomWOTRXnuv1pJu1Hsu9iQmlvzVRpfKH1M8i9j/YbhnLnm7fIP5fc3FVNk1X1W62D+XDF0dLjjAZYf4mf65/mpeVzsHv/iHtqET+6P9di8gyR+3GhAE3H8IvK53BP/l/0/hdf3etCD6/1By/1+oySk3VwY3pUrywSBaM4Xxj/GbkeWP/sBulyw/5ND/FGkeAH0yZ8hG7CFC4CHMnkZGpLH81aXwACyy9n/V9sxEURIPCTbxfLztsPj3knjwaNyZfCwKmjQeoMZyiw9iTJgm8pBkkzHIsyjyE3lQWZ7MQ4UlfCoPMDemK9AwrmMyD21jvgF949oi81A3BH1YGNcqmYeyIVnAxrgWyTwUDNEGX1Ag81DEF7AtlMk8VHELTIl1Mg8tVCIzY5vMwxjNyBxpTuZhhY7EXPmgUnn/Dl0ZgylJ5CHNgwnDuUbkocnDGROK5qHx3rVZnTClJUg8RK2Uhkl1QuKhayVVntbDFD4ipHVeWHoEXpmJhYWXtqw0z6spljb+uA7K8qp2UlzN8j6Q5L3Ds/JuNhhyPJYEocGwWhwp/uWyxTGbLCl+Z9NkWW3e1f3XbNs8odEcuL5AHTo0mkKru866nGY0x1YXlDdTC72wg//O3JptUErWsWKS8FxsPto1xYeSfT8V3wqNbC0pZDl/urm2ZNu40x5DmugPh3m7Xi4Uq63xaifOayFnJQc61w9dnYCrne+n7vj0/urBM7V0xpepqwfPfz/6/ofDN+34/wtfWqtteombTwAAAABJRU5ErkJggg==") no-repeat 50% 50% / 80%; width: 24px; height: 24px;
}
.iziToast > .iziToast-body > .iziToast-icon.ico-check {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAAItAAACLQHlZp/kAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAD9QTFRF////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAxQXeHgAAABR0Uk5TAAMGCCAhIiNVV1lboaTb4OHi4/zOYgETAAAAuklEQVRYhe2VyxbCIAxEg+K7FZX8/7e6EFqPp6VhZuEms793EZJBxOP5d3YkH+9njk+aLxyvmq8crzqQ/Bicd975OXuSv6UTx2d9GQwtXg2G9fkNqgZDY/5hNBia71cMzyPIGwyb+7NhMOxf02Da34bBuP/F8DiA/Kqh4/4WDV33u2DovP9qiCA/GVIE+R8D1F9fBrD/JgPcn9WA928xEP09G9D+rwb4/ygGnP8YGF4kjBwvEkje4+nMG2DWH9EwoSnuAAAAAElFTkSuQmCC") no-repeat 50% 50% / 85%; width: 24px; height: 24px;
}
.iziToast > .iziToast-body > strong {
	margin: 10px 0px -10px; padding: 0px 10px 0px 0px; text-align: left; color: rgb(0, 0, 0); line-height: 16px; font-size: 14px; float: left;
}
.iziToast > .iziToast-body > p {
	margin: 10px 0px; padding: 0px; text-align: left; color: rgb(255, 255, 255); line-height: 16px; font-size: 14px; float: left;
}
.iziToast.iziToast-animateInside p {
	opacity: 0;
}
.iziToast.iziToast-animateInside strong {
	opacity: 0;
}
.iziToast.iziToast-animateInside .iziToast-icon {
	opacity: 0;
}
.iziToast.iziToast-animateInside .iziToast-buttons * {
	opacity: 0;
}
.iziToast-target {
	margin: 0px auto; width: 100%; position: relative;
}
.iziToast-target .iziToast-capsule {
	overflow: hidden;
}
.iziToast-target .iziToast-capsule::after {
	height: 0px; clear: both; font-size: 0px; display: block; visibility: hidden; content: " ";
}
.iziToast-target .iziToast-capsule .iziToast {
	width: 100%; float: left;
}
.iziToast-wrapper {
	width: 100%; display: flex; position: fixed; z-index: 99999; pointer-events: none; flex-direction: column;
}
.iziToast-wrapper .iziToast.iziToast-balloon::before {
	left: auto; right: 8px; border-top-color: inherit; border-right-color: transparent; border-left-color: transparent; border-top-width: 10px; border-right-width: 0px; border-left-width: 15px; border-top-style: solid; border-right-style: solid; border-left-style: solid;
}
.iziToast-wrapper-bottomLeft {
	left: 0px; bottom: 0px;
}
.iziToast-wrapper-bottomLeft .iziToast.iziToast-balloon::before {
	left: 8px; right: auto; border-right-color: transparent; border-left-color: transparent; border-right-width: 15px; border-left-width: 0px; border-right-style: solid; border-left-style: solid;
}
.iziToast-wrapper-bottomRight {
	text-align: right; right: 0px; bottom: 0px;
}
.iziToast-wrapper-topLeft {
	left: 0px; top: 0px;
}
.iziToast-wrapper-topLeft .iziToast.iziToast-balloon::before {
	left: 8px; right: auto; border-right-color: transparent; border-left-color: transparent; border-right-width: 15px; border-left-width: 0px; border-right-style: solid; border-left-style: solid;
}
.iziToast-wrapper-topRight {
	top: 0px; text-align: right; right: 0px;
}
.iziToast-wrapper-topCenter {
	left: 0px; top: 0px; text-align: center; right: 0px;
}
.iziToast-wrapper-bottomCenter {
	left: 0px; text-align: center; right: 0px; bottom: 0px;
}
.iziToast-wrapper-center {
	flex-flow:column nowrap; left: 0px; top: 0px; text-align: center; right: 0px; bottom: 0px; justify-content: center; align-items: center;
}
.iziToast-rtl {
	padding: 8px 0px 9px 50px; direction: rtl;
}
.iziToast-rtl .iziToast-cover {
	left: auto; right: 0px;
}
.iziToast-rtl .iziToast-close {
	left: 0px; right: auto;
}
.iziToast-rtl .iziToast-body {
	margin: 0px 16px 0px 0px; padding: 0px 10px 0px 0px;
}
.iziToast-rtl .iziToast-body strong {
	padding: 0px 0px 0px 10px;
}
.iziToast-rtl .iziToast-body strong {
	text-align: right; float: right;
}
.iziToast-rtl .iziToast-body p {
	text-align: right; float: right;
}
.iziToast-rtl .iziToast-body .iziToast-icon {
	left: auto; right: 0px;
}
.iziToast.iziToast-color-error {
	background: rgb(239, 83, 80);
}
.iziToast.iziToast-color-error > .iziToast > .iziToast-progressbar > div {
	background: rgb(183, 28, 28);
}
.iziToast.iziToast-color-error > .iziToast > .iziToast-body > .iziToast-icon {
	color: rgb(183, 28, 28);
}
.iziToast.iziToast-color-warning {
	background: rgb(255, 167, 38); border-color: rgb(255, 167, 38);
}
.iziToast.iziToast-color-warning > .iziToast-progressbar > div {
	background: rgb(251, 140, 0);
}
.iziToast.iziToast-color-warning > .iziToast-body > .iziToast-icon {
	color: rgb(245, 124, 0);
}
.iziToast.iziToast-color-info {
	background: rgb(79, 195, 247); border-color: rgb(79, 195, 247);
}
.iziToast.iziToast-color-info > .iziToast-progressbar > div {
	background: rgb(0, 145, 234);
}
.iziToast.iziToast-color-info > .iziToast-body > .iziToast-icon {
	color: rgb(0, 145, 234);
}
.iziToast.iziToast-color-success {
	background: rgb(102, 187, 106); border-color: rgb(102, 187, 106);
}
.iziToast.iziToast-color-success > .iziToast-progressbar > div {
	background: rgb(56, 142, 60);
}
.iziToast.iziToast-color-success > .iziToast-body > .iziToast-icon {
	color: rgb(56, 142, 60);
}
@media only screen and (min-width:568px)
{
.iziToast-wrapper {
	padding: 10px 15px;
}
.iziToast-cover {
	border-radius: 3px 0px 0px 3px;
}
.iziToast {
	margin: 5px 0px; width: auto;
}
.iziToast::after {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: -1; content: "";
}
.iziToast.iziToast-color-dark::after {
	box-shadow: inset 0px -10px 20px -10px rgba(255,255,255,0.3), 0px 10px 10px -5px rgba(0,0,0,0.25);
}
.iziToast.iziToast-balloon .iziToast-progressbar {
	background: none;
}
.iziToast.iziToast-balloon::after {
	box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.25), inset 0px 10px 20px -5px rgba(0,0,0,0.25);
}
.iziToast-target .iziToast::after {
	box-shadow: inset 0px -10px 20px -10px rgba(0,0,0,0.2), inset 0px 0px 5px rgba(0,0,0,0.1);
}
}
.iziToast.iziToast-color-dark {
	background: rgb(86, 92, 112); border-color: rgb(86, 92, 112);
}
.iziToast.iziToast-color-dark strong {
	color: rgb(255, 255, 255);
}
.iziToast.iziToast-color-dark p {
	color: rgba(255, 255, 255, 0.7); font-weight: 300;
}
.iziToast.iziToast-color-dark .iziToast-close {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfgCR4OIQIPSao6AAAAwElEQVRIx72VUQ6EIAwFmz2XB+AConhjzqTJ7JeGKhLYlyx/BGdoBVpjIpMJNjgIZDKTkQHYmYfwmR2AfAqGFBcO2QjXZCd24bEggvd1KBx+xlwoDpYmvnBUUy68DYXD77ESr8WDtYqvxRex7a8oHP4Wo1Mkt5I68Mc+qYqv1h5OsZmZsQ3gj/02h6cO/KEYx29hu3R+VTTwz6D3TymIP1E8RvEiiVdZfEzicxYLiljSxKIqlnW5seitTW6uYnv/Aqh4whX3mEUrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA5LTMwVDE0OjMzOjAyKzAyOjAwl6RMVgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wOS0zMFQxNDozMzowMiswMjowMOb59OoAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC") no-repeat 50% 50% / 8px;
}
.iziToast.iziToast-color-dark .iziToast-icon {
	color: rgb(255, 255, 255);
}
.iziToast.iziToast-color-dark strong {
	font-weight: 500;
}
.iziToast.iziToast-color-dark .iziToast-buttons button {
	background: rgba(255, 255, 255, 0.1); color: rgb(255, 255, 255);
}
.iziToast.iziToast-color-dark .iziToast-buttons a {
	background: rgba(255, 255, 255, 0.1); color: rgb(255, 255, 255);
}
.iziToast.iziToast-color-dark .iziToast-buttons button:hover {
	background: rgba(255, 255, 255, 0.2);
}
.iziToast.iziToast-color-dark .iziToast-buttons a:hover {
	background: rgba(255, 255, 255, 0.2);
}
.iziToast.iziToast-color-red {
	background: rgb(239, 83, 80);
}
.iziToast.iziToast-color-yellow {
	background: rgb(255, 167, 38); border-color: rgb(255, 167, 38);
}
.iziToast.iziToast-color-blue {
	background: rgb(79, 195, 247); border-color: rgb(79, 195, 247);
}
.iziToast.iziToast-color-green {
	background: rgb(102, 187, 106); border-color: rgb(102, 187, 106);
}
.iziToast.iziToast-layout2 .iziToast-body > p {
	width: 100%;
}
.iziToast.revealIn {
	animation:iziT-revealIn 1s cubic-bezier(0.25, 1.6, 0.25, 1) both; -webkit-animation: iziT-revealIn 1s cubic-bezier(0.25, 1.6, 0.25, 1) both; -moz-animation: iziT-revealIn 1s cubic-bezier(0.25, 1.6, 0.25, 1) both;
}
.iziToast .revealIn {
	animation:iziT-revealIn 1s cubic-bezier(0.25, 1.6, 0.25, 1) both; -webkit-animation: iziT-revealIn 1s cubic-bezier(0.25, 1.6, 0.25, 1) both; -moz-animation: iziT-revealIn 1s cubic-bezier(0.25, 1.6, 0.25, 1) both;
}
.iziToast.slideIn {
	animation:iziT-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both; -webkit-animation: iziT-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both; -moz-animation: iziT-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
}
.iziToast .slideIn {
	animation:iziT-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both; -webkit-animation: iziT-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both; -moz-animation: iziT-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
}
.iziToast.bounceInLeft {
	animation:iziT-bounceInLeft 0.7s ease-in-out both; -webkit-animation: iziT-bounceInLeft 0.7s ease-in-out both;
}
.iziToast.bounceInRight {
	animation:iziT-bounceInRight 0.85s ease-in-out both; -webkit-animation: iziT-bounceInRight 0.85s ease-in-out both;
}
.iziToast.bounceInDown {
	animation:iziT-bounceInDown 0.7s ease-in-out both; -webkit-animation: iziT-bounceInDown 0.7s ease-in-out both;
}
.iziToast.bounceInUp {
	animation:iziT-bounceInUp 0.7s ease-in-out both; -webkit-animation: iziT-bounceInUp 0.7s ease-in-out both;
}
.iziToast.fadeIn {
	animation:iziT-fadeIn 0.5s both; -webkit-animation: iziT-fadeIn 0.5s ease both;
}
.iziToast.fadeInUp {
	animation:iziT-fadeInUp 0.7s both; -webkit-animation: iziT-fadeInUp 0.7s ease both;
}
.iziToast.fadeInDown {
	animation:iziT-fadeInDown 0.7s both; -webkit-animation: iziT-fadeInDown 0.7s ease both;
}
.iziToast.fadeInLeft {
	animation:iziT-fadeInLeft 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both; -webkit-animation: iziT-fadeInLeft 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
}
.iziToast.fadeInRight {
	animation:iziT-fadeInRight 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both; -webkit-animation: iziT-fadeInRight 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
}
.iziToast.flipInX {
	animation:iziT-flipInX 0.85s cubic-bezier(0.35, 0, 0.25, 1) both; -webkit-animation: iziT-flipInX 0.85s cubic-bezier(0.35, 0, 0.25, 1) both;
}
.iziToast.fadeOut {
	animation:iziT-fadeOut 0.7s both; -webkit-animation: iziT-fadeOut 0.7s ease both;
}
.iziToast.fadeOutDown {
	animation:iziT-fadeOutDown 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both; -webkit-animation: iziT-fadeOutDown 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
}
.iziToast.fadeOutUp {
	animation:iziT-fadeOutUp 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both; -webkit-animation: iziT-fadeOutUp 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
}
.iziToast.fadeOutLeft {
	animation:iziT-fadeOutLeft 0.5s both; -webkit-animation: iziT-fadeOutLeft 0.5s ease both;
}
.iziToast.fadeOutRight {
	animation:iziT-fadeOutRight 0.5s both; -webkit-animation: iziT-fadeOutRight 0.5s ease both;
}
.iziToast.flipOutX {
	animation:iziT-flipOutX 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both; backface-visibility: visible !important; -webkit-animation: iziT-flipOutX 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both; -webkit-backface-visibility: visible;
}
@media all and (min-width:1200px)
{
.title {
	font-size: 42px;
}
#page-header {
	padding: 210px 0px;
}
#page-header h1 {
	font-size: 45px;
}
#page-header .page-header-desc {
	line-height: 35px; font-size: 26px;
}
.hero-unit h2 {
	font-size: 40px;
}
.hero-unit p {
	font-size: 23px;
}
#testimonials-section h3 {
	font-size: 30px;
}
.about-us-testimonials .testimonial-title {
	font-size: 23px;
}
.boxed#wrapper {
	margin: 40px auto; width: 1170px;
}
.boxed-long#wrapper {
	width: 1170px;
}
#main-nav-container #main-nav .menu li > .mega-menu {
	width: 1140px;
}
#header-top .header-text {
	display: inline;
}
#quick-access .quick-search-form .form-group {
	display: block;
}
.header6 #main-nav-container #main-nav .menu > li > a {
	padding: 15.5px 25px; font-size: 17px;
}
.header7 #main-nav-container #main-nav .menu > li > a {
	padding: 15.5px 15px; font-size: 16px;
}
.header6 #main-nav-container #main-nav .menu > li:first-child a {
	padding-left: 25px;
}
.header7 #main-nav-container #main-nav .menu > li:first-child a {
	padding-left: 15px;
}
.header6 #quick-access {
	margin-left: 200px;
}
#footer .facebook-likebox iframe {
	height: 300px;
}
#footer #newsletter-container input[type='text'] {
	width: 360px;
}
.item .item-image-container {
	width: 222px;
}
.item-price-container {
	width: 90px; height: 90px; font-size: 18px;
}
.item-price-container .old-price {
	margin-top: 25px;
}
.item-price-container .item-price {
	margin-top: 35px;
}
.category-banner#category-header .category-title {
	margin-top: -90px;
}
.category-banner#category-header p {
	display: block;
}
.sort-box {
	float: left;
}
.view-box {
	float: left;
}
.category-toolbar {
	border-bottom-color: rgb(238, 238, 238); border-bottom-width: 1px; border-bottom-style: solid;
}
.filter-color-list li.last-md {
	margin-right: 10px;
}
.filter-color-list li.last-lg {
	margin-right: 0px;
}
.toolbox-pagination .view-count-box {
	top: auto; right: auto; float: right; position: relative;
}
.toolbox-filter {
	padding-bottom: 0px; float: left;
}
.toolbox-pagination {
	padding-top: 0px; border-top-color: currentColor; border-top-width: medium; border-top-style: none; float: right;
}
#price-range-details input {
	width: 70px;
}
#price-range-details input.separator {
	margin-right: 10px;
}
.article {
	padding-left: 100px;
}
.article .article-meta-date {
	padding: 22.5px 0px; width: 85px;
}
#product-image-carousel-container {
	width: 92px; margin-right: 20px;
}
#product-image-container {
	width: 404px;
}
#product-image-container .item-price-container {
	width: 135px; height: 135px; font-size: 27px;
}
#product-image-container .item-price-container .old-price {
	margin-top: 37.5px;
}
#product-image-container .item-price-container .item-price {
	margin-top: 52.5px;
}
.sidebar .widget.subscribe {
	padding: 25px;
}
.sidebar .widget.subscribe h3 {
	line-height: 35px; font-size: 28px;
}
.sidebar .widget.subscribe .form-group {
	padding: 0px;
}
.sidebar h3 {
	font-size: 25px;
}
.sidebarslider .flex-direction-nav {
	top: -48.5px; width: 74px; height: 25px;
}
.footerslider .flex-direction-nav {
	top: -63.5px; width: 94px; height: 25px; padding-left: 20px;
}
.sidebarslider .flex-direction-nav a {
	width: 35px; height: 25px; margin-top: -12.5px;
}
.footerslider .flex-direction-nav a {
	width: 35px; height: 25px; margin-top: -12.5px;
}
.sidebarslider .flex-direction-nav .flex-prev {
	background-position: -186px -200px;
}
.footerslider .flex-direction-nav .flex-prev {
	background-position: -186px -200px;
}
.footerslider .flex-direction-nav .flex-prev {
	left: 20px;
}
.sidebarslider .flex-direction-nav .flex-next {
	background-position: -219px -200px;
}
.footerslider .flex-direction-nav .flex-next {
	background-position: -219px -200px;
}
.sidebarslider .flex-direction-nav .flex-prev:hover {
	background-position: -186px -223px;
}
.footerslider .flex-direction-nav .flex-prev:hover {
	background-position: -186px -223px;
}
.sidebarslider .flex-direction-nav .flex-next:hover {
	background-position: -219px -223px;
}
.footerslider .flex-direction-nav .flex-next:hover {
	background-position: -219px -223px;
}
.cart-table .cart-product-name {
	width: 410px;
}
.compare-item-table .table-title {
	width: 300px;
}
.compare-item-table figure {
	width: 180px;
}
#shipping-form .control-label {
	width: 130px;
}
#shipping-form .input-container {
	width: 220px;
}
}
@media all and (max-width:1199px) and (min-width:980px)
{
.sidebarslider .flex-direction-nav .flex-prev:hover {
	background-position: -188px -225px;
}
.footerslider .flex-direction-nav .flex-prev:hover {
	background-position: -188px -225px;
}
.sidebarslider .flex-direction-nav .flex-next:hover {
	background-position: -221px -225px;
}
.footerslider .flex-direction-nav .flex-next:hover {
	background-position: -221px -225px;
}
.header4 .drop-price {
	display: none;
}
}
@media all and (max-width:979px) and (min-width:768px)
{
.title {
	font-size: 38px;
}
#page-header h1 {
	font-size: 40px;
}
#page-header .page-header-desc {
	line-height: 30px; font-size: 22px;
}
.hero-unit h2 {
	font-size: 36px;
}
.hero-unit p {
	line-height: 26px; font-size: 18px;
}
#testimonials-section h3 {
	line-height: 1; font-size: 22px;
}
.about-us-testimonials .testimonial-title {
	font-size: 18px;
}
.about-us-testimonials p {
	font-size: 16px;
}
.boxed#wrapper {
	margin: 0px; width: 100%;
}
.boxed-long#wrapper {
	margin: 0px; width: 100%;
}
.fixed#main-nav-container #quick-access {
	display: none;
}
.twitter_feed .flex-direction-nav {
	margin-left: -84px;
}
.header2 #inner-header {
	padding-top: 40px;
}
.header2 .header-inner-right-wrapper {
	margin-top: 0px;
}
.header3 .header-inner-right-wrapper {
	margin-top: -20px;
}
.header3 #inner-header .logo-container {
	margin-bottom: 48px;
}
.header3 #inner-header .header-inner-right {
	margin-bottom: 48px;
}
.header2 #inner-header .logo-container {
	margin-bottom: 55px;
}
.header2 #inner-header .header-inner-right {
	margin-bottom: 55px;
}
#inner-header .header-box {
	display: none;
}
#header-top .header-text-container {
	margin-right: 0px;
}
#header-top .header-link {
	margin-right: 0px;
}
#header-top .header-link {
	top: 40px; text-align: right; right: 0px; margin-right: 0px; position: absolute; min-width: 200px;
}
.header2 #header-top .header-link {
	top: auto; right: auto; position: static;
}
.header3 #header-top .header-link {
	top: auto; right: auto; position: static;
}
.header3 .quick-contact-text {
	display: none;
}
.header4 .header-top-right {
	top: 33px; right: 15px; position: absolute;
}
.header4 #inner-header .logo-container {
	margin: -10px 0px 25px;
}
.header4 .logo-container {
	float: none;
}
.header4 #menu-right-side {
	float: none;
}
.header4 .fixed#main-nav-container .logo-container {
	display: none;
}
#quick-access {
	margin-top: -145px;
}
.header2 #quick-access {
	margin-top: -55px;
}
.header3 #quick-access {
	margin-top: -55px;
}
.header4 #quick-access {
	margin-top: -55px;
}
.header5 #quick-access {
	margin-top: 0px;
}
.header6 #quick-access {
	margin-top: 2px;
}
#quick-access .quick-search-form .form-group {
	display: block;
}
.header4 #quick-access .quick-search-form .form-group {
	display: block;
}
#main-nav-container #main-nav .menu li > .mega-menu {
	width: 720px;
}
.header5 #main-nav-container #main-nav .menu > li > a {
	padding: 13px 25px;
}
.header5 #main-nav-container #main-nav .menu li:first-child a {
	padding-left: 0px;
}
.header6 #main-nav-container #main-nav .menu > li > a {
	padding: 13.5px 4px; font-size: 14px;
}
.header6 #main-nav-container #main-nav .menu > li:first-child a {
	padding-left: 4px;
}
.header7 #main-nav-container .menu-table-wrapper {
	width: 90%;
}
.header7 #main-nav-container #main-nav .menu > li > a {
	padding: 13.5px 5px; font-size: 14px;
}
.header7 #main-nav-container #main-nav .menu > li:first-child a {
	padding-left: 5px;
}
.header7 #quick-access {
	height: 46px;
}
.header7 .quick-search-form .form-control {
	padding: 13.5px 15px; height: 46px;
}
.header7 #quick-access .quick-search-form .form-group {
	width: 160px; display: none;
}
.item .item-image-container {
	width: 180px;
}
.category-banner#category-header .category-title {
	margin-top: -46px;
}
.category-banner#category-header .category-title p {
	display: none;
}
#category-header {
	padding: 40px 0px;
}
.view-box {
	float: right;
}
.toolbox-pagination {
	padding-top: 15px; border-top-color: rgb(238, 238, 238); border-top-width: 1px; border-top-style: solid; float: none;
}
.toolbox-pagination .view-count-box {
	top: auto; right: auto; float: left; position: relative;
}
.category-toolbar {
	border-color: transparent; padding: 0px 0px 15px; border-bottom-width: 1px; border-bottom-style: solid;
}
#price-range-details input {
	width: 50px;
}
.item.item-list .item-image-container {
	width: 170px; margin-right: 30px;
}
.article {
	padding-left: 85px;
}
.article .article-meta-date {
	padding: 17.5px 0px; width: 75px;
}
.article .article-meta-more {
	margin-top: 10px; float: none;
}
.article .article-meta-view {
	margin-top: 10px; float: none;
}
.article .article-meta-container .article-meta-view a {
	margin-right: 30px; margin-left: 0px;
}
#product-image-carousel-container {
	width: 128px; margin-right: 22px;
}
#product-image-container {
	width: 570px;
}
#product-image-container .item-price-container {
	width: 162px; height: 162px; font-size: 27px;
}
#product-image-container .item-price-container .old-price {
	margin-top: 51px;
}
#product-image-container .item-price-container .item-price {
	margin-top: 66px;
}
#footer .facebook-likebox iframe {
	height: 200px;
}
.input-group-addon {
	min-width: 130px;
}
.cart-table .item-name-col {
	width: 220px;
}
.checkout-table .item-name-col {
	width: 220px;
}
.cart-table .item-name-col figure {
	width: 150px; margin-bottom: 20px;
}
.checkout-table .item-name-col figure {
	width: 150px; margin-bottom: 20px;
}
.compare-item-table .table-title {
	width: 130px;
}
.compare-item-table figure {
	width: 150px;
}
#shipping-form .control-label {
	width: 110px;
}
#shipping-form .input-container {
	width: 190px;
}
.team-member-header figure {
	margin-right: auto; margin-left: auto;
}
#footer #newsletter-container {
	text-align: center;
}
#footer #newsletter-container h3 {
	margin-bottom: 15px; float: none;
}
#footer #newsletter-container form {
	float: none;
}
.sidebarslider .flex-direction-nav .flex-prev:hover {
	background-position: -188px -225px;
}
.footerslider .flex-direction-nav .flex-prev:hover {
	background-position: -188px -225px;
}
.sidebarslider .flex-direction-nav .flex-next:hover {
	background-position: -221px -225px;
}
.footerslider .flex-direction-nav .flex-next:hover {
	background-position: -221px -225px;
}
}
@media all and (max-width:767px)
{
.home-banners a {
	margin-right: auto; margin-left: auto;
}
.title {
	font-size: 30px;
}
#page-header {
	padding: 120px 0px;
}
#page-header h1 {
	font-size: 32px;
}
#page-header .page-header-desc {
	line-height: 26px; font-size: 18px;
}
.hero-unit h2 {
	font-size: 26px;
}
.hero-unit p {
	line-height: 22px; font-size: 16px;
}
#testimonials-section h3 {
	font-size: 21px;
}
.about-us-testimonials p {
	font-size: 16px;
}
.about-us-testimonials .testimonial-title {
	font-size: 18px;
}
.title-desc {
	font-size: 14px;
}
.boxed#wrapper {
	margin: 0px; width: 100%;
}
.boxed-long#wrapper {
	margin: 0px; width: 100%;
}
.hide-for-xs {
	display: none;
}
.hide-for-lg {
	display: inline;
}
.flag-container {
	margin-right: 0px;
}
.dropdown-language {
	margin-left: 5px;
}
.header4 .dropdown-language {
	margin-left: 5px;
}
.header5 .dropdown-language {
	margin-left: 5px;
}
#inner-header .header-box {
	display: none;
}
.header-top-dropdowns .btn {
	min-width: 45px;
}
#header-top .header-link {
	top: 40px; text-align: right; right: 0px; margin-right: 0px; position: absolute; min-width: 200px;
}
.header2 #header-top .header-link {
	top: auto; right: auto; position: static;
}
.header3 #header-top .header-link {
	top: auto; right: auto; position: static;
}
.header4 .header-text-container {
	position: static;
}
#top-links li {
	margin: 0px;
}
#top-links li a {
	padding: 0px 15px; height: 22px; margin-left: 15px; border-right-color: rgb(220, 220, 220); border-right-width: 1px; border-right-style: solid;
}
.header4 #top-links li a {
	margin-left: 15px;
}
.header5 #top-links li a {
	margin-left: 15px;
}
#top-links li:first-child a .top-icon {
	left: 15px;
}
#top-links li:first-child a {
	padding-left: 30px; margin-left: 0px; border-left-color: rgb(220, 220, 220); border-left-width: 1px; border-left-style: solid;
}
#header .dropdown-menu > li > a {
	text-align: center;
}
#inner-header {
	padding-top: 75px;
}
.header2 #inner-header {
	padding-top: 55px;
}
.header4 #inner-header {
	padding-top: 65px;
}
.header6 #inner-header {
	padding-top: 60px;
}
.header2 #inner-header .header-inner-right {
	margin: 0px;
}
.header3 #inner-header .header-inner-right {
	margin: 0px;
}
.header2 .header-inner-right-wrapper {
	margin: 0px; top: 10px; right: 15px; position: absolute; z-index: 1000;
}
.header3 .header-inner-right-wrapper {
	top: 8px; right: 15px; position: absolute; z-index: 1000;
}
.header6 #inner-header .logo-container {
	margin-bottom: 20px;
}
.header6 #inner-header .header-inner-right {
	margin-bottom: 70px;
}
.header3 .quick-contact-text {
	display: none;
}
#quick-access {
	width: 70%; margin-top: 4px; position: static;
}
.header5 #quick-access {
	left: 0px; top: 12px; width: 100%; margin-top: 0px;
}
.header7 #quick-access {
	height: auto;
}
#inner-header .logo-container {
	margin-bottom: 80px;
}
.header2 #inner-header .logo-container {
	margin-bottom: 86px;
}
.header3 #inner-header .logo-container {
	margin-bottom: 100px;
}
.header4 #inner-header .logo-container {
	margin-bottom: 100px;
}
.header5 #inner-header .logo-container {
	margin-bottom: 86px;
}
.header7 #inner-header .logo-container {
	margin-bottom: 80px;
}
.header7 #inner-header .header-inner-right {
	margin-bottom: 40px;
}
.header4 .logo-container {
	float: none;
}
.header4 #menu-right-side {
	float: none;
}
#quick-access .quick-search-form {
	left: 50%; top: -70px; margin-left: 69.5px; position: absolute;
}
.header3 #quick-access .quick-search-form {
	top: -75px;
}
.header6 #quick-access .quick-search-form {
	top: 5px;
}
.header7 #quick-access .quick-search-form .form-control {
	border: 1px solid rgb(220, 220, 220); border-image: none;
}
.header7 #quick-access .quick-search-form {
	top: -95px; margin-left: 89.5px;
}
.header4 #quick-search {
	margin-top: 0px;
}
.header4 #quick-access .quick-search-form .form-group {
	top: 0px;
}
.header4 #quick-access .quick-search-form {
	top: -70px;
}
.header4 #main-nav-container #main-nav {
	float: none; position: static;
}
.header4 #menu-right-side {
	position: relative;
}
.header4 #quick-access .quick-search-form .form-group {
	display: block;
}
#quick-access .quick-search-form .form-group {
	display: block;
}
.header5 .dropdown-cart-menu-container {
	top: 11px; z-index: 1000;
}
.header7 .dropdown-cart-menu-container {
	top: 30px; right: 15px; position: absolute; z-index: 1000;
}
#main-nav-container #main-nav {
	position: static;
}
.header3 #main-nav-container #main-nav {
	border: currentColor; border-image: none;
}
#main-nav-container #main-nav #responsive-nav {
	display: block;
}
.header6 #main-nav-container {
	border-top-color: currentColor; border-bottom-color: currentColor; border-top-width: medium; border-bottom-width: medium; border-top-style: none; border-bottom-style: none;
}
.header7 #main-nav-container {
	border-top-color: currentColor; border-bottom-color: currentColor; border-top-width: medium; border-bottom-width: medium; border-top-style: none; border-bottom-style: none;
}
.header6 .dropdown-cart-menu-container {
	top: 69px; right: 15px; position: absolute; z-index: 1000;
}
.header6 #main-nav-container #main-nav .menu {
	display: none;
}
.header7 #main-nav-container #main-nav .menu {
	display: none;
}
#main-nav-container #main-nav > ul {
	display: none;
}
.col-2 {
	padding-left: 15px;
}
#category-header {
	padding: 25px 0px;
}
#category-header .category-image {
	width: 100%;
}
#category-header .category-title {
	padding-top: 85px;
}
#category-header .category-title p {
	display: none;
}
#category-header .slider-banner-description .category-title p {
	display: block;
}
.category-banner#category-header .category-title {
	margin-top: -46px;
}
.category-banner#category-header .category-title p {
	display: none;
}
#category-header .category-title h2 {
	font-size: 30px;
}
#price-range-details input {
	width: 70px;
}
#price-range-details input.separator {
	margin-right: 10px;
}
.filter-color-list li.last-md {
	margin-right: 10px;
}
.filter-color-list li.last-lg {
	margin-right: 10px;
}
.item.item-list .item-image-container {
	width: 150px; margin-right: 30px;
}
.item .item-image-wrapper {
	width: 222px; margin-right: auto; margin-left: auto;
}
.item .item-image-container {
	width: 222px; margin-right: auto; margin-left: auto;
}
.item .item-meta-container {
	width: 222px; margin-right: auto; margin-left: auto;
}
.item-price-container {
	width: 81px; height: 81px; font-size: 15px;
}
.item-action {
	text-align: center;
}
.item-price-container .old-price {
	margin-top: 20.5px;
}
.item-price-container .item-price {
	margin-top: 30.5px; display: block;
}
.logo {
	text-align: center;
}
.logo > a {
	margin-left: 0px; display: inline-block;
}
#category-header {
	padding: 40px 0px;
}
.toolbox-filter {
	padding-top: 30px;
}
.sort-box {
	top: -20px; right: 0px; position: absolute;
}
.sort-box .select-dropdown {
	margin-right: 0px;
}
.view-box {
	float: right;
}
.toolbox-pagination .view-count-box {
	left: 0px; top: -50px; right: auto; float: none; position: absolute;
}
.sidebar .widget.subscribe {
	padding: 25px;
}
.sidebar .widget.subscribe h3 {
	line-height: 35px; font-size: 30px;
}
.sidebar .widget.subscribe .form-group {
	padding: 0px;
}
.sidebar .widget.banner-slider-container {
	width: 272px; margin-right: auto; margin-left: auto;
}
.sidebarslider .flex-direction-nav .flex-prev:hover {
	background-position: -188px -225px;
}
.footerslider .flex-direction-nav .flex-prev:hover {
	background-position: -188px -225px;
}
.sidebarslider .flex-direction-nav .flex-next:hover {
	background-position: -221px -225px;
}
.footerslider .flex-direction-nav .flex-next:hover {
	background-position: -221px -225px;
}
.article {
	padding-left: 75px;
}
.article .article-meta-date {
	padding: 12.5px 0px; width: 65px;
}
.article .article-meta-more {
	margin-top: 10px; float: none;
}
.article .article-meta-view {
	margin-top: 10px; float: none;
}
.article .article-meta-container .article-meta-more a {
	margin-right: 20px; margin-left: 0px;
}
.article .article-meta-container .article-meta-view a {
	margin-right: 20px; margin-left: 0px;
}
#product-image-carousel-container {
	width: 84px; margin-right: 16px;
}
#product-image-container {
	width: 380px;
}
.product-extra-box-container {
	float: none;
}
.product-extra-box {
	margin-right: 30px; float: left;
}
.product-extra-box {
	margin-right: 30px; float: left;
}
.product-extra-box span {
	margin-left: 6px; display: inline-block;
}
.product-extra-box span {
	margin-left: 6px; display: inline-block;
}
.product .share-button-group {
	width: 100%; margin-left: 0px; float: none;
}
.tab-container .nav-tabs {
	border-right-color: transparent; border-right-width: 1px; border-right-style: solid;
}
.tab-container.left .nav-tabs {
	float: none;
}
.tab-container.right .nav-tabs {
	float: none;
}
.tab-container.left .tab-content {
	padding: 0px 30px;
}
.tab-container.right .tab-content {
	padding: 0px 30px;
}
.tab-container .tab-content .tab-pane {
	padding: 30px 0px;
}
.tab-container.right .nav-tabs > li.active {
	margin-left: 0px;
}
.tab-container.right .nav-tabs > li.active > a {
	margin-left: 0px;
}
.tab-container.left .nav-tabs > li.active {
	margin-right: 0px;
}
.tab-container.left .nav-tabs > li.active > a {
	margin-right: 0px;
}
.tab-container .nav-tabs.nav-justified > li > a {
	margin-bottom: 0px;
}
.tab-container.right .nav-tabs {
	border-left-color: currentColor; border-left-width: medium; border-left-style: none;
}
.tab-container.left .nav-tabs {
	border-right-color: currentColor; border-right-width: medium; border-right-style: none;
}
#footer-top .widget {
	padding-right: 15px;
}
#footer .facebook-likebox iframe {
	height: 200px;
}
.twitter_feed .flex-direction-nav {
	margin-left: -84px;
}
.footer-social-links-container {
	text-align: center; margin-top: 10px; margin-bottom: 10px;
}
#footer-bottom .social-links li:first-child {
	margin-left: 5px;
}
#footer-bottom .social-links li {
	margin-top: 0px; margin-bottom: 20px;
}
#footer-bottom p {
	margin: 0px 0px 6px; text-align: center;
}
#footer .facebook-likebox iframe {
	height: 200px;
}
#footer #newsletter-container {
	text-align: center;
}
#footer #newsletter-container h3 {
	line-height: 30px; font-size: 22px; margin-bottom: 15px; float: none;
}
#footer #newsletter-container form {
	float: none;
}
#footer #newsletter-container input[type='text'] {
	margin: 0px auto 10px; width: 260px; display: block;
}
#footer #newsletter-container .btn {
	padding: 9px 20px; font-size: 15px;
}
.cart-table .close-button {
	margin-top: 10px;
}
.table-responsive {
	border: currentColor; border-image: none;
}
.cart-table .item-name-col figure {
	margin-bottom: 20px;
}
#shipping-form .control-label {
	width: 110px;
}
#shipping-form .input-container {
	width: 220px;
}
.single-portfolio-btn-container {
	top: -57px;
}
.portfolio-btn {
	width: 41px; height: 30px;
}
.portfolio-btn.portfolio-btn-prev {
	background-position: -108px -200px;
}
.portfolio-btn.portfolio-btn-next {
	background-position: -147px -200px;
}
.portfolio-btn.portfolio-btn-prev:hover {
	background-position: -108px -228px;
}
.portfolio-btn.portfolio-btn-next:hover {
	background-position: -147px -228px;
}
.team-member-header figure {
	margin-right: auto; margin-left: auto;
}
.no-content .no-content-comment {
	margin-left: -240px;
}
}
@media all and (max-width:480px)
{
.drop-price {
	display: none;
}
.header5#header .dropdown-cart-menu-container .btn.btn.dropdown-toggle {
	padding: 6.5px 14px; min-width: 0px;
}
#quick-access {
	width: 50%;
}
.header4 .header-top-right {
	position: static;
}
.header4 #header-top .header-link {
	left: 15px; text-align: left; right: auto;
}
.header4 .dropdown-cart-menu-container {
	top: 40px; right: 15px; margin-right: 0px; position: absolute;
}
#category-header {
	padding: 15px 0px;
}
.category-banner#category-header .category-title {
	margin-top: -17.5px;
}
.category-banner#category-header .category-title p {
	display: none;
}
.category-banner#category-header .category-title .btn {
	display: none;
}
#category-header .category-title {
	padding-top: 30px;
}
.item.item-list .item-image-container {
	margin-right: 20px; margin-bottom: 20px;
}
#product-image-carousel-container {
	width: 54px; margin-right: 16px;
}
#product-image-container {
	width: 230px;
}
#product-image-container .item-price-container {
	width: 90px; height: 90px; line-height: 20px; font-size: 23px;
}
#product-image-container .item-price-container .old-price {
	margin-top: 25px;
}
#product-image-container .item-price-container .item-price {
	margin-top: 35px;
}
.twitter_feed .flex-direction-nav {
	top: 100%; margin-top: -10px; margin-left: -84px;
}
#footer .facebook-likebox iframe {
	height: 260px;
}
#shipping-form .control-label {
	width: 110px;
}
#shipping-form .input-container {
	width: 140px;
}
.team-member {
	width: 100%; float: none;
}
.service-box-container {
	width: 100%; float: none;
}
.no-content#content {
	min-height: 600px;
}
.no-content .no-content-comment {
	background-position: center; width: 100%; margin-left: -50%; background-size: 100%;
}
}
@media all and (max-width:300px)
{
.sidebar .widget.banner-slider-container {
	width: 100%;
}
}
@media not all, not all, not all, not all
{
.service-icon {
	background-image: url("../images/sprites/aboutus-icons@2x.png"); background-size: 496px 248px; -webkit-background-size: 496px 248px;
}
blockquote::before {
	background-image: url("../images/sprites/sprite@2x.png"); background-size: 400px 409px; -webkit-background-size: 400px 409px;
}
.top-icon {
	background-image: url("../images/sprites/sprite@2x.png"); background-size: 400px 409px; -webkit-background-size: 400px 409px;
}
.header-box-icon {
	background-image: url("../images/sprites/sprite@2x.png"); background-size: 400px 409px; -webkit-background-size: 400px 409px;
}
.menu-button {
	background-image: url("../images/sprites/sprite@2x.png"); background-size: 400px 409px; -webkit-background-size: 400px 409px;
}
#quick-search {
	background-image: url("../images/sprites/sprite@2x.png"); background-size: 400px 409px; -webkit-background-size: 400px 409px;
}
.dropdown-cart-menu-container .cart-menu-icon {
	background-image: url("../images/sprites/sprite@2x.png"); background-size: 400px 409px; -webkit-background-size: 400px 409px;
}
.portfolio-item > figure > figcaption > .zoom-button {
	background-image: url("../images/sprites/sprite@2x.png"); background-size: 400px 409px; -webkit-background-size: 400px 409px;
}
.portfolio-item > figure > figcaption > .link-button {
	background-image: url("../images/sprites/sprite@2x.png"); background-size: 400px 409px; -webkit-background-size: 400px 409px;
}
.portfolio-btn {
	background-image: url("../images/sprites/sprite@2x.png"); background-size: 400px 409px; -webkit-background-size: 400px 409px;
}
.sidebarslider .flex-direction-nav a {
	background-image: url("../images/sprites/sprite@2x.png"); background-size: 400px 409px; -webkit-background-size: 400px 409px;
}
.footerslider .flex-direction-nav a {
	background-image: url("../images/sprites/sprite@2x.png"); background-size: 400px 409px; -webkit-background-size: 400px 409px;
}
.sidebar .widget .testimonials-list li .testimonial-details::before {
	background-image: url("../images/sprites/sprite@2x.png"); background-size: 400px 409px; -webkit-background-size: 400px 409px;
}
.close-button {
	background-image: url("../images/sprites/sprite@2x.png"); background-size: 400px 409px; -webkit-background-size: 400px 409px;
}
.accordion-btn {
	background-image: url("../images/sprites/sprite@2x.png"); background-size: 400px 409px; -webkit-background-size: 400px 409px;
}
.contact-icon {
	background-image: url("../images/sprites/sprite@2x.png"); background-size: 400px 409px; -webkit-background-size: 400px 409px;
}
.input-icon {
	background-image: url("../images/sprites/sprite@2x.png"); background-size: 400px 409px; -webkit-background-size: 400px 409px;
}
.social-icon {
	background-image: url("../images/sprites/sprite@2x.png"); background-size: 400px 409px; -webkit-background-size: 400px 409px;
}
.flex-direction-nav a {
	background-image: url("../images/sprites/sprite@2x.png"); background-size: 400px 409px; -webkit-background-size: 400px 409px;
}
.twitter_feed .flex-direction-nav a {
	background-image: url("../images/sprites/twitterfeednav@2x.png"); background-size: 70px 50px; -webkit-background-size: 70px 50px;
}
#responsive-nav-button #responsive-nav-button-icon {
	background-position: center; background-image: url("../images/sprites/responsive-menu-icon@2x.png"); background-repeat: no-repeat; background-size: 21px 21px; background-color: rgb(68, 70, 69); -webkit-background-size: 21px 21px;
}
.ratings {
	background-image: url("../images/sprites/ratings@2x.png"); background-size: 94px 32px; -webkit-background-size: 94px 32px;
}
.ratings .ratings-result {
	background-image: url("../images/sprites/ratings@2x.png"); background-size: 94px 32px; -webkit-background-size: 94px 32px;
}
.footerslider .ratings {
	background-image: url("../images/sprites/ratings-small@2x.png"); background-size: 86px 32px; -webkit-background-size: 86px 32px;
}
.footerslider .ratings .ratings-result {
	background-image: url("../images/sprites/ratings-small@2x.png"); background-size: 86px 32px; -webkit-background-size: 86px 32px;
}
.item-add-btn.icon-cart {
	background-position: center; background-image: url("../images/sprites/cart@2x.png"); background-repeat: no-repeat; background-size: 22px 18px; -webkit-background-size: 22px 18px;
}
.category-toolbar .icon-button {
	background-image: url("../images/sprites/category-icons@2x.png"); background-size: 70px 30px; -webkit-background-size: 70px 30px;
}
.category-toolbar .icon-button:hover {
	background-image: url("../images/sprites/category-icons-active@2x.png"); background-size: 70px 30px; -webkit-background-size: 70px 30px;
}
.category-toolbar .icon-button:focus {
	background-image: url("../images/sprites/category-icons-active@2x.png"); background-size: 70px 30px; -webkit-background-size: 70px 30px;
}
.category-toolbar .icon-button:active {
	background-image: url("../images/sprites/category-icons-active@2x.png"); background-size: 70px 30px; -webkit-background-size: 70px 30px;
}
.category-toolbar .icon-button.active {
	background-image: url("../images/sprites/category-icons-active@2x.png"); background-size: 70px 30px; -webkit-background-size: 70px 30px;
}
.elastislide-wrapper nav span {
	background-image: url("../images/sprites/product-nav@2x.png"); background-size: 60px 50px; -webkit-background-size: 60px 50px;
}
.icon-button {
	background-image: url("../images/sprites/item-icons@2x.png"); background-size: 70px 35px; -webkit-background-size: 70px 35px;
}
#main-nav-container #main-nav .menu li .mega-menu .mega-menu-list li {
	background-image: url("../images/sprites/menu-list-type@2x.png"); background-size: 6px 6px; -webkit-background-size: 6px 6px;
}
#main-nav-container #main-nav #responsive-nav ul li .mega-menu .mega-menu-list li {
	background-image: url("../images/sprites/menu-list-type@2x.png"); background-size: 6px 6px; -webkit-background-size: 6px 6px;
}
#footer .links li {
	background-image: url("../images/sprites/footer-menu-list-type@2x.png"); background-size: 6px 6px; -webkit-background-size: 6px 6px;
}
.sbToggle {
	background-image: url("../images/sprites/selectbox@2x.png"); background-size: 76px 38px; -webkit-background-size: 76px 38px;
}
.large-selectbox .sbToggle {
	background-image: url("../images/sprites/selectbox-large@2x.png"); background-size: 94px 47px; -webkit-background-size: 94px 47px;
}
}
.tooltipster-base {
	display: flex; position: absolute; pointer-events: none;
}
.tooltipster-box {
	flex:1 1 auto;
}
.tooltipster-content {
	overflow: auto; max-height: 100%; max-width: 100%; box-sizing: border-box;
}
.tooltipster-ruler {
	left: 0px; top: 0px; right: 0px; bottom: 0px; overflow: hidden; visibility: hidden; position: fixed;
}
.tooltipster-fade {
	opacity: 0; transition-property: opacity; -webkit-transition-property: opacity; -moz-transition-property: opacity; -o-transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
	opacity: 1;
}
.tooltipster-grow {
	transform: scale(0); transition-property: transform; -webkit-transform: scale(0, 0); -webkit-transition-property: -webkit-transform; -o-transform: scale(0, 0); -webkit-backface-visibility: hidden; -moz-transform: scale(0, 0); -moz-transition-property: -moz-transform; -o-transition-property: -o-transform;
}
.tooltipster-grow.tooltipster-show {
	transform: scale(1); transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); -webkit-transform: scale(1, 1); -o-transform: scale(1, 1); -moz-transform: scale(1, 1); -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-swing {
	opacity: 0; transform: rotateZ(4deg); transition-property: transform; -webkit-transform: rotateZ(4deg); -webkit-transition-property: -webkit-transform, opacity; -o-transform: rotateZ(4deg); -moz-transform: rotateZ(4deg); -moz-transition-property: -moz-transform; -o-transition-property: -o-transform;
}
.tooltipster-swing.tooltipster-show {
	opacity: 1; transform: rotateZ(0deg); transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); -webkit-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); -moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); -o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
	transition-property: top; transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); -webkit-transition-property: top; -moz-transition-property: top; -o-transition-property: top; -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall.tooltipster-initial {
	top: 0px !important;
}
.tooltipster-fall.tooltipster-show {
	
}
.tooltipster-fall.tooltipster-dying {
	top: 0px !important; opacity: 0; transition-property: all; -webkit-transition-property: all; -moz-transition-property: all; -o-transition-property: all;
}
.tooltipster-slide {
	transition-property: left; transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); -webkit-transition-property: left; -moz-transition-property: left; -o-transition-property: left; -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-initial {
	left: -40px !important;
}
.tooltipster-slide.tooltipster-show {
	
}
.tooltipster-slide.tooltipster-dying {
	left: 0px !important; opacity: 0; transition-property: all; -webkit-transition-property: all; -moz-transition-property: all; -o-transition-property: all;
}
.tooltipster-update-fade {
	animation:tooltipster-fading 400ms;
}
.tooltipster-update-rotate {
	animation:tooltipster-rotating 600ms;
}
.tooltipster-update-scale {
	animation:tooltipster-scaling 600ms;
}
.tooltipster-sidetip .tooltipster-box {
	background: rgb(86, 86, 86); border-radius: 4px; border: 2px solid black; border-image: none;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
	margin-top: 8px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
	margin-right: 8px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
	margin-left: 8px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
	margin-bottom: 8px;
}
.tooltipster-sidetip .tooltipster-content {
	padding: 6px 14px; color: white; line-height: 18px;
}
.tooltipster-sidetip .tooltipster-arrow {
	overflow: hidden; position: absolute;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
	top: 0px; width: 20px; height: 10px; margin-left: -10px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
	top: 0px; width: 10px; height: 20px; right: 0px; margin-top: -10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
	left: 0px; top: 0px; width: 10px; height: 20px; margin-top: -10px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	width: 20px; height: 10px; bottom: 0px; margin-left: -10px;
}
.tooltipster-sidetip .tooltipster-arrow-background {
	width: 0px; height: 0px; position: absolute;
}
.tooltipster-sidetip .tooltipster-arrow-border {
	width: 0px; height: 0px; position: absolute;
}
.tooltipster-sidetip .tooltipster-arrow-background {
	border: 10px solid transparent; border-image: none;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	left: 0px; top: 3px; border-bottom-color: rgb(86, 86, 86);
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	left: -3px; top: 0px; border-left-color: rgb(86, 86, 86);
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	left: 3px; top: 0px; border-right-color: rgb(86, 86, 86);
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	left: 0px; top: -3px; border-top-color: rgb(86, 86, 86);
}
.tooltipster-sidetip .tooltipster-arrow-border {
	border: 10px solid transparent; border-image: none; left: 0px; top: 0px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: black;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: black;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: black;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: black;
}
.tooltipster-sidetip .tooltipster-arrow-uncropped {
	position: relative;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
	left: -10px;
}
.tooltipster-sidetip.tooltipster-light .tooltipster-box {
	background: rgb(237, 237, 237); border-radius: 3px; border: 1px solid rgb(204, 204, 204); border-image: none;
}
.tooltipster-sidetip.tooltipster-light .tooltipster-content {
	color: rgb(102, 102, 102);
}
.tooltipster-sidetip.tooltipster-light .tooltipster-arrow {
	width: 18px; height: 9px; margin-left: -9px;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow {
	width: 9px; height: 18px; margin-top: -9px; margin-left: 0px;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow {
	width: 9px; height: 18px; margin-top: -9px; margin-left: 0px;
}
.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-background {
	border: 9px solid transparent; border-image: none;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-background {
	top: 1px; border-bottom-color: rgb(237, 237, 237);
}
.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-background {
	left: -1px; border-left-color: rgb(237, 237, 237);
}
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-background {
	left: 1px; border-right-color: rgb(237, 237, 237);
}
.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-background {
	top: -1px; border-top-color: rgb(237, 237, 237);
}
.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-border {
	border: 9px solid transparent; border-image: none;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: rgb(204, 204, 204);
}
.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-border {
	border-left-color: rgb(204, 204, 204);
}
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-border {
	border-right-color: rgb(204, 204, 204);
}
.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-border {
	border-top-color: rgb(204, 204, 204);
}
.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -9px;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-uncropped {
	left: -9px;
}
.slider {
	vertical-align: middle; display: inline-block; position: relative;
}
.slider.slider-horizontal {
	width: 210px; height: 20px;
}
.slider.slider-horizontal .slider-track {
	left: 0px; top: 50%; width: 100%; height: 10px; margin-top: -5px;
}
.slider.slider-horizontal .slider-selection {
	top: 0px; height: 100%; bottom: 0px;
}
.slider.slider-horizontal .slider-track-low {
	top: 0px; height: 100%; bottom: 0px;
}
.slider.slider-horizontal .slider-track-high {
	top: 0px; height: 100%; bottom: 0px;
}
.slider.slider-horizontal .slider-tick {
	margin-left: -10px;
}
.slider.slider-horizontal .slider-handle {
	margin-left: -10px;
}
.slider.slider-horizontal .slider-tick.triangle {
	border-width: 0px 10px 10px; top: 50%; width: 0px; height: 0px; margin-top: 0px; border-bottom-color: rgb(4, 128, 190); position: relative; transform: translateY(-50%);
}
.slider.slider-horizontal .slider-handle.triangle {
	border-width: 0px 10px 10px; top: 50%; width: 0px; height: 0px; margin-top: 0px; border-bottom-color: rgb(4, 128, 190); position: relative; transform: translateY(-50%);
}
.slider.slider-horizontal .slider-tick-container {
	left: 0px; top: 0px; width: 100%; white-space: nowrap; position: absolute;
}
.slider.slider-horizontal .slider-tick-label-container {
	margin-top: 20px; white-space: nowrap;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
	text-align: center; padding-top: 4px; display: inline-block;
}
.slider.slider-horizontal.slider-rtl .slider-track {
	right: 0px;
}
.slider.slider-horizontal.slider-rtl .slider-tick {
	margin-right: -10px;
}
.slider.slider-horizontal.slider-rtl .slider-handle {
	margin-right: -10px;
}
.slider.slider-horizontal.slider-rtl .slider-tick-container {
	right: 0px;
}
.slider.slider-vertical {
	width: 20px; height: 210px;
}
.slider.slider-vertical .slider-track {
	left: 25%; top: 0px; width: 10px; height: 100%;
}
.slider.slider-vertical .slider-selection {
	left: 0px; top: 0px; width: 100%; bottom: 0px;
}
.slider.slider-vertical .slider-track-low {
	left: 0px; width: 100%; right: 0px;
}
.slider.slider-vertical .slider-track-high {
	left: 0px; width: 100%; right: 0px;
}
.slider.slider-vertical .slider-tick {
	margin-top: -10px;
}
.slider.slider-vertical .slider-handle {
	margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle {
	border-width: 10px 0px 10px 10px; width: 1px; height: 1px; margin-right: 0px; margin-left: 0px; border-right-color: rgb(4, 128, 190); border-left-color: rgb(4, 128, 190);
}
.slider.slider-vertical .slider-handle.triangle {
	border-width: 10px 0px 10px 10px; width: 1px; height: 1px; margin-right: 0px; margin-left: 0px; border-right-color: rgb(4, 128, 190); border-left-color: rgb(4, 128, 190);
}
.slider.slider-vertical .slider-tick-label-container {
	white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
	padding-left: 4px;
}
.slider.slider-vertical.slider-rtl .slider-track {
	right: 25%;
}
.slider.slider-vertical.slider-rtl .slider-selection {
	right: 0px;
}
.slider.slider-vertical.slider-rtl .slider-tick.triangle {
	border-width: 10px 10px 10px 0px;
}
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
	border-width: 10px 10px 10px 0px;
}
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
	padding-right: 4px;
}
.slider.slider-disabled .slider-handle {
	background-image: linear-gradient(rgb(223, 223, 223) 0px, rgb(190, 190, 190) 100%); background-repeat: repeat-x;
}
.slider.slider-disabled .slider-track {
	cursor: not-allowed; background-image: linear-gradient(rgb(229, 229, 229) 0px, rgb(233, 233, 233) 100%); background-repeat: repeat-x;
}
.slider input {
	display: none;
}
.slider .tooltip.top {
	margin-top: -36px;
}
.slider .tooltip-inner {
	white-space: nowrap; max-width: none;
}
.slider .hide {
	display: none;
}
.slider-track {
	border-radius: 4px; position: absolute; cursor: pointer; box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); background-image: linear-gradient(rgb(245, 245, 245) 0px, rgb(249, 249, 249) 100%); background-repeat: repeat-x; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.slider-selection {
	border-radius: 4px; position: absolute; box-sizing: border-box; box-shadow: inset 0px -1px 0px rgba(0,0,0,0.15); background-image: linear-gradient(rgb(249, 249, 249) 0px, rgb(245, 245, 245) 100%); background-repeat: repeat-x; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.slider-selection.tick-slider-selection {
	background-image: linear-gradient(rgb(137, 205, 239) 0px, rgb(129, 191, 222) 100%); background-repeat: repeat-x;
}
.slider-track-low {
	background: none; border-radius: 4px; position: absolute; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
.slider-track-high {
	background: none; border-radius: 4px; position: absolute; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
.slider-handle {
	border: 0px solid transparent; border-image: none; top: 0px; width: 20px; height: 20px; filter: none; position: absolute; box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.05); background-image: linear-gradient(rgb(20, 155, 223) 0px, rgb(4, 128, 190) 100%); background-repeat: repeat-x; background-color: rgb(51, 122, 183); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}
.slider-handle.round {
	border-radius: 50%;
}
.slider-handle.triangle {
	background: none;
}
.slider-handle.custom {
	background: none;
}
.slider-handle.custom::before {
	color: rgb(114, 98, 4); line-height: 20px; font-size: 20px; content: "\2605";
}
.slider-tick {
	border: 0px solid transparent; border-image: none; width: 20px; height: 20px; filter: none; position: absolute; box-sizing: border-box; opacity: 0.8; box-shadow: inset 0px -1px 0px rgba(0,0,0,0.15); background-image: linear-gradient(rgb(249, 249, 249) 0px, rgb(245, 245, 245) 100%); background-repeat: repeat-x; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.slider-tick.round {
	border-radius: 50%;
}
.slider-tick.triangle {
	background: none;
}
.slider-tick.custom {
	background: none;
}
.slider-tick.custom::before {
	color: rgb(114, 98, 4); line-height: 20px; font-size: 20px; content: "\2605";
}
.slider-tick.in-selection {
	opacity: 1; background-image: linear-gradient(rgb(137, 205, 239) 0px, rgb(129, 191, 222) 100%); background-repeat: repeat-x;
}
.fancybox-enabled {
	overflow: hidden;
}
.fancybox-enabled body {
	height: 100%; overflow: visible;
}
.fancybox-container {
	left: 0px; top: 0px; width: 100%; height: 100%; position: fixed; z-index: 99993; backface-visibility: hidden; -webkit-backface-visibility: hidden;
}
.fancybox-container ~ .fancybox-container {
	z-index: 99992;
}
.fancybox-bg {
	background: rgb(15, 15, 17); left: 0px; top: 0px; right: 0px; bottom: 0px; position: absolute; opacity: 0; transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19); backface-visibility: hidden; -webkit-backface-visibility: hidden;
}
.fancybox-container--ready .fancybox-bg {
	opacity: 0.87; transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-controls {
	transition:opacity 0.2s; left: 0px; top: 0px; text-align: center; right: 0px; position: absolute; z-index: 99994; direction: ltr; opacity: 0; pointer-events: none; backface-visibility: hidden; -webkit-backface-visibility: hidden;
}
.fancybox-show-controls .fancybox-controls {
	opacity: 1;
}
.fancybox-infobar {
	display: none;
}
.fancybox-show-infobar .fancybox-infobar {
	display: inline-block; pointer-events: all;
}
.fancybox-infobar__body {
	width: 70px; text-align: center; color: rgb(221, 221, 221); line-height: 44px; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 13px; display: inline-block; pointer-events: none; -ms-user-select: none; background-color: rgba(30, 30, 30, 0.7); -webkit-user-select: none; -moz-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent; -webkit-font-smoothing: subpixel-antialiased; -webkit-touch-callout: none;
}
.fancybox-buttons {
	top: 0px; right: 0px; display: none; position: absolute; pointer-events: all;
}
.fancybox-show-buttons .fancybox-buttons {
	display: block;
}
.fancybox-slider-wrap {
	overflow: hidden; direction: ltr;
}
.fancybox-slider-wrap {
	margin: 0px; padding: 0px; left: 0px; top: 0px; right: 0px; bottom: 0px; position: absolute; z-index: 99993; backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-backface-visibility: hidden;
}
.fancybox-slider {
	margin: 0px; padding: 0px; left: 0px; top: 0px; right: 0px; bottom: 0px; position: absolute; z-index: 99993; backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-backface-visibility: hidden;
}
.fancybox-slide {
	margin: 0px; padding: 0px; left: 0px; top: 0px; width: 100%; height: 100%; text-align: center; overflow: auto; white-space: normal; position: absolute; z-index: 99994; box-sizing: border-box; -webkit-overflow-scrolling: touch;
}
.fancybox-slide::before {
	width: 0px; height: 100%; vertical-align: middle; display: inline-block; content: "";
}
.fancybox-slide > * {
	border-width: 0px; margin: 44px 0px; padding: 24px; text-align: left; overflow: auto; vertical-align: middle; display: inline-block; position: relative; box-sizing: border-box; background-color: rgb(255, 255, 255);
}
.fancybox-slide--image {
	overflow: hidden;
}
.fancybox-slide--image::before {
	display: none;
}
.fancybox-content {
	margin: 44px auto; padding: 0px; border: 0px currentColor; border-image: none; width: 80%; height: calc(100% - 88px); text-align: left; line-height: normal; font-family: Arial, sans-serif; font-size: 16px; vertical-align: middle; display: inline-block; white-space: normal; position: relative; box-sizing: border-box; -webkit-tap-highlight-color: transparent; -webkit-overflow-scrolling: touch;
}
.fancybox-iframe {
	background: rgb(255, 255, 255); margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; width: 100%; height: 100%; display: block;
}
.fancybox-slide--video .fancybox-content {
	background: none;
}
.fancybox-slide--video .fancybox-iframe {
	background: none;
}
.fancybox-placeholder {
	background: no-repeat 0% 0% / 100% 100%; margin: 0px; padding: 0px; transform-origin: left top; border: 0px currentColor; border-image: none; left: 0px; top: 0px; overflow: visible; position: absolute; z-index: 99995; cursor: default; backface-visibility: hidden; -webkit-transform-origin: top left; -webkit-backface-visibility: hidden;
}
.fancybox-image {
	background: 0% 0% / 100% 100%; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; max-height: none; max-width: none;
}
.fancybox-spaceball {
	background: 0% 0% / 100% 100%; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; max-height: none; max-width: none;
}
.fancybox-controls--canzoomOut .fancybox-placeholder {
	
}
.fancybox-controls--canzoomIn .fancybox-placeholder {
	
}
.fancybox-controls--canGrab .fancybox-placeholder {
	
}
.fancybox-controls--isGrabbing .fancybox-placeholder {
	
}
.fancybox-spaceball {
	z-index: 1;
}
.fancybox-tmp {
	left: -9999px; top: -9999px; visibility: hidden; position: absolute;
}
.fancybox-error {
	background: rgb(255, 255, 255); margin: 0px; padding: 40px; left: 50%; top: 50%; width: 380px; position: absolute; cursor: default; max-width: 100%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);
}
.fancybox-error p {
	font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 0px; padding: 0px; color: rgb(68, 68, 68); font-size-adjust: none; font-stretch: normal;
}
.fancybox-close-small {
	background: none; margin: 0px; padding: 0px; border-radius: 0px; border: 0px currentColor; border-image: none; top: 0px; width: 44px; height: 44px; right: 0px; position: absolute; z-index: 10; cursor: pointer;
}
.fancybox-close-small::after {
	background: rgb(255, 255, 255); border-width: 0px; font: 300 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif; border-radius: 50%; transition:background 0.2s; top: 5px; width: 30px; height: 30px; text-align: center; right: 5px; color: rgb(136, 136, 136); position: absolute; z-index: 2; content: "×"; box-sizing: border-box; font-size-adjust: none; font-stretch: normal;
}
.fancybox-close-small:focus::after {
	outline: rgb(136, 136, 136) dotted 1px;
}
.fancybox-slide--video .fancybox-close-small {
	background: none; top: -36px; right: -36px;
}
.fancybox-close-small:hover::after {
	background: rgb(238, 238, 238); color: rgb(85, 85, 85);
}
.fancybox-caption-wrap {
	background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%); padding: 60px 30px 0px; transition:opacity 0.2s; left: 0px; right: 0px; bottom: 0px; position: absolute; z-index: 99998; box-sizing: border-box; opacity: 0; pointer-events: none; backface-visibility: hidden; -webkit-backface-visibility: hidden;
}
.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
}
.fancybox-caption {
	padding: 30px 0px; color: rgb(255, 255, 255); line-height: 20px; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px; border-top-color: rgba(255, 255, 255, 0.4); border-top-width: 1px; border-top-style: solid; -webkit-text-size-adjust: none;
}
.fancybox-caption a {
	pointer-events: all;
}
.fancybox-caption button {
	pointer-events: all;
}
.fancybox-caption a {
	color: rgb(255, 255, 255); text-decoration: underline;
}
.fancybox-button {
	background: none; margin: 0px; padding: 0px; border-radius: 0px; border: 0px currentColor; border-image: none; width: 44px; height: 44px; color: rgb(255, 255, 255); line-height: 44px; vertical-align: top; display: inline-block; position: relative; cursor: pointer; box-sizing: border-box;
}
.fancybox-button--disabled {
	cursor: default; pointer-events: none;
}
.fancybox-infobar__body {
	background: rgba(30, 30, 30, 0.6);
}
.fancybox-button {
	background: rgba(30, 30, 30, 0.6);
}
.fancybox-button:hover {
	background: rgba(0, 0, 0, 0.8);
}
.fancybox-button::before {
	border-color: rgb(255, 255, 255); color: currentColor; display: inline-block; position: absolute; content: ""; box-sizing: border-box; opacity: 0.9; pointer-events: none; background-color: currentColor;
}
.fancybox-button::after {
	border-color: rgb(255, 255, 255); color: currentColor; display: inline-block; position: absolute; content: ""; box-sizing: border-box; opacity: 0.9; pointer-events: none; background-color: currentColor;
}
.fancybox-button--disabled::before {
	opacity: 0.5;
}
.fancybox-button--disabled::after {
	opacity: 0.5;
}
.fancybox-button--left::after {
	background: none; left: 20px; top: 18px; width: 6px; height: 6px; border-top-color: currentColor; border-right-color: currentColor; border-top-width: 2px; border-right-width: 2px; border-top-style: solid; border-right-style: solid; transform: rotate(-135deg); -webkit-transform: rotate(-135deg);
}
.fancybox-button--right::after {
	background: none; top: 18px; width: 6px; height: 6px; right: 20px; border-top-color: currentColor; border-right-color: currentColor; border-top-width: 2px; border-right-width: 2px; border-top-style: solid; border-right-style: solid; transform: rotate(45deg); -webkit-transform: rotate(45deg);
}
.fancybox-button--left {
	border-bottom-left-radius: 5px;
}
.fancybox-button--right {
	border-bottom-right-radius: 5px;
}
.fancybox-button--close {
	float: right;
}
.fancybox-button--close::before {
	left: calc(50% - 8px); top: calc(50% - 1px); width: 16px; height: 2px; display: inline-block; position: absolute; content: "";
}
.fancybox-button--close::after {
	left: calc(50% - 8px); top: calc(50% - 1px); width: 16px; height: 2px; display: inline-block; position: absolute; content: "";
}
.fancybox-button--close::before {
	transform: rotate(45deg); -webkit-transform: rotate(45deg);
}
.fancybox-button--close::after {
	transform: rotate(-45deg); -webkit-transform: rotate(-45deg);
}
.fancybox-loading {
	background: none; border-width: 6px; border-style: solid; border-color: rgba(255, 255, 255, 0.6) rgba(100, 100, 100, 0.4) rgba(100, 100, 100, 0.4); border-radius: 100%; animation:fancybox-rotate 0.8s linear infinite; border-image: none; left: 50%; top: 50%; width: 50px; height: 50px; margin-top: -25px; margin-left: -25px; position: absolute; z-index: 99999; -webkit-animation: fancybox-rotate .8s infinite linear;
}
@media all and (max-width:800px)
{
.fancybox-controls {
	text-align: left;
}
.fancybox-button--left {
	display: none !important;
}
.fancybox-button--right {
	display: none !important;
}
.fancybox-buttons button:not(.fancybox-button--close) {
	display: none !important;
}
.fancybox-caption {
	margin: 0px; padding: 20px 0px;
}
}
.fancybox-button--fullscreen::before {
	background: none; border: 2px solid currentColor; border-image: none; left: 15px; top: 16px; width: 15px; height: 11px;
}
.fancybox-button--play::before {
	background: none; border-radius: 1px; left: 18px; top: 16px; width: 0px; height: 0px; border-top-color: transparent; border-bottom-color: transparent; border-left-color: currentColor; border-top-width: 6px; border-bottom-width: 6px; border-left-width: 10px; border-top-style: inset; border-bottom-style: inset; border-left-style: solid;
}
.fancybox-button--pause::before {
	background: none; border-width: 0px 2px; border-style: solid; left: 18px; top: 16px; width: 7px; height: 11px;
}
.fancybox-button--thumbs span {
	font-size: 23px;
}
.fancybox-button--thumbs::before {
	left: 21px; top: 20px; width: 3px; height: 3px; box-shadow: 0px -4px 0px, -4px -4px 0px, 4px -4px 0px, inset 0px 0px 0px 32px, -4px 0px 0px, 4px 0px 0px, 0px 4px 0px, -4px 4px 0px, 4px 4px 0px;
}
.fancybox-container--thumbs .fancybox-controls {
	right: 220px;
}
.fancybox-container--thumbs .fancybox-slider-wrap {
	right: 220px;
}
.fancybox-container--thumbs .fancybox-caption-wrap {
	right: 220px;
}
.fancybox-thumbs {
	background: rgb(255, 255, 255); margin: 0px; padding: 5px 5px 0px 0px; left: auto; top: 0px; width: 220px; right: 0px; bottom: 0px; position: absolute; z-index: 99993; -ms-word-break: normal; box-sizing: border-box; -webkit-tap-highlight-color: transparent; -webkit-overflow-scrolling: touch;
}
.fancybox-thumbs > ul {
	list-style: none; margin: 0px; padding: 0px; width: 100%; height: 100%; font-size: 0px; position: relative; -ms-overflow-x: hidden; -ms-overflow-y: auto;
}
.fancybox-thumbs > ul > li {
	border-width: 0px 0px 5px 5px; border-style: solid; border-color: rgb(255, 255, 255); margin: 0px; padding: 0px; border-image: none; width: 105px; height: 75px; overflow: hidden; float: left; position: relative; cursor: pointer; max-width: 50%; box-sizing: border-box; backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-backface-visibility: hidden;
}
li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li > img {
	left: 0px; top: 0px; position: absolute; min-height: 100%; max-height: none; min-width: 100%; max-width: none; -ms-user-select: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; -webkit-touch-callout: none;
}
.fancybox-thumbs > ul > li::before {
	border-radius: 2px; border: 4px solid rgb(78, 167, 249); transition:0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); border-image: none; left: 0px; top: 0px; right: 0px; bottom: 0px; position: absolute; z-index: 99991; content: ""; opacity: 0;
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active::before {
	opacity: 1;
}
@media all and (max-width:800px)
{
.fancybox-thumbs {
	display: none !important;
}
.fancybox-container--thumbs .fancybox-controls {
	right: 0px;
}
.fancybox-container--thumbs .fancybox-slider-wrap {
	right: 0px;
}
.fancybox-container--thumbs .fancybox-caption-wrap {
	right: 0px;
}
}
.ng-table th {
	text-align: center; -ms-user-select: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; -webkit-touch-callout: none;
}
.ng-table th.sortable {
	cursor: pointer;
}
.ng-table th.sortable .sort-indicator {
	padding-right: 18px; position: relative;
}
.ng-table th.sortable .sort-indicator::after {
	border-width: 0px 4px 4px; border-style: solid; border-color: rgb(0, 0, 0) transparent; top: 50%; right: 5px; margin-top: -4px; visibility: visible; position: absolute; content: ""; opacity: 0.3;
}
.ng-table th.sortable .sort-indicator::before {
	border-width: 0px 4px 4px; border-style: solid; border-color: rgb(0, 0, 0) transparent; top: 50%; right: 5px; margin-top: -4px; visibility: visible; position: absolute; content: ""; opacity: 0.3;
}
.ng-table th.sortable .sort-indicator::before {
	border-width: 4px 4px medium; border-style: solid solid none; border-color: rgb(0, 0, 0) transparent currentColor; margin-top: 2px;
}
.ng-table th.sortable .sort-indicator:hover::after {
	visibility: visible; opacity: 1;
}
.ng-table th.sortable .sort-indicator:hover::before {
	visibility: visible; opacity: 1;
}
.ng-table th.sortable.sort-asc {
	text-shadow: 0px 1px 1px hsla(0, 0%, 100%, 0.75); background-color: rgba(141, 192, 219, 0.25);
}
.ng-table th.sortable.sort-desc {
	text-shadow: 0px 1px 1px hsla(0, 0%, 100%, 0.75); background-color: rgba(141, 192, 219, 0.25);
}
.ng-table th.sortable.sort-asc .sort-indicator::after {
	margin-top: -2px;
}
.ng-table th.sortable.sort-desc .sort-indicator::after {
	margin-top: -2px;
}
.ng-table th.sortable.sort-asc .sort-indicator::before {
	visibility: hidden;
}
.ng-table th.sortable.sort-desc .sort-indicator::before {
	visibility: hidden;
}
.ng-table th.sortable.sort-asc .sort-indicator::after {
	visibility: visible; opacity: 0.6; -moz-opacity: .6; -khtml-opacity: .6;
}
.ng-table th.sortable.sort-asc .sort-indicator:hover::after {
	visibility: visible; opacity: 0.6; -moz-opacity: .6; -khtml-opacity: .6;
}
.ng-table th.sortable.sort-desc .sort-indicator::after {
	visibility: visible; opacity: 0.6; -moz-opacity: .6; -khtml-opacity: .6;
}
.ng-table th.sortable.sort-desc .sort-indicator::after {
	border-width: 4px 4px medium; border-style: solid solid none; border-color: rgb(0, 0, 0) transparent currentColor; box-shadow: none;
}
.ng-table th.filter .input-filter {
	margin: 0px; width: 100%; display: block; min-height: 30px; box-sizing: border-box;
}
.ng-table .ng-table-group-header th {
	text-align: left;
}
.ng-table .ng-table-group-selector {
	display: block;
}
.ng-table .ng-table-group-close {
	float: right;
}
.ng-table .ng-table-group-toggle {
	float: right;
}
.ng-table .ng-table-group-toggle {
	margin-right: 5px;
}
@media only screen and (max-width:800px)
{
.ng-table-responsive {
	border-bottom-color: rgb(153, 153, 153); border-bottom-width: 1px; border-bottom-style: solid;
}
.ng-table-responsive tr {
	border-top-color: rgb(153, 153, 153); border-right-color: rgb(153, 153, 153); border-left-color: rgb(153, 153, 153); border-top-width: 1px; border-right-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-left-style: solid;
}
.ng-table-responsive td::before {
	padding: 8px; left: 0px; top: 0px; width: 50%; text-align: left; font-weight: 700; white-space: nowrap; position: absolute;
}
.ng-table-responsive thead tr th {
	text-align: left;
}
.ng-table-responsive thead tr.ng-table-filters th {
	padding: 0px;
}
.ng-table-responsive thead tr.ng-table-filters th form > div {
	padding: 8px;
}
.ng-table-responsive td {
	border-width: medium medium 1px; border-style: none none solid; border-color: currentColor currentColor rgb(238, 238, 238); border-image: none; text-align: left; padding-left: 50%; white-space: normal; position: relative;
}
.ng-table-responsive td::before {
	content: attr(data-title-text);
}
.ng-table-responsive {
	display: block;
}
.ng-table-responsive tbody {
	display: block;
}
.ng-table-responsive td {
	display: block;
}
.ng-table-responsive th {
	display: block;
}
.ng-table-responsive thead {
	display: block;
}
.ng-table-responsive tr {
	display: block;
}
}
.ng-table-pagination {
	margin-top: 0px;
}
.filter::after {
	display: table; content: " ";
}
.filter::before {
	display: table; content: " ";
}
.ng-table-group-selector::after {
	display: table; content: " ";
}
.ng-table-group-selector::before {
	display: table; content: " ";
}
.filter::after {
	clear: both;
}
.ng-table-group-selector::after {
	clear: both;
}
.filter > .filter-cell {
	float: left; box-sizing: border-box;
}
.filter-horizontal > .filter-cell {
	padding: 0px 2px;
}
.filter-horizontal > :first-child.filter-cell {
	padding-left: 0px;
}
.filter-horizontal > .filter-cell.last {
	padding-right: 0px;
}
.filter-horizontal > :last-child.filter-cell {
	padding-right: 0px;
}
.s12 {
	width: 100%;
}
.s11 {
	width: 91.66%;
}
.s10 {
	width: 83.33%;
}
.s9 {
	width: 75%;
}
.s8 {
	width: 66.66%;
}
.s7 {
	width: 58.33%;
}
.s6 {
	width: 50%;
}
.s5 {
	width: 41.66%;
}
.s4 {
	width: 33.33%;
}
.s3 {
	width: 25%;
}
.s2 {
	width: 16.66%;
}
.s1 {
	width: 8.33%;
}
@media all and (max-width:468px)
{
.s1 {
	width: 100%;
}
.s2 {
	width: 100%;
}
.s3 {
	width: 100%;
}
.s4 {
	width: 100%;
}
.s5 {
	width: 100%;
}
.s6 {
	width: 100%;
}
.s7 {
	width: 100%;
}
.s8 {
	width: 100%;
}
.s9 {
	width: 100%;
}
.s10 {
	width: 100%;
}
.s11 {
	width: 100%;
}
.s12 {
	width: 100%;
}
.filter > .filter-cell {
	padding: 0px;
}
}
.flag-icon-background {
	background-position: 50%; background-repeat: no-repeat; background-size: contain;
}
.flag-icon {
	background-position: 50%; width: 1.33em; line-height: 1em; display: inline-block; position: relative; background-repeat: no-repeat; background-size: contain;
}
.flag-icon::before {
	content: " ";
}
.flag-icon.flag-icon-squared {
	width: 1em;
}
.flag-icon-ad {
	background-image: url("../images/flags/4x3/ad.svg");
}
.flag-icon-ad.flag-icon-squared {
	background-image: url("../images/flags/1x1/ad.svg");
}
.flag-icon-ae {
	background-image: url("../images/flags/4x3/ae.svg");
}
.flag-icon-ae.flag-icon-squared {
	background-image: url("../images/flags/1x1/ae.svg");
}
.flag-icon-af {
	background-image: url("../images/flags/4x3/af.svg");
}
.flag-icon-af.flag-icon-squared {
	background-image: url("../images/flags/1x1/af.svg");
}
.flag-icon-ag {
	background-image: url("../images/flags/4x3/ag.svg");
}
.flag-icon-ag.flag-icon-squared {
	background-image: url("../images/flags/1x1/ag.svg");
}
.flag-icon-ai {
	background-image: url("../images/flags/4x3/ai.svg");
}
.flag-icon-ai.flag-icon-squared {
	background-image: url("../images/flags/1x1/ai.svg");
}
.flag-icon-al {
	background-image: url("../images/flags/4x3/al.svg");
}
.flag-icon-al.flag-icon-squared {
	background-image: url("../images/flags/1x1/al.svg");
}
.flag-icon-am {
	background-image: url("../images/flags/4x3/am.svg");
}
.flag-icon-am.flag-icon-squared {
	background-image: url("../images/flags/1x1/am.svg");
}
.flag-icon-ao {
	background-image: url("../images/flags/4x3/ao.svg");
}
.flag-icon-ao.flag-icon-squared {
	background-image: url("../images/flags/1x1/ao.svg");
}
.flag-icon-aq {
	background-image: url("../images/flags/4x3/aq.svg");
}
.flag-icon-aq.flag-icon-squared {
	background-image: url("../images/flags/1x1/aq.svg");
}
.flag-icon-ar {
	background-image: url("../images/flags/4x3/ar.svg");
}
.flag-icon-ar.flag-icon-squared {
	background-image: url("../images/flags/1x1/ar.svg");
}
.flag-icon-as {
	background-image: url("../images/flags/4x3/as.svg");
}
.flag-icon-as.flag-icon-squared {
	background-image: url("../images/flags/1x1/as.svg");
}
.flag-icon-at {
	background-image: url("../images/flags/4x3/at.svg");
}
.flag-icon-at.flag-icon-squared {
	background-image: url("../images/flags/1x1/at.svg");
}
.flag-icon-au {
	background-image: url("../images/flags/4x3/au.svg");
}
.flag-icon-au.flag-icon-squared {
	background-image: url("../images/flags/1x1/au.svg");
}
.flag-icon-aw {
	background-image: url("../images/flags/4x3/aw.svg");
}
.flag-icon-aw.flag-icon-squared {
	background-image: url("../images/flags/1x1/aw.svg");
}
.flag-icon-ax {
	background-image: url("../images/flags/4x3/ax.svg");
}
.flag-icon-ax.flag-icon-squared {
	background-image: url("../images/flags/1x1/ax.svg");
}
.flag-icon-az {
	background-image: url("../images/flags/4x3/az.svg");
}
.flag-icon-az.flag-icon-squared {
	background-image: url("../images/flags/1x1/az.svg");
}
.flag-icon-ba {
	background-image: url("../images/flags/4x3/ba.svg");
}
.flag-icon-ba.flag-icon-squared {
	background-image: url("../images/flags/1x1/ba.svg");
}
.flag-icon-bb {
	background-image: url("../images/flags/4x3/bb.svg");
}
.flag-icon-bb.flag-icon-squared {
	background-image: url("../images/flags/1x1/bb.svg");
}
.flag-icon-bd {
	background-image: url("../images/flags/4x3/bd.svg");
}
.flag-icon-bd.flag-icon-squared {
	background-image: url("../images/flags/1x1/bd.svg");
}
.flag-icon-be {
	background-image: url("../images/flags/4x3/be.svg");
}
.flag-icon-be.flag-icon-squared {
	background-image: url("../images/flags/1x1/be.svg");
}
.flag-icon-bf {
	background-image: url("../images/flags/4x3/bf.svg");
}
.flag-icon-bf.flag-icon-squared {
	background-image: url("../images/flags/1x1/bf.svg");
}
.flag-icon-bg {
	background-image: url("../images/flags/4x3/bg.svg");
}
.flag-icon-bg.flag-icon-squared {
	background-image: url("../images/flags/1x1/bg.svg");
}
.flag-icon-bh {
	background-image: url("../images/flags/4x3/bh.svg");
}
.flag-icon-bh.flag-icon-squared {
	background-image: url("../images/flags/1x1/bh.svg");
}
.flag-icon-bi {
	background-image: url("../images/flags/4x3/bi.svg");
}
.flag-icon-bi.flag-icon-squared {
	background-image: url("../images/flags/1x1/bi.svg");
}
.flag-icon-bj {
	background-image: url("../images/flags/4x3/bj.svg");
}
.flag-icon-bj.flag-icon-squared {
	background-image: url("../images/flags/1x1/bj.svg");
}
.flag-icon-bl {
	background-image: url("../images/flags/4x3/bl.svg");
}
.flag-icon-bl.flag-icon-squared {
	background-image: url("../images/flags/1x1/bl.svg");
}
.flag-icon-bm {
	background-image: url("../images/flags/4x3/bm.svg");
}
.flag-icon-bm.flag-icon-squared {
	background-image: url("../images/flags/1x1/bm.svg");
}
.flag-icon-bn {
	background-image: url("../images/flags/4x3/bn.svg");
}
.flag-icon-bn.flag-icon-squared {
	background-image: url("../images/flags/1x1/bn.svg");
}
.flag-icon-bo {
	background-image: url("../images/flags/4x3/bo.svg");
}
.flag-icon-bo.flag-icon-squared {
	background-image: url("../images/flags/1x1/bo.svg");
}
.flag-icon-bq {
	background-image: url("../images/flags/4x3/bq.svg");
}
.flag-icon-bq.flag-icon-squared {
	background-image: url("../images/flags/1x1/bq.svg");
}
.flag-icon-br {
	background-image: url("../images/flags/4x3/br.svg");
}
.flag-icon-br.flag-icon-squared {
	background-image: url("../images/flags/1x1/br.svg");
}
.flag-icon-bs {
	background-image: url("../images/flags/4x3/bs.svg");
}
.flag-icon-bs.flag-icon-squared {
	background-image: url("../images/flags/1x1/bs.svg");
}
.flag-icon-bt {
	background-image: url("../images/flags/4x3/bt.svg");
}
.flag-icon-bt.flag-icon-squared {
	background-image: url("../images/flags/1x1/bt.svg");
}
.flag-icon-bv {
	background-image: url("../images/flags/4x3/bv.svg");
}
.flag-icon-bv.flag-icon-squared {
	background-image: url("../images/flags/1x1/bv.svg");
}
.flag-icon-bw {
	background-image: url("../images/flags/4x3/bw.svg");
}
.flag-icon-bw.flag-icon-squared {
	background-image: url("../images/flags/1x1/bw.svg");
}
.flag-icon-by {
	background-image: url("../images/flags/4x3/by.svg");
}
.flag-icon-by.flag-icon-squared {
	background-image: url("../images/flags/1x1/by.svg");
}
.flag-icon-bz {
	background-image: url("../images/flags/4x3/bz.svg");
}
.flag-icon-bz.flag-icon-squared {
	background-image: url("../images/flags/1x1/bz.svg");
}
.flag-icon-ca {
	background-image: url("../images/flags/4x3/ca.svg");
}
.flag-icon-ca.flag-icon-squared {
	background-image: url("../images/flags/1x1/ca.svg");
}
.flag-icon-cc {
	background-image: url("../images/flags/4x3/cc.svg");
}
.flag-icon-cc.flag-icon-squared {
	background-image: url("../images/flags/1x1/cc.svg");
}
.flag-icon-cd {
	background-image: url("../images/flags/4x3/cd.svg");
}
.flag-icon-cd.flag-icon-squared {
	background-image: url("../images/flags/1x1/cd.svg");
}
.flag-icon-cf {
	background-image: url("../images/flags/4x3/cf.svg");
}
.flag-icon-cf.flag-icon-squared {
	background-image: url("../images/flags/1x1/cf.svg");
}
.flag-icon-cg {
	background-image: url("../images/flags/4x3/cg.svg");
}
.flag-icon-cg.flag-icon-squared {
	background-image: url("../images/flags/1x1/cg.svg");
}
.flag-icon-ch {
	background-image: url("../images/flags/4x3/ch.svg");
}
.flag-icon-ch.flag-icon-squared {
	background-image: url("../images/flags/1x1/ch.svg");
}
.flag-icon-ci {
	background-image: url("../images/flags/4x3/ci.svg");
}
.flag-icon-ci.flag-icon-squared {
	background-image: url("../images/flags/1x1/ci.svg");
}
.flag-icon-ck {
	background-image: url("../images/flags/4x3/ck.svg");
}
.flag-icon-ck.flag-icon-squared {
	background-image: url("../images/flags/1x1/ck.svg");
}
.flag-icon-cl {
	background-image: url("../images/flags/4x3/cl.svg");
}
.flag-icon-cl.flag-icon-squared {
	background-image: url("../images/flags/1x1/cl.svg");
}
.flag-icon-cm {
	background-image: url("../images/flags/4x3/cm.svg");
}
.flag-icon-cm.flag-icon-squared {
	background-image: url("../images/flags/1x1/cm.svg");
}
.flag-icon-cn {
	background-image: url("../images/flags/4x3/cn.svg");
}
.flag-icon-cn.flag-icon-squared {
	background-image: url("../images/flags/1x1/cn.svg");
}
.flag-icon-co {
	background-image: url("../images/flags/4x3/co.svg");
}
.flag-icon-co.flag-icon-squared {
	background-image: url("../images/flags/1x1/co.svg");
}
.flag-icon-cr {
	background-image: url("../images/flags/4x3/cr.svg");
}
.flag-icon-cr.flag-icon-squared {
	background-image: url("../images/flags/1x1/cr.svg");
}
.flag-icon-cu {
	background-image: url("../images/flags/4x3/cu.svg");
}
.flag-icon-cu.flag-icon-squared {
	background-image: url("../images/flags/1x1/cu.svg");
}
.flag-icon-cv {
	background-image: url("../images/flags/4x3/cv.svg");
}
.flag-icon-cv.flag-icon-squared {
	background-image: url("../images/flags/1x1/cv.svg");
}
.flag-icon-cw {
	background-image: url("../images/flags/4x3/cw.svg");
}
.flag-icon-cw.flag-icon-squared {
	background-image: url("../images/flags/1x1/cw.svg");
}
.flag-icon-cx {
	background-image: url("../images/flags/4x3/cx.svg");
}
.flag-icon-cx.flag-icon-squared {
	background-image: url("../images/flags/1x1/cx.svg");
}
.flag-icon-cy {
	background-image: url("../images/flags/4x3/cy.svg");
}
.flag-icon-cy.flag-icon-squared {
	background-image: url("../images/flags/1x1/cy.svg");
}
.flag-icon-cz {
	background-image: url("../images/flags/4x3/cz.svg");
}
.flag-icon-cz.flag-icon-squared {
	background-image: url("../images/flags/1x1/cz.svg");
}
.flag-icon-de {
	background-image: url("../images/flags/4x3/de.svg");
}
.flag-icon-de.flag-icon-squared {
	background-image: url("../images/flags/1x1/de.svg");
}
.flag-icon-dj {
	background-image: url("../images/flags/4x3/dj.svg");
}
.flag-icon-dj.flag-icon-squared {
	background-image: url("../images/flags/1x1/dj.svg");
}
.flag-icon-dk {
	background-image: url("../images/flags/4x3/dk.svg");
}
.flag-icon-dk.flag-icon-squared {
	background-image: url("../images/flags/1x1/dk.svg");
}
.flag-icon-dm {
	background-image: url("../images/flags/4x3/dm.svg");
}
.flag-icon-dm.flag-icon-squared {
	background-image: url("../images/flags/1x1/dm.svg");
}
.flag-icon-do {
	background-image: url("../images/flags/4x3/do.svg");
}
.flag-icon-do.flag-icon-squared {
	background-image: url("../images/flags/1x1/do.svg");
}
.flag-icon-dz {
	background-image: url("../images/flags/4x3/dz.svg");
}
.flag-icon-dz.flag-icon-squared {
	background-image: url("../images/flags/1x1/dz.svg");
}
.flag-icon-ec {
	background-image: url("../images/flags/4x3/ec.svg");
}
.flag-icon-ec.flag-icon-squared {
	background-image: url("../images/flags/1x1/ec.svg");
}
.flag-icon-ee {
	background-image: url("../images/flags/4x3/ee.svg");
}
.flag-icon-ee.flag-icon-squared {
	background-image: url("../images/flags/1x1/ee.svg");
}
.flag-icon-eg {
	background-image: url("../images/flags/4x3/eg.svg");
}
.flag-icon-eg.flag-icon-squared {
	background-image: url("../images/flags/1x1/eg.svg");
}
.flag-icon-eh {
	background-image: url("../images/flags/4x3/eh.svg");
}
.flag-icon-eh.flag-icon-squared {
	background-image: url("../images/flags/1x1/eh.svg");
}
.flag-icon-er {
	background-image: url("../images/flags/4x3/er.svg");
}
.flag-icon-er.flag-icon-squared {
	background-image: url("../images/flags/1x1/er.svg");
}
.flag-icon-es {
	background-image: url("../images/flags/4x3/es.svg");
}
.flag-icon-es.flag-icon-squared {
	background-image: url("../images/flags/1x1/es.svg");
}
.flag-icon-et {
	background-image: url("../images/flags/4x3/et.svg");
}
.flag-icon-et.flag-icon-squared {
	background-image: url("../images/flags/1x1/et.svg");
}
.flag-icon-fi {
	background-image: url("../images/flags/4x3/fi.svg");
}
.flag-icon-fi.flag-icon-squared {
	background-image: url("../images/flags/1x1/fi.svg");
}
.flag-icon-fj {
	background-image: url("../images/flags/4x3/fj.svg");
}
.flag-icon-fj.flag-icon-squared {
	background-image: url("../images/flags/1x1/fj.svg");
}
.flag-icon-fk {
	background-image: url("../images/flags/4x3/fk.svg");
}
.flag-icon-fk.flag-icon-squared {
	background-image: url("../images/flags/1x1/fk.svg");
}
.flag-icon-fm {
	background-image: url("../images/flags/4x3/fm.svg");
}
.flag-icon-fm.flag-icon-squared {
	background-image: url("../images/flags/1x1/fm.svg");
}
.flag-icon-fo {
	background-image: url("../images/flags/4x3/fo.svg");
}
.flag-icon-fo.flag-icon-squared {
	background-image: url("../images/flags/1x1/fo.svg");
}
.flag-icon-fr {
	background-image: url("../images/flags/4x3/fr.svg");
}
.flag-icon-fr.flag-icon-squared {
	background-image: url("../images/flags/1x1/fr.svg");
}
.flag-icon-ga {
	background-image: url("../images/flags/4x3/ga.svg");
}
.flag-icon-ga.flag-icon-squared {
	background-image: url("../images/flags/1x1/ga.svg");
}
.flag-icon-gb {
	background-image: url("../images/flags/4x3/gb.svg");
}
.flag-icon-gb.flag-icon-squared {
	background-image: url("../images/flags/1x1/gb.svg");
}
.flag-icon-gd {
	background-image: url("../images/flags/4x3/gd.svg");
}
.flag-icon-gd.flag-icon-squared {
	background-image: url("../images/flags/1x1/gd.svg");
}
.flag-icon-ge {
	background-image: url("../images/flags/4x3/ge.svg");
}
.flag-icon-ge.flag-icon-squared {
	background-image: url("../images/flags/1x1/ge.svg");
}
.flag-icon-gf {
	background-image: url("../images/flags/4x3/gf.svg");
}
.flag-icon-gf.flag-icon-squared {
	background-image: url("../images/flags/1x1/gf.svg");
}
.flag-icon-gg {
	background-image: url("../images/flags/4x3/gg.svg");
}
.flag-icon-gg.flag-icon-squared {
	background-image: url("../images/flags/1x1/gg.svg");
}
.flag-icon-gh {
	background-image: url("../images/flags/4x3/gh.svg");
}
.flag-icon-gh.flag-icon-squared {
	background-image: url("../images/flags/1x1/gh.svg");
}
.flag-icon-gi {
	background-image: url("../images/flags/4x3/gi.svg");
}
.flag-icon-gi.flag-icon-squared {
	background-image: url("../images/flags/1x1/gi.svg");
}
.flag-icon-gl {
	background-image: url("../images/flags/4x3/gl.svg");
}
.flag-icon-gl.flag-icon-squared {
	background-image: url("../images/flags/1x1/gl.svg");
}
.flag-icon-gm {
	background-image: url("../images/flags/4x3/gm.svg");
}
.flag-icon-gm.flag-icon-squared {
	background-image: url("../images/flags/1x1/gm.svg");
}
.flag-icon-gn {
	background-image: url("../images/flags/4x3/gn.svg");
}
.flag-icon-gn.flag-icon-squared {
	background-image: url("../images/flags/1x1/gn.svg");
}
.flag-icon-gp {
	background-image: url("../images/flags/4x3/gp.svg");
}
.flag-icon-gp.flag-icon-squared {
	background-image: url("../images/flags/1x1/gp.svg");
}
.flag-icon-gq {
	background-image: url("../images/flags/4x3/gq.svg");
}
.flag-icon-gq.flag-icon-squared {
	background-image: url("../images/flags/1x1/gq.svg");
}
.flag-icon-gr {
	background-image: url("../images/flags/4x3/gr.svg");
}
.flag-icon-gr.flag-icon-squared {
	background-image: url("../images/flags/1x1/gr.svg");
}
.flag-icon-gs {
	background-image: url("../images/flags/4x3/gs.svg");
}
.flag-icon-gs.flag-icon-squared {
	background-image: url("../images/flags/1x1/gs.svg");
}
.flag-icon-gt {
	background-image: url("../images/flags/4x3/gt.svg");
}
.flag-icon-gt.flag-icon-squared {
	background-image: url("../images/flags/1x1/gt.svg");
}
.flag-icon-gu {
	background-image: url("../images/flags/4x3/gu.svg");
}
.flag-icon-gu.flag-icon-squared {
	background-image: url("../images/flags/1x1/gu.svg");
}
.flag-icon-gw {
	background-image: url("../images/flags/4x3/gw.svg");
}
.flag-icon-gw.flag-icon-squared {
	background-image: url("../images/flags/1x1/gw.svg");
}
.flag-icon-gy {
	background-image: url("../images/flags/4x3/gy.svg");
}
.flag-icon-gy.flag-icon-squared {
	background-image: url("../images/flags/1x1/gy.svg");
}
.flag-icon-hk {
	background-image: url("../images/flags/4x3/hk.svg");
}
.flag-icon-hk.flag-icon-squared {
	background-image: url("../images/flags/1x1/hk.svg");
}
.flag-icon-hm {
	background-image: url("../images/flags/4x3/hm.svg");
}
.flag-icon-hm.flag-icon-squared {
	background-image: url("../images/flags/1x1/hm.svg");
}
.flag-icon-hn {
	background-image: url("../images/flags/4x3/hn.svg");
}
.flag-icon-hn.flag-icon-squared {
	background-image: url("../images/flags/1x1/hn.svg");
}
.flag-icon-hr {
	background-image: url("../images/flags/4x3/hr.svg");
}
.flag-icon-hr.flag-icon-squared {
	background-image: url("../images/flags/1x1/hr.svg");
}
.flag-icon-ht {
	background-image: url("../images/flags/4x3/ht.svg");
}
.flag-icon-ht.flag-icon-squared {
	background-image: url("../images/flags/1x1/ht.svg");
}
.flag-icon-hu {
	background-image: url("../images/flags/4x3/hu.svg");
}
.flag-icon-hu.flag-icon-squared {
	background-image: url("../images/flags/1x1/hu.svg");
}
.flag-icon-id {
	background-image: url("../images/flags/4x3/id.svg");
}
.flag-icon-id.flag-icon-squared {
	background-image: url("../images/flags/1x1/id.svg");
}
.flag-icon-ie {
	background-image: url("../images/flags/4x3/ie.svg");
}
.flag-icon-ie.flag-icon-squared {
	background-image: url("../images/flags/1x1/ie.svg");
}
.flag-icon-il {
	background-image: url("../images/flags/4x3/il.svg");
}
.flag-icon-il.flag-icon-squared {
	background-image: url("../images/flags/1x1/il.svg");
}
.flag-icon-im {
	background-image: url("../images/flags/4x3/im.svg");
}
.flag-icon-im.flag-icon-squared {
	background-image: url("../images/flags/1x1/im.svg");
}
.flag-icon-in {
	background-image: url("../images/flags/4x3/in.svg");
}
.flag-icon-in.flag-icon-squared {
	background-image: url("../images/flags/1x1/in.svg");
}
.flag-icon-io {
	background-image: url("../images/flags/4x3/io.svg");
}
.flag-icon-io.flag-icon-squared {
	background-image: url("../images/flags/1x1/io.svg");
}
.flag-icon-iq {
	background-image: url("../images/flags/4x3/iq.svg");
}
.flag-icon-iq.flag-icon-squared {
	background-image: url("../images/flags/1x1/iq.svg");
}
.flag-icon-ir {
	background-image: url("../images/flags/4x3/ir.svg");
}
.flag-icon-ir.flag-icon-squared {
	background-image: url("../images/flags/1x1/ir.svg");
}
.flag-icon-is {
	background-image: url("../images/flags/4x3/is.svg");
}
.flag-icon-is.flag-icon-squared {
	background-image: url("../images/flags/1x1/is.svg");
}
.flag-icon-it {
	background-image: url("../images/flags/4x3/it.svg");
}
.flag-icon-it.flag-icon-squared {
	background-image: url("../images/flags/1x1/it.svg");
}
.flag-icon-je {
	background-image: url("../images/flags/4x3/je.svg");
}
.flag-icon-je.flag-icon-squared {
	background-image: url("../images/flags/1x1/je.svg");
}
.flag-icon-jm {
	background-image: url("../images/flags/4x3/jm.svg");
}
.flag-icon-jm.flag-icon-squared {
	background-image: url("../images/flags/1x1/jm.svg");
}
.flag-icon-jo {
	background-image: url("../images/flags/4x3/jo.svg");
}
.flag-icon-jo.flag-icon-squared {
	background-image: url("../images/flags/1x1/jo.svg");
}
.flag-icon-jp {
	background-image: url("../images/flags/4x3/jp.svg");
}
.flag-icon-jp.flag-icon-squared {
	background-image: url("../images/flags/1x1/jp.svg");
}
.flag-icon-ke {
	background-image: url("../images/flags/4x3/ke.svg");
}
.flag-icon-ke.flag-icon-squared {
	background-image: url("../images/flags/1x1/ke.svg");
}
.flag-icon-kg {
	background-image: url("../images/flags/4x3/kg.svg");
}
.flag-icon-kg.flag-icon-squared {
	background-image: url("../images/flags/1x1/kg.svg");
}
.flag-icon-kh {
	background-image: url("../images/flags/4x3/kh.svg");
}
.flag-icon-kh.flag-icon-squared {
	background-image: url("../images/flags/1x1/kh.svg");
}
.flag-icon-ki {
	background-image: url("../images/flags/4x3/ki.svg");
}
.flag-icon-ki.flag-icon-squared {
	background-image: url("../images/flags/1x1/ki.svg");
}
.flag-icon-km {
	background-image: url("../images/flags/4x3/km.svg");
}
.flag-icon-km.flag-icon-squared {
	background-image: url("../images/flags/1x1/km.svg");
}
.flag-icon-kn {
	background-image: url("../images/flags/4x3/kn.svg");
}
.flag-icon-kn.flag-icon-squared {
	background-image: url("../images/flags/1x1/kn.svg");
}
.flag-icon-kp {
	background-image: url("../images/flags/4x3/kp.svg");
}
.flag-icon-kp.flag-icon-squared {
	background-image: url("../images/flags/1x1/kp.svg");
}
.flag-icon-kr {
	background-image: url("../images/flags/4x3/kr.svg");
}
.flag-icon-kr.flag-icon-squared {
	background-image: url("../images/flags/1x1/kr.svg");
}
.flag-icon-kw {
	background-image: url("../images/flags/4x3/kw.svg");
}
.flag-icon-kw.flag-icon-squared {
	background-image: url("../images/flags/1x1/kw.svg");
}
.flag-icon-ky {
	background-image: url("../images/flags/4x3/ky.svg");
}
.flag-icon-ky.flag-icon-squared {
	background-image: url("../images/flags/1x1/ky.svg");
}
.flag-icon-kz {
	background-image: url("../images/flags/4x3/kz.svg");
}
.flag-icon-kz.flag-icon-squared {
	background-image: url("../images/flags/1x1/kz.svg");
}
.flag-icon-la {
	background-image: url("../images/flags/4x3/la.svg");
}
.flag-icon-la.flag-icon-squared {
	background-image: url("../images/flags/1x1/la.svg");
}
.flag-icon-lb {
	background-image: url("../images/flags/4x3/lb.svg");
}
.flag-icon-lb.flag-icon-squared {
	background-image: url("../images/flags/1x1/lb.svg");
}
.flag-icon-lc {
	background-image: url("../images/flags/4x3/lc.svg");
}
.flag-icon-lc.flag-icon-squared {
	background-image: url("../images/flags/1x1/lc.svg");
}
.flag-icon-li {
	background-image: url("../images/flags/4x3/li.svg");
}
.flag-icon-li.flag-icon-squared {
	background-image: url("../images/flags/1x1/li.svg");
}
.flag-icon-lk {
	background-image: url("../images/flags/4x3/lk.svg");
}
.flag-icon-lk.flag-icon-squared {
	background-image: url("../images/flags/1x1/lk.svg");
}
.flag-icon-lr {
	background-image: url("../images/flags/4x3/lr.svg");
}
.flag-icon-lr.flag-icon-squared {
	background-image: url("../images/flags/1x1/lr.svg");
}
.flag-icon-ls {
	background-image: url("../images/flags/4x3/ls.svg");
}
.flag-icon-ls.flag-icon-squared {
	background-image: url("../images/flags/1x1/ls.svg");
}
.flag-icon-lt {
	background-image: url("../images/flags/4x3/lt.svg");
}
.flag-icon-lt.flag-icon-squared {
	background-image: url("../images/flags/1x1/lt.svg");
}
.flag-icon-lu {
	background-image: url("../images/flags/4x3/lu.svg");
}
.flag-icon-lu.flag-icon-squared {
	background-image: url("../images/flags/1x1/lu.svg");
}
.flag-icon-lv {
	background-image: url("../images/flags/4x3/lv.svg");
}
.flag-icon-lv.flag-icon-squared {
	background-image: url("../images/flags/1x1/lv.svg");
}
.flag-icon-ly {
	background-image: url("../images/flags/4x3/ly.svg");
}
.flag-icon-ly.flag-icon-squared {
	background-image: url("../images/flags/1x1/ly.svg");
}
.flag-icon-ma {
	background-image: url("../images/flags/4x3/ma.svg");
}
.flag-icon-ma.flag-icon-squared {
	background-image: url("../images/flags/1x1/ma.svg");
}
.flag-icon-mc {
	background-image: url("../images/flags/4x3/mc.svg");
}
.flag-icon-mc.flag-icon-squared {
	background-image: url("../images/flags/1x1/mc.svg");
}
.flag-icon-md {
	background-image: url("../images/flags/4x3/md.svg");
}
.flag-icon-md.flag-icon-squared {
	background-image: url("../images/flags/1x1/md.svg");
}
.flag-icon-me {
	background-image: url("../images/flags/4x3/me.svg");
}
.flag-icon-me.flag-icon-squared {
	background-image: url("../images/flags/1x1/me.svg");
}
.flag-icon-mf {
	background-image: url("../images/flags/4x3/mf.svg");
}
.flag-icon-mf.flag-icon-squared {
	background-image: url("../images/flags/1x1/mf.svg");
}
.flag-icon-mg {
	background-image: url("../images/flags/4x3/mg.svg");
}
.flag-icon-mg.flag-icon-squared {
	background-image: url("../images/flags/1x1/mg.svg");
}
.flag-icon-mh {
	background-image: url("../images/flags/4x3/mh.svg");
}
.flag-icon-mh.flag-icon-squared {
	background-image: url("../images/flags/1x1/mh.svg");
}
.flag-icon-mk {
	background-image: url("../images/flags/4x3/mk.svg");
}
.flag-icon-mk.flag-icon-squared {
	background-image: url("../images/flags/1x1/mk.svg");
}
.flag-icon-ml {
	background-image: url("../images/flags/4x3/ml.svg");
}
.flag-icon-ml.flag-icon-squared {
	background-image: url("../images/flags/1x1/ml.svg");
}
.flag-icon-mm {
	background-image: url("../images/flags/4x3/mm.svg");
}
.flag-icon-mm.flag-icon-squared {
	background-image: url("../images/flags/1x1/mm.svg");
}
.flag-icon-mn {
	background-image: url("../images/flags/4x3/mn.svg");
}
.flag-icon-mn.flag-icon-squared {
	background-image: url("../images/flags/1x1/mn.svg");
}
.flag-icon-mo {
	background-image: url("../images/flags/4x3/mo.svg");
}
.flag-icon-mo.flag-icon-squared {
	background-image: url("../images/flags/1x1/mo.svg");
}
.flag-icon-mp {
	background-image: url("../images/flags/4x3/mp.svg");
}
.flag-icon-mp.flag-icon-squared {
	background-image: url("../images/flags/1x1/mp.svg");
}
.flag-icon-mq {
	background-image: url("../images/flags/4x3/mq.svg");
}
.flag-icon-mq.flag-icon-squared {
	background-image: url("../images/flags/1x1/mq.svg");
}
.flag-icon-mr {
	background-image: url("../images/flags/4x3/mr.svg");
}
.flag-icon-mr.flag-icon-squared {
	background-image: url("../images/flags/1x1/mr.svg");
}
.flag-icon-ms {
	background-image: url("../images/flags/4x3/ms.svg");
}
.flag-icon-ms.flag-icon-squared {
	background-image: url("../images/flags/1x1/ms.svg");
}
.flag-icon-mt {
	background-image: url("../images/flags/4x3/mt.svg");
}
.flag-icon-mt.flag-icon-squared {
	background-image: url("../images/flags/1x1/mt.svg");
}
.flag-icon-mu {
	background-image: url("../images/flags/4x3/mu.svg");
}
.flag-icon-mu.flag-icon-squared {
	background-image: url("../images/flags/1x1/mu.svg");
}
.flag-icon-mv {
	background-image: url("../images/flags/4x3/mv.svg");
}
.flag-icon-mv.flag-icon-squared {
	background-image: url("../images/flags/1x1/mv.svg");
}
.flag-icon-mw {
	background-image: url("../images/flags/4x3/mw.svg");
}
.flag-icon-mw.flag-icon-squared {
	background-image: url("../images/flags/1x1/mw.svg");
}
.flag-icon-mx {
	background-image: url("../images/flags/4x3/mx.svg");
}
.flag-icon-mx.flag-icon-squared {
	background-image: url("../images/flags/1x1/mx.svg");
}
.flag-icon-my {
	background-image: url("../images/flags/4x3/my.svg");
}
.flag-icon-my.flag-icon-squared {
	background-image: url("../images/flags/1x1/my.svg");
}
.flag-icon-mz {
	background-image: url("../images/flags/4x3/mz.svg");
}
.flag-icon-mz.flag-icon-squared {
	background-image: url("../images/flags/1x1/mz.svg");
}
.flag-icon-na {
	background-image: url("../images/flags/4x3/na.svg");
}
.flag-icon-na.flag-icon-squared {
	background-image: url("../images/flags/1x1/na.svg");
}
.flag-icon-nc {
	background-image: url("../images/flags/4x3/nc.svg");
}
.flag-icon-nc.flag-icon-squared {
	background-image: url("../images/flags/1x1/nc.svg");
}
.flag-icon-ne {
	background-image: url("../images/flags/4x3/ne.svg");
}
.flag-icon-ne.flag-icon-squared {
	background-image: url("../images/flags/1x1/ne.svg");
}
.flag-icon-nf {
	background-image: url("../images/flags/4x3/nf.svg");
}
.flag-icon-nf.flag-icon-squared {
	background-image: url("../images/flags/1x1/nf.svg");
}
.flag-icon-ng {
	background-image: url("../images/flags/4x3/ng.svg");
}
.flag-icon-ng.flag-icon-squared {
	background-image: url("../images/flags/1x1/ng.svg");
}
.flag-icon-ni {
	background-image: url("../images/flags/4x3/ni.svg");
}
.flag-icon-ni.flag-icon-squared {
	background-image: url("../images/flags/1x1/ni.svg");
}
.flag-icon-nl {
	background-image: url("../images/flags/4x3/nl.svg");
}
.flag-icon-nl.flag-icon-squared {
	background-image: url("../images/flags/1x1/nl.svg");
}
.flag-icon-no {
	background-image: url("../images/flags/4x3/no.svg");
}
.flag-icon-no.flag-icon-squared {
	background-image: url("../images/flags/1x1/no.svg");
}
.flag-icon-np {
	background-image: url("../images/flags/4x3/np.svg");
}
.flag-icon-np.flag-icon-squared {
	background-image: url("../images/flags/1x1/np.svg");
}
.flag-icon-nr {
	background-image: url("../images/flags/4x3/nr.svg");
}
.flag-icon-nr.flag-icon-squared {
	background-image: url("../images/flags/1x1/nr.svg");
}
.flag-icon-nu {
	background-image: url("../images/flags/4x3/nu.svg");
}
.flag-icon-nu.flag-icon-squared {
	background-image: url("../images/flags/1x1/nu.svg");
}
.flag-icon-nz {
	background-image: url("../images/flags/4x3/nz.svg");
}
.flag-icon-nz.flag-icon-squared {
	background-image: url("../images/flags/1x1/nz.svg");
}
.flag-icon-om {
	background-image: url("../images/flags/4x3/om.svg");
}
.flag-icon-om.flag-icon-squared {
	background-image: url("../images/flags/1x1/om.svg");
}
.flag-icon-pa {
	background-image: url("../images/flags/4x3/pa.svg");
}
.flag-icon-pa.flag-icon-squared {
	background-image: url("../images/flags/1x1/pa.svg");
}
.flag-icon-pe {
	background-image: url("../images/flags/4x3/pe.svg");
}
.flag-icon-pe.flag-icon-squared {
	background-image: url("../images/flags/1x1/pe.svg");
}
.flag-icon-pf {
	background-image: url("../images/flags/4x3/pf.svg");
}
.flag-icon-pf.flag-icon-squared {
	background-image: url("../images/flags/1x1/pf.svg");
}
.flag-icon-pg {
	background-image: url("../images/flags/4x3/pg.svg");
}
.flag-icon-pg.flag-icon-squared {
	background-image: url("../images/flags/1x1/pg.svg");
}
.flag-icon-ph {
	background-image: url("../images/flags/4x3/ph.svg");
}
.flag-icon-ph.flag-icon-squared {
	background-image: url("../images/flags/1x1/ph.svg");
}
.flag-icon-pk {
	background-image: url("../images/flags/4x3/pk.svg");
}
.flag-icon-pk.flag-icon-squared {
	background-image: url("../images/flags/1x1/pk.svg");
}
.flag-icon-pl {
	background-image: url("../images/flags/4x3/pl.svg");
}
.flag-icon-pl.flag-icon-squared {
	background-image: url("../images/flags/1x1/pl.svg");
}
.flag-icon-pm {
	background-image: url("../images/flags/4x3/pm.svg");
}
.flag-icon-pm.flag-icon-squared {
	background-image: url("../images/flags/1x1/pm.svg");
}
.flag-icon-pn {
	background-image: url("../images/flags/4x3/pn.svg");
}
.flag-icon-pn.flag-icon-squared {
	background-image: url("../images/flags/1x1/pn.svg");
}
.flag-icon-pr {
	background-image: url("../images/flags/4x3/pr.svg");
}
.flag-icon-pr.flag-icon-squared {
	background-image: url("../images/flags/1x1/pr.svg");
}
.flag-icon-ps {
	background-image: url("../images/flags/4x3/ps.svg");
}
.flag-icon-ps.flag-icon-squared {
	background-image: url("../images/flags/1x1/ps.svg");
}
.flag-icon-pt {
	background-image: url("../images/flags/4x3/pt.svg");
}
.flag-icon-pt.flag-icon-squared {
	background-image: url("../images/flags/1x1/pt.svg");
}
.flag-icon-pw {
	background-image: url("../images/flags/4x3/pw.svg");
}
.flag-icon-pw.flag-icon-squared {
	background-image: url("../images/flags/1x1/pw.svg");
}
.flag-icon-py {
	background-image: url("../images/flags/4x3/py.svg");
}
.flag-icon-py.flag-icon-squared {
	background-image: url("../images/flags/1x1/py.svg");
}
.flag-icon-qa {
	background-image: url("../images/flags/4x3/qa.svg");
}
.flag-icon-qa.flag-icon-squared {
	background-image: url("../images/flags/1x1/qa.svg");
}
.flag-icon-re {
	background-image: url("../images/flags/4x3/re.svg");
}
.flag-icon-re.flag-icon-squared {
	background-image: url("../images/flags/1x1/re.svg");
}
.flag-icon-ro {
	background-image: url("../images/flags/4x3/ro.svg");
}
.flag-icon-ro.flag-icon-squared {
	background-image: url("../images/flags/1x1/ro.svg");
}
.flag-icon-rs {
	background-image: url("../images/flags/4x3/rs.svg");
}
.flag-icon-rs.flag-icon-squared {
	background-image: url("../images/flags/1x1/rs.svg");
}
.flag-icon-ru {
	background-image: url("../images/flags/4x3/ru.svg");
}
.flag-icon-ru.flag-icon-squared {
	background-image: url("../images/flags/1x1/ru.svg");
}
.flag-icon-rw {
	background-image: url("../images/flags/4x3/rw.svg");
}
.flag-icon-rw.flag-icon-squared {
	background-image: url("../images/flags/1x1/rw.svg");
}
.flag-icon-sa {
	background-image: url("../images/flags/4x3/sa.svg");
}
.flag-icon-sa.flag-icon-squared {
	background-image: url("../images/flags/1x1/sa.svg");
}
.flag-icon-sb {
	background-image: url("../images/flags/4x3/sb.svg");
}
.flag-icon-sb.flag-icon-squared {
	background-image: url("../images/flags/1x1/sb.svg");
}
.flag-icon-sc {
	background-image: url("../images/flags/4x3/sc.svg");
}
.flag-icon-sc.flag-icon-squared {
	background-image: url("../images/flags/1x1/sc.svg");
}
.flag-icon-sd {
	background-image: url("../images/flags/4x3/sd.svg");
}
.flag-icon-sd.flag-icon-squared {
	background-image: url("../images/flags/1x1/sd.svg");
}
.flag-icon-se {
	background-image: url("../images/flags/4x3/se.svg");
}
.flag-icon-se.flag-icon-squared {
	background-image: url("../images/flags/1x1/se.svg");
}
.flag-icon-sg {
	background-image: url("../images/flags/4x3/sg.svg");
}
.flag-icon-sg.flag-icon-squared {
	background-image: url("../images/flags/1x1/sg.svg");
}
.flag-icon-sh {
	background-image: url("../images/flags/4x3/sh.svg");
}
.flag-icon-sh.flag-icon-squared {
	background-image: url("../images/flags/1x1/sh.svg");
}
.flag-icon-si {
	background-image: url("../images/flags/4x3/si.svg");
}
.flag-icon-si.flag-icon-squared {
	background-image: url("../images/flags/1x1/si.svg");
}
.flag-icon-sj {
	background-image: url("../images/flags/4x3/sj.svg");
}
.flag-icon-sj.flag-icon-squared {
	background-image: url("../images/flags/1x1/sj.svg");
}
.flag-icon-sk {
	background-image: url("../images/flags/4x3/sk.svg");
}
.flag-icon-sk.flag-icon-squared {
	background-image: url("../images/flags/1x1/sk.svg");
}
.flag-icon-sl {
	background-image: url("../images/flags/4x3/sl.svg");
}
.flag-icon-sl.flag-icon-squared {
	background-image: url("../images/flags/1x1/sl.svg");
}
.flag-icon-sm {
	background-image: url("../images/flags/4x3/sm.svg");
}
.flag-icon-sm.flag-icon-squared {
	background-image: url("../images/flags/1x1/sm.svg");
}
.flag-icon-sn {
	background-image: url("../images/flags/4x3/sn.svg");
}
.flag-icon-sn.flag-icon-squared {
	background-image: url("../images/flags/1x1/sn.svg");
}
.flag-icon-so {
	background-image: url("../images/flags/4x3/so.svg");
}
.flag-icon-so.flag-icon-squared {
	background-image: url("../images/flags/1x1/so.svg");
}
.flag-icon-sr {
	background-image: url("../images/flags/4x3/sr.svg");
}
.flag-icon-sr.flag-icon-squared {
	background-image: url("../images/flags/1x1/sr.svg");
}
.flag-icon-ss {
	background-image: url("../images/flags/4x3/ss.svg");
}
.flag-icon-ss.flag-icon-squared {
	background-image: url("../images/flags/1x1/ss.svg");
}
.flag-icon-st {
	background-image: url("../images/flags/4x3/st.svg");
}
.flag-icon-st.flag-icon-squared {
	background-image: url("../images/flags/1x1/st.svg");
}
.flag-icon-sv {
	background-image: url("../images/flags/4x3/sv.svg");
}
.flag-icon-sv.flag-icon-squared {
	background-image: url("../images/flags/1x1/sv.svg");
}
.flag-icon-sx {
	background-image: url("../images/flags/4x3/sx.svg");
}
.flag-icon-sx.flag-icon-squared {
	background-image: url("../images/flags/1x1/sx.svg");
}
.flag-icon-sy {
	background-image: url("../images/flags/4x3/sy.svg");
}
.flag-icon-sy.flag-icon-squared {
	background-image: url("../images/flags/1x1/sy.svg");
}
.flag-icon-sz {
	background-image: url("../images/flags/4x3/sz.svg");
}
.flag-icon-sz.flag-icon-squared {
	background-image: url("../images/flags/1x1/sz.svg");
}
.flag-icon-tc {
	background-image: url("../images/flags/4x3/tc.svg");
}
.flag-icon-tc.flag-icon-squared {
	background-image: url("../images/flags/1x1/tc.svg");
}
.flag-icon-td {
	background-image: url("../images/flags/4x3/td.svg");
}
.flag-icon-td.flag-icon-squared {
	background-image: url("../images/flags/1x1/td.svg");
}
.flag-icon-tf {
	background-image: url("../images/flags/4x3/tf.svg");
}
.flag-icon-tf.flag-icon-squared {
	background-image: url("../images/flags/1x1/tf.svg");
}
.flag-icon-tg {
	background-image: url("../images/flags/4x3/tg.svg");
}
.flag-icon-tg.flag-icon-squared {
	background-image: url("../images/flags/1x1/tg.svg");
}
.flag-icon-th {
	background-image: url("../images/flags/4x3/th.svg");
}
.flag-icon-th.flag-icon-squared {
	background-image: url("../images/flags/1x1/th.svg");
}
.flag-icon-tj {
	background-image: url("../images/flags/4x3/tj.svg");
}
.flag-icon-tj.flag-icon-squared {
	background-image: url("../images/flags/1x1/tj.svg");
}
.flag-icon-tk {
	background-image: url("../images/flags/4x3/tk.svg");
}
.flag-icon-tk.flag-icon-squared {
	background-image: url("../images/flags/1x1/tk.svg");
}
.flag-icon-tl {
	background-image: url("../images/flags/4x3/tl.svg");
}
.flag-icon-tl.flag-icon-squared {
	background-image: url("../images/flags/1x1/tl.svg");
}
.flag-icon-tm {
	background-image: url("../images/flags/4x3/tm.svg");
}
.flag-icon-tm.flag-icon-squared {
	background-image: url("../images/flags/1x1/tm.svg");
}
.flag-icon-tn {
	background-image: url("../images/flags/4x3/tn.svg");
}
.flag-icon-tn.flag-icon-squared {
	background-image: url("../images/flags/1x1/tn.svg");
}
.flag-icon-to {
	background-image: url("../images/flags/4x3/to.svg");
}
.flag-icon-to.flag-icon-squared {
	background-image: url("../images/flags/1x1/to.svg");
}
.flag-icon-tr {
	background-image: url("../images/flags/4x3/tr.svg");
}
.flag-icon-tr.flag-icon-squared {
	background-image: url("../images/flags/1x1/tr.svg");
}
.flag-icon-tt {
	background-image: url("../images/flags/4x3/tt.svg");
}
.flag-icon-tt.flag-icon-squared {
	background-image: url("../images/flags/1x1/tt.svg");
}
.flag-icon-tv {
	background-image: url("../images/flags/4x3/tv.svg");
}
.flag-icon-tv.flag-icon-squared {
	background-image: url("../images/flags/1x1/tv.svg");
}
.flag-icon-tw {
	background-image: url("../images/flags/4x3/tw.svg");
}
.flag-icon-tw.flag-icon-squared {
	background-image: url("../images/flags/1x1/tw.svg");
}
.flag-icon-tz {
	background-image: url("../images/flags/4x3/tz.svg");
}
.flag-icon-tz.flag-icon-squared {
	background-image: url("../images/flags/1x1/tz.svg");
}
.flag-icon-ua {
	background-image: url("../images/flags/4x3/ua.svg");
}
.flag-icon-ua.flag-icon-squared {
	background-image: url("../images/flags/1x1/ua.svg");
}
.flag-icon-ug {
	background-image: url("../images/flags/4x3/ug.svg");
}
.flag-icon-ug.flag-icon-squared {
	background-image: url("../images/flags/1x1/ug.svg");
}
.flag-icon-um {
	background-image: url("../images/flags/4x3/um.svg");
}
.flag-icon-um.flag-icon-squared {
	background-image: url("../images/flags/1x1/um.svg");
}
.flag-icon-us {
	background-image: url("../images/flags/4x3/us.svg");
}
.flag-icon-us.flag-icon-squared {
	background-image: url("../images/flags/1x1/us.svg");
}
.flag-icon-uy {
	background-image: url("../images/flags/4x3/uy.svg");
}
.flag-icon-uy.flag-icon-squared {
	background-image: url("../images/flags/1x1/uy.svg");
}
.flag-icon-uz {
	background-image: url("../images/flags/4x3/uz.svg");
}
.flag-icon-uz.flag-icon-squared {
	background-image: url("../images/flags/1x1/uz.svg");
}
.flag-icon-va {
	background-image: url("../images/flags/4x3/va.svg");
}
.flag-icon-va.flag-icon-squared {
	background-image: url("../images/flags/1x1/va.svg");
}
.flag-icon-vc {
	background-image: url("../images/flags/4x3/vc.svg");
}
.flag-icon-vc.flag-icon-squared {
	background-image: url("../images/flags/1x1/vc.svg");
}
.flag-icon-ve {
	background-image: url("../images/flags/4x3/ve.svg");
}
.flag-icon-ve.flag-icon-squared {
	background-image: url("../images/flags/1x1/ve.svg");
}
.flag-icon-vg {
	background-image: url("../images/flags/4x3/vg.svg");
}
.flag-icon-vg.flag-icon-squared {
	background-image: url("../images/flags/1x1/vg.svg");
}
.flag-icon-vi {
	background-image: url("../images/flags/4x3/vi.svg");
}
.flag-icon-vi.flag-icon-squared {
	background-image: url("../images/flags/1x1/vi.svg");
}
.flag-icon-vn {
	background-image: url("../images/flags/4x3/vn.svg");
}
.flag-icon-vn.flag-icon-squared {
	background-image: url("../images/flags/1x1/vn.svg");
}
.flag-icon-vu {
	background-image: url("../images/flags/4x3/vu.svg");
}
.flag-icon-vu.flag-icon-squared {
	background-image: url("../images/flags/1x1/vu.svg");
}
.flag-icon-wf {
	background-image: url("../images/flags/4x3/wf.svg");
}
.flag-icon-wf.flag-icon-squared {
	background-image: url("../images/flags/1x1/wf.svg");
}
.flag-icon-ws {
	background-image: url("../images/flags/4x3/ws.svg");
}
.flag-icon-ws.flag-icon-squared {
	background-image: url("../images/flags/1x1/ws.svg");
}
.flag-icon-ye {
	background-image: url("../images/flags/4x3/ye.svg");
}
.flag-icon-ye.flag-icon-squared {
	background-image: url("../images/flags/1x1/ye.svg");
}
.flag-icon-yt {
	background-image: url("../images/flags/4x3/yt.svg");
}
.flag-icon-yt.flag-icon-squared {
	background-image: url("../images/flags/1x1/yt.svg");
}
.flag-icon-za {
	background-image: url("../images/flags/4x3/za.svg");
}
.flag-icon-za.flag-icon-squared {
	background-image: url("../images/flags/1x1/za.svg");
}
.flag-icon-zm {
	background-image: url("../images/flags/4x3/zm.svg");
}
.flag-icon-zm.flag-icon-squared {
	background-image: url("../images/flags/1x1/zm.svg");
}
.flag-icon-zw {
	background-image: url("../images/flags/4x3/zw.svg");
}
.flag-icon-zw.flag-icon-squared {
	background-image: url("../images/flags/1x1/zw.svg");
}
.flag-icon-es-ct {
	background-image: url("../images/flags/4x3/es-ct.svg");
}
.flag-icon-es-ct.flag-icon-squared {
	background-image: url("../images/flags/1x1/es-ct.svg");
}
.flag-icon-eu {
	background-image: url("../images/flags/4x3/eu.svg");
}
.flag-icon-eu.flag-icon-squared {
	background-image: url("../images/flags/1x1/eu.svg");
}
.flag-icon-gb-eng {
	background-image: url("../images/flags/4x3/gb-eng.svg");
}
.flag-icon-gb-eng.flag-icon-squared {
	background-image: url("../images/flags/1x1/gb-eng.svg");
}
.flag-icon-gb-nir {
	background-image: url("../images/flags/4x3/gb-nir.svg");
}
.flag-icon-gb-nir.flag-icon-squared {
	background-image: url("../images/flags/1x1/gb-nir.svg");
}
.flag-icon-gb-sct {
	background-image: url("../images/flags/4x3/gb-sct.svg");
}
.flag-icon-gb-sct.flag-icon-squared {
	background-image: url("../images/flags/1x1/gb-sct.svg");
}
.flag-icon-gb-wls {
	background-image: url("../images/flags/4x3/gb-wls.svg");
}
.flag-icon-gb-wls.flag-icon-squared {
	background-image: url("../images/flags/1x1/gb-wls.svg");
}
.flag-icon-un {
	background-image: url("../images/flags/4x3/un.svg");
}
.flag-icon-un.flag-icon-squared {
	background-image: url("../images/flags/1x1/un.svg");
}
html {
	height: 100%; position: relative; min-height: 100%;
}
body {
	height: 100%; position: relative; min-height: 100%;
}
body {
	line-height: 1.4285; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px; background-color: rgb(255, 255, 255); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.pattern1 {
	background: url("/Content/images/patterns/pattern1.png");
}
.pattern2 {
	background: url("/Content/images/patterns/pattern2.png");
}
.pattern3 {
	background: url("/Content/images/patterns/pattern3.png");
}
.pattern4 {
	background: url("/Content/images/patterns/pattern4.png");
}
.pattern5 {
	background: url("/Content/images/patterns/pattern5.png");
}
.pattern6 {
	background: url("/Content/images/patterns/pattern6.png");
}
.pattern7 {
	background: url("/Content/images/patterns/pattern7.png");
}
.pattern8 {
	background: url("/Content/images/patterns/pattern8.png");
}
.pattern9 {
	background: url("/Content/images/patterns/pattern9.png");
}
.pattern10 {
	background: url("/Content/images/patterns/pattern10.png");
}
.pattern11 {
	background: url("/Content/images/patterns/pattern11.png");
}
.pattern12 {
	background: url("/Content/images/patterns/pattern12.png");
}
.pattern13 {
	background: url("/Content/images/patterns/pattern13.png");
}
.pattern14 {
	background: url("/Content/images/patterns/pattern14.png");
}
.pattern15 {
	background: url("/Content/images/patterns/pattern15.png");
}
.pattern16 {
	background: url("/Content/images/patterns/pattern16.png");
}
.pattern17 {
	background: url("/Content/images/patterns/pattern17.png");
}
.pattern18 {
	background: url("/Content/images/patterns/pattern18.png");
}
.pattern19 {
	background: url("/Content/images/patterns/pattern19.png");
}
.pattern20 {
	background: url("/Content/images/patterns/pattern20.png");
}
.pattern21 {
	background: url("/Content/images/patterns/pattern21.png");
}
.pattern22 {
	background: url("/Content/images/patterns/pattern22.png");
}
.pattern23 {
	background: url("/Content/images/patterns/pattern23.png");
}
.pattern24 {
	background: url("/Content/images/patterns/pattern24.png");
}
.pattern25 {
	background: url("/Content/images/patterns/pattern25.png");
}
.pattern26 {
	background: url("/Content/images/patterns/pattern26.png");
}
.pattern27 {
	background: url("/Content/images/patterns/pattern27.png");
}
.pattern28 {
	background: url("/Content/images/patterns/pattern28.png");
}
.pattern29 {
	background: url("/Content/images/patterns/pattern29.png");
}
.pattern30 {
	background: url("/Content/images/patterns/pattern30.png");
}
#wrapper {
	width: 100%; background-color: rgb(255, 255, 255);
}
.boxed#wrapper {
	margin: 30px auto; width: 970px; box-shadow: 0px 0px 15px rgba(0,0,0,0.4); -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
.boxed-long#wrapper {
	margin: 0px auto; width: 970px; box-shadow: 3px 0px 10px rgba(0,0,0,0.35), -3px 0px 10px rgba(0,0,0,0.35); -webkit-box-shadow: 3px 0 10px rgba(0, 0, 0, 0.35), -3px 0 10px rgba(0, 0, 0, 0.35);
}
::selection {
	color: rgb(255, 255, 255); background-color: rgb(123, 174, 35);
}
h1 {
	color: rgb(68, 70, 69); line-height: 1; margin-top: 0px;
}
h2 {
	color: rgb(68, 70, 69); line-height: 1; margin-top: 0px;
}
h3 {
	color: rgb(68, 70, 69); line-height: 1; margin-top: 0px;
}
h4 {
	color: rgb(68, 70, 69); line-height: 1; margin-top: 0px;
}
h5 {
	color: rgb(68, 70, 69); line-height: 1; margin-top: 0px;
}
h6 {
	color: rgb(68, 70, 69); line-height: 1; margin-top: 0px;
}
.h1 {
	color: rgb(68, 70, 69); line-height: 1; margin-top: 0px;
}
.h2 {
	color: rgb(68, 70, 69); line-height: 1; margin-top: 0px;
}
.h3 {
	color: rgb(68, 70, 69); line-height: 1; margin-top: 0px;
}
.h4 {
	color: rgb(68, 70, 69); line-height: 1; margin-top: 0px;
}
.h5 {
	color: rgb(68, 70, 69); line-height: 1; margin-top: 0px;
}
.h6 {
	color: rgb(68, 70, 69); line-height: 1; margin-top: 0px;
}
h1 {
	font-size: 40px; margin-bottom: 20px;
}
.h1 {
	font-size: 40px; margin-bottom: 20px;
}
h2 {
	font-size: 32px; margin-bottom: 20px;
}
.h2 {
	font-size: 32px; margin-bottom: 20px;
}
h3 {
	font-size: 26px; margin-bottom: 20px;
}
.h3 {
	font-size: 26px; margin-bottom: 20px;
}
h4 {
	font-size: 22px; margin-bottom: 15px;
}
.h4 {
	font-size: 22px; margin-bottom: 15px;
}
h5 {
	font-size: 18px; margin-bottom: 15px;
}
.h5 {
	font-size: 18px; margin-bottom: 15px;
}
h6 {
	font-size: 16px; margin-bottom: 15px;
}
.h6 {
	font-size: 16px; margin-bottom: 15px;
}
h1 small {
	color: inherit;
}
h2 small {
	color: inherit;
}
h3 small {
	color: inherit;
}
h4 small {
	color: inherit;
}
h5 small {
	color: inherit;
}
h6 small {
	color: inherit;
}
.h1 small {
	color: inherit;
}
.h2 small {
	color: inherit;
}
.h3 small {
	color: inherit;
}
.h4 small {
	color: inherit;
}
.h5 small {
	color: inherit;
}
.h6 small {
	color: inherit;
}
h1 .small {
	color: inherit;
}
h2 .small {
	color: inherit;
}
h3 .small {
	color: inherit;
}
h4 .small {
	color: inherit;
}
h5 .small {
	color: inherit;
}
h6 .small {
	color: inherit;
}
.h1 .small {
	color: inherit;
}
.h2 .small {
	color: inherit;
}
.h3 .small {
	color: inherit;
}
.h4 .small {
	color: inherit;
}
.h5 .small {
	color: inherit;
}
.h6 .small {
	color: inherit;
}
ul {
	margin: 0px; padding: 0px; list-style-type: none;
}
ol {
	margin: 0px; padding: 0px; list-style-type: none;
}
a {
	transition:color 0.24s ease-in-out; color: rgb(123, 174, 35); -webkit-transition: color .24s ease-in-out; -o-transition: color .24s ease-in-out; -moz-transition: color .24s ease-in-out;
}
a:active {
	color: rgb(132, 187, 38); text-decoration: none;
}
a:hover {
	color: rgb(132, 187, 38); text-decoration: none;
}
a:focus {
	color: rgb(132, 187, 38); text-decoration: none;
}
a:active {
	
}
a:focus {
	
}
input {
	
}
select {
	
}
textarea {
	
}
iframe {
	border: currentColor; border-image: none;
}
img.pull-right {
	margin-bottom: 15px; margin-left: 15px;
}
img.pull-left {
	margin-right: 15px; margin-bottom: 15px;
}
hr {
	border-width: 1px 0px 0px; border-style: solid none none; border-color: rgb(235, 235, 235) currentColor currentColor; border-image: none; margin-top: 20px; margin-bottom: 20px;
}
blockquote {
	margin: 0px 0px 20px; padding: 35px 20px 10px 65px; color: rgb(143, 146, 144); border-left-color: currentColor; border-left-width: medium; border-left-style: none; position: relative;
}
blockquote.blockquote-reverse {
	padding: 35px 65px 10px 20px; border-right-color: currentColor; border-right-width: medium; border-right-style: none;
}
blockquote p {
	line-height: 21px; font-size: 15px; font-style: italic; font-weight: 400;
}
.loader {
	border-width: 16px; border-style: solid; border-color: rgb(52, 152, 219) rgb(243, 243, 243) rgb(243, 243, 243); border-radius: 50%; animation:spin 2s linear infinite; border-image: none; width: 120px; height: 120px;
}
blockquote::before {
	background-position: 0px -150px; left: 25px; top: 11px; width: 32px; height: 26px; display: block; position: absolute; content: ""; background-image: url("/Content/images/sprites/sprite.png"); background-repeat: no-repeat;
}
blockquote.blockquote-reverse::before {
	background-position: -368px -383px; left: auto; right: 25px;
}
.highlight {
	background: rgb(220, 220, 220); padding: 0px 0.3em;
}
.highlight.reverse {
	background: rgb(124, 128, 126); color: rgb(255, 255, 255);
}
.highlight.first-color {
	background: rgb(123, 174, 35); color: rgb(255, 255, 255);
}
.highlight.second-color {
	background: rgb(132, 187, 38); color: rgb(255, 255, 255);
}
.highlight.third-color {
	background: rgb(199, 41, 41); color: rgb(255, 255, 255);
}
.highlight.fourth-color {
	background: rgb(168, 191, 0); color: rgb(255, 255, 255);
}
.first-color {
	color: rgb(123, 174, 35);
}
.second-color {
	color: rgb(132, 187, 38);
}
.third-color {
	color: rgb(199, 41, 41);
}
.fourth-color {
	color: rgb(168, 191, 0);
}
.dropcap {
	text-transform: uppercase; line-height: 1; padding-right: 0.1em; font-size: 3.8em; float: left;
}
.dropcap-bg {
	text-transform: uppercase; line-height: 1; padding-right: 0.1em; font-size: 3.8em; float: left;
}
.dropcap.first-color {
	color: rgb(123, 174, 35);
}
.dropcap.second-color {
	color: rgb(132, 187, 38);
}
.dropcap.third-color {
	color: rgb(199, 41, 41);
}
.dropcap.fourth-color {
	color: rgb(168, 191, 0);
}
.dropcap-bg {
	background: rgb(241, 241, 241); padding: 0.03em 0.06em; color: rgb(124, 128, 126); margin-right: 0.15em;
}
.dropcap-bg.reverse {
	background: rgb(124, 128, 126); color: rgb(255, 255, 255);
}
.dropcap-bg.first-color {
	background: rgb(123, 174, 35); color: rgb(255, 255, 255);
}
.dropcap-bg.second-color {
	background: rgb(132, 187, 38); color: rgb(255, 255, 255);
}
.dropcap-bg.third-color {
	background: rgb(199, 41, 41); color: rgb(255, 255, 255);
}
.dropcap-bg.fourth-color {
	background: rgb(168, 191, 0); color: rgb(255, 255, 255);
}
.sm-separator {
	margin-right: 5px;
}
.separator {
	margin-right: 10px;
}
.lg-separator {
	margin-right: 20px;
}
.top-10px {
	margin-top: -10px;
}
.xss-margin {
	min-height: 1px;
}
.xs-margin {
	min-height: 1px;
}
.sm-margin {
	min-height: 1px;
}
.md-margin {
	min-height: 1px;
}
.lg-margin {
	min-height: 1px;
}
.xlg-margin {
	min-height: 1px;
}
.md-margin2x {
	min-height: 1px;
}
.lg-margin2x {
	min-height: 1px;
}
.xlg-margin2x {
	min-height: 1px;
}
.md-margin3x {
	min-height: 1px;
}
.lg-margin3x {
	min-height: 1px;
}
.xlg-margin3x {
	min-height: 1px;
}
.xss-margin {
	margin-bottom: 5px;
}
.xs-margin {
	margin-bottom: 10px;
}
.sm-margin {
	margin-bottom: 20px;
}
.md-margin {
	margin-bottom: 30px;
}
.lg-margin {
	margin-bottom: 40px;
}
.xlg-margin {
	margin-bottom: 50px;
}
.md-margin2x {
	margin-bottom: 60px;
}
.lg-margin2x {
	margin-bottom: 80px;
}
.xlg-margin2x {
	margin-bottom: 100px;
}
.md-margin3x {
	margin-bottom: 90px;
}
.lg-margin3x {
	margin-bottom: 120px;
}
.xlg-margin3x {
	margin-bottom: 150px;
}
.clear-margin {
	margin-bottom: 0px !important;
}
.link-underline {
	text-decoration: underline !important;
}
.col-2 {
	width: 50%; padding-right: 20px; float: left;
}
.col-3 {
	width: 33.33%; padding-right: 20px; float: left;
}
.col-4 {
	width: 25%; padding-right: 20px; float: left;
}
.col-5 {
	width: 20%; padding-right: 20px; float: left;
}
.col-2.last .col-3.last {
	padding-right: 0px;
}
.col-4.last {
	padding-right: 0px;
}
.col-5.last {
	padding-right: 0px;
}
.img-responsive {
	width: 100%;
}
.show-for-lg {
	display: inline;
}
.hide-for-lg {
	display: none;
}
.alert-dismissable .close {
	top: 2px;
}
.alert-dismissable .close:active {
	
}
.alert-dismissable .close:focus {
	
}
.fontawesome-icon-list a {
	padding: 0.3em 0.6em; color: rgb(90, 90, 90); display: block;
}
.bs-glyphicons-list li {
	padding: 0.3em 0.6em; color: rgb(90, 90, 90); display: block;
}
.fontawesome-icon-list a:hover {
	background: rgb(241, 241, 241);
}
.bs-glyphicons-list li:hover {
	background: rgb(241, 241, 241);
}
.fontawesome-icon-list a .fa {
	width: 1.5em; margin-right: 0.5em;
}
.bs-glyphicons-list li .glyphicon {
	width: 1.5em; margin-right: 0.5em;
}
.bs-glyphicons-list li {
	margin-bottom: 1em; min-height: 50px;
}
.list-style {
	padding-left: 20px;
}
.list-style.list-disc {
	list-style-type: disc;
}
.list-style.list-circle {
	list-style-type: circle;
}
.list-style.list-square {
	list-style-type: square;
}
.list-style.list-decimal {
	list-style-type: decimal;
}
.list-style.list-lower-alpha {
	list-style-type: lower-alpha;
}
.list-style.list-upper-alpha {
	list-style-type: upper-alpha;
}
.list-style.list-lower-roman {
	list-style-type: lower-roman;
}
.list-style.list-upper-roman {
	list-style-type: upper-roman;
}
.fa-ul > li {
	margin-bottom: 10px;
}
.list-group {
	margin-bottom: 20px;
}
.list-group-item {
	padding: 10px 15px;
}
a.list-group-item {
	color: rgb(85, 85, 85);
}
a.list-group-item .list-group-item-heading {
	color: rgb(68, 70, 69); margin-bottom: 10px;
}
a.list-group-item:hover {
	background-color: rgb(242, 242, 242);
}
a.list-group-item:focus {
	background-color: rgb(242, 242, 242);
}
.list-group-item.active {
	border-color: rgb(123, 174, 35); background-color: rgb(123, 174, 35);
}
.list-group-item.active:hover {
	border-color: rgb(123, 174, 35); background-color: rgb(123, 174, 35);
}
.list-group-item.active:focus {
	border-color: rgb(123, 174, 35); background-color: rgb(123, 174, 35);
}
.list-group-item.active .list-group-item-text {
	color: rgb(255, 255, 255);
}
.list-group-item.active:hover .list-group-item-text {
	color: rgb(255, 255, 255);
}
.list-group-item.active:focus .list-group-item-text {
	color: rgb(255, 255, 255);
}
.btn {
	padding: 10px 18px; border-radius: 3px; transition:0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out;
}
.btn-lg {
	padding: 14px 22px; border-radius: 4px; font-size: 17px;
}
.btn-group-lg > .btn {
	padding: 14px 22px; border-radius: 4px; font-size: 17px;
}
.btn-sm {
	padding: 6px 12px;
}
.btn-group-sm > .btn {
	padding: 6px 12px;
}
.btn-md {
	padding: 8px 12px;
}
.btn-group-md > .btn {
	padding: 8px 12px;
}
.btn-xs {
	padding: 2px 6px;
}
.btn-group-xs > .btn {
	padding: 2px 6px;
}
.btn-link {
	border-color: transparent;
}
.btn-link:hover {
	border-color: transparent;
}
.btn-link:focus {
	border-color: transparent;
}
.btn-link:active {
	border-color: transparent;
}
.btn:focus {
	
}
.btn:active {
	
}
.btn-lg {
	padding: 0.55em 1.8em; border-radius: 4px; line-height: 1.5; font-size: 1.25em;
}
.btn-group-lg > .btn {
	padding: 0.55em 1.8em; border-radius: 4px; line-height: 1.5; font-size: 1.25em;
}
.btn-sm {
	padding: 0.4em 1.1em; border-radius: 3px; line-height: 1.5; font-size: 0.85em;
}
.btn-group-sm > .btn {
	padding: 0.4em 1.1em; border-radius: 3px; line-height: 1.5; font-size: 0.85em;
}
.btn-xs {
	padding: 0.15em 0.7em; border-radius: 3px; line-height: 1.5; font-size: 0.75em;
}
.btn-group-xs > .btn {
	padding: 0.15em 0.7em; border-radius: 3px; line-height: 1.5; font-size: 0.75em;
}
.btn-block {
	width: 100%; padding-right: 0px; padding-left: 0px; display: block;
}
.btn-block + .btn-block {
	margin-top: 0.5em;
}
.btn-custom {
	border-color: transparent; color: rgb(255, 255, 255); background-color: rgb(123, 174, 35);
}
.btn-custom:hover {
	border-color: transparent; color: rgb(255, 255, 255); background-color: rgb(132, 187, 38);
}
.btn-custom:focus {
	border-color: transparent; color: rgb(255, 255, 255); background-color: rgb(132, 187, 38);
}
.btn-custom:active {
	border-color: transparent; color: rgb(255, 255, 255); background-color: rgb(132, 187, 38);
}
.btn-custom.active {
	border-color: transparent; color: rgb(255, 255, 255); background-color: rgb(132, 187, 38);
}
.open .dropdown-toggle.btn-custom {
	border-color: transparent; color: rgb(255, 255, 255); background-color: rgb(132, 187, 38);
}
.btn-custom:active {
	background-image: none;
}
.btn-custom.active {
	background-image: none;
}
.open .dropdown-toggle.btn-custom {
	background-image: none;
}
.btn-custom.disabled {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
[disabled].btn-custom {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
fieldset[disabled] .btn-custom {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
.btn-custom.disabled:hover {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
[disabled].btn-custom:hover {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
fieldset[disabled] .btn-custom:hover {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
.btn-custom.disabled:focus {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
[disabled].btn-custom:focus {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
fieldset[disabled] .btn-custom:focus {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
.btn-custom.disabled:active {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
[disabled].btn-custom:active {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
fieldset[disabled] .btn-custom:active {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
.btn-custom.disabled.active {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
[disabled].btn-custom.active {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
fieldset[disabled] .btn-custom.active {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
.btn-custom-2 {
	border-color: rgb(68, 70, 69); color: rgb(255, 255, 255) !important; text-transform: uppercase; background-color: rgb(68, 70, 69);
}
.btn-custom-2:hover {
	border-color: rgb(123, 174, 35); color: rgb(255, 255, 255) !important; background-color: rgb(123, 174, 35);
}
.btn-custom-2:focus {
	border-color: rgb(123, 174, 35); color: rgb(255, 255, 255) !important; background-color: rgb(123, 174, 35);
}
.btn-custom-2:active {
	border-color: rgb(123, 174, 35); color: rgb(255, 255, 255) !important; background-color: rgb(123, 174, 35);
}
.btn-custom-2.active {
	border-color: rgb(123, 174, 35); color: rgb(255, 255, 255) !important; background-color: rgb(123, 174, 35);
}
.open .dropdown-toggle.btn-custom-2 {
	border-color: rgb(123, 174, 35); color: rgb(255, 255, 255) !important; background-color: rgb(123, 174, 35);
}
.btn-custom-2:active {
	background-image: none;
}
.btn-custom-2.active {
	background-image: none;
}
.open .dropdown-toggle.btn-custom-2 {
	background-image: none;
}
.btn-custom-2.disabled {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
[disabled].btn-custom-2 {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
fieldset[disabled] .btn-custom-2 {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
.btn-custom-2.disabled:hover {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
[disabled].btn-custom-2:hover {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
fieldset[disabled] .btn-custom-2:hover {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
.btn-custom-2.disabled:focus {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
[disabled].btn-custom-2:focus {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
fieldset[disabled] .btn-custom-2:focus {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
.btn-custom-2.disabled:active {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
[disabled].btn-custom-2:active {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
fieldset[disabled] .btn-custom-2:active {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
.btn-custom-2.disabled.active {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
[disabled].btn-custom-2.active {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
fieldset[disabled] .btn-custom-2.active {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
.btn-custom-3 {
	border-color: rgb(92, 95, 94); color: rgb(255, 255, 255); background-color: rgb(87, 90, 89);
}
.btn-custom-3:hover {
	border-color: rgb(123, 174, 35); color: rgb(255, 255, 255); background-color: rgb(123, 174, 35);
}
.btn-custom-3:focus {
	border-color: rgb(123, 174, 35); color: rgb(255, 255, 255); background-color: rgb(123, 174, 35);
}
.btn-custom-3:active {
	border-color: rgb(123, 174, 35); color: rgb(255, 255, 255); background-color: rgb(123, 174, 35);
}
.btn-custom-3.active {
	border-color: rgb(123, 174, 35); color: rgb(255, 255, 255); background-color: rgb(123, 174, 35);
}
.open .dropdown-toggle.btn-custom-3 {
	border-color: rgb(123, 174, 35); color: rgb(255, 255, 255); background-color: rgb(123, 174, 35);
}
.btn-custom-3:active {
	background-image: none;
}
.btn-custom-3.active {
	background-image: none;
}
.open .dropdown-toggle.btn-custom-3 {
	background-image: none;
}
.btn-custom-3.disabled {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
[disabled].btn-custom-3 {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
fieldset[disabled] .btn-custom-3 {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
.btn-custom-3.disabled:hover {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
[disabled].btn-custom-3:hover {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
fieldset[disabled] .btn-custom-3:hover {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
.btn-custom-3.disabled:focus {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
[disabled].btn-custom-3:focus {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
fieldset[disabled] .btn-custom-3:focus {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
.btn-custom-3.disabled:active {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
[disabled].btn-custom-3:active {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
fieldset[disabled] .btn-custom-3:active {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
.btn-custom-3.disabled.active {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
[disabled].btn-custom-3.active {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
fieldset[disabled] .btn-custom-3.active {
	border-color: rgb(11, 137, 11); background-color: rgb(11, 154, 11);
}
.btn-custom .badge {
	color: rgb(123, 174, 35); background-color: rgb(255, 255, 255);
}
.btn-custom-2 .badge {
	color: rgb(68, 70, 69); background-color: rgb(255, 255, 255);
}
.btn-custom-3 .badge {
	color: rgb(87, 90, 89); background-color: rgb(255, 255, 255);
}
.btn-default .badge {
	background-color: rgb(174, 174, 174);
}
.badge {
	padding: 0.25em 0.6em; border-radius: 10px; font-size: 1em; display: inline-block; min-width: 10px; background-color: rgb(174, 174, 174);
}
.btn .badge {
	margin: 0px 0.3em; top: 1px;
}
.btn.btn-cyan {
	border-color: rgb(16, 172, 221); color: white; background-color: rgb(34, 190, 239);
}
.btn.btn-cyan:hover {
	border-color: rgb(15, 157, 202); color: white; background-color: rgb(16, 172, 221);
}
.btn.btn-cyan:active {
	border-color: rgb(15, 157, 202); color: white; background-color: rgb(16, 172, 221);
}
.btn.btn-cyan.active {
	border-color: rgb(15, 157, 202); color: white; background-color: rgb(16, 172, 221);
}
.btn.btn-cyan:active {
	border-color: rgb(14, 146, 188); background-color: rgb(15, 157, 202);
}
.btn.btn-cyan.active {
	border-color: rgb(14, 146, 188); background-color: rgb(15, 157, 202);
}
.btn.btn-amethyst {
	border-color: rgb(195, 130, 231); color: white; background-color: rgb(205, 151, 235);
}
.btn.btn-amethyst:hover {
	border-color: rgb(186, 113, 228); color: white; background-color: rgb(195, 130, 231);
}
.btn.btn-amethyst:active {
	border-color: rgb(186, 113, 228); color: white; background-color: rgb(195, 130, 231);
}
.btn.btn-amethyst.active {
	border-color: rgb(186, 113, 228); color: white; background-color: rgb(195, 130, 231);
}
.btn.btn-amethyst:active {
	border-color: rgb(180, 100, 225); background-color: rgb(186, 113, 228);
}
.btn.btn-amethyst.active {
	border-color: rgb(180, 100, 225); background-color: rgb(186, 113, 228);
}
.btn.btn-green {
	border-color: rgb(150, 195, 0); color: white; background-color: rgb(162, 210, 0);
}
.btn.btn-green:hover {
	border-color: rgb(134, 174, 0); color: white; background-color: rgb(150, 195, 0);
}
.btn.btn-green:active {
	border-color: rgb(134, 174, 0); color: white; background-color: rgb(150, 195, 0);
}
.btn.btn-green.active {
	border-color: rgb(134, 174, 0); color: white; background-color: rgb(150, 195, 0);
}
.btn.btn-green:active {
	border-color: rgb(123, 159, 0); background-color: rgb(134, 174, 0);
}
.btn.btn-green.active {
	border-color: rgb(123, 159, 0); background-color: rgb(134, 174, 0);
}
.btn.btn-darkgreen {
	border-color: rgb(9, 154, 25); color: white; background-color: rgb(9, 154, 25);
}
.btn.btn-darkgreen:hover {
	border-color: rgb(9, 154, 25); color: white; background-color: rgb(9, 154, 41);
}
.btn.btn-darkgreen:active {
	border-color: rgb(9, 154, 25); color: white; background-color: rgb(9, 154, 41);
}
.btn.btn-darkgreen.active {
	border-color: rgb(9, 154, 25); color: white; background-color: rgb(9, 154, 41);
}
.btn.btn-darkgreen:active {
	border-color: rgb(9, 154, 25); background-color: rgb(9, 154, 25);
}
.btn.btn-darkgreen.active {
	border-color: rgb(9, 154, 25); background-color: rgb(9, 154, 25);
}
.btn.btn-orange {
	border-color: rgb(240, 181, 0); color: white; background-color: rgb(255, 193, 0);
}
.btn.btn-orange:hover {
	border-color: rgb(219, 166, 0); color: white; background-color: rgb(240, 181, 0);
}
.btn.btn-orange:active {
	border-color: rgb(219, 166, 0); color: white; background-color: rgb(240, 181, 0);
}
.btn.btn-orange.active {
	border-color: rgb(219, 166, 0); color: white; background-color: rgb(240, 181, 0);
}
.btn.btn-orange:active {
	border-color: rgb(204, 154, 0); background-color: rgb(219, 166, 0);
}
.btn.btn-orange.active {
	border-color: rgb(204, 154, 0); background-color: rgb(219, 166, 0);
}
.btn.btn-red {
	border-color: rgb(255, 25, 16); color: white; background-color: rgb(255, 74, 67);
}
.btn.btn-red:hover {
	border-color: rgb(230, 9, 0); color: white; background-color: rgb(255, 25, 16);
}
.btn.btn-red:active {
	border-color: rgb(230, 9, 0); color: white; background-color: rgb(255, 25, 16);
}
.btn.btn-red.active {
	border-color: rgb(230, 9, 0); color: white; background-color: rgb(255, 25, 16);
}
.btn.btn-red:active {
	border-color: rgb(215, 8, 0); background-color: rgb(230, 9, 0);
}
.btn.btn-red.active {
	border-color: rgb(215, 8, 0); background-color: rgb(230, 9, 0);
}
.btn.btn-greensea {
	border-color: rgb(19, 138, 114); color: white; background-color: rgb(22, 160, 133);
}
.btn.btn-greensea:hover {
	border-color: rgb(16, 120, 99); color: white; background-color: rgb(19, 138, 114);
}
.btn.btn-greensea:active {
	border-color: rgb(16, 120, 99); color: white; background-color: rgb(19, 138, 114);
}
.btn.btn-greensea.active {
	border-color: rgb(16, 120, 99); color: white; background-color: rgb(19, 138, 114);
}
.btn.btn-greensea:active {
	border-color: rgb(15, 106, 88); background-color: rgb(16, 120, 99);
}
.btn.btn-greensea.active {
	border-color: rgb(15, 106, 88); background-color: rgb(16, 120, 99);
}
.btn.btn-dutch {
	border-color: rgb(19, 127, 143); color: white; background-color: rgb(22, 147, 165);
}
.btn.btn-dutch:hover {
	border-color: rgb(17, 111, 125); color: white; background-color: rgb(19, 127, 143);
}
.btn.btn-dutch:active {
	border-color: rgb(17, 111, 125); color: white; background-color: rgb(19, 127, 143);
}
.btn.btn-dutch.active {
	border-color: rgb(17, 111, 125); color: white; background-color: rgb(19, 127, 143);
}
.btn.btn-dutch:active {
	border-color: rgb(15, 99, 111); background-color: rgb(17, 111, 125);
}
.btn.btn-dutch.active {
	border-color: rgb(15, 99, 111); background-color: rgb(17, 111, 125);
}
.btn.btn-hotpink {
	border-color: rgb(230, 0, 92); color: white; background-color: rgb(255, 0, 102);
}
.btn.btn-hotpink:hover {
	border-color: rgb(209, 0, 84); color: white; background-color: rgb(230, 0, 92);
}
.btn.btn-hotpink:active {
	border-color: rgb(209, 0, 84); color: white; background-color: rgb(230, 0, 92);
}
.btn.btn-hotpink.active {
	border-color: rgb(209, 0, 84); color: white; background-color: rgb(230, 0, 92);
}
.btn.btn-hotpink:active {
	border-color: rgb(194, 0, 78); background-color: rgb(209, 0, 84);
}
.btn.btn-hotpink.active {
	border-color: rgb(194, 0, 78); background-color: rgb(209, 0, 84);
}
.btn.btn-drank {
	border-color: rgb(140, 6, 102); color: white; background-color: rgb(164, 7, 120);
}
.btn.btn-drank:hover {
	border-color: rgb(120, 5, 88); color: white; background-color: rgb(140, 6, 102);
}
.btn.btn-drank:active {
	border-color: rgb(120, 5, 88); color: white; background-color: rgb(140, 6, 102);
}
.btn.btn-drank.active {
	border-color: rgb(120, 5, 88); color: white; background-color: rgb(140, 6, 102);
}
.btn.btn-drank:active {
	border-color: rgb(105, 4, 77); background-color: rgb(120, 5, 88);
}
.btn.btn-drank.active {
	border-color: rgb(105, 4, 77); background-color: rgb(120, 5, 88);
}
.btn.btn-blue {
	border-color: rgb(53, 126, 189); color: white; background-color: rgb(65, 139, 202);
}
.btn.btn-blue:hover {
	border-color: rgb(48, 116, 173); color: white; background-color: rgb(53, 126, 189);
}
.btn.btn-blue:active {
	border-color: rgb(48, 116, 173); color: white; background-color: rgb(53, 126, 189);
}
.btn.btn-blue.active {
	border-color: rgb(48, 116, 173); color: white; background-color: rgb(53, 126, 189);
}
.btn.btn-blue:active {
	border-color: rgb(45, 108, 161); background-color: rgb(48, 116, 173);
}
.btn.btn-blue.active {
	border-color: rgb(45, 108, 161); background-color: rgb(48, 116, 173);
}
.btn.btn-lightred {
	border-color: rgb(220, 72, 92); color: white; background-color: rgb(224, 93, 111);
}
.btn.btn-lightred:hover {
	border-color: rgb(217, 54, 77); color: white; background-color: rgb(220, 72, 92);
}
.btn.btn-lightred:active {
	border-color: rgb(217, 54, 77); color: white; background-color: rgb(220, 72, 92);
}
.btn.btn-lightred.active {
	border-color: rgb(217, 54, 77); color: white; background-color: rgb(220, 72, 92);
}
.btn.btn-lightred:active {
	border-color: rgb(214, 42, 65); background-color: rgb(217, 54, 77);
}
.btn.btn-lightred.active {
	border-color: rgb(214, 42, 65); background-color: rgb(217, 54, 77);
}
.btn.btn-slategray {
	border-color: rgb(53, 66, 82); color: white; background-color: rgb(63, 78, 98);
}
.btn.btn-slategray:hover {
	border-color: rgb(45, 56, 70); color: white; background-color: rgb(53, 66, 82);
}
.btn.btn-slategray:active {
	border-color: rgb(45, 56, 70); color: white; background-color: rgb(53, 66, 82);
}
.btn.btn-slategray.active {
	border-color: rgb(45, 56, 70); color: white; background-color: rgb(53, 66, 82);
}
.btn.btn-slategray:active {
	border-color: rgb(39, 48, 61); background-color: rgb(45, 56, 70);
}
.btn.btn-slategray.active {
	border-color: rgb(39, 48, 61); background-color: rgb(45, 56, 70);
}
.btn.btn-darkgray {
	border-color: rgb(38, 38, 38); color: white; background-color: rgb(51, 51, 51);
}
.btn.btn-darkgray:hover {
	border-color: rgb(28, 28, 28); color: white; background-color: rgb(38, 38, 38);
}
.btn.btn-darkgray:active {
	border-color: rgb(28, 28, 28); color: white; background-color: rgb(38, 38, 38);
}
.btn.btn-darkgray.active {
	border-color: rgb(28, 28, 28); color: white; background-color: rgb(38, 38, 38);
}
.btn.btn-darkgray:active {
	border-color: rgb(20, 20, 20); background-color: rgb(28, 28, 28);
}
.btn.btn-darkgray.active {
	border-color: rgb(20, 20, 20); background-color: rgb(28, 28, 28);
}
.dropdown-menu {
	margin: 0px; padding: 0px; border-radius: 2px; border: 1px solid rgba(0, 0, 0, 0.06); border-image: none; font-size: 14px; z-index: 900; min-width: 160px; box-shadow: 0px 1px 6px rgba(0,0,0,0.15); -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}
.dropup .dropdown-menu {
	margin-bottom: 0px; box-shadow: 0px -1px 6px rgba(0,0,0,0.15); -webkit-box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.15);
}
.navbar-fixed-bottom .dropdown .dropdown-menu {
	margin-bottom: 0px; box-shadow: 0px -1px 6px rgba(0,0,0,0.15); -webkit-box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.15);
}
.dropdown-menu .divider {
	margin: 0.65em 0px;
}
.dropdown-menu > li > a {
	padding: 6px 13px; color: rgb(58, 58, 58); line-height: 1.5;
}
.dropdown-menu > li > a:hover {
	color: rgb(2, 2, 2); background-color: rgb(241, 241, 241);
}
.dropdown-menu > li > a:focus {
	color: rgb(2, 2, 2); background-color: rgb(241, 241, 241);
}
.dropdown-menu > .active > a {
	color: rgb(10, 10, 10); background-color: rgb(218, 218, 218);
}
.dropdown-menu > .active > a:hover {
	color: rgb(10, 10, 10); background-color: rgb(218, 218, 218);
}
.dropdown-menu > .active > a:focus {
	color: rgb(10, 10, 10); background-color: rgb(218, 218, 218);
}
.dropdown-menu > .disabled > a {
	color: rgb(153, 153, 153);
}
.dropdown-menu > .disabled > a:hover {
	color: rgb(153, 153, 153);
}
.dropdown-menu > .disabled > a:focus {
	color: rgb(153, 153, 153);
}
.input-group input + .input-group-addon {
	text-align: right;
}
.input-group input + .input-group-addon .input-icon {
	margin-right: 0px; margin-left: 5px;
}
.input-group .input-group-addon + input + .input-group-addon {
	border-radius: 0px 3px 3px 0px; min-width: 0px;
}
.input-group-lg > .form-control {
	border-radius: 3px 0px 0px 3px; height: 47px; line-height: 1.5; font-size: 15px;
}
.input-group-lg > .input-group-addon {
	border-radius: 3px 0px 0px 3px; height: 47px; line-height: 1.5; font-size: 15px;
}
.input-group-lg > .input-group-btn > .btn {
	border-radius: 3px 0px 0px 3px; height: 47px; line-height: 1.5; font-size: 15px;
}
.input-group-lg > .input-group-addon {
	padding-left: 8px;
}
.input-group-sm > .form-control {
	padding: 3px 6px; border-radius: 3px 0px 0px 3px; height: 32px; line-height: 1.5; font-size: 12px;
}
.input-group-sm > .input-group-addon {
	padding: 3px 6px; border-radius: 3px 0px 0px 3px; height: 32px; line-height: 1.5; font-size: 12px;
}
.input-group-sm > .input-group-btn > .btn {
	padding: 3px 6px; border-radius: 3px 0px 0px 3px; height: 32px; line-height: 1.5; font-size: 12px;
}
.input-group .form-control {
	border-radius: 0px;
}
.form-control {
	padding: 7px 12px; height: 38px;
}
.no-minwidth {
	min-width: 0px !important;
}
.input-group-addon input[type=radio] {
	margin-top: 3px; margin-left: 4px;
}
.input-group-addon input[type=checkbox] {
	margin-top: 3px; margin-left: 4px;
}
.input-group-lg .input-group-addon input[type=radio] {
	margin-top: 6px; margin-left: 7px;
}
.input-group-lg .input-group-addon input[type=checkbox] {
	margin-top: 6px; margin-left: 7px;
}
.input-group-sm .input-group-addon input[type=radio] {
	margin-top: 6px; margin-left: 2px;
}
.input-group-sm .input-group-addon input[type=checkbox] {
	margin-top: 6px; margin-left: 2px;
}
input:focus {
	outline: 0px;
}
textarea:focus {
	outline: 0px;
}
select:focus {
	outline: 0px;
}
fieldset {
	margin: 0px 0px 60px; padding: 0px; border: currentColor; border-image: none;
}
fieldset.half-margin {
	margin-bottom: 30px;
}
.input-lg {
	padding: 12px 16px; border-radius: 3px; height: 47px; line-height: 1.5; font-size: 15px;
}
select.input-lg {
	height: 47px; line-height: 47px;
}
#register-form .form-control {
	border: 1px solid rgb(224, 224, 224); border-image: none; color: rgb(164, 164, 164); padding-left: 20px; background-color: rgb(255, 255, 255);
}
.form-control {
	border-color: rgb(220, 220, 220); border-radius: 3px; box-shadow: none; -webkit-box-shadow: none;
}
.input-group .form-control {
	border-radius: 0px 3px 3px 0px;
}
.form-control:focus {
	border-color: rgb(224, 224, 224); outline: 0px; box-shadow: inset 0px 1px 3px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.input-group {
	
}
.input-group-addon {
	border-radius: 3px 0px 0px 3px; border: 1px solid rgb(220, 220, 220); border-image: none; text-align: left; color: rgb(123, 174, 35); padding-left: 8px; font-size: 14px; position: relative; min-width: 150px; background-color: rgb(242, 242, 242);
}
.input-group-addon i {
	font-size: 16px;
}
.textarea-container {
	width: 100%; overflow: hidden; position: relative;
}
.textarea-container .input-group-addon {
	padding: 10.5px 12px 10.5px 7px; border-radius: 3px 3px 0px 0px; left: 0px; top: 0px; width: 100%; position: absolute; z-index: 90;
}
.textarea-container :first-child.input-group-addon {
	border-right-color: rgb(228, 226, 226); border-right-width: 1px; border-right-style: solid;
}
.textarea-container textarea {
	padding-top: 55px; margin-top: 5px;
}
:-ms-input-placeholder.form-control {
	color: rgb(164, 164, 164);
}
.custom-checkbox {
	padding-left: 30px; position: relative;
}
.input-desc {
	width: 100%; margin-bottom: 25px;
}
.input-desc-box {
	width: 100%; margin-bottom: 25px;
}
.input-desc-box {
	background: rgb(242, 242, 242); padding: 12px 15px; border-radius: 3px; border: 1px solid rgb(220, 220, 220); border-image: none; width: 100%; color: rgb(121, 120, 120); line-height: 21px; margin-bottom: 25px;
}
.input-desc-box .icon-box {
	background: rgb(123, 174, 35); width: 16px; height: 16px; text-align: center; color: rgb(255, 255, 255); line-height: 17px; font-size: 16px; font-weight: bold; margin-top: 2.5px; display: inline-block;
}
.custom-checkbox input[type='checkbox'] {
	left: 0px; top: 0px; width: 16px; display: block; position: absolute; z-index: 100; opacity: 0;
}
.custom-checkbox .checbox-container {
	background: rgb(252, 252, 252); border-radius: 2px; border: 1px solid rgb(195, 195, 195); border-image: none; left: 0px; top: 2px; width: 16px; height: 16px; text-align: center; line-height: 14px; display: inline-block; position: absolute;
}
.custom-checkbox .checbox-container i {
	color: rgb(255, 255, 255); font-size: 12px; display: inline-block; opacity: 0;
}
.custom-checkbox input[type='checkbox']:checked + .checbox-container {
	background: rgb(132, 187, 38) !important; border-color: rgb(132, 187, 38);
}
.custom-checkbox input[type='checkbox']:checked + .checbox-container i {
	opacity: 1;
}
.input-group-btn > .btn {
	padding: 8px 18px;
}
.form-control-feedback {
	top: 30px;
}
.input-lg + .form-control-feedback {
	top: 28px;
}
.carousel-inner > .item {
	margin: 0px; padding: 0px;
}
.tooltip {
	line-height: 1.5; font-size: 14px; z-index: 900;
}
.tooltip.top {
	padding: 7px 0px;
}
.tooltip.right {
	padding: 0px 7px;
}
.tooltip.bottom {
	padding: 7px 0px;
}
.tooltip.left {
	padding: 0px 7px;
}
.tooltip-inner {
	padding: 4px 10px; border-radius: 3px; color: rgb(255, 255, 255); background-color: rgb(123, 174, 35);
}
.tooltip.top .tooltip-arrow {
	border-width: 7px 7px 0px; margin-left: -7px; border-top-color: rgb(123, 174, 35);
}
.tooltip.top-left .tooltip-arrow {
	border-width: 7px 7px 0px; left: 7px; border-top-color: rgb(123, 174, 35);
}
.tooltip.top-right .tooltip-arrow {
	border-width: 7px 7px 0px; right: 7px; border-top-color: rgb(123, 174, 35);
}
.tooltip.right .tooltip-arrow {
	border-width: 7px 7px 7px 0px; margin-top: -7px; border-right-color: rgb(123, 174, 35);
}
.tooltip.left .tooltip-arrow {
	border-width: 7px 0px 7px 7px; margin-top: -7px; border-left-color: rgb(123, 174, 35);
}
.tooltip.bottom .tooltip-arrow {
	border-width: 0px 7px 7px; margin-left: -7px; border-bottom-color: rgb(123, 174, 35);
}
.tooltip.bottom-left .tooltip-arrow {
	border-width: 0px 7px 7px; left: 7px; border-bottom-color: rgb(123, 174, 35);
}
.tooltip.bottom-right .tooltip-arrow {
	border-width: 0px 7px 7px; right: 7px; border-bottom-color: rgb(123, 174, 35);
}
.popover {
	border-radius: 4px; border: 1px solid rgb(220, 220, 220); border-image: none; z-index: 900;
}
.popover-title {
	margin: 0px; padding: 8px 14px; border-radius: 5px 5px 0px 0px; line-height: 18px; font-size: 15px; font-weight: normal; border-bottom-color: rgb(220, 220, 220); border-bottom-width: 1px; border-bottom-style: solid; background-color: rgb(242, 242, 242);
}
.popover-content {
	padding: 9px 14px;
}
.popover > .arrow {
	border-style: solid; border-color: transparent; width: 0px; height: 0px; display: block; position: absolute;
}
.popover > .arrow::after {
	border-style: solid; border-color: transparent; width: 0px; height: 0px; display: block; position: absolute;
}
.popover.top > .arrow {
	border-top-color: rgb(220, 220, 220);
}
.popover.right > .arrow {
	border-right-color: rgb(220, 220, 220);
}
.popover.bottom > .arrow {
	border-bottom-color: rgb(220, 220, 220);
}
.popover.left > .arrow {
	border-left-color: rgb(220, 220, 220);
}
.modal-body {
	padding: 30px 15px;
}
.modal :last-child.input-group {
	margin-bottom: 0px;
}
.progress {
	border-radius: 0px; height: 20px; overflow: visible; margin-bottom: 15px; box-shadow: none; background-color: rgb(234, 234, 234); -webkit-box-shadow: none;
}
.progress-bar {
	width: 0px; height: 100%; text-align: center; color: rgb(255, 255, 255); line-height: 20px; font-size: 12px; float: left; box-shadow: none; -webkit-box-shadow: none;
}
.progress-bar-custom {
	color: rgb(68, 70, 69); position: relative; background-color: rgb(123, 174, 35);
}
.progress-bar-custom::after {
	border-width: 9px 0px 0px 9px; border-style: solid; border-color: transparent transparent transparent rgb(110, 155, 32); width: 0px; height: 0px; right: 0px; bottom: 100%; display: block; position: absolute; content: "";
}
.progress-text {
	font: 700 12px/15px Arial, sans-serif; transition:0.3s; right: 15px; bottom: 100%; display: none; position: absolute; font-size-adjust: none; font-stretch: normal; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s;
}
.accordion-header {
	background: rgb(244, 244, 244); padding: 20px; border: 1px solid rgb(228, 226, 226); border-image: none; margin-bottom: 10px; position: relative;
}
.sm-accordion .accordion-header {
	margin-bottom: 0px; border-bottom-color: transparent;
}
.sm-accordion :last-child.panel .accordion-header {
	border-bottom-color: rgb(228, 226, 226);
}
.sm-accordion.panel-group .panel + .panel {
	margin-top: 0px;
}
.accordion-title {
	font: 700 18px "Gudea", Arial, sans-serif; color: rgb(119, 119, 119); font-size-adjust: none; font-stretch: normal;
}
.accordion-title > span {
	margin: 0px 5px; text-transform: uppercase;
}
.accordion-btn {
	border: 1px solid rgb(220, 220, 220); transition:background-color 0.3s; border-image: none; width: 30px; height: 30px; display: inline-block; position: relative; cursor: pointer; -ms-user-select: none; background-color: rgb(250, 250, 250); -webkit-transition: background-color 0.3s; -webkit-user-select: none; -moz-user-select: none; user-select: none; -o-transition: background-color 0.3s; -moz-transition: background-color 0.3s;
}
.accordion-btn::before {
	left: 49%; top: 48%; font-family: FontAwesome; font-size: 1.4em; position: absolute; content: "\f106"; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%);
}
.accordion-btn.opened {
	background-position: -118px -290px;
}
.accordion-btn.opened::before {
	top: 50%; content: "\f107";
}
.sm-accordion .accordion-btn {
	width: 25px; height: 25px; line-height: 25px;
}
.accordion-btn:hover {
	border-color: rgb(132, 187, 38); color: rgb(255, 255, 255); background-color: rgb(132, 187, 38);
}
.accordion-btn.active {
	border-color: rgb(132, 187, 38); color: rgb(255, 255, 255); background-color: rgb(132, 187, 38);
}
.accordion-btn.opened:hover {
	background-position: -118px -318px;
}
.accordion-btn.opened.active {
	background-position: -118px -318px;
}
.accordion-header .accordion-btn {
	top: 50%; right: 15px; margin-top: -15px; position: absolute; z-index: 100;
}
.sm-accordion .accordion-btn {
	width: 25px; height: 25px;
}
.sm-accordion .accordion-header .accordion-btn {
	margin-top: -12.5px;
}
.sm-accordion .accordion-btn {
	background-position: -197px -290px;
}
.sm-accordion .accordion-btn.opened {
	background-position: -174px -290px;
}
.sm-accordion .accordion-btn:hover {
	background-position: -197px -313px;
}
.sm-accordion .accordion-btn.active {
	background-position: -197px -313px;
}
.sm-accordion .accordion-btn.opened:hover {
	background-position: -174px -313px;
}
.sm-accordion .accordion-btn.opened.active {
	background-position: -174px -313px;
}
.sidebar .widget .sm-accordion .panel + .panel {
	margin-top: 0px;
}
.custom-accordion .panel {
	border-radius: 0px; border: currentColor; border-image: none; margin-bottom: 0px; box-shadow: none; background-color: transparent; -webkit-box-shadow: none;
}
.custom-accordion .panel-body {
	padding: 20px 0px;
}
.sm-accordion.custom-accordion .panel-body {
	background: rgb(252, 252, 252); border-width: 1px; border-style: solid; border-color: rgb(228, 226, 226) rgb(228, 226, 226) transparent; padding: 20px 20px 40px !important; border-image: none;
}
.sm-accordion.custom-accordion :last-child.panel .panel-body {
	border-top-color: transparent; border-bottom-color: rgb(228, 226, 226);
}
.tab-container .nav-tabs {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
.tab-container.left {
	border: 1px solid rgb(220, 220, 220); border-image: none;
}
.tab-container.right {
	border: 1px solid rgb(220, 220, 220); border-image: none;
}
.tab-container.left .nav-tabs {
	background: rgb(250, 250, 250); border-right-color: rgb(220, 220, 220); border-right-width: 1px; border-right-style: solid;
}
.tab-container.right .nav-tabs {
	background: rgb(250, 250, 250); border-left-color: rgb(220, 220, 220); border-left-width: 1px; border-left-style: solid;
}
.tab-container.left .nav-tabs {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none; float: left;
}
.tab-container.right .nav-tabs {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none; float: right;
}
.tab-container .nav-tabs > li {
	font: 700 16px/20px "Gudea", Arial, sans-serif; color: rgb(102, 102, 102); border-top-color: rgb(220, 220, 220); border-right-color: rgb(220, 220, 220); border-top-width: 1px; border-right-width: 1px; border-top-style: solid; border-right-style: solid; font-size-adjust: none; font-stretch: normal;
}
.tab-container.reverse .nav-tabs > li {
	border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
.tab-container .nav-tabs > li:first-child {
	border-left-color: rgb(220, 220, 220); border-left-width: 1px; border-left-style: solid;
}
.tab-container.left .nav-tabs > li {
	border-top-color: transparent; border-right-color: transparent; float: none;
}
.tab-container.right .nav-tabs > li {
	border-top-color: transparent; border-right-color: transparent; float: none;
}
.tab-container.left .nav-tabs > li:first-child {
	border-left-color: transparent;
}
.tab-container.right .nav-tabs > li:first-child {
	border-left-color: transparent;
}
.tab-container .nav-tabs > li > a {
	background: rgb(250, 250, 250); border-width: 1px; border-style: solid; border-color: transparent transparent rgb(220, 220, 220); padding: 10px 20px; border-radius: 0px; transition:background 0.2s ease-in; border-image: none; color: rgb(102, 102, 102); line-height: inherit; margin-right: 0px; display: block; -webkit-transition: background 0.2s ease-in; -o-transition: background 0.2s ease-in; -moz-transition: background 0.2s ease-in;
}
.tab-container .nav-tabs.nav-justified > li > a {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
.tab-container .nav-tabs.nav-justified > li.active {
	margin-bottom: -1px; border-bottom-color: transparent;
}
.tab-container .nav-tabs.nav-justified > li.active > a {
	margin-bottom: -1px; border-bottom-color: transparent;
}
.tab-container.left .nav-tabs > li > a {
	min-width: 280px;
}
.tab-container.right .nav-tabs > li > a {
	min-width: 280px;
}
.tab-container .nav-tabs > li > a:hover {
	background: rgb(123, 174, 35); color: rgb(255, 255, 255);
}
.tab-container .nav-tabs > li.active > a {
	background: rgb(255, 255, 255); border-width: 1px; border-style: solid; border-color: transparent rgb(220, 220, 220) transparent transparent; border-image: none; color: rgb(85, 85, 85); cursor: default;
}
.tab-container .nav-tabs > li.active > a:hover {
	background: rgb(255, 255, 255); border-width: 1px; border-style: solid; border-color: transparent rgb(220, 220, 220) transparent transparent; border-image: none; color: rgb(85, 85, 85); cursor: default;
}
.tab-container .nav-tabs > li.active > a:focus {
	background: rgb(255, 255, 255); border-width: 1px; border-style: solid; border-color: transparent rgb(220, 220, 220) transparent transparent; border-image: none; color: rgb(85, 85, 85); cursor: default;
}
.tab-container .nav-tabs > li.active {
	border-right-color: currentColor; border-right-width: medium; border-right-style: none;
}
.tab-container.reverse .nav-tabs > li.active {
	margin-top: -1px; margin-bottom: 0px; border-bottom-color: rgb(220, 220, 220); border-bottom-width: 1px; border-bottom-style: solid;
}
.tab-container.left .nav-tabs > li.active > a {
	border-bottom-color: rgb(220, 220, 220);
}
.tab-container.right .nav-tabs > li.active > a {
	border-bottom-color: rgb(220, 220, 220);
}
.tab-container.left .nav-tabs > li.active {
	margin-right: -1px; border-right-color: currentColor; border-right-width: medium; border-right-style: none;
}
.tab-container.left .nav-tabs > li.active > a {
	margin-right: -1px; border-right-color: currentColor; border-right-width: medium; border-right-style: none;
}
.tab-container.right .nav-tabs > li.active {
	margin-left: -1px; border-right-color: transparent; border-left-color: currentColor; border-left-width: medium; border-left-style: none;
}
.tab-container.right .nav-tabs > li.active > a {
	margin-left: -1px; border-right-color: transparent; border-left-color: currentColor; border-left-width: medium; border-left-style: none;
}
.tab-container.left .nav-tabs li:last-child {
	margin-bottom: 0px;
}
.tab-container.right .nav-tabs li:last-child {
	margin-bottom: 0px;
}
.tab-container .tab-content {
	background: rgb(255, 255, 255); padding: 0px 10px; border: 1px solid rgb(220, 220, 220); border-image: none; width: 100%; color: rgb(119, 119, 119);
}
.tab-container.left .tab-content {
	padding: 0px 50px 0px 330px; border: currentColor; border-image: none;
}
.tab-container.right .tab-content {
	padding: 0px 330px 0px 50px; border: currentColor; border-image: none;
}
.tab-container .tab-content .tab-pane {
	padding: 10px 0px;
}
#products-tabs-list {
	margin-bottom: 30px;
}
.tab-style-1 li {
	margin: 0px 3px 3px 0px; float: left;
}
.tab-style-1 li a {
	background: rgb(87, 90, 89); font: 400 14px/20px "PT Sans", sans-serif; padding: 4px 20px; border: 1px solid rgb(87, 90, 89); transition:0.3s ease-in-out; border-image: none; color: rgb(255, 255, 255); text-transform: uppercase; display: inline-block; font-size-adjust: none; font-stretch: normal; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out;
}
.tab-style-1 li a:hover {
	background: rgb(123, 174, 35); border-color: rgb(123, 174, 35);
}
.tab-style-1 li.active a {
	background: rgb(123, 174, 35); border-color: rgb(123, 174, 35);
}
.tab-style-1 li.active a {
	cursor: default;
}
#products-tabs-content {
	margin-bottom: 25px;
}
.tab-style-2#products-tabs-list {
	margin-bottom: 30px; border-bottom-color: rgb(224, 224, 224); border-bottom-width: 1px; border-bottom-style: solid;
}
.tab-style-2 li {
	margin: 0px 1px 0px 0px; float: left; position: relative;
}
.tab-style-2 li a {
	background: rgb(250, 250, 250); font: 700 17px/20px "PT Sans", sans-serif; padding: 9.5px 44px; border-radius: 4px 4px 0px 0px; border: 1px solid rgb(220, 220, 220); transition:0.3s ease-in-out; border-image: none; color: rgb(143, 149, 146); text-transform: uppercase; margin-bottom: -1px; display: inline-block; font-size-adjust: none; font-stretch: normal; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out;
}
.tab-style-2 li a:hover {
	color: rgb(123, 174, 35);
}
.tab-style-2 li.active a {
	color: rgb(123, 174, 35);
}
.tab-style-2 li.active::after {
	background: rgb(123, 174, 35); left: 0px; width: 100%; height: 2px; bottom: 0px; display: block; position: absolute; content: "";
}
.tab-style-2 li.active a {
	cursor: default;
}
#products-tabs-content {
	margin-bottom: 25px;
}
#header-top {
	background: rgb(245, 245, 245); height: 40px; font-size: 14px; border-top-color: rgb(123, 174, 35); border-top-width: 4px; border-top-style: solid;
}
.header2 #header-top {
	height: 39px; border-top-color: rgb(132, 187, 38); border-top-width: 3px; border-top-style: solid;
}
.header3 #header-top {
	height: 36px; border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
.header4 #header-top {
	height: 33px; border-top-color: rgb(123, 174, 35); border-top-width: 3px; border-top-style: solid;
}
.header5 #header-top {
	background: rgb(246, 245, 242); height: 40px; border-top-color: rgb(123, 174, 35); border-top-width: 3px; border-top-style: solid;
}
.header-top-left {
	float: left;
}
.header-top-right {
	float: right; position: relative;
}
.header4 .header-top-right {
	height: 30px;
}
#top-links li {
	margin-right: 20px; float: left; display: block;
}
#top-links li a {
	margin: 7px 0px; color: rgb(127, 125, 116); line-height: 22px; display: inline-block; position: relative;
}
.header4 #top-links li a {
	margin: 4px 0px;
}
.header5 #top-links li a {
	margin: 7.5px 0px;
}
#top-links li a:hover {
	color: rgb(123, 174, 35);
}
.top-icon {
	background: url("../images/sprites/sprite.png") no-repeat; left: 0px; top: 0px; width: 14px; height: 22px; display: block; position: absolute;
}
.top-icon.top-icon-pencil {
	background-position: 0px -72px;
}
.header5 .top-icon.top-icon-pencil {
	background-position: 0px -94px;
}
.header6 .top-icon.top-icon-pencil {
	background-position: 0px -94px;
}
#top-links li > a:hover .top-icon.top-icon-pencil {
	background-position: 0px -94px;
}
.top-icon.top-icon-user {
	background-position: -14px -72px;
}
.header5 .top-icon.top-icon-user {
	background-position: -14px -94px;
}
.header6 .top-icon.top-icon-user {
	background-position: -14px -94px;
}
#top-links li > a:hover .top-icon.top-icon-user {
	background-position: -14px -94px;
}
.top-icon.top-icon-cart {
	background-position: -28px -72px;
}
.header5 .top-icon.top-icon-cart {
	background-position: -28px -94px;
}
.header6 .top-icon.top-icon-cart {
	background-position: -28px -94px;
}
#top-links li > a:hover .top-icon.top-icon-cart {
	background-position: -28px -94px;
}
.top-icon.top-icon-check {
	background-position: -42px -72px;
}
.header5 .top-icon.top-icon-check {
	background-position: -42px -94px;
}
.header6 .top-icon.top-icon-check {
	background-position: -42px -94px;
}
#top-links li > a:hover .top-icon.top-icon-check {
	background-position: -42px -94px;
}
#header .btn-custom {
	box-shadow: none; -webkit-box-shadow: none;
}
.header-top-dropdowns {
	font-size: 0px;
}
.dropdown-language {
	margin-left: 4px;
}
.header4 .dropdown-language {
	margin-left: 3px;
}
.header5 .dropdown-language {
	margin-left: 2px;
}
.flag-container {
	margin-right: 5px;
}
.flag-container img {
	margin-top: -2px;
}
.header4 .header-text-container {
	top: 100%; right: 0px; color: rgb(136, 136, 136); margin-top: 5px; position: absolute;
}
#header-top .header-text {
	display: none;
}
#header-top .header-text {
	line-height: 36px; margin-right: 10px;
}
#header-top .header-link {
	line-height: 36px; margin-right: 10px;
}
.header4 #header-top .header-text {
	line-height: 30px; margin-right: 10px;
}
.header4 #header-top .header-link {
	line-height: 30px; margin-right: 10px;
}
#header-top .header-link {
	display: inline;
}
#header-top .header-link a {
	color: rgb(123, 174, 35);
}
.header4 #header-top .header-link a {
	color: rgb(119, 119, 119);
}
#header-top .header-link a:hover {
	color: rgb(127, 125, 116);
}
.header4 #header-top .header-link a:hover {
	color: rgb(123, 174, 35);
}
#header-top .header-text-container {
	margin-right: 4px;
}
#header-top .header-text-container a.company-select-img {
	padding: 2px;
}
#header-top .header-text-container a.company-select-img img {
	width: 30px; height: 30px;
}
.header2 #header-top .header-text-container {
	margin-right: 0px;
}
.header2 #header-top .header-link {
	margin-right: 0px;
}
.header3 #header-top .header-text-container {
	margin-right: 0px;
}
.header3 #header-top .header-link {
	margin-right: 0px;
}
.header4 #header-top .header-text-container {
	margin-right: 0px;
}
.header4 #header-top .header-link {
	margin-right: 0px;
}
.header5 #header-top .header-text-container {
	margin-right: 20px;
}
#header .dropdown-language .dropdown-menu > li > a {
	padding: 8px 12px;
}
.header4#header .dropdown-language .dropdown-menu > li > a {
	padding: 4.5px 12px;
}
#header .btn {
	padding: 7px 12px; border-radius: 0px;
}
.header7#header .dropdown-money .btn {
	background-color: rgb(132, 187, 38);
}
.header2#header .header-top-dropdowns .btn {
	color: rgb(136, 136, 136); background-color: rgb(230, 230, 230);
}
.header2#header #quick-access .btn {
	color: rgb(136, 136, 136); background-color: rgb(230, 230, 230);
}
.header3#header .header-top-dropdowns .btn {
	color: rgb(136, 136, 136); background-color: rgb(236, 236, 236);
}
.header4#header .header-top-dropdowns .btn {
	padding: 4px 12px; color: rgb(136, 136, 136); background-color: transparent;
}
#header .dropdown-menu {
	margin: 0px; padding: 0px; border-radius: 0px; border: currentColor; border-image: none; left: auto; right: 0px; z-index: 1001; min-width: 100%; box-shadow: 0px 1px 6px rgba(0,0,0,0.15); background-color: rgb(226, 226, 226); -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}
#header .dropdown-menu .divider {
	background-color: rgb(255, 255, 255);
}
#header .dropdown-menu > li > a {
	padding: 6px 13px; width: 100%; color: rgb(68, 70, 69); line-height: 20px; font-size: 13px; border-top-color: rgb(255, 255, 255); border-top-width: 1px; border-top-style: solid; display: block;
}
.header4#header .dropdown-menu > li > a {
	padding-top: 4.5px; padding-bottom: 4.5px;
}
#header .dropdown-menu > li > a:hover {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(132, 187, 38);
}
#header .dropdown-menu > li > a:focus {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(132, 187, 38);
}
#header .header-top-dropdowns .btn-group:hover .btn-custom {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(132, 187, 38);
}
#header .header-top-dropdowns .btn-custom:hover {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(132, 187, 38);
}
#header .header-top-dropdowns .btn-custom:focus {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(132, 187, 38);
}
#header .header-top-dropdowns .btn-custom:active {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(132, 187, 38);
}
#header .header-top-dropdowns .btn-custom.active {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(132, 187, 38);
}
#header .header-top-dropdowns .open .dropdown-toggle.btn-custom {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(132, 187, 38);
}
#header .header-top-dropdowns .dropdown-menu > li > a:hover {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(132, 187, 38);
}
.header3#header .header-top-dropdowns .btn-group:hover .btn-custom {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(199, 41, 41);
}
.header3#header .header-top-dropdowns .btn-custom:hover {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(199, 41, 41);
}
.header3#header .header-top-dropdowns .btn-custom:focus {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(199, 41, 41);
}
.header3#header .header-top-dropdowns .btn-custom:active {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(199, 41, 41);
}
.header3#header .header-top-dropdowns .btn-custom.active {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(199, 41, 41);
}
.header3#header .header-top-dropdowns .open .dropdown-toggle.btn-custom {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(199, 41, 41);
}
.header3#header .header-top-dropdowns .dropdown-menu > li > a:hover {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(199, 41, 41);
}
.header4#header .header-top-dropdowns .btn-group:hover .btn-custom {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(123, 174, 35);
}
.header4#header .header-top-dropdowns .btn-custom:hover {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(123, 174, 35);
}
.header4#header .header-top-dropdowns .btn-custom:focus {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(123, 174, 35);
}
.header4#header .header-top-dropdowns .btn-custom:active {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(123, 174, 35);
}
.header4#header .header-top-dropdowns .btn-custom.active {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(123, 174, 35);
}
.header4#header .header-top-dropdowns .open .dropdown-toggle.btn-custom {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(123, 174, 35);
}
.header4#header .header-top-dropdowns .dropdown-menu > li > a:hover {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(123, 174, 35);
}
.header7#header .header-top-dropdowns .dropdown-money.btn-group:hover .btn-custom {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(123, 174, 35);
}
.header7#header .header-top-dropdowns .dropdown-money .btn-custom:hover {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(123, 174, 35);
}
.header7#header .header-top-dropdowns .dropdown-money .btn-custom:focus {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(123, 174, 35);
}
.header7#header .header-top-dropdowns .dropdown-money .btn-custom:active {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(123, 174, 35);
}
.header7#header .header-top-dropdowns .dropdown-money .btn-custom.active {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(123, 174, 35);
}
.header7#header .header-top-dropdowns .dropdown-money .open .dropdown-toggle.btn-custom {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(123, 174, 35);
}
.header7#header .header-top-dropdowns .dropdown-money .dropdown-menu > li > a:hover {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(123, 174, 35);
}
.contact-phones ul li i.fa {
	color: rgb(123, 174, 35);
}
.contact-phones ul li:first-child {
	margin-bottom: 5px !important;
}
.contact-phones ul li:first-child span {
	color: rgb(123, 174, 35); font-size: 14px; font-weight: bold;
}
.btn-group:hover .dropdown-menu {
	display: block;
}
#inner-header {
	padding-top: 20px;
}
.header2 #inner-header {
	padding-top: 30px;
}
.header4 #inner-header {
	padding-top: 41px;
}
.header4 #inner-header {
	padding-top: 52px;
}
.header6 #inner-header {
	padding-top: 45px;
}
#inner-header .logo-container {
	margin-bottom: 10px;
}
#inner-header .header-inner-right {
	margin-bottom: 10px;
}
.header3 #inner-header .logo-container {
	margin-bottom: 38px;
}
.header3 #inner-header .header-inner-right {
	margin-bottom: 38px;
}
.header2 #inner-header .logo-container {
	margin-bottom: 25px;
}
.header2 #inner-header .header-inner-right {
	margin-bottom: 25px;
}
.header2 .header-inner-right-wrapper {
	margin-top: 20px;
}
.header5 #inner-header .header-inner-right {
	margin: 0px; position: relative;
}
.header6 #inner-header .header-inner-right {
	margin-top: -9px;
}
.header6 #inner-header .logo-container {
	margin-bottom: 26px;
}
.header6 #inner-header .header-inner-right {
	margin-bottom: 26px;
}
.header7 #inner-header .logo-container {
	margin-bottom: 45px;
}
.header7 #inner-header .header-inner-right {
	margin-bottom: 45px;
}
.header4 .logo-container {
	float: left;
}
.header5 #inner-header .logo-container {
	margin-bottom: 35px; float: none;
}
.logo {
	margin: 0px; position: relative;
}
.logo > span {
	left: -9999px; position: absolute; opacity: 0;
}
.logo > a {
	display: inline-block;
}
.header2 .logo {
	margin-top: -5px;
}
.header3 .logo {
	margin-top: -5px;
}
.header2 .logo > a {
	margin-left: 0px;
}
.header3 .logo > a {
	margin-left: 0px;
}
.header4 .logo > a {
	margin-left: 0px;
}
.header5 .logo > a {
	margin-left: 0px;
}
.header7 .logo > a {
	margin-left: 0px;
}
.header5 .logo {
	text-align: center; margin-top: -26px; position: relative;
}
.header4 .fixed#main-nav-container .logo-container {
	margin-bottom: 0px;
}
.header4 .fixed#main-nav-container .logo {
	line-height: 0; margin-top: 5px; margin-bottom: 0px;
}
.header4 .fixed#main-nav-container .logo a {
	margin: 0px; padding: 0px; line-height: 0;
}
.header4 .fixed#main-nav-container .logo img {
	width: auto; height: 35px;
}
.quick-contact-text {
	margin: 6px 0px 0px; text-align: right; color: rgb(129, 129, 129); line-height: 18px; font-size: 12px;
}
.header-box {
	background: rgb(247, 247, 247); padding: 5px; border: 1px solid rgb(231, 231, 231); border-image: none; line-height: 18px; font-size: 13px; margin-left: 8px;
}
.header6 .header-box {
	background: none; border-color: transparent;
}
.header7 .header-box {
	background: rgb(249, 249, 249);
}
.contact-phones {
	position: relative;
}
.header-box ul li {
	padding-left: 30px; display: block; position: relative;
}
.header-box.contact-phones ul li {
	padding-left: 0px;
}
.header-box ul li:first-child {
	margin-bottom: 2px;
}
.header-box a {
	color: rgb(51, 51, 51);
}
.header-box a:hover {
	color: rgb(123, 174, 35);
}
.header-box-icon {
	display: block; position: relative;
}
.contact-phones .header-box-icon {
	background: rgb(255, 255, 255); border: 1px solid rgb(231, 231, 231); border-image: none; width: 56px; height: 56px; overflow: hidden; margin-right: 10px; float: left; position: relative;
}
.contact-phones .header-box-icon img {
	width: 56px; height: 56px;
}
.contact-phones .header-box-icon i {
	left: 50%; top: 50%; position: absolute; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%);
}
.header-box-icon-skype {
	background-position: -92px -72px;
}
.header-box-icon-email {
	background-position: -92px -90px;
}
.header-box-icon-earphones {
	background-position: -56px -72px;
}
#main-nav-container {
	background: rgb(68, 70, 69); padding: 6px 0px 0px; transition:0.3s; width: 100%; position: relative; z-index: 999; box-shadow: 0px 5px 4px rgba(0,0,0,0.1); -webkit-transition: all 0.3s; -webkit-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.10); -o-transition: all 0.3s; -moz-transition: all 0.3s;
}
.header3 #main-nav-container {
	background: rgb(51, 51, 51); padding-top: 0px;
}
.header6 #main-nav-container {
	padding-top: 0px; border-top-color: rgb(209, 213, 214); border-bottom-color: rgb(209, 213, 214); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; position: relative; box-shadow: none; -webkit-box-shadow: none;
}
.header7 #main-nav-container {
	padding-top: 0px; border-top-color: rgb(209, 213, 214); border-bottom-color: rgb(209, 213, 214); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; position: relative; box-shadow: none; -webkit-box-shadow: none;
}
.header6 #main-nav-container::after {
	background: url("/Content/images/header6-shadow.png") no-repeat center; left: 0px; top: 100%; width: 100%; height: 12px; display: block; position: absolute; content: "";
}
.header7 #main-nav-container::after {
	background: url("/Content/images/header6-shadow.png") no-repeat center; left: 0px; top: 100%; width: 100%; height: 12px; display: block; position: absolute; content: "";
}
.fixed#main-nav-container {
	padding: 0px; left: 0px; top: 0px; position: fixed; z-index: 999; -webkit-backface-visibility: hidden;
}
.fixed#main-nav-container #quick-access .dropdown-cart-menu-container {
	display: none;
}
.fixed#main-nav-container #main-nav .menu > li {
	padding-bottom: 0px !important;
}
#main-nav-container #main-nav {
	float: left; position: relative;
}
.header3 #main-nav-container #main-nav {
	border-right-color: rgba(255, 255, 255, 0.12); border-left-color: rgba(0, 0, 0, 0.4); border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid;
}
.header4 #main-nav-container #main-nav {
	position: static;
}
#main-nav-container #main-nav .menu li {
	text-transform: uppercase; padding-bottom: 6px; font-size: 17px; float: left; position: relative;
}
.header4 #menu-wrapper {
	position: relative;
}
.header4 #menu-right-side {
	margin-top: 17px; float: right;
}
.header4 .fixed#main-nav-container #menu-right-side {
	margin-top: 0px;
}
.header2 #main-nav-container #main-nav .menu > li {
	padding-bottom: 12px;
}
.header3 #main-nav-container #main-nav .menu > li {
	padding-top: 0px; padding-bottom: 0px;
}
.header5 #main-nav-container #main-nav .menu > li {
	padding-bottom: 8px;
}
.header5 #main-nav-container #main-nav .menu > li > a {
	padding: 13px 37px;
}
.header6 #main-nav-container #main-nav {
	float: none;
}
.header7 #main-nav-container #main-nav {
	float: none;
}
.header7 #main-nav-container .menu-table-wrapper {
	width: 78%; float: left;
}
.header6 #main-nav-container #main-nav .menu {
	width: 100%; display: table;
}
.header7 #main-nav-container #main-nav .menu {
	width: 100%; display: table;
}
.header6 #main-nav-container #main-nav .menu > li {
	padding-bottom: 0px; float: none; display: table-cell; position: relative;
}
.header7 #main-nav-container #main-nav .menu > li {
	padding-bottom: 0px; float: none; display: table-cell; position: relative;
}
#main-nav-container #main-nav .menu li.mega-menu-container {
	position: static;
}
#main-nav-container #main-nav .menu li a {
	font: 700 14px/15px "PT Sans", sans-serif; padding: 12px 10px; color: rgb(255, 255, 255); display: inline-block; font-size-adjust: none; font-stretch: normal;
}
.header6 #main-nav-container #main-nav .menu > li > a {
	padding: 15.5px 5px; text-align: center; font-size: 15px; border-right-color: rgb(209, 213, 214); border-right-width: 1px; border-right-style: solid; display: block;
}
.header7 #main-nav-container #main-nav .menu > li > a {
	padding: 15.5px 5px; text-align: center; font-size: 15px; border-right-color: rgb(209, 213, 214); border-right-width: 1px; border-right-style: solid; display: block;
}
.header6 #main-nav-container #main-nav .menu > li:first-child a {
	padding-left: 5px; border-left-color: rgb(209, 213, 214); border-left-width: 1px; border-left-style: solid;
}
.header7 #main-nav-container #main-nav .menu > li:first-child a {
	padding-left: 5px; border-left-color: rgb(209, 213, 214); border-left-width: 1px; border-left-style: solid;
}
.header3 #main-nav-container #main-nav > .menu > li > a {
	padding: 15.5px 25px; color: rgb(255, 255, 255); border-right-color: rgba(0, 0, 0, 0.4); border-left-color: rgba(255, 255, 255, 0.12); border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid;
}
#main-nav-container #main-nav .menu li:first-child a {
	padding-left: 0px;
}
.header3 #main-nav-container #main-nav .menu li:first-child a {
	padding-left: 25px;
}
#main-nav-container #main-nav .menu li ul {
	background: rgb(250, 250, 250); border-top-color: rgb(123, 174, 35); border-top-width: 3px; border-top-style: solid; display: none; position: absolute; z-index: 999; min-width: 210px; box-shadow: 0px 1px 4px rgba(0,0,0,0.25);
}
#main-nav-container #main-nav .menu li ul li ul {
	background: rgb(250, 250, 250); border-top-color: rgb(123, 174, 35); border-top-width: 3px; border-top-style: solid; display: none; position: absolute; z-index: 999; min-width: 210px; box-shadow: 0px 1px 4px rgba(0,0,0,0.25);
}
#main-nav-container #main-nav .menu li ul {
	left: 0px; top: 100%;
}
#main-nav-container #main-nav .menu li ul li ul {
	left: 100%; top: 0px;
}
#main-nav-container #main-nav .menu li ul li {
	text-align: left; padding-bottom: 0px; border-top-color: rgba(200, 200, 200, 0.2); border-bottom-color: rgba(255, 255, 255, 0.5); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; float: none; position: relative;
}
#main-nav-container #main-nav .menu li ul li ul li {
	text-align: left; padding-bottom: 0px; border-top-color: rgba(200, 200, 200, 0.2); border-bottom-color: rgba(255, 255, 255, 0.5); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; float: none; position: relative;
}
#main-nav-container #main-nav .menu li ul li:first-child {
	border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
#main-nav-container #main-nav .menu li ul li ul li:first-child {
	border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
#main-nav-container #main-nav .menu li ul li:last-child {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
#main-nav-container #main-nav .menu li ul li ul li:last-child {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
#main-nav-container #main-nav .menu li ul li a {
	color: rgb(68, 70, 69); padding-left: 25px !important;
}
#main-nav-container #main-nav .menu li ul li ul li a {
	color: rgb(68, 70, 69); padding-left: 25px !important;
}
#main-nav-container #main-nav .menu li:hover > a {
	color: rgb(123, 174, 35);
}
#main-nav-container #main-nav .menu li > ul li > ul li:hover > a {
	color: rgb(123, 174, 35);
}
#main-nav-container #main-nav .menu li .mega-menu {
	background: rgb(250, 250, 250); padding: 25px 30px; left: 0px; top: 100%; width: 940px; border-top-color: rgb(123, 174, 35); border-top-width: 3px; border-top-style: solid; display: none; position: absolute; z-index: 999; box-shadow: 0px 1px 4px rgba(0,0,0,0.25);
}
#main-nav-container #main-nav .menu li .mega-menu .mega-menu-title {
	font: 700 16px/20px "Gudea", Arial, sans-serif; padding: 15px 0px; color: rgb(76, 78, 77); display: block; font-size-adjust: none; font-stretch: normal;
}
#main-nav-container #main-nav .menu li .mega-menu .mega-menu-list {
	left: auto; top: auto; width: 100%; border-top-color: currentColor; border-top-width: medium; border-top-style: none; display: block; position: relative; min-width: 0px; box-shadow: none; -wekbit-box-shadow: none;
}
#main-nav-container #main-nav .menu li .mega-menu .mega-menu-list li {
	padding: 8px 0px; width: 100%; text-transform: capitalize; border-top-color: currentColor; border-bottom-color: currentColor; border-top-width: medium; border-bottom-width: medium; border-top-style: none; border-bottom-style: none;
}
#main-nav-container #main-nav .menu li .mega-menu .mega-menu-list li a {
	font: 400 15px/21px Arial, sans-serif; padding: 0px !important; color: rgb(115, 115, 115); display: inline-block; position: relative; font-size-adjust: none; font-stretch: normal;
}
#main-nav-container #main-nav .menu li .mega-menu .mega-menu-list li a > span {
	padding: 0px 5.5px; left: 100%; bottom: 12px; color: rgb(255, 255, 255); text-transform: uppercase; line-height: 16px; font-size: 11px; font-weight: bold; margin-left: 4px; display: inline-block; position: absolute;
}
#main-nav-container #main-nav .menu li .mega-menu .mega-menu-list li a > .hot-box {
	background-color: rgb(199, 41, 41);
}
#main-nav-container #main-nav .menu li .mega-menu .mega-menu-list li a > .new-box {
	padding: 0px 4.5px; background-color: rgb(123, 174, 35);
}
#main-nav-container #main-nav .menu li .mega-menu .mega-menu-list li a > i.fa {
	font-size: 11px;
}
#main-nav-container #main-nav .menu li .mega-menu .mega-menu-title:hover {
	color: rgb(123, 174, 35);
}
#main-nav-container #main-nav .menu li .mega-menu .mega-menu-list li:hover > a {
	color: rgb(123, 174, 35);
}
#main-nav-container #main-nav #responsive-nav {
	padding-bottom: 10px; display: none;
}
#main-nav-container #main-nav #responsive-nav ul {
	padding: 0px; left: 0px; top: 100%; width: 100%; border-top-color: rgb(132, 187, 38); border-top-width: 5px; border-top-style: solid; display: none; position: absolute; z-index: 899; box-shadow: 0px 2px 3px rgba(0,0,0,0.152); -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
}
#main-nav-container #main-nav #responsive-nav ul li {
	background: rgb(250, 250, 250); font: 700 17px/25px "PT Sans", sans-serif; width: 100%; padding-bottom: 0px !important; border-top-color: rgba(200, 200, 200, 0.2); border-bottom-color: rgba(255, 255, 255, 0.5); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; position: relative; max-width: 100% !important; font-size-adjust: none; font-stretch: normal;
}
#main-nav-container #main-nav #responsive-nav ul li a {
	padding: 12px 0px 12px 15px; color: rgb(73, 73, 64); text-transform: uppercase; display: block;
}
#main-nav-container #main-nav #responsive-nav ul li:first-child {
	border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
#main-nav-container #main-nav #responsive-nav ul li:last-child {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
#main-nav-container #main-nav #responsive-nav ul li a:hover {
	color: rgb(123, 174, 35);
}
#main-nav-container #main-nav #responsive-nav ul li ul {
	display: none; box-shadow: none; -webkit-box-shadow: none;
}
#main-nav-container #main-nav #responsive-nav ul li ul {
	width: 100%; border-top-color: rgba(200, 200, 200, 0.2); border-top-width: 1px; border-top-style: solid; position: relative;
}
#main-nav-container #main-nav #responsive-nav ul li ul li ul {
	width: 100%; border-top-color: rgba(200, 200, 200, 0.2); border-top-width: 1px; border-top-style: solid; position: relative;
}
#main-nav-container #main-nav #responsive-nav ul li ul li {
	background: rgb(246, 246, 246); font: 700 16px/22px "Gudea", Arial, sans-serif; font-size-adjust: none; font-stretch: normal;
}
#main-nav-container #main-nav #responsive-nav ul li ul li ul li {
	background: rgb(240, 240, 240); line-height: 20px; font-size: 15px;
}
#main-nav-container #main-nav #responsive-nav ul li ul a {
	padding: 10px 0px 10px 30px !important;
}
#main-nav-container #main-nav #responsive-nav ul li ul li ul a {
	padding: 10px 0px 10px 45px !important;
}
#main-nav-container #main-nav #responsive-nav ul li .mega-menu {
	padding: 0px; width: 100%; border-top-color: rgba(200, 200, 200, 0.2); border-top-width: 1px; border-top-style: solid; display: none; position: relative;
}
#main-nav-container #main-nav #responsive-nav ul li .mega-menu .col-2 {
	padding: 0px !important; width: 100%; float: none; position: relative; -ms-text-overflow: ellipsis;
}
#main-nav-container #main-nav #responsive-nav ul li .mega-menu .col-3 {
	padding: 0px !important; width: 100%; float: none; position: relative; -ms-text-overflow: ellipsis;
}
#main-nav-container #main-nav #responsive-nav ul li .mega-menu .col-4 {
	padding: 0px !important; width: 100%; float: none; position: relative; -ms-text-overflow: ellipsis;
}
#main-nav-container #main-nav #responsive-nav ul li .mega-menu .col-5 {
	padding: 0px !important; width: 100%; float: none; position: relative; -ms-text-overflow: ellipsis;
}
#main-nav-container #main-nav #responsive-nav ul li .mega-menu .col-2 > a {
	padding: 10px 0px 10px 30px !important; border-top-color: rgba(200, 200, 200, 0.2); border-bottom-color: rgba(255, 255, 255, 0.5); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
}
#main-nav-container #main-nav #responsive-nav ul li .mega-menu .col-3 > a {
	padding: 10px 0px 10px 30px !important; border-top-color: rgba(200, 200, 200, 0.2); border-bottom-color: rgba(255, 255, 255, 0.5); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
}
#main-nav-container #main-nav #responsive-nav ul li .mega-menu .col-4 > a {
	padding: 10px 0px 10px 30px !important; border-top-color: rgba(200, 200, 200, 0.2); border-bottom-color: rgba(255, 255, 255, 0.5); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
}
#main-nav-container #main-nav #responsive-nav ul li .mega-menu .col-5 > a {
	padding: 10px 0px 10px 30px !important; border-top-color: rgba(200, 200, 200, 0.2); border-bottom-color: rgba(255, 255, 255, 0.5); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
}
#main-nav-container #main-nav #responsive-nav ul li .mega-menu :first-child.col-2 > a {
	border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
#main-nav-container #main-nav #responsive-nav ul li .mega-menu :first-child.col-3 > a {
	border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
#main-nav-container #main-nav #responsive-nav ul li .mega-menu :first-child.col-4 > a {
	border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
#main-nav-container #main-nav #responsive-nav ul li .mega-menu :first-child.col-5 > a {
	border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
#main-nav-container #main-nav #responsive-nav ul li .mega-menu :last-child.col-2 > a {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
#main-nav-container #main-nav #responsive-nav ul li .mega-menu :last-child.col-3 > a {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
#main-nav-container #main-nav #responsive-nav ul li .mega-menu :last-child.col-4 > a {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
#main-nav-container #main-nav #responsive-nav ul li .mega-menu :last-child.col-5 > a {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
#main-nav-container #main-nav #responsive-nav ul li .mega-menu .mega-menu-title {
	background: rgb(246, 246, 246); font: 700 16px/22px "Gudea", Arial, sans-serif; color: rgb(76, 78, 77); font-size-adjust: none; font-stretch: normal;
}
#main-nav-container #main-nav #responsive-nav ul li .mega-menu .mega-menu-list {
	padding: 15px 0px 15px 45px; background-color: rgb(255, 255, 255);
}
#main-nav-container #main-nav #responsive-nav ul li .mega-menu .mega-menu-list li {
	background-position: left; font: 400 15px/21px Arial, sans-serif; padding: 0px 0px 0px 15px; width: 100%; text-transform: capitalize; border-top-color: currentColor; border-bottom-color: currentColor; border-top-width: medium; border-bottom-width: medium; border-top-style: none; border-bottom-style: none; font-size-adjust: none; font-stretch: normal; background-image: url("../images/sprites/menu-list-type.png"); background-repeat: no-repeat; background-color: rgb(255, 255, 255);
}
#main-nav-container #main-nav #responsive-nav ul li .mega-menu .mega-menu-list li a {
	font: 400 15px/21px Arial, sans-serif; padding: 5px 0px !important; color: rgb(115, 115, 115); text-transform: capitalize; display: inline-block; font-size-adjust: none; font-stretch: normal;
}
#main-nav-container #main-nav #responsive-nav ul li .mega-menu .mega-menu-title:hover {
	color: rgb(123, 174, 35);
}
#main-nav-container #main-nav #responsive-nav ul li .mega-menu .mega-menu-list li:hover > a {
	color: rgb(123, 174, 35);
}
.menu-button {
	top: 0px; width: 40px; text-align: right; right: 0px; padding-right: 15px; font-weight: 400; display: block; position: absolute; z-index: 1000; cursor: pointer; background-image: url("/Content/images/sprites/sprite.png"); background-repeat: no-repeat;
}
.menu-button:hover {
	color: rgb(123, 174, 35);
}
#main-nav-container #main-nav #responsive-nav ul li .menu-button {
	background-position: 0px -360px; height: 49px;
}
#main-nav-container #main-nav #responsive-nav ul li .menu-button.active {
	background-position: -40px -360px;
}
#main-nav-container #main-nav #responsive-nav ul li .mega-menu .menu-button {
	background-position: 0px -363px; height: 43px;
}
#main-nav-container #main-nav #responsive-nav ul li .mega-menu .menu-button.active {
	background-position: -40px -363px;
}
#main-nav-container #main-nav #responsive-nav ul li ul li .menu-button {
	background-position: 0px -364px; height: 42px;
}
#main-nav-container #main-nav #responsive-nav ul li ul li .menu-button.active {
	background-position: -40px -364px;
}
.fixed#main-nav-container #responsive-nav {
	padding-bottom: 0px;
}
.header3 #main-nav-container #main-nav #responsive-nav {
	padding: 5px 0px;
}
#responsive-nav-button {
	font: 700 20px/38px "PT Sans", sans-serif; color: rgb(73, 73, 64); text-transform: uppercase; margin-top: 2px; cursor: pointer; font-size-adjust: none; font-stretch: normal; -webkit-user-select: none; user-select: none;
}
.header3 #responsive-nav-button {
	margin: 1px 0px; color: rgb(255, 255, 255);
}
#responsive-nav-button #responsive-nav-button-icon {
	background-position: center; border-radius: 3px; transition:background-color 0.4s; width: 35px; height: 35px; margin-top: 1.5px; margin-left: 15px; vertical-align: top; display: inline-block; box-shadow: inset 0px 1px 1px rgba(255,255,255,0.4); background-image: url("../images/sprites/responsive-menu-icon.png"); background-repeat: no-repeat; background-color: rgb(68, 70, 69); -webkit-transition: background-color 0.4s; -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4); -moz-transition: background-color 0.4s;
}
#responsive-nav-button:hover #responsive-nav-button-icon {
	background-color: rgb(123, 174, 35);
}
.active#responsive-nav-button #responsive-nav-button-icon {
	background-color: rgb(123, 174, 35);
}
.fixed#main-nav-container #main-nav #responsive-nav {
	margin: 3.5px 0px; padding-bottom: 0px;
}
#quick-access {
	margin-top: 1.5px; float: right; position: relative;
}
.fixed#main-nav-container #quick-access {
	margin-top: 2px;
}
.header3 #quick-access {
	margin: 7.5px 0px;
}
.header3 .fixed#main-nav-container #quick-access {
	margin: 7.5px 0px;
}
.header5 #quick-access {
	left: 186px; top: -66px; position: absolute;
}
.header7 #quick-access {
	height: 50px; margin-top: 0px; border-right-color: rgb(209, 213, 214); border-right-width: 1px; border-right-style: solid;
}
.header7 .fixed#main-nav-container #quick-access {
	margin-top: 0px;
}
.quick-search-form {
	position: relative;
}
#header .dropdown-cart-menu-container .btn {
	padding: 7.5px 10px; border-radius: 0px; border: currentColor; border-image: none;
}
.quick-search-form .btn {
	padding: 7.5px 10px; border-radius: 0px; border: currentColor; border-image: none;
}
.header2#header .dropdown-cart-menu-container .dropdown-cart > .btn {
	color: rgb(255, 255, 255); background-color: rgb(123, 174, 35);
}
.header2#header .dropdown-cart-menu-container:hover .btn.dropdown-toggle {
	color: rgb(255, 255, 255); background-color: rgb(132, 187, 38);
}
.header2#header .dropdown-cart-menu-container .open .btn.dropdown-toggle {
	color: rgb(255, 255, 255); background-color: rgb(132, 187, 38);
}
.header4#header .dropdown-cart-menu-container .btn.dropdown-toggle {
	color: rgb(136, 136, 136); padding-top: 5px; padding-bottom: 5px; background-color: transparent;
}
.header4#header .dropdown-cart-menu-container:hover .btn.dropdown-toggle {
	color: rgb(255, 255, 255); background-color: rgb(123, 174, 35);
}
.header4#header .dropdown-cart-menu-container .open .btn.dropdown-toggle {
	color: rgb(255, 255, 255); background-color: rgb(123, 174, 35);
}
.header7#header .dropdown-cart-menu-container .dropdown-cart > .btn {
	padding: 14px 20px 14px 35px; border: 1px solid rgb(231, 231, 231); border-image: none; color: rgb(127, 125, 116); box-shadow: inset 0px 1px 0px rgba(255,255,255,0.55); background-color: rgb(244, 243, 243); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}
.header7#header .dropdown-cart-menu-container:hover .btn.dropdown-toggle {
	border-color: rgb(123, 174, 35); color: rgb(255, 255, 255); background-color: rgb(123, 174, 35);
}
.header7#header .dropdown-cart-menu-container .open .btn.dropdown-toggle {
	border-color: rgb(123, 174, 35); color: rgb(255, 255, 255); background-color: rgb(123, 174, 35);
}
#quick-search {
	background-position: 0px -116px; border: currentColor; border-image: none; width: 35px; height: 35px; background-image: url("/Content/images/sprites/sprite.png");
}
#quick-search:focus {
	border: currentColor; border-image: none;
}
#quick-search:active {
	border: currentColor; border-image: none;
}
#quick-access .dealer-name {
	background: rgb(255, 255, 255); padding: 0px 5px; height: 35px; margin-left: 6px; float: right; display: table; table-layout: fixed;
}
#quick-access .dealer-name span {
	vertical-align: middle; display: table-cell;
}
#quick-access .dealer-name span:first-child {
	padding-right: 2px;
}
.header2 #quick-search {
	background-position: -80px -360px; transition:background-position; -webkit-transition: background-position 0s; -o-transition: background-position 0s; -moz-transition: background-position 0s;
}
.header2 #quick-access .quick-search-form .btn-custom:hover {
	background-position: 0px -116px; background-color: rgb(123, 174, 35) !important;
}
.header2 #quick-access .quick-search-form .btn-custom:focus {
	background-position: 0px -116px; background-color: rgb(123, 174, 35) !important;
}
.header2 #quick-access .quick-search-form .btn-custom:active {
	background-position: 0px -116px; background-color: rgb(123, 174, 35) !important;
}
.header4 #quick-search {
	background-position: -80px -360px; transition:background-position; background-color: transparent; -webkit-transition: background-position 0s; -o-transition: background-position 0s; -moz-transition: background-position 0s;
}
.header4 #quick-search {
	margin-top: 1px;
}
.header4 .fixed#main-nav-container #quick-search {
	margin-top: 0px;
}
.header4 #quick-access .quick-search-form .btn-custom:hover {
	background-position: 0px -116px; background-color: rgb(123, 174, 35);
}
.header4 #quick-access .quick-search-form .btn-custom:focus {
	background-position: 0px -116px; background-color: rgb(123, 174, 35);
}
.header4 #quick-access .quick-search-form .btn-custom:active {
	background-position: 0px -116px; background-color: rgb(123, 174, 35);
}
.header5 #quick-search {
	background-position: -366px -324px; border: 1px solid rgb(232, 232, 232); transition:background-position; border-image: none; background-color: transparent; -webkit-transition: background-position 0s; -o-transition: background-position 0s; -moz-transition: background-position 0s;
}
.header5 #quick-access .quick-search-form .btn-custom:hover {
	background-position: -1px -117px; border-color: rgb(123, 174, 35); box-shadow: inset 0px 1px 1px rgba(255,255,255,0.75); background-color: rgb(123, 174, 35); -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.75);
}
.header5 #quick-access .quick-search-form .btn-custom:focus {
	background-position: -1px -117px; border-color: rgb(123, 174, 35); box-shadow: inset 0px 1px 1px rgba(255,255,255,0.75); background-color: rgb(123, 174, 35); -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.75);
}
.header5 #quick-access .quick-search-form .btn-custom:active {
	background-position: -1px -117px; border-color: rgb(123, 174, 35); box-shadow: inset 0px 1px 1px rgba(255,255,255,0.75); background-color: rgb(123, 174, 35); -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.75);
}
.header6 #quick-search {
	margin-top: 7px;
}
.header7 #quick-search {
	background-position: -365px -265px; margin-top: 7.5px; background-color: transparent;
}
.quick-search-form .form-control {
	padding: 8px 15px; border-radius: 0px !important; border: 1px solid rgb(224, 224, 224); border-image: none; height: 35px; color: rgb(164, 164, 164); line-height: 20px; font-size: 13px; box-shadow: none; background-color: transparent; -webkit-box-shadow: none;
}
.header3 .quick-search-form .form-control {
	background: rgb(89, 89, 89); border: currentColor; border-image: none;
}
.header5 .quick-search-form .form-control {
	border-color: rgb(232, 232, 232);
}
.header7 .quick-search-form .form-control {
	padding: 15.5px 15px; border: currentColor; border-image: none; height: 50px; font-size: 16px;
}
.header4 #quick-access .quick-search-form .form-group {
	background: rgb(255, 255, 255); top: 1px; width: 170px; right: 36px; display: none; position: absolute; z-index: 9999 !important;
}
.header4 .fixed#main-nav-container #quick-access .quick-search-form .form-group {
	top: 0px;
}
.header6 #quick-access .quick-search-form .form-group {
	top: 7px;
}
.quick-search-form .form-control:focus {
	border-color: rgb(224, 224, 224); outline: 0px; box-shadow: none; -webkit-box-shadow: none;
}
.quick-search-form :-ms-input-placeholder.form-control {
	font-style: italic;
}
.header3 .quick-search-form :-ms-input-placeholder.form-control {
	color: rgb(255, 255, 255); font-style: normal;
}
.header5 .quick-search-form :-ms-input-placeholder.form-control {
	color: rgb(141, 135, 124); font-style: normal;
}
.header6 .quick-search-form :-ms-input-placeholder.form-control {
	color: rgb(164, 164, 164); font-style: normal;
}
.header7 .quick-search-form :-ms-input-placeholder.form-control {
	color: rgb(152, 153, 156); font-style: normal; font-weight: bold;
}
.dropdown-cart-menu-container {
	padding-bottom: 8px; position: relative;
}
.header4 .dropdown-cart-menu-container {
	margin-right: -14px;
}
.header5 .dropdown-cart-menu-container {
	top: -64px; right: 15px; padding-bottom: 2px; position: absolute;
}
.header6 .dropdown-cart-menu-container {
	margin-top: 9px;
}
#header .dropdown-cart-menu-container .dropdown-toggle {
	padding-right: 14px; padding-left: 14px;
}
.dropdown-cart-menu-container .cart-menu-icon {
	background-position: -35px -116px; border: currentColor; border-image: none; left: 3px; top: 0px; width: 35px; height: 35px; position: absolute; background-image: url("../images/sprites/sprite.png");
}
.header4 .dropdown-cart-menu-container .cart-menu-icon {
	background-position: -146px -360px; top: -2.5px;
}
.header5 .dropdown-cart-menu-container .cart-menu-icon {
	background-position: -366px -231px; border: 1px solid rgb(232, 232, 232); border-image: none; left: -36px;
}
.header5#header .dropdown-cart-menu-container .btn.btn.dropdown-toggle {
	padding: 6.5px 10px 6.5px 15px; border: 1px solid rgb(232, 232, 232); border-image: none; text-align: left; color: rgb(141, 135, 124); min-width: 175px; background-color: transparent;
}
.header7 .dropdown-cart-menu-container .cart-menu-icon {
	background-position: -366px -231px; top: 7.5px;
}
.header4#header .dropdown-cart-menu-container:hover .cart-menu-icon {
	background-position: -35px -116px;
}
.header4#header .dropdown-cart-menu-container .btn-group:hover .cart-menu-icon {
	background-position: -35px -116px;
}
.header4#header .dropdown-cart-menu-container .open .cart-menu-icon {
	background-position: -35px -116px;
}
.header5#header .dropdown-cart-menu-container:hover .cart-menu-icon {
	background-position: -36px -117px; border-color: rgb(123, 174, 35); box-shadow: inset 0px 1px 1px rgba(255,255,255,0.75); background-color: rgb(123, 174, 35); -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.75);
}
.header5#header .dropdown-cart-menu-container .btn-group:hover .cart-menu-icon {
	background-position: -36px -117px; border-color: rgb(123, 174, 35); box-shadow: inset 0px 1px 1px rgba(255,255,255,0.75); background-color: rgb(123, 174, 35); -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.75);
}
.header5#header .dropdown-cart-menu-container .open .cart-menu-icon {
	background-position: -36px -117px; border-color: rgb(123, 174, 35); box-shadow: inset 0px 1px 1px rgba(255,255,255,0.75); background-color: rgb(123, 174, 35); -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.75);
}
.header7#header .dropdown-cart-menu-container:hover .cart-menu-icon {
	background-position: -36px -117px;
}
.header7#header .dropdown-cart-menu-container .btn-group:hover .cart-menu-icon {
	background-position: -36px -117px;
}
.header7#header .dropdown-cart-menu-container .open .cart-menu-icon {
	background-position: -36px -117px;
}
.dropdown-cart-menu-container:hover .dropdown-menu {
	display: block;
}
.dropdown-cart {
	margin-left: 6px;
}
.header2 .dropdown-cart {
	margin-left: 10px;
}
.header3 .dropdown-cart {
	margin-left: 10px;
}
.header4 .dropdown-cart {
	margin-left: 10px;
}
#header .dropdown-cart .dropdown-cart-menu {
	background: rgb(255, 255, 255); padding: 20px; border-top-color: rgb(132, 187, 38); border-top-width: 3px; border-top-style: solid; min-width: 300px;
}
.header5#header .dropdown-cart .dropdown-cart-menu {
	background: rgb(255, 255, 255); padding: 20px; border: 1px solid rgb(232, 232, 232); border-image: none; margin-top: 2px; box-shadow: 0px 2px 2px rgba(0,0,0,0.2); -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.dropdown-cart {
	float: right;
}
.quick-search-form {
	float: right;
}
.dropdown-cart .dropdown-cart-description {
	color: rgb(123, 123, 123); margin-bottom: 10px;
}
.dropdown-cart .item {
	border: currentColor; border-image: none;
}
.dropdown-cart .empty {
	margin: 0px;
}
.dropdown-cart .dropdown-cart-product-list {
	margin-bottom: 5px; list-style-type: none;
}
.dropdown-cart .dropdown-cart-product-list li.item {
	padding: 0px; margin-bottom: 20px; position: relative;
}
.dropdown-cart .dropdown-cart-product-list figure {
	width: 85px; margin-right: 10px; float: left;
}
.dropdown-cart .dropdown-cart-product-list figure a {
	width: 100%; display: inline-block;
}
.dropdown-cart .dropdown-cart-product-list figure img {
	height: auto; display: block; max-width: 100%;
}
.dropdown-cart .dropdown-cart-product-list .edit-item {
	top: 0px; color: rgb(130, 136, 134); font-size: 14px; font-weight: 300; display: inline-block; position: absolute;
}
.dropdown-cart .dropdown-cart-product-list .delete-item {
	top: 0px; color: rgb(130, 136, 134); font-size: 14px; font-weight: 300; display: inline-block; position: absolute;
}
.dropdown-cart .dropdown-cart-product-list .edit-item {
	font-size: 13px;
}
.dropdown-cart .dropdown-cart-product-list .delete-item {
	right: 0px;
}
.dropdown-cart .dropdown-cart-product-list .edit-item {
	right: 18px;
}
.dropdown-cart .dropdown-cart-product-list .edit-item:hover {
	color: rgb(123, 174, 35);
}
.dropdown-cart .dropdown-cart-product-list .delete-item:hover {
	color: rgb(123, 174, 35);
}
.dropdown-cart .dropdown-cart-product-list .item-name {
	line-height: 20px; font-size: 16px; font-weight: 700; margin-bottom: 10px; display: inline-block;
}
.dropdown-cart .dropdown-cart-product-list .dropdown-cart-details {
	width: 160px; padding-right: 20px; float: left;
}
.dropdown-cart .dropdown-cart-product-list .dropdown-cart-details .item-price {
	color: rgb(168, 191, 0); padding-left: 1px; font-size: 16px; font-weight: bold;
}
.dropdown-cart-action {
	float: right;
}
.dropdown-cart-action > p {
	width: 100px; margin-bottom: 3px;
}
.dropdown-cart-action .btn {
	padding: 6px 12px; border-radius: 3px !important; text-transform: uppercase; line-height: 16px; font-size: 13px;
}
.dropdown-cart-total {
	width: 150px; margin-top: 10.5px; float: left;
}
.dropdown-cart-total li {
	font: 700 15px/18px "PT Sans", sans-serif; color: rgb(123, 174, 35); margin-bottom: 6px; font-size-adjust: none; font-stretch: normal;
}
.dropdown-cart-total li .dropdown-cart-total-title {
	color: rgb(87, 90, 89); text-transform: uppercase; margin-right: 4px;
}
.dropdown-cart-total li .sub-price {
	color: rgb(123, 174, 35);
}
#quick-access .quick-search-form {
	font-size: 0px;
}
#quick-access .quick-search-form .form-group {
	background: rgb(255, 255, 255); top: 0px; width: 170px; right: 36px; display: none; position: absolute; z-index: 9996 !important;
}
.header5 #quick-access .quick-search-form .form-group {
	display: block;
}
.header7 #quick-access .quick-search-form .form-group {
	width: 200px;
}
#quick-access .quick-search-form .form-control {
	transition:0.3s ease-in-out; width: 100%; font-size: 13px; margin-right: 1px; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out;
}
.header6 #quick-access .quick-search-form .form-control {
	font-size: 14px;
}
.header7 #quick-access .quick-search-form .form-control {
	font-size: 16px;
}
#content {
	padding-bottom: 50px;
}
#content img {
	height: auto; display: block; max-width: 100%;
}
.widget .content-title {
	margin-bottom: 16px !important;
}
.title {
	padding-left: 8px; font-size: 40px; margin-bottom: 15px; border-left-color: rgb(123, 174, 35); border-left-width: 4px; border-left-style: solid;
}
.title.font-size-30 {
	font-size: 30px !important;
}
.title.font-size-25 {
	font-size: 25px !important;
}
.content-title.reverse .title {
	text-align: right; padding-right: 8px; padding-left: 0px; border-right-color: rgb(123, 174, 35); border-left-color: currentColor; border-right-width: 4px; border-left-width: medium; border-right-style: solid; border-left-style: none;
}
.title-bg {
	position: relative;
}
.title-bg .title {
	margin: 7.5px 0px;
}
.title-bg + .title-desc {
	margin: 5px 0px;
}
.content-title.reverse .title-desc {
	text-align: right;
}
.content-title.reverse .title-bg {
	text-align: right;
}
.title-bg > h1 {
	background: rgb(255, 255, 255); left: 0px; padding-right: 30px; display: inline-block; position: relative; z-index: 1;
}
.title-bg > h2 {
	background: rgb(255, 255, 255); left: 0px; padding-right: 30px; display: inline-block; position: relative; z-index: 1;
}
.title-bg > h3 {
	background: rgb(255, 255, 255); left: 0px; padding-right: 30px; display: inline-block; position: relative; z-index: 1;
}
.title-bg > h4 {
	background: rgb(255, 255, 255); left: 0px; padding-right: 30px; display: inline-block; position: relative; z-index: 1;
}
.title-bg > h5 {
	background: rgb(255, 255, 255); left: 0px; padding-right: 30px; display: inline-block; position: relative; z-index: 1;
}
.content-title.reverse .title-bg > h1 {
	padding-left: 30px;
}
.content-title.reverse .title-bg > h2 {
	padding-left: 30px;
}
.content-title.reverse .title-bg > h3 {
	padding-left: 30px;
}
.content-title.reverse .title-bg > h4 {
	padding-left: 30px;
}
.content-title.reverse .title-bg > h5 {
	padding-left: 30px;
}
.title-bg::after {
	background: rgb(220, 220, 220); left: 0px; top: 50%; width: 100%; height: 1px; margin-top: -0.5px; display: block; position: absolute; z-index: 0; content: "";
}
#content .content-title {
	margin-bottom: 20px;
}
.title-desc {
	font: 17px/1.5 "PT Sans", Arial, sans-serif; overflow: hidden; white-space: nowrap; -ms-text-overflow: ellipsis; font-size-adjust: none; font-stretch: normal;
}
.sub-title {
	text-transform: uppercase; line-height: 1; font-size: 25px; margin-top: 0px; margin-bottom: 30px;
}
.sub-title.reverse {
	text-align: right;
}
.home-banners a {
	margin-bottom: 20px; display: block; max-width: 370px;
}
.home-banners a:hover {
	opacity: 0.8;
}
#brand-slider-container {
	margin-bottom: 30px;
}
.brand-slider a {
	padding: 0px 15px; text-align: center; display: block;
}
.brand-slider img {
	display: inline-block !important;
}
.item {
	padding: 20px; border: 1px solid rgb(232, 232, 232); border-image: none; margin-bottom: 30px; position: relative;
}
.item.item-hover {
	border: 1px solid rgb(232, 232, 232); border-image: none;
}
.item.item-hover:hover {
	border: 1px solid rgb(123, 174, 35); border-image: none;
}
.owl-carousel .item {
	padding: 20px 10px;
}
.item.item-list {
	border: 1px solid transparent; border-image: none; margin-bottom: 40px;
}
.item.item-list .item-image-container {
	width: 230px; margin-right: 60px; margin-bottom: 0px; float: left;
}
.item-image-wrapper {
	position: relative;
}
.item .item-image-container {
	margin: 0px auto 20px; width: 173px; height: 200px; position: relative;
}
.item .item-image-container > a {
	display: block;
}
.item .item-image-container img {
	transition:0.3s; max-height: 200px; max-width: 100%; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s;
}
.item .item-image-container .item-image {
	left: 50%; top: 50%; visibility: visible; position: absolute; opacity: 1; transform: translate(-50%, -50%);
}
.item .item-image-container .item-image-hover {
	left: 50%; top: 50%; visibility: hidden; position: absolute; opacity: 0; transform: translate(-50%, -50%);
}
.item-meta-inner-container {
	margin-top: -2px; margin-bottom: 7px;
}
.item:hover .item-image-container .item-image {
	visibility: hidden; opacity: 0;
}
.item:hover .item-image-container .item-image-hover {
	visibility: visible; opacity: 1;
}
.item-price-container {
	background: rgb(168, 191, 0); font: 700 16px/20px "Gudea", Arial, sans-serif; border-radius: 500px; width: 81px; height: 81px; text-align: center; right: -9px; bottom: -10px; color: rgb(255, 255, 255); display: block; position: absolute; z-index: 801; font-size-adjust: none; font-stretch: normal;
}
.item-price-container.top-left {
	left: -10px; top: -10px; right: auto; bottom: auto;
}
.item-price-container.top-right {
	left: auto; top: -10px; right: -10px; bottom: auto;
}
.item-price-container.bottom-left {
	left: -10px; top: auto; right: auto; bottom: -10px;
}
.item-price-container.bottom-right {
	left: auto; top: auto; right: -10px; bottom: -10px;
}
.item-price-special {
	font: 700 16px/20px "Gudea", Arial, sans-serif; color: rgb(232, 44, 12); font-size-adjust: none; font-stretch: normal;
}
.item-price-container .old-price {
	color: rgb(98, 101, 100); text-decoration: line-through; margin-top: 20.5px; display: block;
}
.item-price-container .item-price {
	margin-top: 30.5px; display: block;
}
.sub-price {
	bottom: 0px; font-size: 75%; position: relative;
}
.item-price-container .old-price + .item-price {
	margin-top: 0px !important;
}
.item-price-container.inline {
	background: none; font: 700 20px "Gudea", Arial, sans-serif; border-radius: 0px; width: auto; height: auto; right: auto; bottom: auto; color: rgb(173, 173, 173); display: inline-block; position: static; font-size-adjust: none; font-stretch: normal;
}
.item-price-container.inline .old-price {
	margin: 0px 8px 0px 0px; color: rgb(173, 173, 173); text-decoration: line-through; display: inline;
}
.item-price-container.inline .item-price {
	margin: 0px; color: rgb(232, 44, 12); display: inline;
}
.new-rect {
	font: 700 16px/20px "PT Sans", sans-serif; padding: 7.5px 0px; left: 0px; top: 0px; width: 62px; text-align: center; color: rgb(255, 255, 255); text-transform: uppercase; display: block; position: absolute; z-index: 800; font-size-adjust: none; font-stretch: normal;
}
.discount-rect {
	font: 700 16px/20px "PT Sans", sans-serif; padding: 7.5px 0px; left: 0px; top: 0px; width: 62px; text-align: center; color: rgb(255, 255, 255); text-transform: uppercase; display: block; position: absolute; z-index: 800; font-size-adjust: none; font-stretch: normal;
}
.new-circle {
	font: 700 16px/20px "Gudea", sans-serif; padding: 22.5px 0px; border-radius: 500px; width: 65px; height: 65px; text-align: center; color: rgb(255, 255, 255); text-transform: uppercase; display: block; position: absolute; z-index: 800; font-size-adjust: none; font-stretch: normal;
}
.discount-circle {
	font: 700 16px/20px "Gudea", sans-serif; padding: 22.5px 0px; border-radius: 500px; width: 65px; height: 65px; text-align: center; color: rgb(255, 255, 255); text-transform: uppercase; display: block; position: absolute; z-index: 800; font-size-adjust: none; font-stretch: normal;
}
.new-rect + .discount-rect {
	top: 37px;
}
.top-left {
	left: 0px; top: 10px !important; right: auto;
}
.top-right {
	left: auto; top: 10px !important; right: 0px;
}
.bottom-left {
	left: 0px; top: auto !important; right: auto; bottom: 10px;
}
.bottom-right {
	left: auto; top: auto !important; right: 0px; bottom: 10px;
}
.new-circle.top-left {
	left: -5px; top: -5px !important;
}
.discount-circle.top-left {
	left: -5px; top: -5px !important;
}
.new-circle.top-right {
	top: -5px !important; right: -5px;
}
.discount-circle.top-right {
	top: -5px !important; right: -5px;
}
.new-circle.bottom-left {
	left: -5px; bottom: -5px;
}
.discount-circle.bottom-left {
	left: -5px; bottom: -5px;
}
.new-circle.bottom-right {
	right: -5px; bottom: -5px;
}
.discount-circle.bottom-right {
	right: -5px; bottom: -5px;
}
.new-rect {
	background: rgb(123, 174, 35);
}
.discount-rect {
	background: rgb(199, 41, 41);
}
.new-circle {
	background: rgb(199, 41, 41);
}
.discount-circle {
	background: rgb(132, 187, 38);
}
.item.item-hover .item-meta-container {
	text-align: center;
}
.item.item-list .item-meta-container {
	text-align: left;
}
.category-list-container .ratings-container {
	margin-bottom: 10px;
}
.ratings-container {
	padding: 4px 0px; height: 30px; line-height: 22px;
}
.item-meta-inner-container .ratings-container.pull-right {
	padding: 0px; height: 20px; text-align: center; line-height: 20px;
}
.item .ratings-container * {
	vertical-align: middle;
}
.item.item-hover .ratings-container {
	margin-bottom: 4px;
}
.item-meta-inner-container .ratings-container.pull-right .ratings {
	margin-top: -2px;
}
.item-meta-container > h5 {
	min-height: 36px;
}
.item-meta-container > span {
	display: block; min-height: 60px;
}
.ratings {
	background: url("../images/sprites/ratings.png") no-repeat 0px 0px; width: 94px; height: 16px; display: inline-block;
}
.ratings .ratings-result {
	background: url("../images/sprites/ratings.png") no-repeat 0px -16px; height: 16px;
}
.ratings-amount {
	color: rgb(204, 204, 204); line-height: 16px; font-size: 14px; white-space: nowrap;
}
.item-name {
	font: 400 19px/24px "PT Sans", sans-serif; margin: 0px; width: 100%; display: table; font-size-adjust: none; font-stretch: normal;
}
.item.item-list .item-name {
	margin: 0px 0px 5px; font-size: 20px; font-weight: 700;
}
.item-name a {
	height: 44px; text-align: center; color: rgb(100, 100, 100); font-size: 15px; vertical-align: middle; display: table-cell;
}
.item-name a:hover {
	color: rgb(123, 174, 35);
}
.item-name a span {
	height: 44px; line-height: 22px; overflow: hidden; display: block;
}
.item-detail-part {
	font: 400 14px/15px "PT Sans", sans-serif; margin: 0px 0px 5px; width: 100%; display: table; font-size-adjust: none; font-stretch: normal;
}
.item-detail-part span {
	width: 50%; vertical-align: middle; display: table-cell;
}
.item-detail-part span:first-child {
	color: rgb(51, 51, 51); padding-right: 5px;
}
.item-detail-part span:first-child::after {
	margin-right: -3px; float: right; content: ":";
}
.item-detail-part span:last-child {
	padding-left: 5px;
}
.item.item-list .item-meta-container p {
	margin-bottom: 20px;
}
.item-meta-container hr {
	margin-top: 5px; margin-bottom: 5px;
}
.item-action {
	line-height: 15px; font-size: 0px; white-space: nowrap;
}
.item-action .btn {
	padding: 6px 10px;
}
.item-action * {
	vertical-align: middle; white-space: nowrap;
}
.item-add-btn {
	border-radius: 3px; border: 1px solid rgb(92, 95, 94); transition:background-color 0.4s; border-image: none; height: 35px; color: rgb(232, 232, 232); text-transform: uppercase; vertical-align: top; display: inline-block; min-width: 35px; box-shadow: inset 0px 1px 1px rgba(255,255,255,0.4); background-color: rgb(87, 90, 89); -webkit-transition: background-color 0.4s; -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4); -moz-transition: background-color 0.4s;
}
.item-add-btn:hover {
	background: rgb(123, 174, 35); border-color: rgb(123, 174, 35); color: rgb(255, 255, 255); box-shadow: inset 0px 1px 1px rgba(255,255,255,0.4); -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
}
.item-add-btn:focus {
	background: rgb(123, 174, 35); border-color: rgb(123, 174, 35); color: rgb(255, 255, 255); box-shadow: inset 0px 1px 1px rgba(255,255,255,0.4); -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
}
.item-add-btn:active {
	background: rgb(123, 174, 35); border-color: rgb(123, 174, 35); color: rgb(255, 255, 255); box-shadow: inset 0px 1px 1px rgba(255,255,255,0.4); -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
}
.item-add-btn.active {
	background: rgb(123, 174, 35); border-color: rgb(123, 174, 35); color: rgb(255, 255, 255); box-shadow: inset 0px 1px 1px rgba(255,255,255,0.4); -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
}
.item-add-btn.icon-cart {
	background-position: center; background-image: url("../images/sprites/cart.png"); background-repeat: no-repeat;
}
.icon-cart-text {
	padding: 10px 16px; font-size: 13px; font-weight: bold; display: inline-block;
}
.item .item-action .item-action-inner {
	padding-left: 20px; display: inline-block;
}
.item .item-action .item-action-inner .btn {
	padding: 6px 7px;
}
.item .item-action .item-action-inner :first-child.btn {
	margin-right: 5px;
}
.item.item-hover .item-action .item-action-inner {
	width: 0px; text-align: right; padding-left: 0px; visibility: hidden;
}
.item.item-hover .item-action .item-action-inner .icon-button {
	text-indent: 9999px;
}
.item.item-hover .ratings-amount {
	display: none;
}
#products-tabs-content .item {
	border: 1px solid rgb(232, 232, 232); border-image: none;
}
#products-tabs-content .item:hover {
	border: 1px solid rgb(123, 174, 35); border-image: none; box-shadow: 0px 0px 1px rgba(232,232,232,0.15); -webkit-box-shadow: 0 0 1px rgba(232, 232, 232, 0.15);
}
.sidebar .widget.subscribe {
	background: rgb(255, 255, 255); padding: 15px 10px; border-radius: 3px; border: 1px solid rgb(220, 220, 220); border-image: none; text-align: center;
}
.sidebar .widget.subscribe h3 {
	line-height: 32px; font-size: 26px;
}
.sidebar .widget.subscribe p {
	line-height: 22px; font-size: 16px; margin-bottom: 25px;
}
.sidebar .widget.subscribe .form-group {
	padding: 0px 10px; margin-bottom: 20px;
}
.sidebar .widget.subscribe .form-control {
	padding: 5px; border-radius: 3px; border: 1px solid rgb(224, 224, 224); border-image: none; height: 36px; text-align: center; color: rgb(164, 164, 164); font-size: 15px; box-shadow: none; background-color: rgb(250, 250, 250); -webkit-box-shadow: none;
}
.sidebar .widget.subscribe .btn {
	margin-bottom: 10px;
}
.sidebar .widget .banner-slider .banner-slider-list li {
	margin: 0px; padding: 0px; line-height: 1; display: block;
}
.sidebar .widget .banner-slider .banner-slider-list a {
	width: 100%; display: inline-block;
}
.sidebar .banner-slider .banner-slider-list img {
	border: 1px solid rgb(220, 220, 220); border-image: none; height: auto; display: block; max-width: 100%;
}
.banner-slider .flex-control-nav {
	margin: 0px; padding: 0px; width: 100%; text-align: center; bottom: 20px; line-height: 1; font-size: 0px; position: absolute; z-index: 800;
}
.banner-slider .flex-control-nav li {
	margin: 0px 6px; display: inline-block; -ms-zoom: 1;
}
.banner-slider .flex-control-paging li a {
	background: rgba(0, 0, 0, 0.5); border-radius: 50px; width: 7px; height: 7px; text-indent: -9999px; display: block; cursor: pointer; box-shadow: inset 0px 0px 3px rgba(0,0,0,0.3); -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.banner-slider .flex-control-paging li a:hover {
	background: rgba(0, 0, 0, 0.7);
}
.banner-slider .flex-control-paging li a.flex-active {
	background: rgb(123, 174, 35); cursor: default;
}
.crsl-btn {
	border-radius: 3px; border: 1px solid rgb(224, 224, 224); transition:background-color 0.3s, color 0.4s; border-image: none; width: 51px; height: 32px; text-align: center; float: left; display: block; cursor: pointer; -ms-user-select: none; background-color: rgb(250, 250, 250); -webkit-transition: background-color 0.3s, color 0.4s; -webkit-user-select: none; -moz-user-select: none; user-select: none; -o-transition: background-color 0.3s, color 0.4s; -moz-transition: background-color 0.3s, color 0.4s;
}
.crsl-btn:hover {
	border-color: rgb(132, 187, 38); color: rgb(255, 255, 255); background-color: rgb(132, 187, 38);
}
.crsl-space {
	margin-left: 1px;
}
#category-breadcrumb {
	font: 13px/18px "Oswald", Arial, sans-serif; padding: 15px 0px; font-size-adjust: none; font-stretch: normal;
}
#breadcrumb-container {
	font: 13px/18px "Oswald", Arial, sans-serif; padding: 15px 0px; font-size-adjust: none; font-stretch: normal;
}
#category-breadcrumb {
	margin-bottom: 20px;
}
#breadcrumb-container {
	background: rgb(123, 174, 35);
}
.light#breadcrumb-container {
	background: rgb(214, 214, 214);
}
.dark#breadcrumb-container {
	background: rgb(85, 85, 85);
}
.transparent#breadcrumb-container {
	background: none;
}
.breadcrumb {
	padding: 0px; border-radius: 0px; margin-bottom: 0px; background-color: transparent;
}
#breadcrumb-container .breadcrumb a {
	color: rgb(255, 255, 255);
}
#category-breadcrumb .breadcrumb a {
	color: rgb(117, 117, 117);
}
.transparent#breadcrumb-container .breadcrumb a {
	color: rgb(117, 117, 117);
}
.light#breadcrumb-container .breadcrumb a {
	color: rgb(68, 75, 76);
}
#breadcrumb-container .breadcrumb a:hover {
	color: rgb(238, 238, 238);
}
#category-breadcrumb .breadcrumb a:hover {
	color: rgb(123, 174, 35);
}
.light#breadcrumb-container .breadcrumb a:hover {
	color: rgb(123, 174, 35);
}
.transparent#breadcrumb-container .breadcrumb a:hover {
	color: rgb(123, 174, 35);
}
.breadcrumb > li + li::before {
	padding: 0px 10px; content: "\003E";
}
.breadcrumb > .active {
	color: rgb(255, 255, 255);
}
#breadcrumb-container .breadcrumb > li + li::before {
	color: rgb(255, 255, 255);
}
.dark#breadcrumb-container .breadcrumb > .active {
	color: rgb(255, 255, 255);
}
.dark#breadcrumb-container .breadcrumb > li + li::before {
	color: rgb(255, 255, 255);
}
#category-breadcrumb .breadcrumb > .active {
	color: rgb(117, 117, 117);
}
#category-breadcrumb .breadcrumb > li + li::before {
	color: rgb(117, 117, 117);
}
.transparent#breadcrumb-container .breadcrumb > .active {
	color: rgb(117, 117, 117);
}
.transparent#breadcrumb-container .breadcrumb > li + li::before {
	color: rgb(117, 117, 117);
}
.light#breadcrumb-container .breadcrumb > .active {
	color: rgb(68, 75, 76);
}
.light#breadcrumb-container .breadcrumb > li + li::before {
	color: rgb(68, 75, 76);
}
#portfolio-filter {
	margin-bottom: 20px; list-style-type: none;
}
#portfolio-filter li {
	margin: 0px 3px 10px 0px; float: left;
}
#portfolio-filter li a {
	background: rgb(87, 90, 89); font: 700 14px/18px "PT Sans", sans-serif; padding: 6px 20px; transition:background 0.4s; color: rgb(255, 255, 255); text-transform: uppercase; display: inline-block; font-size-adjust: none; font-stretch: normal; -webkit-transition: background 0.4s; -o-transition: background 0.4s; -moz-transition: background 0.4s;
}
#portfolio-filter li a:hover {
	background: rgb(132, 187, 38);
}
#portfolio-filter li a.active {
	background: rgb(132, 187, 38);
}
.portfolio-item {
	margin-bottom: 35px;
}
.owl-carousel .portfolio-item {
	padding: 0px 15px; width: 100% !important;
}
.portfolio-item > figure {
	margin-bottom: 20px; position: relative;
}
.portfolio-item img {
	height: auto; display: block; max-width: 100%;
}
.portfolio-item > figure > figcaption {
	background: rgba(68, 70, 69, 0.7); transition:0.5s ease-in-out; left: 0px; top: 0px; width: 100%; height: 100%; overflow: hidden; position: absolute; opacity: 0; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;
}
.portfolio-item > figure > figcaption > .zoom-button {
	border-radius: 3px; border: 1px solid rgb(123, 174, 35); transition:background-color 0.3s ease-in-out 0.2s, margin-left 0.4s ease-in-out 0.2s; border-image: none; left: 50%; top: 50%; width: 35px; height: 35px; margin-top: -17.5px; margin-left: -17.5px; display: block; position: absolute; opacity: 0; box-shadow: inset 0px 1px 1px rgba(255,255,255,0.45); background-image: url("/Content/images/sprites/sprite.png"); background-repeat: no-repeat; background-color: rgb(123, 174, 35); -webkit-transition: background-color 0.3s ease-in-out 0.2s, margin-left 0.4s ease-in-out 0.2s; -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.45); -o-transition: background-color 0.3s ease-in-out 0.2s, margin-left 0.4s ease-in-out 0.2s; -moz-transition: background-color 0.3s ease-in-out 0.2s, margin-left 0.4s ease-in-out 0.2s;
}
.portfolio-item > figure > figcaption > .link-button {
	border-radius: 3px; border: 1px solid rgb(123, 174, 35); transition:background-color 0.3s ease-in-out 0.2s, margin-left 0.4s ease-in-out 0.2s; border-image: none; left: 50%; top: 50%; width: 35px; height: 35px; margin-top: -17.5px; margin-left: -17.5px; display: block; position: absolute; opacity: 0; box-shadow: inset 0px 1px 1px rgba(255,255,255,0.45); background-image: url("/Content/images/sprites/sprite.png"); background-repeat: no-repeat; background-color: rgb(123, 174, 35); -webkit-transition: background-color 0.3s ease-in-out 0.2s, margin-left 0.4s ease-in-out 0.2s; -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.45); -o-transition: background-color 0.3s ease-in-out 0.2s, margin-left 0.4s ease-in-out 0.2s; -moz-transition: background-color 0.3s ease-in-out 0.2s, margin-left 0.4s ease-in-out 0.2s;
}
.portfolio-item > figure > figcaption > .zoom-button {
	background-position: -52px -290px;
}
.portfolio-item > figure > figcaption > .link-button {
	background-position: -85px -290px;
}
.portfolio-item > figure > figcaption > .like-button {
	transition:0.3s ease-in-out 0.2s; left: 10px; bottom: -20px; color: rgb(255, 255, 255); line-height: 1; font-size: 14px; position: absolute; opacity: 0; -webkit-transition: all 0.3s ease-in-out 0.2s; -o-transition: all 0.3s ease-in-out 0.2s; -moz-transition: all 0.3s ease-in-out 0.2s;
}
.portfolio-item > figure > figcaption > .like-button > span {
	font-family: Arial, sans-serif; font-weight: 700; margin-left: 5px;
}
.portfolio-item > figure:hover > figcaption {
	opacity: 1;
}
.portfolio-item > figure:hover > figcaption > .zoom-button {
	margin-left: -45px; opacity: 1;
}
.portfolio-item > figure:hover > figcaption > .link-button {
	margin-left: 10px; opacity: 1;
}
.portfolio-item > figure > figcaption > .zoom-button:hover {
	border-color: rgb(68, 70, 69); background-color: rgb(68, 70, 69);
}
.portfolio-item > figure > figcaption > .link-button:hover {
	border-color: rgb(68, 70, 69); background-color: rgb(68, 70, 69);
}
.portfolio-item > figure:hover > figcaption > .like-button {
	bottom: 10px; opacity: 1;
}
.portfolio-item > figure > figcaption > .like-button:hover {
	color: rgb(123, 174, 35); transition-delay: 0s; -webkit-transition-delay: 0s; -moz-transition-delay: 0s; -o-transition-delay: 0s;
}
.portfolio-item h2 {
	font: 700 16px/17px "PT Sans", sans-serif; margin: 0px 0px 5px; color: rgb(102, 102, 102); font-size-adjust: none; font-stretch: normal;
}
.portfolio-item h2 a {
	color: rgb(102, 102, 102);
}
.portfolio-item h2 a:hover {
	color: rgb(123, 174, 35);
}
.portfolio-item p {
	margin: 0px 0px 10px; color: rgb(136, 136, 136); line-height: 17px; font-size: 13px;
}
.portfolio-item p a {
	color: rgb(136, 136, 136);
}
.portfolio-item p a:hover {
	color: rgb(123, 174, 35);
}
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	z-index: 1; pointer-events: none;
}
.isotope {
	transition-duration: 0.8s; -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -o-transition-duration: 0.8s;
}
.isotope .isotope-item {
	transition-duration: 0.8s; -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -o-transition-duration: 0.8s;
}
.isotope {
	transition-property: height, width; -webkit-transition-property: height, width; -moz-transition-property: height, width; -o-transition-property: height, width;
}
.isotope .isotope-item {
	transition-property: transform, opacity; -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; -o-transition-property: -o-transform, opacity;
}
.isotope.no-transition {
	transition-duration: 0s; -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -o-transition-duration: 0s;
}
.isotope.no-transition .isotope-item {
	transition-duration: 0s; -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -o-transition-duration: 0s;
}
.isotope .isotope-item.no-transition {
	transition-duration: 0s; -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -o-transition-duration: 0s;
}
.single-portfolio {
	position: relative;
}
.single-portfolio-btn-container {
	background: rgb(255, 255, 255); top: -67px; right: 15px; padding-left: 10px; position: absolute;
}
.portfolio-space {
	margin-left: 1px;
}
.portfolio-btn {
	border-radius: 3px; border: 1px solid rgb(224, 224, 224); transition:background-color 0.3s, color 0.4s; border-image: none; width: 51px; height: 37px; float: left; display: block; cursor: pointer; box-shadow: inset 0px 1px 1px rgba(255,255,255,0.4); -ms-user-select: none; background-image: url("/Content/images/sprites/sprite.png"); background-repeat: no-repeat; background-color: rgb(250, 250, 250); -webkit-transition: background-color 0.3s, color 0.4s; -webkit-user-select: none; -moz-user-select: none; user-select: none; -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4); -o-transition: background-color 0.3s, color 0.4s; -moz-transition: background-color 0.3s, color 0.4s;
}
.portfolio-btn:hover {
	border-color: rgb(132, 187, 38); color: rgb(255, 255, 255); background-color: rgb(132, 187, 38);
}
.portfolio-btn.portfolio-btn-prev {
	background-position: -3px -202px;
}
.portfolio-btn.portfolio-btn-next {
	background-position: -57px -202px;
}
.portfolio-btn.portfolio-btn-prev:hover {
	background-position: -3px -241px;
}
.portfolio-btn.portfolio-btn-next:hover {
	background-position: -57px -241px;
}
.single-portfolio figure {
	margin-bottom: 30px;
}
.portfolio-meta-container {
	color: rgb(119, 119, 119);
}
.portfolio-meta-list {
	margin: 20px 0px 30px;
}
.portfolio-meta-list li {
	line-height: 23px; margin-bottom: 5px;
}
.portfolio-meta-list li span {
	color: rgb(102, 102, 102); font-weight: bold; margin-right: 6px;
}
.portfolio-meta-list li a {
	color: rgb(119, 119, 119);
}
.portfolio-meta-list li a:hover {
	color: rgb(123, 174, 35);
}
#category-header {
	background: rgb(242, 242, 242); padding: 60px 0px; width: 100%; overflow: hidden; border-top-color: rgb(228, 226, 226); border-bottom-color: rgb(228, 226, 226); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
}
.category-banner#category-header {
	padding: 0px; border: currentColor; border-image: none; margin-bottom: 20px !important; position: relative;
}
.category-header-slider#category-header {
	background: rgb(232, 232, 232);
}
.category-image-slider-container {
	margin-right: auto; margin-left: auto; position: relative; max-width: 380px; box-shadow: 0px 0px 7px rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
.category-image-slider-container .category-image-slider-shadow {
	left: 0px; top: 100%; width: 100%; height: 37px; margin-top: -20px; position: absolute; z-index: 1; background-image: url("/Content/images/category-shadow.png"); background-repeat: no-repeat; background-size: 100%;
}
.category-image-slider-container .category-image-slider {
	z-index: 2;
}
.category-image-slider-container .flex-direction-nav a {
	border-radius: 3px; box-shadow: inset 0px 1px 1px rgba(255,255,255,0.4), 0px 1px 3px rgba(0,0,0,0.12); -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.category-header-slider#category-header .category-title h1 {
	font: 400 43px "PT Sans", sans-serif; color: rgb(88, 88, 88); margin-bottom: 10px; font-size-adjust: none; font-stretch: normal;
}
.category-header-slider#category-header .category-title h2 {
	font: 400 43px "PT Sans", sans-serif; color: rgb(88, 88, 88); margin-bottom: 10px; font-size-adjust: none; font-stretch: normal;
}
#category-header .category-image {
	width: 300px; margin-right: auto; margin-left: auto;
}
.category-image-slider-container .new-rect {
	font: 700 30px "PT Sans", sans-serif; padding: 14px 0px; left: -3px; top: 30px; width: 98px; text-align: center; color: rgb(255, 255, 255); text-transform: uppercase; display: block; position: absolute; z-index: 800; font-size-adjust: none; font-stretch: normal;
}
.category-image-slider-container .discount-rect {
	font: 700 30px "PT Sans", sans-serif; padding: 14px 0px; left: -3px; top: 30px; width: 98px; text-align: center; color: rgb(255, 255, 255); text-transform: uppercase; display: block; position: absolute; z-index: 800; font-size-adjust: none; font-stretch: normal;
}
.category-image-slider-container .new-rect {
	background: rgb(123, 174, 35);
}
.category-image-slider-container .discount-rect {
	background: rgb(199, 41, 41);
}
.category-header-slider#category-header .category-image-slider {
	background: rgb(255, 255, 255);
}
#category-header .category-title {
	padding-top: 60px;
}
.category-banner#category-header .category-title {
	padding: 0px; left: 50px; top: 50%; margin-top: -47.5px; position: absolute;
}
.category-banner#category-header .category-title h1 {
	font: 400 35px "Oswald", Arial, sans-serif; color: rgb(255, 255, 255); margin-bottom: 15px; font-size-adjust: none; font-stretch: normal;
}
.category-banner#category-header .category-title h2 {
	font: 400 35px "Oswald", Arial, sans-serif; color: rgb(255, 255, 255); margin-bottom: 15px; font-size-adjust: none; font-stretch: normal;
}
.category-banner#category-header p {
	color: rgb(255, 255, 255); margin-bottom: 15px; display: none; max-width: 320px;
}
#category-header .category-title-price {
	font: 700 25px "Gudea", Arial, sans-serif; color: rgb(232, 44, 12); margin-bottom: 15px; font-size-adjust: none; font-stretch: normal;
}
#category-header .category-title h1 {
	color: rgb(88, 88, 88); line-height: 1; font-size: 43px;
}
#category-header .category-title h2 {
	color: rgb(88, 88, 88); line-height: 1; font-size: 43px;
}
#category-header .category-title h2 {
	margin-bottom: 25px;
}
#category-header .category-title p {
	margin-bottom: 25px;
}
.category-toolbar {
	padding: 0px 0px 15px;
}
.category-toolbar .pagination {
	margin: 0px;
}
.category-item-container .item:hover {
	border: 1px solid rgb(232, 232, 232); border-image: none; box-shadow: 0px 0px 1px rgba(232,232,232,0.15); -webkit-box-shadow: 0 0 1px rgba(232, 232, 232, 0.15);
}
.category-item-container.category-list-container .item:hover {
	border-color: transparent; box-shadow: none; -webkit-box-shadow: none;
}
.featured-slider .featured-product figure {
	margin-right: 15px; float: left;
}
.related-slider .related-product figure {
	margin-right: 15px; float: left;
}
.featured-slider .featured-product {
	margin-bottom: 25px;
}
.related-slider .related-product {
	margin-bottom: 25px;
}
.featured-slider .featured-product h5 {
	font: 700 18px/20px "PT Sans", sans-serif; font-size-adjust: none; font-stretch: normal;
}
.related-slider .related-product h5 {
	font: 700 18px/20px "PT Sans", sans-serif; font-size-adjust: none; font-stretch: normal;
}
.featured-slider .featured-product h5 a {
	color: rgb(79, 79, 79);
}
.related-slider .related-product h5 a {
	color: rgb(79, 79, 79);
}
.featured-slider .featured-product h5 a:hover {
	color: rgb(123, 174, 35);
}
.related-slider .related-product h5 a:hover {
	color: rgb(123, 174, 35);
}
.featured-slider .featured-product .featured-price {
	font: 700 18px "Gudea", Arial, sans-serif; color: rgb(232, 44, 12); font-size-adjust: none; font-stretch: normal;
}
.related-slider .related-product .related-price {
	font: 700 18px "Gudea", Arial, sans-serif; color: rgb(232, 44, 12); font-size-adjust: none; font-stretch: normal;
}
.widget.related {
	margin-bottom: 0px !important;
}
.category-toolbar .view-box {
	font-size: 0px;
}
.sort-box {
	float: left;
}
.view-box {
	float: left;
}
.toolbox-pagination {
	position: relative;
}
.toolbox-filter {
	position: relative;
}
.toolbox-pagination .pagination {
	float: right;
}
.toolbox-filter {
	padding-bottom: 15px;
}
.toolbox-pagination {
	padding-top: 15px; border-top-color: rgb(238, 238, 238); border-top-width: 1px; border-top-style: solid; float: none;
}
.toolbox-pagination .view-count-box {
	top: -45px; right: 0px; margin-right: 0px; position: absolute;
}
.sort-box span {
	color: rgb(164, 164, 164); line-height: 30px; font-size: 13px;
}
.view-count-box span {
	color: rgb(164, 164, 164); line-height: 30px; font-size: 13px;
}
.sort-box .select-dropdown {
	margin-right: 30px;
}
.view-count-box .select-dropdown {
	margin-right: 30px;
}
.select-dropdown .select-btn {
	background: none; border-color: rgb(228, 226, 226); padding: 4px 10px; border-radius: 2px; text-align: left; color: rgb(117, 117, 117); line-height: 20px; font-size: 13px;
}
.sort-box .select-dropdown .select-btn {
	min-width: 90px;
}
.view-count-box .select-dropdown .select-btn {
	min-width: 55px;
}
.select-dropdown .dropdown-toggle {
	background: rgb(242, 242, 242); border-color: rgb(228, 226, 226); padding: 4px 10px; color: rgb(167, 167, 167); line-height: 20px; font-size: 18px;
}
.select-dropdown:hover .dropdown-toggle {
	background: rgb(123, 174, 35); border-color: rgb(123, 174, 35); color: rgb(255, 255, 255);
}
.select-dropdown .dropdown-menu {
	margin: 0px; padding: 0px; border-radius: 0px; border: currentColor; border-image: none; min-width: 100%; box-shadow: 0px 3px 6px rgba(0,0,0,0.25); background-color: rgb(255, 255, 255); -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
.select-dropdown .dropdown-menu > li > a {
	background: none; padding: 8px 18px; color: rgb(115, 115, 115); line-height: 1.5; font-size: 13px; display: block;
}
.select-dropdown .dropdown-menu > li {
	border-bottom-color: rgb(228, 226, 226); border-bottom-width: 1px; border-bottom-style: solid;
}
.select-dropdown .dropdown-menu > li:last-child {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
.select-dropdown .dropdown-menu > li > a:hover {
	background: rgb(123, 174, 35); color: rgb(255, 255, 255);
}
.select-dropdown .dropdown-menu > li > a:focus {
	background: none; color: rgb(115, 115, 115);
}
.category-toolbar .icon-button {
	border-color: rgb(224, 224, 224); margin: 0px; width: 35px; height: 30px; background-image: url("../images/sprites/category-icons.png"); background-repeat: no-repeat; background-color: rgb(242, 242, 242);
}
.category-toolbar .icon-button.icon-grid {
	background-position: -1px -1px;
}
.category-toolbar .icon-button.icon-list {
	background-position: -36px -1px;
}
.category-toolbar .icon-button:hover {
	border-color: rgb(132, 187, 38); background-image: url("../images/sprites/category-icons-active.png"); background-color: rgb(132, 187, 38);
}
.category-toolbar .icon-button:focus {
	border-color: rgb(132, 187, 38); background-image: url("../images/sprites/category-icons-active.png"); background-color: rgb(132, 187, 38);
}
.category-toolbar .icon-button:active {
	border-color: rgb(132, 187, 38); background-image: url("../images/sprites/category-icons-active.png"); background-color: rgb(132, 187, 38);
}
.category-toolbar .icon-button.active {
	border-color: rgb(132, 187, 38); background-image: url("../images/sprites/category-icons-active.png"); background-color: rgb(132, 187, 38);
}
.category-toolbar .icon-button.active {
	cursor: default;
}
.category-toolbar .view-box :first-child.icon-button {
	border-radius: 3px 0px 0px 3px !important;
}
.category-toolbar .view-box :last-child.icon-button {
	border-radius: 0px 3px 3px 0px !important;
}
.jspContainer {
	overflow: hidden; position: relative; -webkit-user-select: none; user-select: none;
}
.jspPane {
	position: absolute;
}
.jspVerticalBar {
	background: rgb(239, 239, 239); top: 0px; width: 3px; height: 100%; right: 2px; position: absolute; box-shadow: inset 1px 0px 1px rgba(0,0,0,0.08); -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.08);
}
.jspHorizontalBar {
	background: rgb(239, 239, 239); left: 0px; width: 100%; height: 3px; bottom: 0px; position: absolute; box-shadow: inset 1px 0px 1px rgba(0,0,0,0.08); -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.08);
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	position: relative;
}
.jspDrag {
	background: rgb(132, 187, 38); border-radius: 3px; left: -2px; top: 0px; width: 7px; position: relative; cursor: pointer;
}
.jspDrag::before {
	background: rgba(250, 250, 250, 0.5); left: 1px; top: 50%; width: 5px; height: 1px; display: block; position: absolute; content: ""; box-shadow: 1px 0px 0px rgba(0,0,0,0.05); -webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.05);
}
.jspDrag::after {
	background: rgba(250, 250, 250, 0.5); left: 1px; top: 50%; width: 5px; height: 1px; display: block; position: absolute; content: ""; box-shadow: 1px 0px 0px rgba(0,0,0,0.05); -webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.05);
}
.jspDrag::before {
	margin-top: -2px;
}
.jspDrag::after {
	margin-top: 2px;
}
.jspHorizontalBar .jspTrack {
	height: 100%; float: left;
}
.jspHorizontalBar .jspDrag {
	height: 100%; float: left;
}
.jspArrow {
	background: rgb(80, 80, 109); margin: 0px; padding: 0px; text-indent: -20000px; display: block; cursor: pointer;
}
.jspArrow.jspDisabled {
	background: rgb(128, 128, 141); cursor: default;
}
.jspVerticalBar .jspArrow {
	height: 16px;
}
.jspHorizontalBar .jspArrow {
	width: 16px; height: 100%; float: left;
}
.jspVerticalBar .jspArrow:focus {
	
}
.jspCorner {
	background: rgb(238, 238, 244); height: 100%; float: left;
}
.category-filter-list.jscrollpane {
	-ms-overflow-y: auto;
}
.category-filter-list li {
	margin: 5px 0px; color: rgb(147, 146, 146);
}
.category-filter-list li a {
	font: 400 16px/28px "Gudea", Arial, sans-serif; color: rgb(147, 146, 146); font-size-adjust: none; font-stretch: normal;
}
.category-filter-list li a:hover {
	color: rgb(123, 174, 35);
}
.filter-color-list li {
	margin: 0px 10px 10px 0px; width: 35px; float: left; display: block;
}
.filter-color-list li .filter-color-box {
	background: rgb(250, 250, 250); border-radius: 2px; width: 35px; height: 35px; display: block; box-shadow: 0px 1px 3px rgba(0,0,0,0.35); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}
.filter-color-list li.last-md {
	margin-right: 0px;
}
.filter-color-list li.last-lg {
	margin-right: 10px;
}
.filter-size-list li {
	font: 700 16px/28px "Gudea", Arial, sans-serif; margin: 0px 10px 10px 0px; width: 65px; text-align: center; text-transform: uppercase; float: left; display: block; font-size-adjust: none; font-stretch: normal;
}
.filter-size-list li a {
	border-radius: 3px; border: 1px solid rgb(224, 224, 224); transition:0.3s; border-image: none; width: 100%; height: 30px; color: rgb(117, 117, 117); display: block; background-color: rgb(244, 244, 244); -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s;
}
.filter-size-list li:hover a {
	border-color: rgb(123, 174, 35); color: rgb(255, 255, 255); box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5); background-color: rgb(123, 174, 35); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
#price-range {
	margin: 15px 0px 20px;
}
#price-range-details {
	margin-bottom: 20px;
}
#price-range-details > span {
	color: rgb(153, 153, 153); line-height: 20px; font-size: 14px;
}
#price-range-details input {
	padding: 2px 5px; border: 1px solid rgb(211, 211, 211); border-image: none; width: 45px; height: 24px; color: rgb(153, 153, 153); line-height: 20px; font-size: 13px; display: inline-block;
}
#price-range-details input.separator {
	margin-right: 5px;
}
#price-range-btns .btn {
	padding: 8px 12px; text-transform: uppercase;
}
noUi-target {
	box-sizing: border-box; -ms-user-select: none; -ms-touch-action: none; -webkit-user-select: none; -moz-user-select: none; -moz-box-sizing: border-box; -webkit-touch-callout: none;
}
.noUi-target * {
	box-sizing: border-box; -ms-user-select: none; -ms-touch-action: none; -webkit-user-select: none; -moz-user-select: none; -moz-box-sizing: border-box; -webkit-touch-callout: none;
}
.noUi-base {
	width: 100%; height: 100%; position: relative;
}
.noUi-origin {
	left: 0px; top: 0px; right: 0px; bottom: 0px; position: absolute;
}
.noUi-handle {
	position: relative; z-index: 1;
}
.noUi-stacking .noUi-handle {
	z-index: 10;
}
.noUi-stacking + .noUi-origin {
	
}
.noUi-state-tap .noUi-origin {
	transition:left 0.3s, top 0.3s; -webkit-transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
	cursor: inherit !important;
}
.noUi-horizontal {
	height: 10px;
}
.noUi-horizontal .noUi-handle {
	left: -5px; top: -6px; width: 10px; height: 22px;
}
.noUi-horizontal.noUi-extended {
	padding: 0px 15px;
}
.noUi-horizontal.noUi-extended .noUi-origin {
	right: -15px;
}
.noUi-vertical {
	width: 10px;
}
.noUi-vertical .noUi-handle {
	left: -6px; top: -5px; width: 22px; height: 10px;
}
.noUi-vertical.noUi-extended {
	padding: 15px 0px;
}
.noUi-vertical.noUi-extended .noUi-origin {
	bottom: -15px;
}
.noUi-background {
	background: rgb(224, 219, 219);
}
.noUi-connect {
	background: rgb(123, 174, 35); transition:background 450ms; -webkit-transition: background 450ms; -o-transition: background 450ms; -moz-transition: background 450ms;
}
.noUi-origin {
	border-radius: 3px;
}
.noUi-target {
	border-radius: 2px;
}
.noUi-target.noUi-connect {
	box-shadow: inset 0px 0px 3px rgba(51,51,51,0.45), 0px 3px 6px -5px #bbb;
}
.noUi-dragable {
	cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
	cursor: n-resize;
}
.noUi-handle {
	background: rgb(123, 174, 35); border-radius: 3px; cursor: default;
}
.noUi-active {
	
}
[disabled].noUi-connect {
	background: rgb(184, 184, 184);
}
[disabled] .noUi-connect {
	background: rgb(184, 184, 184);
}
[disabled] .noUi-handle {
	cursor: not-allowed;
}
.noUi-state-blocked.noUi-connect {
	background: rgb(79, 218, 207);
}
.noUi-state-blocked .noUi-connect {
	background: rgb(79, 218, 207);
}
.article {
	padding-left: 95px; margin-bottom: 80px; position: relative;
}
.article .article-meta-date {
	background: rgb(68, 70, 69); font: 700 18px/20px "PT Sans", sans-serif; padding: 20px 0px; left: 0px; top: 0px; width: 80px; text-align: center; color: rgb(255, 255, 255); text-transform: uppercase; position: absolute; font-size-adjust: none; font-stretch: normal;
}
.article .article-meta-date span {
	font-size: 20px; display: block;
}
.article .article-media-container {
	margin-bottom: 30px;
}
.article .article-media-container img {
	height: auto; display: block; max-width: 100%;
}
.article h2 {
	font: 700 28px "PT Sans", sans-serif; margin-bottom: 15px; font-size-adjust: none; font-stretch: normal;
}
.article h2 a {
	color: rgb(66, 70, 69);
}
.article .article-content-container a {
	color: rgb(66, 70, 69);
}
.article h2 a:hover {
	color: rgb(123, 174, 35);
}
.article .article-content-container a:hover {
	color: rgb(123, 174, 35);
}
.article .article-meta-more {
	float: left;
}
.article .article-meta-view {
	float: right;
}
.article .article-meta-container {
	margin-bottom: 15px;
}
.article .article-meta-container a:hover {
	color: rgb(66, 70, 69);
}
.article .article-meta-container .article-meta-more a {
	margin-right: 30px;
}
.article .article-meta-container .article-meta-view a {
	margin-left: 30px;
}
.article .article-content-container a {
	font-size: 14px; font-weight: bold;
}
.pagination-container {
	padding-top: 20px; border-top-color: rgb(238, 238, 238); border-top-width: 1px; border-top-style: solid;
}
.pagination-container.clear-border {
	border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
.pagination-container .page-count {
	color: rgb(164, 164, 164); padding-top: 4.5px; font-size: 15px;
}
.pagination {
	margin: 0px 0px 40px; border-radius: 0px; display: inline-block;
}
.pagination > li {
	display: inline;
}
.pagination > li > a {
	padding: 6px; border: 1px solid rgb(228, 226, 226); border-image: none; width: 30px; height: 30px; text-align: center; color: rgb(117, 117, 117); line-height: 17px; font-size: 12px; font-weight: bold; text-decoration: none; margin-left: 2px; float: none; display: inline-block; box-shadow: inset 0px 1px 0px rgba(255,255,255,0.45); background-color: rgb(238, 238, 238); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}
.pagination > li > span {
	padding: 6px; border: 1px solid rgb(228, 226, 226); border-image: none; width: 30px; height: 30px; text-align: center; color: rgb(117, 117, 117); line-height: 17px; font-size: 12px; font-weight: bold; text-decoration: none; margin-left: 2px; float: none; display: inline-block; box-shadow: inset 0px 1px 0px rgba(255,255,255,0.45); background-color: rgb(238, 238, 238); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}
.pagination > li:first-child > a {
	margin-left: 0px; border-top-left-radius: 0px; border-bottom-left-radius: 0px;
}
.pagination > li:first-child > span {
	margin-left: 0px; border-top-left-radius: 0px; border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a {
	border-top-right-radius: 0px; border-bottom-right-radius: 0px;
}
.pagination > li:last-child > span {
	border-top-right-radius: 0px; border-bottom-right-radius: 0px;
}
.pagination > li > a:hover {
	background: rgb(123, 174, 35); border-color: rgb(123, 174, 35); color: rgb(255, 255, 255);
}
.pagination > li > span:hover {
	background: rgb(123, 174, 35); border-color: rgb(123, 174, 35); color: rgb(255, 255, 255);
}
.pagination > li > a:focus {
	background: rgb(123, 174, 35); border-color: rgb(123, 174, 35); color: rgb(255, 255, 255);
}
.pagination > li > span:focus {
	background: rgb(123, 174, 35); border-color: rgb(123, 174, 35); color: rgb(255, 255, 255);
}
.pagination > .active > a {
	border-color: rgb(228, 226, 226); color: rgb(117, 117, 117); background-color: rgb(228, 226, 226);
}
.pagination > .active > span {
	border-color: rgb(228, 226, 226); color: rgb(117, 117, 117); background-color: rgb(228, 226, 226);
}
.pagination > .active > a:hover {
	border-color: rgb(228, 226, 226); color: rgb(117, 117, 117); background-color: rgb(228, 226, 226);
}
.pagination > .active > span:hover {
	border-color: rgb(228, 226, 226); color: rgb(117, 117, 117); background-color: rgb(228, 226, 226);
}
.pagination > .active > a:focus {
	border-color: rgb(228, 226, 226); color: rgb(117, 117, 117); background-color: rgb(228, 226, 226);
}
.pagination > .active > span:focus {
	border-color: rgb(228, 226, 226); color: rgb(117, 117, 117); background-color: rgb(228, 226, 226);
}
.pagination > .disabled > span {
	border-color: rgb(221, 221, 221); color: rgb(153, 153, 153); cursor: not-allowed; background-color: rgb(255, 255, 255);
}
.pagination > .disabled > span:hover {
	border-color: rgb(221, 221, 221); color: rgb(153, 153, 153); cursor: not-allowed; background-color: rgb(255, 255, 255);
}
.pagination > .disabled > span:focus {
	border-color: rgb(221, 221, 221); color: rgb(153, 153, 153); cursor: not-allowed; background-color: rgb(255, 255, 255);
}
.pagination > .disabled > a {
	border-color: rgb(221, 221, 221); color: rgb(153, 153, 153); cursor: not-allowed; background-color: rgb(255, 255, 255);
}
.pagination > .disabled > a:hover {
	border-color: rgb(221, 221, 221); color: rgb(153, 153, 153); cursor: not-allowed; background-color: rgb(255, 255, 255);
}
.pagination > .disabled > a:focus {
	border-color: rgb(221, 221, 221); color: rgb(153, 153, 153); cursor: not-allowed; background-color: rgb(255, 255, 255);
}
.sidebar h3 {
	font: 400 22px/32px "Oswald", Arial, sans-serif; color: rgb(68, 70, 69); text-transform: uppercase; margin-bottom: 20px; font-size-adjust: none; font-stretch: normal;
}
.sidebar .widget {
	margin-bottom: 20px;
}
.category-accordion-list {
	padding-left: 15px; list-style-type: disc;
}
.sidebar .widget .category-accordion-list li {
	padding: 4px 0px;
}
.sidebar .widget .panel {
	border-radius: 0px; border: currentColor; border-image: none; margin-bottom: 20px; box-shadow: none; background-color: transparent; -webkit-box-shadow: none;
}
.sidebar .widget .panel-body {
	padding: 0px 20px 15px;
}
.sidebar .widget .panel-heading {
	padding: 0px; text-transform: uppercase; margin-bottom: 15px; border-bottom-color: transparent; border-bottom-width: 1px; border-bottom-style: solid; border-top-left-radius: 0px; border-top-right-radius: 0px;
}
.sidebar .widget .icon-box {
	border-radius: 2px; border: 1px solid rgb(195, 195, 195); border-image: none; width: 16px; height: 16px; text-align: center; line-height: 14px; font-family: Arial, sans-serif; font-size: 14px; font-weight: 700; float: right; display: inline-block;
}
.sidebar .widget .panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}
.sidebar .widget .panel-title {
	color: rgb(136, 136, 136); font-family: "PT Sans", sans-serif; font-size: 16px; font-weight: bold; margin-top: 0px; margin-bottom: 0px;
}
.sidebar .widget .panel a {
	color: rgb(136, 136, 136);
}
.sidebar .widget .panel a:hover {
	color: rgb(123, 174, 35);
}
.sidebar .widget .panel a:hover .icon-box {
	border-color: rgb(123, 174, 35); transition:0.3s; color: rgb(255, 255, 255); box-shadow: inset 0px 1px 0px rgba(255,255,255,0.35); background-color: rgb(123, 174, 35); -webkit-transition: all 0.3s; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35); -o-transition: all 0.3s; -moz-transition: all 0.3s;
}
.sidebar .widget .panel-group .panel {
	border-radius: 0px; overflow: hidden; margin-bottom: 0px;
}
.sidebar .widget .panel-group .panel-heading {
	border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
.sidebar .widget .panel-group .panel-heading + .panel-collapse .panel-body {
	border-top-color: transparent; border-top-width: 1px; border-top-style: solid;
}
.sidebar .widget .panel-custom {
	border-color: transparent;
}
.sidebar .widget .panel-custom > .panel-heading {
	border-color: transparent; color: rgb(51, 51, 51); background-color: transparent;
}
.sidebar .widget .panel-custom > .panel-heading + .panel-collapse .panel-body {
	border-top-color: transparent;
}
.panel-custom > .panel-heading > .dropdown .caret {
	border-color: transparent;
}
.sidebar .widget .panel-custom > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: transparent;
}
.sidebar .widget .latest-posts-list {
	font-size: 15px;
}
.sidebar .widget .recent-posts-list {
	font-size: 15px;
}
.sidebar .widget .latest-posts-list .latest-posts-media-container {
	margin-bottom: 20px;
}
.sidebar .widget .recent-posts-list .recent-posts-media-container {
	margin-bottom: 20px;
}
.sidebar .widget .latest-posts-list a {
	display: block;
}
.sidebar .widget .recent-posts-list a {
	display: block;
}
.sidebar .widget .latest-posts-list h4 {
	font: 700 20px/25px "PT Sans", sans-serif; margin-bottom: 20px; font-size-adjust: none; font-stretch: normal;
}
.sidebar .widget .recent-posts-list h4 {
	font: 700 20px/25px "PT Sans", sans-serif; margin-bottom: 20px; font-size-adjust: none; font-stretch: normal;
}
.sidebar .widget .latest-posts-list h4 a {
	color: rgb(104, 108, 107);
}
.sidebar .widget .recent-posts-list h4 a {
	color: rgb(104, 108, 107);
}
.sidebar .widget .latest-posts-list h4 a:hover {
	color: rgb(90, 90, 90);
}
.sidebar .widget .recent-posts-list h4 a:hover {
	color: rgb(90, 90, 90);
}
.sidebar .widget .latest-posts-list .latest-posts-meta-container .pull-left a {
	font-weight: bold;
}
.sidebar .widget .recent-posts-list .recent-posts-meta-container .pull-left a {
	font-weight: bold;
}
.sidebar .widget .latest-posts-list .latest-posts-meta-container .pull-right {
	color: rgb(189, 189, 189); font-size: 14px; font-style: italic;
}
.sidebar .widget .recent-posts-list .recent-posts-meta-container .pull-right {
	color: rgb(189, 189, 189); font-size: 14px; font-style: italic;
}
.sidebarslider .flex-direction-nav {
	top: -47px; width: 66px; height: 22px; right: 0px; position: absolute; background-color: rgb(255, 255, 255);
}
.footerslider .flex-direction-nav {
	top: -47px; width: 66px; height: 22px; right: 0px; position: absolute; background-color: rgb(255, 255, 255);
}
.sidebarslider .flex-direction-nav li {
	float: left; display: block;
}
.footerslider .flex-direction-nav li {
	float: left; display: block;
}
.sidebarslider .flex-direction-nav a {
	border: 1px solid rgb(224, 224, 224); border-image: none; width: 31px; height: 22px; margin-top: -11px; margin-left: 2px; display: block; opacity: 1; background-repeat: no-repeat; background-color: rgb(250, 250, 250);
}
.footerslider .flex-direction-nav a {
	border: 1px solid rgb(224, 224, 224); border-image: none; width: 31px; height: 22px; margin-top: -11px; margin-left: 2px; display: block; opacity: 1; background-repeat: no-repeat; background-color: rgb(250, 250, 250);
}
.sidebarslider .flex-direction-nav a:hover {
	border-color: rgb(132, 187, 38); opacity: 1; text-shadow: none; background-color: rgb(132, 187, 38);
}
.footerslider .flex-direction-nav a:hover {
	border-color: rgb(132, 187, 38); opacity: 1; text-shadow: none; background-color: rgb(132, 187, 38);
}
.sidebarslider .flex-direction-nav .flex-prev {
	background-position: -188px -202px; left: 0px;
}
.footerslider .flex-direction-nav .flex-prev {
	background-position: -188px -202px; left: 0px;
}
.sidebarslider .flex-direction-nav .flex-next {
	background-position: -221px -202px; right: 0px;
}
.footerslider .flex-direction-nav .flex-next {
	background-position: -221px -202px; right: 0px;
}
.sidebarslider .flex-direction-nav .flex-prev:hover {
	background-position: -188px -225px;
}
.footerslider .flex-direction-nav .flex-prev:hover {
	background-position: -188px -225px;
}
.sidebarslider .flex-direction-nav .flex-next:hover {
	background-position: -221px -225px;
}
.footerslider .flex-direction-nav .flex-next:hover {
	background-position: -221px -225px;
}
.sidebarslider.middle-direction .flex-direction-nav {
	background: none; top: 65%; width: 100%;
}
.news .news-details {
	padding: 25px 25px 25px 45px; border: 1px solid rgb(220, 220, 220); border-image: none; font-size: 15px; margin-bottom: 30px; position: relative; background-color: rgb(246, 246, 246);
}
.news .news-details header {
	font: 700 23px/21px "PT Sans", sans-serif; margin-bottom: 15px; font-size-adjust: none; font-stretch: normal;
}
.news .news-details::before {
	background-position: 0px -150px; left: 10px; top: 22px; width: 32px; height: 26px; display: block; position: absolute; content: ""; background-image: url("/Content/images/sprites/sprite.png"); background-repeat: no-repeat;
}
table.header-fixed {
	width: 100%; table-layout: fixed;
}
.tbl-header {
	background-color: rgba(255, 255, 255, 0.3);
}
.tbl-content {
	border: 1px solid rgba(255, 255, 255, 0.3); border-image: none; height: 100px; margin-top: 0px; -ms-overflow-x: auto;
}
table.header-fixed > thead > th {
	padding: 20px 15px; text-align: left; color: rgb(255, 255, 255); text-transform: uppercase; font-size: 12px; font-weight: 500;
}
table.header-fixed > tbody > td {
	padding: 15px; text-align: left; color: rgb(255, 255, 255); font-size: 12px; font-weight: 300; vertical-align: middle; border-bottom-color: rgba(255, 255, 255, 0.1); border-bottom-width: 1px; border-bottom-style: solid;
}
.sidebar .widget .testimonials-list li .testimonial-details {
	padding: 25px 25px 25px 45px; border: 1px solid rgb(220, 220, 220); border-image: none; font-size: 15px; margin-bottom: 30px; position: relative; background-color: rgb(246, 246, 246);
}
.sidebar .widget .testimonials-list li .testimonial-details header {
	font: 700 23px/21px "PT Sans", sans-serif; margin-bottom: 15px; font-size-adjust: none; font-stretch: normal;
}
.sidebar .widget .testimonials-list li .testimonial-details::before {
	background-position: 0px -150px; left: 10px; top: 22px; width: 32px; height: 26px; display: block; position: absolute; content: ""; background-image: url("/Content/images/sprites/sprite.png"); background-repeat: no-repeat;
}
.sidebar .widget .testimonials-list li .testimonial-details::after {
	background: url("../images/testimonial-arrow.png") no-repeat center; left: 30px; top: 100%; width: 36px; height: 21px; margin-top: -1px; display: block; position: absolute; content: "";
}
.sidebar .widget .testimonials-list li figure img {
	height: auto; margin-right: 20px; float: left; display: block; max-width: 70px;
}
.sidebar .widget .testimonials-list li figure > figcaption {
	font-family: "PT Sans", sans-serif; font-size: 16px; font-style: italic; float: left; display: block;
}
.sidebar .widget .testimonials-list li figure > figcaption > a {
	display: block;
}
.sidebar .widget .tags-list {
	font-size: 0px;
}
.sidebar .widget .tags-list li {
	margin: 0px 10px 10px 0px; line-height: 20px; font-size: 14px; display: inline-block;
}
.sidebar .widget .tags-list li a {
	background: rgb(246, 246, 246); padding: 4px 11px; border-radius: 2px; border: 1px solid rgb(220, 220, 220); border-image: none; color: rgb(68, 70, 69); display: inline-block; box-shadow: inset 0px 1px 0px rgba(255,255,255,0.7); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
.sidebar .widget .tags-list li a:hover {
	color: rgb(123, 174, 35);
}
.sidebar .widget .flickr-feed-list li {
	margin: 0px 10px 10px 0px; float: left; display: block;
}
.sidebar .widget .flickr-feed-list li a {
	width: 75px; height: 75px; overflow: hidden; display: inline-block; position: relative;
}
.sidebar .widget .flickr-feed-list li a::before {
	background: rgba(141, 185, 65, 0.8); transition:0.25s; left: -75px; top: 0px; width: 100%; height: 100%; text-align: center; color: rgb(245, 247, 250); line-height: 25px; padding-top: 25px; font-size: 22px; position: absolute; content: "+"; opacity: 0.1; -webkit-transition: all 0.25s; -o-transition: all 0.25s; -moz-transition: all 0.25s;
}
.sidebar .widget .flickr-feed-list li a:hover::before {
	left: 0px; opacity: 1;
}
.single-post .article {
	margin-bottom: 30px;
}
.article-author {
	margin: 70px 0px;
}
.article-author .article-author-image {
	margin: 0px 30px 0px 0px; float: left;
}
.article-author .article-author-image img {
	height: auto; display: block; max-width: 100%;
}
.article-author .article-author-details h4 {
	font-size: 27px;
}
.comments h3 {
	font: 700 24px/22px "PT Sans", sans-serif; margin: 0px; color: rgb(86, 86, 86); font-size-adjust: none; font-stretch: normal;
}
.comments .title-bg {
	margin-bottom: 30px;
}
.comments .comments-list {
	margin-bottom: 60px;
}
.comments .comments-list li .comment {
	padding-bottom: 30px; padding-left: 100px; margin-bottom: 40px; border-bottom-color: rgb(236, 236, 236); border-bottom-width: 1px; border-bottom-style: solid; position: relative;
}
.comments .comments-list li .comment figure {
	left: 0px; top: 0px; position: absolute;
}
.comments .comments-list li .comment figure img {
	height: auto; display: block; max-width: 100%;
}
.comments .comments-list li .comment .comment-details .comment-title {
	font: 700 18px/20px "Gudea", Arial, sans-serif; color: rgb(119, 119, 119); margin-bottom: 10px; font-size-adjust: none; font-stretch: normal;
}
.comments .comments-list li .comment .comment-details .comment-meta-container {
	margin-bottom: 10px;
}
.comments .comments-list li .comment .comment-details .comment-meta-container > a {
	margin-right: 10px;
}
.comments .comments-list li .comment .comment-details .comment-meta-container > span {
	margin-right: 10px;
}
.comments .comments-list li .comment .comment-details .comment-meta-container > span {
	color: rgb(189, 189, 189); font-style: italic;
}
.comments .comments-list li .comment .comment-details .comment-meta-container .replay-button {
	color: rgb(124, 124, 124); font-family: "PT Sans", sans-serif; font-weight: 700;
}
.comments .comments-list li .comment .comment-details .comment-meta-container .replay-button:hover {
	color: rgb(123, 174, 35);
}
.comments .comments-list li .children {
	margin-left: 50px;
}
#product-image-carousel-container {
	width: 84px; margin-right: 15px; float: left;
}
.elastislide-list {
	display: none; list-style-type: none;
}
.no-js .elastislide-list {
	display: block;
}
.elastislide-carousel ul li {
	min-width: 12px;
}
.elastislide-wrapper {
	position: relative; min-height: 60px;
}
.elastislide-vertical {
	padding: 0px;
}
.elastislide-carousel {
	overflow: hidden; position: relative;
}
.elastislide-carousel ul {
	margin: 0px; padding: 0px; display: block; list-style-type: none; position: relative; transform: translateX(0px); transition-property: transform; transition-duration: 200ms; -webkit-transform: translateX(0px); -o-transform: translateX(0px); -moz-transform: translateX(0px);
}
.elastislide-carousel ul li {
	margin: 0px;
}
.elastislide-vertical ul li {
	display: block;
}
.elastislide-carousel ul li a {
	width: 100%; display: inline-block;
}
.elastislide-carousel ul li a img {
	height: auto; padding-bottom: 11px; display: block; max-width: 100%;
}
.elastislide-wrapper nav span {
	background-position: -1px 0px; border-radius: 3px; border: 1px solid rgb(224, 224, 224); border-image: none; width: 30px; height: 25px; text-indent: -9999px; position: absolute; cursor: pointer; box-shadow: inset 0px 1px 1px rgba(255,255,255,0.5); background-image: url("../images/sprites/product-nav.png"); background-color: rgb(250, 250, 250); -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
}
.elastislide-wrapper nav span:hover {
	border-color: rgb(132, 187, 38); background-color: rgb(132, 187, 38);
}
.elastislide-vertical nav span {
	left: 50%; top: -12.5px; margin-left: -11px;
}
.elastislide-vertical nav span.elastislide-next {
	background-position: -1px -25px; top: auto; bottom: -12.5px;
}
.elastislide-vertical nav span.elastislide-next:hover {
	background-position: -31px -25px;
}
.elastislide-vertical nav span.elastislide-prev:hover {
	background-position: -31px 0px;
}
#product-image-container {
	width: 350px; text-align: center; float: left; position: relative;
}
#product-image-container img {
	width: 100%; height: auto; display: inline-block;
}
#product-image-container .item-price-container {
	width: 108px; height: 108px; line-height: 30px; font-size: 25px;
}
#product-image-container .item-price-container .old-price {
	margin-top: 24px;
}
#product-image-container .item-price-container .item-price {
	margin-top: 39px;
}
.product hr {
	margin: 25px 0px;
}
.product .product-name {
	font: 700 25px "PT Sans", sans-serif; color: rgb(100, 100, 100); font-size-adjust: none; font-stretch: normal;
}
.product .ratings-container {
	padding: 4px 0px; height: 30px; color: rgb(182, 182, 182);
}
.product .ratings-amount {
	color: rgb(182, 182, 182); display: inline-block;
}
.rate-this {
	color: rgb(182, 182, 182); line-height: 16px; font-size: 14px;
}
.rate-this:hover {
	color: rgb(123, 174, 35) !important;
}
.product-extra .icon-button:hover {
	color: rgb(255, 255, 255); background-color: rgb(132, 187, 38);
}
.product-list {
	margin-top: 5px;
}
.product-list li {
	color: rgb(119, 119, 119); line-height: 23px;
}
.product-list li span {
	font-weight: 700; margin-right: 5px;
}
.product-color-filter-container {
	margin-bottom: 20px;
}
.product-size-filter-container {
	margin-bottom: 20px;
}
.product-color-filter-container > span {
	color: rgb(155, 155, 155); font-family: "Gudea", Arial, sans-serif; font-weight: bold;
}
.product-size-filter-container > span {
	color: rgb(155, 155, 155); font-family: "Gudea", Arial, sans-serif; font-weight: bold;
}
.product-extra-box-container {
	float: left;
}
.product-extra-box {
	color: rgb(87, 90, 89); margin-right: 6px; float: left;
}
.product-extra-box {
	color: rgb(87, 90, 89); margin-right: 6px; float: left;
}
.product-extra-box span {
	text-transform: uppercase; line-height: 35px; font-family: inherit; font-size: 13px; font-weight: 700; margin-left: 10px; display: none;
}
.product-extra-box span {
	text-transform: uppercase; line-height: 35px; font-family: inherit; font-size: 13px; font-weight: 700; margin-left: 10px; display: none;
}
.icon-button {
	background: url("../images/sprites/item-icons.png") no-repeat rgb(123, 174, 35); border-radius: 2px; border: 1px solid rgb(123, 174, 35); transition:0.4s; border-image: none; width: 35px; height: 35px; text-indent: -9999px; font-size: 16px; display: inline-block; box-shadow: inset 0px 1px 0px rgba(255,255,255,0.45); -webkit-transition: all 0.4s; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45); -moz-transition: all 0.4s;
}
.icon-button.icon-like {
	background-position: 0px 0px;
}
.icon-button.icon-compare {
	background-position: -35px 0px; margin-left: 5px;
}
.icon-button:hover {
	border-color: rgb(132, 187, 38); background-color: rgb(132, 187, 38);
}
.icon-button:focus {
	border-color: rgb(132, 187, 38); background-color: rgb(132, 187, 38);
}
.icon-button:active {
	border-color: rgb(132, 187, 38); background-color: rgb(132, 187, 38);
}
.icon-button.active {
	border-color: rgb(132, 187, 38); background-color: rgb(132, 187, 38);
}
.product-extra .icon-button {
	margin-right: 5px;
}
.product .share-button-group {
	width: 320px; margin-top: 1.5px; margin-left: 30px; float: left;
}
.product-detail-tab .tab-content {
	color: rgb(115, 115, 115); line-height: 1.5; font-size: 16px;
}
.product-details-list {
	margin-left: 20px; list-style-type: disc;
}
.product-details-list li {
	padding-left: 5px; margin-bottom: 5px;
}
.custom-quantity-input {
	border-radius: 3px; border: 1px solid rgb(224, 224, 224); border-image: none; width: 140px; height: 52px; padding-right: 26px; display: block; position: relative;
}
.custom-quantity-input input {
	border: currentColor; border-image: none; width: 100%; height: 100%; text-align: center; color: rgb(117, 117, 117); line-height: 21px; font-size: 25px; font-weight: bold;
}
.custom-quantity-input .quantity-btn {
	background: rgb(250, 250, 250); border: 1px solid rgb(224, 224, 224); border-image: none; width: 26px; height: 26px; text-align: center; right: -1px; color: rgb(119, 119, 119); line-height: 26px; font-size: 17px; display: block; position: absolute; box-shadow: inset 0px 1px 1px rgba(255,255,255,0.75); -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.75);
}
.custom-quantity-input .quantity-btn.quantity-input-up {
	border-radius: 3px 3px 0px 0px; top: -1px;
}
.custom-quantity-input .quantity-btn.quantity-input-down {
	border-radius: 0px 0px 3px 3px; bottom: -1px;
}
.custom-quantity-input .quantity-btn:hover {
	background: rgb(123, 174, 35); border-color: rgb(123, 174, 35); color: rgb(255, 255, 255);
}
.custom-quantity-input .quantity-btn:active {
	background: rgb(250, 250, 250); border-color: rgb(224, 224, 224); color: rgb(119, 119, 119);
}
.product-add .custom-quantity-input {
	margin-right: 30px; float: left;
}
.product-add .btn {
	padding: 11.5px 19px; font-size: 19px; font-weight: bold;
}
.product-add .btn-custom-2 {
	color: rgb(232, 232, 232) !important;
}
.cart-table .item-name-col {
	width: 410px;
}
.cart-table .item-name-col figure {
	width: 180px; margin-right: 20px; float: left;
}
.cart-table .item-name-col ul {
	text-align: left;
}
.cart-table .item-name-col ul li {
	display: block;
}
.table .custom-quantity-input {
	margin: 0px auto; width: 108px; height: 44px; padding-right: 22px;
}
.table .custom-quantity-input input {
	width: 100%; height: 100%; font-size: 20px;
}
.table .custom-quantity-input .quantity-btn {
	width: 22px; height: 22px; line-height: 22px;
}
.compare-item-table .close-button {
	margin-left: 0px;
}
.close-button {
	background-position: 0px -290px; border-radius: 2px; border: 1px solid rgb(220, 220, 220); transition:background-color 0.3s ease-in-out; border-image: none; width: 28px; height: 28px; margin-left: 18px; vertical-align: top; display: inline-block; box-shadow: inset 0px 1px 0px rgba(255,255,255,0.4); background-image: url("/Content/images/sprites/sprite.png"); background-repeat: no-repeat; background-color: rgb(250, 250, 250); -webkit-transition: background-color 0.3s ease-in-out; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4); -o-transition: background-color 0.3s ease-in-out; -moz-transition: background-color 0.3s ease-in-out;
}
.close-button:hover {
	background-position: -26px -290px; border-color: rgb(123, 174, 35); background-color: rgb(123, 174, 35);
}
.total-table {
	font: 700 14px/16px "Helvetica Neue", Helvetica, Arial, sans-serif; border: 1px solid rgb(224, 224, 224); border-image: none; color: rgb(119, 119, 119); text-transform: uppercase; font-size-adjust: none; font-stretch: normal;
}
.total-table .total-table-title {
	
}
.total-table > tbody > tr > td {
	padding: 8px;
}
.total-table > tbody > tr:first-child > td {
	padding: 8px;
}
.total-table > tbody > tr:last-child > td {
	padding: 8px;
}
.total-table > tbody > tr > td {
	border-top-color: rgb(224, 224, 224) !important; border-right-color: rgb(224, 224, 224) !important; border-top-width: 1px !important; border-right-width: 1px !important; border-top-style: solid !important; border-right-style: solid !important;
}
.total-table > tfoot > tr > td {
	border-top-color: rgb(224, 224, 224) !important; border-right-color: rgb(224, 224, 224) !important; border-top-width: 1px !important; border-right-width: 1px !important; border-top-style: solid !important; border-right-style: solid !important;
}
.total-table > thead > tr > td {
	border-top-color: rgb(224, 224, 224) !important; border-right-color: rgb(224, 224, 224) !important; border-top-width: 1px !important; border-right-width: 1px !important; border-top-style: solid !important; border-right-style: solid !important;
}
.total-table > tfoot > tr > td {
	background: rgb(244, 244, 244); padding: 8px;
}
.total-table > tfoot > tr > td:first-child {
	color: rgb(102, 102, 102);
}
.total-table > tfoot > tr > td:last-child {
	color: rgb(232, 44, 12);
}
#shipping-form .shipping-desc {
	color: rgb(119, 119, 119); line-height: 20px; font-family: "PT Sans", sans-serif; font-size: 17px; margin-bottom: 28px;
}
#shipping-form .control-label {
	width: 110px; line-height: 34px; font-size: 16px; font-weight: 400; margin-right: 10px; display: inline-block;
}
#shipping-form .input-container {
	width: 100px; float: right; display: block;
}
.compare-item-table > thead > tr:first-child > td {
	border-top-color: rgb(224, 224, 224) !important;
}
.compare-item-table > tbody > tr:first-child > td {
	border-top-color: rgb(224, 224, 224) !important;
}
.compare-item-table > thead > tr > td:last-child {
	border-right-color: rgb(224, 224, 224) !important;
}
.compare-item-table > tbody > tr > td:last-child {
	border-right-color: rgb(224, 224, 224) !important;
}
.compare-item-table > tfoot > tr > td:last-child {
	border-right-color: rgb(224, 224, 224) !important;
}
.compare-item-table > thead > tr > td {
	border-top-color: transparent !important; border-right-color: transparent !important;
}
.compare-item-table > tbody > tr > td {
	border-top-color: transparent !important; border-right-color: transparent !important;
}
.compare-item-table > tfoot > tr > td {
	border-top-color: transparent !important; border-right-color: transparent !important;
}
.compare-item-table .table-title {
	background: rgb(236, 236, 236) !important; width: 200px; text-align: right; padding-right: 30px !important; border-right-color: rgb(224, 224, 224) !important; border-right-width: 1px !important; border-right-style: solid !important;
}
.compare-item-table figure {
	margin: 0px auto; width: 170px;
}
.compare-item-table figure img {
	margin: 0px auto;
}
.compare-item-table .item-name {
	text-align: center; margin-top: 20px;
}
.table .item-brand-col {
	color: rgb(119, 119, 119); font-weight: 700;
}
.compare-item-table .ratings-amount {
	text-align: center; display: block;
}
.compare-item-table .btn {
	padding: 7px 17px;
}
.compare-item-table .btn-custom-2 {
	color: rgb(232, 232, 232) !important; line-height: 1.5; font-size: 13px;
}
.custom-accordion#checkout .panel-body {
	padding: 40px 0px;
}
.checkout-title {
	font: 400 25px/30px "Oswald", Arial, sans-serif; color: rgb(68, 70, 69); text-transform: uppercase; margin-bottom: 20px; font-size-adjust: none; font-stretch: normal;
}
.help-block {
	color: rgb(199, 41, 40); font-size: 13px; margin-top: 0px; margin-bottom: 0px; display: block;
}
.help-block a {
	color: rgb(199, 41, 40);
}
.help-block a:hover {
	text-decoration: underline;
}
.checkout-table .checkout-table-title {
	font: 700 18px/20px "PT Sans", sans-serif; padding: 15px; color: rgb(119, 119, 119); text-transform: uppercase; font-size-adjust: none; font-stretch: normal;
}
.checkout-table .checkout-table-price {
	font: 700 18px/20px "PT Sans", sans-serif; padding: 15px; color: rgb(119, 119, 119); text-transform: uppercase; font-size-adjust: none; font-stretch: normal;
}
.checkout-table .checkout-total-title {
	font: 700 18px/20px "PT Sans", sans-serif; padding: 15px; color: rgb(119, 119, 119); text-transform: uppercase; font-size-adjust: none; font-stretch: normal;
}
.checkout-table .checkout-total-price {
	font: 700 18px/20px "PT Sans", sans-serif; padding: 15px; color: rgb(119, 119, 119); text-transform: uppercase; font-size-adjust: none; font-stretch: normal;
}
.checkout-table .checkout-table-title {
	text-align: right; padding-right: 60px; font-size: 16px;
}
.checkout-table > tbody > tr:last-child > td {
	padding: 15px;
}
.checkout-table > tbody > tr:last-child > .checkout-table-title {
	padding-right: 60px;
}
.checkout-table .checkout-total-title {
	padding-top: 20px; padding-bottom: 20px;
}
.checkout-table .checkout-total-price {
	padding-top: 20px; padding-bottom: 20px;
}
.checkout-table .checkout-total-title {
	text-align: right; padding-right: 60px;
}
.checkout-table .checkout-total-title {
	color: rgb(102, 102, 102); line-height: 24px; font-size: 22px;
}
.checkout-table .checkout-total-price {
	color: rgb(232, 44, 12); line-height: 24px; font-size: 20px;
}
.checkout-table .item-name-col {
	width: 410px;
}
.checkout-table .item-name-col figure {
	width: 180px; margin-right: 20px; float: left;
}
.checkout-table .item-name-col ul {
	text-align: left;
}
.checkout-table .item-name-col ul li {
	display: block;
}
.checkout-table tfoot tr {
	background: rgb(248, 248, 248);
}
#map {
	height: 350px; margin-bottom: 50px;
}
#map img {
	max-width: none;
}
.contact-details-list > li {
	color: rgb(121, 120, 120); line-height: 25px; padding-left: 56px; font-size: 16px; margin-bottom: 15px; position: relative;
}
.contact-icon {
	border-radius: 2px; border: 1px solid rgb(168, 191, 0); border-image: none; left: 0px; top: 50%; width: 36px; height: 36px; text-align: center; margin-top: -18px; display: block; position: absolute; box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 1px rgba(0,0,0,0.15); background-image: url("/Content/images/sprites/sprite.png"); background-repeat: no-repeat; background-color: rgb(168, 191, 0); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.15);
}
.contact-icon.contact-icon-phone {
	background-position: -288px 0px;
}
.contact-icon.contact-icon-mobile {
	background-position: -322px 0px;
}
.contact-icon.contact-icon-email {
	background-position: -288px -34px;
}
.contact-icon.contact-icon-skype {
	background-position: -322px -34px;
}
#contact-form .input-group-addon {
	min-width: 100px;
}
.input-text {
	vertical-align: middle;
}
.input-icon {
	width: 24px; height: 24px; margin-right: 5px; vertical-align: middle; display: inline-block; background-image: url("/Content/images/sprites/sprite.png"); background-repeat: no-repeat; background-color: transparent;
}
.input-icon.input-icon-user {
	background-position: -90px -140px;
}
.input-icon.input-icon-email {
	background-position: -114px -140px;
}
.input-icon.input-icon-subject {
	background-position: -138px -140px;
}
.input-icon.input-icon-message {
	background-position: -162px -140px;
}
.input-icon.input-icon-phone {
	background-position: -186px -140px;
}
.input-icon.input-icon-fax {
	background-position: -210px -140px;
}
.input-icon.input-icon-password {
	background-position: -234px -140px;
}
.input-icon.input-icon-company {
	background-position: -258px -140px;
}
.input-icon.input-icon-address {
	background-position: -282px -140px;
}
.input-icon.input-icon-city {
	background-position: -306px -140px;
}
.input-icon.input-icon-postcode {
	background-position: -330px -140px;
}
.input-icon.input-icon-country {
	background-position: -354px -140px;
}
.input-icon.input-icon-region {
	background-position: -90px -164px;
}
#footer {
	background: rgb(68, 70, 69); font: 15px/2em "Gudea", Arial, sans-serif !important; color: rgb(204, 204, 204); font-size-adjust: none !important; font-stretch: normal !important;
}
#footer #footer-bottom a {
	color: rgb(204, 204, 204);
}
#footer #footer-bottom a:hover {
	color: rgb(255, 255, 255);
}
#footer-top {
	background: rgb(242, 242, 242); padding: 53px 0px 45px;
}
#footer-top .widget {
	padding-right: 35px;
}
#footer-top .title-bg {
	margin: 0px 0px 30px;
}
#footer-top .title-bg h3 {
	background: rgb(242, 242, 242); margin: 0px; color: rgb(68, 70, 69); text-transform: capitalize; padding-right: 20px; font-size: 27px;
}
#footer-top .title-bg::after {
	background: rgb(232, 230, 226);
}
.footerslider .slide-item {
	width: 100%; margin-bottom: 25px;
}
.footerslider .item-image-container {
	width: 115px; margin-right: 20px; float: left;
}
.footerslider .item-name {
	line-height: 20px; font-size: 18px; margin-bottom: 11px;
}
.footerslider .item-name a {
	color: rgb(100, 100, 100) !important;
}
.footerslider .item-name a:hover {
	color: rgb(132, 187, 38) !important;
}
.footerslider .ratings-container {
	padding: 0px; height: 16px; line-height: 16px; margin-bottom: 10px;
}
.footerslider .ratings {
	background: url("../images/sprites/ratings-small.png") no-repeat 0px 0px; width: 86px;
}
.footerslider .ratings .ratings-result {
	background: url("../images/sprites/ratings-small.png") no-repeat 0px -16px;
}
.footerslider .item-price-special {
	color: rgb(185, 53, 36); font-size: 18px;
}
.footerslider .flex-direction-nav {
	background: rgb(242, 242, 242); top: -62px; width: 81px;
}
.footerslider .flex-direction-nav .flex-prev {
	left: 15px;
}
#footer #twitterfeed-container {
	background: rgb(132, 187, 38);
}
#footer #twitterfeed-container .twitterfeed {
	padding: 40px 0px 35px; color: rgb(68, 70, 69); line-height: 32px; overflow: hidden; font-size: 16px; position: relative;
}
.twitter_feed .tweet_list li {
	width: 100%; margin-bottom: 20px;
}
.twitter_feed .tweet_list li:last-child {
	margin-bottom: 0px;
}
.twitter_feed .tweet_list .tweet_avatar {
	display: none;
}
.twitter_feed .tweet_list li a {
	color: rgb(68, 70, 69);
}
#footer #twitterfeed-container .twitterfeed a {
	color: rgb(68, 70, 69);
}
#footer #twitterfeed-container .twitterfeed a:hover {
	color: rgb(205, 250, 126);
}
.twitter_feed .tweet_list .tweet_time {
	font-size: 14px; font-style: italic; display: block;
}
.twitter_feed .tweet_list .tweet_time a {
	color: rgb(205, 250, 126) !important;
}
#footer #twitterfeed-container .twitterfeed .twitter-icon {
	left: 15px; bottom: -21px; color: rgb(68, 70, 69); line-height: 48px; font-size: 48px; position: absolute;
}
.twitter_feed .flex-direction-nav {
	left: 100%; top: 50%; width: 74px; position: absolute;
}
.twitter_feed .flex-direction-nav li {
	float: left; display: block;
}
.twitter_feed .flex-direction-nav a {
	padding: 0px; border-radius: 3px; border: currentColor; border-image: none; width: 35px; height: 25px; margin-top: -12.5px; margin-left: 2px; display: block; opacity: 0.75; box-shadow: none; background-image: url("/Content/images/sprites/twitterfeednav.png"); background-color: transparent; -webkit-box-shadow: none;
}
.twitter_feed .flex-direction-nav a.flex-prev {
	background-position: 0px 0px;
}
.twitter_feed .flex-direction-nav a.flex-next {
	background-position: -35px 0px;
}
.twitter_feed .flex-direction-nav a.flex-prev:hover {
	background-position: 0px -25px; opacity: 1; background-color: rgb(68, 70, 69);
}
.twitter_feed .flex-direction-nav a.flex-next:hover {
	background-position: -35px -25px; opacity: 1; background-color: rgb(68, 70, 69);
}
#footer #newsletter-container {
	background: rgb(214, 214, 214); padding: 27px 0px;
}
#footer #newsletter-container h3 {
	margin: 0px; color: rgb(68, 75, 76); text-transform: uppercase; line-height: 46px; font-size: 25px; float: left;
}
#footer #newsletter-container form {
	float: right;
}
#footer #newsletter-container input[type='text'] {
	background: rgb(214, 214, 214); padding: 5px 10px 5px 20px; border-radius: 4px; border: 3px solid rgb(132, 187, 38); border-image: none; width: 300px; height: 46px; color: rgb(114, 123, 124); line-height: 20px; margin-right: 5px; vertical-align: top;
}
#footer #newsletter-container .btn {
	padding: 12px 20px; line-height: 20px; font-size: 17px;
}
#footer #newsletter-container :-ms-input-placeholder {
	color: rgb(114, 123, 124);
}
#inner-footer {
	padding: 10px 0px 0px;
}
#footer h3 {
	font: 19px/38px "Oswald", Arial, sans-serif; margin: 50px 0px 20px; color: rgb(227, 227, 227); text-transform: uppercase; font-size-adjust: none; font-stretch: normal;
}
#footer .links {
	display: block;
}
#footer .links li {
	background-position: left; line-height: 35px; padding-left: 16px; background-image: url("../images/sprites/footer-menu-list-type.png"); background-repeat: no-repeat;
}
#footer .contact-list li {
	line-height: 31px;
}
#footer .twitter_feed_widget {
	color: rgb(204, 204, 204); padding-top: 10px; font-size: 15px;
}
#footer .twitter_feed_widget .tweet_list li {
	width: 100%; line-height: 20px; margin-bottom: 20px;
}
#footer .twitter_feed_widget .tweet_list .tweet_avatar {
	display: none;
}
#footer .twitter_feed_widget .tweet_list .tweet_time {
	font-size: 12px; margin-top: 10px; display: block;
}
#footer .twitter_feed_widget .tweet_list li a {
	color: rgb(123, 174, 35);
}
#footer .twitter_feed_widget .tweet_list li a:hover {
	color: rgb(143, 143, 143);
}
#footer .twitter_feed_widget .tweet_list .tweet_time a {
	color: rgb(143, 143, 143);
}
#footer .contact-list strong {
	text-transform: uppercase;
}
#footer .facebook-likebox iframe {
	width: 100%; height: 320px;
}
#footer-bottom {
	font: 13px/18px Arial, sans-serif; padding: 0px; border-top-color: rgb(56, 57, 56); border-top-width: 1px; border-top-style: solid; font-size-adjust: none; font-stretch: normal; box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#footer-bottom p {
	margin: 14px 0px;
}
#footer-bottom .social-links li {
	margin-top: 5px; margin-bottom: 5px;
}
.social-links {
	
}
.social-links li {
	margin: 0px 5px; height: 36px; line-height: 36px; display: inline-block; min-width: 36px;
}
.social-links li:first-child {
	margin-left: 0px;
}
.social-links li.smaller-social-icons {
	width: 30px; height: 30px; margin-top: 1px;
}
.social-links li a {
	color: rgb(204, 204, 204);
}
.social-links li a:hover {
	color: rgb(255, 255, 255);
}
.social-icon {
	border-radius: 2px; transition:background 0.3s ease-in-out; width: 36px; height: 36px; display: block; box-shadow: 0px 1px 1px rgba(0,0,0,0.15), inset 0px 1px 1px rgba(255,255,255,0.2); background-image: url("../images/sprites/sprite.png"); background-repeat: no-repeat; background-color: rgb(98, 102, 100); -webkit-transition: background 0.3s ease-in-out; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 1px 1px rgba(255, 255, 255, 0.2); -o-transition: background 0.3s ease-in-out; -moz-transition: background 0.3s ease-in-out;
}
.social-links li.smaller-social-icons .social-icon {
	width: 30px; height: 30px; background-color: rgb(98, 102, 100);
}
.icon-facebook {
	background-position: 0px 0px;
}
.icon-twitter {
	background-position: -36px 0px;
}
.icon-rss {
	background-position: -72px 0px;
}
.icon-delicious {
	background-position: -108px 0px;
}
.icon-linkedin {
	background-position: -144px 0px;
}
.icon-flickr {
	background-position: -180px 0px;
}
.icon-skype {
	background-position: -216px 0px;
}
.icon-email {
	background-position: -252px 0px;
}
.icon-facebook:hover {
	background-position: 0px -36px; background-color: rgb(59, 89, 152);
}
.icon-twitter:hover {
	background-position: -36px -36px; background-color: rgb(64, 153, 255);
}
.icon-rss:hover {
	background-position: -72px -36px; background-color: rgb(255, 130, 1);
}
.icon-delicious:hover {
	background-position: -108px -36px; background-color: rgb(48, 112, 200);
}
.icon-linkedin:hover {
	background-position: -144px -36px; background-color: rgb(0, 128, 177);
}
.icon-flickr:hover {
	background-position: -180px -36px; background-color: rgb(238, 34, 131);
}
.icon-skype:hover {
	background-position: -216px -36px; background-color: rgb(0, 175, 240);
}
.icon-email:hover {
	background-position: -252px -36px; background-color: rgb(199, 57, 44);
}
.icon-facebook-sm {
	background-position: -120px -72px;
}
.icon-twitter-sm {
	background-position: -150px -72px;
}
.icon-dribbble-sm {
	background-position: -180px -72px;
}
.icon-email-sm {
	background-position: -210px -72px;
}
.icon-facebook-sm:hover {
	background-position: -120px -102px; background-color: rgb(59, 89, 152) !important;
}
.icon-twitter-sm:hover {
	background-position: -150px -102px; background-color: rgb(64, 153, 255) !important;
}
.icon-dribbble-sm:hover {
	background-position: -180px -102px; background-color: rgb(234, 76, 137) !important;
}
.icon-email-sm:hover {
	background-position: -210px -102px; background-color: rgb(199, 57, 44) !important;
}
.footer-text-container {
	text-align: right;
}
#scroll-top {
	background: rgb(123, 174, 35); padding: 5px 9.5px; border-radius: 3px; border: 1px solid rgb(123, 174, 35); transition:0.3s ease-in-out; border-image: none; text-align: center; right: 15px; bottom: 15px; color: rgb(255, 255, 255); line-height: 1; font-size: 26px; display: inline-block; visibility: hidden; position: fixed; z-index: 999; cursor: pointer; opacity: 0; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out;
}
#scroll-top:hover {
	border-color: rgb(132, 187, 38); background-color: rgb(132, 187, 38);
}
.fixed#scroll-top {
	visibility: visible; opacity: 1;
}
.flexslider {
	margin: 0px; padding: 0px;
}
.flexslider .slides > li {
	display: none; -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%; display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.slides::after {
	height: 0px; line-height: 0; clear: both; display: block; visibility: hidden; content: "\0020";
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
.no-js .slides > li:first-child {
	display: block;
}
.flexslider {
	position: relative; -ms-zoom: 1;
}
.flex-viewport {
	transition:1s; max-height: 2000px; -webkit-transition: all 1s ease; -o-transition: all 1s ease; -moz-transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	height: auto; -ms-zoom: 1;
}
.flex-direction-nav a {
	font: 14px FontAwesome; border-radius: 3px; border: 1px solid rgb(224, 224, 224); transition:background-color 0.3s; border-image: none; top: 50%; width: 60px; height: 45px; text-indent: -9999px; margin-top: -22.5px; display: block; position: absolute; cursor: pointer; font-size-adjust: none; font-stretch: normal; opacity: 1; background-repeat: no-repeat; background-color: rgb(250, 250, 250); -webkit-transition: background-color .3s ease; -o-transition: background-color .3s ease; -moz-transition: background-color .3s ease;
}
.flex-direction-nav .flex-next {
	background-position: -278px -290px; right: -3px;
}
.flex-direction-nav .flex-next::after {
	content: "\f105";
}
.flex-direction-nav a::after {
	left: 0px; top: 0px; width: 100%; height: 100%; text-align: center; color: rgb(87, 90, 89); line-height: 1.5em; text-indent: 0px; position: absolute;
}
.flex-direction-nav a:hover::after {
	color: rgb(255, 255, 255);
}
.flex-direction-nav .flex-prev {
	background-position: -220px -290px; left: -3px;
}
.flex-direction-nav .flex-prev::after {
	content: "\f104";
}
.flexslider:hover .flex-next:hover {
	border-color: rgb(132, 187, 38); background-color: rgb(132, 187, 38);
}
.flexslider:hover .flex-prev:hover {
	border-color: rgb(132, 187, 38); background-color: rgb(132, 187, 38);
}
.flexslider:hover .flex-next:hover {
	background-position: -278px -333px;
}
.flexslider:hover .flex-prev:hover {
	background-position: -220px -333px;
}
.flex-control-nav {
	width: 100%; text-align: center; bottom: -40px; position: absolute;
}
.flex-control-nav li {
	margin: 0px 8px; display: inline-block; -ms-zoom: 1;
}
.flex-control-paging li a {
	background: rgb(51, 51, 51); border-radius: 20px; transition:0.5s; width: 10px; height: 10px; text-indent: -9999px; display: block; cursor: pointer; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-border-radius: 20px; -webkit-border-radius: 20px; -moz-transition: all 0.5s; -o-border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: rgb(123, 174, 35);
}
.flex-control-paging li a.flex-active {
	background: rgb(123, 174, 35);
}
.flex-control-thumbs {
	margin: 5px 0px 0px; overflow: hidden; position: static;
}
.flex-control-thumbs li {
	margin: 0px; width: 25%; float: left;
}
.flex-control-thumbs img {
	width: 100%; display: block; cursor: pointer; opacity: 0.7;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	cursor: default; opacity: 1;
}
#page-header {
	background-position: top; padding: 180px 0px; text-align: center; background-image: url("/Content/images/aboutus-hedaerbg.jpg"); background-repeat: no-repeat; background-size: cover; -webkit-background-size: cover;
}
.parallax {
	background-position: top; background-attachment: fixed; background-repeat: repeat-y; background-size: cover; -webkit-background-size: cover;
}
#page-header h1 {
	color: rgb(255, 255, 255); text-transform: uppercase; line-height: 1; font-size: 42px; margin-bottom: 0px; position: relative;
}
.small-bottom-border {
	left: 50%; top: 100%; width: 30px; height: 3px; margin-top: 10px; margin-left: -15px; display: block; position: absolute; background-color: rgb(123, 174, 35);
}
.small-bottom-border.big {
	width: 38px; height: 4px; margin-top: 20px; margin-left: -19px;
}
#page-header .small-bottom-border {
	margin-top: 30px; background-color: rgb(255, 255, 255);
}
#page-header .page-header-desc {
	font: 400 24px/33px "Gudea", Arial, sans-serif; color: rgb(255, 255, 255); margin-top: 30px; font-size-adjust: none; font-stretch: normal;
}
.hero-unit {
	text-align: center; color: rgb(51, 51, 51); position: relative;
}
.hero-unit h2 {
	line-height: 1; font-size: 38px; margin-bottom: 20px;
}
.hero-unit p {
	font: 400 21px "Gudea", Arial, sans-serif; font-size-adjust: none; font-stretch: normal;
}
.services-box {
	padding: 20px 10px; border: 1px solid transparent; transition:0.3s ease-in; border-image: none; text-align: center; background-color: transparent; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in;
}
.services-box h3 {
	font: 700 18px "Pt Sans", sans-serif; color: rgb(71, 70, 70); margin-bottom: 30px; position: relative; font-size-adjust: none; font-stretch: normal;
}
.services-box h3 a {
	color: rgb(71, 70, 70);
}
.services-box h3 a:hover {
	color: rgb(123, 174, 35);
}
.services-box p {
	color: rgb(111, 111, 111); line-height: 17px; font-size: 14px;
}
.services-box:hover {
	border: 1px solid rgb(224, 224, 224); border-image: none; text-align: center; box-shadow: inset 0px 1px 1px #fff; background-color: rgb(250, 250, 250);
}
.service-icon {
	margin: 0px auto 20px; width: 124px; height: 124px; display: block; background-image: url("/Content/images/sprites/aboutus-icons.png"); background-repeat: no-repeat;
}
.service-icon.service-icon-responsive {
	background-position: 0px 0px;
}
.service-icon.service-icon-panel {
	background-position: -124px 0px;
}
.service-icon.service-icon-sliders {
	background-position: -248px 0px;
}
.service-icon.service-icon-support {
	background-position: -372px 0px;
}
.services-box:hover .service-icon.service-icon-responsive {
	background-position: 0px -124px;
}
.services-box:hover .service-icon.service-icon-panel {
	background-position: -124px -124px;
}
.services-box:hover .service-icon.service-icon-sliders {
	background-position: -248px -124px;
}
.services-box:hover .service-icon.service-icon-support {
	background-position: -372px -124px;
}
.progress-container h4 {
	font: 700 11px/15px "PT Sans", sans-serif; text-transform: uppercase; margin-bottom: 0px; font-size-adjust: none; font-stretch: normal;
}
#testimonials-section {
	background-position: top; padding: 60px 0px; text-align: center; color: rgb(255, 255, 255); overflow: hidden; background-image: url("/Content/images/testimonialsbg.jpg"); background-repeat: no-repeat; background-size: cover; -webkit-background-size: cover;
}
#testimonials-section h3 {
	color: rgb(255, 255, 255); text-transform: uppercase; line-height: 1; font-size: 28px; margin-bottom: 90px; position: relative;
}
#testimonials-section .small-bottom-border {
	margin-top: 30px; background-color: rgb(255, 255, 255);
}
.about-us-testimonials .testimonial-title {
	font: 700 21px "PT Sans", sans-serif; margin-bottom: 20px; display: block; font-size-adjust: none; font-stretch: normal;
}
.about-us-testimonials {
	padding-bottom: 50px;
}
.about-us-testimonials p {
	line-height: 25px; font-size: 18px; margin-bottom: 20px;
}
.about-us-testimonials .testimonial-owner {
	font: italic 700 16px/21px "PT Sans", sans-serif; font-size-adjust: none; font-stretch: normal;
}
.about-us-testimonials .testimonial-date {
	font: italic 400 14px/21px "PT Sans", sans-serif; font-size-adjust: none; font-stretch: normal;
}
.about-us-testimonials .flex-control-paging li a {
	background: rgb(255, 255, 255);
}
.about-us-testimonials .flex-control-paging li a:hover {
	background: rgb(255, 255, 255); transform: scale(1.4); -webkit-transform: scale(1.4); -o-transform: scale(1.4); -moz-transform: scale(1.4);
}
.about-us-testimonials .flex-control-paging li a.flex-active {
	background: rgb(255, 255, 255); cursor: default; transform: scale(1.4); -webkit-transform: scale(1.4); -o-transform: scale(1.4); -moz-transform: scale(1.4);
}
#team-members-slider-container img {
	border: 1px solid rgb(224, 224, 224); border-image: none;
}
.team-member-header {
	margin-bottom: 60px;
}
.team-member-header figure {
	display: block; max-width: 360px;
}
.team-member-header blockquote {
	padding: 35px 20px 10px 35px;
}
.team-member-header blockquote::before {
	left: 0px;
}
.team-member-header .team-member-name {
	font-size: 25px; margin-bottom: 20px;
}
.team-member-header .team-member-title {
	font-size: 16px; margin-bottom: 10px;
}
.team-member-header .team-member-extra {
	margin-top: 20px;
}
.team-member-header .team-member-extra .social-links li.smaller-social-icons {
	margin-top: 4px;
}
.team-member-header .team-member-contact {
	font: italic 400 13px/1.5 Verdana, Arial, sans-serif; color: rgb(136, 136, 136); font-size-adjust: none; font-stretch: normal;
}
.team-member-name {
	font: 700 16px/17px "PT Sans", sans-serif; color: rgb(102, 102, 102); font-size-adjust: none; font-stretch: normal;
}
.team-member-title {
	color: rgb(136, 136, 136); line-height: 17px; font-size: 13px;
}
.team-member {
	margin-bottom: 35px;
}
.team-member img {
	width: 100%;
}
.team-member .team-member-name {
	margin-bottom: 8px;
}
.team-member figure {
	margin-bottom: 20px;
}
.no-content#content {
	background-position: 50% 50%; position: relative; min-height: 900px; background-image: url("/Content/images/404.jpg"); background-repeat: no-repeat; background-size: cover; -webkit-background-size: cover;
}
.no-content .no-content-comment {
	left: 50%; top: 40px; width: 480px; height: 350px; text-align: center; padding-top: 50px; margin-left: -360px; position: absolute; background-image: url("/Content/images/404-comment.png"); background-repeat: no-repeat;
}
.no-content-comment h2 {
	font: 700 110px/0.8 "Gudea", Arial, sans-serif; color: rgb(123, 174, 35); margin-bottom: 15px; font-size-adjust: none; font-stretch: normal; text-shadow: 8px 4px 0px rgba(0,0,0,0.1);
}
.no-content-comment h3 {
	font: 700 25px/35px "PT Sans", Arial, sans-serif; color: rgb(81, 82, 81); font-size-adjust: none; font-stretch: normal;
}
.no-content-comment h2 span {
	opacity: 0;
}
.no-content-comment h3 span {
	opacity: 0;
}
.form-group .btn-group-full-width {
	width: 100%;
}
.form-group input[type='radio'] {
	display: none;
}
.form-group input[type='checkbox'] {
	display: none;
}
.form-group input[type='checkbox'] + .btn-group > label.btn {
	padding: 8px 12px;
}
.form-group input[type='radio'] + .btn-group > label.btn {
	padding: 8px 12px;
}
.form-group-sm input[type='checkbox'] + .btn-group > label.btn {
	padding: 0.4em 12px;
}
.form-group-sm input[type='radio'] + .btn-group > label.btn {
	padding: 0.4em 12px;
}
.form-group input[type='checkbox'] + .btn-group > label {
	white-space: normal;
}
.form-group input[type='radio'] + .btn-group > label {
	white-space: normal;
}
.form-group input[type='checkbox'] + .btn-group > label.btn-default {
	color: rgb(51, 51, 51); background-color: rgb(255, 255, 255);
}
.form-group input[type='radio'] + .btn-group > label.btn-default {
	color: rgb(51, 51, 51); background-color: rgb(255, 255, 255);
}
.form-group input[type='checkbox'] + .btn-group > label.btn-primary {
	border-color: rgb(53, 126, 189); color: rgb(255, 255, 255); background-color: rgb(66, 139, 202);
}
.form-group input[type='radio'] + .btn-group > label.btn-primary {
	border-color: rgb(53, 126, 189); color: rgb(255, 255, 255); background-color: rgb(66, 139, 202);
}
.form-group input[type='checkbox'] + .btn-group > label.btn-success {
	border-color: rgb(76, 174, 76); color: rgb(255, 255, 255); background-color: rgb(92, 184, 92);
}
.form-group input[type='radio'] + .btn-group > label.btn-success {
	border-color: rgb(76, 174, 76); color: rgb(255, 255, 255); background-color: rgb(92, 184, 92);
}
.form-group input[type='checkbox'] + .btn-group > label.btn-info {
	border-color: rgb(70, 184, 218); color: rgb(255, 255, 255); background-color: rgb(91, 192, 222);
}
.form-group input[type='radio'] + .btn-group > label.btn-info {
	border-color: rgb(70, 184, 218); color: rgb(255, 255, 255); background-color: rgb(91, 192, 222);
}
.form-group input[type='checkbox'] + .btn-group > label.btn-warning {
	border-color: rgb(238, 162, 54); color: rgb(255, 255, 255); background-color: rgb(240, 173, 78);
}
.form-group input[type='radio'] + .btn-group > label.btn-warning {
	border-color: rgb(238, 162, 54); color: rgb(255, 255, 255); background-color: rgb(240, 173, 78);
}
.form-group input[type='checkbox'] + .btn-group > label.btn-danger {
	border-color: rgb(212, 63, 58); color: rgb(255, 255, 255); background-color: rgb(217, 83, 79);
}
.form-group input[type='radio'] + .btn-group > label.btn-danger {
	border-color: rgb(212, 63, 58); color: rgb(255, 255, 255); background-color: rgb(217, 83, 79);
}
.form-group input[type='checkbox'] + .btn-group > label.btn-link {
	border-radius: 0px; color: rgb(66, 139, 202); font-weight: normal;
}
.form-group input[type='radio'] + .btn-group > label.btn-link {
	border-radius: 0px; color: rgb(66, 139, 202); font-weight: normal;
}
.form-group input[type='radio'] + .btn-group > label span:first-child {
	display: none;
}
.form-group input[type='checkbox'] + .btn-group > label span:first-child {
	display: none;
}
.form-group input[type='radio'] + .btn-group > label span:first-child + span {
	display: inline-block;
}
.form-group input[type='checkbox'] + .btn-group > label span:first-child + span {
	display: inline-block;
}
.form-group input[type='radio']:checked + .btn-group > label span:first-child {
	display: inline-block;
}
.form-group input[type='checkbox']:checked + .btn-group > label span:first-child {
	display: inline-block;
}
.form-group input[type='radio']:checked + .btn-group > label span:first-child + span {
	display: none;
}
.form-group input[type='checkbox']:checked + .btn-group > label span:first-child + span {
	display: none;
}
.form-group input[type='checkbox'] + .btn-group > label span[class*='fa-'] {
	margin: 4px 0px 2px -2px; width: 15px; float: left;
}
.form-group input[type='radio'] + .btn-group > label span[class*='fa-'] {
	margin: 4px 0px 2px -2px; width: 15px; float: left;
}
.form-group input[type='checkbox'] + .btn-group > label span.content {
	margin-left: 10px;
}
.form-group input[type='radio'] + .btn-group > label span.content {
	margin-left: 10px;
}
.form-group input[type='checkbox'] + .btn-group.none-bg > label.btn {
	background: no-repeat !important; border: currentColor !important; border-image: none !important;
}
.form-group input[type='radio'] + .btn-group.none-bg > label.btn {
	background: no-repeat !important; border: currentColor !important; border-image: none !important;
}
tr.detail-view > td {
	padding: 5px 0px !important;
}
.detail-view .list-group {
	overflow: hidden; margin-bottom: 0px !important;
}
.detail-view .list-group .list-group-item {
	padding: 0px !important;
}
.detail-view .list-group .list-group-item > .row > div > div {
	padding-top: 5px; padding-bottom: 5px;
}
.detail-view .list-group .list-group-item > .row > div > div:first-child {
	background: rgb(245, 245, 245); color: rgb(123, 174, 35); border-right-color: rgb(220, 220, 220); border-right-width: 1px; border-right-style: solid;
}
.detail-view .list-group .list-group-item > .row > div > div:last-child {
	
}
.form-group input[type='checkbox'] + .btn-group.btn-checkbox > label.btn {
	border-width: 0px 0px 2px; border-style: solid; border-color: rgb(123, 174, 35); padding: 8px 12px; border-radius: 0px; background-color: rgb(245, 245, 245);
}
.form-group .btn-checkbox input[type='radio'] + .btn-group.btn-checkbox > label.btn {
	border-width: 0px 0px 2px; border-style: solid; border-color: rgb(123, 174, 35); padding: 8px 12px; border-radius: 0px; background-color: rgb(245, 245, 245);
}
.form-group input[type='checkbox'] + .btn-group.btn-checkbox > label.btn:hover {
	background-color: rgb(224, 224, 224);
}
.form-group .btn-checkbox input[type='radio'] + .btn-group.btn-checkbox > label.btn:hover {
	background-color: rgb(224, 224, 224);
}
.form-group input[type='radio']:checked + .btn-group.btn-checkbox > label.btn {
	background-color: rgb(224, 224, 224);
}
.form-group input[type='checkbox']:checked + .btn-group.btn-checkbox > label.btn {
	background-color: rgb(224, 224, 224);
}
.form-group input[type='checkbox'] + .btn-group.btn-checkbox.padding-2 > label.btn {
	padding: 2px 12px;
}
.form-group .btn-checkbox input[type='radio'] + .btn-group.btn-checkbox.padding-2 > label.btn {
	padding: 2px 12px;
}
.form-group input[type='checkbox'] + .btn-group.btn-checkbox.padding-5 > label.btn {
	padding: 5px 12px;
}
.form-group .btn-checkbox input[type='radio'] + .btn-group.btn-checkbox.padding-5 > label.btn {
	padding: 5px 12px;
}
.form-group input[type='checkbox'] + .btn-group.btn-checkbox.chk-green > label.btn:hover {
	background-color: rgb(165, 214, 167);
}
.form-group .btn-checkbox input[type='radio'] + .btn-group.btn-checkbox.chk-green > label.btn:hover {
	background-color: rgb(165, 214, 167);
}
.form-group input[type='radio']:checked + .btn-group.btn-checkbox.chk-green > label.btn {
	background-color: rgb(165, 214, 167);
}
.form-group input[type='checkbox']:checked + .btn-group.btn-checkbox.chk-green > label.btn {
	background-color: rgb(165, 214, 167);
}
.form-group input[type='checkbox'] + .btn-group.btn-checkbox.chk-yellow > label.btn:hover {
	background-color: rgb(255, 241, 118);
}
.form-group .btn-checkbox input[type='radio'] + .btn-group.btn-checkbox.chk-yellow > label.btn:hover {
	background-color: rgb(255, 241, 118);
}
.form-group input[type='radio']:checked + .btn-group.btn-checkbox.chk-yellow > label.btn {
	background-color: rgb(255, 241, 118);
}
.form-group input[type='checkbox']:checked + .btn-group.btn-checkbox.chk-yellow > label.btn {
	background-color: rgb(255, 241, 118);
}
.form-group input[type='checkbox'] + .btn-group.btn-checkbox.chk-opportunityTofas > label.btn:hover {
	background-color: rgb(255, 188, 43);
}
.form-group .btn-checkbox input[type='radio'] + .btn-group.btn-checkbox.chk-opportunityTofas > label.btn:hover {
	background-color: rgb(255, 188, 43);
}
.form-group input[type='radio']:checked + .btn-group.btn-checkbox.chk-opportunityTofas > label.btn {
	background-color: rgb(255, 188, 43);
}
.form-group input[type='checkbox']:checked + .btn-group.btn-checkbox.chk-opportunityTofas > label.btn {
	background-color: rgb(255, 188, 43);
}
.input-criteria .input-group-addon {
	border-width: 0px 0px 2px; border-style: solid; border-color: rgb(150, 153, 152); border-radius: 0px !important;
}
.input-criteria .input-group-addon.no-minwidth {
	min-width: 110px !important;
}
.input-criteria .input-group-addon.no-minwidth-zero {
	min-width: 1px !important;
}
.input-criteria .input-group-addon.padding-5 {
	padding: 5px 12px;
}
.input-criteria .SumoSelect .CaptionCont {
	border-width: 0px 0px 2px; border-style: solid; border-color: rgb(123, 174, 35); border-radius: 0px;
}
.input-criteria .SumoSelect:focus > .CaptionCont {
	box-shadow: none;
}
.input-criteria .SumoSelect:hover > .CaptionCont {
	box-shadow: none;
}
.input-criteria .SumoSelect.open > .CaptionCont {
	box-shadow: none;
}
.input-criteria.padding-2 .SumoSelect .CaptionCont {
	padding: 2px 8px;
}
.input-criteria.padding-5 .SumoSelect .CaptionCont {
	padding: 5px 8px;
}
.input-criteria .normal-selectbox.selectbox-addon {
	width: 0px; height: 38px; vertical-align: top; display: table-cell; position: relative; max-height: 38px;
}
.input-criteria .normal-selectbox.selectbox-addon .SumoSelect .CaptionCont {
	border-color: rgb(150, 153, 152);
}
.input-criteria.input-criteria-only-input {
	display: block;
}
.input-criteria.input-criteria-quantity {
	width: 100%;
}
.input-criteria {
	min-width: 70px;
}
.input-criteria .form-control {
	border-width: 0px 0px 2px; border-style: solid; border-color: rgb(123, 174, 35); border-radius: 0px; min-width: 36px;
}
.input-criteria .form-control:hover {
	background-color: rgb(250, 221, 44);
}
.input-criteria .form-control:focus {
	background-color: rgb(250, 221, 44);
}
.input-criteria :disabled.form-control {
	background-color: rgb(224, 224, 224);
}
.input-criteria .form-control.h-30 {
	height: 30px;
}
.input-criteria .input-group-btn {
	border-radius: 0px; border-bottom-color: rgb(150, 153, 152); border-bottom-width: 2px; border-bottom-style: solid;
}
.input-criteria .input-group-btn .btn {
	padding: 7px 18px; border-radius: 0px;
}
.input-criteria :last-child.input-group-btn > .btn {
	margin-left: 0px;
}
.input-criteria :last-child.input-group-btn > .btn-group {
	margin-left: 0px;
}
.input-criteria .input-group-btn > .btn + .btn {
	margin-left: 0px;
}
.input-criteria.input-group-sm > .input-group-btn > .btn {
	padding: 5px 12px; height: 30px;
}
.input-criteria.input-group-sm > .input-group-btn.input-group-btn-quantity > .btn {
	padding: 5px;
}
.input-criteria.input-group-sm > .input-group-btn.input-quantity-btn > .btn {
	padding: 0px 6px; height: 15px; line-height: 15px; float: left;
}
.input-criteria .input-group-text {
	line-height: 30px; padding-right: 8px; padding-left: 8px; vertical-align: middle; border-bottom-color: rgb(123, 174, 35); border-bottom-width: 2px; border-bottom-style: solid; display: table-cell;
}
.input-criteria.only-input {
	width: 100%;
}
.input-criteria .form-group.no-margin {
	margin-bottom: 0px;
}
.input-criteria .input-group-btn.for-input {
	border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none; min-width: 30%;
}
.input-group.input-criteria .other-content {
	display: table-cell;
}
.input-group.input-criteria .other-content .other-content-open {
	width: 100%; clear: both; display: table; table-layout: fixed;
}
.input-group.input-criteria .other-content .other-content-open > div {
	vertical-align: middle; display: table-cell;
}
.input-group.input-criteria .other-content .other-content-open > div:last-child input {
	background: rgb(224, 224, 224);
}
.input-group-slider {
	margin-bottom: 10px;
}
.input-group-slider > .slider.slider-horizontal {
	width: 300px; vertical-align: top !important; border-bottom-color: rgb(150, 153, 152); border-bottom-width: 2px; border-bottom-style: solid; display: table-cell;
}
.input-group-slider > .slider.slider-horizontal > .slider-track {
	border-radius: 0px; top: 0px !important; height: 100%; margin-top: 0px !important; filter: none; box-shadow: none; background-image: none; background-color: rgb(68, 70, 69); -webkit-box-shadow: none;
}
.input-group-slider > .slider.slider-horizontal > .slider-track > .slider-selection {
	border-radius: 0px; filter: none; box-sizing: border-box; box-shadow: none; background-image: none; background-color: rgb(123, 174, 35); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-shadow: none;
}
.input-group-slider > .slider.slider-horizontal > .slider-handle.min-slider-handle.round {
	border-radius: 0px; border: 0px solid transparent; border-image: none; width: 20px; height: 100%; filter: none; box-shadow: none; background-image: none; background-color: rgb(51, 122, 183); -webkit-box-shadow: none;
}
.input-group-slider > .input-group-addon.input-group-slider-addon {
	text-align: center !important; min-width: 70px;
}
.input-group-slider > .slider.slider-horizontal > .tooltip {
	display: none;
}
.input-group-slider > .slider.slider-horizontal > .tooltip.in {
	margin-left: -25px !important; display: block;
}
.input-group-slider > .slider.slider-horizontal > .tooltip > .tooltip-inner {
	min-width: 50px;
}
.input-criteria .input-group-addon.switch-button {
	padding: 0px; min-width: 50px; max-width: 50px;
}
.input-criteria .input-group-addon.switch-button label {
	margin: 0px;
}
.onoffswitch3 {
	position: relative; -ms-user-select: none; -webkit-user-select: none; -moz-user-select: none;
}
.onoffswitch3-checkbox {
	display: none;
}
.onoffswitch3-label {
	border-radius: 0px; border: 0px solid rgb(153, 153, 153); border-image: none; overflow: hidden; display: block; cursor: pointer;
}
.onoffswitch3-inner {
	transition:margin 0.3s ease-in; width: 200%; margin-left: -100%; display: block; -webkit-transition: margin 0.3s ease-in 0s; -o-transition: margin 0.3s ease-in 0s; -moz-transition: margin 0.3s ease-in 0s;
}
.onoffswitch3-inner > span {
	padding: 0px; width: 50%; height: 36px; color: white; line-height: 36px; font-family: Trebuchet, Arial, sans-serif; font-size: 14px; font-weight: bold; float: left; display: block; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
.onoffswitch3-inner .onoffswitch3-active {
	color: rgb(255, 255, 255); padding-left: 10px; background-color: rgb(238, 238, 238);
}
.onoffswitch3-inner .onoffswitch3-inactive {
	text-align: right; color: rgb(255, 255, 255); padding-right: 10px; background-color: rgb(238, 238, 238);
}
.onoffswitch3-switch {
	margin: 0px; border-radius: 0px; border: 0px solid rgb(153, 153, 153); border-image: none; top: 0px; width: 50%; text-align: center; bottom: 0px; display: block; position: absolute;
}
.onoffswitch3.swtich-custom .onoffswitch3-switch {
	width: 75%;
}
.onoffswitch3-active .onoffswitch3-switch {
	background: rgb(68, 70, 69); left: 0px;
}
.onoffswitch3-inactive .onoffswitch3-switch {
	background: rgb(161, 161, 161); right: 0px;
}
.onoffswitch3.swtich-custom .onoffswitch3-inactive .onoffswitch3-switch {
	background: rgb(123, 174, 35);
}
.onoffswitch3-active .onoffswitch3-switch::before {
	border-width: 18px 9px; border-style: solid; border-color: rgb(68, 70, 69) transparent transparent rgb(68, 70, 69); left: 100%; top: 0px; position: absolute; content: " ";
}
.onoffswitch3-inactive .onoffswitch3-switch::before {
	border-width: 18px 9px; border-style: solid; border-color: transparent rgb(161, 161, 161) rgb(161, 161, 161) transparent; top: 0px; right: 100%; position: absolute; content: " ";
}
.onoffswitch3.swtich-custom .onoffswitch3-inactive .onoffswitch3-switch::before {
	border-color: transparent rgb(123, 174, 35) rgb(123, 174, 35) transparent;
}
:checked.onoffswitch3-checkbox + .onoffswitch3-label .onoffswitch3-inner {
	margin-left: 0px;
}
.table.table-custom {
	color: rgb(68, 70, 69); font-size: 13px; margin-bottom: 0px;
}
.table.table-custom > tbody > tr > td {
	vertical-align: middle;
}
.table.table-custom .col-break-all {
	white-space: normal; -ms-word-break: break-all;
}
.table.table-custom > thead > tr > th {
	background: rgb(68, 70, 69); padding: 10px 4px; color: rgb(255, 255, 255); margin-bottom: 0px; border-bottom-color: rgb(123, 174, 35); border-bottom-width: 2px; border-bottom-style: solid;
}
.table.table-custom > tbody > tr > th {
	padding: 4px;
}
.table.table-custom > tfoot > tr > th {
	padding: 4px;
}
.table.table-custom > thead > tr > td {
	padding: 4px;
}
.table.table-custom > tbody > tr > td {
	padding: 4px;
}
.table.table-custom > tfoot > tr > td {
	padding: 4px;
}
.table > tbody > tr > td.text-right > .dropdown {
	float: right; display: table !important;
}
.table.table-custom > tbody > tr > td .table.table-custom > thead > tr > th {
	background: rgb(123, 174, 35); border-bottom-color: rgb(68, 70, 69); border-bottom-width: 2px; border-bottom-style: solid;
}
.table.table-custom > tbody > tr.detail-view > td {
	color: rgb(123, 174, 35); background-color: rgb(68, 70, 69);
}
.table.table-custom > tbody > tr.detail-view:hover > td {
	color: rgb(123, 174, 35); background-color: rgb(68, 70, 69);
}
.table.table-custom > tbody > tr.detail-view > td > .detail-view-loader {
	color: rgb(123, 174, 35);
}
.table.table-custom > tbody > tr.detail-view:hover > td > .detail-view-loader {
	color: rgb(123, 174, 35);
}
.export-items {
	text-align: right; border-bottom-color: rgb(123, 174, 35); border-bottom-width: 1px; border-bottom-style: solid;
}
.export-items .btn {
	border-bottom-right-radius: 0px; border-bottom-left-radius: 0px;
}
.export-items .btn-custom-2:hover {
	
}
.table.table-tooltip {
	width: auto; margin-right: -8px; margin-bottom: 0px; margin-left: -8px; max-width: 280px;
}
.table.table-tooltip > tbody > tr > td {
	padding: 4px;
}
.table.table-tooltip > tbody > tr > td:first-child {
	background: rgb(245, 245, 245); color: rgb(123, 174, 35);
}
.table.table-tooltip > tbody > tr > td:last-child {
	background: rgb(255, 255, 255);
}
.table-responsive.compare-table {
	border: 0px currentColor; border-image: none; width: 100%; margin-bottom: 0px; -ms-overflow-x: auto; -ms-overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; -webkit-overflow-scrolling: touch;
}
.table-responsive.compare-table tbody {
	border-bottom-color: rgb(221, 221, 221); border-bottom-width: 1px; border-bottom-style: solid;
}
.table-responsive.compare-table > .table > thead > tr > th {
	width: 20%; vertical-align: top; border-right-color: rgb(221, 221, 221); border-right-width: 1px; border-right-style: solid; white-space: normal; min-width: 120px; max-width: 20%;
}
.table-responsive.compare-table > .table > tbody > tr > th {
	width: 20%; vertical-align: top; border-right-color: rgb(221, 221, 221); border-right-width: 1px; border-right-style: solid; white-space: normal; min-width: 120px; max-width: 20%;
}
.table-responsive.compare-table > .table > tfoot > tr > th {
	width: 20%; vertical-align: top; border-right-color: rgb(221, 221, 221); border-right-width: 1px; border-right-style: solid; white-space: normal; min-width: 120px; max-width: 20%;
}
.table-responsive.compare-table > .table > thead > tr > td {
	width: 20%; vertical-align: top; border-right-color: rgb(221, 221, 221); border-right-width: 1px; border-right-style: solid; white-space: normal; min-width: 120px; max-width: 20%;
}
.table-responsive.compare-table > .table > tbody > tr > td {
	width: 20%; vertical-align: top; border-right-color: rgb(221, 221, 221); border-right-width: 1px; border-right-style: solid; white-space: normal; min-width: 120px; max-width: 20%;
}
.table-responsive.compare-table > .table > tfoot > tr > td {
	width: 20%; vertical-align: top; border-right-color: rgb(221, 221, 221); border-right-width: 1px; border-right-style: solid; white-space: normal; min-width: 120px; max-width: 20%;
}
.table-responsive.compare-table > .table > thead > tr > th:first-child {
	border-left-color: rgb(221, 221, 221); border-left-width: 1px; border-left-style: solid;
}
.table-responsive.compare-table > .table > tbody > tr > th:first-child {
	border-left-color: rgb(221, 221, 221); border-left-width: 1px; border-left-style: solid;
}
.table-responsive.compare-table > .table > tfoot > tr > th:first-child {
	border-left-color: rgb(221, 221, 221); border-left-width: 1px; border-left-style: solid;
}
.table-responsive.compare-table > .table > thead > tr > td:first-child {
	border-left-color: rgb(221, 221, 221); border-left-width: 1px; border-left-style: solid;
}
.table-responsive.compare-table > .table > tbody > tr > td:first-child {
	border-left-color: rgb(221, 221, 221); border-left-width: 1px; border-left-style: solid;
}
.table-responsive.compare-table > .table > tfoot > tr > td:first-child {
	border-left-color: rgb(221, 221, 221); border-left-width: 1px; border-left-style: solid;
}
.table-responsive.compare-table .item-name {
	font: 700 14px/normal "Helvetica Neue", Helvetica, Arial, sans-serif; font-size-adjust: none; font-stretch: normal;
}
.table-responsive.compare-table .item-name a {
	font-size: 14px;
}
.table-responsive.compare-table figure img {
	margin: 0px auto; height: auto; display: block; min-height: 120px; min-width: 120px; max-width: 100%;
}
.table.table-custom > tbody > tr.detail-view .tab-container .tab-content {
	background: rgb(51, 51, 51); border-color: rgb(51, 51, 51);
}
.table.table-custom > tbody > tr.detail-view .tab-container .tab-content .tab-pane {
	background: rgb(51, 51, 51);
}
.tab-container .nav-tabs.nav-justified {
	
}
.tab-container .nav-tabs.nav-justified > li.active > a {
	background: rgb(68, 70, 69) !important; color: rgb(255, 255, 255) !important;
}
.tab-container .nav-tabs.nav-justified > li.active > a:hover {
	background: rgb(68, 70, 69) !important; color: rgb(255, 255, 255) !important;
}
.tab-container .nav-tabs.nav-justified > li.active > a:focus {
	background: rgb(68, 70, 69) !important; color: rgb(255, 255, 255) !important;
}
.btn-group-radio-eryaz {
	border-bottom-color: rgb(123, 174, 35); border-bottom-width: 2px; border-bottom-style: solid;
}
.btn-group-radio-eryaz .btn {
	border-radius: 0px; -moz-border-radius: 0; -webkit-border-radius: 0;
}
.btn-group-radio-eryaz .btn.btn-default {
	color: rgb(68, 70, 69); background-color: rgb(224, 224, 224);
}
.btn-group-radio-eryaz .btn.btn-default:hover {
	border-color: rgb(68, 70, 69); color: rgb(255, 255, 255); background-color: rgb(68, 70, 69);
}
.btn-group-radio-eryaz .btn.btn-default.active {
	border-color: rgb(123, 174, 35); color: rgb(255, 255, 255); background-color: rgb(123, 174, 35);
}
.btn-group-radio-eryaz .btn span.glyphicon {
	display: none;
}
.btn-group-radio-eryaz .btn.active span.glyphicon {
	display: inline;
}
.folders-box {
	padding: 5px 0px; border: 1px solid transparent; transition:0.3s ease-in; border-image: none; text-align: center; background-color: transparent; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in;
}
.folders-box h3 {
	font: 400 18px "Pt Sans", sans-serif; color: rgb(71, 70, 70); margin-bottom: 30px; position: relative; font-size-adjust: none; font-stretch: normal;
}
.folders-box h3 a {
	color: rgb(71, 70, 70);
}
.folders-box h3 a:hover {
	color: rgb(123, 174, 35);
}
.folders-box p {
	color: rgb(111, 111, 111); line-height: 17px; font-size: 14px;
}
.folders-box:hover {
	border: 1px solid rgb(224, 224, 224); border-image: none; text-align: center; box-shadow: inset 0px 1px 1px #fff; background-color: rgb(250, 250, 250);
}
.folders-icon {
	margin: 0px auto 20px; border-radius: 50%; border: 2px solid rgb(208, 208, 208); transition:0.4s ease-in; border-image: none; width: 156px; height: 156px; overflow: hidden; display: block; position: relative; background-color: rgb(244, 244, 244); -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in;
}
.folders-box .folders-icon img.folders-icon-img {
	left: 50%; top: 50%; width: auto !important; height: auto !important; display: inline-block; position: absolute; min-height: 156px !important; max-height: 312px !important; min-width: 156px !important; max-width: 312px !important; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%);
}
.folders-box .folders-icon img.folders-icon-img {
	transition:top 0.3s ease-in-out; -webkit-transition: top 0.3s ease-in-out; -o-transition: top 0.3s ease-in-out; -moz-transition: top 0.3s ease-in-out;
}
.folders-box .folders-icon > i.fa {
	transition:top 0.3s ease-in-out; -webkit-transition: top 0.3s ease-in-out; -o-transition: top 0.3s ease-in-out; -moz-transition: top 0.3s ease-in-out;
}
.folders-box .folders-icon a.folders-download {
	transition:top 0.3s ease-in-out; -webkit-transition: top 0.3s ease-in-out; -o-transition: top 0.3s ease-in-out; -moz-transition: top 0.3s ease-in-out;
}
.folders-box .folders-icon > i.fa {
	left: 50%; top: 50%; position: absolute; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%);
}
.folders-box .folders-icon a.folders-download {
	left: 50%; top: 50%; position: absolute; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%);
}
.folders-box .folders-icon a.folders-download {
	top: -200%; color: rgb(123, 174, 35);
}
.folders-box:hover .folders-icon {
	border: 2px solid rgb(123, 174, 35); border-image: none;
}
.folders-box:hover .folders-icon > i.fa {
	top: -200%;
}
.folders-box:hover .folders-icon img.folders-icon-img {
	top: -200%;
}
.folders-box:hover .folders-icon a.folders-download {
	top: 50%;
}
.dropdown-customer {
	line-height: 32px;
}
.dropdown-customer .btn {
	padding: 0px 10px !important; line-height: 34px;
}
.dropdown-customer .btn .dropdown-customer-icon {
	background: rgb(255, 255, 255); border-radius: 50%; border: 2px solid rgb(255, 255, 255); border-image: none; width: 32px; height: 32px; overflow: hidden; float: left; display: inline-block; position: relative;
}
.dropdown-customer .btn .dropdown-customer-icon .dropdown-customer-icon-img {
	left: 50%; top: 50%; position: absolute; min-height: 32px; max-height: 40px; min-width: 32px; max-width: 40px; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%);
}
.dropdown-customer .dropdown-menu li:first-child {
	padding: 10px 0px;
}
.dropdown-customer .dropdown-menu li:first-child div.dropdown-customer-name {
	padding: 5px 5px 0px; text-align: center; color: rgb(68, 70, 69); line-height: 18px; font-size: 12px; font-weight: bold;
}
.dropdown-customer .dropdown-menu li:first-child div.dropdown-customer-name.ellipsis {
	overflow: hidden; white-space: nowrap; -ms-text-overflow: ellipsis; max-width: 200px; -o-text-overflow: ellipsis;
}
.dropdown-customer .dropdown-menu li:first-child div.dropdown-customer-dealers-name {
	padding: 5px 5px 0px; text-align: center; color: rgb(68, 70, 69); line-height: 18px; font-size: 12px; font-weight: bold;
}
.dropdown-customer .dropdown-menu li:first-child hr {
	border-color: rgb(153, 153, 153); margin: 0px auto; width: 50%;
}
.dropdown-customer .dropdown-menu li:first-child div.dropdown-customer-dealers-name.ellipsis {
	overflow: hidden; white-space: nowrap; -ms-text-overflow: ellipsis; max-width: 200px; -o-text-overflow: ellipsis;
}
.dropdown-customer .dropdown-menu .dropdown-customer-icon-big {
	background: rgb(255, 255, 255); margin: 0px 50px; border-radius: 50%; border: 2px solid rgb(255, 255, 255); border-image: none; width: 100px; height: 100px; overflow: hidden; clear: both; display: block; position: relative;
}
.dropdown-customer .dropdown-menu .dropdown-customer-icon-big .dropdown-customer-icon-img-big {
	left: 50%; top: 50%; position: absolute; min-height: 100px; max-height: 120px; min-width: 100px; max-width: 120px; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%);
}
.small-menu#main-nav-container {
	padding: 0px;
}
.small-menu#main-nav-container .dropdown-cart-menu-container {
	padding-bottom: 0px;
}
.small-menu#main-nav-container #main-nav .menu li {
	padding-bottom: 0px;
}
#main-nav-container #main-nav .menu li a {
	position: relative;
}
#main-nav-container #main-nav .menu li:hover a > span {
	opacity: 0;
}
#main-nav-container #main-nav .menu li:hover a > i {
	opacity: 1; transform: translate(-50%, -50%) scale(1); -webkit-transform: translate(-50%, -50%) scale(1); -o-transform: translate(-50%, -50%) scale(1); -moz-transform: translate(-50%, -50%) scale(1);
}
#main-nav-container #main-nav .menu li a > span {
	transition:0.3s ease-in-out; opacity: 1; -webkit-transition: all ease-in-out 0.3s; -o-transition: all ease-in-out 0.3s; -moz-transition: all ease-in-out 0.3s;
}
#main-nav-container #main-nav .menu li a > i {
	transition:0.3s ease-in-out; left: 50%; top: 50%; position: absolute; opacity: 0; transform: translate(-50%, -50%) scale(0); -webkit-transform: translate(-50%, -50%) scale(0); -webkit-transition: all ease-in-out 0.3s; -o-transition: all ease-in-out 0.3s; -o-transform: translate(-50%, -50%) scale(0); -moz-transition: all ease-in-out 0.3s; -moz-transform: translate(-50%, -50%) scale(0);
}
.header-box-multi {
	background: rgb(123, 174, 35); margin: 0px; padding: 2px 0px; top: 100%; right: 0px; display: none; position: absolute; z-index: 1000; min-width: 100%; box-shadow: 0px 1px 6px rgba(0,0,0,0.15); -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}
.header-box.contact-phones:hover .header-box-multi {
	display: block;
}
.header-box-multi > ul {
	background: rgb(255, 255, 255); min-width: 100%;
}
.header-box-multi > ul > li {
	padding: 5px !important; width: 100%; clear: both; border-bottom-color: rgb(220, 220, 220); border-bottom-width: 1px; border-bottom-style: solid; display: table;
}
.header-box-multi > ul > li:last-child {
	border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
.header-box-multi > ul > li > .header-box-icon {
	margin: 0px; vertical-align: middle; display: table-cell; min-width: 56px; max-width: 56px;
}
.header-box-multi > ul > li > ul {
	padding-left: 5px; vertical-align: middle; display: table-cell;
}
.header-box-multi > ul > li > ul > li {
	overflow: hidden; padding-left: 1px !important; white-space: nowrap; -ms-text-overflow: ellipsis; max-width: 200px; -o-text-overflow: ellipsis;
}
.pr-0 {
	padding-right: 0px !important;
}
.pl-0 {
	padding-left: 0px !important;
}
.mr-0 {
	margin-right: 0px !important;
}
.ml-0 {
	margin-left: 0px !important;
}
.dropdown-language .flag-icon {
	font-size: 16px;
}
#news-slider-container {
	
}
#news-slider-container .news .news-details {
	margin-bottom: 0px;
}
#brand-slider-container .carousel-controls {
	top: 4px; width: auto; padding-left: 7px;
}
#news-slider-container .carousel-controls {
	top: 4px; width: auto; padding-left: 7px;
}
.signature {
	margin: 0px !important; text-align: right; line-height: 48px; display: inline-block;
}
.signature .signature-content {
	display: inline-block;
}
.signature .signature-content a {
	background: url("https://eryazsoftware.com.tr/footer-logo.png") no-repeat center / 100%; transition:0.5s ease-in-out; width: 48px; height: 48px; line-height: 48px; float: right; display: block; white-space: nowrap; -webkit-transition: all ease-in-out .5s; -o-transition: all ease-in-out .5s; -moz-transition: all ease-in-out .5s; -webkit-filter: brightness(0) invert(1); -moz-filter: brightness(0) invert(1); -o-filter: brightness(0) invert(1);
}
.signature .signature-content a:hover {
	width: 48px; height: 48px; line-height: 48px; display: block; background-size: 100%; -webkit-filter: brightness(1) invert(0); -moz-filter: brightness(1) invert(0); -o-filter: brightness(1) invert(0);
}
#footer-bottom .other-link {
	margin: 0px 5px; display: inline-block;
}
#footer-bottom .other-link a {
	margin-left: 5px; white-space: nowrap;
}
#footer-bottom .other-link a::before {
	color: rgb(123, 174, 35); line-height: 1; padding-right: 2px; font-family: FontAwesome; font-size: inherit; font-style: normal; font-variant: normal; font-weight: normal; content: "\f105"; font-size-adjust: none; font-stretch: normal; text-rendering: auto;
}
.footer-bottom-white#footer-bottom {
	background: rgb(255, 255, 255); padding: 10px 0px;
}
.footer-bottom-white#footer-bottom img {
	max-height: 50px;
}
.custom-arrows .tparrows {
	border: currentColor !important; border-image: none !important; box-shadow: none !important; background-color: rgba(0, 0, 0, 0.3) !important;
}
.custom-arrows .tparrows:hover {
	border: currentColor !important; border-image: none !important; box-shadow: none !important; background-color: rgba(0, 0, 0, 0.4) !important;
}
.custom-loading-wrapper {
	-ms-user-select: none; -webkit-user-select: none; -moz-user-select: none; user-select: none;
}
.custom-loading-wrapper * {
	-ms-user-select: none; -webkit-user-select: none; -moz-user-select: none; user-select: none;
}
.custom-loading-wrapper {
	left: 0px; top: 0px; width: 100%; height: 100%; right: 0px; bottom: 0px; clear: both; display: none; position: fixed; z-index: 99999; background-color: rgba(51, 51, 51, 0.5);
}
.custom-loading-wrapper.active {
	display: block;
}
.custom-loading {
	padding: 10px; border-radius: 4px; left: 50%; top: 50%; width: 300px; height: 100px; text-align: center; clear: both; margin-top: -50px; margin-left: -150px; display: inline-block; position: absolute;
}
.custom-loading > img.custom-loading-img {
	margin: auto; width: auto; height: auto; display: block; max-height: 80px; max-width: 280px;
}
.custom-loading > img.logo {
	margin: auto; width: 100%; height: auto; display: block; max-height: 100px; max-width: 300px;
}
.custom-loading > img.loader {
	margin: auto; line-height: 40px; vertical-align: middle; display: inline-block;
}
.custom-loading > span.information {
	padding: 0px 5px; color: rgb(72, 112, 176); line-height: 40px; font-size: 20px; font-weight: bold; display: inline-block;
}
.custom-loading > .spinner {
	margin: 20px auto; width: 50px; height: 40px; text-align: center; font-size: 10px;
}
.custom-loading > .spinner > div {
	animation:sk-stretchdelay 1.2s ease-in-out infinite; width: 6px; height: 100%; display: inline-block; background-color: rgb(255, 255, 255); -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.custom-loading > .spinner .rect2 {
	animation-delay: -1.1s; -webkit-animation-delay: -1.1s;
}
.custom-loading > .spinner .rect3 {
	animation-delay: -1s; -webkit-animation-delay: -1.0s;
}
.custom-loading > .spinner .rect4 {
	animation-delay: -0.9s; -webkit-animation-delay: -0.9s;
}
.custom-loading > .spinner .rect5 {
	animation-delay: -0.8s; -webkit-animation-delay: -0.8s;
}
.currency-box {
	background: rgb(247, 247, 247); padding: 3px 5px; border: 1px solid rgb(231, 231, 231); border-image: none; line-height: 18px; font-size: 13px; margin-left: 8px; position: relative;
}
.currency-box ul.currency-list {
	list-style: none; margin: 0px; padding: 0px;
}
.currency-box ul.currency-list li {
	list-style: none; margin: 1px 0px; padding: 0px; border-bottom-color: rgb(231, 231, 231); border-bottom-width: 1px; border-bottom-style: dashed;
}
.currency-box ul.currency-list li:last-child {
	margin: 0px; border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
.currency-box ul.currency-list li i {
	padding: 0px 5px;
}
.currency-box ul.currency-list li span {
	padding: 0px 5px;
}
.currency-box ul.currency-list li i {
	padding: 1px; border-radius: 100%; border: 0px solid rgb(68, 70, 69); width: 18px; height: 18px; text-align: center; line-height: 18px;
}
.currency-box ul.currency-list li i.fa-dollar {
	border-color: rgb(123, 174, 35); color: rgb(255, 255, 255); background-color: rgb(123, 174, 35);
}
.currency-box ul.currency-list li i.fa-euro {
	border-color: rgb(255, 85, 0); color: rgb(255, 255, 255); background-color: rgb(255, 85, 0);
}
.currency-box ul.currency-list li i.fa-circle {
	border-color: rgb(51, 51, 51); color: rgb(255, 255, 0); background-color: rgb(51, 51, 51);
}
.currency-box ul.currency-list li span {
	text-align: right;
}
#campaign .carousel-inner .carousel-caption {
	background: rgba(0, 0, 0, 0.3); padding: 20px 0px; left: 0px; top: 0px; right: 0px; bottom: auto;
}
#campaign .carousel-inner .item {
	border: currentColor; border-image: none;
}
.products-container {
	border: 1px solid rgb(221, 221, 221); transition:0.5s ease-in-out; border-image: none; width: 100%; height: 100px; overflow: hidden; margin-bottom: 5px; display: block; position: relative; min-height: 100px; max-height: 100px; -webkit-transition: all ease-in-out .5s; -o-transition: all ease-in-out .5s; -moz-transition: all ease-in-out .5s;
}
.products-container img {
	transition:0.5s ease-in-out; left: 50%; top: 50%; width: 100%; position: absolute; max-width: none !important; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -webkit-transition: all ease-in-out .5s; -o-transition: all ease-in-out .5s; -o-transform: translate(-50%, -50%); -moz-transition: all ease-in-out .5s; -moz-transform: translate(-50%, -50%);
}
.products-container:hover img {
	transition:0.5s ease-in-out; width: 104%; -webkit-transition: all ease-in-out .5s; -o-transition: all ease-in-out .5s; -moz-transition: all ease-in-out .5s;
}
@media screen and (min-width:1024px)
{
.modal-basket-popup {
	width: 1200px;
}
}
@media screen and (max-width:1023px) and (min-width:501px)
{
.modal-basket-popup {
	width: 100%;
}
}
@media screen and (max-width:500px)
{
.modal-basket-popup {
	width: 100%;
}
}
.table-basket-popup > thead > tr > th {
	background: rgb(51, 51, 51); color: rgb(255, 255, 255);
}
.order-table {
	height: 250px; -ms-overflow-x: hidden; -ms-overflow-y: scroll;
}
.payment-installment-boxs-wrapper {
	width: 100%; height: auto; display: block;
}
.payment-installment-boxs-wrapper + .payment-installment-message-box {
	margin: 5px 0px 0px; width: 100%; height: auto; clear: both; display: block;
}
.payment-installment-boxs-wrapper .payment-installment-boxs {
	margin: 0px 0px 5px; border-radius: 0px; width: 100%; height: auto; overflow: hidden; clear: both; display: table; table-layout: fixed; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.payment-installment-boxs-wrapper :last-child.payment-installment-boxs {
	margin: 0px;
}
.widget .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box {
	width: 100%; text-align: center; vertical-align: middle; float: left; display: table-cell;
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box {
	width: 25%; text-align: center; vertical-align: middle; float: left; display: table-cell;
}
.payment-installment-boxs-wrapper .payment-installment-boxs :first-child.payment-installment-box {
	overflow: hidden;
}
.payment-installment-boxs-wrapper .payment-installment-boxs :last-child.payment-installment-box {
	overflow: hidden;
}
.payment-installment-boxs-wrapper .payment-installment-boxs :first-child.payment-installment-box {
	border-top-left-radius: 5px; border-bottom-left-radius: 5px;
}
.payment-installment-boxs-wrapper .payment-installment-boxs :last-child.payment-installment-box {
	border-top-right-radius: 5px; border-bottom-right-radius: 5px;
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box {
	width: 100%; height: 100%; color: rgb(255, 255, 255); line-height: 20px; clear: both; display: block;
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box .card-image {
	padding: 10px; width: 100%; height: auto; clear: both; display: block;
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box .installment-content {
	padding: 10px; width: 100%; height: auto; clear: both; display: block;
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box .bank-logo {
	padding: 10px; width: 100%; height: auto; clear: both; display: block;
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box .card-image {
	background-color: rgba(51, 51, 51, 0.1);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box .card-image .card-image-content {
	width: 100%; height: auto; text-align: center; clear: both; display: table; max-height: 80px;
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box .card-image .card-image-content img {
	margin: auto; border-radius: 5px; border: currentColor; border-image: none; width: auto; height: 100%; overflow: hidden; vertical-align: middle; float: none; display: table-cell; max-height: inherit; max-width: 100%; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75); -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box .installment-content {
	padding: 5px; height: 200px; line-height: 30px; overflow: auto; min-height: 200px; max-height: 200px;
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box .installment-content .row-group {
	margin: 2px 0px; border-radius: 5px; display: block; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box .installment-content :nth-child(2n).row-group {
	background-color: rgba(255, 255, 255, 0.1);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box .installment-content :nth-child(2n+1).row-group {
	background-color: rgba(255, 255, 255, 0.2);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box .installment-content .row-group .rows {
	display: block;
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box .installment-content .row-group .rows .img-icon {
	width: auto; height: auto; display: inline-block !important; max-height: 24px; max-width: 24px;
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box .bank-logo {
	padding: 5px; height: 60px; background-color: rgba(255, 255, 255, 0.25);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box .bank-logo .bank-logo-content {
	width: 100%; height: auto; text-align: center; clear: both; display: table;
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box .bank-logo .bank-logo-content img {
	margin: auto; border: currentColor; border-image: none; width: auto; height: auto; vertical-align: middle; float: none; display: table-cell; max-height: 50px; max-width: 137px;
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box .card-image {
	transition:200ms ease-in; -webkit-transition: all 200ms ease-in; -moz-transition: all 200ms ease-in;
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box .card-image .card-image-content img {
	transition:200ms ease-in; -webkit-transition: all 200ms ease-in; -moz-transition: all 200ms ease-in;
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box .bank-logo {
	transition:200ms ease-in; -webkit-transition: all 200ms ease-in; -moz-transition: all 200ms ease-in;
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box .bank-logo .bank-logo-content img {
	transition:200ms ease-in; -webkit-transition: all 200ms ease-in; -moz-transition: all 200ms ease-in;
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box:hover .installment-box .card-image {
	background-color: rgba(51, 51, 51, 0.3);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box:hover .installment-box .card-image .card-image-content img {
	transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box:hover .installment-box .bank-logo {
	background-color: rgba(255, 255, 255, 0.5);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box:hover .installment-box .bank-logo .bank-logo-content img {
	transform: scale(1.5); -webkit-transform: scale(1.5); -moz-transform: scale(1.5);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-default {
	background-image: -ms-linear-gradient(left, rgb(72, 112, 176), rgb(0, 84, 158)); background-color: rgb(72, 112, 176);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-qnb-finansbank {
	background-image: -ms-linear-gradient(left, rgb(11, 13, 54), rgb(136, 0, 82)); background-color: rgb(11, 13, 54);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-denizbank {
	background-image: -ms-linear-gradient(left, rgb(0, 108, 177), rgb(36, 84, 150)); background-color: rgb(0, 108, 177);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-yapikredi {
	background-image: -ms-linear-gradient(left, rgb(19, 102, 178), rgb(0, 73, 144)); background-color: rgb(19, 102, 178);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-citibank {
	background-image: -ms-linear-gradient(left, rgb(0, 178, 239), rgb(0, 77, 148)); background-color: rgb(0, 178, 239);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-deutschebank {
	background-image: -ms-linear-gradient(left, rgb(0, 152, 219), rgb(0, 24, 168)); background-color: rgb(0, 152, 219);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-eurobank-tekfen {
	background-image: -ms-linear-gradient(left, rgb(16, 160, 220), rgb(5, 108, 175)); background-color: rgb(16, 160, 220);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-burganbank {
	background-image: -ms-linear-gradient(left, rgb(16, 160, 220), rgb(5, 108, 175)); background-color: rgb(16, 160, 220);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-fibabanka {
	background-image: -ms-linear-gradient(left, rgb(0, 108, 184), rgb(0, 85, 195)); background-color: rgb(0, 108, 184);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-hsbcbank {
	background-image: -ms-linear-gradient(left, rgb(212, 0, 0), rgb(136, 0, 0)); background-color: rgb(212, 0, 0);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-ingbank {
	background-image: -ms-linear-gradient(left, rgb(255, 102, 0), rgb(179, 71, 0)); background-color: rgb(255, 102, 0);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-ziraat {
	background-image: -ms-linear-gradient(left, rgb(237, 28, 36), rgb(142, 19, 23)); background-color: rgb(237, 28, 36);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-halkbank {
	background-image: -ms-linear-gradient(left, rgb(1, 152, 207), rgb(1, 117, 171)); background-color: rgb(1, 152, 207);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-vakifbank {
	background-image: -ms-linear-gradient(left, rgb(252, 176, 0), rgb(176, 123, 0)); background-color: rgb(252, 176, 0);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-adabank {
	background-image: -ms-linear-gradient(left, rgb(89, 178, 36), rgb(0, 87, 0)); background-color: rgb(89, 178, 36);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-abank {
	background-image: -ms-linear-gradient(left, rgb(28, 42, 130), rgb(0, 5, 90)); background-color: rgb(28, 42, 130);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-anadolu {
	background-image: -ms-linear-gradient(left, rgb(4, 139, 219), rgb(3, 91, 144)); background-color: rgb(4, 139, 219);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-sekerbank {
	background-image: -ms-linear-gradient(left, rgb(0, 122, 81), rgb(0, 46, 30)); background-color: rgb(0, 122, 81);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-tekstilbank {
	background-image: -ms-linear-gradient(left, rgb(250, 121, 1), rgb(174, 84, 1)); background-color: rgb(250, 121, 1);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-turkishbank {
	background-image: -ms-linear-gradient(left, rgb(226, 109, 60), rgb(182, 73, 27)); background-color: rgb(226, 109, 60);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-teb {
	background-image: -ms-linear-gradient(left, rgb(0, 176, 75), rgb(1, 80, 35)); background-color: rgb(0, 176, 75);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-garanti {
	background-image: -ms-linear-gradient(left, rgb(43, 171, 0), rgb(10, 52, 14)); background-color: rgb(43, 171, 0);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-isbank {
	background-image: -ms-linear-gradient(left, rgb(0, 60, 108), rgb(0, 153, 203)); background-color: rgb(0, 60, 108);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-akbank {
	background-image: -ms-linear-gradient(left, rgb(254, 61, 70), rgb(181, 3, 6)); background-color: rgb(254, 61, 70);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-turkiye-finans {
	background-image: -ms-linear-gradient(left, rgb(0, 166, 205), rgb(64, 65, 66)); background-color: rgb(0, 166, 205);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-electronic-benefit-t {
	background-image: -ms-linear-gradient(left, rgb(72, 112, 176), rgb(72, 112, 176)); background-color: rgb(72, 112, 176);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-albaraka {
	background-image: -ms-linear-gradient(left, rgb(247, 143, 30), rgb(229, 24, 55)); background-color: rgb(247, 143, 30);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-fortis {
	background-image: -ms-linear-gradient(left, rgb(0, 176, 75), rgb(1, 80, 35)); background-color: rgb(0, 176, 75);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-bank-asya {
	background-image: -ms-linear-gradient(left, rgb(34, 45, 101), rgb(15, 20, 44)); background-color: rgb(34, 45, 101);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-kuveytturk {
	background-image: -ms-linear-gradient(left, rgb(0, 141, 89), rgb(0, 103, 84)); background-color: rgb(0, 141, 89);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-t-bank {
	background-image: -ms-linear-gradient(left, rgb(212, 31, 38), rgb(134, 24, 27)); background-color: rgb(212, 31, 38);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-aktif-yatirim {
	background-image: -ms-linear-gradient(left, rgb(255, 13, 1), rgb(180, 8, 0)); background-color: rgb(255, 13, 1);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-odeabank {
	background-image: -ms-linear-gradient(left, rgb(39, 56, 65), rgb(7, 25, 34)); background-color: rgb(39, 56, 65);
}
.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-ptt {
	background-image: -ms-linear-gradient(left, rgb(1, 79, 163), rgb(7, 58, 114)); background-color: rgb(1, 79, 163);
}
.group-box-container {
	height: 200px; overflow: hidden;
}
.group-box {
	padding: 0px; width: 100%; text-align: center; display: table; position: relative; background-color: transparent;
}
.group-box .group-box-img {
	height: 176px; text-align: center; vertical-align: middle; display: table-cell;
}
.group-box .group-box-img img {
	max-height: 176px;
}
.group-box div.head {
	background: rgb(31, 61, 124); padding: 14px 5px; transition:0.4s ease-in-out; left: 0px; width: 100%; bottom: -100%; color: rgb(255, 255, 255); position: absolute; -webkit-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out;
}
.group-box:hover div.head {
	bottom: 0px;
}
.group-box div.head a {
	color: rgb(255, 255, 255); font-size: 14px; margin-bottom: 4px; display: block; position: relative;
}
.form-group.checbox-content {
	margin-bottom: 0px;
}
.adBlockContent {
	padding: 30px 0px; border-bottom-color: rgb(230, 230, 230); border-bottom-width: 1px; border-bottom-style: dotted;
}
.adBlockSection {
	padding: 30px 0px; border-bottom-color: rgb(230, 230, 230); border-bottom-width: 1px; border-bottom-style: dotted;
}
.adBlockSection h2 {
	border: currentColor; border-image: none; color: black; font-size: 28px; font-weight: bold;
}
.adBlockSection h2 img {
	width: auto; height: 20px !important; margin-right: 10px; display: inline-block !important;
}
.adBlockSection .flexContent {
	display: flex; flex-direction: row; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -webkit-box-pack: justify; -webkit-justify-content: space-between;
}
.adBlockSection .flexContent .sectionFigure {
	margin-right: 30px; flex-basis: 30%; -webkit-flex-basis: 30%;
}
.adBlockSection .flexContent .sectionContent {
	display: flex; flex-direction: column; flex-basis: 65%; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -webkit-flex-basis: 65%;
}
.adBlockSection .flexContent .sectionContent ul li {
	margin-bottom: 15px; display: flex;
}
.adBlockSection .flexContent .sectionContent ul li span {
	border-radius: 40px; border: 5px solid rgb(15, 52, 136); flex:0 0 50px; border-image: none; height: 50px; text-align: center; color: rgb(15, 52, 136); font-size: 20px; font-style: italic; font-weight: bold; margin-right: 15px; display: flex; flex-direction: column; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -webkit-box-flex: 0; -webkit-flex: 0 0 50px;
}
.badge {
	font-size: 10px; font-weight: 400;
}
.label {
	font-size: 10px; font-weight: 400;
}
.badge {
	padding: 3px 5px;
}
.badge.badge-success {
	background-color: rgb(92, 184, 92);
}
.badge.badge-danger {
	background-color: rgb(217, 83, 79);
}
.badge.badge-warning {
	background-color: rgb(240, 173, 78);
}
.badge.badge-info {
	background-color: rgb(91, 192, 222);
}
.badge.badge-primary {
	background-color: rgb(66, 139, 202);
}
.badge.badge-default {
	background-color: rgb(97, 111, 119);
}
.badge.badge-outline {
	background: none; padding: 0px; border: 1px solid currentColor; border-image: none; width: 10px; height: 10px; display: inline-block;
}
.action-button {
	position: fixed; z-index: 1000;
}
.action-button .ab-link {
	background: rgb(30, 47, 67); margin: 0px; padding: 0px; border-radius: 50%; transition:0.2s; width: 50px; height: 50px; color: rgb(255, 255, 255); line-height: 1; font-family: "Raleway", sans-serif; font-size: 80px; font-weight: 100; display: flex; position: relative; z-index: 3; cursor: pointer; box-shadow: 0px 6px 24px -2px rgba(0,0,0,0.3); justify-content: center; align-items: center;
}
.action-button .ab-link:hover {
	background: rgb(45, 70, 99); transform: scale(1.1) translateZ(0px) translateY(0px); -webkit-transform: scale(1.1) translateZ(0) translateY(0);
}
.action-button.open .ab-link {
	background: rgb(45, 70, 99); transform: rotate(45deg); -webkit-transform: rotate(45deg);
}
.action-button.open .ab-link:hover {
	transform: scale(1.1) rotate(45deg) translateZ(0px) translateY(0px); -webkit-transform: scale(1.1) rotate(45deg) translateZ(0) translateY(0);
}
.action-button.open .action-list span {
	display: block; opacity: 0;
}
.action-button.open .action-list li:hover span {
	opacity: 1; transform: scale(0.9) translateZ(0px) translateY(0px); -webkit-transform: scale(0.9) translateZ(0) translateY(0);
}
.action-button .action-list {
	margin: 0px; padding: 0px; transition:0.2s; font-family: "Raleway", sans-serif; list-style-type: none; position: absolute; z-index: 1000;
}
.action-button .action-list li {
	background: rgb(255, 255, 255); border-radius: 50%; transition:0.2s; width: 50px; height: 50px; font-size: 25px; margin-bottom: 15px; display: flex; position: absolute; z-index: 1; cursor: pointer; opacity: 0; box-shadow: 0px 6px 24px -2px rgba(0,0,0,0.3); justify-content: center; align-items: center;
}
.action-button .action-list li:hover {
	transform: scale(1.1) translateZ(0px) translateY(0px); -webkit-transform: scale(1.1) translateZ(0) translateY(0);
}
.action-button .action-list li:hover i {
	color: rgb(30, 47, 67);
}
.action-button .action-list li.active i {
	color: rgb(30, 47, 67);
}
.action-button .action-list li.active span {
	background: rgb(30, 47, 67); color: rgb(255, 255, 255); opacity: 1;
}
.action-button .action-list li i {
	transition:0.2s; color: rgb(51, 51, 51);
}
.action-button .action-list li span {
	background: rgb(255, 255, 255); padding: 3px 12px; transition:0.2s; left: 80px; font-size: 14px; font-weight: 700; display: none; white-space: nowrap; position: absolute; box-shadow: 0px 6px 24px -2px rgba(0,0,0,0.3);
}
.action-button.top-left {
	left: 50px; top: 50px;
}
.action-button.top-left li {
	top: 0px;
}
.action-button.top-right {
	top: 50px; right: 50px;
}
.action-button.top-right .action-list li span {
	right: 80px;
}
.action-button.top-right li {
	top: 0px;
}
.action-button.bottom-left {
	right: 10px; bottom: 70px;
}
.action-button.bottom-left .action-list {
	margin-top: -45px;
}
.action-button.bottom-left li {
	bottom: 0px;
}
.action-button.bottom-right {
	right: 10px; bottom: 70px;
}
.action-button.bottom-right .action-list li span {
	right: 80px;
}
.action-button.bottom-right .action-list {
	margin-top: -45px;
}
.action-button.bottom-right li {
	bottom: 0px;
}
:not(.split).action-button.horizontal.top-left {
	left: 50px; top: 50px;
}
:not(.split).action-button.horizontal.top-left ul {
	left: 64px; top: -3px;
}
:not(.split).action-button.horizontal.top-left .action-list li span {
	transform: scale(0.9) translateZ(0px) translateY(0px) translateX(-50%); -webkit-transform: scale(0.9) translateZ(0) translateY(0) translateX(-50%);
}
:not(.split).action-button.horizontal.top-left li {
	top: 0px;
}
:not(.split).action-button.horizontal.top-left li span {
	left: 50%; top: 82px;
}
:not(.split).action-button.horizontal.bottom-left {
	left: 50px; bottom: 50px;
}
:not(.split).action-button.horizontal.bottom-left ul {
	left: 64px; margin-top: -63px;
}
:not(.split).action-button.horizontal.bottom-left .action-list li span {
	transform: scale(0.9) translateZ(0px) translateY(0px) translateX(-50%); -webkit-transform: scale(0.9) translateZ(0) translateY(0) translateX(-50%);
}
:not(.split).action-button.horizontal.bottom-left li {
	top: 0px;
}
:not(.split).action-button.horizontal.bottom-left li span {
	left: 50%; top: -38px;
}
:not(.split).action-button.horizontal.top-right {
	top: 50px; right: 50px;
}
:not(.split).action-button.horizontal.top-right ul {
	top: -3px; right: 64px;
}
:not(.split).action-button.horizontal.top-right .action-list li span {
	transform: scale(0.9) translateZ(0px) translateY(0px) translateX(50%); -webkit-transform: scale(0.9) translateZ(0) translateY(0) translateX(50%);
}
:not(.split).action-button.horizontal.top-right li {
	top: 0px;
}
:not(.split).action-button.horizontal.top-right li span {
	top: 82px; right: 50%;
}
:not(.split).action-button.horizontal.bottom-right {
	right: 50px; bottom: 50px;
}
:not(.split).action-button.horizontal.bottom-right ul {
	right: 64px; margin-top: -63px;
}
:not(.split).action-button.horizontal.bottom-right .action-list li span {
	transform: scale(0.9) translateZ(0px) translateY(0px) translateX(50%); -webkit-transform: scale(0.9) translateZ(0) translateY(0) translateX(50%);
}
:not(.split).action-button.horizontal.bottom-right li {
	top: 0px;
}
:not(.split).action-button.horizontal.bottom-right li span {
	top: -38px; right: 50%;
}
.fade {
	left: 0px; top: 0px; height: 100vh; right: 0px; display: none; position: fixed; z-index: 1000; opacity: 1; background-color: rgba(0, 0, 0, 0.7);
}
.menu_container-right {
	transition:0.4s; top: 0px; width: 330px; height: 100vh; right: -330px; position: fixed; z-index: 1001; max-width: 330px; background-color: rgb(255, 255, 255);
}
.menu_container-right .notification-header {
	padding: 7px; width: 100%; text-align: center; border-bottom-color: rgb(207, 207, 207); border-bottom-width: 1px; border-bottom-style: solid; display: table; box-sizing: border-box; background-color: rgb(255, 255, 255); -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
.menu_container-right .notification-header h2 {
	margin: 0px; padding: 0px; color: rgb(48, 48, 48); font-size: 22px;
}
.menu_container-right .notification-full {
	padding: 5px; width: 100%; height: 100%; display: block; -ms-overflow-x: scroll;
}
.menu_container-right .notification-full * {
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
.menu_container-right .notification-full .notification-main {
	width: 100%; margin-bottom: 10px; display: table; position: relative; background-color: rgb(239, 239, 239);
}
.menu_container-right .notification-full :last-child.notification-main {
	margin-bottom: 20px;
}
.menu_container-right .notification-full .notification-main .close-icon {
	right: 5px; color: rgb(48, 48, 48); position: absolute;
}
.menu_container-right .notification-full .notification-main .notification-content {
	padding: 5px; width: 95%; color: rgb(48, 48, 48); font-size: 13px; margin-top: 5px; display: table;
}
.menu_container-right .notification-full .notification-main .notification-content .notification-content-scroll {
	width: 100%; display: block;
}
.show-right {
	right: 0px;
}
@media only screen and (max-width:500px) and (min-width:224px)
{
.menu-button_container-left {
	padding: 8px 0px 8px 12px; width: 50px; height: 50px; font-size: 25px; margin-top: -180px;
}
.menu-button_container-left > span.desktop {
	display: none;
}
.menu-button_container-left > span.mobile {
	display: block;
}
.menu-button_container-right {
	padding: 8px 0px 8px 12px; width: 50px; height: 50px; font-size: 25px; margin-top: -180px;
}
.menu-button_container-right > span.desktop {
	display: none;
}
.menu-button_container-right > span.mobile {
	width: 38px; display: block;
}
}
