.home-circles
{
	padding-top: 1.5em;
	margin-bottom: 1.5em;
}
.home-circles img
{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.home-slider-item
{
	width: 472px;
	min-height: 342px;
	background: url('./img/main_slider_back.png');
	position: absolute;
    top: 0;
    right: 0;
}
.home-slide-container
{
	position: relative;
}
.home-slider-item-description
{
	color: white;
    padding-left: 160px;
    padding-right: 15px;
    margin-top: 40px;
}
.home-slider-more
{
	text-decoration: none !important;
	padding: 10px 30px;
    border: 1px solid white;
    margin-top: 4em;
    display: inline-block;
    border-radius: 3px;
    background: #4d4181;
    color: white !important;
    font-weight: bold;
}
.home-slider-more:hover
{
	background: white;
	color: #4d4181 !important;
}
.home-slider
{
	*margin-top: -10px;
	margin-bottom: 3em;
}
.offers-block-headline
{
	min-height: 4em;
	text-align: center;
}
.offers-block-text
{
	margin-bottom: 2em;
}
.offers-block-text img
{
	display: block !important;
	max-width: 100% !important;
	float: none !important;
	margin: 0 auto !important;
}
.special-offer
{
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 1em;
}
.home-slider-ul li
{
	left: 0;
}
.home-slider-ul
{
	margin-bottom: 0;
}
.home-slider .bx-default-pager
{
	margin-left: 1em;
}
.loadout-item img
{
	box-sizing: border-box;
}
.loadout-item:hover img
{
	border-top: 2px solid #4d4181;
	border-left: 2px solid #4d4181;
	border-right: 2px solid #4d4181;
}
.candidate
{
	padding-bottom: 2em;
    border-bottom: 1px solid lightgray;
    margin-top: 2em;
}
.candidate.last
{
	border-bottom: none;
	padding-bottom: 0;
}
.candidate-photo img
{
	display: block;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	border: 2px solid #4d4181;
	border-radius: 2px;
}
.candidate-name
{
	font-size: 1.4em;
	color: #4d4181;
}
.candidate-feature
{
	margin-top: 0.7em;
}
.candidates-caption
{
	font-size: 1.5em;
	font-weight: normal;
	color: #4d4181;
	margin-top: 2em;
}
.order-candidate
{
    padding: 0.6em;
    border: 1px solid #4d4181;
    border-radius: 3px;
    margin-top: 1em;
    cursor: pointer;
    margin-right: 10px;
    font-weight: bold;
	width: 100%;
	color: #4d4181;
	text-align: center;
}
.order-candidate:hover
{
	color: white;
    background: #4d4181;
}
.show-candidates
{
	float: right;
    padding: 0.6em;
    border: 1px solid #4d4181;
    border-radius: 3px;
    margin-top: 0.7em;
    cursor: pointer;
    font-weight: bold;
	color: #4d4181;
}
.show-candidates:hover
{
	color: white;
    background: #4d4181;
}
.icon-print
{
	display: inline-block;
	vertical-align: top;
	width: 32px;
	height: 32px;
	background: url('./img/print_icon.png');
	margin-right: 1em;
}
.candidate-print
{
	line-height: 32px;
    margin-top: 1em;
}
.candidate-print a
{
	color: #4d4181;
	font-size: 1.3em;
}

@media (max-width: 489px) {
	.home-slider-item {background: #4d4181; width: 100%;}
	.home-slider-item-description {padding-left: 30px; text-align: center;}
}
@media (max-width: 768px) {
	.home-slider {padding: 0;}
	.candidate  {text-align: center;}
	.candidate-name {margin-top: 1em;}
	.candidate-feature b {display: block;}
	.show-candidates {float: none; width: 100%; text-align: center;}
}
@media (min-width: 768px) and (max-width: 992px) {
	.home-slider {padding: 0;}
}
@media (min-width: 992px) and (max-width: 1200px) {
}