.body {
    padding-top: 74px;
}

pre {
    display: block;
    padding: 25px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: normal;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    white-space: normal;
    overflow: auto;
}

.search-form {
    position: relative;
    z-index: 99;
}

.search-form-inner h3 {
    color:#ffffff;
}

.search-form-inner {
    -webkit-box-shadow: 0px 4px 4px #CECECE;
    -moz-box-shadow: 0px 4px 4px #CECECE;
    box-shadow: 0px 4px 4px #CECECE;
    border-radius: 0px;
    padding: 20px 0 30px;
}

.content {
    padding: 0px 0 50px 0;
}

#results.content {
    padding-top: 50px;
    background: #eee;
}

.listing-container {
    padding-top: 0px;
}

/* Fix for theme 1100px width */
.results-list-view .result-item-in {
    min-height: 240px;
}

.header-v2 .site-header-wrapper {
    border-top: 0;
    z-index: 999999;
}

/* Responsive video embed */
.embed-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 35px;
}

.embed-video iframe,
.embed-video object,
.embed-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ### FONT SETTINGS ### */

body {
    letter-spacing: 0;
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
}

a, a:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.btn, a.btn_malina, a.bg_malina {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

/* ### THEME COLORS ### */

.bg_turkus {
    background: #34BABF;
}

.bg_turkus_top {
    border-top: 5px solid #34BABF
}

.bg_malina, .btn-malina {
    background: #d72e4d;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q3MmU0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYTM1NTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #d72e4d 0%, #ea3556 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d72e4d), color-stop(100%,#ea3556));
    background: -webkit-linear-gradient(top,  #d72e4d 0%,#ea3556 100%);
    background: -o-linear-gradient(top,  #d72e4d 0%,#ea3556 100%);
    background: -ms-linear-gradient(top,  #d72e4d 0%,#ea3556 100%);
    background: linear-gradient(to bottom,  #d72e4d 0%,#ea3556 100%);
}

.btn_malina, .btn_malina:focus, .btn-malina, .btn-malina:focus {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    -webkit-box-shadow: 1px 1px 0px rgba(185, 41, 67, 0.75);
    -moz-box-shadow: 1px 1px 0px rgba(185, 41, 67, 0.75);
    box-shadow: 1px 1px 0px rgba(185, 41, 67, 0.75);
    border: 2px solid #EA3556;
}

.btn_turkus_grad, .btn_turkus_grad:focus, .btn-turkus, .btn-turkus:focus {
    background: #34BABF;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #37A2A6 0%,#34BABF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#37A2A6), color-stop(100%,#34BABF));
    background: -webkit-linear-gradient(top, #37A2A6 0%,#34BABF 100%);
    background: -o-linear-gradient(top, #37A2A6 0%,#34BABF 100%);
    background: -ms-linear-gradient(top, #37A2A6 0%,#34BABF 100%);
    background: linear-gradient(to bottom, #37A2A6 0%,#34BABF 100%);
    border: 2px solid #34BABF;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 0px rgb(55, 163, 167);
    -moz-box-shadow: 1px 1px 0px rgb(55, 163, 167);
    box-shadow: 1px 1px 0px rgb(55, 163, 167);
}

.btn_turkus_grad:hover, .btn-turkus:hover {
    background: #34BABF;
    color: #fff;
}

.result-item .btn_malina, .result-item .btn_turkus, .result-item .btn-malina, .result-item .btn-turkus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn_malina:hover, .btn_malina:active, .btn-malina:hover, .btn-malina:active {
    color: #fff;
    border-color: #F03E5F;
    background: #F03E5F;
}

.btn-turkus {
    display: inline-block;
    font-size: 14px;
    color: #fff!important;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}

.btn-turkus:hover {
    text-decoration: none !important;
}

.btn-turkus-sidebar {
    background: #34BABF;
    font-size: 14px;
    color: #fff!important;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    display: block;
    margin-bottom: 10px;
    padding: 7px 0;
}

.btn-turkus-sidebar:hover {
    opacity: 0.8;
}

.btn-turkus-sidebar i {
    background-color: #329EA3;
    height: 36px;
    width: 36px;
    display: block;
    text-align: center;
    line-height: 35px;
    float: left;
    margin-left: -1px;
    margin-top: -8px;
    font-size: 18px;
}

/* Shortcodes - in post Buttons */
.single-post-inner .btn {
    padding: 10px 12px;
}

.single-post-inner .btn.btn-icon-left {
    padding: 10px 0;
}

.single-post-inner .btn i.icon-left {
    background-color: rgba(0, 0, 0, 0.1);
    height: 45px;
    width: 45px;
    display: block;
    text-align: center;
    line-height: 45px;
    float: left;
    margin-left: -2px;
    margin-top: -12px;
    font-size: 18px;
    position: absolute;
}

.btn-block + .btn-block {
    margin-top: 0;
}

button.btn.p_wyczysc {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 0;
    color: rgba(255, 255, 255, 0.80);
    font-weight: 400;
    font-size: 10px;
    float: right;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px 12px;
    display: block;
}

button.btn.p_wyczysc:hover {
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.85);
}

/*.btn_opacity {
  opacity: 0.7;
}*/

.search-form label {
    color: #fff;
    text-shadow: 0px 1px 0px #34A9AD;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 3px;
}

.form-control {
    margin-bottom: 10px;
    border: 1px solid #fff;
    border-radius: 0;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.form-control:focus {
    border-color: #fff;
    -webkit-box-shadow: none !important;
    box-shadow: none;
}

/* ### CUSTOM RADIO STYLE ### */

.checkbox {
    padding-left: 20px;
}

.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top:3px;
  margin-left: -20px;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox-transp label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top:3px;
  margin-left: -20px;
  border: 1px solid #aaa;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

/*
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
*/

.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
    font-family: "komorkomat1";
    content: "\e80D";
}

.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-malina input[type="checkbox"]:checked + label::before,
.checkbox-malina input[type="radio"]:checked + label::before {
    background-color: #fff;
    border-color: #fff;
}

.checkbox-malina input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-malina input[type="checkbox"]:checked + label::after{
    color: #ea3556;
    text-shadow: none;
}

.checkbox-turkus input[type="checkbox"]:checked + label::before,
.checkbox-turkus input[type="radio"]:checked + label::before {
    background-color: transparent;
    border-color: #3DC4C9;
}

.checkbox-turkus input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-turkus input[type="checkbox"]:checked + label::after{
    color: #3DC4C9;
    text-shadow: none;
}

.radio {
    padding-left: 20px;
}

.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 3px;
    margin-left: -20px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 6px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
}

.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

.radio-malina input[type="radio"] + label::after {
    background-color: #ea3556;
}

.radio-malina input[type="radio"]:checked + label::before {
    border-color: #fff;
}

.radio-malina input[type="radio"]:checked + label::after {
    background-color: #ea3556;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    font-family: 'komorkomat1';
    content: "\e816";
}

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
    color: #fff;
}

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
    color: #fff;
}

.btn_filter_outer {
    text-align: center;
}

.btn_filter {
    color: #3dc4c9;
    border: 2px solid #fff;
    border-radius: 0;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);

    padding: 3px 12px;
    background: #fff;
}

.btn_filter .icon-phone2, .btn_filter .icon-sim {
    font-size: 20px;
}

.btn_filter:hover, .btn_filter_logo {
    color: #EA3556;
}

.btn_filter:focus, .btn_filter.focus .btn_filter:visited, .btn_filter:link {
    color: #3dc4c9;
}

.btn_filter.active {
    border: 2px solid #F7385B;
    color: #FFFFFF;
    background: #F7385B;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.btn_filter:active {
    border: 2px solid #F7385B;
    color: #FFFFFF;
    background: #F7385B;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.btn_filter:active:focus {
    color: #fff;
}

.btn_filter_logo {
    color: #3dc4c9;
    border: 2px solid #fff;
    border-radius: 0;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    background: #fff;
    width: 60px;
    height: 35px;
    padding: 3px 6px;
}

.btn_filter_logo.active, .btn_filter_logo:hover {
    border: 2px solid #EA3758;
}

.tel_checkboxes {
    display:none;
}

.carrier_list ul {
    list-style-type: none;
    margin: 0;
}

.carrier_list li {
    display: inline-block;
    position: relative;
    font-size: 12px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.filter_separator {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.filter_sep_left {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.col-md-7.filter_sep_left {
    padding-left: 25px;
}

.col-md-5.kol_oph_selects {
    padding-right: 20px;
}

.ico_opacity {
    opacity: 0.7;
}

.ico_color {
    color: #3dc4c9;
}

.deal_transfer i {
    color: #FFF;
    font-size: 14px;
}

.deal_transfer .tooltip-inner {
    text-shadow: none;
}

/* Multi Select Box */

.SumoSelect {
    cursor: pointer;
    display: block;
}

.SlectBox {
    width: 100%;
}

.SumoSelect .SlectBox {
    color: #3dc4c9;
    border: 2px solid #fff;
    border-radius: 0;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 3px 12px;
    background: #fff;
}

.SumoSelect > .CaptionCont > span.placeholder {
    color: #999;
    font-style: normal;
    padding: 3px 0;
}

.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #FFFFFF;
}

.SumoSelect > .optWrapper > .options > li label {
    color: #666666;
    text-shadow: none;
    font-size: 11px;
    margin-bottom: 0;
    padding: 2px 0;
}

.SumoSelect > .optWrapper > .options > li:hover {
    background-color: #e5e5e5;
}

.SumoSelect > .CaptionCont > span {
    color: #666;
    font-weight: 400;
    font-size: 13px;
    padding: 3px 0;
}

.SumoSelect > .optWrapper.multiple > .options > li.selected span i, .SumoSelect .select-all.selected > span i, .SumoSelect .select-all.partial > span i {
    background-color: rgb(247, 56, 91);
    border: 1px solid rgb(247, 56, 91);
    border-radius: 0;
}

.SumoSelect > .optWrapper.multiple > .options > li span i, .SumoSelect .select-all > span i {
    width: 16px;
    height: 16px;
}

.SumoSelect > .optWrapper.open {
    top: 39px;
}

.SumoSelect > .optWrapper {
    border-radius: 0;
    border-color: #ddd;
    border-width: 1px 0 0 0;
}

.SumoSelect > .optWrapper.multiple > .options > li span i, .SumoSelect .select-all > span i {
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.SumoSelect > .optWrapper > .options {
    border-radius: 0px;
    max-height: 280px;
}

/* PHONE SEARCH FILTER */
.selectize-input {
    border: 2px solid #fff;
    padding: 8px 8px;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

.selectize-input.focus {
    box-shadow: none;
}

/* WWW under CTA */
.op_www {
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    padding-top: 6px;
    line-height: 11px;
}

.op_www a {
    color: #888;
}

.op_www a:hover {
    color: #aaa;
}

/* HEADER */
.sticky-header.site-header {
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.site-header {
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.header-v2 .site-logo {
  padding-top: 15px;
}

.header-v2 .sticky-header .site-logo {
    padding-top: 10px !important;
}

.menu_icon {
  display: block;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.header-v2 .topnav > ul > li > a,
.main-navigation > ul > li > a {
  line-height: 20px;
}

.header-v2 .topnav > ul > li {
    margin-left: 28px;
}

.header-v2 .sticky-header .topnav > ul > li {
    vertical-align: middle;
}

.header-v2 .sticky-header .topnav > ul > li > a {
  line-height: 20px;
}

.header-v2 .topnav {
  float:right;
  padding: 13px 0 12px 0;
  padding-left: 0;
  padding-right: 0;
  border-right: 0;
  border-left: 0;
}

.sticky-header.site-header .topnav {
    padding: 16px 0;
}

.sticky-header.site-header .topnav .menu_icon {
    display: none;
}

.menu-item-has-children ul li span.menu_icon {
    display: none;
}

.header-v2 .topnav > ul > li:hover > a {
    color: #000;
}


/*PAGE HEADER */
.page-header {
    top: 0;
    margin-bottom: 0;
}

.header_content {
    position: absolute;
    z-index: 9;
    top: 78px;
	min-width: 100%;
}

.page-header h1.page-title {
    color: #fff;
    font-weight: 700;
    letter-spacing: -1px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    max-width: 1140px;
    padding-bottom: 15px;
    padding-top: 0;
}

/* META INFO */
.header_content .post-actions {
    color: rgba(255, 255, 255, 0.65);
    font-size: 11px;
    margin-bottom: 0;
    font-weight: 700;
    position: absolute;
    display: inline-block;
    z-index: 9999;
    bottom: -30px;
    opacity: 0.8;
}

.header_content .post-actions .post-date, .header_content .post-actions .comment-count, .header_content .post-actions .header_category {
    margin-right: 10px;
    width: auto;
    display: inline-block;
}

.header_content .post-actions .post-date, .header_content .post-actions .comment-count, .header_content .post-actions .header_category {
    float: left;
    padding-top: 8px;
}

.header_content .post-actions .comment-count a, .header_content .post-actions .header_category a {
    color: rgba(255, 255, 255, 0.65);
}

.header_content .post-actions .comment-count a:hover, .header_content .post-actions .header_category a:hover {
    color: rgba(255, 255, 255, 0.75);
}

.header_category i {
    color: rgba(255, 255, 255, 0.65);
}

.meta-data {
    font-size: 11px;
    line-height: inherit;
    display: block;
    font-weight: 700;
}

.header_content .post-actions .comment-count i {
    bottom: 0;
}

/* ### PAGE HEADER OVERLAY ### */

.header_overlay {
    position: absolute;
    top: 0;
    z-index: 2;
    height: 100%;
    width: 100%;

    background: -moz-linear-gradient(-45deg, rgba(255, 0, 46, 0.7) 0%, rgba(0, 195, 203, 0.9) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255, 0, 46, 0.7)), color-stop(100%,rgba(0, 195, 203, 0.9)));
    background: -webkit-linear-gradient(-45deg, rgba(255, 0, 46, 0.7) 0%,rgba(0, 195, 203, 0.9) 100%);
    background: -o-linear-gradient(-45deg, rgba(255, 0, 46, 0.7) 0%,rgba(0, 195, 203, 0.9) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255, 0, 46, 0.7) 0%,rgba(0, 195, 203, 0.9) 100%);
    background: linear-gradient(135deg, rgba(255, 0, 46, 0.7) 0%,rgba(0, 195, 203, 0.9) 100%);
}

.page-header {
    position: relative;
}

.header_image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

/* ### POST CONTENT ### */

#content .single-post-inner {
    background-color: #FFF;
    box-shadow: none;
    padding: 25px 25px 40px 25px;
    -webkit-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.3);
}

.single .content  {
    background-color: #eee;
}

.single .single-post + div {
    margin-top: 25px;
}

.page .content {
    padding-top: 30px;
    background: #eee;
}

.home .content {
    padding-top:0;
    background: #fff;
}

article.post-content p a:not(.btn-malina),
article .pager a,
article.post-content ul li a,
article.post-content a:not(.btn-malina) {
    color: #EA3556;
}

article.post-content p a:hover, article.post-content ul li a:hover {
    text-decoration: underline;
}

article.post-content .article-tags a {
    color: #A7A7A7;
    font-weight: 400;
    letter-spacing: 0.5px;
}

article.post-content .article-tags a:hover {
    text-decoration: underline;
}

article.post-content p strong {
    color: #555;
}

.single-post .social_post_footer {
    margin-bottom: 50px;
}

/* ### CONTENT PAGER ### */

.pager li > a:hover, .pager li > a:focus {
    text-decoration: none !important;
    background-color: #43D5DA;
    color: #fff;
    border: 1px solid #43D5DA;
}

/* ### OPERATOR, PROMOCJE CUSTOM HEADER ### */

.single-operator .header_content, .single-promocja .header_content, .category .header_content {
    top: 75px;
}

.single-operator h1.page-title, .single-promocja h1.page-title, .category h1.page-title {
    border-bottom: 0;
    padding: 0;
}

.single-operator .post-actions, .category-opinie .post-actions {
    display: none;
}

/* ### CATEGORY BLOG ### */

.category .content {
    padding-top: 30px;
    background-color: #f5f5f5;
}

.media-box .zoom .icon, .media-box .expand .icon {
    display: none;
}

.posts-archive .post .post-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.posts-grid .post-title {
    padding: 0px 0;
    border-top: 0;
    border-bottom: 0;
}

.posts-archive .post {
    margin-bottom: 40px;
    padding-bottom: 0;
    border-bottom: 0;
}

.category .post-meta a {
    color: #EA3556;
}

.category .post-meta a:hover {
    text-decoration: underline;
}

.category h3.post-title a {
    color: #333;
    font-size: 20px;
    font-weight: 700;
}

.category h3.post-title a:hover, .page-template-page-promocje article.post.format-standard h3 a:hover {
    color: #EA3556;
}

.page-template-page-promocje article.post.format-standard h3 {
    font-weight: 700;
    line-height: 30px;
}

.page-template-page-promocje a.continue-reading {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #ea3556;
    margin-top: 5px;
    font-weight: 700;
}

.page-template-page-promocje a.continue-reading:hover {
    text-decoration: underline;
    opacity: 1;
}

.page-template-page-promocje article.post.format-standard {
    padding-bottom: 15px;
    padding-top: 15px;
}

.page-template-page-promocje article.post.format-standard .img-thumbnail {
    border: 0;
    padding: 0;
    border-radius: 0;
}

.page-template-page-promocje article.post.format-standard .img-thumbnail:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
}

/* ### CUSTOM WIDGET HEADER ### */

h2.widgettitle {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 0 !important;
    border-bottom: 2px solid #43D5DA !important;
    display: block;
    line-height: 30px;
    margin-bottom: -2px;
}

h2.widgettitle span {
    border-bottom: 2px solid #43D5DA;
    /*  padding-bottom: 3px;*/
    line-height: 30px;
    display: inline-block;
    margin-bottom: -2px;
}

.header_lead h1 {
    font-size: 32px;
    margin-bottom: 20px;
}

.header_lead {
    margin-top: 40px;
}

.lead {
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 400;
    width: 62%;
}

.pan_telefon {
    display: block;
    position: absolute;
    top: -148px;
    right: 50px;
}

.pan_telefon img {
    width: 80%;
}

.pan_telefon_przyjaciele {
    display: block;
    position: absolute;
    top: -130px;
    right: -68px;
    opacity: 0.9;
}

.pan_telefon_przyjaciele img {
    width: 65%;
}

.actions-bar .container {
    position: relative;
}

.telefon_chmura {
    display: block;
    position: absolute;
    top: -166px;
    right: 206px;
}

.telefon_chmura img {
    width: 80%;
}

.search-form-inner .container {
    position: relative;
}

/* ### ELEMENTY FILTRA cd. ### */

.suwak_wartosc {
    background: rgba(0, 0, 0, 0);
    border: 0;
    float: right;
    width: 95px;
    text-align: right;
    color: #fff;
    font-weight: 900;
    text-shadow: 0px 1px 0px #32A4A7;
    font-size: 18px;
}

/* ### CUSTOM noUI HANDLE ### */

.noUi-handle {
    border: 3px solid #EA3556;
    border-radius: 25px;
    cursor: default;
    box-shadow: none;
    background: #d72e4d;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q3MmU0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYTM1NTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #d72e4d 0%, #ea3556 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d72e4d), color-stop(100%,#ea3556));
    background: -webkit-linear-gradient(top,  #d72e4d 0%,#ea3556 100%);
    background: -o-linear-gradient(top,  #d72e4d 0%,#ea3556 100%);
    background: -ms-linear-gradient(top,  #d72e4d 0%,#ea3556 100%);
    background: linear-gradient(to bottom,  #d72e4d 0%,#ea3556 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d72e4d', endColorstr='#ea3556',GradientType=0 );
	opacity: 1 !important;
}

.noUi-horizontal .noUi-handle {
    width: 25px;
    height: 25px;
    left: -12px;
    top: -10px;
    cursor: pointer;
}

.noUi-horizontal {
    height: 4px;
}

.noUi-background {
    background: #FFFFFF;
    -webkit-box-shadow: 0 1px 0px rgba(50, 164, 167, 0.75) !important;
    -moz-box-shadow: 0 1px 0px rgba(50, 164, 167, 0.75) !important;
    box-shadow: 0 1px 0px rgba(50, 164, 167, 0.75) !important;
}

.noUi-target {
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.suwak_kontener {
    padding: 0 0 25px 0px;
}

.suwak_inner {
    margin-top: 10px;
}

.noUi-handle:after, .noUi-handle:before {
    content: "\e828\00a0\e848";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    background: 0;
    left: 3px;
    top: -1px;
    font-family: "komorkomat1";
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}

.noUi-active:before, .noUi-active:after {
    content: "•";
    display: block;
    position: absolute;
    left: 3px;
    top: -1px;
    font-size: 38px;
    color: rgb(162, 35, 58);
    font-family: Arial, sans-serif;
}

.noUi-active:after {
    content: none !important;
}

/* ### RESULTS LIST ### */

.results-list-view .result-item {
    border: 0;
    background: #FFFFFF;
    margin-bottom: 25px;
}

.results-list-view .result-item-in {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: -5px 0 10px rgba(0,0,0,.2);
    -moz-box-shadow: -5px 0 10px rgba(0,0,0,.2);
    box-shadow: -5px 0 10px rgba(0,0,0,.2);
    padding: 0;
    min-height: 231px;
}

.result-item,
.result-item:hover,
.results-list-view .result-item:hover,
.opinion-item,
.opinion-item:hover {
    padding: 20px 10px 20px 10px;
    -webkit-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.3);
}

/* RESULT ITEM - SHORTCODE STYLE */
article.post-content .result-item {
    margin-bottom: 20px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0, rgba(245,245,245,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,rgba(255,255,255,1)), color-stop(100%,rgba(245,245,245,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0,rgba(245,245,245,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0,rgba(245,245,245,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0,rgba(245,245,245,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0,rgba(245,245,245,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
}

article.post-content .result-item .of_parametry.of_karta .of_par_col:first-child {
    padding-left: 0;
}

/* PROMO RESULT ITEM - SHORTCODE STYLE */
article.post-content .of_polecana.result-item {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ea3556), to(#3dc4c9));
    background-image: -webkit-linear-gradient(right, #ea3556, #3dc4c9);
    background-image: -moz-linear-gradient(right, #ea3556, #3dc4c9),
    -moz-linear-gradient(right, #ea3556, #3dc4c9);
    background-image: -o-linear-gradient(right, #ea3556, #3dc4c9),
    -o-linear-gradient(right, #ea3556, #3dc4c9);
    background-image: linear-gradient(to left, #ea3556, #3dc4c9),
    linear-gradient(to left, #ea3556, #3dc4c9);
    -moz-background-size: 2px 100%;
    background-size: 100% 2px;
    background-position: 100% 0, 0 100%;
    background-repeat: no-repeat;
    border-left: 2px solid #3dc4c9;
    border-right: 2px solid #ea3556;
    border-top: 0;
    border-bottom: 0;
}

article.post-content .result-item .col_cta a,
article.post-content .of_polecana.result-item .col_cta a {
    color: #fff !important;
}

article.post-content .result-item .col_cta .op_www a,
article.post-content .of_polecana.result-item .col_cta .op_www a {
    color: #888 !important;
}

article.post-content .result-item .bottom_icons a,
article.post-content .of_polecana.result-item .bottom_icons a {
    color: #34BABF !important;
}

article.post-content .result-item .bottom_icons a:hover,
article.post-content .of_polecana.result-item .bottom_icons a:hover {
    color: #fff !important;
}

/* ### FILTER TABS ### */

.filtry_kontener {
    z-index: 99;
    position: relative;
}

.filtry_tabs {
    line-height: 40px;
    height: 39px;
}

.tab_inner {
    background-color: #329EA3;
    padding: 10px 20px 10px 20px;
    color: rgba(193, 234, 236, 0.7);
    -webkit-box-shadow: 0px -2px 10px -2px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0px -2px 10px -2px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0px -2px 10px -2px rgba(0, 0, 0, 0.3) inset;
}

.tab_inner h2 {
    font-size: 14px;
    display: inline;
    color: rgba(193, 234, 236, 0.8);
    font-weight: 700;
    text-transform: uppercase;
}

.tab_inner.active, .tab_inner.active:hover, .tab_inner:hover {
    background-color: #34BABF;
    box-shadow: none;
    color: #fff;
}

.tab_inner.active h2, .tab_inner.active:hover h2, .tab_inner:hover h2 {
    color: #fff;
}

/*.tab_inner:hover {
    color: #144648;
    background-color: #36B4B9;
}

.tab_inner:hover h2 {
    color: #144648;
}*/

.tab_compare .checkbox {
    margin: 0;
}

/* ### RESULT LIST- ABO ### */

.of_par_col, .of_cena_col {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.of_parametr {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #000;
    line-height: 0.9em;
}

.of_par_col span.val_line2 {
    text-align: center;
    color: #666;
    display: block;
    position: relative;
    font-size: 11px;
    letter-spacing: 0.5px;
    line-height: 20px;
    text-transform: uppercase;
}

.ofp_internet span.val_suffix {
    font-size: 14px;
    font-weight: 400;
}

.of_cena_col .of_parametr, .of_pakiet_col .of_parametr, .of_pakiet_col span.val_suffix {
    color: #d72e4d;
}

.of_pakiet_col .of_parametr {
    font-size: 22px;
    line-height: 50px;
}

.of_karta .of_pakiet_col .of_parametr {
    font-size: 18px;
}

.of_cena_col span.val_line2, .of_pakiet_col span.val_line2, span.val_line2_short {
    text-align: center;
    color: #d72e4d;
    display: block;
    position: relative;
    font-size: 11px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
}

/* ### NA KARTE ### */

.ofk_label {
    line-height: 15px !important;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 3px;
    letter-spacing: 0 !important;
    margin-bottom: 5px;
    font-size: 9px !important;
}

.ofk_par {
    line-height: 1.3em;
    margin-top: 1px;
    float: left;
}

.ofk_par.ofk_sms {
    margin-right: 5px;
}

.ofk_par span {
    font-weight: 700;
    font-size: 11px;
    color: #333;
    margin-right: 0px;
}

.ofk_par .of_days {
    margin: 0 0 0 4px;
    font-weight: 400;
}

.ofk_parametr {
    font-size: 12px;
    padding-top: 2px;
}

.kontener_pakiety span.separator {
    font-size: 28px;
    color: #D72E4D;
}

.kontener_pakiety {
    text-align: center;
}

.ofk_inc_date {
    margin-top: 5px;
}

.of_karta .of_cena {
    font-size: 38px;
    line-height: 50px;
}

.of_karta .of_par_col, .of_karta .of_cena_col, .of_pakiet_col {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.of_cena span.val_suffix, .of_pakiet_col span.val_suffix, .of_cena_pakiet span.val_suffix {
    font-size: 14px;
    font-weight: 400;
}

.ofk_minuty i.icon-login {
    color: #2DB1B6;
    font-size: 14px;
}

.ofk_sms i.icon-logout {
    color: #d72e4d;
    font-size: 14px;
}

h3.of_tytul, .of_tytul a {
    font-size: 12px;
    font-family: 'Open Sans';
    color: #2DB1B6;
    letter-spacing: 0;
    text-transform: uppercase;
    display: inline-block;
    float: left;
    background-color: #fff;
    margin-bottom: 5px;
    padding: 0px 5px 0px 0px;
    font-weight: 700;
}

.of_tytul a {
    padding: 0 !important;
}

.of_okres {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
    text-align: right;
    display: inline-block;
    float: right;
    line-height: 1.5em;
    background-color: #fff;
    padding: 1px 0px 0px 5px;
}

.bottom_links {
    border-top: 1px solid #EEEEEE;
    margin-top: 10px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.result-item div.bottom_links {
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
}

.bl_tab {
    border-right: 1px solid #EEEEEE;
    padding: 2px 0px 2px 0px;
}

.tab_info:hover, .tab_tel:hover {
    background-color: #f5f5f5;
}

.bl_tab:last-child {
    border-right: none;
}

.of_logo {
    width: 62%;
    margin: 0 auto;
}

.of_title_bar:before {
    border-bottom: 1px solid #EEEEEE;
    width: 94%;
    position: relative;
    top: 10px;
    margin: 0 auto;
}

.of_numer {
    font-size: 24px;
    font-weight: 900;
    color: #eee;
    position: absolute;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
    left: 0px;
    top: -2px;
    letter-spacing: -2px;
}

.result-item .val_line2 .icon-info:before  {
    color: #bbb;
    margin-right: 0;
    margin-left: 0;
    font-size: 12px;
}

.result-item .ofk_par .icon-info:before {
    color: #bbb;
    margin-right: 0;
    margin-left: 0;
    font-size: 10px;
}

.bl_tab a, .tab_compare a label {
    color: #666;
}

.bl_tab a:hover {
    color: #444;
    text-decoration: underline;
}

.bl_tab .active {
    color: #444;
    text-decoration: underline;
}

.bl_tab i {
  color: #EA3556;
}

.tab_tel a {
    color: #333;
    font-weight: 400;
    letter-spacing: 0px;
}

.tab_tel i {
    color: #EA3556;
}

.tab_tel i.icon-phone2 {
    font-size: 13px;
}

.tab_notel span.notel i.icon-sim {
    font-size: 13px;
    color: #888;
}

.tab_notel i.icon-basket {
    color: #3AB1B6;
}

.tab_tel a:hover {
    color: #333;
    text-decoration: underline;
}

.notel {
    padding-right: 12px;
}

.tab_tel .active {
    text-decoration: underline;
}

/* new tabs */
.tab_info a, .tab_tel a {
    padding: 2px 0;
    display: block;
    width: 100%;
}

.tab_info, .tab_tel {
    padding: 0;
}

/*.tab_inner_details {
    padding: 20px;
    box-shadow: 0px 3px 0px 0px #eee inset;
    background: #F1F1F1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #F1F1F1 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F1F1F1), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #F1F1F1 0%,#ffffff 100%);
    background: -o-linear-gradient(top, #F1F1F1 0%,#ffffff 100%);
    background: -ms-linear-gradient(top, #F1F1F1 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #F1F1F1 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1F1F1', endColorstr='#ffffff',GradientType=0 );
}*/

.tab_inner_details {
    padding: 20px;
    margin-top: 25px;
    border-bottom: 4px solid #fff;
    background: rgba(61, 196, 201, 0.10);
    border: 1px solid rgba(52, 186, 191, 0.5);
    color: #333;
}

.tab_content {
    margin: 0 -5px 0 -5px;
}

.tab_inner_details p {
    margin-bottom: 5px;
    line-height: 25px;
}

/*.row .col-logo {
    position: relative;
    transform: translateY(50%);
}*/

.col-logo {
    margin-top: -20px;
}

span.porownaj_txt.compare_link:hover {
    text-decoration: underline;
    color: #000;
}

span.porownaj_txt.compare_link, span.compare_link_phones {
    cursor: pointer;
}

span.compare_link_phones {
    font-weight: 700;
    font-size: 12px;
}

span.compare_link_phones:hover {
    color: #EA3556;
}

span.compare_link_phones + .porownaj_ilosc {
    color: #EA3556;
    font-weight: 700;
    font-size: 12px;
}

/* ### ARTICLES WIDGET ### */

ul#side-rcnt-thumb-post-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

#side-rcnt-thumb-post-list li {
    margin-top: 15px;
    overflow: hidden;
    border-top: 1px solid #CCC;
    padding-top: 15px;
    position: relative;
    min-height: 76px;
}

.side_art_wrapper {
    float: left;
    margin-right: 15px;
}

.side_art_thumb {
    display: block;
    outline: 0!important;
    font-weight: 400;
}

#side-rcnt-thumb-post-list img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.side_art_inner {
    margin-left: 80px;
}

.side_art_title {
    display: block;
    color: #333 !important;
    line-height: 1.2;
    font-weight: 700;
    font-size: 14px;
    outline: 0!important;
    text-decoration: none;
}

.side_art_title:hover {
    color: #EA3556 !important;
}

#side-rcnt-thumb-post-list li {
    margin-top: 0;
    overflow: hidden;
    border-top: 0;
    padding-top: 0;
    position: relative;
    min-height: 70px;
}

a.side_art_read_more {
    color: #25989D;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.3px;
}

a.side_art_read_more:hover {
    text-decoration: underline;
}

.widgettitle i {
    font-size: 24px;
}

/* ### PROMO OFFEST WIDGET ### */

li.side_promo_offer {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E5E5E5;
}

li.side_promo_offer:last-child {
    border-bottom: 0;
}

a.side_promo_title, .side_promo_title a {
    font-weight: 700;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    margin-bottom: 5px;
    margin-top: 10px;
    display: block;
    line-height: 1.4em;
}

a.side_promo_title:hover, .side_promo_title a:hover {
    color: #EA3556 !important;
}

.side_promo_dsc {
    font-size: 12px;
    line-height: 17px;
}

.promo_thumb {
    position: relative;
}

.promo_overlay {
    position: absolute;
    top: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.promo_overlay:hover {
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

h3.widgettitle.bigger {
    margin-top: 30px;
    margin-bottom: 20px;
}

.listing-container .side_promo_offer {
    padding-left: 30px;
}

.listing-header {
    border-bottom: 0;
}

.result-item > .row > div,
.result-item > .polecana_inner > .row > div,
.result-item.opinion_box > div {
    vertical-align: middle;
    float: none;
    display: inline-block;
}

/* ### PORADNIKI NEW ### */

.widget_imic_latest_posts li,
.widget_imic_postswithtag li {
    padding: 0px 0 10px 0;
    border-bottom: 0;
}

.widget_imic_postswithtag li {
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 20px;
}

.widget_imic_postswithtag li:last-child {
    border-bottom: 0;
}

.widget_imic_postswithtag h2 {
    text-align: left;
    margin-top: 20px;
}

.widget_imic_postswithtag li:not(.side_promo_offer) img {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 15px;
    margin-bottom: 25px;
}

.widget_imic_postswithtag li .side_art_title {
    text-align: left;
}

.widget_imic_postswithtag li .side_promo_dsc {
    text-align: left;
    margin-top: 10px;
}

.widget_imic_postswithtag a.side_art_read_more {
    color: #EA3556;
    display: block;
    text-align: left;
}

.newsletter_regulamin {
    font-size: 11px;
    margin-bottom: 15px;
    line-height: 1.8em;
}

.newsletter_regulamin a {
    text-decoration: underline;
}

.newsletter_regulamin a:hover {
    color: #EA3556;
}

.newsletter_intro {
    margin-bottom: 15px;
}

/* ### Telefony w ofercie ### */
.kontener_telefony {
    margin-top: 25px;
}

/* ### PROMOCJE OFERTY WIDGET ### */
  .widget_imic_featured_posts .wyb_logo {
    height: 70px;
    border-color: rgba(0, 0, 0, 0.1);
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    background-color: #eee;
}

.widget_imic_featured_posts .wyb_cena {
    font-size: 22px;
    height: 70px;
    vertical-align: middle;
    line-height: 68px;
    text-align: center;
    font-weight: 700;
    color: #333;
    border-color: rgba(0, 0, 0, 0.1);
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-left: 1px dashed rgba(0, 0, 0, 0.1);
    background-color: #eee;
}

.widget_imic_featured_posts .wyb_logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.box_tel {
    width: 198px;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    min-height: 130px;
    position: relative;
}

.thumbnail {
    min-height: 130px;
    padding-top: 10px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
}

.box_tel .thumbnail {
	margin-bottom:0;
}

.box_tel .thumbnail .caption {
	padding-top:3px;
}

.bt_bu .thumbnail, .of_s_telefony .box_tel.bt_bu .thumbnail {
    background: rgba(61, 196, 201, 0.04);
    -webkit-box-shadow: 0px 0px 0px 1px #3DC4C9;
    -moz-box-shadow: 0px 0px 0px 1px #3DC4C9;
    box-shadow: 0px 0px 0px 1px #3DC4C9;
}

.of_s_telefony .box_tel.bt_bu .thumbnail {
    background: rgba(61, 196, 201, 0.04);
    -webkit-box-shadow: 0px 0px 0px 1px #3DC4C9;
    -moz-box-shadow: 0px 0px 0px 1px #3DC4C9;
    box-shadow: 0px 0px 0px 1px #3DC4C9;
}

.sklep_kontener {
    border-top: 1px solid #EDEDED;
    padding-top: 3px;
    margin-top: 8px;
    text-align: center;
}

span.cena_sklep {
    font-size: 11px;
    /*border-right: 1px solid #E0E0E0;
    padding-right: 7px;*/
}
span.cena_sklep a {
	color: #2DB1B6;
}

span.kup_sklep {
    font-size: 11px;
}

span.kup_sklep:hover {
    border-bottom: 1px solid #2DB1B6;
}

span.kup_sklep a,  span.kup_sklep i {
    color: #2DB1B6;
}

span.link_tel_sklep a {
    font-size: 12px;
    color: #EA3556;
}

.box_tel ul.btf_params li {
    text-align: left;
}

.box_tel ul.btf_params {
    margin: 5px;
}

.kwadratowy_kontener {
    text-align: center;
}

.kwadratowy_kontener:hover {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;

}

.kwadratowy_kontener > img {
    max-width: 55px;
    max-height: 75px;
}

.szukane_telefony_kontener .kwadratowy_kontener img {
    max-width: 65px;
    max-height: 65px;
}

h5.tel_nazwa {
    font-size: 12px;
    font-family: 'Open Sans';
    margin-bottom: 3px;
    line-height: 13px;
}

.tel_cena {
    font-size: 12px;
    font-family: 'Open Sans';
    font-weight: 700;
    display: block;
    color: #EA3556;
}

.tel_okres {
	font-size:11px;
	color:#888;
    line-height: 1.2em;
    margin-top: 5px;
}

/* ### CUSTOM FONT KOMORKOMAT ### */
.main-navigation .icon-compare3, .main-navigation .icon-antenna, .main-navigation .icon-chat1, .main-navigation .icon-phone2, .main-navigation .icon-phone4, .main-navigation .icon-book1, .main-navigation .icon-mail, .main-navigation .icon-discount, .main-navigation .icon-search, .main-navigation .icon-search-1 {
    color: #EA3556;
    font-size: 26px;
}
.main-navigation .icon-phone4 {
    font-size: 30px;
}

.menu_icon i::before, .menu_icon_tel i::before {
-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.header-v2 .topnav > ul > li > a:hover .menu_icon i::before, .header-v2 .topnav > ul > li > a:hover .menu_icon_tel i::before {
-webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes swing {
    20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
    20% { -webkit-transform: rotate(15deg); }
    40% { -webkit-transform: rotate(-10deg); }
    60% { -webkit-transform: rotate(5deg); }
    80% { -webkit-transform: rotate(-5deg); }
    100% { -webkit-transform: rotate(0deg); }
}
@keyframes swing {
    20% { transform: rotate(15deg); }
    40% { transform: rotate(-10deg); }
    60% { transform: rotate(5deg); }
    80% { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
}



.filtry_tabs .icon-calendar1, .filtry_tabs .icon-sim, .filtry_tabs .icon-tie1 {
    font-size: 18px;
}

.filtry_tabs .icon-tornado {
    font-size: 24px;
}

.widgettitle .icon-book, .widgettitle .icon-star-empty, .widgettitle .icon-phone2 {
    font-size: 24px;
}

.link_text {
    cursor: pointer;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-clip-rotate,
.la-ball-clip-rotate > div {
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.la-ball-clip-rotate {
    display: block;
    font-size: 0;
    color: #ea3556;
}

.la-ball-clip-rotate.la-dark {
    color: #333;
}

.la-ball-clip-rotate > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-ball-clip-rotate {
    width: 32px;
    height: 32px;
}

.la-ball-clip-rotate > div {
    width: 32px;
    height: 32px;
    background: transparent;
    border-width: 3px;
    border-bottom-color: transparent;
    border-radius: 100%;
    -webkit-animation: ball-clip-rotate .75s linear infinite;
       -moz-animation: ball-clip-rotate .75s linear infinite;
         -o-animation: ball-clip-rotate .75s linear infinite;
            animation: ball-clip-rotate .75s linear infinite;
}

.la-ball-clip-rotate.la-sm {
    width: 16px;
    height: 16px;
}

.la-ball-clip-rotate.la-sm > div {
    width: 16px;
    height: 16px;
    border-width: 2px;
}

.la-ball-clip-rotate.la-2x {
    width: 64px;
    height: 64px;
}

.la-ball-clip-rotate.la-2x > div {
    width: 64px;
    height: 64px;
    border-width: 5px;
}

.la-ball-clip-rotate.la-3x {
    width: 96px;
    height: 96px;
}

.la-ball-clip-rotate.la-3x > div {
    width: 96px;
    height: 96px;
    border-width: 6px;
}

/*
 * Animation
 */
@-webkit-keyframes ball-clip-rotate {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@-moz-keyframes ball-clip-rotate {
    0% {
        -moz-transform: rotate(0deg);
             transform: rotate(0deg);
    }
    50% {
        -moz-transform: rotate(180deg);
             transform: rotate(180deg);
    }
    100% {
        -moz-transform: rotate(360deg);
             transform: rotate(360deg);
    }
}
@-o-keyframes ball-clip-rotate {
    0% {
        -o-transform: rotate(0deg);
           transform: rotate(0deg);
    }
    50% {
        -o-transform: rotate(180deg);
           transform: rotate(180deg);
    }
    100% {
        -o-transform: rotate(360deg);
           transform: rotate(360deg);
    }
}
@keyframes ball-clip-rotate {
    0% {
        -webkit-transform: rotate(0deg);
           -moz-transform: rotate(0deg);
             -o-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
           -moz-transform: rotate(180deg);
             -o-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
           -moz-transform: rotate(360deg);
             -o-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.oferty_loader_big {
    margin-bottom:20px;
    margin-top:20px;
}

.oferty_loader_big .loader_animation {
    margin-right:20px;
    width:64px;
    height:64px;
}

.oferty_loader_big .loader_animation, .oferty_loader_big span.loader_txt {
   display: block;
   margin:0 auto;
   text-align:center;
   height: 64px;
   line-height: 64px;
}

.oferty_loader_big span.loader_txt {
    font-size:16px;
}

.oferty_loader_small {
    display: block;
    float: left;
    height: 16px;
    margin-top: 2px;
    width: 16px;
}

.oferty_loader_small .la-ball-clip-rotate {
    color:#ffffff;
}

.telefony_loader_small {
    display: block;
    margin: 10px auto;
    width: 16px;
}

.about-author, .detailed-review-block {
    display: none;
}

.modal {
    z-index:999999;
}

#compare_modal .comparision-table.col2 .comp-table-row .comp-table-col:first-child {
    font-size: 13px;
}

#compare_modal .comparision-table.col3 .comp-table-row .comp-table-col:first-child {
    font-size: 13px !important;
}

#compare_modal span.small_note {
    font-size: 11px;
    display: block;
    margin-top: 7px;
}

#compare_modal .comp-table-col {
    padding: 8px 10px;
    line-height: 1em;
}

#compare_modal .comparision-table .price {
    font-size: 18px;
    margin-top: 12px;
    color: #ea3556; !important;
    font-weight: 700;
    margin-bottom: 5px;
}

#compare_modal h4.modal-title {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
}

#compare_modal .comparision-table .comp-feature-head .comp-table-col {
    border-top: 1px solid #eee;
}

#compare_modal .col_table_uwagi {
    font-size: 11px;
    line-height: 1.2em;
}

#compare_modal .p_pack_details:hover {
    border: 1px solid #E93556;
    color: #E83455;
}

#compare_modal .p_pack_details {
    background-color: transparent;
    border: 1px solid #aaa;
    color: #888;
    display: inline-block;
    margin: 8px 0;
    font-size: 13px;
}

.header-v2 .dd-menu > ul > li > ul li {
    border-left: 2px solid rgba(255,255,255 0.0);
}

.header-v2 .dd-menu > ul > li > ul li:hover {
    border-left: 2px solid #34BABF;
}

/* ### TOOLTIP OFFERS DETAILS ### */

.tooltip-inner {
    max-width: 200px;
    padding: 15px 15px;
    color: #ddd;
    text-align: left;
    text-decoration: none;
    background-color: #555;
    border-radius: 4px;
    font-size: 11px;
    text-transform: none;
    letter-spacing: 0.3px;
    font-family: "Open Sans";
}

.tooltip-inner {
    max-width: 300px;
    min-width: 200px;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #555;
}

.tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1;
}

.suwak_kontener .suwak_wartosc  {
	opacity:0.7;
}

.suwak_kontener.slChanged .suwak_wartosc {
	opacity:1;
}

.suwak_kontener .suwak_inner {
	background:rgba(255, 255, 255, 0.7) !important;
}
.suwak_kontener.slChanged .suwak_inner {
	background:rgba(255, 255, 255, 1) !important;
}

/* RESP MENU TOGGLE */
#menu-toggle {
    font-size: 30px;
}

#text-3 ul li:before {
    color: #EEEEEE;
    content: "\e816";
    font-size: 15px;
    margin-left: -35px;
    position: absolute;
    font-weight: normal;
    font-family: "komorkomat1";
    margin-top: 3px;
    background-color: #6CD5DA;
    /* border-radius: 50%; */
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
}

#text-3 ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 10px;
}

#text-3 ul li:last-child {
    border-bottom: 0;
}

#text-3 ul {
    margin-left: 35px;
    font-size: 12px;
    line-height: 18px;
}

#text-3 p {
    font-size: 13px;
    line-height: 20px;
}

.cir_icon, .box_tel .tel_okres strong {
    font-weight: 700;
    font-size: 10px;
    color: #666;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 18px;
    background: rgba(255, 0, 0, 0);
    border-radius: 25px;
    text-align: center;
    border: 1px solid #ccc;
    margin-right: 3px;
}

/*.cir_icon span.infinity-icon, .box_tel .tel_okres strong span.infinity-icon {
    font-size: 14px;
    line-height: 16px;
}*/

.infinity-icon {
    font-size: 14px;
    line-height: 16px;
}

.of_okres {
    font-size: 10px;
	color: #333;
}

.p_zwin span.link_text {
    display: inline-block;
    padding: 0px 10px;
    color: #444;
    border: 1px solid #EA3556;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: #EA3556;
}

.popover {
    min-width: 250px;
    max-width: 310px;
}

img.tel_img_hover {
    max-height:350px;
    max-width:250px;
    margin-bottom: 10px;
}

.popover-content .text-center {
    font-weight: 700;
    color: #EA3556;
}

.popover-content {
    text-align: center;
}

.ikona_panel {
    display: block;
    font-size: 40px;
    position: relative;
    margin-top: -15px;
    float: left;
    margin-right: 20px;
    color: #FFFFFF;
    height: 77px;
    width: 77px;
    text-align: center;
    line-height: 77px;
    border-right: 1px solid rgb(98, 209, 213);
    background-color: rgb(98, 209, 213);
}

.panel-body {
    color: rgb(120, 120, 120);
    font-weight: 700;
    font-size: 14px;
    padding-left: 0;
    padding-bottom: 0;
}

.panel-default {
    border-color: #ddd;
    border: 1px solid rgb(98, 209, 213);
    border-radius: 0;
}

.results-container h2,
#oph_result > .row > .col-sm-5 {
    font-size: 20px;
}

#liczba_ofert {
    font-weight: 700;
}

.tab_toggle.active .icon-caret::before {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* FOOTER */
footer a.side_art_title {
    color: #bbb !important;
}

footer a.side_art_title:hover {
    color: #eee !important;
}

.footer_widget .widgettitle {
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255,255,255,.05);
    padding-bottom: 25px;
    color: #ddd;
    font-weight: 700;
    font-family: "open sans";
}

.footer_widget .widgettitle i {
    display: none;
}

.linki_stopka a {
    color: #999;
}

.linki_stopka a:hover {
    color: #aaa;
}

footer h2.widgettitle {
    border-bottom: 1px solid #393939 !important;
}

footer h2.widgettitle span {
    border-bottom: 0;
}

footer i {
    color: #ddd !important;
}

footer .widget_imic_latest_posts img {
    width: 50px;
    height: 50px;
}

footer .logo-footer {
    opacity: 0.3;
    margin-bottom: 30px;
    width: 75%;
}

footer hr {
    background: #393939;
}

footer p.footer_desc {
    font-size: 13px;
    line-height: 18px;
    padding-right: 15px;
}

footer p.footer_desc:last-child {
    margin-bottom: 0;
}

.p_zwin span.link_text:hover {
    background-color: #EA3556;
    color: #fff;
}

/*.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 50px;
    width: 50px;
    display: block;
}

i.icon-comment-empty.over {
    position: absolute;
    top: 56px;
    background-color: transparent;
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: white !important;
    left: 15px;
}*/

/* SOCIAL ICONS WIDGET FOOTER */

footer li.social-link i {
    font-size: 20px;
    color: #fff !important;
    margin-right: 15px;
    padding: 5px;
}

footer li.social-link a:hover {
    color: #DDDDDD;
}

footer li.social-link {
    font-size: 16px;
    line-height: 38px;
}

footer .icon-facebook {
    background-color: #3b5998;
}

footer .icon-gplus {
    background-color: #dd4b39;
}

footer .icon-twitter {
    background-color: #00acee;
}

footer .icon-youtube {
    background-color: #c4302b;
}

.col-logo h4 {
    margin-bottom: 0;
}

/* PHONE SEARCH */
.tt-dataset {
    background-color: #fff;
    padding: 0;
    -webki-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
    padding: 10px 15px 10px 15px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.tt-suggestion:hover {
    background-color: #eee;
}

/* 404 PAGE */
#redirect-bg-top {
    background: #eee;
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: 0;
}

.pt-contener {
    position: relative;
    width: 100%;
    height: 100%;
}

.pt-contener img {
    position: absolute;
    left: 0;
    right:0;
    margin-left: auto;
    margin-right: auto;
    top: -152px;
}

.redirect-text h3 {
    text-align: center;
}

.cont_inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-align-center.error-404 {
    border-right: 1px dashed #E8E8E8;
}

.cont_inner {
    margin-top: 50px;
}

.btn-404 {
    background-color: #34BABF;
    border-radius: 0;
    color: #fff;
    margin-right: 5px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
}

.btn-404:hover {
    background-color: #3CC5CA;
    color: #fff;
}

.kk-star-ratings {
    margin-top: 0;
}

.result-item .row {
    margin-left: -10px;
    margin-right: -10px;
}

span.val_line2_short {
    display: none;
}

/* No phones offer */
.box_empty_tel i.icon-no-phone {
    font-size: 35px;
    color: #ddd;
    display: block;
}

.box_empty_tel .col-xs-8 span {
    color: #999;
    font-size: 11px;
    display: block;
    line-height: 16px;
}

/* komorkomat.css */
.text-primary, .btn-primary .badge, .btn-link,a.list-group-item.active > .badge,.nav-pills > .active > a > .badge, p.drop-caps:first-child:first-letter, .accent-color, .nav-np .next:hover, .nav-np .prev:hover, .basic-link, .pagination > li > a:hover,.pagination > li > span:hover,.pagination > li > a:focus,.pagination > li > span:focus, .accordion-heading:hover .accordion-toggle, .accordion-heading:hover .accordion-toggle.inactive, .accordion-heading:hover .accordion-toggle i, .accordion-heading .accordion-toggle.active, .accordion-heading .accordion-toggle.active, .accordion-heading .accordion-toggle.active i, .main-navigation > ul > li > ul > li a:hover, .main-navigation > ul > li:hover > a, .main-navigation > ul > li:hover > a > i, .top-navigation li a:hover, .search-form h3, .featured-block h4, .vehicle-cost, .icon-box-inline span, .post-title a, .post-review-block h3.post-title a:hover, .review-status strong, .testimonial-block blockquote:before, .testimonial-info span, .additional-images .owl-carousel .item-video i, .vehicle-enquiry-foot i, .vehicle-enquiry-head h4, .add-features-list li i, .comparision-table .price, .search-filters .accordion-heading.accordionize .accordion-toggle.active, .search-filters .accordion-heading.togglize .accordion-toggle.active, .search-filters .accordion-heading .accordion-toggle.active, .search-filters .accordion-heading:hover .accordion-toggle.active, .search-filters .accordion-heading:hover .accordion-toggle.active:hover, .search-filters .accordion-heading.accordionize .accordion-toggle.active i, .search-filters .accordion-heading.togglize .accordion-toggle.active i, .filter-options-list li a:hover, .calculator-widget .loan-amount, .map-agent h4 a, .pricing-column h3, .listing-form-steps li.active a .step-state, .listing-form-steps li:hover a .step-state, .result-item-pricing .price, .result-item-features li i, .users-sidebar .list-group li a:hover > i, .saved-cars-table .price, .post .post-title a:hover, a, .post-actions .comment-count a:hover, .pricing-column .features a:hover, a:hover, .service-block h4 a:hover, .saved-cars-table .search-find-results a:hover, .widget a:hover, .nav-tabs > li > a:hover, .list-group-item a:hover, .icon-box.ibox-plain .ibox-icon i,.icon-box.ibox-plain .ibox-icon img, .icon-box.ibox-border .ibox-icon i,.icon-box.ibox-border .ibox-icon img, .top-header .sf-menu > li:hover > a, .header-v2 .topnav > ul > li:hover > a, .header-v4 .search-function .search-trigger, .additional-triggers > li > a:hover, .woocommerce div.product span.price, .woocommerce div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content div.product p.price, .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price{
	color:#43d5da;
}
.basic-link:hover, .continue-reading:hover{
	opacity:.8
}
p.drop-caps.secondary:first-child:first-letter, .accent-bg, .btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.label-primary,
.progress-bar-primary,
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus,
.panel-primary > .panel-heading, .carousel-indicators .active, .flex-control-nav a:hover, .flex-control-nav a.flex-active, .media-box .media-box-wrapper, .media-box .zoom .icon, .media-box .expand .icon, .icon-box.icon-box-style1:hover .ico, .cart-bubble, .toggle-make a:hover, .search-trigger, .toggle-make a, .featured-block-image strong, .pass-actions:hover, .utility-icons > li > a:hover, .utility-icons > li:hover > a, .owl-theme .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span, .seller-info, .search-icon-boxed, .logged-in-user:hover .user-dd-dropper, .testimonials-wbg .testimonial-block blockquote:after, .selling-choice > .btn-default.active, .fact-ico, .ibox-effect.ibox-dark .ibox-icon i:hover,.ibox-effect.ibox-dark:hover .ibox-icon i,.ibox-border.ibox-effect.ibox-dark .ibox-icon i:after, .icon-box .ibox-icon i,.icon-box .ibox-icon img, .icon-box .ibox-icon i,.icon-box .ibox-icon img, .icon-box.ibox-dark.ibox-outline:hover .ibox-icon i, .share-buttons-tc > li > a{
  background-color: #43d5da;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary, .toggle-make a:hover, .toggle-make a:hover, .search-trigger:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button.alt:active, .woocommerce button.button.alt:active, .woocommerce input.button.alt:active, .woocommerce #respond input#submit.alt:active, .woocommerce #content input.button.alt:active, .woocommerce-page a.button.alt:active, .woocommerce-page button.button.alt:active, .woocommerce-page input.button.alt:active, .woocommerce-page #respond input#submit.alt:active, .woocommerce-page #content input.button.alt:active, .wpcf7-form .wpcf7-submit{
  background: #43d5da;
  opacity:.9
}
p.demo_store, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt, .woocommerce span.onsale, .woocommerce-page span.onsale, .wpcf7-form .wpcf7-submit, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce .widget_layered_nav ul li.chosen a, .woocommerce-page .widget_layered_nav ul li.chosen a, .ticket-cost{
	background: #43d5da;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active,
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus,
.panel-primary,
.panel-primary > .panel-heading, .btn-primary.btn-transparent, .icon-box.icon-box-style1 .ico, .user-login-btn:hover, .icon-box-inline span, .vehicle-enquiry-head, .selling-choice > .btn-default.active, .icon-box.ibox-border .ibox-icon, .icon-box.ibox-outline .ibox-icon, .icon-box.ibox-dark.ibox-outline:hover .ibox-icon, .header-v2 .site-header-wrapper, .dd-menu.topnav > ul > li > ul, .dd-menu.topnav > ul > li.megamenu > ul{
	border-color:#43d5da;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .main-navigation > ul > li ul, .navbar .search-form-inner, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message{
	border-top-color:#43d5da;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body{
	border-bottom-color:#43d5da;
}
.search-find-results, .dd-menu > ul > li > ul li ul{
	border-left-color:#43d5da;
}
.ibox-border.ibox-effect.ibox-dark .ibox-icon i:hover,.ibox-border.ibox-effect.ibox-dark:hover .ibox-icon i {
	box-shadow:0 0 0 1px #43d5da;
}
.ibox-effect.ibox-dark .ibox-icon i:after {
	box-shadow:0 0 0 2px #43d5da;
}
@media only screen and (max-width: 767px) {
	.utility-icons.social-icons > li > a:hover{
		color:#43d5da;
	}
}
/* Color Scheme Specific Classes */

.header-v2 .topnav > ul > li > a {
    color: #444;
    font-weight: 700;
    font-size: 11px;
    text-align: center;
}

.ps_menu_button {
    text-align: left !important;
}

.header-v2 .topnav > ul > li > a:hover, .header-v2 .topnav > ul > li:hover > a, .main-navigation > ul > li:hover > a {
    color: #222;
    font-weight: 700;
}

.linki_stopka .list-inline {
	margin-top: 0;
}

/* Panel szukania telefonu w górnym menu */

.menu-item-phone-search {
	position:relative;
}

li.menu-item-phone-search {
    display: inline-block;
    vertical-align: super;
}

li.menu-item-phone-search a {
    line-height: 14px !important;
}

.ps_panel {
	min-width: 500px;
    padding: 20px 20px;
    position: absolute;
    right: 0;
    top: 65px;
    z-index: 10;
    background-color: #666;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.3);
    border-radius: 0;
    min-height: 100px;
}

.ps_panel_triangle {
    background: #666666;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
    width: 15px;
    height: 15px;
    margin-left: 23px;
    margin-top: 9px;
    display: block;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-shadow: inset none;
    display: none\0/;
    right: 65px;
    top: -16px;
}

.ps_panel .col_tel_checkboxes, .ps_panel .col_tel_label {
    font-size: 12px;
    line-height: 17px;
    display: block;
    margin-top: 3px;
    color: #CCC;
}

.ps_panel .col_tel_checkboxes label {
    color: #ccc;
	margin-right:10px;
}

.col_tel_label {
	padding-top:3px;
}

.sticky-header .ps_panel  {
    top: 37px;
}

.header-v2 .sticky-header.site-header {
    height: 56px;
}

.ps_panel .input-group-sm > .input-group-btn > .btn {
    height: 38px;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 0px;
    text-transform: uppercase;
}

li.menu-item-phone-search {
    border-left: 1px solid #E5E5E5;
    padding-left: 15px;
}

.main-navigation .icon-search-1 {
    background-color: #ea3556;
    border-radius: 50%;
    color: #FFF;
    display: inline-block;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    margin-right: 5px;
    width: 28px;
    text-align: center;
    float: left;
}

.sticky-header .icon-search-1 {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 11px;
    margin-right: 6px;
    margin-top: 4px;
}

.ps_panel .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: 0px;
}

.ps_panel .input-group-btn {
    vertical-align: top;
}

 .selectize-dropdown-content img {
    max-height: 50px;
    margin: 0 auto;
    text-align: center;
}

.selectize-control.plugin-remove_button [data-value] .remove {
    padding: 1px 0 0 0;
}

.selectize-input .item {
    background-color: #e5e5e5;
    padding: 0px 5px;
}

/*.selectize-control.single .selectize-input:after {
    display: none;
}*/

.selectize-input.dropdown-active {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.selectize-input.dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 0px;
    bottom: 0;
    left: 0;
    right: 0;
}

.search-form .ps_container .form-control {
    font-size: 13px;
    border-radius: 0 !important;
}

.search-form .ps_container .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: 0px;
}

.selectize-dropdown-content .row {
    border-bottom: 1px solid #eee;
}

.selectize-input.input-active {
    min-width: 350px;
    z-index: 9999;
}

.selectize-control.multi .selectize-input.has-items {
    padding: 8px 8px 8px;
}

.sp_button_plus {
    background-color: white;
    color: #F7385B;
    border-left: 1px solid #e5e5e5;
    border-radius: 0;
    z-index: 3;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.sp_button_plus:hover {
    background-color: #F7385B;
    color: #fff;
}

.btn-primary {
    background-color: #34D0D5;
    color: #fff !important;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
    box-shadow: 1px 1px 1px rgb(57, 181, 185);
    font-family: 'Open Sans';
    letter-spacing: 0.5px;
    margin-top: 10px;
}


/* PHONES OFFER */
.of_s_telefony {
    margin-top: 20px
}

.of_s_telefony .box_tel {
    width: 198px;
    float: left;
    min-height: 59px;
}

.of_s_telefony .box_tel:last-child {
    margin-right: 0;
    margin-left: -3px;
}

.of_s_telefony .box_tel .thumbnail {
    height: 95px;
    padding: 0;
    background-color: #F9F9F9;
}

.of_s_telefony .box_tel .thumbnail .caption {
    padding-top: 5px;
}

.of_s_telefony .box_tel .thumbnail img {
    height: 50px;
}

.of_s_telefony .box_tel .thumbnail {
    min-height: auto;
}

.of_s_telefony .tel_cena {
    position: relative;
    margin-top: 8px;
    font-size: 14px;
}

.szukane_telefony_kontener {
    margin: 10px 0;
}

.szukane_telefony_title {
    font-size: 14px;
    margin: 10px 0;
}

.pan_telefon_brak_ofert img {
    margin: 12px 0 0 500px;
    z-index: 9;
    position: absolute;
    width: 180px;
}

.pan_telefon_brak_ofert .hr_box {
    margin: 0;
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #ffffff 0%, #000000 50%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(50%,#000000), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(left, #ffffff 0%,#000000 50%,#ffffff 100%);
    background: -o-linear-gradient(left, #ffffff 0%,#000000 50%,#ffffff 100%);
    background: -ms-linear-gradient(left, #ffffff 0%,#000000 50%,#ffffff 100%);
    background: linear-gradient(to right, rgb(238, 238, 238) 0%,rgba(0, 0, 0, 0.34) 50%,rgb(238, 238, 238) 100%);
    z-index: 99;
    position: relative;
    display: block;
    height: 1px;
}

.pan_telefon_brak_ofert .hr_cien {
    box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.41);
    height: 10px;
    z-index: 9;
    position: relative;
    width: 50%;
    margin: 0 auto;
}

.hr_hide {
    background-color: #EEEEEE;
    height: 50px;
    position: relative;
    z-index: 999;
    margin-bottom: -51px;
}

/* SOCIAL BAR */

.social {
    list-style-type: none;
    z-index: 9999;
}

.social_kontener {
    position: fixed;
    top: 14%;
    list-style-type: none;
    z-index: 9999999;
    right: 0%;
    text-align: center;
    line-height: 15px;
    margin-right: 10px;
}

.social_kontener span {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
    display: block;
}

ul.social {
    margin: 0;
}

.social li {
    text-align: center;
    margin: 0 0 5px 0;
}

.social li a {
    display: block;
    width: 100%;
    background: #2a2a2a;
    color: #fff;
    border: 2px solid rgba(59, 89, 151, 0);
    width: 50px;
    height: 50px;
    line-height: 45px;
}

.social i {
    font-size: 20px;
}

.social li a.sh_facebook, .social_inner li a.sh_facebook_art, .btn_sh_mobile.sh_facebook {
    background-color: #3b5997;
}

.social li a.sh_facebook:hover, .social_inner li a.sh_facebook_art:hover {
    color: #3b5997 !important;
    background-color: #fff;
    border: 2px solid #3b5997;
}

.social li a.sh_twitter, .social_inner li a.sh_twitter_art, .btn_sh_mobile.sh_twitter {
    background-color: #2daae1;
}

.social li a.sh_twitter:hover, .social_inner li a.sh_twitter_art:hover {
    color: #2daae1 !important;
    background-color: #fff;
    border: 2px solid #2daae1;
}

.social li a.sh_gplus, .social_inner li a.sh_gplus_art, .btn_sh_mobile.sh_gplus {
    background-color: #ca2026;
}

.social li a.sh_gplus:hover, .social_inner li a.sh_gplus_art:hover {
    color: #ca2026 !important;
    background-color: #fff;
    border: 2px solid #ca2026;
}

.social li a.sh_mail, .social_inner li a.sh_mail_art {
    background-color: #666666;
}

.social li a.sh_mail:hover, .social_inner li a.sh_mail_art:hover {
    color: #666666 !important;
    background-color: #fff;
    border: 2px solid #666666;
}

.social .tooltip.left .tooltip-arrow {
    border-left-color: #555;
}

/* SOCIALE MOBILE */
.share_mobile {
    float: left;
    margin-top: 20px;
    margin-right: 20px;
}

.share_mobile span {
    font-size: 14px;
    margin-right: 5px;
}

.share_mobile .btn_sh_mobile {
    padding: 0;
    width: 35px;
    height: 35px;
    border-radius: 0;
    text-align: center;
    margin-right: 5px;
    display: inline-block;
    color: #fff;
}

.share_mobile .btn_sh_mobile:last-child {
    margin-right: 0;
}

/* SOCIAL FOOTER POST BOTOM */
.social_post_footer {
    position: relative;
    list-style-type: none;
    text-align: center;
    line-height: 15px;
}

ul.social_inner {
    display: block;
    float: left;
    position: relative;
    margin: 0px 0px 0px 0;
}

.social_inner li {
    text-align: center;
    margin: 0 10px 0 0;
    display: block;
    float: left;
}

.social_inner li a {
    display: block;
    width: 100%;
    background: #2a2a2a;
    color: #fff !important;
    border: 2px solid rgba(59, 89, 151, 0);
    padding: 10px 12px 10px 8px;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 15px;
}

.social_inner li a:hover {
    text-decoration: none !important;
}

.social_inner i {
    font-size: 14px;
    margin-right: 10px;
}

.social_intro {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #EA3556;
    margin-bottom: 30px;
    border-top: 2px solid #EBEEEF;
    padding-top: 30px;
}

.social_intro span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #777;
    margin-top: 5px;
    display: block;
}

span.rating_etykieta {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}

.szukane_telefony_kontener .box_tel h5 {
    text-align: center;
}

.tooltip p {margin-bottom:9px;}

article.post.format-standard {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

/* BADGES STYLE */
.badge_outer {
    position: absolute;
    top: -14px;
    left: 45px;
    display: block;
    width: 150px;
}

.of_badge {
    display: inline-block;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 18px;
    border-radius: 25px;
    margin-right: 5px;
}

.badge_promocja {
    background-color: #F12F2F;
}

.pulse{
  animation: animationFrames ease-in-out 3s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames ease-in-out 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames ease-in-out 3s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames ease-in-out 3s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames ease-in-out 3s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

.pulse:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

@keyframes animationFrames{
  0% {
    transform:  scaleX(1.00) scaleY(1.00) ;
  }
  35% {
    transform:  scaleX(1.00) scaleY(1.00) ;
  }
  45% {
    transform:  scaleX(1.15) scaleY(1.15) ;
  }
  50% {
    transform:  scaleX(1.00) scaleY(1.00) ;
  }
  55% {
    transform:  scaleX(1.15) scaleY(1.15) ;
  }
  65% {
    transform:  scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    transform:  scaleX(1.00) scaleY(1.00) ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    -moz-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  35% {
    -moz-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  45% {
    -moz-transform:  scaleX(1.15) scaleY(1.15) ;
  }
  50% {
    -moz-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  55% {
    -moz-transform:  scaleX(1.15) scaleY(1.15) ;
  }
  65% {
    -moz-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    -moz-transform:  scaleX(1.00) scaleY(1.00) ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  35% {
    -webkit-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  45% {
    -webkit-transform:  scaleX(1.15) scaleY(1.15) ;
  }
  50% {
    -webkit-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  55% {
    -webkit-transform:  scaleX(1.15) scaleY(1.15) ;
  }
  65% {
    -webkit-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    -webkit-transform:  scaleX(1.00) scaleY(1.00) ;
  }
}

@-o-keyframes animationFrames {
  0% {
    -o-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  35% {
    -o-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  45% {
    -o-transform:  scaleX(1.15) scaleY(1.15) ;
  }
  50% {
    -o-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  55% {
    -o-transform:  scaleX(1.15) scaleY(1.15) ;
  }
  65% {
    -o-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    -o-transform:  scaleX(1.00) scaleY(1.00) ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    -ms-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  35% {
    -ms-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  45% {
    -ms-transform:  scaleX(1.15) scaleY(1.15) ;
  }
  50% {
    -ms-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  55% {
    -ms-transform:  scaleX(1.15) scaleY(1.15) ;
  }
  65% {
    -ms-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    -ms-transform:  scaleX(1.00) scaleY(1.00) ;
  }
}

.badge_internet {
    background-color: #7373E9;
}

.badge_polecamy {
    background-color: orange;
}

.badge_roaming {
    background-color: #5894ED;
}

.badge_pakiet_srodki {
    background-color: #44B544;
}
.rwp-users-reviews-wrap, .rwp-header.rwp-no-image {
display:none;
}
#respond-wrap {
display:none;
}
.col_promocja {
color:#fff; /* łajt */
}

span.header_recommend {
    margin-bottom: 15px;
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    color: #444;
}

hr.separator_polecane {
    display: block;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: 0;
    border-top: 1px dashed #bbb;
}

/*.of_polecana.result-item {
    border-left: 3px solid #ea3556;

    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3dc4c9), to(#ea3556));
    background-image: -webkit-linear-gradient(right, #3dc4c9, #ea3556);

    background-image: -moz-linear-gradient(right, #3dc4c9, #ea3556),
                      -moz-linear-gradient(right, #3dc4c9, #ea3556);

    background-image: -o-linear-gradient(right, #3dc4c9, #ea3556),
                      -o-linear-gradient(right, #3dc4c9, #ea3556);

    background-image: linear-gradient(to left, #3dc4c9, #ea3556),
                      linear-gradient(to left, #3dc4c9, #ea3556);

    -moz-background-size: 3px 100%;
    background-size: 100% 3px;
    background-position: 100% 0, 0 100%;
    background-repeat: no-repeat;
    border-right: 3px solid #3dc4c9;
}*/

.of_polecana.result-item {
    border-left: 2px solid #3dc4c9;

    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ea3556), to(#3dc4c9));
    background-image: -webkit-linear-gradient(right, #ea3556, #3dc4c9);

    background-image: -moz-linear-gradient(right, #ea3556, #3dc4c9),
                      -moz-linear-gradient(right, #ea3556, #3dc4c9);

    background-image: -o-linear-gradient(right, #ea3556, #3dc4c9),
                      -o-linear-gradient(right, #ea3556, #3dc4c9);

    background-image: linear-gradient(to left, #ea3556, #3dc4c9),
                      linear-gradient(to left, #ea3556, #3dc4c9);

    -moz-background-size: 2px 100%;
    background-size: 100% 2px;
    background-position: 100% 0, 0 100%;
    background-repeat: no-repeat;
    border-right: 2px solid #ea3556;
}

.of_polecana.result-item .bottom_links {
    border-color: #ccc;
}

.of_polecana.result-item .bl_tab {
    border-right: 1px solid #CCC;
}

.of_polecana.result-item .tab_compare {
    border-right: 0;
}

.of_polecana .of_numer {
    display: none !important;
}

.of_polecana .badge_outer {
    top: -12px;
}

.of_polecana_tekst {
    margin-top: 2px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #EA3556;
    text-align: center;
    font-weight: 700;
}

.of_polecana.result-item {
    margin-bottom:0 !important;
}

.of_polecana h3.of_tytul, .of_tytul a {
    background-color: #F8FBFB;
}

.of_polecana .of_okres {
    background-color: #FBF7F9;
}

.of_polecana .tab_inner_details {
    margin-bottom: 3px;
    margin-top: 25px;
}

.tab_inner_details a,
.of_polecana .tab_inner_details a {
    color: #EA3556;
}

.tab_inner_details a:hover,
.of_polecana .tab_inner_details a:hover {
    text-decoration: underline;
}

.of_polecana .polecana_inner {
    background: -moz-linear-gradient(left, rgba(61,196,201,0.05) 0%, rgba(234,53,86,0.05) 100%);
    background: -webkit-linear-gradient(left, rgba(61,196,201,0.05) 0%,rgba(234,53,86,0.05) 100%);
    background: linear-gradient(to right, rgba(61,196,201,0.05) 0%,rgba(234,53,86,0.05) 100%);
    margin: -20px -10px -20px -10px;
    padding: 20px 10px 23px 10px;
}

.of_polecana.result-item {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.of_polecana .box_tel {
    margin-right: 6px;
}

/* PHONES PAGE - */

.page-template-page-telefony .actions-bar {
    background: #34BABF;
    padding-bottom: 35px;
}

.page-template-page-telefony input#tf_model {
    height: 39px;
    font-size: 14px;
    font-weight: 700;
}

#tf_model.form-control {
    border-width: 2px;
}

#tf_model.form-control:focus {
    border-color: #EA3556;
    -webkit-box-shadow: none !important;
    box-shadow: none;
    border-width: 2px;
}

.filter_offers {
    margin-top: 22px;
    text-transform: uppercase;
}

.filter_offers .checkbox {
    margin: 0;
}

.model_filter label {
    font-size: 16px !important;
}

.page-template-page-telefony #oph_pokaz {
    margin-top: 20px;
}

.page-template-page-telefony .btf_img img {
    max-width: 145%;
    margin-left: -20%;
}

.box_tf_int .btf_img img {
    max-width: 60%;
    margin: 0 auto;
}

.phone_big_img {
    margin: 0 auto;
    max-width: 260px;
}

.page-template-page-telefony h2 {
    font-size: 13px;
    text-align: center;
    font-weight: 700;
    margin-top: 0px;
    min-height: 36px;
    line-height: 18px;
}

.page-template-page-telefon-details h2 {
    font-size: 16px;
    font-weight: 700;
}

.page-template-page-telefony .check_lacza {
    margin-top: 15px;
}

.page-template-page-telefony .check_lacza .checkbox {
    display: inline-block;
    margin-top: 0;
}

.page-template-page-telefony input[type="radio"], input[type="checkbox"] {
    margin: 5px 0 0;
}

.page-template-page-telefony .check_lacza .checkbox label,
.page-template-page-telefony .actions-bar label {
    color: #fff;
    text-shadow: 0px 1px 0px #34A9AD;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 3px;
}

.box_tf .btf_params li i {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}

.box_tf ul.btf_params {
    min-height: 128px;
}

.box_tf .btf_params li {
    font-size: 11px;
}

.box_tf .btf_params li:first-child {
   line-height: 1.31em;
}

.page-template-page-telefony ul.btf_params {
    margin-left: 0;
}

.box_tf .btf_inner {
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    margin-left: -5px;
    margin-right: -5px;
    min-height: 322px;
}

.box_tf .btf_price {
    min-height: 60px;
}

.page-template-page-telefony .btn_malina, .page-template-page-telefony .btn_turkus_grad {
    font-size: 12px;
}

.page-template-page-telefony span.oph_cena,
.page-template-page-telefony .off_price,
.page-template-page-telefon-details span.oph_cena,
.page-template-page-telefon-details .off_price,
.page-template-page-telefony .off_price_shop,
.page-template-page-telefon-details .off_price_shop {
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
    text-align: center;
}

.page-template-page-telefony span.oph_cena strong,
.page-template-page-telefon-details span.oph_cena strong {
    font-size: 16px;
    color: #E03151;
    display: inline-block;
}

.page-template-page-telefony .off_price span,
.page-template-page-telefon-details .off_price span {
    font-size: 16px;
    font-weight: 700;
    color: #E03151;
    margin-top: 0;
}

.page-template-page-telefony .off_price_shop strong,
.page-template-page-telefon-details .off_price_shop strong,
.page-template-page-telefony .off_price strong {
    font-size: 16px;
}

.page-template-page-telefony .porownaj_txt_phones,
.page-template-page-telefon-details .porownaj_txt_phones {
    font-weight: 700;
}

.page-template-page-telefony .btf_img,
.page-template-page-telefon-details .btf_img {
    margin-bottom: 20px;
}

.page-template-page-telefony .porownaj_txt.compare_link, .page-template-page-telefony .porownaj_ilosc, .page-template-page-telefony .porownaj_txt {
    font-size: 13px;
}

.page-template-page-telefony .checkbox-transp,
.page-template-page-telefon-details .checkbox-transp {
    margin-top: 0;
}

.page-template-page-telefony .checkbox-transp {
    margin-top: 3px;
}

.box_tf hr {
    margin-top: 0;
    margin-bottom: 5px;
}

.page-template-page-telefony .actions-bar .noUi-background {
    background: #FFF;
    -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.15) !important;
    -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.15) !important;
}

.page-template-page-telefony .suwak_wartosc {
    background: rgba(0, 0, 0, 0);
    border: 0;
    float: right;
    width: 95px;
    text-align: right;
    color: #fff;
    font-weight: 900;
    text-shadow: none;
    font-size: 18px;
}

.page-template-page-telefony .suwak_inner {
    margin-top: 10px;
    background: rgba(255, 255, 255, 0.7) !important;
}

.page-template-page-telefony .kol_oph_cenat.slChanged .suwak_inner,
.page-template-page-telefony .kol_oph_ekran.slChanged .suwak_inner,
.page-template-page-telefony .kol_oph_pamiec.slChanged .suwak_inner {
    background: #FFF !important;
}

.page-template-page-telefony .suwak_ekran_sep {
    float: right;
    display: block;
    color: #fff;
}

.page-template-page-telefony .suwak_cenat_sep {
    float: right;
    display: block;
    color: #fff;
    margin-top: 3px;
    margin-left: 3px;
}

.page-template-page-telefony #sl_ekran_val_od {
    float: right;
    text-align: left;
}

.page-template-page-telefony #sl_ekran_val_od, .page-template-page-telefony #sl_ekran_val_do {
    width: 45px;
}

.page-template-page-telefony a#oph_wyczysc {
    display: block;
    position: absolute;
    top: 60px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(255, 255, 255, 0.75);
    padding: 0px 8px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 20px;
    right: 15px;
}

.page-template-page-telefony a#oph_wyczysc:hover {
    border-color: #fff;
    color: #fff;
}

.box_tf .tooltip-inner {
    min-width: auto;
    padding: 10px 10px;
    color: #ddd;
    text-align: center;
}

.kol_oph_pamiec, .kol_oph_ekran, .kol_oph_cenat, .kol_oph_selects {
    margin-top: 20px;
}

.kol_oph_ekran {
    margin-bottom: 15px;
}

.page-template-page-telefony .kol_oph_model input {
    height: 39px;
}

.page-template-page-telefony .kol_oph_model input:focus {
    border: 1px solid #fff;
}

.page-template-page-telefony .kol_oph_cenat input {
    width: 60px;
}

.page-template-page-telefony .kol_oph_model input.form-control {
    color: #999;
    font-size: 13px;
}


/* TELEFONY SZCZEGOLY */
.page-template-page-telefon-details #content {
    background-color: #fff;
}

.page-template-page-telefon-details ul.btf_params.list-unstyled {
    margin-left: 0;
}

.page-template-page-telefon-details .oph_dostepny_naglowek,
.page-template-page-telefon-details .oph_header_inne {
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
    font-size: 16px;
    color: #444;
}

.page-template-page-telefon-details .oph_shop_price {
    line-height: 33px;
}

.page-template-page-telefon-details .oph_shop_price strong {
    font-size: 26px;
    color: #555;
    margin-left: 5px;
}

.page-template-page-telefon-details .btf_params .row {
    margin-bottom: 10px;
}

.page-template-page-telefon-details .box_tf h2 {
    font-size: 13px;
    text-align: center;
    font-weight: 700;
    margin-top: 0px;
    min-height: 36px;
    line-height: 18px;
}

.page-template-page-telefon-details .page-header {
    min-height: 150px;
}

.page-template-page-telefon-details .header_content {
    top: 61px;
}

/* TABELKA SZCZEGOLY */
.page-template-page-telefon-details table.oph_tel_dostepny {
    width: 100%;
}

.page-template-page-telefon-details td {
    border: 1px solid #e5e5e5;
    text-align: center;
    min-height: 45px;
    font-size: 12px;
    line-height: 18px;
    padding: 0 5px;
}

.page-template-page-telefon-details td a, .page-template-page-telefon-details .btf_params i {
    color: #EA3556;
}

.page-template-page-telefon-details td a.btn_malina, .page-template-page-telefon-details td a.btn_malina:hover {
    color: #fff;
}

.page-template-page-telefon-details td a:hover {
    color: #EA3556;
    text-decoration: underline;
}

.page-template-page-telefon-details td.oph_offers_price {
    font-weight: 700;
}

.page-template-page-telefon-details td img {
    margin: 0 auto;
    width: 50%;
}

.page-template-page-telefon-details th {
    border: 2px solid #C5c5c5;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    background: #C5c5c5;
    color: #656565;
    padding: 5px 0;
}

.page-template-page-telefon-details tr:nth-child(2n) td {
    background: #f5f5f5;
}

.page-template-page-telefon-details td.oph_offers_price {
    min-width: 70px;
}

.page-template-page-telefon-details td .btn {
    font-size: 9px;
    margin: 10px;
    padding: 4px 5px;
}

/* OCENY UZYTKOWNIKOW */
span.rwp-review-title {
    font-weight: 700;
    border-bottom: 2px solid #EEE;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 18px;
}

span.rwp-review-title span {
    color: #EA3556;
}

/* TAG LISTING */
body.archive.tag {
    background: #eee;
}

.archive.tag .post-actions {
    display: none;
}

.archive.tag .post-title a {
    font-weight: 700;
    font-size: 20px;
}

.archive.tag .post-title a:hover {
    color: #EA3556;
}

.archive.tag .post-meta a {
    color: #EA3556;
    font-size: 12px;
}

.archive.tag .post-meta a:hover {
    text-decoration: underline;
}

.of_parametry {
    min-height: 56px;
}

.of_parametry.no_nolimit {
    padding-top: 10px;
}

.promo_link_tekst  {
    font-weight:700;
}

.postid-3147 .post-content table {
    margin-top: 20px;
    background: rgba(52, 208, 213, 0.15);
    border: 2px solid rgba(52, 208, 213, 0.25) !important;
}

.postid-3147 .post-content table .btn-primary {
    background-color: #EA3556;
    box-shadow: 1px 1px 0px #C62C48;
}

.postid-3147 .post-content table .btn-primary:hover {
    background: #FF4567;
    opacity: 0.9;
}

.postid-3147 .post-content table p {
    margin-top: 10px;
}

.postid-3147 .post-content table strong {
    color: #EA3556;
    font-size: 16px;
}

/* Load more offers button */
.load_next_container {
    text-align: center;
}

.load_next_page, .load_next_page_oph {
    background: #34BABF;
    border: 1px solid #34BABF;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    width: 50%;
    font-weight: 700;
    font-family: 'Open Sans';
    border-radius: 0;
    margin: 25px 0 50px 0;;
}

.load_next_page:hover, .load_next_page_oph:hover {
    background: #2F989C;
    border: 1px solid #34BABF;
    color: #fff;
}

.la-ball-clip-rotate {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.other_offers_head {
    margin-top: 60px;
    margin-bottom: 25px;
    border-bottom: 1px solid #C2C2C2;
    padding-bottom: 10px;
}

.thumbnail.ph_thumb {
    min-height: 100px;
    max-width:120px;
    float:left;
    margin:10px;
    padding-bottom: 10px;
}

.thumbnail.ph_thumb.active {
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.8);
}

.suwak_kontener label, .suwak_kontener .suwak_wartosc {
    display: none;
}

.tag_link {
    background: rgba(0, 0, 0, 0);
    padding: 0px 10px;
    border: 1px solid #999;
    color: #666;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 10px;
}

.tag_link:hover, .tag_link.active {
    background: #EA3556;
    color: #fff;
    border-color: #EA3556;
}

/* NEW HOMPAGE 2016 */
.page-template-kom_homepage .content {
    background: #eee;
}

.hero_wrapper {
    padding: 40px 0 40px;
}

.hero_homepage .container {
    position: relative;
    z-index: 12;
}

.hp_bg {
    background: url(../images/grid-bg.jpg) no-repeat;
    /*height: 430px;*/
    height: auto;
    background-size: cover;
    position: relative;
}

.hp_bg:before {
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: #FFF;
    opacity: 0.3;
}

.hp_bg:after {
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAALElEQVQIW3XLyQkAAAgDwaT/ohUFxXO/wxJ/wscEAC90sGliwsQGFRcEnmCov04HB6JhP6YAAAAASUVORK5CYII=);
    opacity: 0.1;
}

.hp_box {
    background: #fff;
    padding: 15px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.30);
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

.hp_box:hover {
    background: #D7F3F4;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hp_box:hover .img_abo,
.hp_box:hover .img_karta,
.hp_box:hover .img_mix,
.hp_box:hover .img_firma {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: all 0.2s ease;
}

.hp_box .btn {
    font-size: 12px;
}

.hpb_abo,
.hpb_kar {
    margin-bottom: 14px;
}

.hpb_abo,
.hpb_mix {
    padding-right: 7px;
}

.hpb_kar,
.hpb_firm {
    padding-right: 7px;
}

.hpb_kar,
.hpb_firm,
.hpb_compare {
    padding-left: 7px;
}

.hp_box_title {
    font-size: 22px;
    margin-bottom: 8px;
    line-height: 24px;
}

.hp_box_subtitle {
    margin-bottom: 38px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-size: 14px;
}

.box_link_img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.hp_box_content {
    position: relative;
    z-index:3;
    pointer-events: none;
}

.hp_box_content .btn_malina {
    pointer-events: auto;
}

.img_abo {
    position: relative;
    top: 20px;
    right: 10px;
    transition: all 0.2s ease;
}

.img_karta {
    position: relative;
    top: 50px;
    right: 10px;
    transition: all 0.2s ease;
}

.img_mix {
    position: relative;
    top: 45px;
    right: 15px;
    transition: all 0.2s ease;
}

.img_firma {
    position: relative;
    top: 27px;
    right: 10px;
    transition: all 0.2s ease;
}

.hp_ptel {
    position: absolute;
    top: -124px;
    left: -5px;
    z-index: 2;
}

.hp_ptel img {
    width: 230px;
}

/* eyes easter egg */
.eye_left {
    position: absolute;
    bottom: 50px;
    left: 93px;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background: #333;
    transition: all 0.25s ease;
}
.eye_left:before {
    content: '';
    background: #fff;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    left: 4px;
    top: 0px;
}

.eye_right {
    position: absolute;
    bottom: 50px;
    right: 96px;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background: #333;
    transition: all 0.25s ease;

}
.eye_right:before {
    content: '';
    background: #fff;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    left: 4px;
    top: 0px;
}

.hpb_compare:hover .eye_left {
    -ms-transform: translate(4px,6px);
    -webkit-transform: translate(4px,6px);
    transform: translate(4px,6px);
    transition: all 0.25s ease;
}

.hpb_compare:hover .eye_right {
    -ms-transform: translate(-2px,6px);
    -webkit-transform: translate(-2px,6px);
    transform: translate(-2px,6px);
    transition: all 0.25s ease;
}

/* Wersja dzialajaca */
.hp_comp {
    background-image: url('../images/comp_frame.png');
    position: absolute;
    top: 0;
    right: 0;
    width: 1140px;
    height: 350px;
}

.hp_comp_outer {
    position: relative;
    width: 100%;
    min-height: 348px;
    overflow: hidden;
    padding: 15px 15px 13px 15px;
    -webkit-box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.3);
    box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.3);
}

/*.hp_comp_outer:hover .hp_comp_btn {
    bottom: -5px;
    transition: all 0.2s ease;
}*/

.hp_comp_outer .btn {
    position: absolute;;
    z-index: 99;
    padding-top: 15px;
    padding-bottom: 15px;
    bottom: 15px;
    width: 88%;
}

.hp_comp_outer hr {
    margin-top: 10px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 9;
}

.hp_comp_outer .hp_comp_title {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    color: #fff;
    position: relative;
    z-index: 9;
}

.hp_comp_outer p {
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 0;
    position: relative;
    z-index: 9;
}

.hp_comp_btn {
    opacity: 0.2;
    position: relative;;
    bottom: -20px;
    left: 13px;
    z-index: 9;
    transition: all 0.2s ease;
}

.hp_comp_btn img {
    width: 202px;
}

/* PROMO */
.box_prom img {
    width: 100%;
}

.box_prom .promo_title h3 {
    font-weight: 700;
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
    margin-top: 10px;
    display: block;
    line-height: 1.4em;
}

.box_prom .promo_title h3:hover,
.box_poradnik .por_title h3:hover {
    color: #EA3556;
}

.box_poradnik .por_title h3 {
    font-weight: 700;
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
    display: block;
    line-height: 1.4em;
}

.box_poradnik p,
.box_prom p {
    font-size: 12px;
    line-height: 18px;
}

.section_header {
    border-bottom: 3px solid #34BABF;
    line-height: 5px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.section_header span {
    background: #eee;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #34BABF;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

/* Section About */

.section_about {
    margin-top: 60px;
}

.section_about img {
    width: 100%;
}

.section_about .about_title {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 15px;
    color: #333;
}

.section_about .about_box {
    margin-bottom: 20px;
}

.section_about .about_box i {
    float: left;
    display: block;
    position: absolute;
    font-size: 30px;
    color: #ea3556;
}

.section_about .about_text {
    padding-left: 50px;
    font-size: 13px;
    line-height: 20px;
}

.page-template-kom_homepage .make-slider {
    margin-top: 50px;
}

.box_graph_head_move h2 {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
    color: #34BABF;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

.box_graph_head_rank h2 {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom:15px;
    text-align: center;
    color: #34BABF;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

/* Oferta nowe ikonki taby */
.bottom_icons {
    position: absolute;
    bottom: -35px;
    left: 23px;
    min-width: 104px;
}

.bottom_icons a {
    background: rgba(50, 158, 163, 0);
    color: #34BABF;
    padding: 3px;
    margin-right: 2px;
    border: 1px solid #34BABF;
}

.bottom_icons a.no_phone {
    border: 1px solid #aaa;
}

.bottom_icons a:hover,
.bottom_icons a.active {
    background: #329EA3;
    color: #fff;
    border: 1px solid #329EA3;
}

.bottom_icons .icon-sim {
    color: #aaa;
}

.bottom_icons .icon-sim:hover {
    color: #fff;
}

.bottom_icons a i {
    font-size: 15px;
}

.bottom_icons .popover {
    background: #777;
    border-color: #777;
}

.bottom_icons .popover .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #777;
    border-left-width: 0;
}

.bottom_icons .popover .popover-content {
    text-align: center;
    background: #777;
    color: #fff;
    font-family: 'Open Sans';
}

.bottom_icons .popover-content .porownaj_txt {
    margin-left: 10px;
}

.bottom_icons .tooltip-inner {
    padding: 6px 10px;
    min-width: auto;
    width: auto;
    max-width: none;
    text-align: center;

}


/* Nowy badge promocja */
.badge_outer {
    width: inherit;
}

.flag_promo_cont {
    background: #EA3556;
    font-size: 8px;
    padding: 2px 3px;
    color: #fff !important;
    letter-spacing: 1px;
    position: relative;
}

.flag_promo_cont:hover {
    color: #fff;
}

.flag_promo_cont:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 0 7px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #b0233d;
    top: 0px;
    right: -7px;
    -webkit-transform: rotate(360deg);
}

.result-item .col-xxs-12,
.result-item.of_polecana .col-xxs-12 {
    text-align: center;
}

/* OPINIE */
.opinion_box {
    margin-bottom: 25px;
}

.opinion_box .op_logo {
    text-align: center;
}

.opinion_box .op_logo img {
    width: 110px;
}

.opinion_box .op_title h2 {
    margin: 0;
}

.opinion_box .op_title h2 a {
    color: #333;
    font-size: 20px;
    font-weight: 700;
}

.opinion_box .op_rating {
    text-align: center;
}

.opinion_box .op_rating span {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    line-height: 23px;
    position: relative;
    bottom: 6px;
    margin-right: 5px;
}

.opinion_box i.rate-empty,
.opinion_box i.rate-half,
.opinion_box i.rate-full {
    display: inline-block;
    width: 35px;
    height: 35px;
    top: 3px;
    position: relative;
}

.opinion_box i.rate-empty {
    background-image: url(../images/custom-star-rating/rating-empty.png);
}

.opinion_box i.rate-half {
    background-image: url(../images/custom-star-rating/rating-half.png);
}

.opinion_box i.rate-full {
    background-image: url(../images/custom-star-rating/rating-full.png);
}

.widget.sidebar-widget {
    background: #fff;
    padding: 18px 18px 5px 18px;
    -webkit-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.3);
}

#text-8.widget.sidebar-widget {
    padding-bottom: 15px;
}
/* Widgety banery - oferty i przeniesienie */
#text-10,
#text-11 {
    padding: 0;
}

.widget.sidebar-widget.widget_imic_related_posts {
    padding: 0;
    box-shadow: none;
    margin-bottom: 0;
}


/* RESPONSIVE STYLES */
@media all and (max-width: 1200px) {

}

@media all and (min-width: 993px) and (max-width: 1200px) {

    .header_lead h1 {
        font-size: 28px;
    }

    .pan_telefon {
        top: -132px;
        right: 0px;
    }

    .telefon_chmura {
        top: -146px;
        right: 165px;
    }

    .pan_telefon img, .telefon_chmura img {
        width: 70%;
    }

    .btn_filter_outer label {
        line-height: 15px;
        margin-top: 3px;
    }

    a.btn_malina {
        font-size: 12px;
    }

    .of_parametr {
        font-size: 18px;
    }

    .header-v2 .topnav > ul > li > a {
        font-size: 11px;
    }

    .main-navigation .icon-compare3, .main-navigation .icon-antenna, .main-navigation .icon-phone4, .main-navigation .icon-chat1, .main-navigation .icon-book1, .main-navigation .icon-mail, .main-navigation .icon-discount, .main-navigation .icon-search, .main-navigation .icon-search-1 {
        font-size: 22px;
    }

    .header-v2 .topnav > ul > li {
        margin-left: 20px;
    }

    li.menu-item-phone-search {
        border-left: 1px solid #E5E5E5;
        padding-left: 15px;
    }

    .page-template-page-telefony a#oph_wyczysc {
        top: 70px;
        right: 15px;
    }

    .main-navigation .icon-search-1 {
        font-size: 16px;
    }

    .side_art_title {
        font-size: 11px;
    }

    a.side_art_read_more {
        float: right;
        position: relative;
        right: 15px;
        font-size: 9px;
    }

    /* NEW HOMEPAGE */
    .hpb_kar .hp_box_title {
        min-height: 48px;
    }

    .hp_box_subtitle {
        margin-bottom: 15px;
    }

    .hp_comp {
        height: 372px;
    }

    .hp_comp_outer {
        min-height: 372px;
    }

    .hp_comp_outer .btn {
        bottom: 15px;
    }

    .hp_comp_btn {
        left: 0;
        bottom: -40px;
    }

    .img_abo {
        top: 75px;
        right: 10px;
    }

    .img_karta {
        top: 95px;
        right: 10px;
    }

    .img_mix {
        top: 73px;
        right: 15px;
    }

    .img_firma {
        top: 51px;
        right: 10px;
    }

    .hp_ptel img {
        width: 175px;
    }

    .hp_ptel {
        top: -94px;
    }
}


@media all and (max-width: 992px) {

    .pan_telefon, .telefon_chmura {
        display: none;
    }

    .pan_telefon_przyjaciele {
        display: none;
    }

    .radio.radio-malina {
        display: inline-block;
        margin-right: 10px;
    }

    .filter_separator {
        border: 0;
    }

    .btn_filter_outer:last-child {
        padding-right: 0;
        padding-left: 15px;
    }

    .header-v2 #menu-toggle {
        margin-top: 24px;
        margin-right: 10px;
    }

    .menu_icon {
        display: none;
    }

    .header-v2 .topnav > ul > li > a {
        font-size: 14px;
        text-align: center;
    }

    .header-v2 .topnav > ul > li {
        margin-left: 0;
    }

    .text-align-center.error-404 {
        border-right: 0;
    }

    .header-v2 .sticky-header .share_mobile {
        margin-top: 11px;
    }

    .page-template-page-telefony .suwak_inner {
        margin-top: 10px;
    }

    #oph_pokaz {
        margin-top: 10px;
    }

    .btf_cena a.btn {
        margin-top: 0;
    }

    .page-template-page-telefony .btf_img img {
        max-width: 60%;
        margin: 0 auto;
    }

    .kol_oph_pamiec, .kol_oph_ekran, .kol_oph_system, .kol_oph_producent {
        margin-bottom: 15px;
    }

    .page-template-page-telefony h3 {
        font-size: 16px;
    }

    .page-template-page-telefony a#oph_wyczysc {
        top: 60px;
        right: 15px;
    }

    .single-post {
        padding: 0;
    }

    /* NEW HOMEPAGE */
    .hp_ptel {
        display: none;
    }

    .hp_comp {
        margin-top: 15px;
    }

    .hpb_compare {
        padding-left: 15px;
    }

    .hp_box_subtitle {
        min-height: 57px;
    }

    .hpb_kar, .hpb_firm {
        padding-right: 15px;
    }

    .img_abo {
        top: 75px;
        right: 10px;
    }

    .img_karta {
        top: 95px;
        right: 10px;
    }

    .img_mix {
        top: 95px;
        right: 15px;
    }

    .img_firma {
        top: 73px;
        right: 10px;
    }

    .hp_comp_btn {
        left: 0;
        bottom: -66px;
    }

    .hp_comp_btn img {
        margin: 0 auto;
    }

    .box_graph_head_rank {
        margin-top: 20px;
    }

    .hp_comp_outer .btn {
        position: absolute;
        bottom: 20px;
        width: 96%;
    }

    .hp_comp_outer .hp_comp_title {
        margin-top: 20px;
    }

    .hp_comp_outer {
        -webkit-box-shadow: -15px 10px 22px rgba(0, 0, 0, 0.3);
        box-shadow: -15px 10px 22px rgba(0, 0, 0, 0.3);
    }

    /* OPINIE */
    .opinion_box .op_logo {
        margin-bottom: 25px;
    }

    .opinion_box .op_title {
        text-align: center;
    }

}


@media all and (min-width: 768px) and (max-width: 992px) {

    .header_lead {
        margin-top: 20px;
    }

    .col_suwaki {
        padding-left: 15px;
    }

    a.btn_malina {
        font-size: 12px;
    }

    #redirect-bg-top {
        height: 20%;
    }

    h1 {
        font-size: 30px;
    }

    .header_content {
        top: 52px;
    }
}


@media all and (max-width: 767px) {

    /*.col_suwaki {
        padding-left: 15px;
    }*/

    /*.btf_cena a.btn {
        margin-top: 0;
    }*/

    #redirect-bg-top {
        height: 0%;
        position: relative;
        top: 0;
        bottom: auto;
    }

    .pt-contener img {
        top: 0;
        position: relative;
    }

    .header_lead {
        margin-top: 20px;
    }

    .bottom_links {
        font-size: 10px;
    }

    a.btn_malina {
        font-size: 11px;
    }

    .col-xxs-12 {
        width: 100%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }

    a.btn_malina, span.btn_malina {
        width: 80%;
        display: inline-block;
        position: relative;
        margin-top: 10px;
    }

    .bottom_icons {
        bottom: -125px;
        z-index: 99999;
    }

    .of_okres {
        font-size: 10px;
    }

    .bl_tab {
        padding: 2px 0;
        border: 0;
    }

    .tab_tel {
        border-right: 0;
        border-bottom: 1px solid #eee;
    }

    .tab_tel a {
        padding-bottom: 1px;
    }

    .tab_notel {
        border-color: #eee;
        border-width: 0px 0px 1px 0px;
        border-style: solid;
        padding: 1px 0px 2px 0px;
    }

    .tab_det {
        border-color: #EEEEEE;
        border-width: 0px 0px 1px 0px;
        border-style: solid;
    }

    .tab_start {
        border-color: #EEEEEE;
        border-width: 0 0px 1px 0;
        border-style: solid;
    }

    .col-logo {
        margin-bottom: 5px;
    }

    .of_logo {
        width: 20%;
    }

    .col-logo {
        margin-top: 0;
    }

    .header-v2 #menu-toggle {
        margin-top: 15px;
        margin-right: 5px;
    }

    #menu-toggle {
        font-size: 26px;
    }

    .cont_inner {
        display: block;
    }

    .noUi-horizontal .noUi-handle {
        width: 30px;
        height: 30px;
        top: -13px;
    }

    .noUi-handle:after, .noUi-handle:before {
        left: 6px;
        top: 1px;
    }

    .header_content {
        top: 37px;
    }

    .page-header h1.page-title {
        padding-bottom: 5px;
    }

    .post-actions {
        bottom: -27px;
    }

    .header-v2 .share_mobile {
        margin-top: 11px;
    }

    .op_www {
        display: none;
    }

    .result-item div.bottom_links {
        padding-left: 0;
        padding-right: 0;
    }

    .thumbnail {
        min-height: 130px;
        height: auto;
    }

    .panel-body {
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
    }

    .ikona_panel {
        font-size: 30px;
        color: #FFF;
        height: 57px;
        width: 57px;
        line-height: 57px;
    }

    .page-template-page-telefon-details img.img-responsive {
        margin: 0 auto;
    }

    .header_content .post-actions {
        bottom: -25px;
        display: none;
    }

    .page-header h1.page-title {
        border-bottom: 0;
    }

    .single-operator .header_content, .single-promocja .header_content, .category .header_content {
        top: 26px;
    }

    .noUi-horizontal.noUi-extended {
        padding-right: 29px;
    }

    .noUi-horizontal.noUi-extended .noUi-handle {
        left: -1px;
    }

    .noUi-horizontal.noUi-extended .noUi-origin  {
        right: -29px;
    }

    .pan_telefon_brak_ofert img {
        display: none;
    }

    .result-item .col-xxs-12,
    .result-item.of_polecana .col-xxs-12 {
        text-align: right;
    }

    .single-post {
        padding: 0;
    }

    /* NEW HOMEPAGE */
    .img_abo {
        position: absolute;
        top: 15px;
        right: 45px;
    }

    .img_karta {
        position: absolute;
        top: 30px;
        right: 40px;
    }

    .img_mix {
        position: absolute;
        top: 22px;
        right: 35px;
    }

    .img_firma {
        position: absolute;
        top: 12px;
        right: 30px;
    }

    .img_firma img {
        width: 80%;
    }

    .hp_box_subtitle {
        margin-bottom: 20px;
        border: 0;
    }

    .hpb_kar, .hpb_firm, .hpb_compare, .hpb_kar, .hpb_firm {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hpb_abo, .hpb_kar, .hpb_mix, .hpb_firm {
        margin-bottom: 14px;
    }

    .hpb_abo, .hpb_mix {
        padding-right: 15px;
    }

    .hp_box .btn {
        z-index: 9;
    }

    .hp_comp_btn {
        left: 0;
    }

    .hp_comp_btn img {
        margin: 0 auto;
    }

    .latest_thumb {
        text-align: center;
    }

    .latest_thumb img {
        width: 100%;
    }

    .box_poradnik {
        margin-bottom: 20px;
    }

    .box_graph_head_move h2 {
        margin-top: 15px;
    }

    .box_graph_head_rank h2 {
        margin-top: 15px;
    }

    /* OPINIE */
    .opinion_box .op_title,
    .opinion_box .op_rating {
        margin-bottom: 25px;
    }

}

@media only screen and (max-width: 767px) {

    .page-header {
        min-height: 115px;
    }
}



@media all and (max-width: 600px) {

    .col-xxs-12 {
        width: 100%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }

    h3 {
        font-size: 20px;
    }

    .of_okres {
        font-size: 10px;
    }

    .of_cena_col span.val_line2, .of_pakiet_col span.val_line2, .of_par_col span.val_line2 {
        font-size: 10px;
    }

    .of_parametr, .of_parametr.of_cena_pakiet {
        font-size: 14px;
    }

    .kontener_pakiety {
    line-height:1.4em;
    }

    /*.tab_info i, .tab_tel i {
        display: none;
    }*/

    .box_tel {
        width: 106px;
    }

    .of_parametry {
        margin-top: 5px;
    }

    .header_lead h1 {
        font-size: 24px;
        margin-bottom: 20px;
        line-height: 30px;
    }

    .tab_inner {
        padding: 10px 15px 10px 15px;
        width: 50%;
        display: block;
        position: relative;
        float: left;
        text-align: center;
        line-height: 24px;
    }

    .filtry_tabs {
        position: relative;
        padding: 0;
        display: block;
    }

    .filtry_tabs .icon-calendar1, .filtry_tabs .icon-sim, .filtry_tabs .icon-tie1, .filtry_tabs .icon-compare2 {
        font-size: 14px;
    }

    span.val_line2_short {
        display: block;
    }

    .kontener_pakiety span.val_line2 {
        display: none;
    }

    .page-template-page-telefony .btf_img img {
        max-width: 70%;
        margin: 0 auto;
    }

    a.btn_malina, span.btn_malina {
        width: 70%;
    }

    /* NEW HOMEPAGE */
    .hp_comp_outer .btn {
        width: 94%;
    }

}


@media all and (max-height: 700px) {

    #redirect-bg-top {
        height: 0%;
    }
}

@media all and (max-width: 500px) {

    .filtry_tabs .icon-calendar1, .filtry_tabs .icon-sim, .filtry_tabs .icon-tie1, .filtry_tabs .icon-compare2 {
        display: none;
    }

    .error404 .content {
        padding-bottom: 0;
    }

    .error404 .cont_inner {
        margin-top: 30px;
    }

    .share_mobile span {
        display: none;
    }

    .share_mobile .btn_sh_mobile {
        width: 25px;
        height: 25px;
        margin-right: 5px;
        font-size: 12px;
    }

    .share_mobile {
        margin-right: 10px;
    }

    .header-v2 .share_mobile {
        margin-top: 15px;
    }

    .page-template-page-telefony .btf_img img {
        max-width: 75%;
        margin: 0 auto;
    }

    a.btn_malina, span.btn_malina {
        width: 60%;
    }
}

@media all and (max-width: 450px) {

    .btn_filter_outer label {
        line-height: 15px;
        margin-top: 3px;
    }

    .box_tel {
        width: 47%;
    }

    /* NEW HOMEPAGE */
    .hp_box img {
        display: none;
    }

    .hp_box_subtitle {
        min-height: 40px;
    }

    /* NEW HOMEPAGE */
    .hp_comp_outer .btn {
        width: 92%;
    }
}


@media all and (max-width: 380px) {

    .carrier_list li {
        margin-right: 6px;
    }

    a.btn_malina, span.btn_malina {
        width: 50%;
    }
}


@media all and (max-width: 340px) {

}
