@CHARSET "UTF-8";

::-moz-selection {
	background: #d20014;
	color: #fff;
}

::selection {
	background: #d20014;
	color: #fff;
}

@font-face {
    font-family: 'din';
    src: url('../fonts/DINCompPro-Light.ttf') format('ttf'),
    	url('../fonts/DINWebPro-Light.woff') format('woff'),
    	url('../fonts/DINWebPro-Light.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'din-bold';
    src: url('../fonts/DINCompPro.ttf') format('ttf'),
    	url('../fonts/DINWebPro.woff') format('woff'),
    	url('../fonts/DINWebPro.eot') format('embedded-opentype');
    font-weight: bold;
    font-style: normal;
}

body {
	font-family: din, arial, verdana, tahoma, sans-serif;
}

strong {
	font-family: din-bold, arial, verdana, tahoma, sans-serif;
	font-weight:  normal;
}

input[type=checkbox] {
	border: 2px inset #f00;
}

.offscreen {
	position: absolute;
	clip: rect(1px 1px 1px 1px); /* for Internet Explorer */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

#main_bg_container-1 {
	background: url("../img/main-bg-1.jpg");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

#main_bg_container-2 {
	background: url("../img/blenda.png"), url("../img/main-bg-2.jpg");
	background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-position: center top;
}

#main_bg_container-3 {
	background-color: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
}


#main-header {
	background: #d20014;
}

#main-header-iframe {
	background: #ffffff;
	margin-bottom: 20px;
}

.main-logo {
	margin-left: -25px;
}

.navbar {
	margin-bottom: 0;
}

.navbar-default {
	background: none;
	border: none;
}

.navbar-brand {
	height: auto;
	padding: 0;
}

.navbar-collapse {
	overflow: hidden;
	padding: 0;
}

#main-header .navbar-toggle {
	margin: 0px 0px;
	border-radius: 0px;
	border: 0;
	padding: 0;
}

#main-header .navbar-toggle:hover,
#main-header .navbar-toggle:active,
#main-header .navbar-toggle:focus {
	background: transparent;
}

.icon-bar {
	margin: 0 auto;
}

#top-nav ul li a {
	color: #fff;
	padding: 0 14px;
	border-left: 1px solid #fff;
	font-size: 16px;
	text-decoration: none;
	background: none;
	text-align: right;
}

#top-nav ul li a:hover {
	background: none;
}

#top-nav ul li:first-child a,
#top-nav ul li:last-child a {
	border: 0;
	padding-left: 0;
}

#top-nav ul li:first-child a {
	padding-left: 0;
}

#top-nav .navbar-text{
	margin: 0;
	padding-right: 12px;
	color: #fff;
	font-size: 16px;
}

#top_bg {
	margin-top: 80px;
	margin-bottom: 80px;
}

#top_bg_iframe {
	margin-top: 0px;
	margin-bottom: 80px;
}

#welcome-text-intro {
	color: #fff;
}

#welcome-text-intro {
	font-size: 48px;
	line-height: 60px;
	margin: 0 0 18px 0;
}

.welcome-text-intro-bar {
	width: 100%;
	padding-bottom: 7px;
	padding-top: 25px;
	background-color: #383838;
	margin-bottom: 30px;
}

.top-title {
	text-align: center;
	padding-bottom: 150px;
}

.top-title-iframe
{
	text-align: center;
}

.top-title-2 {
	text-align: center;
	color: #000000;
	font-size: 25px;
	text-align: left;
	line-height: 150%;
}

#welcome-list {
	font-size: 17.9px;
	background: rgba(255, 255, 255, 0.9);
	padding: 30px;
}

.red-square-list {
	list-style-type: none;
	margin: 68px 0 0 4px;
	padding: 0px;
}

.red-square-list li {
	margin-bottom: 20px;
	padding-left: 20px;
	background: url('../img/list-pause-style.png') no-repeat top 10px left
}

.li-pointer {
	padding: 0 18px 18px 0;
}

#welcome-log-in {
	width: 100%;
	padding: 0px 5%;
	background: rgba(255, 255, 255, 0.7);
	height: 458px;
}

#welcome-sign-in {
	width: 100%;
	padding: 0px 5%;
	background: rgba(126, 126, 126, 0.9);
	line-height: 60px;
	color: #fff;
	margin-top: 10px;
	font-size: 16px;
}

#welcome-sign-in a {
	color: #fff;
	text-decoration: underline;
}

#welcome-text-choose {
	font-family: din-bold, arial, verdana, tahoma, sans-serif;
	text-shadow: 1px 1px 2px #fff;
	color: #000;
	font-size: 30px;
	line-height: 40px;
	margin: 0;
	padding: 43px 0;
	text-align: left;
}

#welcome-text-login {
	font-family: din-bold, arial, verdana, tahoma, sans-serif;
	padding: 0;
	margin: 0 0 15px 0;
	font-size: 24px;
	color: #707173;
}

.form-control:focus, #search-string:focus  {
	border-color: #d20014;
	box-shadow: 0 0 8px rgba(255,0,0,.6);
	outline:none;
}

.login-text-input {
	text-align: center;
}

.login-text-input,
.login-text-input-light {
	height: 43px;
	display: block;
	margin: 0 auto;
	border: solid;
	border-width: 1px 1px 1px 2px;
	-webkit-box-shadow: none;
    box-shadow: none;
}

.login-text-input {
	background: #000;
	border-color: #303030 #303030 #303030 #d20014;
	border-radius: 0;
	color: #fff;
	margin-bottom: 27px;
}

.login-text-input-light {
	background: #fff;
	border-color: #fff #fff #fff #d20014;
	border-radius: 0;
	color: #444;
}

#remember-me-box {
	margin: 13px 0;
}

#remember-me-box input + label {
	color: #000;
	font-weight: normal;
	cursor: pointer;

	background: url(../img/checkbox-empty.png) no-repeat;
	font-size: 16px;
	line-height: 16px;
	padding: 5.5px 0 5.5px 37px;
	display: block;
	transition: all 0.4s;
}

#remember-me-box input:checked + label {
	background: url(../img/checkbox-checked.png) no-repeat;
}

#remember-me-box input {
	display: none;
}

.button-normal,
.button-grey {
	font-size: 20px;
	line-height: 18px;
	padding: 17px 55px 15px 55px;
	transition: all 0.4s;
}

.button-normal {
	background: #d20014;
	color: #fff;
}

.button-normal:hover {
	background: #b70011;
	color: #fff;
}

.button-grey {
	background: #eee;
	color: #000;
}

.button-grey:hover {
	background: #ddd;
}

footer {
	margin-bottom: 30px;
}

footer nav {
	margin-bottom: 0 !important;
	min-height: 35px !important;
}

footer nav .navbar-right {
	margin: 0 !important;
}

#bottom-nav ul li a,
#bottom-nav .navbar-text {
	color: #868686;
	padding: 0 25px;
	font-size: 10px;
	text-decoration: none;
	background: none;
}

#bottom-nav ul li a.legal_notice:link,
#bottom-nav ul li a.legal_notice:visited,
#bottom-nav ul li a.legal_notice:hover,
#bottom-nav ul li a.legal_notice:active {
	color: #337ab7;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
}

#bottom-nav .navbar-text {
	padding-left: 0;
	margin: 0;
	line-height:20px;
}

footer .grey-contianer {
	padding: 30px 0;
	font-size: 10px;
	background: #464646;
	color: #fff;
	text-align: justify;
}

footer .navbar {
	padding: 30px 0;
}

.standard-column {
	margin-bottom: 30px;
}

.standard-column div {
	padding: 30px;
	background: url("../img/li_pointer.png") repeat #d20014;
	color: #fff;
	padding-bottom: 60px;
}

.standard-column.grey-me div {
	background: #bbb;
}

.standard-column div h2 {
	margin: 0 0 30px 0;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	font-family: din-bold, arial, verdana, tahoma, sans-serif;
	line-height: 30px;
}

.standard-column div h2 big {
	clear: both;
	font-size: 26px;
}

.standard-column div p {
	font-size: 15px;
	text-align: center;
	margin-bottom: 86px;
}

.eq-hight-column {
	position: relative;
}

.bottom-right, .bottom-left {
	position: absolute;
	bottom: 30px;
	color: #fff;
	font-size: 15px;
	font-family: din-bold, arial, verdana, tahoma, sans-serif;
}

.bottom-right {
	right: 30px;
}

.bottom-left {
	left: 30px;
}

.column-link {
	text-transform: uppercase;
}
.column-link:hover {
	color: #fff;
}

#search-bar {
	background: rgba(70, 70, 70, .9);
}

#search-bar.container-fluid,
#search-bar.container-fluid .container-fluid {
	margin-left: -15px;
	margin-right: -15px;
}

#search-bar h2 {
	color: #fff;
	font-size: 28px;
	line-height: 80px;
	margin: 0;
}

#search-form-container {
	width: 575px;
	height: 80px;
}

#search-bar label {
	color: #fff;
}

#search-string, .ui-autocomplete.ui-widget-content {
	background: #1a1a1a;
	border-style: solid;
}

#search-string {
	height: 43px;
	color: #fff;
	font-size: 20px;
	line-height: 43px;
	padding: 0px 10px;
	margin: 18.5px 0;
	border-color: #454545 #454545 #454545 #d20014;
	border-width: 1px 1px 1px 6px;
	padding-right: 42px;
}

#search-string.active-searcher {
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom: none;
}

#search-string.ui-autocomplete-loading {
	background-image: url('../img/loader-small.gif');
	background-position: right 5px  center;
	background-repeat: no-repeat;
}

.btn-search {
	height: 43px;
	font-size: 30px;
	line-height: 20px;
	font-weight: 700;
	color: #d20014;
	background: url(../img/button-bg.png) repeat #eeeeee;
}

#label-search {
	width: auto;
	float:left;
	padding-right: 10px;
	padding-top: 20px;
	text-align: center;
}

#search-container {
	width: 100%;
	max-width:380px;
}



.clearfix {
	clear: both;
}

#content-field {
	margin-top: -60px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*#content-field div {
	max-width: 100%;
}*/

.firm-color, a.firm-color {
	color: #d20014;
}

.pointer {
	cursor: pointer;
}

.ui-autocomplete {
	max-height: 200px;
	max-width: 400px;
	overflow-y: auto;
	overflow-x: hidden;
	color: #fff;

	border-color: #d20014;
	border-width: 0px 1px 2px 6px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.ui-widget-content .ui-state-focus {
	border: none;
	margin:0;
	color: #d20014;
	background: #eee;
	font-weight: normal;
}

.ui-autocomplete .ui-menu-item {
	padding: 5px 10px;
	margin: 0;
	border-top: 1px solid #454545;
}
.search-miniature {
	max-width: 100%;
	max-height: 100%;
	float: left;
	background: #fff;
	padding: 5px;
	box-sizing: border-box;
}

.list-result .search-miniature {
	margin: 5px 5px 5px 0;
	border: 1px solid #c0c0c0;
}

.tiles .search-result.list-result,
.list .search-result.tile-result {
	display: none;
}

.search-result.list-result {
	margin: 21px 0;
	background: #eee;
	width: 100%;
}

.search-result.list-result:first-child {
	margin-top: 0;
}

.search-result.list-result:last-child {
	margin-bottom: 0;
}

.search-result.list-result h3 {
	margin: 0;
	font-size: 22px;
	font-family: din-bold, arial, verdana, tahoma, sans-serif;
	font-size: 22px;
	padding: 10px 0 0 0;
}

.search-result.list-result a {
	font-family: din-bold, arial, verdana, tahoma, sans-serif;
	font-size: 14px;
	color: #d20014;
}

.search-result.tile-result {
	max-width: 23%;
	float: left;
	margin: 1%;
}

.search-result.tile-result h3 {
	margin: 0;
	font-size: 22px;
	font-family: din-bold, arial, verdana, tahoma, sans-serif;
	font-size: 22px;
	padding: 10px 0 0 0;
}

.search-result.tile-result a {
	font-family: din-bold, arial, verdana, tahoma, sans-serif;
	font-size: 14px;
	color: #d20014;
}

#product > div, .variants-container{
	margin-bottom: 10px;
	padding-bottom: 0px;
}

.variants-container {
	background: #fff;
	font-size: 18px;
	border: 1px solid #c0c0c0;
}

#result-data div h3 {
	font-size: 15px;
}

#description-container {
	max-height: 464px;
	overflow: auto;
}

#download-container {
	height: 184px;
}

#series-of-types-container,
#reaction-to-fire-container,
#surface-emissivity-container,
#technical-insulation-container,
#standards-container,
#certifications-container,
#epd-container,
#free-properties-container,
#sound-absorption-container {
	max-height: 500px;
	overflow: auto;
}

#series-of-types-container .mCustomScrollBox,
#reaction-to-fire-container .mCustomScrollBox,
#surface-emissivity-container .mCustomScrollBox,
#technical-insulation-container .mCustomScrollBox,
#standards-container .mCustomScrollBox,
#certifications-container .mCustomScrollBox,
#epd-container .mCustomScrollBox,
#free-properties-container .mCustomScrollBox,
#sound-absorption-container .mCustomScrollBox {
	height: auto;
}

.ui-widget {
	font-family: din, arial, verdana, tahoma, sans-serif;
}

#kolory-container > div,
.tabs-container > div {
	background: #eee;
	border-radius: 0;
	border: 0;
	padding: 0;
}

#kolory-container > div > ul,
#kolory-container > div > ul > li,
.tabs-container > div > ul,
.tabs-container > div > ul > li {
	margin: 0 !important;
	padding: 0 !important;
	background: #727272 !important;
	border-radius: 0 !important;
	border: 0 !important;
}

#kolory-container > div > ul > li,
.tabs-container > div > ul > li {
	border-right: 2px solid #fff !important;
}

#kolory-container > div > ul > li a,
.tabs-container > div > ul > li a {
	color: #fff !important;
	font-weight: normal;
	text-align: center;
	width: 100%;
}

#kolory-container > div > ul > li.ui-state-active,
.tabs-container > div > ul > li.ui-state-active {
	background: #eee !important;
}

#kolory-container > div > ul > li.ui-state-active a,
.tabs-container > div > ul > li.ui-state-active a {
	color: #727272 !important;
	font-family: din-bold, arial, verdana, tahoma, sans-serif !important;
}

.colour-group-container,
.colour-container {
	padding: 10px;
}

.colour-container,
.colour-group-container.active {
	background: #fff;
}

.colour-group-container {
	background: #f8f8f8;
	margin-bottom: 3px;
}
.colour-group-container .show-hide {
	margin-right: 5px;
}

.colour-group-container div ul, .colour-container ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.colour-group-container div ul li, .colour-container ul li {
	float: left;
	padding: 3px;
	margin: 3px;
	border: 1px solid #eee;
}

.color-presentation {
	width: 60px;
	height: 40px;
	margin: 0 auto;
}

p.color-presentation-name {
	color: #727272;
	font-size: 11px !important;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0;
}

.color-content-container {
	max-height: 200px;
}

.colour-group-container h4 {
	padding: 0;
	margin: 0;
}

.colour-group-container.active h4 {
	font-family: din-bold, arial, verdana, tahoma, sans-serif;
}

.product-type h5 {
	font-family: din-bold, arial, verdana, tahoma, sans-serif;
}

.product-type table {
	max-width: 100%;
}

.product-type th, .product-type td {
	font-size: 12px;
}
.product-type td, .product-type th {
	padding: 11px 20px;
}

.product-type td {
	max-width: 12.5%;
	text-align: right;
	background: #eee;
	border-collapse: collapse;
	border: 5px solid #fff;
}

td.epd-param {
	width: 240px;
	background: #138e59;
	color: #fff;
	text-align: left;
}

.variant-list,
.files-list {
	margin-bottom: 0;
}

.variant-list li,
.files-list li {
	margin-bottom: 10px;
}

.variant-list li:last-child,
.files-list li:last-child {
	margin-bottom: 0;
}

.variant-list li div,
.files-list li div,
.product-list div > div,
.documents-list div > div {
	background-color: #eee;
}

.product-list div > div {
	margin-bottom: 10px;
	display: flex;
}

.documents-list div > div {
	margin-bottom: 10px;
}

.documents-list div > div a {
	color: rgb(51, 51, 51);
}

.variant-list li {
	display: table;
	width: 100%;
}

.variant-list li > div {
	display: table-row;
	width: 100%;
}

.variant-list li h5,
.variant-list li h4,
.product-list div h4 {
	display: table-cell;
	padding: 14px 10px;
	margin: 0;
	width: calc(100% - 77px);
}

.files-list div a {
	color: rgb(51, 51, 51);
}

.files-list div h4,
.documents-list h4 {
	padding: 14px 10px;
	margin: 0;
}

.variant-list li a,
.product-list div a {
	display: table-cell;
	padding-left: 10px;
	vertical-align: middle;
	margin: 0;
	width: 105px;
	text-transform: uppercase;
	background: #dddddd url('../img/open.png') no-repeat center right 10px;
	text-decoration: none;
	color: #d20014;
}

#rockwool-elements-container .product-list .element_image{
	display: block;
	padding:10px;
	margin-bottom: 0px;
    max-height: 140px;
}
#rockwool-elements-container .product-list h4{
	display: block;
	width: calc(100% - 100px);
}
#rockwool-elements-container .product-list .element_image img{
	width:100px;
	height: auto;
    min-width: 100px;
}
#rockwool-elements-container .product-list .open_link{
    margin-bottom: 0px;
    display: flex;
}
#rockwool-elements-container .product-list .open_link .open_link_flex{
	display: table;
    height: 100%;
}
#rockwool-elements-container .product-list .open_link .open_link_flex a{
    display: table-cell;
    width: 160px;
}

.product-list div a {
	line-height: 43px;
}

.variant-list li h4 {
	font-size: 15px;
}

.variant-list li h4 span a {
	color: #d20014;
	font-family: din-bold, arial, verdana, tahoma, sans-serif;
}

.show-hide-ico {
	padding: 10px 0 10px 0px;
}

.show-hide-side-ico.rotated,
.show-hide-ico.rotated,
.show-hide.rotated, .title .rotated {
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.show-hide-ico.hidden {
	display: none;
}

.hide-me {
	display: none;
}

.feature_container {
	width: 30%;
	float: left;
	background: #fff;
	margin: 20px 5% 0 0;
	padding: 20px;
	position: relative;
}

.feature_container:nth-of-type(3n) {
	margin-right: 0;
}

.feature_container h3 {
	padding: 0;
	margin: 0;
	font-size: 15px;
	font-family: din-bold, arial, verdana, tahoma, sans-serif;
	position: relative;
	display: block;
	float: left;
	width: calc(100% - 16px);
}

.feature_container .clear-me {
	display: block;
	width: 9px;
	height: 9px;
	background: url("../img/checkbox-small.png") no-repeat left top;
	margin: 2px 7px 0 0;
	float: left;
}

.feature_container.selected .clear-me {
	background-image: url("../img/checkbox-small-checked.png");
	cursor: pointer;
}

.feature_container_mark {
	height: 8px;
	width: 99%;
	background: #eee;
	position: absolute;
	bottom: 2px;
	left: 0.5%;
}

.feature_container_mark.selected {
	background: #d20014;
}

.feature_container span.show-hide-ico {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 0;
	margin: 0;
}

.features_values_container {
	display: none;
	position: absolute;
	background: #fff;
	left: calc(100% + 15px);
	top: 0;
	max-width: none !important;
	min-width: 100%;
	padding: 20px 20px 20px 20px;
	border-radius: 3px;

	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.features_values_container_arrow {
	position: absolute;
	left: -30px;
	top: 0;
	width: 30px;
	height: 50px;
	background: url('../img/features_values_container_arrow.png') no-repeat right;
}

.features_values_container .short_table_list {
	width: 100%;
}

.features_values_container input {
	font-size: 14px;
}

.features_values_container.long-container {
	min-width: 216.8%;
}

.features_values_container.long-container {
	min-width: 333.6%;
}

.features_values_container .short_table_list {
	border-collapse: collapse;
}

.features_values_container .short_table_list td,
.features_values_container .short_table_list th {
	padding: 5px;
}

.features_values_container .short_table_list td {
	border-bottom: 1px solid #cccccc;
}

.features_values_container .short_table_list td p {
	margin: 0;
	padding: 0;
}

.features_values_container .short_table_list td select,
.features_values_container .short_table_list td input[type="text"] {
	height: 33px;
	border: 1px solid #c0c0c0;
	margin-right: 10px;
	padding: 5px;
	float: left;
}

.header_col_short {
	max-width: 10%;
}

.feature_container:nth-of-type(3n) .features_values_container {
	right: 0;
	left: auto;
}

.short_table_list, .short_table_list_colored {
	border-spacing: 3px;
  	border-collapse: separate;
	border: 0;
}

.short_table_list_colored_td {
	width: 30px;
	padding-left: 10px;
}

.standard_table_list td, .short_table_list td {
	padding: 5px;
}

.center {
	text-align: center;
}

.center input {
	margin: 0 auto;
}

.selectt, .inputt {
	padding:5px;
	border-radius: 0px;
	background: #fff;
	border-style:solid;
	border-width:1px;
	border-color:#c0c0c0;
	font-size: 1em;
}

.files-download-list {
	margin: 0;
	padding: 0;
}

.files-download-list.details-list {
	width: calc(100% - 15px);
	margin-left: 15px;
}


.files-download-list.details-list > li {
	background: transparent;
}

#files-list > li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
}

#files-list div {
	margin-left: 20px;
}

.files-download-list li {
	background: #eee;
	list-style-type: none;
	margin-bottom: 10px;
	position: relative;
}

.files-download-list li a.download-model-file-link,
.files-download-list li a.download-model-file-link-ifc,
.files-download-list li a.download-model-file-link-active {
	display: block;
	background: #eee;
	float: left;
	padding-right: 10px;
	margin-right: 10px;
}

.other-file-link {
	padding: 5px 0;
}

.files-download-list li a span {
	line-height: 30px;
	height: 30px;
	display: block;
	font-size: 14px;
	color: #000;
	font-family: din-bold, arial, verdana, tahoma, sans-serif;
	float: left;
}

.files-download-list img.bim-file-ico {
	padding: 0px 10px 0 0;
	float: left;
}

.files-download-list img.bim-file-instruction {
	padding: 5px 10px 20px 10px;
	float: left;
}

.file-title {
	clear: both;
}

.file-description {
	font-size: 13px;
}

#show-hide-variants, .scroll-300px-container {
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}

#visual-search-container {
	margin: 0 auto 10px auto;
}

#visual-search-container, #visual-search-container iframe {
	width: 960px;
	height: 355px;
	border: none;
}

.bg-search-ico, .bg-files-ico {
	padding-left: 44px;
	line-height: 30px;
	background-position: left center;
	background-repeat: no-repeat;
 }

.bg-search-ico {
	background-image: url("../img/ico-search.png");
}

.bg-files-ico {
	background-image: url("../img/ico-files.png");
}

#simple-search, #search-conditions-advanced {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#simple-search .title,
#search-conditions-advanced .title,
#simple-search-button-img .title {
	color: #d20014;
	font-family: din-bold, arial, verdana, tahoma, sans-serif;
	font-size: 24px;
	margin: 0;
}

#simple-search .title {
	padding: 14px 0 24px 0;
}

#search-conditions-advanced .title {
	padding: 0 0 14px 0;
 }

#search-conditions-advanced .title span,
#simple-search-button-img .title span {
	margin: 14px 14px 0 0;
}

.light-grey {
	background-color: #eee;
}

.white-bg {
	background-color: #fff;
}

.product-type, .product-type-simple {
	padding-bottom: 10px;
}

.img-restrict img {
	max-width: 100%;
}

.product-type h3{
	margin-top: 20px;
	margin-bottom: 20px;
}

#product #rockwool-elements-container.scroll-me .product-list{
    max-height: 400px;
    overflow-y: scroll;
}

.product-type h3,
.product-type-simple h3 {
	font-size: 15px;
}

.product-type-simple h4 {
	font-size: 14px;
}

.sot_container h4 {
	font-size: 14px;
}

.product-type h4, .product-type h5 {
	font-size: 14px;
}

.product-type p {
	font-size: 17px;
	font-family: din-bold, arial, verdana, tahoma, sans-serif;
}

.variant-list-container {
	padding-bottom: 15px;
}

#search-conditions-advanced {
	background-color: #c2c2c2
}

.mCSB_draggerContainer {
	margin-bottom: 10px;
}

.features_values_container h3 {
	margin-bottom: 20px;
}

.feature_side_container input[type="text"],
.full-input {
	width: 100%;
}

.double-small-input {
	width: 172px;
}

.small-input {
	max-width: 83px !important;
}

.micro-input {
	width: 55px;
}

.product > div {
	margin-bottom: 10px;
}

#variants-container {
	max-height: 350px;
}

.model-name-in-variant {
	text-align: right;
}

.model-name-in-variant h3 {
	font-size: 18px
}

.model-name-in-variant a {
	color: #d20014;
}

#search-bar .show-hide-ico {
	margin: 25px 0 0 10px;
	padding: 0px;
}

.apply-button {
	margin-top: 20px;
}

.product-properties-container h4 {
	font-size: 14px;
}

.table_series_of_types {
	display: inline-block;
	border-collapse: separate;
	padding: 5px;
	margin: 2.5px;
	width: calc(50% - 5px);
	box-sizing: border-box;
}

.table_series_of_types:nth-child(odd) {
	background: #ccc;
}

.table_series_of_types:nth-child(even) {
	background: #eee;
}

.table_series_of_types td {
	border: 0 !important;
	padding: 3px;
}

tr.spacer td{
	padding: 10px 0;
}

.margin-right {
	margin-right: 10px;
}
.library-main-container {
	margin-bottom: 10px;
}

.library-main-container .download-model-file-link, .library-main-container .download-model-file-link-ifc, .library-main-container .download-model-file-link-active {
	width: 100%;
	background: #fff !important;
}

.library-main-container .download-model-file-link:hover, .library-main-container .download-model-file-link-ifc:hover, .library-main-container .download-model-file-link-active:hover {
	text-decoration: none;
}

.library-main-container h6 {
	font-size: 16px;
	font-family: din-bold, arial, verdana, tahoma, sans-serif;
}

#simple-search-button-img {
	background: url("../img/simple-search.png") no-repeat right top #eee;
	margin-bottom: 10px;
}

#simple-search-button-img h2 {
	font-size: 24px;
	line-height: 80px;
	margin: 0;
	padding: 0;
}

#rockwool-products-container {
	max-height: 150px;
}

.right-aligned {
	text-align: right;
}

.tooltipster-rockwool {
	border: 1px solid #ccc;
	background: #eee;
	color: #333;
}

.tooltipster-rockwool .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
}

.download-tooltip {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #eee;
	padding: 10px;
	z-index: 10023;
}

.download-tooltip a {
	clear: both;
	display: block;
}

#result-image {
}

#result-image img {
	max-width: 535px !important;
}

#result-image > div {
	position: relative;
}

#result-image > div ol li {
	text-align: left;
}

#result-image > div .layer_number {
	cursor: pointer;
	width: 31px;
	height: 31px;
	border-radius: 31px;
	color: #fff;
	position: absolute;
	text-align: center;
	font-family: din-bold, arial, verdana, tahoma, sans-serif;
	border: 2px solid #fff;
	line-height: 28px;

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcxNzE3MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYTNhM2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #717171 0%, #3a3a3a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#717171), color-stop(100%,#3a3a3a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #717171 0%,#3a3a3a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #717171 0%,#3a3a3a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #717171 0%,#3a3a3a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #717171 0%,#3a3a3a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#717171', endColorstr='#3a3a3a',GradientType=0 ); /* IE6-8 */
}

#result-image > div .layer_number.hover {
	z-index: 1000;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QwMDAxNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YTAwMGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #d00014 0%, #6a000a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d00014), color-stop(100%,#6a000a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d00014 0%,#6a000a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d00014 0%,#6a000a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d00014 0%,#6a000a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d00014 0%,#6a000a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d00014', endColorstr='#6a000a',GradientType=0 ); /* IE6-8 */
}

.check_hover:not(.rockool-prod) {

	cursor: no-drop;

}

#result-image .layer-list li.rockool-prod,
#result-image .layer-list li.rockool-prod a {
	font-family: din-bold, arial, verdana, tahoma, sans-serif;
	font-weight: bold;
	color: #484846;
}

#result-image .layer-list li.hover,
#result-image .layer-list li.hover a {
	color: #d20014;
}

.under-header {
	min-height: 50px;

	background: rgba(0, 0, 0, 0.9);
}

.under-header > a,
.db-version {
	color: #fff;
	line-height: 30px;
	margin-top: 10px;
	display: block;
	font-weight: bold;
	text-shadow: -1px 2px 2px rgba(33, 33, 33, 0.75);
	text-decoration: none;
}

.under-header a {
	font-size: 20px;
}

.db-version {
	font-size: 15px;
	margin-right: 20px;
}

.db-version .end-session {
	font-size: 1em;
}

.homogenious h4 {
	text-align: left;
	font-size: 14px;
}

.homogenious ol li {
	font-size: 14px;
	color: #727272;
	padding:5px 0;
}

.download-file-info-container {
	padding: 5px;
	background-color: #eeeeee;
	text-align: right;
	margin: 5px 0;
	width: calc(60% - 141px);
}

.download-file-info-container.show-info {
	background: url('../img/program_icons/info-grey.png') no-repeat left 10px center #eeeeee;
	cursor: pointer;
}

.program-ico {
	display: block;
	position: relative;
	margin: 0;
}

.program-ico .download-ico {
	line-height: 30px;
	border: 1px solid #929292;
	padding: 0 10px 0 25px;
	display: block;
}

.program-ico .download-info-ico {
	display: block;
	width: 20px;
	height: 20px;
	padding: 15px;
}

.program-ico .download-ico {
	background: url('../img/program_icons/ico_dwnload.png') left 5px center no-repeat #eee;
}

.program-ico .download-info-ico {
	background: url('../img/program_icons/info-grey.png') no-repeat center;
}

.email-ico {
	height: 30px;
	padding: 0 10px 0 25px;
	background: url('../img/program_icons/mail.png') left 5px center no-repeat;
	border: 1px solid #a4a4a4;
}

.program-ico.program-0 {
	width: 30px;
	height: 30px;
	background: url('../img/program_icons/0.png') no-repeat;
}

.program-ico.program-1 {
	width: 30px;
	height: 30px;
	background: url('../img/program_icons/1.png') no-repeat;
}

.program-ico.program-2 {
	width: 30px;
	height: 30px;
	background: url('../img/program_icons/2.png') no-repeat;
}

.program-ico.program-3 {
	width: 30px;
	height: 30px;
	background: url('../img/program_icons/3.png') no-repeat;
}

.mailform input[type="text"] {
	height: 30px;
	width: calc(100% - 105px);
}

.mailform button[type="submit"] {
	width: 101px;
}

.nameform {
	padding: 0 5px;
	line-height: 18px;
}

.infoform {
	width: 30px;
}

.downloadform {
	width: 99px;
}

#login-button {
	margin-right: 20px;
}

#top-nav .clearfix{
	padding-top: 10px;
	width: 100%;
}


.topbar-agregate-container > div {
	position: relative;
}

.topbar-agregate-container > div > .roll-down-box {
	position: absolute;
	top: 43px;
	background: #f2f2f2;
	width: 390px;
	right: 0;
	font-size: 16px;
	z-index: 100000;
}

.topbar-agregate-container > div > .roll-down-box .login-button {
	width: 100%;
}

.topbar-agregate-container > div > .roll-down-box .clearfix {
	margin: 0 !important;
	padding: 0 !important;
}

.topbar-agregate-container > div > .roll-down-box div.top {
	padding: 29px 30px 20px 30px;
}
.top2 {
	padding: 29px 0 0 0;
}
.topbar-agregate-container > div > .roll-down-box div.bottom {
	padding: 30px 29px 26px 31px;
	background: #cfcfcf;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	font-family: din-bold, arial, verdana, tahoma, sans-serif;
	font-size: 15px;
}

.bottom2 {
	padding: 20px 29px 3px 31px;
	background: #cfcfcf;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	font-family: din-bold, arial, verdana, tahoma, sans-serif;
	font-size: 15px;
}
.bottom3 {
	padding: 3px 29px 16px 31px;
}

.topbar-agregate-container > div > .roll-down-box div.bottom a {
	color: #d20014;
	text-decoration: underline;
}

.topbar-agregate-container > div > a {
	display: block;
	margin-top: -10px;
	margin-left: 15px;
	padding: 20px 24px 17px 48px;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 12px;
	text-decoration: none;
	/* -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.2); */
}

.topbar-agregate-container .goto-start-container a,
.topbar-agregate-container .loggedin a,
.topbar-agregate-container .cart-project-container a {
	color: #0b0c0d;
}

.topbar-agregate-container .login a {
	color: #0b0c0d;
	/* line-height: 24px; */
}

.topbar-agregate-container .goto-start-container a {
	background: url('../img/home-ico.png') no-repeat #f2f2f2 top 18px left 19px;
	line-height: 24px;
}

.topbar-agregate-container .login > a {
	background: url('../img/login-ico.png') no-repeat #f2f2f2 top 18px left 19px;
}

.topbar-agregate-container .loggedin a {
	background: url('../img/loggedin-ico.png') no-repeat #f2f2f2 top 18px left 19px;
}

.topbar-agregate-container .cart-project-container a {
	background: url('../img/cart-ico.png') no-repeat #f2f2f2 top 18px left 15px;
}

.topbar-agregate-container .download-plugin a {
	background-image:  url('../img/donwload-revit-plugin-ico.png');
	background-repeat: no-repeat;
	background-position: top 17px left 15px;
	background-color: #000;
	color: #f1f1f1;
}


.login-button {
	text-align: center;
	margin-top: 30px;
	width: 200px;
	height: 48px;
	padding: 0;
	line-height: 48px;
	background: rgba(210, 0, 20, 0.9);
}

@-webkit-keyframes pulse {
      0% {background-color: #d20014;}
     50% {background-color: #ff4f60;}
     100% {background-color: #d20014;}
}

.login-button.blink-blink {
	animation: pulse 2s infinite alternate;
}

.under-header .my-new-select,
.under-header .btn-rockwool {
	margin-top: 11px;
}

.under-header .bootstrap-select {
	width: 260px !important;
}

#welcome-log-in .bootstrap-select {
	width: 100% !important;
}

.under-header .btn.my-new-select {
}

.under-header .open .btn.my-new-select {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.open .btn.my-new-select,
.btn.my-new-select:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dropdown-menu {
	margin-top: 0;
	border: 0;
	border-radius: 0;
}

.under-header .dropdown-menu li a{
	font-size: 15px;
}

.under-header .btn {
	padding: 1px 4px;
}

.dropdown-menu>li>a {
	padding: 0 10px 0 30px;
}

.dropdown-menu>li:not(.disabled)>a {
	/*background: url('../img/checkbox-small.png') no-repeat top 5px left 10px;*/
}

.dropdown-menu>li:not(.disabled).selected>a {
	/*background: url('../img/checkbox-small-checked.png') no-repeat top 5px left 10px;*/
}

.dropdown-menu>li:not(.disabled)>a:focus,
.dropdown-menu>li:not(.disabled)>a:hover {
	/*background: url('../img/checkbox-small.png') no-repeat top 5px left 10px;*/
}

.dropdown-menu>li:not(.disabled).selected>a:focus,
.dropdown-menu>li:not(.disabled).selected>a:hover {
	/*background: url('../img/checkbox-small-checked.png') no-repeat top 5px left 10px;*/
}

.dropdown-menu>li:not(.disabled)>a:hover,
.dropdown-menu>li:not(.disabled).selected>a:hover {
	background: #d20014;
	color: #fff;
}


.dropdown-menu>li>a:focus,
.dropdown-menu>li.selected>a:focus {
	box-shadow: 0;
	outline:none;
}

.btn-rockwool,
.btn-rockwool:hover,
.btn-rockwool:focus,
.btn-rockwool:active {
	background: #d20014;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.under-header .btn-rockwool {
	border: 3px solid #d20014;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.download-main{
	background-color: rgba(255,255,255,0.92);
	height: 690px;
}

.download-inner{
	padding: 30px;
	width: 100%;
    height: 100%;
}

.download-buttons-inner{
	padding: 10px;
}
.download-buttons{
	width: 315px;
	height: 635px;
	float: right;
}

.download-text{
	float: left;
	width: 725px;
	text-align: justify;
	color: #000000;
}

.download-button{
	display: block;
	background-image: url('../img/down-button-background.png');
	width: 275px;
	height: 130px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
}

.download-button-ico{
	margin-top: 25px;
 	float: left;
 	width: 65px;
 	height: 32px;
 	text-align: center;
 }
 .download-button-text{
 	margin-top: 25px;
	float: left;
	color: #FFF;
	font-size: 20px;
	width: 195px;
 }

 .button-label{
 	font-size: 11px;
 	margin-bottom: 20px;
 }

 .download-pdf-button{
	background-image: url('../img/down-button-background2.png');
	width: 270px;
	height: 60px;
	margin-bottom: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
}

.pdf-button-ico{
	margin-top: 13px;
	width: 65px;
	float: left;
	text-align: center;
}


.norm-txt, .norm-txt:hover {
	color: #000 !important;
	text-decoration: none;
}

.back-button,
.back-button:hover {
	color: #fff;
	line-height: 50px;
	font-size: 16px !important;
	text-decoration: none;
}

.back-button-iframe,
.back-button-iframe:hover {
	color: #000000;
	line-height: 50px;
	font-size: 16px !important;
	font-weight: bold;
	text-decoration: none;
}

.navbar-default {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.select.country-select {
	margin-top: 10px;
}

.btn.my-new-select,
.country-select.open div.dropdown-menu {
	background: rgba(255, 255, 255, .9);
}

.country-select.open ul.dropdown-menu {
	background: transparent;
}

.btn,
#search-string,
.topbar-agregate-container div > a,
.topbar-agregate-container > div > .roll-down-box {
	border-radius: 2px;
}

#main-search-container {
	margin-top: 60px;
}


.result-well {
	background: #f5f5f5;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
}

.feature_side_container {
	width: 100%;
	border-top: 1px solid #e7e7e7;
	padding: 0 13px 14px 9px;
	position: relative;
}

.feature_side_container:first-child {
	border-top: 0px;
}

.feature_side_container h3 {
	padding: 19px 0;
	margin: 0;
	font-size: 15px;
	font-family: arial, verdana, tahoma, sans-serif;
	position: relative;
	display: block;
	width: 100%;
	color: #484848;
	font-weight: bold;
}


.feature_side_container h3 .glyphicon {
	color: #b8b8b8;
}

.feature_side_container ul {
	list-style-type: none;
	padding-left: 5px;
}

.feature_side_container ul .glyphicon-remove {
	margin-right: 10px;
}

.feature_side_container input {
	padding: 5px;
	border-radius: 5px;
}

.show-hide-side-ico {
	margin-right: 0px;
}

.result-sort-container {
	margin-bottom: 10px;
	display: block;
}

.result-sort-container i {
	font-size: 19px;
}

.result-sort-container span span,
.result-sort-container i {
	line-height: 28px;
}

.result-sort-container > span {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #ddd;
	display: block;
	float: left;
}

.result-sort-container .active {
	color: #d20014;
}

#result-main-container {
	padding: 21px;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
}

.main-loader {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(255, 255, 255, 0.95);
	top: 0;
	left: 0;
	z-index: 100000000;
	display: none;
}

.main-loader img {
	margin: 0 auto;
	display: block;
	margin-top: 30px;
}

.main-loader h1 {
	text-align: center;
	margin-top: 100px;
}

.button-search {
	margin: 13px;
	border-radius: 5px;
	outline: none;
	background: #999;
	color: #fff;
	clear: both;
}

.btn.button-search:focus,
.btn.button-search:hover,
.btn.button-search:active {
	outline: none !important;
	color: #fff;
}

hr {
	margin: 10px 0;
}

.search-miniature-cont {
	position: relative;
	display: block;
	overflow: hidden;
	border: 1px solid #c0c0c0;
}

.zoom-in-container {
	width: 50%;
	height: 50%;
	position: absolute;
	border-radius: 50%;
	background-color: #fff;
	background-position: top left;
	border: 1px solid #c0c0c0;
	cursor: crosshair;
	background-repeat: no-repeat;
}

#main-header .navbar-toggle .icon-bar {
	background-color: #fff;
	position: relative;
}

#main-header .navbar-toggle .icon-bar:nth-child(2) {
	top: 0;
}

#main-header .navbar-toggle .icon-bar:nth-child(4) {
	bottom: 0;
}

#main-header .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
	top: 6px;
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	transition-property: top, transform;
	transition-duration: 0.5s, 0.5s;
	transition-delay: 0s, 0.5s;
}

#main-header .navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
	visibility: hidden;
	transition-property: visibility;
    transition-duration: 0.1s;
	transition-delay: 0.5s;
}

#main-header .navbar-toggle:not(.collapsed) .icon-bar:nth-child(4) {
	bottom: 6px;
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	transition-property: bottom, transform;
	transition-duration: 0.5s, 0.5s;
	transition-delay: 0s, 0.5s;
}

#main-header .navbar-toggle.collapsed .icon-bar:nth-child(2) {
	top: 0px;
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
	transform: rotate(0deg);
	transition-property: transform, top;
	transition-duration: 0.5s, 0.5s;
	transition-delay: 0s, 0.5s;
}

#main-header .navbar-toggle.collapsed .icon-bar:nth-child(3) {
	visibility: visible;
	transition-property: visibility;
    transition-duration: 0.1s;
	transition-delay: 0.5s;
}

#main-header .navbar-toggle.collapsed .icon-bar:nth-child(4) {
	bottom: 0px;
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
	transform: rotate(0deg);
	transition-property: transform, bottom;
	transition-duration: 0.5s, 0.5s;
	transition-delay: 0s, 0.5s;
}

.table-like {
	display: table;
}

.table-row {
	display: table-row;
}

.files-download-list .table-like {
	width: 100%;
	padding: 5px;
}

.max-width {
	width: 100%;
}

.captcha {
	margin-right: 10px;
}

.register-form .row {
	margin-bottom: 20px;
}

.homepage {
	display: inline-block;
	margin-top: 11px;
	font-size: 12px !important;
	color: #fff;
	background-color: #d20014;
	padding: 3px 5px !important;
}

.homepage i {
	padding-right: 5px;
}


.register-form label span {
	font-size: 12px;
}


.cc-description {

	text-align: justify;

}

.cc-builder thead tr th {

	padding-bottom: 7px;

}
.cc-builder tfoot tr td {

	padding-top: 7px;

}

.rebuild-system i {
	font-size: 15px;
	padding-right: 20px;
}

.cc-builder table {

	width: 100%;
	font-size: 12px;

}

.cc-builder table th:first-child,
.cc-builder table tfoot td:first-child {

	font-style: italic;
	color: #969696;
	width: 30%;

}

.cc-builder table th:last-child,
.cc-builder table tfoot td:last-child {

	width: 20%;
	text-align: center;
	color: black;

}

.cc-builder table tbody td {

	background: white;
	padding: 16px;

}

.cc-builder table tbody .own-product td {

	background: #d20014;
	color: white

}


.cc-builder table tbody td:nth-child(2) {

	font-weight: bold;

}


.cc-builder table thead th {

	font-weight: normal;

}

.cc-builder table tbody td select {

	background: white;
	border: 1px solid #efefef;
	padding: 10px;
	width: 100%;
	margin: -16px;
	text-align: right;
	direction: rtl;

}

.cc-builder table tbody .own-product td select {

	background: #d20014;

}


.cc-builder table tbody td.name {

	width: 40%;

}


.cc-builder table tbody td.product {

	width: 40%;

}


.cc-builder table tbody td.thickness {

	width: 20%;

}

.cc-builder-results .results-block {

	background: white;
	padding: 20px;
	text-align: left;

}

.cc-builder-results .results-block h1 {

	font-size: 25px;
	font-weight: bold;
	color: #d20014;
	margin: 0;
	padding: 10px 0;

}

.cc-builder-results .results-block .legend1 {

	font-size: 18px;

}

.cc-builder-results .results-block .legend2 {

	font-size: 14px;

}

.cc-builder-results .results-block h2 {

	font-size: 18px;
	font-weight: bold;
	color: #d20014;
	margin: 0;
	padding: 10px 0;

}

.go-to-variant {

	width: 100%;
	display: block;
	padding: 20px;
	color: white;
	background: #d20014;
	text-align: right;


}

.go-to-variant:hover {

	color: white;
	text-decoration: none;

}

.feature_side_container label {

	display: flex;
	align-items: stretch;

}

.feature_side_container label span {

	padding-right: 10px;

}

.warning {

	width: 100%;
	background: #d20014;
	color: white;
	text-align: center;
	padding: 20px;
	font-size: 25px;
	display: none;

}

.features_values_container .short_table_list .col_nr_1 {
	border-bottom: 0px solid #f00;
	padding: 0px;
	padding-left: 20px;
}

.features_values_container .short_table_list .col_nr_2 {
	border-bottom: 0px solid #f00;
	padding: 0px;
	padding-left: 20px;
}

.maintenance_bg
{
	background-color: #ffffff;
	opacity: 0.85;
	padding: 100px 50px 100px 50px;
}

