/* structure */
a:hover {
    text-decoration: none;
    color: #FF0728;
}

a:active,
a:focus {
    -webkit-outline-style: none;
    -moz-outline-style: none;
    outline: none;
}

.bold {
    font-weight: bold;
}

.gray {
    color: #777;
}

.red,
a.red:hover {
    color: #ff0000;
}

.green,
a.green:hover {
    color: #729225;
}

.orange,
a.orange:hover {
    color: #E78018;
}

.strike,
a.strike:hover {
    color: #777;
    text-decoration: line-through;
}

.button-special {
    background-color: #FF0728;
    color: #fff;
    padding: 10px;
    font-family: calibri;
    font-size: 20px;
    font-weight: bold;
    border-radius: 4px;
    transition: All 0.4s ease;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease;
}

.button-special:hover {
    background-color: #ffea00;
    color: #1b1b1b;
}

.table thead tr {
    background-color: #ddd;
}

option {
    padding: 5px;
}

option.continent {
    font-weight: bold;
    color: #FF0728;
    text-transform: uppercase;
}

option.none {
    color: #c0c0c0;
}

option:nth-child(odd) {
    background-color: #f7f7f7;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    margin: 0;
}

.form-group .error {
    display: block;
    color: #a94442;
    font-weight: bold;
}

.form-errors {
    margin: 30px 0;
    background-color: #FF0628;
    color: #fff;
}

.form-errors p {
    margin: 0;
    padding: 0 10px;
    font-size: 14px;
}





/* header top block */
header {
    position: relative;
    background-color: #0b2340;
    -moz-box-shadow: 0px 5px 7px #627186;
    -webkit-box-shadow: 0px 5px 7px #627186;
    box-shadow: 0px 5px 7px #627186;
}

.header-top-block {
    border-bottom: 1px solid #00152e;
}

.header-top-block .left-col .links {
    margin-top: 15px;
    margin-bottom: 0;
}

.header-top-block .left-col .links li {
    padding: 0 10px;
}

.header-top-block .left-col .links li:nth-child(1) {
    border-right: 1px solid #20456f;
}

.header-top-block .left-col .links li:nth-child(1) a {
    color: #FFEA00;
}

.header-top-block .left-col .links li:nth-child(2) a {
    color: #EE1592;
}

.header-top-block .left-col .links li:nth-child(3) a {
    color: #72E91B;
}

.header-top-block .right-col {
    padding: 10px 0 0 80px;
}

.header-top-block .right-col .fb-like {
    float: left;
    width: 130px;
    height: 30px;
    padding-top: 5px;
    border-right: 1px #20456f solid;
}

.header-top-block .right-col .search {
    float: left;
    margin-left: 8px;
}

.header-top-block .right-col .search input[type="search"] {
    display: inline-block;
    width: 155px;
    height: 29px;
    padding: 4px 6px;
    margin: 0 5px 0 0;
    background-color: #051831;
    color: #25598D;
    border: 1px #20456f solid;
}

.header-top-block .right-col .search input[type="search"]::-moz-placeholder {
    color: #25598D;
}

.header-top-block .right-col .search input[type="search"]::-webkit-input-placeholder {
    color: #25598D;
}

.header-top-block .right-col .search input[type="search"]:-moz-placeholder {
    color: #25598D;
}

.header-top-block .right-col .search input[type="search"]:-ms-input-placeholder {
    color: #25598D;
}

.header-top-block .right-col .search button {
    display: inline-block;
    height: 29px;
    width: 29px;
    padding: 0;
    background: linear-gradient(to bottom, #10325A, #295B92);
    border: 1px #20456f solid;
    border-radius: 4px;
    color: #fff;
}

.autocomplete-suggestions {
    cursor: pointer;
    border: 1px solid #20456f;
    border-top: 0;
    background-color: #07244B;
    box-shadow: -1px 1px 3px rgba(0,0,0,.1);
    position: absolute;
    display: none;
    z-index: 9999;
    max-height: 254px;
    overflow: hidden;
    overflow-y: auto;
}

.autocomplete-suggestion {
    position: relative;
    padding: 0 .6em;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1.02em;
    color: #fff;
}

.autocomplete-suggestion b {
    font-weight: bold;
    color: #fff;
}

.autocomplete-suggestion.selected {
    background: #0B3875;
}

.header-top-block .logo {
    height: 45px;
}

.header-top-block .logo img {
    position: absolute;
    z-index: 9999;
    top: 5px;
    left: 50%;
    margin-left: -80px;
}





/* top navbar */
.navbar-default {
    background-color: #0B2340;
    border: 0;
    border-top: 1px solid #0a2e5b;
}

.navbar {
    border-radius: 0;
    margin: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #E9F3FE;
    background-color: #174D8C;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #01142A;
}





/* background block */
.bg-block-outer {
    background: url(../images/bg-block-outer.jpg) no-repeat top center;
    background-size: cover;
}

.bg-block-inner {
    background: url(../images/bg-block-inner.png) repeat;
}





/* google blocks */
.google-top-block {
    padding: 55px 0 10px 0;
    max-height: 300px;
}

.google-content-block {
    padding: 20px 0;
    text-align: center;
}

.google-top-block:after,
.google-content-block:after {
    display: block;
    content: "REKLAMA";
    text-align: right;
    font-size: 10px;
    line-height: 10px;
}





/* menu block */
.menu-block {
    margin-bottom: 15px;
}

.menu-block .head {
    position: relative;
    padding: 10px;
    margin-bottom: 6px;
    background-color: #ffdf0e;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.menu-block .head.type-1:after {
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #ff0728;
}

.menu-block .body.type-1 {
    padding: 20px;
    background-color: #fff;
    border-bottom: 1px solid #cdcdcd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.menu-block .body.type-2:after {
    display: block;
    padding-top: 4px;
    content: "REKLAMA";
    font-size: 10px;
    line-height: 10px;
    text-align: right;
}

.menu-block .body.type-4 {
    height: 270px;
    overflow-y: auto;
    background-color: #fff;
    border-bottom: 1px solid #cdcdcd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.menu-block .body img {
    max-width: 100%;
}

.menu-block .body.type-1 img {
    padding-bottom: 10px;
}

.menu-block .body.type-1 .button-special {
    display: block;
    width: 100px;
    margin: 10px auto 0 auto;    
}

.menu-block .body.type-4 ul {
    margin: 0;
    padding: 0;
    list-style: outside none none;
}

.menu-block .body.type-4 li {
    padding: 5px;
    background-color: #fff;
    border-bottom: #E3E7EA 2px solid;
}

.menu-block .body.type-4 li:nth-child(odd) {
    background-color: #f6f6f6;
}

.menu-block .body.type-4 li p {
    margin: 0;
}





/* breadcrumbs block */
.breadcrumbs-block {
    margin-bottom: 10px;
    padding: 5px;
    background-color: #fff;
    border-radius: 4px;
    color: #01142A;
    font-size: 1.1em;
}

.breadcrumbs-block ul {
    margin: 0;
    padding: 0;
    line-height: 22px;
}
.breadcrumbs-block ul > li {
    display: inline;
}

.breadcrumbs-block ul > li:first-child::before {
    font-family: FontAwesome;
    content: '\f015';
    font-size: 1.5em;
    color: #FF0827;
}

.breadcrumbs-block li + li::before {
    content: '\00bb';
}

.breadcrumbs-block a {
    color: #337ab7;
    text-decoration: underline;
    margin: 0 4px;
}

.breadcrumbs-block a:hover {
    text-decoration: none;
}

.breadcrumbs-block span[itemprop='item'] > span[itemprop='name'] {
    color: #111;
    font-weight: bold;
    margin: 0 4px;
}





/* content block */
.content-block {
    margin-bottom: 15px;
    padding: 15px;
    background-color: #fff;
    border-radius: 4px;
    border-bottom: 1px solid #cdcdcd;
}

.content-block h1,
.content-block h2,
.content-block span.header-title {
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #111;
    font-size: 26px;
    line-height: 1.1;
    border-bottom: 1px solid #ddd;
}

.content-block .body {
    color: #444;
}

.content-block .body p {
    font-size: 16px;
    line-height: 22px;
}

.content-block .body p.small {
    font-size: inherit;
    line-height: inherit;
}

.content-block .body .social {
    margin-top: 10px;
    height: 40px;
    line-height: 0;
    font-size: 0;
}

.content-block .body .social .fb-like {
    margin-right: 15px;
}

.show-more {
    margin-top: -15px;
    margin-bottom: 20px;
    text-align: right;
}

.show-more a, .show-more a:hover {
    padding: 4px 15px;
    background-color: #FF0728;
    color: #fff;
    font-size: 0.9em;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}





/* index, countries block */
.countries-block {
    width: 100%;
    margin: 15px 0;
    border-collapse: separate;
    border-spacing: 1px;
}

.countries-block th {
    padding: 6px;
    background-color: #10335F;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.countries-block td {
    width: 33%;
    margin: 10px;
    padding: 4px 8px;
    color: #7C7C7C;
}

.countries-block tr:nth-child(odd) {
    background-color: #fff;
}

.countries-block tr:nth-child(even) {
    background-color: #F8F8F8;
}

.countries-block .info {
    font-size: 11px;
    color: #9DA9AF;
}

.countries-block + .show-more {
    margin-top: -15px;
}





/* content block - country, labels */
.content-block .body .section-lab {
    display: table;
    padding: 0;
    margin: 0;
    width: 100%;
}

.content-block .body .section-lab li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: #0B2340;
    border-bottom: 2px #0B2340 solid;
}

.content-block .body .section-lab li:hover {
    background-color: #FF0728;
}

.content-block .body .section-lab li a {
    display: block;
    padding: 10px 10px;
    color: #ccffff;
}

.content-block .body .section-lab li a:hover {
    color: #fff;
}

.content-block .body .section-lab li.active {
    background-color: #FFDF0E;
    border-bottom: 2px #FF0728 solid;
}

.content-block .body .section-lab li.active span {
    padding: 10px 10px;
}

.content-block .body .section-lab li.active a,
.content-block .body .section-lab li.active a:hover {
    color: inherit;
}

.content-block .body .mobile-menu-2,
.content-block .body .mobile-menu-3,
.content-block .body .mobile-menu-4 {
    display: none;
}

.content-block .body .menu-title {
    padding: 30px 0 5px 10px;
    font-weight: bold;
    color: #FF0728;
}

.content-block .body .section-lab-desc {
    background-color: #F6F6F6;
    padding: 5px;
    font-size: 0.9em;
}





/* content block - country, products */
.content-block .body .product {
    position: relative;
    padding: 7px 5px;
}

.content-block .body .product h4 {
    padding: 4px 0;
    margin: 0;
    background-color: #D7DDEA;
    color: #ff0728;
    font-weight: bold;
}

.content-block .body .product h4 .fa {
    color: #6C83B3;
}

.content-block .body .product span.unit {
    position: absolute;
    top: 39px;
    right: 5px;
    display: block;
    padding: 2px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 0.7em;
    color: #eee;
    border-bottom-left-radius: 4px;
}

.content-block .body .product img {
    padding: 4px 0;
    width: 100%;
    opacity: 0.9;
}

.content-block .body .product:hover img {
    opacity: 1;
}

.content-block .body .product .price {
    position: absolute;
    top: 132px;
    left: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 18px;
    color: #fff;
}

.content-block .body .product:hover .price {
    background-color: rgba(0, 0, 0, 0.9);
}

.content-block .body .product .price span {
    color: #ededed;
    font-size: 0.5em;
    font-weight: normal;
}

.content-block .body .product .interval {
    margin-top: 5px;
    padding: 2px;
    background-color: #F5F5F5;
    color: #222;
    font-weight: bold;
    border-bottom: 1px solid #D7DDEA;
}

.content-block .body .product .interval span {
    font-weight: normal;
}

.content-block .body .product .epapierosy {
    margin-top: 10px;
    padding: 5px;
    background-color: #FF0000;
    border-bottom: 1px solid #D7DDEA;
}

.content-block .body .product .epapierosy a {
    color: #fff;
}





/* content block - country, another */
.content-block .body .countries-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.content-block .body .countries-list li {
    //background: url("../images/arrow-small.png") no-repeat scroll 12px 7px;
    padding-left: 10px;
    text-align: left;
}

.content-block .body .countries-list.countries-lab {
    padding-top: 20px;
}

.content-block .compare-countries {
    margin-top: -6px;
    width: 220px;
    -moz-box-shadow: 2px 5px 7px #627186;
    -webkit-box-shadow: 2px 5px 7px #627186;
    box-shadow: 2px 5px 7px #627186;
}

.content-block .body .button-special {
    display: block;
    width: 220px;
    margin: 0 0 0 auto;    
}

.content-block .body .products-list {

}

.content-block .body .products-list div[class*='col'] {
    padding-left: 0;
    padding-right: 0;
}

.content-block .body .products-list span.gray {
    font-weight: normal;
}





/* content block, product */
.content-block .body .price-2 {
    display: inline-block;
    padding: 5px;
    background-color: #FF0728;
    font-size: 1.5em;
    color: #fff;
    border-radius: 4px;
}

.content-block .body .comment {
    margin-bottom: 20px;
}

.content-block .body .comment .author {
    padding: 5px;
    background-color: #efefef;
    border-bottom: 1px #cecece solid;
}

.content-block .body .comment .desc {
    padding: 5px;
}

.content-block .body .form-add-comment {
    margin-top: 20px;
}





/* content block, quiz */
.content-block .body .quiz-1 .result {
    margin-bottom: 20px;
    font-size: 20px;
}

.content-block .body .quiz-1 .result span {
    font-size: 28px;
    color: #FF0827;
    font-weight: bold;
}

.content-block .body .quiz-1 label {
    font-weight: normal;
}

.content-block .body .quiz-1 label.real-price {
    text-align: left;
    color: #72C02C;
    font-weight: bold;
}

.content-block .body .quiz-1 input[type='submit'] {
    margin-top: 20px;
}





/* facebook block */
.facebook-block {
    padding: 30px 0;
    background-color: #e7ebf3;
    border-top: 1px dashed #333333;
}

.facebook-block .content {
    padding: 20px;
    background-color: #fff;
    border-bottom: 1px solid #cacaca;
}

.facebook-block .content span {
    color: #FF0728;
    font-weight: bold;
    font-size: 20px;
}

.facebook-block .content iframe {
    margin-top: 15px;
}





/* links block */
.links-block {
    background-color: #fff;
	border-top: 1px dashed #333333;
    border-bottom: 1px solid #c5c8cf;
}

.links-block ul {
    margin: 15px 0;
}

.links-block ul li {
    margin: 0 10px;
    text-transform: uppercase;
}

.links-block ul li a {
    color: #999999;
    font-weight: bold;
    font-size: 12px;
}

.links-block ul li a:hover {
    color: #0B2340;
}

.links-block ul li a.prododo {
    color: #72C02C;
}





/* footer bottom block */
footer {
    background-color: #0b2340;
    padding-top: 20px;
}

footer a:hover {
    color: #d9d900;
}

.footer-block {
    padding-bottom: 20px;
    border-bottom: 1px solid #00152e;
}

.footer-block .head {
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
}

.footer-block .detail {
    padding: 15px 0 0 0;
}

.footer-block .detail p {
    font-size: 13px;
    line-height: 18px;
    color: #ccc;
}

.footer-block .detail span {
    color: #99ccff;
    font-weight: bold;
}

.footer-block .detail.tags a {
    float: left;
    display: block;
    padding: 2px 4px;
    margin: 0 3px 3px 0;
    border: 1px solid #183353;
    background-color: #10335F;
    border-radius: 3px;
    color: #ccc;
    font-size: 11px;
}

.footer-block .detail.tags a:hover {
    background-color: #FF0728;
    color: #fff;
}

.footer-block .links {
    font-size: 14px;
    color: #4171aa;
}

.footer-block .links:hover {
    color: #d9d900;
}





/* copywrite block */
.copywrite-block {
    border-top: 1px solid #0a2e5b;
    padding-top: 10px;
}

.copywrite-block p {
    font-size: 13px;
    line-height: 18px;
    color: #666;
}

.copywrite-block a {
    font-size: 13px;
    line-height: 18px;
    color: #99ccff;
}





/* popup */
.popup-block-outer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
}

.popup-block-inner-layer-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -160px;
    width: 320px;
    height: 200px;
    display: table;
    vertical-align: middle;
    background-color: #fff;
    border: 1px #ddd solid;
    border-radius: 5px;
}

.popup-block-inner-layer-2 {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
}

.popup-block-inner-layer-2 h4 {
    padding-bottom: 10px;
    font-size: 26px;
    color: #63CF1B;
}

.popup-block-inner-layer-2 .button {
    padding-top: 20px;
}

.popup-block-inner-layer-2 .button .btn-xs {
    margin-top: 25px;
}





/* info o cookie */
.cookie-block {
    padding: 2px 25px 2px 2px;
    background-color: #232323;
    color: #fefefe;
    font-size: 10px;
}
.cookie-block .close {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    height: 11px;
    width: 11px;
    opacity: 1;
    background-color: #FF0827;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    font-size: 10px;
    text-align: center;
}





/* don't go */
#bio_ep {
    position: fixed;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    background-color: rgba(183,173,184,0.95);
    z-index: 99999;
    padding-top: 120px;
    display: none;
    color: #000;
    border-radius: 10px;
}

#bio_ep h1 strong {
    text-transform: uppercase;
    font-size: 1.2em;
}

#bio_ep .bio_ep_close {
    position: absolute;
    top: 50px;
    right: 50px;
    display: block;
    padding: 5px 15px;
    font-size: 18px;
    border-radius: 10px;
    background-color: #FF0827;
    color: #fff;
    font-weight: bold;
}