@font-face {
    font-family: 'max_demibold';
    src: url('../fonts/maxpro_s-demibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/maxpro_s-demibold-webfont.woff') format('woff'),
         url('../fonts/maxpro_s-demibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'max_light';
    src: url('../fonts/maxpro_s-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/maxpro_s-light-webfont.woff') format('woff'),
         url('../fonts/maxpro_s-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

input[type=text]::-ms-clear { display: none; }

.f-left {
	float: left;	
}

.column.col_5 {
  width: 5%;
}
.column.col_7 {
  width: 7%;
}
.column.col_18 {
  width: 18%;
}
.column.col_21 {
  width: 21%;
}
.column.col_25 {
  width: 25%;
}
.column.col_26 {
  width: 26%;
}
.column.col_30 {
  width: 30%;
}
.column.col_43 {
  width: 43%;
}
.column.col_50 {
  width: 50%;
}

.container-header.row {
	margin-bottom: 0; /* todo */
}
.container-header .column {
	padding: 20px 0 20px 20px;
}


.container-header .langs ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.container-header .langs ul li {
	display: block;
	padding: 0;
	margin: 0;
}
.container-header .langs a {
	font-size: 12px;
	line-height: 22px;
	color: white;
	text-transform: uppercase;
}
.container-header .langs .active a{
	color: #999999;
}

.header-actions {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	display: table;
}
.header-actions li {
	display: table-cell;
	vertical-align: middle;
	width: 33.3333%;
	text-align: center;
	padding: 0;
	margin: 0;
}
.header-actions li a {
	display: block;
}
.header-actions i {
	display: block;
	margin: 0 auto 3px;
	width: 30px;
	height: 30px;
	background-image: url('../img/header-icon-sprite.png');
}
.header-actions i.header-icon-location { background-position: 0 0; }
.header-actions i.header-icon-phone { background-position: -30px 0; }
.header-actions i.header-icon-email { background-position: -60px 0; }
.header-actions span {
	color: white;
	font-size: 12px;
	line-height: 15px;
	display: block;
	padding: 0 3px;
}
.header-actions span.dim-text {
	color: #828282;
}


.search-tabs {
	list-style: none;
	padding: 0;
	margin: 0;
}
.search-tabs li {
	display: inline-block;
	margin-right: 10px;
}
.search-tabs a {
	font-size: 12px;
	display: block;
	line-height: 30px;
	position: relative;
	padding: 0 8px;
	text-transform: uppercase;
	color: white;
}
.search-tabs a.active {
	background-color: #e95021;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.search-tabs a:hover:after,
.search-tabs a.active:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -6px;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 4px 4px 4px;
	border-color: transparent transparent #ffffff transparent;
}
.small-search-form {
	display: none;
	position: relative;
}
.small-search-form.active {
	display: block;
}
.small-search-form form {
	padding: 0;
	margin: 0;
}
.small-search-form form input[type="text"] ,
.small-search-form form input[type="submit"]  {
	display: block;
	padding: 0;
	margin: 0;
	border: 0;
	height: 30px;
	line-height: 30px;
	outline: 0;
}
.small-search-form input[type="text"] {
	width: 100%;
	background: white;
	color: #000000;
	text-indent: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.small-search-form input[type="submit"] {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	text-indent: -9999px;
	background: transparent url('../img/search-btn.png') center center no-repeat;
}
.small-search-form input[type="submit"]:hover {
	opacity: 0.8;
}
.login-btn,
.logout-btn {
	vertical-align: middle;
	outline: none;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
	display: block;

	

	text-align: center;
	padding: 0;
	
	border: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.login-btn {
	line-height: 30px;
	margin: 0 0 3px 0;
	width: 100%;
	color: white;
	background-color: #e95021;
}
.logout-btn {
	line-height: 28px;
	
	color: white;
	border: 1px solid #828282;
	background-color: transparent;
}
.logout-btn span {
	padding: 0 1em;
}
/*
.logout-btn span:after {
	content: "\00d7";
	margin-left: 0.5em;
	font-size: 14px;
}
*/

.header-help-link {
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	color: #828282;
}

.user-icon {
	width: 22px;
	background: url('../img/logged-user.png') left center no-repeat;
}
.logout-cross {
	font-size: 17px;
	color: #d90228;
}

.search-results-header {
	padding: 40px;
}
.search-results-header p {
	font-size: 24px;
}
.search-results-body {
	background-color: white;
	padding: 40px;
}
.search-results-body ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.search-results-body ul li {
	margin-bottom: 30px;
}
.search-results-body .breadcrumb a {
	color: #999999;
}
.search-results-body h5 {
	color: #f04e24;
	margin: 5px 0 10px 0;
}
.search-results-body p {
	color: #373736
}

.pagination {
	padding: 20px 40px;
	background-color: white;
}
.pagination ul {
	
	border: 1px solid #999999;
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.pagination ul:after {
	clear: both;
	content: "";
	display: block;
	width: 100%;
	height: 0;
	visibility: hidden;
}
.pagination li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	border-left: 1px solid #999999;
}
.pagination li:first-child {
	border-left: 0;
}
.pagination a {
	text-align: center;
	display: block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	color: #373736;
}
.pagination .active a {
	border-color: #e95021;
	background-color: #e95021;
	color: white;
}
.pagination a:hover {
	color: #e95021;
}





.headfoot {
	z-index: 20 !important;
}
.container-footer {
	clear: both;
	position: relative;
	clear: both;
	line-height: 26px;
	
}
.row.container-footer {
	margin-bottom: -4px;
}
.container-footer h5 {
	text-transform: uppercase;
	color: #999;
	margin-bottom: 10px;
}

.container-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.container-footer ul li {
	display: block;
	padding: 0;
}
.container-footer a {
	color: white;
}
.container-footer a:hover {
	color: white;
	text-decoration: underline;
}
.container-footer .social-links {
	position: absolute;
	top: 40px;
	right: 40px;
}
.container-footer .social-links li {
	display: block;
	margin-bottom: 20px;
}
.social-links {
	list-style: none;
	padding: 0;
	margin: 0;
}
.social-links a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: gray center center no-repeat;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.social-links a:hover {
	opacity: 0.8;
}
.social-links .facebook-link {
	background: #4964a1 url('../img/facebook.png');
}
.social-links .youtube-link {
	background: #ca1c26 url('../img/youtube.png');
}


#menu_0.container_column,
#menu_1.container_column {
	z-index: 10;
}
#content {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.ajax_content {
/*	width: 940px;*/
	
	-webkit-transition: transform 0.15s ease;
	-moz-transition: transform 0.15s ease;
	transition: transform 0.15s ease;
	
	-webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
	transform: translate3d(0,0,0);
	
	z-index: 0;
	
	-webkit-box-shadow: 5px 0px 20px -5px #BABABA;
	-moz-box-shadow: 5px 0px 20px -5px #BABABA;
	box-shadow: 5px 0px 20px -5px #BABABA;
}
.ajax_content.slide {
	transform: translate3d(-120%,0,0);
}
.ajax_content:after {
	clear: both;
	content: "";
	display: block;
	width: 100%;
	height: 0;
	visibility: hidden;
}


/* temp */
.aliexpress_50_50_red {
	background-image: url('../img/icons/aliexpress_50_50_red.png');
}
.mobiil_50_50_red {
	background-image: url('../img/icons/mobiil_50_50_red.png');
}
.arikiri_50_50_gray {
    background-image: url('../img/icons/arikiri.png');
}



#menu_2 {
	visibility: hidden;
}

@media screen and (max-width: 1150px) {
	.search-tabs a,
	.header-actions span {
		font-size: 11px;
		padding: 0 6px;
	}
	.search-tabs li {
		margin-right: 6px;
	}
	.login-btn {
		font-size: 11px;
	}
}

.postkast_50x50_gray,
.postkast_50_50_gray {
	background-image: url('../img/icons/postkast_50x50_gray.png');
}
.kuller_50x50_red,
.kuller_50_50_red {
	background-image: url('../img/icons/kuller_50x50_red.png');
}

.server_error {
/*	text-align: center;
	padding: 0px;
	opacity: 0;
	background-color: #E1E1E1;
	height: 0px; 
	position: relative;

	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
    */
}
.server_error.ng-enter, .server_error.ng-leave {
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.server_error.ng-enter,
.server_error.ng-leave.ng-leave-active {
  opacity:0;
}

.server_error.ng-leave,
.server_error.ng-enter.ng-enter-active {
  opacity:1;
}

.server_error_msg {
	color: #444;
	font-size: 14px;
	font-family: 'max_demibold', Tahoma, sans-serif;
}

.server_is_down .server_error, .server_down_planned .server_error {
/*	opacity: 1;
	padding: 20px; 
	height: auto; */
}
.server_is_down .logout-pending {
	pointer-events: none;
/*    color: #F04E23;
    font-weight: 600; */

}
.server_is_down .login-btn/*, .server_is_down .logout-btn */ {
	background-color: #333;
	pointer-events: none;

	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

.server_down_planned .server_error:before {
	cursor: pointer;
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 7px;
	right: 7px;

	content: '';

	background: url('../img/close.png') no-repeat;
}
