body {
    background: #eff0f2;
    margin: 0;
    padding:0;
}

@font-face {
    font-family: Roboto-Bold;
    src: url("/site_media/fonts/Roboto-Bold.ttf");
}

@font-face {
    font-family: Roboto-Medium;
    src: url("/site_media/fonts/Roboto-Medium.ttf");
}

@font-face {
    font-family: Roboto-Regular;
    src: url("/site_media/fonts/Roboto-Regular.ttf");
}

@font-face {
    font-family: Roboto-Black;
    src: url("/site_media/fonts/Roboto-Black.ttf");
}

@font-face {
    font-family: Roboto-Light;
    src: url("/site_media/fonts/Roboto-Light.ttf");
}


::-webkit-input-placeholder {
   opacity: 1;
}

:-moz-placeholder { 
   opacity: 1;
}

::-moz-placeholder {  
   opacity: 1;
}

:-ms-input-placeholder {  
   opacity: 1;
}



.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

/*************************** HEADER *****************************/


.header {
    width: 1050px;
    margin: 40px auto 0 auto;
    overflow: hidden;
}

.header .logo a {
    width: 156px;
    height: 77px;
    background-image: url("/site_media/images/logo.png");
    float: left;
}

.header .main_info_top {
    margin: 0 150px -18px 0px;
    text-align: center;
}

.header .back a,
.header .add_new a {
    font-family: Roboto-Medium;
    text-decoration: none;
    font-size: 13px;
    color: #3d3d3f;
}

.header .sep {
    margin: 0 15px;
}

.header .back,
.header .sep,
.header .add_new,
.header .count {
    display: inline-block;
}

.header .count {
    font-family: Roboto-Medium;
    text-decoration: none;
    font-size: 13px;
    color: #3d3d3f;
    text-align: center;
    margin-bottom: -18px;
}

.header h2 {
    font-family: Roboto-Bold;
    font-weight: normal;
    font-size: 34px;
    margin: 40px 0 0 160px;
    float: left;
    text-transform: uppercase;
    color: #03265e;
}

.header .text-right a {
    font-family: Roboto-Medium;
    text-decoration: none;
    font-size: 13px;
    color: #3d3d3f;
}

.header .text-right a:hover {
    text-decoration: underline;
}

.header .text-right {
    float: right;
    min-width: 220px;
    font-family: Roboto-Medium;
    text-decoration: none;
    font-size: 13px;
    color: #3d3d3f;
}

.header .text-right .sep,
.header .text-right .user,
.header .text-right .change_pass,
.header .text-right .logout {
    float: left;
}

.header .text-right .sep {
    margin: 0 15px;
}

.header .text-right .login {
    float: right;
    margin-right: 5px;
}


.login-title {
    border-bottom: 1px solid #ccc;
    color: #03265e;
    font-family: Roboto-Regular;
    font-size: 35px;
    margin: 0 auto 25px;
    padding-left: 20px;
    padding-top: 20px;
    text-align: center;
}


/*************************** WYSZUKIWARKA *****************************/


.search_box {
    margin: 30px auto 0;
    width: 1050px;
}

.search_box .autocomplete-light-widget {
    float: left;
    margin-right: 20px;
}


.search_box input {
    color: #adadad;
    font-family: Roboto-Bold;
    border: 0;
    border-radius: 5px;
    box-shadow: 4px 4px #e8e8e8;
    height: 50px;
    width: 160px;
    padding-left: 10px;
    background-color: #fff;
    margin-right: 20px;
    font-size: 14px;
}

.search_box .form-control {
    background-image: url("/site_media/images/wyszukiwarka_trojka_dol.png");
    background-repeat: no-repeat;
    background-position: 150px 25px;
    color: #2e3f6a;
}

.search_box .form-control2 {
    width: 220px !important;
}

.search_box .form-control3 {
    width: 230px !important;
}



.search_box select {
    color: #03265e;
    font-family: Roboto-Bold;
    color: #adadad;
    font-size: 14px;
    border: 0;
    border-radius: 5px;
    box-shadow: 4px 4px #e8e8e8;
    height: 50px;
    padding-left: 5px;
    width: 106px;
    margin-right: 20px;
    background-color: #fff;
}

.search_box select {
  cursor: pointer;
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  line-height: 1.5em;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}


.search_box select.minimal.first {
    background-image: url("/site_media/images/wyszukiwarka_trojka_dol.png");
    background-position: 235px 22px;
    background-repeat: no-repeat;
    padding-right: 27px;
    width: 252px;
}

.search_box select.minimal.first:focus {
  background-image: url("/site_media/images/wyszukiwarka_up.png");
  background-position: 235px 22px;
  background-repeat: no-repeat;
}


.search_box select.minimal {
  background-image: url("/site_media/images/wyszukiwarka_trojka_dol.png");
  background-position: 80px 22px;
  background-repeat: no-repeat;
}

.search_box select.minimal:focus {
  background-image: url("/site_media/images/wyszukiwarka_up.png");
  background-position: 80px 22px;
  background-repeat: no-repeat;
}

.search_box button {
    color: #fff;
    font-family: Roboto-Regular;
    font-size: 20px;
    border: 0;
    border-radius: 5px;
    box-shadow: 4px 4px #e8e8e8;
    height: 50px;
    width: 120px;
    padding-left: 30px;
    background-color: #b92022;
    cursor: pointer;
    background-image: url("/site_media/images/lupa_ikona.png");
    background-repeat: no-repeat;
    background-position: 13px 16px;
}

.search_box button:hover {
    background-color: #9d171b;
}



/*************************** GŁÓWNE *****************************/

.content {
    width: 1050px;
    margin: 0 auto;
}

.content .categories_cont {
    float: left;
    margin: 30px 0 0 0px;
}

.content .categories_cont h2 {
    font-family: Roboto-Light;
    font-size: 24px;
    color: #7d7d7d;
    margin-top: 0;
    font-weight: normal;
}

.content .categories_cont ul.categories li a:hover {
    background-color: #fff;
    color: #c01a1c;
}

.content .categories_cont ul.categories li a {
    font-size: 16px;
    font-family: Roboto-Bold;
    padding: 10px 5px;
    color: #263e6a;
    display: block;
    text-decoration: none;
    font-weight: normal;
    border-bottom: 1px dashed #bdc2c5;
    padding-left: 25px;
}

.content .categories_cont ul.categories li a:hover {
    background-color: #fff;
    color: #c01a1c;
}


.content .categories_cont ul.categories1 li a:hover {
    background-color: #fff;
    color: #c01a1c;
}

.content .categories_cont ul.categories1 > li > a {
    border-bottom: 1px dashed #bdc2c5;
}

.content .categories_cont ul.categories1 li a {
    font-size: 16px;
    font-family: Roboto-Bold;
    padding: 10px 5px;
    color: #263e6a;
    display: block;
    text-decoration: none;
    font-weight: normal;
    padding-left: 25px;
}

.content .categories_cont ul.categories1 li a:hover {
    background-color: #fff;
    color: #c01a1c;
}

.content .pagination {
    text-align: center;
    padding-top: 40px;
    clear: both;
}

.content .pagination a {
    color: #adadad;
    font-family: Roboto-regular;
    text-decoration: none;
}

.content .pagination a.active {
    color: #313d6d;
    font-family: Roboto-Bold;
}



/*************************** WYNIKI WYSZUKIWANIA *****************************/


.content .results {
    float: right;
    margin-top: 50px;
    width: 720px;
}

.content .results .results-row.head {
    height: 60px;
    padding-top: 10px;
    cursor: value;
}

.content .results .title {
    font-family: Roboto-Bold;
    font-size: 26px;
    color: #2d3f6d;
}

.content .results .breadcrumb {
    font-family: Roboto-Regular;
    font-size: 12px;
    color: #adadad;
    margin: 8px 0;
}

.content .results .breadcrumb span.bold {
    font-family: Roboto-Bold;
}

.content .results .results-row.head:hover {
    background: #fff;
}

.content .results .results-row.head .r0 a,
.content .results .results-row.head .r1 a,
.content .results .results-row.head .r2 a,
.content .results .results-row.head .r3 a,
.content .results .results-row.head .r4 a,
.content .results .results-row.head .r5 a {
    text-decoration: none;
    font-family: Roboto-Bold;
    font-size: 14px;
    color: #2e3f6b;
}

.results [data-content] > * {
    border: none;
    padding: 0; 
}

.content .results .results-row {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;

    margin-bottom: 2px;
    width: 100%;
    float: left;
    font-size: 14px;
    color: #2e3f6b;
    font-family: Roboto-Regular;
}

.content .results .results-row:hover {
    background: #2e3f6b;
}

.content .results .results-row:hover a {
    color: #fff;
}

.content .results .results-row a {
    color: #2e3f6b;
    height: 100%;
    display: block;
}

.content .results .results-row .r1 a {
    text-decoration: none;
    font-family: Roboto-Bold;
    font-size: 14px;
    color: #2e3f6b;
    text-decoration: none;
}


.content .results .results-row:hover .r1 a  {
    text-decoration: none;
    font-family: Roboto-Bold;
    font-size: 14px;
    color: #2e3f6b;
}

.content .results .results-row:hover a .r1 {
    color: #fff;
}

.content .results .results-row .r0 {
    float: left;
    margin-left: 2%;
    text-align: left;
    width: 10%;
    padding: 20px 0;
}

.content .results .results-row .r1 {
    float: left;
    margin-left: 2%;
    text-align: left;
    width: 20%;
    padding: 20px 0;
}

.content .results .results-row .r2 {
    float: left;
    text-align: center;
    width: 20%;
    padding: 20px 0;
}

.content .results .results-row .r3 {
    float: left;
    text-align: center;
    width: 15%;
    padding: 20px 0;
}

.r4::first-letter {
    text-transform: uppercase;
}

.content .results .results-row .r4 {
    float: left;
    text-align: center;
    width: 20%;
    padding: 20px 0;
    text-transform: lowercase;
}

.content .results .results-row .r5 {
    float: left;
    text-align: center;
    width: 5%;
    padding: 20px 15px;
}

.webui-popover {
    font-family: Roboto-Regular;
}

/*************************** DANE FIRMY *****************************/



.content .company_name {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    min-height: 75px;
    margin: 40px 0;
    float: left;
    width: 100%;
}

.content .company_name > a {
    float: right;
    text-decoration: none;
    color: #303e6b;
    font-family: Roboto-Bold;
    font-size: 16px;
    margin-top: 24px;
    margin-right: 20px;
}

.content .company_name > a:hover {
    text-decoration: underline;
}

.content .company_name > h3 {
    float: left;
    text-decoration: none;
    color: #303e6b;
    font-family: Roboto-Bold;
    font-weight: normal;
    font-size: 32px;
    margin-bottom: 0;
    margin-top: 14px;
    width: 900px;
    padding-left: 60px;
}

.content .company_name > h3::before {
    content: url("/site_media/images/strzalka_duza.png");
    margin: -5px -40px 0;
    float: left;
}


.content .company_info {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    margin: 0 0 40px 0;
    width: 100%;
    float: left;
    padding-bottom: 25px;
}


.content .company_info .company-left {
    float: left;
    padding: 0 30px 20px;
    width: 450px;
}

.content .company_info .company-left .info {
    clear: both;
    display: block;
    margin-top: 20px;
}

.content .company_info .company-left .info-left {
    float: left;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #303e6b
}

.content .company_info .company-left .info-right a {
    color: #303e6b
}

.content .company_info .company-left .info-right {
    font-family: Roboto-Bold;
    font-size: 14px;
    color: #303e6b;
}

.content .company_info .company-left .info-right {
    margin-left: 135px;
    text-align: left;
}

.content .company_info .company-right {
    float: right;
    width: 500px;
}

.content .company_info .company-right h2 {
    font-family: Roboto-Bold;
    font-size: 14px;
    font-weight: normal;
    color: #303e6b;
    margin-top: 21px;
    margin-bottom: 0;
}

.content .company_info .company-right h3 {
    font-family: Roboto-Bold;
    font-size: 14px;
    font-weight: normal;
    color: #303e6b;
    margin-bottom: 0;
}

.content .company_info .company-right h3::before {
    content: url("/site_media/images/strzalka_kontakt.png");
    float: left;
    margin-right: 13px;
}

.content .company_info .company-right .contact-info {
    font-family: Roboto-Regular;
    font-size: 14px;
    font-weight: normal;
    color: #575757;
    margin-left: 21px;
}

.content .realizations {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    float: left;
    margin: 40px 0;
    overflow: hidden;
    width: 100%;
}


.content .realizations h2 {
    border-bottom: 1px solid #eff0f2;
    color: #303e6b;
    font-family: Roboto-Light;
    font-size: 33px;
    padding-bottom: 20px;
    padding-left: 30px;
    width: 100%;
}

.content .realizations .realizations-row {
    height: 65px;
    padding-top: 25px;
    border-bottom: 1px solid #eff0f2;
}

.content .realizations .realizations-row .r1,
.content .realizations .realizations-row .r4 {
    float: left;
    width: 25%;
    margin-left: 5%;
    text-align: left;
}

.content .realizations .realizations-row .r2 {
    float: left;
    width: 25%;
    margin-left: 5%;
    text-align: left;
}

.content .realizations .realizations-row .r3 {
    float: left;
    width: 30%;
    margin-left: 5%;
    text-align: left;
}

.content .realizations .realizations-row .info1 {
    font-family: Roboto-Light;
    font-size: 14px;
    color: #2d3f6d;
}

.content .realizations .realizations-row .info1::before {
    content: url("/site_media/images/strzalka_kontakt.png");
    float: left;
    margin-left: -15px;
}

.content .realizations .realizations-row .info2 {
    font-family: Roboto-Bold;
    font-size: 14px;
    color: #2d3f6d;
}


/*************************** STOPKA *****************************/

.footer {
    background: #1b2540;
    width: 100%;
    height: 50px;
    margin-top: 40px;
    float: left;
    overflow: hidden;
}

.footer .footer_info {
    color: #fff;
    font-family: Roboto-Regular;
    font-size: 12px;
    margin: 18px auto 0;
    text-align: left;
    width: 1050px;
}


.autocomplete-light-widget .deck [data-value],
 .autocomplete-light-widget .deck .choice {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 4px 4px #e8e8e8;
    color: #2e3f6a;
    display: inline-block;
    font-family: Roboto-Bold;
    font-size: 11px;
    height: 35px;
    list-style-type: none;
    padding-left: 20px;
    padding-right: 2px !important;
    padding-top: 17px !important;;
    text-align: left;
    width: 149px;
}



.autocomplete-light-widget .deck [data-value] .remove
{
    background-position: -15px 1px !important;
}

.autocomplete-light-widget .deck [data-value] .remove:hover
{
    background-position: -15px 1px !important;
}

.remove {
    margin-right: 10px;
}


.form-group {
    margin-top: 5px;
}


.form-group label {
    display: block;
}

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

.login-form .form-control {
    border: 0 none;
    border-radius: 5px;
    box-shadow: 4px 4px #ccc;
    color: #3d3d3f;
    font-family: Roboto-Regular;
    height: 40px;
    margin-top: 5px;
    padding-left: 15px;
}

.login-form button {
    background: #b92022;
    border: 0 none;
    border-radius: 5px;
    color: #fff;
    font-family: Roboto-Regular;
    font-size: 21px;
    height: 38px;
    margin-top: 20px;
    padding: 0 20px;
    cursor: pointer;
}

.login-form button:hover {
    background-color: #9d171b;
}

.login-form .errornote,
.login-form .control-label {
    font-family: Roboto-Regular;
    color: red;
}


.right-cont {
    float: right;
    margin-bottom: 3px;
}

.right-cont .print {
    float: right;
    padding-top: 7px;
}

.right-cont .print a {
    color: #2e3f6b;
    font-family: Roboto-Bold;
    font-size: 13px;
    text-decoration: none;
}

.right-cont .print a:hover {
    text-decoration: underline;
}

.right-cont .count_results {
    color: #3d3d3f;
    float: left;
    font-family: Roboto-Regular;
    font-size: 14px;
    padding-top: 7px;
    margin: 0 20px;
}

.right-cont .quan_items {
    color: #3d3d3f;
    font-family: Roboto-Regular;
    float: left;
    font-size: 14px;
}

.right-cont .quan_items select {
    color: #03265e;
    font-family: Roboto-Bold;
    color: #adadad;
    font-size: 14px;
    border: 0;
    border-radius: 5px;
    box-shadow: 4px 4px #e8e8e8;
    height: 50px;
    padding-left: 5px;
    width: 65px;
    height: 30px;
    margin-right: 20px;
    background-color: #fff;
}

.right-cont .quan_items select {
  cursor: pointer;
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  line-height: 1.5em;
    
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.right-cont .quan_items select {
  background-image: url("/site_media/images/wyszukiwarka_trojka_dol.png");
  background-position: 45px 12px;
  background-repeat: no-repeat;
}

.right-cont .quan_items select:focus {
  background-image: url("/site_media/images/wyszukiwarka_up.png");
  background-position: 45px 12px;
  background-repeat: no-repeat;
}



.right-cont .quan_items a {
    text-decoration: none;
    color: #2e3f6b;
    font-family: Roboto-Regular;
}

.right-cont .count_results .count {
    font-family: Roboto-Bold;
}

.mail-icon {
    content: url("/site_media/images/mail.png");
    float: left;
    margin-right: 13px;
    width: 21px;
}
