
/***************************************
/ BY SK65COOL
/**************************************/
body{
  font-family: "Open Sans", sans-serif;
  
}

html{
  background: #1965B0;
}

.template-header{
  text-align: center;
  color: #005ca7;
  font-size: 44px;
  margin-bottom: 30px;
  font-weight: 700;
}

.template-subheader{
  color: #787878;
  font-size: 20px;
}

.cornered{
  border-top-left-radius: 9px !important;
  border-bottom-right-radius: 9px !important;
}

.btn, .button,
#submit_wpum_profile,
#wpum_loginformwp-submit,
#wrapper #wpum-account-forms-tabs ul li a,
#submit_wpum_update_password{
  background: #97bf0d !important;
  padding: 10px 30px !important;
  color: #ffffff !important;
  font-size: 15px !important;
  text-transform: uppercase !important;
  margin: 10px 0 !important;
  display: block !important;
  transition: all .3s ease-in !important;
  font-family: "Open Sans", sans-serif !important;
}

.btn.small{
  padding: 5px 10px !important;
  font-size: 12px !important;
  margin: 7px auto !important;
}

.btn:hover, .button:hover,
#wpum_loginformwp-submit:hover,
#submit_wpum_profile:hover,
#wrapper #wpum-account-forms-tabs ul li a:hover,
.wpcf7-form input[type="submit"]:hover,
#submit_wpum_update_password:hover{
  background: #c4c4c4 !important;
  color: #fff !important;
}

#wpum-account-forms-tabs ul li a{
  border-radius: 0;
  width: auto !important;
  margin: 0;
}

.wpcf7-form-control-wrap{
  text-align: center;
}

#wpum_loginformwp-submit,
#submit_wpum_register,
#submit_wpum_password{
    width: auto;
    min-width: 170px;
    margin: 10px 0 !important;
    clear: both;
}

.wpum-lost-psw-message{
  font-family: "Open Sans", sans-serif;
  color: #747474;
}

.wpum-login-form, .wpum-helper-links, .wpum-registration-form-wrapper, .wpum-account-wrapper,.wpum-password-form-wrapper-recover{
  margin: 0;
  text-align: left;
  font-family: "Open Sans", sans-serif;
}

.wpum-login-form{
  margin: 0;
}

.wpum-password-form .g-recaptcha{
  float: none;
}

form label{
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #5b5b5b;
}

form input{
  outline: none;
}

.input-text, input[type="text"]{
  font-family: 'Open Sans' !important;
}

.wpum-update-password-form-wrapper,
.wpum-password-form-wrapper-recover,
.wpcf7-form{
  max-width: 620px !important;
}

.wpcf7-form input[type="submit"]{
  margin: 15px 0 !important;
}

.footer-wrapper {
    background: #1965b0;
    padding: 50px 0 !important;
    border-top: 10px solid #e5e8ec;
    width: 100%;
    float: left;
}

#header-wrapper {
  width: 100%;
  background: #fff;
}

#top-bar-wrapper{
  background: #fff;
  height: 45px;
  border-bottom: 1px solid #eee;
}

#top-bar-wrapper .container{
  overflow: visible;
}


.welcome-user {
  color: #ababab;
  margin: 12px auto;
}

.welcome-user a {
    color: #0e66ac;
    transition: all .3s ease-in;
}

.welcome-user a:hover {
    color: #97bf0d;
    text-decoration: none;
}

.top-menu {
    float: right;
    margin: 0 0 0 20px;
    padding: 0;
}

.top-menu li {
    display: inline-block;
    list-style: none;
}

.top-menu li a {
    color: #ababab;
    padding: 13px 8px 11px 8px;
    display: block;
    position: relative;
    transition: all .3s ease-in;
}

#lang-menu{
  min-width: 100px;
}

#lang-menu>li{width: 100%;}

#lang-menu li a {
  text-transform: capitalize;
}
#lang-menu li a:hover {
  color: #0e66ac;
  text-decoration: none;
}

.top-menu .sub-menu {
    display: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    position: absolute;background-color
    z-index: 9999;
    background: #fff;
    padding: 0;
    text-align: left;
}

.top-menu .sub-menu li {
    width: 100%;
    display: inline-block;
    list-style: none;
}

.top-menu .sub-menu li a {
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.top-menu li:hover .sub-menu {
    display: block!important;
    position: absolute;
    z-index: 9999;
}



#logo {
    margin: 22px 0 21px 0;
    float: left;
}

#header{
  overflow: visible;
}

#wrapper{
  padding: 30px 0;
}

#breadcrumbs {
    padding: 60px 0 50px;
    overflow: hidden;
    position: relative;
    background: url("../images/banner.jpg") no-repeat;
    min-width: 100%;
    background-size: cover!important;
}

#breadcrumbs-string,
#breadcrumbs-string a{
    padding: 20px 0;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

#breadcrumbs-string a:hover{
  color: #fff;
  text-decoration: none;
}


ul.slimmenu{
  height: 120px;
}

ul.slimmenu>li{
  text-align: center;
  height: 100%;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

ul.slimmenu li>a{
  padding: 40px 10px;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  height: 100%
}

ul.slimmenu li.menu-item-has-children>a{
  padding-right:20px;
}

ul.slimmenu li a:hover{
  background-color: #f6f6f6;
  color: #2c78be; 
}

ul.slimmenu .sub-menu{
  min-width: 160px;
}

ul.slimmenu li .sub-toggle{
  background: transparent;
  width: auto;
  right: 5px;
  top: -10px;
}

ul.slimmenu li .sub-toggle>i{
  font-size: 14px;
  font-family: sans-serif;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;

}


ul.slimmenu li:hover .sub-toggle>i{
  color: #2c78be;
}

ul.slimmenu>li:last-child a{
  color: #97bf0d;
  text-decoration: underline;
}

ul.slimmenu li>ul{
  width: 100%;
  padding: 0;
}

ul.slimmenu li>ul>li{
  background: #fff;
  padding: 1;
  border-bottom: 1px solid #e5e8ec;
  width: 100%;
}

ul.slimmenu li>ul>li>a{
  padding: 20px;
  color: #ababab;
  word-wrap: break-word;
}
/*******************************
/ SEARCH
/*****************************/

.searchform-wrapper{
  border: 1px solid #eee;
  background: #f9f9f9; 
  margin: 10px auto;
}

.top-menu .searchform-wrapper{
  margin: 7px auto;
}

.searchsubmit, .searchinput{
  font-size: 14px;
  color: #c2c2c2 !important;
  background: transparent;
  border: none;
  outline: none;
}

.searchsubmit{
  padding: 5px 10px 5px 0px;
}
.searchsubmit:before{
  transition: all .3s ease-in;
}

.searchsubmit:hover:before{
  color: #2c78be;
}

.searchform input.searchinput{
  font-size: 12px;
  padding: 5px 10px;
}





.forcefullwidth_wrapper_tp_banner{
  margin-top: 0 !important;
}


#toTop:hover{
  text-decoration: none;
}

.message-404{
  margin-top: 65px;
  color: #1965b0;
  font-size: 202px;
  font-weight: 300;
  text-shadow: 1px 1px 2px black, 0 0 1em #777;
}

.g-recaptcha, .login-remember{
  margin: 0 !important;
}

.login-remember label input{
  opacity: 0;
}

.login-username,
.login-password{
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0 0 15px;
  line-height: 18px;
  border: 0;
}

.g-recaptcha{
  min-height: 78px;
  clear: both;
}

.login-submit{
  width: auto !important;
}

.search-results-item{
  text-align: center;
  border: 1px solid #97bf0d;
  padding: 40px 15px;
  margin: 15px;
  width: 200px;
  transition: all .3s ease-in;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.search-results-item:hover{
  background: #1965b0
}

.search-results-item:hover a{
  color: #fff;
}


.tablepress thead th {
  background-color: #0888cb;
  color: #fff;
  text-align: left!important;
  padding: 5px 10px;
  font-size: 18px;
}

.tablepress tr.row-7 td{
  background-color: #0888cb!important;
  padding: 5px 10px;
  font-size: 18px!important;
}

.tablepress .row-hover tr:hover td{
  background: #ddd;
}

.post-content p {
  font-size: 16px;
  color: #747474;
}

.fusion-title{
  margin-bottom: 15px;
}

.fusion-title h1, .fusion-title h2, .fusion-title h3,
.fusion-title h4, .fusion-title h5, .fusion-title h6{
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #747474;
  font-weight: 600;
}

.fusion-checklist .fusion-li-icon{
  color: #0888cb !important;
}

.fusion-li-item-content{
  color: #747474;
  font-size: 16px;
}

.nadpis_clanok{
  color: #595959;
  font-size: 44px;
  text-align: left;
}

.fusion-button.b_pdf,
.fusion-button.b_dwg{
  background: transparent !important;
  color: #747474 !important;
  font-size: 14px;
  font-weight: 400 !important;
  border: 0 !important;
  width: 170px;
  transition: all .3s ease-in;
}

.fusion-button.b_pdf:hover,
.fusion-button.b_dwg:hover{
  color: #2c78be !important;
  text-decoration: none;
}

.fusion-button.b_pdf i,
.fusion-button.b_dwg i{
  display: none;
}

.fusion-button.b_pdf{
  background: url('../images/pdf.png') no-repeat 0 0 !important;
}

.fusion-button.b_dwg{
  background: url('../images/dwg.png') no-repeat 0 0 !important;
}


.file_upload{
  max-width: 300px;
}

.file_upload > button{
    float: right;
    height: 100%
}
.file_upload > div{
  line-height: 33px;
}

.file_upload input[type=file]{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(20);
    letter-spacing: 10em;     /* IE 9 fix */
    -ms-transform: scale(20); /* IE 9 fix */
    opacity: 0;
    cursor: pointer
}

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-error,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors,
div.wpum-message.success,
div.wpum-message.error{
  margin: 10px 0;
  border: 2px solid #97bf0d;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  color: #97bf0d;
  padding: 30px 15px;
  background: #fff;
  border-radius: 0;
  border-top-left-radius: 9px;
  border-bottom-right-radius: 9px;
}

div.wpcf7-mail-sent-error,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors,
div.wpum-message.error{
  color: #ff3a08;
  border-color: #ff3a08;
}

.wpcf7-form-control-wrap{
  text-align: left;
}

.wpcf7-not-valid-tip{
  color: #ff3a08;
}

.rev-btn, .rev-btn:visited{
  border-radius: 50% !important;
}

body.home .post-content>h1{
  text-transform: uppercase;
  font-weight: 700;
}

.tablepress-id-151 tr.row-7 td{
    background: #fff !important;
    font-size: 14px !important;
    color: #000 ;
    padding: 5px 0px !important;
}
.tablepress-id-151 tr{
    text-transform: uppercase;
}
.tablepress-id-151 tr.row-2 {
    font-weight:600;
}
.tablepress-id-151 tr{
    padding:10px;
}
.tablepress-id-151 tr.row-9 td {
    background-color: #0888cb;
    color: #fff !important;
    text-align: left!important;
    padding: 5px 10px !important;
    font-size: 18px !important;
}
.noneIm{
    height: 0px !important;
}

#tablepress-152 tr.row-7 td ,
#tablepress-154 tr.row-7 td,
#tablepress-155 tr.row-7 td,
#tablepress-157 tr.row-7 td,
#tablepress-159 tr.row-7 td,
#tablepress-160 tr.row-7 td,
#tablepress-158 tr.row-7 td

{
    background: #fff  !important;
    font-size: 14px !important;
    color: #000 ;
    padding: 5px 0px !important;
}
.pointer{
    cursor: pointer;
}
.pointer:hover{
    color: #000 !important;
}

.lineHeight{
  line-height: 22px !important;
}
.tablepress{
    text-transform: uppercase;
}
КОНСТРУКЦИЯ И ДЕТАЛИ
Частные дома
Коммерческие сооружения
Техническая поддержка
Файлы
FAQ
Библиотека Архитектров