body {
	overflow-x: hidden;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	color: #4b4b4b;
}

h1 {
	font-size: 42px;
	font-weight: normal;
	line-height: 42px;
	text-transform: uppercase;
	color: #4b4b4b;
	margin: 37px 0 35px;
}

p {
	font-family: Arial, Sans-Serif, Tahoma;
	font-size: 14px;
	line-height: 19px;
	color: #4b4b4b;
	margin-bottom: 25px;
}

a {
	display: inline-block;
}

a > img {
	vertical-align: bottom;
}

a.button {
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	color: white;
	background-color: #e3000f;
	padding: 9px 20px 10px 27px;
}

a.button:hover {
	color: #e3001b;
	background-color: #e9e9e9;
	text-decoration: none;
}

a.button:active {
	color: white;
	background-color: #bc010e;
}

a.light-button .arrow,
a.button .arrow {
	display: inline-block;
	width: 8px;
	height: 12px;
	background: url('../img/button-arrow.png') no-repeat 0 0;
	margin: 0 !important;
}

a.button:hover .arrow {
	background-position-y: -12px;
}

a.button:active .arrow {
	background-position-y: 0;
}

a.light-button {
	border: 1px solid #cecece !important;
	font-size: 15px;
	line-height: 15px;
	color: #4b4b4b;
	text-transform: uppercase;
	padding: 8px 15px !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

a.light-button .arrow.left.jump {
	width: 16px;
	height: 16px;
	background: url('../img/arrow-jump-left.png') no-repeat 0 0;
	margin-top: -1px;
}

a.light-button:hover .arrow.left.jump {
	background-position-y: -16px;
}

.breadcrumb {
	background-color: white;
	padding: 0;
	margin: 25px 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.breadcrumb > li+li:before {
	content: '→';
	color: #4b4b4b;
	padding: 0 10px;
}

.breadcrumb > li > a {
	font-family: Arial, Sans-Serif, Tahoma;
	font-size: 12px;
	line-height: 12px;
	color: #4b4b4b;
	text-decoration: underline;
}

.breadcrumb > .active {
	font-family: Arial, Sans-Serif, Tahoma;
	font-size: 12px;
	line-height: 12px;
	color: #a7a7a7;
}

.pager a.light-button {
	padding: 8px !important;
}

a.light-button:hover {
	border-color: #e3000f !important;
	background-color: #e3000f !important;
	color: white;
	text-decoration: none;
}

.pager a.light-button.active,
a.light-button:active {
	border-color: #bc010e !important;
	background-color: #bc010e !important;
	color: white;
}

a.light-button .arrow {
	background-position-y: -12px;
}

a.button .arrow.pull-left,
a.light-button .arrow.pull-left {
	margin-right: 15px !important;
}

a.button .arrow.pull-right,
a.light-button .arrow.pull-right {
	margin-left: 15px !important;
}

a.light-button .arrow.big {
	background-image: url('../img/button-arrow-big.png');
	background-position-y: 0;
	height: 13px;
	margin-top: 1px !important;
}

a.light-button:hover .arrow.big {
	background-position-y: -13px;
}

a.light-button .arrow.left {
	background-position-x: -8px;
}

label:after {
	content: ':';
}

label {
	font-weight: normal;
	text-transform: uppercase;
}

.navbar-toggle {
	margin-top: 25px;
}

.form-control.dropdown {
	margin: -5px 15px 0 15px;
}

.form-control.dropdown .dropdown-toggle:focus,
.form-control.dropdown .dropdown-toggle {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: Arial, Sans-Serif, Tahoma;
	font-size: 14px;
	line-height: 14px;
	color: #4b4b4b;
	border-color: #cecece;
	padding: 11px 15px;
}

.form-control.dropdown .dropdown-menu:before {
	content: '';
	display: block;
	position: absolute;
	top: -12px;
	left: 50%;
	z-index: 99;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid white;		
	margin-left: -12px;
}

.form-control.dropdown .dropdown-menu {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0;
	-webkit-box-shadow: 0 0 25px #bdbfba;
	-moz-box-shadow: 0 0 25px #bdbfba;
	box-shadow: 0 0 25px #bdbfba;
	margin: 10px 0 0;
	min-width: 100%;
	padding: 15px 0;
}

.form-control.dropdown .dropdown-menu li {
	display: block;
	padding: 0 4px;
	margin-top: -1px;
}

.form-control.dropdown .dropdown-menu li:hover {
	position: relative;
	background-color: #e3000f;
	z-index: 20;
}

.form-control.dropdown .dropdown-menu li:hover a {
	color: white;
	border-top-color: #e3000f;
}

.form-control.dropdown .dropdown-menu li:active {
	background-color: #bc010e;
}

.form-control.dropdown .dropdown-menu li:active a {
	color: white;
	border-top-color: #bc010e;
	outline: 0;
}

.form-control.dropdown .dropdown-menu li+li a {
	border-top: 1px dashed #a7a7a7;	
}

.form-control.dropdown .dropdown-menu a {
	padding: 11px 28px;
	font-family: Arial, Sans-Serif, Tahoma;
	font-size: 14px;
	line-height: 14px;
}

.form-control.dropdown .dropdown-menu a:focus,
.form-control.dropdown .dropdown-menu a:hover {
	background-color: transparent !important;
}

.form-control.dropdown .dropdown-toggle:hover {
	background-color: white;
	border-color: #e3000f;
}

.form-control.dropdown:active .dropdown-toggle,
.form-control.dropdown .dropdown-toggle:focus,
.form-control.dropdown .dropdown-toggle:active {
	background-color: white;
	border-color: #bc010e;
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.form-control.dropdown .dropdown-toggle .caret {
	border: 0;
	width: 10px;
	height: 7px;
	background: url('../img/drop-down-caret.png') no-repeat 0 0;
	margin-left: 24px;
}

.form-control.dropdown .dropdown-toggle:hover .caret {
	background-position-y: -7px;
}

.form-control.dropdown.open .dropdown-toggle .caret,
.form-control.dropdown .dropdown-toggle:active .caret {
	background-position-y: -14px;
}

.form-control.dropdown .dropdown-menu.calendar {
	padding: 18px 10px;
	width: 244px;
	left: 50%;
	margin-left: -132px;
}

.form-control.dropdown .dropdown-menu.calendar .month-n-year {
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	color: #4b4b4b;	
	padding-bottom: 15px;
}

.form-control.dropdown .dropdown-menu.calendar button {
	display: inline-block;
	width: 23px;
	height: 23px;
	border: 0;
	background-color: white;
	text-align: center;
	padding: 0;
}

.form-control.dropdown .dropdown-menu.calendar .controls button {
	background: url('../img/calendar-arrows.png') no-repeat 0 0;	
}

.form-control.dropdown .dropdown-menu.calendar button:hover {
	background-color: #e3000f;
	color: white;
}

.form-control.dropdown .dropdown-menu.calendar .controls button:hover {
	background-position-y: -23px;
}

.form-control.dropdown .dropdown-menu.calendar button.active,
.form-control.dropdown .dropdown-menu.calendar button:active {
	background-color: #bc010e;
	color: white;
	outline: 0;
}

.form-control.dropdown .dropdown-menu.calendar .controls button:active {
	background-position-y: -23px;
}

.form-control.dropdown .dropdown-menu.calendar .controls button.first {
	float: left;
}

.form-control.dropdown .dropdown-menu.calendar .controls button.prev {
	float: left;
	background-position-x: -23px;
}

.form-control.dropdown .dropdown-menu.calendar .controls button.next {
	float: right;
	background-position-x: -46px;
}

.form-control.dropdown .dropdown-menu.calendar .controls button.last {
	float: right;
	background-position-x: -69px;
}

.form-control.dropdown .dropdown-menu.calendar .controls {
	font-family: Arial, Sans-Serif, Tahoma;
	font-size: 12px;
	line-height: 23px;
	color: #606060;
	text-align: center;
	overflow: hidden;
	margin-bottom: 10px;
}

.form-control.dropdown .dropdown-menu.calendar table {
	width: 100%;
	font-family: Arial, Sans-Serif, Tahoma;
	font-size: 12px;
	line-height: 12px;
	color: #606060;
}

.form-control.dropdown .dropdown-menu.calendar table button {
	font-family: Arial, Sans-Serif, Tahoma;
	font-size: 12px;
	line-height: 12px;
	color: #606060;
	margin-top: 3px;
}

.form-control.dropdown .dropdown-menu.calendar table tbody tr:first-child button {
	margin-top: 10px;
}

.form-control.dropdown .dropdown-menu.calendar thead {
	background-color: #ececec;
}

.form-control.dropdown .dropdown-menu.calendar th {
	font-weight: normal;
	text-align: center;
	height: 29px;
}

.form-control.dropdown .dropdown-menu.calendar td {
	text-align: center;
}

.pager-wrapper {
	padding-top: 35px !important;
}

.pager {
	margin: 0;
	font-size: 0;
}

.pager li+li {
	font-size: 15px;
	margin-left: 5px;
}

.pager .dots {
	padding: 0 10px;
}

.front #header {
	height: 582px;
	background: url('../img/slider-shadow-bottom.png') no-repeat center bottom;
	margin-bottom: -94px;
	position: relative;
}

#apex {
	background: #e1e1e1;	
}

.front #apex {
	position: absolute;
	z-index: 50;
	left: 0;
	right: 0;	
	background: url('../img/background.png');
}

#apex nav {
	background: none;
	border: none;
	margin-bottom: 0;
}

#apex .navbar-brand {
	display: inline-block;
	background: url('../img/logo-header.png') no-repeat 0 0;
	width: 221px;
	height: 87px;
}

#apex .navbar-brand:hover {
	background-position-y: -87px;
}

#apex .navbar-brand:active {
	background-position-y: -174px;
}

.main-menu-part {
	padding: 0;
	overflow: hidden;
}

.main-menu-part li {
	list-style: none;
	float: left;
}

.main-menu-part a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	line-height: 14px !important;
	text-transform: uppercase;
	color: #4b4b4b !important;
	border-bottom: 2px solid transparent;
}

#apex .main-menu-part a {
	padding: 35px 0 36px !important;
	margin-left: 25px;
}

.main-menu-part a.active,
.main-menu-part a:hover {
	text-decoration: none;
	border-bottom-color: #e3101e;
	color: #e3000f !important;
}

.nav .open > a, 
.nav .open > a:hover,
.nav .open > a:focus {
	border-bottom-color: #e3101e;
	background-color: #e1e1e1;
}

.main-menu-part a:active {
	border-bottom-color: #bf111d;
	color: #bc010e;
}

#apex .description {
	margin-bottom: -35px;
}

#header .shop {
	z-index: 10;
	position: absolute;
	bottom: 94px;
	left: 0;
	right: 0;
}

.shop .button {
	width: 240px;
	padding-top: 17px;
	padding-bottom: 18px;
}

.shop .button .basket {
	background: url('../img/basket.png') no-repeat 0 0;
	display: inline-block;
	width: 32px;
	height: 22px;
	margin: -5px 0;	
}

.shop .button:hover .basket {
	background-position-y: -22px;
}

.shop .button:active .basket {
	background-position-y: 0;
}

#slider {
	position: absolute;
	top: 0;
	left: 50%;
}

#slider .carousel-caption {
	padding-bottom: 45px;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: left;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
}

#slider .carousel-caption,
#slider .carousel-caption a {
	color: white;
}

#slider .carousel-caption ul.links {
	text-align: right;
	padding: 0;
	margin-bottom: 30px;
}

#slider .carousel-caption ul.links li {
	list-style: none;
}

#slider .carousel-caption ul.links a {		
	text-transform: uppercase;
}

#slider .carousel-caption ul.links a:hover {
	text-decoration: none;
}

#slider .carousel-caption ul.links a .count {
	font-size: 55px;
	line-height: 55px;
	margin-right: 15px;
}

#slider .carousel-caption ul.links a .title {
	display: inline-block;
	position: relative;
	width: 175px;
	text-align: left;
	padding-right: 35px;
	font-size: 16px;
	line-height: 16px;
}

#slider .carousel-caption ul.links .arrow {	
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	border: 1px solid white;
	background: url('../img/slide-arrow.png') no-repeat center center;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

#slider .carousel-caption ul.links a:hover .arrow {
	border-color: #e3000f;
	background-color: #e3000f;
}

#slider .carousel-caption ul.links a:active .arrow {
	border-color: #bc010e;
	background-color: #bc010e;
}

#slider .carousel-caption .dark {
	width: 240px;
	background-color: rgba(0, 0, 0, .6);
	text-align: right;
	text-transform: uppercase;
	padding: 30px 20px;
}

#slider .carousel-caption .dark .title {
	font-weight: bold;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 10px;
}

#blocks-shadow {	
	height: 8px;
	background: url('../img/slider-shadow-top.png') no-repeat center top;
	margin-bottom: -8px;
}

.front #blocks-shadow {
	position: relative;
	z-index: 10;
}

#blocks {
	padding-bottom: 6px;
	background: url('../img/blocks-shadow.png') no-repeat center bottom;
	margin: 0;
}

#blocks .block {
	padding: 0;
}

#blocks a {
	display: inline-block;
	position: relative;
}

#blocks a > div {
	position: absolute;
	right: 0;
}

#blocks a .light {
	display: none;	
	top: 0;
	left: 0;
	bottom: 0;
	background: white;
	opacity: .4;
}

#blocks a:hover .light {
	display: block;
}

#blocks a .title {
	top: 0;
	left: 0;
	bottom: 0;
	padding-top: 20px;	
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	text-align: center;
	color: white;
	-webkit-box-shadow: inset -8px 0px 10px -7px #777;
	-moz-box-shadow: inset -8px 0px 10px -7px #777;
	box-shadow: inset -8px 0px 10px -7px #777;
}

#blocks > div:last-child a .title {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#blocks a .arrow {
	bottom: 0;
	width: 34px;
	height: 34px;
	background: url('../img/block-arrow.png') no-repeat 0 0;
}

#blocks a:hover .arrow {
	background-position-y: -34px;
}

#news .block-title {
	font-size: 28px;
	font-weight: normal;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	color: #4b4b4b;
	padding: 10px 60px;	
	margin: 30px 0 35px;
}

.front #news .block-title {
	margin: 20px 0 25px;
	background: url('../img/news.png') no-repeat 0 0;
	text-align: left;
}

#news a.new {
	display: block;
	color: #4b4b4b;	
}

#news a.new:hover {
	text-decoration: none;
}

#news a.new img {
	float: left;
	vertical-align: top;
}

#news a.new:hover img {
	opacity: .6;
}

#news .new div {
	margin-left: 129px;
}

.date {	
	font-family: Arial, Sans-Serif, Tahoma;
	font-size: 12px;
	line-height: 12px;
	color: #a7a7a7;
	padding: 2px 0 2px 25px;
	background: url('../img/calendar.png') no-repeat 0 0;	
	margin-bottom: 8px;	
}

#news .new .title {
	font-size: 16px;
	line-height: 17px;
	text-transform: uppercase;
	color: #4b4b4b;
}

#news a.new:hover .title {
	color: #e3000f;
}

#news a.new:active .title {
	color: #bc010e;
}

#news .button {
	margin: 35px 0 0;
}

.main-menu-part.main-sub-menu a {
	margin-right: 20px;
	padding: 24px 0;
}

.page-header {
	margin: 0;
	padding: 0;
	border: 0;
}

.grid {
	color: #4b4b4b;
}

.page-about-wrapper .page-header h1 {
	margin-top: 13px;
}

.page-about .content {
	margin-top: -5px;
}

.page-about .content > div {
	padding-bottom: 20px;
}

.grid .row:last-child .title.bottom {
	padding-bottom: 0;
}

.grid .title.top {	
	color: #e3000f;
	
}

.page-about .grid .title.top {
	font-size: 28px;
	font-weight: bold;
	line-height: 28px;
}

.grid .title.bottom {
	font-size: 22px;
	line-height: 22px;	
	padding-bottom: 50px;
	text-transform: uppercase;
}

.grid .description {
	font-family: Arial, Sans-Serif, Tahoma;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 50px;
}

.grid .row:last-child .description {	
	padding-bottom: 0;
}

.page-history .date {
	display: inline-block;
	color: #e3000f;
	background-position-y: -16px;
}

#main .shop {
	margin-top: 70px;
}

.page-team .row+.row {
	margin-top: 65px;
}

.page-team .name {
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	padding: 25px 0 15px;
}

.page-team .rang {
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	padding-bottom: 15px;
}

.page-team .description p {
	margin-bottom: 20px;
}

.page-news form {
	margin-bottom: 20px;
}

.page-news .row {
	padding: 15px 0;
	overflow: hidden;
	margin: 0;	
}

.page-news .row+.row {
	background: url('../img/dashed-horiz.png') repeat-x 0 0;
}

.page-news .row > div:last-child {
	padding-right: 0;
}

.page-news .row:last-child {
	padding-bottom: 0;
}

.form-control {
	padding: 0;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.page-news .title {
	font-size: 28px;
	line-height: 28px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.page-news .description {
	font-family: Arial, Sans-Serif, Tahoma;
	font-size: 14px;
	line-height: 18px;
	color: #1e1e1e;
	padding-bottom: 15px;
}

.page-new .content {
	margin-top: 40px;
}

.page-new .content,
.page-new .content p,
.page-new .content div {
	font-family: Arial, Sans-Serif, Tahoma;
	font-size: 14px;
	line-height: 19px;
	color: #1e1e1e;
}

.page-new .content p,
.page-new .content div {
	margin-bottom: 15px;
}

.page-new .content a {
	color: #e3000f;
	text-decoration: underline;
}

.page-new .content a:hover {
	text-decoration: none;
}

.page-new .content h1,
.page-new .content h2,
.page-new .content h3,
.page-new .content h4,
.page-new .content h5,
.page-new .content h6 {
	font-family: Arial, Sans-Serif, Tahoma;
	font-weight: normal;
	color: #1e1e1e;
	margin: 0 0 15px;
}

.page-new .content h1 {
	font-size: 21px;
	line-height: 23px;
}

.page-new .content h2 {
	font-size: 20px;
	line-height: 22px;
}

.page-new .content h3 {
	font-size: 19px;
	line-height: 21px;
}

.page-new .content h4 {
	font-size: 19px;
	line-height: 21px;
}

.page-new .content h5 {
	font-size: 18px;
	line-height: 20px;
}

.page-new .content h6 {
	font-size: 16px;
	line-height: 18px;
}

.page-new .content img.pull-left {
	margin-right: 25px;
}

.page-new .content img.pull-right {
	margin-left: 25px;
}

.page-new .controls {
	margin-top: 40px;
}

.page-brands .logo {
	margin-top: 20px;
}

.page-brands .title,
.page-brands .country {
	font-family: Arial, Sans-Serif, Tahoma;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	color: black;	
}

.page-brands .country {
	padding: 2px 0 3px;	
	margin-top: 30px;
}

.page-brands .title {
	margin-top: 15px;
}

.page-brands ul {
	padding-left: 15px;
	margin-bottom: 63px;
}

.page-brands ul li {
	list-style-type: square;
	font-size: 10px;
	line-height: 14px;
}

.page-brands ul a {
	font-family: Arial, Sans-Serif, Tahoma;
	font-size: 14px;
	line-height: 14px;
	color: black;
	text-decoration: underline;
	margin-top: 10px;
}

.page-brands .light-button {
	position: absolute;
	bottom: 0;
}

.page-brands .country.switzerland {
	padding-left: 28px;
	background: url('../img/flags.png') no-repeat 0 0;
}

.page-brands .country.uk {
	padding-left: 28px;
	background: url('../img/flags.png') no-repeat 0 -19px;
}

.page-brands .country.denmark {
	padding-left: 28px;
	background: url('../img/flags.png') no-repeat 0 -38px;
}

.page-partners {
	padding-top: 13px;
}

.page-partners .row {
	margin: 0;
}

.page-partners .row > div {
	padding: 0;
       margin-bottom:30px;
}

.page-partners .row+.row {
	/*margin-top: 35px;*/
}

.page-partners .row > .partner+.partner {
	/*margin-left: -1px;*/
}

.page-partners .row > .partner+.partner > a {
	border-left: 1px dashed #a7a7a7;
}

.page-partners a {
	display: block;
	height: 250px;
	border: 1px solid white;
	padding: 0 18px;	
	color: #4b4b4b;
}

.page-partners a:hover {
	position: relative;
	z-index: 10;
	border: 1px solid #e3000f !important;
	text-decoration: none;
}

.page-partners a:active {
	position: relative;
	z-index: 10;
	border: 1px solid #bc010e !important;
}

.page-partners .photo {
	position: relative;
	height: 122px;	
	overflow: hidden;
}

.page-partners .photo img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.page-partners .name {
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	padding-top: 20px;
	border-top: 1px dashed #a7a7a7;
	margin-top: 17px;
}

.page-partners .link {
	font-family: Arial, Sans-Serif, Tahoma;
	font-size: 12px;
	line-height: 12px;
	text-decoration: underline;
	margin-top: 15px;
}

.help-with-tel {
	border-top: 1px dashed #a7a7a7;
	border-bottom: 1px dashed #a7a7a7;
	text-transform: uppercase;
	padding: 19px 20px 17px 83px;
	background: url('../img/pages/manager.png') no-repeat 5px bottom;
	line-height: 19px;
}

.help-with-tel span {
	font-size: 22px;	
	color: #e3000f;
}

.page-services .dropdown {
	margin: 0;
}

.page-services .dropdown-toggle {
	width: 100%;
}

.page-services .description {
	visibility: hidden;
}

.page-services .description .city {
	font-size: 28px;
	line-height: 28px;
	text-transform: uppercase;
	margin-bottom: 22px;
}

.page-services .description .service .type .icon {
	float: left;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../img/service-n-office.png') no-repeat 0 0;	
}

.page-services .description .service.regional-office .type .iconn {
	background-position-x: -21px;
}

.page-services .description .service .type {
	line-height: 18px;
	text-transform: uppercase;	
	margin: 2px 0 14px;
}

.page-services .description .service .type .title:after {
	content: ':';
}

.page-services .description .service .type .title {
	margin-left: 32px;
}

.page-services .description .service.regional-office {
	margin-top: 52px;
}

.page-services .description .service.regional-office .type {
	background-position-y: -20px;
}

.page-services .description .contacts .contact:before {
	content: '';
	display: block;
	width: 12px;
	background: url('../img/contacts-dark.png') no-repeat 0 0;
}

.page-services .description .contacts .contact {
	margin-top: 10px;
	padding-left: 0 !important;
	background: none !important;
}

.page-services .description .contacts .contact .icon {
	float: left;
	width: 12px;
	height: 17px;
	background: url('../img/contacts-dark.png') no-repeat 0 0;
	margin-left: 4px;
}

.page-services .description .contacts .contact.tel .icon {
	background-position-y: -17px;
	margin-top: 1px;
}

.page-services .description .contacts .contact.map .icon {
	background-position-y: -34px;
	margin-top: 3px;
}

.page-services .description .contacts .contact .title {
	margin-left: 33px;
	line-height: 18px;
}

.page-services .description .contacts .contact.map {
	color: #4b4b4b;
}

.page-services .map {
	margin-top: 35px;
}

.page-services .map-wrapper {
	position: relative;
	margin-top: -30px;
	margin-right: -18px;
}

.page-services .map-wrapper path {
	stroke: none;
}

.page-services .map-wrapper .region path {
	fill: #dfe0e0;
}

.page-services .map-wrapper .city circle {
	fill: #e3000f;
}

.page-services .map-wrapper .city {
	cursor: pointer;
}

.page-services .map-wrapper .city text {
	fill: black;
}

.page-services .map-wrapper .city:hover text {
	fill: #e3000f;	
}

.page-services .map-wrapper .services {
	position: absolute;
	width: 41px;
	height: 26px;
	background: url('../img/service-n-office.png') no-repeat 0 0;
	margin-top: -32px;
	margin-left: -20px;
	cursor: pointer;
}

.page-services .map-wrapper .services.no-office {
	width: 20px;
	background-position-x: -82px;
	margin-left: -10px;
}

.page-services .map-wrapper .services.left {
	background-position-x: -41px;
	margin-left: -32px;
}

.page-services .map-wrapper .services.right {
	background-position-x: -82px;
	margin-left: -9px;
}

.page-services .help {
	font-family: Arial, Sans-Serif, Tahoma;
	font-size: 15px;
	line-height: 20px;
	margin-top: 22px;
}

.page-services .help span {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;	
	text-transform: uppercase;
	color: white;
	background-color: #b4b4b4;
	padding: 0 7px;
}

.page-contacts .help-with-tel {
	margin-top: 30px;
}

.page-contacts .map {
	margin-top: 40px;
}

#footer {
	background: url('../img/footer-shadow.png') no-repeat center top #b4b4b4;	
	padding: 35px 0 30px;
	color: white;
}

.front #footer {
	margin-top: 50px;
}

#footer a {
	color: white;
}

#footer a.download {
	border: 1px solid white;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	padding: 9px 14px 9px 49px;
	background: url('../img/download.png') no-repeat 17px center;
	min-height: 50px;
	margin: 5px -2px 0 6px;
}

#footer a.download:hover {
	border-color: #e3000f;
	background-color: #e3000f;
}

#footer a.download:active {
	border-color: #bc010e;
	background-color: #bc010e;
}

#footer a.download:hover {
	text-decoration: none;
}

#footer ul {
	padding: 0;
}

#footer ul li {
	list-style: none;
	display: inline-block;
	margin: 0 10px 0 15px;
}

#footer ul li a {
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;	
}

.contacts {
	font-family: Arial, Sans-Serif, Tahoma;
	font-size: 12px;
	line-height: 12px;
}

#main .contacts {
	font-size: 15px;
	line-height: 15px;
}

#footer .contacts {
	margin-top: 13px;
}

.contacts .contact {
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 3px;
	padding-bottom: 4px;
}

#main .contacts .contact {
	display: block;
	padding: 1px 0 1px 33px;
	background: url('../img/contacts.png') no-repeat 0 0;
}

#main .contacts .contact+.contact {
	margin-top: 8px;
}

#footer .contacts .address {	
	padding-left: 28px;
	background-image: url('../img/marker.png');
	margin-right: 18px;
}

#main .contacts .tel {
	background-position-y: -17px;
}

#footer .contacts .tel {
	padding-left: 24px;
	background-image: url('../img/phone.png');
	margin-right: 32px;
}

#main .contacts .mail {
	background-position-y: -34px;
}

#main .contacts .mail a {
	color: #4b4b4b;
}

.contacts a {
	text-decoration: underline;
}

.contacts a:hover {
	text-decoration: none;
}

.contacts > a {
	padding-left: 30px;
	background-image: url('../img/letter.png');	
}

@media (min-width: 990px) {

	.container {
		width: 990px;
	}
	
	#news div.new {
		display: table-cell;
		float: none;
	}
	
	#news div.new+div.new {
		border-left: 1px dashed #a7a7a7;
	}
	
}

@media (max-width: 989px) {

	#apex .container {
		padding: 0;
	}
	
}

@media (min-width: 992px) {

	.page-brands .row {
		display: table;
		margin: 0 -35px;
	}
	
	.page-brands .brand {
		float: none;
		display: table-cell;
		position: relative;
		padding: 0 35px;
	}
	
	.page-brands .row .brand+.brand {
		background: url('../img/dashed-vert.png') repeat-y 0 45px;
	}



  .page-partners .row + .row > .partner > a { border-left:1px dashed #a7a7a7; }
  .page-partners .row + .row > .partner:first-child > a, .page-partners .row + .row > .partner:nth-child(6n+7) > a { border-left:1px solid #fff; }
	
}

@media (max-width: 991px) {
	
	.front #header {
		margin-bottom: -49px !important;
	}
	
	#header .shop {
		bottom: 49px;
		padding: 0;
		width: 100%;
	}
	
	#header .shop .button {
		width: 100%;		
	}	
	
	#slider .carousel-caption {
		padding-bottom: 0;
	}

	#blocks {
		padding: 0;
		background: none;
	}
	
	#blocks .block:nth-child(2n) > a {
		float: left;
	}
	
	#blocks .block:nth-child(2n+1) > a {
		float: right;
	}	
	
	#news div.new+div.new {
		border-top: 1px dashed #a7a7a7;
		margin-top: 20px;
		padding-top: 20px;
	}
	
	.page-brands .brand {
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px dashed #a7a7a7;
	}	
	
	.page-brands .row:first-child .brand:first-child {
		margin-top: 0;
		padding-top: 0;
		border-top: 0;
	}	
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	#apex .main-menu-part a {
		margin-left: 3px;
	}	
	
	.page-partners .row+.row {
		/*margin-top: 0;*/
	}
	
	.page-partners .row:first-child > .partner+.partner,
	.page-partners .row+.row > .partner {
		/*margin-top: 35px;*/
	}
	
	.page-partners .row:first-child > .partner:nth-child(odd) > a,
	.page-partners .row+.row > .partner:nth-child(3n+1) > a {
		border-left: 1px solid white;
	}
	
	.page-partners .row:first-child > .partner:last-child > a {
		border-left: 1px dashed #a7a7a7;
	}		
	
}

@media (min-width: 768px) {	

	#slider {
		left: 50%;
		margin-left: -883px;
		width: 1766px;
	}

	#apex .languages {
		margin-bottom: -20px;
                position:relative;
                z-index:1;
	}
	
	#apex .languages a {
		font-family: Arial, Sans-Serif, Tahoma;
		font-size: 12px;
		line-height: 12px;
		color: #4b4b4b;
		padding: 4px 8px;
	}
	
	.front #apex .languages a {
		color: white;
	}
	
	#apex .languages a:hover {
		background: #e1e1e1;
		color: #4b4b4b;
	}
	
	#apex .languages .active a {
		background: #e1e1e1;
		color: #4b4b4b;
	}
	
	.front #apex .languages .active a {
		background: url('../img/background.png');
	}
	
	#apex .languages .active a:hover {
		text-decoration: none;
	}

	.grid {
		display: table;
		background: url('../img/dashed-vert.png') repeat-y 240px 0;
	}
	
	.grid .row {
		display: table-row;
	}
	
	.grid .row > div {
		display: table-cell;
	}
	
	.grid .title {		
		text-align: right;	
	}
	
	.page-team .row .people+.people {
		background: url('../img/dashed-vert.png') repeat-y 0 0;
	}
	
	.page-news .row > div:first-child {
		padding-left: 0;
	}	
	
	.page-brands .row+.row {
		margin-top: 45px;
	}	
	
}

@media (max-width: 767px) and (min-width: 480px) {
	
	#header .shop .button {
		width: 480px;
	}
	
}

@media (max-width: 767px) {	

	.front #header {
		height: 449px;
		background: none;
	}
	
	#header .shop {
		padding: 0 15px;
	}
	
	#header .shop .button {
		display: block;
		position: relative;
		float: none !important;		
		margin: 0 auto;
	}
	
	#slider {
		margin-left: -384px;
		width: 768px;
	}
	
	#blocks-shadow {
		width: 480px;
		margin-left: auto;
		margin-right: auto;
	}

	#apex li {
		float: none;
	}
	
	#apex a,
	#apex .main-menu-part a {
		margin: 0;
		padding: 20px;
	}
	
	#apex .dropdown-menu {
		display: block;
		position: static;
		float: none;
		background-color: transparent;
		box-shadow: none;
		border: 0;
		padding: 0;
	}
	
	#apex .dropdown-menu a {
		margin-left: 20px;
	}
	
	.main-menu-part a {
		border-bottom-width: 1px;
	}
	
	.main-menu-part a.active,
	.languages .active a, 
	.main-menu-part a:hover,
	.languages a:hover {
		border-bottom: 1px solid #e3101e;
	}
	
	.languages a {
		border-bottom: 1px solid transparent;
		color: #4b4b4b !important;
	}
	
	.languages .active a,
	#apex .dropdown-menu a:hover {
		background-color: #e1e1e1 !important;
	}
	
	.form-control.dropdown {
		margin: 0;
	}	
	
	.form-control.dropdown .dropdown-toggle:focus, 
	.form-control.dropdown .dropdown-toggle {
		width: 100%;
	}
	
	.form-control.dropdown .dropdown-toggle .caret {
		float: right;
		margin-top: 5px;
	}
	
	#blocks .block {
		text-align: center;
	}
	
	.grid .title.bottom {
		padding-bottom: 10px;
	}
	
	.page-team .row .people+.people {
		border-top: 1px dashed #a7a7a7;
		padding-top: 20px;
	}
	
	.page-news .title {
		padding-top: 10px;
	}
	
	.page-news .new a {
		width: 100%;
		text-align: center;
	}
	
	.page-partners .row {
		margin-top: 0 !important;
	}
	
	.page-partners .row > .partner {
		/*margin-top: 35px;*/
	}

	.page-partners .row > .partner > a {
		border-left: 0 !important;
	}
	
	.page-partners .row+.row > .partner:nth-child(even) > a,
	.page-partners .row:first-child > .partner:nth-child(odd) > a {
		border-left: 1px dashed #a7a7a7 !important;
	}
	
	.page-partners .row+.row > .partner:nth-child(even) > a:hover,
	.page-partners .row:first-child > .partner:nth-child(odd) > a:hover {
		border-left: 1px solid #e3000f !important;
	}
	
	.page-contacts .contacts .contact.address {
		background: none !important;
		padding-left: 0 !important;
	}
	
	.page-contacts .contacts .contact.address:before {
		content: '';
		float: left;
		display: block;
		width: 33px;
		height: 17px;
		background: url('../img/contacts.png') no-repeat 0 0;		
	}
	
	#footer .contacts {
		float: left !important;
	}
	
	#footer .contacts .contact {
		display: block;
		margin: 0;
	}
	
	#footer .contacts .contact+.contact {
		margin-top: 5px;
	}
	
}

@media (max-width: 479px) {
	
	#blocks-shadow {
		width: auto;
		margin-left: 15px;
		margin-right: 15px;
	}	
		
}
 
 @media screen and (max-width:767px) {
div#slider {
    display: none;
}
div#blocks {
    padding-top: 90px;
}
.mobile-nav-lang {
    position: absolute;
    right: 87px;
    top: 5px;
}
 .mobile-nav-lang li a {
    padding: 0 !important;
}
 }