/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*------------------------------------*\
    MAIN
\*------------------------------------*/

p{
  -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:16px;
}
body {
	font-family:  'Open Sans', sans-serif;
	color: #202020;
  padding-top: 105px;
}
/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: block;
}

.clear:after {
    clear: both;
}
.clear {
    *zoom: 1;
}
.clearfix{
	clear: both;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
a {
	color: #202020;
	text-decoration: none;
}
a:hover {
	color: #a3238e;
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}
.tr-200,
a{
	-webkit-transition: all 200ms ease;
	        transition: all 200ms ease;
}
b, strong{
	font-weight: 600;
}
input:focus {
	outline: 0;
	border: 1px solid #a3238e;
}
li, ul, h2, h3, h1{
	margin: 0; padding: 0;
}
h2, main{
	font-weight: normal;
}
main{
	font-size: 14px;
	line-height: 23px;
	text-align: justify;
	max-width: 1000px;
    padding: 30px 0;
}
h2.section-title{
	font-size: 36px;
	position: relative;
	padding: 70px 0;
  font-weight: 300;
  text-align: center;
  color: #a3238e;
}
p.section-description{
  font-size: 16px;
}
img.section-image,
p.section-description--small,
.gmap{
  padding: 50px 0;
}
img.section-image--small{
  float: left;
  margin-right: 15px;
}
.clearfix {
    clear: both;
}
.gmap{
  width: 100%;
  box-sizing: content-box;
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	padding: 0;

	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	background: #fff;

	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 12px;
	right: 0;
    left: 0;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/slider/ui/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ffffff;;
	text-indent: -9999px;
	display: block;
	width: 13px;
	height: 13px;
	margin: 0 3px;
	outline: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #a3238e;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev,
.inters-product-gallery-nav .inters-prev-img{
	left: -40px;
	background: url(../assets/spritesheet/sprite.png) no-repeat -320px 0;
}

.bx-wrapper .bx-next,
.inters-product-gallery-nav .inters-next-img{
	right: -40px;
	background: url(../assets/spritesheet/sprite.png) no-repeat -240px 0;
}

.bx-wrapper .bx-prev:hover {
	background-position: -360px 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -280px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	z-index: 8;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.inters-product-gallery-nav .inters-next-img,
.inters-product-gallery-nav .inters-prev-img{
    display: block;
    position: fixed;
    top: 50%;
	margin-top: -32px;
    width: 32px;
    height: 32px;
	cursor: pointer;
	z-index: 10;

	-webkit-transition: all 400ms cubic-bezier(0.13, 0.79, 0.74, 1.35);
	        transition: all 400ms cubic-bezier(0.13, 0.79, 0.74, 1.35);
}
.inters-product-gallery-nav .inters-next-img{
	right: 0px;
}
.inters-product-gallery-nav .inters-prev-img{
	left: 0px;
}
/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	position: relative;
    max-width: 1000px;
    margin: 0 auto;
}
.gen-mrg{
    margin-bottom: 30px;
}
.full-width-row{
    border-bottom: 1px solid #d9d9d9;
    padding: 25px 0;
}
.full-width-row:first-child{
    padding: 0 0 25px 0;
}
.col-1_4{
  width: 25%;
  float: left;
}
.col-1_3{
  width: 33.33%;
  float: left;
}
.col-rel{
  display: table-cell;
}
.col-on{
  display: inline-block;
  margin-left: 35px;
}
.col-on.first{
  margin-left: 0;
}
.m-w.label{
  max-width: 145px;
  text-align: left;
  font-size: 11px;
  line-height: 14px;
  margin-top: 20px;
}
header{
  width: 100%;
  padding: 28px 0;
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: #fff;

  transition: padding 500ms ease;
}
nav {
    float: right;
}
footer{
  background-color: #202020;
  padding: 30px 0;
  margin-top: 40px;
}
footer .wrapper{
  display: table;
  width: 100%;
}
footer ul > li a,
footer p{
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
}
footer ul > li:before{
  content: ' \25CF';
  margin-right: 7px;
  color: #a3238e;
  font-size: 8px;
}
footer ul > li:before,
footer ul > li a{
  display: inline-block;
  vertical-align: middle;
}
.unirea-logo{
    float: left;
}
.nav > li{
    display: inline-block;
    margin-left: 30px;
    line-height: 39px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}
.nav > .item.active a{
    color: #a3238e;
}
#slider ul > li{
    list-style: none;
}
.main--title{
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 30px;
    height: 26px;
    line-height: 26px;
    padding: 0;
}
.main--title .decoration{
    width: 6px;
    background-color: #a3238e;
}
.main--title .decoration,
.main--title span{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 100%;
}
.footer__title{
  font-size: 16px;
  color: #a3238e;
  margin-bottom: 10px;
}
.footer__nav li{
  display: inline-block;
  margin-right: 15px;
}
.footer__contact-info li{
  list-style: none;
  display: inline-block;
  margin-right: 35px;
  vertical-align: top;  
}
.footer__contact-info span{
  font-size: 13px;
}
.footer__contact-info li.phone i{
  background-position: -60px -40px;
}
.footer__contact-info li.address i{
  background-position: -80px -40px;
}
.footer__contact-info li.email i{
  background-position: -100px -40px;
}
#submit{
  float: right;
}
.footer__contact-info{
  float: left;
}
.products > .product{
  position: relative;
  overflow: hidden;
  cursor: pointer;
  max-width: 485px;
}
.products-page .products.list > .product{
  overflow: visible;
  position: static;
}
.products.list > .product .frame{
  position: relative;
  overflow: hidden;
}
.products.list > .product .description{
  margin-top: 10px;
}
.products.list > .product {
  float: left;
  margin-bottom: 30px;
}
.products.list > .product:nth-child(2n+0){
  margin-left: 30px;
}
.product-detail-page .products > .product{
  max-width: 100%;
  cursor: default;
}
.product-detail-page main{
  padding-top: 0;
}
.products > .product .product--thumb {
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
}
.products > .product:hover .product--thumb{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.product--title,
.product--more,
.is-in-stock{
    position: absolute;
}
.product-list--more{
  float: right;
  margin-top: 25px;
}
.product-list--more:after{
  content: '';
  display: block;
  clear: both;
}
.product--title,
.product--more,
.product-list--more{
    color: #ffffff;
    background-color: #a3238e;
    height: 35px;
    line-height: 35px;
    z-index: 2;
    padding: 0 10px;
}
.product--title{
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    top: 15px;
    left: 0;
}
.is-in-stock{
    padding: 5px;
    top: 15px;
    right: 15px;
    background-color: #fff;
    color: #a3238e;
    font-weight: bold;
}
.product--more,
.product-list--more{
    font-size: 13px;
    bottom: 15px;
    right: 15px;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
}
.product--more:hover,
.product-list--more:hover{
    color: #000000;
}
.more-arrow{
  font-style: normal;
  margin-left: 7px;
  font-size: 10px;
}
.detail-page--top-content{
  margin: 20px 0;
}
.product-detail--title{
    color: #a3238e;
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
    text-transform: uppercase;
    float: left;
}
.product-detail--description{
  margin-bottom: 15px;
}
.product-detail--gallery ul,
.product-detail--gallery li,
.product-detail--decor ul,
.product-detail--decor li,
.product-detail--special ul,
.product-detail--special li{
  float: left;
}
.product-detail--gallery li{
  margin-right: 20px;
  cursor: pointer;
}
.product-detail--gallery li,
.product-detail--decor li,
.product-detail--special li{
  list-style: none;
}
.product-detail--decor li{
  margin-right: 20px;
}
.product-detail--special li{
  margin-left: 20px;
  height: 210px;
}
.product-detail--decor li:first-child,
.product-detail--special li:first-child{
  margin-left: 0;
}
.product-detail--gallery li:first-child{
  margin-left: 1px;
}
.product-detail--gallery .label{
  margin: 7px 0;
}
.product-detail--gallery li.active img,
.product-detail--gallery li:hover img{
  box-shadow: 0 0 0 1px #a3238e;
  -webkit-box-shadow: 0 0 0 1px #a3238e;
  -moz-box-shadow: 0 0 0 1px #a3238e;
}
.product-detail--gallery li.active .label,
.product-detail--gallery li:hover .label{
  color: #a3238e;
  font-weight: 700;
}
.pdf-icon{
  background-image: url('../img/pdf-icon.jpg');
  width: 35px; height: 35px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}
.row--title{
  font-size: 24px;
  font-weight: 700;
  color: #a3238e;
}
.product-detail--technical-data h3.title{
  font-size: 13px;
  margin-bottom: 7px;
}
.product-detail--technical-data p{
  margin: 0;
}
.product-detail--enviornmental-certifications p{
  margin: 0 20px 15px 0;
  display: inline-block;
  vertical-align: middle;
}
.product-detail--enviornmental-certifications img{
  max-width: 85px;
}
.product-detail--enviornmental-certifications{
  text-align: left;
}
.product-detail--enviornmental-certifications:after{
  content: '';
  display: block;
  clear: both;
}
.product-detail--downloadable-information p{
  margin-bottom: 15px;
}
.product-detail--decor,
.product-detail--special{
  margin-top: 20px;
  float: left;
}
.product-detail--special .image{
  min-height: 100px;
}
.newsletter input[type="text"]{
  width: 270px; height: 30px;
  padding: 0 10px;
  font-size: 13px;
  font-style: italic;
}
.newsletter input[type="submit"]{
  background: url(../assets/spritesheet/sprite.png) -120px -40px no-repeat transparent;
  width: 20px;
  height: 20px;
  border: none;
  position: relative;
  right: 25px;
  top: 3px;
  text-indent: 20px;
  cursor: pointer;
  overflow: hidden;
}
.copyright{
  text-align: center;
  color: #fff;
  margin-top: 20px;
  font-size: 13px;
}
.top-reasons li{
	list-style: none;
}
.top-reasons li{
	display: inline-block;
	margin-left: 32px;
	margin-right: 32px;

}
.top-reasons li:first-child{
	margin-left: 0;
}
.top-reasons li.last-child{
	margin-right: 0;
}
.top-reasons ul{
	width: 100%;
	margin: 35px 0 0 0;
}
.top-reasons li span{
	color: #cfcfcf;
	font-size: 13px;
}
.top-reasons li span,
.int-spr{
	display: inline-block;
	vertical-align: middle;
    font-weight: 700;
}
.int-spr{
	background: url('../assets/spritesheet/sprite.png') 0 0 no-repeat;
	width: 40px; height: 40px;
}
.int-spr--small{
  width: 20px; height: 20px;
}
.int-spr.verified{
	background-position: 0 0;
}
.int-spr.secured{
	background-position: -40px 0;
}
.int-spr.warranty{
	background-position: -80px 0;
}
.int-spr.support{
	background-position: -120px 0;
}
.int-spr.quickinst{
	background-position: -160px 0;
}
.int-spr.eu-standards{
	background-position: -200px 0;
}
.int-spr.arrow{
	background-position: -261px -40px;
	width: 7px; height: 13px;
	margin-left: 5px;
}
.bottom-shadow{
  background-image: url('../img/bottom-shadow.jpg');
  background-repeat: no-repeat;
  width: 1000px; height: 27px;
  margin-top: 10px;
}
.product--repr-image{
  width: 1000px;
}

/* Request Info && Contact form */

.p-out.request-popup{
  position: fixed;
  top: 50%;
  left: 50%;
  width: 670px;
  background-color: #fff;
  padding: 49px 30px 45px 30px;
  z-index: 10;
  border-radius: 5px;

  display: none; /* until show in js */

  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
}
.contact-form.request-popup{
  position: static;
}
.request-popup .quit-button{
  position: absolute;
  top: 11px;
  right: 10px;
  font-size: 25px;
  cursor: pointer;
  margin: 0;
}
.request-popup .title{
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 50px;
}
.request-popup label{
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.request-popup textarea,
.request-popup input[type="text"]{
  width: 100%;
  padding: 8px;
  border: 1px solid #cfcfcf;
  border-radius: 5px;

}
.request-popup input[type="submit"]{
  background-color: #a3238e;
  font: 700 16px 'Open Sans', sans-serif;
  color: #ffffff;
  margin: 0;
  min-width: 100px;
  height: 45px;
  border: none;
  cursor: pointer;
}
.request-popup textarea{
  resize: vertical;
  height: 104px;
}
.request-popup .top,
.request-popup .bottom{
  margin-bottom: 40px;
}
.request-popup .col-1_3{
  padding-left: 20px;
}
.request-popup .col-1_3:first-child{
  padding-left: 0;
}
.overlay,
.preloader{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9;
}
.overlay{
    background-color: rgba(0,0,0,0.7);
    display: none;
}
.preloader{
  background-color: #fff;
}
#response{
  /* hide until show in js */
  display: none;
  font-weight: 700;
  color: #a3238e;
  margin-bottom: 20px;

  animation-name: errorMessage;
  animation-duration: 300ms;
  animation-timing-function: ease;
}
.textures-carousel{
  position: relative;
}
.carousel-wrapper{
  overflow: hidden;
}
.textures-carousel li{
  list-style: none;
  margin-right: 20px;
}
.textures-carousel li,
.textures-carousel ul{
  float: left;
}
.textures-carousel ul{
  position: relative;
  transition: left 500ms ease;
  -webkit-transition: left 500ms ease;
  -moz-transition: left 500ms ease;
}
.arrows .prev,
.arrows .next{
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 8;
  cursor: pointer;
}
.arrows .next{
  right: -40px;
  background: url(../img/slider/ui/controls.png) no-repeat -43px -32px;
}
.arrows .prev{
  left: -40px;
  background: url(../img/slider/ui/controls.png) no-repeat 0 -32px;
}
.contact-info h3{
  font-weight: 600;
}
@media (max-width: 600px) {
  .products.list > .product:nth-child(2n+0) {
    margin-left: 0;
  }
  .main--title.textures,
  .textures-carousel,
  .bottom-shadow,
  .bx-controls-direction,
  .top-reasons,
  .g-map
  {
    display: none;

  }
  footer .wrapper .col-rel{
    display: block;
    margin: 0 auto;
    width: 295px;
    margin: 0 auto 25px auto;
  }
  nav{
    float: none;
    margin-top: 20px;
  }
  nav a{
    font-size: 11px;
  }
  .wrapper{
    max-width: 90%;
  }
  .nav--menu > li{
    margin-left: 25px;
  }
  .nav--menu > li:first-child{
    margin-left: 0;
  }
  .unirea-logo{
    float: none;
  }
  .contact-info .desc,
  .product-detail--technical-data div{
    float: none;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .product-detail--title,
  .row--title{
    float: none;
    text-align: center;
  }
  .product-list--more{
    display: block;
    margin: 10px auto;
    float: none;
    text-align: center;
  }
  .request-popup.p-out{
    width: 100%;
  }
  /* urgent col-1_3 remove */
  .request-popup.p-out .col-1_3{
    display: block;
    float:none;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .request-popup .title{
    line-height: 38px;
  }
  .request-popup .col-1_3{
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .bottom-level-2{
    text-align: center;
  }
  #submit{
    float: none;
    margin-top: 20px;
  }
  .col-on{
    margin: 0;
  }
  .unirea-logo{
    text-align: center;
  }
}

/*  NEW PRODUCT CONCEPT __ Special Items
 *------------------------------------------------------*/

.product-detail--special img {
  max-height: 145px;
}

.nav__item a.active{
  color: #a918cd;
}
.nav__item a{
  cursor: pointer;
}
header.sticky-style{
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.7);
  padding: 10px 0;
}
.messages{
  display: none; /* until show */
  color: #fff;
  font-size: 12px;
  margin-bottom: 10px;

  animation-name: errorMessage;
  animation-duration: 300ms;
  animation-timing-function: ease;
}
.sa{
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 58px;
  height: 58px;

  background: url('../assets/spritesheet/sprite.png') 0 -40px;
}
.portofolio__img{
  max-width: 100%;
  margin-top: 20px;
  height: auto;
}
/*  Animations
 *------------------------------------------------------*/
@keyframes errorMessage {
  from {height: 0}
  to {height: 20px}
}
