

/* Start:/bitrix/templates/my-kosm.ru/css/jcf.css?174170282811082*/
/* radio */
.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #b7bcbd;
	border-radius: 9px;
	margin: 0 3px 0 0;
	height: 17px;
	width: 17px;
	cursor: pointer;
}
.jcf-radio span{
	display:none;
	position:absolute;
	top:3px;
	left:3px;
	right:3px;
	bottom:3px;
	background:#54b200;
	border-radius:100%;
}
.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}
.jcf-radio.jcf-checked span {display:block;}

/* checkbox */
.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #b7bcbd;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}
.jcf-checkbox span{
	position:absolute;
	display:none;
	height:6px;
	width:10px;
	top:50%;
	left:50%;
	margin:-7px 0 0 -6px;
	border:3px solid #54b200;
	border-width:0 0 2px 2px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}
:root .jcf-checkbox span {margin:-4px 0 0 -5px;}
.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
	cursor: pointer !important;
}
.jcf-checkbox.jcf-checked span{display:block;}

/* button */
.jcf-button {
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	border: 1px solid #777;
	background: #fff;
	margin: 0 10px 10px 0;
	padding: 5px 10px;
}
.jcf-button .jcf-real-element {
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	outline: none;
	opacity: 0;
	padding: 0;
	margin: 0;
	border: 0;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

/* file */
.jcf-file {
	display: inline-block;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	background: #fff;
}
.jcf-file .jcf-real-element {
	position: absolute;
	font-size: 200px;
	height: 200px;
	margin: 0;
	right: 0;
	top: 0;
}
.jcf-file .jcf-fake-input {
	display: inline-block;
	text-overflow:ellipsis;
	white-space: nowrap;
	vertical-align: top;
	overflow: hidden;
	border: 1px solid #777;
	padding: 0 8px;
	font-size: 13px;
	line-height: 28px;
	height: 28px;
	width: 125px;
}
.jcf-file .jcf-upload-button {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #777;
	margin: 0 0 0 -1px;
	padding: 0 10px;
	line-height: 28px;
	height: 28px;
}

/* scrollbars */
.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}
.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #e3e3e3;
	width: 14px;
	bottom: 0;
	right: 0;
	top: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: #bbb;
	height: 14px;
	width: 14px;
	left: 0;
	top: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #888;
	height: 1px;
	width: 14px;
}
.jcf-scrollbar-horizontal {
	position: absolute;
	background: #e3e3e3;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 14px;
	width: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #888;
	height: 14px;
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec, 
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}

/* select */
.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #b1b5b6;
	background: #fff;
	margin: 0 0 12px;
	min-width: 64px;
	height: 30px;
	border-radius: 4px;
}
.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}
.jcf-select .jcf-select-text {
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 13px;
	line-height: 28px;
	margin: 0 35px 0 18px;
	color: #4b5455;
}
.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #aaa;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
}
body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}
body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}
.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0px;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}
.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}
.jcf-select.jcf-compact-multiple {
	max-width: 220px;
}
.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
	display: inline-block;
	padding-top: 2px;
	content: '...';
}
.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #f00;
}
.jcf-select-drop.jcf-compact-multiple .jcf-hover {
	background: none;
}
.jcf-select-drop.jcf-compact-multiple .jcf-selected {
	background: #e6e6e6;
	color: #000;
}
.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
	display: inline-block;
	content: '';
	height:4px;
	width:8px;
	margin:-7px 5px 0 -3px;
	border:3px solid #777;
	border-width:0 0 3px 3px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

/* multiple select styles */
.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}
/* select options styles */
.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}
.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}
.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.jcf-list ul li {
	overflow: hidden;
	display: block;
}
.jcf-list .jcf-overflow {
	overflow: auto;
}
.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}
.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}
.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}
.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}
.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* other styles */
.jcf-textarea {
	border: 1px solid #b8c3c9;
	box-sizing: content-box;
	display: inline-block;
	position: relative;
}
.jcf-textarea .jcf-scrollbar-horizontal {
	display: none;
	height: 0;
}
.jcf-textarea textarea {
	padding: 8px 10px;
	border: none;
	margin: 0;
}
.jcf-textarea .jcf-resize {
	position: absolute;
	text-align: center;
	cursor: se-resize;
	background: #e3e3e3;
	font-weight: bold;
	line-height: 15px;
	text-indent: 1px;
	font-size: 12px;
	height: 15px;
	width: 14px;
	bottom: 0;
	right: 0;
}
.jcf-textarea .jcf-resize:before {
	border: 1px solid #000;
	border-width: 0 1px 1px 0;
	display: block;
	margin: 4px 0 0 3px;
	width: 6px;
	height: 6px;
	content: '';
}

/* number input */
.jcf-number {
	display: inline-block;
	position: relative;
	height: 32px;
}
.jcf-number input {-moz-appearance: textfield;}
.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {-webkit-appearance: none;}
.jcf-number input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #777;
	padding: 3px 27px 3px 7px;
	margin: 0;
	height: 100%;
}
.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
	position: absolute;
	background: #aaa;
	width: 20px;
	height: 15px;
	right: 1px;
	top: 1px;
}
.jcf-number .jcf-btn-dec {
	top: auto;
	bottom: 1px;
}
.jcf-number .jcf-btn-dec:hover,
.jcf-number .jcf-btn-inc:hover {
	background: #e6e6e6;
}
.jcf-number.jcf-disabled .jcf-btn-dec:hover,
.jcf-number.jcf-disabled .jcf-btn-inc:hover {
	background: #aaa;
}
.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -4px;
	border: 4px solid #aaa;
	border-color: transparent transparent #000 transparent;
}
.jcf-number .jcf-btn-dec:before {
	margin: -1px 0 0 -4px;
	border-color: #000 transparent transparent transparent;	
}
.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before,
.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before {
	opacity: 0.3;
}
.jcf-number.jcf-disabled input {
	background: #ddd;
}

/* range input */
.jcf-range {
	display: inline-block;
	min-width: 200px;
	margin: 0 10px;
	width: 130px;
}
.jcf-range .jcf-range-track {
	margin: 0 20px 0 0;
	position: relative;
	display: block;
}
.jcf-range .jcf-range-wrapper {
	background: #e5e5e5;
	border-radius: 5px;
	display: block;
	margin: 5px 0;
	height: 10px;
}
.jcf-range.jcf-vertical {
	min-width: 0;
	width: auto;
}
.jcf-range.jcf-vertical .jcf-range-wrapper {
	margin: 0;
	width: 10px;
	height: auto;
	padding: 20px 0 0;
}
.jcf-range.jcf-vertical .jcf-range-track {
	height: 180px;
	width: 10px;
}
.jcf-range.jcf-vertical .jcf-range-handle {
	left: -5px;
	top: auto;
}
.jcf-range .jcf-range-handle {
	position: absolute;
	background: #aaa;
	border-radius: 19px;
	width: 19px;
	height: 19px;
	margin: -4px 0 0;
	z-index: 1;
	top: 0;
	left: 0;
}
.jcf-range .jcf-range-mark {
	position: absolute;
	overflow: hidden;
	background: #000;
	width: 1px;
	height: 3px;
	top: -7px;
	margin: 0 0 0 9px;
}
.jcf-range.jcf-vertical .jcf-range-mark {
	margin: 0 0 9px;
	left: 14px;
	top: auto;
	width: 3px;
	height: 1px;
}
.jcf-range.jcf-focus .jcf-range-handle {
	border: 1px solid #f00;
	margin: -5px 0 0 -1px;
}
.jcf-range.jcf-disabled {
	background: none !important;
	opacity: 0.3;
}
/* End */


/* Start:/bitrix/templates/my-kosm.ru/css/owl.carousel.css?17417028281547*/
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(/bitrix/templates/my-kosm.ru/css/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/* End */


/* Start:/bitrix/templates/my-kosm.ru/css/select.css?17417028281171*/
.lab-select-title{height:28px;background-color:#ffffff;cursor:pointer;border:1px solid #c6dade;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.lab-select-title .selectedTitle{font-size:12px;color:#437182;padding:8px 41px 8px 9px;display:inline-block}.lab-select-title .lab-icon-box{float:right;width:34px;height:28px;border:1px solid #b6d4dc;background:#d2edf4;background:linear-gradient(to bottom, #f3fbfc,#d2edf4);margin-top:-1px;margin-right:-1px}.lab-select-title .lab-icon{width:100%;height:100%;display:inline-block;background-image:url("/bitrix/templates/my-kosm.ru/css/../img/select-icon.png");background-position:center center;background-repeat:no-repeat}.lab-select-title .lab-icon.active-icon{transform:rotate(180deg)}.labSelect{position:relative}.lab-select-list{background-color:#ffffff;list-style:none;padding-left:0;margin:0;border-style:solid;border-color:#c6dade;border-width:0 1px 1px 1px;display:none;position:absolute;top:100%;right:0;left:0;z-index:9999999}.lab-select-list.active{display:block}.lab-select-list li{background-color:#ffffff;cursor:pointer;font-size:12px;padding:5px;color:#437182}.lab-select-list li:hover{background-color:#c6dade;color:#ffffff}

/* End */


/* Start:/bitrix/templates/my-kosm.ru/css/design_old.css?1741702828263959*/
html
{
	font-family: sans-serif;
}
body
{
	padding:0 !important;	
	margin: 0;
	overflow:visible !important;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary
{
	display: block;
}
audio,canvas,progress,video
{
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls])
{
	display: none;
	height: 0;
}
[hidden],template
{
	display: none;
}
a
{
	background-color: transparent;
}
a:active,a:hover
{
	outline: 0;
}
abbr[title]
{
	border-bottom: 1px dotted;
}
b,strong
{
	font-weight: bold;
}
dfn
{
	font-style: italic;
}
h1
{
	font-size: 2em;
	margin: 0.67em 0;
}
mark
{
	background: #ff0;
	color: #000;
}
small
{
	font-size: 80%;
}
sub,sup
{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup
{
	top: -0.5em;
}
sub
{
	bottom: -0.25em;
}
img
{
	border: 0;
}
svg:not(:root)
{
	overflow: hidden;
}
figure
{
	margin: 1em 40px;
}
hr
{
	box-sizing: content-box;
	height: 0;
	moz-box-sizing: content-box;
}
pre
{
	overflow: auto;
}
code,kbd,pre,samp
{
	font-family: monospace, monospace;
	font-size: 1em;
}
button,input,optgroup,select,textarea
{
	color: inherit;
	font: inherit;
	margin: 0;
}
button
{
	overflow: visible;
}
button,select
{
	text-transform: none;
}
button,html input[type="button"],input[type="reset"],input[type="submit"]
{
	cursor: pointer;
	webkit-appearance: button;
}
button[disabled],html input[disabled]
{
	cursor: default;
}
button::-moz-focus-inner,input::-moz-focus-inner
{
	border: 0;
	padding: 0;
}
input
{
	line-height: normal;
}
input[type="checkbox"],input[type="radio"]
{
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button
{
	height: auto;
}
input[type="search"]
{
	box-sizing: content-box;
	moz-box-sizing: content-box;
	webkit-appearance: textfield;
	webkit-box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration
{
	webkit-appearance: none;
}
fieldset
{
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend
{
	border: 0;
	padding: 0;
}
textarea
{
	overflow: auto;
}
optgroup
{
	font-weight: bold;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
td,th
{
	padding: 0;
}
@media print
{
	*,*:before,*:after
	{
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}
	a,a:visited
	{
		text-decoration: underline;
	}
	a[href]:after
	{
		content: " (" attr(href) ")";
	}
	abbr[title]:after
	{
		content: " (" attr(title) ")";
	}
	a[href^="#"]:after,a[href^="javascript:"]:after
	{
		content: "";
	}
	pre,blockquote
	{
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead
	{
		display: table-header-group;
	}
	tr,img
	{
		page-break-inside: avoid;
	}
	img
	{
		max-width: 100% !important;
	}
	p,h2,h3
	{
		orphans: 3;
		widows: 3;
	}
	h2,h3
	{
		page-break-after: avoid;
	}
	select
	{
		background: #fff !important;
	}
	.navbar
	{
		display: none;
	}
	.btn>.caret,.dropup>.btn>.caret
	{
		border-top-color: #000 !important;
	}
	.label
	{
		border: 1px solid #000;
	}
	.table
	{
		border-collapse: collapse !important;
	}
	.table td,.table th
	{
		background-color: #fff !important;
	}
	.table-bordered th,.table-bordered td
	{
		border: 1px solid #ddd !important;
	}
}
@font-face
{
	font-family: 'Glyphicons Halflings';
	src: url("/bitrix/templates/my-kosm.ru/css/../fonts/bootstrap/glyphicons-halflings-regular.eot");
	src: url("/bitrix/templates/my-kosm.ru/css/../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),url("/bitrix/templates/my-kosm.ru/css/../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"),url("/bitrix/templates/my-kosm.ru/css/../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"),url("/bitrix/templates/my-kosm.ru/css/../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"),url("/bitrix/templates/my-kosm.ru/css/../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon
{
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	moz-osx-font-smoothing: grayscale;
	position: relative;
	top: 1px;
	webkit-font-smoothing: antialiased;
}
.glyphicon-asterisk:before
{
	content: "\2a";
}
.glyphicon-plus:before
{
	content: "\2b";
}
.glyphicon-euro:before,.glyphicon-eur: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";
}
.glyphicon-cd:before
{
	content: "\e201";
}
.glyphicon-save-file:before
{
	content: "\e202";
}
.glyphicon-open-file:before
{
	content: "\e203";
}
.glyphicon-level-up:before
{
	content: "\e204";
}
.glyphicon-copy:before
{
	content: "\e205";
}
.glyphicon-paste:before
{
	content: "\e206";
}
.glyphicon-alert:before
{
	content: "\e209";
}
.glyphicon-equalizer:before
{
	content: "\e210";
}
.glyphicon-king:before
{
	content: "\e211";
}
.glyphicon-queen:before
{
	content: "\e212";
}
.glyphicon-pawn:before
{
	content: "\e213";
}
.glyphicon-bishop:before
{
	content: "\e214";
}
.glyphicon-knight:before
{
	content: "\e215";
}
.glyphicon-baby-formula:before
{
	content: "\e216";
}
.glyphicon-tent:before
{
	content: "\26fa";
}
.glyphicon-blackboard:before
{
	content: "\e218";
}
.glyphicon-bed:before
{
	content: "\e219";
}
.glyphicon-apple:before
{
	content: "\f8ff";
}
.glyphicon-erase:before
{
	content: "\e221";
}
.glyphicon-hourglass:before
{
	content: "\231b";
}
.glyphicon-lamp:before
{
	content: "\e223";
}
.glyphicon-duplicate:before
{
	content: "\e224";
}
.glyphicon-piggy-bank:before
{
	content: "\e225";
}
.glyphicon-scissors:before
{
	content: "\e226";
}
.glyphicon-bitcoin:before
{
	content: "\e227";
}
.glyphicon-yen:before
{
	content: "\00a5";
}
.glyphicon-ruble:before
{
	content: "\20bd";
}
.glyphicon-scale:before
{
	content: "\e230";
}
.glyphicon-ice-lolly:before
{
	content: "\e231";
}
.glyphicon-ice-lolly-tasted:before
{
	content: "\e232";
}
.glyphicon-education:before
{
	content: "\e233";
}
.glyphicon-option-horizontal:before
{
	content: "\e234";
}
.glyphicon-option-vertical:before
{
	content: "\e235";
}
.glyphicon-menu-hamburger:before
{
	content: "\e236";
}
.glyphicon-modal-window:before
{
	content: "\e237";
}
.glyphicon-oil:before
{
	content: "\e238";
}
.glyphicon-grain:before
{
	content: "\e239";
}
.glyphicon-sunglasses:before
{
	content: "\e240";
}
.glyphicon-text-size:before
{
	content: "\e241";
}
.glyphicon-text-color:before
{
	content: "\e242";
}
.glyphicon-text-background:before
{
	content: "\e243";
}
.glyphicon-object-align-top:before
{
	content: "\e244";
}
.glyphicon-object-align-bottom:before
{
	content: "\e245";
}
.glyphicon-object-align-horizontal:before
{
	content: "\e246";
}
.glyphicon-object-align-left:before
{
	content: "\e247";
}
.glyphicon-object-align-vertical:before
{
	content: "\e248";
}
.glyphicon-object-align-right:before
{
	content: "\e249";
}
.glyphicon-triangle-right:before
{
	content: "\e250";
}
.glyphicon-triangle-left:before
{
	content: "\e251";
}
.glyphicon-triangle-bottom:before
{
	content: "\e252";
}
.glyphicon-triangle-top:before
{
	content: "\e253";
}
.glyphicon-console:before
{
	content: "\e254";
}
.glyphicon-superscript:before
{
	content: "\e255";
}
.glyphicon-subscript:before
{
	content: "\e256";
}
.glyphicon-menu-left:before
{
	content: "\e257";
}
.glyphicon-menu-right:before
{
	content: "\e258";
}
.glyphicon-menu-down:before
{
	content: "\e259";
}
.glyphicon-menu-up:before
{
	content: "\e260";
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6
{
	color: inherit;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
}
h1 small,h1 .small,h2 small,h2 .small,h3 small,h3 .small,h4 small,h4 .small,h5 small,h5 .small,h6 small,h6 .small,.h1 small,.h1 .small,.h2 small,.h2 .small,.h3 small,.h3 .small,.h4 small,.h4 .small,.h5 small,.h5 .small,.h6 small,.h6 .small
{
	color: #777;
	font-weight: normal;
	line-height: 1;
}
h1,.h1,h2,.h2,h3,.h3
{
	margin-bottom: 10px;
	margin-top: 20px;
}
h1 small,h1 .small,.h1 small,.h1 .small,h2 small,h2 .small,.h2 small,.h2 .small,h3 small,h3 .small,.h3 small,.h3 .small
{
	font-size: 65%;
}
h4,.h4,h5,.h5,h6,.h6
{
	margin-bottom: 10px;
	margin-top: 10px;
}
h4 small,h4 .small,.h4 small,.h4 .small,h5 small,h5 .small,.h5 small,.h5 .small,h6 small,h6 .small,.h6 small,.h6 .small
{
	font-size: 75%;
}
h1,.h1
{
	font-size: 36px;
}
h2,.h2
{
	font-size: 30px;
}
h3,.h3
{
	font-size: 24px;
}
h4,.h4
{
	font-size: 18px;
}
h5,.h5
{
	font-size: 14px;
}
h6,.h6
{
	font-size: 12px;
}
p
{
	margin: 0 0 10px;
}
.lead
{
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 20px;
}
@media (min-width: 768px)
{
	.lead
	{
		font-size: 21px;
	}
}
small,.small
{
	font-size: 85%;
}
mark,.mark
{
	background-color: #fcf8e3;
	padding: .2em;
}
.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: #777;
}
.text-primary
{
	color: #337ab7;
}
a.text-primary:hover
{
	color: #286090;
}
.text-success
{
	color: #3c763d;
}
a.text-success:hover
{
	color: #2b542c;
}
.text-info
{
	color: #31708f;
}
a.text-info:hover
{
	color: #245269;
}
.text-warning
{
	color: #8a6d3b;
}
a.text-warning:hover
{
	color: #66512c;
}
.text-danger
{
	color: #a94442;
}
a.text-danger:hover
{
	color: #843534;
}
.bg-primary
{
	color: #fff;
}
.bg-primary
{
	background-color: #337ab7;
}
a.bg-primary:hover
{
	background-color: #286090;
}
.bg-success
{
	background-color: #dff0d8;
}
a.bg-success:hover
{
	background-color: #c1e2b3;
}
.bg-info
{
	background-color: #d9edf7;
}
a.bg-info:hover
{
	background-color: #afd9ee;
}
.bg-warning
{
	background-color: #fcf8e3;
}
a.bg-warning:hover
{
	background-color: #f7ecb5;
}
.bg-danger
{
	background-color: #f2dede;
}
a.bg-danger:hover
{
	background-color: #e4b9b9;
}
.page-header
{
	border-bottom: 1px solid #eee;
	margin: 40px 0 20px;
	padding-bottom: 9px;
}
ul,ol
{
	margin-bottom: 10px;
	margin-top: 0;
}
ul ul,ul ol,ol ul,ol ol
{
	margin-bottom: 0;
}
.list-unstyled
{
	list-style: none;
	padding-left: 0;
}
.list-inline
{
	list-style: none;
	margin-left: -5px;
	padding-left: 0;
}
.list-inline>li
{
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
dl
{
	margin-bottom: 20px;
	margin-top: 0;
}
dt,dd
{
	line-height: 1.42857;
}
dt
{
	font-weight: bold;
}
dd
{
	margin-left: 0;
}
.dl-horizontal dd:before,.dl-horizontal dd:after
{
	content: " ";
	display: table;
}
.dl-horizontal dd:after
{
	clear: both;
}
@media (min-width: 768px)
{
	.dl-horizontal dt
	{
		clear: left;
		float: left;
		overflow: hidden;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 160px;
	}
	.dl-horizontal dd
	{
		margin-left: 180px;
	}
}
abbr[title],abbr[data-original-title]
{
	border-bottom: 1px dotted #777;
	cursor: help;
}
.initialism
{
	font-size: 90%;
	text-transform: uppercase;
}
blockquote
{
	border-left: 5px solid #eee;
	font-size: 17.5px;
	margin: 0 0 20px;
	padding: 10px 20px;
}
blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child
{
	margin-bottom: 0;
}
blockquote footer,blockquote small,blockquote .small
{
	color: #777;
	display: block;
	font-size: 80%;
	line-height: 1.42857;
}
blockquote footer:before,blockquote small:before,blockquote .small:before
{
	content: '\2014 \00A0';
}
.blockquote-reverse,blockquote.pull-right
{
	border-left: 0;
	border-right: 5px solid #eee;
	padding-left: 0;
	padding-right: 15px;
	text-align: right;
}
.blockquote-reverse footer:before,.blockquote-reverse small:before,.blockquote-reverse .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before,blockquote.pull-right .small:before
{
	content: '';
}
.blockquote-reverse footer:after,.blockquote-reverse small:after,.blockquote-reverse .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after,blockquote.pull-right .small:after
{
	content: '\00A0 \2014';
}
address
{
	font-style: normal;
	line-height: 1.42857;
	margin-bottom: 20px;
}
code,kbd,pre,samp
{
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
code
{
	background-color: #f9f2f4;
	border-radius: 4px;
	color: #c7254e;
	font-size: 90%;
	padding: 2px 4px;
}
kbd
{
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
	color: #fff;
	font-size: 90%;
	padding: 2px 4px;
}
kbd kbd
{
	box-shadow: none;
	font-size: 100%;
	font-weight: bold;
	padding: 0;
}
pre
{
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #333;
	display: block;
	font-size: 13px;
	line-height: 1.42857;
	margin: 0 0 10px;
	padding: 9.5px;
	word-break: break-all;
	word-wrap: break-word;
}
pre code
{
	background-color: transparent;
	border-radius: 0;
	color: inherit;
	font-size: inherit;
	padding: 0;
	white-space: pre-wrap;
}
.pre-scrollable
{
	max-height: 340px;
	overflow-y: scroll;
}
.container
{
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.container:before,.container:after
{
	content: " ";
	display: table;
}
.container:after
{
	clear: both;
}
@media (min-width: 768px)
{
	.container
	{
		width: 740px;
	}
}
@media (min-width: 980px)
{
	.container
	{
		width: 960px;
	}
}
@media (min-width: 1200px)
{
	.container
	{
		width: 1200px;
	}
}
.container-fluid
{
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.container-fluid:before,.container-fluid:after
{
	content: " ";
	display: table;
}
.container-fluid:after
{
	clear: both;
}
.row
{
	margin-left: -10px;
	margin-right: -10px;
}
.row:before,.row:after
{
	content: " ";
	display: table;
}
.row:after
{
	clear: both;
}
.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12
{
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12
{
	float: left;
}
.col-xs-1
{
	width: 8.33333%;
}
.col-xs-2
{
	width: 16.66667%;
}
.col-xs-3
{
	width: 25%;
}
.col-xs-4
{
	width: 33.33333%;
}
.col-xs-5
{
	width: 41.66667%;
}
.col-xs-6
{
	width: 50%;
}
.col-xs-7
{
	width: 58.33333%;
}
.col-xs-8
{
	width: 66.66667%;
}
.col-xs-9
{
	width: 75%;
}
.col-xs-10
{
	width: 83.33333%;
}
.col-xs-11
{
	width: 91.66667%;
}
.col-xs-12
{
	width: 100%;
}
.col-xs-pull-0
{
	right: auto;
}
.col-xs-pull-1
{
	right: 8.33333%;
}
.col-xs-pull-2
{
	right: 16.66667%;
}
.col-xs-pull-3
{
	right: 25%;
}
.col-xs-pull-4
{
	right: 33.33333%;
}
.col-xs-pull-5
{
	right: 41.66667%;
}
.col-xs-pull-6
{
	right: 50%;
}
.col-xs-pull-7
{
	right: 58.33333%;
}
.col-xs-pull-8
{
	right: 66.66667%;
}
.col-xs-pull-9
{
	right: 75%;
}
.col-xs-pull-10
{
	right: 83.33333%;
}
.col-xs-pull-11
{
	right: 91.66667%;
}
.col-xs-pull-12
{
	right: 100%;
}
.col-xs-push-0
{
	left: auto;
}
.col-xs-push-1
{
	left: 8.33333%;
}
.col-xs-push-2
{
	left: 16.66667%;
}
.col-xs-push-3
{
	left: 25%;
}
.col-xs-push-4
{
	left: 33.33333%;
}
.col-xs-push-5
{
	left: 41.66667%;
}
.col-xs-push-6
{
	left: 50%;
}
.col-xs-push-7
{
	left: 58.33333%;
}
.col-xs-push-8
{
	left: 66.66667%;
}
.col-xs-push-9
{
	left: 75%;
}
.col-xs-push-10
{
	left: 83.33333%;
}
.col-xs-push-11
{
	left: 91.66667%;
}
.col-xs-push-12
{
	left: 100%;
}
.col-xs-offset-0
{
	margin-left: 0%;
}
.col-xs-offset-1
{
	margin-left: 8.33333%;
}
.col-xs-offset-2
{
	margin-left: 16.66667%;
}
.col-xs-offset-3
{
	margin-left: 25%;
}
.col-xs-offset-4
{
	margin-left: 33.33333%;
}
.col-xs-offset-5
{
	margin-left: 41.66667%;
}
.col-xs-offset-6
{
	margin-left: 50%;
}
.col-xs-offset-7
{
	margin-left: 58.33333%;
}
.col-xs-offset-8
{
	margin-left: 66.66667%;
}
.col-xs-offset-9
{
	margin-left: 75%;
}
.col-xs-offset-10
{
	margin-left: 83.33333%;
}
.col-xs-offset-11
{
	margin-left: 91.66667%;
}
.col-xs-offset-12
{
	margin-left: 100%;
}
@media (min-width: 768px)
{
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12
	{
		float: left;
	}
	.col-sm-1
	{
		width: 8.33333%;
	}
	.col-sm-2
	{
		width: 16.66667%;
	}
	.col-sm-3
	{
		width: 25%;
	}
	.col-sm-4
	{
		width: 33.33333%;
	}
	.col-sm-5
	{
		width: 41.66667%;
	}
	.col-sm-6
	{
		width: 50%;
	}
	.col-sm-7
	{
		width: 58.33333%;
	}
	.col-sm-8
	{
		width: 66.66667%;
	}
	.col-sm-9
	{
		width: 75%;
	}
	.col-sm-10
	{
		width: 83.33333%;
	}
	.col-sm-11
	{
		width: 91.66667%;
	}
	.col-sm-12
	{
		width: 100%;
	}
	.col-sm-pull-0
	{
		right: auto;
	}
	.col-sm-pull-1
	{
		right: 8.33333%;
	}
	.col-sm-pull-2
	{
		right: 16.66667%;
	}
	.col-sm-pull-3
	{
		right: 25%;
	}
	.col-sm-pull-4
	{
		right: 33.33333%;
	}
	.col-sm-pull-5
	{
		right: 41.66667%;
	}
	.col-sm-pull-6
	{
		right: 50%;
	}
	.col-sm-pull-7
	{
		right: 58.33333%;
	}
	.col-sm-pull-8
	{
		right: 66.66667%;
	}
	.col-sm-pull-9
	{
		right: 75%;
	}
	.col-sm-pull-10
	{
		right: 83.33333%;
	}
	.col-sm-pull-11
	{
		right: 91.66667%;
	}
	.col-sm-pull-12
	{
		right: 100%;
	}
	.col-sm-push-0
	{
		left: auto;
	}
	.col-sm-push-1
	{
		left: 8.33333%;
	}
	.col-sm-push-2
	{
		left: 16.66667%;
	}
	.col-sm-push-3
	{
		left: 25%;
	}
	.col-sm-push-4
	{
		left: 33.33333%;
	}
	.col-sm-push-5
	{
		left: 41.66667%;
	}
	.col-sm-push-6
	{
		left: 50%;
	}
	.col-sm-push-7
	{
		left: 58.33333%;
	}
	.col-sm-push-8
	{
		left: 66.66667%;
	}
	.col-sm-push-9
	{
		left: 75%;
	}
	.col-sm-push-10
	{
		left: 83.33333%;
	}
	.col-sm-push-11
	{
		left: 91.66667%;
	}
	.col-sm-push-12
	{
		left: 100%;
	}
	.col-sm-offset-0
	{
		margin-left: 0%;
	}
	.col-sm-offset-1
	{
		margin-left: 8.33333%;
	}
	.col-sm-offset-2
	{
		margin-left: 16.66667%;
	}
	.col-sm-offset-3
	{
		margin-left: 25%;
	}
	.col-sm-offset-4
	{
		margin-left: 33.33333%;
	}
	.col-sm-offset-5
	{
		margin-left: 41.66667%;
	}
	.col-sm-offset-6
	{
		margin-left: 50%;
	}
	.col-sm-offset-7
	{
		margin-left: 58.33333%;
	}
	.col-sm-offset-8
	{
		margin-left: 66.66667%;
	}
	.col-sm-offset-9
	{
		margin-left: 75%;
	}
	.col-sm-offset-10
	{
		margin-left: 83.33333%;
	}
	.col-sm-offset-11
	{
		margin-left: 91.66667%;
	}
	.col-sm-offset-12
	{
		margin-left: 100%;
	}
}
@media (min-width: 980px)
{
	.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12
	{
		float: left;
	}
	.col-md-1
	{
		width: 8.33333%;
	}
	.col-md-2
	{
		width: 16.66667%;
	}
	.col-md-3
	{
		width: 25%;
	}
	.col-md-4
	{
		width: 33.33333%;
	}
	.col-md-5
	{
		width: 41.66667%;
	}
	.col-md-6
	{
		width: 50%;
	}
	.col-md-7
	{
		width: 58.33333%;
	}
	.col-md-8
	{
		width: 66.66667%;
	}
	.col-md-9
	{
		width: 75%;
	}
	.col-md-10
	{
		width: 83.33333%;
	}
	.col-md-11
	{
		width: 91.66667%;
	}
	.col-md-12
	{
		width: 100%;
	}
	.col-md-pull-0
	{
		right: auto;
	}
	.col-md-pull-1
	{
		right: 8.33333%;
	}
	.col-md-pull-2
	{
		right: 16.66667%;
	}
	.col-md-pull-3
	{
		right: 25%;
	}
	.col-md-pull-4
	{
		right: 33.33333%;
	}
	.col-md-pull-5
	{
		right: 41.66667%;
	}
	.col-md-pull-6
	{
		right: 50%;
	}
	.col-md-pull-7
	{
		right: 58.33333%;
	}
	.col-md-pull-8
	{
		right: 66.66667%;
	}
	.col-md-pull-9
	{
		right: 75%;
	}
	.col-md-pull-10
	{
		right: 83.33333%;
	}
	.col-md-pull-11
	{
		right: 91.66667%;
	}
	.col-md-pull-12
	{
		right: 100%;
	}
	.col-md-push-0
	{
		left: auto;
	}
	.col-md-push-1
	{
		left: 8.33333%;
	}
	.col-md-push-2
	{
		left: 16.66667%;
	}
	.col-md-push-3
	{
		left: 25%;
	}
	.col-md-push-4
	{
		left: 33.33333%;
	}
	.col-md-push-5
	{
		left: 41.66667%;
	}
	.col-md-push-6
	{
		left: 50%;
	}
	.col-md-push-7
	{
		left: 58.33333%;
	}
	.col-md-push-8
	{
		left: 66.66667%;
	}
	.col-md-push-9
	{
		left: 75%;
	}
	.col-md-push-10
	{
		left: 83.33333%;
	}
	.col-md-push-11
	{
		left: 91.66667%;
	}
	.col-md-push-12
	{
		left: 100%;
	}
	.col-md-offset-0
	{
		margin-left: 0%;
	}
	.col-md-offset-1
	{
		margin-left: 8.33333%;
	}
	.col-md-offset-2
	{
		margin-left: 16.66667%;
	}
	.col-md-offset-3
	{
		margin-left: 25%;
	}
	.col-md-offset-4
	{
		margin-left: 33.33333%;
	}
	.col-md-offset-5
	{
		margin-left: 41.66667%;
	}
	.col-md-offset-6
	{
		margin-left: 50%;
	}
	.col-md-offset-7
	{
		margin-left: 58.33333%;
	}
	.col-md-offset-8
	{
		margin-left: 66.66667%;
	}
	.col-md-offset-9
	{
		margin-left: 75%;
	}
	.col-md-offset-10
	{
		margin-left: 83.33333%;
	}
	.col-md-offset-11
	{
		margin-left: 91.66667%;
	}
	.col-md-offset-12
	{
		margin-left: 100%;
	}
}
@media (min-width: 1200px)
{
	.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12
	{
		float: left;
	}
	.col-lg-1
	{
		width: 8.33333%;
	}
	.col-lg-2
	{
		width: 16.66667%;
	}
	.col-lg-3
	{
		width: 25%;
	}
	.col-lg-4
	{
		width: 33.33333%;
	}
	.col-lg-5
	{
		width: 41.66667%;
	}
	.col-lg-6
	{
		width: 50%;
	}
	.col-lg-7
	{
		width: 58.33333%;
	}
	.col-lg-8
	{
		width: 66.66667%;
	}
	.col-lg-9
	{
		width: 75%;
	}
	.col-lg-10
	{
		width: 83.33333%;
	}
	.col-lg-11
	{
		width: 91.66667%;
	}
	.col-lg-12
	{
		width: 100%;
	}
	.col-lg-pull-0
	{
		right: auto;
	}
	.col-lg-pull-1
	{
		right: 8.33333%;
	}
	.col-lg-pull-2
	{
		right: 16.66667%;
	}
	.col-lg-pull-3
	{
		right: 25%;
	}
	.col-lg-pull-4
	{
		right: 33.33333%;
	}
	.col-lg-pull-5
	{
		right: 41.66667%;
	}
	.col-lg-pull-6
	{
		right: 50%;
	}
	.col-lg-pull-7
	{
		right: 58.33333%;
	}
	.col-lg-pull-8
	{
		right: 66.66667%;
	}
	.col-lg-pull-9
	{
		right: 75%;
	}
	.col-lg-pull-10
	{
		right: 83.33333%;
	}
	.col-lg-pull-11
	{
		right: 91.66667%;
	}
	.col-lg-pull-12
	{
		right: 100%;
	}
	.col-lg-push-0
	{
		left: auto;
	}
	.col-lg-push-1
	{
		left: 8.33333%;
	}
	.col-lg-push-2
	{
		left: 16.66667%;
	}
	.col-lg-push-3
	{
		left: 25%;
	}
	.col-lg-push-4
	{
		left: 33.33333%;
	}
	.col-lg-push-5
	{
		left: 41.66667%;
	}
	.col-lg-push-6
	{
		left: 50%;
	}
	.col-lg-push-7
	{
		left: 58.33333%;
	}
	.col-lg-push-8
	{
		left: 66.66667%;
	}
	.col-lg-push-9
	{
		left: 75%;
	}
	.col-lg-push-10
	{
		left: 83.33333%;
	}
	.col-lg-push-11
	{
		left: 91.66667%;
	}
	.col-lg-push-12
	{
		left: 100%;
	}
	.col-lg-offset-0
	{
		margin-left: 0%;
	}
	.col-lg-offset-1
	{
		margin-left: 8.33333%;
	}
	.col-lg-offset-2
	{
		margin-left: 16.66667%;
	}
	.col-lg-offset-3
	{
		margin-left: 25%;
	}
	.col-lg-offset-4
	{
		margin-left: 33.33333%;
	}
	.col-lg-offset-5
	{
		margin-left: 41.66667%;
	}
	.col-lg-offset-6
	{
		margin-left: 50%;
	}
	.col-lg-offset-7
	{
		margin-left: 58.33333%;
	}
	.col-lg-offset-8
	{
		margin-left: 66.66667%;
	}
	.col-lg-offset-9
	{
		margin-left: 75%;
	}
	.col-lg-offset-10
	{
		margin-left: 83.33333%;
	}
	.col-lg-offset-11
	{
		margin-left: 91.66667%;
	}
	.col-lg-offset-12
	{
		margin-left: 100%;
	}
}
table
{
	background-color: transparent;
}
caption
{
	color: #777;
	padding-bottom: 8px;
	padding-top: 8px;
	text-align: left;
}
th
{
	text-align: left;
}
.table
{
	margin-bottom: 20px;
	max-width: 100%;
	width: 100%;
}
.table>thead>tr>th,.table>thead>tr>td,.table>tbody>tr>th,.table>tbody>tr>td,.table>tfoot>tr>th,.table>tfoot>tr>td
{
	border-top: 1px solid #ddd;
	line-height: 1.42857;
	padding: 8px;
	vertical-align: top;
}
.table>thead>tr>th
{
	border-bottom: 2px solid #ddd;
	vertical-align: bottom;
}
.table>caption+thead>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>th,.table>thead:first-child>tr:first-child>td
{
	border-top: 0;
}
.table>tbody+tbody
{
	border-top: 2px solid #ddd;
}
.table .table
{
	background-color: #fff;
}
.table-condensed>thead>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>tfoot>tr>td
{
	padding: 5px;
}
.table-bordered
{
	border: 1px solid #ddd;
}
.table-bordered>thead>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>tfoot>tr>td
{
	border: 1px solid #ddd;
}
.table-bordered>thead>tr>th,.table-bordered>thead>tr>td
{
	border-bottom-width: 2px;
}
.table-striped>tbody>tr:nth-of-type(odd)
{
	background-color: #f9f9f9;
}
.table-hover>tbody>tr:hover
{
	background-color: #f5f5f5;
}
table col[class*="col-"]
{
	display: table-column;
	float: none;
	position: static;
}
table td[class*="col-"],table th[class*="col-"]
{
	display: table-cell;
	float: none;
	position: static;
}
.table>thead>tr>td.active,.table>thead>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th
{
	background-color: #f5f5f5;
}
.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th
{
	background-color: #e8e8e8;
}
.table>thead>tr>td.success,.table>thead>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th
{
	background-color: #dff0d8;
}
.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th
{
	background-color: #d0e9c6;
}
.table>thead>tr>td.info,.table>thead>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th
{
	background-color: #d9edf7;
}
.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th
{
	background-color: #c4e3f3;
}
.table>thead>tr>td.warning,.table>thead>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th
{
	background-color: #fcf8e3;
}
.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th
{
	background-color: #faf2cc;
}
.table>thead>tr>td.danger,.table>thead>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th
{
	background-color: #f2dede;
}
.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th
{
	background-color: #ebcccc;
}
.table-responsive
{
	min-height: 0.01%;
	overflow-x: auto;
}
@media screen and (max-width: 767px)
{
	.table-responsive
	{
		border: 1px solid #ddd;
		margin-bottom: 15px;
		ms-overflow-style: -ms-autohiding-scrollbar;
		overflow-y: hidden;
		width: 100%;
	}
	.table-responsive>.table
	{
		margin-bottom: 0;
	}
	.table-responsive>.table>thead>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>tfoot>tr>td
	{
		white-space: nowrap;
	}
	.table-responsive>.table-bordered
	{
		border: 0;
	}
	.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child
	{
		border-left: 0;
	}
	.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child
	{
		border-right: 0;
	}
	.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td
	{
		border-bottom: 0;
	}
}
.fade
{
	opacity: 0;
	o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
	webkit-transition: opacity 0.15s linear;
}
.fade.in
{
	opacity: 1;
}
.collapse
{
	display: none;
	visibility: hidden;
}
.collapse.in
{
	display: block;
	visibility: visible;
}
tr.collapse.in
{
	display: table-row;
}
tbody.collapse.in
{
	display: table-row-group;
}
.collapsing
{
	height: 0;
	overflow: hidden;
	position: relative;
	transition-duration: 0.35s;
	transition-property: height,visibility;
	transition-timing-function: ease;
	webkit-transition-duration: 0.35s;
	webkit-transition-property: height,visibility;
	webkit-transition-timing-function: ease;
}
.btn-group,.btn-group-vertical
{
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.btn-group>.btn,.btn-group-vertical>.btn
{
	float: left;
	position: relative;
}
.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active
{
	z-index: 2;
}
.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group
{
	margin-left: -1px;
}
.btn-toolbar
{
	margin-left: -5px;
}
.btn-toolbar:before,.btn-toolbar:after
{
	content: " ";
	display: table;
}
.btn-toolbar:after
{
	clear: both;
}
.btn-toolbar .btn-group,.btn-toolbar .input-group
{
	float: left;
}
.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group
{
	margin-left: 5px;
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle)
{
	border-radius: 0;
}
.btn-group>.btn:first-child
{
	margin-left: 0;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle)
{
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child)
{
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.btn-group>.btn-group
{
	float: left;
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn
{
	border-radius: 0;
}
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle
{
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child
{
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle
{
	outline: 0;
}
.btn-group>.btn+.dropdown-toggle
{
	padding-left: 8px;
	padding-right: 8px;
}
.btn-group>.btn-lg+.dropdown-toggle,.btn-group-lg.btn-group>.btn+.dropdown-toggle
{
	padding-left: 12px;
	padding-right: 12px;
}
.btn-group.open .dropdown-toggle
{
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.btn-group.open .dropdown-toggle.btn-link
{
	box-shadow: none;
	webkit-box-shadow: none;
}
.btn .caret
{
	margin-left: 0;
}
.btn-lg .caret,.btn-group-lg>.btn .caret
{
	border-bottom-width: 0;
	border-width: 5px 5px 0;
}
.dropup .btn-lg .caret,.dropup .btn-group-lg>.btn .caret
{
	border-width: 0 5px 5px;
}
.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn
{
	display: block;
	float: none;
	max-width: 100%;
	width: 100%;
}
.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after
{
	content: " ";
	display: table;
}
.btn-group-vertical>.btn-group:after
{
	clear: both;
}
.btn-group-vertical>.btn-group>.btn
{
	float: none;
}
.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group
{
	margin-left: 0;
	margin-top: -1px;
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child)
{
	border-radius: 0;
}
.btn-group-vertical>.btn:first-child:not(:last-child)
{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 4px;
}
.btn-group-vertical>.btn:last-child:not(:first-child)
{
	border-bottom-left-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn
{
	border-radius: 0;
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle
{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child
{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.btn-group-justified
{
	border-collapse: separate;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.btn-group-justified>.btn,.btn-group-justified>.btn-group
{
	display: table-cell;
	float: none;
	width: 1%;
}
.btn-group-justified>.btn-group .btn
{
	width: 100%;
}
.btn-group-justified>.btn-group .dropdown-menu
{
	left: auto;
}
[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]
{
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
	position: absolute;
}
.input-group
{
	border-collapse: separate;
	display: table;
	position: relative;
}
.input-group[class*="col-"]
{
	float: none;
	padding-left: 0;
	padding-right: 0;
}
.input-group .form-control
{
	float: left;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	z-index: 2;
}
.input-group-addon,.input-group-btn,.input-group .form-control
{
	display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child)
{
	border-radius: 0;
}
.input-group-addon,.input-group-btn
{
	vertical-align: middle;
	white-space: nowrap;
	width: 1%;
}
.input-group-addon
{
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #555;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	padding: 6px 12px;
	text-align: center;
}
.input-group-addon.input-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn
{
	border-radius: 3px;
	font-size: 12px;
	padding: 5px 10px;
}
.input-group-addon.input-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn
{
	border-radius: 6px;
	font-size: 18px;
	padding: 10px 16px;
}
.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]
{
	margin-top: 0;
}
.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn
{
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.input-group-addon:first-child
{
	border-right: 0;
}
.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn
{
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.input-group-addon:last-child
{
	border-left: 0;
}
.input-group-btn
{
	font-size: 0;
	position: relative;
	white-space: nowrap;
}
.input-group-btn>.btn
{
	position: relative;
}
.input-group-btn>.btn+.btn
{
	margin-left: -1px;
}
.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active
{
	z-index: 2;
}
.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group
{
	margin-right: -1px;
}
.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group
{
	margin-left: -1px;
}
.breadcrumb
{
	background-color: #f5f5f5;
	border-radius: 4px;
	list-style: none;
	margin-bottom: 20px;
	padding: 8px 15px;
}
.breadcrumb>li
{
	display: inline-block;
}
.breadcrumb>li+li:before
{
	color: #ccc;
	content: "/�";
	padding: 0 5px;
}
.breadcrumb>.active
{
	color: #777;
}
.pager
{
	list-style: none;
	margin: 20px 0;
	padding-left: 0;
	text-align: center;
}
.pager:before,.pager:after
{
	content: " ";
	display: table;
}
.pager:after
{
	clear: both;
}
.pager li
{
	display: inline;
}
.pager li>a,.pager li>span
{
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
	display: inline-block;
	padding: 5px 14px;
}
.pager li>a:hover,.pager li>a:focus
{
	background-color: #eee;
	text-decoration: none;
}
.pager .next>a,.pager .next>span
{
	float: right;
}
.pager .previous>a,.pager .previous>span
{
	float: left;
}
.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span
{
	background-color: #fff;
	color: #777;
	cursor: not-allowed;
}
.label
{
	border-radius: .25em;
	color: #fff;
	display: inline;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	padding: .2em .6em .3em;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}
.label:empty
{
	display: none;
}
.btn .label
{
	position: relative;
	top: -1px;
}
a.label:hover,a.label:focus
{
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
.label-default
{
	background-color: #777;
}
.label-default[href]:hover,.label-default[href]:focus
{
	background-color: #5e5e5e;
}
.label-primary
{
	background-color: #337ab7;
}
.label-primary[href]:hover,.label-primary[href]:focus
{
	background-color: #286090;
}
.label-success
{
	background-color: #5cb85c;
}
.label-success[href]:hover,.label-success[href]:focus
{
	background-color: #449d44;
}
.label-info
{
	background-color: #5bc0de;
}
.label-info[href]:hover,.label-info[href]:focus
{
	background-color: #31b0d5;
}
.label-warning
{
	background-color: #f0ad4e;
}
.label-warning[href]:hover,.label-warning[href]:focus
{
	background-color: #ec971f;
}
.label-danger
{
	background-color: #d9534f;
}
.label-danger[href]:hover,.label-danger[href]:focus
{
	background-color: #c9302c;
}
.badge
{
	background-color: #777;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	min-width: 10px;
	padding: 3px 7px;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}
.badge:empty
{
	display: none;
}
.btn .badge
{
	position: relative;
	top: -1px;
}
.btn-xs .badge,.btn-group-xs>.btn .badge
{
	padding: 1px 5px;
	top: 0;
}
.list-group-item.active>.badge,.nav-pills>.active>a>.badge
{
	background-color: #fff;
	color: #337ab7;
}
.list-group-item>.badge
{
	float: right;
}
.list-group-item>.badge+.badge
{
	margin-right: 5px;
}
.nav-pills>li>a>.badge
{
	margin-left: 3px;
}
a.badge:hover,a.badge:focus
{
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
.jumbotron
{
	background-color: #eee;
	color: inherit;
	margin-bottom: 30px;
	padding: 30px 15px;
}
.jumbotron h1,.jumbotron .h1
{
	color: inherit;
}
.jumbotron p
{
	font-size: 21px;
	font-weight: 200;
	margin-bottom: 15px;
}
.jumbotron>hr
{
	border-top-color: #d5d5d5;
}
.container .jumbotron,.container-fluid .jumbotron
{
	border-radius: 6px;
}
.jumbotron .container
{
	max-width: 100%;
}
@media screen and (min-width: 768px)
{
	.jumbotron
	{
		padding: 48px 0;
	}
	.container .jumbotron,.container-fluid .jumbotron
	{
		padding-left: 60px;
		padding-right: 60px;
	}
	.jumbotron h1,.jumbotron .h1
	{
		font-size: 63px;
	}
}
.thumbnail
{
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: block;
	line-height: 1.42857;
	margin-bottom: 20px;
	o-transition: border 0.2s ease-in-out;
	padding: 4px;
	transition: border 0.2s ease-in-out;
	webkit-transition: border 0.2s ease-in-out;
}
.thumbnail>img,.thumbnail a>img
{
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
.thumbnail .caption
{
	color: #333;
	padding: 9px;
}
a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active
{
	border-color: #337ab7;
}
.alert
{
	border: 1px solid transparent;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 15px;
}
.alert h4
{
	color: inherit;
	margin-top: 0;
}
.alert .alert-link
{
	font-weight: bold;
}
.alert>p,.alert>ul
{
	margin-bottom: 0;
}
.alert>p+p
{
	margin-top: 5px;
}
.alert-dismissable,.alert-dismissible
{
	padding-right: 35px;
}
.alert-dismissable .close,.alert-dismissible .close
{
	color: inherit;
	position: relative;
	right: -21px;
	top: -2px;
}
.alert-success
{
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.alert-success hr
{
	border-top-color: #c9e2b3;
}
.alert-success .alert-link
{
	color: #2b542c;
}
.alert-info
{
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}
.alert-info hr
{
	border-top-color: #a6e1ec;
}
.alert-info .alert-link
{
	color: #245269;
}
.alert-warning
{
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}
.alert-warning hr
{
	border-top-color: #f7e1b5;
}
.alert-warning .alert-link
{
	color: #66512c;
}
.alert-danger
{
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.alert-danger hr
{
	border-top-color: #e4b9c0;
}
.alert-danger .alert-link
{
	color: #843534;
}
@-webkit-keyframes progress-bar-stripes
{
	from
	{
		background-position: 40px 0;
	}
	to
	{
		background-position: 0 0;
	}
}
@keyframes progress-bar-stripes
{
	from
	{
		background-position: 40px 0;
	}
	to
	{
		background-position: 0 0;
	}
}
.progress
{
	background-color: #f5f5f5;
	border-radius: 4px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.progress-bar
{
	background-color: #337ab7;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	color: #fff;
	float: left;
	font-size: 12px;
	height: 100%;
	line-height: 20px;
	o-transition: width 0.6s ease;
	text-align: center;
	transition: width 0.6s ease;
	webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	webkit-transition: width 0.6s ease;
	width: 0%;
}
.progress-striped .progress-bar,.progress-bar-striped
{
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0));
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
}
.progress.active .progress-bar,.progress-bar.active
{
	animation: progress-bar-stripes 2s linear infinite;
	o-animation: progress-bar-stripes 2s linear infinite;
	webkit-animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success
{
	background-color: #5cb85c;
}
.progress-striped .progress-bar-success
{
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0));
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info
{
	background-color: #5bc0de;
}
.progress-striped .progress-bar-info
{
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0));
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning
{
	background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning
{
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0));
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger
{
	background-color: #d9534f;
}
.progress-striped .progress-bar-danger
{
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0));
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}
.media
{
	margin-top: 15px;
}
.media:first-child
{
	margin-top: 0;
}
.media,.media-body
{
	overflow: hidden;
	zoom: 1;
}
.media-body
{
	width: 10000px;
}
.media-object
{
	display: block;
}
.media-right,.media>.pull-right
{
	padding-left: 10px;
}
.media-left,.media>.pull-left
{
	padding-right: 10px;
}
.media-left,.media-right,.media-body
{
	display: table-cell;
	vertical-align: top;
}
.media-middle
{
	vertical-align: middle;
}
.media-bottom
{
	vertical-align: bottom;
}
.media-heading
{
	margin-bottom: 5px;
	margin-top: 0;
}
.media-list
{
	list-style: none;
	padding-left: 0;
}
.list-group
{
	margin-bottom: 20px;
	padding-left: 0;
}
.list-group-item
{
	background-color: #fff;
	border: 1px solid #ddd;
	display: block;
	margin-bottom: -1px;
	padding: 10px 15px;
	position: relative;
}
.list-group-item:first-child
{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.list-group-item:last-child
{
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-bottom: 0;
}
a.list-group-item
{
	color: #555;
}
a.list-group-item .list-group-item-heading
{
	color: #333;
}
a.list-group-item:hover,a.list-group-item:focus
{
	background-color: #f5f5f5;
	color: #555;
	text-decoration: none;
}
.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus
{
	background-color: #eee;
	color: #777;
	cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading
{
	color: inherit;
}
.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text
{
	color: #777;
}
.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus
{
	background-color: #337ab7;
	border-color: #337ab7;
	color: #fff;
	z-index: 2;
}
.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>.small
{
	color: inherit;
}
.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text
{
	color: #c7ddef;
}
.list-group-item-success
{
	background-color: #dff0d8;
	color: #3c763d;
}
a.list-group-item-success
{
	color: #3c763d;
}
a.list-group-item-success .list-group-item-heading
{
	color: inherit;
}
a.list-group-item-success:hover,a.list-group-item-success:focus
{
	background-color: #d0e9c6;
	color: #3c763d;
}
a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus
{
	background-color: #3c763d;
	border-color: #3c763d;
	color: #fff;
}
.list-group-item-info
{
	background-color: #d9edf7;
	color: #31708f;
}
a.list-group-item-info
{
	color: #31708f;
}
a.list-group-item-info .list-group-item-heading
{
	color: inherit;
}
a.list-group-item-info:hover,a.list-group-item-info:focus
{
	background-color: #c4e3f3;
	color: #31708f;
}
a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus
{
	background-color: #31708f;
	border-color: #31708f;
	color: #fff;
}
.list-group-item-warning
{
	background-color: #fcf8e3;
	color: #8a6d3b;
}
a.list-group-item-warning
{
	color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading
{
	color: inherit;
}
a.list-group-item-warning:hover,a.list-group-item-warning:focus
{
	background-color: #faf2cc;
	color: #8a6d3b;
}
a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus
{
	background-color: #8a6d3b;
	border-color: #8a6d3b;
	color: #fff;
}
.list-group-item-danger
{
	background-color: #f2dede;
	color: #a94442;
}
a.list-group-item-danger
{
	color: #a94442;
}
a.list-group-item-danger .list-group-item-heading
{
	color: inherit;
}
a.list-group-item-danger:hover,a.list-group-item-danger:focus
{
	background-color: #ebcccc;
	color: #a94442;
}
a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus
{
	background-color: #a94442;
	border-color: #a94442;
	color: #fff;
}
.list-group-item-heading
{
	margin-bottom: 5px;
	margin-top: 0;
}
.list-group-item-text
{
	line-height: 1.3;
	margin-bottom: 0;
}
.panel
{
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	margin-bottom: 20px;
	webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.panel-body
{
	padding: 15px;
}
.panel-body:before,.panel-body:after
{
	content: " ";
	display: table;
}
.panel-body:after
{
	clear: both;
}
.panel-heading
{
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 10px 15px;
}
.panel-heading>.dropdown .dropdown-toggle
{
	color: inherit;
}
.panel-title
{
	color: inherit;
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 0;
}
.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a
{
	color: inherit;
}
.panel-footer
{
	background-color: #f5f5f5;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top: 1px solid #ddd;
	padding: 10px 15px;
}
.panel>.list-group,.panel>.panel-collapse>.list-group
{
	margin-bottom: 0;
}
.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item
{
	border-radius: 0;
	border-width: 1px 0;
}
.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child
{
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child
{
	border-bottom: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.panel-heading+.list-group .list-group-item:first-child
{
	border-top-width: 0;
}
.list-group+.panel-footer
{
	border-top-width: 0;
}
.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table
{
	margin-bottom: 0;
}
.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption
{
	padding-left: 15px;
	padding-right: 15px;
}
.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child
{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child
{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child
{
	border-top-left-radius: 3px;
}
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child
{
	border-top-right-radius: 3px;
}
.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child
{
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child
{
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child
{
	border-bottom-left-radius: 3px;
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child
{
	border-bottom-right-radius: 3px;
}
.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body
{
	border-top: 1px solid #ddd;
}
.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td
{
	border-top: 0;
}
.panel>.table-bordered,.panel>.table-responsive>.table-bordered
{
	border: 0;
}
.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child
{
	border-left: 0;
}
.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child
{
	border-right: 0;
}
.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th
{
	border-bottom: 0;
}
.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th
{
	border-bottom: 0;
}
.panel>.table-responsive
{
	border: 0;
	margin-bottom: 0;
}
.panel-group
{
	margin-bottom: 20px;
}
.panel-group .panel
{
	border-radius: 4px;
	margin-bottom: 0;
}
.panel-group .panel+.panel
{
	margin-top: 5px;
}
.panel-group .panel-heading
{
	border-bottom: 0;
}
.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group
{
	border-top: 1px solid #ddd;
}
.panel-group .panel-footer
{
	border-top: 0;
}
.panel-group .panel-footer+.panel-collapse .panel-body
{
	border-bottom: 1px solid #ddd;
}
.panel-default
{
	border-color: #ddd;
}
.panel-default>.panel-heading
{
	background-color: #f5f5f5;
	border-color: #ddd;
	color: #333;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body
{
	border-top-color: #ddd;
}
.panel-default>.panel-heading .badge
{
	background-color: #333;
	color: #f5f5f5;
}
.panel-default>.panel-footer+.panel-collapse>.panel-body
{
	border-bottom-color: #ddd;
}
.panel-primary
{
	border-color: #337ab7;
}
.panel-primary>.panel-heading
{
	background-color: #337ab7;
	border-color: #337ab7;
	color: #fff;
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body
{
	border-top-color: #337ab7;
}
.panel-primary>.panel-heading .badge
{
	background-color: #fff;
	color: #337ab7;
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body
{
	border-bottom-color: #337ab7;
}
.panel-success
{
	border-color: #d6e9c6;
}
.panel-success>.panel-heading
{
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.panel-success>.panel-heading+.panel-collapse>.panel-body
{
	border-top-color: #d6e9c6;
}
.panel-success>.panel-heading .badge
{
	background-color: #3c763d;
	color: #dff0d8;
}
.panel-success>.panel-footer+.panel-collapse>.panel-body
{
	border-bottom-color: #d6e9c6;
}
.panel-info
{
	border-color: #bce8f1;
}
.panel-info>.panel-heading
{
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}
.panel-info>.panel-heading+.panel-collapse>.panel-body
{
	border-top-color: #bce8f1;
}
.panel-info>.panel-heading .badge
{
	background-color: #31708f;
	color: #d9edf7;
}
.panel-info>.panel-footer+.panel-collapse>.panel-body
{
	border-bottom-color: #bce8f1;
}
.panel-warning
{
	border-color: #faebcc;
}
.panel-warning>.panel-heading
{
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body
{
	border-top-color: #faebcc;
}
.panel-warning>.panel-heading .badge
{
	background-color: #8a6d3b;
	color: #fcf8e3;
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body
{
	border-bottom-color: #faebcc;
}
.panel-danger
{
	border-color: #ebccd1;
}
.panel-danger>.panel-heading
{
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body
{
	border-top-color: #ebccd1;
}
.panel-danger>.panel-heading .badge
{
	background-color: #a94442;
	color: #f2dede;
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body
{
	border-bottom-color: #ebccd1;
}
.embed-responsive
{
	display: block;
	height: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video
{
	border: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.embed-responsive.embed-responsive-16by9
{
	padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3
{
	padding-bottom: 75%;
}
.well
{
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	margin-bottom: 20px;
	min-height: 20px;
	padding: 19px;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.well blockquote
{
	border-color: #ddd;
	border-color: rgba(0,0,0,0.15);
}
.well-lg
{
	border-radius: 6px;
	padding: 24px;
}
.well-sm
{
	border-radius: 3px;
	padding: 9px;
}
.close
{
	color: #000;
	filter: alpha(opacity=20);
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	opacity: 0.2;
	text-shadow: 0 1px 0 #fff;
}
.close:hover,.close:focus
{
	color: #000;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	text-decoration: none;
}
button.close
{
	background: transparent;
	border: 0;
	cursor: pointer;
	padding: 0;
	webkit-appearance: none;
}
.modal-open
{
	overflow: hidden;
}
.modal
{
	bottom: 0;
	display: none;
	left: 0;
	outline: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	webkit-overflow-scrolling: touch;
	z-index: 1040;
}
.modal.fade .modal-dialog
{
	moz-transition: -moz-transform 0.3s ease-out;
	ms-transform: translate(0, -25%);
	o-transform: translate(0, -25%);
	o-transition: -o-transform 0.3s ease-out;
	transform: translate(0, -25%);
	transition: transform 0.3s ease-out;
	webkit-transform: translate(0, -25%);
	webkit-transition: -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog
{
	ms-transform: translate(0, 0);
	o-transform: translate(0, 0);
	transform: translate(0, 0);
	webkit-transform: translate(0, 0);
}
.modal-open .modal
{
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog
{
	margin: 10px;
	position: relative;
	width: auto;
}
.modal-content
{
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	outline: 0;
	position: relative;
	webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
}
.modal-backdrop
{
	background-color: #000;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.modal-backdrop.fade
{
	filter: alpha(opacity=0);
	opacity: 0;
}
.modal-backdrop.in
{
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modal-header
{
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857px;
	padding: 15px;
}
.modal-header .close
{
	margin-top: -2px;
}
.modal-title
{
	line-height: 1.42857;
	margin: 0;
}
.modal-body
{
	padding: 15px;
	position: relative;
}
.modal-footer
{
	border-top: 1px solid #e5e5e5;
	padding: 15px;
	text-align: right;
}
.modal-footer:before,.modal-footer:after
{
	content: " ";
	display: table;
}
.modal-footer:after
{
	clear: both;
}
.modal-footer .btn+.btn
{
	margin-bottom: 0;
	margin-left: 5px;
}
.modal-footer .btn-group .btn+.btn
{
	margin-left: -1px;
}
.modal-footer .btn-block+.btn-block
{
	margin-left: 0;
}
.modal-scrollbar-measure
{
	height: 50px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
	width: 50px;
}
@media (min-width: 768px)
{
	.modal-dialog
	{
		margin: 30px auto;
		width: 600px;
	}
	.modal-content
	{
		box-shadow: 0 5px 15px rgba(0,0,0,0.5);
		webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	}
	.modal-sm
	{
		width: 300px;
	}
}
@media (min-width: 980px)
{
	.modal-lg
	{
		width: 900px;
	}
}
.tooltip
{
	display: block;
	filter: alpha(opacity=0);
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
	opacity: 0;
	position: absolute;
	visibility: visible;
	z-index: 1070;
}
.tooltip.in
{
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.tooltip.top
{
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right
{
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom
{
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left
{
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner
{
	background-color: #000;
	border-radius: 4px;
	color: #fff;
	max-width: 200px;
	padding: 3px 8px;
	text-align: center;
	text-decoration: none;
}
.tooltip-arrow
{
	border-color: transparent;
	border-style: solid;
	height: 0;
	position: absolute;
	width: 0;
}
.tooltip.top .tooltip-arrow
{
	border-top-color: #000;
	border-width: 5px 5px 0;
	bottom: 0;
	left: 50%;
	margin-left: -5px;
}
.tooltip.top-left .tooltip-arrow
{
	border-top-color: #000;
	border-width: 5px 5px 0;
	bottom: 0;
	margin-bottom: -5px;
	right: 5px;
}
.tooltip.top-right .tooltip-arrow
{
	border-top-color: #000;
	border-width: 5px 5px 0;
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
}
.tooltip.right .tooltip-arrow
{
	border-right-color: #000;
	border-width: 5px 5px 5px 0;
	left: 0;
	margin-top: -5px;
	top: 50%;
}
.tooltip.left .tooltip-arrow
{
	border-left-color: #000;
	border-width: 5px 0 5px 5px;
	margin-top: -5px;
	right: 0;
	top: 50%;
}
.tooltip.bottom .tooltip-arrow
{
	border-bottom-color: #000;
	border-width: 0 5px 5px;
	left: 50%;
	margin-left: -5px;
	top: 0;
}
.tooltip.bottom-left .tooltip-arrow
{
	border-bottom-color: #000;
	border-width: 0 5px 5px;
	margin-top: -5px;
	right: 5px;
	top: 0;
}
.tooltip.bottom-right .tooltip-arrow
{
	border-bottom-color: #000;
	border-width: 0 5px 5px;
	left: 5px;
	margin-top: -5px;
	top: 0;
}
.popover
{
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	display: none;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: normal;
	left: 0;
	line-height: 1.42857;
	max-width: 276px;
	padding: 1px;
	position: absolute;
	text-align: left;
	top: 0;
	webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	white-space: normal;
	z-index: 1060;
}
.popover.top
{
	margin-top: -10px;
}
.popover.right
{
	margin-left: 10px;
}
.popover.bottom
{
	margin-top: 10px;
}
.popover.left
{
	margin-left: -10px;
}
.popover-title
{
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
	font-size: 14px;
	margin: 0;
	padding: 8px 14px;
}
.popover-content
{
	padding: 9px 14px;
}
.popover>.arrow,.popover>.arrow:after
{
	border-color: transparent;
	border-style: solid;
	display: block;
	height: 0;
	position: absolute;
	width: 0;
}
.popover>.arrow
{
	border-width: 11px;
}
.popover>.arrow:after
{
	border-width: 10px;
	content: "";
}
.popover.top>.arrow
{
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,0.25);
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
}
.popover.top>.arrow:after
{
	border-bottom-width: 0;
	border-top-color: #fff;
	bottom: 1px;
	content: " ";
	margin-left: -10px;
}
.popover.right>.arrow
{
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,0.25);
	left: -11px;
	margin-top: -11px;
	top: 50%;
}
.popover.right>.arrow:after
{
	border-left-width: 0;
	border-right-color: #fff;
	bottom: -10px;
	content: " ";
	left: 1px;
}
.popover.bottom>.arrow
{
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,0.25);
	border-top-width: 0;
	left: 50%;
	margin-left: -11px;
	top: -11px;
}
.popover.bottom>.arrow:after
{
	border-bottom-color: #fff;
	border-top-width: 0;
	content: " ";
	margin-left: -10px;
	top: 1px;
}
.popover.left>.arrow
{
	border-left-color: #999;
	border-left-color: rgba(0,0,0,0.25);
	border-right-width: 0;
	margin-top: -11px;
	right: -11px;
	top: 50%;
}
.popover.left>.arrow:after
{
	border-left-color: #fff;
	border-right-width: 0;
	bottom: -10px;
	content: " ";
	right: 1px;
}
.carousel
{
	position: relative;
}
.carousel-inner
{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.carousel-inner>.item
{
	display: none;
	o-transition: 0.6s ease-in-out left;
	position: relative;
	transition: 0.6s ease-in-out left;
	webkit-transition: 0.6s ease-in-out left;
}
.carousel-inner>.item>img,.carousel-inner>.item>a>img
{
	display: block;
	height: auto;
	line-height: 1;
	max-width: 100%;
}
@media all and (transform-3d), (-webkit-transform-3d)
{
	.carousel-inner>.item
	{
		backface-visibility: hidden;
		moz-backface-visibility: hidden;
		moz-perspective: 1000;
		moz-transition: -moz-transform 0.6s ease-in-out;
		o-transition: -o-transform 0.6s ease-in-out;
		perspective: 1000;
		transition: transform 0.6s ease-in-out;
		webkit-backface-visibility: hidden;
		webkit-perspective: 1000;
		webkit-transition: -webkit-transform 0.6s ease-in-out;
	}
	.carousel-inner>.item.next,.carousel-inner>.item.active.right
	{
		margin:0;`
		top:0;
		left: 0;
		transform: translate3d(100%, 0, 0);
		webkit-transform: translate3d(100%, 0, 0);
	}
	.carousel-inner>.item.prev,.carousel-inner>.item.active.left
	{
		margin:0;	
		top:0;
		left: 0;
		transform: translate3d(-100%, 0, 0);
		webkit-transform: translate3d(-100%, 0, 0);
	}
	.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active
	{
		margin:0;
		top:0;
		left: 0;
		transform: translate3d(0, 0, 0);
		webkit-transform: translate3d(0, 0, 0);
	}
}
.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev
{
	display: block;
}
.carousel-inner>.active
{
	left: 0;
}
.carousel-inner>.next,.carousel-inner>.prev
{
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner>.next
{
	left: 100%;
}
.carousel-inner>.prev
{
	left: -100%;
}
.carousel-inner>.next.left,.carousel-inner>.prev.right
{
	left: 0;
}
.carousel-inner>.active.left
{
	left: -100%;
}
.carousel-inner>.active.right
{
	left: 100%;
}
.carousel-control
{
	bottom: 0;
	color: #fff;
	filter: alpha(opacity=50);
	font-size: 20px;
	left: 0;
	opacity: 0.5;
	position: absolute;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
	top: 0;
	width: 15%;
}
.carousel-control.left
{
	background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right
{
	background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	left: auto;
	right: 0;
}
.carousel-control:hover,.carousel-control:focus
{
	color: #fff;
	filter: alpha(opacity=90);
	opacity: 0.9;
	outline: 0;
	text-decoration: none;
}
.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right
{
	display: inline-block;
	position: absolute;
	top: 50%;
	z-index: 5;
}
.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left
{
	left: 50%;
	margin-left: -10px;
}
.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right
{
	margin-right: -10px;
	right: 50%;
}
.carousel-control .icon-prev,.carousel-control .icon-next
{
	font-family: serif;
	height: 20px;
	line-height: 1;
	margin-top: -10px;
	width: 20px;
}
.carousel-control .icon-prev:before
{
	content: '\2039';
}
.carousel-control .icon-next:before
{
	content: '\203a';
}
.carousel-indicators
{
	bottom: 10px;
	left: 50%;
	list-style: none;
	margin-left: -30%;
	padding-left: 0;
	position: absolute;
	text-align: center;
	width: 60%;
	z-index: 15;
}
.carousel-indicators li
{
	background-color: #000 \9;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	width: 10px;
}
.carousel-indicators .active
{
	background-color: #fff;
	height: 12px;
	margin: 0;
	width: 12px;
}
.carousel-caption
{
	bottom: 20px;
	color: #fff;
	left: 15%;
	padding-bottom: 20px;
	padding-top: 20px;
	position: absolute;
	right: 15%;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
	z-index: 10;
}
.carousel-caption .btn
{
	text-shadow: none;
}
@media screen and (min-width: 768px)
{
	.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next
	{
		font-size: 30px;
		height: 30px;
		margin-top: -15px;
		width: 30px;
	}
	.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev
	{
		margin-left: -15px;
	}
	.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next
	{
		margin-right: -15px;
	}
	.carousel-caption
	{
		left: 20%;
		padding-bottom: 30px;
		right: 20%;
	}
	.carousel-indicators
	{
		bottom: 20px;
	}
}
.clearfix:before,.clearfix:after
{
	content: " ";
	display: table;
}
.clearfix:after
{
	clear: both;
}
.center-block
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right
{
	float: right !important;
}
.pull-left
{
	float: left !important;
}
.hide
{
	display: none !important;
}
.show
{
	display: block !important;
}
.invisible
{
	visibility: hidden;
}
.text-hide
{
	background-color: transparent;
	border: 0;
	color: transparent;
	font: 0/0 a;
	text-shadow: none;
}
.hidden
{
	display: none !important;
	visibility: hidden !important;
}
.affix
{
	position: fixed;
}
@-ms-viewport
{
	width: device-width;
}
.visible-xs
{
	display: none !important;
}
.visible-sm
{
	display: none !important;
}
.visible-md
{
	display: none !important;
}
.visible-lg
{
	display: none !important;
}
.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block
{
	display: none !important;
}
@media (max-width: 767px)
{
	.visible-xs
	{
		display: block !important;
	}
	table.visible-xs
	{
		display: table;
	}
	tr.visible-xs
	{
		display: table-row !important;
	}
	th.visible-xs,td.visible-xs
	{
		display: table-cell !important;
	}
}
@media (max-width: 767px)
{
	.visible-xs-block
	{
		display: block !important;
	}
}
@media (max-width: 767px)
{
	.visible-xs-inline
	{
		display: inline !important;
	}
}
@media (max-width: 767px)
{
	.visible-xs-inline-block
	{
		display: inline-block !important;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	.visible-sm
	{
		display: block !important;
	}
	table.visible-sm
	{
		display: table;
	}
	tr.visible-sm
	{
		display: table-row !important;
	}
	th.visible-sm,td.visible-sm
	{
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	.visible-sm-block
	{
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	.visible-sm-inline
	{
		display: inline !important;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	.visible-sm-inline-block
	{
		display: inline-block !important;
	}
}
@media (min-width: 980px) and (max-width: 1199px)
{
	.visible-md
	{
		display: block !important;
	}
	table.visible-md
	{
		display: table;
	}
	tr.visible-md
	{
		display: table-row !important;
	}
	th.visible-md,td.visible-md
	{
		display: table-cell !important;
	}
}
@media (min-width: 980px) and (max-width: 1199px)
{
	.visible-md-block
	{
		display: block !important;
	}
}
@media (min-width: 980px) and (max-width: 1199px)
{
	.visible-md-inline
	{
		display: inline !important;
	}
}
@media (min-width: 980px) and (max-width: 1199px)
{
	.visible-md-inline-block
	{
		display: inline-block !important;
	}
}
@media (min-width: 1200px)
{
	.visible-lg
	{
		display: block !important;
	}
	table.visible-lg
	{
		display: table;
	}
	tr.visible-lg
	{
		display: table-row !important;
	}
	th.visible-lg,td.visible-lg
	{
		display: table-cell !important;
	}
}
@media (min-width: 1200px)
{
	.visible-lg-block
	{
		display: block !important;
	}
}
@media (min-width: 1200px)
{
	.visible-lg-inline
	{
		display: inline !important;
	}
}
@media (min-width: 1200px)
{
	.visible-lg-inline-block
	{
		display: inline-block !important;
	}
}
@media (max-width: 767px)
{
	.hidden-xs
	{
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	.hidden-sm
	{
		display: none !important;
	}
}
@media (min-width: 980px) and (max-width: 1199px)
{
	.hidden-md
	{
		display: none !important;
	}
}
@media (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,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;
	}
}
.btn
{
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857;
	margin-bottom: 0;
	moz-user-select: none;
	ms-user-select: none;
	padding: 6px 12px;
	text-align: center;
	touch-action: manipulation;
	user-select: none;
	vertical-align: middle;
	webkit-user-select: none;
	white-space: nowrap;
}
.btn:focus,.btn.focus,.btn:active:focus,.btn:active.focus,.btn.active:focus,.btn.active.focus
{
	outline: 5px auto -webkit-focus-ring-color;
	outline: thin dotted;
	outline-offset: -2px;
}
.btn:hover,.btn:focus,.btn.focus
{
	color: #333;
	text-decoration: none;
}
.btn:active,.btn.active
{
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	outline: 0;
	webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.btn.disabled,.btn[disabled],fieldset[disabled] .btn
{
	box-shadow: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: 0.65;
	pointer-events: none;
	webkit-box-shadow: none;
}
.btn-default
{
	background-color: #fff;
	border-color: #ccc;
	color: #333;
}
.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active,.open>.btn-default.dropdown-toggle
{
	background-color: #e6e6e6;
	border-color: #adadad;
	color: #333;
}
.btn-default:active,.btn-default.active,.open>.btn-default.dropdown-toggle
{
	background-image: none;
}
.btn-default.disabled,.btn-default.disabled:hover,.btn-default.disabled:focus,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled.active,.btn-default[disabled],.btn-default[disabled]:hover,.btn-default[disabled]:focus,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled].active,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default:hover,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default.active
{
	background-color: #fff;
	border-color: #ccc;
}
.btn-default .badge
{
	background-color: #333;
	color: #fff;
}
.btn-primary
{
	background-color: #337ab7;
	border-color: #2e6da4;
	color: #fff;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.btn-primary.dropdown-toggle
{
	background-color: #286090;
	border-color: #204d74;
	color: #fff;
}
.btn-primary:active,.btn-primary.active,.open>.btn-primary.dropdown-toggle
{
	background-image: none;
}
.btn-primary.disabled,.btn-primary.disabled:hover,.btn-primary.disabled:focus,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled.active,.btn-primary[disabled],.btn-primary[disabled]:hover,.btn-primary[disabled]:focus,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary:hover,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary.active
{
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn-primary .badge
{
	background-color: #fff;
	color: #337ab7;
}
.btn-success
{
	background-color: #5cb85c;
	border-color: #4cae4c;
	color: #fff;
}
.btn-success:hover,.btn-success:focus,.btn-success.focus,.btn-success:active,.btn-success.active,.open>.btn-success.dropdown-toggle
{
	background-color: #449d44;
	border-color: #398439;
	color: #fff;
}
.btn-success:active,.btn-success.active,.open>.btn-success.dropdown-toggle
{
	background-image: none;
}
.btn-success.disabled,.btn-success.disabled:hover,.btn-success.disabled:focus,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled.active,.btn-success[disabled],.btn-success[disabled]:hover,.btn-success[disabled]:focus,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled].active,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success:hover,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success.active
{
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success .badge
{
	background-color: #fff;
	color: #5cb85c;
}
.btn-info
{
	background-color: #5bc0de;
	border-color: #46b8da;
	color: #fff;
}
.btn-info:hover,.btn-info:focus,.btn-info.focus,.btn-info:active,.btn-info.active,.open>.btn-info.dropdown-toggle
{
	background-color: #31b0d5;
	border-color: #269abc;
	color: #fff;
}
.btn-info:active,.btn-info.active,.open>.btn-info.dropdown-toggle
{
	background-image: none;
}
.btn-info.disabled,.btn-info.disabled:hover,.btn-info.disabled:focus,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled.active,.btn-info[disabled],.btn-info[disabled]:hover,.btn-info[disabled]:focus,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled].active,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info:hover,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info.active
{
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info .badge
{
	background-color: #fff;
	color: #5bc0de;
}
.btn-warning
{
	background-color: #f0ad4e;
	border-color: #eea236;
	color: #fff;
}
.btn-warning:hover,.btn-warning:focus,.btn-warning.focus,.btn-warning:active,.btn-warning.active,.open>.btn-warning.dropdown-toggle
{
	background-color: #ec971f;
	border-color: #d58512;
	color: #fff;
}
.btn-warning:active,.btn-warning.active,.open>.btn-warning.dropdown-toggle
{
	background-image: none;
}
.btn-warning.disabled,.btn-warning.disabled:hover,.btn-warning.disabled:focus,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled.active,.btn-warning[disabled],.btn-warning[disabled]:hover,.btn-warning[disabled]:focus,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning:hover,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning.active
{
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning .badge
{
	background-color: #fff;
	color: #f0ad4e;
}
.btn-danger
{
	background-color: #d9534f;
	border-color: #d43f3a;
	color: #fff;
}
.btn-danger:hover,.btn-danger:focus,.btn-danger.focus,.btn-danger:active,.btn-danger.active,.open>.btn-danger.dropdown-toggle
{
	background-color: #c9302c;
	border-color: #ac2925;
	color: #fff;
}
.btn-danger:active,.btn-danger.active,.open>.btn-danger.dropdown-toggle
{
	background-image: none;
}
.btn-danger.disabled,.btn-danger.disabled:hover,.btn-danger.disabled:focus,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled.active,.btn-danger[disabled],.btn-danger[disabled]:hover,.btn-danger[disabled]:focus,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger:hover,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger.active
{
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger .badge
{
	background-color: #fff;
	color: #d9534f;
}
.btn-link
{
	border-radius: 0;
	color: #337ab7;
	font-weight: normal;
}
.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link
{
	background-color: transparent;
	box-shadow: none;
	webkit-box-shadow: none;
}
.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active
{
	border-color: transparent;
}
.btn-link:hover,.btn-link:focus
{
	background-color: transparent;
	color: #23527c;
	text-decoration: underline;
}
.btn-link[disabled]:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:hover,fieldset[disabled] .btn-link:focus
{
	color: #777;
	text-decoration: none;
}
.btn-lg,.btn-group-lg>.btn
{
	border-radius: 6px;
	font-size: 18px;
	line-height: 1.33333;
	padding: 10px 16px;
}
.btn-sm,.btn-group-sm>.btn
{
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
	padding: 5px 10px;
}
.btn-xs,.btn-group-xs>.btn
{
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
	padding: 1px 5px;
}
.btn-block
{
	display: block;
	width: 100%;
}
.btn-block+.btn-block
{
	margin-top: 5px;
}
input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block
{
	width: 100%;
}
fieldset
{
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 0;
}
legend
{
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	color: #333;
	display: block;
	font-size: 21px;
	line-height: inherit;
	margin-bottom: 20px;
	padding: 0;
	width: 100%;
}
label
{
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px;
	max-width: 100%;
}
input[type="search"]
{
	box-sizing: border-box;
	moz-box-sizing: border-box;
	webkit-box-sizing: border-box;
}
input[type="radio"],input[type="checkbox"]
{
	line-height: normal;
	margin: 4px 0 0;
	margin-top: 1px \9;
}
input[type="file"]
{
	display: block;
}
input[type="range"]
{
	display: block;
	width: 100%;
}
select[multiple],select[size]
{
	height: auto;
}
input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus
{
	outline: 5px auto -webkit-focus-ring-color;
	outline: thin dotted;
	outline-offset: -2px;
}
output
{
	color: #555;
	display: block;
	font-size: 14px;
	line-height: 1.42857;
	padding-top: 7px;
}
.form-control
{
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
	padding: 6px 12px;
	transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
	width: 100%;
}
.form-control:focus
{
	border-color: #66afe9;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
	outline: 0;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
}
.form-control::-moz-placeholder
{
	color: #999;
	opacity: 1;
}
.form-control:-ms-input-placeholder
{
	color: #999;
}
.form-control::-webkit-input-placeholder
{
	color: #999;
}
.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control
{
	background-color: #eee;
	cursor: not-allowed;
	opacity: 1;
}
textarea.form-control
{
	height: auto;
}
input[type="search"]
{
	webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0)
{
	input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]
	{
		line-height: 34px;
	}
	input[type="date"].input-sm,.input-group-sm>input[type="date"].form-control,.input-group-sm>input[type="date"].input-group-addon,.input-group-sm>.input-group-btn>input[type="date"].btn,.input-group-sm input[type="date"],input[type="time"].input-sm,.input-group-sm>input[type="time"].form-control,.input-group-sm>input[type="time"].input-group-addon,.input-group-sm>.input-group-btn>input[type="time"].btn,.input-group-sm input[type="time"],input[type="datetime-local"].input-sm,.input-group-sm>input[type="datetime-local"].form-control,.input-group-sm>input[type="datetime-local"].input-group-addon,.input-group-sm>.input-group-btn>input[type="datetime-local"].btn,.input-group-sm input[type="datetime-local"],input[type="month"].input-sm,.input-group-sm>input[type="month"].form-control,.input-group-sm>input[type="month"].input-group-addon,.input-group-sm>.input-group-btn>input[type="month"].btn,.input-group-sm input[type="month"]
	{
		line-height: 30px;
	}
	input[type="date"].input-lg,.input-group-lg>input[type="date"].form-control,.input-group-lg>input[type="date"].input-group-addon,.input-group-lg>.input-group-btn>input[type="date"].btn,.input-group-lg input[type="date"],input[type="time"].input-lg,.input-group-lg>input[type="time"].form-control,.input-group-lg>input[type="time"].input-group-addon,.input-group-lg>.input-group-btn>input[type="time"].btn,.input-group-lg input[type="time"],input[type="datetime-local"].input-lg,.input-group-lg>input[type="datetime-local"].form-control,.input-group-lg>input[type="datetime-local"].input-group-addon,.input-group-lg>.input-group-btn>input[type="datetime-local"].btn,.input-group-lg input[type="datetime-local"],input[type="month"].input-lg,.input-group-lg>input[type="month"].form-control,.input-group-lg>input[type="month"].input-group-addon,.input-group-lg>.input-group-btn>input[type="month"].btn,.input-group-lg input[type="month"]
	{
		line-height: 46px;
	}
}
.form-group
{
	margin-bottom: 15px;
}
.radio,.checkbox
{
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
}
.radio label,.checkbox label
{
	cursor: pointer;
	font-weight: normal;
	margin-bottom: 0;
	min-height: 20px;
	padding-left: 20px;
}
.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]
{
	margin-left: -20px;
	margin-top: 4px \9;
	position: absolute;
}
.radio+.radio,.checkbox+.checkbox
{
	margin-top: -5px;
}
.radio-inline,.checkbox-inline
{
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	margin-bottom: 0;
	padding-left: 20px;
	vertical-align: middle;
}
.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline
{
	margin-left: 10px;
	margin-top: 0;
}
input[type="radio"][disabled],input[type="radio"].disabled,fieldset[disabled] input[type="radio"],input[type="checkbox"][disabled],input[type="checkbox"].disabled,fieldset[disabled] input[type="checkbox"]
{
	cursor: not-allowed;
}
.radio-inline.disabled,fieldset[disabled] .radio-inline,.checkbox-inline.disabled,fieldset[disabled] .checkbox-inline
{
	cursor: not-allowed;
}
.radio.disabled label,fieldset[disabled] .radio label,.checkbox.disabled label,fieldset[disabled] .checkbox label
{
	cursor: not-allowed;
}
.form-control-static
{
	margin-bottom: 0;
	padding-bottom: 7px;
	padding-top: 7px;
}
.form-control-static.input-lg,.input-group-lg>.form-control-static.form-control,.input-group-lg>.form-control-static.input-group-addon,.input-group-lg>.input-group-btn>.form-control-static.btn,.form-control-static.input-sm,.input-group-sm>.form-control-static.form-control,.input-group-sm>.form-control-static.input-group-addon,.input-group-sm>.input-group-btn>.form-control-static.btn
{
	padding-left: 0;
	padding-right: 0;
}
.input-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn
{
	border-radius: 3px;
	font-size: 12px;
	height: 30px;
	line-height: 1.5;
	padding: 5px 10px;
}
select.input-sm,.input-group-sm>select.form-control,.input-group-sm>select.input-group-addon,.input-group-sm>.input-group-btn>select.btn
{
	height: 30px;
	line-height: 30px;
}
textarea.input-sm,.input-group-sm>textarea.form-control,.input-group-sm>textarea.input-group-addon,.input-group-sm>.input-group-btn>textarea.btn,select[multiple].input-sm,.input-group-sm>select[multiple].form-control,.input-group-sm>select[multiple].input-group-addon,.input-group-sm>.input-group-btn>select[multiple].btn
{
	height: auto;
}
.form-group-sm .form-control
{
	border-radius: 3px;
	font-size: 12px;
	height: 30px;
	line-height: 1.5;
	padding: 5px 10px;
}
.form-group-sm select.form-control
{
	height: 30px;
	line-height: 30px;
}
.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control
{
	height: auto;
}
.form-group-sm .form-control-static
{
	font-size: 12px;
	height: 30px;
	line-height: 1.5;
	padding: 5px 10px;
}
.input-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn
{
	border-radius: 6px;
	font-size: 18px;
	height: 46px;
	line-height: 1.33333;
	padding: 10px 16px;
}
select.input-lg,.input-group-lg>select.form-control,.input-group-lg>select.input-group-addon,.input-group-lg>.input-group-btn>select.btn
{
	height: 46px;
	line-height: 46px;
}
textarea.input-lg,.input-group-lg>textarea.form-control,.input-group-lg>textarea.input-group-addon,.input-group-lg>.input-group-btn>textarea.btn,select[multiple].input-lg,.input-group-lg>select[multiple].form-control,.input-group-lg>select[multiple].input-group-addon,.input-group-lg>.input-group-btn>select[multiple].btn
{
	height: auto;
}
.form-group-lg .form-control
{
	border-radius: 6px;
	font-size: 18px;
	height: 46px;
	line-height: 1.33333;
	padding: 10px 16px;
}
.form-group-lg select.form-control
{
	height: 46px;
	line-height: 46px;
}
.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control
{
	height: auto;
}
.form-group-lg .form-control-static
{
	font-size: 18px;
	height: 46px;
	line-height: 1.33333;
	padding: 10px 16px;
}
.has-feedback
{
	position: relative;
}
.has-feedback .form-control
{
	padding-right: 42.5px;
}
.form-control-feedback
{
	display: block;
	height: 34px;
	line-height: 34px;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 34px;
	z-index: 2;
}
.input-lg+.form-control-feedback,.input-group-lg>.form-control+.form-control-feedback,.input-group-lg>.input-group-addon+.form-control-feedback,.input-group-lg>.input-group-btn>.btn+.form-control-feedback
{
	height: 46px;
	line-height: 46px;
	width: 46px;
}
.input-sm+.form-control-feedback,.input-group-sm>.form-control+.form-control-feedback,.input-group-sm>.input-group-addon+.form-control-feedback,.input-group-sm>.input-group-btn>.btn+.form-control-feedback
{
	height: 30px;
	line-height: 30px;
	width: 30px;
}
.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label
{
	color: #3c763d;
}
.has-success .form-control
{
	border-color: #3c763d;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-success .form-control:focus
{
	border-color: #2b542c;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
}
.has-success .input-group-addon
{
	background-color: #dff0d8;
	border-color: #3c763d;
	color: #3c763d;
}
.has-success .form-control-feedback
{
	color: #3c763d;
}
.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label
{
	color: #8a6d3b;
}
.has-warning .form-control
{
	border-color: #8a6d3b;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-warning .form-control:focus
{
	border-color: #66512c;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
}
.has-warning .input-group-addon
{
	background-color: #fcf8e3;
	border-color: #8a6d3b;
	color: #8a6d3b;
}
.has-warning .form-control-feedback
{
	color: #8a6d3b;
}
.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label
{
	color: #a94442;
}
.has-error .form-control
{
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-error .form-control:focus
{
	border-color: #843534;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
}
.has-error .input-group-addon
{
	background-color: #f2dede;
	border-color: #a94442;
	color: #a94442;
}
.has-error .form-control-feedback
{
	color: #a94442;
}
.has-feedback label ~ .form-control-feedback
{
	top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback
{
	top: 0;
}
.help-block
{
	color: #737373;
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
}
@media (min-width: 768px)
{
	.form-inline .form-group
	{
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .form-control
	{
		display: inline-block;
		vertical-align: middle;
		width: auto;
	}
	.form-inline .form-control-static
	{
		display: inline-block;
	}
	.form-inline .input-group
	{
		display: inline-table;
		vertical-align: middle;
	}
	.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control
	{
		width: auto;
	}
	.form-inline .input-group>.form-control
	{
		width: 100%;
	}
	.form-inline .control-label
	{
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio,.form-inline .checkbox
	{
		display: inline-block;
		margin-bottom: 0;
		margin-top: 0;
		vertical-align: middle;
	}
	.form-inline .radio label,.form-inline .checkbox label
	{
		padding-left: 0;
	}
	.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]
	{
		margin-left: 0;
		position: relative;
	}
	.form-inline .has-feedback .form-control-feedback
	{
		top: 0;
	}
}
.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline
{
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 7px;
}
.form-horizontal .radio,.form-horizontal .checkbox
{
	min-height: 27px;
}
.form-horizontal .form-group
{
	margin-left: -10px;
	margin-right: -10px;
}
.form-horizontal .form-group:before,.form-horizontal .form-group:after
{
	content: " ";
	display: table;
}
.form-horizontal .form-group:after
{
	clear: both;
}
@media (min-width: 768px)
{
	.form-horizontal .control-label
	{
		margin-bottom: 0;
		padding-top: 7px;
		text-align: right;
	}
}
.form-horizontal .has-feedback .form-control-feedback
{
	right: 10px;
}
@media (min-width: 768px)
{
	.form-horizontal .form-group-lg .control-label
	{
		padding-top: 14.33333px;
	}
}
@media (min-width: 768px)
{
	.form-horizontal .form-group-sm .control-label
	{
		padding-top: 6px;
	}
}
*
{
	box-sizing: border-box;
	moz-box-sizing: border-box;
	webkit-box-sizing: border-box;
}
*:before,*:after
{
	box-sizing: border-box;
	moz-box-sizing: border-box;
	webkit-box-sizing: border-box;
}
html
{
	font-size: 10px;
	webkit-tap-highlight-color: transparent;
}
body
{
	background-color: #fff;
	color: #333;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857;
}
input,button,select,textarea
{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a
{
	color: #337ab7;
	text-decoration: none;
}
a:hover,a:focus
{
	color: #23527c;
	text-decoration: underline;
}
a:focus
{
	outline: 5px auto -webkit-focus-ring-color;
	outline: thin dotted;
	outline-offset: -2px;
}
figure
{
	margin: 0;
}
img
{
	vertical-align: middle;
}
.img-responsive
{
	display: block;
	height: auto;
	max-width: 100%;
}
.img-rounded
{
	border-radius: 6px;
}
.img-thumbnail
{
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: inline-block;
	height: auto;
	line-height: 1.42857;
	max-width: 100%;
	o-transition: all 0.2s ease-in-out;
	padding: 4px;
	transition: all 0.2s ease-in-out;
	webkit-transition: all 0.2s ease-in-out;
}
.img-circle
{
	border-radius: 50%;
}
hr
{
	border: 0;
	border-top: 1px solid #eee;
	margin-bottom: 20px;
	margin-top: 20px;
}
.sr-only
{
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.sr-only-focusable:active,.sr-only-focusable:focus
{
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.caret
{
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid;
	display: inline-block;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	width: 0;
}
.dropup,.dropdown
{
	position: relative;
}
.dropdown-toggle:focus
{
	outline: 0;
}
.dropdown-menu
{
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	display: none;
	float: left;
	font-size: 14px;
	left: 0;
	list-style: none;
	margin: 2px 0 0;
	min-width: 160px;
	padding: 5px 0;
	position: absolute;
	text-align: left;
	top: 100%;
	webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	z-index: 1000;
}
.dropdown-menu.pull-right
{
	left: auto;
	right: 0;
}
.dropdown-menu .divider
{
	background-color: #e5e5e5;
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
}
.dropdown-menu>li>a
{
	clear: both;
	color: #333;
	display: block;
	font-weight: normal;
	line-height: 1.42857;
	padding: 3px 20px;
	white-space: nowrap;
}
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus
{
	background-color: #f5f5f5;
	color: #262626;
	text-decoration: none;
}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus
{
	background-color: #337ab7;
	color: #fff;
	outline: 0;
	text-decoration: none;
}
.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus
{
	color: #777;
}
.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus
{
	background-color: transparent;
	background-image: none;
	cursor: not-allowed;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	text-decoration: none;
}
.open>.dropdown-menu
{
	display: block;
}
.open>a
{
	outline: 0;
}
.dropdown-menu-right
{
	left: auto;
	right: 0;
}
.dropdown-menu-left
{
	left: 0;
	right: auto;
}
.dropdown-header
{
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 1.42857;
	padding: 3px 20px;
	white-space: nowrap;
}
.dropdown-backdrop
{
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 990;
}
.pull-right>.dropdown-menu
{
	left: auto;
	right: 0;
}
.dropup .caret,.navbar-fixed-bottom .dropdown .caret
{
	border-bottom: 4px solid;
	border-top: 0;
	content: "";
}
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu
{
	bottom: 100%;
	margin-bottom: 2px;
	top: auto;
}
@media (min-width: 768px)
{
	.navbar-right .dropdown-menu
	{
		left: auto;
		right: 0;
	}
	.navbar-right .dropdown-menu-left
	{
		left: 0;
		right: auto;
	}
}
.nav
{
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
.nav:before,.nav:after
{
	content: " ";
	display: table;
}
.nav:after
{
	clear: both;
}
.nav>li
{
	display: block;
	position: relative;
}
.nav>li>a, .nav>li>span
{
	display: block;
	padding: 10px 15px;
	position: relative;
}
.nav>li.active {
	background-color: #3d3d42;
}
.nav>li>a:hover,.nav>li>a:focus
{
	background-color: #eee;
	text-decoration: none;
}
.nav>li.disabled>a
{
	color: #777;
}
.nav>li.disabled>a:hover,.nav>li.disabled>a:focus
{
	background-color: transparent;
	color: #777;
	cursor: not-allowed;
	text-decoration: none;
}
.nav .open>a,.nav .open>a:hover,.nav .open>a:focus
{
	background-color: #eee;
	border-color: #337ab7;
}
.nav .nav-divider
{
	background-color: #e5e5e5;
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
}
.nav>li>a>img
{
	max-width: none;
}
.nav-tabs
{
	border-bottom: 1px solid #ddd;
}
.nav-tabs>li
{
	float: left;
	margin-bottom: -1px;
}
.nav-tabs>li>a
{
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	line-height: 1.42857;
	margin-right: 2px;
}
.nav-tabs>li>a:hover
{
	border-color: #eee #eee #ddd;
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus
{
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	color: #555;
	cursor: default;
}
.nav-pills>li
{
	float: left;
}
.nav-pills>li>a
{
	border-radius: 4px;
}
.nav-pills>li+li
{
	margin-left: 2px;
}
.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus
{
	background-color: #337ab7;
	color: #fff;
}
.nav-stacked>li
{
	float: none;
}
.nav-stacked>li+li
{
	margin-left: 0;
	margin-top: 2px;
}
.nav-justified,.nav-tabs.nav-justified
{
	width: 100%;
}
.nav-justified>li,.nav-tabs.nav-justified>li
{
	float: none;
}
.nav-justified>li>a,.nav-tabs.nav-justified>li>a
{
	margin-bottom: 5px;
	text-align: center;
}
.nav-justified>.dropdown .dropdown-menu
{
	left: auto;
	top: auto;
}
@media (min-width: 768px)
{
	.nav-justified>li,.nav-tabs.nav-justified>li
	{
		display: table-cell;
		width: 1%;
	}
	.nav-justified>li>a,.nav-tabs.nav-justified>li>a
	{
		margin-bottom: 0;
	}
}
.nav-tabs-justified,.nav-tabs.nav-justified
{
	border-bottom: 0;
}
.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a
{
	border-radius: 4px;
	margin-right: 0;
}
.nav-tabs-justified>.active>a,.nav-tabs.nav-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:focus
{
	border: 1px solid #ddd;
}
@media (min-width: 768px)
{
	.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a
	{
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}
	.nav-tabs-justified>.active>a,.nav-tabs.nav-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:focus
	{
		border-bottom-color: #fff;
	}
}
.tab-content>.tab-pane
{
	display: none;
	visibility: hidden;
}
.tab-content>.active
{
	display: block;
	visibility: visible;
}
.nav-tabs .dropdown-menu
{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-top: -1px;
}
.navbar
{
	border: 1px solid transparent;
	margin-bottom: 20px;
	min-height: 50px;
	position: relative;
}
.navbar:before,.navbar:after
{
	content: " ";
	display: table;
}
.navbar:after
{
	clear: both;
}
@media (min-width: 768px)
{
	.navbar
	{
		border-radius: 4px;
	}
}
.navbar-header:before,.navbar-header:after
{
	content: " ";
	display: table;
}
.navbar-header:after
{
	clear: both;
}
@media (min-width: 768px)
{
	.navbar-header
	{
		float: left;
	}
}
.navbar-collapse
{
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	overflow-x: visible;
	padding-left: 10px;
	padding-right: 10px;
	webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,.navbar-collapse:after
{
	content: " ";
	display: table;
}
.navbar-collapse:after
{
	clear: both;
}
.navbar-collapse.in
{
	overflow-y: auto;
}
@media (min-width: 768px)
{
	.navbar-collapse
	{
		border-top: 0;
		box-shadow: none;
		width: auto;
	}
	.navbar-collapse.collapse
	{
		display: block !important;
		height: auto !important;
		overflow: visible !important;
		padding-bottom: 0;
		visibility: visible !important;
	}
	.navbar-collapse.in
	{
		overflow-y: visible;
	}
	.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse
	{
		padding-left: 0;
		padding-right: 0;
	}
}
.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse
{
	max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape)
{
	.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse
	{
		max-height: 200px;
	}
}
.container>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-header,.container-fluid>.navbar-collapse
{
	margin-left: -10px;
	margin-right: -10px;
}
@media (min-width: 768px)
{
	.container>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-header,.container-fluid>.navbar-collapse
	{
		margin-left: 0;
		margin-right: 0;
	}
}
.navbar-static-top
{
	border-width: 0 0 1px;
	z-index: 1000;
}
@media (min-width: 768px)
{
	.navbar-static-top
	{
		border-radius: 0;
	}
}
.navbar-fixed-top,.navbar-fixed-bottom
{
	left: 0;
	position: fixed;
	right: 0;
	z-index: 1030;
}
@media (min-width: 768px)
{
	.navbar-fixed-top,.navbar-fixed-bottom
	{
		border-radius: 0;
	}
}
.navbar-fixed-top
{
	border-width: 0 0 1px;
	top: 0;
}
.navbar-fixed-bottom
{
	border-width: 1px 0 0;
	bottom: 0;
	margin-bottom: 0;
}
.navbar-brand
{
	float: left;
	font-size: 18px;
	height: 50px;
	line-height: 20px;
	padding: 15px 10px;
}
.navbar-brand:hover,.navbar-brand:focus
{
	text-decoration: none;
}
.navbar-brand>img
{
	display: block;
}
@media (min-width: 768px)
{
	.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand
	{
		margin-left: -10px;
	}
}
.navbar-toggle
{
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	float: right;
	margin-bottom: 8px;
	margin-right: 10px;
	margin-top: 8px;
	padding: 9px 10px;
	position: relative;
}
.navbar-toggle:focus
{
	outline: 0;
}
.navbar-toggle .icon-bar
{
	border-radius: 1px;
	display: block;
	height: 2px;
	width: 22px;
}
.navbar-toggle .icon-bar+.icon-bar
{
	margin-top: 4px;
}
@media (min-width: 768px)
{
	.navbar-toggle
	{
		display: none;
	}
}
.navbar-nav
{
	margin: 7.5px -10px;
}
.navbar-nav>li>a, .navbar-nav>li>span
{
	line-height: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}
@media (max-width: 767px)
{
	.navbar-nav .open .dropdown-menu
	{
		background-color: transparent;
		border: 0;
		box-shadow: none;
		float: none;
		margin-top: 0;
		position: static;
		width: auto;
	}
	.navbar-nav .open .dropdown-menu>li>a,.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,.navbar-nav .open .dropdown-menu>li>a:focus
	{
		background-image: none;
	}
}
@media (min-width: 768px)
{
	.navbar-nav
	{
		float: left;
		margin: 0;
	}
	.navbar-nav>li
	{
		float: left;
	}
	.navbar-nav>li>a, .navbar-nav>li>span
	{
		padding-bottom: 15px;
		padding-top: 15px;
	}
}
.navbar-form
{
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
	margin-bottom: 8px;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 8px;
	padding: 10px 10px;
	webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
}
@media (min-width: 768px)
{
	.navbar-form .form-group
	{
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .form-control
	{
		display: inline-block;
		vertical-align: middle;
		width: auto;
	}
	.navbar-form .form-control-static
	{
		display: inline-block;
	}
	.navbar-form .input-group
	{
		display: inline-table;
		vertical-align: middle;
	}
	.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control
	{
		width: auto;
	}
	.navbar-form .input-group>.form-control
	{
		width: 100%;
	}
	.navbar-form .control-label
	{
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .radio,.navbar-form .checkbox
	{
		display: inline-block;
		margin-bottom: 0;
		margin-top: 0;
		vertical-align: middle;
	}
	.navbar-form .radio label,.navbar-form .checkbox label
	{
		padding-left: 0;
	}
	.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]
	{
		margin-left: 0;
		position: relative;
	}
	.navbar-form .has-feedback .form-control-feedback
	{
		top: 0;
	}
}
@media (max-width: 767px)
{
	.navbar-form .form-group
	{
		margin-bottom: 5px;
	}
	.navbar-form .form-group:last-child
	{
		margin-bottom: 0;
	}
}
@media (min-width: 768px)
{
	.navbar-form
	{
		border: 0;
		box-shadow: none;
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 0;
		padding-top: 0;
		webkit-box-shadow: none;
		width: auto;
	}
}
.navbar-nav>li>.dropdown-menu
{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-top: 0;
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu
{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-bottom: 0;
}
.navbar-btn
{
	margin-bottom: 8px;
	margin-top: 8px;
}
.navbar-btn.btn-sm,.btn-group-sm>.navbar-btn.btn
{
	margin-bottom: 10px;
	margin-top: 10px;
}
.navbar-btn.btn-xs,.btn-group-xs>.navbar-btn.btn
{
	margin-bottom: 14px;
	margin-top: 14px;
}
.navbar-text
{
	margin-bottom: 15px;
	margin-top: 15px;
}
@media (min-width: 768px)
{
	.navbar-text
	{
		float: left;
		margin-left: 10px;
		margin-right: 10px;
	}
}
@media (min-width: 768px)
{
	.navbar-left
	{
		float: left !important;
	}
	.navbar-right
	{
		float: right !important;
		margin-right: -10px;
	}
	.navbar-right ~ .navbar-right
	{
		margin-right: 0;
	}
}
.navbar-default
{
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}
.navbar-default .navbar-brand
{
	color: #777;
}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus
{
	background-color: transparent;
	color: #5e5e5e;
}
.navbar-default .navbar-text
{
	color: #777;
}
.navbar-default .navbar-nav>li>a
{
	color: #777;
}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus
{
	background-color: transparent;
	color: #333;
}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus
{
	background-color: #e7e7e7;
	color: #555;
}
.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus
{
	background-color: transparent;
	color: #ccc;
}
.navbar-default .navbar-toggle
{
	border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus
{
	background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar
{
	background-color: #888;
}
.navbar-default .navbar-collapse,.navbar-default .navbar-form
{
	border-color: #e7e7e7;
}
.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus
{
	background-color: #e7e7e7;
	color: #555;
}
@media (max-width: 767px)
{
	.navbar-default .navbar-nav .open .dropdown-menu>li>a
	{
		color: #777;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus
	{
		background-color: transparent;
		color: #333;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus
	{
		background-color: #e7e7e7;
		color: #555;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus
	{
		background-color: transparent;
		color: #ccc;
	}
}
.navbar-default .navbar-link
{
	color: #777;
}
.navbar-default .navbar-link:hover
{
	color: #333;
}
.navbar-default .btn-link
{
	color: #777;
}
.navbar-default .btn-link:hover,.navbar-default .btn-link:focus
{
	color: #333;
}
.navbar-default .btn-link[disabled]:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:hover,fieldset[disabled] .navbar-default .btn-link:focus
{
	color: #ccc;
}
.navbar-inverse
{
	background-color: #222;
	border-color: #090909;
}
.navbar-inverse .navbar-brand
{
	color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus
{
	background-color: transparent;
	color: #fff;
}
.navbar-inverse .navbar-text
{
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav>li>a
{
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus
{
	background-color: transparent;
	color: #fff;
}
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus
{
	background-color: #090909;
	color: #fff;
}
.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus
{
	background-color: transparent;
	color: #444;
}
.navbar-inverse .navbar-toggle
{
	border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus
{
	background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar
{
	background-color: #fff;
}
.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form
{
	border-color: #101010;
}
.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus
{
	background-color: #090909;
	color: #fff;
}
@media (max-width: 767px)
{
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header
	{
		border-color: #090909;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider
	{
		background-color: #090909;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a
	{
		color: #9d9d9d;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus
	{
		background-color: transparent;
		color: #fff;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus
	{
		background-color: #090909;
		color: #fff;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus
	{
		background-color: transparent;
		color: #444;
	}
}
.navbar-inverse .navbar-link
{
	color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover
{
	color: #fff;
}
.navbar-inverse .btn-link
{
	color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus
{
	color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:hover,fieldset[disabled] .navbar-inverse .btn-link:focus
{
	color: #444;
}
.pagination
{
	border-radius: 4px;
	display: inline-block;
	margin: 20px 0;
	padding-left: 0;
}
.pagination>li
{
	display: inline;
}
.pagination>li>a,.pagination>li>span
{
	background-color: #fff;
	border: 1px solid #ddd;
	color: #337ab7;
	float: left;
	line-height: 1.42857;
	margin-left: -1px;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
}
.pagination>li:first-child>a,.pagination>li:first-child>span
{
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	margin-left: 0;
}
.pagination>li:last-child>a,.pagination>li:last-child>span
{
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.pagination>li>a:hover,.pagination>li>a:focus,.pagination>li>span:hover,.pagination>li>span:focus
{
	background-color: #eee;
	border-color: #ddd;
	color: #23527c;
}
.pagination>.active>a,.pagination>.active>a:hover,.pagination>.active>a:focus,.pagination>.active>span,.pagination>.active>span:hover,.pagination>.active>span:focus
{
	background-color: #337ab7;
	border-color: #337ab7;
	color: #fff;
	cursor: default;
	z-index: 2;
}
.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus
{
	background-color: #fff;
	border-color: #ddd;
	color: #777;
	cursor: not-allowed;
}
.pagination-lg>li>a,.pagination-lg>li>span
{
	font-size: 18px;
	padding: 10px 16px;
}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span
{
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span
{
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}
.pagination-sm>li>a,.pagination-sm>li>span
{
	font-size: 12px;
	padding: 5px 10px;
}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span
{
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span
{
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.pico
{
	display: inline-block;
	overflow: hidden;
	text-indent: -999em;
}
.text-white
{
	color: #fff;
}
a.text-white:hover
{
	color: #e6e6e6;
}
.nm-t
{
	margin-top: 0 !important;
}
.np-t
{
	padding-top: 0 !important;
}
.nb-t
{
	border-top: none !important;
}
.nm-b
{
	margin-bottom: 0 !important;
}
.np-b
{
	padding-bottom: 0 !important;
}
.nb-b
{
	border-bottom: none !important;
}
.nm-l
{
	margin-left: 0 !important;
}
.np-l
{
	padding-left: 0 !important;
}
.nb-l
{
	border-left: none !important;
}
.nm-r
{
	margin-right: 0 !important;
}
.np-r
{
	padding-right: 0 !important;
}
.nb-r
{
	border-right: none !important;
}
.nm
{
	margin: 0 !important;
}
.np
{
	padding: 0 !important;
}
.nb
{
	border: none !important;
}
.clear
{
	clear: both;
}
.font-w-normal
{
	font-weight: normal !important;
}
.link-underlined
{
	text-decoration: underline;
}
.bg-trns
{
	background: transparent !important;
}
.section
{
	margin-bottom: 20px !important;
}
.img-responsive-inline
{
	display: inline-block;
	height: auto;
	max-width: 100%;
}
.display-inline
{
	display: inline-block;
}
.text-none
{
	text-decoration: none !important;
}
.text-underline
{
	text-decoration: underline;
}
.relative
{
	position: relative;
}
.absolute
{
	position: absolute;
}
.resize
{
	resize: none;
}
.over-hide
{
	overflow: hidden;
}
.abc-image
{
	padding: 4px;
}
.cur-pot
{
	cursor: pointer !important;
}
.f-14
{
	font-size: 14px;
}
.f-15
{
	font-size: 15px;
}
.f-16
{
	font-size: 16px;
}
.f-17
{
	font-size: 17px;
}
.f-18
{
	font-size: 18px;
}
.f-19
{
	font-size: 19px;
}
.f-20
{
	font-size: 20px;
}
.f-21
{
	font-size: 21px;
}
.f-22
{
	font-size: 22px;
}
.f-30
{
	font-size: 30px;
}
.color-dark
{
	color: #4f4f58;
}
.color-green
{
	color: #53912d !important;
	font-weight: bold;
}
.color-blue
{
	color: #6dc1dd !important;
	font-weight: bold;
}
.color-red
{
	color: #cc3771 !important;
	font-weight: bold;
}
.color-blue-dark
{
	color: #3963da !important;
	font-weight: bold;
}
.color-green-dark
{
	color: #6dc141 !important;
	font-weight: bold;
}
.font-geometria-light
{
	font-family: "Geometria-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.font-geometria-it
{
	font-family: "Geometria-Italic","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.font-geometria-e-light
{
	font-family: "Geometria-HeavyItalic","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.font-geometria-medium
{
	font-family: "Geometria-Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.font-geometria-medium-italic
{
	font-family: "Geometria-MediumItalic","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.font-geometria-thin
{
	font-family: "Geometria-Thin","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.font-geometria-thin-italic
{
	font-family: "Geometria-ThinItalic","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.btn-blue
{
	background-color: #323237;
	border-color: #323237;
	border-radius: 0;
	color: #fff;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	moz-border-radius: 0;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
	webkit-border-radius: 0;
	width: 100%;
}
.btn-blue:hover,.btn-blue:focus,.btn-blue.focus,.btn-blue:active,.btn-blue.active,.open>.btn-blue.dropdown-toggle
{
	background-color: #1a1a1c;
	border-color: #151517;
	color: #fff;
}
.btn-blue:active,.btn-blue.active,.open>.btn-blue.dropdown-toggle
{
	background-image: none;
}
.btn-blue.disabled,.btn-blue.disabled:hover,.btn-blue.disabled:focus,.btn-blue.disabled.focus,.btn-blue.disabled:active,.btn-blue.disabled.active,.btn-blue[disabled],.btn-blue[disabled]:hover,.btn-blue[disabled]:focus,.btn-blue[disabled].focus,.btn-blue[disabled]:active,.btn-blue[disabled].active,fieldset[disabled] .btn-blue,fieldset[disabled] .btn-blue:hover,fieldset[disabled] .btn-blue:focus,fieldset[disabled] .btn-blue.focus,fieldset[disabled] .btn-blue:active,fieldset[disabled] .btn-blue.active
{
	background-color: #323237;
	border-color: #323237;
}
.btn-blue .badge
{
	background-color: #fff;
	color: #323237;
}
.btn-order
{
	background-color: #2bcab9;
	border-color: #2bcab9;
	border-radius: 0;
	color: #fff;
	display: block;
	height: 40px;
	margin: 0 auto;
	moz-border-radius: 0;
	webkit-border-radius: 0;
	width: 245px;
}
.btn-order:hover,.btn-order:focus,.btn-order.focus,.btn-order:active,.btn-order.active,.open>.btn-order.dropdown-toggle
{
	background-color: #22a092;
	border-color: #20988b;
	color: #fff;
}
.btn-order:active,.btn-order.active,.open>.btn-order.dropdown-toggle
{
	background-image: none;
}
.btn-order.disabled,.btn-order.disabled:hover,.btn-order.disabled:focus,.btn-order.disabled.focus,.btn-order.disabled:active,.btn-order.disabled.active,.btn-order[disabled],.btn-order[disabled]:hover,.btn-order[disabled]:focus,.btn-order[disabled].focus,.btn-order[disabled]:active,.btn-order[disabled].active,fieldset[disabled] .btn-order,fieldset[disabled] .btn-order:hover,fieldset[disabled] .btn-order:focus,fieldset[disabled] .btn-order.focus,fieldset[disabled] .btn-order:active,fieldset[disabled] .btn-order.active
{
	background-color: #2bcab9;
	border-color: #2bcab9;
}
.btn-order .badge
{
	background-color: #fff;
	color: #2bcab9;
}
.dropdown
{
	position: relative;
}
.dropdown.open .card-box
{
	background-color: #3d3d42 !important;
	color: #fff;
}
.dropdown .close-dropdown
{
	color: #969696;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 99999;
}
.card-box
{
	color: #ffffff;
	display: block;
	font-size: 16px;
	line-height: 60px !important;
	padding: 0 40px !important;
	text-align: right;
	padding: 0 0 0 20px !important;
}
@media (max-width: 767px)
{
	.card-box
	{
		margin-top: 12px;
	}
}
@media (min-width: 980px) and (max-width: 1199px)
{
	.card-box
	{
		padding: 0 30px;
	}
}
.card-box:hover
{
	background-color: #3d3d42 !important;
	color: #fff !important;
}
.card-box .card-count
{
	background-color: #2bcab9 !important;
}
.card-box .pico
{
	margin-left: 10px;
	margin-top: 10px;
	position: relative;
}
.card-box .pico .card-count
{
	background-color: #2e2e2e;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 10px;
	height: 15px;
	padding: 1px;
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
}
.card-box .pico .card-count .num
{
	color: #fff;
	display: block;
	font-size: 10px;
	font-style: normal;
	margin-top: -23px;
	width: 9px;
	margin-left:auto;
	margin-right:auto;
}
.basket-drop-form
{
	border-color: #d4d4d4;
	border-radius: 0;
	margin-left: -160px;
	margin-top: 15px;
	moz-border-radius: 0;
	padding: 15px 0;
	webkit-border-radius: 0;
	width: 330px;
}
.basket-drop-form .row.first {
    overflow-y: auto;
    max-height: 300px;
    overflow-x: hidden;
    padding: 0 10px;
    margin: 0;
}
.basket-drop-form .borrder-bottom-co {
    border-bottom: 1px solid #dfdfdf;
    margin: 13px 10px 0 10px;
    padding-bottom: 15px;
}
.product-modal .borrder-bottom-co {
	border-bottom: 1px solid #aaa;
	margin:0 10px;
	padding:15px 0 15px; 	
}
.product-modal .img-responsive-inline {
	max-height:90px;	
}
.basket-drop-form .row.first > div.borrder-bottom-co:last-child {
    border-bottom: none;
}
.del-cart {
	font-size:13px;
	color:#c6c6c6;
	padding-right:6px;
	text-decoration:underline;
	cursor:pointer;
}
.del-cart:hover, 
.del-cart:focus {
	color:#c6c6c6;
	text-decoration:underline;	
}
@media (min-width: 768px) and (max-width: 979px)
{
	.basket-drop-form
	{
		margin-left: -120px;
	}
}
@media (max-width: 767px)
{
	.basket-drop-form
	{
		width: 100%;
	}
}
.basket-drop-form .pr-name
{
	color: #46464a;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-top: 13px;
}
.basket-drop-form .pr-name span
{
	display: block;
}
.basket-drop-form .price
{
	margin: 0 0 0 10px;
	position: relative;
}
.basket-drop-form .price .pico-top-arrow
{
	position: absolute;
	right: 41px;
	top: -28px;
}
.basket-drop-form .price .num
{
	color: #2bcab9;
	font-size: 19px;
}
.basket-drop-form .price .val
{
	color: #737373;
	font-size: 18px;
}
.basket-drop-form .count
{
	color: #adadad;
	font-size: 16px;
	margin: 0 0 0 10px;
}
.basket-drop-form .count .num
{
	color: #393939;
}
.basket-drop-form .last-price
{
	color: #2b2b2b;
	font-size: 16px;
	line-height: 16px;
	margin: 0 auto;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: right;
	width: 245px;
}
.basket-drop-form .last-price .pr
{
	color: #42b0e8;
	font-size: 20px;
}
.basket-drop-form .borrder-top-co
{
	border-top: 2px solid #dfdfdf;
	margin-top: 13px;
	width: 100%;
}
.slimScrollBar {
	background-color:#2bcab9 !important;
	opacity:1 !important;
}
.basket-drop-form .btn-order
{
	font-size: 16px;
	height: 40px;
	padding: 0;
	text-transform: uppercase;
}
.for-responsive-basket:before
	{
		content: '';
		position: absolute;
		right: 40px;
		bottom: 100%;
		width: 0;
		height: 0;
		border-left: 16px solid transparent;
		border-right: 16px solid transparent;
		border-bottom: 8px solid #fff;
	}
@media (max-width: 767px)
{
	.for-responsive-basket
	{
		left: auto;
		right: 0;
		width: 300px;
	}
}
@media (max-width: 767px)
{
	.for-responsive-basket:before
	{
		background-image: url("/bitrix/templates/my-kosm.ru/css/../img/pico/dropdown-before.png");
		content: '';
		height: 11px;
		position: absolute;
		right: 90px;
		top: -11px;
		width: 20px;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
	}
}
.nav>li>a:hover,.nav>li>a:focus
{
	background-color: transparent;
	color: #fff;
}
.search-form
{
	display: block;
	margin: 24px auto 0 auto;
	width: 300px;
}
@media (max-width: 767px)
{
	.search-form
	{
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	.search-form
	{
		margin: 15px auto 0 auto;
		width: auto;
	}
}
.search-form .form-group
{
	margin: 0;
	position: relative;
}
.search-form .form-group:before
{
	background-color: #323237;
	border: 0;
	content: '';
	display: block;
	height: 16px;
	left: 0;
	position: absolute;
	top: 0;
	width: 2px;
}
@media (max-width: 767px)
{
	.search-form .form-group:before
	{
		display: none;
	}
}
.search-form .form-group .pico
{
	position: absolute;
	right: 0;
	top: 0;
}
.search-form .form-group .search-input
{
	border: 0;
	border-bottom: 2px solid #838383;
	border-radius: 0;
	box-shadow: none;
	height: 35px;
	moz-border-radius: 0;
	padding: 0 10px 18px 10px;
	webkit-border-radius: 0;
}
.search-form .form-group .search-input::-webkit-input-placeholder
{
	font-style: italic;
}
.search-form .form-group .search-input::-moz-placeholder
{
	font-style: italic;
}
.search-form .form-group .search-input:-ms-input-placeholder
{
	font-style: italic;
}
.search-form .form-group .search-input:hover,.search-form .form-group .search-input:active,.search-form .form-group .search-input:focus
{
	border: 0;
	border-bottom: 2px solid #838383;
	border-radius: 0;
	box-shadow: none;
	moz-border-radius: 0;
	outline: none;
	webkit-border-radius: 0;
}
.breadcrumb-box
{
	margin-bottom: 40px;
	margin-top: 21px;
}
.breadcrumb-box .breadcrumb
{
	background-color: transparent;
	border: 0;
	border-radius: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
.breadcrumb-box .breadcrumb li
{
	position: relative;
}
.breadcrumb-box .breadcrumb li.active .breadcrumb-link
{
	color: #30343d;
}
.breadcrumb-box .breadcrumb li.active .breadcrumb-link:hover,.breadcrumb-box .breadcrumb li.active .breadcrumb-link:active,.breadcrumb-box .breadcrumb li.active .breadcrumb-link:focus
{
	color: #30343d;
}
.breadcrumb-box .breadcrumb li .breadcrumb-link
{
	color: #bcbcbc;
	font-size: 18px;
	text-decoration: none;
}
@media (max-width: 480px){
	.breadcrumb-box .breadcrumb li .breadcrumb-link{font-size:14px}
}

.breadcrumb-box .breadcrumb li .breadcrumb-link:hover,.breadcrumb-box .breadcrumb li .breadcrumb-link:active,.breadcrumb-box .breadcrumb li .breadcrumb-link:focus
{
	color: #bcbcbc;
	text-decoration: none;
}
.breadcrumb-box .breadcrumb li+li
{
	margin-left: 20px;
}
.breadcrumb-box .breadcrumb li+li:before
{
	color: #bcbcbc;
	content: '>';
	display: block;
	font-size: 18px;
	left: -21px;
	position: absolute;
	top: 0;
}
.amelie-input
{
	background-color: #ffffff;
	border: 1px solid #d4d4d4;
	border-radius: 0;
	color: #3b3b3b;
	font-size: 16px;
	height: 40px;
	margin-bottom: 4px;
	moz-border-radius: 0;
	padding: 0 20px;
	webkit-border-radius: 0;
}
.amelie-input:hover,.amelie-input:focus,.amelie-input:active
{
	border: 1px solid #d4d4d4;
	box-shadow: none;
	outline: none;
}
.amelie-textarea
{
	background-color: #ffffff;
	border: 1px solid #d4d4d4;
	border-radius: 0;
	color: #3b3b3b;
	font-size: 16px;
	height: 80px !important;
	padding: 0 30px;
}
.amelie-textarea:hover,.amelie-textarea:focus,.amelie-textarea:active
{
	box-shadow: none;
	outline: none;
}
.amelie-select
{
	background-color: #ffffff;
	border: 1px solid #d4d4d4;
	border-radius: 0;
	color: #3b3b3b;
	font-size: 16px;
	height: 40px;
	margin-bottom: 4px;
	moz-border-radius: 0;
	padding: 0 20px;
	webkit-border-radius: 0;
}
.amelie-select:hover,.amelie-select:focus,.amelie-select:active
{
	box-shadow: none;
	outline: none;
}
.pico-sprite,.pico.pico-search-icon,.pico.pico-phone-icon,.pico.pico-phone-icon-footer,.pico.pico-clock,.pico.pico-clock-footer,.pico.pico-card,.pico.pico-product-card-sm,.pico.pico-close,.pico.pico-contact-phone,.pico.pico-message-contact,.pico.pico-timer-contact,.pico.pico-gift,.pico.pico-basket-only,.pico.pico-quality,.pico.pico-bus,.pico.pico-gift-pr,.pico.pico-gift-left,.pico.pico-gift-right,.pico.pico-basket-icon,.pico.pico-icon-down,.pico.pico-elipsis,.pico.pico-top,.pico.pico-new,.pico.pico-sale,.pico.pico-up,.pico.pico-arrow-left,.pico.pico-arrow-right,.pico.pico-star,.pico.pico-google,.pico.pico-twitter,.pico.pico-fb,.pico.pico-vk,.pico.pico-webmoney,.pico.pico-visa,.pico.pico-master-card,.pico.pico-maestro,.pico.pico-yandex,.pico.pico-qiwi,.pico.pico-about-webmoney,.pico.pico-continue,.pico.pico-gift-opacity,.pico.pico-phone-icon-xs,.pico.pico-basket-xs,.pico.pico-left-controller,.pico.pico-right-controller,.pico.pico-bg-message,.pico.pico-google-white,.pico.pico-twitter-white,.pico.pico-fb-white,.pico.pico-vk-white,.pico.pico-hover-list-before-icon,footer .contact-box .num:before,footer .work-time:before,.gift-text:after,.gift-text:before,.add-to-basket.second-hand .gift-text-light:before,.contact-box .num:before,.work-time:before,section.about-us p+p:before,section.production .option-box .labSelect .lab-select-list:before,section.production .products-names-list .products-titles-list .label-title .title.top:after,section.production .products-names-list .products-titles-list .label-title .title.new:after,section.production .products-names-list .products-titles-list .label-title .title.sale:after
{
	background-image: url('/bitrix/templates/my-kosm.ru/css/../img/pico-secf31dd885.png');
	background-repeat: no-repeat;
}
.pico.pico-search-icon
{
	background-position: 0 -1607px;
	height: 21px;
	width: 20px;
}
.pico.pico-phone-icon
{
	background-position: 0 -1337px;
	height: 13px;
	width: 13px;
}
.pico.pico-phone-icon-footer
{
	background-position: 0 -1298px;
	height: 13px;
	width: 13px;
}
.pico.pico-clock
{
	background-position: 0 -542px;
	height: 14px;
	width: 14px;
}
.pico.pico-clock-footer
{
	background-position: 0 -523px;
	height: 14px;
	width: 14px;
}
.pico.pico-card
{
	background-position: 0 -245px;
	height: 36px;
	width: 28px;
}
.pico.pico-product-card-sm
{
	background-position: 0 -1355px;
	height: 41px;
	width: 41px;
}
.pico.pico-close
{
	background-position: 0 -561px;
	height: 11px;
	width: 11px;
}
.pico.pico-contact-phone
{
	background-position: 0 -577px;
	height: 13px;
	width: 13px;
}
.pico.pico-message-contact
{
	background-position: 0 -1260px;
	height: 10px;
	width: 15px;
}
.pico.pico-timer-contact
{
	background-position: 0 -1658px;
	height: 14px;
	width: 14px;
}
.pico.pico-gift
{
	background-position: 0 -927px;
	height: 47px;
	width: 46px;
}
.pico.pico-basket-only
{
	background-position: 0 -152px;
	height: 47px;
	width: 42px;
}
.pico.pico-quality
{
	background-position: 0 -1483px;
	height: 36px;
	width: 36px;
}
.pico.pico-bus
{
	background-position: 0 -482px;
	height: 36px;
	width: 41px;
}
.pico.pico-gift-pr
{
	background-position: 0 -819px;
	height: 38px;
	width: 32px;
}
.pico.pico-gift-left
{
	background-position: 0 -690px;
	height: 60px;
	width: 41px;
}
.pico.pico-gift-right
{
	background-position: 0 -862px;
	height: 60px;
	width: 41px;
}
.pico.pico-basket-icon
{
	background-position: 0 -120px;
	height: 27px;
	width: 21px;
}
.pico.pico-icon-down
{
	background-position: 0 -1047px;
	height: 46px;
	width: 30px;
}
.pico.pico-elipsis
{
	background-position: 0 -636px;
	height: 7px;
	width: 47px;
}
.pico.pico-top
{
	background-position: 0 -1677px;
	height: 18px;
	width: 31px;
}
.pico.pico-new
{
	background-position: 0 -1275px;
	height: 18px;
	width: 31px;
}
.pico.pico-sale
{
	background-position: 0 -1584px;
	height: 18px;
	width: 31px;
}
.pico.pico-up
{
	background-position: 0 -1744px;
	height: 9px;
	width: 15px;
}
.pico.pico-arrow-left
{
	background-position: 0 -44px;
	height: 33px;
	width: 18px;
}
.pico.pico-arrow-right
{
	background-position: 0 -82px;
	height: 33px;
	width: 18px;
}
.pico.pico-star
{
	background-position: 0 -1633px;
	height: 20px;
	width: 112px;
}
.pico.pico-google
{
	background-position: 0 -1001px;
	height: 17px;
	width: 18px;
}
.pico.pico-twitter
{
	background-position: 0 -1722px;
	height: 17px;
	width: 21px;
}
.pico.pico-fb
{
	background-position: 0 -669px;
	height: 16px;
	width: 8px;
}
.pico.pico-vk
{
	background-position: 0 -1830px;
	height: 16px;
	width: 18px;
}
.pico.pico-webmoney
{
	background-position: 0 -1851px;
	height: 40px;
	width: 87px;
}
.pico.pico-visa
{
	background-position: 0 -1758px;
	height: 46px;
	width: 92px;
}
.pico.pico-master-card
{
	background-position: 0 -1212px;
	height: 43px;
	width: 88px;
}
.pico.pico-maestro
{
	background-position: 0 -1158px;
	height: 49px;
	width: 79px;
}
.pico.pico-yandex
{
	background-position: 0 -1896px;
	height: 49px;
	width: 72px;
}
.pico.pico-qiwi
{
	background-position: 0 -1401px;
	height: 36px;
	width: 92px;
}
.pico.pico-about-webmoney
{
	background-position: 0 0;
	height: 39px;
	width: 192px;
}
.pico.pico-continue
{
	background-position: 0 -595px;
	height: 20px;
	width: 18px;
}
.pico.pico-gift-opacity
{
	background-position: 0 -755px;
	height: 59px;
	width: 48px;
}
.pico.pico-phone-icon-xs
{
	background-position: 0 -1316px;
	height: 16px;
	width: 16px;
}
.pico.pico-basket-xs
{
	background-position: 0 -204px;
	height: 36px;
	width: 28px;
}
.pico.pico-left-controller
{
	background-position: 0 -1098px;
	height: 55px;
	width: 30px;
}
.pico.pico-right-controller
{
	background-position: 0 -1524px;
	height: 55px;
	width: 30px;
}
.pico.pico-bg-message
{
	background-position: 0 -286px;
	height: 191px;
	width: 159px;
}
.pico.pico-google-white
{
	background-position: 0 -979px;
	height: 17px;
	width: 18px;
}
.pico.pico-twitter-white
{
	background-position: 0 -1700px;
	height: 17px;
	width: 21px;
}
.pico.pico-fb-white
{
	background-position: 0 -648px;
	height: 16px;
	width: 8px;
}
.pico.pico-vk-white
{
	background-position: 0 -1809px;
	height: 16px;
	width: 18px;
}
.pico.pico-hover-list-before-icon
{
	background-position: 0 -1023px;
	height: 19px;
	width: 21px;
}
@font-face
{
	font-family: "Geometria-Light";
	src: url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Light.eot?&1454846402#iefix');
	src: url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Light.eot?&1454846402#iefix?#iefix') format('embedded-opentype'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Light.woff?1454846402') format('woff'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Light.ttf?1454846402') format('truetype'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Light.svg?1454846402#Geometria-Light') format('svg');
}
@font-face
{
	font-family: "Geometria-HeavyItalic";
	src: url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-HeavyItalic.eot?&1454846402#iefix');
	src: url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-HeavyItalic.eot?&1454846402#iefix?#iefix') format('embedded-opentype'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-HeavyItalic.woff?1454846402') format('woff'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-HeavyItalic.ttf?1454846402') format('truetype'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-HeavyItalic.svg?1454846402#Geometria-HeavyItalic') format('svg');
}
@font-face
{
	font-family: "Geometria-Italic";
	src: url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Italic.eot?&1454846402#iefix');
	src: url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Italic.eot?&1454846402#iefix?#iefix') format('embedded-opentype'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Italic.woff?1454846402') format('woff'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Italic.ttf?1454846402') format('truetype'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Italic.svg?1454846402#Geometria-Italic') format('svg');
}
@font-face
{
	font-family: "Geometria-Medium";
	src: url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Medium.eot?&1454846402#iefix');
	src: url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Medium.eot?&1454846402#iefix?#iefix') format('embedded-opentype'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Medium.woff?1454846402') format('woff'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Medium.ttf?1454846402') format('truetype'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Medium.svg?1454846402#Geometria-Medium') format('svg');
}
@font-face
{
	font-family: "Geometria-MediumItalic";
	src: url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-MediumItalic.eot?&1454846402#iefix');
	src: url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-MediumItalic.eot?&1454846402#iefix?#iefix') format('embedded-opentype'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-MediumItalic.woff?1454846402') format('woff'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-MediumItalic.ttf?1454846402') format('truetype'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-MediumItalic.svg?1454846402#Geometria-MediumItalic') format('svg');
}
@font-face
{
	font-family: "Geometria-Thin";
	src: url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Thin.eot?&1454846402#iefix');
	src: url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Thin.eot?&1454846402#iefix?#iefix') format('embedded-opentype'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Thin.woff?1454846402') format('woff'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Thin.ttf?1454846402') format('truetype'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Thin.svg?1454846402#Geometria-Thin') format('svg');
}
@font-face
{
	font-family: "Geometria-ThinItalic";
	src: url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Thin.eot?&1454846402#iefix');
	src: url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Thin.eot?&1454846402#iefix?#iefix') format('embedded-opentype'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-ThinItalic.woff?1454846402') format('woff'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-ThinItalic.ttf?1454846402') format('truetype'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-ThinItalic.svg?1454846402#Geometria-Thin') format('svg');
}
footer .bg-box
{
	background-color: #323237;
	padding-bottom: 40px;
	padding-top: 35px;
}
@media (max-width: 767px)
{
	footer .bg-box
	{
		padding-top: 15px;
	}
}
footer .footer-title
{
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
@media (max-width: 767px)
{
	footer .footer-title
	{
		font-size: 16px;
		margin-bottom: 10px;
	}
}
footer .footer-list
{
	margin: 0;
}
footer .footer-list li .footer-link
{
	color: #888888;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
}
@media (max-width: 767px)
{
	footer .footer-list li .footer-link
	{
		font-size: 14px;
	}
}
footer .footer-list li .footer-link:hover
{
	color: #fff;
	text-decoration: none;
}
footer .footer-list li+li
{
	padding-top: 10px;
}
footer .contact-box
{
	background-color: #37373d;
	border-left: 4px solid #fff;
}
@media (max-width: 767px)
{
	footer .contact-box
	{
		margin-top: 30px;
	}
}
footer .contact-box .num
{
	color: #fff;
}
footer .contact-box .num:before
{
	background-position: 0 -1298px;
	content: '';
	display: block;
	height: 13px;
	left: 25px;
	position: absolute;
	top: 5px;
	width: 13px;
}
footer .btn-blue
{
	background-color: #3c3c41;
	border-color: #fff;
	border-radius: 0;
	border-width: 2px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	moz-border-radius: 0;
	padding: 0;
	webkit-border-radius: 0;
	width: 100%;
}
footer .btn-blue:hover,footer .btn-blue:focus,footer .btn-blue.focus,footer .btn-blue:active,footer .btn-blue.active,.open>footer .btn-blue.dropdown-toggle
{
	background-color: #242426;
	border-color: #e0e0e0;
	color: #fff;
}
footer .btn-blue:active,footer .btn-blue.active,.open>footer .btn-blue.dropdown-toggle
{
	background-image: none;
}
footer .btn-blue.disabled,footer .btn-blue.disabled:hover,footer .btn-blue.disabled:focus,footer .btn-blue.disabled.focus,footer .btn-blue.disabled:active,footer .btn-blue.disabled.active,footer .btn-blue[disabled],footer .btn-blue[disabled]:hover,footer .btn-blue[disabled]:focus,footer .btn-blue[disabled].focus,footer .btn-blue[disabled]:active,footer .btn-blue[disabled].active,fieldset[disabled] footer .btn-blue,fieldset[disabled] footer .btn-blue:hover,fieldset[disabled] footer .btn-blue:focus,fieldset[disabled] footer .btn-blue.focus,fieldset[disabled] footer .btn-blue:active,fieldset[disabled] footer .btn-blue.active
{
	background-color: #3c3c41;
	border-color: #fff;
}
footer .btn-blue .badge
{
	background-color: #fff;
	color: #3c3c41;
}
footer .work-time
{
	margin: 15px 0;
}
footer .work-time:before
{
	background-position: 0 -523px;
	content: '';
	display: block;
	height: 14px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 14px;
}
footer .work-time span.light
{
	color: #fff;
}
footer .work-time span.dark
{
	color: #fff;
}
.copyright-box
{
	background-color: #2a2a2e;
	color: #47474b;
	font-size: 16px;
	margin: 0;
	padding-bottom: 9px;
	padding-top: 9px;
	text-align: center;
}
.opt-quontity
{
	border: 1px solid #3d3d42;
	display: block;
	float: right;
	height: 42px;
	margin-bottom: 15px;
	/*margin-top: 12px;*/
	width: 122px;
}
.opt-quontity .minus
{
	background-color: #3d3d42;
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 20px;
	line-height: 40px;
	margin: 0;
	text-align: center;
	width: 40px;
}
.opt-quontity .plus
{
	background-color: #3d3d42;
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 20px;
	line-height: 40px;
	margin: 0;
	text-align: center;
	width: 40px;
}
.opt-quontity .number
{
	color: #323237;
	display: block;
	float: left;
	font-size: 20px;
	line-height: 37px;
	margin: 0;
	text-align: center;
	width: 40px;
	border:none;
}
.common-count
{
	margin: 0;
	text-align: right;
}
.info_delivery {
	margin:0 0 5px 0;
	color: #9d9d9d;
}
@media (min-width: 768px) and (max-width: 979px)
{
	.common-count
	{
		width: auto;
	}
}
.common-count .text
{
	color: #3f3f3f;
	display: block;
	float: left;
	font-size: 18px;
	width:190px;
}
.common-count .num
{
	color: #29aaec;
	display: block;
	float: right;
	font-size: 24px;
	margin-right: 5px;
	margin-top: -5px;
	
}
.common-count .val
{
	color: #8b8b8b;
	display: block;
	float: right;
	font-size: 17px;
}
.common-count .num-delivery
{
	color: #29aaec;
	display: block;
	float: right;
	font-size: 18px;
	margin-right: 5px;
}
.common-count .val-delivery
{
	color: #8b8b8b;
	display: block;
	float: right;
	font-size: 16px;
}
.at-last-count
{
	margin: -15px 0 25px 0;
	text-align: right;
}
@media (max-width: 767px)
{
	.at-last-count
	{
		padding-right: 10px;
	}
}
.at-last-count .last-text
{
	color: #3f3f3f;
	font-size: 18px;
	margin-right: 20px;
}
.at-last-count .last-num
{
	color: #29aaec;
	font-size: 33px;
	padding-right: 5px;
}
@media (max-width: 767px)
{
	.at-last-count .last-num
	{
		font-size: 30px;
	}
}
.at-last-count .last-val
{
	color: #8b8b8b;
	font-size: 17px;
}
.jcf-radio
{
	border: 2px solid #cbcbcb;
	border-radius: 0;
	height: 12px;
	margin-right: 10px;
	margin-top: -3px;
	width: 12px;
}
.jcf-radio.jcf-checked
{
	border: 2px solid #2bcab9;
}
.jcf-radio.jcf-checked span
{
	background-color: #2bcab9;
	border-radius: 0 !important;
	bottom: 1px;
	left: 1px;
	position: absolute;
	right: 1px;
	top: 1px;
}
.product-face
{
	position: relative;
}
@media (max-width: 767px)
{
	.product-face
	{
		margin-bottom: 20px;
		margin-left: 10px;
		margin-right: 10px;
	}
}
.product-face .border-box
{
	background-color: #7171f0;
	border-radius: 50%;
	color: #fefefe;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	moz-border-radius: 50%;
	position: absolute;
	right: -7px;
	text-align: center;
	text-transform: uppercase;
	top: -9px;
	webkit-border-radius: 50%;
	width: 38px;
}
.product-face .border-box.new
{
	background-color: #ff4343;
}
.product-face .border-box.sale
{
	background-color: #f7a31e;
}
.product-face:hover .fast-show
{
	display: block;
}
.product-face .fast-show
{
	background-color: #2bcab9;
	bottom: 180px;
	color: #fff;
	display: none;
	font-size: 16px;
	margin: 0;
	padding: 10px 35px 10px 40px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	width: 100%;
}
@media (min-width: 768px) and (max-width: 979px)
{
	.product-face .fast-show
	{
		padding: 10px 20px 10px 22px;
	}
}
@media (min-width: 980px) and (max-width: 1199px)
{
	.product-face .fast-show
	{
		font-size: 14px;
		padding: 10px;
	}
}
.product-face .fast-show .pico
{
	position: absolute;
	right: 35px;
	top: 7px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	.product-face .fast-show .pico
	{
		right: 2px;
	}
}
@media (min-width: 980px) and (max-width: 1199px)
{
	.product-face .fast-show .pico
	{
		right: 20px;
	}
}
.product-title
{
	color: #efeff0;
	font-size: 78px;
	line-height: 63px;
	margin-bottom: 40px;
	position: relative;
	text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 979px)
{
	.product-title
	{
		font-size: 74px;
	}
}
@media (max-width: 767px)
{
	.product-title
	{
		font-size: 36px;
		line-height: 36px;
		margin-bottom: 20px;
	}
}
@media (max-width: 480px)
{
	.product-title
	{
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 20px;
	}
}
.product-title .title-sm
{
	bottom: 0;
	color: #35373f;
	font-size: 35px;
	left: 0;
	line-height: 29px;
	position: absolute;
}
@media (max-width: 767px)
{
	.product-title .title-sm
	{
		bottom: 12px;
		font-size: 24px;
	}
}
.product-box-info
{
	border: 2px solid #ebebeb;
	height: 350px;
	padding: 20px 9px 10px 20px;
	position: relative;
}
@media (min-width: 980px) and (max-width: 1199px)
{
	.product-box-info
	{
		height: 380px;
	}
}
.product-box-info .product-img
{
	height: 195px;
	vertical-align: middle;
}
.product-box-info .product-name
{
	color: #2bcab9;
	font-size: 20px;
	line-height: 24px;
	margin-top: 6px;
	text-align: center;
}
@media (min-width: 768px) and (max-width: 979px)
{
	.product-box-info .product-name
	{
		font-size: 18px;
	}
}
.product-box-info .product-desc
{
	color: #8e8e8e;
	font-family: "Geometria-Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	margin: 0;
	text-align: center;
}
.product-box-info .product-desc.area
{
	bottom: 10px;
	left: 10px;
	position: absolute;
}
.product-box-info .product-desc.about-pr
{
	color: #46464a;
}
@media (min-width: 768px) and (max-width: 979px)
{
	.product-box-info .product-desc
	{
		font-size: 14px;
	}
}
.product-box-main
{
	margin-bottom: 90px;
}
@media (max-width: 767px)
{
	.product-box-main
	{
		margin-bottom: 10px;
	}
}
.next,.prev
{
	cursor: pointer;
	position: absolute;
	top: 63%;
}
.next
{
	left: -15px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	.next
	{
		left: -10px;
	}
}
.prev
{
	right: -15px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	.prev
	{
		right: -10px;
	}
}
.product-carousel
{
	border-top: 1px solid #e8e8e8;
	margin-top: 17px;
	padding-top: 57px;
	position: relative;
}
.product-carousel .product-face
{
	margin-left: 12.5px;
	margin-right: 12.5px;
}
.product-carousel .product-box-info .product-name
{
	font-size: 15px;
}
.product-carousel .product-box-info .product-desc
{
	font-size: 12px;
}
.product-carousel .product-box-info .price
{
	padding-bottom: 8px;
	padding-top: 8px;
}
.product-carousel .product-box-info .price span.first
{
	font-size: 15px;
}
.product-carousel .product-box-info .price span.second
{
	font-size: 12px;
}
.product-carousel .product-face .fast-show
{
	font-size: 12px;
	padding: 10px 15px 8px 15px;
}
.product-carousel .product-face .fast-show span.pico
{
	right: 25px;
}
nav .pagination
{
	float: right;
	margin: 50px 0 0 0;
	padding: 0;
}
nav .pagination li+li a
{
	padding-left: 10px;
}
nav .pagination li a
{
	border: 0;
	color: #a0a0a0;
	font-size: 20px;
	padding: 0;
	text-decoration: none;
}
nav .pagination li.active,nav .pagination li:hover,nav .pagination li:active
{
	background-color: transparent;
}
nav .pagination li.active a,nav .pagination li:hover a,nav .pagination li:active a
{
	background-color: transparent;
	color: #2bcab9;
	outline: none;
	text-decoration: none;
}
@media (max-width: 767px)
{
	nav .pagination
	{
		display: none;
	}
}
.about-quality-box
{
	border: 1px solid #e1e1e1;
	min-height: 120px;
	padding-top: 40px;
	position: relative;
}
.about-quality-box.second
{
	margin-top: 40px;
}
.about-quality-box .quality-title
{
	color: #2a2a2a;
	font-size: 14px;
	margin-bottom: 12px;
}
.about-quality-box .about-quality
{
	color: #838383;
	font-size: 16px;
	margin: 0;
}
.about-quality-box .icon-box
{
	background-color: #fff;
	display: table-cell;
	height: 40px;
	margin-right: -38px;
	position: absolute;
	right: 50%;
	text-align: center;
	top: -20px;
	vertical-align: middle;
	width: 76px;
}
@media (max-width: 767px)
{
	.about-quality-box
	{
		margin-top: 35px;
	}
}
.gift-text
{
	background-color: #ff4444;
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 40px;
	padding: 5px 0;
	position: relative;
}
@media (max-width: 767px)
{
	.gift-text
	{
		margin-left: 27px;
		margin-right: 27px;
	}
}
.gift-text:after
{
	background-position: 0 -862px;
	content: '';
	height: 60px;
	position: absolute;
	right: -25px;
	top: 10px;
	width: 41px;
	z-index: -99999;
}
@media (max-width: 767px)
{
	.gift-text:after
	{
		top: 25px;
	}
}
.gift-text:before
{
	background-position: 0 -690px;
	content: '';
	height: 60px;
	left: -25px;
	position: absolute;
	top: 10px;
	width: 41px;
	z-index: -99999;
}
@media (max-width: 767px)
{
	.gift-text:before
	{
		top: 25px;
	}
}
.add-to-basket.second-hand
{
	border: 2px dotted #ff4444;
	margin-bottom: 75px;
	margin-left: 27px;
	margin-top: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	position: relative;
}
@media (max-width: 767px)
{
	.add-to-basket.second-hand
	{
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-top: 40px;
	}
}
.add-to-basket.second-hand .pico-icon-down
{
	left: 50%;
	margin-left: -15px;
	position: absolute;
	top: -23px;
}
.add-to-basket.second-hand .gift-text-light
{
	color: #3d3d42;
	font-size: 18px;
	margin-top: 60px;
	padding-left: 63px;
	position: relative;
}
.add-to-basket.second-hand .gift-text-light:before
{
	background-position: 0 -152px;
	content: '';
	height: 47px;
	left: 0;
	position: absolute;
	top: -20px;
	width: 42px;
}
.add-to-basket .product-name
{
	color: #46464a;
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
}
.add-to-basket .product-info
{
	color: #8e8e8e;
	font-size: 16px;
}
.add-to-basket .price
{
	font-size: 17px;
	margin: 13px 0;
	text-align: left;
}
.add-to-basket .btn-order
{
	font-size: 17px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	width: 100%;
}
.add-to-basket .btn-order .pico
{
	position: absolute;
	right: 15px;
	top: 6px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	.holala
	{
		padding-top: 30px !important;
	}
}
@media (min-width: 980px) and (max-width: 1199px)
{
	.holala
	{
		padding-left: 30px !important;
	}
}
@media (max-width: 767px)
{
	.panel-body
	{
		padding: 0;
	}
}
@media (max-width: 767px)
{
	.first-select .lab-select-list
	{
		left: -17% !important;
		width: 164px !important;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	.first-select .lab-select-list
	{
		left: -17% !important;
		width: 164px !important;
	}
}
header .pr-name
{
	font-family: "Geometria-Medium","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
@media (min-width: 768px) and (max-width: 979px)
{
	.form-sm
	{
		float: left;
		width: 50%;
	}
}
.amelie-input
{
	box-shadow: none !important;
	text-shadow: none !important;
}
.amelie-input:hover,.amelie-input:active,.amelie-input:focus,.amelie-input:visited
{
	box-shadow: none !important;
	text-shadow: none !important;
}
input,select,textarea
{
	box-shadow: none !important;
	outline: none !important;
}
input:focus,input:hover,input:active,input:visited,select:focus,select:hover,select:active,select:visited,textarea:focus,textarea:hover,textarea:active,textarea:visited
{
	box-shadow: none !important;
	outline: none !important;
}
@media (max-width: 767px)
{
	.carousel-box
	{
		display: none !important;
	}
}
.product-modal .dialog
{
	border-radius: 0;
	moz-border-radius: 0;
	webkit-border-radius: 0;
	width: 650px;
}
@media (max-width: 767px)
{
	.product-modal .dialog
	{
		margin: 10px auto 0 auto;
		width: 90%;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	.product-modal .dialog
	{
		margin: 10px auto 0 auto;
		width: 90%;
	}
}
.product-modal .dialog .content
{
	border-radius: 0;
	moz-border-radius: 0;
	webkit-border-radius: 0;
}
.product-modal .dialog .content .body
{
	padding: 15px 0 0 0;
}
.product-modal .dialog .content .body .modal-product-title
{
	color: #46464a;
	font-size: 18px;
	margin: 0;
}
.product-modal .dialog .content .body .modal-area
{
	color: #8e8e8e;
	font-size: 16px;
	margin-top: 20px;
}
.product-modal .dialog .content .body .opt-quontity
{
	display: block;
	float: none;
	margin: 22px auto 0 auto;
}
.product-modal .dialog .content .body .modal-price
{
	margin: 32px 0 0 0;
	text-align: center;
}
@media (max-width: 767px)
{
	.product-modal .dialog .content .body .modal-price
	{
		margin-top: 25px;
	}
}
.product-modal .dialog .content .body .modal-price span:first-child
{
	color: #2bcab9;
	font-size: 25px;
}
.product-modal .dialog .content .body .modal-price span:nth-child(2)
{
	color: #a9a9a9;
	font-size: 19px;
}
.product-modal .dialog .content .footer
{
	border-top: 1px solid #ebebec;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-top:-1px;
}
.product-modal .dialog .content .footer .btn-order
{
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
}
@media (max-width: 767px)
{
	.product-modal .dialog .content .footer .btn-order.second
	{
		margin-top: 20px;
	}
}
.product-modal .dialog .content .footer .footer-text
{
	color: #46464a;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
}
.product-modal .dialog .content .footer .footer-text span
{
	color: #2bcab9;
	font-size: 20px;
}
@media (max-width: 767px)
{
	.product-modal .dialog .content .footer .footer-text span
	{
		font-size: 33px;
	}
}
.gift-modal .dialog
{
	width: 625px;
}
@media (max-width: 767px)
{
	.gift-modal .dialog
	{
		margin: 10px auto 0 auto;
		width: 90%;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	.gift-modal .dialog
	{
		margin: 10px auto 0 auto;
		width: 90%;
	}
}
.gift-modal .dialog .content
{
	background-image: radial-gradient(circle at top left, #b9f5f7,#e3cbf0 70%);
	border-radius: 0;
	moz-border-radius: 0;
	padding: 30px 35px 35px 35px;
	position: relative;
	webkit-border-radius: 0;
}
@media (max-width: 767px)
{
	.gift-modal .dialog .content
	{
		padding: 15px 10px;
	}
}
.gift-modal .dialog .content .pico-close
{
	opacity: 1;
	position: absolute;
	right: 10px;
	top: 10px;
}
@media (max-width: 767px)
{
	.gift-modal .dialog .content .pico-close
	{
		top: 15px;
	}
}
.gift-modal .dialog .content .body
{
	padding: 0;
}
.gift-modal .dialog .content .body .modal-title
{
	color: #35373f;
	font-size: 29px;
	line-height: 34px;
	margin: 35px 0 20px 0;
	text-align: center;
}
@media (max-width: 767px)
{
	.gift-modal .dialog .content .body .modal-title
	{
		font-size: 23px;
	}
}
.gift-modal .dialog .content .body .gift-form
{
	margin: 0 auto;
	width: 435px;
}
@media (max-width: 767px)
{
	.gift-modal .dialog .content .body .gift-form
	{
		margin: 0;
		width: 100%;
	}
}
.gift-modal .dialog .content .body .gift-form .modal-input
{
	border: 1px solid #dcdcdc;
	border-radius: 0;
	box-shadow: none;
	color: #35373f;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	moz-border-radius: 0;
	outline: none;
	padding-left: 20px;
	padding-right: 20px;
	webkit-border-radius: 0;
	width: 100%;
}
@media (max-width: 767px)
{
	.gift-modal .dialog .content .body .gift-form .modal-input
	{
		height: 40px;
		width: 100%;
	}
}
.gift-modal .dialog .content .body .gift-form .modal-input :hover,.gift-modal .dialog .content .body .gift-form .modal-input:focus,.gift-modal .dialog .content .body .gift-form .modal-input:active
{
	box-shadow: none;
	outline: none;
}
.gift-modal .dialog .content .body .gift-form .form-group
{
	margin-bottom: 20px;
}
.gift-modal .dialog .content .body .gift-form .btn-order
{
	background-color: #1ed9e1;
	border-color: #1ed9e1;
	color: #fff;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	text-align: center;
	width: 100%;
}
.gift-modal .dialog .content .body .gift-form .btn-order:hover,.gift-modal .dialog .content .body .gift-form .btn-order:focus,.gift-modal .dialog .content .body .gift-form .btn-order.focus,.gift-modal .dialog .content .body .gift-form .btn-order:active,.gift-modal .dialog .content .body .gift-form .btn-order.active,.open>.gift-modal .dialog .content .body .gift-form .btn-order.dropdown-toggle
{
	background-color: #18aeb4;
	border-color: #17a5ab;
	color: #fff;
}
.gift-modal .dialog .content .body .gift-form .btn-order:active,.gift-modal .dialog .content .body .gift-form .btn-order.active,.open>.gift-modal .dialog .content .body .gift-form .btn-order.dropdown-toggle
{
	background-image: none;
}
.gift-modal .dialog .content .body .gift-form .btn-order.disabled,.gift-modal .dialog .content .body .gift-form .btn-order.disabled:hover,.gift-modal .dialog .content .body .gift-form .btn-order.disabled:focus,.gift-modal .dialog .content .body .gift-form .btn-order.disabled.focus,.gift-modal .dialog .content .body .gift-form .btn-order.disabled:active,.gift-modal .dialog .content .body .gift-form .btn-order.disabled.active,.gift-modal .dialog .content .body .gift-form .btn-order[disabled],.gift-modal .dialog .content .body .gift-form .btn-order[disabled]:hover,.gift-modal .dialog .content .body .gift-form .btn-order[disabled]:focus,.gift-modal .dialog .content .body .gift-form .btn-order[disabled].focus,.gift-modal .dialog .content .body .gift-form .btn-order[disabled]:active,.gift-modal .dialog .content .body .gift-form .btn-order[disabled].active,fieldset[disabled] .gift-modal .dialog .content .body .gift-form .btn-order,fieldset[disabled] .gift-modal .dialog .content .body .gift-form .btn-order:hover,fieldset[disabled] .gift-modal .dialog .content .body .gift-form .btn-order:focus,fieldset[disabled] .gift-modal .dialog .content .body .gift-form .btn-order.focus,fieldset[disabled] .gift-modal .dialog .content .body .gift-form .btn-order:active,fieldset[disabled] .gift-modal .dialog .content .body .gift-form .btn-order.active
{
	background-color: #1ed9e1;
	border-color: #1ed9e1;
}
.gift-modal .dialog .content .body .gift-form .btn-order .badge
{
	background-color: #fff;
	color: #1ed9e1;
}
@media (max-width: 767px)
{
	.gift-modal .dialog .content .body .gift-form .btn-order
	{
		height: 50px;
		line-height: 50px;
		width: 100%;
	}
}
.gift-modal .dialog .content .body .gift-info-text
{
	color: #35373f;
	font-size: 15px;
	margin: 15px 0 0 0;
	text-align: center;
}
@media (max-width: 767px)
{
	.gift-modal .dialog .content .body .gift-info-text
	{
		color: #30343d;
	}
}
.fast-show-modal .dialog
{
	width: 560px;
}
@media (max-width: 767px)
{
	.fast-show-modal .dialog
	{
		margin: 10px auto 0 auto;
		width: 90%;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	.fast-show-modal .dialog
	{
		margin: 10px auto 0 auto;
		width: 560px;
	}
}
.fast-show-modal .dialog .content
{
	background-color: #fff;
	border-radius: 0;
	moz-border-radius: 0;
	position: relative;
	webkit-border-radius: 0;
}
.fast-show-modal .dialog .content .pico-close
{
	opacity: 1;
	position: absolute;
	right: 10px;
	top: 10px;
}
.fast-show-modal .dialog .content .body
{
	padding: 30px;
}
@media (max-width: 767px)
{
	.fast-show-modal .dialog .content .body
	{
		padding: 20px;
	}
}
.fast-show-modal .dialog .content .body .fast-title
{
	color: #46464a;
	font-size: 20px;
	margin-bottom: 10px;
}
.fast-show-modal .dialog .content .body .fast-description
{
	color: #8e8e8e;
	font-size: 16px;
	margin: 0;
}
.fast-show-modal .dialog .content .body .about-link
{
	color: #323237;
	float: right;
	font-size: 16px;
	margin-top: 0;
	text-decoration: underline;
}
@media (max-width: 767px)
{
	.fast-show-modal .dialog .content .body .about-link
	{
		margin: 0;
	}
}
.fast-show-modal .dialog .content .body .about-link:hover,.fast-show-modal .dialog .content .body .about-link:focus,.fast-show-modal .dialog .content .body .about-link:visited
{
	color: #323237;
	font-size: 16px;
}
.fast-show-modal .dialog .content .body .about-list
{
	margin: 40px 0 0 0;
}
.fast-show-modal .dialog .content .body .about-list li+li
{
	padding-top: 35px;
}
.fast-show-modal .dialog .content .body .about-list .modal-area-text
{
	color: #8b8b8b;
	font-size: 16px;
	margin: 0;
}
.fast-show-modal .dialog .content .body .about-list .modal-about-product-text
{
	color: #9d9d9d;
	font-size: 16px;
	line-height: 40px;
	margin: 0;
	text-align: center;
}
.fast-show-modal .dialog .content .body .about-list .btn-order
{
	background-color: #36cdbd;
	border-color: #36cdbd;
	color: #fff;
	font-size: 17px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	width: 100%;
}
.fast-show-modal .dialog .content .body .about-list .btn-order:hover,.fast-show-modal .dialog .content .body .about-list .btn-order:focus,.fast-show-modal .dialog .content .body .about-list .btn-order.focus,.fast-show-modal .dialog .content .body .about-list .btn-order:active,.fast-show-modal .dialog .content .body .about-list .btn-order.active,.open>.fast-show-modal .dialog .content .body .about-list .btn-order.dropdown-toggle
{
	background-color: #29a799;
	border-color: #279e92;
	color: #fff;
}
.fast-show-modal .dialog .content .body .about-list .btn-order:active,.fast-show-modal .dialog .content .body .about-list .btn-order.active,.open>.fast-show-modal .dialog .content .body .about-list .btn-order.dropdown-toggle
{
	background-image: none;
}
.fast-show-modal .dialog .content .body .about-list .btn-order.disabled,.fast-show-modal .dialog .content .body .about-list .btn-order.disabled:hover,.fast-show-modal .dialog .content .body .about-list .btn-order.disabled:focus,.fast-show-modal .dialog .content .body .about-list .btn-order.disabled.focus,.fast-show-modal .dialog .content .body .about-list .btn-order.disabled:active,.fast-show-modal .dialog .content .body .about-list .btn-order.disabled.active,.fast-show-modal .dialog .content .body .about-list .btn-order[disabled],.fast-show-modal .dialog .content .body .about-list .btn-order[disabled]:hover,.fast-show-modal .dialog .content .body .about-list .btn-order[disabled]:focus,.fast-show-modal .dialog .content .body .about-list .btn-order[disabled].focus,.fast-show-modal .dialog .content .body .about-list .btn-order[disabled]:active,.fast-show-modal .dialog .content .body .about-list .btn-order[disabled].active,fieldset[disabled] .fast-show-modal .dialog .content .body .about-list .btn-order,fieldset[disabled] .fast-show-modal .dialog .content .body .about-list .btn-order:hover,fieldset[disabled] .fast-show-modal .dialog .content .body .about-list .btn-order:focus,fieldset[disabled] .fast-show-modal .dialog .content .body .about-list .btn-order.focus,fieldset[disabled] .fast-show-modal .dialog .content .body .about-list .btn-order:active,fieldset[disabled] .fast-show-modal .dialog .content .body .about-list .btn-order.active
{
	background-color: #36cdbd;
	border-color: #36cdbd;
}
.fast-show-modal .dialog .content .body .about-list .btn-order .badge
{
	background-color: #fff;
	color: #36cdbd;
}
.fast-show-modal .dialog .content .body .about-list .btn-order .pico
{
	position: absolute;
	right: 10px;
	top: 4px;
}
@media (max-width: 767px)
{
	.fast-show-modal .dialog .content .body .about-list .btn-order
	{
		margin-top: 10px;
	}
}
.fast-show-modal .dialog .content .body .about-list .modal-price
{
	line-height: 18px;
	margin: 0;
}
.fast-show-modal .dialog .content .body .about-list .modal-price span:first-child
{
	color: #373737;
	font-size: 27px;
}
.fast-show-modal .dialog .content .body .about-list .modal-price span:last-child
{
	color: #8b8b8b;
	font-size: 17px;
}
.fast-show-modal .dialog .number-form
{
	margin: 11px -10px 0 -10px;
}
.fast-show-modal .dialog .number-form .form-group
{
	margin-bottom: 10px;
	position: relative;
}
.fast-show-modal .dialog .number-form .form-group.first
{
	padding-left: 40px;
}
.fast-show-modal .dialog .number-form .form-group.first:before
{
	background-color: #373737;
	border-radius: 0;
	color: #fff;
	content: '+7';
	font-size: 17px;
	left: 10px;
	moz-border-radius: 0;
	padding: 8px 11px;
	position: absolute;
	webkit-border-radius: 0;
}
.fast-show-modal .dialog .number-form .form-group .number-input
{
	border: 1px solid #e3e3e3;
	border-left: 0;
	border-radius: 0;
	box-shadow: none;
	color: #a5a5a5;
	font-size: 17px;
	height: 40px;
	moz-border-radius: 0;
	webkit-border-radius: 0;
	width: 100%;
}
.fast-show-modal .dialog .number-form .form-group .number-input:hover,.fast-show-modal .dialog .number-form .form-group .number-input:focus,.fast-show-modal .dialog .number-form .form-group .number-input:active
{
	box-shadow: none;
	outline: none;
}
.fast-show-modal .dialog .number-form .form-group .btn-order
{
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
}
.basket-modal .dialog
{
	width: 445px;
}
@media (max-width: 767px)
{
	.basket-modal .dialog
	{
		margin: 10px auto 0 auto;
		width: 90%;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	.basket-modal .dialog
	{
		margin: 10px auto 0 auto;
		width: 445px;
	}
}
.basket-modal .dialog .content
{
	background-color: #fff;
	border: 2px solid #a9a9a9;
	border-radius: 0;
	moz-border-radius: 0;
	position: relative;
	webkit-border-radius: 0;
}
.basket-modal .dialog .content .pico-close
{
	position: absolute;
	right: 10px;
	top: 10px;
}
.basket-modal .dialog .content .body
{
	padding: 30px 25px 37px 25px;
}
@media (max-width: 767px)
{
	.basket-modal .dialog .content .body
	{
		padding-left: 15px;
		padding-right: 15px;
	}
}
.basket-modal .dialog .content .body .modal-title
{
	color: #46464a;
	font-size: 20px;
	margin-bottom: 15px;
	text-align: center;
}
.basket-modal .dialog .content .body .product-name
{
	color: #46464a;
	font-size: 22px;
	margin: 0;
}
@media (max-width: 767px)
{
	.basket-modal .dialog .content .body .product-name
	{
		font-size: 18px;
	}
}
.basket-modal .dialog .content .body .product-type
{
	color: #8e8e8e;
	font-size: 16px;
	margin: 0;
}
.basket-modal .dialog .content .body .product-modal-price
{
	margin: 0;
}
.basket-modal .dialog .content .body .product-modal-price .rub {
	font-size:17px;	
}
.basket-modal .dialog .content .body .product-modal-price span:first-child
{
	color: #373737;
	font-size: 27px;
}
.basket-modal .dialog .content .body .product-modal-price span :last-child
{
	color: #373737;
	font-size: 27px;
}
.basket-modal .dialog .content .body .btn-continue
{
	background-color: #fff;
	border-color: #7cdbd0;
	border-radius: 0;
	border-width: 2px;
	color: #7cdbd0;
	font-size: 16px;
	height: 62px;
	moz-border-radius: 0;
	padding-left: 40px;
	padding-top: 7px;
	position: relative;
	webkit-border-radius: 0;
	white-space: normal;
	width: 100%;
}
.basket-modal .dialog .content .body .btn-continue:hover,.basket-modal .dialog .content .body .btn-continue:focus,.basket-modal .dialog .content .body .btn-continue.focus,.basket-modal .dialog .content .body .btn-continue:active,.basket-modal .dialog .content .body .btn-continue.active,.open>.basket-modal .dialog .content .body .btn-continue.dropdown-toggle
{
	background-color: #e6e6e6;
	border-color: #4ccebf;
	color: #7cdbd0;
}
.basket-modal .dialog .content .body .btn-continue:active,.basket-modal .dialog .content .body .btn-continue.active,.open>.basket-modal .dialog .content .body .btn-continue.dropdown-toggle
{
	background-image: none;
}
.basket-modal .dialog .content .body .btn-continue.disabled,.basket-modal .dialog .content .body .btn-continue.disabled:hover,.basket-modal .dialog .content .body .btn-continue.disabled:focus,.basket-modal .dialog .content .body .btn-continue.disabled.focus,.basket-modal .dialog .content .body .btn-continue.disabled:active,.basket-modal .dialog .content .body .btn-continue.disabled.active,.basket-modal .dialog .content .body .btn-continue[disabled],.basket-modal .dialog .content .body .btn-continue[disabled]:hover,.basket-modal .dialog .content .body .btn-continue[disabled]:focus,.basket-modal .dialog .content .body .btn-continue[disabled].focus,.basket-modal .dialog .content .body .btn-continue[disabled]:active,.basket-modal .dialog .content .body .btn-continue[disabled].active,fieldset[disabled] .basket-modal .dialog .content .body .btn-continue,fieldset[disabled] .basket-modal .dialog .content .body .btn-continue:hover,fieldset[disabled] .basket-modal .dialog .content .body .btn-continue:focus,fieldset[disabled] .basket-modal .dialog .content .body .btn-continue.focus,fieldset[disabled] .basket-modal .dialog .content .body .btn-continue:active,fieldset[disabled] .basket-modal .dialog .content .body .btn-continue.active
{
	background-color: #fff;
	border-color: #7cdbd0;
}
.basket-modal .dialog .content .body .btn-continue .badge
{
	background-color: #7cdbd0;
	color: #fff;
}
.basket-modal .dialog .content .body .btn-continue .pico
{
	left: 10px;
	position: absolute;
	top: 20px;
}
@media (max-width: 767px)
{
	.basket-modal .dialog .content .body .btn-continue .pico
	{
		top: 14px;
	}
}
.basket-modal .dialog .content .body .btn-continue:hover,.basket-modal .dialog .content .body .btn-continue:focus,.basket-modal .dialog .content .body .btn-continue:active
{
	background-color: #fff !important;
}
@media (max-width: 767px)
{
	.basket-modal .dialog .content .body .btn-continue
	{
		font-size: 14px;
		height: 50px;
		line-height: 50px;
		padding: 0;
		text-align: center;
	}
}
.basket-modal .dialog .content .body .btn-order
{
	background-color: #36cdbd;
	border-color: #36cdbd;
	border-radius: 0;
	border-width: 0;
	color: #fff;
	font-size: 16px;
	height: 62px;
	line-height: 62px;
	moz-border-radius: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	webkit-border-radius: 0;
	width: 100%;
}
.basket-modal .dialog .content .body .btn-order:hover,.basket-modal .dialog .content .body .btn-order:focus,.basket-modal .dialog .content .body .btn-order.focus,.basket-modal .dialog .content .body .btn-order:active,.basket-modal .dialog .content .body .btn-order.active,.open>.basket-modal .dialog .content .body .btn-order.dropdown-toggle
{
	background-color: #29a799;
	border-color: #279e92;
	color: #fff;
}
.basket-modal .dialog .content .body .btn-order:active,.basket-modal .dialog .content .body .btn-order.active,.open>.basket-modal .dialog .content .body .btn-order.dropdown-toggle
{
	background-image: none;
}
.basket-modal .dialog .content .body .btn-order.disabled,.basket-modal .dialog .content .body .btn-order.disabled:hover,.basket-modal .dialog .content .body .btn-order.disabled:focus,.basket-modal .dialog .content .body .btn-order.disabled.focus,.basket-modal .dialog .content .body .btn-order.disabled:active,.basket-modal .dialog .content .body .btn-order.disabled.active,.basket-modal .dialog .content .body .btn-order[disabled],.basket-modal .dialog .content .body .btn-order[disabled]:hover,.basket-modal .dialog .content .body .btn-order[disabled]:focus,.basket-modal .dialog .content .body .btn-order[disabled].focus,.basket-modal .dialog .content .body .btn-order[disabled]:active,.basket-modal .dialog .content .body .btn-order[disabled].active,fieldset[disabled] .basket-modal .dialog .content .body .btn-order,fieldset[disabled] .basket-modal .dialog .content .body .btn-order:hover,fieldset[disabled] .basket-modal .dialog .content .body .btn-order:focus,fieldset[disabled] .basket-modal .dialog .content .body .btn-order.focus,fieldset[disabled] .basket-modal .dialog .content .body .btn-order:active,fieldset[disabled] .basket-modal .dialog .content .body .btn-order.active
{
	background-color: #36cdbd;
	border-color: #36cdbd;
}
.basket-modal .dialog .content .body .btn-order .badge
{
	background-color: #fff;
	color: #36cdbd;
}
@media (max-width: 767px)
{
	.basket-modal .dialog .content .body .btn-order
	{
		font-size: 14px;
		height: 50px;
		line-height: 50px;
		margin-top: 18px;
		padding: 0;
		text-align: center;
	}
}
.basket-modal .dialog .content .body .buttons-row
{
	margin-top: 25px;
}
@media (max-width: 767px)
{
	.basket-modal .dialog .content .body .buttons-row
	{
		margin-top: 15px;
	}
}
.modal
{
	z-index: 99999999999999;
}
.enter-modal .modal-title
{
	font-size: 24px;
	padding-bottom: 20px;
	text-align: center;
}
.enter-modal .pico-close
{
	position: absolute;
	right: 10px;
	top: 5px;
}
.enter-modal .dialog
{
	border-radius: 0;
	moz-border-radius: 0;
	position: relative;
	webkit-border-radius: 0;
	width: 700px;
}
@media (max-width: 767px)
{
	.enter-modal .dialog
	{
		margin: 10px auto 0 auto;
		width: 90%;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	.enter-modal .dialog
	{
		margin: 10px auto 0 auto;
		width: 100%;
	}
}
.enter-modal .dialog .content
{
	border-radius: 0;
	moz-border-radius: 0;
	webkit-border-radius: 0;
}
.enter-modal .dialog .content .body
{
	padding: 20px;
}
header
{
	padding-top: 20px;
}
@media (max-width: 767px)
{
	header
	{
		padding: 0;
	}
}
@media (min-width: 1200px)
{
	header
	{
		background-color: #fff;
		/* position: fixed; 15.01.2017 */
		width: 100%;
		z-index: 700;
		top:0;
		left:0;
	}
}
@media (min-width: 980px) and (max-width: 1199px)
{
	header
	{
		background-color: #fff;
		/* position: fixed; 15.01.2017 */
		width: 100%;
		z-index: 9999;
	}
}
header .brand
{
	display: block;
	margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	header .brand
	{
		margin-top: 12px;
	}
}
header .my-nav
{
	background-color: #323237;
	border-radius: 0;
	margin: 20px 0 0 0;
	min-height: 60px;
	moz-border-radius: 0;
	webkit-border-radius: 0;
}
@media (max-width: 767px)
{
	header .my-nav
	{
		margin-top: 0;
	}
	header .my-nav .navbar-toggle
	{
		margin-top: -94px;
	}
	header .my-nav .navbar-toggle .icon-bar
	{
		background-color: #fff;
	}
}
header .my-nav .navbar-collapse
{
	border: 0;
	padding: 0;
}
header .my-nav .navbar-nav
{
	float: none;
}
@media (max-width: 767px)
{
	header .my-nav .navbar-nav .dropdown.open .header-link
	{
		background-color: transparent !important;
	}
}
header .my-nav .navbar-nav li.active
{
	position: relative;
}
@media (min-width: 768px) and (max-width: 979px)
{
	header .my-nav .navbar-nav li.active:hover .hover-list
	{
		display: block;
	}
}
@media (min-width: 1200px)
{
	header .my-nav .navbar-nav li.active:hover .hover-list
	{
		display: block;
	}
}
@media (min-width: 980px) and (max-width: 1199px)
{
	header .my-nav .navbar-nav li.active:hover .hover-list
	{
		display: block;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	header .my-nav .navbar-nav li .hover-list
	{
		background-color: #434349;
		display: none;
		margin: 0;
		padding: 30px 30px 35px 30px;
		position: absolute;
		top: 60px;
		width: 100%;
		z-index: 99999;
	}
}
@media (min-width: 980px) and (max-width: 1199px)
{
	header .my-nav .navbar-nav li .hover-list
	{
		background-color: #434349;
		display: none;
		margin: 0;
		padding: 30px 30px 35px 30px;
		position: absolute;
		top: 60px;
		width: 100%;
		z-index: 99999;
	}
}
@media (min-width: 1200px)
{
	header .my-nav .navbar-nav li .hover-list
	{
		background-color: #434349;
		display: none;
		margin: 0;
		padding: 30px 30px 35px 30px;
		position: absolute;
		top: 60px;
		width: 100%;
		z-index: 99999;
	}
}
header .my-nav .navbar-nav li .hover-list li a
{
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
}
header .my-nav .navbar-nav li .hover-list li span
{
	color: #eee;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
header .my-nav .navbar-nav li .hover-list li a:hover,header .my-nav .navbar-nav li .hover-list li a:active,header .my-nav .navbar-nav li .hover-list li a:focus
{
	color: #7a7a7a;
}
header .my-nav .navbar-nav li .hover-list li+li
{
	padding-top: 15px;
}
header .my-nav .navbar-nav .header-link
{
	color: #fff;
	font-size: 18px;
	min-height: 60px;
	padding: 20px 45px;
	text-decoration: none;
}
@media (min-width: 980px) and (max-width: 1199px)
{
	header .my-nav .navbar-nav .header-link
	{
		padding: 20px 30px;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	header .my-nav .navbar-nav .header-link
	{
		padding: 20px 14px;
	}
}
header .my-nav .navbar-nav .header-link:hover,header .my-nav .navbar-nav .header-link:focus,header .my-nav .navbar-nav .header-link:active
{
	background-color: #3d3d42;
	color: #fff;
}
@media (min-width: 768px) and (max-width: 979px)
{
	header .my-nav .container
	{
		margin: 0;
		padding: 0;
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	header .my-nav .card-box
	{
		padding: 0 14px !important;
	}
}
@media (max-width: 767px)
{
	header .contact-box
	{
		background-color: #2e2e34;
		border: 0;
		padding: 15px 0 15px 10px;
	}
}
header .contact-box .work-time-xs
{
	margin: 0;
	color: #ffffff;
}
header .contact-box .work-time-xs span:first-child
{
	color: #888888;
	font-size: 13px;
}
header .contact-box .work-time-xs span:last-child
{
	color: #ffffff;
	font-size: 13px;
}
@media (max-width: 767px)
{
	header .contact-box .num
	{
		color: #fff;
		font-size: 17.5px;
		padding-left: 30px;
		text-align: left;
	}
}
@media (max-width: 767px)
{
	header .contact-box .num:before
	{
		background-image: url("/bitrix/templates/my-kosm.ru/css/../img/pico/phone-icon-xs.png");
		background-position: center;
		display: inline-block;
		height: 16px;
		left: 0;
		width: 16px;
	}
}
@media (max-width: 767px)
{
	header .logo-xs-box
	{
		padding-bottom: 20px;
		padding-top: 124px;
	}
}
@media (max-width: 767px)
{
	header .logo-xs-box .btn-blue
	{
		font-size: 13px;
		height: 30px;
		line-height: 30px;
		margin-top: 10px;
		padding: 0;
	}
}
@media (max-width: 767px)
{
	header .logo-xs-box .dropdown.open .card-box
	{
		background-color: #fff !important;
		color: #2e2e34 !important;
	}
}
@media (max-width: 767px)
{
	header .logo-xs-box .card-box
	{
		background-color: #fff;
		border: 1px solid #e5e5e5;
		border-radius: 0;
		color: #2e2e34;
		font-size: 18px;
		height: 74px;
		line-height: 74px !important;
		margin: 0;
		padding: 0 0 0 8px !important;
		position: relative;
		text-align: left;
		width: 100%;
	}
}
@media (max-width: 767px)
{
	header .logo-xs-box .card-box:hover,header .logo-xs-box .card-box:focus,header .logo-xs-box .card-box:active
	{
		background-color: #fff !important;
		border: 1px solid #e5e5e5;
		color: #2e2e34 !important;
		outline: none;
	}
}
header .logo-xs-box .card-box .pico
{
	position: absolute;
	right: 10px;
	top: 8px;
}
.contact-box
{
	background-color: #f9f9f9;
	border-left: 4px solid #474747;
	padding: 13px 0;
}
.contact-box .num
{
	color: #474747;
	font-size: 18px;
	margin: 0;
	position: relative;
	text-align: center;
}
.contact-box .num.padd {
	padding-right:10px;	
}
@media (min-width: 768px) and (max-width: 979px)
{
	.contact-box .num
	{
		font-size: 14px;
	}
}
.contact-box .num.second
{
	margin-top: 3px;
}
.contact-box .num:before
{
	background-position: 0 -1337px;
	content: '';
	display: block;
	height: 13px;
	left: 25px;
	position: absolute;
	top: 5px;
	width: 13px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	.contact-box .num:before
	{
		left: 4px;
		top: 2px;
	}
}
.work-time.padd {
	padding-left:10px;	
	text-align:right;
}
.work-time
{
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 5px;
	position: relative;
	text-align: center;
	
}
@media (min-width: 768px) and (max-width: 979px)
{
	.work-time
	{
		font-size: 12px;
	}	
}
@media (min-width: 980px) and (max-width: 1199px)
{
	.work-time
	{
		font-size: 16px;	
		padding-left: 0;	
	}
}
@media (max-width: 1199px)
{
	.work-time.padd {
		padding-left:0;	
	}
}
.work-time.light
{
	color: #7d7d7d;
}
.work-time.dark
{
	color: #474747;	
}
.work-time:before
{
	background-position: 0 -542px;
	content: '';
	display: block;	
	height: 14px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 14px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	.work-time:before
	{
		left: -15px;
		top: 3px;
	}
}
@media (min-width: 980px) and (max-width: 1199px) {
	.common-count .text {
		width:160px;
		font-size:14px;
	}
	.common-count .num {
		font-size:18px;	
	}
	.common-count .val {
		font-size:14px;
	}
}
@media (min-width: 980px) and (max-width: 1199px)
{
	.work-time:before
	{
		left: -16px;
	}
}
@media (max-width: 767px)
{
	.haveDropdown
	{
		background-color: #3b3b43 !important;
		margin: 0;
		padding-left: 85px;
	}
}
.haveDropdown li
{
	position: relative;
}
@media (max-width: 767px)
{
	.haveDropdown li:first-child:before
	{
		background-image: url("/bitrix/templates/my-kosm.ru/css/../img/pico/hover-list-before-icon.png");
		background-repeat: no-repeat;
		content: '';
		display: inline-block;
		height: 19px;
		left: -38px;
		position: absolute;
		top: 0px;
		width: 21px;
	}
}
@media (max-width: 767px)
{
	.haveDropdown li a
	{
		font-size: 16px;
		padding: 10px 5px !important;
		text-transform: uppercase;
	}
}
@media (max-width: 767px)
{
	.haveDropdown li a:hover,.haveDropdown li a:active,.haveDropdown li a:focus,.haveDropdown li a:visited
	{
		background-color: transparent;
		color: #7a7a7a;
	}
}
@media (max-width: 767px)
{
	.logo img
	{
		height: 32px;
	}
}
@media (max-width: 480px)
{
	.haveDropdown
	{
		background-color: #3b3b43 !important;
		margin: 0;
		padding-left: 40px;
	}
	.navbar-nav {
		margin: 0;
	}
	.haveDropdown li:first-child:before {
		display:none;
	}
}
div.icarousel
{
	position: relative;
}
@media (min-width: 980px) and (max-width: 1199px)
{
	div.icarousel
	{
		padding-top: 163px;
	}
}
@media (min-width: 1200px)
{
	div.icarousel
	{
		padding-top: 163px;		
	}
}
@media (max-width: 767px)
{
	div.icarousel
	{
		position: relative;
	}
}
div.icarousel .item img
{
	width: 100%;
}
div.icarousel .item.active img
{
	width: 100%;
}
@media (min-width: 1200px)
{
	div.icarousel .item
	{
		height: 680px;
		overflow: hidden;
	}
}
@media (min-width: 980px) and (max-width: 1199px)
{
	div.icarousel .item
	{
		height: 680px;
		overflow: hidden;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	div.icarousel .item
	{
		overflow: hidden;
	}
}
@media (max-width: 767px)
{
	div.icarousel .carousel-indicator-xs
	{
		margin-top: -27.5px;
		position: absolute;
		top: 50%;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	div.icarousel .carousel-indicator-xs
	{
		margin-top: -27.5px;
		position: absolute;
		top: 50%;
	}
}
@media (max-width: 767px)
{
	div.icarousel .carousel-indicator-xs.left-controller
	{
		left: 10px;
		position: absolute;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	div.icarousel .carousel-indicator-xs.left-controller
	{
		left: 10px;
		position: absolute;
	}
}
@media (max-width: 767px)
{
	div.icarousel .carousel-indicator-xs.right-controller
	{
		position: absolute;
		right: 10px;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	div.icarousel .carousel-indicator-xs.right-controller
	{
		position: absolute;
		right: 10px;
	}
}
div.icarousel .carousel-indicators
{
	bottom: 0;
}
@media (max-width: 767px)
{
	div.icarousel .carousel-indicators
	{
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	div.icarousel .carousel-indicators
	{
		display: none;
	}
}
div.icarousel .carousel-indicators li
{
	background-color: #323237;
	border: 0;
	border-radius: 50%;
	height: 10px;
	moz-border-radius: 50%;
	webkit-border-radius: 50%;
	width: 10px;
}
div.icarousel .carousel-indicators li.active
{
	background-color: #fff;
	border: 2px solid #323237;
	height: 12px;
	width: 12px;
}
@media (min-width: 980px) and (max-width: 1199px)
{
	div.icarousel .carousel-inner
	{
		height: 680px;
		overflow: hidden;
	}
}
@media (min-width: 1200px)
{
	div.icarousel .carousel-inner
	{
		height: 680px;
		overflow: hidden;
	}
}
section.products-list
{
	padding-top: 75px;
	position: relative;
}
@media (max-width: 767px)
{
	section.products-list
	{
		padding-bottom: 35px;
		padding-top: 35px;
	}
}
@media (max-width: 767px)
{
	section.products-list .product-face
	{
		margin-bottom: 40px;
		margin-left: 10px;
		margin-right: 10px;
	}
}
.right-gift-box
{
	background-color: #2bcab9;
	left: 0;
	padding: 10px 50px 10px 10px;
	position: absolute;
	top: 40px;
}
@media (max-width: 767px)
{
	.right-gift-box
	{
		top: 90px;
	}
}
.right-gift-box .gift-price
{
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	margin: 0;
}
.right-gift-box .gift-link
{
	color: #fff;
	font-size: 13px;
	margin: 0;
	text-decoration: underline;
}
.right-gift-box .pico
{
	position: absolute;
	right: 0;
	top: 10px;
}
.right-gift-box .text-gift
{
	color: #323237;
	font-size: 13px;
}
section.products-list .price
{
	background-color: #3c3c41;
	color: #fff;
	margin: 0;
	padding: 5px 0 5px 22px;
	position: relative;
}
section.products-list .price span.first
{
	font-size: 22px;
}
section.products-list .price span.second
{
	font-size: 16px;
}
section.products-list .price span.pico
{
	position: absolute;
	right: 0;
	top: 0;
}
section.history-section
{
	margin-bottom: 110px;
}
@media (min-width: 980px) and (max-width: 1199px)
{
	section.history-section
	{
		padding-top: 0;
	}
}
@media (min-width: 1200px)
{
	section.history-section
	{
		padding-top: 0;
	}
}
@media (max-width: 767px)
{
	section.history-section
	{
		margin: 0;
		padding-bottom: 60px;
	}
}
section.history-section .info-about-product
{
	color: #8e8e8e;
	font-size: 16px;
	margin: 0;
}
section.history-section .page-title
{
	color: #404040;
	font-size: 22px;
	margin-bottom: 35px;
	margin-top: 40px;
}
@media (max-width: 767px)
{
	section.history-section .page-title
	{
		font-size: 20px;
		margin-bottom: 20px;
		margin-top: 33px;
	}
}
.list-right
{
	text-align: right;
}
@media (max-width: 767px)
{
	section.history-section .list-right
	{
		margin-left: -10px;
		margin-right: -10px;
		text-align: inherit;
	}
}
@media (min-width: 1200px)
{
	section.history-section .collapse-box
	{
		padding-right: 57px;
	}
}
section.history-section .collapse-box .panel-group
{
	margin: 0;
}
section.history-section .collapse-box .panel-group li+li
{
	padding-top: 15px;
}
section.history-section .collapse-box .panel
{
	border: 0;
	border-radius: 0;
	box-shadow: none;
}
section.history-section .collapse-box .collapse-head
{
	background-color: #ffffff;
	border: 0;
	cursor: pointer;
	padding: 0;
}
section.history-section .collapse-box .collapse-head .collapse-head-row
{
	padding-bottom: 5px;
	padding-top: 5px;
}
section.history-section .collapse-box .collapse-head .collapse-head-row.collapsed
{
	border: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
section.history-section .collapse-box .collapse-head .collapse-head-row.collapsed .caret
{
	color: #444444;
	ms-transform: rotate(0deg);
	o-transform: rotate(0deg);
	transform: rotate(0deg);
	webkit-transform: rotate(0deg);
}
section.history-section .collapse-box .collapse-head .count
{
	color: #0d91d5;
	font-size: 18px;
	margin: 0;
	padding-top: 10px;
	text-align: center;
}
@media (max-width: 767px)
{
	section.history-section .collapse-box .collapse-head .count
	{
		margin-left: 5px;
	}
}
section.history-section .collapse-box .collapse-head .number
{
	color: #393939;
	font-size: 19px;
	margin: 0;
	padding-top: 10px;
	text-align: left;
}
@media (max-width: 767px)
{
	section.history-section .collapse-box .collapse-head .number
	{
		margin-left: -5px;
	}
}
section.history-section .collapse-box .collapse-head .date
{
	color: #494949;
	font-size: 17px;
	margin: 0;
	padding-top: 10px;
	text-align: center;
}
section.history-section .collapse-box .collapse-head .total-price
{
	margin: 0;
	text-align: left;
}
@media (max-width: 767px)
{
	section.history-section .collapse-box .collapse-head .total-price
	{
		padding-top: 8px;
	}
}
section.history-section .collapse-box .collapse-head .total-price .num
{
	color: #29aaec;
	font-size: 29px;
}
@media (max-width: 767px)
{
	section.history-section .collapse-box .collapse-head .total-price .num
	{
		font-size: 22px;
	}
}
section.history-section .collapse-box .collapse-head .total-price .val
{
	color: #8b8b8b;
	font-size: 17px;
}
section.history-section .collapse-box .collapse-head .about
{
	color: #2bcab9;
	font-size: 18px;
	margin: 0;
	padding-right: 15px;
	padding-top: 9px;
	text-align: right;
	text-decoration: underline;
}
section.history-section .collapse-box .collapse-head .about .caret
{
	color: #444444;
	ms-transform: rotate(180deg);
	o-transform: rotate(180deg);
	transform: rotate(180deg);
	webkit-transform: rotate(180deg);
}
section.history-section .collapse-box .panel-collapse .collapse-content
{
	border: 0;
	padding: 30px 0 0 0;
}
section.history-section .collapse-box .panel-collapse .collapse-content .products-history-list
{
	margin: 0;
}
section.history-section .collapse-box .panel-collapse .collapse-content .products-history-list li
{
	margin-left: 70px;
	margin-right: 70px;
}
@media (max-width: 767px)
{
	section.history-section .collapse-box .panel-collapse .collapse-content .products-history-list li
	{
		margin-left: 5px;
		margin-right: 5px;
	}
}
section.history-section .collapse-box .panel-collapse .collapse-content .products-history-list li+li
{
	border-top: 1px solid #dfdfdf;
	margin-top: 30px;
	padding-top: 30px;
}
section.history-section .collapse-box .panel-collapse .collapse-content .product-name
{
	padding-top: 15px;
}
@media (max-width: 767px)
{
	section.history-section .collapse-box .panel-collapse .collapse-content .product-name
	{
		padding-top: 20px;
	}
}
section.history-section .collapse-box .panel-collapse .collapse-content .product-name .info
{
	color: #393939;
	font-size: 23px;
	line-height: 27px;
	margin-bottom: 30px;
}
section.history-section .collapse-box .panel-collapse .collapse-content .about-product
{
	min-height: 104px;
	padding-top: 55px;
}
@media (max-width: 767px)
{
	section.history-section .collapse-box .panel-collapse .collapse-content .about-product
	{
		min-height: auto;
		padding-top: 10px;
	}
}
section.history-section .collapse-box .panel-collapse .collapse-content .about-product .info
{
	color: #a4a4a4;
	font-size: 14px;
	line-height: 14px;
	margin: 0;
}
section.history-section .collapse-box .panel-collapse .collapse-content .count-row
{
	margin-top: 14px;
}
section.history-section .collapse-box .panel-collapse .collapse-content .count
{
	color: #404040;
	font-size: 18px;
	margin: 75px 0 0 0;
}
@media (max-width: 767px)
{
	section.history-section .collapse-box .panel-collapse .collapse-content .count
	{
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.history-section .collapse-box .panel-collapse .collapse-content .count
	{
		margin: 75px 0 0 -20px;
		width: 100px;
	}
}
section.history-section .collapse-box .panel-collapse .collapse-content .count .num
{
	color: #0d91d5;
}
section.history-section .collapse-box .panel-collapse .collapse-content .price
{
	color: #29aaec;
	font-size: 23px;
	margin: 0;
	padding-top: 73px;
	text-align: right;
}
@media (max-width: 767px)
{
	section.history-section .collapse-box .panel-collapse .collapse-content .price
	{
		font-size: 28px;
		margin-left: -28px;
		padding-top: 28px;
		width: 127px;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.history-section .collapse-box .panel-collapse .collapse-content .price
	{
		margin-left: -15px;
		width: 95px;
	}
}
section.history-section .collapse-box .panel-collapse .collapse-content .price .val
{
	color: #8b8b8b;
	font-size: 17px;
}
@media (min-width: 980px) and (max-width: 1199px)
{
	section.contacts
	{
		padding-top: 0;
	}
}
@media (min-width: 1200px)
{
	section.contacts
	{
		padding-top: 0;
	}
}
@media (max-width: 767px)
{
	section.contacts
	{
		padding-bottom: 100px;
	}
}
section.contacts .back-image
{
	display: block;
	padding-top: 160px;
	position: relative;
}
section.contacts .back-image .image
{
	display: block;
	margin: 0 auto;
	width: 482px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.contacts .back-image .image
	{
		margin: 0 0 0 -120px;
	}
}
section.contacts .contact-topic-list
{
	margin: 0;
}
section.contacts .contact-topic-list .topic-li .contact-title
{
	color: #30343d;
	font-size: 23px;
	margin-bottom: 18px;
	text-transform: uppercase;
}
section.contacts .contact-topic-list .topic-li .contact-info-list
{
	margin: 0;
}
section.contacts .contact-topic-list .topic-li .contact-info-list li+li
{
	padding-top: 17px;
}
section.contacts .contact-topic-list .topic-li .contact-info-list .info-contact
{
	color: #30343d;
	font-size: 18px;
	margin: 0;
	padding-left: 40px;
	position: relative;
}
@media (max-width: 767px)
{
	section.contacts .contact-topic-list .topic-li .contact-info-list .info-contact
	{
		font-size: 16px;
		margin-left: 10px;
	}
}
section.contacts .contact-topic-list .topic-li .contact-info-list .info-contact .pico
{
	left: 0;
	position: absolute;
	top: 50%;
}
section.contacts .contact-topic-list .topic-li .contact-info-list .info-contact .pico.pico-timer-contact
{
	margin-top: -7px;
}
section.contacts .contact-topic-list .topic-li .contact-info-list .info-contact .pico.pico-message-contact
{
	margin-top: -5px;
}
section.contacts .contact-topic-list .topic-li .contact-info-list .info-contact .pico.pico-contact-phone
{
	margin-top: -6.5px;
}
section.contacts .contact-topic-list .topic-li .contact-info-list .info-contact .light
{
	color: #979797;
}
section.contacts .contact-topic-list .topic-li+.topic-li
{
	padding-top: 60px;
}
@media (max-width: 767px)
{
	section.contacts .breadcrumb-box
	{
		margin-bottom: 35px;
		margin-top: 13px;
	}
}
@media (min-width: 980px) and (max-width: 1199px)
{
	section.basket
	{
		padding-top: 0;
	}
}
@media (min-width: 1200px)
{
	section.basket
	{
		padding-top: 0;
	}
}
section.basket .order-form
{
	background-color: #f9f9f9;
	margin-left: 20px;
	padding: 80px 50px 20px 50px;
}
@media (max-width: 767px)
{
	section.basket .order-form
	{
		margin-left: -20px;
		margin-right: -20px;
		padding: 40px 10px;
	}
}
@media (max-width: 767px)
{
	section.basket .order-form
	{
		margin-bottom: 5px;
		margin-left: -10px;
		margin-right: -10px;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.basket .order-form
	{
		background-color: transparent;
		margin-left: -10px;
		margin-right: -10px;
		padding: 40px 10px;
	}
}
section.basket .order-form .amelie-input
{
	box-shadow: none;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.basket .order-form .text-area textarea
	{
		height: 120px !important;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.basket .order-form .select-r
	{
		margin-top: -80px;
	}
}
section.basket .order-form .form-title
{
	color: #404040;
	font-family: "Geometria-Medium","Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-size: 22px;
	margin-bottom: 32px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	text-transform: uppercase;
}
section.basket .order-form .form-group label
{
	color: #363737;
	font-size: 15px;
	margin: 0;
	padding: 0;
}
section.basket .order-form .form-group label .important
{
	color: #ff7e00;
	font-size: 15px;
}
section.basket .order-form .btn-order
{
	height: 50px;
	line-height: 50px;
	padding: 0;
	width: 100%;
}
section.basket .order-form label
{
	font-weight: normal;
}
section.basket .orders-box
{
	padding-top: 55px;
}
@media (max-width: 767px)
{
	section.basket .orders-box
	{
		margin-left: -10px;
		margin-right: -10px;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.basket .orders-box
	{
		padding-top: 30px;
	}
}
@media (max-width: 767px)
{
	section.basket .orders-box
	{
		padding-top: 30px;
	}
}
section.basket .orders-box .order-title
{
	color: #404040;
	font-size: 22px;
	margin-bottom: 50px;
	text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.basket .orders-box .order-title
	{
		margin-bottom: 25px;
	}
}
@media (max-width: 767px)
{
	section.basket .orders-box .order-title
	{
		margin-bottom: 25px;
	}
}
section.basket .orders-box .product-name
{
	color: #46464a;
	font-size: 20px;
	margin-bottom: 20px;
}
section.basket .orders-box .about-product
{
	color: #8e8e8e;
	font-size: 16px;
	margin-bottom: 2px;
}
@media (max-width: 767px)
{
	section.basket .orders-box .about-product
	{
		font-size: 14px;
		margin: 0;
	}
}
section.basket .orders-box .gift-box
{
	background-color: transparent;
	border: 2px dotted #2bcab9;
	color: #2bcab9;
	height: 115px;
	line-height: 115px;
	margin: 7px 0 0 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 135px;
}
section.basket .orders-box .gift-box .pico
{
	bottom: 0;
	position: absolute;
	right: 0;
}
section.basket .orders-box .price
{
	margin: 0;
	text-align: right;
}
section.basket .orders-box .price .medium
{
	color: #2bcab9;
	font-size: 25px;
}
section.basket .orders-box .price .light
{
	color: #a9a9a9;
	font-size: 19px;
}
section.basket .orders-box .remove
{
	color: #3f3f3f;
	display: block;
	float: right;
	font-size: 16px;
	margin: 0;
	text-decoration: underline;
}
@media (max-width: 767px)
{
	section.basket .orders-box .remove
	{
		display: block;
		float: right;
		text-align: right;
		width: 100%;
	}
}
section.basket .orders-box .remove:hover,section.basket .orders-box .remove:focus,section.basket .orders-box .remove:active
{
	color: #3f3f3f;
}
section.basket .orders-box .order-details li+li
{
	border-top: 1px solid #d2d2d2;
	margin-top: 33px;
	padding-top: 20px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.basket .orders-box .order-details li+li
	{
		margin-top: 20px;
		padding-top: 33px;
	}
}
@media (max-width: 767px)
{
	section.basket .orders-box .order-details li
	{
		margin-left: -10px;
		margin-right: -10px;
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (max-width: 767px)
{
	section.basket .orders-box .order-details li .opt-quontity
	{
		float: right;
	}
}
section.basket .orders-box .regions
{
	border: 3px dotted #2bcab9;
	display: block;
	height: 100%;
	margin-top: 35px;
	padding: 13px 20px 15px 20px;
	width: 100%;
}
section.basket .orders-box .regions .regions-info
{
	color: #3d3d42;
	font-size: 16px;
	margin: 0;
}
section.basket .orders-box .regions .regions-info:first-child
{
	margin-bottom: 10px;
}
section.basket .orders-box .regions span.blue
{
	color: #2bcab9;
}
section.basket .at-last-count .last-text
{
	color: #3d3d42;
}
section.basket .at-last-count .last-num
{
	color: #2bcab9;
}
section.basket .free-delivery
{
	border: 3px dotted #2bcab9;
	margin-bottom: 40px;
	padding-bottom: 22px;
	padding-top: 22px;
	position: relative;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.basket .free-delivery
	{
		margin-top: 30px;
	}
}
section.basket .free-delivery .pico-basket-only
{
	margin-top: -23.5px;
	position: absolute;
	right: 30px;
	top: 50%;
}
@media (max-width: 767px)
{
	section.basket .free-delivery .pico-basket-only
	{
		display: none;
	}
}
@media (max-width: 767px)
{
	section.basket .free-delivery
	{
		padding: 20px 15px;
	}
}
section.basket .free-delivery .delivery-info
{
	color: #3f3f3f;
	font-size: 18px;
	line-height: 18px;
	margin: 0;
	text-align: center;
	width: 80%;
}
@media (max-width: 767px)
{
	section.basket .free-delivery .delivery-info
	{
		width: 100%;
	}
}
section.basket .free-delivery .delivery-info .font-geometria-medium
{
	color: #2a2a2a;
}
@media (max-width: 767px)
{
	section.basket .free-delivery .delivery-info
	{
		text-align: left;
	}
}
section.basket .free-delivery .delivery-info .price
{
	color: #2bcab9;
	font-size: 19px;
}
section.basket .free-delivery .delivery-info .price .num
{
	font-weight: bold;
}
section.basket .free-delivery .delivery-info .uu
{
	color: #3f3f3f;
}
section.basket .common-count .num
{
	color: #3d3d42;
}
section.basket .common-count .text
{
	color: #9d9d9d;
}
section.basket .common-count .num-delivery
{
	color: #3d3d42;
}
@media (max-width: 767px)
{
	section.basket .add-to-basket .price
	{
		margin-bottom: 20px;
		text-align: left;
	}
}
@media (max-width: 767px)
{
	section.basket .add-to-basket .product-name
	{
		font-size: 18px;
		margin: 0;
	}
}
@media (max-width: 767px)
{
	section.basket .add-to-basket
	{
		margin-left: 27px;
		margin-right: 27px;
	}
}
section.profile-section
{
	margin-bottom: 60px;
}

@media (max-width: 767px)
{
	section.profile-section
	{
		margin: 0;
		padding-top: 30px;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.profile-section
	{
		margin-bottom: 40px;
	}
}
section.profile-section .profile-form
{
	background-color: transparent;
	height: 340px;
	margin: 0 -10px;
	padding: 35px 60px 35px 0;
}
section.profile-section .profile-form .amelie-input
{
	box-shadow: none;
}
@media (max-width: 767px)
{
	section.profile-section .profile-form
	{
		background-color: #f4f4f4;
		height: auto;
		margin-bottom: 37px;
		margin-left: -10px;
		margin-right: -10px;
		padding: 40px 0;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.profile-section .profile-form
	{
		background-color: #f4f4f4;
		height: auto;
		margin-bottom: 40px;
		padding: 30px 40px;
	}
}
section.profile-section .profile-form.second
{
	padding: 35px 38px 0 74px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.profile-section .profile-form.second
	{
		padding: 30px 40px;
	}
}
@media (max-width: 767px)
{
	section.profile-section .profile-form.second
	{
		padding: 40px 0;
	}
}
section.profile-section .profile-form .jcf-checkbox
{
	margin-right: 10px;
}
@media (max-width: 767px)
{
	section.profile-section .profile-form .jcf-checkbox
	{
		float: left;
	}
}
section.profile-section .profile-form .btn-order
{
	margin: 0;
	padding-bottom: 12px;
	padding-top: 12px;
}
section.profile-section .profile-form .checkbox
{
	margin: 3px 0 15px 0;
}
section.profile-section .profile-form .checkbox .check
{
	color: #4b4b4b;
	font-size: 17px;
	padding: 0;
}
@media (max-width: 767px)
{
	section.profile-section .profile-form .checkbox .check
	{
		font-size: 14px;
	}
}
@media (max-width: 767px)
{
	section.profile-section .profile-form .checkbox .check .chckckc
	{
		display: block;
		float: left;
		margin-top: -7px;
		width: 90%;
	}
}
section.profile-section .form-title
{
	color: #404040;
	font-size: 22px;
	margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.profile-section .form-title
	{
		padding-left: 10px;
	}
}
section.profile-section .form-title.second
{
	padding-left: 68px;
}
@media (max-width: 767px)
{
	section.profile-section .form-title.second
	{
		padding-left: 0;
	}
}
section.profile-section .address-title
{
	color: #404040;
	font-size: 22px;
	margin: 0;
	text-transform: uppercase;
}
section.profile-section .delivery-address
{
	background-color: transparent;
	margin: 0 -10px;
	padding: 42px 63px 28px 0;
}
@media (min-width: 1200px)
{
	section.profile-section .delivery-address
	{
		padding: 0;
	}
}
section.profile-section .delivery-address .amelie-input
{
	box-shadow: none;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.profile-section .delivery-address
	{
		background-color: #f4f4f4;
		padding-left: 40px;
	}
}
@media (max-width: 767px)
{
	section.profile-section .delivery-address
	{
		background-color: #f9f9f9;
		margin-left: -10px;
		margin-right: -10px;
		padding: 40px 0;
	}
}
section.profile-section .delivery-address .delivery-address-form
{
	padding-right: 50px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.profile-section .delivery-address .delivery-address-form
	{
		padding: 0;
	}
}
@media (max-width: 767px)
{
	section.profile-section .delivery-address .delivery-address-form
	{
		padding: 0;
	}
}
section.profile-section .delivery-address .form-info
{
	color: #4b4b4b;
	font-size: 16px;
	margin: 7px 0 0 -24px;
	min-height: 44px;
}
@media (max-width: 767px)
{
	section.profile-section .delivery-address .form-info
	{
		font-size: 13px;
		height: auto;
		margin: 0;
		min-height: auto;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.profile-section .delivery-address .form-info
	{
		font-size: 13px;
		margin: 0;
	}
}
section.profile-section .delivery-address .form-info.last
{
	margin-bottom: -22px;
	margin-top: 15px;
}
@media (max-width: 767px)
{
	section.profile-section .delivery-address .form-info.last
	{
		margin-bottom: 0;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.profile-section .delivery-address .form-info.last
	{
		margin-bottom: -14px;
	}
}
section.profile-section .delivery-address .amelie-link
{
	color: #0d91d5;
	display: block;
	font-size: 17px;
	margin-left: -22px;
	text-decoration: underline;
}
@media (max-width: 767px)
{
	section.profile-section .delivery-address .amelie-link
	{
		font-size: 13px;
		margin-left: 0;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.profile-section .delivery-address .amelie-link
	{
		margin: 0;
	}
}
section.profile-section .delivery-address .amelie-link:hover,section.profile-section .delivery-address .amelie-link:focus,section.profile-section .delivery-address .amelie-link:active
{
	color: #0d91d5;
}
section.profile-section .delivery-address.second
{
	margin-top: 20px;
}
@media (max-width: 767px)
{
	section.profile-section .delivery-address.second
	{
		background-color: transparent;
	}
}
@media (max-width: 767px)
{
	section.profile-section .delivery-address.second .delivery-address-form
	{
		background-color: #f9f9f9;
		padding-bottom: 30px;
		padding-top: 40px;
	}
}
section.profile-section .delivery-address.second .delivery-address-form.second-form
{
	margin-left: -22px;
}
@media (max-width: 767px)
{
	section.profile-section .delivery-address.second .delivery-address-form.second-form
	{
		margin-left: 0;
		margin-top: 15px;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.profile-section .delivery-address.second .delivery-address-form.second-form
	{
		margin: 0;
	}
}
section.profile-section .delivery-address.second .delivery-address-form.second-form .btn-order
{
	margin: 0 15px;
	padding-bottom: 12px;
	padding-top: 12px;
}
@media (max-width: 767px)
{
	section.profile-section .delivery-address.second .delivery-address-form.second-form .btn-order
	{
		margin: 0;
	}
}
section.profile-section .text-box
{
	margin-bottom: 18px;
	margin-top: 48px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.profile-section .text-box
	{
		background-color: #f4f4f4;
		margin: 40px -12px 0 -12px;
		padding-left: 50px;
		padding-top: 20px;
	}
}
section.profile-section .text-box p.first
{
	margin-bottom: 5px;
}
section.profile-section .btn-order
{
	height: 50px;
	padding: 0;
	text-transform: uppercase;
	width: 170px;
}
@media (max-width: 767px)
{
	section.profile-section .btn-order
	{
		font-size: 17px;
		text-transform: uppercase;
		width: 100%;
	}
}
section.about-us
{
	padding-bottom: 70px;
}
@media (min-width: 980px) and (max-width: 1199px)
{
	section.about-us
	{
		padding-top: 0;
	}
}
@media (min-width: 1200px)
{
	section.about-us
	{
		padding-top: 0;
	}
}
@media (max-width: 767px)
{
	section.about-us
	{
		padding-bottom: 95px;
	}
}
section.about-us .breadcrumb-box
{
	margin-bottom: 15px;
	margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.about-us .breadcrumb-box
	{
		margin-top: 25px;
	}
}
@media (max-width: 767px)
{
	section.about-us .breadcrumb-box
	{
		margin: 0 0 10px 0;
	}
}
section.about-us .image-box
{
	margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.about-us .image-box
	{
		margin-bottom: 40px;
	}
}
@media (max-width: 767px)
{
	section.about-us .image-box
	{
		margin-bottom: 25px;
	}
}
section.about-us p
{
	color: #7a7a7a;
	font-size: 18px;
	margin: 0;
	position: relative;
}
@media (max-width: 767px)
{
	section.about-us p
	{
		font-size: 16px;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.about-us p
	{
		font-size: 16px;
	}
}
section.about-us p+p
{
	margin-top: 50px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.about-us p+p
	{
		margin-top: 35px;
	}
}
section.about-us p+p:before
{
	background-position: 0 -636px;
	content: '';
	height: 7px;
	margin-right: -24px;
	position: absolute;
	right: 50%;
	top: -24px;
	width: 47px;
}
@media (max-width: 767px)
{
	section.about-us p+p:before
	{
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.about-us p+p:before
	{
		display: none;
	}
}
section.production
{
	padding-bottom: 96px;
}
@media (min-width: 980px) and (max-width: 1199px)
{
	section.production
	{
		padding-top: 0;
	}
}
@media (min-width: 1200px)
{
	section.production
	{
		padding-top: 0;
	}
}
section.production .fast-show
{
	bottom: 180px;
	text-align: center;
}
section.production .price
{
	background-color: #3c3c41;
	color: #fff;
	margin: 0;
	padding: 5px 0 5px 22px;
	position: relative;
}
section.production .price span.first
{
	font-size: 22px;
}
section.production .price span.second
{
	font-size: 16px;
}
section.production .price span.pico
{
	position: absolute;
	right: 0;
	top: 0;
}
section.production .additional-box
{
	height:295px;	
	border: 1px solid #f0f0f0;
	cursor: pointer;
	padding: 13px 13px 37px 13px;
}
@media (max-width: 767px)
{
	section.production .additional-box
	{
		margin-bottom: 20px;
	}
}

.border_additional-box {
	border: 2px solid transparent;	
}
section.production .additional-box:hover,
.product-box-info:hover {
	border: 2px solid #f53131;	
}

section.production .additional-box:hover
{
	
	border-radius: 2px;
	moz-border-radius: 2px;
	/*padding: 11px 11px 28px 11px;*/
	webkit-border-radius: 2px;
}
section.production .additional-box .additional-desc
{
	color: #46464a;
	font-size: 15px;
	margin: 0;
	text-align: center;
}
section.production .additional-box .additional-title
{
	color: #2bcab9;
	font-family: "Geometria-Medium","Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-size: 20px;
	margin: 0;
	padding-top: 10px;
	text-align: center;
}
section.production .product-box-main
{
	margin-bottom: 0;
	margin-top: 15px;
}
section.production .product-box-main+.product-box-main
{
	margin-top: 40px;
}
@media (max-width: 767px)
{
	section.production .product-box-main+.product-box-main
	{
		margin: 0 10px;
	}
}
@media (max-width: 767px)
{
	section.production .product-carousel
	{
		margin-left: -10px;
		margin-right: -10px;
		margin-top: 40px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 35px;
	}
}
section.production .breadcrumb-box
{
	margin-bottom: 25px;
	margin-top: 30px;
}
@media (max-width: 767px)
{
	section.production .breadcrumb-box
	{
		margin-bottom: 18px;
		margin-top: 10px;
	}
}
section.production .sort-box
{
	display: block;
	margin: 0 auto;
	width: 470px;
}
@media (min-width: 980px) and (max-width: 1199px)
{
	section.production .sort-box
	{
		margin: 0;
	}
}
section.production .sort-box .sort-title
{
	color: #323237;
	float: left;
	font-size: 18px;
	margin: 0;
}
section.production .sort-box .sort-link
{
	color: #323237;
	font-size: 18px;
	margin: 0 0 0 15px;
	text-decoration: none;
}
section.production .sort-box .sort-link:hover,section.production .sort-box .sort-link:active,section.production .sort-box .sort-link:visited,section.production .sort-box .sort-link.active
{
	color: #577ea5;
	text-decoration: underline;
}
section.production .option-box
{
	float: right;
	margin-top: -25px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.production .option-box
	{
		margin-bottom: 20px;
		margin-top: 0;
	}
}
section.production .option-box.visible-sm-block
{
	margin-right: 20px;
}
@media (max-width: 767px)
{
	section.production .option-box
	{
		float: left;
		margin: 0;
	}
}
section.production .option-box .sort-info
{
	color: #323237;
	float: right;
	font-size: 18px;
	margin: 0 15px 0 0;
}
section.production .option-box .labSelect
{
	float: right;
	width: auto;
}
section.production .option-box .labSelect .lab-select-list
{
	border: 1px solid #e1e1e1;
	left: -100%;
	padding: 12px 0;
	top: 40px;
	width: 65px;
}
section.production .option-box .labSelect .lab-select-list:before
{
	background-position: 0 -1744px;
	content: '';
	height: 9px;
	margin-right: -7.5px;
	position: absolute;
	right: 50%;
	top: -8px;
	width: 15px;
}
section.production .option-box .labSelect .lab-select-list li
{
	background-color: transparent;
	color: #3b3b3b;
	font-size: 18px;
	padding: 0;
	text-align: center;
}
section.production .option-box .labSelect .lab-select-list li:hover,section.production .option-box .labSelect .lab-select-list li:focus,section.production .option-box .labSelect .lab-select-list li:active
{
	color: #4071a3;
	outline: none;
	text-decoration: underline;
}
section.production .option-box .labSelect .lab-select-list li+li
{
	padding-top: 14px;
}
section.production .option-box .labSelect .lab-select-title
{
	border: 0;
	height: auto;
	text-align: right;
	width: auto;
}
section.production .option-box .labSelect .lab-select-title .selectedTitle
{
	color: #577ea5;
	font-size: 18px;
	padding: 0;
	text-decoration: underline;
}
section.production .option-box .labSelect .lab-icon-box
{
	display: none;
}
section.production .product-face .fast-show
{
	font-size: 12px;
	padding: 10px 15px 8px 15px;
}
section.production .product-face .fast-show span.pico
{
	right: 25px;
}
@media (max-width: 767px)
{
	section.production .products-names-list
	{
		margin-left: 10px;
		margin-right: 10px;
	}
}
section.production .products-names-list .catalog-title
{
	border-bottom: 1px solid #e2e2e2;
	color: #3e3e3e;
	font-size: 16px;
	margin-bottom: 15px;
	padding-bottom: 4px;
	text-transform: uppercase;
	width: 205px;
}
section.production .products-names-list .catalog-title.second-title
{
	margin-top: 45px;
}
section.production .products-names-list .products-titles-list
{
	margin: 0;
}
@media (max-width: 767px)
{
	section.production .products-names-list .products-titles-list
	{
		padding-bottom: 15px;
	}
}
section.production .products-names-list .products-titles-list .label-title
{
	color: #000;
	cursor: pointer;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	    opacity: 0.8;
}
section.production .products-names-list .products-titles-list .label-title .title
{
	position: relative;
}

section.production .products-names-list .smartfilter .bx_filter_block .products-titles-list .label-title .title
{
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}

section.production .products-names-list .products-titles-list .label-title .title.top:after
{
	background-position: 0 -1677px;
	content: '';
	height: 18px;
	position: absolute;
	right: -41px;
	top: 1px;
	width: 31px;
}
section.production .products-names-list .products-titles-list .label-title .title.new:after
{
	background-position: 0 -1275px;
	content: '';
	height: 18px;
	position: absolute;
	right: -41px;
	top: 1px;
	width: 31px;
}
section.production .products-names-list .products-titles-list .label-title .title.sale:after
{
	background-position: 0 -1584px;
	content: '';
	height: 18px;
	position: absolute;
	right: -41px;
	top: 1px;
	width: 31px;
}
section.production .products-names-list .panel
{
	border: none;
	box-shadow: none;
}
@media (max-width: 767px)
{
	section.production .products-names-list .panel
	{
		margin-top: 60px;
	}
}
section.production .products-names-list .panel .panel-heading
{
	border: none;
	padding: 0;
}
section.production .products-names-list .panel .panel-heading .catalog-title
{
	margin-top: 0;
	width: 100%;
}
.image-box {
	position:relative;
}
.image-box .border-box
{
	background-color: #7171f0;
	border-radius: 50%;
	color: #fefefe;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	moz-border-radius: 50%;
	position: absolute;
	right: -7px;
	text-align: center;
	text-transform: uppercase;
	top: -9px;
	webkit-border-radius: 50%;
	width: 38px;
}
.image-box.product-face .border-box {
    display: block;
    top: -20px;
    right: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
}
.image-box .border-box.new
{
	background-color: #ff4343;
}
.image-box .border-box.sale
{
	background-color: #f7a31e;
}
@media (max-width: 767px)
{
	section.production .products-names-list .panel .panel-heading .catalog-title
	{
		cursor: pointer;
		margin-bottom: 10px;
		padding-bottom: 15px;
	}
}
section.production .products-names-list .panel .panel-collapse
{
	border: none;
	padding: 0;
}
section.production .products-names-list .panel .panel-collapse .panel-body
{
	border: none;
}
@media (max-width: 767px)
{
	section.production .products-names-list .panel+.panel
	{
		margin-top: 0;
	}
}
section.production .product-box-info .product-name
{
	color: #2bcab9;
	margin: 6px 0 0 0;
	text-align: center;
}
section.production .product-box-info .product-desc
{
	text-align: left;
}
section.production .product-box-info .product-desc.about-pr
{
	color: #46464a;
	text-align: center;
}
section.production .product-box-info .product-desc.pr-about
{
	color: #46464a;
}
section.production .product-box-info .price
{
	padding-bottom: 8px;
	padding-top: 8px;
}
section.production .product-box-info .price span.first
{
	font-size: 15px;
}
section.production .product-box-info .price span.second
{
	font-size: 12px;
}
@media (min-width: 980px) and (max-width: 1199px)
{
	section.product-page
	{
		padding-top: 0;
	}
}
@media (min-width: 1200px)
{
	section.product-page
	{
		padding-top: 0;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.product-page .image-box
	{
		margin-top: 75px;
	}
}
section.product-page .price
{
	background-color: #3c3c41;
	color: #fff;
	margin: 0;
	padding: 5px 0 5px 22px;
	position: relative;
}
section.product-page .price span.first
{
	font-size: 22px;
}
section.product-page .price span.second
{
	font-size: 16px;
}
section.product-page .price span.pico
{
	position: absolute;
	right: 0;
	top: 0;
}
section.product-page .fast-show
{
	bottom: 160px;
}
section.product-page .product-box-info
{
	height: 320px;
}
section.product-page .product-title-big
{
	color: #efeff0;
	font-size: 78px;
	line-height: 63px;
	margin-bottom: 40px;
	position: relative;
	text-transform: uppercase;
}
@media (max-width: 767px)
{
	section.product-page .product-title-big
	{
		font-size: 50px;
		margin-left: 10px;
		margin-right: 10px;
	}
}
section.product-page .product-title-big .title-sm
{
	bottom: 0;
	color: #35373f;
	font-size: 35px;
	left: 0;
	line-height: 29px;
	position: absolute;
}
@media (max-width: 767px)
{
	section.product-page .product-title-big .title-sm
	{
		font-size: 25px;
	}
}
section.product-page .border-box
{
	display: none;
}
@media (max-width: 767px)
{
	section.product-page .carousel-inner
	{
		padding-left: 20px;
		padding-right: 20px;
	}
}
section.product-page .product-carousel,section.product-page .carousel-products
{
	margin-top: 75px;
	padding-top: 40px;
}
@media (max-width: 767px)
{
	section.product-page .product-carousel.carousel,section.product-page .carousel-products.carousel
	{
		padding-top: 0;
	}
}
section.product-page .feedback-box
{
	border-top: 1px solid #dfdfdf;
	margin-top: 60px;
	padding-top: 60px;
}
@media (max-width: 767px)
{
	section.product-page .feedback-box
	{
		margin-left: -10px;
		margin-right: -10px;
		margin-top: 40px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 50px;
	}
}
section.product-page .feedback-box .feedback-title
{
	color: #2a2a2a;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 20px 0;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.product-page .feedback-box .feedback-title.title-feed
	{
		border-top: 1px solid #e9e9e9;
		margin-top: 55px;
		padding-top: 55px;
	}
}
section.product-page .feedback-box .about-feedback
{
	color: #6a6a6a;
	font-size: 17px;
	margin: 0;
}
@media (max-width: 767px)
{
	section.product-page .feedback-box .about-feedback
	{
		font-size: 13px;
		margin-bottom: 40px;
	}
}
section.product-page .feedback-box .feedback-list
{
	margin: 0 0 5px 0;
}
section.product-page .feedback-box .feedback-list li .feedback-title
{
	margin: -4px 0 10px 0;
}
section.product-page .feedback-box .feedback-list li .feedback-title .name
{
	color: #3c3c3c;
	font-size: 18px;
}
section.product-page .feedback-box .feedback-list li .feedback-title .pico
{
	margin: 0 24px 0 23px;
}
@media (max-width: 767px)
{
	section.product-page .feedback-box .feedback-list li .feedback-title .pico
	{
		margin: 0 15px;
	}
}
section.product-page .feedback-box .feedback-list li .feedback-title .date
{
	color: #9c9c9c;
	font-size: 15px;
}
section.product-page .feedback-box .feedback-list li .feedback-description
{
	color: #797979;
	font-family: "Geometria-Medium","Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-size: 14px;
}
section.product-page .feedback-box .feedback-list li+li
{
	padding-top: 25px;
}
section.product-page .feedback-box .feedback-form
{
	background-color: #f7f7f7;
	padding: 38px 31px;
}
@media (max-width: 767px)
{
	section.product-page .feedback-box .feedback-form
	{
		padding: 25px 10px;
	}
}
section.product-page .feedback-box .feedback-form .form-group
{
	margin-bottom: 15px;
}
section.product-page .feedback-box .feedback-form .form-group .last-input
{
	margin-top: 2px;
}
section.product-page .feedback-box .feedback-form .form-group .demo
{
	display: block;
}
section.product-page .feedback-box .feedback-form .form-group .amelie-textarea
{
	width: 100%;
}
section.product-page .feedback-box .feedback-form .num-btn,section.product-page .feedback-box .feedback-form .num-input
{
	margin-top: 25px;
}
section.product-page .feedback-box .feedback-form .num-btn label,section.product-page .feedback-box .feedback-form .num-input label
{
	color: #363737;
	font-size: 15px;
}
section.product-page .feedback-box .feedback-form .num-btn .btn-order,section.product-page .feedback-box .feedback-form .num-input .btn-order
{
	height: 40px;
	padding: 0;
}
section.product-page .breadcrumb-box
{
	margin-bottom: 50px;
	margin-top: 40px;
}
@media (max-width: 767px)
{
	section.product-page .breadcrumb-box
	{
		margin-bottom: 20px;
		margin-top: 20px;
	}
}
section.product-page .product-title
{
	color: #323237;
	font-size: 18px;
	line-height: 18px;
	margin: 0;
}
section.product-page .product-description
{
	color: #a0a0a0;
	font-size: 18px;
	margin: 0 0 50px 0;
}
@media (max-width: 767px)
{
	section.product-page .product-description
	{
		font-size: 14px;
	}
}
section.product-page .socials-box
{
	margin-bottom: 35px;
	margin-top: 99px;
}
section.product-page .socials-box p
{
	color: #757575;
	float: left;
	font-size: 17px;
	margin: 0;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.product-page .socials-box p
	{
		font-size: 14px;
	}
}
section.product-page .socials-box .socials-list
{
	float: left;
	margin-bottom: 0;
	margin-left: 38px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.product-page .socials-box .socials-list
	{
		margin-left: 16px;
	}
}
section.product-page .socials-box .socials-list li
{
	float: left;
}
section.product-page .socials-box .socials-list li a:hover .pico
{
	opacity: 0.2;
}
section.product-page .socials-box .socials-list li+li
{
	padding-left: 20px;
}
section.product-page .number-form
{
	margin: 0 -10px;
}
section.product-page .number-form .form-group
{
	margin: 0;
	position: relative;
}
section.product-page .number-form .form-group.first
{
	padding-left: 40px;
}
section.product-page .number-form .form-group.first:before
{
	background-color: #373737;
	border-radius: 0;
	color: #fff;
	content: '+7';
	font-size: 17px;
	left: 0;
	moz-border-radius: 0;
	padding: 8px 11px;
	position: absolute;
	webkit-border-radius: 0;
}
@media (max-width: 767px)
{
	section.product-page .number-form .form-group.first:before
	{
		left: 10px;
		padding: 7px 11px;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.product-page .number-form .form-group.first:before
	{
		left: 10px;
		padding: 7px 11px;
	}
}
section.product-page .number-form .form-group .number-input
{
	border: 1px solid #e3e3e3;
	border-left: 0;
	border-radius: 0;
	box-shadow: none;
	color: #a5a5a5;
	font-size: 17px;
	height: 40px;
	moz-border-radius: 0;
	webkit-border-radius: 0;
}
section.product-page .number-form .form-group .number-input:hover,section.product-page .number-form .form-group .number-input:focus,section.product-page .number-form .form-group .number-input:active
{
	box-shadow: none;
	outline: none;
}
section.product-page .number-form .form-group .btn-order
{
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.product-page .number-form .form-group .btn-order
	{
		margin-top: 20px;
	}
}
section.product-page .opt-quontity
{
	float: none;
	margin: 0 auto;
}
section.product-page .product-price
{
	margin: 0;
}
section.product-page .product-price span:first-child
{
	color: #2bcab9;
	font-size: 25px;
	line-height: 25px;
}
section.product-page .product-price span:last-child
{
	color: #a9a9a9;
	font-size: 19px;
	line-height: 19px;
}
section.product-page .about-product-info
{
	font-size: 14px;
	margin: 0;
}
section.product-page .about-product-info .dark
{
	color: #323237;
}
section.product-page .about-product-info .light
{
	color: #a6a6a6;
}
section.product-page .btn-order
{
	border-radius: 0;
	font-size: 17px;
	height: 42px;
	line-height: 42px;
	moz-border-radius: 0;
	padding: 0;
	position: relative;
	webkit-border-radius: 0;
	width: 100%;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.product-page .btn-order
	{
		font-size: 14px;
	}
}
@media (max-width: 767px)
{
	section.product-page .btn-order
	{
		margin-bottom: 50px;
		margin-top: 20px;
	}
}
section.product-page .btn-order .pico
{
	position: absolute;
	right: 10px;
	top: 6px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.product-page .btn-order .pico
	{
		right: 5px;
	}
}
section.product-page .info-price-list
{
	margin: 0;
}
section.product-page .info-price-list li+li
{
	padding-top: 60px;
}
@media (max-width: 767px)
{
	section.product-page .info-price-list li+li
	{
		padding: 0;
	}
}
@media (max-width: 767px)
{
	section.product-page .info-price-list li+li
	{
		padding-top: 45px;
	}
}
section.product-page .info-price-list .about-quality-box
{
	padding-bottom: 13px;
	padding-left: 10px;
	padding-right: 10px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.product-page .info-price-list .about-quality-box.dd
	{
		margin-top: 40px;
	}
}
@media (max-width: 767px)
{
	section.product-page .info-price-list .about-quality-box.first
	{
		margin-top: 5px;
	}
}
section.product-page .info-price-list .about-quality-box .about-quality.p-margin
{
	margin-top: 23px;
}
section.product-page .info-price-list .about-quality-box .about-quality .dark
{
	color: #323237;
	font-weight: 600;
}
section.product-page .info-price-list .about-quality-box+.about-quality-box
{
	margin-top: 25px;
}
section.order
{
	padding-bottom: 65px;
}
/*
@media (min-width: 980px) and (max-width: 1199px)
{
	section.order
	{
		padding-top: 207px;
	}
}
@media (min-width: 1200px)
{
	section.order
	{
		padding-top: 207px;
	}
}
*/
@media (max-width: 767px)
{
	section.order
	{
		padding-bottom: 75px;
		padding-top: 8px;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.order
	{
		padding-bottom: 70px;
		padding-top: 40px;
	}
}
section.order .order-info-list
{
	margin: 55px 0 0 0;
}
@media (max-width: 767px)
{
	section.order .order-info-list:first-child
	{
		margin: 0;
	}
}
section.order .order-info-list.fifth li p
{
	color: #443c30;
}
section.order .order-info-list.fifth li .bg-box
{
	background-color: #f1f1f1;
	padding: 15px 0 15px 60px;
	width: 570px;
}
@media (max-width: 767px)
{
	section.order .order-info-list.fifth li .bg-box
	{
		padding: 15px 20px;
		width: 100%;
	}
}
section.order .order-info-list.fifth li .bg-box p+p
{
	padding-top: 10px;
}
section.order .order-info-list.fifth li .bg-box p
{
	color: #53912d;
}
section.order .order-info-list.fifth li .bg-box p span
{
	display: inline-block;
}
@media (max-width: 767px)
{
	section.order .order-info-list.fifth li .bg-box p span:last-child
	{
		display: inline-block !important;
	}
}
section.order .order-info-list.fifth li:last-child p
{
	color: #7d7d7d;
}
section.order .order-info-list.seventh p
{
	color: #68625a;
}
section.order .order-info-list.seventh p.about-webmoney
{
	color: #443c30;
	font-size: 14px;
}
section.order .order-info-list.sixth .payment-list
{
	margin: 0;
}
section.order .order-info-list.sixth .payment-list li
{
	float: left;
}
@media (max-width: 767px)
{
	section.order .order-info-list.sixth .payment-list li
	{
		width: 33.33%;
	}
}
@media (max-width: 767px)
{
	section.order .order-info-list.sixth .payment-list li a
	{
		display: block;
		text-align: center;
		width: 100%;
	}
}
section.order .order-info-list.sixth .payment-list li+li
{
	padding: 0 0 0 25px;
}
@media (max-width: 767px)
{
	section.order .order-info-list.sixth .payment-list li+li
	{
		padding: 0;
	}
}
section.order .order-info-list.sixth p
{
	color: #443c30;
}
section.order .order-info-list.fourth p
{
	color: #535353;
}
section.order .order-info-list.fourth p span
{
	padding-right: 4px;
}
section.order .order-info-list.fourth p.add-text
{
	color: #535353;
	font-size: 16px;
	margin-top: 17px;
}
section.order .order-info-list.fourth li:first-child
{
	padding-bottom: 20px;
}
section.order .order-info-list.fourth li+li
{
	padding: 0;
}
section.order .order-info-list.third p
{
	color: #343434;
}
section.order .order-info-list.second p
{
	color: #443c30;
}
section.order .order-info-list.second.igg li:last-child p
{
	color: #535353;
}
section.order .order-info-list li+li
{
	padding-top: 20px;
}
section.order .order-info-list li p
{
	color: #717171;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
}
@media (max-width: 767px)
{
	section.order .order-info-list li p
	{
		font-size: 15px;
		line-height: 20px;
	}
}
section.order .order-info-list li p.order-title
{
	color: #443c30;
	font-size: 20px;
	line-height: 20px;
}
section.order .order-info-list li p a
{
	color: #53912d;
	text-decoration: underline;
}
section.order .order-info-list li p a:hover,section.order .order-info-list li p a:focus,section.order .order-info-list li p a:active
{
	color: #32571b;
}
section.get-up-order
{
	padding-top: 60px;
	position: relative;
}
@media (min-width: 980px) and (max-width: 1199px)
{
	section.get-up-order
	{
		padding-top: 242px;
	}
}
@media (min-width: 1200px)
{
	section.get-up-order
	{
		padding-top: 242px;
	}
}
@media (max-width: 767px)
{
	section.get-up-order
	{
		padding-top: 30px;
	}
}
section.get-up-order .fast-show
{
	bottom: 160px;
}
@media (max-width: 767px)
{
	section.get-up-order .product-name
	{
		font-size: 17px;
		margin: 0;
	}
}
@media (max-width: 767px)
{
	section.get-up-order .about-product
	{
		font-size: 14px;
		margin: 0;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.get-up-order .add-to-basket.second-hand
	{
		margin-bottom: 50px;
	}
}
section.get-up-order .price
{
	background-color: #3c3c41;
	color: #fff;
	margin: 0;
	padding: 5px 0 5px 22px;
	position: relative;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.get-up-order .price
	{
		padding: 5px 0 5px 2px;
	}
}
section.get-up-order .price span.first
{
	font-size: 22px;
}
section.get-up-order .price span.second
{
	font-size: 16px;
}
section.get-up-order .price span.pico
{
	position: absolute;
	right: 0;
	top: 0;
}
section.get-up-order .price .dark
{
	color: #b9b9b9;
	text-decoration: line-through;
}
section.get-up-order .price .dark.second
{
	padding-right: 25px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.get-up-order .price .dark.second
	{
		padding-right: 1px;
	}
}
section.get-up-order .pico-bg-message
{
	position: absolute;
	right: 0;
	top: 200px;
}
@media (max-width: 767px)
{
	section.get-up-order .pico-bg-message
	{
		display: none;
	}
}
@media (min-width: 1200px)
{
	section.get-up-order .gift-text
	{
		padding: 5px 280px;
	}
}
@media (max-width: 767px)
{
	section.get-up-order .gift-text
	{
		font-size: 15px;
		padding: 5px 0;
	}
}
@media (max-width: 767px)
{
	section.get-up-order .gift-text:before,section.get-up-order .gift-text:after
	{
		top: 20px;
	}
}
section.get-up-order .add-to-basket
{
	margin-left: 50px;
	margin-right: 50px;
}
section.get-up-order .add-to-basket .price-gt
{
	font-size: 17px;
	margin: 13px 0;
	text-align: left;
}
@media (max-width: 767px)
{
	section.get-up-order .add-to-basket .price-gt
	{
		margin: 0 0 10px 0;
	}
}
section.get-up-order .message-title
{
	color: #393939;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 20px;
}
@media (max-width: 767px)
{
	section.get-up-order .message-title
	{
		margin-bottom: 30px;
	}
}
section.get-up-order .thanks-message-box
{
	border: 2px solid #60aaec;
	border-radius: 2px;
	display: inline-block;
	moz-border-radius: 2px;
	padding: 30px 25px;
	webkit-border-radius: 2px;
	width: 740px;
}
section.get-up-order .thanks-message-box .message-description
{
	color: #3b3b3b;
	display: inline-block;
	font-size: 18px;
	margin-bottom: 10px;
}
section.get-up-order .thanks-message-box .message-description span.blue
{
	color: #60aaec;
	font-size: 20px;
}
@media (max-width: 767px)
{
	section.get-up-order .thanks-message-box .message-description
	{
		font-size: 15px;
		margin-bottom: 0;
	}
}
@media (max-width: 767px)
{
	section.get-up-order .thanks-message-box
	{
		padding: 15px 20px;
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.get-up-order .thanks-message-box
	{
		padding: 30px 19px;
		width: 100%;
	}
}
section.get-up-order .socials-title
{
	color: #323237;
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 15px;
	margin-top: 55px;
	text-align: center;
}
@media (max-width: 767px)
{
	section.get-up-order .socials-title
	{
		font-size: 18px;
		margin: 20px 0;
		text-align: left;
	}
}
section.get-up-order .socials-share-list
{
	height: 60px;
	margin: 0 auto 60px auto;
	width: 240px;
}
@media (max-width: 767px)
{
	section.get-up-order .socials-share-list
	{
		margin: 0 0 60px 0;
	}
}
section.get-up-order .socials-share-list li
{
	display: block;
	float: left;
	width: 25%;
}
section.get-up-order .socials-share-list li a
{
	display: block;
	height: 60px;
	line-height: 70px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
section.get-up-order .socials-share-list li a.vk-link
{
	background-color: #508db7;
	border-color: #508db7;
	color: #508db7;
}
section.get-up-order .socials-share-list li a.vk-link:hover,section.get-up-order .socials-share-list li a.vk-link:focus,section.get-up-order .socials-share-list li a.vk-link.focus,section.get-up-order .socials-share-list li a.vk-link:active,section.get-up-order .socials-share-list li a.vk-link.active,.open>section.get-up-order .socials-share-list li a.vk-link.dropdown-toggle
{
	background-color: #3e7296;
	border-color: #3b6d8f;
	color: #508db7;
}
section.get-up-order .socials-share-list li a.vk-link:active,section.get-up-order .socials-share-list li a.vk-link.active,.open>section.get-up-order .socials-share-list li a.vk-link.dropdown-toggle
{
	background-image: none;
}
section.get-up-order .socials-share-list li a.vk-link.disabled,section.get-up-order .socials-share-list li a.vk-link.disabled:hover,section.get-up-order .socials-share-list li a.vk-link.disabled:focus,section.get-up-order .socials-share-list li a.vk-link.disabled.focus,section.get-up-order .socials-share-list li a.vk-link.disabled:active,section.get-up-order .socials-share-list li a.vk-link.disabled.active,section.get-up-order .socials-share-list li a.vk-link[disabled],section.get-up-order .socials-share-list li a.vk-link[disabled]:hover,section.get-up-order .socials-share-list li a.vk-link[disabled]:focus,section.get-up-order .socials-share-list li a.vk-link[disabled].focus,section.get-up-order .socials-share-list li a.vk-link[disabled]:active,section.get-up-order .socials-share-list li a.vk-link[disabled].active,fieldset[disabled] section.get-up-order .socials-share-list li a.vk-link,fieldset[disabled] section.get-up-order .socials-share-list li a.vk-link:hover,fieldset[disabled] section.get-up-order .socials-share-list li a.vk-link:focus,fieldset[disabled] section.get-up-order .socials-share-list li a.vk-link.focus,fieldset[disabled] section.get-up-order .socials-share-list li a.vk-link:active,fieldset[disabled] section.get-up-order .socials-share-list li a.vk-link.active
{
	background-color: #508db7;
	border-color: #508db7;
}
section.get-up-order .socials-share-list li a.vk-link .badge
{
	background-color: #508db7;
	color: #508db7;
}
section.get-up-order .socials-share-list li a.fb-link
{
	background-color: #5aa0db;
	border-color: #5aa0db;
	color: #5aa0db;
}
section.get-up-order .socials-share-list li a.fb-link:hover,section.get-up-order .socials-share-list li a.fb-link:focus,section.get-up-order .socials-share-list li a.fb-link.focus,section.get-up-order .socials-share-list li a.fb-link:active,section.get-up-order .socials-share-list li a.fb-link.active,.open>section.get-up-order .socials-share-list li a.fb-link.dropdown-toggle
{
	background-color: #3088d2;
	border-color: #2c83cb;
	color: #5aa0db;
}
section.get-up-order .socials-share-list li a.fb-link:active,section.get-up-order .socials-share-list li a.fb-link.active,.open>section.get-up-order .socials-share-list li a.fb-link.dropdown-toggle
{
	background-image: none;
}
section.get-up-order .socials-share-list li a.fb-link.disabled,section.get-up-order .socials-share-list li a.fb-link.disabled:hover,section.get-up-order .socials-share-list li a.fb-link.disabled:focus,section.get-up-order .socials-share-list li a.fb-link.disabled.focus,section.get-up-order .socials-share-list li a.fb-link.disabled:active,section.get-up-order .socials-share-list li a.fb-link.disabled.active,section.get-up-order .socials-share-list li a.fb-link[disabled],section.get-up-order .socials-share-list li a.fb-link[disabled]:hover,section.get-up-order .socials-share-list li a.fb-link[disabled]:focus,section.get-up-order .socials-share-list li a.fb-link[disabled].focus,section.get-up-order .socials-share-list li a.fb-link[disabled]:active,section.get-up-order .socials-share-list li a.fb-link[disabled].active,fieldset[disabled] section.get-up-order .socials-share-list li a.fb-link,fieldset[disabled] section.get-up-order .socials-share-list li a.fb-link:hover,fieldset[disabled] section.get-up-order .socials-share-list li a.fb-link:focus,fieldset[disabled] section.get-up-order .socials-share-list li a.fb-link.focus,fieldset[disabled] section.get-up-order .socials-share-list li a.fb-link:active,fieldset[disabled] section.get-up-order .socials-share-list li a.fb-link.active
{
	background-color: #5aa0db;
	border-color: #5aa0db;
}
section.get-up-order .socials-share-list li a.fb-link .badge
{
	background-color: #5aa0db;
	color: #5aa0db;
}
section.get-up-order .socials-share-list li a.twitter-link
{
	background-color: #97dbfe;
	border-color: #97dbfe;
	color: #97dbfe;
}
section.get-up-order .socials-share-list li a.twitter-link:hover,section.get-up-order .socials-share-list li a.twitter-link:focus,section.get-up-order .socials-share-list li a.twitter-link.focus,section.get-up-order .socials-share-list li a.twitter-link:active,section.get-up-order .socials-share-list li a.twitter-link.active,.open>section.get-up-order .socials-share-list li a.twitter-link.dropdown-toggle
{
	background-color: #64cafe;
	border-color: #5ac6fd;
	color: #97dbfe;
}
section.get-up-order .socials-share-list li a.twitter-link:active,section.get-up-order .socials-share-list li a.twitter-link.active,.open>section.get-up-order .socials-share-list li a.twitter-link.dropdown-toggle
{
	background-image: none;
}
section.get-up-order .socials-share-list li a.twitter-link.disabled,section.get-up-order .socials-share-list li a.twitter-link.disabled:hover,section.get-up-order .socials-share-list li a.twitter-link.disabled:focus,section.get-up-order .socials-share-list li a.twitter-link.disabled.focus,section.get-up-order .socials-share-list li a.twitter-link.disabled:active,section.get-up-order .socials-share-list li a.twitter-link.disabled.active,section.get-up-order .socials-share-list li a.twitter-link[disabled],section.get-up-order .socials-share-list li a.twitter-link[disabled]:hover,section.get-up-order .socials-share-list li a.twitter-link[disabled]:focus,section.get-up-order .socials-share-list li a.twitter-link[disabled].focus,section.get-up-order .socials-share-list li a.twitter-link[disabled]:active,section.get-up-order .socials-share-list li a.twitter-link[disabled].active,fieldset[disabled] section.get-up-order .socials-share-list li a.twitter-link,fieldset[disabled] section.get-up-order .socials-share-list li a.twitter-link:hover,fieldset[disabled] section.get-up-order .socials-share-list li a.twitter-link:focus,fieldset[disabled] section.get-up-order .socials-share-list li a.twitter-link.focus,fieldset[disabled] section.get-up-order .socials-share-list li a.twitter-link:active,fieldset[disabled] section.get-up-order .socials-share-list li a.twitter-link.active
{
	background-color: #97dbfe;
	border-color: #97dbfe;
}
section.get-up-order .socials-share-list li a.twitter-link .badge
{
	background-color: #97dbfe;
	color: #97dbfe;
}
section.get-up-order .socials-share-list li a.google-link
{
	background-color: #df5c5c;
	border-color: #df5c5c;
	color: #df5c5c;
}
section.get-up-order .socials-share-list li a.google-link:hover,section.get-up-order .socials-share-list li a.google-link:focus,section.get-up-order .socials-share-list li a.google-link.focus,section.get-up-order .socials-share-list li a.google-link:active,section.get-up-order .socials-share-list li a.google-link.active,.open>section.get-up-order .socials-share-list li a.google-link.dropdown-toggle
{
	background-color: #d73131;
	border-color: #d42a2a;
	color: #df5c5c;
}
section.get-up-order .socials-share-list li a.google-link:active,section.get-up-order .socials-share-list li a.google-link.active,.open>section.get-up-order .socials-share-list li a.google-link.dropdown-toggle
{
	background-image: none;
}
section.get-up-order .socials-share-list li a.google-link.disabled,section.get-up-order .socials-share-list li a.google-link.disabled:hover,section.get-up-order .socials-share-list li a.google-link.disabled:focus,section.get-up-order .socials-share-list li a.google-link.disabled.focus,section.get-up-order .socials-share-list li a.google-link.disabled:active,section.get-up-order .socials-share-list li a.google-link.disabled.active,section.get-up-order .socials-share-list li a.google-link[disabled],section.get-up-order .socials-share-list li a.google-link[disabled]:hover,section.get-up-order .socials-share-list li a.google-link[disabled]:focus,section.get-up-order .socials-share-list li a.google-link[disabled].focus,section.get-up-order .socials-share-list li a.google-link[disabled]:active,section.get-up-order .socials-share-list li a.google-link[disabled].active,fieldset[disabled] section.get-up-order .socials-share-list li a.google-link,fieldset[disabled] section.get-up-order .socials-share-list li a.google-link:hover,fieldset[disabled] section.get-up-order .socials-share-list li a.google-link:focus,fieldset[disabled] section.get-up-order .socials-share-list li a.google-link.focus,fieldset[disabled] section.get-up-order .socials-share-list li a.google-link:active,fieldset[disabled] section.get-up-order .socials-share-list li a.google-link.active
{
	background-color: #df5c5c;
	border-color: #df5c5c;
}
section.get-up-order .socials-share-list li a.google-link .badge
{
	background-color: #df5c5c;
	color: #df5c5c;
}
.nav-pagination
{
	text-align: center;
}
.nav-pagination .pagination
{
	display: inline-block;
	float: none !important;
}
.review-form {
	background-color:#f7f7f7;
	padding:35px 20px;
	
}
.review-form label {
	font-weight:500;
	font-size:16px;	
}
.review-form textarea {
	height:100px;
	resize:none;	
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;	
}
.review-form .uppercase {
	text-transform:uppercase;
	font-size:17px;
}
input.form-control.inline {
	width:150px;
	display:inline-block;	
	margin-left:20px;
}
@media (max-width: 360px){
	input.form-control.inline {
		margin:10px 0 0 0;
		display:block;
	}
}
.action-star
{
	display:inline-block;
	position:relative;
	margin:0 20px;
}
.action-star-button {
	display:inline-block;
    background: #fff;
    height: 100%;
    width: 25px;
	height: 20px;
}
.action-star-button.active {
	background:url('/bitrix/templates/my-kosm.ru/css/../img/rating.png') 0 -20px;
}
.feedback-form .jcf-radio {
    width: 25px;
	height: 20px;
	margin:0;
	border:none;
	cursor:pointer !important;
}
.feedback-form .jcf-radio.jcf-unchecked {
	background:url('/bitrix/templates/my-kosm.ru/css/../img/rating.png');
}
.feedback-form .jcf-radio.jcf-checked, .feedback-form .jcf-radio.jcf-unchecked:hover, .feedback-form .jcf-radio.jcf-unchecked.active  {
	background:url('/bitrix/templates/my-kosm.ru/css/../img/rating.png') 0 -20px;
	border:none;
}
.feedback-form .jcf-radio.jcf-checked span {
	display:none;
}
#raiting {position:relative; height:20px; cursor:pointer; width:144px;} /* Блок рейтинга*/
#raiting_blank, #raiting_votes, #raiting_hover {height:20px; position:absolute}
#raiting_blank { background:url('/bitrix/templates/my-kosm.ru/css/../img/rating.png'); width:144px; } /* "Чистые" звездочки */
#raiting_votes,#raiting_hover {background:url('/bitrix/templates/my-kosm.ru/css/../img/rating.png') 0 -20px} /*  Закрашенные звездочки */ 
#raiting_hover{max-width:144px !important; }

.registration-list{background-color:#f9f9f9;display:inline-block;padding:20px 20px 20px 30px;margin:0 0 20px 0;}@media (max-width: 767px){.registration-list{width:100%}}.registration-list li{float:left}@media (max-width: 767px){.registration-list li{width:100%;text-align:center}}.registration-list li a{font-size:16px;color:#4b4b4b;text-decoration:none;text-transform:uppercase}@media (max-width: 767px){.registration-list li a{display:inline-block}}.registration-list li.active a,.registration-list li:hover a,.registration-list li:focus a{color:#0d91d5;text-decoration:underline}.registration-list li+li{padding-left:35px}@media (max-width: 767px){.registration-list li+li{padding:0}}

.ih1{
	font-size: 20px;
	line-height: 20px;
	color: #323237;
	margin: 0;
}

.product-block {
	margin-bottom: 40px;
}
/* End */


/* Start:/bitrix/templates/my-kosm.ru/css/design.css?1741782009272858*/
html
{
	font-family: sans-serif;'
}
body
{
	padding:0 !important;	
	margin: 0;
	overflow:visible !important;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary
{
	display: block;
}
audio,canvas,progress,video
{
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls])
{
	display: none;
	height: 0;
}
[hidden],template
{
	display: none;
}
a
{
	background-color: transparent;
}
a:active,a:hover
{
	outline: 0;
}
abbr[title]
{
	border-bottom: 1px dotted;
}
b,strong
{
	font-weight: bold;
}
dfn
{
	font-style: italic;
}
h1
{
	font-size: 2em;
	margin: 0.67em 0;
}
mark
{
	background: #ff0;
	color: #000;
}
small
{
	font-size: 80%;
}
sub,sup
{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup
{
	top: -0.5em;
}
sub
{
	bottom: -0.25em;
}
img
{
	border: 0;
}
svg:not(:root)
{
	overflow: hidden;
}
figure
{
	margin: 1em 40px;
}
hr
{
	box-sizing: content-box;
	height: 0;
	moz-box-sizing: content-box;
}
pre
{
	overflow: auto;
}
code,kbd,pre,samp
{
	font-family: monospace, monospace;
	font-size: 1em;
}
button,input,optgroup,select,textarea
{
	color: inherit;
	font: inherit;
	margin: 0;
}
button
{
	overflow: visible;
}
button,select
{
	text-transform: none;
}
button,html input[type="button"],input[type="reset"],input[type="submit"]
{
	cursor: pointer;
	webkit-appearance: button;
}
button[disabled],html input[disabled]
{
	cursor: default;
}
button::-moz-focus-inner,input::-moz-focus-inner
{
	border: 0;
	padding: 0;
}
input
{
	line-height: normal;
}
input[type="checkbox"],input[type="radio"]
{
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button
{
	height: auto;
}
input[type="search"]
{
	box-sizing: content-box;
	moz-box-sizing: content-box;
	webkit-appearance: textfield;
	webkit-box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration
{
	webkit-appearance: none;
}
fieldset
{
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend
{
	border: 0;
	padding: 0;
}
textarea
{
	overflow: auto;
}
optgroup
{
	font-weight: bold;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
td,th
{
	padding: 0;
}
@media print
{
	*,*:before,*:after
	{
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}
	a,a:visited
	{
		text-decoration: underline;
	}
	a[href]:after
	{
		content: " (" attr(href) ")";
	}
	abbr[title]:after
	{
		content: " (" attr(title) ")";
	}
	a[href^="#"]:after,a[href^="javascript:"]:after
	{
		content: "";
	}
	pre,blockquote
	{
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead
	{
		display: table-header-group;
	}
	tr,img
	{
		page-break-inside: avoid;
	}
	img
	{
		max-width: 100% !important;
	}
	p,h2,h3
	{
		orphans: 3;
		widows: 3;
	}
	h2,h3
	{
		page-break-after: avoid;
	}
	select
	{
		background: #fff !important;
	}
	.navbar
	{
		display: none;
	}
	.btn>.caret,.dropup>.btn>.caret
	{
		border-top-color: #000 !important;
	}
	.label
	{
		border: 1px solid #000;
	}
	.table
	{
		border-collapse: collapse !important;
	}
	.table td,.table th
	{
		background-color: #fff !important;
	}
	.table-bordered th,.table-bordered td
	{
		border: 1px solid #ddd !important;
	}
}
@font-face
{
	font-family: 'Glyphicons Halflings';
	src: url("/bitrix/templates/my-kosm.ru/css/../fonts/bootstrap/glyphicons-halflings-regular.eot");
	src: url("/bitrix/templates/my-kosm.ru/css/../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),url("/bitrix/templates/my-kosm.ru/css/../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"),url("/bitrix/templates/my-kosm.ru/css/../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"),url("/bitrix/templates/my-kosm.ru/css/../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"),url("/bitrix/templates/my-kosm.ru/css/../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon
{
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	moz-osx-font-smoothing: grayscale;
	position: relative;
	top: 1px;
	webkit-font-smoothing: antialiased;
}
.glyphicon-asterisk:before
{
	content: "\2a";
}
.glyphicon-plus:before
{
	content: "\2b";
}
.glyphicon-euro:before,.glyphicon-eur: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";
}
.glyphicon-cd:before
{
	content: "\e201";
}
.glyphicon-save-file:before
{
	content: "\e202";
}
.glyphicon-open-file:before
{
	content: "\e203";
}
.glyphicon-level-up:before
{
	content: "\e204";
}
.glyphicon-copy:before
{
	content: "\e205";
}
.glyphicon-paste:before
{
	content: "\e206";
}
.glyphicon-alert:before
{
	content: "\e209";
}
.glyphicon-equalizer:before
{
	content: "\e210";
}
.glyphicon-king:before
{
	content: "\e211";
}
.glyphicon-queen:before
{
	content: "\e212";
}
.glyphicon-pawn:before
{
	content: "\e213";
}
.glyphicon-bishop:before
{
	content: "\e214";
}
.glyphicon-knight:before
{
	content: "\e215";
}
.glyphicon-baby-formula:before
{
	content: "\e216";
}
.glyphicon-tent:before
{
	content: "\26fa";
}
.glyphicon-blackboard:before
{
	content: "\e218";
}
.glyphicon-bed:before
{
	content: "\e219";
}
.glyphicon-apple:before
{
	content: "\f8ff";
}
.glyphicon-erase:before
{
	content: "\e221";
}
.glyphicon-hourglass:before
{
	content: "\231b";
}
.glyphicon-lamp:before
{
	content: "\e223";
}
.glyphicon-duplicate:before
{
	content: "\e224";
}
.glyphicon-piggy-bank:before
{
	content: "\e225";
}
.glyphicon-scissors:before
{
	content: "\e226";
}
.glyphicon-bitcoin:before
{
	content: "\e227";
}
.glyphicon-yen:before
{
	content: "\00a5";
}
.glyphicon-ruble:before
{
	content: "\20bd";
}
.glyphicon-scale:before
{
	content: "\e230";
}
.glyphicon-ice-lolly:before
{
	content: "\e231";
}
.glyphicon-ice-lolly-tasted:before
{
	content: "\e232";
}
.glyphicon-education:before
{
	content: "\e233";
}
.glyphicon-option-horizontal:before
{
	content: "\e234";
}
.glyphicon-option-vertical:before
{
	content: "\e235";
}
.glyphicon-menu-hamburger:before
{
	content: "\e236";
}
.glyphicon-modal-window:before
{
	content: "\e237";
}
.glyphicon-oil:before
{
	content: "\e238";
}
.glyphicon-grain:before
{
	content: "\e239";
}
.glyphicon-sunglasses:before
{
	content: "\e240";
}
.glyphicon-text-size:before
{
	content: "\e241";
}
.glyphicon-text-color:before
{
	content: "\e242";
}
.glyphicon-text-background:before
{
	content: "\e243";
}
.glyphicon-object-align-top:before
{
	content: "\e244";
}
.glyphicon-object-align-bottom:before
{
	content: "\e245";
}
.glyphicon-object-align-horizontal:before
{
	content: "\e246";
}
.glyphicon-object-align-left:before
{
	content: "\e247";
}
.glyphicon-object-align-vertical:before
{
	content: "\e248";
}
.glyphicon-object-align-right:before
{
	content: "\e249";
}
.glyphicon-triangle-right:before
{
	content: "\e250";
}
.glyphicon-triangle-left:before
{
	content: "\e251";
}
.glyphicon-triangle-bottom:before
{
	content: "\e252";
}
.glyphicon-triangle-top:before
{
	content: "\e253";
}
.glyphicon-console:before
{
	content: "\e254";
}
.glyphicon-superscript:before
{
	content: "\e255";
}
.glyphicon-subscript:before
{
	content: "\e256";
}
.glyphicon-menu-left:before
{
	content: "\e257";
}
.glyphicon-menu-right:before
{
	content: "\e258";
}
.glyphicon-menu-down:before
{
	content: "\e259";
}
.glyphicon-menu-up:before
{
	content: "\e260";
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6
{
	color: inherit;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
}
h1 small,h1 .small,h2 small,h2 .small,h3 small,h3 .small,h4 small,h4 .small,h5 small,h5 .small,h6 small,h6 .small,.h1 small,.h1 .small,.h2 small,.h2 .small,.h3 small,.h3 .small,.h4 small,.h4 .small,.h5 small,.h5 .small,.h6 small,.h6 .small
{
	color: #777;
	font-weight: normal;
	line-height: 1;
}
h1,.h1,h2,.h2,h3,.h3
{
	margin-bottom: 10px;
	margin-top: 20px;
}
h1 small,h1 .small,.h1 small,.h1 .small,h2 small,h2 .small,.h2 small,.h2 .small,h3 small,h3 .small,.h3 small,.h3 .small
{
	font-size: 65%;
}
h4,.h4,h5,.h5,h6,.h6
{
	margin-bottom: 10px;
	margin-top: 10px;
}
h4 small,h4 .small,.h4 small,.h4 .small,h5 small,h5 .small,.h5 small,.h5 .small,h6 small,h6 .small,.h6 small,.h6 .small
{
	font-size: 75%;
}
h1,.h1
{
	font-size: 36px;
}
h2,.h2
{
	font-size: 30px;
}
h3,.h3
{
	font-size: 24px;
}
h4,.h4
{
	font-size: 18px;
}
h5,.h5
{
	font-size: 14px;
}
h6,.h6
{
	font-size: 12px;
}
p
{
	margin: 0 0 10px;
}
.lead
{
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 20px;
}
@media (min-width: 768px)
{
	.lead
	{
		font-size: 21px;
	}
}
small,.small
{
	font-size: 85%;
}
mark,.mark
{
	background-color: #fcf8e3;
	padding: .2em;
}
.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: #777;
}
.text-primary
{
	color: #337ab7;
}
a.text-primary:hover
{
	color: #286090;
}
.text-success
{
	color: #3c763d;
}
a.text-success:hover
{
	color: #2b542c;
}
.text-info
{
	color: #31708f;
}
a.text-info:hover
{
	color: #245269;
}
.text-warning
{
	color: #8a6d3b;
}
a.text-warning:hover
{
	color: #66512c;
}
.text-danger
{
	color: #a94442;
}
a.text-danger:hover
{
	color: #843534;
}
.bg-primary
{
	color: #fff;
}
.bg-primary
{
	background-color: #337ab7;
}
a.bg-primary:hover
{
	background-color: #286090;
}
.bg-success
{
	background-color: #dff0d8;
}
a.bg-success:hover
{
	background-color: #c1e2b3;
}
.bg-info
{
	background-color: #d9edf7;
}
a.bg-info:hover
{
	background-color: #afd9ee;
}
.bg-warning
{
	background-color: #fcf8e3;
}
a.bg-warning:hover
{
	background-color: #f7ecb5;
}
.bg-danger
{
	background-color: #f2dede;
}
a.bg-danger:hover
{
	background-color: #e4b9b9;
}
.page-header
{
	border-bottom: 1px solid #eee;
	margin: 40px 0 20px;
	padding-bottom: 9px;
}
ul,ol
{
	margin-bottom: 10px;
	margin-top: 0;
}
ul ul,ul ol,ol ul,ol ol
{
	margin-bottom: 0;
}
.list-unstyled
{
	list-style: none;
	padding-left: 0;
}
.list-inline
{
	list-style: none;
	margin-left: -5px;
	padding-left: 0;
}
.list-inline>li
{
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
dl
{
	margin-bottom: 20px;
	margin-top: 0;
}
dt,dd
{
	line-height: 1.42857;
}
dt
{
	font-weight: bold;
}
dd
{
	margin-left: 0;
}
.dl-horizontal dd:before,.dl-horizontal dd:after
{
	content: " ";
	display: table;
}
.dl-horizontal dd:after
{
	clear: both;
}
@media (min-width: 768px)
{
	.dl-horizontal dt
	{
		clear: left;
		float: left;
		overflow: hidden;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 160px;
	}
	.dl-horizontal dd
	{
		margin-left: 180px;
	}
}
abbr[title],abbr[data-original-title]
{
	border-bottom: 1px dotted #777;
	cursor: help;
}
.initialism
{
	font-size: 90%;
	text-transform: uppercase;
}
blockquote
{
	border-left: 5px solid #eee;
	font-size: 17.5px;
	margin: 0 0 20px;
	padding: 10px 20px;
}
blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child
{
	margin-bottom: 0;
}
blockquote footer,blockquote small,blockquote .small
{
	color: #777;
	display: block;
	font-size: 80%;
	line-height: 1.42857;
}
blockquote footer:before,blockquote small:before,blockquote .small:before
{
	content: '\2014 \00A0';
}
.blockquote-reverse,blockquote.pull-right
{
	border-left: 0;
	border-right: 5px solid #eee;
	padding-left: 0;
	padding-right: 15px;
	text-align: right;
}
.blockquote-reverse footer:before,.blockquote-reverse small:before,.blockquote-reverse .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before,blockquote.pull-right .small:before
{
	content: '';
}
.blockquote-reverse footer:after,.blockquote-reverse small:after,.blockquote-reverse .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after,blockquote.pull-right .small:after
{
	content: '\00A0 \2014';
}
address
{
	font-style: normal;
	line-height: 1.42857;
	margin-bottom: 20px;
}
code,kbd,pre,samp
{
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
code
{
	background-color: #f9f2f4;
	border-radius: 4px;
	color: #c7254e;
	font-size: 90%;
	padding: 2px 4px;
}
kbd
{
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
	color: #fff;
	font-size: 90%;
	padding: 2px 4px;
}
kbd kbd
{
	box-shadow: none;
	font-size: 100%;
	font-weight: bold;
	padding: 0;
}
pre
{
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #333;
	display: block;
	font-size: 13px;
	line-height: 1.42857;
	margin: 0 0 10px;
	padding: 9.5px;
	word-break: break-all;
	word-wrap: break-word;
}
pre code
{
	background-color: transparent;
	border-radius: 0;
	color: inherit;
	font-size: inherit;
	padding: 0;
	white-space: pre-wrap;
}
.pre-scrollable
{
	max-height: 340px;
	overflow-y: scroll;
}
.container
{
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.container:before,.container:after
{
	content: " ";
	display: table;
}
.container:after
{
	clear: both;
}
@media (min-width: 768px)
{
	.container
	{
		width: 740px;
	}
}
@media (min-width: 980px)
{
	.container
	{
		width: 960px;
	}
}
@media (min-width: 1200px)
{
	.container
	{
		width: 1200px;
	}
}
.container-fluid
{
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.container-fluid:before,.container-fluid:after
{
	content: " ";
	display: table;
}
.container-fluid:after
{
	clear: both;
}
.row
{
	margin-left: -10px;
	margin-right: -10px;
}
.row:before,.row:after
{
	content: " ";
	display: table;
}
.row:after
{
	clear: both;
}
.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12
{
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12
{
	float: left;
}
.col-xs-1
{
	width: 8.33333%;
}
.col-xs-2
{
	width: 16.66667%;
}
.col-xs-3
{
	width: 25%;
}
.col-xs-4
{
	width: 33.33333%;
}
.col-xs-5
{
	width: 41.66667%;
}
.col-xs-6
{
	width: 50%;
}
.col-xs-7
{
	width: 58.33333%;
}
.col-xs-8
{
	width: 66.66667%;
}
.col-xs-9
{
	width: 75%;
}
.col-xs-10
{
	width: 83.33333%;
}
.col-xs-11
{
	width: 91.66667%;
}
.col-xs-12
{
	width: 100%;
}
.col-xs-pull-0
{
	right: auto;
}
.col-xs-pull-1
{
	right: 8.33333%;
}
.col-xs-pull-2
{
	right: 16.66667%;
}
.col-xs-pull-3
{
	right: 25%;
}
.col-xs-pull-4
{
	right: 33.33333%;
}
.col-xs-pull-5
{
	right: 41.66667%;
}
.col-xs-pull-6
{
	right: 50%;
}
.col-xs-pull-7
{
	right: 58.33333%;
}
.col-xs-pull-8
{
	right: 66.66667%;
}
.col-xs-pull-9
{
	right: 75%;
}
.col-xs-pull-10
{
	right: 83.33333%;
}
.col-xs-pull-11
{
	right: 91.66667%;
}
.col-xs-pull-12
{
	right: 100%;
}
.col-xs-push-0
{
	left: auto;
}
.col-xs-push-1
{
	left: 8.33333%;
}
.col-xs-push-2
{
	left: 16.66667%;
}
.col-xs-push-3
{
	left: 25%;
}
.col-xs-push-4
{
	left: 33.33333%;
}
.col-xs-push-5
{
	left: 41.66667%;
}
.col-xs-push-6
{
	left: 50%;
}
.col-xs-push-7
{
	left: 58.33333%;
}
.col-xs-push-8
{
	left: 66.66667%;
}
.col-xs-push-9
{
	left: 75%;
}
.col-xs-push-10
{
	left: 83.33333%;
}
.col-xs-push-11
{
	left: 91.66667%;
}
.col-xs-push-12
{
	left: 100%;
}
.col-xs-offset-0
{
	margin-left: 0%;
}
.col-xs-offset-1
{
	margin-left: 8.33333%;
}
.col-xs-offset-2
{
	margin-left: 16.66667%;
}
.col-xs-offset-3
{
	margin-left: 25%;
}
.col-xs-offset-4
{
	margin-left: 33.33333%;
}
.col-xs-offset-5
{
	margin-left: 41.66667%;
}
.col-xs-offset-6
{
	margin-left: 50%;
}
.col-xs-offset-7
{
	margin-left: 58.33333%;
}
.col-xs-offset-8
{
	margin-left: 66.66667%;
}
.col-xs-offset-9
{
	margin-left: 75%;
}
.col-xs-offset-10
{
	margin-left: 83.33333%;
}
.col-xs-offset-11
{
	margin-left: 91.66667%;
}
.col-xs-offset-12
{
	margin-left: 100%;
}
@media (min-width: 768px)
{
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12
	{
		float: left;
	}
	.col-sm-1
	{
		width: 8.33333%;
	}
	.col-sm-2
	{
		width: 16.66667%;
	}
	.col-sm-3
	{
		width: 25%;
	}
	.col-sm-4
	{
		width: 33.33333%;
	}
	.col-sm-5
	{
		width: 41.66667%;
	}
	.col-sm-6
	{
		width: 50%;
	}
	.col-sm-7
	{
		width: 58.33333%;
	}
	.col-sm-8
	{
		width: 66.66667%;
	}
	.col-sm-9
	{
		width: 75%;
	}
	.col-sm-10
	{
		width: 83.33333%;
	}
	.col-sm-11
	{
		width: 91.66667%;
	}
	.col-sm-12
	{
		width: 100%;
	}
	.col-sm-pull-0
	{
		right: auto;
	}
	.col-sm-pull-1
	{
		right: 8.33333%;
	}
	.col-sm-pull-2
	{
		right: 16.66667%;
	}
	.col-sm-pull-3
	{
		right: 25%;
	}
	.col-sm-pull-4
	{
		right: 33.33333%;
	}
	.col-sm-pull-5
	{
		right: 41.66667%;
	}
	.col-sm-pull-6
	{
		right: 50%;
	}
	.col-sm-pull-7
	{
		right: 58.33333%;
	}
	.col-sm-pull-8
	{
		right: 66.66667%;
	}
	.col-sm-pull-9
	{
		right: 75%;
	}
	.col-sm-pull-10
	{
		right: 83.33333%;
	}
	.col-sm-pull-11
	{
		right: 91.66667%;
	}
	.col-sm-pull-12
	{
		right: 100%;
	}
	.col-sm-push-0
	{
		left: auto;
	}
	.col-sm-push-1
	{
		left: 8.33333%;
	}
	.col-sm-push-2
	{
		left: 16.66667%;
	}
	.col-sm-push-3
	{
		left: 25%;
	}
	.col-sm-push-4
	{
		left: 33.33333%;
	}
	.col-sm-push-5
	{
		left: 41.66667%;
	}
	.col-sm-push-6
	{
		left: 50%;
	}
	.col-sm-push-7
	{
		left: 58.33333%;
	}
	.col-sm-push-8
	{
		left: 66.66667%;
	}
	.col-sm-push-9
	{
		left: 75%;
	}
	.col-sm-push-10
	{
		left: 83.33333%;
	}
	.col-sm-push-11
	{
		left: 91.66667%;
	}
	.col-sm-push-12
	{
		left: 100%;
	}
	.col-sm-offset-0
	{
		margin-left: 0%;
	}
	.col-sm-offset-1
	{
		margin-left: 8.33333%;
	}
	.col-sm-offset-2
	{
		margin-left: 16.66667%;
	}
	.col-sm-offset-3
	{
		margin-left: 25%;
	}
	.col-sm-offset-4
	{
		margin-left: 33.33333%;
	}
	.col-sm-offset-5
	{
		margin-left: 41.66667%;
	}
	.col-sm-offset-6
	{
		margin-left: 50%;
	}
	.col-sm-offset-7
	{
		margin-left: 58.33333%;
	}
	.col-sm-offset-8
	{
		margin-left: 66.66667%;
	}
	.col-sm-offset-9
	{
		margin-left: 75%;
	}
	.col-sm-offset-10
	{
		margin-left: 83.33333%;
	}
	.col-sm-offset-11
	{
		margin-left: 91.66667%;
	}
	.col-sm-offset-12
	{
		margin-left: 100%;
	}
}
@media (min-width: 980px)
{
	.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12
	{
		float: left;
	}
	.col-md-1
	{
		width: 8.33333%;
	}
	.col-md-2
	{
		width: 16.66667%;
	}
	.col-md-3
	{
		width: 25%;
	}
	.col-md-4
	{
		width: 33.33333%;
	}
	.col-md-5
	{
		width: 41.66667%;
	}
	.col-md-6
	{
		width: 50%;
	}
	.col-md-7
	{
		width: 58.33333%;
	}
	.col-md-8
	{
		width: 66.66667%;
	}
	.col-md-9
	{
		width: 75%;
	}
	.col-md-10
	{
		width: 83.33333%;
	}
	.col-md-11
	{
		width: 91.66667%;
	}
	.col-md-12
	{
		width: 100%;
	}
	.col-md-pull-0
	{
		right: auto;
	}
	.col-md-pull-1
	{
		right: 8.33333%;
	}
	.col-md-pull-2
	{
		right: 16.66667%;
	}
	.col-md-pull-3
	{
		right: 25%;
	}
	.col-md-pull-4
	{
		right: 33.33333%;
	}
	.col-md-pull-5
	{
		right: 41.66667%;
	}
	.col-md-pull-6
	{
		right: 50%;
	}
	.col-md-pull-7
	{
		right: 58.33333%;
	}
	.col-md-pull-8
	{
		right: 66.66667%;
	}
	.col-md-pull-9
	{
		right: 75%;
	}
	.col-md-pull-10
	{
		right: 83.33333%;
	}
	.col-md-pull-11
	{
		right: 91.66667%;
	}
	.col-md-pull-12
	{
		right: 100%;
	}
	.col-md-push-0
	{
		left: auto;
	}
	.col-md-push-1
	{
		left: 8.33333%;
	}
	.col-md-push-2
	{
		left: 16.66667%;
	}
	.col-md-push-3
	{
		left: 25%;
	}
	.col-md-push-4
	{
		left: 33.33333%;
	}
	.col-md-push-5
	{
		left: 41.66667%;
	}
	.col-md-push-6
	{
		left: 50%;
	}
	.col-md-push-7
	{
		left: 58.33333%;
	}
	.col-md-push-8
	{
		left: 66.66667%;
	}
	.col-md-push-9
	{
		left: 75%;
	}
	.col-md-push-10
	{
		left: 83.33333%;
	}
	.col-md-push-11
	{
		left: 91.66667%;
	}
	.col-md-push-12
	{
		left: 100%;
	}
	.col-md-offset-0
	{
		margin-left: 0%;
	}
	.col-md-offset-1
	{
		margin-left: 8.33333%;
	}
	.col-md-offset-2
	{
		margin-left: 16.66667%;
	}
	.col-md-offset-3
	{
		margin-left: 25%;
	}
	.col-md-offset-4
	{
		margin-left: 33.33333%;
	}
	.col-md-offset-5
	{
		margin-left: 41.66667%;
	}
	.col-md-offset-6
	{
		margin-left: 50%;
	}
	.col-md-offset-7
	{
		margin-left: 58.33333%;
	}
	.col-md-offset-8
	{
		margin-left: 66.66667%;
	}
	.col-md-offset-9
	{
		margin-left: 75%;
	}
	.col-md-offset-10
	{
		margin-left: 83.33333%;
	}
	.col-md-offset-11
	{
		margin-left: 91.66667%;
	}
	.col-md-offset-12
	{
		margin-left: 100%;
	}
}
@media (min-width: 1200px)
{
	.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12
	{
		float: left;
	}
	.col-lg-1
	{
		width: 8.33333%;
	}
	.col-lg-2
	{
		width: 16.66667%;
	}
	.col-lg-3
	{
		width: 25%;
	}
	.col-lg-4
	{
		width: 33.33333%;
	}
	.col-lg-5
	{
		width: 41.66667%;
	}
	.col-lg-6
	{
		width: 50%;
	}
	.col-lg-7
	{
		width: 58.33333%;
	}
	.col-lg-8
	{
		width: 66.66667%;
	}
	.col-lg-9
	{
		width: 75%;
	}
	.col-lg-10
	{
		width: 83.33333%;
	}
	.col-lg-11
	{
		width: 91.66667%;
	}
	.col-lg-12
	{
		width: 100%;
	}
	.col-lg-pull-0
	{
		right: auto;
	}
	.col-lg-pull-1
	{
		right: 8.33333%;
	}
	.col-lg-pull-2
	{
		right: 16.66667%;
	}
	.col-lg-pull-3
	{
		right: 25%;
	}
	.col-lg-pull-4
	{
		right: 33.33333%;
	}
	.col-lg-pull-5
	{
		right: 41.66667%;
	}
	.col-lg-pull-6
	{
		right: 50%;
	}
	.col-lg-pull-7
	{
		right: 58.33333%;
	}
	.col-lg-pull-8
	{
		right: 66.66667%;
	}
	.col-lg-pull-9
	{
		right: 75%;
	}
	.col-lg-pull-10
	{
		right: 83.33333%;
	}
	.col-lg-pull-11
	{
		right: 91.66667%;
	}
	.col-lg-pull-12
	{
		right: 100%;
	}
	.col-lg-push-0
	{
		left: auto;
	}
	.col-lg-push-1
	{
		left: 8.33333%;
	}
	.col-lg-push-2
	{
		left: 16.66667%;
	}
	.col-lg-push-3
	{
		left: 25%;
	}
	.col-lg-push-4
	{
		left: 33.33333%;
	}
	.col-lg-push-5
	{
		left: 41.66667%;
	}
	.col-lg-push-6
	{
		left: 50%;
	}
	.col-lg-push-7
	{
		left: 58.33333%;
	}
	.col-lg-push-8
	{
		left: 66.66667%;
	}
	.col-lg-push-9
	{
		left: 75%;
	}
	.col-lg-push-10
	{
		left: 83.33333%;
	}
	.col-lg-push-11
	{
		left: 91.66667%;
	}
	.col-lg-push-12
	{
		left: 100%;
	}
	.col-lg-offset-0
	{
		margin-left: 0%;
	}
	.col-lg-offset-1
	{
		margin-left: 8.33333%;
	}
	.col-lg-offset-2
	{
		margin-left: 16.66667%;
	}
	.col-lg-offset-3
	{
		margin-left: 25%;
	}
	.col-lg-offset-4
	{
		margin-left: 33.33333%;
	}
	.col-lg-offset-5
	{
		margin-left: 41.66667%;
	}
	.col-lg-offset-6
	{
		margin-left: 50%;
	}
	.col-lg-offset-7
	{
		margin-left: 58.33333%;
	}
	.col-lg-offset-8
	{
		margin-left: 66.66667%;
	}
	.col-lg-offset-9
	{
		margin-left: 75%;
	}
	.col-lg-offset-10
	{
		margin-left: 83.33333%;
	}
	.col-lg-offset-11
	{
		margin-left: 91.66667%;
	}
	.col-lg-offset-12
	{
		margin-left: 100%;
	}
}
table
{
	background-color: transparent;
}
caption
{
	color: #777;
	padding-bottom: 8px;
	padding-top: 8px;
	text-align: left;
}
th
{
	text-align: left;
}
.table
{
	margin-bottom: 20px;
	max-width: 100%;
	width: 100%;
}
.table>thead>tr>th,.table>thead>tr>td,.table>tbody>tr>th,.table>tbody>tr>td,.table>tfoot>tr>th,.table>tfoot>tr>td
{
	border-top: 1px solid #ddd;
	line-height: 1.42857;
	padding: 8px;
	vertical-align: top;
}
.table>thead>tr>th
{
	border-bottom: 2px solid #ddd;
	vertical-align: bottom;
}
.table>caption+thead>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>th,.table>thead:first-child>tr:first-child>td
{
	border-top: 0;
}
.table>tbody+tbody
{
	border-top: 2px solid #ddd;
}
.table .table
{
	background-color: #fff;
}
.table-condensed>thead>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>tfoot>tr>td
{
	padding: 5px;
}
.table-bordered
{
	border: 1px solid #ddd;
}
.table-bordered>thead>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>tfoot>tr>td
{
	border: 1px solid #ddd;
}
.table-bordered>thead>tr>th,.table-bordered>thead>tr>td
{
	border-bottom-width: 2px;
}
.table-striped>tbody>tr:nth-of-type(odd)
{
	background-color: #f9f9f9;
}
.table-hover>tbody>tr:hover
{
	background-color: #f5f5f5;
}
table col[class*="col-"]
{
	display: table-column;
	float: none;
	position: static;
}
table td[class*="col-"],table th[class*="col-"]
{
	display: table-cell;
	float: none;
	position: static;
}
.table>thead>tr>td.active,.table>thead>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th
{
	background-color: #f5f5f5;
}
.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th
{
	background-color: #e8e8e8;
}
.table>thead>tr>td.success,.table>thead>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th
{
	background-color: #dff0d8;
}
.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th
{
	background-color: #d0e9c6;
}
.table>thead>tr>td.info,.table>thead>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th
{
	background-color: #d9edf7;
}
.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th
{
	background-color: #c4e3f3;
}
.table>thead>tr>td.warning,.table>thead>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th
{
	background-color: #fcf8e3;
}
.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th
{
	background-color: #faf2cc;
}
.table>thead>tr>td.danger,.table>thead>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th
{
	background-color: #f2dede;
}
.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th
{
	background-color: #ebcccc;
}
.table-responsive
{
	min-height: 0.01%;
	overflow-x: auto;
}
.mobile-show,
.nav .mobile-show {
	display: none;
}
@media screen and (max-width: 767px)
{
	.mobile-show,
	.nav .mobile-show {
		display: block;
	}
	.table-responsive
	{
		border: 1px solid #ddd;
		margin-bottom: 15px;
		ms-overflow-style: -ms-autohiding-scrollbar;
		overflow-y: hidden;
		width: 100%;
	}
	.table-responsive>.table
	{
		margin-bottom: 0;
	}
	.table-responsive>.table>thead>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>tfoot>tr>td
	{
		white-space: nowrap;
	}
	.table-responsive>.table-bordered
	{
		border: 0;
	}
	.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child
	{
		border-left: 0;
	}
	.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child
	{
		border-right: 0;
	}
	.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td
	{
		border-bottom: 0;
	}
	.toggleMenu {
		position: absolute !important;
		height: 60px;
		right: 0;
		padding: 0 !important;
		width: 100%;
		z-index: 10;
		left: 0;
	}
	.toggleMenu:after {
		content: "";
		width: 8px;
		height: 8px;
		border-top: 2px solid #ffffff;
		border-right: 2px solid #ffffff;
			ms-transform: rotate(45deg);
			o-transform: rotate(45deg);
			webkit-transform: rotate(45deg);
		transform: rotate(45deg);	
		top: 0;
		display: block;
		bottom: 0;
		margin: auto;
		position: absolute;
		right: 55px;
		cursor: pointer;		
	}
	.toggleMenu.open:after {
			ms-transform: rotate(135deg);
			o-transform: rotate(135deg);
			webkit-transform: rotate(135deg);
		transform: rotate(135deg);		
	}
}
.fade
{
	opacity: 0;
	o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
	webkit-transition: opacity 0.15s linear;
}
.fade.in
{
	opacity: 1;
}
.collapse
{
	display: none;
	visibility: hidden;
}
.collapse.in
{
	display: block;
	visibility: visible;
}
tr.collapse.in
{
	display: table-row;
}
tbody.collapse.in
{
	display: table-row-group;
}
.collapsing
{
	height: 0;
	overflow: hidden;
	position: relative;
	transition-duration: 0.35s;
	transition-property: height,visibility;
	transition-timing-function: ease;
	webkit-transition-duration: 0.35s;
	webkit-transition-property: height,visibility;
	webkit-transition-timing-function: ease;
}
.btn-group,.btn-group-vertical
{
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.btn-group>.btn,.btn-group-vertical>.btn
{
	float: left;
	position: relative;
}
.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active
{
	z-index: 2;
}
.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group
{
	margin-left: -1px;
}
.btn-toolbar
{
	margin-left: -5px;
}
.btn-toolbar:before,.btn-toolbar:after
{
	content: " ";
	display: table;
}
.btn-toolbar:after
{
	clear: both;
}
.btn-toolbar .btn-group,.btn-toolbar .input-group
{
	float: left;
}
.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group
{
	margin-left: 5px;
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle)
{
	border-radius: 0;
}
.btn-group>.btn:first-child
{
	margin-left: 0;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle)
{
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child)
{
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.btn-group>.btn-group
{
	float: left;
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn
{
	border-radius: 0;
}
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle
{
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child
{
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle
{
	outline: 0;
}
.btn-group>.btn+.dropdown-toggle
{
	padding-left: 8px;
	padding-right: 8px;
}
.btn-group>.btn-lg+.dropdown-toggle,.btn-group-lg.btn-group>.btn+.dropdown-toggle
{
	padding-left: 12px;
	padding-right: 12px;
}
.btn-group.open .dropdown-toggle
{
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.btn-group.open .dropdown-toggle.btn-link
{
	box-shadow: none;
	webkit-box-shadow: none;
}
.btn .caret
{
	margin-left: 0;
}
.btn-lg .caret,.btn-group-lg>.btn .caret
{
	border-bottom-width: 0;
	border-width: 5px 5px 0;
}
.dropup .btn-lg .caret,.dropup .btn-group-lg>.btn .caret
{
	border-width: 0 5px 5px;
}
.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn
{
	display: block;
	float: none;
	max-width: 100%;
	width: 100%;
}
.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after
{
	content: " ";
	display: table;
}
.btn-group-vertical>.btn-group:after
{
	clear: both;
}
.btn-group-vertical>.btn-group>.btn
{
	float: none;
}
.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group
{
	margin-left: 0;
	margin-top: -1px;
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child)
{
	border-radius: 0;
}
.btn-group-vertical>.btn:first-child:not(:last-child)
{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 4px;
}
.btn-group-vertical>.btn:last-child:not(:first-child)
{
	border-bottom-left-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn
{
	border-radius: 0;
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle
{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child
{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.btn-group-justified
{
	border-collapse: separate;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.btn-group-justified>.btn,.btn-group-justified>.btn-group
{
	display: table-cell;
	float: none;
	width: 1%;
}
.btn-group-justified>.btn-group .btn
{
	width: 100%;
}
.btn-group-justified>.btn-group .dropdown-menu
{
	left: auto;
}
[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]
{
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
	position: absolute;
}
.input-group
{
	border-collapse: separate;
	display: table;
	position: relative;
}
.input-group[class*="col-"]
{
	float: none;
	padding-left: 0;
	padding-right: 0;
}
.input-group .form-control
{
	float: left;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	z-index: 2;
}
.input-group-addon,.input-group-btn,.input-group .form-control
{
	display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child)
{
	border-radius: 0;
}
.input-group-addon,.input-group-btn
{
	vertical-align: middle;
	white-space: nowrap;
	width: 1%;
}
.input-group-addon
{
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #555;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	padding: 6px 12px;
	text-align: center;
}
.input-group-addon.input-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn
{
	border-radius: 3px;
	font-size: 12px;
	padding: 5px 10px;
}
.input-group-addon.input-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn
{
	border-radius: 6px;
	font-size: 18px;
	padding: 10px 16px;
}
.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]
{
	margin-top: 0;
}
.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn
{
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.input-group-addon:first-child
{
	border-right: 0;
}
.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn
{
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.input-group-addon:last-child
{
	border-left: 0;
}
.input-group-btn
{
	font-size: 0;
	position: relative;
	white-space: nowrap;
}
.input-group-btn>.btn
{
	position: relative;
}
.input-group-btn>.btn+.btn
{
	margin-left: -1px;
}
.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active
{
	z-index: 2;
}
.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group
{
	margin-right: -1px;
}
.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group
{
	margin-left: -1px;
}
.breadcrumb
{
	background-color: #f5f5f5;
	border-radius: 4px;
	list-style: none;
	margin-bottom: 20px;
	padding: 8px 15px;
}
.breadcrumb>li
{
	display: inline-block;
}
.breadcrumb>li+li:before
{
	color: #ccc;
	content: "/?";
	padding: 0 5px;
}
.breadcrumb>.active
{
	color: #777;
}
.breadcrumb a 
{
	border-bottom: 1px solid #bcbcbc;
	o-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
	webkit-transition: border 0.2s ease-in-out;	
}
.breadcrumb a:hover 
{
	border-bottom: 1px solid transparent;
}
.pager
{
	list-style: none;
	margin: 20px 0;
	padding-left: 0;
	text-align: center;
}
.pager:before,.pager:after
{
	content: " ";
	display: table;
}
.pager:after
{
	clear: both;
}
.pager li
{
	display: inline;
}
.pager li>a,.pager li>span
{
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
	display: inline-block;
	padding: 5px 14px;
}
.pager li>a:hover,.pager li>a:focus
{
	background-color: #eee;
	text-decoration: none;
}
.pager .next>a,.pager .next>span
{
	float: right;
}
.pager .previous>a,.pager .previous>span
{
	float: left;
}
.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span
{
	background-color: #fff;
	color: #777;
	cursor: not-allowed;
}
.label
{
	border-radius: .25em;
	color: #fff;
	display: inline;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	padding: .2em .6em .3em;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}
.label:empty
{
	display: none;
}
.btn .label
{
	position: relative;
	top: -1px;
}
a.label:hover,a.label:focus
{
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
.label-default
{
	background-color: #777;
}
.label-default[href]:hover,.label-default[href]:focus
{
	background-color: #5e5e5e;
}
.label-primary
{
	background-color: #337ab7;
}
.label-primary[href]:hover,.label-primary[href]:focus
{
	background-color: #286090;
}
.label-success
{
	background-color: #5cb85c;
}
.label-success[href]:hover,.label-success[href]:focus
{
	background-color: #449d44;
}
.label-info
{
	background-color: #5bc0de;
}
.label-info[href]:hover,.label-info[href]:focus
{
	background-color: #31b0d5;
}
.label-warning
{
	background-color: #f0ad4e;
}
.label-warning[href]:hover,.label-warning[href]:focus
{
	background-color: #ec971f;
}
.label-danger
{
	background-color: #d9534f;
}
.label-danger[href]:hover,.label-danger[href]:focus
{
	background-color: #c9302c;
}
.badge
{
	background-color: #777;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	min-width: 10px;
	padding: 3px 7px;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}
.badge:empty
{
	display: none;
}
.btn .badge
{
	position: relative;
	top: -1px;
}
.btn-xs .badge,.btn-group-xs>.btn .badge
{
	padding: 1px 5px;
	top: 0;
}
.list-group-item.active>.badge,.nav-pills>.active>a>.badge
{
	background-color: #fff;
	color: #337ab7;
}
.list-group-item>.badge
{
	float: right;
}
.list-group-item>.badge+.badge
{
	margin-right: 5px;
}
.nav-pills>li>a>.badge
{
	margin-left: 3px;
}
a.badge:hover,a.badge:focus
{
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
.jumbotron
{
	background-color: #eee;
	color: inherit;
	margin-bottom: 30px;
	padding: 30px 15px;
}
.jumbotron h1,.jumbotron .h1
{
	color: inherit;
}
.jumbotron p
{
	font-size: 21px;
	font-weight: 200;
	margin-bottom: 15px;
}
.jumbotron>hr
{
	border-top-color: #d5d5d5;
}
.container .jumbotron,.container-fluid .jumbotron
{
	border-radius: 6px;
}
.jumbotron .container
{
	max-width: 100%;
}
@media screen and (min-width: 768px)
{
	.jumbotron
	{
		padding: 48px 0;
	}
	.container .jumbotron,.container-fluid .jumbotron
	{
		padding-left: 60px;
		padding-right: 60px;
	}
	.jumbotron h1,.jumbotron .h1
	{
		font-size: 63px;
	}
}
.thumbnail
{
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: block;
	line-height: 1.42857;
	margin-bottom: 20px;
	o-transition: border 0.2s ease-in-out;
	padding: 4px;
	transition: border 0.2s ease-in-out;
	webkit-transition: border 0.2s ease-in-out;
}
.thumbnail>img,.thumbnail a>img
{
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
.thumbnail .caption
{
	color: #333;
	padding: 9px;
}
a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active
{
	border-color: #337ab7;
}
.alert
{
	border: 1px solid transparent;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 15px;
}
.alert h4
{
	color: inherit;
	margin-top: 0;
}
.alert .alert-link
{
	font-weight: bold;
}
.alert>p,.alert>ul
{
	margin-bottom: 0;
}
.alert>p+p
{
	margin-top: 5px;
}
.alert-dismissable,.alert-dismissible
{
	padding-right: 35px;
}
.alert-dismissable .close,.alert-dismissible .close
{
	color: inherit;
	position: relative;
	right: -21px;
	top: -2px;
}
.alert-success
{
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.alert-success hr
{
	border-top-color: #c9e2b3;
}
.alert-success .alert-link
{
	color: #2b542c;
}
.alert-info
{
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}
.alert-info hr
{
	border-top-color: #a6e1ec;
}
.alert-info .alert-link
{
	color: #245269;
}
.alert-warning
{
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}
.alert-warning hr
{
	border-top-color: #f7e1b5;
}
.alert-warning .alert-link
{
	color: #66512c;
}
.alert-danger
{
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.alert-danger hr
{
	border-top-color: #e4b9c0;
}
.alert-danger .alert-link
{
	color: #843534;
}
@-webkit-keyframes progress-bar-stripes
{
	from
	{
		background-position: 40px 0;
	}
	to
	{
		background-position: 0 0;
	}
}
@keyframes progress-bar-stripes
{
	from
	{
		background-position: 40px 0;
	}
	to
	{
		background-position: 0 0;
	}
}
.progress
{
	background-color: #f5f5f5;
	border-radius: 4px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.progress-bar
{
	background-color: #337ab7;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	color: #fff;
	float: left;
	font-size: 12px;
	height: 100%;
	line-height: 20px;
	o-transition: width 0.6s ease;
	text-align: center;
	transition: width 0.6s ease;
	webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	webkit-transition: width 0.6s ease;
	width: 0%;
}
.progress-striped .progress-bar,.progress-bar-striped
{
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0));
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
}
.progress.active .progress-bar,.progress-bar.active
{
	animation: progress-bar-stripes 2s linear infinite;
	o-animation: progress-bar-stripes 2s linear infinite;
	webkit-animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success
{
	background-color: #5cb85c;
}
.progress-striped .progress-bar-success
{
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0));
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info
{
	background-color: #5bc0de;
}
.progress-striped .progress-bar-info
{
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0));
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning
{
	background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning
{
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0));
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger
{
	background-color: #d9534f;
}
.progress-striped .progress-bar-danger
{
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0));
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}
.media
{
	margin-top: 15px;
}
.media:first-child
{
	margin-top: 0;
}
.media,.media-body
{
	overflow: hidden;
	zoom: 1;
}
.media-body
{
	width: 10000px;
}
.media-object
{
	display: block;
}
.media-right,.media>.pull-right
{
	padding-left: 10px;
}
.media-left,.media>.pull-left
{
	padding-right: 10px;
}
.media-left,.media-right,.media-body
{
	display: table-cell;
	vertical-align: top;
}
.media-middle
{
	vertical-align: middle;
}
.media-bottom
{
	vertical-align: bottom;
}
.media-heading
{
	margin-bottom: 5px;
	margin-top: 0;
}
.media-list
{
	list-style: none;
	padding-left: 0;
}
.list-group
{
	margin-bottom: 20px;
	padding-left: 0;
}
.list-group-item
{
	background-color: #fff;
	border: 1px solid #ddd;
	display: block;
	margin-bottom: -1px;
	padding: 10px 15px;
	position: relative;
}
.list-group-item:first-child
{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.list-group-item:last-child
{
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-bottom: 0;
}
a.list-group-item
{
	color: #555;
}
a.list-group-item .list-group-item-heading
{
	color: #333;
}
a.list-group-item:hover,a.list-group-item:focus
{
	background-color: #f5f5f5;
	color: #555;
	text-decoration: none;
}
.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus
{
	background-color: #eee;
	color: #777;
	cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading
{
	color: inherit;
}
.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text
{
	color: #777;
}
.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus
{
	background-color: #337ab7;
	border-color: #337ab7;
	color: #fff;
	z-index: 2;
}
.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>.small
{
	color: inherit;
}
.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text
{
	color: #c7ddef;
}
.list-group-item-success
{
	background-color: #dff0d8;
	color: #3c763d;
}
a.list-group-item-success
{
	color: #3c763d;
}
a.list-group-item-success .list-group-item-heading
{
	color: inherit;
}
a.list-group-item-success:hover,a.list-group-item-success:focus
{
	background-color: #d0e9c6;
	color: #3c763d;
}
a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus
{
	background-color: #3c763d;
	border-color: #3c763d;
	color: #fff;
}
.list-group-item-info
{
	background-color: #d9edf7;
	color: #31708f;
}
a.list-group-item-info
{
	color: #31708f;
}
a.list-group-item-info .list-group-item-heading
{
	color: inherit;
}
a.list-group-item-info:hover,a.list-group-item-info:focus
{
	background-color: #c4e3f3;
	color: #31708f;
}
a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus
{
	background-color: #31708f;
	border-color: #31708f;
	color: #fff;
}
.list-group-item-warning
{
	background-color: #fcf8e3;
	color: #8a6d3b;
}
a.list-group-item-warning
{
	color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading
{
	color: inherit;
}
a.list-group-item-warning:hover,a.list-group-item-warning:focus
{
	background-color: #faf2cc;
	color: #8a6d3b;
}
a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus
{
	background-color: #8a6d3b;
	border-color: #8a6d3b;
	color: #fff;
}
.list-group-item-danger
{
	background-color: #f2dede;
	color: #a94442;
}
a.list-group-item-danger
{
	color: #a94442;
}
a.list-group-item-danger .list-group-item-heading
{
	color: inherit;
}
a.list-group-item-danger:hover,a.list-group-item-danger:focus
{
	background-color: #ebcccc;
	color: #a94442;
}
a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus
{
	background-color: #a94442;
	border-color: #a94442;
	color: #fff;
}
.list-group-item-heading
{
	margin-bottom: 5px;
	margin-top: 0;
}
.list-group-item-text
{
	line-height: 1.3;
	margin-bottom: 0;
}
.panel
{
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	margin-bottom: 20px;
	webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.panel-body
{
	padding: 15px;
}
.panel-body:before,.panel-body:after
{
	content: " ";
	display: table;
}
.panel-body:after
{
	clear: both;
}
.panel-heading
{
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 10px 15px;
}
.panel-heading>.dropdown .dropdown-toggle
{
	color: inherit;
}
.panel-title
{
	color: inherit;
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 0;
}
.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a
{
	color: inherit;
}
.panel-footer
{
	background-color: #f5f5f5;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top: 1px solid #ddd;
	padding: 10px 15px;
}
.panel>.list-group,.panel>.panel-collapse>.list-group
{
	margin-bottom: 0;
}
.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item
{
	border-radius: 0;
	border-width: 1px 0;
}
.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child
{
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child
{
	border-bottom: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.panel-heading+.list-group .list-group-item:first-child
{
	border-top-width: 0;
}
.list-group+.panel-footer
{
	border-top-width: 0;
}
.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table
{
	margin-bottom: 0;
}
.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption
{
	padding-left: 15px;
	padding-right: 15px;
}
.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child
{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child
{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child
{
	border-top-left-radius: 3px;
}
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child
{
	border-top-right-radius: 3px;
}
.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child
{
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child
{
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child
{
	border-bottom-left-radius: 3px;
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child
{
	border-bottom-right-radius: 3px;
}
.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body
{
	border-top: 1px solid #ddd;
}
.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td
{
	border-top: 0;
}
.panel>.table-bordered,.panel>.table-responsive>.table-bordered
{
	border: 0;
}
.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child
{
	border-left: 0;
}
.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child
{
	border-right: 0;
}
.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th
{
	border-bottom: 0;
}
.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th
{
	border-bottom: 0;
}
.panel>.table-responsive
{
	border: 0;
	margin-bottom: 0;
}
.panel-group
{
	margin-bottom: 20px;
}
.panel-group .panel
{
	border-radius: 4px;
	margin-bottom: 0;
}
.panel-group .panel+.panel
{
	margin-top: 5px;
}
.panel-group .panel-heading
{
	border-bottom: 0;
}
.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group
{
	border-top: 1px solid #ddd;
}
.panel-group .panel-footer
{
	border-top: 0;
}
.panel-group .panel-footer+.panel-collapse .panel-body
{
	border-bottom: 1px solid #ddd;
}
.panel-default
{
	border-color: #ddd;
}
.panel-default>.panel-heading
{
	background-color: #f5f5f5;
	border-color: #ddd;
	color: #333;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body
{
	border-top-color: #ddd;
}
.panel-default>.panel-heading .badge
{
	background-color: #333;
	color: #f5f5f5;
}
.panel-default>.panel-footer+.panel-collapse>.panel-body
{
	border-bottom-color: #ddd;
}
.panel-primary
{
	border-color: #337ab7;
}
.panel-primary>.panel-heading
{
	background-color: #337ab7;
	border-color: #337ab7;
	color: #fff;
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body
{
	border-top-color: #337ab7;
}
.panel-primary>.panel-heading .badge
{
	background-color: #fff;
	color: #337ab7;
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body
{
	border-bottom-color: #337ab7;
}
.panel-success
{
	border-color: #d6e9c6;
}
.panel-success>.panel-heading
{
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.panel-success>.panel-heading+.panel-collapse>.panel-body
{
	border-top-color: #d6e9c6;
}
.panel-success>.panel-heading .badge
{
	background-color: #3c763d;
	color: #dff0d8;
}
.panel-success>.panel-footer+.panel-collapse>.panel-body
{
	border-bottom-color: #d6e9c6;
}
.panel-info
{
	border-color: #bce8f1;
}
.panel-info>.panel-heading
{
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}
.panel-info>.panel-heading+.panel-collapse>.panel-body
{
	border-top-color: #bce8f1;
}
.panel-info>.panel-heading .badge
{
	background-color: #31708f;
	color: #d9edf7;
}
.panel-info>.panel-footer+.panel-collapse>.panel-body
{
	border-bottom-color: #bce8f1;
}
.panel-warning
{
	border-color: #faebcc;
}
.panel-warning>.panel-heading
{
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body
{
	border-top-color: #faebcc;
}
.panel-warning>.panel-heading .badge
{
	background-color: #8a6d3b;
	color: #fcf8e3;
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body
{
	border-bottom-color: #faebcc;
}
.panel-danger
{
	border-color: #ebccd1;
}
.panel-danger>.panel-heading
{
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body
{
	border-top-color: #ebccd1;
}
.panel-danger>.panel-heading .badge
{
	background-color: #a94442;
	color: #f2dede;
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body
{
	border-bottom-color: #ebccd1;
}
.embed-responsive
{
	display: block;
	height: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video
{
	border: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.embed-responsive.embed-responsive-16by9
{
	padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3
{
	padding-bottom: 75%;
}
.well
{
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	margin-bottom: 20px;
	min-height: 20px;
	padding: 19px;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.well blockquote
{
	border-color: #ddd;
	border-color: rgba(0,0,0,0.15);
}
.well-lg
{
	border-radius: 6px;
	padding: 24px;
}
.well-sm
{
	border-radius: 3px;
	padding: 9px;
}
.close
{
	color: #000;
	filter: alpha(opacity=20);
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	opacity: 0.2;
	text-shadow: 0 1px 0 #fff;
}
.close:hover,.close:focus
{
	color: #000;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	text-decoration: none;
}
button.close
{
	background: transparent;
	border: 0;
	cursor: pointer;
	padding: 0;
	webkit-appearance: none;
}
.modal-open
{
	overflow: hidden;
}
.modal
{
	bottom: 0;
	display: none;
	left: 0;
	outline: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	webkit-overflow-scrolling: touch;
	z-index: 1040;
}
.modal.fade .modal-dialog
{
	moz-transition: -moz-transform 0.3s ease-out;
	ms-transform: translate(0, -25%);
	o-transform: translate(0, -25%);
	o-transition: -o-transform 0.3s ease-out;
	transform: translate(0, -25%);
	transition: transform 0.3s ease-out;
	webkit-transform: translate(0, -25%);
	webkit-transition: -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog
{
	ms-transform: translate(0, 0);
	o-transform: translate(0, 0);
	transform: translate(0, 0);
	webkit-transform: translate(0, 0);
}
.modal-open .modal
{
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog
{
	margin: 10px;
	position: relative;
	width: auto;
}
.modal-content
{
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	outline: 0;
	position: relative;
	webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
}
.modal-backdrop
{
	background-color: #000;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.modal-backdrop.fade
{
	filter: alpha(opacity=0);
	opacity: 0;
}
.modal-backdrop.in
{
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modal-header
{
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857px;
	padding: 15px;
}
.modal-header .close
{
	margin-top: -2px;
}
.modal-title
{
	line-height: 1.42857;
	margin: 0;
}
.modal-body
{
	padding: 15px;
	position: relative;
}
.modal-footer
{
	border-top: 1px solid #e5e5e5;
	padding: 15px;
	text-align: right;
}
.modal-footer:before,.modal-footer:after
{
	content: " ";
	display: table;
}
.modal-footer:after
{
	clear: both;
}
.modal-footer .btn+.btn
{
	margin-bottom: 0;
	margin-left: 5px;
}
.modal-footer .btn-group .btn+.btn
{
	margin-left: -1px;
}
.modal-footer .btn-block+.btn-block
{
	margin-left: 0;
}
.modal-scrollbar-measure
{
	height: 50px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
	width: 50px;
}
@media (min-width: 768px)
{
	.modal-dialog
	{
		margin: 30px auto;
		width: 600px;
	}
	.modal-content
	{
		box-shadow: 0 5px 15px rgba(0,0,0,0.5);
		webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	}
	.modal-sm
	{
		width: 300px;
	}
}
@media (min-width: 980px)
{
	.modal-lg
	{
		width: 900px;
	}
}
.tooltip
{
	display: block;
	filter: alpha(opacity=0);
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
	opacity: 0;
	position: absolute;
	visibility: visible;
	z-index: 1070;
}
.tooltip.in
{
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.tooltip.top
{
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right
{
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom
{
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left
{
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner
{
	background-color: #000;
	border-radius: 4px;
	color: #fff;
	max-width: 200px;
	padding: 3px 8px;
	text-align: center;
	text-decoration: none;
}
.tooltip-arrow
{
	border-color: transparent;
	border-style: solid;
	height: 0;
	position: absolute;
	width: 0;
}
.tooltip.top .tooltip-arrow
{
	border-top-color: #000;
	border-width: 5px 5px 0;
	bottom: 0;
	left: 50%;
	margin-left: -5px;
}
.tooltip.top-left .tooltip-arrow
{
	border-top-color: #000;
	border-width: 5px 5px 0;
	bottom: 0;
	margin-bottom: -5px;
	right: 5px;
}
.tooltip.top-right .tooltip-arrow
{
	border-top-color: #000;
	border-width: 5px 5px 0;
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
}
.tooltip.right .tooltip-arrow
{
	border-right-color: #000;
	border-width: 5px 5px 5px 0;
	left: 0;
	margin-top: -5px;
	top: 50%;
}
.tooltip.left .tooltip-arrow
{
	border-left-color: #000;
	border-width: 5px 0 5px 5px;
	margin-top: -5px;
	right: 0;
	top: 50%;
}
.tooltip.bottom .tooltip-arrow
{
	border-bottom-color: #000;
	border-width: 0 5px 5px;
	left: 50%;
	margin-left: -5px;
	top: 0;
}
.tooltip.bottom-left .tooltip-arrow
{
	border-bottom-color: #000;
	border-width: 0 5px 5px;
	margin-top: -5px;
	right: 5px;
	top: 0;
}
.tooltip.bottom-right .tooltip-arrow
{
	border-bottom-color: #000;
	border-width: 0 5px 5px;
	left: 5px;
	margin-top: -5px;
	top: 0;
}
.popover
{
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	display: none;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: normal;
	left: 0;
	line-height: 1.42857;
	max-width: 276px;
	padding: 1px;
	position: absolute;
	text-align: left;
	top: 0;
	webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	white-space: normal;
	z-index: 1060;
}
.popover.top
{
	margin-top: -10px;
}
.popover.right
{
	margin-left: 10px;
}
.popover.bottom
{
	margin-top: 10px;
}
.popover.left
{
	margin-left: -10px;
}
.popover-title
{
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
	font-size: 14px;
	margin: 0;
	padding: 8px 14px;
}
.popover-content
{
	padding: 9px 14px;
}
.popover>.arrow,.popover>.arrow:after
{
	border-color: transparent;
	border-style: solid;
	display: block;
	height: 0;
	position: absolute;
	width: 0;
}
.popover>.arrow
{
	border-width: 11px;
}
.popover>.arrow:after
{
	border-width: 10px;
	content: "";
}
.popover.top>.arrow
{
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,0.25);
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
}
.popover.top>.arrow:after
{
	border-bottom-width: 0;
	border-top-color: #fff;
	bottom: 1px;
	content: " ";
	margin-left: -10px;
}
.popover.right>.arrow
{
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,0.25);
	left: -11px;
	margin-top: -11px;
	top: 50%;
}
.popover.right>.arrow:after
{
	border-left-width: 0;
	border-right-color: #fff;
	bottom: -10px;
	content: " ";
	left: 1px;
}
.popover.bottom>.arrow
{
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,0.25);
	border-top-width: 0;
	left: 50%;
	margin-left: -11px;
	top: -11px;
}
.popover.bottom>.arrow:after
{
	border-bottom-color: #fff;
	border-top-width: 0;
	content: " ";
	margin-left: -10px;
	top: 1px;
}
.popover.left>.arrow
{
	border-left-color: #999;
	border-left-color: rgba(0,0,0,0.25);
	border-right-width: 0;
	margin-top: -11px;
	right: -11px;
	top: 50%;
}
.popover.left>.arrow:after
{
	border-left-color: #fff;
	border-right-width: 0;
	bottom: -10px;
	content: " ";
	right: 1px;
}
.carousel
{
	position: relative;
}
.carousel-inner
{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.carousel-inner>.item
{
	display: none;
	o-transition: 0.6s ease-in-out left;
	position: relative;
	transition: 0.6s ease-in-out left;
	webkit-transition: 0.6s ease-in-out left;
}
.carousel-inner>.item>img,.carousel-inner>.item>a>img
{
	display: block;
	height: auto;
	line-height: 1;
	max-width: 100%;
}
@media all and (transform-3d), (-webkit-transform-3d)
{
	.carousel-inner>.item
	{
		backface-visibility: hidden;
		moz-backface-visibility: hidden;
		moz-perspective: 1000;
		moz-transition: -moz-transform 0.6s ease-in-out;
		o-transition: -o-transform 0.6s ease-in-out;
		perspective: 1000;
		transition: transform 0.6s ease-in-out;
		webkit-backface-visibility: hidden;
		webkit-perspective: 1000;
		webkit-transition: -webkit-transform 0.6s ease-in-out;
	}
	.carousel-inner>.item.next,.carousel-inner>.item.active.right
	{
		margin:0;`
		top:0;
		left: 0;
		transform: translate3d(100%, 0, 0);
		webkit-transform: translate3d(100%, 0, 0);
	}
	.carousel-inner>.item.prev,.carousel-inner>.item.active.left
	{
		margin:0;	
		top:0;
		left: 0;
		transform: translate3d(-100%, 0, 0);
		webkit-transform: translate3d(-100%, 0, 0);
	}
	.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active
	{
		margin:0;
		top:0;
		left: 0;
		transform: translate3d(0, 0, 0);
		webkit-transform: translate3d(0, 0, 0);
	}
}
.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev
{
	display: block;
}
.carousel-inner>.active
{
	left: 0;
}
.carousel-inner>.next,.carousel-inner>.prev
{
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner>.next
{
	left: 100%;
}
.carousel-inner>.prev
{
	left: -100%;
}
.carousel-inner>.next.left,.carousel-inner>.prev.right
{
	left: 0;
}
.carousel-inner>.active.left
{
	left: -100%;
}
.carousel-inner>.active.right
{
	left: 100%;
}
.carousel-control
{
	bottom: 0;
	color: #fff;
	filter: alpha(opacity=50);
	font-size: 20px;
	left: 0;
	opacity: 0.5;
	position: absolute;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
	top: 0;
	width: 15%;
}
.carousel-control.left
{
	background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right
{
	background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	left: auto;
	right: 0;
}
.carousel-control:hover,.carousel-control:focus
{
	color: #fff;
	filter: alpha(opacity=90);
	opacity: 0.9;
	outline: 0;
	text-decoration: none;
}
.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right
{
	display: inline-block;
	position: absolute;
	top: 50%;
	z-index: 5;
}
.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left
{
	left: 50%;
	margin-left: -10px;
}
.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right
{
	margin-right: -10px;
	right: 50%;
}
.carousel-control .icon-prev,.carousel-control .icon-next
{
	font-family: serif;
	height: 20px;
	line-height: 1;
	margin-top: -10px;
	width: 20px;
}
.carousel-control .icon-prev:before
{
	content: '\2039';
}
.carousel-control .icon-next:before
{
	content: '\203a';
}
.carousel-indicators
{
	bottom: 10px;
	left: 50%;
	list-style: none;
	margin-left: -30%;
	padding-left: 0;
	position: absolute;
	text-align: center;
	width: 60%;
	z-index: 15;
}
.carousel-indicators li
{
	background-color: #000 \9;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	width: 10px;
}
.carousel-indicators .active
{
	background-color: #fff;
	height: 12px;
	margin: 0;
	width: 12px;
}
.carousel-caption
{
	bottom: 20px;
	color: #fff;
	left: 15%;
	padding-bottom: 20px;
	padding-top: 20px;
	position: absolute;
	right: 15%;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
	z-index: 10;
}
.carousel-caption .btn
{
	text-shadow: none;
}
@media screen and (min-width: 768px)
{
	.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next
	{
		font-size: 30px;
		height: 30px;
		margin-top: -15px;
		width: 30px;
	}
	.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev
	{
		margin-left: -15px;
	}
	.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next
	{
		margin-right: -15px;
	}
	.carousel-caption
	{
		left: 20%;
		padding-bottom: 30px;
		right: 20%;
	}
	.carousel-indicators
	{
		bottom: 20px;
	}
}
.clearfix:before,.clearfix:after
{
	content: " ";
	display: table;
}
.clearfix:after
{
	clear: both;
}
.center-block
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right
{
	float: right !important;
}
.pull-left
{
	float: left !important;
}
.hide
{
	display: none !important;
}
.show
{
	display: block !important;
}
.invisible
{
	visibility: hidden;
}
.text-hide
{
	background-color: transparent;
	border: 0;
	color: transparent;
	font: 0/0 a;
	text-shadow: none;
}
.hidden
{
	display: none !important;
	visibility: hidden !important;
}
.affix
{
	position: fixed;
}
@-ms-viewport
{
	width: device-width;
}
.visible-xs
{
	display: none !important;
}
.visible-sm
{
	display: none !important;
}
.visible-md
{
	display: none !important;
}
.visible-lg
{
	display: none !important;
}
.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block
{
	display: none !important;
}
@media (max-width: 767px)
{
	.contact-box .tel:first-child {
		float: left;
		margin-right: 25px;		
	}
	.visible-xs
	{
		display: block !important;
	}
	table.visible-xs
	{
		display: table;
	}
	tr.visible-xs
	{
		display: table-row !important;
	}
	th.visible-xs,td.visible-xs
	{
		display: table-cell !important;
	}
}
@media (max-width: 767px)
{
	.visible-xs-block
	{
		display: block !important;
	}
}
@media (max-width: 767px)
{
	.visible-xs-inline
	{
		display: inline !important;
	}
}
@media (max-width: 767px)
{
	.visible-xs-inline-block
	{
		display: inline-block !important;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	.visible-sm
	{
		display: block !important;
	}
	table.visible-sm
	{
		display: table;
	}
	tr.visible-sm
	{
		display: table-row !important;
	}
	th.visible-sm,td.visible-sm
	{
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	.visible-sm-block
	{
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	.visible-sm-inline
	{
		display: inline !important;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	.visible-sm-inline-block
	{
		display: inline-block !important;
	}
}
@media (min-width: 980px) and (max-width: 1199px)
{
	.visible-md
	{
		display: block !important;
	}
	table.visible-md
	{
		display: table;
	}
	tr.visible-md
	{
		display: table-row !important;
	}
	th.visible-md,td.visible-md
	{
		display: table-cell !important;
	}
}
@media (min-width: 980px) and (max-width: 1199px)
{
	.visible-md-block
	{
		display: block !important;
	}
}
@media (min-width: 980px) and (max-width: 1199px)
{
	.visible-md-inline
	{
		display: inline !important;
	}
}
@media (min-width: 980px) and (max-width: 1199px)
{
	.visible-md-inline-block
	{
		display: inline-block !important;
	}
}
@media (min-width: 1200px)
{
	.visible-lg
	{
		display: block !important;
	}
	table.visible-lg
	{
		display: table;
	}
	tr.visible-lg
	{
		display: table-row !important;
	}
	th.visible-lg,td.visible-lg
	{
		display: table-cell !important;
	}
}
@media (min-width: 1200px)
{
	.visible-lg-block
	{
		display: block !important;
	}
}
@media (min-width: 1200px)
{
	.visible-lg-inline
	{
		display: inline !important;
	}
}
@media (min-width: 1200px)
{
	.visible-lg-inline-block
	{
		display: inline-block !important;
	}
}
@media (max-width: 767px)
{
	.hidden-xs
	{
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	.hidden-sm
	{
		display: none !important;
	}
}
@media (min-width: 980px) and (max-width: 1199px)
{
	.hidden-md
	{
		display: none !important;
	}
}
@media (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,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;
	}
}
.btn
{
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857;
	margin-bottom: 0;
	moz-user-select: none;
	ms-user-select: none;
	padding: 6px 12px;
	text-align: center;
	touch-action: manipulation;
	user-select: none;
	vertical-align: middle;
	webkit-user-select: none;
	white-space: nowrap;
}
.btn:focus,.btn.focus,.btn:active:focus,.btn:active.focus,.btn.active:focus,.btn.active.focus
{
	outline: 5px auto -webkit-focus-ring-color;
	outline: thin dotted;
	outline-offset: -2px;
}
.btn:hover,.btn:focus,.btn.focus
{
	color: #333;
	text-decoration: none;
}
.btn:active,.btn.active
{
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	outline: 0;
	webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.btn.disabled,.btn[disabled],fieldset[disabled] .btn
{
	box-shadow: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: 0.65;
	pointer-events: none;
	webkit-box-shadow: none;
}
.btn-default
{
	background-color: #fff;
	border-color: #ccc;
	color: #333;
}
.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active,.open>.btn-default.dropdown-toggle
{
	background-color: #e6e6e6;
	border-color: #adadad;
	color: #333;
}
.btn-default:active,.btn-default.active,.open>.btn-default.dropdown-toggle
{
	background-image: none;
}
.btn-default.disabled,.btn-default.disabled:hover,.btn-default.disabled:focus,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled.active,.btn-default[disabled],.btn-default[disabled]:hover,.btn-default[disabled]:focus,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled].active,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default:hover,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default.active
{
	background-color: #fff;
	border-color: #ccc;
}
.btn-default .badge
{
	background-color: #333;
	color: #fff;
}
.btn-primary
{
	background-color: #337ab7;
	border-color: #2e6da4;
	color: #fff;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.btn-primary.dropdown-toggle
{
	background-color: #286090;
	border-color: #204d74;
	color: #fff;
}
.btn-primary:active,.btn-primary.active,.open>.btn-primary.dropdown-toggle
{
	background-image: none;
}
.btn-primary.disabled,.btn-primary.disabled:hover,.btn-primary.disabled:focus,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled.active,.btn-primary[disabled],.btn-primary[disabled]:hover,.btn-primary[disabled]:focus,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary:hover,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary.active
{
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn-primary .badge
{
	background-color: #fff;
	color: #337ab7;
}
.btn-success
{
	background-color: #5cb85c;
	border-color: #4cae4c;
	color: #fff;
}
.btn-success:hover,.btn-success:focus,.btn-success.focus,.btn-success:active,.btn-success.active,.open>.btn-success.dropdown-toggle
{
	background-color: #449d44;
	border-color: #398439;
	color: #fff;
}
.btn-success:active,.btn-success.active,.open>.btn-success.dropdown-toggle
{
	background-image: none;
}
.btn-success.disabled,.btn-success.disabled:hover,.btn-success.disabled:focus,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled.active,.btn-success[disabled],.btn-success[disabled]:hover,.btn-success[disabled]:focus,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled].active,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success:hover,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success.active
{
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success .badge
{
	background-color: #fff;
	color: #5cb85c;
}
.btn-info
{
	background-color: #5bc0de;
	border-color: #46b8da;
	color: #fff;
}
.btn-info:hover,.btn-info:focus,.btn-info.focus,.btn-info:active,.btn-info.active,.open>.btn-info.dropdown-toggle
{
	background-color: #31b0d5;
	border-color: #269abc;
	color: #fff;
}
.btn-info:active,.btn-info.active,.open>.btn-info.dropdown-toggle
{
	background-image: none;
}
.btn-info.disabled,.btn-info.disabled:hover,.btn-info.disabled:focus,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled.active,.btn-info[disabled],.btn-info[disabled]:hover,.btn-info[disabled]:focus,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled].active,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info:hover,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info.active
{
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info .badge
{
	background-color: #fff;
	color: #5bc0de;
}
.btn-warning
{
	background-color: #f0ad4e;
	border-color: #eea236;
	color: #fff;
}
.btn-warning:hover,.btn-warning:focus,.btn-warning.focus,.btn-warning:active,.btn-warning.active,.open>.btn-warning.dropdown-toggle
{
	background-color: #ec971f;
	border-color: #d58512;
	color: #fff;
}
.btn-warning:active,.btn-warning.active,.open>.btn-warning.dropdown-toggle
{
	background-image: none;
}
.btn-warning.disabled,.btn-warning.disabled:hover,.btn-warning.disabled:focus,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled.active,.btn-warning[disabled],.btn-warning[disabled]:hover,.btn-warning[disabled]:focus,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning:hover,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning.active
{
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning .badge
{
	background-color: #fff;
	color: #f0ad4e;
}
.btn-danger
{
	background-color: #d9534f;
	border-color: #d43f3a;
	color: #fff;
}
.btn-danger:hover,.btn-danger:focus,.btn-danger.focus,.btn-danger:active,.btn-danger.active,.open>.btn-danger.dropdown-toggle
{
	background-color: #c9302c;
	border-color: #ac2925;
	color: #fff;
}
.btn-danger:active,.btn-danger.active,.open>.btn-danger.dropdown-toggle
{
	background-image: none;
}
.btn-danger.disabled,.btn-danger.disabled:hover,.btn-danger.disabled:focus,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled.active,.btn-danger[disabled],.btn-danger[disabled]:hover,.btn-danger[disabled]:focus,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger:hover,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger.active
{
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger .badge
{
	background-color: #fff;
	color: #d9534f;
}
.btn-link
{
	border-radius: 0;
	color: #337ab7;
	font-weight: normal;
}
.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link
{
	background-color: transparent;
	box-shadow: none;
	webkit-box-shadow: none;
}
.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active
{
	border-color: transparent;
}
.btn-link:hover,.btn-link:focus
{
	background-color: transparent;
	color: #23527c;
	text-decoration: underline;
}
.btn-link[disabled]:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:hover,fieldset[disabled] .btn-link:focus
{
	color: #777;
	text-decoration: none;
}
.btn-lg,.btn-group-lg>.btn
{
	border-radius: 6px;
	font-size: 18px;
	line-height: 1.33333;
	padding: 10px 16px;
}
.btn-sm,.btn-group-sm>.btn
{
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
	padding: 5px 10px;
}
.btn-xs,.btn-group-xs>.btn
{
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
	padding: 1px 5px;
}
.btn-block
{
	display: block;
	width: 100%;
}
.btn-block+.btn-block
{
	margin-top: 5px;
}
input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block
{
	width: 100%;
}
fieldset
{
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 0;
}
legend
{
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	color: #333;
	display: block;
	font-size: 21px;
	line-height: inherit;
	margin-bottom: 20px;
	padding: 0;
	width: 100%;
}
label
{
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px;
	max-width: 100%;
}
input[type="search"]
{
	box-sizing: border-box;
	moz-box-sizing: border-box;
	webkit-box-sizing: border-box;
}
input[type="radio"],input[type="checkbox"]
{
	line-height: normal;
	margin: 4px 0 0;
	margin-top: 1px \9;
}
input[type="file"]
{
	display: block;
}
input[type="range"]
{
	display: block;
	width: 100%;
}
select[multiple],select[size]
{
	height: auto;
}
input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus
{
	outline: 5px auto -webkit-focus-ring-color;
	outline: thin dotted;
	outline-offset: -2px;
}
output
{
	color: #555;
	display: block;
	font-size: 14px;
	line-height: 1.42857;
	padding-top: 7px;
}
.form-control
{
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
	padding: 6px 12px;
	transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
	width: 100%;
}
.form-control:focus
{
	border-color: #66afe9;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
	outline: 0;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
}
.form-control::-moz-placeholder
{
	color: #999;
	opacity: 1;
}
.form-control:-ms-input-placeholder
{
	color: #999;
}
.form-control::-webkit-input-placeholder
{
	color: #999;
}
.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control
{
	background-color: #eee;
	cursor: not-allowed;
	opacity: 1;
}
textarea.form-control
{
	height: auto;
}
input[type="search"]
{
	webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0)
{
	input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]
	{
		line-height: 34px;
	}
	input[type="date"].input-sm,.input-group-sm>input[type="date"].form-control,.input-group-sm>input[type="date"].input-group-addon,.input-group-sm>.input-group-btn>input[type="date"].btn,.input-group-sm input[type="date"],input[type="time"].input-sm,.input-group-sm>input[type="time"].form-control,.input-group-sm>input[type="time"].input-group-addon,.input-group-sm>.input-group-btn>input[type="time"].btn,.input-group-sm input[type="time"],input[type="datetime-local"].input-sm,.input-group-sm>input[type="datetime-local"].form-control,.input-group-sm>input[type="datetime-local"].input-group-addon,.input-group-sm>.input-group-btn>input[type="datetime-local"].btn,.input-group-sm input[type="datetime-local"],input[type="month"].input-sm,.input-group-sm>input[type="month"].form-control,.input-group-sm>input[type="month"].input-group-addon,.input-group-sm>.input-group-btn>input[type="month"].btn,.input-group-sm input[type="month"]
	{
		line-height: 30px;
	}
	input[type="date"].input-lg,.input-group-lg>input[type="date"].form-control,.input-group-lg>input[type="date"].input-group-addon,.input-group-lg>.input-group-btn>input[type="date"].btn,.input-group-lg input[type="date"],input[type="time"].input-lg,.input-group-lg>input[type="time"].form-control,.input-group-lg>input[type="time"].input-group-addon,.input-group-lg>.input-group-btn>input[type="time"].btn,.input-group-lg input[type="time"],input[type="datetime-local"].input-lg,.input-group-lg>input[type="datetime-local"].form-control,.input-group-lg>input[type="datetime-local"].input-group-addon,.input-group-lg>.input-group-btn>input[type="datetime-local"].btn,.input-group-lg input[type="datetime-local"],input[type="month"].input-lg,.input-group-lg>input[type="month"].form-control,.input-group-lg>input[type="month"].input-group-addon,.input-group-lg>.input-group-btn>input[type="month"].btn,.input-group-lg input[type="month"]
	{
		line-height: 46px;
	}
}
.form-group
{
	margin-bottom: 15px;
}
.radio,.checkbox
{
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
}
.radio label,.checkbox label
{
	cursor: pointer;
	font-weight: normal;
	margin-bottom: 0;
	min-height: 20px;
	padding-left: 20px;
}
.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]
{
	margin-left: -20px;
	margin-top: 4px \9;
	position: absolute;
}
.radio+.radio,.checkbox+.checkbox
{
	margin-top: -5px;
}
.radio-inline,.checkbox-inline
{
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	margin-bottom: 0;
	padding-left: 20px;
	vertical-align: middle;
}
.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline
{
	margin-left: 10px;
	margin-top: 0;
}
input[type="radio"][disabled],input[type="radio"].disabled,fieldset[disabled] input[type="radio"],input[type="checkbox"][disabled],input[type="checkbox"].disabled,fieldset[disabled] input[type="checkbox"]
{
	cursor: not-allowed;
}
.radio-inline.disabled,fieldset[disabled] .radio-inline,.checkbox-inline.disabled,fieldset[disabled] .checkbox-inline
{
	cursor: not-allowed;
}
.radio.disabled label,fieldset[disabled] .radio label,.checkbox.disabled label,fieldset[disabled] .checkbox label
{
	cursor: not-allowed;
}
.form-control-static
{
	margin-bottom: 0;
	padding-bottom: 7px;
	padding-top: 7px;
}
.form-control-static.input-lg,.input-group-lg>.form-control-static.form-control,.input-group-lg>.form-control-static.input-group-addon,.input-group-lg>.input-group-btn>.form-control-static.btn,.form-control-static.input-sm,.input-group-sm>.form-control-static.form-control,.input-group-sm>.form-control-static.input-group-addon,.input-group-sm>.input-group-btn>.form-control-static.btn
{
	padding-left: 0;
	padding-right: 0;
}
.input-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn
{
	border-radius: 3px;
	font-size: 12px;
	height: 30px;
	line-height: 1.5;
	padding: 5px 10px;
}
select.input-sm,.input-group-sm>select.form-control,.input-group-sm>select.input-group-addon,.input-group-sm>.input-group-btn>select.btn
{
	height: 30px;
	line-height: 30px;
}
textarea.input-sm,.input-group-sm>textarea.form-control,.input-group-sm>textarea.input-group-addon,.input-group-sm>.input-group-btn>textarea.btn,select[multiple].input-sm,.input-group-sm>select[multiple].form-control,.input-group-sm>select[multiple].input-group-addon,.input-group-sm>.input-group-btn>select[multiple].btn
{
	height: auto;
}
.form-group-sm .form-control
{
	border-radius: 3px;
	font-size: 12px;
	height: 30px;
	line-height: 1.5;
	padding: 5px 10px;
}
.form-group-sm select.form-control
{
	height: 30px;
	line-height: 30px;
}
.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control
{
	height: auto;
}
.form-group-sm .form-control-static
{
	font-size: 12px;
	height: 30px;
	line-height: 1.5;
	padding: 5px 10px;
}
.input-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn
{
	border-radius: 6px;
	font-size: 18px;
	height: 46px;
	line-height: 1.33333;
	padding: 10px 16px;
}
select.input-lg,.input-group-lg>select.form-control,.input-group-lg>select.input-group-addon,.input-group-lg>.input-group-btn>select.btn
{
	height: 46px;
	line-height: 46px;
}
textarea.input-lg,.input-group-lg>textarea.form-control,.input-group-lg>textarea.input-group-addon,.input-group-lg>.input-group-btn>textarea.btn,select[multiple].input-lg,.input-group-lg>select[multiple].form-control,.input-group-lg>select[multiple].input-group-addon,.input-group-lg>.input-group-btn>select[multiple].btn
{
	height: auto;
}
.form-group-lg .form-control
{
	border-radius: 6px;
	font-size: 18px;
	height: 46px;
	line-height: 1.33333;
	padding: 10px 16px;
}
.form-group-lg select.form-control
{
	height: 46px;
	line-height: 46px;
}
.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control
{
	height: auto;
}
.form-group-lg .form-control-static
{
	font-size: 18px;
	height: 46px;
	line-height: 1.33333;
	padding: 10px 16px;
}
.has-feedback
{
	position: relative;
}
.has-feedback .form-control
{
	padding-right: 42.5px;
}
.form-control-feedback
{
	display: block;
	height: 34px;
	line-height: 34px;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 34px;
	z-index: 2;
}
.input-lg+.form-control-feedback,.input-group-lg>.form-control+.form-control-feedback,.input-group-lg>.input-group-addon+.form-control-feedback,.input-group-lg>.input-group-btn>.btn+.form-control-feedback
{
	height: 46px;
	line-height: 46px;
	width: 46px;
}
.input-sm+.form-control-feedback,.input-group-sm>.form-control+.form-control-feedback,.input-group-sm>.input-group-addon+.form-control-feedback,.input-group-sm>.input-group-btn>.btn+.form-control-feedback
{
	height: 30px;
	line-height: 30px;
	width: 30px;
}
.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label
{
	color: #3c763d;
}
.has-success .form-control
{
	border-color: #3c763d;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-success .form-control:focus
{
	border-color: #2b542c;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
}
.has-success .input-group-addon
{
	background-color: #dff0d8;
	border-color: #3c763d;
	color: #3c763d;
}
.has-success .form-control-feedback
{
	color: #3c763d;
}
.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label
{
	color: #8a6d3b;
}
.has-warning .form-control
{
	border-color: #8a6d3b;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-warning .form-control:focus
{
	border-color: #66512c;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
}
.has-warning .input-group-addon
{
	background-color: #fcf8e3;
	border-color: #8a6d3b;
	color: #8a6d3b;
}
.has-warning .form-control-feedback
{
	color: #8a6d3b;
}
.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label
{
	color: #a94442;
}
.has-error .form-control
{
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-error .form-control:focus
{
	border-color: #843534;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
}
.has-error .input-group-addon
{
	background-color: #f2dede;
	border-color: #a94442;
	color: #a94442;
}
.has-error .form-control-feedback
{
	color: #a94442;
}
.has-feedback label ~ .form-control-feedback
{
	top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback
{
	top: 0;
}
.help-block
{
	color: #737373;
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
}
@media (min-width: 768px)
{
	.form-inline .form-group
	{
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .form-control
	{
		display: inline-block;
		vertical-align: middle;
		width: auto;
	}
	.form-inline .form-control-static
	{
		display: inline-block;
	}
	.form-inline .input-group
	{
		display: inline-table;
		vertical-align: middle;
	}
	.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control
	{
		width: auto;
	}
	.form-inline .input-group>.form-control
	{
		width: 100%;
	}
	.form-inline .control-label
	{
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio,.form-inline .checkbox
	{
		display: inline-block;
		margin-bottom: 0;
		margin-top: 0;
		vertical-align: middle;
	}
	.form-inline .radio label,.form-inline .checkbox label
	{
		padding-left: 0;
	}
	.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]
	{
		margin-left: 0;
		position: relative;
	}
	.form-inline .has-feedback .form-control-feedback
	{
		top: 0;
	}
}
.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline
{
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 7px;
}
.form-horizontal .radio,.form-horizontal .checkbox
{
	min-height: 27px;
}
.form-horizontal .form-group
{
	margin-left: -10px;
	margin-right: -10px;
}
.form-horizontal .form-group:before,.form-horizontal .form-group:after
{
	content: " ";
	display: table;
}
.form-horizontal .form-group:after
{
	clear: both;
}
@media (min-width: 768px)
{
	.form-horizontal .control-label
	{
		margin-bottom: 0;
		padding-top: 7px;
		text-align: right;
	}
}
.form-horizontal .has-feedback .form-control-feedback
{
	right: 10px;
}
@media (min-width: 768px)
{
	.form-horizontal .form-group-lg .control-label
	{
		padding-top: 14.33333px;
	}
}
@media (min-width: 768px)
{
	.form-horizontal .form-group-sm .control-label
	{
		padding-top: 6px;
	}
}
*
{
	box-sizing: border-box;
	moz-box-sizing: border-box;
	webkit-box-sizing: border-box;
}
*:before,*:after
{
	box-sizing: border-box;
	moz-box-sizing: border-box;
	webkit-box-sizing: border-box;
}
html
{
	font-size: 10px;
	webkit-tap-highlight-color: transparent;
}
body
{
	background-color: #fff;
	color: #333;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857;
}
input,button,select,textarea
{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a
{
	color: #337ab7;
	text-decoration: none;
}
a:hover,a:focus
{
	color: #23527c;
	text-decoration: underline;
}
a:focus
{
	outline: 5px auto -webkit-focus-ring-color;
	outline: thin dotted;
	outline-offset: -2px;
}
figure
{
	margin: 0;
}
img
{
	vertical-align: middle;
}
.img-responsive
{
	display: block;
	height: auto;
	max-width: 100%;
}
.img-rounded
{
	border-radius: 6px;
}
.img-thumbnail
{
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: inline-block;
	height: auto;
	line-height: 1.42857;
	max-width: 100%;
	o-transition: all 0.2s ease-in-out;
	padding: 4px;
	transition: all 0.2s ease-in-out;
	webkit-transition: all 0.2s ease-in-out;
}
.img-circle
{
	border-radius: 50%;
}
hr
{
	border: 0;
	border-top: 1px solid #eee;
	margin-bottom: 20px;
	margin-top: 20px;
}
.sr-only
{
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.sr-only-focusable:active,.sr-only-focusable:focus
{
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.caret
{
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid;
	display: inline-block;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	width: 0;
}
.dropup,.dropdown
{
	position: relative;
}
.dropdown-toggle:focus
{
	outline: 0;
}
.dropdown-menu
{
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	display: none;
	float: left;
	font-size: 14px;
	left: 0;
	list-style: none;
	margin: 2px 0 0;
	min-width: 160px;
	padding: 5px 0;
	position: absolute;
	text-align: left;
	top: 100%;
	webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	z-index: 1000;
}
.dropdown-menu.pull-right
{
	left: auto;
	right: 0;
}
.dropdown-menu .divider
{
	background-color: #e5e5e5;
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
}
.dropdown-menu>li>a
{
	clear: both;
	color: #333;
	display: block;
	font-weight: normal;
	line-height: 1.42857;
	padding: 3px 20px;
	white-space: nowrap;
}
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus
{
	background-color: #f5f5f5;
	color: #262626;
	text-decoration: none;
}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus
{
	background-color: #337ab7;
	color: #fff;
	outline: 0;
	text-decoration: none;
}
.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus
{
	color: #777;
}
.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus
{
	background-color: transparent;
	background-image: none;
	cursor: not-allowed;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	text-decoration: none;
}
.open>.dropdown-menu
{
	display: block;
}
.open>a
{
	outline: 0;
}
.dropdown-menu-right
{
	left: auto;
	right: 0;
}
.dropdown-menu-left
{
	left: 0;
	right: auto;
}
.dropdown-header
{
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 1.42857;
	padding: 3px 20px;
	white-space: nowrap;
}
.dropdown-backdrop
{
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 990;
}
.pull-right>.dropdown-menu
{
	left: auto;
	right: 0;
}
.dropup .caret,.navbar-fixed-bottom .dropdown .caret
{
	border-bottom: 4px solid;
	border-top: 0;
	content: "";
}
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu
{
	bottom: 100%;
	margin-bottom: 2px;
	top: auto;
}
@media (min-width: 768px)
{
	.navbar-right .dropdown-menu
	{
		left: auto;
		right: 0;
	}
	.navbar-right .dropdown-menu-left
	{
		left: 0;
		right: auto;
	}
}
.nav
{
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
.nav:before,.nav:after
{
	content: " ";
	display: table;
}
.nav:after
{
	clear: both;
}
.nav>li
{
	display: block;
	position: relative;
}
.nav>li>a
{
	display: block;
	padding: 10px 15px;
	position: relative;
}
.nav>li>a:hover,.nav>li>a:focus
{
	background-color: #eee;
	text-decoration: none;
}
.nav>li.disabled>a
{
	color: #777;
}
.nav>li.disabled>a:hover,.nav>li.disabled>a:focus
{
	background-color: transparent;
	color: #777;
	cursor: not-allowed;
	text-decoration: none;
}
.nav .open>a,.nav .open>a:hover,.nav .open>a:focus
{
	/*background-color: #eee;	*/
	background-color: #3d3d42;
	border-color: #337ab7;
}
.nav .nav-divider
{
	background-color: #e5e5e5;
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
}
.nav>li>a>img
{
	max-width: none;
}
.nav-tabs
{
	border-bottom: 1px solid #ddd;
}
.nav-tabs>li
{
	float: left;
	margin-bottom: -1px;
}
.nav-tabs>li>a
{
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	line-height: 1.42857;
	margin-right: 2px;
}
.nav-tabs>li>a:hover
{
	border-color: #eee #eee #ddd;
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus
{
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	color: #555;
	cursor: default;
}
.nav-pills>li
{
	float: left;
}
.nav-pills>li>a
{
	border-radius: 4px;
}
.nav-pills>li+li
{
	margin-left: 2px;
}
.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus
{
	background-color: #337ab7;
	color: #fff;
}
.nav-stacked>li
{
	float: none;
}
.nav-stacked>li+li
{
	margin-left: 0;
	margin-top: 2px;
}
.nav-justified,.nav-tabs.nav-justified
{
	width: 100%;
}
.nav-justified>li,.nav-tabs.nav-justified>li
{
	float: none;
}
.nav-justified>li>a,.nav-tabs.nav-justified>li>a
{
	margin-bottom: 5px;
	text-align: center;
}
.nav-justified>.dropdown .dropdown-menu
{
	left: auto;
	top: auto;
}
@media (min-width: 768px)
{
	.nav-justified>li,.nav-tabs.nav-justified>li
	{
		display: table-cell;
		width: 1%;
	}
	.nav-justified>li>a,.nav-tabs.nav-justified>li>a
	{
		margin-bottom: 0;
	}
}
.nav-tabs-justified,.nav-tabs.nav-justified
{
	border-bottom: 0;
}
.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a
{
	border-radius: 4px;
	margin-right: 0;
}
.nav-tabs-justified>.active>a,.nav-tabs.nav-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:focus
{
	border: 1px solid #ddd;
}
@media (min-width: 768px)
{
	.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a
	{
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}
	.nav-tabs-justified>.active>a,.nav-tabs.nav-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:focus
	{
		border-bottom-color: #fff;
	}
}
.tab-content>.tab-pane
{
	display: none;
	visibility: hidden;
}
.tab-content>.active
{
	display: block;
	visibility: visible;
}
.nav-tabs .dropdown-menu
{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-top: -1px;
}
.navbar
{
	border: 1px solid transparent;
	margin-bottom: 20px;
	min-height: 50px;
	position: relative;
}
.navbar:before,.navbar:after
{
	content: " ";
	display: table;
}
.navbar:after
{
	clear: both;
}
@media (min-width: 768px)
{
	.navbar
	{
		border-radius: 4px;
	}
}
.navbar-header:before,.navbar-header:after
{
	content: " ";
	display: table;
}
.navbar-header:after
{
	clear: both;
}
@media (min-width: 768px)
{
	.navbar-header
	{
		float: left;
	}
}
.navbar-collapse
{
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	overflow-x: visible;
	padding-left: 10px;
	padding-right: 10px;
	webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,.navbar-collapse:after
{
	content: " ";
	display: table;
}
.navbar-collapse:after
{
	clear: both;
}
.navbar-collapse.in
{
	overflow-y: auto;
}
@media (min-width: 768px)
{
	.navbar-collapse
	{
		border-top: 0;
		box-shadow: none;
		width: auto;
	}
	.navbar-collapse.collapse
	{
		display: block !important;
		height: auto !important;
		overflow: visible !important;
		padding-bottom: 0;
		visibility: visible !important;
	}
	.navbar-collapse.in
	{
		overflow-y: visible;
	}
	.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse
	{
		padding-left: 0;
		padding-right: 0;
	}
}
.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse
{
	max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape)
{
	.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse
	{
		max-height: 200px;
	}
}
.container>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-header,.container-fluid>.navbar-collapse
{
	margin-left: -10px;
	margin-right: -10px;
}
@media (min-width: 768px)
{
	.container>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-header,.container-fluid>.navbar-collapse
	{
		margin-left: 0;
		margin-right: 0;
	}
}
.navbar-static-top
{
	border-width: 0 0 1px;
	z-index: 1000;
}
@media (min-width: 768px)
{
	.navbar-static-top
	{
		border-radius: 0;
	}
}
.navbar-fixed-top,.navbar-fixed-bottom
{
	left: 0;
	position: fixed;
	right: 0;
	z-index: 1030;
}
@media (min-width: 768px)
{
	.navbar-fixed-top,.navbar-fixed-bottom
	{
		border-radius: 0;
	}
}
.navbar-fixed-top
{
	border-width: 0 0 1px;
	top: 0;
}
.navbar-fixed-bottom
{
	border-width: 1px 0 0;
	bottom: 0;
	margin-bottom: 0;
}
.navbar-brand
{
	float: left;
	font-size: 18px;
	height: 50px;
	line-height: 20px;
	padding: 15px 10px;
}
.navbar-brand:hover,.navbar-brand:focus
{
	text-decoration: none;
}
.navbar-brand>img
{
	display: block;
}
@media (min-width: 768px)
{
	.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand
	{
		margin-left: -10px;
	}
}
.navbar-toggle
{
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	float: right;
	margin-bottom: 8px;
	margin-right: 10px;
	margin-top: 8px;
	padding: 9px 10px;
	position: relative;
}
.navbar-toggle:focus
{
	outline: 0;
}
.navbar-toggle .icon-bar
{
	border-radius: 1px;
	display: block;
	height: 2px;
	width: 22px;
}
.navbar-toggle .icon-bar+.icon-bar
{
	margin-top: 4px;
}
@media (min-width: 768px)
{
	.navbar-toggle
	{
		display: none;
	}
}
.navbar-nav
{
	margin: 7.5px -10px;
}
.navbar-nav>li>a
{
	line-height: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}
@media (max-width: 767px)
{
	.navbar-nav .open .dropdown-menu
	{
		background-color: transparent;
		border: 0;
		box-shadow: none;
		float: none;
		margin-top: 0;
		position: static;
		width: auto;
	}
	.navbar-nav .open .dropdown-menu>li>a,.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,.navbar-nav .open .dropdown-menu>li>a:focus
	{
		background-image: none;
	}
}
@media (min-width: 768px)
{
	.navbar-nav
	{
		float: left;
		margin: 0;
	}
	.navbar-nav>li
	{
		float: left;
	}
	.navbar-nav>li>a
	{
		padding-bottom: 15px;
		padding-top: 15px;
	}
}
.navbar-form
{
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
	margin-bottom: 8px;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 8px;
	padding: 10px 10px;
	webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
}
@media (min-width: 768px)
{
	.navbar-form .form-group
	{
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .form-control
	{
		display: inline-block;
		vertical-align: middle;
		width: auto;
	}
	.navbar-form .form-control-static
	{
		display: inline-block;
	}
	.navbar-form .input-group
	{
		display: inline-table;
		vertical-align: middle;
	}
	.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control
	{
		width: auto;
	}
	.navbar-form .input-group>.form-control
	{
		width: 100%;
	}
	.navbar-form .control-label
	{
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .radio,.navbar-form .checkbox
	{
		display: inline-block;
		margin-bottom: 0;
		margin-top: 0;
		vertical-align: middle;
	}
	.navbar-form .radio label,.navbar-form .checkbox label
	{
		padding-left: 0;
	}
	.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]
	{
		margin-left: 0;
		position: relative;
	}
	.navbar-form .has-feedback .form-control-feedback
	{
		top: 0;
	}
}
@media (max-width: 767px)
{
	.navbar-form .form-group
	{
		margin-bottom: 5px;
	}
	.navbar-form .form-group:last-child
	{
		margin-bottom: 0;
	}
}
@media (min-width: 768px)
{
	.navbar-form
	{
		border: 0;
		box-shadow: none;
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 0;
		padding-top: 0;
		webkit-box-shadow: none;
		width: auto;
	}
}
.navbar-nav>li>.dropdown-menu
{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-top: 0;
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu
{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-bottom: 0;
}
.navbar-btn
{
	margin-bottom: 8px;
	margin-top: 8px;
}
.navbar-btn.btn-sm,.btn-group-sm>.navbar-btn.btn
{
	margin-bottom: 10px;
	margin-top: 10px;
}
.navbar-btn.btn-xs,.btn-group-xs>.navbar-btn.btn
{
	margin-bottom: 14px;
	margin-top: 14px;
}
.navbar-text
{
	margin-bottom: 15px;
	margin-top: 15px;
}
@media (min-width: 768px)
{
	.navbar-text
	{
		float: left;
		margin-left: 10px;
		margin-right: 10px;
	}
}
@media (min-width: 768px)
{
	.navbar-left
	{
		float: left !important;
	}
	.navbar-right
	{
		float: right !important;
		margin-right: -10px;
	}
	.navbar-right ~ .navbar-right
	{
		margin-right: 0;
	}
}
.navbar-default
{
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}
.navbar-default .navbar-brand
{
	color: #777;
}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus
{
	background-color: transparent;
	color: #5e5e5e;
}
.navbar-default .navbar-text
{
	color: #777;
}
.navbar-default .navbar-nav>li>a
{
	color: #777;
}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus
{
	background-color: transparent;
	color: #333;
}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus
{
	background-color: #e7e7e7;
	color: #555;
}
.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus
{
	background-color: transparent;
	color: #ccc;
}
.navbar-default .navbar-toggle
{
	border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus
{
	background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar
{
	background-color: #888;
}
.navbar-default .navbar-collapse,.navbar-default .navbar-form
{
	border-color: #e7e7e7;
}
.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus
{
	background-color: #e7e7e7;
	color: #555;
}
@media (max-width: 767px)
{
	.navbar-default .navbar-nav .open .dropdown-menu>li>a
	{
		color: #777;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus
	{
		background-color: transparent;
		color: #333;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus
	{
		background-color: #e7e7e7;
		color: #555;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus
	{
		background-color: transparent;
		color: #ccc;
	}
}
.navbar-default .navbar-link
{
	color: #777;
}
.navbar-default .navbar-link:hover
{
	color: #333;
}
.navbar-default .btn-link
{
	color: #777;
}
.navbar-default .btn-link:hover,.navbar-default .btn-link:focus
{
	color: #333;
}
.navbar-default .btn-link[disabled]:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:hover,fieldset[disabled] .navbar-default .btn-link:focus
{
	color: #ccc;
}
.navbar-inverse
{
	background-color: #222;
	border-color: #090909;
}
.navbar-inverse .navbar-brand
{
	color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus
{
	background-color: transparent;
	color: #fff;
}
.navbar-inverse .navbar-text
{
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav>li>a
{
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus
{
	background-color: transparent;
	color: #fff;
}
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus
{
	background-color: #090909;
	color: #fff;
}
.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus
{
	background-color: transparent;
	color: #444;
}
.navbar-inverse .navbar-toggle
{
	border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus
{
	background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar
{
	background-color: #fff;
}
.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form
{
	border-color: #101010;
}
.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus
{
	background-color: #090909;
	color: #fff;
}
@media (max-width: 767px)
{
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header
	{
		border-color: #090909;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider
	{
		background-color: #090909;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a
	{
		color: #9d9d9d;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus
	{
		background-color: transparent;
		color: #fff;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus
	{
		background-color: #090909;
		color: #fff;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus
	{
		background-color: transparent;
		color: #444;
	}
}
.navbar-inverse .navbar-link
{
	color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover
{
	color: #fff;
}
.navbar-inverse .btn-link
{
	color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus
{
	color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:hover,fieldset[disabled] .navbar-inverse .btn-link:focus
{
	color: #444;
}
.pagination
{
	border-radius: 4px;
	display: inline-block;
	margin: 20px 0;
	padding-left: 0;
}
.pagination>li
{
	display: inline;
}
.pagination>li>a,.pagination>li>span
{
	background-color: #fff;
	border: 1px solid #ddd;
	color: #337ab7;
	float: left;
	line-height: 1.42857;
	margin-left: -1px;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
}
.pagination>li:first-child>a,.pagination>li:first-child>span
{
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	margin-left: 0;
}
.pagination>li:last-child>a,.pagination>li:last-child>span
{
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.pagination>li>a:hover,.pagination>li>a:focus,.pagination>li>span:hover,.pagination>li>span:focus
{
	background-color: #eee;
	border-color: #ddd;
	color: #23527c;
}
.pagination>.active>a,.pagination>.active>a:hover,.pagination>.active>a:focus,.pagination>.active>span,.pagination>.active>span:hover,.pagination>.active>span:focus
{
	background-color: #337ab7;
	border-color: #337ab7;
	color: #fff;
	cursor: default;
	z-index: 2;
}
.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus
{
	background-color: #fff;
	border-color: #ddd;
	color: #777;
	cursor: not-allowed;
}
.pagination-lg>li>a,.pagination-lg>li>span
{
	font-size: 18px;
	padding: 10px 16px;
}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span
{
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span
{
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}
.pagination-sm>li>a,.pagination-sm>li>span
{
	font-size: 12px;
	padding: 5px 10px;
}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span
{
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span
{
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.pico
{
	display: inline-block;
	overflow: hidden;
	text-indent: -999em;
}
.text-white
{
	color: #fff;
}
a.text-white:hover
{
	color: #e6e6e6;
}
.nm-t
{
	margin-top: 0 !important;
}
.np-t
{
	padding-top: 0 !important;
}
.nb-t
{
	border-top: none !important;
}
.nm-b
{
	margin-bottom: 0 !important;
}
.np-b
{
	padding-bottom: 0 !important;
}
.nb-b
{
	border-bottom: none !important;
}
.nm-l
{
	margin-left: 0 !important;
}
.np-l
{
	padding-left: 0 !important;
}
.nb-l
{
	border-left: none !important;
}
.nm-r
{
	margin-right: 0 !important;
}
.np-r
{
	padding-right: 0 !important;
}
.nb-r
{
	border-right: none !important;
}
.nm
{
	margin: 0 !important;
}
.np
{
	padding: 0 !important;
}
.nb
{
	border: none !important;
}
.clear
{
	clear: both;
}
.font-w-normal
{
	font-weight: normal !important;
}
.link-underlined
{
	text-decoration: underline;
}
.bg-trns
{
	background: transparent !important;
}
.section
{
	margin-bottom: 20px !important;
}
.img-responsive-inline
{
	display: inline-block;
	height: auto;
	max-width: 100%;
}
.display-inline
{
	display: inline-block;
}
.text-none
{
	text-decoration: none !important;
}
.text-underline
{
	text-decoration: underline;
}
.relative
{
	position: relative;
}
.absolute
{
	position: absolute;
}
.resize
{
	resize: none;
}
.over-hide
{
	overflow: hidden;
}
.abc-image
{
	padding: 4px;
}
.cur-pot
{
	cursor: pointer !important;
}
.f-14
{
	font-size: 14px;
}
.f-15
{
	font-size: 15px;
}
.f-16
{
	font-size: 16px;
}
.f-17
{
	font-size: 17px;
}
.f-18
{
	font-size: 18px;
}
.f-19
{
	font-size: 19px;
}
.f-20
{
	font-size: 20px;
}
.f-21
{
	font-size: 21px;
}
.f-22
{
	font-size: 22px;
}
.f-30
{
	font-size: 30px;
}
.color-dark
{
	color: #4f4f58;
}
.color-green
{
	color: #53912d !important;
	font-weight: bold;
}
.color-blue
{
	color: #6dc1dd !important;
	font-weight: bold;
}
.color-red
{
	color: #cc3771 !important;
	font-weight: bold;
}
.color-blue-dark
{
	color: #3963da !important;
	font-weight: bold;
}
.color-green-dark
{
	color: #6dc141 !important;
	font-weight: bold;
}
.font-geometria-light
{
	font-family: "Geometria-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.font-geometria-it
{
	font-family: "Geometria-Italic","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.font-geometria-e-light
{
	font-family: "Geometria-HeavyItalic","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.font-geometria-medium
{
	font-family: "Geometria-Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.font-geometria-medium-italic
{
	font-family: "Geometria-MediumItalic","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.font-geometria-thin
{
	font-family: "Geometria-Thin","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.font-geometria-thin-italic
{
	font-family: "Geometria-ThinItalic","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.btn-blue
{
	background-color: #323237;
	border-color: #323237;
	border-radius: 0;
	color: #fff;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	moz-border-radius: 0;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
	webkit-border-radius: 0;
	width: 100%;
}
.btn-blue:hover,.btn-blue:focus,.btn-blue.focus,.btn-blue:active,.btn-blue.active,.open>.btn-blue.dropdown-toggle
{
	background-color: #1a1a1c;
	border-color: #151517;
	color: #fff;
}
.btn-blue:active,.btn-blue.active,.open>.btn-blue.dropdown-toggle
{
	background-image: none;
}
.btn-blue.disabled,.btn-blue.disabled:hover,.btn-blue.disabled:focus,.btn-blue.disabled.focus,.btn-blue.disabled:active,.btn-blue.disabled.active,.btn-blue[disabled],.btn-blue[disabled]:hover,.btn-blue[disabled]:focus,.btn-blue[disabled].focus,.btn-blue[disabled]:active,.btn-blue[disabled].active,fieldset[disabled] .btn-blue,fieldset[disabled] .btn-blue:hover,fieldset[disabled] .btn-blue:focus,fieldset[disabled] .btn-blue.focus,fieldset[disabled] .btn-blue:active,fieldset[disabled] .btn-blue.active
{
	background-color: #323237;
	border-color: #323237;
}
.btn-blue .badge
{
	background-color: #fff;
	color: #323237;
}
.btn-order
{
	background-color: #2bcab9;
	border-color: #2bcab9;
	border-radius: 0;
	color: #fff;
	display: block;
	height: 40px;
	margin: 0 auto;
	moz-border-radius: 0;
	webkit-border-radius: 0;
	width: 245px;
}
.btn-order:hover,.btn-order:focus,.btn-order.focus,.btn-order:active,.btn-order.active,.open>.btn-order.dropdown-toggle
{
	background-color: #22a092;
	border-color: #20988b;
	color: #fff;
}
.btn-order:active,.btn-order.active,.open>.btn-order.dropdown-toggle
{
	background-image: none;
}
.btn-order.disabled,.btn-order.disabled:hover,.btn-order.disabled:focus,.btn-order.disabled.focus,.btn-order.disabled:active,.btn-order.disabled.active,.btn-order[disabled],.btn-order[disabled]:hover,.btn-order[disabled]:focus,.btn-order[disabled].focus,.btn-order[disabled]:active,.btn-order[disabled].active,fieldset[disabled] .btn-order,fieldset[disabled] .btn-order:hover,fieldset[disabled] .btn-order:focus,fieldset[disabled] .btn-order.focus,fieldset[disabled] .btn-order:active,fieldset[disabled] .btn-order.active
{
	background-color: #2bcab9;
	border-color: #2bcab9;
}
.btn-order .badge
{
	background-color: #fff;
	color: #2bcab9;
}
.dropdown
{
	position: relative;
}
.dropdown.open .card-box
{
	background-color: #3d3d42 !important;
	color: #fff;
}
.dropdown .close-dropdown
{
	color: #969696;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 99999;
}
.card-box
{
	color: #ffffff;
	display: block;
	font-size: 16px;
	line-height: 60px !important;
	padding: 0 40px !important;
	text-align: right;
	padding: 0 0 0 20px !important;
}
@media (max-width: 767px)
{
	.card-box
	{
		margin-top: 12px;
	}
}
@media (min-width: 980px) and (max-width: 1199px)
{
	.card-box
	{
		padding: 0 30px;
	}
}
.card-box:hover
{
	background-color: #3d3d42 !important;
	color: #fff !important;
}
.card-box .card-count
{
	background-color: #2bcab9 !important;
}
.card-box .pico
{
	margin-left: 10px;
	margin-top: 10px;
	position: relative;
}
.card-box .pico .card-count
{
	background-color: #2e2e2e;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 10px;
	height: 20px;
	padding: 1px;
	position: absolute;
	right: -25px;
	top: 10px;
	width: 20px;
}
.card-box .pico .card-count .num
{
	color: #fff;
	display: block;
	font-size: 10px;
	font-style: normal;
	margin-top: -22px;
	width: 15px;
	text-indent: 0;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
.basket-drop-form
{
	border-color: #d4d4d4;
	border-radius: 0;
	margin-left: -160px;
	margin-top: 15px;
	moz-border-radius: 0;
	padding: 15px 0;
	webkit-border-radius: 0;
	width: 330px;
}
.basket-drop-form .row.first {
    overflow-y: auto;
    max-height: 300px;
    overflow-x: hidden;
    padding: 0 10px;
    margin: 0;
}
.basket-drop-form .borrder-bottom-co {
    border-bottom: 1px solid #dfdfdf;
    margin: 13px 10px 0 10px;
    padding-bottom: 15px;
}
.product-modal .borrder-bottom-co {
	border-bottom: 1px solid #aaa;
	margin:0 10px;
	padding:15px 0 15px; 	
}
.product-modal .img-responsive-inline {
	max-height:90px;	
}
.basket-drop-form .row.first > div.borrder-bottom-co:last-child {
    border-bottom: none;
}
.del-cart {
	font-size:13px;
	color:#c6c6c6;
	padding-right:6px;
	text-decoration:underline;
}
.del-cart:hover, 
.del-cart:focus {
	color:#c6c6c6;
	text-decoration:underline;	
}
@media (min-width: 768px) and (max-width: 979px)
{
	.basket-drop-form
	{
		margin-left: -120px;
	}
}
@media (max-width: 767px)
{
	.basket-drop-form
	{
		width: 100%;
	}
}
.basket-drop-form .pr-name
{
	color: #46464a;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-top: 13px;
}
.basket-drop-form .pr-name span
{
	display: block;
}
.basket-drop-form .price
{
	margin: 0 0 0 10px;
	position: relative;
}
.basket-drop-form .price .pico-top-arrow
{
	position: absolute;
	right: 41px;
	top: -28px;
}
.basket-drop-form .price .num
{
	color: #2bcab9;
	font-size: 19px;
}
.basket-drop-form .price .val
{
	color: #737373;
	font-size: 18px;
}
.basket-drop-form .count
{
	color: #adadad;
	font-size: 16px;
	margin: 0 0 0 10px;
}
.basket-drop-form .count .num
{
	color: #393939;
}
.basket-drop-form .last-price
{
	color: #2b2b2b;
	font-size: 16px;
	line-height: 16px;
	margin: 0 auto;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: right;
	width: 245px;
}
.basket-drop-form .last-price .pr
{
	color: #42b0e8;
	font-size: 20px;
}
.basket-drop-form .borrder-top-co
{
	border-top: 2px solid #dfdfdf;
	margin-top: 13px;
	width: 100%;
}
.slimScrollBar {
	background-color:#2bcab9 !important;
	opacity:1 !important;
}
.basket-drop-form .btn-order
{
	font-size: 16px;
	height: 40px;
	padding: 0;
	text-transform: uppercase;
}
.for-responsive-basket:before
	{
		content: '';
		position: absolute;
		right: 40px;
		bottom: 100%;
		width: 0;
		height: 0;
		border-left: 16px solid transparent;
		border-right: 16px solid transparent;
		border-bottom: 8px solid #fff;
	}
@media (max-width: 767px)
{
	.for-responsive-basket
	{
		left: auto;
		right: 0;
		width: 300px;
	}
}
@media (max-width: 767px)
{
	.for-responsive-basket:before
	{
		background-image: url("/bitrix/templates/my-kosm.ru/css/../img/pico/dropdown-before.png");
		content: '';
		height: 11px;
		position: absolute;
		right: 90px;
		top: -11px;
		width: 20px;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
	}
}
.nav>li>a:hover,.nav>li>a:focus
{
	background-color: transparent;
	color: #fff;
}
.search-form
{
	display: block;
	margin: 24px auto 0 auto;
	width: 300px;
}
@media (max-width: 767px)
{
	.search-form
	{
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	.search-form
	{
		margin: 15px auto 0 auto;
		width: auto;
	}
}
.search-form .form-group
{
	margin: 0;
	position: relative;
}
.search-form .form-group:before
{
	background-color: #323237;
	border: 0;
	content: '';
	display: block;
	height: 16px;
	left: 0;
	position: absolute;
	top: 0;
	width: 2px;
}
@media (max-width: 767px)
{
	.search-form .form-group:before
	{
		display: none;
	}
}
.search-form .form-group .pico
{
	position: absolute;
	right: 0;
	top: 0;
}
.search-form .form-group .search-input
{
	border: 0;
	border-bottom: 2px solid #838383;
	border-radius: 0;
	box-shadow: none;
	height: 35px;
	moz-border-radius: 0;
	padding: 0 10px 18px 10px;
	webkit-border-radius: 0;
}
.search-form .form-group .search-input::-webkit-input-placeholder
{
	font-style: italic;
}
.search-form .form-group .search-input::-moz-placeholder
{
	font-style: italic;
}
.search-form .form-group .search-input:-ms-input-placeholder
{
	font-style: italic;
}
.search-form .form-group .search-input:hover,.search-form .form-group .search-input:active,.search-form .form-group .search-input:focus
{
	border: 0;
	border-bottom: 2px solid #838383;
	border-radius: 0;
	box-shadow: none;
	moz-border-radius: 0;
	outline: none;
	webkit-border-radius: 0;
}
.breadcrumb-box
{
	margin-bottom: 40px;
	margin-top: 21px;
}
.breadcrumb-box .breadcrumb
{
	background-color: transparent;
	border: 0;
	border-radius: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
.breadcrumb-box .breadcrumb li
{
	position: relative;
}
.breadcrumb-box .breadcrumb li.active .breadcrumb-link
{
	color: #30343d;
}
.breadcrumb-box .breadcrumb li.active .breadcrumb-link:hover,.breadcrumb-box .breadcrumb li.active .breadcrumb-link:active,.breadcrumb-box .breadcrumb li.active .breadcrumb-link:focus
{
	color: #30343d;
}
.breadcrumb-box .breadcrumb li .breadcrumb-link
{
	color: #bcbcbc;
	font-size: 18px;
	text-decoration: none;
}
.breadcrumb-box .breadcrumb li .breadcrumb-link:hover,.breadcrumb-box .breadcrumb li .breadcrumb-link:active,.breadcrumb-box .breadcrumb li .breadcrumb-link:focus
{
	color: #bcbcbc;
	text-decoration: none;
}
.breadcrumb-box .breadcrumb li+li
{
	margin-left: 20px;
}
.breadcrumb-box .breadcrumb li+li:before
{
	color: #bcbcbc;
	content: '>';
	display: block;
	font-size: 18px;
	left: -21px;
	position: absolute;
	top: 0;
}
.amelie-input
{
	background-color: #ffffff;
	border: 1px solid #d4d4d4;
	border-radius: 0;
	color: #3b3b3b;
	font-size: 16px;
	height: 40px;
	margin-bottom: 4px;
	moz-border-radius: 0;
	padding: 0 20px;
	webkit-border-radius: 0;
}
.amelie-input:hover,.amelie-input:focus,.amelie-input:active
{
	border: 1px solid #d4d4d4;
	box-shadow: none;
	outline: none;
}
.amelie-textarea
{
	background-color: #ffffff;
	border: 1px solid #d4d4d4;
	border-radius: 0;
	color: #3b3b3b;
	font-size: 16px;
	height: 80px !important;
	padding: 0 30px;
}
.amelie-textarea:hover,.amelie-textarea:focus,.amelie-textarea:active
{
	box-shadow: none;
	outline: none;
}
.amelie-select
{
	background-color: #ffffff;
	border: 1px solid #d4d4d4;
	border-radius: 0;
	color: #3b3b3b;
	font-size: 16px;
	height: 40px;
	margin-bottom: 4px;
	moz-border-radius: 0;
	padding: 0 20px;
	webkit-border-radius: 0;
}
.amelie-select:hover,.amelie-select:focus,.amelie-select:active
{
	box-shadow: none;
	outline: none;
}
.pico-sprite,.pico.pico-search-icon,.pico.pico-phone-icon,.pico.pico-phone-icon-footer,.pico.pico-clock,.pico.pico-clock-footer,.pico.pico-card,.pico.pico-product-card-sm,.pico.pico-close,.pico.pico-contact-phone,.pico.pico-message-contact,.pico.pico-timer-contact,.pico.pico-gift,.pico.pico-basket-only,.pico.pico-quality,.pico.pico-bus,.pico.pico-gift-pr,.pico.pico-gift-left,.pico.pico-gift-right,.pico.pico-basket-icon,.pico.pico-icon-down,.pico.pico-elipsis,.pico.pico-top,.pico.pico-new,.pico.pico-sale,.pico.pico-up,.pico.pico-arrow-left,.pico.pico-arrow-right,.pico.pico-star,.pico.pico-google,.pico.pico-twitter,.pico.pico-fb,.pico.pico-vk,.pico.pico-webmoney,.pico.pico-visa,.pico.pico-master-card,.pico.pico-maestro,.pico.pico-yandex,.pico.pico-qiwi,.pico.pico-about-webmoney,.pico.pico-continue,.pico.pico-gift-opacity,.pico.pico-phone-icon-xs,.pico.pico-basket-xs,.pico.pico-left-controller,.pico.pico-right-controller,.pico.pico-bg-message,.pico.pico-google-white,.pico.pico-twitter-white,.pico.pico-fb-white,.pico.pico-vk-white,.pico.pico-hover-list-before-icon,footer .contact-box .num:before,footer .work-time:before,.gift-text:after,.gift-text:before,.add-to-basket.second-hand .gift-text-light:before,.contact-box .num:before,.work-time:before,section.about-us p+p:before,section.production .option-box .labSelect .lab-select-list:before,section.production .products-names-list .products-titles-list .label-title .title.top:after,section.production .products-names-list .products-titles-list .label-title .title.new:after,section.production .products-names-list .products-titles-list .label-title .title.sale:after
{
	background-image: url('/bitrix/templates/my-kosm.ru/css/../img/pico-secf31dd885.png');
	background-repeat: no-repeat;
}
.pico.pico-search-icon
{
	background-position: 0 -1607px;
	height: 21px;
	width: 20px;
}
.pico.pico-phone-icon
{
	background-position: 0 -1337px;
	height: 13px;
	width: 13px;
}
.pico.pico-phone-icon-footer
{
	background-position: 0 -1298px;
	height: 13px;
	width: 13px;
}
.pico.pico-clock
{
	background-position: 0 -542px;
	height: 14px;
	width: 14px;
}
.pico.pico-clock-footer
{
	background-position: 0 -523px;
	height: 14px;
	width: 14px;
}
.pico.pico-card
{
	background-position: 0 -245px;
	height: 36px;
	width: 28px;
	overflow: visible;
}
.pico.pico-product-card-sm
{
	background-position: 0 -1355px;
	height: 41px;
	width: 41px;
}
.pico.pico-close
{
	background-position: 0 -561px;
	height: 11px;
	width: 11px;
}
.pico.pico-contact-phone
{
	background-position: 0 -577px;
	height: 13px;
	width: 13px;
}
.pico.pico-message-contact
{
	background-position: 0 -1260px;
	height: 10px;
	width: 15px;
}
.pico.pico-timer-contact
{
	background-position: 0 -1658px;
	height: 14px;
	width: 14px;
}
.pico.pico-gift
{
	background-position: 0 -927px;
	height: 47px;
	width: 46px;
}
.pico.pico-basket-only
{
	background-position: 0 -152px;
	height: 47px;
	width: 42px;
}
.pico.pico-quality
{
	background-position: 0 -1483px;
	height: 36px;
	width: 36px;
}
.pico.pico-bus
{
	background-position: 0 -482px;
	height: 36px;
	width: 41px;
}
.pico.pico-gift-pr
{
	background-position: 0 -819px;
	height: 38px;
	width: 32px;
}
.pico.pico-gift-left
{
	background-position: 0 -690px;
	height: 60px;
	width: 41px;
}
.pico.pico-gift-right
{
	background-position: 0 -862px;
	height: 60px;
	width: 41px;
}
.pico.pico-basket-icon
{
	background-position: 0 -120px;
	height: 27px;
	width: 21px;
}
.pico.pico-icon-down
{
	background-position: 0 -1047px;
	height: 46px;
	width: 30px;
}
.pico.pico-elipsis
{
	background-position: 0 -636px;
	height: 7px;
	width: 47px;
}
.pico.pico-top
{
	background-position: 0 -1677px;
	height: 18px;
	width: 31px;
}
.pico.pico-new
{
	background-position: 0 -1275px;
	height: 18px;
	width: 31px;
}
.pico.pico-sale
{
	background-position: 0 -1584px;
	height: 18px;
	width: 31px;
}
.pico.pico-up
{
	background-position: 0 -1744px;
	height: 9px;
	width: 15px;
}
.pico.pico-arrow-left
{
	background-position: 0 -44px;
	height: 33px;
	width: 18px;
}
.pico.pico-arrow-right
{
	background-position: 0 -82px;
	height: 33px;
	width: 18px;
}
.pico.pico-star
{
	background-position: 0 -1633px;
	height: 20px;
	width: 112px;
}
.pico.pico-google
{
	background-position: 0 -1001px;
	height: 17px;
	width: 18px;
}
.pico.pico-twitter
{
	background-position: 0 -1722px;
	height: 17px;
	width: 21px;
}
.pico.pico-fb
{
	background-position: 0 -669px;
	height: 16px;
	width: 8px;
}
.pico.pico-vk
{
	background-position: 0 -1830px;
	height: 16px;
	width: 18px;
}
.pico.pico-webmoney
{
	background-position: 0 -1851px;
	height: 40px;
	width: 87px;
}
.pico.pico-visa
{
	background-position: 0 -1758px;
	height: 46px;
	width: 92px;
}
.pico.pico-master-card
{
	background-position: 0 -1212px;
	height: 43px;
	width: 88px;
}
.pico.pico-maestro
{
	background-position: 0 -1158px;
	height: 49px;
	width: 79px;
}
.pico.pico-yandex
{
	background-position: 0 -1896px;
	height: 49px;
	width: 72px;
}
.pico.pico-qiwi
{
	background-position: 0 -1401px;
	height: 36px;
	width: 92px;
}
.pico.pico-about-webmoney
{
	background-position: 0 0;
	height: 39px;
	width: 192px;
}
.pico.pico-continue
{
	background-position: 0 -595px;
	height: 20px;
	width: 18px;
}
.pico.pico-gift-opacity
{
	background-position: 0 -755px;
	height: 59px;
	width: 48px;
}
.pico.pico-phone-icon-xs
{
	background-position: 0 -1316px;
	height: 16px;
	width: 16px;
}
.pico.pico-basket-xs
{
	background-position: 0 -204px;
	height: 36px;
	width: 28px;
}
.pico.pico-left-controller
{
	background-position: 0 -1098px;
	height: 55px;
	width: 30px;
}
.pico.pico-right-controller
{
	background-position: 0 -1524px;
	height: 55px;
	width: 30px;
}
.pico.pico-bg-message
{
	background-position: 0 -286px;
	height: 191px;
	width: 159px;
}
.pico.pico-google-white
{
	background-position: 0 -979px;
	height: 17px;
	width: 18px;
}
.pico.pico-twitter-white
{
	background-position: 0 -1700px;
	height: 17px;
	width: 21px;
}
.pico.pico-fb-white
{
	background-position: 0 -648px;
	height: 16px;
	width: 8px;
}
.pico.pico-vk-white
{
	background-position: 0 -1809px;
	height: 16px;
	width: 18px;
}
.pico.pico-hover-list-before-icon
{
	background-position: 0 -1023px;
	height: 19px;
	width: 21px;
}
@font-face
{
	font-family: "Geometria-Light";
	src: url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Light.eot?&1454846402#iefix');
	src: url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Light.eot?&1454846402#iefix?#iefix') format('embedded-opentype'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Light.woff?1454846402') format('woff'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Light.ttf?1454846402') format('truetype'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Light.svg?1454846402#Geometria-Light') format('svg');
}
@font-face
{
	font-family: "Geometria-HeavyItalic";
	src: url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-HeavyItalic.eot?&1454846402#iefix');
	src: url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-HeavyItalic.eot?&1454846402#iefix?#iefix') format('embedded-opentype'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-HeavyItalic.woff?1454846402') format('woff'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-HeavyItalic.ttf?1454846402') format('truetype'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-HeavyItalic.svg?1454846402#Geometria-HeavyItalic') format('svg');
}
@font-face
{
	font-family: "Geometria-Italic";
	src: url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Italic.eot?&1454846402#iefix');
	src: url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Italic.eot?&1454846402#iefix?#iefix') format('embedded-opentype'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Italic.woff?1454846402') format('woff'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Italic.ttf?1454846402') format('truetype'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Italic.svg?1454846402#Geometria-Italic') format('svg');
}
@font-face
{
	font-family: "Geometria-Medium";
	src: url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Medium.eot?&1454846402#iefix');
	src: url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Medium.eot?&1454846402#iefix?#iefix') format('embedded-opentype'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Medium.woff?1454846402') format('woff'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Medium.ttf?1454846402') format('truetype'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Medium.svg?1454846402#Geometria-Medium') format('svg');
}
@font-face
{
	font-family: "Geometria-MediumItalic";
	src: url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-MediumItalic.eot?&1454846402#iefix');
	src: url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-MediumItalic.eot?&1454846402#iefix?#iefix') format('embedded-opentype'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-MediumItalic.woff?1454846402') format('woff'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-MediumItalic.ttf?1454846402') format('truetype'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-MediumItalic.svg?1454846402#Geometria-MediumItalic') format('svg');
}
@font-face
{
	font-family: "Geometria-Thin";
	src: url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Thin.eot?&1454846402#iefix');
	src: url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Thin.eot?&1454846402#iefix?#iefix') format('embedded-opentype'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Thin.woff?1454846402') format('woff'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Thin.ttf?1454846402') format('truetype'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Thin.svg?1454846402#Geometria-Thin') format('svg');
}
@font-face
{
	font-family: "Geometria-ThinItalic";
	src: url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Thin.eot?&1454846402#iefix');
	src: url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-Thin.eot?&1454846402#iefix?#iefix') format('embedded-opentype'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-ThinItalic.woff?1454846402') format('woff'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-ThinItalic.ttf?1454846402') format('truetype'),url('/bitrix/templates/my-kosm.ru/css/../fonts/geo/Geometria-ThinItalic.svg?1454846402#Geometria-Thin') format('svg');
}
footer .bg-box
{
	background-color: #323237;
	padding-bottom: 40px;
	padding-top: 35px;
}
@media (max-width: 767px)
{
	footer .bg-box
	{
		padding-top: 15px;
	}
}
footer .footer-title
{
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
@media (max-width: 767px)
{
	footer .footer-title
	{
		font-size: 16px;
		margin-bottom: 10px;
	}
}
footer .footer-list
{
	margin: 0;
}
footer .footer-list li .footer-link
{
	color: #888888;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
}
@media (max-width: 767px)
{
	footer .footer-list li .footer-link
	{
		font-size: 14px;
	}
}
footer .footer-list li .footer-link:hover
{
	color: #fff;
	text-decoration: none;
}
.footer-link:hover {
	text-decoration: underline !important;
}
span.footer-link:hover {
	text-decoration: none !important;
	color: #888888;
}
footer .footer-list li+li
{
	padding-top: 10px;
}
footer .contact-box
{
	background-color: #37373d;
	border-left: 4px solid #fff;
}
@media (max-width: 767px)
{
	footer .contact-box
	{
		margin-top: 30px;
	}
}
footer .contact-box .num
{
	color: #fff;
}
footer .contact-box .num:before
{
	background-position: 0 -1298px;
	content: '';
	display: block;
	height: 13px;
	left: 25px;
	position: absolute;
	top: 5px;
	width: 13px;
}
footer .btn-blue
{
	background-color: #3c3c41;
	border-color: #fff;
	border-radius: 0;
	border-width: 2px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	moz-border-radius: 0;
	padding: 0;
	webkit-border-radius: 0;
	width: 100%;
}
footer .btn-blue:hover,footer .btn-blue:focus,footer .btn-blue.focus,footer .btn-blue:active,footer .btn-blue.active,.open>footer .btn-blue.dropdown-toggle
{
	background-color: #242426;
	border-color: #e0e0e0;
	color: #fff;
}
footer .btn-blue:active,footer .btn-blue.active,.open>footer .btn-blue.dropdown-toggle
{
	background-image: none;
}
footer .btn-blue.disabled,footer .btn-blue.disabled:hover,footer .btn-blue.disabled:focus,footer .btn-blue.disabled.focus,footer .btn-blue.disabled:active,footer .btn-blue.disabled.active,footer .btn-blue[disabled],footer .btn-blue[disabled]:hover,footer .btn-blue[disabled]:focus,footer .btn-blue[disabled].focus,footer .btn-blue[disabled]:active,footer .btn-blue[disabled].active,fieldset[disabled] footer .btn-blue,fieldset[disabled] footer .btn-blue:hover,fieldset[disabled] footer .btn-blue:focus,fieldset[disabled] footer .btn-blue.focus,fieldset[disabled] footer .btn-blue:active,fieldset[disabled] footer .btn-blue.active
{
	background-color: #3c3c41;
	border-color: #fff;
}
footer .btn-blue .badge
{
	background-color: #fff;
	color: #3c3c41;
}
footer .work-time
{
	margin: 15px 0;
}
footer .work-time:before
{
	background-position: 0 -523px;
	content: '';
	display: block;
	height: 14px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 14px;
}
footer .work-time span.light
{
	color: #fff;
}
footer .work-time span.dark
{
	color: #fff;
}
.copyright-box
{
	background-color: #2a2a2e;
	color: #47474b;
	font-size: 16px;
	margin: 0;
	padding-bottom: 9px;
	padding-top: 9px;
	text-align: center;
}
.count-up-box
{
	border: 1px solid #3d3d42;
	display: block;
	float: right;
	height: 42px;
	margin-bottom: 15px;
	margin-top: 12px;
	width: 122px;
}
.count-up-box .minus
{
	background-color: #3d3d42;
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 20px;
	line-height: 40px;
	margin: 0;
	text-align: center;
	width: 40px;
}
.count-up-box .plus
{
	background-color: #3d3d42;
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 20px;
	line-height: 40px;
	margin: 0;
	text-align: center;
	width: 40px;
}
.count-up-box .number
{
	color: #323237;
	display: block;
	float: left;
	font-size: 20px;
	line-height: 40px;
	margin: 0;
	text-align: center;
	width: 40px;
}
.common-count
{
	margin: 0;
	text-align: right;
}
.info_delivery {
	margin:0 0 5px 0;
	color: #9d9d9d;
}
@media (min-width: 768px) and (max-width: 979px)
{
	.common-count
	{
		width: auto;
	}
}
.common-count .text
{
	color: #3f3f3f;
	display: block;
	float: left;
	font-size: 18px;
	width:190px;
}
.common-count .num
{
	color: #29aaec;
	display: block;
	float: right;
	font-size: 24px;
	margin-right: 5px;
	margin-top: -5px;
	
}
.common-count .val
{
	color: #8b8b8b;
	display: block;
	float: right;
	font-size: 17px;
}
.common-count .num-delivery
{
	color: #29aaec;
	display: block;
	float: right;
	font-size: 18px;
	margin-right: 5px;
}
.common-count .val-delivery
{
	color: #8b8b8b;
	display: block;
	float: right;
	font-size: 16px;
}
.at-last-count
{
	margin: -15px 0 25px 0;
	text-align: right;
}
@media (max-width: 767px)
{
	.at-last-count
	{
		padding-right: 10px;
	}
}
.at-last-count .last-text
{
	color: #3f3f3f;
	font-size: 18px;
	margin-right: 20px;
}
.at-last-count .last-num
{
	color: #29aaec;
	font-size: 33px;
	padding-right: 5px;
}
@media (max-width: 767px)
{
	.at-last-count .last-num
	{
		font-size: 30px;
	}
}
.at-last-count .last-val
{
	color: #8b8b8b;
	font-size: 17px;
}
.jcf-radio
{
	border: 2px solid #cbcbcb;
	border-radius: 0;
	height: 12px;
	margin-right: 10px;
	margin-top: -3px;
	width: 12px;
}
.jcf-radio.jcf-checked
{
	border: 2px solid #2bcab9;
}
.jcf-radio.jcf-checked span
{
	background-color: #2bcab9;
	border-radius: 0 !important;
	bottom: 1px;
	left: 1px;
	position: absolute;
	right: 1px;
	top: 1px;
}
.product-face
{
	position: relative;
}
@media (max-width: 767px)
{
	.product-face
	{
		margin-bottom: 20px;
		margin-left: 10px;
		margin-right: 10px;
	}
}
.product-face .border-box
{
	background-color: #7171f0;
	border-radius: 50%;
	color: #fefefe;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	moz-border-radius: 50%;
	position: absolute;
	right: -7px;
	text-align: center;
	text-transform: uppercase;
	top: -9px;
	webkit-border-radius: 50%;
	width: 38px;
}
.product-face .border-box.new
{
	background-color: #ff4343;
}
.product-face .border-box.sale
{
	background-color: #f7a31e;
}
.product-face:hover .fast-show
{
	display: block;
}
.product-face .fast-show
{
	background-color: #2bcab9;
	bottom: 180px;
	color: #fff;
	display: none;
	font-size: 16px;
	margin: 0;
	padding: 10px 35px 10px 40px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	width: 100%;
}
@media (min-width: 768px) and (max-width: 979px)
{
	.product-face .fast-show
	{
		padding: 10px 20px 10px 22px;
	}
}
@media (min-width: 980px) and (max-width: 1199px)
{
	.product-face .fast-show
	{
		font-size: 14px;
		padding: 10px;
	}
}
.product-face .fast-show .pico
{
	position: absolute;
	right: 35px;
	top: 7px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	.product-face .fast-show .pico
	{
		right: 2px;
	}
}
@media (min-width: 980px) and (max-width: 1199px)
{
	.product-face .fast-show .pico
	{
		right: 20px;
	}
}
.product-title
{
	color: #efeff0;
	font-size: 78px;
	line-height: 63px;
	margin-bottom: 40px;
	position: relative;
	text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 979px)
{
	.product-title
	{
		font-size: 74px;
	}
}
@media (max-width: 767px)
{
	.product-title
	{
		font-size: 36px;
		line-height: 36px;
		margin-bottom: 20px;
	}
}
.product-title .title-sm
{
	bottom: 0;
	color: #35373f;
	font-size: 35px;
	left: 0;
	line-height: 29px;
	position: absolute;
}
@media (max-width: 767px)
{
	.product-title .title-sm
	{
		bottom: 12px;
		font-size: 24px;
	}
}
.product-box-info
{
	border: 1px solid #ebebeb;
	height: 350px;
	padding: 20px 9px 10px 20px;
	position: relative;
}
@media (min-width: 980px) and (max-width: 1199px)
{
	.product-box-info
	{
		height: 380px;
	}
}
.product-box-info .product-img
{
	height: 195px;
	vertical-align: middle;
}
.product-box-info .product-name
{
	color: #2bcab9;
	font-size: 20px;
	line-height: 24px;
	margin-top: 6px;
	text-align: center;
}
@media (min-width: 768px) and (max-width: 979px)
{
	.product-box-info .product-name
	{
		font-size: 18px;
	}
}
.product-box-info .product-desc
{
	color: #8e8e8e;
	font-family: "Geometria-Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	margin: 0;
	text-align: center;
}
.product-box-info .product-desc.area
{
	bottom: 10px;
	left: 10px;
	position: absolute;
}
.product-box-info .product-desc.about-pr
{
	color: #46464a;
}
@media (min-width: 768px) and (max-width: 979px)
{
	.product-box-info .product-desc
	{
		font-size: 14px;
	}
}
.product-box-main
{
	margin-bottom: 90px;
}
@media (max-width: 767px)
{
	.product-box-main
	{
		margin-bottom: 10px;
	}
}
.next,.prev
{
	cursor: pointer;
	position: absolute;
	top: 63%;
}
.next
{
	left: -15px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	.next
	{
		left: -10px;
	}
}
.prev
{
	right: -15px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	.prev
	{
		right: -10px;
	}
}
.product-carousel
{
	border-top: 1px solid #e8e8e8;
	margin-top: 17px;
	padding-top: 57px;
	position: relative;
}
.product-carousel .product-face
{
	margin-left: 12.5px;
	margin-right: 12.5px;
}
.product-carousel .product-box-info .product-name
{
	font-size: 15px;
}
.product-carousel .product-box-info .product-desc
{
	font-size: 12px;
}
.product-carousel .product-box-info .price
{
	padding-bottom: 8px;
	padding-top: 8px;
}
.product-carousel .product-box-info .price span.first
{
	font-size: 15px;
}
.product-carousel .product-box-info .price span.second
{
	font-size: 12px;
}
.product-carousel .product-face .fast-show
{
	font-size: 12px;
	padding: 10px 15px 8px 15px;
}
.product-carousel .product-face .fast-show span.pico
{
	right: 17px;
}
nav .pagination
{
	float: right;
	margin: 50px 0 0 0;
	padding: 0;
}
nav .pagination li+li a
{
	padding-left: 10px;
}
nav .pagination li a
{
	border: 0;
	color: #a0a0a0;
	font-size: 20px;
	padding: 0;
	text-decoration: none;
}
nav .pagination li.active,nav .pagination li:hover,nav .pagination li:active
{
	background-color: transparent;
}
nav .pagination li.active a,nav .pagination li:hover a,nav .pagination li:active a
{
	background-color: transparent;
	color: #2bcab9;
	outline: none;
	text-decoration: none;
}
@media (max-width: 767px)
{
	nav .pagination
	{
		display: none;
	}
}
.about-quality-box
{
	border: 1px solid #e1e1e1;
	min-height: 120px;
	padding-top: 40px;
	position: relative;
}
.about-quality-box.second
{
	margin-top: 40px;
}
.about-quality-box .quality-title
{
	color: #2a2a2a;
	font-size: 14px;
	margin-bottom: 12px;
}
.about-quality-box .about-quality
{
	color: #838383;
	font-size: 16px;
	margin: 0;
}
.about-quality-box .icon-box
{
	background-color: #fff;
	display: table-cell;
	height: 40px;
	margin-right: -38px;
	position: absolute;
	right: 50%;
	text-align: center;
	top: -20px;
	vertical-align: middle;
	width: 76px;
}
@media (max-width: 767px)
{
	.about-quality-box
	{
		margin-top: 35px;
	}
}
.gift-text
{
	background-color: #ff4444;
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 40px;
	padding: 5px 0;
	position: relative;
}
@media (max-width: 767px)
{
	.gift-text
	{
		margin-left: 27px;
		margin-right: 27px;
	}
}
.gift-text:after
{
	background-position: 0 -862px;
	content: '';
	height: 60px;
	position: absolute;
	right: -25px;
	top: 10px;
	width: 41px;
	z-index: -99999;
}
@media (max-width: 767px)
{
	.gift-text:after
	{
		top: 25px;
	}
}
.gift-text:before
{
	background-position: 0 -690px;
	content: '';
	height: 60px;
	left: -25px;
	position: absolute;
	top: 10px;
	width: 41px;
	z-index: -99999;
}
@media (max-width: 767px)
{
	.gift-text:before
	{
		top: 25px;
	}
}
.add-to-basket.second-hand
{
	border: 2px dotted #ff4444;
	margin-bottom: 75px;
	margin-left: 27px;
	margin-top: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	position: relative;
}
@media (max-width: 767px)
{
	.add-to-basket.second-hand
	{
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-top: 40px;
	}
}
.add-to-basket.second-hand .pico-icon-down
{
	left: 50%;
	margin-left: -15px;
	position: absolute;
	top: -23px;
}
.add-to-basket.second-hand .gift-text-light
{
	color: #3d3d42;
	font-size: 18px;
	margin-top: 60px;
	padding-left: 63px;
	position: relative;
}
.add-to-basket.second-hand .gift-text-light:before
{
	background-position: 0 -152px;
	content: '';
	height: 47px;
	left: 0;
	position: absolute;
	top: -20px;
	width: 42px;
}
.add-to-basket .product-name
{
	color: #46464a;
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
}
.add-to-basket .product-info
{
	color: #8e8e8e;
	font-size: 16px;
}
.add-to-basket .price
{
	font-size: 17px;
	margin: 13px 0;
	text-align: left;
}
.add-to-basket .btn-order
{
	font-size: 17px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	width: 100%;
}
.add-to-basket .btn-order .pico
{
	position: absolute;
	right: 15px;
	top: 6px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	.holala
	{
		padding-top: 30px !important;
	}
}
@media (min-width: 980px) and (max-width: 1199px)
{
	.holala
	{
		padding-left: 30px !important;
	}
}
@media (max-width: 767px)
{
	.panel-body
	{
		padding: 0;
	}
}
@media (max-width: 767px)
{
	.first-select .lab-select-list
	{
		left: -17% !important;
		width: 164px !important;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	.first-select .lab-select-list
	{
		left: -17% !important;
		width: 164px !important;
	}
}
header .pr-name
{
	font-family: "Geometria-Medium","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
@media (min-width: 768px) and (max-width: 979px)
{
	.form-sm
	{
		float: left;
		width: 50%;
	}
}
.amelie-input
{
	box-shadow: none !important;
	text-shadow: none !important;
}
.amelie-input:hover,.amelie-input:active,.amelie-input:focus,.amelie-input:visited
{
	box-shadow: none !important;
	text-shadow: none !important;
}
input,select,textarea
{
	box-shadow: none !important;
	outline: none !important;
}
input:focus,input:hover,input:active,input:visited,select:focus,select:hover,select:active,select:visited,textarea:focus,textarea:hover,textarea:active,textarea:visited
{
	box-shadow: none !important;
	outline: none !important;
}
@media (max-width: 767px)
{
	.carousel-box
	{
		display: none !important;
	}
}
.product-modal .dialog
{
	border-radius: 0;
	moz-border-radius: 0;
	webkit-border-radius: 0;
	width: 650px;
}
@media (max-width: 767px)
{
	.product-modal .dialog
	{
		margin: 10px auto 0 auto;
		width: 90%;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	.product-modal .dialog
	{
		margin: 10px auto 0 auto;
		width: 90%;
	}
}
.product-modal .dialog .content
{
	border-radius: 0;
	moz-border-radius: 0;
	webkit-border-radius: 0;
}
.product-modal .dialog .content .body
{
	padding: 15px 0 0 0;
}
.product-modal .dialog .content .body .modal-product-title
{
	color: #46464a;
	font-size: 18px;
	margin: 0;
}
.product-modal .dialog .content .body .modal-area
{
	color: #8e8e8e;
	font-size: 16px;
	margin-top: 20px;
}
.product-modal .dialog .content .body .count-up-box
{
	display: block;
	float: none;
	margin: 22px auto 0 auto;
}
.product-modal .dialog .content .body .modal-price
{
	margin: 32px 0 0 0;
	text-align: center;
}
@media (max-width: 767px)
{
	.product-modal .dialog .content .body .modal-price
	{
		margin-top: 25px;
	}
}
.product-modal .dialog .content .body .modal-price span
{
	color: #2bcab9;
	font-size: 25px;
}
/*
.product-modal .dialog .content .body .modal-price span:last-child
{
	color: #a9a9a9;
	font-size: 19px;
}
*/
.product-modal .dialog .content .footer
{
	border-top: 1px solid #ebebec;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-top:-1px;
}
.product-modal .dialog .content .footer .btn-order
{
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
}
@media (max-width: 767px)
{
	.product-modal .dialog .content .footer .btn-order.second
	{
		margin-top: 20px;
	}
}
.product-modal .dialog .content .footer .footer-text
{
	color: #46464a;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
}
.product-modal .dialog .content .footer .footer-text span
{
	color: #2bcab9;
	font-size: 20px;
}
@media (max-width: 767px)
{
	.product-modal .dialog .content .footer .footer-text span
	{
		font-size: 33px;
	}
}
.gift-modal .dialog
{
	width: 625px;
}
@media (max-width: 767px)
{
	.gift-modal .dialog
	{
		margin: 10px auto 0 auto;
		width: 90%;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	.gift-modal .dialog
	{
		margin: 10px auto 0 auto;
		width: 90%;
	}
}
.gift-modal .dialog .content
{
	background-image: radial-gradient(circle at top left, #b9f5f7,#e3cbf0 70%);
	border-radius: 0;
	moz-border-radius: 0;
	padding: 30px 35px 35px 35px;
	position: relative;
	webkit-border-radius: 0;
}
@media (max-width: 767px)
{
	.gift-modal .dialog .content
	{
		padding: 15px 10px;
	}
}
.gift-modal .dialog .content .pico-close
{
	opacity: 1;
	position: absolute;
	right: 10px;
	top: 10px;
}
@media (max-width: 767px)
{
	.gift-modal .dialog .content .pico-close
	{
		top: 15px;
	}
}
.gift-modal .dialog .content .body
{
	padding: 0;
}
.gift-modal .dialog .content .body .modal-title
{
	color: #35373f;
	font-size: 29px;
	line-height: 34px;
	margin: 35px 0 20px 0;
	text-align: center;
}
@media (max-width: 767px)
{
	.gift-modal .dialog .content .body .modal-title
	{
		font-size: 23px;
	}
}
.gift-modal .dialog .content .body .gift-form
{
	margin: 0 auto;
	width: 435px;
}
@media (max-width: 767px)
{
	.gift-modal .dialog .content .body .gift-form
	{
		margin: 0;
		width: 100%;
	}
}
.gift-modal .dialog .content .body .gift-form .modal-input
{
	border: 1px solid #dcdcdc;
	border-radius: 0;
	box-shadow: none;
	color: #35373f;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	moz-border-radius: 0;
	outline: none;
	padding-left: 20px;
	padding-right: 20px;
	webkit-border-radius: 0;
	width: 100%;
}
@media (max-width: 767px)
{
	.gift-modal .dialog .content .body .gift-form .modal-input
	{
		height: 40px;
		width: 100%;
	}
}
.gift-modal .dialog .content .body .gift-form .modal-input :hover,.gift-modal .dialog .content .body .gift-form .modal-input:focus,.gift-modal .dialog .content .body .gift-form .modal-input:active
{
	box-shadow: none;
	outline: none;
}
.gift-modal .dialog .content .body .gift-form .form-group
{
	margin-bottom: 20px;
}
.gift-modal .dialog .content .body .gift-form .btn-order
{
	background-color: #1ed9e1;
	border-color: #1ed9e1;
	color: #fff;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	text-align: center;
	width: 100%;
}
.gift-modal .dialog .content .body .gift-form .btn-order:hover,.gift-modal .dialog .content .body .gift-form .btn-order:focus,.gift-modal .dialog .content .body .gift-form .btn-order.focus,.gift-modal .dialog .content .body .gift-form .btn-order:active,.gift-modal .dialog .content .body .gift-form .btn-order.active,.open>.gift-modal .dialog .content .body .gift-form .btn-order.dropdown-toggle
{
	background-color: #18aeb4;
	border-color: #17a5ab;
	color: #fff;
}
.gift-modal .dialog .content .body .gift-form .btn-order:active,.gift-modal .dialog .content .body .gift-form .btn-order.active,.open>.gift-modal .dialog .content .body .gift-form .btn-order.dropdown-toggle
{
	background-image: none;
}
.gift-modal .dialog .content .body .gift-form .btn-order.disabled,.gift-modal .dialog .content .body .gift-form .btn-order.disabled:hover,.gift-modal .dialog .content .body .gift-form .btn-order.disabled:focus,.gift-modal .dialog .content .body .gift-form .btn-order.disabled.focus,.gift-modal .dialog .content .body .gift-form .btn-order.disabled:active,.gift-modal .dialog .content .body .gift-form .btn-order.disabled.active,.gift-modal .dialog .content .body .gift-form .btn-order[disabled],.gift-modal .dialog .content .body .gift-form .btn-order[disabled]:hover,.gift-modal .dialog .content .body .gift-form .btn-order[disabled]:focus,.gift-modal .dialog .content .body .gift-form .btn-order[disabled].focus,.gift-modal .dialog .content .body .gift-form .btn-order[disabled]:active,.gift-modal .dialog .content .body .gift-form .btn-order[disabled].active,fieldset[disabled] .gift-modal .dialog .content .body .gift-form .btn-order,fieldset[disabled] .gift-modal .dialog .content .body .gift-form .btn-order:hover,fieldset[disabled] .gift-modal .dialog .content .body .gift-form .btn-order:focus,fieldset[disabled] .gift-modal .dialog .content .body .gift-form .btn-order.focus,fieldset[disabled] .gift-modal .dialog .content .body .gift-form .btn-order:active,fieldset[disabled] .gift-modal .dialog .content .body .gift-form .btn-order.active
{
	background-color: #1ed9e1;
	border-color: #1ed9e1;
}
.gift-modal .dialog .content .body .gift-form .btn-order .badge
{
	background-color: #fff;
	color: #1ed9e1;
}
@media (max-width: 767px)
{
	.gift-modal .dialog .content .body .gift-form .btn-order
	{
		height: 50px;
		line-height: 50px;
		width: 100%;
	}
}
.gift-modal .dialog .content .body .gift-info-text
{
	color: #35373f;
	font-size: 15px;
	margin: 15px 0 0 0;
	text-align: center;
}
@media (max-width: 767px)
{
	.gift-modal .dialog .content .body .gift-info-text
	{
		color: #30343d;
	}
}
.fast-show-modal .dialog
{
	width: 560px;
}
@media (max-width: 767px)
{
	.fast-show-modal .dialog
	{
		margin: 10px auto 0 auto;
		width: 90%;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	.fast-show-modal .dialog
	{
		margin: 10px auto 0 auto;
		width: 560px;
	}
}
.fast-show-modal .dialog .content
{
	background-color: #fff;
	border-radius: 0;
	moz-border-radius: 0;
	position: relative;
	webkit-border-radius: 0;
}
.fast-show-modal .dialog .content .pico-close
{
	opacity: 1;
	position: absolute;
	right: 10px;
	top: 10px;
}
.fast-show-modal .dialog .content .body
{
	padding: 30px;
}
@media (max-width: 767px)
{
	.fast-show-modal .dialog .content .body
	{
		padding: 20px;
	}
}
.fast-show-modal .dialog .content .body .fast-title
{
	color: #46464a;
	font-size: 20px;
	margin-bottom: 10px;
}
.fast-show-modal .dialog .content .body .fast-description
{
	color: #8e8e8e;
	font-size: 16px;
	margin: 0;
}
.fast-show-modal .dialog .content .body .about-link
{
	color: #323237;
	float: right;
	font-size: 16px;
	margin-top: -17px;
	text-decoration: underline;
}
.fast-description + .about-link {
	margin-top: 0 !important;
}
@media (max-width: 767px)
{
	.fast-show-modal .dialog .content .body .about-link
	{
		margin: 0;
	}
}
.fast-show-modal .dialog .content .body .about-link:hover,.fast-show-modal .dialog .content .body .about-link:focus,.fast-show-modal .dialog .content .body .about-link:visited
{
	color: #323237;
	font-size: 16px;
}
.fast-show-modal .dialog .content .body .about-list
{
	margin: 40px 0 0 0;
}
.fast-show-modal .dialog .content .body .about-list li+li
{
	padding-top: 35px;
}
.fast-show-modal .dialog .content .body .about-list .modal-area-text
{
	color: #8b8b8b;
	font-size: 16px;
	margin: 0;
}
.fast-show-modal .dialog .content .body .about-list .modal-about-product-text
{
	color: #9d9d9d;
	font-size: 16px;
	line-height: 40px;
	margin: 0;
	text-align: center;
}
.fast-show-modal .dialog .content .body .about-list .btn-order
{
	background-color: #36cdbd;
	border-color: #36cdbd;
	color: #fff;
	font-size: 17px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	width: 100%;
}
.fast-show-modal .dialog .content .body .about-list .btn-order:hover,.fast-show-modal .dialog .content .body .about-list .btn-order:focus,.fast-show-modal .dialog .content .body .about-list .btn-order.focus,.fast-show-modal .dialog .content .body .about-list .btn-order:active,.fast-show-modal .dialog .content .body .about-list .btn-order.active,.open>.fast-show-modal .dialog .content .body .about-list .btn-order.dropdown-toggle
{
	background-color: #29a799;
	border-color: #279e92;
	color: #fff;
}
.fast-show-modal .dialog .content .body .about-list .btn-order:active,.fast-show-modal .dialog .content .body .about-list .btn-order.active,.open>.fast-show-modal .dialog .content .body .about-list .btn-order.dropdown-toggle
{
	background-image: none;
}
.fast-show-modal .dialog .content .body .about-list .btn-order.disabled,.fast-show-modal .dialog .content .body .about-list .btn-order.disabled:hover,.fast-show-modal .dialog .content .body .about-list .btn-order.disabled:focus,.fast-show-modal .dialog .content .body .about-list .btn-order.disabled.focus,.fast-show-modal .dialog .content .body .about-list .btn-order.disabled:active,.fast-show-modal .dialog .content .body .about-list .btn-order.disabled.active,.fast-show-modal .dialog .content .body .about-list .btn-order[disabled],.fast-show-modal .dialog .content .body .about-list .btn-order[disabled]:hover,.fast-show-modal .dialog .content .body .about-list .btn-order[disabled]:focus,.fast-show-modal .dialog .content .body .about-list .btn-order[disabled].focus,.fast-show-modal .dialog .content .body .about-list .btn-order[disabled]:active,.fast-show-modal .dialog .content .body .about-list .btn-order[disabled].active,fieldset[disabled] .fast-show-modal .dialog .content .body .about-list .btn-order,fieldset[disabled] .fast-show-modal .dialog .content .body .about-list .btn-order:hover,fieldset[disabled] .fast-show-modal .dialog .content .body .about-list .btn-order:focus,fieldset[disabled] .fast-show-modal .dialog .content .body .about-list .btn-order.focus,fieldset[disabled] .fast-show-modal .dialog .content .body .about-list .btn-order:active,fieldset[disabled] .fast-show-modal .dialog .content .body .about-list .btn-order.active
{
	background-color: #36cdbd;
	border-color: #36cdbd;
}
.fast-show-modal .dialog .content .body .about-list .btn-order .badge
{
	background-color: #fff;
	color: #36cdbd;
}
.fast-show-modal .dialog .content .body .about-list .btn-order .pico
{
	position: absolute;
	right: 10px;
	top: 4px;
}
@media (max-width: 767px)
{
	.fast-show-modal .dialog .content .body .about-list .btn-order
	{
		margin-top: 10px;
	}
}
.fast-show-modal .dialog .content .body .about-list .modal-price
{
	line-height: 18px;
	margin: 0;
}
.fast-show-modal .dialog .content .body .about-list .modal-price span:first-child
{
	color: #373737;
	font-size: 27px;
}
.fast-show-modal .dialog .content .body .about-list .modal-price span:last-child
{
	color: #8b8b8b;
	font-size: 17px;
}
.fast-show-modal .dialog .number-form
{
	margin: 11px -10px 0 -10px;
}
.fast-show-modal .dialog .number-form .form-group
{
	margin-bottom: 10px;
	position: relative;
}
.fast-show-modal .dialog .number-form .form-group.first
{
	padding-left: 40px;
}
.fast-show-modal .dialog .number-form .form-group.first:before
{
	background-color: #373737;
	border-radius: 0;
	color: #fff;
	content: '+7';
	font-size: 17px;
	left: 10px;
	moz-border-radius: 0;
	padding: 8px 11px;
	position: absolute;
	webkit-border-radius: 0;
}
.fast-show-modal .dialog .number-form .form-group .number-input
{
	border: 1px solid #e3e3e3;
	border-left: 0;
	border-radius: 0;
	box-shadow: none;
	color: #a5a5a5;
	font-size: 17px;
	height: 40px;
	moz-border-radius: 0;
	webkit-border-radius: 0;
	width: 100%;
}
.fast-show-modal .dialog .number-form .form-group .number-input:hover,.fast-show-modal .dialog .number-form .form-group .number-input:focus,.fast-show-modal .dialog .number-form .form-group .number-input:active
{
	box-shadow: none;
	outline: none;
}
.fast-show-modal .dialog .number-form .form-group .btn-order
{
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
}
.basket-modal .dialog
{
	width: 560px;
	margin: 0 auto;
}
@media (max-width: 767px)
{
	.basket-modal .dialog
	{
		margin: 0 auto;
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	.basket-modal .dialog
	{
		margin: 0 auto;
		width: 445px;
	}
}
.basket-modal .dialog .content
{
	background-color: #fff;
	border: 2px solid #a9a9a9;
	border-radius: 0;
	moz-border-radius: 0;
	position: relative;
	webkit-border-radius: 0;
}
.basket-modal .dialog .content .pico-close
{
	position: absolute;
	right: 10px;
	top: 10px;
}
.basket-modal .dialog .content .body
{
	padding: 30px 25px 37px 25px;
}
@media (max-width: 767px)
{
	.basket-modal .dialog .content .body
	{
		padding-left: 15px;
		padding-right: 15px;
	}
}
.basket-modal .dialog .content .body .modal-title
{
	color: #46464a;
	font-size: 20px;
	margin-bottom: 15px;
	text-align: center;
}
.basket-modal .dialog .content .body .product-name
{
	color: #46464a;
	font-size: 22px;
	margin: 0;
}
@media (max-width: 767px)
{
	.basket-modal .dialog .content .body .product-name
	{
		font-size: 18px;
	}
}
.basket-modal .dialog .content .body .product-type
{
	color: #8e8e8e;
	font-size: 16px;
	margin: 0;
}
.basket-modal .dialog .content .body .product-modal-price
{
	margin: 0;
}
.basket-modal .dialog .content .body .product-modal-price .rub {
	font-size:17px;	
}
.basket-modal .dialog .content .body .product-modal-price span:first-child
{
	color: #373737;
	font-size: 27px;
}
.basket-modal .dialog .content .body .product-modal-price span :last-child
{
	color: #373737;
	font-size: 27px;
}
.basket-modal .dialog .content .body .btn-continue
{
	background-color: #fff;
	border-color: #7cdbd0;
	border-radius: 0;
	border-width: 2px;
	color: #7cdbd0;
	font-size: 16px;
	height: 62px;
	moz-border-radius: 0;
	padding-left: 40px;
	padding-top: 7px;
	position: relative;
	webkit-border-radius: 0;
	white-space: normal;
	width: 100%;
}
.basket-modal .dialog .content .body .btn-continue:hover,.basket-modal .dialog .content .body .btn-continue:focus,.basket-modal .dialog .content .body .btn-continue.focus,.basket-modal .dialog .content .body .btn-continue:active,.basket-modal .dialog .content .body .btn-continue.active,.open>.basket-modal .dialog .content .body .btn-continue.dropdown-toggle
{
	background-color: #e6e6e6;
	border-color: #4ccebf;
	color: #7cdbd0;
}
.basket-modal .dialog .content .body .btn-continue:active,.basket-modal .dialog .content .body .btn-continue.active,.open>.basket-modal .dialog .content .body .btn-continue.dropdown-toggle
{
	background-image: none;
}
.basket-modal .dialog .content .body .btn-continue.disabled,.basket-modal .dialog .content .body .btn-continue.disabled:hover,.basket-modal .dialog .content .body .btn-continue.disabled:focus,.basket-modal .dialog .content .body .btn-continue.disabled.focus,.basket-modal .dialog .content .body .btn-continue.disabled:active,.basket-modal .dialog .content .body .btn-continue.disabled.active,.basket-modal .dialog .content .body .btn-continue[disabled],.basket-modal .dialog .content .body .btn-continue[disabled]:hover,.basket-modal .dialog .content .body .btn-continue[disabled]:focus,.basket-modal .dialog .content .body .btn-continue[disabled].focus,.basket-modal .dialog .content .body .btn-continue[disabled]:active,.basket-modal .dialog .content .body .btn-continue[disabled].active,fieldset[disabled] .basket-modal .dialog .content .body .btn-continue,fieldset[disabled] .basket-modal .dialog .content .body .btn-continue:hover,fieldset[disabled] .basket-modal .dialog .content .body .btn-continue:focus,fieldset[disabled] .basket-modal .dialog .content .body .btn-continue.focus,fieldset[disabled] .basket-modal .dialog .content .body .btn-continue:active,fieldset[disabled] .basket-modal .dialog .content .body .btn-continue.active
{
	background-color: #fff;
	border-color: #7cdbd0;
}
.basket-modal .dialog .content .body .btn-continue .badge
{
	background-color: #7cdbd0;
	color: #fff;
}
.basket-modal .dialog .content .body .btn-continue .pico
{
	left: 10px;
	position: absolute;
	top: 20px;
}
@media (max-width: 767px)
{
	.basket-modal .dialog .content .body .btn-continue .pico
	{
		top: 14px;
	}
}
.basket-modal .dialog .content .body .btn-continue:hover,.basket-modal .dialog .content .body .btn-continue:focus,.basket-modal .dialog .content .body .btn-continue:active
{
	background-color: #fff !important;
}
@media (max-width: 767px)
{
	.basket-modal .dialog .content .body .btn-continue
	{
		font-size: 14px;
		height: 50px;
		line-height: 50px;
		padding: 0;
		text-align: center;
	}
}
.basket-modal .dialog .content .body .btn-order
{
	background-color: #36cdbd;
	border-color: #36cdbd;
	border-radius: 0;
	border-width: 0;
	color: #fff;
	font-size: 16px;
	height: 62px;
	line-height: 62px;
	moz-border-radius: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	webkit-border-radius: 0;
	width: 100%;
}
.basket-modal .dialog .content .body .btn-order:hover,.basket-modal .dialog .content .body .btn-order:focus,.basket-modal .dialog .content .body .btn-order.focus,.basket-modal .dialog .content .body .btn-order:active,.basket-modal .dialog .content .body .btn-order.active,.open>.basket-modal .dialog .content .body .btn-order.dropdown-toggle
{
	background-color: #29a799;
	border-color: #279e92;
	color: #fff;
}
.basket-modal .dialog .content .body .btn-order:active,.basket-modal .dialog .content .body .btn-order.active,.open>.basket-modal .dialog .content .body .btn-order.dropdown-toggle
{
	background-image: none;
}
.basket-modal .dialog .content .body .btn-order.disabled,.basket-modal .dialog .content .body .btn-order.disabled:hover,.basket-modal .dialog .content .body .btn-order.disabled:focus,.basket-modal .dialog .content .body .btn-order.disabled.focus,.basket-modal .dialog .content .body .btn-order.disabled:active,.basket-modal .dialog .content .body .btn-order.disabled.active,.basket-modal .dialog .content .body .btn-order[disabled],.basket-modal .dialog .content .body .btn-order[disabled]:hover,.basket-modal .dialog .content .body .btn-order[disabled]:focus,.basket-modal .dialog .content .body .btn-order[disabled].focus,.basket-modal .dialog .content .body .btn-order[disabled]:active,.basket-modal .dialog .content .body .btn-order[disabled].active,fieldset[disabled] .basket-modal .dialog .content .body .btn-order,fieldset[disabled] .basket-modal .dialog .content .body .btn-order:hover,fieldset[disabled] .basket-modal .dialog .content .body .btn-order:focus,fieldset[disabled] .basket-modal .dialog .content .body .btn-order.focus,fieldset[disabled] .basket-modal .dialog .content .body .btn-order:active,fieldset[disabled] .basket-modal .dialog .content .body .btn-order.active
{
	background-color: #36cdbd;
	border-color: #36cdbd;
}
.basket-modal .dialog .content .body .btn-order .badge
{
	background-color: #fff;
	color: #36cdbd;
}
@media (max-width: 767px)
{
	.basket-modal .dialog .content .body .btn-order
	{
		font-size: 14px;
		height: 50px;
		line-height: 50px;
		margin-top: 18px;
		padding: 0;
		text-align: center;
	}
}
.basket-modal .dialog .content .body .buttons-row
{
	margin-top: 25px;
}
@media (max-width: 767px)
{
	.basket-modal .dialog .content .body .buttons-row
	{
		margin-top: 15px;
	}
}
.modal
{
	z-index: 99999999999999;
}
.enter-modal .modal-title
{
	font-size: 24px;
	padding-bottom: 20px;
	text-align: center;
}
.enter-modal .pico-close
{
	position: absolute;
	right: 10px;
	top: 5px;
}
.enter-modal .dialog
{
	border-radius: 0;
	moz-border-radius: 0;
	position: relative;
	webkit-border-radius: 0;
	width: 700px;
}
@media (max-width: 767px)
{
	.enter-modal .dialog
	{
		margin: 10px auto 0 auto;
		width: 90%;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	.enter-modal .dialog
	{
		margin: 10px auto 0 auto;
		width: 100%;
	}
}
.enter-modal .dialog .content
{
	border-radius: 0;
	moz-border-radius: 0;
	webkit-border-radius: 0;
}
.enter-modal .dialog .content .body
{
	padding: 20px;
}
header
{
	padding-top: 20px;
}
@media (max-width: 767px)
{
	header
	{
		padding: 0;
	}
}
@media (min-width: 1200px)
{
	header
	{
		background-color: #fff;
		/* position: fixed; 15.01.2017 */
		width: 100%;
		z-index: 9999;
		top:0;
		left:0;
	}
}
@media (min-width: 980px) and (max-width: 1199px)
{
	header
	{
		background-color: #fff;
		/* position: fixed; 15.01.2017 */
		width: 100%;
		z-index: 9999;
	}
}
header .brand
{
	display: block;
	margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	header .brand
	{
		margin-top: 12px;
	}
}
header .my-nav
{
	background-color: #323237;
	border-radius: 0;
	margin: 20px 0 0 0;
	min-height: 60px;
	moz-border-radius: 0;
	webkit-border-radius: 0;
}
@media (max-width: 767px){

	header .my-nav
	{
		margin-top: 0;
		background-color: #fff;
    	border-bottom: 1px solid #ebebeb;
	}
	header .my-nav .navbar-toggle
	{
		margin-top: 16px;
	}
	header .my-nav .navbar-toggle .icon-bar
	{
		background-color: #31353e;
	}
	.logo-header{
		position: relative;
		display: flex;
		width: 100%;
		justify-content: center;
		margin-left: -65px;
		z-index:0;
	}
	.container>.navbar-header{
		display: flex;
		align-items: center;
	}
}
header .my-nav .navbar-collapse
{
	border: 0;
	padding: 0;
	height: calc(100vh - 106px);


}
header .my-nav .navbar-nav
{
	float: none;
}
.logo-header{display:none}
@media (max-width: 767px)
{
	header .my-nav .navbar-collapse{background-color: #323237;}
.logo-header{display:flex}
	header .my-nav .navbar-nav .dropdown.open .header-link
	{
		background-color: transparent !important;
	}
	header .my-nav .navbar-nav
	{
		height: 100%;
	}
}
header .my-nav .navbar-nav li.active
{
	position: relative;
}
@media (min-width: 768px) and (max-width: 979px)
{
	header .my-nav .navbar-nav li.active:hover .hover-list
	{
		display: block;
	}
}
@media (min-width: 1200px)
{
	header .my-nav .navbar-nav li.active:hover .hover-list
	{
		display: block;
	}
}
@media (min-width: 980px) and (max-width: 1199px)
{
	header .my-nav .navbar-nav li.active:hover .hover-list
	{
		display: block;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	header .my-nav .navbar-nav li .hover-list
	{
		background-color: #434349;
		display: none;
		margin: 0;
		padding: 30px 30px 35px 30px;
		position: absolute;
		top: 60px;
		width: 100%;
		z-index: 99999;
	}
}
@media (min-width: 980px) and (max-width: 1199px)
{
	header .my-nav .navbar-nav li .hover-list
	{
		background-color: #434349;
		display: none;
		margin: 0;
		padding: 30px 30px 35px 30px;
		position: absolute;
		top: 60px;
		width: 100%;
		z-index: 99999;
	}
}
@media (min-width: 1200px)
{
	header .my-nav .navbar-nav li .hover-list
	{
		background-color: #434349;
		display: none;
		margin: 0;
		padding: 30px 30px 35px 30px;
		position: absolute;
		top: 60px;
		width: 100%;
		z-index: 99999;
	}
}
header .my-nav .navbar-nav li .hover-list li a
{
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
}
header .my-nav .navbar-nav li .hover-list li a:hover,header .my-nav .navbar-nav li .hover-list li a:active,header .my-nav .navbar-nav li .hover-list li a:focus
{
	color: #7a7a7a;
}
header .my-nav .navbar-nav li .hover-list li+li
{
	padding-top: 15px;
}
header .my-nav .navbar-nav .header-link
{
	color: #fff;
	font-size: 18px;
	min-height: 60px;
	padding: 20px 45px;
	text-decoration: none;
}
@media (min-width: 980px) and (max-width: 1199px)
{
	header .my-nav .navbar-nav .header-link
	{
		padding: 20px 30px;
		font-size: 16px;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	header .my-nav .navbar-nav .header-link
	{
		padding: 20px 14px;
		font-size: 14px;
	}
}
header .my-nav .navbar-nav .header-link:hover,header .my-nav .navbar-nav .header-link:focus,header .my-nav .navbar-nav .header-link:active
{
	background-color: #3d3d42;
	color: #fff;
}
@media (min-width: 768px) and (max-width: 979px)
{
	header .my-nav .container
	{
		margin: 0;
		padding: 0;
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	header .my-nav .card-box
	{
		padding: 0 30px 0 14px !important;
	}
}
@media (max-width: 767px)
{
	header .contact-box
	{
		background-color: transparent;
		border: 0;
		padding: 15px 0 15px 10px;
	}
}
header .contact-box .work-time-xs,
header .navbar-collapse .work-time-xs
{
	margin: 0;
}
header .navbar-collapse .work-time-xs,
header .navbar-collapse .tel{
		width: 300px;
        color: #fff;
        margin: 0 auto;
		text-align:center;
}
header .navbar-collapse .tel a{font-size:17.5px;color: #fff;text-align:center;}
header .contact-box .work-time-xs span:first-child,
header .navbar-collapse .work-time-xs span:first-child
{
	color: #888888;
	font-size: 13px;
}
header .contact-box .work-time-xs span:last-child,
header .navbar-collapse .work-time-xs span:last-child
{
	color: #ffffff;
	font-size: 13px;
}
@media (max-width: 767px)
{
	header .contact-box .num
	{
		color: #fff;
		font-size: 17.5px;
		padding-left: 30px;
		text-align: left;
	}
}
@media (max-width: 767px)
{
	header .contact-box .num:before
	{
		background-image: url("/bitrix/templates/my-kosm.ru/css/../img/pico/phone-icon-xs.png");
		background-position: center;
		display: inline-block;
		height: 16px;
		left: 0;
		width: 16px;
	}
}
@media (max-width: 767px)
{
	header .logo-xs-box
	{
		padding-bottom: 20px;
		padding-top: 124px;
	}
}
@media (max-width: 767px)
{
	header .logo-xs-box .btn-blue
	{
		font-size: 13px;
		height: 30px;
		line-height: 30px;
		margin-top: 0;
		padding: 0;
	}
}
@media (max-width: 767px)
{
	header .logo-xs-box .dropdown.open .card-box
	{
		background-color: #fff !important;
		color: #2e2e34 !important;
	}
}
@media (max-width: 767px)
{
	header .logo-xs-box .card-box
	{
		background-color: #fff;
		border: 1px solid #e5e5e5;
		border-radius: 0;
		color: #2e2e34;
		font-size: 18px;
		height: 74px;
		line-height: 74px !important;
		margin: 0;
		padding: 0 0 0 8px !important;
		position: relative;
		text-align: left;
		width: 100%;
	}
}
@media (max-width: 767px)
{
	header .logo-xs-box .card-box:hover,header .logo-xs-box .card-box:focus,header .logo-xs-box .card-box:active
	{
		background-color: #fff !important;
		border: 1px solid #e5e5e5;
		color: #2e2e34 !important;
		outline: none;
	}
}
header .logo-xs-box .card-box .pico
{
	position: absolute;
	right: 10px;
	top: 8px;
}
.contact-box
{
	background-color: #f9f9f9;
	border-left: 4px solid #474747;
	padding: 13px 0;
}
.contact-box .num
{
	color: #474747;
	font-size: 18px;
	margin: 0;
	position: relative;
	text-align: center;
}
.contact-box .num.padd {
	padding-right:10px;	
}
@media (min-width: 768px) and (max-width: 979px)
{
	.contact-box .num
	{
		font-size: 14px;
	}
}
.contact-box .num.second
{
	margin-top: 3px;
}
.contact-box .num:before
{
	background-position: 0 -1337px;
	content: '';
	display: block;
	height: 13px;
	left: 25px;
	position: absolute;
	top: 5px;
	width: 13px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	.contact-box .num:before
	{
		left: 4px;
		top: 2px;
	}
}
.work-time.padd {
	padding-left:10px;	
	text-align:right;
}
.work-time
{
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 5px;
	position: relative;
	text-align: center;
	
}
@media (min-width: 768px) and (max-width: 979px)
{
	.work-time
	{
		font-size: 12px;
	}	
}
@media (min-width: 980px) and (max-width: 1199px)
{
	.work-time
	{
		font-size: 16px;	
		padding-left: 0;	
	}
}
@media (max-width: 1199px)
{
	.work-time.padd {
		padding-left:0;	
	}
}
.work-time.light
{
	color: #7d7d7d;
}
.work-time.dark
{
	color: #474747;	
}
.work-time:before
{
	background-position: 0 -542px;
	content: '';
	display: block;	
	height: 14px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 14px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	.work-time:before
	{
		left: -15px;
		top: 3px;
	}
}
@media (min-width: 980px) and (max-width: 1199px) {
	.common-count .text {
		width:160px;
		font-size:14px;
	}
	.common-count .num {
		font-size:18px;	
	}
	.common-count .val {
		font-size:14px;
	}
}
@media (min-width: 980px) and (max-width: 1199px)
{
	.work-time:before
	{
		left: -16px;
	}
}
@media (max-width: 767px)
{
	.haveDropdown
	{
		background-color: #3b3b43 !important;
		margin: 0;
		padding-left: 85px;
	}
}
.haveDropdown li
{
	position: relative;
}
@media (max-width: 767px)
{
	.haveDropdown li:first-child:before
	{
		background-image: url("/bitrix/templates/my-kosm.ru/css/../img/pico/hover-list-before-icon.png");
		background-repeat: no-repeat;
		content: '';
		display: inline-block;
		height: 19px;
		left: -38px;
		position: absolute;
		top: 0px;
		width: 21px;
	}
}
@media (max-width: 767px)
{
	.haveDropdown li a
	{
		font-size: 16px;
		padding: 10px 5px !important;
		text-transform: uppercase;
	}
}
@media (max-width: 767px)
{
	.haveDropdown li a:hover,.haveDropdown li a:active,.haveDropdown li a:focus,.haveDropdown li a:visited
	{
		background-color: transparent;
		color: #7a7a7a;
	}
}
@media (max-width: 767px)
{
	.logo img
	{
		height: 32px;
	}
}
section.carousel
{
	position: relative;
}
@media (min-width: 980px) and (max-width: 1199px)
{
	/* 15.01.2017
	section.carousel
	{
		padding-top: 182px;
	}
	*/
}
@media (min-width: 1200px)
{
	/* 15.01.2017
	section.carousel
	{
		padding-top: 182px;
	}
	*/
}
@media (max-width: 767px)
{
	section.carousel
	{
		position: relative;
	}
}
section.carousel .item img
{
	width: 100%;
}
section.carousel .item.active img
{
	width: 100%;
}
@media (min-width: 1200px)
{
	section.carousel .item
	{
		height: 680px;
		overflow: hidden;
	}
}
@media (min-width: 980px) and (max-width: 1199px)
{
	section.carousel .item
	{
		height: 680px;
		overflow: hidden;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.carousel .item
	{
		overflow: hidden;
	}
}
@media (max-width: 767px)
{
	section.carousel .carousel-indicator-xs
	{
		margin-top: -27.5px;
		position: absolute;
		top: 50%;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.carousel .carousel-indicator-xs
	{
		margin-top: -27.5px;
		position: absolute;
		top: 50%;
	}
}
@media (max-width: 767px)
{
	section.carousel .carousel-indicator-xs.left-controller
	{
		left: 10px;
		position: absolute;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.carousel .carousel-indicator-xs.left-controller
	{
		left: 10px;
		position: absolute;
	}
}
@media (max-width: 767px)
{
	section.carousel .carousel-indicator-xs.right-controller
	{
		position: absolute;
		right: 10px;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.carousel .carousel-indicator-xs.right-controller
	{
		position: absolute;
		right: 10px;
	}
}
section.carousel .carousel-indicators
{
	bottom: 0;
}
@media (max-width: 767px)
{
	section.carousel .carousel-indicators
	{
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.carousel .carousel-indicators
	{
		display: none;
	}
}
section.carousel .carousel-indicators li
{
	background-color: #323237;
	border: 0;
	border-radius: 50%;
	height: 10px;
	moz-border-radius: 50%;
	webkit-border-radius: 50%;
	width: 10px;
}
section.carousel .carousel-indicators li.active
{
	background-color: #fff;
	border: 2px solid #323237;
	height: 12px;
	width: 12px;
}
	section.carousel .carousel-inner
	{
		max-height: 350px;
		overflow: hidden;
	}
@media (min-width: 980px) and (max-width: 1199px)
{
	section.carousel .carousel-inner
	{
		height: 350px;
		overflow: hidden;
	}
}
@media (min-width: 1200px)
{
	section.carousel .carousel-inner
	{
		height: 350px;
		overflow: hidden;
	}
}
section.products-list
{
	padding-top: 75px;
	position: relative;
}
@media (max-width: 767px)
{
	section.products-list
	{
		padding-bottom: 35px;
		padding-top: 35px;
	}
}
@media (max-width: 767px)
{
	section.products-list .product-face
	{
		margin-bottom: 40px;
		margin-left: 10px;
		margin-right: 10px;
	}
}
section.products-list .right-gift-box
{
	background-color: #2bcab9;
	left: 0;
	padding: 10px 50px 10px 10px;
	position: fixed;
	top: calc(50% - 40px) !important;
}
@media (max-width: 767px)
{
	section.products-list .right-gift-box
	{
		top: 90px;
	}
}
section.products-list .right-gift-box .gift-price
{
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	margin: 0;
}
section.products-list .right-gift-box .gift-link
{
	color: #fff;
	font-size: 13px;
	margin: 0;
	text-decoration: underline;
}
section.products-list .right-gift-box .pico
{
	position: absolute;
	right: 0;
	top: 10px;
}
section.products-list .right-gift-box .text-gift
{
	color: #323237;
	font-size: 13px;
}
section.products-list .price
{
	background-color: #3c3c41;
	color: #fff;
	margin: 0;
	padding: 5px 0 5px 22px;
	position: relative;
}
section.products-list .price span.first
{
	font-size: 22px;
}
section.products-list .price span.second
{
	font-size: 16px;
}
section.products-list .price span.pico
{
	position: absolute;
	right: 0;
	top: 0;
}
section.history-section
{
	margin-bottom: 110px;
}
@media (min-width: 980px) and (max-width: 1199px)
{
	/* 15.01.2017
	section.history-section
	{
		padding-top: 182px;
	}
	*/
}
@media (min-width: 1200px)
{
	/*
	section.history-section
	{
		padding-top: 182px;
	}
	*/
}
@media (max-width: 767px)
{
	section.history-section
	{
		margin: 0;
		padding-bottom: 60px;
	}
}
section.history-section .info-about-product
{
	color: #8e8e8e;
	font-size: 16px;
	margin: 0;
}
section.history-section .page-title
{
	color: #404040;
	font-size: 22px;
	margin-bottom: 35px;
	margin-top: 40px;
}
@media (max-width: 767px)
{
	section.history-section .page-title
	{
		font-size: 20px;
		margin-bottom: 20px;
		margin-top: 33px;
	}
}
section.history-section .list-right
{
	text-align: right;
}
@media (max-width: 767px)
{
	section.history-section .list-right
	{
		margin-left: -10px;
		margin-right: -10px;
		text-align: inherit;
	}
}
@media (min-width: 1200px)
{
	section.history-section .collapse-box
	{
		padding-right: 57px;
	}
}
section.history-section .collapse-box .panel-group
{
	margin: 0;
}
section.history-section .collapse-box .panel-group li+li
{
	padding-top: 15px;
}
section.history-section .collapse-box .panel
{
	border: 0;
	border-radius: 0;
	box-shadow: none;
}
section.history-section .collapse-box .collapse-head
{
	background-color: #ffffff;
	border: 0;
	cursor: pointer;
	padding: 0;
}
section.history-section .collapse-box .collapse-head .collapse-head-row
{
	padding-bottom: 5px;
	padding-top: 5px;
}
section.history-section .collapse-box .collapse-head .collapse-head-row.collapsed
{
	border: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
section.history-section .collapse-box .collapse-head .collapse-head-row.collapsed .caret
{
	color: #444444;
	ms-transform: rotate(0deg);
	o-transform: rotate(0deg);
	transform: rotate(0deg);
	webkit-transform: rotate(0deg);
}
section.history-section .collapse-box .collapse-head .count
{
	color: #0d91d5;
	font-size: 18px;
	margin: 0;
	padding-top: 10px;
	text-align: center;
}
@media (max-width: 767px)
{
	section.history-section .collapse-box .collapse-head .count
	{
		margin-left: 5px;
	}
}
section.history-section .collapse-box .collapse-head .number
{
	color: #393939;
	font-size: 19px;
	margin: 0;
	padding-top: 10px;
	text-align: left;
}
@media (max-width: 767px)
{
	section.history-section .collapse-box .collapse-head .number
	{
		margin-left: -5px;
	}
}
section.history-section .collapse-box .collapse-head .date
{
	color: #494949;
	font-size: 17px;
	margin: 0;
	padding-top: 10px;
	text-align: center;
}
section.history-section .collapse-box .collapse-head .total-price
{
	margin: 0;
	text-align: left;
}
@media (max-width: 767px)
{
	section.history-section .collapse-box .collapse-head .total-price
	{
		padding-top: 8px;
	}
}
section.history-section .collapse-box .collapse-head .total-price .num
{
	color: #29aaec;
	font-size: 29px;
}
@media (max-width: 767px)
{
	section.history-section .collapse-box .collapse-head .total-price .num
	{
		font-size: 22px;
	}
}
section.history-section .collapse-box .collapse-head .total-price .val
{
	color: #8b8b8b;
	font-size: 17px;
}
section.history-section .collapse-box .collapse-head .about
{
	color: #2bcab9;
	font-size: 18px;
	margin: 0;
	padding-right: 15px;
	padding-top: 9px;
	text-align: right;
	text-decoration: underline;
}
section.history-section .collapse-box .collapse-head .about .caret
{
	color: #444444;
	ms-transform: rotate(180deg);
	o-transform: rotate(180deg);
	transform: rotate(180deg);
	webkit-transform: rotate(180deg);
}
section.history-section .collapse-box .panel-collapse .collapse-content
{
	border: 0;
	padding: 30px 0 0 0;
}
section.history-section .collapse-box .panel-collapse .collapse-content .products-history-list
{
	margin: 0;
}
section.history-section .collapse-box .panel-collapse .collapse-content .products-history-list li
{
	margin-left: 70px;
	margin-right: 70px;
}
@media (max-width: 767px)
{
	section.history-section .collapse-box .panel-collapse .collapse-content .products-history-list li
	{
		margin-left: 5px;
		margin-right: 5px;
	}
}
section.history-section .collapse-box .panel-collapse .collapse-content .products-history-list li+li
{
	border-top: 1px solid #dfdfdf;
	margin-top: 30px;
	padding-top: 30px;
}
section.history-section .collapse-box .panel-collapse .collapse-content .product-name
{
	padding-top: 15px;
}
@media (max-width: 767px)
{
	section.history-section .collapse-box .panel-collapse .collapse-content .product-name
	{
		padding-top: 20px;
	}
}
section.history-section .collapse-box .panel-collapse .collapse-content .product-name .info
{
	color: #393939;
	font-size: 23px;
	line-height: 27px;
	margin-bottom: 30px;
}
section.history-section .collapse-box .panel-collapse .collapse-content .about-product
{
	min-height: 104px;
	padding-top: 55px;
}
@media (max-width: 767px)
{
	section.history-section .collapse-box .panel-collapse .collapse-content .about-product
	{
		min-height: auto;
		padding-top: 10px;
	}
}
section.history-section .collapse-box .panel-collapse .collapse-content .about-product .info
{
	color: #a4a4a4;
	font-size: 14px;
	line-height: 14px;
	margin: 0;
}
section.history-section .collapse-box .panel-collapse .collapse-content .count-row
{
	margin-top: 14px;
}
section.history-section .collapse-box .panel-collapse .collapse-content .count
{
	color: #404040;
	font-size: 18px;
	margin: 75px 0 0 0;
}
@media (max-width: 767px)
{
	section.history-section .collapse-box .panel-collapse .collapse-content .count
	{
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.history-section .collapse-box .panel-collapse .collapse-content .count
	{
		margin: 75px 0 0 -20px;
		width: 100px;
	}
}
section.history-section .collapse-box .panel-collapse .collapse-content .count .num
{
	color: #0d91d5;
}
section.history-section .collapse-box .panel-collapse .collapse-content .price
{
	color: #29aaec;
	font-size: 23px;
	margin: 0;
	padding-top: 73px;
	text-align: right;
}
@media (max-width: 767px)
{
	section.history-section .collapse-box .panel-collapse .collapse-content .price
	{
		font-size: 28px;
		margin-left: -28px;
		padding-top: 28px;
		width: 127px;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.history-section .collapse-box .panel-collapse .collapse-content .price
	{
		margin-left: -15px;
		width: 95px;
	}
}
section.history-section .collapse-box .panel-collapse .collapse-content .price .val
{
	color: #8b8b8b;
	font-size: 17px;
}
@media (min-width: 980px) and (max-width: 1199px)
{
	/*
	section.contacts
	{
		padding-top: 182px;
	}
	*/
}
@media (min-width: 1200px)
{
	/*
	section.contacts
	{
		padding-top: 182px;
	}
	*/
}
@media (max-width: 767px)
{
	section.contacts
	{
		padding-bottom: 100px;
	}
}
section.contacts .back-image
{
	display: block;
	padding-top: 160px;
	position: relative;
}
section.contacts .back-image .image
{
	display: block;
	margin: 0 auto;
	width: 482px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.contacts .back-image .image
	{
		margin: 0 0 0 -120px;
	}
}
section.contacts .contact-topic-list
{
	margin: 0;
}
section.contacts .contact-topic-list .topic-li .contact-title
{
	color: #30343d;
	font-size: 23px;
	margin-bottom: 18px;
	text-transform: uppercase;
}
section.contacts .contact-topic-list .topic-li .contact-info-list
{
	margin: 0;
}
section.contacts .contact-topic-list .topic-li .contact-info-list li+li
{
	padding-top: 17px;
}
section.contacts .contact-topic-list .topic-li .contact-info-list .info-contact
{
	color: #30343d;
	font-size: 18px;
	margin: 0;
	padding-left: 40px;
	position: relative;
}
@media (max-width: 767px)
{
	section.contacts .contact-topic-list .topic-li .contact-info-list .info-contact
	{
		font-size: 16px;
		margin-left: 10px;
	}
}
section.contacts .contact-topic-list .topic-li .contact-info-list .info-contact .pico
{
	left: 0;
	position: absolute;
	top: 50%;
}
section.contacts .contact-topic-list .topic-li .contact-info-list .info-contact .pico.pico-timer-contact
{
	margin-top: -7px;
}
section.contacts .contact-topic-list .topic-li .contact-info-list .info-contact .pico.pico-message-contact
{
	margin-top: -5px;
}
section.contacts .contact-topic-list .topic-li .contact-info-list .info-contact .pico.pico-contact-phone
{
	margin-top: -6.5px;
}
section.contacts .contact-topic-list .topic-li .contact-info-list .info-contact .light
{
	color: #979797;
}
section.contacts .contact-topic-list .topic-li+.topic-li
{
	padding-top: 60px;
}
@media (max-width: 767px)
{
	section.contacts .breadcrumb-box
	{
		margin-bottom: 35px;
		margin-top: 13px;
	}
}
@media (min-width: 980px) and (max-width: 1199px)
{
	
	/*
	section.basket
	{
		padding-top: 182px;
	}
	*/
}
@media (min-width: 1200px)
{
	/*
	section.basket
	{
		padding-top: 182px;
	}
	*/
}
section.basket .order-form
{
	background-color: #f9f9f9;
	margin-left: 20px;
	padding: 80px 50px 20px 50px;
}
@media (max-width: 767px)
{
	section.basket .order-form
	{
		margin-left: -20px;
		margin-right: -20px;
		padding: 40px 10px;
	}
}
@media (max-width: 767px)
{
	section.basket .order-form
	{
		margin-bottom: 5px;
		margin-left: -10px;
		margin-right: -10px;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.basket .order-form
	{
		background-color: transparent;
		margin-left: -10px;
		margin-right: -10px;
		padding: 40px 10px;
	}
}
section.basket .order-form .amelie-input
{
	box-shadow: none;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.basket .order-form .text-area textarea
	{
		height: 120px !important;
	}
	.product-box-main > .row > div:nth-child(10) {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.basket .order-form .select-r
	{
		margin-top: -20px;
	}
}
section.basket .order-form .form-title
{
	color: #404040;
	font-family: "Geometria-Medium","Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-size: 22px;
	margin-bottom: 32px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	text-transform: uppercase;
}
section.basket .order-form .form-group label
{
	color: #363737;
	font-size: 15px;
	margin: 0;
	padding: 0;
}
section.basket .order-form .form-group label .important
{
	color: #ff7e00;
	font-size: 15px;
}
section.basket .order-form .btn-order
{
	height: 50px;
	line-height: 50px;
	padding: 0;
	width: 100%;
}
section.basket .order-form label
{
	font-weight: normal;
}
section.basket .orders-box
{
	padding-top: 55px;
}
@media (max-width: 767px)
{
	section.basket .orders-box
	{
		margin-left: -10px;
		margin-right: -10px;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.basket .orders-box
	{
		padding-top: 30px;
	}
}
@media (max-width: 767px)
{
	section.basket .orders-box
	{
		padding-top: 30px;
	}
}
section.basket .orders-box .order-title
{
	color: #404040;
	font-size: 22px;
	margin-bottom: 50px;
	text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.basket .orders-box .order-title
	{
		margin-bottom: 25px;
	}
}
@media (max-width: 767px)
{
	section.basket .orders-box .order-title
	{
		margin-bottom: 25px;
	}
}
section.basket .orders-box .product-name
{
	color: #46464a;
	font-size: 20px;
	margin-bottom: 20px;
}
section.basket .orders-box .about-product
{
	color: #8e8e8e;
	font-size: 16px;
	margin-bottom: 2px;
}
@media (max-width: 767px)
{
	section.basket .orders-box .about-product
	{
		font-size: 14px;
		margin: 0;
	}
}
section.basket .orders-box .gift-box
{
	background-color: transparent;
	border: 2px dotted #2bcab9;
	color: #2bcab9;
	height: 115px;
	line-height: 115px;
	margin: 7px 0 0 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 135px;
}
section.basket .orders-box .gift-box .pico
{
	bottom: 0;
	position: absolute;
	right: 0;
}
section.basket .orders-box .price
{
	margin: 0;
	text-align: right;
}
section.basket .orders-box .price .medium
{
	color: #2bcab9;
	font-size: 25px;
}
section.basket .orders-box .price .light
{
	color: #a9a9a9;
	font-size: 19px;
}
section.basket .orders-box .remove
{
	color: #3f3f3f;
	display: block;
	float: right;
	font-size: 16px;
	margin: 0;
	text-decoration: underline;
}
@media (max-width: 767px)
{
	section.basket .orders-box .remove
	{
		display: block;
		float: right;
		text-align: right;
		width: 100%;
	}
}
section.basket .orders-box .remove:hover,section.basket .orders-box .remove:focus,section.basket .orders-box .remove:active
{
	color: #3f3f3f;
}
section.basket .orders-box .order-details li+li
{
	border-top: 1px solid #d2d2d2;
	margin-top: 33px;
	padding-top: 20px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.basket .orders-box .order-details li+li
	{
		margin-top: 20px;
		padding-top: 33px;
	}
}
@media (max-width: 767px)
{
	section.basket .orders-box .order-details li
	{
		margin-left: -10px;
		margin-right: -10px;
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (max-width: 767px)
{
	section.basket .orders-box .order-details li .count-up-box
	{
		float: right;
	}
}
section.basket .orders-box .regions
{
	border: 3px dotted #2bcab9;
	display: block;
	height: 100%;
	margin-top: 35px;
	padding: 13px 20px 15px 20px;
	width: 100%;
}
section.basket .orders-box .regions .regions-info
{
	color: #3d3d42;
	font-size: 16px;
	margin: 0;
}
section.basket .orders-box .regions .regions-info:first-child
{
	margin-bottom: 10px;
}
section.basket .orders-box .regions span.blue
{
	color: #2bcab9;
}
section.basket .at-last-count .last-text
{
	color: #3d3d42;
}
section.basket .at-last-count .last-num
{
	color: #2bcab9;
}
section.basket .free-delivery
{
	border: 3px dotted #2bcab9;
	margin-bottom: 40px;
	padding-bottom: 22px;
	padding-top: 22px;
	position: relative;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.basket .free-delivery
	{
		margin-top: 30px;
	}
}
section.basket .free-delivery .pico-basket-only
{
	margin-top: -23.5px;
	position: absolute;
	right: 30px;
	top: 50%;
}
@media (max-width: 767px)
{
	section.basket .free-delivery .pico-basket-only
	{
		display: none;
	}
}
@media (max-width: 767px)
{
	section.basket .free-delivery
	{
		padding: 20px 15px;
	}
}
section.basket .free-delivery .delivery-info
{
	color: #3f3f3f;
	font-size: 18px;
	line-height: 18px;
	margin: 0;
	text-align: center;
	width: 80%;
}
@media (max-width: 767px)
{
	section.basket .free-delivery .delivery-info
	{
		width: 100%;
	}
}
section.basket .free-delivery .delivery-info .font-geometria-medium
{
	color: #2a2a2a;
}
@media (max-width: 767px)
{
	section.basket .free-delivery .delivery-info
	{
		text-align: left;
	}
}
section.basket .free-delivery .delivery-info .price
{
	color: #2bcab9;
	font-size: 19px;
}
section.basket .free-delivery .delivery-info .price .num
{
	font-weight: bold;
}
section.basket .free-delivery .delivery-info .uu
{
	color: #3f3f3f;
}
section.basket .common-count .num
{
	color: #3d3d42;
}
section.basket .common-count .text
{
	color: #9d9d9d;
}
section.basket .common-count .num-delivery
{
	color: #3d3d42;
}
@media (max-width: 767px)
{
	section.basket .add-to-basket .price
	{
		margin-bottom: 20px;
		text-align: left;
	}
}
@media (max-width: 767px)
{
	section.basket .add-to-basket .product-name
	{
		font-size: 18px;
		margin: 0;
	}
}
@media (max-width: 767px)
{
	section.basket .add-to-basket
	{
		margin-left: 27px;
		margin-right: 27px;
	}
}
section.profile-section
{
	margin-bottom: 60px;
}
@media (min-width: 980px) and (max-width: 1199px)
{
	section.profile-section
	{
		padding-top: 60px;
	}
}
@media (min-width: 1200px)
{
	section.profile-section
	{
		padding-top: 60px;
	}
}
@media (max-width: 767px)
{
	section.profile-section
	{
		margin: 0;
		padding-top: 30px;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.profile-section
	{
		margin-bottom: 40px;
	}
}
section.profile-section .profile-form
{
	background-color: transparent;
	height: auto;
	margin: 0 -10px;
	padding: 35px 35px 35px 0;
}
section.profile-section .profile-form .amelie-input
{
	box-shadow: none;
}
@media (max-width: 767px)
{
	section.profile-section .profile-form
	{
		background-color: #f4f4f4;
		height: auto;
		margin-bottom: 37px;
		margin-left: -10px;
		margin-right: -10px;
		padding: 40px 0;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.profile-section .profile-form
	{
		background-color: #f4f4f4;
		height: auto;
		margin-bottom: 40px;
		padding: 30px 40px;
	}
}
section.profile-section .profile-form.second
{
	padding: 35px 38px 0 74px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.profile-section .profile-form.second
	{
		padding: 30px 40px;
	}
}
@media (max-width: 767px)
{
	section.profile-section .profile-form.second
	{
		padding: 40px 0;
	}
}
section.profile-section .profile-form .jcf-checkbox
{
	margin-right: 10px;
}
@media (max-width: 767px)
{
	section.profile-section .profile-form .jcf-checkbox
	{
		float: left;
	}
}
section.profile-section .profile-form .btn-order
{
	margin: 0;
	padding-bottom: 12px;
	padding-top: 12px;
}
section.profile-section .profile-form .checkbox
{
	margin: 3px 0 15px 0;
}
section.profile-section .profile-form .checkbox .check
{
	color: #4b4b4b;
	font-size: 17px;
	padding: 0;
}
@media (max-width: 767px)
{
	section.profile-section .profile-form .checkbox .check
	{
		font-size: 14px;
	}
}
@media (max-width: 767px)
{
	section.profile-section .profile-form .checkbox .check .chckckc
	{
		display: block;
		float: left;
		margin-top: -7px;
		width: 90%;
	}
}
section.profile-section .form-title
{
	color: #404040;
	font-size: 22px;
	margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.profile-section .form-title
	{
		padding-left: 10px;
	}
}
section.profile-section .form-title.second
{
	padding-left: 68px;
}
@media (max-width: 767px)
{
	section.profile-section .form-title.second
	{
		padding-left: 0;
	}
}
section.profile-section .address-title
{
	color: #404040;
	font-size: 22px;
	margin: 0;
	text-transform: uppercase;
}
section.profile-section .delivery-address
{
	background-color: transparent;
	margin: 0 -10px;
	padding: 42px 63px 28px 0;
}
@media (min-width: 1200px)
{
	section.profile-section .delivery-address
	{
		padding: 0;
	}
}
section.profile-section .delivery-address .amelie-input
{
	box-shadow: none;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.profile-section .delivery-address
	{
		background-color: #f4f4f4;
		padding-left: 40px;
	}
}
@media (max-width: 767px)
{
	section.profile-section .delivery-address
	{
		background-color: #f9f9f9;
		margin-left: -10px;
		margin-right: -10px;
		padding: 40px 0;
	}
}
section.profile-section .delivery-address .delivery-address-form
{
	padding-right: 50px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.profile-section .delivery-address .delivery-address-form
	{
		padding: 0;
	}
}
@media (max-width: 767px)
{
	section.profile-section .delivery-address .delivery-address-form
	{
		padding: 0;
	}
}
section.profile-section .delivery-address .form-info
{
	color: #4b4b4b;
	font-size: 16px;
	margin: 7px 0 0 -24px;
	min-height: 44px;
}
@media (max-width: 767px)
{
	section.profile-section .delivery-address .form-info
	{
		font-size: 13px;
		height: auto;
		margin: 0;
		min-height: auto;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.profile-section .delivery-address .form-info
	{
		font-size: 13px;
		margin: 0;
	}
}
section.profile-section .delivery-address .form-info.last
{
	margin-bottom: -22px;
	margin-top: 15px;
}
@media (max-width: 767px)
{
	section.profile-section .delivery-address .form-info.last
	{
		margin-bottom: 0;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.profile-section .delivery-address .form-info.last
	{
		margin-bottom: -14px;
	}
}
section.profile-section .delivery-address .amelie-link
{
	color: #0d91d5;
	display: block;
	font-size: 17px;
	margin-left: -22px;
	text-decoration: underline;
}
@media (max-width: 767px)
{
	section.profile-section .delivery-address .amelie-link
	{
		font-size: 13px;
		margin-left: 0;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.profile-section .delivery-address .amelie-link
	{
		margin: 0;
	}
}
section.profile-section .delivery-address .amelie-link:hover,section.profile-section .delivery-address .amelie-link:focus,section.profile-section .delivery-address .amelie-link:active
{
	color: #0d91d5;
}
section.profile-section .delivery-address.second
{
	margin-top: 20px;
}
@media (max-width: 767px)
{
	section.profile-section .delivery-address.second
	{
		background-color: transparent;
	}
}
@media (max-width: 767px)
{
	section.profile-section .delivery-address.second .delivery-address-form
	{
		background-color: #f9f9f9;
		padding-bottom: 30px;
		padding-top: 40px;
	}
}
section.profile-section .delivery-address.second .delivery-address-form.second-form
{
	margin-left: -22px;
}
@media (max-width: 767px)
{
	section.profile-section .delivery-address.second .delivery-address-form.second-form
	{
		margin-left: 0;
		margin-top: 15px;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.profile-section .delivery-address.second .delivery-address-form.second-form
	{
		margin: 0;
	}
}
section.profile-section .delivery-address.second .delivery-address-form.second-form .btn-order
{
	margin: 0 15px;
	padding-bottom: 12px;
	padding-top: 12px;
}
@media (max-width: 767px)
{
	section.profile-section .delivery-address.second .delivery-address-form.second-form .btn-order
	{
		margin: 0;
	}
}
section.profile-section .text-box
{
	margin-bottom: 18px;
	margin-top: 48px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.profile-section .text-box
	{
		background-color: #f4f4f4;
		margin: 40px -12px 0 -12px;
		padding-left: 50px;
		padding-top: 20px;
	}
}
section.profile-section .text-box p.first
{
	margin-bottom: 5px;
}
section.profile-section .btn-order
{
	height: 50px;
	padding: 0;
	text-transform: uppercase;
	width: 170px;
}
@media (max-width: 767px)
{
	section.profile-section .btn-order
	{
		font-size: 17px;
		text-transform: uppercase;
		width: 100%;
	}
}
section.about-us
{
	padding-bottom: 70px;
}
@media (min-width: 980px) and (max-width: 1199px)
{
	/*
	section.about-us
	{
		padding-top: 182px;
	}
	*/
}
@media (min-width: 1200px)
{
	/*
	section.about-us
	{
		padding-top: 182px;
	}
	*/
}
@media (max-width: 767px)
{
	section.about-us
	{
		padding-bottom: 95px;
	}
}
section.about-us .breadcrumb-box
{
	margin-bottom: 15px;
	margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.about-us .breadcrumb-box
	{
		margin-top: 25px;
	}
}
@media (max-width: 767px)
{
	section.about-us .breadcrumb-box
	{
		margin: 0 0 10px 0;
	}
}
section.about-us .image-box
{
	margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.about-us .image-box
	{
		margin-bottom: 40px;
	}
}
@media (max-width: 767px)
{
	section.about-us .image-box
	{
		margin-bottom: 25px;
	}
}
section.about-us p
{
	color: #7a7a7a;
	font-size: 18px;
	margin: 0;
	position: relative;
}
@media (max-width: 767px)
{
	section.about-us p
	{
		font-size: 16px;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.about-us p
	{
		font-size: 16px;
	}
}
section.about-us p+p
{
	margin-top: 50px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.about-us p+p
	{
		margin-top: 35px;
	}
}
section.about-us p+p:before
{
	background-position: 0 -636px;
	content: '';
	height: 7px;
	margin-right: -24px;
	position: absolute;
	right: 50%;
	top: -24px;
	width: 47px;
}
@media (max-width: 767px)
{
	section.about-us p+p:before
	{
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.about-us p+p:before
	{
		display: none;
	}
}
section.production
{
	padding-bottom: 96px;
}
@media (min-width: 980px) and (max-width: 1199px)
{
	/* 15.01.2017
	section.production
	{
		padding-top: 182px;
	}
	*/
}
@media (min-width: 1200px)
{
	/*
	section.production
	{
		padding-top: 182px;
	}
	*/
}
section.production .fast-show
{
	bottom: 180px;
	text-align: center;
}
section.production .price
{
	background-color: #3c3c41;
	color: #fff;
	margin: 0;
	padding: 6.5px 0 6.5px 12px;
	position: relative;
}
section.production .price span.first
{
	font-size: 20px;
}
section.production .price span.second
{
	font-size: 16px;
}
section.production .price span.pico
{
	position: absolute;
	right: 0;
	top: 0;
}
section.production .additional-box
{
	height:245px;	
	border: 1px solid #f0f0f0;
	cursor: pointer;
	padding: 13px 13px 37px 13px;
}
@media (max-width: 767px)
{
	section.production .additional-box
	{
		margin-bottom: 20px;
	}
}
.border_additional-box:hover {
	border: 2px solid #f53131;	
}
.border_additional-box {
	border: 2px solid transparent;	
}
section.production .additional-box:hover
{
	
	border-radius: 2px;
	moz-border-radius: 2px;
	/*padding: 11px 11px 28px 11px;*/
	webkit-border-radius: 2px;
}
section.production .additional-box .additional-desc
{
	color: #46464a;
	font-size: 15px;
	margin: 0;
	text-align: center;
}
section.production .additional-box .additional-title
{
	color: #2bcab9;
	font-family: "Geometria-Medium","Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-size: 20px;
	margin: 0;
	padding-top: 10px;
	text-align: center;
}
section.production .product-box-main
{
	margin-bottom: 0;
	margin-top: 15px;
}
section.production .product-box-main+.product-box-main
{
	margin-top: 40px;
}
@media (max-width: 767px)
{
	section.production .product-box-main+.product-box-main
	{
		margin: 0 10px;
	}
}
@media (max-width: 767px)
{
	section.production .product-carousel
	{
		margin-left: -10px;
		margin-right: -10px;
		margin-top: 40px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 35px;
	}
}
section.production .breadcrumb-box
{
	margin-bottom: 25px;
	margin-top: 30px;
}
@media (max-width: 767px)
{
	section.production .breadcrumb-box
	{
		margin-bottom: 18px;
		margin-top: 10px;
	}
}
section.production .sort-box
{
	display: block;
	margin: 0 auto;
	width: 625px;
}
@media (min-width: 980px) and (max-width: 1199px)
{
	section.production .sort-box
	{
		margin: 0;
	}
}
section.production .sort-box .sort-title
{
	color: #323237;
	float: left;
	font-size: 18px;
	margin: 0;
}
section.production .sort-box .sort-link
{
	color: #323237;
	font-size: 18px;
	margin: 0 0 0 15px;
	text-decoration: none;
}
section.production .sort-box .sort-link:hover,section.production .sort-box .sort-link:active,section.production .sort-box .sort-link:visited,section.production .sort-box .sort-link.active
{
	color: #577ea5;
	text-decoration: underline;
}
section.production .option-box
{
	float: right;
	margin-top: -25px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.production .option-box
	{
		margin-bottom: 20px;
		margin-top: 0;
	}
}
section.production .option-box.visible-sm-block
{
	margin-right: 20px;
}
@media (max-width: 767px)
{
	section.production .option-box
	{
		float: left;
		margin: 0;
	}
}
section.production .option-box .sort-info
{
	color: #323237;
	float: right;
	font-size: 18px;
	margin: 0 15px 0 0;
}
section.production .option-box .labSelect
{
	float: right;
	width: auto;
}
section.production .option-box .labSelect .lab-select-list
{
	border: 1px solid #e1e1e1;
	left: -100%;
	padding: 12px 0;
	top: 40px;
	width: 65px;
}
section.production .option-box .labSelect .lab-select-list:before
{
	background-position: 0 -1744px;
	content: '';
	height: 9px;
	margin-right: -7.5px;
	position: absolute;
	right: 50%;
	top: -8px;
	width: 15px;
}
section.production .option-box .labSelect .lab-select-list li
{
	background-color: transparent;
	color: #3b3b3b;
	font-size: 18px;
	padding: 0;
	text-align: center;
}
section.production .option-box .labSelect .lab-select-list li:hover,section.production .option-box .labSelect .lab-select-list li:focus,section.production .option-box .labSelect .lab-select-list li:active
{
	color: #4071a3;
	outline: none;
	text-decoration: underline;
}
section.production .option-box .labSelect .lab-select-list li+li
{
	padding-top: 14px;
}
section.production .option-box .labSelect .lab-select-title
{
	border: 0;
	height: auto;
	text-align: right;
	width: auto;
}
section.production .option-box .labSelect .lab-select-title .selectedTitle
{
	color: #577ea5;
	font-size: 18px;
	padding: 0;
	text-decoration: underline;
}
section.production .option-box .labSelect .lab-icon-box
{
	display: none;
}
section.production .product-face .fast-show
{
	font-size: 12px;
	padding: 10px 15px 8px 15px;
}
section.production .product-face .fast-show span.pico
{
	right: 25px;
}
@media (max-width: 767px)
{
	section.production .products-names-list
	{
		margin-left: 10px;
		margin-right: 10px;
	}
}
section.production .products-names-list .catalog-title
{
	border-bottom: 1px solid #e2e2e2;
	color: #3e3e3e;
	font-size: 16px;
	margin-bottom: 15px;
	padding-bottom: 4px;
	text-transform: uppercase;
	width: 205px;
}
section.production .products-names-list .catalog-title.second-title
{
	margin-top: 45px;
}
section.production .products-names-list .products-titles-list
{
	margin: 0;
}
@media (max-width: 767px)
{
	section.production .products-names-list .products-titles-list
	{
		padding-bottom: 15px;
	}
}
section.production .products-names-list .products-titles-list .label-title
{
	color: #000;
	cursor: pointer;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}
section.production .products-names-list .products-titles-list .label-title .title
{
	position: relative;
}
section.production .products-names-list .products-titles-list .label-title .title.top:after
{
	background-position: 0 -1677px;
	content: '';
	height: 18px;
	position: absolute;
	right: -41px;
	top: 1px;
	width: 31px;
}
section.production .products-names-list .products-titles-list .label-title .title.new:after
{
	background-position: 0 -1275px;
	content: '';
	height: 18px;
	position: absolute;
	right: -41px;
	top: 1px;
	width: 31px;
}
section.production .products-names-list .products-titles-list .label-title .title.sale:after
{
	background-position: 0 -1584px;
	content: '';
	height: 18px;
	position: absolute;
	right: -41px;
	top: 1px;
	width: 31px;
}
section.production .products-names-list .panel
{
	border: none;
	box-shadow: none;
}
@media (max-width: 767px)
{
	section.production .products-names-list .panel
	{
		margin-top: 60px;
	}
}
section.production .products-names-list .panel .panel-heading
{
	border: none;
	padding: 0;
}
section.production .products-names-list .panel .panel-heading .catalog-title
{
	margin-top: 0;
	width: 100%;
}
.image-box {
	position:relative;
}
.product-page .image-box .border-box {
	display:block;
	top:-20px;
	right:50px;
	width:50px;
	height:50px;
	line-height:50px;
	font-size:17px;
}
@media (max-width: 767px)
{
	section.production .products-names-list .panel .panel-heading .catalog-title
	{
		cursor: pointer;
		margin-bottom: 10px;
		padding-bottom: 15px;
	}
}
section.production .products-names-list .panel .panel-collapse
{
	border: none;
	padding: 0;
}
section.production .products-names-list .panel .panel-collapse .panel-body
{
	border: none;
}
@media (max-width: 767px)
{
	section.production .products-names-list .panel+.panel
	{
		margin-top: 0;
	}
}
section.production .product-box-info .product-name
{
	color: #2bcab9;
	margin: 6px 0 0 0;
	text-align: center;
}
section.production .product-box-info .product-desc
{
	text-align: left;
}
section.production .product-box-info .product-desc.about-pr
{
	color: #46464a;
	text-align: center;
}
section.production .product-box-info .product-desc.pr-about
{
	color: #46464a;
}
section.production .product-box-info .price
{
	padding-bottom: 8px;
	padding-top: 8px;
}
section.production .product-box-info .price span.first
{
	font-size: 15px;
}
section.production .product-box-info .price span.second
{
	font-size: 12px;
}
@media (min-width: 980px) and (max-width: 1199px)
{
	/*
	section.product-page
	{
		padding-top: 182px;
	}
	*/
}
@media (min-width: 1200px)
{
	/*
	section.product-page
	{
		padding-top: 182px;
	}
	*/
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.product-page .image-box
	{
		margin-top: 75px;
	}
}
section.product-page .price
{
	background-color: #3c3c41;
	color: #fff;
	margin: 0;
	padding: 5px 0 5px 22px;
	position: relative;
}
section.product-page .price span.first
{
	font-size: 22px;
}
section.product-page .price span.second
{
	font-size: 16px;
}
section.product-page .price span.pico
{
	position: absolute;
	right: 0;
	top: 0;
}
section.product-page .fast-show
{
	bottom: 160px;
}
section.product-page .product-box-info
{
	height: 320px;
}
section.product-page .product-title-big
{
	color: #efeff0;
	font-size: 78px;
	line-height: 63px;
	margin-bottom: 40px;
	position: relative;
	text-transform: uppercase;
}
@media (max-width: 767px)
{
	section.product-page .product-title-big
	{
		font-size: 50px;
		margin-left: 10px;
		margin-right: 10px;
	}
}
section.product-page .product-title-big .title-sm
{
	bottom: 0;
	color: #35373f;
	font-size: 35px;
	left: 0;
	line-height: 29px;
	position: absolute;
}
@media (max-width: 767px)
{
	section.product-page .product-title-big .title-sm
	{
		font-size: 25px;
	}
}
section.product-page .border-box
{
	display: none;
}
@media (max-width: 767px)
{
	section.product-page .carousel-inner
	{
		padding-left: 20px;
		padding-right: 20px;
	}
}
section.product-page .product-carousel,section.product-page .carousel-products
{
	margin-top: 75px;
	padding-top: 40px;
}
@media (max-width: 767px)
{
	section.product-page .product-carousel.carousel,section.product-page .carousel-products.carousel
	{
		padding-top: 0;
	}
}
section.product-page .feedback-box
{
	border-top: 1px solid #dfdfdf;
	margin-top: 60px;
	padding-top: 60px;
}
@media (max-width: 767px)
{
	section.product-page .feedback-box
	{
		margin-left: -10px;
		margin-right: -10px;
		margin-top: 40px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 50px;
	}
}
section.product-page .feedback-box .feedback-title
{
	color: #2a2a2a;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 20px 0;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.product-page .feedback-box .feedback-title.title-feed
	{
		border-top: 1px solid #e9e9e9;
		margin-top: 55px;
		padding-top: 55px;
	}
}
section.product-page .feedback-box .about-feedback
{
	color: #6a6a6a;
	font-size: 17px;
	margin: 0;
}
@media (max-width: 767px)
{
	section.product-page .feedback-box .about-feedback
	{
		font-size: 13px;
		margin-bottom: 40px;
	}
}
section.product-page .feedback-box .feedback-list
{
	margin: 0 0 5px 0;
}
section.product-page .feedback-box .feedback-list li .feedback-title
{
	margin: -4px 0 10px 0;
}
section.product-page .feedback-box .feedback-list li .feedback-title .name
{
	color: #3c3c3c;
	font-size: 18px;
}
section.product-page .feedback-box .feedback-list li .feedback-title .pico
{
	margin: 0 24px 0 23px;
}
@media (max-width: 767px)
{
	section.product-page .feedback-box .feedback-list li .feedback-title .pico
	{
		margin: 0 15px;
	}
}
section.product-page .feedback-box .feedback-list li .feedback-title .date
{
	color: #9c9c9c;
	font-size: 15px;
}
section.product-page .feedback-box .feedback-list li .feedback-description
{
	color: #797979;
	font-family: "Geometria-Medium","Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-size: 14px;
}
section.product-page .feedback-box .feedback-list li+li
{
	padding-top: 25px;
}
section.product-page .feedback-box .feedback-form
{
	background-color: #f7f7f7;
	padding: 38px 31px;
}
@media (max-width: 767px)
{
	section.product-page .feedback-box .feedback-form
	{
		padding: 25px 10px;
	}
}
section.product-page .feedback-box .feedback-form .form-group
{
	margin-bottom: 15px;
}
section.product-page .feedback-box .feedback-form .form-group .last-input
{
	margin-top: 2px;
}
section.product-page .feedback-box .feedback-form .form-group .demo
{
	display: block;
}
section.product-page .feedback-box .feedback-form .form-group .amelie-textarea
{
	width: 100%;
}
section.product-page .feedback-box .feedback-form .num-btn,section.product-page .feedback-box .feedback-form .num-input
{
	margin-top: 26px;
}
section.product-page .feedback-box .feedback-form .num-btn label,section.product-page .feedback-box .feedback-form .num-input label
{
	color: #363737;
	font-size: 15px;
}
section.product-page .feedback-box .feedback-form .num-btn .btn-order,section.product-page .feedback-box .feedback-form .num-input .btn-order
{
	height: 40px;
	padding: 0;
}
section.product-page .breadcrumb-box
{
	margin-bottom: 50px;
	margin-top: 40px;
}
@media (max-width: 767px)
{
	section.product-page .breadcrumb-box
	{
		margin-bottom: 20px;
		margin-top: 20px;
	}
}
section.product-page .product-title
{
	color: #323237;
	font-size: 18px;
	line-height: 18px;
	margin: 0;
}
section.product-page .product-description
{
	color: #a0a0a0;
	font-size: 18px;
	margin: 0 0 50px 0;
}
@media (max-width: 767px)
{
	section.product-page .product-description
	{
		font-size: 14px;
	}
}
section.product-page .socials-box
{
	margin-bottom: 35px;
	margin-top: 99px;
}
section.product-page .socials-box p
{
	color: #757575;
	float: left;
	font-size: 17px;
	margin: 0;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.product-page .socials-box p
	{
		font-size: 14px;
	}
}
section.product-page .socials-box .socials-list
{
	float: left;
	margin-bottom: 0;
	margin-left: 38px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.product-page .socials-box .socials-list
	{
		margin-left: 16px;
	}
}
section.product-page .socials-box .socials-list li
{
	float: left;
}
section.product-page .socials-box .socials-list li a:hover .pico
{
	opacity: 0.2;
}
section.product-page .socials-box .socials-list li+li
{
	padding-left: 20px;
}
section.product-page .number-form
{
	margin: 0 -10px;
}
section.product-page .number-form .form-group
{
	margin: 0;
	position: relative;
}
section.product-page .number-form .form-group.first
{
	padding-left: 40px;
}
section.product-page .number-form .form-group.first:before
{
	background-color: #373737;
	border-radius: 0;
	color: #fff;
	content: '+7';
	font-size: 17px;
	left: 0;
	moz-border-radius: 0;
	padding: 8px 11px;
	position: absolute;
	webkit-border-radius: 0;
}
@media (max-width: 767px)
{
	section.product-page .number-form .form-group.first:before
	{
		left: 10px;
		padding: 7px 11px;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.product-page .number-form .form-group.first:before
	{
		left: 10px;
		padding: 7px 11px;
	}
}
section.product-page .number-form .form-group .number-input
{
	border: 1px solid #e3e3e3;
	border-left: 0;
	border-radius: 0;
	box-shadow: none;
	color: #a5a5a5;
	font-size: 17px;
	height: 40px;
	moz-border-radius: 0;
	webkit-border-radius: 0;
}
section.product-page .number-form .form-group .number-input:hover,section.product-page .number-form .form-group .number-input:focus,section.product-page .number-form .form-group .number-input:active
{
	box-shadow: none;
	outline: none;
}
section.product-page .number-form .form-group .btn-order
{
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.product-page .number-form .form-group .btn-order
	{
		margin-top: 20px;
	}
}
section.product-page .count-up-box
{
	float: none;
	margin: 0 auto;
}
section.product-page .product-price
{
	margin: 0;
}
section.product-page .product-price span:first-child
{
	color: #2bcab9;
	font-size: 25px;
	line-height: 25px;
}
section.product-page .product-price span:last-child
{
	color: #a9a9a9;
	font-size: 19px;
	line-height: 19px;
}
section.product-page .about-product-info
{
	font-size: 14px;
	margin: 0;
}
section.product-page .about-product-info .dark
{
	color: #323237;
}
section.product-page .about-product-info .light
{
	color: #a6a6a6;
}
section.product-page .btn-order
{
	border-radius: 0;
	font-size: 17px;
	height: 42px;
	line-height: 42px;
	moz-border-radius: 0;
	padding: 0;
	position: relative;
	webkit-border-radius: 0;
	width: 100%;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.product-page .btn-order
	{
		font-size: 14px;
	}
}
@media (max-width: 767px)
{
	section.product-page .btn-order
	{
		margin-bottom: 50px;
		margin-top: 20px;
	}
}
section.product-page .btn-order .pico
{
	position: absolute;
	right: 10px;
	top: 6px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.product-page .btn-order .pico
	{
		right: 5px;
	}
}
section.product-page .info-price-list
{
	margin: 0;
}
section.product-page .info-price-list li+li
{
	padding-top: 60px;
}
@media (max-width: 767px)
{
	section.product-page .info-price-list li+li
	{
		padding: 0;
	}
}
@media (max-width: 767px)
{
	section.product-page .info-price-list li+li
	{
		padding-top: 45px;
	}
}
section.product-page .info-price-list .about-quality-box
{
	padding-bottom: 13px;
	padding-left: 10px;
	padding-right: 10px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.product-page .info-price-list .about-quality-box.dd
	{
		margin-top: 40px;
	}
}
@media (max-width: 767px)
{
	section.product-page .info-price-list .about-quality-box.first
	{
		margin-top: 5px;
	}
}
section.product-page .info-price-list .about-quality-box .about-quality.p-margin
{
	margin-top: 23px;
}
section.product-page .info-price-list .about-quality-box .about-quality .dark
{
	color: #323237;
	font-weight: 600;
}
section.product-page .info-price-list .about-quality-box+.about-quality-box
{
	margin-top: 25px;
}
section.order
{
	padding-bottom: 65px;
}
/*
@media (min-width: 980px) and (max-width: 1199px)
{
	section.order
	{
		padding-top: 207px;
	}
}
@media (min-width: 1200px)
{
	section.order
	{
		padding-top: 207px;
	}
}
*/
@media (max-width: 767px)
{
	section.order
	{
		padding-bottom: 75px;
		padding-top: 8px;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.order
	{
		padding-bottom: 70px;
		padding-top: 40px;
	}
}
section.order .order-info-list
{
	margin: 55px 0 0 0;
}
@media (max-width: 767px)
{
	section.order .order-info-list:first-child
	{
		margin: 0;
	}
}
section.order .order-info-list.fifth li p
{
	color: #443c30;
}
section.order .order-info-list.fifth li .bg-box
{
	background-color: #f1f1f1;
	padding: 15px 0 15px 60px;
	width: 570px;
}
@media (max-width: 767px)
{
	section.order .order-info-list.fifth li .bg-box
	{
		padding: 15px 20px;
		width: 100%;
	}
}
section.order .order-info-list.fifth li .bg-box p+p
{
	padding-top: 10px;
}
section.order .order-info-list.fifth li .bg-box p
{
	color: #53912d;
}
section.order .order-info-list.fifth li .bg-box p span
{
	display: inline-block;
}
@media (max-width: 767px)
{
	section.order .order-info-list.fifth li .bg-box p span:last-child
	{
		display: inline-block !important;
	}
}
section.order .order-info-list.fifth li:last-child p
{
	color: #7d7d7d;
}
section.order .order-info-list.seventh p
{
	color: #68625a;
}
section.order .order-info-list.seventh p.about-webmoney
{
	color: #443c30;
	font-size: 14px;
}
section.order .order-info-list.sixth .payment-list
{
	margin: 0;
}
section.order .order-info-list.sixth .payment-list li
{
	float: left;
}
@media (max-width: 767px)
{
	section.order .order-info-list.sixth .payment-list li
	{
		width: 33.33%;
	}
}
@media (max-width: 767px)
{
	section.order .order-info-list.sixth .payment-list li a
	{
		display: block;
		text-align: center;
		width: 100%;
	}
}
section.order .order-info-list.sixth .payment-list li+li
{
	padding: 0 0 0 25px;
}
@media (max-width: 767px)
{
	section.order .order-info-list.sixth .payment-list li+li
	{
		padding: 0;
	}
}
section.order .order-info-list.sixth p
{
	color: #443c30;
}
section.order .order-info-list.fourth p
{
	color: #535353;
}
section.order .order-info-list.fourth p span
{
	padding-right: 4px;
}
section.order .order-info-list.fourth p.add-text
{
	color: #535353;
	font-size: 16px;
	margin-top: 17px;
}
section.order .order-info-list.fourth li:first-child
{
	padding-bottom: 20px;
}
section.order .order-info-list.fourth li+li
{
	padding: 0;
}
section.order .order-info-list.third p
{
	color: #343434;
}
section.order .order-info-list.second p
{
	color: #443c30;
}
section.order .order-info-list.second.igg li:last-child p
{
	color: #535353;
}
section.order .order-info-list li+li
{
	padding-top: 20px;
}
section.order .order-info-list li p
{
	color: #717171;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
}
@media (max-width: 767px)
{
	section.order .order-info-list li p
	{
		font-size: 15px;
		line-height: 20px;
	}
}
section.order .order-info-list li p.order-title
{
	color: #443c30;
	font-size: 20px;
	line-height: 20px;
}
section.order .order-info-list li p a
{
	color: #53912d;
	text-decoration: underline;
}
section.order .order-info-list li p a:hover,section.order .order-info-list li p a:focus,section.order .order-info-list li p a:active
{
	color: #32571b;
}
section.get-up-order
{
	padding-top: 60px;
	position: relative;
}
@media (min-width: 980px) and (max-width: 1199px)
{
	section.get-up-order
	{
		padding-top: 242px;
	}
}
@media (min-width: 1200px)
{
	section.get-up-order
	{
		padding-top: 242px;
	}
}
@media (max-width: 767px)
{
	section.get-up-order
	{
		padding-top: 30px;
	}
}
section.get-up-order .fast-show
{
	bottom: 160px;
}
@media (max-width: 767px)
{
	section.get-up-order .product-name
	{
		font-size: 17px;
		margin: 0;
	}
}
@media (max-width: 767px)
{
	section.get-up-order .about-product
	{
		font-size: 14px;
		margin: 0;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.get-up-order .add-to-basket.second-hand
	{
		margin-bottom: 50px;
	}
}
section.get-up-order .price
{
	background-color: #3c3c41;
	color: #fff;
	margin: 0;
	padding: 5px 0 5px 22px;
	position: relative;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.get-up-order .price
	{
		padding: 5px 0 5px 2px;
	}
}
section.get-up-order .price span.first
{
	font-size: 22px;
}
section.get-up-order .price span.second
{
	font-size: 16px;
}
section.get-up-order .price span.pico
{
	position: absolute;
	right: 0;
	top: 0;
}
section.get-up-order .price .dark
{
	color: #b9b9b9;
	text-decoration: line-through;
}
section.get-up-order .price .dark.second
{
	padding-right: 25px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.get-up-order .price .dark.second
	{
		padding-right: 1px;
	}
}
section.get-up-order .pico-bg-message
{
	position: absolute;
	right: 0;
	top: 200px;
}
@media (max-width: 767px)
{
	section.get-up-order .pico-bg-message
	{
		display: none;
	}
}
@media (min-width: 1200px)
{
	section.get-up-order .gift-text
	{
		padding: 5px 280px;
	}
}
@media (max-width: 767px)
{
	section.get-up-order .gift-text
	{
		font-size: 15px;
		padding: 5px 0;
	}
}
@media (max-width: 767px)
{
	section.get-up-order .gift-text:before,section.get-up-order .gift-text:after
	{
		top: 20px;
	}
}
section.get-up-order .add-to-basket
{
	margin-left: 50px;
	margin-right: 50px;
}
section.get-up-order .add-to-basket .price-gt
{
	font-size: 17px;
	margin: 13px 0;
	text-align: left;
}
@media (max-width: 767px)
{
	section.get-up-order .add-to-basket .price-gt
	{
		margin: 0 0 10px 0;
	}
}
section.get-up-order .message-title
{
	color: #393939;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 20px;
}
@media (max-width: 767px)
{
	section.get-up-order .message-title
	{
		margin-bottom: 30px;
	}
}
section.get-up-order .thanks-message-box
{
	border: 2px solid #60aaec;
	border-radius: 2px;
	display: inline-block;
	moz-border-radius: 2px;
	padding: 30px 25px;
	webkit-border-radius: 2px;
	width: 740px;
}
section.get-up-order .thanks-message-box .message-description
{
	color: #3b3b3b;
	display: inline-block;
	font-size: 18px;
	margin-bottom: 10px;
}
section.get-up-order .thanks-message-box .message-description span.blue
{
	color: #60aaec;
	font-size: 20px;
}
@media (max-width: 767px)
{
	section.get-up-order .thanks-message-box .message-description
	{
		font-size: 15px;
		margin-bottom: 0;
	}
}
@media (max-width: 767px)
{
	section.get-up-order .thanks-message-box
	{
		padding: 15px 20px;
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	section.get-up-order .thanks-message-box
	{
		padding: 30px 19px;
		width: 100%;
	}
}
section.get-up-order .socials-title
{
	color: #323237;
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 15px;
	margin-top: 55px;
	text-align: center;
}
@media (max-width: 767px)
{
	section.get-up-order .socials-title
	{
		font-size: 18px;
		margin: 20px 0;
		text-align: left;
	}
}
section.get-up-order .socials-share-list
{
	height: 60px;
	margin: 0 auto 60px auto;
	width: 240px;
}
@media (max-width: 767px)
{
	section.get-up-order .socials-share-list
	{
		margin: 0 0 60px 0;
	}
}
section.get-up-order .socials-share-list li
{
	display: block;
	float: left;
	width: 25%;
}
section.get-up-order .socials-share-list li a
{
	display: block;
	height: 60px;
	line-height: 70px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
section.get-up-order .socials-share-list li a.vk-link
{
	background-color: #508db7;
	border-color: #508db7;
	color: #508db7;
}
section.get-up-order .socials-share-list li a.vk-link:hover,section.get-up-order .socials-share-list li a.vk-link:focus,section.get-up-order .socials-share-list li a.vk-link.focus,section.get-up-order .socials-share-list li a.vk-link:active,section.get-up-order .socials-share-list li a.vk-link.active,.open>section.get-up-order .socials-share-list li a.vk-link.dropdown-toggle
{
	background-color: #3e7296;
	border-color: #3b6d8f;
	color: #508db7;
}
section.get-up-order .socials-share-list li a.vk-link:active,section.get-up-order .socials-share-list li a.vk-link.active,.open>section.get-up-order .socials-share-list li a.vk-link.dropdown-toggle
{
	background-image: none;
}
section.get-up-order .socials-share-list li a.vk-link.disabled,section.get-up-order .socials-share-list li a.vk-link.disabled:hover,section.get-up-order .socials-share-list li a.vk-link.disabled:focus,section.get-up-order .socials-share-list li a.vk-link.disabled.focus,section.get-up-order .socials-share-list li a.vk-link.disabled:active,section.get-up-order .socials-share-list li a.vk-link.disabled.active,section.get-up-order .socials-share-list li a.vk-link[disabled],section.get-up-order .socials-share-list li a.vk-link[disabled]:hover,section.get-up-order .socials-share-list li a.vk-link[disabled]:focus,section.get-up-order .socials-share-list li a.vk-link[disabled].focus,section.get-up-order .socials-share-list li a.vk-link[disabled]:active,section.get-up-order .socials-share-list li a.vk-link[disabled].active,fieldset[disabled] section.get-up-order .socials-share-list li a.vk-link,fieldset[disabled] section.get-up-order .socials-share-list li a.vk-link:hover,fieldset[disabled] section.get-up-order .socials-share-list li a.vk-link:focus,fieldset[disabled] section.get-up-order .socials-share-list li a.vk-link.focus,fieldset[disabled] section.get-up-order .socials-share-list li a.vk-link:active,fieldset[disabled] section.get-up-order .socials-share-list li a.vk-link.active
{
	background-color: #508db7;
	border-color: #508db7;
}
section.get-up-order .socials-share-list li a.vk-link .badge
{
	background-color: #508db7;
	color: #508db7;
}
section.get-up-order .socials-share-list li a.fb-link
{
	background-color: #5aa0db;
	border-color: #5aa0db;
	color: #5aa0db;
}
section.get-up-order .socials-share-list li a.fb-link:hover,section.get-up-order .socials-share-list li a.fb-link:focus,section.get-up-order .socials-share-list li a.fb-link.focus,section.get-up-order .socials-share-list li a.fb-link:active,section.get-up-order .socials-share-list li a.fb-link.active,.open>section.get-up-order .socials-share-list li a.fb-link.dropdown-toggle
{
	background-color: #3088d2;
	border-color: #2c83cb;
	color: #5aa0db;
}
section.get-up-order .socials-share-list li a.fb-link:active,section.get-up-order .socials-share-list li a.fb-link.active,.open>section.get-up-order .socials-share-list li a.fb-link.dropdown-toggle
{
	background-image: none;
}
section.get-up-order .socials-share-list li a.fb-link.disabled,section.get-up-order .socials-share-list li a.fb-link.disabled:hover,section.get-up-order .socials-share-list li a.fb-link.disabled:focus,section.get-up-order .socials-share-list li a.fb-link.disabled.focus,section.get-up-order .socials-share-list li a.fb-link.disabled:active,section.get-up-order .socials-share-list li a.fb-link.disabled.active,section.get-up-order .socials-share-list li a.fb-link[disabled],section.get-up-order .socials-share-list li a.fb-link[disabled]:hover,section.get-up-order .socials-share-list li a.fb-link[disabled]:focus,section.get-up-order .socials-share-list li a.fb-link[disabled].focus,section.get-up-order .socials-share-list li a.fb-link[disabled]:active,section.get-up-order .socials-share-list li a.fb-link[disabled].active,fieldset[disabled] section.get-up-order .socials-share-list li a.fb-link,fieldset[disabled] section.get-up-order .socials-share-list li a.fb-link:hover,fieldset[disabled] section.get-up-order .socials-share-list li a.fb-link:focus,fieldset[disabled] section.get-up-order .socials-share-list li a.fb-link.focus,fieldset[disabled] section.get-up-order .socials-share-list li a.fb-link:active,fieldset[disabled] section.get-up-order .socials-share-list li a.fb-link.active
{
	background-color: #5aa0db;
	border-color: #5aa0db;
}
section.get-up-order .socials-share-list li a.fb-link .badge
{
	background-color: #5aa0db;
	color: #5aa0db;
}
section.get-up-order .socials-share-list li a.twitter-link
{
	background-color: #97dbfe;
	border-color: #97dbfe;
	color: #97dbfe;
}
section.get-up-order .socials-share-list li a.twitter-link:hover,section.get-up-order .socials-share-list li a.twitter-link:focus,section.get-up-order .socials-share-list li a.twitter-link.focus,section.get-up-order .socials-share-list li a.twitter-link:active,section.get-up-order .socials-share-list li a.twitter-link.active,.open>section.get-up-order .socials-share-list li a.twitter-link.dropdown-toggle
{
	background-color: #64cafe;
	border-color: #5ac6fd;
	color: #97dbfe;
}
section.get-up-order .socials-share-list li a.twitter-link:active,section.get-up-order .socials-share-list li a.twitter-link.active,.open>section.get-up-order .socials-share-list li a.twitter-link.dropdown-toggle
{
	background-image: none;
}
section.get-up-order .socials-share-list li a.twitter-link.disabled,section.get-up-order .socials-share-list li a.twitter-link.disabled:hover,section.get-up-order .socials-share-list li a.twitter-link.disabled:focus,section.get-up-order .socials-share-list li a.twitter-link.disabled.focus,section.get-up-order .socials-share-list li a.twitter-link.disabled:active,section.get-up-order .socials-share-list li a.twitter-link.disabled.active,section.get-up-order .socials-share-list li a.twitter-link[disabled],section.get-up-order .socials-share-list li a.twitter-link[disabled]:hover,section.get-up-order .socials-share-list li a.twitter-link[disabled]:focus,section.get-up-order .socials-share-list li a.twitter-link[disabled].focus,section.get-up-order .socials-share-list li a.twitter-link[disabled]:active,section.get-up-order .socials-share-list li a.twitter-link[disabled].active,fieldset[disabled] section.get-up-order .socials-share-list li a.twitter-link,fieldset[disabled] section.get-up-order .socials-share-list li a.twitter-link:hover,fieldset[disabled] section.get-up-order .socials-share-list li a.twitter-link:focus,fieldset[disabled] section.get-up-order .socials-share-list li a.twitter-link.focus,fieldset[disabled] section.get-up-order .socials-share-list li a.twitter-link:active,fieldset[disabled] section.get-up-order .socials-share-list li a.twitter-link.active
{
	background-color: #97dbfe;
	border-color: #97dbfe;
}
section.get-up-order .socials-share-list li a.twitter-link .badge
{
	background-color: #97dbfe;
	color: #97dbfe;
}
section.get-up-order .socials-share-list li a.google-link
{
	background-color: #df5c5c;
	border-color: #df5c5c;
	color: #df5c5c;
}
section.get-up-order .socials-share-list li a.google-link:hover,section.get-up-order .socials-share-list li a.google-link:focus,section.get-up-order .socials-share-list li a.google-link.focus,section.get-up-order .socials-share-list li a.google-link:active,section.get-up-order .socials-share-list li a.google-link.active,.open>section.get-up-order .socials-share-list li a.google-link.dropdown-toggle
{
	background-color: #d73131;
	border-color: #d42a2a;
	color: #df5c5c;
}
section.get-up-order .socials-share-list li a.google-link:active,section.get-up-order .socials-share-list li a.google-link.active,.open>section.get-up-order .socials-share-list li a.google-link.dropdown-toggle
{
	background-image: none;
}
section.get-up-order .socials-share-list li a.google-link.disabled,section.get-up-order .socials-share-list li a.google-link.disabled:hover,section.get-up-order .socials-share-list li a.google-link.disabled:focus,section.get-up-order .socials-share-list li a.google-link.disabled.focus,section.get-up-order .socials-share-list li a.google-link.disabled:active,section.get-up-order .socials-share-list li a.google-link.disabled.active,section.get-up-order .socials-share-list li a.google-link[disabled],section.get-up-order .socials-share-list li a.google-link[disabled]:hover,section.get-up-order .socials-share-list li a.google-link[disabled]:focus,section.get-up-order .socials-share-list li a.google-link[disabled].focus,section.get-up-order .socials-share-list li a.google-link[disabled]:active,section.get-up-order .socials-share-list li a.google-link[disabled].active,fieldset[disabled] section.get-up-order .socials-share-list li a.google-link,fieldset[disabled] section.get-up-order .socials-share-list li a.google-link:hover,fieldset[disabled] section.get-up-order .socials-share-list li a.google-link:focus,fieldset[disabled] section.get-up-order .socials-share-list li a.google-link.focus,fieldset[disabled] section.get-up-order .socials-share-list li a.google-link:active,fieldset[disabled] section.get-up-order .socials-share-list li a.google-link.active
{
	background-color: #df5c5c;
	border-color: #df5c5c;
}
section.get-up-order .socials-share-list li a.google-link .badge
{
	background-color: #df5c5c;
	color: #df5c5c;
}
.nav-pagination
{
	text-align: center;
}
.nav-pagination .pagination
{
	display: inline-block;
	float: none !important;
}
.review-form {
	background-color:#f7f7f7;
	padding:35px 20px;
	
}
.review-form label {
	font-weight:500;
	font-size:16px;	
}
.review-form textarea {
	height:100px;
	resize:none;	
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;	
}
.review-form .uppercase {
	text-transform:uppercase;
}
input.form-control.inline {
	width:150px;
	display:inline-block;	
	margin-left:20px;
}
nav .pagination li.active span,
nav .pagination li.active span:hover {
    padding: 0;
    background: transparent;
    border: none;
    color: #2bcab9;
    font-size: 20px;
    padding-left: 10px;
}
@media (max-width: 360px){

	input.form-control.inline {
		margin:10px 0 0 0;
		display:block;
	}
}
#raiting {position:relative; height:20px; cursor:pointer; width:144px;} /* ���� ��������*/
#raiting_blank, #raiting_votes, #raiting_hover {height:20px; position:absolute}
#raiting_blank { background:url('/bitrix/templates/my-kosm.ru/css/../img/rating.png'); width:144px; } /* "������" ��������� */
#raiting_votes,#raiting_hover {background:url('/bitrix/templates/my-kosm.ru/css/../img/rating.png') 0 -20px} /*  ����������� ��������� */ 
#raiting_hover{max-width:144px !important; }

.mykosm-title h1 {
    text-align: center;
    margin-bottom: 24px;
    font-size: 24px;
}
.mykosm-title-main {
    margin-top: -50px;
    margin-bottom: 65px;	
}
.mykosm-title-contacts {
	margin-top: -15px;
}
.cslItem:nth-child(3n + 1) {
	clear: both;
}
.footerVcard {
	margin-top: 25px;
}
.fxmenu .my-nav {
	z-index: 1000;
	top: 0;
	margin-top: 0 !important;
	width: 100%;
	position: fixed;
}
@media (max-width: 980px) {
	.infoContacts {
		margin-top: 15px;
	}
	.catalogSection .product-block:nth-child(3) {
		margin-top: 40px;
	}	
	.fxmenu {
		height: 182px;
	} 
	.cslItem:nth-child(3n + 1) {
		clear: none;
	}
	.cslItem:nth-child(2n + 1) {
		clear: none;
	}
	.cslItem:nth-child(3) {
		margin-top: 40px;
	}
	.breadcrumb-box .breadcrumb li .breadcrumb-link {
		font-size: 13px;
	}
	h1, .h1 {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	.cslItem:nth-child(2) {
		margin-top: 40px;
	}
	.breadcrumb-box {
		display: none;
	}
	.card-box .pico .card-count .num {
		line-height: 15px;
		margin-top: 0;
		text-indent: 0;
		text-align: center;
	}
	.smHidden {
		display: none !important;
	}
}
@media (min-width: 768px) {	
	.mykosm-title h1 {
		font-size: 18px;
	}
	
	.mykosm-title-contacts {
		margin-top: 0;
	}
}
.forUnderline {
	o-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
	webkit-transition: border 0.2s ease-in-out;	
	border-bottom: 1px solid transparent;	
}
.navbar-nav a:hover .forUnderline {
	border-bottom: 1px solid #cfcfcf;
}
.my-nav .container {
	position: relative;
}
#mini-cart {
	margin-top: -60px;
}
@media (max-width: 767px) {
	header .contact-box {
		padding: 0;
	}
	header .contact-box .num {
		padding-left: 0;
	}
	header .my-nav .navbar-toggle {
		margin-top: 12px;
		float: left;
		margin-left: 7px;
		z-index:1;
	}
	#mini-cart {
		position: absolute;
		right: 0;
		top: 49px;
		margin-top: -58px;
	}
	.dropdown.open .card-box {
		background-color: transparent !important;
	}
	.pico.pico-card {
		width: 20px;
	}
	.card-box .pico .card-count {
		top: 11px;
		right: 5px;
	}
	.card-box .pico {
		margin-left: 2px;
	}
	.card-box {
		font-size: 12px;
	}
	header .contact-box .num {
		font-size: 15.5px;
	}
	header .contact-box .work-time-xs,
	header .navbar-collapse .work-time-xs {
		font-size: 12px;
	}
	header .logo-xs-box {
		padding-top: 85px;
	}
}
@media (max-width: 480px) {
	.logo-header{
		margin-left: -115px;
	}
	.contact-box .tel:first-child {
		display: none;
	}
	header .my-nav .navbar-toggle {
		margin-top: 12px;
	}
	.card-box {
		margin-top: 21px;
	}
}
.paragraph,
.paragraph p,
.paragraph h2,
.paragraph h3 {
	color: #6a6a6a;
}
.paragraph p,
.paragraph li {
	font-family: "Geometria-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 17px;
	margin-bottom: 10px;
}
.paragraph li {
	list-style: none;
	padding-left: 25px;
	position: relative;
}
.paragraph li:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	top: 11px;
	left: 0;
	border-radius: 50%;
	background: #6a6a6a;
}
.paragraph ul {
	padding-left: 0;
}
.paragraph h2,
.paragraph h1 {
    font-size: 22px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.1;
	font-family: "Geometria-Light","Helvetica Neue",Helvetica,Arial,sans-serif;	
}
.paragraph h3 {
    font-size: 22px;
    text-align: left;
    font-weight: 500;
    line-height: 1.1;
	font-family: "Geometria-Light","Helvetica Neue",Helvetica,Arial,sans-serif;	
}
section.production .mini-prices .price span.first {
	font-size: 15px;
}
section.production .mini-prices .price {
	padding: 9px 0 9px 12px;
}
.fast-show-modal .dialog .content .body .about-list .modal-price span.first {
	display: inline-block;
	margin-bottom: 10px;
}
.product-modal-price .dark,
.modal-price .dark,
.footer-text .dark,
.dropdown-menu .dark {
	display: inline-block;
	color: #b9b9b9!important;
    text-decoration: line-through;	
}
.product-modal-price .second {
	font-size: 14px;
}
.red-price {
	color: #f44 !important;
}
.card-box {
	padding: 0 25px 0 20px !important;
}
@media (max-width: 767px) {
	.card-box {
		padding: 0 7px 0 20px !important;
	}
	.card-box .pico {
		margin-top: 8px;
	}
	.card-box .pico .card-count .num {
		margin-top: 2px;
	}
}
.review-meta,
.currency-meta {
	display: none;
}
@media (max-width: 979px) {
	.feedback-box .feedback-form .num-btn .btn-order {
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.feedback-box .feedback-form .num-btn .btn-order {
		margin-top: 0;
	}
	.production input[name="captcha_word"] {
		margin-left: 0 !important;
		float: right;
		margin-top: 3px;
	}
	.oneclickbuy .form-group.first {
		padding-right: 0;
	}
	.oneclickbuy .form-group:not(.first) {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 415px) {
	.form-group.col-lg-3.col-xs-4.col-sm-3.col-md-3,
	.form-group.num-input.col-lg-4.col-xs-6.col-xs-offset-2.col-sm-offset-0.col-md-4.col-sm-4{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.production input[name="captcha_word"] {
		float: none;
		width: 100% !important;
		margin-right: !important;
	}
	input[name="captcha_sid"] + .form-group img {
		width: 100%;
		height: 40px;
	}
}
.get-up-order {
	margin-top: 45px;
}
.order-ajax-blue-border {
    border: 1px solid #00bbff;
    max-width: 560px;
    box-sizing: border-box;
    padding: 12px 15px 5px 16px;
}
.order-ajax-blue-border .font-geometria-medium {
	color: #00bbff;
}
.sale-paysystem-wrapper {
	border: 1px solid #00bbff;
	padding: 12px 15px 5px 16px;
	font-family: "Geometria-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #333;
	font-size: 14px;
}
.sale-paysystem-yandex-button-descrition,
.sale-paysystem-description {
	font-family: "Geometria-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #333;
	font-size: 14px;
}
.sale-paysystem-yandex-button-item {
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    background-color: #2bcab9;
    border-color: #2bcab9;
    border-radius: 0;
    color: #fff;
	font-family: "Geometria-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	padding-left: 50px;
	padding-right: 50px;
}
.sale-paysystem-yandex-button-item:hover {
    background-color: #22a092;
    border-color: #20988b;
}
.socials-title {
	margin-top: 25px;
	text-align: center;
}
.socials-share-list {
	text-align: center;
}
.socials-share-list li {
	display: inline-block;
	margin-left: -2px;
	margin-right: -2px;
}
.socials-share-list a {
	width: 38px;
	height: 38px;
	position: relative;
}
.socials-share-list a:hover {
	opacity: 0.8;
}
.socials-share-list a.vk-link {
	background: #507299;
}
.socials-share-list a.fb-link {
	background: #3b5998;
}
.socials-share-list a.twitter-link {
	background: #1da1f2;
}
.socials-share-list a.google-link {
	background: #db4437;
}
.socials-share-list span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;	
}
.top-banner {
	height: 80px;
	display: block;
	background: url(/bitrix/templates/my-kosm.ru/css/../img/banner.jpg) 60% 50% no-repeat;
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 1000000;
	background-size: cover;
}
.close-banner {
    float: right;
    position: absolute;
    right: 25px;
    top: 13px;
    color: #000000;
    font-size: 15px;
    border-bottom: 1px dotted #000000;
    line-height: 17px;
	display: none;
}
.top-banner:hover .close-banner {
	display: inline-block;
}
.popular-link {
	margin-bottom: 3px;
}
.popular-link a,
.popular-link span {
	font-family: "Geometria-Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #000;
    font-size: 16px;
    font-weight: normal;
	border-bottom: solid 1px #a0a0a0;
	display: inline !important;
	o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	webkit-transition: all 0.15s linear;	
}
.popular-link a:hover,
.popular-link span {
	border-bottom: solid 1px #ffffff;
}
.agree label {
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 0;
	max-width: calc(100% - 25px);
	vertical-align: top;
}
.agree .jcf-checkbox {
	margin: 2px 3px 3px 0;
	vertical-align: top;
}
.oneclickbuy:not(.fast-view-form) .agree {
	margin-left: -10px;
}
.fast-view-form .agree label {
	font-size: 11px;
}
.you-video {
	margin-bottom: 15px;
}
.you-video iframe {
	width: 100%;
}
@media (max-width: 360px){
	.sm-user{right: 50px!important;}
	.sm-search{right: 85px!important;}
	.sm-call{right: 120px!important;}
	.logo img{height: 25px!important;}
}
.callback_info{text-align:center;font-size: 18px;}
.callback_info a{text-align:center; color:#333}

/* End */


/* Start:/bitrix/templates/my-kosm.ru/css/additional.css?174170282822809*/
#mega {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 550px;
  height: auto;
  padding: 25px 25px 5px;
  box-sizing: border-box;
  border-top: 2px solid #ffffff; }
  #mega .col:first-child li:before {
    background-image: url("/bitrix/templates/my-kosm.ru/css/../img/pico/hover-list-before-icon.png"); }
  #mega .col li:before {
    background-image: none; }
  #mega .col {
    float: left;
    text-align: left;
    width: 33.333%;
    padding-top: 5px; }
    @media (max-width: 768px) {
      #mega .col {
        float: none;
        width: 100%;
        padding-left: 75px; } }
  #mega .col ul {
    list-style: none; }
  #mega .col a {
    text-decoration: normal;
    color: #ffffff;
    text-transform: none; }
  #mega .col a:hover {
    text-decoration: underline; }
  #mega .col ul {
    text-align: left;
    margin: 0 0 9px 0px;
    padding: 0 0 0 10px; }
  #mega .col ul li {
    display: list-item; }
  #mega .col ul li a {
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    display: block; }

.open #mega {
  display: block;
  background: #333237;
  z-index: 5;
}
 /* 
p a,
.paragraph a {
	color: #2bcab9;
	text-decoration: none;
	border-bottom: 1px solid #a2ebe3;
	font-family: Geometria-Medium;
}
p a:hover,
.paragraph a:hover {
	border-bottom: none;
}
*/
.basket-upsale {
	margin-bottom: 20px;
}
.basket-upsale .product-box-info {
	padding: 20px 5px 10px 5px;
}
.basket-upsale .product-name {
    font-size: 16px !important;
    line-height: 1.2 !important;	
}
.basket-upsale .product-box-info .product-desc {
	font-size: 14px;
}
.basket-upsale .price,
.order-upsale .price {
	padding: 9.5px 0 9.5px 12px;
	background-color: #3c3c41;
    color: #fff;
    margin: 0;
	position: relative;
	text-align: left !important;
}
.basket-upsale > div {
	margin-bottom: 20px;
}
.basket-upsale .price span.pico,
.order-upsale .price span.pico {
    position: absolute;
    right: 0;
    top: 0;
}	
.basket-upsale .price span.first,
.order-upsale .price span.first {
	font-size: 15px;
}
.basket-upsale .price span.second,
.order-upsale .price span.second {
	font-size: 16px;
}
.upsale-title {
	text-align: center;
	margin-bottom: 20px !important;
}
@media (max-width: 979px) and (min-width: 768px) {
	.order-upsale > .row > div:nth-child(10) {
		display: block;
	}
}

@media (min-width: 1200px) {
  .nav > li:hover #mega {
    display: block;
    background: #333237;
    z-index: 25; }
}

@media (max-width: 1199px) {
	.order-upsale .product-box-info {
		padding: 20px 5px 10px 5px;
	}
	.order-upsale .product-name {
		line-height: 1.2 !important;
		font-size: 14px !important;
	}
}

.top-line {
  border-top: 3px dashed #efefef;
  width: 171px;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 35px;
  right: -85px; }
  @media (max-width: 768px) {
    .top-line {
      display: none;
      width: 0; } 
	  
	.order-upsale .col-md-3.col-sm-4 {
		width: 100%;
	}
}

.instructions {
  margin: 70px 0 75px;
  padding-top: 75px;
  border-top: 1px solid #e8e8e8;
  width: 100%;
  overflow: hidden; }
  .instructions .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .instructions .instruction-box {
    display: inline-block;
    vertical-align: middle;
    min-height: 250px; }
    .instructions .instruction-box h3 {
      font-size: 18px; }
    .instructions .instruction-box .point {
      background: #efeff0;
      border-radius: 50px;
      font-size: 30px;
      line-height: 67px;
      width: 70px;
      height: 70px;
      text-align: center;
      margin: 0 auto;
      text-transform: uppercase; }
    .instructions .instruction-box .description {
      font-size: 16px;
      color: #31343a;
      line-height: 20px;
      margin-bottom: 30px; }

#accordion .panel {
  border-radius: 0;
  position: relative; }
  #accordion .panel .panel-heading {
    font-size: 19px;
    color: #282329;
    text-transform: uppercase;
    border-color: #f7f7f7;
    background-color: #f7f7f7;
    border-radius: 0; }
    #accordion .panel .panel-heading a {
      font-size: 19px; }
    #accordion .panel .panel-heading a:hover {
      color: #282329; }
    #accordion .panel .panel-heading a:focus {
      color: #282329; }
    #accordion .panel .panel-heading .accordion-toggle:after {
      content: url(/bitrix/templates/my-kosm.ru/css/../img/additional/arrow-active.png);
      float: right; }
    #accordion .panel .panel-heading .accordion-toggle.collapsed:after {
      content: url(/bitrix/templates/my-kosm.ru/css/../img/additional/arrow-inactive.png); }
  #accordion .panel .panel-collapse {
    text-align: center; }
    #accordion .panel .panel-collapse .panel-body {
      background-color: #f7f7f7;
      border-top: 0; }
      #accordion .panel .panel-collapse .panel-body .line {
        background: url(/bitrix/templates/my-kosm.ru/css/../img/additional/line.jpg) no-repeat 100% 85px;
        min-height: 400px; }
        @media (max-width: 768px) {
          #accordion .panel .panel-collapse .panel-body .line {
            background: none; } }
      #accordion .panel .panel-collapse .panel-body h3 {
        background: #282329;
        line-height: 45px;
        color: #ffffff;
        font-size: 16px;
        margin-bottom: 25px; }
      #accordion .panel .panel-collapse .panel-body img {
        display: inline-block;
        min-height: 153px;
        max-width: 100%;
        margin-bottom: 20px; }
      #accordion .panel .panel-collapse .panel-body .title-col {
        margin: 0;
        font-weight: bold; }
      #accordion .panel .panel-collapse .panel-body .sub-title {
        font-size: 18px;
        text-align: left;
        padding-left: 30px;
        line-height: 20px; }

@media (max-width: 768px) {
  .product-carousel {
    width: 100%;
    overflow: hidden; } }
.product-carousel .advise-carousel .product-face {
  margin-left: 50px;
  margin-right: 50px; }
.product-carousel .advise-carousel .product-name {
  font-size: 13px;
  line-height: 15px;
  color: #23527c; }
.product-carousel .advise-carousel .product-desc {
  text-align: left; }
.product-carousel .additional-carousel .product-name {
  font-size: 13px;
  line-height: 15px;
  color: #23527c; }

.product-carousel .product-face .fast-show {
  text-align: center; }

/*# sourceMappingURL=additional.css.map */
@media (max-width: 767px)
{
	#mega {
		display: block;
		position: static;
		border-top: none;
		border-bottom: none;
		width: auto;
		float: none;
		transition: height 0.3s linear, padding-top 0.3s linear;
			o-transition: height 0.3s linear, padding-top 0.3s linear;
			webkit-transition: height 0.3s linear, padding-top 0.3s linear;
		height: 0;
		overflow: hidden;
		padding: 0;
	}
	#mega .col:first-child li:before {
		content: none;
	}
	#mega .col {
		padding-left: 0;
	}
	#mega.open {
		padding: 15px 25px 5px;
		padding-top: 15px;
		height: auto;
	}
}
.advantage-item {
	position: relative;
    font-family: "Geometria-Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    margin-bottom: 6px;
    padding-left: 26px;
	display: inline-block;
}
.advantage-item:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 15px;
    border: solid #2bcab9;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
    left: 3px;
    top: -1px;
}
.advantage-item + .info-price-list {
	margin-top: 18px;
}
.pull-right>.dropdown-menu {
	top: 45px;
}
.basket-drop-form .close-dropdown {
	display: none;
}
@media (max-width: 767px) {
	.pull-right>.dropdown-menu {
		top: calc(100% - 1px);
	}	
}
.popup-history {
    background: #2bcab9;
    position: fixed;
    top: 80px;
    right: calc(50% - 590px);
    width: 401px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 25px 30px 25px 90px;
    font-style: italic;
	display: none;
}
.popup-history:after {
	position: absolute;
	height: 50px;
	width: 50px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjg5LjEwNCAyODkuMTA0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyODkuMTA0IDI4OS4xMDQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgY2xhc3M9IiI+PGc+PGc+Cgk8cGF0aCBkPSJNMjg5LjEwNCwxMTMuNzY2YzAtMTUuMjkzLTEyLjQ0MS0yNy43MzQtMjcuNzM0LTI3LjczNGgtNDQuNjUxTDE3Ni45NDgsNDMuNTVjMy45MDUtMC45ODQsNi43OTktNC41MDgsNi43OTktOC43MTggICBjMC00Ljk3MS00LjAyOS05LTktOWgtNjAuMzkxYy00Ljk3MSwwLTksNC4wMjktOSw5YzAsNC4yMSwyLjg5NCw3LjczNCw2Ljc5OSw4LjcxOEw3Mi4zODYsODYuMDMySDI3LjczNCAgIEMxMi40NDEsODYuMDMyLDAsOTguNDczLDAsMTEzLjc2NmMwLDE1LjExLDEyLjE0OCwyNy40MjgsMjcuMTg5LDI3LjcyMWw2Ljg0OSw5NC44NzRjMS4wOTEsMTUuMDksMTMuNzk2LDI2LjkxMSwyOC45MjUsMjYuOTExICAgaDE2My4xNzhjMTUuMTI5LDAsMjcuODM0LTExLjgyMSwyOC45MjUtMjYuOTEybDYuODQ5LTk0Ljg3M0MyNzYuOTU2LDE0MS4xOTQsMjg5LjEwNCwxMjguODc2LDI4OS4xMDQsMTEzLjc2NnogTTI2MS4zNjksMTIzLjUgICBIMjcuNzM0Yy01LjM2NywwLTkuNzM0LTQuMzY3LTkuNzM0LTkuNzM0czQuMzY3LTkuNzM0LDkuNzM0LTkuNzM0aDI3LjgzOGMtMy4wMTUsMy42MzYtMi43MjEsOS4wMzMsMC43NzMsMTIuMzA0ICAgYzEuNzM1LDEuNjI1LDMuOTQ0LDIuNDMsNi4xNDgsMi40M2MyLjQwMywwLDQuODAxLTAuOTU3LDYuNTcyLTIuODQ5bDExLjEyNS0xMS44ODRoMTI4LjcybDExLjEyNSwxMS44ODQgICBjMS43NzEsMS44OTMsNC4xNjksMi44NDksNi41NzIsMi44NDljMi4yMDQsMCw0LjQxMy0wLjgwNSw2LjE0OC0yLjQzYzMuNDk0LTMuMjcxLDMuNzg4LTguNjY4LDAuNzczLTEyLjMwNGgyNy44MzggICBjNS4zNjcsMCw5LjczNCw0LjM2Nyw5LjczNCw5LjczNFMyNjYuNzM2LDEyMy41LDI2MS4zNjksMTIzLjV6IE0xMzYuNTQ4LDQzLjgzM2gxNi4wMDhsMzkuNTA1LDQyLjE5OUg5Ny4wNDNMMTM2LjU0OCw0My44MzN6ICAgIE0yMjYuMTQxLDI0NS4yNzFINjIuOTYzYy01LjczOCwwLTEwLjU1OC00LjQ4NC0xMC45NzItMTAuMjA4TDQ1LjIzNywxNDEuNWgxOTguNjNsLTYuNzU1LDkzLjU2MiAgIEMyMzYuNjk4LDI0MC43ODcsMjMxLjg3OSwyNDUuMjcxLDIyNi4xNDEsMjQ1LjI3MXoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0ZGRkZGRiIgZGF0YS1vbGRfY29sb3I9IiNGZmZmZmYiPjwvcGF0aD4KCTxyZWN0IHg9Ijc2LjQyNyIgeT0iMTU3Ljc4NyIgd2lkdGg9IjIyLjQ2MiIgaGVpZ2h0PSIyOC4yMTUiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0ZGRkZGRiIgZGF0YS1vbGRfY29sb3I9IiNGZmZmZmYiPjwvcmVjdD4KCTxyZWN0IHg9IjExNC4zNTYiIHk9IjE1Ny43ODciIHdpZHRoPSIyMi40NjMiIGhlaWdodD0iMjguMjE1IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiNGRkZGRkYiIGRhdGEtb2xkX2NvbG9yPSIjRmZmZmZmIj48L3JlY3Q+Cgk8cmVjdCB4PSIxNTIuMjg1IiB5PSIxNTcuNzg3IiB3aWR0aD0iMjIuNDYzIiBoZWlnaHQ9IjI4LjIxNSIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRkZGRkZGIiBkYXRhLW9sZF9jb2xvcj0iI0ZmZmZmZiI+PC9yZWN0PgoJPHJlY3QgeD0iMTkwLjIxNCIgeT0iMTU3Ljc4NyIgd2lkdGg9IjIyLjQ2MiIgaGVpZ2h0PSIyOC4yMTUiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0ZGRkZGRiIgZGF0YS1vbGRfY29sb3I9IiNGZmZmZmYiPjwvcmVjdD4KCTxyZWN0IHg9Ijc2LjQyNyIgeT0iMTk2LjAzNSIgd2lkdGg9IjIyLjQ2MiIgaGVpZ2h0PSIyOC4yMTUiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0ZGRkZGRiIgZGF0YS1vbGRfY29sb3I9IiNGZmZmZmYiPjwvcmVjdD4KCTxyZWN0IHg9IjExNC4zNTYiIHk9IjE5Ni4wMzUiIHdpZHRoPSIyMi40NjMiIGhlaWdodD0iMjguMjE1IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiNGRkZGRkYiIGRhdGEtb2xkX2NvbG9yPSIjRmZmZmZmIj48L3JlY3Q+Cgk8cmVjdCB4PSIxNTIuMjg1IiB5PSIxOTYuMDM1IiB3aWR0aD0iMjIuNDYzIiBoZWlnaHQ9IjI4LjIxNSIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRkZGRkZGIiBkYXRhLW9sZF9jb2xvcj0iI0ZmZmZmZiI+PC9yZWN0PgoJPHJlY3QgeD0iMTkwLjIxNCIgeT0iMTk2LjAzNSIgd2lkdGg9IjIyLjQ2MiIgaGVpZ2h0PSIyOC4yMTUiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0ZGRkZGRiIgZGF0YS1vbGRfY29sb3I9IiNGZmZmZmYiPjwvcmVjdD4KPC9nPjwvZz4gPC9zdmc+");
	background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    content: "";
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
}
@media (max-width: 850px) {
	.popup-history {
		right: 10px;
	}
}
@media (max-width: 767px) {
	.popup-history {
		right: 0;
		left: 0;
		margin: auto;
		width: 320px;
		top: 115px;
	}
}
.info-price-list > li {
	position: relative;
}
.info-price-list .best {
    width: 40px;
    height: 40px;
    position: absolute;
    background: url(/upload/bestseller.png) 0 0 no-repeat / contain;
    cursor: pointer;
    top: 0;
    left: 155px;
    z-index: 20;
}
.info-price-list .best:before {
	content: attr(data-description);
    box-sizing: border-box;
    display: block;
    background: rgba(0,0,0,.7);
    color: white;
    padding: 0 20px;
    left: 50%;
    margin-left: -135px;
    width: 270px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    opacity: 0;
    transition: .25s ease-in-out;
    text-align: center;
	position: absolute;
	top: -7px;
}
.info-price-list .best:hover:before {
	opacity:1;
	top: -27px;	
}
.info-price-list .best:after {
	content:'';
	display:block;
	position:absolute;
	top: 33px;
	left:50%;
	margin-left:-8px;
	height:0;
	width:0;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-top:8px solid rgba(0,0,0,.7);
	transition:.25s ease-in-out;
	opacity:0;
	position: absolute;
}
.info-price-list .best:hover:after {
	opacity:1;
	top: 13px;
}
@media (max-width: 1199px) {
	.info-price-list .best {
		left: 117px;
	}
}
@media (max-width: 767px) {
	.info-price-list .best {
		left: 0;
		right: 0;
		margin: auto;
	}
}
.profitable-wrapper {
	position: relative;
}
.profitable {
    position: absolute;
    background: #ffffff;
    z-index: 10;
    width: 380px;
    left: 0;
    top: -21px;
		-webkit-box-shadow: 1px 1px 13px 2px rgba(50, 50, 50, 0.3);
		-moz-box-shadow: 1px 1px 13px 2px rgba(50, 50, 50, 0.3);
	box-shadow: 1px 1px 13px 2px rgba(50, 50, 50, 0.3);
    box-sizing: border-box;
    padding: 20px;
	display: none;
}
.profitable .title {
    font-family: "Geometria-Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 18px;
    text-align: center;
}
section.basket .orders-box .profitable .product-name {
	text-align: left;
    font-size: 16px;
	margin-bottom: 10px;
}
section.basket .orders-box .profitable .price {
	text-align: left;
	min-height: 0;
	line-height: 1;	
}
section.basket .orders-box .profitable .price span {
	font-size: 24px;
}
section.basket .orders-box .profitable .about-product {
	margin-top: 2px;
}
.mb-18 {
	margin-bottom: 18px;
}
.profitable:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ffffff;
    position: absolute;
    z-index: 100;
		-webkit-box-shadow: 1px 1px 13px 2px rgba(50, 50, 50, 0.3);
		-moz-box-shadow: 1px 1px 13px 2px rgba(50, 50, 50, 0.3);
    box-shadow: 1px 1px 13px 2px rgba(50, 50, 50, 0.3);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;
    right: 0;
    margin: auto;
    top: -10px;	
}
.profitable:after {
content: "";
    position: absolute;
    height: 25px;
    background: #ffffff;
    z-index: 105;
    top: 0;
    right: 0;
    left: 0;
}
.profitable-close {
    position: absolute;
    top: 23px;
    right: 20px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    z-index: 300;	
}
.profitable-close:after,
.profitable-close:before {
    background-color: #4f4f58;
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 18px;
    height: 2px;
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 8px;
}
.profitable-close:after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.profitable-close:before {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.profitable-close:hover:before,
.profitable-close:hover:after {
	background-color: #20988b;
}
/*
.info-price-list li.selected .font-geometria-light {
	font-family: "Geometria-Medium" !important;
}
.info-price-list li.selected .about-product-info {
	font-size: 16px;
}
.info-price-list li.selected .product-price span.first {
	font-size: 32px;
}*/
.article-link.btn-blue {
	font-size: 15px;
    text-transform: none;	
}
.delivery-button a {
    margin-top: -10px;
    margin-bottom: 15px;	
}
.not-available {
	padding-left: 0;
	margin-bottom: 40px;
}
.not-available:before {
	content: none;
}
p.price {
	min-height: 41px;
}
@media (max-width: 1200px) {
	.top-banner .close-banner {
		display: inline-block;
		font-size: 18px;
		color: #ffffff;
		border-bottom: 1px dotted transparent;
		background: #ffffff;
		overflow: hidden;
		box-sizing: border-box;
		right: 0;
		width: 22px;
		height: 22px;
		margin-top: -35px;
	}
	.top-banner .close-banner:before,
	.top-banner .close-banner:after {
		background-color: #ff4444;
		width: 20px;
		height: 1px;
		position: absolute;
		content: '';
		display: block;
		left: 2px;
		top: 11px;		
	}
	.top-banner .close-banner:before {
			-webkit-transform: rotate(-45deg);
			-khtml-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
		transform: rotate(-45deg);		
	}
	.top-banner .close-banner:after {
			-webkit-transform: rotate(45deg);
			-khtml-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-o-transform: rotate(45deg);
		transform: rotate(45deg);		
	}	
}

@media (max-width: 768px) {
	#order_form_content .basket-upsale > div {
		display: none;
	}
	#order_form_content .basket-upsale > div:first-child {
		display: block;
	}
	.oneclickbuy:not(.fast-view-form) .agree {
		margin-left: 0;
	}
}

@media (max-width: 450px) {
	.profitable {
		width: 100%;
	}
	.profitable .title {
		width: 170px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;		
	}
	section.basket .orders-box .profitable .product-name {
		font-size: 14px;
	}
	.profitable .title {
		font-size: 17px;
	}
	.profitable {
		padding: 20px 5px;
	}
	section.basket .add-to-basket {
		margin-left: 0;
		margin-right: 0;
	}
	section.basket .orders-box .profitable .price span {
		font-size: 18px;
	}
	section.basket .add-to-basket .price {
		margin-bottom: 0;
	}
	.feedback-box .feedback-form {
		overflow: hidden;
	}
}
#review-wrapper {
	margin-top: -30px;
	margin-bottom: 30px;
}
.feedback-box .form-group .review-send {
	width: calc(100% - 20px);
	float: right;
}
.js-message span {
	display: block;
	margin: 10px;
	color: red;
}
@media (max-width: 1199px) {
	.feedback-box .form-group .review-send {
		width: 100%;
		float: none;
	}	
}
.rating-count {
	display: none;
}
.review-detail {
    float: right;
    margin-bottom: 8px;
    margin-top: -4px;
    font-family: "Geometria-Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
	width: 322px;
}
.review-detail .action-star {
	margin-right: 0;
	float: right;
}
.review-detail .action-star-button:not(.active) {
	background: url('/bitrix/templates/my-kosm.ru/img/rating.png') 0 0;
}
.review-detail .action-star-button.half {
	background: url('/bitrix/templates/my-kosm.ru/img/half.png') 0 0 no-repeat;
}
.top-info-mobile {
	display: none
}
@media (max-width: 1199px) {
	.review-detail {
		width: 100%;
		margin-top: 8px;
	}
}

@media (max-width: 768px) {
	.top-info {
		display: none;
	}
	.top-info-mobile {
		display: block;
	}
	.product-description {
		margin-bottom: 6px;
	}
	.top-info-mobile .review-detail {
		float: none;
		margin-bottom: 12px;		
	}
	.top-info-mobile .review-detail .action-star {
		float: none;
	}
}
.article-link.btn-blue {
	background-color: #2bcab9;
	border: none;
}
.article-link.btn-blue:hover {
	background-color: #30d5c8;
}
h3.title-sm {
	margin-bottom: 0;
}
.info-price-list > li.selected {
	position: relative;
	z-index: 2;
}
.info-price-list > li.selected:first-child {
	margin-top: 35px;
}
.info-price-list > li.selected:after {
position: absolute;
    z-index: -1;
    background: #cbf5f1;
    content: "";
    height: 100px;
    width: calc(100% + 20px);
    bottom: -13px;
    left: -10px;
}
.oxides-link {
    text-align: center;
    padding: 11px 0 0 0;	
}
.oxides-link a {
	color: #ffffff;
	text-decoration: none;
    height: 30px;
    line-height: 30px;
	padding: 0 13px;
	background-color: #2bcab9;
	display: inline-block;
	
}
.oxides-link a:hover {
	background-color: #22a092;
}
.oxides-link a:hover {
	border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
	.info-price-list > li.selected:after {
		height: 125px;
	}
	.pull-right>.dropdown-menu {
		display: none !important;
	}
	.card-box,
	.card-box:hover {
		position: relative;
		outline: none;
		background-color: transparent !important;
		color: #2e2e34 !important;
		width: 45px;
		height: 40px;
		box-sizing: border-box;
		margin-top: 22px;
		padding: 0 !important;
	}
	.card-box:before {
		content: '';
		position: absolute;
		width: 25px;
		height: 25px;
		background: url(/bitrix/templates/my-kosm.ru/css/../img/shopping-cart.svg) 0 0 no-repeat;
		background-size: contain;
		top: 5px;
		left: 0;
	}
	.pico.pico-card {
		background-position: 0 -204px;
		height: 1px !important;
		width: 1px !important;
		position: absolute;
		top: 0;
		right: 10px;
		margin: 0;		
	}
	.card-box .pico .card-count {
		top: 0;
		right: 0;
	}
	.sm-search {
		width: 25px;
		height: 25px;
		position: absolute;
		right: 95px;
		top: 17px;
		z-index: 10;
		background: url(/bitrix/templates/my-kosm.ru/css/../img/search.svg) 0 0 no-repeat;
		background-size: 100%;
	}
.sm-user {
		width: 26px;
		height: 26px;
		position: absolute;
		right: 55px;
		top: 16px;
		z-index: 10;
		background: url(/bitrix/templates/my-kosm.ru/css/../img/user.svg) 0 0 no-repeat;
		background-size: 100%;
	}
	.sm-call {
		width: 26px;
		height: 26px;
		position: absolute;
		right: 137px;
		top: 16px;
		z-index: 10;
		background: url(/bitrix/templates/my-kosm.ru/css/../img/call.svg) 0 0 no-repeat;
		background-size: 100%;
	}
	.bx-searchtitle {
		position: fixed;
		z-index: 10000;
		top: 59px;
		left: 0;
		width: 100%;
		display: none;
		padding: 0;
		box-sizing: border-box;		
	}
	.bx-searchtitle.active {
		display: block;
	}
	.search-form {
		margin: 0;
	}
	.search-form .form-group .search-input,
	.search-form .form-group .search-input:focus {
		height: 40px;
		border-bottom: 1px solid #838383;
		border-top: 1px solid #838383;
		padding: 0 17px;
	}
	.search-form .form-group .pico {
		right: 10px;
		top: 7px;		
	}
	.sm-search.active {
		background-image: url(/bitrix/templates/my-kosm.ru/css/../img/close.svg);
		background-size: 75%;
		background-position: 50%;		
	}
	#mega .col ul:after {
		content: " ";
		display: table;
		clear: both;
	}
	#mega .col ul li {
		float: left;
		width: 50%;
		padding: 0 0 10px 0;
	}
	#mega .col ul li:nth-child(2n + 1) {
		clear: both;
	}
}
/* End */


/* Start:/bitrix/templates/my-kosm.ru/css/custom.css?176113959119116*/
.header-email{
    color: #30343d;
    font-size: 16px;
    margin: 0;
    text-align: center;
    position: relative;
}
.footer-email{    
    margin: 15px 0;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
@media (min-width: 1024px) {

.agree {
min-height: 80px;
}
.bx_ordercart_coupon {
padding: 15px 60px 20px 60px;
  margin-top: 90px;
}
}
.header-email .pico-message-contact{padding-left: 25px;}
.header-btn{
        display: block;
    width: 65%;
    margin: 0 auto;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
}
.col-low-btn .btn.btn-blue.font-geometria-light.btn-account.autherized,
#bs-example-navbar-collapse-1 .btn-blue.autherized{
	background-color: #2bcab9!important;
    border-color: #2bcab9!important;
    border-radius: 0;
    color: #fff!important;
}
.col-low-btn .btn.btn-blue.font-geometria-light.btn-account.autherized:hover,
#bs-example-navbar-collapse-1 .btn-blue.autherized:hover{
    background-color: #22a092;
    border-color: #20988b;
}

#panel {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
@media (min-width: 768px) {
    /*.bx-panel-active header {margin-top:39px;}*/
    .bx-panel-active section.about-us {
        padding-top: 180px;
    }
    #smart-search-title-2{display: none;}
	.my-nav .js-nav-link{display:none!important;}
}
@media (max-width: 767px) {
    .pico.pico-card {
        background-position: 0 -204px;
        height: 36px;
        width: 28px;
    }
    #panel {
        display: none;
    }
	.container.visible-xs-block.logo-xs-box .logo{    display: flex;justify-content: center;}
    .contact-box .tel:first-child{
        float: none!important;
        margin-right: 0!important;
    }
}
.bx-core-popup-menu {
    z-index: 99999 !important;
}
.form-group .errortext {
    font-family: "Geometria-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: red;
}
.content img[align="right"] {
    margin: 0 0 15px 15px;
}
.content img[align="left"] {
    margin: 0 15px 15px 0;
}
.bx-panel-active section {
    padding-top: 180px
}
.jcf-radio {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: #fff;
    margin: -3px 10px 0 0;
    cursor: pointer;
    height: 12px;
    width: 12px;
    border-radius: 0;
    border: 2px solid #cbcbcb;
}
.jcf-radio.jcf-checked, .label-title:hover .jcf-radio {
    border: 2px solid #2bcab9
}
.jcf-radio.jcf-checked span {
    border-radius: 0 !important;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    position: absolute;
    background-color: #2bcab9
}
.jcf-radio input[type="radio"], .jcf-radio input[type="checkbox"] {
    position: absolute;
    height: 100%;
    width: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0;
}
.list-unstyled a {
    display: block;
}
.list-unstyled a:hover {
    text-decoration: none;
}
#register-form header, #register-form section, #register-form .jivo-no-transition {
    display: none;
}
.ya-share2__list {
    margin-left: 38px !important;
    margin-bottom: 0 !important;
    float: left;
}
.ya-share2__list li+ li {
    padding-left: 20px;
}
.ya-share2__badge {
    background: none !important;
}
.ya-share2__icon {
    background-image: url('/bitrix/templates/my-kosm.ru/css/../img/pico-secf31dd885.png') !important;
    background-repeat: no-repeat;
    background-size: auto !important;
}

.ya-share2__item_service_gplus .ya-share2__icon {
    background-position: 0 -1001px !important;
    height: 17px !important;
    width: 18px !important
}
.ya-share2__item_service_twitter .ya-share2__icon {
    background-position: 0 -1722px !important;
    height: 17px !important;
    width: 21px !important
}
.ya-share2__item_service_facebook .ya-share2__icon {
    background-position: 0 -669px !important;
    height: 16px !important;
    width: 8px !important
}
.ya-share2__item_service_vkontakte .ya-share2__icon {
    background-position: 0 -1830px !important;
    height: 16px !important;
    width: 18px !important
}

.basket-drop-form .btn-order {
    padding-top: 8px;
}

.callback-modal .modal-title {
    text-align: center;
    font-size: 24px;
    padding-bottom: 20px
}
.callback-modal .pico-close {
    top: 5px;
    right: 10px;
    position: absolute
}
.callback-modal .dialog {
    width: 350px;
    position: relative;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}
@media (max-width: 767px) {
    .callback-modal .dialog {
        width: 90%;
        margin: 10px auto 0 auto
    }

}
@media (min-width: 768px) and (max-width: 979px) {
    .callback-modal .dialog {
        width: 100%;
        margin: 10px auto 0 auto
    }
}
.callback-modal .dialog .content {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}
.callback-modal .dialog .content .body {
    padding: 20px
}

.contact-box .num {
    display: block
}
.contact-box .num:hover, .contact-box .num:focus {
    text-decoration: none;
    outline: none;
}
section .price .dark, section .product-price .dark, .fast-show-modal .dialog .content .body .about-list .modal-price .dark {
    color: #b9b9b9 !important;
    text-decoration: line-through;
}
section .price .dark.second {
    padding-right: 15px;
}
.fast-show-modal .dialog .content .body .about-list .modal-price span.first {
    font-size: 27px;
    color: #373737;
}
.fast-show-modal .dialog .content .body .about-list .modal-price span.second {
    font-size: 17px;
    color: #8b8b8b;
}
.fast-show-modal .dialog .content .body .about-list .modal-about-product-text {
    line-height: normal
}
.basket-modal .dialog .content .body .btn-order {
    height: 62px !important;
    line-height: 62px !important;
    font-size: 16px !important;
}
section.production .products-names-list .products-titles-list .label-title.disabled {
    opacity: .4;
    cursor: default
}
.label-title.disabled:hover .jcf-radio {
    border: 2px solid #cbcbcb;
}
section.basket .order-form {
    padding: 55px 50px 20px 50px;
}
section.basket .order-form .form-group label.label-title {
    padding-bottom: 10px;
}
.get-up-order .col-sm-offset-2 {
    margin-left: 25%;
}
.get-up-order .col-sm-4 {
    width: 25%;
}
.get-up-order .col-xs-8 {
    width: 33.33333%;
}
section.production .products-names-list .products-titles-list .label-title {
    color: #000
}
.feedback-box .feedback-form {
    background-color: #f7f7f7;
    padding: 38px 31px;
}
.feedback-box .feedback-list li+ li {
    padding-top: 25px;
}
.feedback-box .feedback-form .form-group .amelie-textarea {
    width: 100%;
}
.feedback-box .feedback-form .form-group .demo {
    display: block;
}
.feedback-box .feedback-form .num-btn, .feedback-box .feedback-form .num-input {
    margin-top: 26px;
}
.feedback-box .feedback-form .num-btn .btn-order, .feedback-box .feedback-form .num-input .btn-order {
    width: 100%;
    height: 40px;
    padding: 0;
}
.feedback-box .feedback-list li .feedback-title .pico {
    margin: 0 24px 0 23px;
}
.right-gift-box {
    top: 240px;
}
.products-list .right-gift-box {
    top: 40px;
}
.right-gift-box .text-gift:before {
    display: none
}

.product-box-info {
    display: block;
}
.product-box-info:hover, .product-box-info:focus, .product-face .fast-show:hover, .product-face .fast-show:focus, section.production .additional-box:hover, section.production .additional-box:focus {
    text-decoration: none
}

footer .work-time {
    color: #fff;
}
footer .contact-box .num {
    font-family: "Geometria-Light", "Helvetica Neue", Helvetica, Arial, sans-serif
}
.pico.pico-search-icon {
    background-color: transparent;
    border: none
}
section.production .additional-box {
    display: block
}
.products-carousel .product-face .border-box {
    top: 5px;
    right: 5px;
}
.opt-quontity .number {
    line-height: 38px;
    border: none
}
#bx-panel {
    z-index: 100000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.info-price-list .best {
	top: auto !important;
}
.article-link.btn-blue {
	margin-bottom: 20px;
}
.xs-show {
	display: none;
}


@media (max-width: 767px) {
	.xs-show {
		display: block;
	}	
}
.palette-options {
	box-sizing: border-box;
    width: 100%;
    height: 35px;
    padding: 25px;
    margin-bottom: 15px;
    background: #323237;
    color: #ffffff;
    border: none;
    font-family: "Geometria-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	position: fixed;
    z-index: 10;
    right: 0;
    bottom: 150px;
    width: 50px;
    height: 50px;
		-webkit-appearance: none;
		-moz-appearance: none;
	appearance: none;
	color: #323237;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDQ4NS4yMTMgNDg1LjIxMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDg1LjIxMyA0ODUuMjEzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNDcxLjg4Miw0MDcuNTY3TDM2MC41NjcsMjk2LjI0M2MtMTYuNTg2LDI1Ljc5NS0zOC41MzYsNDcuNzM0LTY0LjMzMSw2NC4zMjFsMTExLjMyNCwxMTEuMzI0ICAgIGMxNy43NzIsMTcuNzY4LDQ2LjU4NywxNy43NjgsNjQuMzIxLDBDNDg5LjY1NCw0NTQuMTQ5LDQ4OS42NTQsNDI1LjMzNCw0NzEuODgyLDQwNy41Njd6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiNGRkZGRkYiIGRhdGEtb2xkX2NvbG9yPSIjZmZmZmZmIj48L3BhdGg+CgkJPHBhdGggZD0iTTM2My45MDksMTgxLjk1NUMzNjMuOTA5LDgxLjQ3MywyODIuNDQsMCwxODEuOTU2LDBDODEuNDc0LDAsMC4wMDEsODEuNDczLDAuMDAxLDE4MS45NTVzODEuNDczLDE4MS45NTEsMTgxLjk1NSwxODEuOTUxICAgIEMyODIuNDQsMzYzLjkwNiwzNjMuOTA5LDI4Mi40MzcsMzYzLjkwOSwxODEuOTU1eiBNMTgxLjk1NiwzMTguNDE2Yy03NS4yNTIsMC0xMzYuNDY1LTYxLjIwOC0xMzYuNDY1LTEzNi40NiAgICBjMC03NS4yNTIsNjEuMjEzLTEzNi40NjUsMTM2LjQ2NS0xMzYuNDY1Yzc1LjI1LDAsMTM2LjQ2OCw2MS4yMTMsMTM2LjQ2OCwxMzYuNDY1ICAgIEMzMTguNDI0LDI1Ny4yMDgsMjU3LjIwNiwzMTguNDE2LDE4MS45NTYsMzE4LjQxNnoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0ZGRkZGRiIgZGF0YS1vbGRfY29sb3I9IiNmZmZmZmYiPjwvcGF0aD4KCQk8cGF0aCBkPSJNNzUuODE3LDE4MS45NTVoMzAuMzIyYzAtNDEuODAzLDM0LjAxNC03NS44MTQsNzUuODE2LTc1LjgxNFY3NS44MTZDMTIzLjQzOCw3NS44MTYsNzUuODE3LDEyMy40MzcsNzUuODE3LDE4MS45NTV6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiNGRkZGRkYiIGRhdGEtb2xkX2NvbG9yPSIjZmZmZmZmIj48L3BhdGg+Cgk8L2c+CjwvZz48L2c+IDwvc3ZnPg==);
	background-position: 50% 50%;
	background-size: 50%;
	background-repeat: no-repeat;
}
@media (max-width: 767px) {
	.product-page h1,
	.production h1	{
		margin-top: 0;
	}
	.modal.in .modal-dialog {
		max-height: calc(100% - 20px);
		overflow-y: scroll;	
	}
	body.body-hidden,
	body.modal-open {
		overflow: hidden !important;
		height: 100%;
		max-height: 100%;
		position: fixed;
	}
	body.body-visible {
		overflow: visible !important;
	}	
}
.modal.fade.enter-modal.in {
    z-index: 10000;
}

/*GEOIP*/

.col-low-btn .btn.btn-blue.font-geometria-light.btn-account {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
}

.col-low-btn .yakus-geo-ip {
    background-color: #323237;
    margin: 0;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.col-low-btn .yakus-geo-ip:hover {
    background-color: #1a1a1c;
    border-color: #151517;
}

.col-low-btn .yakus-geo-ip button {
    outline: none;
}

.col-low-btn .yakus-geo-ip > a.set-changeRegion {
    text-decoration: none;
    outline: unset;
    font-family: "Geometria-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-stretch: 15px;
}

#modal-confirm {
    left: -170px;
    top: 50px;
}

@media (max-width: 1199px) {
    .col-md-6.col-sm-6.col-low-btn {
        float: unset;
        width: 100%;
        margin-top: 10px;
    }
    .col-md-6.col-sm-6.col-low-btn:first-child {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .row.basket-upsale {
        display: none;
    }
     .row-flex {
    display: flex;
    flex-flow: row wrap;
}
}

@media screen and (min-width: 980px) and (max-width: 1199px) {
    .header-email{font-size: 12px;}
    .work-time{ont-size: 14px!important;}

}
/* CSS */
#upbutton {
    background: url("/bitrix/templates/my-kosm.ru/img/up.png") no-repeat top left;
    height: 60px;
    width: 60px;
    bottom: 30px;
    left: 30px;
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 999;
    background-size: cover;
  }
 
.news_on_front{
    min-height: 186px;
    max-height: 186px;
    margin: 0 5px;
    position: relative;
    
}
.news_title{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    text-align: center;
    width: 100%;
    background-color: rgb(156 156 156 / 30%);
}
.image-box img{
    min-height: 186px;
    max-height: 186px;
}
.news_on_front a{
    text-decoration: none;
    color: #000;
}
.news_on_front a:hover{
    color: #000000ad;
}

.copy_wrap{
    display: flex;
    justify-content: space-between;
    background-color: #2a2a2e;
    color: #47474b;
    font-size: 16px;
    padding: 0 25px;
}
.pay_sys{margin: 0 !important;}
.pay_sys img{height: 40px;}

.oplata-dostavka-desc {
    margin-top: 20px;
    margin-bottom: 30px;
    color: #6a6a6a;
}
.oplata-dostavka-desc h2 {
    color: #000!important;
    font-size: 22px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.1;
  font-family: "Geometria-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.oplata-dostavka-desc > ul {
    list-style: none!important;
    padding: 0!important;
}

.oplata-dostavka-desc > ul > li {
    font-family: "Geometria-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 17px;
  margin-bottom: 10px;
  list-style: none;
  padding-left: 25px;
  position: relative;
}

.info-price-list li + li {
    padding-top: 0;
}
.info-price-list li:nth-child(3) {
    padding-top: 60px;
}
.block_caramba {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.button_caramba {
    border-bottom: 1px dashed #fd7e14;
    color: #fd7e14;
    transition: 0.3s ease;
    margin-left: 10px;
}
.button_caramba:hover {
    border-bottom: 1px dashed transparent;
}

.block_to_fav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 15px;
}
.block_to_fav p {
    display: flex;
    width: fit-content;
    align-items: center;
    cursor: pointer;   
}
.block_to_fav > .active > img {
    filter: drop-shadow(0px 0px 1px rgb(0, 255, 255)) invert(1);
}
.block_to_fav p img {
    margin-right: 5px;
    width: 20px;
    margin-bottom: 2px;
}
.block_to_fav p span {
    font-size: 16px;
  color: #606060;
  line-height: 16px;
}

.top-info-mobile {
    position: relative;
}

.top-info-mobile a {
    display: none;
}

@media (max-width: 768px) {
    .top-info-mobile a {
        position: absolute;
        display: block;
        top: 10px;
        right: 5%;
    }
    .top-info-mobile a img {
        width: 25px;
        height: auto;
        opacity: 0.5;
    }
    
    
    .block_to_fav {
        display: none;
    }
    .block_caramba {
        flex-flow: row-reverse;
        justify-content: space-between;
        margin-top: 15px;
    }  
    .button_caramba {
        margin-left: 0;
        font-size: 13px;
    }
}

.oplata-dostavka-desc > ul > li::before {
    content: "•" !important;
    float: left !important;
    padding: 0px 0 0 10px !important;
    border: none;
    border-radius: 0;
    background: transparent;
    top: 0;
    position: absolute;
  width: 3px;
  height: 3px;
  left: 0;
}

.oplata-dostavka-desc > a {
    font-size: 16px;
    margin-top: 20px;
    text-decoration: underline;
    color: #46464a;
    transition: 0.3s ease;
}

.oplata-dostavka-desc > a:hover {
    text-decoration: none;
    color: #337ab7;
}

@media screen and (max-width: 1199px){
    .news_on_front{margin:0!important;}

}
@media screen and (min-width: 980px){
    .col-md-3.news_on_front{width: 24%;}

}
@media screen and (min-width: 768px) and (max-width: 980px) {
    .col-sm-6.news_on_front{width: 48%;}
    .image-box img {
    min-height: 180px;
    max-height: 180px;
    width: 100%;
}
.news_on_front {
    min-height: 230px;
    max-height: 230px;
    margin: 0 5px;
    position: relative;
}
}
@media screen and (max-width: 768px){
.image-box img {
    min-height: unset; 
    max-height: unset;
    height: 195px;
    vertical-align: middle;
    margin: 0 auto;
}
.news_on_front {
    min-height: unset; 
    max-height: unset;
    }
.copy_wrap {
    flex-direction: column;
}
.pay_sys {
    margin: 0 auto!important;
}
}

header .my-nav .navbar-nav .header-link{
    padding: 20px 20px;
}
@media (max-width: 1199px) and (min-width: 980px){
	header .my-nav .navbar-nav .header-link {
	    padding: 20px 8px!important;
        font-size: 12px!important;
	}
}
@media (max-width: 979px) and (min-width: 768px){
	header .my-nav .navbar-nav .header-link {
	    padding: 20px 8px!important;
	    font-size: 10px!important;
	}
}
.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important;
}

.social_block ul{    
   display: flex;
   justify-content: flex-start;
   padding: 0;
}

.social_block ul li{
    display: inline-block;
    margin-right: 5px;
}
.social_title{
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}
.svg-inline--fa{color: #5eccbb;}
footer .bg-box{padding-bottom:0!important;}

@media screen and (max-width: 768px){
.social_block ul{justify-content: center;}
.wrap_social{text-align:center;}
header .contact-box .work-time-xs {width: 60%;}
header .logo-xs-box { padding-top: 20px!important;}
.navbar-fixed-top{	position:relative!important;}
	.card-box span{display:none;}

}
@media screen and (max-width: 500px){.pay_sys img{height:25px!important;}}

.work-time{font-size:17px!important;}

header .my-nav .navbar-nav .header-link{
    padding: 20px 12px;
    font-size: 13px;
}

.header-adr{text-align: left; margin: 15px 0 0 40px;}
.header-adr .pico.pico-message-contact{margin-right:10px;}
.header-adr a{color:#000;}


.product-box-info .product-name {
    font-size: 18px;
    line-height: 20px;
}
.product-box-info .product-desc.area{    bottom: 5px;}

.one_click a{margin: 0 auto;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    display: block;
    text-decoration: underline;
    color: #8e8e8e;
    font-family: "Geometria-Medium","Helvetica Neue",Helvetica,Arial,sans-serif;}


@media (max-width: 768px) {
    .megalist-0 {
        top: 242px !important;
    }
    .megalist-1 {
        top: 302px !important;
    }
    header .my-nav .navbar-collapse {
        padding: 0 15px;
    }
 header .my-nav .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
height: fit-content;
  }
	#bs-example-navbar-collapse-1 .btn-blue {
		background-color: #fff;
		  border-color: #fff;
		  border-radius: 0;
		  color: #323237;
	}
}

/* End */


/* Start:/bitrix/templates/my-kosm.ru/css/jquery.fancybox.min.css?174170282813735*/
@charset "UTF-8";body.fancybox-active{overflow:hidden}body.fancybox-iosfix{position:fixed;left:0;right:0}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99992;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}.fancybox-toolbar{top:0;right:0;margin:0;padding:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-is-closing .fancybox-stage{overflow:visible}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title{display:none}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);transition:color .3s ease;cursor:pointer;outline:none}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button[disabled]{color:#ccc;cursor:default;opacity:.6}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--share svg path{stroke-width:1}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--zoom svg path{fill:transparent}.fancybox-navigation{display:none}.fancybox-show-nav .fancybox-navigation{display:block}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}.fancybox-close-small{position:absolute;top:0;right:0;width:40px;height:40px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:none}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small{top:0;right:-40px}.fancybox-slide--iframe .fancybox-close-small:after,.fancybox-slide--image .fancybox-close-small:after{font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after,.fancybox-slide--image .fancybox-close-small:hover:after{color:#fff;background:transparent}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%;text-align:center}.fancybox-share h1{color:#222;margin:0 0 20px;font-size:35px;font-weight:700}.fancybox-share p{margin:0;padding:0}p.fancybox-share__links{margin-right:-10px}.fancybox-share__button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:0 15px;min-width:130px;border:0;border-radius:3px;background:#fff;white-space:nowrap;font-size:14px;font-weight:700;line-height:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;transition:all .2s}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{position:relative;top:-1px;width:25px;height:25px;margin-right:7px;vertical-align:middle}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{box-sizing:border-box;width:100%;margin:10px 0 0;padding:10px 15px;background:transparent;color:#5d5b5b;font-size:14px;outline:none;border:0;border-bottom:2px solid #d7d7d7}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-thumbs-x{overflow-y:hidden;overflow-x:auto}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}
/* End */


/* Start:/bitrix/templates/my-kosm.ru/css/override.css?17417028281115*/
#bx-panel {
    z-index: 100000 !important;
}
.title-search-result {
    z-index: 10000;
}
.bx_searche {
    background-color: #323237;
    padding: 15px 20px;
    z-index: 1000;
}
.bx_searche .bx_item_block {
    margin-bottom: 10px;
}
.bx_searche .bx_item_block a {
    color: #fff;
}
@media (min-width: 980px) {
    /*
	.bx-searchtitle {
        position: fixed;
    }
	*/
    .bx-panel-active .bx-searchtitle {
        position: absolute;
    }

}
.bx-panel-active header {
    position: absolute;
}
section.production .additional-box .img-box {
    height: 170px;
}
#bx-admin-prefix {
    z-index: 100000 !important;
}
.product-box-info .product-img {
    display: block;
}
.product-carousel .advise-carousel .product-desc,
.product-carousel .product-box-info .product-desc {
    text-align: center;
    display: block;
}
.review-form .captcha-image {
    vertical-align: top;
}
.review-form input.captcha-input {
    width: 78px !important;
    vertical-align: top;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.nowrap {
    white-space: nowrap;
}

/* End */


/* Start:/bitrix/templates/my-kosm.ru/tables.css?17417028271291*/
@media (max-width: 768px) {
	.catalog-section-table .fast-show {
		display: none !important;
	}
	.catalog-section-table .product-box-info {
		border: none;
		height: auto;
		padding: 15px 0 10px 0;
	}
	.catalog-section-table .product-face {
		margin-left: 0;
		margin-right: 0;
		border: 1px #ebebeb solid;
		margin-bottom: 12px;
	}
	.catalog-section-table .product-face:hover {
		position: relative;
		border: 1px solid #f53131;
	}
	.catalog-section-table .product-face a:after {
		content: "";
		display: table;
		clear: both;
	}
	.catalog-section-table .product-box-info .product-img {
		display: block;
		height: auto;
		width: 35%;
		float: left;
		height: 124px;
	}
	.catalog-section-table .product-box-info .product-img img {
		max-width: 100%;
		max-height: 100%;
	}
	.catalog-section-table .product-box-info .product-desc,
	.catalog-section-table .product-box-info .product-name,
	.catalog-section-table .product-box-info .product-desc.area {
		float: right;
		display: block;
		margin: 0 0 8px 0 !important;
		padding: 0 0 0 10px;
		width: calc(65%);
		text-align: left !important;
		position: static;
	}
	.catalog-section-table .product-block {
		margin-bottom: 0 !important;
		margin-top: 0 !important;
	}
	.product-face .border-box {
		left: 5px;
		top: 5px;
		right: auto;
	}
}
/* End */


/* Start:/bitrix/templates/my-kosm.ru/components/bitrix/search.title/smart/style.css?17417028273714*/
.smart-smart-search {
	position: relative;
}
.smart-result {
	position: absolute;
	background: #323237;
	padding: 10px 0 15px 0;
	width: 200%;
	left: 0;
	z-index: 100;
	color: #ffffff;
	margin-top: -2px;
	min-width: 800px;
}
.smart-result a:hover {
	text-decoration: none;
}
.smart-result__img {
	float: left;
	width: 55px;
	padding-right: 10px;
	box-sizing: border-box;
	text-align: center;
}
.smart-result__img img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.smart-result__name {
	float: left;
	width: calc(100% - 55px);
	color: #ffffff;
	font-size: 15px;
}
.smart-result__name span:not(.name) {
	font-weight: bold;
	display: block;
	text-decoration: none !important;
}
.smart-result__name span.price {
	color: #2bcab9;
}
a:hover .smart-result__name .name {
	text-decoration: underline;
}
.smart-result__title {
	position: relative;
	margin-bottom: 12px;
	text-align: center;
}
.smart-result__title span {
	display: inline-block;
	background: #323237;
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
	z-index: 101;
	font-family: "Geometria-Light", "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}
.smart-result__title:after {
	content: "";
	height: 1px;
	background: #cfcfcf;
	left: 0;
	width: 100%;
	top: 9px;
	position: absolute;
	z-index: 100;
	opacity: 0.6;
}
.smart-result__block {
	float: left;
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}
.full-width {
	width: 100%;
	float: none;
}
.smart-result__item {
	margin-bottom: 12px;
}
.smart-result__block:last-child {
	margin-bottom: 0;
}
.smart-result .btn-order {
    width: 180px;
    height: 34px;	
}
@media (max-width: 1199px) {
	header .container.hidden-xs .row,
	header .container.hidden-xs .row > div {
		position: static;
	}
	.smart-result {
		width: 100%;
		left: 0;
		right: 0;
	}
	.smart-search__close {
		position: absolute;
		right: 10px;
		width: 16px;
		height: 16px;
		background: #323237;
		z-index: 200;
		top: 11px;
		background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDIxMi45ODIgMjEyLjk4MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjEyLjk4MiAyMTIuOTgyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCI+CjxnIGlkPSJDbG9zZSI+Cgk8cGF0aCBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7IiBkPSJNMTMxLjgwNCwxMDYuNDkxbDc1LjkzNi03NS45MzZjNi45OS02Ljk5LDYuOTktMTguMzIzLDAtMjUuMzEyICAgYy02Ljk5LTYuOTktMTguMzIyLTYuOTktMjUuMzEyLDBsLTc1LjkzNyw3NS45MzdMMzAuNTU0LDUuMjQyYy02Ljk5LTYuOTktMTguMzIyLTYuOTktMjUuMzEyLDBjLTYuOTg5LDYuOTktNi45ODksMTguMzIzLDAsMjUuMzEyICAgbDc1LjkzNyw3NS45MzZMNS4yNDIsMTgyLjQyN2MtNi45ODksNi45OS02Ljk4OSwxOC4zMjMsMCwyNS4zMTJjNi45OSw2Ljk5LDE4LjMyMiw2Ljk5LDI1LjMxMiwwbDc1LjkzNy03NS45MzdsNzUuOTM3LDc1LjkzNyAgIGM2Ljk4OSw2Ljk5LDE4LjMyMiw2Ljk5LDI1LjMxMiwwYzYuOTktNi45OSw2Ljk5LTE4LjMyMiwwLTI1LjMxMkwxMzEuODA0LDEwNi40OTF6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
		background-size: contain;
		background-repeat: no-repeat;
		cursor: pointer;
	}
}
@media (max-width: 767px) {
	.smart-result {
		min-width: 100%;
	}
	.smart-result__block {
		width: 100%;
		float: none;
	}
	.smart-result__name {
		float: none;
		width: 100%;
	}
}


/* End */


/* Start:/bitrix/templates/my-kosm.ru/components/bitrix/menu/multilevel/style.css?174170282710405*/
header .my-nav .navbar-nav {
    display: flex;
    align-items: center;
}
/*header .mobile-show, .nav .mobile-show {
    display: block;
}*/

.droper-item{
    position:relative;
}

.droper-container:after {
    bottom: calc(100% - 20px);
    left: 15px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 12px;
    margin-left: -12px;
}

.droper-container {
    display:none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 26;
    padding-top: 20px;
}
.droper-container-items {
    padding: 15px 0;
    max-height: 30vh;
    width: 300px;
    overflow-y: scroll;
    box-sizing: border-box;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    background: #ffffff;
}

#mega .col .droper-container a {
    color: #323237;
    text-decoration: none;
}
#mega .col .droper-container ul {
    padding-left: 0px;
    padding: 15px 0;
}
#mega .col .droper-container ul li {
    padding: 0px;
    margin: 0px;
    width: 100%;
}
#mega .col .droper-container ul li a {
    padding: 10px 30px;
}

#mega .col .droper-container ul li a:hover {
    background: #323237;
    color: #ffffff;
}

/* Scrollbar */
.droper-container-items::-webkit-scrollbar {
    width: 10px; /* ширина для вертикального скролла */
    height: 3px; /* высота для горизонтального скролла */
    background-color: #efeff0;
}
.droper-container-items::-webkit-scrollbar-thumb {
    background-color: #323237;
    border-radius: 1px;
}
.droper-container-items::-webkit-scrollbar-thumb:hover {
    background-color: #323237;
}
.js-body-fixed {
    overflow: hidden !important;
}
.container .mobile-header-link {
    display: none;
}
.container .btn-close-popup {
    display: none;
}
.header-popup {
    display: none;
}
.container #mega .col ul li {
    width: fit-content;
}
.droper-item:hover .droper-item-down {
    display: block !important;
}
.nav > li:hover #mega {
    display: block;
    background: #333237;
    z-index: 25;
}
@media only screen and (min-width: 768px) {
    .nav > li:hover #mega {
        display: block;
        background: #333237;
        z-index: 25;
    }
    .col ul > li:hover .droper-container {
        display: block;
        z-index: 999;
    }
}

@media only screen and (max-width: 767px) {
    header .my-nav .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
    }
    header .my-nav .navbar-collapse {
        overflow-x: hidden;
    }
    .container .nav.navbar-nav>li {
        width: 100%;
    }
    /* Меню в шапке - при клике открывать popup */
    .header-popup {
        display: none;
    }
    .open #mega {
        width: max-content;
    }
    .dropdown #mega {
        display: none;
        position: fixed;
        border-top: none;
        border-bottom: none;
        width: calc(100% - 20px);
        float: none;
        transition: height 0.3s linear, padding-top 0.3s linear;
        o-transition: height 0.3s linear, padding-top 0.3s linear;
        webkit-transition: height 0.3s linear, padding-top 0.3s linear;
        height: calc(100vh - 20px);
        overflow: visible;
        z-index: 99;
        /* padding: 0; */
    }
    .open-dropmenu div#mega {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        margin: auto;
        padding: 25px !important;
        overflow: scroll;
        z-index: 999;
    }

    .open-dropmenu div.droper-container {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        margin: auto;
        z-index: 999;
        overflow: scroll;
    }

    .droper-container-items {
        max-height: 100%;
        height: 100%;
        width: 100%;
        overflow-y: auto;
        box-sizing: border-box;
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
        background: #ffffff;
        padding: 25px !important;
    }
    .container #mega .header-popup {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }
    .container #mega .mobile-header-link {
        display: block;
        font-size: 19px;
        line-height: 19px;
        padding: 5px 0;
        margin: 0 5px;
        color: #ffffff;
        text-transform: uppercase;
        border-bottom: 1px solid #ffffff;
    }
    .container #mega .droper-container .header-popup {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }
    .container #mega .droper-container .mobile-header-link {
        display: block;
        font-size: 19px;
        line-height: 19px;
        text-transform: uppercase;
        padding: 5px 0 !important;
        margin: 0 5px !important;
        border-bottom: 1px solid #323237;
    }
    #mega .col ul {
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0;
    }
    .container #mega .col ul li {
        width: 100%;
        padding: 0;
    }
    .container #mega .col {
        padding-top: 0;
    }
    .droper-container {
        padding-top: 0px;
    }
    .droper-container:after {
        display: none;
    }
    .container .btn-close-popup-one {
        display: block;
        background-image: url('data:image/svg+xml,%3C%3Fxml version="1.0" encoding="iso-8859-1"%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"%3E%3Csvg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="357px" height="357px" viewBox="0 0 357 357" style="enable-background:new 0 0 357 357; fill: %23ffffff" xml:space="preserve"%3E%3Cg%3E%3Cg id="close"%3E%3Cpolygon points="357,35.7 321.3,0 178.5,142.8 35.7,0 0,35.7 142.8,178.5 0,321.3 35.7,357 178.5,214.2 321.3,357 357,321.3 214.2,178.5 "/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A');
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
        cursor: pointer;
        width: 20px;
        height: 20px;
    }
    .container .btn-close-popup-two {
        display: block;
        background-image: url('data:image/svg+xml,%3C%3Fxml version="1.0" encoding="iso-8859-1"%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"%3E%3Csvg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="357px" height="357px" viewBox="0 0 357 357" style="enable-background:new 0 0 357 357; fill: %232e2e34" xml:space="preserve"%3E%3Cg%3E%3Cg id="close"%3E%3Cpolygon points="357,35.7 321.3,0 178.5,142.8 35.7,0 0,35.7 142.8,178.5 0,321.3 35.7,357 178.5,214.2 321.3,357 357,321.3 214.2,178.5 "/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A');
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
        cursor: pointer;
        width: 20px;
        height: 20px;
    }
}
.custom_link{width: 70%;
    display: block;
    float: left;}
.js-nav-link{color: #fff;
    padding: 23px 15px!important;
	line-height: 14px;
    font-size: 16px;
    width: 30%;
    text-align: center;
    float: left;
	font-weight:600;}

span span.forUnderline {
    white-space: nowrap;
}

@media (min-width: 1000px) {

    header .my-nav .navbar-nav li .hover-list.pal-menu-type li+li {
        padding-top:  0;
        margin-bottom:  15px;
        align-items: space-between;
    }

    #mega.pal-menu-type {
        max-width: unset;
        width: 980px;
        left: -121px;
    }

    #mega.pal-menu-type .col .droper-container ul li a {
        padding: 5px;
    }

    #mega.pal-menu-type > div > ul {
        display: flex;
        flex-wrap: wrap;
        width:  100%;
    }

    #mega.pal-menu-type .col ul li > a {
        font-weight:  bold;
    }

    #mega.pal-menu-type .col {
        width:  100% !important;
    }

    #mega.pal-menu-type > div > ul > li {
        width: 150px !important;
        margin-bottom: 10px;
        padding-right: 10px;
    }

    .pal-menu-type .droper-container {
        display: block;
        position: unset;
        padding-top: 5px;
    }

    .pal-menu-type .droper-container:after {
        bottom: unset;
        left: unset;
        border: unset;
        content: unset;
        height: unset;
        width: unset;
        position: unset;
        pointer-events: none;
        border-color: unset;
        border-bottom-color: unset;
        border-width: unset;
        margin-left: unset;
    }
    .pal-menu-type .droper-container-items {
        max-height: unset;
        width: unset;
        overflow-y: unset;
        box-sizing: unset;
        border-top: unset;
        border-bottom: unset;
        box-shadow: unset;
        background: inherit;
    }

    #mega.pal-menu-type .col .droper-container ul {
        padding: 0;
    }

    #mega.pal-menu-type .col .droper-container a {
        color:  #fff;
        padding-left: 0;
        margin: 0;
        font-size: 12px;
    }

	header .my-nav .navbar-nav .header-link.custom_link {
        width: unset; 
    }

}
/* End */


/* Start:/bitrix/templates/my-kosm.ru/components/bitrix/main.register/register-modal-form/style.min.css?1741702827442*/
div.bx-auth-reg input.bx-auth-input{vertical-align:middle}div.bx-auth-reg span.bx-auth-secure{background-color:#fffae3;border:1px solid #dedbc8;padding:2px;display:inline-block;vertical-align:middle}div.bx-auth-reg div.bx-auth-secure-icon{background-image:url(/bitrix/templates/my-kosm.ru/components/bitrix/main.register/register-modal-form/images/sec.png);background-repeat:no-repeat;background-position:center;width:19px;height:18px}div.bx-auth-reg div.bx-auth-secure-unlock{background-image:url(/bitrix/templates/my-kosm.ru/components/bitrix/main.register/register-modal-form/images/sec-unlocked.png)}
/* End */


/* Start:/bitrix/templates/my-kosm.ru/css/cookie.css?1749127831913*/
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c3e50;
    color: #fff;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

.cookie-text {
    margin-right: 20px;
    font-size: 14px;
}

.cookie-text a {
    color: #3498db;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    padding: 8px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.cookie-btn-accept {
    background: #3498db;
    color: #fff;
}

.cookie-btn-decline {
    background: #e74c3c;
    color: #fff;
}

@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        text-align: center;
    }
    .cookie-buttons {
        margin-top: 10px;
    }
}
/* End */
/* /bitrix/templates/my-kosm.ru/css/jcf.css?174170282811082 */
/* /bitrix/templates/my-kosm.ru/css/owl.carousel.css?17417028281547 */
/* /bitrix/templates/my-kosm.ru/css/select.css?17417028281171 */
/* /bitrix/templates/my-kosm.ru/css/design_old.css?1741702828263959 */
/* /bitrix/templates/my-kosm.ru/css/design.css?1741782009272858 */
/* /bitrix/templates/my-kosm.ru/css/additional.css?174170282822809 */
/* /bitrix/templates/my-kosm.ru/css/custom.css?176113959119116 */
/* /bitrix/templates/my-kosm.ru/css/jquery.fancybox.min.css?174170282813735 */
/* /bitrix/templates/my-kosm.ru/css/override.css?17417028281115 */
/* /bitrix/templates/my-kosm.ru/tables.css?17417028271291 */
/* /bitrix/templates/my-kosm.ru/components/bitrix/search.title/smart/style.css?17417028273714 */
/* /bitrix/templates/my-kosm.ru/components/bitrix/menu/multilevel/style.css?174170282710405 */
/* /bitrix/templates/my-kosm.ru/components/bitrix/main.register/register-modal-form/style.min.css?1741702827442 */
/* /bitrix/templates/my-kosm.ru/css/cookie.css?1749127831913 */
