*, body, input, select, textarea, button, .ui-btn {
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10pt;
    color: #333;
}

body {
    background-color: #fff;
    margin: 0;
    padding: 0;
}

.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}

.cursor-pointer {
    cursor: pointer;
}

.background-none {
    background: none;
}
.background-color-unset {
    background-color: unset!important;
}

.font-weight-600 {
    font-weight: 600;
}

.text-red {
    color: #a51010;
}

.display-none {
    display: none!important;
}
.display-inline {
    display: inline!important;
}
.display-inline-block {
    display: inline-block!important;
}
.display-block {
    display: block!important;
}

.visibility-hidden {
    visibility: hidden;
}

.border-top {
    border-top: 1px solid #dddddd;
}
.border-bottom {
    border-bottom: 1px solid #dddddd;
}
.border-left {
    border-left: 1px solid #dddddd;
}
.border-right {
    border-right: 1px solid #dddddd;
}
.border-all {
    border: 1px solid #dddddd;
}

.c-333333 {
    color: #333333;
}

button.cnd-nav-menu {
    border-right: 1px solid #fff;
    height: 40px;
    background-color: #7b919e;
    border-radius: 0;
}
button.cnd-nav-menu .icon-bar {
    display: block;
    width: 30px;
    height: 2px;
    margin: 3px 0;
    border: 2px solid #333;
}

input.loader {
    background: url('/img/input-loader.gif') right 8px no-repeat;
}
input[name=form_text] {
    display: none;
}
input[type=checkbox]
{
    -webkit-appearance:checkbox;
}
.cnd-banner-billboard {
    margin: 10px 0;
    text-align: center;
}

.cnd-base-container {
    background-color: #fff;
}

.cnd-header img {
    float: left;
}
.cnd-header ul.head-nav-items {
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 0;    
    float: right;
}
.cnd-header ul.head-nav-items > li {
    display: inline-block;
    margin: 0;
    padding: 0 1px;
}
.cnd-header ul.head-nav-items > li:first-child, .cnd-header ul.head-nav-items > li:last-child {
    margin: 0;
    padding: 0;
}
.cnd-header ul.head-nav-items > li span {
    height: 60px;
    background-image: url('/img/header-nav-items.png');
    background-repeat: no-repeat;
    display: inline-block;
    overflow: hidden;
}
.cnd-header ul.head-nav-items > li span.head-check {
    width: 179px;
}
.cnd-header ul.head-nav-items > li span.head-plan {
    width: 158px;
    background-position: -179px 0;
}
.cnd-header ul.head-nav-items > li span.head-application {
    width: 154px;
    background-position: -337px 0;
}
.cnd-header ul.head-nav-items > li span.head-facebook {
    background: url('/img/header-fb-h60.png') 0 0 no-repeat; 
    width: 168px;
    height: 62px;
}
.cnd-header > .head-nav {
    background-color: #eeeeee;
    position: relative;
}
.cnd-header > .head-nav img.cnd-logo {
    width: 245px;
    max-height: 45px;
}
.cnd-header > .head-nav > button.hamburger {
    background-color: #a4b6c0;
    padding: 10px 10px 5px;
    border: none;
    display: inline-block;
    float: left;
    height: 45px;
}
.cnd-header > .head-nav > button.hamburger:focus {
    outline: none;
}
.cnd-header > .head-nav > button.search {
    float: right;
    width: 45px;
    height: 45px;
}
.cnd-header > .head-nav > button.search:focus {
    outline: none;
}
.cnd-header > .head-nav > button.search > span {
    font-size: large;
}

.cnd-header > .head-nav > .cnd-nav-menu-items {
    display: none;
    background-color: #a4b6c0;
}
.cnd-header > .head-nav > .cnd-nav-menu-items > ul {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0;    
    width: 100%;
}
.cnd-header > .head-nav > .cnd-nav-menu-items > ul > li {
    display: block;
    background-color: #7b919e;
    padding: 10px;
    border-right: 2px solid #fff;
    height: 40px;
    cursor: pointer;
}
.cnd-header > .head-nav > .cnd-nav-menu-items > ul > li:hover, 
.cnd-header > .head-nav > .cnd-nav-menu-items > ul > li.active {
    background-color: inherit;
}
.cnd-header > .head-nav > .cnd-nav-menu-items > ul > li > a {
    font-weight: normal;
    color: #fff;
    font-size: 11pt;
    text-decoration: none;
}
.cnd-header > .head-nav > ul {
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 0;    
    height: 40px;
    float: left;
    overflow: hidden;
}
.cnd-header > .head-nav > ul > li {
    background-color: #7b919e;
    display: inline-block;
    padding: 10px;
    border-right: 2px solid #fff;
    margin: -1px;
    height: 40px;
}
.cnd-header > .head-nav > ul > li:hover, .cnd-header > .head-nav > ul > li.active {
    background-color: inherit;
}
.cnd-header > .head-nav > ul > li > a {
    font-weight: normal;
    color: #fff;
    font-size: 12pt;
    text-decoration: none;
}
.cnd-header > .head-nav > .head-search {
    margin: 0;
    padding: 5px;
    background-color: #a4b6c0;
    display: none;
}
.cnd-header > .head-nav > .head-search.is-active {
    display: block;
}
.cnd-header > .head-nav > .head-search > div.input-group {
    max-width: 300px;
    float: right;
}
.cnd-header > .head-nav > .head-menu {
    background-color: #a4b6c0;
    width: 320px;
    overflow-x: hidden;
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 999;
}
.cnd-header > .head-nav > .head-menu.is-active {
    display: block;
}
.cnd-header > .head-nav > .head-menu.is-active > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.cnd-header > .head-nav > .head-menu.is-active > ul > li {
    padding: 5px;
    border: 1px solid #8EA2AE;
}
.cnd-header > .head-nav > .head-menu.is-active > ul > li > a.link,
.cnd-header > .head-nav > .head-menu.is-active > ul > li > span {
    color: #ffffff;
    font-size: 14px;
}
.cnd-header > .head-nav > .head-menu.is-active > ul > li > button.community,
.cnd-header > .head-nav > .head-menu.is-active > ul > li > a.community {
    background-color: #333333;
    color: #ffffff;
    font-weight: bold;
    border: none;
    width: 158px;
    padding: 5px 0;
    display: block;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    font-size: 14px;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
    float: left;
}
.breadcrumb > li+li:before {
    content: url(/img/breadcrumb-arrow.png);
}
.breadcrumb > li > a, .breadcrumb > li > a > span {
    color: #333;
    font-weight: 600;
}
.breadcrumb > li > a:hover > span, .breadcrumb > li > a:hover, .breadcrumb > li > span, .breadcrumb > li {
    color: #333;
}

.alpha60 {
    background: rgba(51, 51, 51, 0.6);
}

.text-red {
    color: red;
}

div#loading-layer {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 60, 60, 60, .8 ) 
                url('/img/animated-overlay.gif')
                50% 50% 
                no-repeat;
    opacity: 0.80;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
    filter: alpha(opacity = 80);
    z-index: 9999;
}
body.loading {
    overflow: hidden;   
}
body.loading div#loading-layer {
    display: block;
}


#btn-radio-1.hoverable {
    content: url("/img/tak_b.png");
}
#btn-radio-1.hoverable:hover {
    content: url("/img/tak.png");
}
#btn-radio-2.hoverable {
    content: url("/img/nie_b.png");
}
#btn-radio-2.hoverable:hover {
    content: url("/img/nie.png");
}

@media all and (min-width: 992px) {
    button.cnd-nav-menu {
        display: none;
    }
}
@media all and (max-width: 991px) {
    button.cnd-nav-menu {
        display: inline-block;
    }
}
@media all and (max-width: 390px) {
/*    .cnd-header > .head-nav > .head-search {
        width: 250px;
    }*/
    .cnd-header > .head-nav img.cnd-logo {
        width: 200px;
        margin-top: 5px;
    }
}
/*@media all and (max-width: 350px) {
    .cnd-header > .head-nav > .head-search {
        width: 200px;
    }
}*/