/*
RESET
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.9.0
*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}

strong{
    font-weight: bold;
}

body {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    background: url(../gfx/header_background.jpg) no-repeat top center;
}
.decor {
    padding: 4px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
}
.top .decor {
    width: 139px;
    height: 189px;
}
.bottom .decor {
    width: 139px;
    height: 139px;
}
.l-gallery.product-listing {
    margin-top: 28px;
}
.product-listing.top .decor {
    height: 210px;
    width: 180px;
    margin-left: 5px;
}
.l-left {
    float: left;
}
.l-right {
    float: right;
}
.l-clear {
    clear: both;
}
#breadcrumbs {
    font-size: 11px;
    color: #636363;
    margin-top: 16px;
}
#breadcrumbs a {
    color: #636363;
}
#breadcrumbs a:hover {
    color: #BDBDBD;
}
#breadcrumbs em {
    display: inline-block;
    margin: 0 5px;
}
#container {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

#header {
    height: 198px;
    position: relative;
    /*  background: url(../gfx/sprite.png?v=2) no-repeat 40px -84px; */
}
#header .top-image {
    position: absolute;
    right: 0;
    top: 24px;
}

#header .architect-area-box{
    position: absolute;
    right: 0;
    top: 18px;
    display: block;
}

#header .architect-area-box:hover .info .send-button{
    background: rgba(161,166,16,1);
    background: -moz-linear-gradient(top, rgba(161,166,16,1) 0%, rgba(202,207,60,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(161,166,16,1)), color-stop(100%, rgba(202,207,60,1)));
    background: -webkit-linear-gradient(top, rgba(161,166,16,1) 0%, rgba(202,207,60,1) 100%);
    background: -o-linear-gradient(top, rgba(161,166,16,1) 0%, rgba(202,207,60,1) 100%);
    background: -ms-linear-gradient(top, rgba(161,166,16,1) 0%, rgba(202,207,60,1) 100%);
    background: linear-gradient(to bottom, rgba(161,166,16,1) 0%, rgba(202,207,60,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1a610', endColorstr='#cacf3c', GradientType=0 );
}

#header .architect-area-box .info{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
#header .architect-area-box .info .title{
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    margin-left: 6px;
    line-height: 19px;
    letter-spacing: -0.3px;
    margin-bottom: 6px;
}
#header .architect-area-box .info .send-button {
    padding: 0 8px;
    display: block;
    height: 24px;
    line-height: 22px;
    background: rgba(202,207,60,1);
    background: -moz-linear-gradient(top, rgba(202,207,60,1) 0%, rgba(161,166,16,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(202,207,60,1)), color-stop(100%, rgba(161,166,16,1)));
    background: -webkit-linear-gradient(top, rgba(202,207,60,1) 0%, rgba(161,166,16,1) 100%);
    background: -o-linear-gradient(top, rgba(202,207,60,1) 0%, rgba(161,166,16,1) 100%);
    background: -ms-linear-gradient(top, rgba(202,207,60,1) 0%, rgba(161,166,16,1) 100%);
    background: linear-gradient(to bottom, rgba(202,207,60,1) 0%, rgba(161,166,16,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cacf3c', endColorstr='#a1a610', GradientType=0 );
}
#header .architect-area-box .info .send-button:hover {
    background: rgba(161,166,16,1);
    background: -moz-linear-gradient(top, rgba(161,166,16,1) 0%, rgba(202,207,60,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(161,166,16,1)), color-stop(100%, rgba(202,207,60,1)));
    background: -webkit-linear-gradient(top, rgba(161,166,16,1) 0%, rgba(202,207,60,1) 100%);
    background: -o-linear-gradient(top, rgba(161,166,16,1) 0%, rgba(202,207,60,1) 100%);
    background: -ms-linear-gradient(top, rgba(161,166,16,1) 0%, rgba(202,207,60,1) 100%);
    background: linear-gradient(to bottom, rgba(161,166,16,1) 0%, rgba(202,207,60,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1a610', endColorstr='#cacf3c', GradientType=0 );
}

#header .architect-area-box .info .send-button span{
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid #ffffff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    bottom: 7px;
    right: 11px;
}

.logo img {
    /*
    display: block;
    text-indent: -5000px;
    width: 149px;
    height: 83px;
    position: absolute;
    top: 24px;
    left: 0;
    background: url(../gfx/sprite.png?v=2) no-repeat 0 0;
    */
    position: absolute;
    top: 24px;
    left: 0;
}
#content {
    overflow: hidden;
}
#content > .l-left {
    width: 803px;
    background-color: #efeff1;
}
#content > .l-right {
    width: 150px;
    margin-top: 68px;
}

.menu-container {
    width: 150px;
    padding-top: 21px;
}
.main-menu a {
    color: #595858;
    display: block;
    text-decoration: none;
    padding: 8px 0 8px 20px;
    font-size: 13px;
}
.main-menu .submenu {
    background-color: #F5F6DC;
}
.main-menu .submenu a {
    padding-left: 25px;
    padding-right: 5px;
    font-size: 11px;
}
.main-menu .submenu a.active {
    font-weight: bold;
    background-color: transparent;
    color: #000;
}
.main-menu .submenu a.active:hover {
    background-color: #fff;
}
.main-menu a.active {
    background-color: #C0C800;
    font-weight: bold;
    color: #fff;
}
.main-menu a:hover {
    background-color: #fff;
    color: #595858;
}

.body-container {
    width: 617px;
    background-color: #f5f6f6;
    padding: 0 16px 36px;
    min-height: 515px;
}
.body-container h2, h1 {
    color: #636363;
    font-size: 20px;
    margin: 28px 0;
    position: relative;
}
.contact-container h2 {
    padding-top: 28px;
}
.contact-container .req-info {
    top: 40px;
}
.text .error-header {
    font-weight: normal;
    font-size: 16px;
}
.section-header {
    color: #636363;
    font-size: 16px;
    margin: 28px 0 16px;
    position: relative;
}
#content .wrapper {
    position: relative;
    overflow: hidden;
}
#content .wrapper .separator {
    position: absolute;
    background-color: #fff;
    height: 10000px;
    width: 4px;
    top: 0;
    left: 150px;
}
.l-gallery.bottom.products {
    margin-top: 0;
}
.l-gallery {
    margin-left: -7px;
    margin-top: -7px;
    overflow: hidden;
}
.l-gallery.top {
    margin-bottom: 28px;
}
.l-gallery li {
    float: left;
    margin-left: 7px;
    margin-top: 7px;

}
.l-gallery a {
    display: block;
}
.l-gallery a:hover .decor {
    border-color: #bdbdbd;
}
.l-gallery.top.one {
    padding-left: 225px;
}
.l-gallery.top.two {
    padding-left: 157px;
}
.l-gallery.top.three {
    padding-left: 81px;
}
.text.up {
    margin-bottom: 36px;
    margin-top: -28px;
}
.text h3 {
    font-weight: bold;
    font-size: 14px;
}
.text p, .text ul, .text h3, .text ol {
    line-height: 150%;
    margin-top: 28px;
}
.text p:first-child {
    margin-top: 0;
}
.text ul {
    list-style-type: disc;
    padding-left: 18px;
    margin-left: 5px;
    position: relative;
    left: 10px;
    padding-right: 10px;
}
.text ol {
    list-style-type: decimal;
    padding-left: 18px;
    margin-left: 5px;
}
.text ol li {
    list-style: decimal;
}
.text .navigation {
    margin-top: 0;
}
.text .navigation a {
    text-decoration: none;
}
.text .navigation a:hover {
    text-decoration: underline;
}
.text ul ul {
    margin-top: 0;
}
.text ul li{
    list-style-type: disc;
}
.text a {
    text-decoration: underline;
    color: #a3aa00;
    font-weight: bold;
}
.text.contact a {
    color: #a3aa00;
    font-weight: bold;
    text-decoration: none;
}
.text.contact a:hover {
    text-decoration: underline;
}
.text-image {
    display: block;
    float: left;
    margin-top: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.text-image .decor {
    height: 199px;
    width: 149px;
}
.text-image:hover .decor {
    border-color: #BDBDBD;
}
.body-container .text {
    color: #636363;
    line-height: 150%;
    clear: both;
    overflow: hidden;
}
.page-utils {
    overflow: hidden;
    margin-bottom: 25px;
}
.page-utils li {
    float: left;
    margin-right: 15px;
}
.page-utils a {
    display: block;
    text-indent: -5000px;
    background: url(../gfx/sprite.png?v=2) no-repeat;
}
.page-utils a:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.page-utils .home {
    width: 14px;
    height: 14px;
    background-position: -151px 0;
}
.page-utils .site-map {
    width: 15px;
    height: 16px;
    background-position: -151px -15px;
}
.page-utils .print {
    width: 16px;
    height: 14px;
    background-position: -151px -32px;
}
.short-contact-data {
    color: #797979;
    font-size: 11px;
}
.short-contact-data a {
    color: #797979;
    font-weight: bold;
    text-decoration: none;
}
.short-contact-data a:hover {
    text-decoration: underline;
}

.login-sidebar-info
{
    margin-bottom: 15px;
	font-size: 10px;
}

.login-form.small .arrowed-list
{
    margin-top: 16px;
}

.contact-form.small,
.login-form.small {
    background-color: #f5f6dc;
    margin-top: 28px;
    padding: 8px 6px;
    font-size: 11px;
}
.contact-form.small h3,
.login-form.small h3 {

    font-weight: bold;
    margin-bottom: 16px;
}
.contact-form label span,
.login-form label span {
    display: block;
    padding-bottom: 7px;
}
.contact-form input,
.login-form input {
    margin-bottom: 12px;
    width: 127px;
    border: 1px solid #abadb3;
    height: 16px;
    padding: 0 5px;
}
.contact-form .error-message,
.login-form .error-message {
    color: #ff0000;
}
form input.error,
.contact-form input.error,
.login-form input.error {
    border: 1px solid #ff0000;
}
.send-button, .download-button {
    background: url(../gfx/sprite_x.png) repeat-x 0 0;
    height: 20px;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0px 17px;
    vertical-align: middle;
    display: inline-block;
}
.send-button:hover, .download-button:hover {
    background-position: 0 -21px;
}
.download-button {
    text-decoration: none;
    padding-top: 2px;
    height: 18px;
}

.login-form .arrowed-list {
    margin-top: 34px;
}
.contact-form.small .arrowed-list li,
.login-form .arrowed-list li {
    margin-top: 10px;
}
.contact-form.small .arrowed-list a,
.login-form .arrowed-list a {
    display: block;
    color: #000;
    text-decoration: none;
    padding-left: 11px;
    position: relative;
}
.contact-form.small .arrowed-list a .arrow,
.login-form .arrowed-list a .arrow {
    position: absolute;
    top: 4px;
    left: 0px;
    background: url(../gfx/sprite.png?v=2) no-repeat -151px -47px;
    width: 6px;
    height: 6px;
}
.login-form .arrowed-list a:hover,
.contact-form.small .arrowed-list a:hover {
    text-decoration: underline;
}

.customer-service {
    margin-top: 18px;
    background: url(../gfx/sprite.png?v=2) no-repeat -168px -0px;
    width: 150px;
    height: 78px;
    position: relative;
    color: #fff;
}

.customer-service h3{
    position: absolute;
    left: 10px;
    top: 11px;
}
.customer-service h4{
    position: absolute;
    left: 10px;
    top: 44px;
    font-weight: bold;
}

#footer {
    clear: both;
    font-size: 10px;
    color: #757575;
    padding: 11px 0;
}
#footer a {
    color: #757575;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
.e7 {
    display: inline-block;
    width: 38px;
    height: 14px;
    text-decoration: none;
    background: url(../gfx/sprite.png?v=2) no-repeat -319px 1px;
}
#footer .e7:hover {
    text-decoration: none;
}
.download-list > li {
    margin-bottom: 20px;
    color: #828282;
    font-weight: bold;
}
.download-list > li em {
    font-weight: normal;
}
.download-list > li .download-button {
    margin-right: 10px;
    font-weight: normal;
}
.contact-container {
    background-color: #efeff1;
    position: relative;
    left: -16px;
    width: 617px;
    padding: 0 16px;
    margin-top: 40px;
    margin-bottom: 26px;
}
.contact-container .section-header {
    padding-top: 28px;
}
.req-info {
    position: absolute;
    right: 16px;
    top: 12px;
    color: #8f8f91;
    font-size: 11px;
}
.req-info em {
    color: #FD923A;
}
.architects-form dd
{
    margin-bottom: 15px;
}

.architects-form dd.reg-accept
{
    margin-bottom: 0;
}

.architects-form input[type=checkbox]
{
    width: auto;
    display: block;
    float: left;
    margin-top: 1px;
}
.architects-form .reg-accept label
{
    padding-left: 28px;
    color: #555555;
    font-size: 11px;
    position: relative;
    display: block;
}
.architects-form .reg-accept label::before {
    content: "*";
    display: inline-block;
    left: 17px;
    position: absolute;
}

.architects-form #submit-label
{
    clear: both;
}
.standard-form {
    font-size: 11px;
}
.standard-form label {
    display: block;
    width: 304px;
    margin-bottom: 10px;
}
.prospect-container .standard-form input{
    width: 154px;
}
.prospect-container label{
    width: 300px;
}
.standard-form label {
    overflow: hidden;
}
.standard-form label span {
    display: inline-block;
    width: 100px;
    text-align: right;
    padding-right: 10px;
    white-space: nowrap;
}

.standard-form label.label-checkbox {
    overflow:visible;
    width:100%;
    padding-left:7px;
    margin-top:20px;
    position:relative;
}

.standard-form label.label-checkbox.no-margin {
    margin-top:0px;
}

.standard-form label.label-checkbox span {
    float:right;
    white-space:normal;
    width:92%;
    text-align:left;
}

.architects-form input,
.standard-form input {
    height: 16px;
    width: 166px;
    padding: 0 5px;
    border: 1px solid #abadb3;
    font-size: 12px;
}
.standard-form label.label-checkbox input {
    width:14px;
}
form input.error,
.standard-form input.error {
    border: 1px solid #FF0000;
}
.standard-form .error-message {
    color: #ff0000;
    max-width: 500px;
}
.standard-form .required-mark {
    color: #fd923a;
}
.standard-form label.label-checkbox .required-mark {
    position:relative;
    top:-3px;
}
.standard-form .l-left.fixed-width {
    width: 302px;
}
.standard-form.form-new .l-left {
    width: 100%;
}
.standard-form .l-left.fixed-width label span {
    display: inline-block;
    margin-top: 3px;
    margin-left: 18px;
    margin-bottom: 12px;
    text-align: left;
    width: auto;
}
.standard-form textarea {
    width: 270px;
    height: 63px;
    float: right;
    padding: 5px;
    margin-left: 4px;
    margin-right: 5px;
    border: 1px solid #abadb3;
    font-family: sans-serif;
    font-size: 12px;
}
.standard-form textarea.error {
    border: 1px solid #FF0000;
}
.standard-form label.right {
    width: auto;
}
.standard-form .send-button {
    float: right;
    margin-right: 12px;
}

.standard-form.form-new .send-button {
    float: left;
    margin-left: 225px;
    margin-top:30px;
}

.standard-form .l-clear {
    overflow: hidden;
    padding-bottom: 18px;
}
.standard-form .source span {
    margin-left: 18px;
    margin-bottom: 5px;
    display: block;
}
.standard-form .source label {
    margin-bottom: 0;
}
.standard-form input[type=radio]{
    width: auto;
    margin-left: 18px;
    margin-right: 5px;
    position: relative;
    top: 3px;
}
#google-map {
    width: 600px;
    height: 500px;
    float: right;
    margin-right: 5px;
}
#infowindow-content {
    font-size: 11px;
    padding-left: 100px;
    position: relative;
}
#infowindow-content strong {
    font-weight: bold;
}
.map-logo {
    position: absolute;
    background: url(../gfx/sprite.png?v=2) no-repeat -320px -14px;
    width: 80px;
    height: 40px;
    left: 0;
    top: 10px;
}
.prospect-container {
    position: relative;
}
.contact-listing  {
    border-collapse: collapse;
    display: table;
    margin-top: 28px;
}
.contact-listing a {
    color: #A5AA00;
    font-weight: bold;
    text-decoration: none;
}
.contact-listing a:hover {
    text-decoration: underline;
}
.contact-listing h3 {
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #D9E1E2;
    text-transform: uppercase;
    height: 36px;
    overflow: hidden;
    padding: 5px 5px 5px 42px;
    background: no-repeat 5px 4px;
    
}
.contact-listing > li {
    width: 306px;
    float: left;
    border: 1px solid #D9E1E2;
}
.contact-data ul{
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 15px;
}
.contact-data li {
    line-height: 200%;
}
.contact-listing h3 {
    font-weight: bold;
    font-size: 14px;
}
.contact-data ul{
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 15px;
}
.contact-data li {
    line-height: 150%;
}
.product-listing a {
    text-decoration: none;
    color: #595858;
}
.product-listing h3 {
    margin-bottom: 5px;
    text-align: center;
    width: 150px;
    margin-left: 25px;
    font-weight: bold;
}
.product-listing h3.under {
    padding: 5px;
    width: auto;
    margin-left: 0;
}
.product-listing a:hover {
    text-decoration: underline;
}
.product-listing span {
    display: block;
    padding: 5px;
    overflow: hidden;
    color: #595858;

}
.product-listing span a {
    display: inline-block;
    margin-bottom: 3px;
}
.product-listing li {
    width: 190px;
    padding-right: 10px;
}
.product-listing li.clear {
    display: block;
    clear: both;
    width: 100%;
    height: 10px;
}
.product-listing img {
    margin-left: 25px;
}
.product-listing img.arrow {
    margin: 0;
    position: absolute;
    top: 4px;
    left: 0px;
    background: url(../gfx/sprite.png?v=2) no-repeat -151px -47px;
    width: 6px;
    height: 6px;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.product-listing .arrowed-list a {
    position: relative;
    padding-left: 10px;
}
.tabs {
    clear: both;
    margin-bottom: 10px;
    border-bottom: 1px solid #636363;
    height: 27px;
    padding-left: 10px;
}
.tabs li {
    float: left;
    margin-right: 5px;
    background-color: #e0e0e0;
    cursor: pointer;
    height: 27px;
    border-bottom: 1px solid #636363;
    letter-spacing: -0.31px;
}
.tabs li.active {
    background-color: #f5f6f6;
    border-bottom: 0;
    height: 28px;
    position: relative;
}
.tabs h3 {
    font-size: 12px;
    line-height: 16px;
    color: #636363;
    padding: 6px 5px;
    border: 1px solid #636363;
    border-bottom: 0;
    position: relative;
    top: -1px;
}
.tabs.all-tabs{
    padding-left: 0;
}
.tabs.all-tabs li{
    margin-right: 0;
}
.tabs.all-tabs h3{
    border-left-width: 0;
}
.tabs.all-tabs li:first-child h3{
    border-left-width: 1px;
}

/* Chrome 29+ */
@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-resolution:.001dpcm) {
    .tabs.all-tabs li{
        margin-right: 4px;
    }

    .tabs.all-tabs h3{
        border-left-width: 1px;
    }
}

.tab-content.n2, .tab-content.n3, .tab-content.n4, .tab-content.n5, .tab-content.n6 {
    display: none;
}
.tab-content.n1 p:first-child {
    margin-top: 28px;
}
.tab-content.n3 .l-gallery {
    margin-top: 35px;
}
.tab-content.n1 .download-list,
.tab-content.n5 .download-list,
.tab-content.n4 .download-list {
    margin-top: 35px;
}
.tab-content.n2 .download-list {
    margin-top: 35px;
}
.tab-content.n3 .section-header, .tab-content.n4 .section-header {
    display: none;
}
.technical-data {
    display: none;
}

.technical-data table{
    color: #636363;
    border: 1px solid #636363;
    width: 100%;
    margin-bottom: 36px;
    margin-top: 35px;

}
.trigger {
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 5px;
    background: url(../gfx/sprite.png?v=2) no-repeat -151px -62px;
    left: 175px;
    top: 40px;
}
.technical-data-header:hover .trigger, .trigger.active {
    background-position: -151px -55px;
}
.technical-data td:first-child {
    font-weight: bold;
}
.technical-data tr:nth-child(odd) {
    background-color: #f5f6dc;
}
.technical-data tr:nth-child(even) {
    background: #efeff1;
}
.technical-data td {
    border: 1px solid #000;
    padding: 10px;
}
ul.errors {
    color: #ff0000;
    margin-bottom: 10px;
}
ul.success {
    color: #008800;
    margin-bottom: 10px;
}
#right-form .success-message {
    color: green;
    margin-bottom: 10px;
}

.standard-form ul.errors {
    float: right;
    margin-right: 15px;
    margin-top: 2px;
    text-align: right;
    width: 178px;
}

.standard-form label.label-checkbox ul.errors {
    position:absolute;
    top:0px;
    left:0px;
    position: absolute;
    top: 42px;
    left: 112px;
}

#right-form .errors {
    position: relative;
    top: -10px;
}
#right-form .error-message {
    margin-bottom: 10px;
}

#right-form .ajax-loader {
    height: 20px;
    width: 20px;
    display: none;
    margin-left: 25px;
}
.standard-form .error-message {
    position: relative;
    top: -10px;
    max-width: 500px;
}
.standard-form .success-message {
    position: relative;
    top: -10px;
    color: green;
    max-width: 500px;
}
#flags-copy {
    font-size: 10px;
    margin-top: 10px;
    color: #999;
}
#flags-copy a {
    color: #999; 
    text-decoration: none;
}


/*  ==========================================
    Cookie info layer
    ========================================== */

#cookie-info-layer{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    background-color: #fff;
    box-shadow: 1px 1px 4px #aaa;
    padding: 20px;
    width: 480px;

    font-size: 12px;
    color: #7a7a7a;
    line-height: 19px;
    text-align: justify;
    font-family: Arial;

    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#cookie-info-layer a {
    text-decoration: underline;
    color: #7a7a7a;
}
#cookie-info-layer .cookie-info-close,
#cookie-info-layer .cookie-agree {
    float: right;
    display: inline-block;
    background-color: #C0C800;
    padding: 3px 8px;
    margin-top: 10px;
    cursor: pointer;

    color: #fff;
    font-size: 14px;
    font-weight: bold;

    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#cookie-info-layer .cookie-agree {
    float: left;
    padding: 3px 8px;
    color: #fff;
}
#cookie-info-layer .cookie-agree a {
    text-decoration: none;
    color: #ffffff;
}

ol.polityka ol {margin-top:0}
ol.polityka ol li{
	list-style-type: lower-alpha
}

table.profile-info
{
    width: 100%;
}

table.profile-info tr
{
    border-bottom: 1px solid #d0d0d0;
}
table.profile-info td
{
    padding: 5px;
}
.no-files-for-architects
{
	text-align: center;
	font-size: 14px;
	color: rgb(99, 99, 99);
}

.realizations-listing{
    margin: 20px 0;
    width: 100%;
}

.realizations-listing tr:nth-child(odd) {
    background: #ffffff;
}
.realizations-listing tr:nth-child(even){

}
.realizations-listing tr.no-image td{
    vertical-align: middle;
}
.realizations-listing td{
    padding: 14px 8px;
    vertical-align: top;
}
.realizations-listing td.lp{
    width: 20px;
    text-align: right;
}
.realizations-listing td.name{
    width: 240px;
}

.realizations-listing td.name img{
    width: auto;
    max-width: 100%;
    margin-top: 5px;
    display: block;
}

.realizations-listing td.name a{
    color: #000000;
    text-decoration: underline;
}

.realizations-listing td.read-more{
    text-align: right;
    width: 140px;
}
.realizations-listing td.read-more a{
    color: #ffffff;
    text-decoration: none;
    line-height: 20px;
}


.pagination-control{
    text-align: center;
    margin: 0 auto;
}

.pagination-control a{
    color: #000000;
    text-decoration: underline;
    padding: 0 3px;
}

.pagination-control span.current{
    font-weight: bold;
    padding: 0 3px;
}

.realizations-filter{
    margin-top: 10px;
}
.realizations-filter form{
    margin: 10px 0;
}
.realizations-filter form label{
    display: inline-block;
    width: 160px;
}

.no-realizations{
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
}

.text .realization-product{
    margin-top: 0 !important;
}

.realizations-gallery,
.realizations-related{
    margin-top: 30px;
}

.for-architects-content {
    margin-top:50px;
}

.for-architects-content .link a {
    text-decoration:none;
    color:#595858;
    font-weight:bold;
}

.for-architects-content .link a:hover {
    text-decoration:underline;
}

.for-architects-content td.name {
    width: 190px;
    padding-top: 10px;
}

.for-architects-content td.link {
    padding-right:30px;
}

.for-architects-content td.link p {
    margin-top:10px;
    font-size:11px;
    font-weight:normal;
}

.for-architects-content h3 {
    font-size:14px;
    font-weight:bold;
}

.for-architects-content .send-button {
    padding:0;
    text-align:center;
}

p.rodo-info {
    font-size:10px;
    line-height:13px;
    margin-top:20px;
    padding-left:8px;
}

#polityka-prywatnosci ol {
    margin-top:5px;
    margin-bottom:5px;
}

#polityka-prywatnosci ol ol li {
    list-style-type: lower-latin
}
