@import "reset.css";
@import "preloader.css";
@import "fonts/magistral/font.css";

html {
	background-color: #fff;
	overflow-x: hidden;
	width: 100%;
}
body {
	font-family: "Magistral", sans-serif;
	background-image: url(../images/intro-background.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	max-width: 1920px;
	overflow: hidden;
	margin: 0 auto;
}
a {
	color: inherit;
	text-decoration: inherit;
}
em {
	font-style: italic;
}
b, strong {
	font-weight: bold;
}

section {
	padding: 0 15%;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	background: #fff;
}

.hidden-field {
	display: none !important;
}

/*
* Common
*/
.win-height {
	height: 1000px;
}
.title {
	display: block;
	width: 100%;
	text-align: center;
	margin: 90px 0 0 0;
	font-size: 55px;
	line-height: 65px;
	color: #164a9f;
	text-transform: uppercase;
}
.sub-title {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 0 60px 0;
	font-size: 21px;
	line-height: 31px;
	color: #9a9a9a;
}

.transparent-bg {
	background-color: transparent !important;
}

.form-resp {
	text-align: center;
	font-size: large;
	margin: 0 auto;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.form-resp span {
	display: none;
	margin: 0 auto 20px;
	text-align: center;
	min-height: 20px;
}

.form-resp .success {
	color: #4BC516;
}
.form-resp .error {
	color: #ff3133;
}

#contact-form {
	display: block;
}
#contact-form input, #contact-form textarea {
	display: block;
	width: 100%;
	padding: 20px 30px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	background: #cd0404;
	color: #fff;
	border: 0;
	box-shadow: 0;
	font-size: 25px;
	font-family: inherit;
	font-weight: bold;
	resize: none;
	position: relative;
	bottom: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	overflow-y: auto;

	background: transparent;
	border: 2px solid #c1c1c1;
	color: #343434;
}
#contact-form input:hover, #contact-form input:focus, #contact-form textarea:hover, #contact-form textarea:focus {
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
	bottom: 5px;
}

#contact-form input[type=submit] {
	text-transform: uppercase;
	font-size: 37px;
	background: #fff;
	border: 3px solid;
	color: #174a9f;
	cursor: pointer;
	padding: 15px;
	-webkit-transition: color, -webkit-background 0.2s ease-in-out;
	-moz-transition: color, -moz-background 0.2s ease-in-out;
	-o-transition: color, -o-background 0.2s ease-in-out;
	transition: color, background 0.2s ease-in-out;
	bottom: 0 !important;
	box-shadow: none !important;
}
#contact-form input[type=submit]:hover {
	color: #fff;
	background: #cd0404;
	border-color: #cd0404;
}

#contact-form {
	max-width: 725px;
	width: 100%;
	margin: auto;
}
::-webkit-input-placeholder {
	color: #c1c1c1;
	opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
	color: #fff;
	opacity: 1;
}
::-moz-placeholder {  /* Firefox 19+ */
	color: #fff;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

/*
* Intro
*/
.intro-section {
	background-image: none;
	background-size: cover;
	background-position: center;
	background-color: rgba(0,0,0,0.25);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.intro-section .intro-holder:not(.float-menu) .logo {
	margin-top: 23px;
	margin-top: 6px;
}


.video-js {
	background: transparent !important;
}

.vjs-control-bar, .vjs-caption-settings {
	display: none !important;
}

.intro-holder {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: auto;
	z-index: 99;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background: rgba(0,0,0,0.3);
	padding: 0 15% 20px;

	background: #fff;
	padding: 7px 15%;
}

.intro-holder:not(.float-menu) .logo {
	
}

.float-menu {
	background: rgba(255,255,255,0.95);
	left: 0;
	right: 0;
	padding: 15px 15%;
	box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
}
.float-menu .menu-holder {
	padding: 0;
	color: #222;
}

.float-menu .lang-switcher::before {
	background: url(../images/arr_black.png);
}
.float-menu .other-langs a {
	background: #fff;
}

.logo {
	text-decoration: none;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	display: inline-block;
	box-sizing: border-box;
	color: #174a9f;
	letter-spacing: 0.15em;
	line-height: 1em;
	transition: all 0.15s linear;
}
.logo .logo_red {
	color: #ca1012;
}
.logo .logo_under {
	color: #fff;
	background-color: #ca1012;
	display: block;
	text-align: right;
	box-sizing: border-box;
	font-size: 0.7em;
	padding-right: 5px;
	line-height: 1.2em;
}

.footer .logo, .float-menu .logo {

	/*
  	background-image: url(../images/logo.png);
  	background-repeat: no-repeat;
  	background-size: contain;
  	*/

  	color: #174a9f;

  }
  .footer .logo span:not(.logo_under), .float-menu .logo span:not(.logo_under) {
  	color: #ca1012;
  	background: transparent;
  	padding: 0;
  	margin: 0;
  }

  .var-old.logo {
  	color: #174a9f;
  }
  .var-old.logo span {
  	color: #ca1012;
  	background: transparent;
  	padding: 0;
  	margin: 0;
  }


  .menu-holder {
  	float: right;
  	color: #fff;
  	font-size: 15px;
  	text-transform: uppercase;
  	padding-top: 20px;
  	position: relative;
  	-webkit-transition: inherit;
  	-moz-transition: inherit;
  	-o-transition: inherit;
  	transition: inherit;

  	color: #000;
  	padding-top: 0;
  }
  .menu {
  	display: inline-block;
  }
  .menu li {
  	display: inline-block;
  }
  .menu li.active a {
  	border-color: #fff;

  	border-color: #000;
  }
  .float-menu .menu li.active a {
  	border-color: #000;
  }
  .menu a {
  	display: block;
  	padding: 15px 20px;
  	border: 2px solid;
  	border-color: transparent;
  }
  .float-menu .menu a:hover {
  	text-decoration: underline;
  }

  .lang-switcher {
  	display: inline-block;
  	position: relative;
  	width: 110px;
  	margin-left: 50px;
  	padding-bottom: 10px;
  }
  .lang-switcher:before {
  	content: "";
  	position: absolute;
  	top: 10px;
  	right: 0;
  	display: block;
  	width: 16px;
  	height: 10px;
  	background: url(../images/arr.png);
  	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
  	-o-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out;

  	background: url(../images/arr_black.png);
  }

  .cur-lang {
  	padding: 7px;
  	display: block;
  	width: 100%;
  }
  .other-langs {
  	position: absolute;
  	top: 100%;
  	left: 0px;
  	width: 100%;
  	overflow: hidden;
  	height: auto;
  	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
  	-o-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out;
  	visibility: hidden;
  	opacity: 0;
  }
  .other-langs a {
  	display: block;
  	text-align: left;
  	padding: 5px;
  	border: 2px solid;
  	margin-bottom: 10px;
  	width: 100%;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	float: left;

  	background-color: #fff;
  }
  .lang-switcher:hover .other-langs {
  	visibility: visible;
  	opacity: 1;
  }
  .lang-switcher:hover:before {
  	transform: scale(1, -1);
  	-webkit-transform: scale(1, -1);
  	-moz-transform: scale(1, -1);
  	-o-transform: scale(1, -1);
  	-ms-transform: scale(1, -1);
  }

/*
* Advantages (av)
*/
.av-section {
	padding-bottom: 90px;
}
.av-holder {
	overflow: hidden;
	text-align: center;
	margin: 0 0 0 0;
	color: #686868;
}
.av-row {
	display: table;
	margin-bottom: 40px;
	border-collapse: separate;
	width: 100%;
}
.av-row .av-item-wrapper:last-child {
	border: none;
}
.av-item-wrapper {
	display: table-cell;
	width: 25%;
	vertical-align: top;
	position: relative;
	border-right: 1px solid #d9dbdb;
	padding: 40px 50px 70px;
}
.av-item {

}
.av-icon {
	width: 60px;
	height: 60px;
	margin: auto;
	margin-bottom: 25px;
	background-size: contain;
	background-repeat: no-repeat;
}
.av-title {
	display: block;
	font-size: 26px;
	line-height: 32px;
	margin: 0 0 15px;
}
.av-description {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 1px;
	text-align: left;
}

/*
* Prioritiets
*/
.prioritiets-section {
	padding: 0;
	background-color: #f2f0f0;
	position: relative;
	height: 500px;
	color: #3e3c3c;
}
.width50-block {
	display: block;
	float: left;
	width: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
}
.width50-block .title {
	color: #686868;
	text-align: left;
	font-size: 45px;
	line-height: 55px;
	text-transform: uppercase;
	margin: 0 0 15px;
}
.width50-block span {
	font-size: 16px;
	line-height: 26px;
	display: block;
}
#quote-about {
	margin-bottom: 40px;
}
#prioritiets-image {
	background-image: url(../images/prioritiets-image.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
#about-block {
	padding: 115px 15%  115px 135px;
}

/*
* Products
*/
.products {
	padding: 0;
	background: #fcfcfc;
}

/*
* Img - 1
*/
.img-1 {
	height: 500px;
	background-image: url(../images/img-1.jpg);
	background-size: cover;
	padding: 200px 15%;
}
.img-1 span {
	color: #f2eded;
	font-size: 33px;
	line-height: 66px;
	display: block;
	text-align: center;
	width: 100%;
}

/*
* Contacts
*/
.contacts {
	padding-bottom: 90px;
}

/*
* Find us
*/
.find-us-section {
	padding: 0;
	height: 685px;
}
#contact-info {
	font-size: 14px;
	color: #3e3c3c;
	background: #f2f0f0;
	padding: 20px 20px 50px 15%;

}
#contact-info span {
	line-height: 28px;
}
#map {
	background-image: url(../images/map.jpg);
	background-size: cover;
}

/*
* Contanct info
*/
.contact-info {
	padding-top: 50px;
	padding-bottom: 0px;
	font-size: 1.1em;
	line-height: 1.4em;
	text-align: center;
	padding: 50px 30% 20px;
}
.contact-info .width50-block {
	min-width: 320px;
	text-align: left;
	padding-left: 10%;
}
.contact-info a {
	color: #174a9f;
}
.contact-info a:hover {
	color: #ca1012;
}

/*
* Footer
*/
.footer {
	height: 140px;
	padding: 0;
}
.width33-block {
	width: 33%;
	height: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	position: relative;
}
.footer .copyrights {
	color: #3e3c3c;
	display: block;
	width: 100%;
	text-align: right;
	position: absolute;
	bottom: 55px;
	left: 0;
	font-size: 14px; 
	text-align: center;
}
.footer .logo {
	position: absolute;
	bottom: 35px;
	left: 50%;
	margin-left: -110px;
}

.soc-list {
	width: 93px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	bottom: 55px;
	left: 0;
}
.soc-list a {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 15px;
	background-image: url(../images/soc.png);
}
.soc-list .google-plus {
	background-position: -0px 0px;
}
.soc-list .instagram {
	background-position: -36px 0px;
}
.soc-list .twitter {
	background-position: -76px 0px;
}


/*
* Intro Slider
*/
.intro-section .bx-wrapper {
	width: auto;
	position: absolute;
	bottom: 120px;
	left: 15%;
	right: 15%;
}
.intro-section .slider {
	width: 100%;
	color: #fff;
	font-size: 33px;
	line-height: 44px;
	text-align: center;
}
.intro-section .slide {

}
.intro-section .bx-prev, .intro-section .bx-next {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../images/arrow_white.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -99999px;
	top: 50%;
	margin-top: -10px;
	opacity: 0.6;
}
.intro-section .bx-next {
	right: -50px;
}
.intro-section .bx-prev {
	left: -50px;
	transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
}

.intro-section .bx-pager {
	width: 100%;
	text-align: center;
}
.intro-section .bx-pager-item {
	display: inline-block;
	margin: 30px 10px 0;
}
.intro-section .bx-pager-link {
	display: block;
	width: 19px;
	height: 19px;
	border: 3px solid #fff;
	border-radius: 40px;
	text-indent: -99999px;
	background: transparent;
}
.intro-section .bx-pager-link.active {
	background: #fff;
}

/*
* Product slider
*/
.product-slider-wrap {
	position: relative;
	margin: 0 auto 60px;
	width: 1140px;
}
.product_slide {
	border-bottom: 2px solid  #888;
	min-height: 0px;
}
.product_slide a:first-child {
	display: block;
	width: 100%;
}

.product-image {
	display: block;
	width: 100%;
	height: auto;
	margin: auto;
}
.product-description {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	color: #3e3c3c;
	font-size: 14px;
	line-height: 24px;
	padding: 0 20px;
	margin: 10px auto 20px;
}
.product-slider-wrap .bx-pager {
	display: none;
}
.product-slider-wrap .bx-controls-direction {
}
.product-slider-wrap .bx-prev, .product-slider-wrap .bx-next {
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	background-image: url(../images/arrow_red.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -99999px;
	top: 50%;
	margin-top: -16px;
}
.product-slider-wrap .bx-prev {
	left: -50px;
	transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
}
.product-slider-wrap .bx-next {
	right: -50px;
}

.product-description {
	font-size: 15px;
}
.product-description a {
	display: block;
	position: relative;
	padding-left: 13px;
}
.product-description a:before {
	display: block;
	content: ">";
	position: absolute;
	top: 0;
	left: 0;
}
.product-description a:hover {
	color: #CD0404;
}
.product-description h3 {
	font-size: 21px;
	line-height: 26px;
	font-weight: bold;
	display: block;
	margin-bottom: 18px;
}

/*
* Partners
*/
.partners-slider {
	margin: 40px auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 6%;
}

.partners a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.partners a:hover .part-site {
	text-decoration: underline;
}
.partners .part-name {
	font-size: 1.2em;
	line-height: 1.5em;
	display: block;
}
.partners .part-site {
	color: #164a9f;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 10px;
}

.partners-slider .bx-wrapper {
	margin: auto;
	position: relative;
}

.partners img {
	max-width: 100%;
	height: auto;
	display: block;
	position: relative;
	margin: auto;
}

.partners-slider .bx-pager {
	text-align: center;
	margin: 15px 0;
}
.partners-slider .bx-pager-item {
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
}
.partners-slider .bx-pager-link {
	display: block;
	width: 12px;
	height: 12px;
	background: #174a9f;
	text-indent: -9999px;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	border-radius: 100%;
}
.partners-slider .bx-pager-link.active {
	background: #ca1012;
}

.partners-slider .bx-next, .partners-slider .bx-prev {
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	background-image: url(../images/arrow_red.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -99999px;
	top: 50%;
	margin-top: -16px;
}

.partners-slider .bx-next {
	right: -34px;
}
.partners-slider .bx-prev {
	left: -34px;
	transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
}

/*
* Other
*/
#next-section {
	display: block;
	width: 24px;
	height: 16px;
	position: absolute;
	bottom: 150px;
	left: 50%;
	margin-left: -12px;
	background-image: url(../images/arr.png);
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}
#next-section a {
	display: block;
	width: 100%;
	height: 100%;
}

.menu-opcenclose {
	display: none;
	width: 16px;
	height: 16px;
	position: relative;
	background-image: url(../images/icons/menu-icon.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}


.search-form_holder {
	display: inline-block;
	position: relative;
	/*overflow: hidden;*/
	vertical-align: middle;
	margin-left: 15px;
}
.search-form_holder form {
	display: block;
	position: absolute;
	top: -4px;
	right: 100%;
	width: 0;
	overflow: hidden;
	-webkit-transition: width 0.2s ease-in-out;
	-moz-transition: width 0.2s ease-in-out;
	-o-transition: width 0.2s ease-in-out;
	transition: width 0.2s ease-in-out;
}
.search-form_holder input {
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
	border: 2px solid #fff;
	background: #ececec;
	width: 95%;
	padding: 0 5px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
}
#search-submit {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 25px;
	background-color: transparent;
	background-image: url(../images/icons/search_icon.png);
	background-size: 25px;
	background-position: right;
	background-repeat: no-repeat;
	cursor: pointer;
}

#search-submit:hover form {
	width: 180px;
}

.float-menu #search-submit {
	background-image: url(../images/icons/search_icon_black.png);
}

.product-modal {
	font-size: 16px;
	line-height: 24px;
	padding: 10px;
	overflow: hidden;
}

.product-modal h2 {
	font-size: 34px;
	line-height: 44px;
	margin: 0 0 10px;
	text-transform: none;
}

.product-modal p {
	margin: 0 0 15px;
}

.product-modal .product-image {
	width: 270px;
	margin: 0 15px 15px 0;
	float: left;
}

.product-modal a:hover {
	color: #CD0404;
}

.product-modal .product-description {
	clear: both;
}


.fancybox-lock .fancybox-overlay {
	overflow-y: hidden !important;
}
.fancybox-margin {
	margin: 0 !important;
}
html.fancybox-margin {
	margin-right: 17px;
}
html.fancybox-lock {
	overflow-y: auto !important;
}

#big-video-wrap {
	display: none;
}

.float-menu.fancybox-margin {
	margin-right: 17px;
}


.logo {
	position: relative;
	max-width: 245px;
}
.logo:before {
	content: "";
	position: absolute;
	background-color: #fff;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0px;
	padding-top: 0px;
	display: block;
	z-index: -1;
}
.logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.logo.logo2:before {
	left: -10px;
	top: -10px;
	padding: 10px;

	background-color: #fff;
}


@media all and (max-width:1600px) {

	section {
		padding: 0 10%;
	}

	.contact-info {
		padding: 50px 5% 20px;
	}

	.intro-holder {
		/*padding: 20px 5% 20px;*/
	}

}

@media all and (max-width:1440px) {
	section {
		padding: 0 5%;
	}
	.intro-section .slider {
		font-size: 23px;
	}
	#about-block, #contact-info {
		padding: 1% 3%;
	}

	.float-menu {
		padding: 20px 5%;
	}

}

@media all and (max-width:1368px) {
	.av-item-wrapper {
		padding: 40px 30px 70px;
	}
	.intro-section .bx-wrapper {
		bottom: 120px;
	}
	#next-section {
		bottom: 50px;
	}
	.intro-holder.float-menu {
		left: 0;
		right: 0;
	}
	.intro-holder {
		padding-left: 5%;
		padding-right: 5%;
	}

}

@media all and (max-width:1024px) {

	.product-description {
		padding-left: 0;
	}

	.product-slider {
		font-size: 0;
	}

	.product_slide {
		width: 33%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
		border: 0;
		display: inline-block;
		vertical-align: top;
	}

	.product-description a.fancybox-ajax {
		display: none;
	}

	.intro-section {
		background-image: url(../images/intro-background.jpg);
		background-position: center;
		background-size: cover;
	}

	.intro-section.bg1 {background-image: url(../images/bg1.jpg);}
	.intro-section.bg2 {background-image: url(../images/bg2.jpg);}
	.intro-section.bg3 {background-image: url(../images/bg3.jpg);}

	body {
		background: #ddd;
	}

	.intro-section .slider {
		font-size: 23px;
		line-height: 43px;
	}
	.footer {
		height: 130px;
	}
	section, .av-section {
		padding: 0;
	}
	.intro-section {
		padding: 0 2%;
	}

	/*
	* Mob menu
	*/
	.intro-holder {
		background: #fff;
		color: #000;
	}
	.intro-holder {
		left: 0;
		right: 0;
		padding: 0;
	}
	.intro-holder .logo {
		float: right;
		margin: 20px 15px;
		font-size: 1.4em;

		margin: 20px 15px 10px !important;
	}
	.menu-opcenclose {
		display: block;
		position: absolute;
		top: 25px;
		left: 10px;
	}
	.menu-holder {
		width: 100%;
		float: initial;
		text-align: center;
		padding: 0;
	}
	.intro-holder .menu {
		display: block;
		width: 100%;
		background: #fff;
		color: #000;
	}
	.intro-holder .menu li {
		display: block;
		width: 100%;
	}
	.intro-holder .menu li a {
		border: 0;
	}
	.intro-holder .menu li.active a {
		text-decoration: underline;
	}
	.intro-holder .menu a {
		display: block;
		width: 100%;
		padding: 5px 0;
	}

	.lang-switcher {
		color: #000;
		margin: 0;
		width: 100%;
		border-top: 1px solid #ccc;
		margin-top: 5px;
		padding-bottom: 0;
	}
	.lang-switcher a {
		color: #000;
		border: 0;
		text-align: center;
		padding: 5px 0;
		margin: 0;
	}
	.other-langs {
		display: block;
		position: static;
		visibility: visible;
		opacity: 1;
	}
	.other-langs a {
		padding: 5px;
		display: inline-block;
		width: auto;
		float: initial;
		font-size: 80%;
	}
	.lang-switcher:before {
		display: none;
	}
	.cur-lang {
		font-weight: bold;
	}
	.float-menu {
		padding: 0;
	}
	.menu-holder {
		opacity: 0;
		visibility: hidden;
		height: 0;
		overflow: hidden;
	}
	.expanded .menu-holder {
		opacity: 1;
		visibility: visible;
		display: block;
		overflow: hidden;
		height: 100%;
	}
	.expanded .menu-opcenclose {
		background-image: url(../images/icons/close-icon.svg);
		background-size: 28px;
	}

	#search-submit {
		background-image: url(../images/icons/search_icon_black.png);
		margin-bottom: 10px;
		width: 214px;
		margin: 10px auto 15px;
	}

	.search-form_holder form {
		width: 180px;
		width: 180px;
		top: 7px;
		right: initial;
		left: 0;
	}

	.product-slider-wrap {
		padding: 0;
		width: 850px;
		margin: 0 auto 60px;
		overflow: hidden;
	}


	.contact-info {
		padding: 50px 0 20px;
	}

	input, textarea {
		font-size: 20px !important;
		padding: 10px !important;
	}

	.width50-block .title {
		font-size: 35px;
		line-height: 45px;
	}

	.partners-slider {
		padding: 0 115px;
	}

}

@media all and (max-width:768px) {
	.product-slider-wrap {
		width: 560px;
	}

	.product_slide {
		width: 50%;
	}

	.contact-info .width50-block {
		text-align: center;
		margin-bottom: 10px;
		width: 100%;
		padding: 0;
	}

	.partners-slider {
		padding: 0 9%;
	}

}

@media all and (max-width:568px) {
	.partners-slider .bx-pager-link {
		width: 6px;
		height: 6px;
	}

	.prioritiets-section {
		height: auto;
	}

	.product-slider-wrap .bx-prev, .product-slider-wrap .bx-next {
		top: 50%;
		margin-top: -10px;
		width: 20px;
		height: 20px;
	}

	.product-slider-wrap {
		width: 270px;
		margin-bottom: 20px;
	}

	.product_slide {
		height: auto !important;
		width: 100%;
		padding: 0;
	}
	.intro-section .slider  {
		font-size: 22px;
		line-height: 32px;
	}
	.av-item-wrapper {
		display: block;
		width: 100%;
		padding: 5%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#prioritiets-image {
		display: none;
	}
	#about-block {
		width: 100%;
	}

	.width50-block .title {
		margin-bottom: 20px;
	}


	.img-1 {
		padding: 15% 5%;
		height: 330px;
	}

	.contacts {
		padding: 0 5%;
	}
	#contact-form {
		width: 100%;
	}


	.find-us-section {
		height: auto;
	}
	#contact-info {
		width: 100%;
		float: left;
	}
	#map {
		width: 100%;
		height: 250px;
	}

	.footer {
		height: auto;
	}

	.width33-block {
		width: 100%;
	}

	.soc-list {
		position: static;
		margin: 0 auto 25px;
	}
	.footer .logo {
		position: static;
		margin: 0 auto 25px;
		width: 100%;
		background-position: center;
	}
	.footer .copyrights {
		position: static;
		margin: 25px auto 25px;
		text-align: center;
	}



	.bx-clone {
		display: none !important;
	}

	.av-section, .products {
		padding: 0 5%;
	}

	.av-item-wrapper {
		border: 0;
	}

	.bx-controls-direction {
		height: 60px;
		position: relative;
		width: 0px;
		margin: auto;
	}

	#av .sub-title {
		color: #ca1012;
	}

	.partners-slider {
		padding: 0;
	}
	.partners-slider .bx-wrapper {
		width: 310px;
	}

}

@media all and (max-width:414px) {


	.intro-section {
		height: 480px;
	}
	.intro-section .bx-wrapper {
		bottom: 0;
		right: 0%;
		left: 0%;
		padding: 2% 5% 0;
		background: rgba(0,0,0,0.25);
		max-height: 250px !important;
		height: auto !important;
	}
	.intro-section .slider {
		font-size: 1em;
		line-height: 1em;
	}
	.intro-section .bx-pager-item {
		margin-top: 15px;
	}
	.intro-section .slide span {
		font-size: 15px !important;
		line-height: 16px;
	}

	#next-section {
		display: none;
	}

	.title {
		margin: 20px 0px 0px;
		font-size: 35px;
		line-height: 45px;
	}
	.sub-title {
		margin-bottom: 20px;
	}

	#contact-info {
		padding: 5%;
	}

	.img-1 {
		height: auto;
	}
	.img-1 span {
		font-size: 23px;
		line-height: 46px;
	}

}

@media all and (max-width:320px) {
	.intro-section .slide span {
		font-size: 12px !important;
		line-height: 14px;
	}
}


/*
* Facebook Icon
*/
.footer {
	text-align: center;
}
.facebook-icon {
	display: inline-block;
	margin: 10px 0;
	width: 24px;
	height: 24px;
	opacity: 0.5;
	
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;

	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAAEEfUpiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEMyMkE2RDc3MEQyMTFFNTlFQ0Y4QTgyNEFDMkM0ODUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEMyMkE2RDg3MEQyMTFFNTlFQ0Y4QTgyNEFDMkM0ODUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0QzIyQTZENTcwRDIxMUU1OUVDRjhBODI0QUMyQzQ4NSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0QzIyQTZENjcwRDIxMUU1OUVDRjhBODI0QUMyQzQ4NSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhCg0pQAAAHWSURBVHjaYmBgYEgH4k9IGEz8h2IGJgYEYAQRLEgCYBUAAcQI08eAJvMfxoaZ8RCnCoAAQrcWGV8C0SwM2AEjNndiBQQVAAQQVn8gga8MOBx4HYjf4HIkI7KXcbnhEVJYoBiNDCJAYoxYJFDEcFnxkOhwAAggkHE/gZiNgUzABDWAEDgBtQwZwwGu1IAtdPajy7HgsRXkslNoYqDYOwzEHEBsSsgFd/AYPhnZdaR44QG6HBMDFcB/ElzwEV0OIIBA0fEciLnJtLwMW1olBfwiJQxA0XoeiO8iWfqT2DBgRzPsJVT8EzEu6MKS3P+TEguKeNQS5QJGfJL48sJhKP0Di5gt1uKFBJthej5TnJSZiEji6jiqFuLKPCD4TVHlQXHtMygMYMYjxwsQYJRmZwZq+ODzANr/mYnKBt4D4iQglsBSEQoC8VtS8jIpANSUEQXi7wTU/KeVAzywWC4GxEVALAMNAVBi5KWVAx5jEbsBDXba5kMo4MAiJkisZmJaFsj4HpmO1CS3RsJWsDCSoS+E1BoNF+AB4lS0FL0CS3kSCVWLzKdKFGDDSni6AvjwJyYalnL/6FIbDXh1SA0HsA+g/eygXJAPxPUUNNFxxfcXAjXtNyBuAADQQddpR6PSTgAAAABJRU5ErkJggg==');
}
.footer .facebook-icon  {
	margin: 20px auto;
}


/*
* Logo size fix
*/
@media all and (max-width: 1200px) and (min-width: 1024px) {
	.menu a {padding:10px;}
	.logo {max-width: 180px;}
}
@media (max-width: 1024px) {
	.logo {max-width: 180px;}
}

/*
* New Contact Form
*/
.grid-block {
	display: block;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 50%;
	vertical-align: top;
	position: relative;
}
.grid-block.width-50 {
	width: 50%;
}
.grid-block.width-30 {
	width: 30%;
}
.grid-block.left-20 {
	margin-left: 20%;
}
.grid-block.left-10 {
	margin-left: 10%;
}
@media all and (max-width: 768px) {
	.grid-block, .grid-block.width-30, .grid-block.width-50 {
		width: 100%;
	}
	.grid-block.left-20, .grid-block.left-10 {
		margin-left: 0;
	}

	.contact-form-holder  {
		margin-bottom: 30px;
	}
}

#contact-form input, #contact-form textarea {
	padding: 10px 15px;
	margin-bottom: 10px;
	font-size: 17px;
}
#contact-form input[type=submit] {
	padding: 8px 0;
	font-size: 27px;
}

.address-block {
	line-height: 1.4em;
}
.address-block a {
	color: #CD0404;
}

/* menu fix - 03.11.2017 */
@media all and (max-width: 1599px) and (min-width: 1369px) {

	.lang-switcher {
		margin-left:  15px;
	}

	.menu a {
		padding:  15px 10px;
		margin-right: -4px;
	}

}