@font-face {
font-family: "Myraid_Pro";
src: url("fonts/MyriadPro-Regular.eot");
src: url("fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"),
url("fonts/MyriadPro-Regular.woff") format("woff"),
url("fonts/MyriadPro-Regular.ttf") format("truetype"),
url("fonts/MyriadPro-Regular.svg#MyriadPro-Regular") format("svg");
}
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
body {
color: #fff;
background: #1e1e1e;
font-family: "Myraid_Pro", "Arial", sans-serif;
padding-top: 80px;
}
html {
  scroll-behavior: smooth;
}

a,
a:focus,
a:hover {
color: inherit;
}
.orange {
color: #ff9125;
font-size: 18px;
margin-bottom: 5px;
}
.page_header_img > img {
width: 100% !important;
}
.gray_container .orange {
color: #ff9125;
}
.gray_container .projects .orange {
color: #ff9125;
}
.news_title.orange {
color: #ff9125;
}
.news_items .orange {
color: #ff9125;
}
.orange_bg {
background: #ff9125;
}
.no-gutter {
margin-left: 0;
margin-right: 0;
}
.no-gutter > [class*="col-"],
.no-gutter > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.remove_spacing {
margin-left: -15px;
margin-right: -15px;
}
.responsive_img {
max-width: 100%;
min-width: 100%;
}
.my_responsive_img {
max-width: 100%;
height: auto;
}
.form-control:focus {
border-color: #fff;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
0 0 8px rgba(255, 255, 255, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
0 0 8px rgba(255, 255, 255, 0.6);
}
.media {
border-bottom: 2px solid #dadada;
padding: 10px 10px 20px;
margin-top: 10px;
}
.downloads .media {
border-bottom: 1px solid #989898;
}
.media-heading {
font-size: 23px;
margin-bottom: 10px;
}
.downloads .media-heading {
font-size: 20px;
}
.media:last-child {
border-bottom: none;
}
.media-object {
border: 3px solid #d0d0d0;
/*max-width: 100%;*/
}
.pagination {
margin: 10px 0 20px;
}
.pagination > li {
display: inline-block;
}
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 1px 8px;
margin-left: 0;
line-height: 1.42857143;
color: #232323;
text-decoration: none;
background-color: transparent;
border: 2px solid #d0d0d0;
font-size: 17px;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
background-color: transparent;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
color: #fff;
border-color: #ff9125;
background-color: #ff9125;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
background-color: #ff9125;
border-color: #ff9125;
}
.new_pagination {
margin: 40px 0 20px;
}
.new_pagination > .page-numbers {
position: relative;
padding: 5px 10px;
margin-left: 0;
line-height: 1.42857143;
color: #fff;
text-decoration: none;
background-color: transparent;
border: 1px solid #545454;
font-size: 17px;
}
.new_pagination > .page-numbers.next {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.new_pagination > .page-numbers.prev {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.new_pagination > .page-numbers.current {
color: #fff;
background-color: #ff9125;
}
.new_pagination > a:focus,
.new_pagination > a:hover {
color: #fff;
border-color: #ff9125;
background-color: #ff9125;
}
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
.form_area {
font-family: "Arial", sans-serif;
font-size: 16px;
margin-top: 30px;
}
.form_area label {
font-weight: normal;
margin-bottom: 0;
margin-right: 5px;
}
.form_area input[type="text"] {
background: #313131;
border: none;
border-bottom: 1px solid #0f0e0e;
color: #fff;
}
.navbar {
margin-bottom: 0;
min-height: 49px;
border-radius: 5px 5px 8px 8px;
}
.navbar-default {
/* background: url("images/nav_bg.png") top left repeat-x;*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3e3e3e+1,252525+100,252525+100 */
background: #1e1e1e;
/* Old browsers */
background: -moz-linear-gradient(top, #1e1e1e 1%, #1e1e1e 100%, #1e1e1e 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(
top,
#1e1e1e 1%,
#1e1e1e 100%,
#1e1e1e 100%
);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(
to bottom,
#1e1e1e 1%,
#1e1e1e 100%,
#1e1e1e 100%
);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e1e1e', endColorstr='#1e1e1e', GradientType=0);
/* IE6-9 */
border: none;
font-size: 14px;
text-transform: uppercase;
border-radius: 0px;
}
.navbar-default #navbar {
/* background: url("images/nav_left_right.png") left center no-repeat, url("images/nav_left_right.png") right center no-repeat;
*/
}
.navbar-nav > li > a {
padding: 8px 20px 8px 20px;
}
.navbar-nav.navbar-right.navbar-form > li > a {
padding-top: 4px;
padding-bottom: 0;
}
.navbar-default .navbar-nav > li > a {
color: #fff;
position: relative;
border: 1px solid #1e1e1e;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
background: transparent;
/*    background-color: #ff9125;*/
color: #fff;
}
.navbar-default .navbar-nav > .active > a span,
.navbar-default .navbar-nav > .active > a:focus span,
.navbar-default .navbar-nav > .active > a:hover span {
/*background: url("images/active_bg.png") top center no-repeat;*/
/* opacity: 1;*/
background-color: #ff9125;
color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
color: #fff;
background-color: transparent;
}
.box {
height: 290px;
margin-bottom: 10px;
overflow: hidden;
}
.box.active {
box-shadow: 0 0 5px 2px #ff9125;
border: 3px solid #ff9125;
}
.bg_1 {
background: url("images/box1_bg.png") center center no-repeat;
background-size: cover;
}
.bg_2 {
background: url("images/box2_bg.png") center center no-repeat;
background-size: cover;
}
.bg_3 {
background: url("images/box3_bg.png") center center no-repeat;
background-size: cover;
}
.bg_product {
background: url("images/alucobond-plus-panel.jpg") center center no-repeat;
background-size: cover;
}
.bg_news {
background: url("images/home-cruise-center-altona.jpg") center center
no-repeat;
background-size: cover;
}
.bg_about {
background: url("images/austria_lindner.jpg") center center no-repeat;
background-size: cover;
}
.bg_downloads {
background: url("images/sweden_uppsala.jpg") center center no-repeat;
background-size: cover;
}
.bg_fire {
background: url("/wp-content/uploads/2015/02/fire-bg.jpg") center center
no-repeat;
background-size: cover;
}
.bg_vas {
background: url("/wp-content/uploads/2015/02/ALUCOBOND-ALUMINIUM.jpg") center
center no-repeat;
background-size: cover;
}
.bg_4 {
background: url("images/box4_bg.png") center center no-repeat;
background-size: cover;
}
.bg_5 {
background: url("images/gray_box_bg.png") top center repeat-x;
}
.bg_6 {
background: url("images/box6_bg.png") center center no-repeat;
background-size: cover;
}
.box .content {
background: rgba(0, 0, 0, 0.7);
width: 340px;
max-width: 100%;
overflow: hidden;
margin-top: 200px;
padding: 0 15px 30px 12px;
min-height: 170px;
position: relative;
transition: 0.5s ease;
}
.box:hover .content {
margin-top: 65px;
}
.box .content h2 {
font-size: 18px;
margin-bottom: 5px;
}
.box .content a.read_more {
font-size: 17px;
display: inline-block;
margin-left: -12px;
padding: 5px 15px 5px 70px;
border-radius: 0 2px 2px 0;
text-decoration: none;
border-left: 2px solid #ff9125;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
position: absolute;
bottom: 30px;
}
.box .content a.read_more:hover {
color: #ff9125;
background: #fff;
border-left: 2px solid #ff9125;
text-shadow: none;
/*-webkit-transition: color 0.4s ease-out;
-moz-transition:    color 0.4s ease-out;
-o-transition:      color 0.4s ease-out;
transition:         color 0.4s ease-out;*/
}
.home_downloads img {
float: left;
margin-right: 10px;
}
.home_downloads ul {
font-size: 12px;
list-style: none;
}
.home_downloads ul li {
line-height: 32px;
}
.home_downloads ul li img {
margin-right: 5px;
margin-bottom: 0;
}
.home_news {
padding: 0 17px;
color: #000;
font-size: 12px;
}
.home_news .news_item {
border-bottom: 1px dashed #828282;
padding-bottom: 5px;
}
.home_news .news_item:nth-child(3) {
border-bottom: none;
}
.home_news .news_item h3 {
font-size: 19px;
margin-top: 3px;
margin-bottom: 3px;
float: left;
}
.home_news .news_item h3 a {
text-decoration: none;
color: #ff9125;
}
.home_news .news_item span {
float: right;
line-height: 31px;
}
.home_news .news_item p {
margin-bottom: 5px;
max-width: 300px;
line-height: 1.2em;
}
.home_news .news_item a.read_more {
border-radius: 3px;
text-decoration: none;
display: inline-block;
padding: 1px 6px;
}
.home_news .news_item a.read_more:hover {
color: #ff9125;
background: #fff;
}
.home_news a.read {
float: right;
margin-top: -20px;
font-size: 13px;
position: relative;
z-index: 10;
}
.footer_top {
margin-top: 0;
margin-bottom: 10px;
border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.black_bg_box {
padding: 42px 0;
font-size: 16px;
min-height: 150px;
}
.black_bg_box h4 {
font-size: 30px;
margin-bottom: 25px;
}
.black_bg_box ul {
list-style: none;
padding-left: 0;
margin-bottom: 0;
}
.black_bg_box ul li {
border-left: 2px solid transparent;
padding-left: 5px;
position: relative;
left: -5px;
line-height: 30px;
}
.black_bg_box ul li a {
text-decoration: none;
}
.black_bg_box ul li:hover {
border-left: 2px solid #ff9125;
}
.black_bg_box .bottom_logo {
/*margin-top: 40px;*/
}
.footer {
background: #fff;
color: #454545;
padding: 14px 0;
line-height: 24px;
font-size: 16px;
}
.footer img {
vertical-align: bottom;
margin: 0 1px;
}
.copyrights {
white-space: nowrap;
margin-left: 40px;
}
.carousel-caption {
right: auto;
bottom: auto;
left: auto;
top: 0;
padding-top: 0;
padding-bottom: 0;
text-align: left;
}
.carousel-inner > .item {
-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 0, 0, 1);
-o-transition: -o-transform 0.6s cubic-bezier(0.25, 0, 0, 1);
transition: transform 0.6s cubic-bezier(0.25, 0, 0, 1);
}
#ticker {
height: 260px !important;
overflow: hidden;
}
#ticker ul {
padding: 0;
width: 100%;
}
.gray_container {
margin: 10px 0;
padding: 15px 20px;
background: #eeeeee;
color: #1f1f1f;
border-radius: 5px;
font-size: 13px;
line-height: 1.2em;
}
.gray_container h2:first-child {
margin-top: 0;
font-weight: 600;
}
.gray_container .projects h2:first-child {
padding-left: 0;
font-size: 18px;
margin-top: 20px;
margin-bottom: 5px;
}
.news_block {
margin-left: 10px;
margin-right: 10px;
border-bottom: 2px solid #dadada;
padding-bottom: 10px;
margin-bottom: 20px;
}
.news_block h3 {
font-size: 21px;
color: #ff9125;
margin-top: 10px;
}
.news_block img {
border: 3px solid #dadada;
}
.news_block a.read_more {
font-size: 17px;
display: inline-block;
padding: 3px 70px 3px 15px;
border-radius: 2px 0 0 2px;
text-decoration: none;
border-right: 2px solid #ff9125;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
color: #fff;
line-height: 1.4em;
}
.news_block a.read_more:hover {
color: #ff9125;
background: #fff;
border-right: 2px solid #ff9125;
text-shadow: none;
/*-webkit-transition: color 0.4s ease-out;
-moz-transition:    color 0.4s ease-out;
-o-transition:      color 0.4s ease-out;
transition:         color 0.4s ease-out;*/
}
.sidebar {
border: 3px solid #000000;
background: #3a3f42;
/*border-radius: 5px;*/
color: #fff;
padding: 0 10px 20px;
}
.sidebar_products {
margin-top: -20px;
font-size: 16px !important;
}
.sidebar h3 {
border-bottom: 1px solid #161616;
padding-bottom: 10px;
margin-bottom: 0;
}
.sidebar .accordions {
border-top: 1px solid #616161;
padding-top: 15px;
}
.sidebar .panel-group {
margin-bottom: 0;
}
.accordions .active {
background: #ff9125 !important;
/*background: rgb(255,135,22); /* Old browsers */
/*background: -moz-linear-gradient(top,  rgba(255,135,22,1) 0%, rgba(255,176,58,1) 50%, rgba(255,153,58,1) 100%) !important; /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,135,22,1)), color-stop(50%,rgba(255,176,58,1)), color-stop(100%,rgba(255,153,58,1))) !important; /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top,  rgba(255,135,22,1) 0%,rgba(255,176,58,1) 50%,rgba(255,153,58,1) 100%) !important; /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top,  rgba(255,135,22,1) 0%,rgba(255,176,58,1) 50%,rgba(255,153,58,1) 100% !important); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top,  rgba(255,135,22,1) 0%,rgba(255,176,58,1) 50%,rgba(255,153,58,1) 100%) !important; /* IE10+ */
/*background: linear-gradient(to bottom,  rgba(255,135,22,1) 0%,rgba(255,176,58,1) 50%,rgba(255,153,58,1) 100%) !important; /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8716', endColorstr='#ff993a',GradientType=0 ) !important; /* IE6-9 */
color: #000 !important;
}
.panel {
border: none;
background: transparent;
}
.panel-body .panel {
background: #303436;
}
.panel-group .panel + .panel {
margin-top: 6px;
}
.panel-heading {
padding: 0;
border-bottom: 1px solid transparent;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel-title > a {
text-decoration: none;
display: block;
padding: 6px 10px;
background: url("images/minus.png") center right 4px no-repeat;
}
.panel-title > a.collapsed {
text-decoration: none;
display: block;
padding: 6px 10px;
background: url("images/plus.png") center right 4px no-repeat;
}
.panel-title > a img {
float: right;
margin-top: -3px;
margin-right: -4px;
}
.panel-body {
padding: 5px 0 5px;
}
.panel-body .panel-title > a img {
float: right;
margin-top: -5px;
margin-right: -4px;
}
.panel-body span.orange {
color: #ff9125;
}
.panel-body .panel-title {
font-size: 14px;
}
.panel-default > .panel-heading {
background: url("images/accordion_bg.png") top left repeat-x;
color: #fff;
border: 1px solid #2c2d30;
}
.panel-body .panel-default > .panel-heading {
background: #4e5357;
border: none;
border-radius: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
border-top: none;
}
ul.side_links {
padding: 0;
margin-bottom: 0;
list-style: none;
}
ul.side_links li a {
padding: 5px 0 5px 20px;
display: block;
text-decoration: none;
color: #fff;
}
ul.side_links li a:hover {
background: #ff9125;
color: #000;
}
ul.side_links li + li {
border-top: 1px solid #45484a;
}
.nav-tabs {
border-bottom: 1px solid #767678;
}
.nav-tabs > li {
margin-bottom: 0;
}
.nav-tabs > li > a {
font-size: 16px;
color: #787876 !important;
background-color: #1f1f1f;
border: 1px solid #1f1f1f;
text-transform: uppercase;
}
.nav.nav-tabs > li > a {
padding: 10px 60px;
}
.nav.nav-tabs > li > a:focus,
.nav.nav-tabs > li > a:hover {
background-color: #1f1f1f;
border: 1px solid #1f1f1f;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
border-color: #ff9125;
background: transparent;
color: #ff9125 !important;
border-radius: 0;
}
.tab-content > .tab-pane {
padding: 45px 0 0;
}
.gray_container .projects {
color: #fff;
}
.projects .box {
height: 260px;
min-height: inherit;
border-color: #636363;
margin-bottom: 22px;
}
.projects .box .content {
margin-top: 30px;
padding: 0 10px 10px 12px;
font-size: 12px;
width: 80%;
height: 170px;
margin-bottom: 17px;
min-height: inherit;
position: inherit;
}
.projects .box .content a.read_more {
padding: 5px 10px 5px 30px;
font-size: 13px;
position: inherit;
}
.news_items {
padding: 0 12px 25px;
}
.news_box span {
display: block;
color: #c7c7c7;
margin-bottom: 5px;
}
.news_box p {
padding-bottom: 10px;
}
.news_box + .news_box {
border-top: 1px dashed #fff;
padding-top: 15px;
}
.my_media_pic {
margin-right: 10px;
margin-bottom: 10px;
}
.my_media_pic.right {
margin-left: 10px;
margin-bottom: 10px;
}
.contact_map_div {
position: relative;
}
.contact_map_div #map_img {
position: relative;
z-index: 0;
}
.contact_map_div a.my_hover_link {
position: absolute;
border-radius: 10px;
height: 37px;
width: 82px;
cursor: pointer;
display: block;
z-index: 10;
background: url("images/1x1.png") top left repeat;
}
.contact_map_div #pop_over_1 {
left: 168px;
top: 136px;
}
.contact_map_div #pop_over_2 {
left: 200px;
top: 187px;
}
.contact_map_div #pop_over_3 {
left: 303px;
top: 166px;
}
.contact_map_div #pop_over_4 {
left: 385px;
top: 140px;
}
.contact_map_div #pop_over_5 {
left: 440px;
top: 2px;
}
.contact_map_div #pop_over_6 {
left: 465px;
top: 51px;
}
.contact_map_div #pop_over_18 {
left: 342px;
top: 64px;
}
.contact_map_div #pop_over_7 {
left: 480px;
top: 99px;
}
.contact_map_div #pop_over_8 {
left: 495px;
top: 140px;
}
.contact_map_div #pop_over_9 {
left: 585px;
top: 280px;
}
.contact_map_div #pop_over_10 {
left: 602px;
top: 372px;
}
.contact_map_div #pop_over_11 {
left: 278px;
top: 386px;
}
.contact_map_div #pop_over_12 {
left: 215px;
top: 454px;
}
.contact_map_div #pop_over_13 {
left: 314px;
top: 470px;
}
.contact_map_div #pop_over_14 {
left: 390px;
top: 507px;
width: 70px;
}
.contact_map_div #pop_over_15 {
left: 460px;
top: 538px;
}
.contact_map_div #pop_over_16 {
left: 825px;
top: 158px;
}
.contact_map_div #pop_over_17 {
left: 915px;
top: 235px;
}

.contact_map_div #pop_over_19 {
left: 540px;
top: 8px;
}

.contact_map_div #pop_over_20 {
left: 878px;
    top: 372px;
}

.popover {
font-family: "Myraid_Pro", "Arial", sans-serif;
font-size: 13px;
border: 2px solid #303030;
-webkit-box-shadow: none;
box-shadow: none;
line-height: 1.2em;
border-radius: 12px;
}
.popover-title {
padding: 6px 10px 1px;
background-color: transparent;
border-bottom: none;
border-radius: 5px 5px 0 0;
font-weight: bold;
}
.popover-content {
padding: 5px 10px 6px;
color: #333;
}
.popover.top > .arrow {
border-top-color: #303030;
border-bottom-width: 0;
}
.popover.top > .arrow:after {
border-bottom-width: 1px;
}
.popover.bottom > .arrow {
border-bottom-color: #303030;
border-top-width: 1px;
}
.popover.top > .arrow:before {
border-top-width: 1px;
}
.contacts_xs {
color: #1f1f1f;
}
.contacts_xs .accordions {
border-top: none;
}
.contacts_xs .panel-group {
margin-bottom: 0;
}
.contacts_xs .panel-body {
padding: 5px 10px 5px;
font-size: 14px;
}
.contacts_xs .panel-default > .panel-heading {
background: #ffffff;
color: #1f1f1f;
border: 1px solid #b1b1b1;
border-radius: 5px;
text-transform: uppercase;
}
.contacts_xs .panel {
-webkit-box-shadow: none;
box-shadow: none;
}
.news_footer {
min-height: 80px;
}
.projects_footer {
min-height: 80px;
}
.contact_footer {
min-height: 80px;
}
/*.company_footer{
min-height:50px;
}

.downloads_footer{
min-height:50px;
}
.products_footer{
min-height:50px;
}*/
/*/////////////////////////////////////////////////////////////////////////*/
@media (max-width: 450px) {
.my_media_pic {
margin-right: 0;
margin-bottom: 10px;
}
.my_media_pic.right {
margin-left: 0;
margin-bottom: 10px;
}
}
/*/////////////////////////////////////////////////////////////////////////*/
@media (max-width: 767px) {
	
	#breadcrumbs{
		display:none;
	}	
.box {
height: 275px;
}
.bg_5 {
background: url("images/gray_box_bg.png") top center repeat;
}
.form_area {
margin-top: -10px;
}
.dropdown-menu {
padding: 0;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
background-color: transparent;
border: 1px solid #ff9125;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #fff;
background: #323232;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
background-color: transparent;
border: 1px solid #ff9125;
}
.navbar-nav .open .dropdown-menu .dropdown-header,
.navbar-nav .open .dropdown-menu > li > a {
padding: 5px 15px 5px 20px;
}
.navbar-nav > li > a {
padding: 10px 20px 10px 20px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
background-color: transparent;
border: 1px solid #ff9125;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
background-color: transparent;
border: 1px solid #ff9125;
}
.black_bg_box {
margin-bottom: 10px;
}
.black_bg_box ul {
margin-bottom: 15px;
}
.black_bg_box .col-sm-5 ul:last-child {
margin-bottom: 0;
}
.footer_top {
margin-bottom: 5px;
margin-top: 0;
}
.footer {
text-align: center;
line-height: 30px;
}
.footer .text-right {
text-align: center;
}
.footer img {
vertical-align: top;
margin: 0 1px;
}
.copyrights {
white-space: nowrap;
margin-left: 0;
display: block;
}
.sidebar_products {
margin-top: 0px;
}
.nav-tabs > li,
.nav-tabs li a {
display: inline-block !important;
width: 100% !important;
}
.gray_container a.back-link {
margin-left: 15px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.h2,
h2 {
font-size: 25px;
}
.box {
height: 275px;
}
.box .content {
margin-top: 30px;
padding-bottom: 20px;
width: 100%;
}
.dropdown-menu {
font-size: 14px !important;
}
.navbar-nav > li > a {
padding: 14px 16px 14px 16px;
}
.navbar-nav > li:first-child > a {
padding-right: 30px;
}
.navbar-default {
font-size: 12px;
}
.navbar-nav > li:last-child {
border-right: none;
}
.form_area {
margin-top: 10px;
}
.form_area img {
margin-bottom: 10px;
}
.home_news .news_item h3 {
float: none;
margin-top: 12px;
}
.home_news .news_item p {
margin-bottom: 10px;
}
.home_news .news_item span {
float: none;
line-height: normal;
}
.home_news .news_item:nth-child(2) {
border-bottom: none;
}
.home_news .news_item {
padding-bottom: 10px;
}
.home_news a.read {
margin-top: -25px;
}
.black_bg_box {
min-height: 286px;
}
.black_bg_box .bottom_logo {
margin-top: 70px;
}
.footer {
font-size: 14px;
}
.contact_map_div .my_hover_link {
height: 29px;
width: 65px;
}
.contact_map_div #pop_over_1 {
left: 24px;
top: 107px;
}
.contact_map_div #pop_over_2 {
left: 51px;
top: 147px;
}
.contact_map_div #pop_over_3 {
left: 130px;
top: 130px;
}
.contact_map_div #pop_over_4 {
left: 194px;
top: 110px;
}
.contact_map_div #pop_over_5 {
left: 237px;
top: 1px;
}
.contact_map_div #pop_over_6 {
left: 257px;
top: 40px;
}
.contact_map_div #pop_over_18 {
left: 257px;
top: 40px;
}
.contact_map_div #pop_over_7 {
left: 270px;
top: 78px;
}
.contact_map_div #pop_over_8 {
left: 280px;
top: 110px;
}
.contact_map_div #pop_over_9 {
left: 352px;
top: 220px;
}
.contact_map_div #pop_over_10 {
left: 365px;
top: 293px;
}
.contact_map_div #pop_over_11 {
left: 110px;
top: 304px;
}
.contact_map_div #pop_over_12 {
left: 62px;
top: 356px;
}
.contact_map_div #pop_over_13 {
left: 139px;
top: 369px;
}
.contact_map_div #pop_over_14 {
left: 199px;
top: 398px;
width: 56px;
}
.contact_map_div #pop_over_15 {
left: 253px;
top: 422px;
}
.contact_map_div #pop_over_16 {
left: 540px;
top: 124px;
}
.contact_map_div #pop_over_17 {
left: 613px;
top: 185px;
}
.projects .box {
height: 260px;
}
.news_footer {
min-height: 115px;
}
.projects_footer {
min-height: 115px;
}
.contact_footer {
min-height: 115px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.box {
height: 275px;
}
.box .content {
margin-top: 40px;
}
.home_news {
padding: 0 17px;
}
.home_news .news_item h3 {
margin-bottom: 1px;
}
.contact_map_div #pop_over_1 {
left: 48px;
}
.contact_map_div #pop_over_2 {
left: 81px;
}
.contact_map_div #pop_over_3 {
left: 182px;
}
.contact_map_div #pop_over_4 {
left: 263px;
}
.contact_map_div #pop_over_5 {
left: 318px;
}
.contact_map_div #pop_over_6 {
left: 343px;
}
.contact_map_div #pop_over_18 {
left: 243px;
}
.contact_map_div #pop_over_7 {
left: 360px;
}
.contact_map_div #pop_over_8 {
left: 374px;
}
.contact_map_div #pop_over_9 {
left: 465px;
}
.contact_map_div #pop_over_10 {
left: 482px;
}
.contact_map_div #pop_over_11 {
left: 157px;
}
.contact_map_div #pop_over_12 {
left: 96px;
}
.contact_map_div #pop_over_13 {
left: 193px;
}
.contact_map_div #pop_over_14 {
left: 270px;
}
.contact_map_div #pop_over_15 {
left: 338px;
}
.contact_map_div #pop_over_16 {
left: 704px;
}
.contact_map_div #pop_over_17 {
left: 796px;
}
}
@media (min-width: 768px) {
.boxes .col-sm-6:nth-child(even) {
padding-left: 10px;
}
.projects .col-xs-8 {
padding-right: 0;
}
.projects .boxes .col-sm-6:nth-child(odd) {
padding-right: 0;
}
.projects .boxes .col-sm-6:nth-child(even) {
padding-left: 15px;
}
.footer_top .no-gutter > .col-sm-3:nth-child(even) {
padding-left: 10px;
}
.navbar-nav > li + li {
border-left: 1px solid #1e1e1e;
border-right: 1px solid #1e1e1e;
}
.navbar-default .navbar-nav > li:first-child > a span {
left: -15px;
}
.navbar-default .navbar-nav > li > a span {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: transparent;
border: 1px solid #ff9125;
opacity: 0;
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}
.navbar-default .navbar-nav > li > a:hover {
background-color: transparent;
border: 1px solid #ff9125;
}
.navbar-default .navbar-nav > .active > a {
background-color: transparent;
border: 1px solid #ff9125;
}
.navbar-default .navbar-nav > li:first-child > a span {
position: absolute;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
color: #fff;
}
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
.dropdown-menu {
background: rgba(32, 32, 32, 0.97);
font-size: 12px;
border-radius: 0;
border-bottom: 3px solid #ff9125;
}
.dropdown-menu > li > a {
/*  color: #828282;*/
color: #fff;
padding: 9px 10px;
font-size: 14px;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
/*color: #000000;*/
color: #fff;
background-color: #ff9125;
}
.dropdown-menu .sub-menu {
left: 100%;
position: absolute;
top: 0;
visibility: hidden;
margin-top: -1px;
}
.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
margin-top: 0;
}
.navbar .sub-menu:before {
border-bottom: 7px solid transparent;
border-left: none;
border-right: 7px solid rgba(0, 0, 0, 0.2);
border-top: 7px solid transparent;
left: -7px;
top: 10px;
}
.navbar .sub-menu:after {
border-top: 6px solid transparent;
border-left: none;
border-right: 6px solid #fff;
border-bottom: 6px solid transparent;
left: 10px;
top: 11px;
left: -6px;
}
.dropdown-menu {
/*min-width: 260px;*/
/*background-color: #000;*/
/*padding-right: 20px;*/
/*padding-left: 20px;*/
min-width: 180px;
background-color: #1e1e1e;
padding-bottom: 0;
}
.dropdown-menu > li {
border-bottom: 1px solid #363636;
/* list-style-image:url('images/no-active.png'); */
list-style-position: inside;
}
.dropdown-menu > li:hover {
/* list-style-image: url('images/active.png'); */
list-style-position: inside;
}
.dropdown-menu > li:last-child {
border-bottom: none;
}
.dropdown-menu:before {
position: absolute;
top: -7px;
left: 120px;
display: inline-block;
content: "";
}
.dropdown-menu:after {
position: absolute;
top: -6px;
left: 121px;
display: inline-block;
content: "";
}
.nav > li.dropdown:hover {
background-color: transparent;
}
.nav-search-field {
min-height: 30px;
}
.navbar-right {
margin-right: 0px;
margin-top: 8px;
}
.navbar-form .input-group > .form-control {
background-color: #969696;
border-radius: 28px;
}
::-webkit-input-placeholder {
/* WebKit, Blink, Edge */
color: #495057 !important;
}
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: #495057 !important;
opacity: 1;
}
::-moz-placeholder {
/* Mozilla Firefox 19+ */
color: #495057 !important;
opacity: 1;
}
:-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: #495057 !important;
}
.icon-zoom-in {
position: relative;
left: 23px;
top: -8px;
z-index: 999;
}
.input-append input {
height: 30px;
padding-left: 25px;
}
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
}
@media (min-width: 1200px) {
/*    .container{
width:990px
}*/
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
height: 375px;
min-width: 100%;
}
}
table {
margin-top: 15px;
}
table th:first-child {
background-color: #ff9125;
}
table th:last-child {
border-right: 1px solid #c0c0c0;
}
table td:first-child {
border-left: 1px solid #c0c0c0;
}
table th {
background-color: #ff9125;
color: #fff;
padding: 5px;
padding-right: 7px;
text-align: center;
}
table td {
text-align: center;
padding: 5px;
}
table tr {
/*background-color:#FFF;
border-bottom:1px solid #F0F0F0*/
border-bottom: 1px solid #c0c0c0;
}
table tr td {
/*border-right:1px solid #F0F0F0*/
border-right: 1px solid #c0c0c0;
}
.tab-pane p {
line-height: 20px;
}
.tab-pane strong {
/*color:#ff9125;	*/
}
.table-footnotes {
background-color: #fff;
padding-top: 10px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 10px;
}
.footnotes {
/*background-color:#FFF;*/
padding-top: 10px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 10px;
margin-top: 20px;
border: 1px #ccc solid;
}
.news_items::-webkit-scrollbar {
width: 0.5em;
}
.news_items::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.news_items::-webkit-scrollbar-thumb {
background-color: #ff9125;
border-radius: 5px;
}
.metallic-colors {
margin-bottom: 10px;
}
.construction {
margin-left: 20px;
}
.company-box {
border: 1px solid #ccc;
min-height: 125px;
}
.company-box p {
margin: 0;
}
.img-box {
display: block;
text-align: center;
}
.company-box h3 {
font-size: 19px;
margin: 5px;
font-weight: bold;
text-align: center;
}
.history-year {
background: #000;
color: #ff9125;
font-size: 19px;
font-weight: bold;
width: 100%;
display: block;
padding: 10px 5px;
}
.wpcf7-text,
.wpcf7-form-control {
border-radius: 5px !important;
border: 1px solid #ddd !important;
padding: 6px 10px 6px 10px !important;
font-size: 16px !important;
display: block;
width: 100%;
height: 40px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #c5c5c5;
background-color: transparent;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s,
-webkit-box-shadow ease-in-out 0.15s;
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
margin-bottom: 20px;
}
.wpcf7-textarea {
border-radius: 5px !important;
border: 1px solid #ddd !important;
padding: 6px 10px 6px 10px !important;
font-size: 16px !important;
display: block;
width: 100%;
height: auto;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #afafaf;
background-color: transparent;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s,
-webkit-box-shadow ease-in-out 0.15s;
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
margin-bottom: 20px;
}
.wpcf7-captchac {
background: #fff;
}
.wpcf7-submit {
padding: 5px 30px;
border: 0 !important;
color: #fff;
width: 94px;
cursor: pointer;
border-radius: 3px;
background: #ff9125;
}
#navbar {
padding: 0px;
}
.project-heading {
font-size: 25px !important;
margin-bottom: 10px;
text-align: left;
display: inline-block;
}
.project-table {
margin: 10px auto 20px;
width: 100%;
}
.project-table tbody tr td {
text-align: left;
}
.master-slider-container {
margin: 10px auto 20px;
}
.project-meta-h3 {
margin: 10px auto;
font-weight: 700;
padding: 5px;
}
.container a.back-link {
padding: 10px 20px;
background-color: #ff9125;
color: #fff;
text-decoration: none;
border-radius: 0 2px 2px 0;
text-decoration: none;
border-left: 2px solid #ff9125;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
font-size: 18px;
border-radius: 3px;
}
.container a.back-link:focus {
text-decoration: none;
color: #fff;
}
.project_full_sub_entry_title {
font-weight: 600;
}
.stone-codes {
font-size: 16px !important;
}
.div.wpcf7-mail-sent-ok {
color: #ff9125 !important;
font-size: 14px !important;
border: none;
}
.owl-carousel {
display: block;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-theme .owl-controls .owl-buttons div {
color: #eeeeee;
display: inline-block;
zoom: 1;
display: inline;
margin: 5px;
margin-top: 20px;
padding: 3px 10px;
font-size: 12px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
background: #000;
/* background: #3b3b3b; */
filter: Alpha(Opacity=50);
opacity: 0.8;
}
.owl-theme .owl-controls {
margin-top: 40px;
text-align: center;
}
.orange-heading {
color: #ff9125;
font-size: 25px;
font-weight: bold;
margin-bottom: 20px;
margin-top: 0;
}

/************** NEW CSS ****************/
.p-0 {
padding: 0 !important;
}
.navbar-wrapper .navbar {
padding: 15px 0;
}

.navbar-nav {
margin-top: 8px;
padding-left: 30px;
}

.navbar-brand {
padding: 7px 5px;
}

.img-fluid {
max-width: 100%;
height: auto;
}

.Box-content h3 {
font-weight: 300;
color: #ff9125;
margin: 0px;
text-transform: uppercase;
font-size: 28px !important;
display: inline-block;
padding-bottom: 6px;
margin-bottom: 12px;
border-bottom: 1px solid #ff9125;
}

.Box-content p {
font-size: 16px;
line-height: 24px;
}

.video-overlay {
background: rgba(0, 0, 0, 0.5);
position: absolute;
}

#breadcrumbs {
list-style: none;
margin: 10px 0;
overflow: hidden;
padding: 0;
}

#breadcrumbs a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 18px;
}

#breadcrumbs span {
display: inline-block;
vertical-align: middle;
margin-left: 15px;
font-size: 24px;
}

#breadcrumbs .separator {
font-size: 18px;
font-weight: 100;
color: #ccc;
}

.card-header {
padding: 0.75rem 1.25rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-white {
}
.accordion-white .panel-title > a.collapsed {
padding: 15px 15px;
}

.accordion-white .panel-body .panel-title {
font-size: 16px;
text-transform: uppercase;
}

.accordion-white .panel-body .panel-default > .panel-heading {
background: #fff;
border-radius: 5px;
color: #333;
}

.accordion-white .panel-body span.orange {
display: none;
}
.content-area {
padding: 65px 0;
}

.list-group.do-margins {
margin-top: 40px;
}

.list-group-item {
color: #fff;
background: #60605d;
position: relative;
border: 0;
margin-bottom: 7px;
text-transform: uppercase;
padding: 7px 15px;
border-radius: 4px;
}

a.list-group-item {
color: #fff;
}

a.list-group-item:focus,
a.list-group-item:hover {
color: #fff;
background: #ff9125;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
z-index: 2;
color: #fff;
background-color: #ff9125;
}

.list-group-item.active::before {
content: "";
display: block;
border-top: 8px solid transparent;
border-right: 10px solid #ff9125;
border-bottom: 8px solid transparent;
position: absolute;
top: 50%;
left: -10px;
transform: translateY(-50%);
}

.btn-sm {
font-size: 14px;
margin-top: 0px;
text-align: left;
padding: 4px 10px;
}

.product_content p {
font-size: 16px;
}

h1.product_title {
font-size: 28px;
font-weight: 300;
margin-top: 0;
margin-bottom: 20px;
}

.product_content li {
font-size: 16px;
}

.download-block {
min-height: 450px;
}

.download-image-wrapper {
width: 170px;
height: 237px;
overflow: hidden;
margin: 0 auto 25px auto;
}

.download-block a {
color: #767678;
font-size: 18px;
}

.download-block a:hover {
color: #ff9125;
text-decoration: none;
}

.products-content-wrapper {
font-size: 16px;
}

.products-content-wrapper .panel-default > .panel-heading {
background: #fff;
color: #333;
text-transform: uppercase;
padding: 10px 15px;
border-radius: 5px;
position: relative;
}

.products-content-wrapper .panel-title > a:before {
content: "\f056";
font-family: fontAwesome;
padding: 14px 20px;
background: #000;
position: absolute;
right: 0;
top: 0;
color: #ff9125;
font-size: 20px;
-webkit-animation: minus 0.5s;
}

.products-content-wrapper .panel-title > a.collapsed:before {
    content: "\f055";
    font-family: fontAwesome;
    padding: 15px 20px;
    background: #000;
    position: absolute;
    right: 0;
    top: 0;
    color: #ff9125;
    font-size: 20px;
    -webkit-animation: minus 0.5s;
}

.products-content-wrapper .panel-body {
padding: 35px 10px;
}

.products-content-wrapper .main-product {
text-align: center;
display: inline-block;
width: 100%;
padding: 25px 0px;
}

.nav-pills {
padding: 35px 0;
}

.nav-pills > li > a {
border-radius: 4px;
color: #5c5a59;
font-size: 18px;
border-bottom: 1px solid #5c5a59;
border-radius: 0;
}

.nav-pills > li > a:focus,
.nav-pills > li > a:hover {
background-color: transparent;
color: #fff;
border-bottom: 1px solid #ff9125;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
background-color: transparent;
color: #fff;
border-bottom: 1px solid #ff9125;
}

.modal-content {
background: #1e1e1e;
}

.modal-header {
color: #444444;
border-bottom-color: #444;
}

.modal-header .close {
color: #fff;
}
.border-0 {
border: 0 !important;
}

.about-company img {
z-index: 9;
}
a, a:focus, a:hover {
text-decoration:none;
}
.btn-light:hover {
    color: #212529;
    background-color: #b0b4b8;
    border-color: #b0b4b8;
}
.d-flex{display: flex;}	.mobile-block{display:none;}

@media only screen and (max-width: 1199px){
	.mobile-respon-sandwich{display:block !important;}
	.mobile-respon-sandwich img{
		width:100%;text-align:center;
	}
	.mobile-width-100{width:100% !important;}
	.mobile-block{display:block;}
	.mobile-none{display:none;}
	img.no-full-width{width:unset;}
	div.res-flex-rev{display:flex;flex-wrap: wrap-reverse;}
	img.icon-s3{width:unset !important;}
	.nav-pills{padding:0;}
	h2.res-marginl-0{margin-left:1px}
	div.mobile-d-block{display:block;}
	.res-padding-l{padding-left:0 !important;}
} 
div.separator-para{height: 1px; background: #5a5a5a; margin-top: 1.5em; margin-bottom: 1.5em; margin-right: 1em;}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal;
}