

/* Start:/bitrix/templates/.default/components/bitrix/news.detail/teachers/style.css?17512651965401*/
.teachers-detail {margin-top: 48px;}
.teachers-detail .user-img {
    display: block;
    height: 195px;
    width: 195px;
    background-size: cover;
    background-position: 50% 50%;
    float: left;
    margin-right: 35px;
}
.teacher-info {
    position: relative;
    display: block;
    margin-left: 230px;
}
.teacher-info .name {
    color: #333333;
    font: italic 28px trebuchet ms;
    margin: 0 0 24px;
}
.teacher-info .age, .teacher-info .experience {
    color: #808080;
    margin-bottom: 8px;
}
.teacher-info .age span, .teacher-info .experience span {
    color: #333;
}
.teacher-info .left-info {
    padding: 0 14px;
}
.teacher-info .car-wrap {
    margin-bottom: 14px;
}
.teacher-info .car-name {
    display: inline-block;
    text-transform: uppercase;
}
.teacher-info .rating-wrap {

}
.teacher-info .star, .rating-star {
    display: inline-block;
    background: url(/img/star.png) no-repeat 0 0;
    height: 16px;
    width: 16px;
    margin: 0 0px;
    vertical-align: sub;
}
.teacher-info .star:first-of-type, .rating-star:first-of-type {
    margin-left: 8px;
}
.teacher-info .star:last-of-type, .rating-star:last-of-type {
    margin-right: 8px;
}
.teacher-info .star.active, .rating-star.active {
    background: url(/img/star.png) no-repeat -17px 0;
}
.right-info {
    float: right;
    padding: 0 0 0 24px;
    border-left: 2px solid #d9d9d9;
}
.teacher-info .smoking, .teacher-info .motto, .teacher-info .hobby {
    position: relative;
    padding-top: 6px;
    padding-left: 34px;
    margin: 0 0 8px;
    color: #808080;
    font-size: 12px;
    width: 184px;
}
.teacher-info .smoking span, .teacher-info .motto span, .teacher-info .hobby span {
    display: block;
    color: #333;
    font-size: 14px;
}
.teacher-info .smoking:before, .teacher-info .motto:before, .teacher-info .hobby:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
}
.teacher-info .smoking:before {
    background: url(/img/detail-info-icons.png) no-repeat 0 0;
}
.teacher-info .smoking-true:before {
    background: url(/img/detail-info-icons.png) no-repeat -94px 0;
}
.teacher-info .motto:before {
    background: url(/img/detail-info-icons.png) no-repeat -32px 0;
}
.teacher-info .hobby:before {
    background: url(/img/detail-info-icons.png) no-repeat -66px 0;
}


.reviews-wrap {}
.reviews-wrap .header {
    color: #333333;
    font: italic 26px trebuchet ms;
    margin: 0 0 24px;
}
.review-item {
    position: relative;
    margin: 24px 0;
}
.review-item .user-img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 132px;
    width: 132px;
    background-color: #F3F3F3;
    border-radius: 50%;
}
.review-item .review-body {
    position: relative;
    padding: 24px 24px 48px;
    background: #f4f4f4;
    border-radius: 8px;
    box-sizing: border-box;
    margin-left: 184px;
    min-height: 174px;
}
.review-item .review-body:before {
    content: '';
    position: absolute;
    top: 76px;
    left: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 14px 14px 0;
    border-color: transparent #f4f4f4 transparent transparent;
}
.review-item .api-admin-controls {
    position: absolute;
    bottom: 12px;
    right: 12px;
}
.review-item .name {
    font: 700 18px trebuchet ms;
    margin: 0 0 14px;
}
.review-item .text {
    font: italic 14px trebuchet ms;
}
.reviews-wrap .add-review {}
.reviews-wrap .add-review .header {
    color: #333333;
    font: 26px trebuchet ms;
    margin: 0 0 24px;
}
.reviews-wrap .api-antibot {
    display: none;
}
.reviews-wrap .form-wrap {
    position: relative;
    background: #ebebeb;
    padding: 20px;
    margin: 24px 0;

}
.reviews-wrap .form-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/bitrix/templates/.default/components/bitrix/news.detail/teachers/../img/rolling.gif) no-repeat 50% 50%;
    opacity: 0;
    visibility: hidden;
    transform: scale(3.5);
    transition: 0.3s ease-in-out;
    z-index: 1;
}
.reviews-wrap .form-wrap.loading:before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.reviews-wrap .form-wrap form {
    transition: 0.3s ease-in-out;
}
.reviews-wrap .form-wrap.loading form {
    opacity: 0.5;
    pointer-events: none;
}
.reviews-wrap .form-wrap .comment {
    width: 100%;
    min-height: 168px;
    margin: 0 0 20px;
    padding: 10px;
    resize: vertical;
    border-radius: 0;
}
.reviews-wrap .form-wrap .api-guest-form-field {
    width: 252px;
    float: left;
    padding-right: 12px;
}
.reviews-wrap .form-wrap .api-guest-form-field input {
    padding: 8px 8px;
    width: 100%;
    height: initial;
}

.reviews-wrap .form-wrap .api-guest-row {
    float: left;
    width: 530px;
}
.reviews-wrap .form-wrap .api-rating-row {
    margin-top: 0;
    float: left;
}
.reviews-wrap .form-wrap .api-button {
    background: linear-gradient(#0089e9 0%, #0073c3 100%);
    border: 0;
    padding: 12px 22px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    float: right;
    margin: 12px 0 0;
}
.reviews-wrap .form-wrap span.error {
    color: #FF3B3B;
    display: inline-block;
    margin: 6px 0;
}

.reviews-wrap .form-wrap .comment + .error {
    margin-top: -16px;
}

.reviews-wrap .form-wrap input.error, .reviews-wrap .form-wrap textarea.error {
    border-color: #FF3B3B;
}

/* End */


/* Start:/bitrix/components/api/reviews/templates/.default/uikit.css?175126411538064*/
/* Fix viewport for IE10 snap mode
 ========================================================================== */
@media screen and (max-width: 400px) {
	@-ms-viewport {
		width: device-width;
	}
}
/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Makes grid more robust so that it can be used with other block elements like lists
 */
.uk-grid {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	/* 1 */
	margin: 0;
	padding: 0;
	list-style: none;
}
/*
 * DEPRECATED
 * Micro clearfix
 * Can't use `table` because it creates a 1px gap when it becomes a flex item, only in Webkit
 */
.uk-grid:before,
.uk-grid:after {
	content: "";
	display: block;
	overflow: hidden;
}
.uk-grid:after {
	clear: both;
}
/*
 * Grid cell
 * 1. Space is allocated solely based on content dimensions
 * 2. Makes grid more robust so that it can be used with other block elements
 * 3. DEPRECATED Using `float` to support IE9
 */
.uk-grid > * {
	/* 1 */
	-ms-flex: none;
	-webkit-flex: none;
	flex: none;
	/* 2 */
	margin: 0;
	/* 3 */
	float: left;
}
/*
 * Remove margin from the last-child
 */
.uk-grid > * > :last-child {
	margin-bottom: 0;
}
/* Grid gutter
 ========================================================================== */
/*
 * Default gutter
 */
/* Horizontal */
.uk-grid {
	margin-left: -25px;
}
.uk-grid > * {
	padding-left: 25px;
}
/* Vertical */
.uk-grid + .uk-grid,
.uk-grid-margin,
.uk-grid > * > .uk-panel + .uk-panel {
	margin-top: 25px;
}
/* Large screen and bigger */
@media (min-width: 1220px) {
	/* Horizontal */
	.uk-grid {
		margin-left: -35px;
	}
	.uk-grid > * {
		padding-left: 35px;
	}
	/* Vertical */
	.uk-grid + .uk-grid,
	.uk-grid-margin,
	.uk-grid > * > .uk-panel + .uk-panel {
		margin-top: 35px;
	}
}


/*
 * Small gutter
 */
/* Horizontal */
.uk-grid-small {
	margin-left: -10px;
}
.uk-grid-small > * {
	padding-left: 10px;
}
/* Vertical */
.uk-grid-small + .uk-grid-small,
.uk-grid-small > .uk-grid-margin,
.uk-grid-small > * > .uk-panel + .uk-panel {
	margin-top: 10px;
}
/*
 * Medium gutter
 */
/* Horizontal */
.uk-grid-medium {
	margin-left: -25px;
}
.uk-grid-medium > * {
	padding-left: 25px;
}
/* Vertical */
.uk-grid-medium + .uk-grid-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-medium > * > .uk-panel + .uk-panel {
	margin-top: 25px;
}



/* Match panels in grids
 ========================================================================== */
/*
 * 1. Behave like a block element
 */
.uk-grid-match > * {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	/* 1 */
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.uk-grid-match > * > * {
	/* 1 */
	-ms-flex: none;
	-webkit-flex: none;
	flex: none;
	box-sizing: border-box;
	width: 100%;
}
/* Even grid cell widths
 ========================================================================== */
[class*='uk-grid-width'] > * {
	box-sizing: border-box;
	width: 100%;
}
.uk-grid-width-1-2 > * {
	width: 50%;
}
.uk-grid-width-1-3 > * {
	width: 33.333%;
}
.uk-grid-width-1-4 > * {
	width: 25%;
}
.uk-grid-width-1-5 > * {
	width: 20%;
}
.uk-grid-width-1-6 > * {
	width: 16.666%;
}
.uk-grid-width-1-10 > * {
	width: 10%;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
	.uk-grid-width-small-1-2 > * {
		width: 50%;
	}
	.uk-grid-width-small-1-3 > * {
		width: 33.333%;
	}
	.uk-grid-width-small-1-4 > * {
		width: 25%;
	}
	.uk-grid-width-small-1-5 > * {
		width: 20%;
	}
	.uk-grid-width-small-1-6 > * {
		width: 16.666%;
	}
	.uk-grid-width-small-1-10 > * {
		width: 10%;
	}
}
/* Tablet and bigger */
@media (min-width: 768px) {
	.uk-grid-width-medium-1-2 > * {
		width: 50%;
	}
	.uk-grid-width-medium-1-3 > * {
		width: 33.333%;
	}
	.uk-grid-width-medium-1-4 > * {
		width: 25%;
	}
	.uk-grid-width-medium-1-5 > * {
		width: 20%;
	}
	.uk-grid-width-medium-1-6 > * {
		width: 16.666%;
	}
	.uk-grid-width-medium-1-10 > * {
		width: 10%;
	}
}
/* Desktop and bigger */
@media (min-width: 960px) {
	.uk-grid-width-large-1-2 > * {
		width: 50%;
	}
	.uk-grid-width-large-1-3 > * {
		width: 33.333%;
	}
	.uk-grid-width-large-1-4 > * {
		width: 25%;
	}
	.uk-grid-width-large-1-5 > * {
		width: 20%;
	}
	.uk-grid-width-large-1-6 > * {
		width: 16.666%;
	}
	.uk-grid-width-large-1-10 > * {
		width: 10%;
	}
}
/* Large screen and bigger */
@media (min-width: 1220px) {
	.uk-grid-width-xlarge-1-2 > * {
		width: 50%;
	}
	.uk-grid-width-xlarge-1-3 > * {
		width: 33.333%;
	}
	.uk-grid-width-xlarge-1-4 > * {
		width: 25%;
	}
	.uk-grid-width-xlarge-1-5 > * {
		width: 20%;
	}
	.uk-grid-width-xlarge-1-6 > * {
		width: 16.666%;
	}
	.uk-grid-width-xlarge-1-10 > * {
		width: 10%;
	}
}
/* Sub-objects: `uk-width-*`
 ========================================================================== */
[class*='uk-width'] {
	box-sizing: border-box;
	width: 100%;
}
/*
 * Widths
 */
/* Whole */
.uk-width-1-1 {
	width: 100%;
}
/* Halves */
.uk-width-1-2,
.uk-width-2-4,
.uk-width-3-6,
.uk-width-5-10 {
	width: 50%;
}
/* Thirds */
.uk-width-1-3,
.uk-width-2-6 {
	width: 33.333%;
}
.uk-width-2-3,
.uk-width-4-6 {
	width: 66.666%;
}
/* Quarters */
.uk-width-1-4 {
	width: 25%;
}
.uk-width-3-4 {
	width: 75%;
}
/* Fifths */
.uk-width-1-5,
.uk-width-2-10 {
	width: 20%;
}
.uk-width-2-5,
.uk-width-4-10 {
	width: 40%;
}
.uk-width-3-5,
.uk-width-6-10 {
	width: 60%;
}
.uk-width-4-5,
.uk-width-8-10 {
	width: 80%;
}
/* Sixths */
.uk-width-1-6 {
	width: 16.666%;
}
.uk-width-5-6 {
	width: 83.333%;
}
/* Tenths */
.uk-width-1-10 {
	width: 10%;
}
.uk-width-3-10 {
	width: 30%;
}
.uk-width-7-10 {
	width: 70%;
}
.uk-width-9-10 {
	width: 90%;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
	/* Whole */
	.uk-width-small-1-1 {
		width: 100%;
	}
	/* Halves */
	.uk-width-small-1-2,
	.uk-width-small-2-4,
	.uk-width-small-3-6,
	.uk-width-small-5-10 {
		width: 50%;
	}
	/* Thirds */
	.uk-width-small-1-3,
	.uk-width-small-2-6 {
		width: 33.333%;
	}
	.uk-width-small-2-3,
	.uk-width-small-4-6 {
		width: 66.666%;
	}
	/* Quarters */
	.uk-width-small-1-4 {
		width: 25%;
	}
	.uk-width-small-3-4 {
		width: 75%;
	}
	/* Fifths */
	.uk-width-small-1-5,
	.uk-width-small-2-10 {
		width: 20%;
	}
	.uk-width-small-2-5,
	.uk-width-small-4-10 {
		width: 40%;
	}
	.uk-width-small-3-5,
	.uk-width-small-6-10 {
		width: 60%;
	}
	.uk-width-small-4-5,
	.uk-width-small-8-10 {
		width: 80%;
	}
	/* Sixths */
	.uk-width-small-1-6 {
		width: 16.666%;
	}
	.uk-width-small-5-6 {
		width: 83.333%;
	}
	/* Tenths */
	.uk-width-small-1-10 {
		width: 10%;
	}
	.uk-width-small-3-10 {
		width: 30%;
	}
	.uk-width-small-7-10 {
		width: 70%;
	}
	.uk-width-small-9-10 {
		width: 90%;
	}
}
/* Tablet and bigger */
@media (min-width: 768px) {
	/* Whole */
	.uk-width-medium-1-1 {
		width: 100%;
	}
	/* Halves */
	.uk-width-medium-1-2,
	.uk-width-medium-2-4,
	.uk-width-medium-3-6,
	.uk-width-medium-5-10 {
		width: 50%;
	}
	/* Thirds */
	.uk-width-medium-1-3,
	.uk-width-medium-2-6 {
		width: 33.333%;
	}
	.uk-width-medium-2-3,
	.uk-width-medium-4-6 {
		width: 66.666%;
	}
	/* Quarters */
	.uk-width-medium-1-4 {
		width: 25%;
	}
	.uk-width-medium-3-4 {
		width: 75%;
	}
	/* Fifths */
	.uk-width-medium-1-5,
	.uk-width-medium-2-10 {
		width: 20%;
	}
	.uk-width-medium-2-5,
	.uk-width-medium-4-10 {
		width: 40%;
	}
	.uk-width-medium-3-5,
	.uk-width-medium-6-10 {
		width: 60%;
	}
	.uk-width-medium-4-5,
	.uk-width-medium-8-10 {
		width: 80%;
	}
	/* Sixths */
	.uk-width-medium-1-6 {
		width: 16.666%;
	}
	.uk-width-medium-5-6 {
		width: 83.333%;
	}
	/* Tenths */
	.uk-width-medium-1-10 {
		width: 10%;
	}
	.uk-width-medium-3-10 {
		width: 30%;
	}
	.uk-width-medium-7-10 {
		width: 70%;
	}
	.uk-width-medium-9-10 {
		width: 90%;
	}
}
/* Desktop and bigger */
@media (min-width: 960px) {
	/* Whole */
	.uk-width-large-1-1 {
		width: 100%;
	}
	/* Halves */
	.uk-width-large-1-2,
	.uk-width-large-2-4,
	.uk-width-large-3-6,
	.uk-width-large-5-10 {
		width: 50%;
	}
	/* Thirds */
	.uk-width-large-1-3,
	.uk-width-large-2-6 {
		width: 33.333%;
	}
	.uk-width-large-2-3,
	.uk-width-large-4-6 {
		width: 66.666%;
	}
	/* Quarters */
	.uk-width-large-1-4 {
		width: 25%;
	}
	.uk-width-large-3-4 {
		width: 75%;
	}
	/* Fifths */
	.uk-width-large-1-5,
	.uk-width-large-2-10 {
		width: 20%;
	}
	.uk-width-large-2-5,
	.uk-width-large-4-10 {
		width: 40%;
	}
	.uk-width-large-3-5,
	.uk-width-large-6-10 {
		width: 60%;
	}
	.uk-width-large-4-5,
	.uk-width-large-8-10 {
		width: 80%;
	}
	/* Sixths */
	.uk-width-large-1-6 {
		width: 16.666%;
	}
	.uk-width-large-5-6 {
		width: 83.333%;
	}
	/* Tenths */
	.uk-width-large-1-10 {
		width: 10%;
	}
	.uk-width-large-3-10 {
		width: 30%;
	}
	.uk-width-large-7-10 {
		width: 70%;
	}
	.uk-width-large-9-10 {
		width: 90%;
	}
}


/* ========================================================================
   Component: Panel
 ========================================================================== */
/*
 * 1. Needed for `a` elements
 * 2. Create position context for badges
 */
.uk-panel {
	/* 1 */
	display: block;
	/* 2 */
	position: relative;
}
/*
 * Allow panels to be anchors
 */
.uk-panel,
.uk-panel:hover {
	text-decoration: none;
}
/*
 * Micro clearfix to make panels more robust
 */
.uk-panel:before,
.uk-panel:after {
	content: "";
	display: table;
}
.uk-panel:after {
	clear: both;
}
/*
 * Remove margin from the last-child if not `uk-widget-title`
 */
.uk-panel > :not(.uk-panel-title):last-child {
	margin-bottom: 0;
}
/* Sub-object: `uk-panel-badge`
 ========================================================================== */
.uk-panel-badge {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
}

/* Modifier: `uk-panel-box`
 ========================================================================== */
.uk-panel-box {
	padding: 15px;
	background: #fafafa;
	color: #444444;
	border: 1px solid #dddddd;
	border-radius: 4px;
}
.uk-panel-box-hover:hover {
	color: #444444;
}
.uk-panel-box .uk-panel-title {
	color: #444444;
}
.uk-panel-box .uk-panel-badge {
	top: 10px;
	right: 10px;
}
.uk-panel-box > .uk-panel-teaser {
	margin-top: -16px;
	margin-left: -16px;
	margin-right: -16px;
}
/*
 * Nav in panel
 */
.uk-panel-box > .uk-nav-side {
	margin: 0 -15px;
}
/*
 * Sub-modifier: `uk-panel-box-primary`
 */
.uk-panel-box-primary {
	background-color: #ebf7fd;
	color: #2d7091;
	border-color: rgba(45, 112, 145, 0.3);
}
.uk-panel-box-primary-hover:hover {
	color: #2d7091;
}
.uk-panel-box-primary .uk-panel-title {
	color: #2d7091;
}
/*
 * Sub-modifier: `uk-panel-box-secondary`
 */
.uk-panel-box-secondary {
	background-color: #ffffff;
	color: #444444;
}
.uk-panel-box-secondary-hover:hover {
	color: #444444;
}
.uk-panel-box-secondary .uk-panel-title {
	color: #444444;
}

/* Clearing
 ========================================================================== */
/*
 * Micro clearfix
* `table-cell` is used with `:before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
 * `table` is used again with `:after` because `clear` only works with block elements.
 * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
 */
.uk-clearfix:before {
	content: "";
	display: table-cell;
}
.uk-clearfix:after {
	content: "";
	display: table;
	clear: both;
}
/*
 *  Create a new block formatting context
 */
.uk-nbfc {
	overflow: hidden;
}
.uk-nbfc-alt {
	display: table-cell;
	width: 10000px;
}



/* Horizontal rules
 ========================================================================== */
/*
 * 1. Address differences between Firefox and other browsers.
 * 2. Style
 */
hr {
	/* 1 */
	box-sizing: content-box;
	height: 0;
	/* 2 */
	margin: 15px 0;
	border: 0;
	border-top: 1px solid #dddddd;
}

/* ========================================================================
   Component: Text
 ========================================================================== */
.uk-text-left {
	text-align: left !important;
}
.uk-text-right {
	text-align: right !important;
}
.uk-text-center {
	text-align: center !important;
}

/* Display
 ========================================================================== */
/*
 * Display
 */
.uk-display-block {
	display: block !important;
}
.uk-display-inline {
	display: inline !important;
}
.uk-display-inline-block {
	display: inline-block !important;
}
/* Remove from the flow and screen readers on any device */
.uk-hidden {
	display: none !important;
	visibility: hidden !important;
}


/* ========================================================================
   Component: Button
 ========================================================================== */
/*
 * Removes inner padding and border in Firefox 4+.
 */
.uk-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*
 * 1. Correct inability to style clickable `input` types in iOS.
 * 2. Remove margins in Chrome, Safari and Opera.
 * 3. Remove borders for `button`.
 * 4. Address `overflow` set to `hidden` in IE 8/9/10/11.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Address inconsistent `text-transform` inheritance which is only inherit in Firefox and IE
 * 7. Style
 * 8. `line-height` is used to create a height
 * 9. `min-height` is necessary for `input` elements in Firefox and Opera because `line-height` is not working.
 * 10. Reset button group whitespace hack
 * 11. Required for `a`.
 */
.uk-button {
	/* 1 */
	-webkit-appearance: none;
	/* 2 */
	margin: 0;
	/* 3 */
	border: none;
	/* 4 */
	overflow: visible;
	/* 5 */
	font: inherit;
	color: #444444;
	/* 6 */
	text-transform: none;
	/* 7 */
	display: inline-block;
	box-sizing: border-box;
	padding: 0 12px;
	background: #f7f7f7;
	vertical-align: middle;
	/* 8 */
	line-height: 28px;
	/* 9 */
	min-height: 30px;
	/* 10 */
	font-size: 1rem;
	/* 11 */
	text-decoration: none;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom-color: rgba(0, 0, 0, 0.3);
	background-origin: border-box;
	background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
	background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
	border-radius: 4px;
	text-shadow: 0 1px 0 #ffffff;
}
.uk-button:not(:disabled) {
	cursor: pointer;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 */
.uk-button:hover,
.uk-button:focus {
	background-color: #fafafa;
	color: #444444;
	/* 2 */
	outline: none;
	/* 3 */
	text-decoration: none;
	background-image: none;
}
/* Active */
.uk-button:active,
.uk-button.uk-active {
	background-color: #f5f5f5;
	color: #444444;
	border-color: rgba(0, 0, 0, 0.2);
	border-top-color: rgba(0, 0, 0, 0.3);
	background-image: none;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* Color modifiers
 ========================================================================== */
/*
 * Modifier: `uk-button-primary`
 */
.uk-button-primary {
	background-color: #009dd8;
	color: #ffffff;
	background-image: -webkit-linear-gradient(top, #00b4f5, #008dc5);
	background-image: linear-gradient(to bottom, #00b4f5, #008dc5);
	border-color: rgba(0, 0, 0, 0.2);
	border-bottom-color: rgba(0, 0, 0, 0.4);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
/* Hover */
.uk-button-primary:hover,
.uk-button-primary:focus {
	background-color: #00aff2;
	color: #ffffff;
	background-image: none;
}
/* Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
	background-color: #008abf;
	color: #ffffff;
	background-image: none;
	border-color: rgba(0, 0, 0, 0.2);
	border-top-color: rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
/*
 * Modifier: `uk-button-success`
 */
.uk-button-success {
	background-color: #82bb42;
	color: #ffffff;
	background-image: -webkit-linear-gradient(top, #9fd256, #6fac34);
	background-image: linear-gradient(to bottom, #9fd256, #6fac34);
	border-color: rgba(0, 0, 0, 0.2);
	border-bottom-color: rgba(0, 0, 0, 0.4);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
/* Hover */
.uk-button-success:hover,
.uk-button-success:focus {
	background-color: #8fce48;
	color: #ffffff;
	background-image: none;
}
/* Active */
.uk-button-success:active,
.uk-button-success.uk-active {
	background-color: #76b430;
	color: #ffffff;
	background-image: none;
	border-color: rgba(0, 0, 0, 0.2);
	border-top-color: rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
/*
 * Modifier: `uk-button-danger`
 */
.uk-button-danger {
	background-color: #d32c46;
	color: #ffffff;
	background-image: -webkit-linear-gradient(top, #ee465a, #c11a39);
	background-image: linear-gradient(to bottom, #ee465a, #c11a39);
	border-color: rgba(0, 0, 0, 0.2);
	border-bottom-color: rgba(0, 0, 0, 0.4);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
/* Hover */
.uk-button-danger:hover,
.uk-button-danger:focus {
	background-color: #e33551;
	color: #ffffff;
	background-image: none;
}
/* Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
	background-color: #c91c37;
	color: #ffffff;
	background-image: none;
	border-color: rgba(0, 0, 0, 0.2);
	border-top-color: rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
/* Disabled state
 * Overrides also the color modifiers
 ========================================================================== */
/* Equal for all button types */
.uk-button:disabled {
	background-color: #fafafa;
	color: #999999;
	border-color: rgba(0, 0, 0, 0.2);
	background-image: none;
	box-shadow: none;
	text-shadow: 0 1px 0 #ffffff;
}

/* Size modifiers
 ========================================================================== */
.uk-button-mini {
	min-height: 20px;
	padding: 0 6px;
	line-height: 18px;
	font-size: 11px;
}
.uk-button-small {
	min-height: 25px;
	padding: 0 10px;
	line-height: 23px;
	font-size: 12px;
}
.uk-button-large {
	min-height: 40px;
	padding: 0 15px;
	line-height: 38px;
	font-size: 16px;
	border-radius: 5px;
}

/* ========================================================================
   Component: Modal
 ========================================================================== */
/*
 * This is the modal overlay and modal dialog container
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Allow scrolling for the modal dialog
 * 4. Mask the background page
 * 5. Fade-in transition
 * 6. Deactivate browser history navigation in IE11
 * 7. force hardware acceleration to prevent browser rendering hiccups
 */
.uk-modal {
	/* 1 */
	display: none;
	/* 2 */
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1010;
	/* 3 */
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	/* 4 */
	background: rgba(0, 0, 0, 0.6);
	/* 5 */
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
	/* 6 */
	touch-action: cross-slide-y pinch-zoom double-tap-zoom;
	/* 7 */
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
/*
 * Open state
 */
.uk-modal.uk-open {
	opacity: 1;
}
/*
 * Prevents duplicated scrollbar caused by 4.
 */
.uk-modal-page,
.uk-modal-page body {
	overflow: hidden;
}
/* Sub-object: `uk-modal-dialog`
 ========================================================================== */
/*
 * 1. Create position context for caption, spinner and close button
 * 2. Set box sizing
 * 3. Set style
 * 4. Slide-in transition
 */
.uk-modal-dialog {
	/* 1 */
	position: relative;
	/* 2 */
	box-sizing: border-box;
	margin: 50px auto;
	padding: 20px;
	width: 600px;
	max-width: 100%;
	max-width: calc(100% - 20px);
	/* 3 */
	background: #ffffff;
	/* 4 */
	opacity: 0;
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
	-webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
	transition: opacity 0.3s linear, transform 0.3s ease-out;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
	/*
		 * Fit in small screen
		 */
	.uk-modal-dialog {
		width: auto;
		margin: 10px auto;
	}
}
/*
 * Open state
 */
.uk-open .uk-modal-dialog {
	/* 4 */
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
/*
 * Remove margin from the last-child
 */
.uk-modal-dialog > :not([class*='uk-modal-']):last-child {
	margin-bottom: 0;
}
/* Close in modal
 ========================================================================== */
.uk-modal-dialog > .uk-close:first-child {
	margin: -10px -10px 0 0;
	float: right;
}
/*
 * Remove margin from adjacent element
 */
.uk-modal-dialog > .uk-close:first-child + :not([class*='uk-modal-']) {
	margin-top: 0;
}

.uk-modal-dialog .uk-margin.uk-modal-content{margin:0;}

/* Sub-Object: `uk-modal-header` and `uk-modal-footer`
 ========================================================================== */
.uk-modal-header {
	margin-bottom: 15px;
	margin: -20px -20px 15px -20px;
	padding: 20px;
	border-bottom: 1px solid #dddddd;
	border-radius: 4px 4px 0 0;
	background: #fafafa;
}
.uk-modal-footer {
	margin-top: 15px;
	margin: 15px -20px -20px -20px;
	padding: 20px;
	border-top: 1px solid #dddddd;
	border-radius: 0 0 4px 4px;
	background: #fafafa;
}
/*
 * Remove margin from the last-child
 */
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
	margin-bottom: 0;
}
/* Sub-Object: `uk-modal-caption`
 ========================================================================== */
.uk-modal-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	margin-bottom: -10px;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* Sub-Object: `uk-modal-spinner`
 ========================================================================== */
.uk-modal-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 25px;
	color: #ddd;
}
.uk-modal-spinner:after {
	content: "\f110";
	font-family: FontAwesome;
	-webkit-animation: uk-rotate 2s infinite linear;
	animation: uk-rotate 2s infinite linear;
}

/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Removes inner padding and border in Firefox 4+.
 */
.uk-close::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*
 * 1. Correct inability to style clickable `input` types in iOS.
 * 2. Remove margins in Chrome, Safari and Opera.
 * 3. Remove borders for `button`.
 * 4. Address `overflow` set to `hidden` in IE 8/9/10/11.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Address inconsistent `text-transform` inheritance which is only inherit in Firefox and IE
 * 7. Remove default `button` padding and background color
 * 8. Style
 */
.uk-close {
	/* 1 */
	-webkit-appearance: none;
	/* 2 */
	margin: 0;
	/* 3 */
	border: none;
	/* 4 */
	overflow: visible;
	/* 5 */
	font: inherit;
	color: inherit;
	/* 6 */
	text-transform: none;
	/* 7. */
	padding: 0;
	background: transparent;
	/* 8 */
	display: inline-block;
	box-sizing: content-box;
	width: 20px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
}
/* Icon */
.uk-close:after {
	display: block;
	content: "\00d7";
	font-size:1.4em;
	text-decoration:none;
	text-indent:0;
	color:#222;
	font-family:"Arial", "sans-serif";
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 */
.uk-close:hover,
.uk-close:focus {
	opacity: 0.5;
	/* 2 */
	outline: none;
	/* 3 */
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
/* Modifier
 ========================================================================== */
.uk-close-alt {
	padding: 2px;
	border-radius: 50%;
	background: #ffffff;
	opacity: 1;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 6px rgba(0, 0, 0, 0.3);
}
/* Hover */
.uk-close-alt:hover,
.uk-close-alt:focus {
	opacity: 1;
}
/* Icon */
.uk-close-alt:after {
	opacity: 0.5;
}
.uk-close-alt:hover:after,
.uk-close-alt:focus:after {
	opacity: 0.8;
}


/* ========================================================================
   Component: Form
 ========================================================================== */
/*
 * 1. Define consistent box sizing.
 *    Default is `content-box` with following exceptions set to `border-box`
 *    `button`, `select`, `input[type="checkbox"]` and `input[type="radio"]`
 *    `input[type="search"]` in Chrome, Safari and Opera
 *    `input[type="color"]` in Firefox
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Correct `font` properties and `color` not being inherited.
 */
.uk-form input,
.uk-form select,
.uk-form textarea {
	/* 1 */
	box-sizing: border-box;
	/* 2 */
	margin: 0;
	/* 3 */
	border-radius: 0;
	/* 4 */
	font: inherit;
	color: inherit;
}
/*
 * Address inconsistent `text-transform` inheritance which is only inherit in Firefox
 */
.uk-form select {
	text-transform: none;
}
/*
 * 1. Correct `font` properties not being inherited.
 * 2. Don't inherit the `font-weight` and use `bold` instead.
 * NOTE: Both declarations don't work in Chrome, Safari and Opera.
 */
.uk-form optgroup {
	/* 1 */
	font: inherit;
	/* 2 */
	font-weight: bold;
}
/*
 * Removes inner padding and border in Firefox 4+.
 */
.uk-form input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*
 * Removes excess padding in IE 8/9/10.
 */
.uk-form input[type="checkbox"],
.uk-form input[type="radio"] {
	padding: 0;
}
/*
 * Improves consistency of cursor style for clickable elements
 */
.uk-form input[type="checkbox"]:not(:disabled),
.uk-form input[type="radio"]:not(:disabled) {
	cursor: pointer;
}
/*
 * Remove default style in iOS.
 */
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="number"],
.uk-form input[type="datetime"] {
	-webkit-appearance: none;
}
/*
 * Remove inner padding and search cancel button in Chrome, Safari and Opera on OS X.
 */
.uk-form input[type="search"]::-webkit-search-cancel-button,
.uk-form input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/*
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
.uk-form input[type="number"]::-webkit-inner-spin-button,
.uk-form input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
/*
 * Define consistent border, margin, and padding.
 */
.uk-form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 2. Improve readability and alignment in all browsers.
 */
.uk-form textarea {
	/* 1 */
	overflow: auto;
	/* 2 */
	vertical-align: top;
}
/*
 * Removes placeholder transparency in Firefox.
 */
.uk-form ::-moz-placeholder {
	opacity: 1;
}
/*
 * Removes `box-shadow` for invalid controls in Firefox.
 */
.uk-form :invalid {
	box-shadow: none;
}
/*
 * Vertical alignment
 */
.uk-form input:not([type="radio"]):not([type="checkbox"]),
.uk-form select {
	vertical-align: middle;
}
/* Style
 ========================================================================== */
/*
 * Remove margin from the last-child
 */
.uk-form > :last-child {
	margin-bottom: 0;
}
/*
 * Controls
 * Except for `range`, `radio`, `checkbox`, `file`, `submit`, `reset`, `button` and `image`
 * 1. Must be `height` because `min-height` is not working in OSX
 * 2. Responsiveness: Sets a maximum width relative to the parent to scale on narrower viewports
 * 3. Vertical `padding` needed for `select` elements in Firefox
 * 4. Style
 */
.uk-form select,
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="datetime"],
.uk-form input[type="datetime-local"],
.uk-form input[type="date"],
.uk-form input[type="month"],
.uk-form input[type="time"],
.uk-form input[type="week"],
.uk-form input[type="number"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="color"] {
	/* 1 */
	height: 30px;
	/* 2 */
	max-width: 100%;
	/* 3 */
	padding: 4px 6px;
	/* 4 */
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #444444;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
	border-radius: 4px;
}
.uk-form select:focus,
.uk-form textarea:focus,
.uk-form input:not([type]):focus,
.uk-form input[type="text"]:focus,
.uk-form input[type="password"]:focus,
.uk-form input[type="datetime"]:focus,
.uk-form input[type="datetime-local"]:focus,
.uk-form input[type="date"]:focus,
.uk-form input[type="month"]:focus,
.uk-form input[type="time"]:focus,
.uk-form input[type="week"]:focus,
.uk-form input[type="number"]:focus,
.uk-form input[type="email"]:focus,
.uk-form input[type="url"]:focus,
.uk-form input[type="search"]:focus,
.uk-form input[type="tel"]:focus,
.uk-form input[type="color"]:focus {
	border-color: #99baca;
	outline: 0;
	background: #f5fbfe;
	color: #444444;
}
.uk-form select:disabled,
.uk-form textarea:disabled,
.uk-form input:not([type]):disabled,
.uk-form input[type="text"]:disabled,
.uk-form input[type="password"]:disabled,
.uk-form input[type="datetime"]:disabled,
.uk-form input[type="datetime-local"]:disabled,
.uk-form input[type="date"]:disabled,
.uk-form input[type="month"]:disabled,
.uk-form input[type="time"]:disabled,
.uk-form input[type="week"]:disabled,
.uk-form input[type="number"]:disabled,
.uk-form input[type="email"]:disabled,
.uk-form input[type="url"]:disabled,
.uk-form input[type="search"]:disabled,
.uk-form input[type="tel"]:disabled,
.uk-form input[type="color"]:disabled {
	border-color: #dddddd;
	background-color: #fafafa;
	color: #999999;
}
/*
 * Placeholder
 */
.uk-form :-ms-input-placeholder {
	color: #999999 !important;
}
.uk-form ::-moz-placeholder {
	color: #999999;
}
.uk-form ::-webkit-input-placeholder {
	color: #999999;
}
.uk-form :disabled:-ms-input-placeholder {
	color: #999999 !important;
}
.uk-form :disabled::-moz-placeholder {
	color: #999999;
}
.uk-form :disabled::-webkit-input-placeholder {
	color: #999999;
}
/*
 * Legend
 * 1. Behave like block element
 * 2. Correct `color` not being inherited in IE 8/9/10/11.
 * 3. Remove padding
 * 4. `margin-bottom` is not working in Safari and Opera.
 *    Using `padding` and :after instead to create the border
 * 5. Style
 */
.uk-form legend {
	/* 1 */
	width: 100%;
	/* 2 */
	border: 0;
	/* 3 */
	padding: 0;
	/* 4 */
	padding-bottom: 15px;
	/* 5 */
	font-size: 18px;
	line-height: 30px;
}
/*
 * 1. Fixes IE9
 */
.uk-form legend:after {
	content: "";
	display: block;
	border-bottom: 1px solid #dddddd;
	/* 1 */
	width: 100%;
}
/* Size modifiers
 * Higher specificity needed to override defaults
 ========================================================================== */
select.uk-form-small,
textarea.uk-form-small,
input[type].uk-form-small,
input:not([type]).uk-form-small {
	height: 25px;
	padding: 3px 3px;
	font-size: 12px;
}
select.uk-form-large,
textarea.uk-form-large,
input[type].uk-form-large,
input:not([type]).uk-form-large {
	height: 40px;
	padding: 8px 6px;
	font-size: 16px;
}
/* Reset height
 * Must be after size modifiers
 ========================================================================== */
.uk-form textarea,
.uk-form select[multiple],
.uk-form select[size] {
	height: auto;
}
/* Validation states
 * Using !important to keep the selector simple
 ========================================================================== */
/*
 * Error state
 */
.uk-form-danger {
	border-color: #dc8d99 !important;
	background: #fff7f8 !important;
	color: #d85030 !important;
}
/*
 * Success state
 */
.uk-form-success {
	border-color: #8ec73b !important;
	background: #fafff2 !important;
	color: #659f13 !important;
}
/* Style modifiers
 * Using !important to keep the selector simple
 ========================================================================== */
/*
 * Blank form
 */
.uk-form-blank {
	border-color: transparent !important;
	border-style: dashed !important;
	background: none !important;
}
.uk-form-blank:focus {
	border-color: #dddddd !important;
}

/* Sub-objects: `uk-form-row`
 * Groups labels and controls in rows
 ========================================================================== */
/*
 * Micro clearfix
 * Needed for `uk-form-horizontal` modifier
 */
.uk-form-row:before,
.uk-form-row:after {
	content: "";
	display: table;
}
.uk-form-row:after {
	clear: both;
}
/*
 * Vertical gutter
 */
.uk-form-row + .uk-form-row {
	margin-top: 15px;
}
/* Help text
 * Sub-object: `uk-form-help-inline`, `uk-form-help-block`
 ========================================================================== */
.uk-form-help-inline {
	display: inline-block;
	margin: 0 0 0 10px;
}
.uk-form-help-block {
	margin: 5px 0 0 0;
}
/* Controls content
 * Sub-object: `uk-form-controls`, `uk-form-controls-condensed`
 ========================================================================== */
/*
 * Remove margins
 */
.uk-form-controls > :first-child {
	margin-top: 0;
}
.uk-form-controls > :last-child {
	margin-bottom: 0;
}
/*
 * Group controls and text into blocks with a small spacing between blocks
 */
.uk-form-controls-condensed {
	margin: 5px 0;
}
/* Modifier: `uk-form-stacked`
 * Requires sub-object: `uk-form-label`
 ========================================================================== */
.uk-form-stacked .uk-form-label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
/* Modifier: `uk-form-horizontal`
 * Requires sub-objects: `uk-form-label`, `uk-form-controls`
 ========================================================================== */
/* Tablet portrait and smaller */
@media (max-width: 959px) {
	/* Behave like `uk-form-stacked` */
	.uk-form-horizontal .uk-form-label {
		display: block;
		margin-bottom: 5px;
		font-weight: bold;
	}
}
/* Desktop and bigger */
@media (min-width: 960px) {
	.uk-form-horizontal .uk-form-label {
		width: 200px;
		margin-top: 5px;
		float: left;
	}
	.uk-form-horizontal .uk-form-controls {
		margin-left: 215px;
	}
	/* Better vertical alignment if controls are checkboxes and radio buttons with text */
	.uk-form-horizontal .uk-form-controls-text {
		padding-top: 5px;
	}
}



/* ========================================================================
   Component: Badge
 ========================================================================== */
.uk-badge {
	display: inline-block;
	padding: 0 5px;
	background: #009dd8;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	text-transform: none;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom-color: rgba(0, 0, 0, 0.3);
	background-origin: border-box;
	background-image: -webkit-linear-gradient(top, #00b4f5, #008dc5);
	background-image: linear-gradient(to bottom, #00b4f5, #008dc5);
	border-radius: 2px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
/*
 * Keep color when badge is a link
 */
a.uk-badge:hover {
	color: #ffffff;
}
/* Modifier: `uk-badge-notification`;
 ========================================================================== */
.uk-badge-notification {
	box-sizing: border-box;
	min-width: 18px;
	border-radius: 500px;
	font-size: 12px;
	line-height: 18px;
}
/* Color modifier
 ========================================================================== */
/*
 * Modifier: `uk-badge-success`
 */
.uk-badge-success {
	background-color: #82bb42;
	background-image: -webkit-linear-gradient(top, #9fd256, #6fac34);
	background-image: linear-gradient(to bottom, #9fd256, #6fac34);
}
/*
 * Modifier: `uk-badge-warning`
 */
.uk-badge-warning {
	background-color: #f9a124;
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
}
/*
 * Modifier: `uk-badge-danger`
 */
.uk-badge-danger {
	background-color: #d32c46;
	background-image: -webkit-linear-gradient(top, #ee465a, #c11a39);
	background-image: linear-gradient(to bottom, #ee465a, #c11a39);
}



/* ========================================================================
   Component: Alert
 ========================================================================== */
.uk-alert {
	margin-bottom: 15px;
	padding: 10px;
	background: #ebf7fd;
	color: #2d7091;
	border: 1px solid rgba(45, 112, 145, 0.3);
	border-radius: 4px;
	text-shadow: 0 1px 0 #ffffff;
}
/*
 * Add margin if adjacent element
 */
* + .uk-alert {
	margin-top: 15px;
}
/*
 * Remove margin from the last-child
 */
.uk-alert > :last-child {
	margin-bottom: 0;
}
/*
 * Keep color for headings if the default heading color is changed
 */
.uk-alert h1,
.uk-alert h2,
.uk-alert h3,
.uk-alert h4,
.uk-alert h5,
.uk-alert h6 {
	color: inherit;
}
/* Close in alert
 ========================================================================== */
.uk-alert > .uk-close:first-child {
	float: right;
}
/*
 * Remove margin from adjacent element
 */
.uk-alert > .uk-close:first-child + * {
	margin-top: 0;
}
/* Modifier: `uk-alert-success`
 ========================================================================== */
.uk-alert-success {
	background: #f2fae3;
	color: #659f13;
	border-color: rgba(101, 159, 19, 0.3);
}
/* Modifier: `uk-alert-warning`
 ========================================================================== */
.uk-alert-warning {
	background: #fffceb;
	color: #e28327;
	border-color: rgba(226, 131, 39, 0.3);
}
/* Modifier: `uk-alert-danger`
 ========================================================================== */
.uk-alert-danger {
	background: #fff1f0;
	color: #d85030;
	border-color: rgba(216, 80, 48, 0.3);
}
/* Modifier: `uk-alert-large`
 ========================================================================== */
.uk-alert-large {
	padding: 20px;
}
.uk-alert-large > .uk-close:first-child {
	margin: -10px -10px 0 0;
}
/* End */


/* Start:/bitrix/components/api/reviews/templates/.default/styles.css?1751264115456*/
.api-reviews *{ -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.api-reviews #api-reviews-header{
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	margin-bottom:25px;
	padding:25px 0;
	position:relative;
}
.api-reviews .load{
	border:1px solid #fff;
	left:0;
	top:0;
	right:0;
	bottom:0;
	position:absolute;
	background:rgba(255, 255, 255, 0.6) url("/bitrix/components/api/reviews/templates/.default/images/loader.gif") no-repeat 50% 50%;
	z-index:10;
}
/* End */


/* Start:/bitrix/components/api/reviews/templates/.default/api/reviews.list/.default/styles.css?17512641169479*/
@import url('/bitrix/components/api/reviews/templates/.default/uikit.css');
/* @group */
.api-reviews-list .api-item + *{ margin-top:30px; padding-top:30px;}
.api-reviews-list .api-item-title{ overflow:hidden; }
.api-reviews-list .api-item-title div{ margin:0 15px 0 0; }
.api-reviews-list .api-item-title .api-date{ float:right; font-size:11px; color:#666; }
.api-reviews-list .api-item-inner{padding: 15px;position:relative;border: 1px solid #ededed;-webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
.api-reviews-list .api-title{ font-weight:bold; font-size:16px; }
.api-reviews-list .api-field-label{ font-weight:bold; display:block;vertical-align: top; }
.api-reviews-list .api-item .uk-panel-badge{ display:none }
.api-reviews-list .uk-panel-box-primary .uk-panel-badge,
.api-reviews-list .api-item-hidden .uk-panel-badge{ display:inline-block }
.api-reviews-list .api-review-link{position:absolute;right:15px;top:15px;line-height:0}
/* @group */
.api-reviews-list .api-user-info{ font-size:12px; color:#666; margin:8px 15px 8px 50px; overflow:hidden }
.api-reviews-list .api-user-info > div{float:left}
.api-reviews-list .api-user-info > div:nth-child(n+2):before{ content:","; display:inline-block; margin:0 5px 0 0 }
.api-reviews-list .api-guest-name{color:#000; font-weight:bold }
.api-reviews-list .api-review-fields > *{ margin:0 0 15px }
.api-reviews-list .api-review-fields .api-field-label,
.api-reviews-list .api-review-fields .api-field-value{ font-size:14px }
/* @group */
.api-reviews-list .api-review-thumbs{float:right !important; text-align:right }
.api-reviews-list .api-review-thumbs:before{display:none !important;}
.api-reviews-list .api-review-thumbs:hover .api-label{ display:inline-block }
.api-reviews-list .api-review-thumbs > *{ margin-right:10px; display:inline-block; white-space:nowrap }
.api-reviews-list [class*="api-thumbs"]{ cursor:pointer }
.api-reviews-list [class*="api-thumbs"] span{ font-size:10px }
.api-reviews-list [class*="api-thumbs"] .api-hand{ font-size:0; background:url("/bitrix/images/api.reviews/stars.png") no-repeat -17px -85px; display:inline-block; width:14px; height:15px; margin-right:5px }
.api-reviews-list .api-thumbs-up .api-hand{ background-position:-17px -85px }
.api-reviews-list .api-thumbs-up.active .api-hand{ background-position:-32px -85px }
.api-reviews-list .api-thumbs-up .api-counter{ color:#298800 }
.api-reviews-list .api-thumbs-down .api-hand{ background-position:-47px -85px; margin-bottom:-5px }
.api-reviews-list .api-thumbs-down.active .api-hand{ background-position:-62px -85px }
.api-reviews-list .api-thumbs-down .api-counter{ color:#f81f1f }
/* @group */
.api-reviews-list .api-admin-controls{ margin:10px 0 0 50px; }
.api-reviews-list .api-admin-controls span{ color:#969696; font-size:12px; position:relative; vertical-align:middle; cursor:pointer; text-decoration:underline }
.api-reviews-list .api-admin-controls span:hover{ text-decoration:none }
.api-reviews-list .api-admin-controls span:before{ content:""; margin:0 7px 0 3px; background:#e0e0e0; height:7px; display:inline-block; width:1px; }
.api-reviews-list .api-admin-controls span:first-child:before{ display:none; }
.api-reviews-list .api-admin-controls .api-update{ color:#444 }
.api-reviews-list .api-answer-title{ color:#000; font-size:13px; font-weight:bold }
.api-reviews-list .api-answer-text{ color:#666; font-size:13px }
/* @group */
/*.api-reviews-list .api-item-hidden{background: #E9EAEC; padding:10px; border:1px solid #CCC7C7; text-shadow: 0 1px 0 #FFF;; border-radius:4px}*/
.api-reviews-list .api-item-hidden.uk-panel .uk-badge{ background:#666; color:#fff }
/* @group */
.api-reviews-list #api-reply{ margin:10px 0 }
.api-reviews-list #api-reply .api-reply-button{ margin:5px 0 0 }
.api-reviews-list #api-reply button, #api-reply .api-label{ display:inline-block; vertical-align:middle }
.api-reviews-list #api-reply button{ margin-right:5px }
.api-reviews-list #api-reply .api-label{ margin-left:15px }
.api-reviews-list #api-reply .api-label input{ margin:0 5px 0 0 }
/* @group */
.api-reviews-list .api-pagination{ margin:50px 0 25px; text-align:center }
.api-reviews-list .api-pagination .text:first-child{ display:none }
/* @group */
.api-reviews-list .api-item-left{float:left;}
/* @group */
.api-reviews-list .api-item-inner:before,
.api-reviews-list .api-item-inner:after{content:"";display:block;position:absolute;z-index:2;width: 0;height: 0;border-right: 0;}
.api-reviews-list .api-item-inner:before{bottom:-22px;left:22px;z-index:1;border-left: 15px solid transparent;-webkit-transform: rotate(-20deg); -moz-transform: rotate(-20deg); -ms-transform: rotate(-20deg); -o-transform: rotate(-20deg);}
.api-reviews-list .api-item-inner:after{bottom:-19px;left:21px;z-index:2;border-left: 15px solid transparent;-webkit-transform: rotate(-18deg); -moz-transform: rotate(-18deg); -ms-transform: rotate(-18deg); -o-transform: rotate(-18deg);}


/* .arl-theme-orange */
.arl-theme-orange .api-icon-star{ background:url("/bitrix/images/api.reviews/stars.png"); background-repeat:no-repeat; display:inline-block; width:16px; height:15px; }
.arl-theme-orange .api-icon-small{ background-position:-16px 0; }
.arl-theme-orange .api-icon-small-active{ background-position:0 0; }
.arl-theme-orange .api-review-link span{ font-size:0; background:url("/bitrix/images/api.reviews/stars.png") no-repeat 0 -85px; display:inline-block; width:16px; height:7px; cursor:pointer }
.arl-theme-orange .api-review-link span:hover{ background-position:0 -93px }
.arl-theme-orange .api-review-answer{ margin:10px 0 0 50px; padding:0 0 0 10px; border-left:3px solid #eb6132 }
.arl-theme-orange .api-item-inner{background:#FFFEFB;}
.arl-theme-orange .api-item-inner:before{border-top: 25px solid #ededed;}
.arl-theme-orange .api-item-inner:after{border-top: 23px solid #FFFEFB;}

/* .arl-theme-black */
.arl-theme-black .api-icon-star{ background:url("/bitrix/images/api.reviews/black.png"); background-repeat:no-repeat; display:inline-block; width:16px; height:15px; }
.arl-theme-black .api-icon-small{ background-position:-16px 0; }
.arl-theme-black .api-icon-small-active{ background-position:0 0; }
.arl-theme-black .api-review-link span{ font-size:0; background:url("/bitrix/images/api.reviews/black.png") no-repeat 0 -85px; display:inline-block; width:16px; height:7px; cursor:pointer }
.arl-theme-black .api-review-link span:hover{ background-position:0 -93px }
.arl-theme-black .api-review-answer{ margin:10px 0 0 50px; padding:0 0 0 10px; border-left:3px solid #000 }
.arl-theme-black .api-item-inner{background:#F7F7F7;}
.arl-theme-black .api-item-inner:before{border-top: 25px solid #ededed;}
.arl-theme-black .api-item-inner:after{border-top: 23px solid #F7F7F7;}

/* .arl-theme-blue */
.arl-theme-blue .api-icon-star{ background:url("/bitrix/images/api.reviews/blue.png"); background-repeat:no-repeat; display:inline-block; width:16px; height:15px; }
.arl-theme-blue .api-icon-small{ background-position:-16px 0; }
.arl-theme-blue .api-icon-small-active{ background-position:0 0; }
.arl-theme-blue .api-review-link span{ font-size:0; background:url("/bitrix/images/api.reviews/blue.png") no-repeat 0 -85px; display:inline-block; width:16px; height:7px; cursor:pointer }
.arl-theme-blue .api-review-link span:hover{ background-position:0 -93px }
.arl-theme-blue .api-review-answer{ margin:10px 0 0 50px; padding:0 0 0 10px; border-left:3px solid #0257ba }
.arl-theme-blue .api-item-inner{background:#F2F6FB;}
.arl-theme-blue .api-item-inner:before{border-top: 25px solid #ededed;}
.arl-theme-blue .api-item-inner:after{border-top: 23px solid #F2F6FB;}

/* .arl-theme-red */
.arl-theme-red .api-icon-star{ background:url("/bitrix/images/api.reviews/red.png"); background-repeat:no-repeat; display:inline-block; width:16px; height:15px; }
.arl-theme-red .api-icon-small{ background-position:-16px 0; }
.arl-theme-red .api-icon-small-active{ background-position:0 0; }
.arl-theme-red .api-review-link span{ font-size:0; background:url("/bitrix/images/api.reviews/red.png") no-repeat 0 -85px; display:inline-block; width:16px; height:7px; cursor:pointer }
.arl-theme-red .api-review-link span:hover{ background-position:0 -93px }
.arl-theme-red .api-review-answer{ margin:10px 0 0 50px; padding:0 0 0 10px; border-left:3px solid #ed1c24 }
.arl-theme-red .api-item-inner{background:#fff9f9;}
.arl-theme-red .api-item-inner:before{border-top: 25px solid #ededed;}
.arl-theme-red .api-item-inner:after{border-top: 23px solid #fff9f9;}

/* .arl-theme-bright-blue */
.arl-theme-bright-blue .api-icon-star{ background:url("/bitrix/images/api.reviews/bright-blue.png"); background-repeat:no-repeat; display:inline-block; width:16px; height:15px; }
.arl-theme-bright-blue .api-icon-small{ background-position:-16px 0; }
.arl-theme-bright-blue .api-icon-small-active{ background-position:0 0; }
.arl-theme-bright-blue .api-review-link span{ font-size:0; background:url("/bitrix/images/api.reviews/bright-blue.png") no-repeat 0 -85px; display:inline-block; width:16px; height:7px; cursor:pointer }
.arl-theme-bright-blue .api-review-link span:hover{ background-position:0 -93px }
.arl-theme-bright-blue .api-review-answer{ margin:10px 0 0 50px; padding:0 0 0 10px; border-left:3px solid #33b5e5 }
.arl-theme-bright-blue .api-item-inner{background:#F7FCFE;}
.arl-theme-bright-blue .api-item-inner:before{border-top: 25px solid #ededed;}
.arl-theme-bright-blue .api-item-inner:after{border-top: 23px solid #F7FCFE;}
/* End */


/* Start:/bitrix/components/api/reviews/templates/.default/api/reviews.form/.default/styles.css?17512641155456*/
@import url('/bitrix/components/api/reviews/templates/.default/uikit.css');
#api-reviews-form .api-asterisk{ color:#f00; font:normal 12px/1 Tahoma, Arial, sans-serif; margin-left:3px }
#api-reviews-form hr{ margin:25px 0 }
#api-reviews-form textarea,
#api-reviews-form select,
#api-reviews-form input[type="text"]{ width:100%; background:#F6F6F6}
#api-reviews-form .api-antibot{ border:0 none !important; font-size:0 !important; height:0 !important; line-height:0 !important; padding:0 !important; position:absolute !important; right:0 !important; top:0 !important; width:0 !important }
#api-reviews-form .api-shop-stat{ text-align:center }
#api-reviews-form .api-shop-desc{ font-size:18px; line-height:28px; margin-bottom:20px }
#api-reviews-form .api-shop-desc span{ display:block }
#api-reviews-form .api-shop-name{ font-weight:bold; }
/* @group */
#api-reviews-form .api-rating-row > div{float:left; margin:0}
#api-reviews-form .api-rating-row .uk-form-label{line-height:32px;margin-right:30px}
#api-reviews-form .api-rating-row .api-star-rating{float:left;margin-right:15px}
#api-reviews-form .api-rating-row .api-star-rating-label{float:left;line-height:32px;color:#666}
/* @group */
#api-reviews-form .api-button{
	font-size:14px;
	font-weight:bold;
	line-height:38px;
	min-height:40px;
	padding:0 15px;
	margin:0;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	overflow:visible;
	text-transform:none;
	display:inline-block;
	vertical-align:middle;
	text-decoration:none;
	text-align:center;
	background-origin:border-box;
	cursor:pointer;
	-webkit-appearance:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#api-reviews-form .api-button::-moz-focus-inner{ border:0; padding:0 }
#api-reviews-form .api-button:active{
	-webkit-box-shadow:inset 0 2px 4px rgba(0, 0, 0, .3);
	-moz-box-shadow:inset 0 2px 4px rgba(0, 0, 0, .3);
	box-shadow:inset 0 2px 4px rgba(0, 0, 0, .3);
}
#api-reviews-form .uk-modal .api-button{width:100%}
/* @group */
#api-reviews-form .api-guest-form{
	background:#fafafa;
	border:1px dashed #ddd;
	color:#444;
	padding:15px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
#api-reviews-form .api-guest-form-field{ position:relative }
#api-reviews-form .api-guest-form-field:last-child{ margin:10px 0 0 }
#api-reviews-form .api-guest-form-field input{ width:100% }
/* @group */
/*#api-reviews-form .uk-form-label.required .api-asterisk:before{
	display: inline-block;
	margin-right:3px;
	content: ":";
	color:#222;
}*/
/* @group */
#api-reviews-form .api-location .dropdown-fade2white{ height:30px; top:0; right:0 }
#api-reviews-form .api-location .bx-sls .dropdown-icon{ top:8px }
#api-reviews-form .api-location .bx-ui-sls-route{ padding:4px 6px !important; }
/* @group */
#api-reviews-form .api-rules{ margin:0 0 15px; }
#api-reviews-form .api-rules a{ font-size:13px; text-decoration:none; border-bottom:1px dotted; }
#api-reviews-form .api-rules a:hover{ border-bottom:1px solid; }

/* .arf-theme-orange */
.arf-theme-orange .api-button{ background:#eb6132; color:#fff;	border:none;}
.arf-theme-orange .api-button:hover{ background:#e8441e; }
.arf-theme-orange .api-button:active{ background:#ee3700; }
.arf-theme-orange .api-star-rating i{ background:url("/bitrix/images/api.reviews/stars.png") no-repeat 0 -57px; display:inline-block; height:28px; width:29px; cursor:pointer }
.arf-theme-orange .api-star-rating i.active{ background-position:-29px -57px; }

/* .arf-theme-black */
.arf-theme-black .api-button{ background:#000; color:#fff;	border:none; }
.arf-theme-black .api-button:hover{ background:#222; }
.arf-theme-black .api-button:active{ background:#444; }
.arf-theme-black .api-star-rating i{ background:url("/bitrix/images/api.reviews/black.png") no-repeat 0 -57px; display:inline-block; height:28px; width:29px; cursor:pointer }
.arf-theme-black .api-star-rating i.active{ background-position:-29px -57px; }

/* .arf-theme-blue */
.arf-theme-blue .api-button{ background:#0257ba; color:#fff;	border:none; }
.arf-theme-blue .api-button:hover{ background:#004aa1; }
.arf-theme-blue .api-button:active{ background:#013b80; }
.arf-theme-blue .api-star-rating i{ background:url("/bitrix/images/api.reviews/blue.png") no-repeat 0 -57px; display:inline-block; height:28px; width:29px; cursor:pointer }
.arf-theme-blue .api-star-rating i.active{ background-position:-29px -57px; }

/* .arf-theme-red */
.arf-theme-red .api-button{ background:#ed1c24; color:#fff;	border:none; }
.arf-theme-red .api-button:hover{ background:#cb302b; }
.arf-theme-red .api-button:active{ background:#b11116 }
.arf-theme-red .api-star-rating i{ background:url("/bitrix/images/api.reviews/red.png") no-repeat 0 -57px; display:inline-block; height:28px; width:29px; cursor:pointer }
.arf-theme-red .api-star-rating i.active{ background-position:-29px -57px; }

/* .arf-theme-bright-blue */
.arf-theme-bright-blue .api-button{ background:#33b5e5; color:#fff;border: 1px solid rgba(0, 0, 0, 0.2);}
.arf-theme-bright-blue .api-button:hover{ background:#05aadf; }
.arf-theme-bright-blue .api-button:active{ background:#0591c5; }
.arf-theme-bright-blue .api-star-rating i{ background:url("/bitrix/images/api.reviews/bright-blue.png") no-repeat 0 -57px; display:inline-block; height:28px; width:29px; cursor:pointer }
.arf-theme-bright-blue .api-star-rating i.active{ background-position:-29px -57px; }

/* End */
/* /bitrix/templates/.default/components/bitrix/news.detail/teachers/style.css?17512651965401 */
/* /bitrix/components/api/reviews/templates/.default/uikit.css?175126411538064 */
/* /bitrix/components/api/reviews/templates/.default/styles.css?1751264115456 */
/* /bitrix/components/api/reviews/templates/.default/api/reviews.list/.default/styles.css?17512641169479 */
/* /bitrix/components/api/reviews/templates/.default/api/reviews.form/.default/styles.css?17512641155456 */
