/*COLOR
	main font: #373a3b
	another font:#999999
	menu backround: #373a3b
	page background: #f5f5f5
	buttons login, buy-now: #1d8995
	buttons login, buy-now HOVER: #197575
	buttons read-more: #424242
	buttons read-more HOVER: #1d8995
*/
/* GENERAL STYLES */
* {
    font-family: 'Lato', sans-serif;
    color: #373a3b;
    text-align: left;
    font-weight: 300;
    line-height: 160%;;
    font-size: 14px;
    box-sizing: border-box;
}

h1 {
    font-size: 2.0em;
    font-weight: 600;
}

h2 {
    font-size: 1.3em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h2, h3, h4 {
    margin: 0 0 5px 0;
    color: #444444;
    font-weight: 400;
}

strong {
    font-weight: 400;
}

a {
    text-decoration: none;
    color: #1d8995;
    cursor: pointer
}

a:hover {
    text-decoration: none;
    color: #333333;
}

a h2 {
    color: #1d8995;
}

p {
    margin-bottom: 9px;
}

hr {
    border: none;
    height: 1px;
    background: #ccc;
    margin: 30px 0px 30px 0px;
    opacity: 0.7;
}

.center {
    text-align: center !important;
}

.underline {
    text-decoration: underline !important;
}

.clear {
    clear: both;
}

.fright {
    float: right;
}

.fleft {
    float: left;
}

.title {
    margin-top: 20px;
    padding: 10px 10px 0px 10px;
}

.title-subpage {
    margin-top: 5px;
    padding: 0px 10px 0px 10px;
    color: #1d8995;
}

.subtitle {
    margin: 0 0 25px 0;
    font-size: 1.3em;
}

.error {
    color: red;
    font-size: 0.8em;
    font-weight: 700;
    display: block;
}

.desktop {
    display: inline;
}

.mobile {
    display: none;
}

/* BUTTONS */
button {
    border: none;
    cursor: pointer;
}

.button {
    display: inline-block;
    text-align: center;
    color: white;
    padding: 15px 20px;
}

.button-grey {
    background: #424242;
}

.button-grey:hover {
    background: #1d8995;
    transition: 0.3s;
    text-decoration: none;
    color: white;
}

.button-felieton {
    background: #424242;
    color: #1d8995;
    font-weight: 600
}

.button-felieton:hover {
    background: white;
    transition: 0.3s;
    text-decoration: none;
    color: #1d8995;
}

.button-teal {
    background: #1d8995;
}

.button-teal:hover {
    background: #424242;
    transition: 0.3s;
    text-decoration: none;
    color: white;
}

.button-white {
    background: white !important;
    padding: 8px 12px !important;
    color: #1d8995 !important;
    font-weight: 400 !important;
    cursor: pointer;
    border: none;
}

.button-white:hover {
    background: #424242 !important;
    transition: 0.3s;
    text-decoration: none;
    color: white !important;
}

.button-facebook {
    background: #3b5998 !important;
    color: white;
    border: none;
    cursor: pointer;
    padding: 8px 12px !important;
    font-weight: 700;
    vertical-align: middle;
    width: 90%;
    font-size: 0.85em;
}

.button-facebook:hover {
    background: #424242 !important;
    transition: 0.3s;
    text-decoration: none;
    color: white !important;
}

.button-white-register {
    background: white !important;
    padding: 8px 12px !important;
    color: #1d8995 !important;
    font-weight: 700;
    font-size: 0.85em;
    cursor: pointer;
    border: none;
    width: 90%;
}

.button-white-register:hover {
    background: #424242 !important;
    transition: 0.3s;
    text-decoration: none;
    color: white !important;
}

.thanks h2, .thanks h1 {
}

/* FORM */

.form {
    color: #999999;
}

.form input[type=text],
.form input[type=password],
.form input[type=email] {
    width: 80%;
    padding: 4px 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    border: solid 1px #ddd;
}

.form textarea {
    width: 80%;
    padding: 4px 10px;
    height: 65px;
    resize: vertical;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.form select {
    width: 83.5%;
    height: 35px;
    margin-bottom: 5px;
    border: solid #ddd 1px;
    background-color: white !important;
}

.form .label {
    text-align: right;
    font-weight: 700;
    padding-top: 5px;
}

/* MESSAGE SUCCESS */
#message-success {
    position: fixed;
    width: 100%;
    text-align: center;
    padding: 2% 0%;
    z-index: 99999;
    background-color: #1d8995;
    font-size: 1.4em;
    color: white;
    opacity: 0.9;
    display: none;
}

/* BUY NOW */
.buy-now {
    position: fixed;
    top: 300px;
    right: 0%;
    background-color: #1d8995;
    padding: 10px;
    z-index: 100;
    transition: 0.3s;
    text-align: center;
    font-weight: 700;
    font-size: 1em;
    opacity: 0.8;
}

.buy-now a {
    color: white;
    font-weight: 700;
}

.buy-now img {
    width: 35px;
}

.buy-now:hover {
    background-color: #197575;
    transition: 0.3s;
}

.buy-now-mobile {
    position: fixed;
    bottom: 0;
    background-color: #1d8995;
    padding: 10px 20px;
    z-index: 100;
    transition: 0.3s;
    text-align: center;
    font-weight: 700;
    font-size: 0.9em;
    display: none;
    vertical-align: middle;
    opacity: 0.8;
}

.buy-now-mobile a span {
    color: white;
    vertical-align: middle;
    font-weight: 700;
}

.buy-now-mobile img {
    width: 20px;
    vertical-align: middle;
    float: left;
    margin-right: 15px;
    margin-top: 5px;
}

.buy-now-mobile span {
    float: left;
    padding-top: 3px;
}

.buy-now-mobile:hover {
    background-color: #197575;
    transition: 0.3s;
}

/* COOKIES */
.cookies {
    position: fixed;
    z-index: 99999;
    width: 100%;
    margin: 0 auto;
    background-color: #f5f5f5;
    border-bottom: solid #373a3b 2px;
    font-size: 0.75em;
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
}

/*{ position:fixed; z-index:99999; height: auto; }*/
.cookies .content:before {
    content: "Zależy nam, aby Twoje doświadczenia z naszą witryną były jak najbardziej pozytywne. W planowaniu zmian i kolejnych funkcjonalności posiłkujemy się informacjami uzyskiwanymi dzięki plikom Cookies. Cookies są zwykłymi plikami tekstowymi zapisywanymi w danych przeglądarki internetowej na Twoim komputerze. Pliki te są bezpieczne i nigdy nie zawierają żadnych danych osobowych, albo takich, które pomogłyby w Twojej bezpośredniej identyfikacji. Kontynuując przeglądanie tej strony internetowej wyrażasz zgodę na otrzymywanie Cookies od tej witryny internetowej.";
}

.cookies .content {
    margin: 0 auto;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    max-width: 1280px;
}

.unlogged-user {
    display: none;
}

/* LOGIN TOP BAR */
#top-bar {
    background: white;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    font-size: 0.75em;
    padding-top: 10px;
    padding-bottom: 35px;
    height: 28px;
    max-height: 28px;
    min-height: 28px;
    position: relative;
    z-index: 2;
}

#top-bar .top-icons {
    vertical-align: middle;
    text-align: right !important;
}

#top-bar .top-icons a,
#top-bar .top-icons img,
#top-bar .top-icons span {
    vertical-align: middle;
}

#top-bar .top-icons .count {
    position: absolute;
    background: #1d8995;
    padding: 2px;
    vertical-align: middle;
    color: white !important;
    font-size: 0.6em;
    margin-left: -32px;
    width: 12px;
    text-align: center !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#top-bar .top-icons img {
    margin-right: 25px;
    width: 25px;
}

#top-bar .top-icons .administrator img {
    margin-right: 10px;
}

#top-bar .top-icons .last-icon {
    margin-right: 0;
}

#top-bar .top-icons a span {
    font-weight: 400;
    display: inline-block;
    padding-right: 20px;
    border-right: 1px solid #CCC;
    margin-right: 20px;
    color: #1d8995;
}

#top-bar .top-icons a:hover span {
    color: #424242;
}

.panel-roll {
    background-color: white;
    position: absolute;
    z-index: 9999;
    width: 50%;
    max-width: 480px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    display: none;
    top: 48px;
}

.panel-roll .panel-options {
    padding: 8px;
    border-bottom: solid 1px #ccc;
    color: #333;
}

.panel-roll .panel-options span {
    float: right;
}

.panel-roll .panel-options a {
}

.panel-roll .panel-message {
    border-bottom: solid 1px #ccc;
    padding: 8px;
}

.panel-roll .panel-message:hover {
    background-color: #F5F5F5;
    transition: 0.3s;
}

.panel-roll .panel-message .photo {
    float: left;
    overflow: hidden;
    width: 15%;
}

.panel-roll .panel-message .content {
    float: left;
    margin-left: 8px;
    width: 80%;
}

.panel-roll .panel-message .content a {
    font-weight: 400;
}

.panel-roll .panel-message h4 {
    margin: 0;
}

.panel-roll .panel-message h4 a {
    color: #333;
    font-weight: 300 !important;
}

.panel-roll .panel-footer {
    text-align: center;
    background: #F5F5F5;
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

.panel-roll .panel-footer a {
    font-weight: 600 !important;
    letter-spacing: 0.02em;
}

.panel-roll .unread a {
    font-weight: bold !important;
}

/* LOGO + MENU ICON + SEARCH - MOBILE */
#mobile-menu-bar {
    background: #373a3b;
    border-bottom: 1px solid #ccc;
    font-size: 0.75em;
    height: 48px;
    color: white;
    display: none;
}

#mobile-menu-bar .content {
    text-align: center;
}

#mobile-menu-bar .content a img {
    height: 22px;
    width: auto;
    margin-left: 32px;
}

#mobile-menu-bar .content span img {
    height: 32px;
    margin-right: 15px;
    margin-top: 8px;
    cursor: pointer;
    opacity: 1;
}

#mobile-menu-bar .content span img:hover {
    opacity: 0.8;
}

#mobile-login-link div {
    text-align: center;
    height: 48px;
}

#mobile-login-link div a {
    color: #1d8995;
    font-weight: 400;
}

/* MOBILE MENU */

#mobile-menu {
    position: fixed;
    background: #373a3b;
    top: 0px;
    width: 50%;
    height: 100%;
    z-index: 9999;
    color: white;
    display: none;
    opacity: 0.95;
}

#mobile-menu div {
    padding: 15px;
}

#mobile-menu h4 {
    color: white;
}

#mobile-menu a {
    color: white;
}

#mobile-menu a:hover {
    color: #1d8995;
}

#mobile-menu ul {
    list-style: none;
}

#mobile-menu ul li {
    background-image: url(../img/ikona-lapa-mala.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 35px;
    margin-bottom: 5px;
    margin-left: 15px;
}

#mobile-menu ul li a {
    font-weight: 400 !important;
    font-size: 1em;
}

#close-mobile-menu {
    float: right;
}

#close-mobile-menu a {
    font-weight: 900;
    font-size: 2em !important;
}

/* HEADER */
#top-container {
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 1000;
}

#header {
    z-index: 100 !important;
}

nav {
    text-align: center;
    background-color: #373a3b;
    height: 65px;
    z-index: 2;
}

nav ul li {
    display: inline;
    vertical-align: middle;
}

nav ul li a {
    display: inline-block;
    text-decoration: none;
    color: white !important;
    font-weight: 300;
    padding: 22px 17px 27px 17px;
    vertical-align: middle;
    text-transform: capitalize;
}

nav ul li a:hover {
    color: #1d8995 !important;
}

#home {
    padding: 20px 17px 22px 17px !important;
}

#nav-border-top {
    position: absolute;
    background: #1d8995;
    height: 3px;
    z-index: 50 !important;
    margin-top: -3px;
    display: none;
}

#nav-border-bottom {
    position: absolute;
    background: #1d8995;
    height: 3px;
    z-index: 50 !important;
    margin-top: 65px;
    display: none;
}

#menu-spacer {
    position: absolute;
    background-color: #373a3b;
    height: 65px;
    z-index: 1;
}

#search {
    background-color: #373a3b;
    height: 65px;
    text-align: center;
    color: white;
}

#search input[type=text] {
    padding: 10px;
    font-size: 0.75em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background-image: url("../img/ikona-lupa.png");
    background-size: 8%;
    background-position: 95%;
    background-repeat: no-repeat;
    vertical-align: middle;
    border: none;
    margin-top: 13px;
    width: 80%;
}

#search-button {
    background: transparent;
    height: 33px;
    width: 32px;
    cursor: pointer;
    float: right;
    position: absolute;
    z-index: 999;
    margin-left: -33px;
    margin-top: 21px;
    border: none;
}

#purinaone-logo img {
    margin-top: 15px;
}

#kociarze-logo {
    background-color: #373a3b;
    text-align: center;
    padding: 12px 15px;
}

#login-link {
    padding: 0;
    height: 56px;
    background-color: #1d8995;
    opacity: 0.8;
}

#login-link .link a {
    display: block;
    color: white !important;
    font-weight: 400;
    padding: 15px;
    text-align: center;
}

#login-link .link a:hover {
    opacity: 1;
    transition: 0.5s;
}

#login-link img {
    vertical-align: middle;
    margin-right: 15px;
}

#login-link .login-box {
    padding: 10px 20px 20px 20px;
    text-align: center;
    margin: 0;
    display: none;
    color: white !important;
}

#login-link .login-box input[type=email],
#login-link .login-box input[type=password] {
    padding: 10px;
    font-size: 0.75em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;
    border: none;
    margin-top: 0px;
    width: 93%;
    margin-bottom: 10px;
}

#login-link .login-box h4 {
    color: white;
    margin-top: 0px;
    font-weight: 700;
}

#login-link .login-box span,
#login-link .login-box a,
#login-link .login-box strong,
#login-link .login-box p {
    color: white;
    font-size: 0.9em;
    line-height: 120% !important;
    font-weight: 400;
}

#login-link .login-box a:hover {
    color: #333;
}

#login-link .login-box hr {
    border: none;
    height: 1px;
    background: white;
    margin: 15px 0px;
    opacity: 0.7;
}

#close-login-box {
    float: right;
}

#close-login-box a {
    font-weight: 900;
    font-size: 2em !important;
    text-decoration: none !important;
}

#row-spacer {
    position: absolute;
    left: 0px;
    height: 65px;
    background-color: #373a3b;
    z-index: 0
}

.bg1 {
    content: url("../img/ikona-home-on.png");
}

.bg1 {
    content: url("../img/ikona-home.png");
}

.image-description {
    position: absolute;
    padding: 10px;
    color: white;
    bottom: 8px;
    font-size: 18px !important
}

.image-description {
    font-size: 16px;
}

/* SUB NAVIGATION */
#sub-nav {
    border-bottom: 1px solid #ddd;
}

#sub-nav li a, #sub-nav li p {
    cursor: pointer;
    padding: 12px;
    display: block;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-weight: 700;
    color: #373a3b;
}

#sub-nav li p {
    margin-bottom: 0;
}

#sub-nav li a:hover, #sub-nav li p:hover {
    background: #1d8995;
    color: white;
}

#sub-nav li ul li a {
    background: url(../img/strzalka-teal.png) no-repeat 10px #f5f5f5;
    padding-left: 40px;
}

#sub-nav li ul li a:hover {
    background: url(../img/strzalka-white.png) no-repeat 10px #1d8995;
    color: white;
}

#sub-nav > li .active {
    background: url(../img/strzalka-white.png) no-repeat 90% #1d8995;
    padding-right: 40px;
    color: white;
}

#sub-nav .parent ul li .active {
    color: #1d8995 !important;
    background: url(../img/strzalka-teal.png) no-repeat 10px #f5f5f5 !important;
}

#sub-nav .parent ul {
    display: none;
}

/* ARTICLE */
article {
    background-color: #F5F5F5;
    padding: 15px !important;
}

article .author {
    color: #999999;
    font-size: 0.9em;
    margin-bottom: 15px;
    float: left;
    font-weight: 400;
}

article .date {
    color: #999999;
    font-size: 0.9em;
    margin-bottom: 15px;
    float: left;
    font-weight: 400;
}

article .comments {
    color: #999999;
    font-size: 0.9em;
    margin-bottom: 15px;
    float: left;
    font-weight: 400;
}

article .replies {
    color: #999999;
    font-size: 0.9em;
    font-weight: 400;
}

article .button-grey {
    float: right;
}

article h3 a {
    color: #444444 !important;
}

article h3 a:hover {
    color: #1d8995 !important;
}

article ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

article ul li {
    padding-left: 1em;
    line-height: 200%;
}

article ul li:before {
    content: "■  ";
    color: #1d8995;
    font-size: 1.2em;
    margin-right: 7px;
}

.news .date {
    float: right;
}

.news p {
    overflow: hidden;
}

.single-article .author {
    margin-right: 25px;
    margin-bottom: 10px;
}

.single-article .date {
    margin-right: 25px;
    margin-bottom: 10px;
}

.single-article .comments {
    margin-right: 0;
    margin-bottom: 10px;
}

.single-article .button-grey {
    float: right;
}

.single-article .button-teal {
    float: left;
}

.single-article .header .photo {
    max-height: 150px;
    margin-bottom: 15px;
    margin-right: 15px;
    width: auto;
}

.single-article .header .date {
    bottom: 0;
}

.single-article .header .author,
.single-article .header .date {
    margin: 0;
    float: none;
}

.article-comments {
    background: none;
}

.article-comments .author,
.article-comments .date {
    margin: 0;
    float: none;
}

.article-comments .row {
    margin-bottom: 10px;
}

.article-comments p {
    margin: 0px;
}

.article-comments a {
    font-weight: 700;
    margin-bottom: 15px;
}

.article-comments input {
    padding: 7px;
    font-size: 0.9em;
    width: 90%;
}

.article-comments .sub-reply {
    margin-top: 15px;
    display: none;
}

/*.forum										{padding:50px;}*/
.forum .date {
    float: none;
    margin-bottom: 0px;
}

.forum h4 {
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 0;
}

.forum h4 a {
    color: #444444 !important;
    font-weight: 400;
}

.forum h4 a:hover {
    color: #1d8995 !important;
}

.forum .replies {
    margin-bottom: 25px;
}

.forum .button-teal {
    float: right;
}

.forum .forum-padding {
    padding: 25px 15px 0 25px;
}

/*.forum .right-border					{border-right:solid 1px #ccc; padding-right:25px;}*/
.forum h4 {
    height: 45px;
    overflow: hidden;
}

.forum-padding .no-border a {
    font-size: 1em
}

/*MAGAZYN PAGINATION*/
.active.margin.first, .active.margin.first span {
    background-color: #f5f5f5!important;
    color: #333!important;
}

/*.active.margin.first:hover, .active.margin.first:hover span {*/
    /*background-color: #1d8995!important;*/
    /*color: white!important;*/
/*}*/
.hereFelietonMainPanel .arrow-nav .active span {
    background-color: transparent!important;
}




.arrow-nav a.margin span, .forum .arrow-nav a.margin span {
    font-size: 0.85em !important;
}
.arrow-nav .active, .arrow-nav .active span {
    background-color: #1d8995!important;
    color: white!important;
}


.itemsMagContainer .arrow-nav a.margin, .forum .arrow-nav a.margin {
    height: auto !important;
    padding: 3px !important;
}

.itemsMagContainer .arrow-nav, .forum .arrow-nav {
    padding-top: 0;
    padding-right: 15px;
}

/* KAROL 30.01.2018*/
.forum h4 {
    line-height: 100% !important;
    margin-bottom: 10px;
    margin-top: -2px;
}

/* ARTICLE NAVIGATION*/
.next, .prev {
    padding: 0 !important;
    margin: 0 !important;
}

.arrow-nav {
    padding-top: 10px;
    text-align: right;
}

#toback {
    margin-right: 1px;
    text-align: center;
    display: inline-block;
    background-color: #f5f5f5;
    padding: 0 12px 0 12px;
}

#toforward {
    text-align: center;
    display: inline-block;
    background-color: #f5f5f5;
    padding: 0 12px 0px 12px;
}

.arrow-nav a {
    display: inline-block;
    background-color: #f5f5f5;
    padding: 10px !important;
    margin: 0;
    color: #333 !important;
    font-weight: 400;
}

.arrow-nav .margin {
    margin-right: 1px;
}

.toback {
    text-align: center;
    display: inline-block;
    background-color: transparent;
    color: #333 !important;
    font-weight: 400;
    padding: 6px 12px 6px 12px;
}

.toforward {
    text-align: center;
    display: inline-block;
    background-color: transparent;
    color: #333 !important;
    font-weight: 400;
    padding: 6px 12px 6px 12px;
}

.arrow-nav a .number {
    text-align: center;
    display: inline-block;
    background-color: #f5f5f5;
    color: #333;
    font-weight: 400;
    padding: 6px 12px 6px 12px;
}

.pile-description {
    color: #979898;
    margin-bottom: 15px;
    min-height: 85px;
}

.pile-title {
    color: #1d8995;
    padding: 0 20% 0 0;
    min-height: 50px;
}

.arrow-nav a:hover,
.arrow-nav a:hover span,
.arrow-nav a:hover .next,
.arrow-nav a:hover .prev {
    color: white !important;
    background-color: #1d8995 !important;
}

.hereMagazineMainPanel .arrow-nav a:hover,
.hereMagazineMainPanel .arrow-nav a:hover span,
.hereIsBlog .arrow-nav a:hover,
.hereIsBlog .arrow-nav a:hover span {
    color: transparent !important;
    /*background-image: url('public/image/arrow-nav-next.png')!important;*/
    background-size: 60% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
}

.hereFelietonMainPanel .arrow-nav a:hover, .hereFelietonMainPanel .arrow-nav a:hover span {
    background-color: transparent !important;
}

.button-row a {
    margin-left: 40px;
}

/* TABS */
.users {
    cursor: pointer;
}

.movies {
    cursor: pointer;
    transition: .2s;
}

.photos {
    cursor: pointer;
    transition: .2s;
}

.show-movies {
    display: none;
}

.show-photos {
    display: block;
}

.show-users {
    display: none;
}

.active {
    background-color: #1d8995;
    color: white !important
}

.active {
    background-color: #424242;
    color: white !important
}

#tabs ul {
    list-style: none;
    background-color: #f5f5f5
}

#tabs ul li {
    float: left;
    padding: 10px 10px 3px 10px;
}

#tabs ul li a h2 {
    color: #444444 !important;
}

#tabs ul .active h2 {
    color: white !important;
}

/* SLIDER */
#main-slider {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 2560px;
}

#main-slider .button {
    font-size: 1.1em;
    font-weight: 100;
    line-height: 1.7em;
    padding: 12px 30px;
    text-shadow: 0px 0px;
    margin-top: 0px;
}

.flexslider {
    position: relative;
}

#main-slider .flexslider .flex-viewport .slides > li {
    position: relative;
}

.flex-caption {
    position: absolute;
    top: 50%;
    z-index: 2;
    color: #1d8995 !important;
    /*padding-top: 20em;*/
    text-shadow: 0px 0px 20px white, 0 0 25px white, 0 0 5px white;
}

.flex-caption h1 {
    color: #373a3b !important;
    text-shadow: 0 0 20px white, 0 0 25px white, 0 0 5px white;
}

.to-top {
    width: 40px;
    height: 40px;
    background-color: #1d8995;
    background-image: url("<?= $this->baseUrl('assets/2015/img/to_top.png') ?>");
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    bottom: 80px;
    left: auto;
    right: 50px;
    transition: all 0.4s ease-in-out 0s;
    cursor: pointer;
}

.flex-caption h2 {
    font-size: 1.0em;
    color: #373a3b !important;
    text-shadow: 0 0 20px white;
}

.flex-direction-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: transleteY(-50%);
    -moz-transform: transleteY(-50%);
    -ms-transform: transleteY(-50%);
    -o-transform: transleteY(-50%);
    transform: transleteY(-50%);
    width: 100%;
    list-style: none;
}

.flex-direction-nav .flex-nav-next .flex-next, .flex-direction-nav .flex-nav-prev .flex-prev {
    position: absolute;
    background: black;
    width: 40px;
    height: 70px;
    display: none;
}

.showFlexNavigation {
    display: block !important;
}

.flex-direction-nav .flex-nav-prev .flex-prev {
    right: auto;
    left: 0;
    background-image: url("../img/arrow-prev.png");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}

.flex-direction-nav .flex-nav-next .flex-next {
    left: auto;
    right: 0;
    background-image: url("../img/arrow-next.png");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}

/**/

.userSearch .photo-des-content-s {
    visibility: visible !important;
}

/* GALLERY */

.photo-gallery img {
    width: 100%;
    display: block;
}

/* BIG PHOTO */
.gallery-big-photo {
    float: left;
    width: 40%;
    position: relative;
}

.photo-background {
    position: absolute;
    top: 70%;
    width: 100%;
    height: 30%;
    background-color: teal;
    opacity: 0.5;
    visibility: hidden;
}

.photo-des-content {
    position: absolute;
    top: 70%;
    width: 100%;
    height: 30%;
    z-index: 100;
    visibility: hidden;
}

.photo-text-padding {
    padding: 3% 2% !important;
}

.cats-name {
    color: white;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10%;
}

.cats-name a {
    color: white !important;
}

.photo-data {
    color: white;
    font-weight: 300;
    font-size: 0.9em;
    opacity: 0.8;
}

.photo-votes {
    color: white;
    font-size: 0.9em;
    font-weight: 300;
}

.votes-number {
    color: white;
    font-size: 0.9em;
    font-weight: bold;
}

.photo-text-right {
    float: right;
}

.photo-text-right img {
    width: 10%;
    float: right;
    margin-left: 5%;
    margin-bottom: 20%;
}

.photo-text-right img:hover {
    opacity: 0.5;
}

.photo-user a {
    float: right;
    color: white;
    font-weight: bold;
    font-size: 0.9em;
    margin-left: 5%;
}

/* SMALL PHOTO */
.gallery-small-photo {
    float: left;
    width: 20%;
    position: relative;
}

.photo-background-s {
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100%;
    background-color: teal;
    opacity: 0.5;
    visibility: hidden;
}

.photo-des-content-s {
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 100;
    visibility: hidden;
}

.photo-text-padding-s {
    padding: 3% 2% !important;
}

.cats-name-s {
    color: white;
    font-size: 1.1em;
    font-weight: 400;
    margin: 10% 0% 0% 0%;
    text-align: center;
}

.cats-name-s a {
    color: white !important;
}

.photo-user-s {
    text-align: center;
    margin-bottom: 3%;
}

.photo-user-s a {
    color: white;
    font-weight: 400;
    font-size: 0.9em;
}

.photo-user-s a img {
    width: 10%;
    display: inline;
    vertical-align: middle;
    text-align: center;
    padding-right: 5%;
}

.photo-data-s {
    text-align: center;
    color: white;
    font-weight: 300;
    font-size: 0.9em;
    opacity: 0.8;
}

.social-s {
    text-align: center;
    margin-top: 4%;
}

.social-s img {
    width: 10%;
    margin-left: 5%;
    display: inline;
}

.social-s img:hover {
    opacity: 0.5
}

/* SMALL PHOTO SUBPAGE */
.gallery-small-photo-sub {
    float: left;
    width: 25%;
    position: relative;
}

.cats-name-s-left a {
    color: white;
    font-size: 1.1em;
    font-weight: 700;
}

.cats-name-s-left {
    text-align: left;
    color: white;
    font-size: 1.2em;
}

.photo-data-s-left {
    text-align: left;
    color: white;
    position: absolute;
    bottom: 15px;
    opacity: 0.8;
}

.data-on-photo {
    opacity: 0.8;
    color: white;
    text-align: center !important;
}

.photo-text-padding-s, .padding-15 {
    padding: 15px !important;
}

.no-padding {
    padding: 0 !important;
    margin: 0;
}

/* FRIENDS */
.friends .photo-text-padding-s .cats-name-s-left {
    margin-top: 20%;
}

.friends .photo-text-padding-s .cats-name-s-left,
.friends .photo-text-padding-s .photo-data-s-left {
    text-align: center;
    float: none;
}

.friends .photo-text-padding-s .photo-data-s-left {
    position: relative;
    bottom: 0;
}

.friends .photo-text-padding-s .photo-data-s-left a {
    color: white !important;
    font-weight: 400;
    text-align: center;
    float: none;
}

.popular-entry .button {
    margin: 15px;
}

.friends .button-white {
    font-size: 0.95em;
    margin: 10px 0px;
    text-align: center;
}

/* USER PROFIL */
.user h1 {
    color: #1d8995;
}

.profile-info {
    font-size: 1.0em;
    padding-left: 5px;
}

.profile-info a {
    font-size: 1.0em;
    font-weight: bold;
}

/* CHALLANGE */
.accor-mobile {
    display: none;
}

#challenge-width {
    max-width: 1440px;
}

.chall {
    position: relative;
}

.chall img {
    display: block;
}

.chall-big-background {
    position: absolute;
    top: 0%;
    left: 40%;
    z-index: 1;
    background-color: #1d8995;
    opacity: 0.7;
    width: 100%;
    height: 100%
}

.chall-big-text-first {
    position: absolute;
    top: 6%;
    left: 40%;
    padding: 0% 4% 4% 4%;
    z-index: 2
}

.chall-big-text-first h2, .chall-big-text-first h3, .chall-big-text-first h4 {
    color: white;
}

.chall-big-text-first h2 {
    font-size: 4em;
    text-shadow: 2px 2px black;
}

.chall-big-text-first h3 {
    font-size: 2.5em;
    text-shadow: 2px 2px black;
}

.chall-big-text-first h4 {
    font-size: 1.5em;
    margin-left: 15px;
}

.chall-big-text-second {
    position: absolute;
    top: 5%;
    left: 10%;
    font-size: 2.5em;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px black;
}

.chall-big-subtext {
    position: absolute;
    top: 35%;
    left: 10%;
    font-size: 1.5em;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px black;
}

.chall-big-button {
    position: absolute;
    top: 50%;
    left: 10%;
}

.accor {
    float: left;
    width: 20%;
    height: 700px;
    background-position: center;
    position: relative;
}

.accor-back {
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100%;
    background-color: teal;
    opacity: 0.5;
}

.accor-header {
    position: absolute;
    top: 60%;
    color: white;
    font-size: 2em;
    font-weight: bold;
    text-shadow: 2.5px 2.5px black;
    padding: 5%;
}

.accor-subheader {
    position: absolute;
    top: 68%;
    color: white;
    font-size: 1.3em;
    padding-right: 20%;
    padding-bottom: 10%;
    text-shadow: 2px 2px black;
    padding: 5%;
}

.accor-content {
    position: absolute;
    top: 47%;
    display: none;
    color: white;
    font-size: 1.1em;
    font-weight: bold;
    padding-right: 10%;
    text-shadow: 1.5px 1px black;
    padding: 5%;
}

.teal-box {
    padding: 2%;
    background-color: #1d8995;
    font-size: 1.3em;
    font-weight: bold;
    color: white
}

.opinions-margin {
    margin-top: 2%
}

.opinion-title {
    font-size: 1.5em;
    font-weight: bold;
    color: #1d8995
}

.challenge-started {
    background-color: #f5f5f5;
    padding: 10px;
    margin-top: -10px;
}

/* BLOGI */

.forum-padding .right-border a {
    font-size: 1em;
}

.forum {
    padding: 0px !important;
}

.hereForumMain .forum .forum .hereItems {
    padding: 0;
}

.forum .hereItems, .forum .hereItems3 {
    padding: 15px;
}

/* SEEKER */
.seeker-user {
    padding: 4%;
    background-color: #f5f5f5;
}

.seeker-user-photo {
    width: 100%;
    displau: block;
}

.seeker-article img {
    padding: 20%;
    background-color: #f5f5f5;
}

.seeker-user .photo-background-s {
    height: 100%;
    background: transparent; /* For browsers that do not support gradients */
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
    background: -webkit-linear-gradient(transparent, black);
    background: -o-linear-gradient(transparent, black);
    background: linear-gradient(transparent, black); /* Standard syntax (must be last) */
    position: absolute;
    top: 0px;
    overflow: hidden;
    visibility: visible;
}

.seeker-user .photo-text-padding-s {
    width: 70%;
    padding: 0 !important;
    position: absolute;
    margin: 0 auto;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.seeker-article h3 a {
    font-weight: bold;
    font-size: 1.1em;
}

.seeker-article .author {
    margin-right: 2%;
}

/* MESSAGES */
.messages {
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}

.messages .panel-message {
    border-bottom: solid 1px #ccc;
    padding: 8px;
}

.messages .panel-message a {
    font-weight: bold;
}

.messages img {
    width: 20%;
    float: left;
    padding-right: 2%;
}

.messages h3 a {
    font-weight: bold;
}

.mess-hour {
    color: #999999
}

.messages input {
    width: 96%;
    border: 0px;
    padding: 2%;
    border-bottom: solid #CCC 1px;
    background-image: url("../img/ikona-lupa.png");
    background-size: 5%;
    background-position: 95%;
    background-repeat: no-repeat;
    vertical-align: middle;
}

#search-button-mess {
    background: transparent;
    height: 10px !important;
    width: 10px !important;
    padding: 20px !important;
    cursor: pointer;
    float: right;
    position: absolute;
    z-index: 999;
    margin-left: -50px;
    border: none;
}

.messages .panel-message:hover {
    background-color: #f5f5f5;
}

.messages .panel-message .content {
    padding-left: 22%;
}

.messages .panel-message .content .message a {
    color: #373A3B;
}

.chat-box {
    border-top: solid #ccc 1px;
    border-right: solid #ccc 1px;
    border-bottom: solid #ccc 1px;
    border-left: solid #ccc 1px;
    max-height: 500px;
    padding: 2%;
    overflow: scroll;
}

.delete-message {
    border-left: solid #ccc 1px;
    padding: 9.5px
}

.send-message-first-user {
    margin-top: 2%
}

.send-message-first-user .avatar-message {
    width: 15%;
}

.send-message-first-user .message-text {
    padding: 6%;
    color: white;
    background-color: #1d8995;
}

.chat-arrow-left {
    float: left;
    padding-left: 3%;
    margin-top: 15%;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #1d8995;
}

.send-message-second-user {
    margin-top: 2%;
}

.send-message-second-user .avatar-message {
    width: 15%;
}

.send-message-second-user .message-text {
    padding: 6%;
    color: black;
    background-color: #f5f5f5;
}

.chat-arrow-right {
    float: right;
    padding-right: 3%;
    margin-top: 15%;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #f5f5f5;
}

.message-content-left {
    max-width: 63%;
    margin-bottom: 5%;
    padding-left: 3%;
}

.message-content-right {
    max-width: 63%;
    margin-bottom: 5%;
    padding-right: 3%;
}

.write-message {
    background-color: #F5F5F5;
    padding: 5%;
    border-bottom: solid 1px #CCC;
    border-right: solid 1px #CCC;
}

.write-message textarea {
    width: 96%;
    height: 40px;
    overflow: scroll;
    padding: 2%;
    border: 0px;
}

/* STRAND */
.strand-main {
    background-color: #f5f5f5;
    border: solid #f5f5f5 1px;
}

.strand-main .date {
    color: #999999;
}

.strand-answer {
    padding: 1%;
    border-left: solid #f5f5f5 1px;
    border-right: solid #f5f5f5 1px;
    border-bottom: solid #f5f5f5 1px;
}

/* FOOTER */
#footer {
    background-color: #424242;
}

.footer {
    padding: 25px 15px;
}

.footer a {
    color: white;
}

.footer a:hover {
    color: #1d8995;
    transition: 0.3s;
}

.footer ul {
    list-style-image: url('../img/teal-arrow.png');
    margin-left: 20px;
}

.footer h4 {
    padding-bottom: 2%;
    color: white;
    font-weight: 400;
}

.footer p {
    color: white;
}

.footer ul li {
    list-style-type: none;
    padding-top: 2%;
}

.footer-bottom .twocol {
    text-align: right !important;
}

.footer-bottom div {
    color: white !important;
}

.footer-bottom .links {
    text-align: right;
}

.footer .button {
    float: right;
}

.footer .button-teal:hover {
    background: #666;
    color: white;
}

.footer .footer-image {
    float: left;
}

/* ADDITIONAL CLASSES*/
.main-content-border {
    border: solid #ccc 1px !important;
    padding: 2% !important;
}

.main-content-border-top {
    border: solid #ccc 1px !important;
    padding: 2% !important;
    border-bottom: solid #ccc 0px !important;
}

.main-content-border-bottom {
    border: solid #ccc 1px !important;
    padding: 2% !important;
    border-top: solid #ccc 0px !important;
}

.b-white-grey {
    background-color: #f5f5f5;
}

.teal-background {
    background-color: #1d8995 !important
}

.teal {
    color: #1d8995
}

.grey-border {
    border: solid #ccc 1px;
}

.right-margin {
    margin-right: 3%;
}

.bottom-margin {
    margin-bottom: 5%;
}

.left-space {
    padding-left: 15px
}

.white-letters {
    color: white !important
}

.constant_height {
    height: 70px !important;
    overflow: hidden !important
}

.teal-background .moreellipses {
    color: white !important
}

.round-week-name {
    position: relative;
    display: inline-block;
    float: left;
    background: url('../../../image/3wc/week.png') no-repeat center;
    width: 141px;
    height: 141px;
    color: #fff;
    text-align: center;
    margin-right: 20px;
}

.round-week-name .week-name {
    width: 100%;
    position: relative;
    font-size: 25px;
    margin-top: 37px;
    opacity: 0.95;
}

.round-week-name .week-number {
    width: 100%;
    position: relative;
    font-size: 40px;
    font-style: italic;
    font-family: initial;
    opacity: 0.95;
    font-weight: bold;
}

.challengeCols .space-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.challengeCols .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.challengeCols .opinions-margin {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 10px 20px;
}

.grad {
    height: 100%;
    background: transparent; /* For browsers that do not support gradients */
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
    background: -webkit-linear-gradient(transparent, black);
    background: -o-linear-gradient(transparent, black);
    background: linear-gradient(transparent, black); /* Standard syntax (must be last) */
    position: absolute;
    top: 0px;
}

.cat-description {
    position: absolute;
    padding: 10px;
    color: white;
    bottom: 5px;
}

.cat-description span {
    font-size: 16px;
}

.border-bottom-sg {
    border-bottom: 3px solid #07a5a8 !important;
}

/* FLEXSLIDER navigation*/
/* Slider navigation */
.flex-control-nav {
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 6px;
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1280px;
    min-width: 640px;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    /*border-bottom: 3px solid #07a5a8;*/
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

.user > .user-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.photo-des-content-s-magazin {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    transition: .3s ease-in-out;
}

.gallery-small-photo-sub-magazin {
    float: left;
    width: 25%;
    position: relative;
    overflow: hidden;
}

.photo-background-s-magazin + .photo-text-padding-s {
    position: absolute !important;
    bottom: 0 !important;
    top: auto !important;
    width: 100% !important;
}

.cats-name-s-left-magazin {
    text-align: left;
    color: white;
    padding: 0 13px 0 5px; /*font-size: 1em;*/
    position: absolute;
    bottom: 20px;
}

.cats-name-s-left-magazin a {
    color: white;
    font-size: 16px;
}

.photo-text-padding-s {
    padding: 3% 2% !important;
}

.photo-background-s-magazin {
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: visible;
    background: rgba(255, 255, 255, 0.5);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(27%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(56, 48, 56, 0.1)), color-stop(60%, rgba(0, 0, 0, 0.4)), color-stop(87%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 27%, rgba(56, 48, 56, 0.1) 40%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.8) 87%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 27%, rgba(56, 48, 56, 0.1) 40%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.8) 87%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 27%, rgba(56, 48, 56, 0.1) 40%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.8) 87%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
    -webkit-transition: .3 ease-in-out;
    -o-transition: .3 ease-in-out;
    transition: .3 ease-in-out;
}

.photo-background-s-magazin:after {
    transition: .3s;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    opacity: 0;
}

/* hover kafelek */
.gallery-small-photo-sub-magazin:hover .photo-background-s-magazin {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(27%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(56, 48, 56, 0)), color-stop(60%, rgba(0, 0, 0, 0)), color-stop(87%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 27%, rgba(56, 48, 56, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 27%, rgba(56, 48, 56, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 27%, rgba(56, 48, 56, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
}

.gallery-small-photo-sub-magazin:hover .photo-des-content-s-magazin {
    bottom: 5%;
}

.gallery-small-photo-sub-magazin img {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.gallery-small-photo-sub-magazin:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-small-photo-sub-magazin:hover .photo-background-s-magazin:after {
    opacity: 0.5;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(13%, rgba(0, 0, 0, 0.8)), color-stop(40%, rgba(0, 0, 0, 0.4)), color-stop(60%, rgba(56, 48, 56, 0.1)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 13%, rgba(0, 0, 0, 0.4) 40%, rgba(56, 48, 56, 0.1) 60%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 13%, rgba(0, 0, 0, 0.4) 40%, rgba(56, 48, 56, 0.1) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 13%, rgba(0, 0, 0, 0.4) 40%, rgba(56, 48, 56, 0.1) 60%, rgba(255, 255, 255, 0) 100%);
}

/*fake animation
p.btn {
    background-color:#3399cc;
    background-size: 0% 100%;
    border:none;
    border-radius:4px;
    color:#fff;
    display:inline-block;
    font-size:20px;
    outline:none;
    padding:10px 30px;
    text-align:center;
    text-decoration:none;
    transition: background-color .5s;
    width:300px;
}
p.btn:hover {
    background-color:#6bc3ef;
    background-image:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 40%, rgba(255,255,255,.7) 100%);
    background-repeat:no-repeat;
    background-size: 200% 100%;
    transition:background-size 1s, background-color 1s;
}

p.btn:active {background-color:#2980b9; transition:background-size 0}
*/

.cats-name-s {
    color: white;
    font-size: 1.1em;
    font-weight: 400;
    margin: 10% 0% 0% 0%;
    text-align: center;
}

.cats-name-s a {
    color: white !important;
}

.user .user_description {
    padding: 0;
}

.user .profile_cats_gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.user .profile_cats_gallery {

}

.user .flex > div[class*="col"] {
    -webkit-box-align: auto;
    -ms-flex-align: auto;
    align-items: auto;
}

.photo-user-s {
    text-align: center;
    margin-bottom: 3%;
}

.photo-user-s a {
    color: white;
    font-weight: 400;
    font-size: 0.9em;
}

.photo-user-s a img {
    width: 10%;
    display: inline;
    vertical-align: middle;
    text-align: center;
    padding-right: 5%;
}

.photo-data-s {
    text-align: center;
    color: white;
    font-weight: 300;
    font-size: 0.9em;
    opacity: 0.8;
}

.social-s {
    text-align: center;
    margin-top: 4%;
}

.social-s img {
    width: 10%;
    margin-left: 5%;
    display: inline;
}

.social-s img:hover {
    opacity: 0.5
}

.twocol.wider-container {
    display: -webkit-box;
    display: ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-left: 7.6%;
    margin-right: 0;
}

.button-3wc {
    display: none !important;
}

.tab h2 {
    padding: 0 5 psingle-articlex;
}

.entry-links h2 {
    -webkit-transition: 3s;
    -moz-transition: 3s;
    -ms-transition: 3s;
    -o-transition: 3s;
    transition: .3s;
}

.unactive {
    background-color: #F5F5F5;
}

.active h3 {
    color: white !important
}

.tab h2 {
    padding: 0 5px;
}

.unactive {
    background-color: #F5F5F5;
}

.active h3 {
    color: white !important
}

.user-activity {
    border: 1px solid #dddddd;
    margin-top: 20px;
    padding: 0;
}

.user-activity div {
    background: #1d8995;
    padding: 10px;
    color: white;
    font-weight: bold;
}

.user-activity ul {
    padding: 10px;
    list-style: none;
}

.user-activity ul li {
    padding-left: 1em;
    text-indent: -.7em;
}

.user-activity ul li a {
    font-weight: bold !important;
    font-size: 1em !important;
    color: black;
}

.user-activity ul li a:hover {
    color: #1d8995;
}

.user-activity ul li.act a {
    font-weight: bold !important;
    font-size: 1em !important;
    color: #1d8995;
}

.user-activity ul li::before {
    content: "■  ";
    color: black; /* or whatever color you prefer */
}

.user-activity ul li.act::before {
    content: "■  ";
    color: #1d8995; /* or whatever color you prefer */
}

.arrow-nav a {
    padding: 3px;
    font-size: 1em;
}

.arrow-nav a.margin {
    height: auto !important;
    padding: 3px !important;
}

.arrow-nav a.margin span {
    font-size: 0.85em !important;
}

article.forum {
    padding-bottom: 0 !important;
}

.entry-links h2 {
    background-color: #F5F5F5;
    margin-bottom: 0;
    padding-bottom: 10px;
    cursor: pointer;
    text-align: center;
    width: 200px;
}

.entry-links h2.active {
    color: white;
    background: #424242;
}

.hereForumLastMainRow .arrow-nav .first.active:hover {
    background: #1d8995;
}

/*
.arrow-nav .active.margin,.arrow-nav .active.margin .number {
    background: #1d8995;
    color: white;
}
*/

.blogContainer .title {
    margin-top: 0px !important;
}

#felietony .news {
    padding: 0 !important;

}

#felietony .news .news-copy {
    padding: 15px;
}

#felietony .news .date {
    color: #999999 !important;
    font-size: 0.9em;
    margin-bottom: 15px;
    float: left;
    font-weight: 400;
}

#felietony .news .author {
    color: #999999 !important;
    font-size: 0.9em;
    margin-bottom: 15px;
    font-weight: 400;
}

#felietony .news h3 {
    font-weight: 400;
    margin: 0 0 5px 0;
    color: #1d8995 !important;
    padding: 0 20% 0 0;
}

#felietony .news p {
    color: #373a3b !important;
}

#aktualnosci .news {
    padding: 0 !important;
}

#aktualnosci .news h3 {
    font-weight: 400;
    margin: 0 0 5px 0;
    color: #1d8995 !important;
    padding: 0 20% 0 0;
}

#aktualnosci .button-grey {
    float: none;
}

#aktualnosci .news .news-copy {
    padding: 15px;
}

.border-bottom-sg {
    border-bottom: 3px solid #07a5a8;
}

.border-top-sg {
    border-top: 3px solid #07a5a8;
}

.hereForumLastMainRow .single-thread {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 0px;
    margin-top: 10px;
    margin-right: 30px;
}

.hereForumLastMainRow .single-thread-img {
    width: 10%;
}

.hereForumLastMainRow .single-thread-copy {
    width: 90%;
    margin-left: 15px;
}

.hereForumLastMainRow .single-thread-copy .date {
    color: #666666 !important;
}

.hereForumLastMainRow .single-thread-copy h4 {
    margin-bottom: 10px;
    height: auto;
}

.hereForumLastMainRow .single-thread-copy h4 a {
    color: #07a5a8 !important;
    font-size: 16px;
}

.hereForumLastMainRow .single-thread-copy h4 a:hover {
    color: #666666;
}

.hereForumLastMainRow .button-row {
    padding: 0 15px 0 0
}

.kocimag .hereItems-pile .single-article .author, .kocimag .hereItems-pile .single-article .date {
    margin-bottom: 0px !important;
}

/*-------*/
.to-top {
    width: 40px;
    height: 40px;
    background-color: #1d8995;
    background-image: url("<?= $this->baseUrl('assets/2015/img/to_top.png') ?>");
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    bottom: 80px;
    left: auto;
    right: 50px;
    transition: all 0.4s ease-in-out 0s;
    z-index: 100;
}

/*---------------------------------------------------------------------*/
/*HAMBURGER MENU*/
.hamburger {
    padding: 15px 15px;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    right: 10px;
}

.hamburger:hover {
    opacity: 0.7;
}

/*HAMBURGER */

.hamburger {
    padding: 15px 15px;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    right: 10px;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 0;

    margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #1d8995;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
    perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
    perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
    perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
    perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}


/**/
.hereNewsMainPanel .active.first, .hereMagazineMainPanel .active.first, .hereIsBlog .active.first, .hereItems .active.first, .hereMagazineMainPanel.is_expert .active.first {
    background-color: transparent!important;
}

.hereFelietonMainPanel a.first .number, .hereNewsMainPanel a.first .number, .hereNewsMainPanel .active.first .number, .hereMagazineMainPanel .active.first .number, .hereIsBlog .active.first .number, .hereItems .active.first .number, .container.hereIsBlog .arrow-nav .first .number, .hereMagazineMainPanel .arrow-nav .first .number {
    background-color: transparent!important;
    background-image: url("public/image/arrow-nav-prev.png");
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    color: transparent !important;
}


.hereFelietonMainPanel a.first .number, .hereNewsMainPanel a.first .number, .hereNewsMainPanel .active.first .number, .hereMagazineMainPanel .active.first .number, .hereIsBlog .active.first .number, .hereItems .active.first .number, .container.hereIsBlog .arrow-nav .first .number, .hereMagazineMainPanel .arrow-nav .first .number {

}



.hereFelietonMainPanel .arrow-nav a, .hereNewsMainPanel .arrow-nav a, .hereMagazineMainPanel .arrow-nav a, .hereIsBlog .arrow-nav a, .hereItems .arrow-nav a,
.hereNewsMainPanel .arrow-nav a .number, .hereMagazineMainPanel .arrow-nav a .number, .hereIsBlog .arrow-nav a .number, .hereItems .arrow-nav a .number {
    background-color: transparent !important;
}

.hereFelietonMainPanel .margin.last .number, .hereNewsMainPanel .margin.last .number, .hereMagazineMainPanel .margin.last .number, .hereIsBlog .margin.last .number, .hereItems .margin.last .number {
    background-color: transparent;
    background-image: url("public/image/arrow-nav-next.png");
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    color: transparent !important;
}

@media handheld, only screen and (min-width: 1371px) and (max-width: 1600px) {
    .flex-caption {
        -webkit-transform: translateY(-32%);
        -ms-transform: translateY(-32%);
        transform: translateY(-32%);
    }
}

@media handheld, only screen and (min-width: 1024px) and (max-width: 1370px) {

    #main-slider {
        padding-top: 6.7em !important;
    }

    .flex-caption {
        -webkit-transform: translateY(-43%);
        -ms-transform: translateY(-43%);
        transform: translateY(-43%);
    }
}

@media handheld, only screen and (max-width: 1023px) {
    #main-slider {
        padding-top: 6.7em !important;
    }

    .flex-caption {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    nav ul li a {
        padding: 27px 7px 27px 7px;
    }

    #purinaone-logo img {
        margin-top: 7px;
    }

    .desktop {
        display: inline;
    }

    .mobile {
        display: none;
    }

    #main-slider .button {
        font-size: 1em;
        padding: 10px 20px;
        margin-top: -40px;
    }

    .flex-caption h1 {
        margin-top: 0%;
        font-size: 1.2em;
        width: 300px;
    }

    .flex-caption h2 {
        display: none
    }

    .cats-name {
        margin-bottom: 5%;
    }

    .photo-text-right img {
        margin-bottom: 10%;
    }

    .cats-name-s {
        margin: 2.5% 0%;
    }

    .first-title {
        position: absolute;
    }

    /*WYZWANIE*/
    .challenge .flex-caption {
        font-size: 1.2em !important;
        padding-top: 3.5% !important;
    }

    .chall-big-text-first {
        font-size: 1.2em !important;
    }

    .chall-big-text-second {
        display: none;
    }

    .chall-big-subtext {
        font-size: 1.3em !important;
        top: 5%;
    }

    /* COOKIE */
    .cookies .content:before {
        content: "W planowaniu zmian posiłkujemy się informacjami uzyskiwanymi dzięki plikom Cookies. Cookies są zwykłymi plikami tekstowymi zapisywanymi w danych przeglądarki internetowej na Twoim komputerze. Pliki te są bezpieczne i nigdy nie zawierają żadnych danych osobowych. Kontynuując przeglądanie tej strony internetowej wyrażasz zgodę na otrzymywanie Cookies od tej witryny internetowej.";
    }

}

@media (min-width: 1287px) {
    .kocimag article {
        height: 357px;
    }
}

@media handheld, only screen and (max-width: 767px) {
    .gallery-small-photo-sub-magazin {
        width: 50%;
    }

    .flex-direction-nav .flex-nav-next .flex-next, .flex-direction-nav .flex-nav-prev .flex-prev {
        display: none;
    }

    .challengeCols .space-between {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #main-slider {
        padding-top: 0 !important;
    }

    .flex-caption {
        padding-top: 1.2% !important;
    }

    #expert .header__intro {
        width: 100%;
        padding: 0;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: inline;
    }

    .title {
        font-size: 1.6em;
        margin-top: 16px;
        margin-bottom: 0px;
    }

    .title-subpage {
        font-size: 1.6em;
        margin-top: 16px;
        padding: 10px 10px 0px 10px;
    }

    #top-bar .top-icons img {
        margin-right: 10px;
        width: 20px;
    }

    #main-menu {
        display: none;
    }

    #menu-spacer {
        display: none;
    }

    #row-spacer {
        display: none;
    }

    .buy-now {
        display: none;
    }

    .buy-now-mobile {
        display: inline;
    }

    .unlogged-user {
        display: block
    }

    #kociarze-logo {
        padding: 10px 0 0 0;
    }

    #top-bar {
        border-bottom: none;
        height: 27px;
    }

    #top-bar .top-icons {
        text-align: center !important;
    }

    #purinaone-logo {
        text-align: left !important;
        padding: 0px;
        margin-left: 30px;
        display: none;
    }

    #purinaone-logo img {
        margin: 15px 0;
    }

    #kociarze-logo {
        display: none;
    }

    #search-box {
        display: none;
    }

    #login-link {
        display: none;
    }

    .flex-caption .button {
        font-size: 14px!important;
    }

    .button {
        padding: 8px 14px !important;
        font-size: 14px;
    }

    article .photo {
        float: left;
        width: 25%;
        margin-right: 8px;
        margin-bottom: 15px;
    }

    .forum .right-border {
        border-right: none;
    }

    .forum-padding {
        padding: 0px !important;
    }

    .single-article .author {
        margin-right: 25px;
        margin-bottom: 0px;
    }

    .single-article .date {
        margin-right: 25px;
        margin-bottom: 0px;
    }

    .mobile-padding {
        padding: 0px 10px !important;
    }

    .footer h4 {
        text-align: center;
    }

    .footer .footer-bottom div {
        width: 50%;
        text-align: right;
    }

    .footer .footer-bottom .copy {
        padding-top: 45px;
    }

    #mobile-menu-bar {
        display: block;
    }

    #mobile-menu-bar a img {
        margin-top: 13px;
    }

    .panel-roll {
        width: 100%;
        max-width: 767px;
        top: 48px;
    }

    .gallery-big-photo {
        width: 100%;
    }

    .gallery-big-photo .social-s {
        text-align: center;
        margin-top: 20px;
    }

    .gallery-big-photo .social-s img {
        width: 20px;
        margin-left: 15px;
        display: inline;
    }

    .gallery-big-photo .social-s img:hover {
        opacity: 0.5
    }

    .photo-text-padding-s {
        padding: 0px !important;
    }

    .gallery-small-photo {
        float: left;
        width: 50%;
    }

    #main-slider .button {
        font-size: 0.5em;
        font-weight: 300;
        padding: 2px 5px;
        position: absolute;
        top: 100%;
        width: 90px;
    }

    .flex-caption {
        padding-left: 30px !important
    }

    .flex-caption h2 {
        display: none;
    }

    /*WYZWANIE*/
    .accor {
        display: none;
    }

    .challenge .flex-caption {
        font-size: 1.3em !important;
        padding-top: 1.3% !important;
    }

    .chall-big-text-first {
        font-size: 1.3em !important;
    }

    .chall-big-text-second {
        display: none;
    }

    .chall-big-subtext {
        font-size: 1.3em !important;
        top: 5%;
    }

    .accor-mobile {
        position: relative;
        display: block;
    }

    .accor-mobile h2 {
        text-align: center;
        margin: 5px;
    }

    .accor-mobile .content {
        position: absolute;
        top: 70px;
        left: 3%;
        width: 170px;
    }

    .accor-mobile img {
        display: block
    }

    .main-content-border {
        border: solid #ccc 0px !important;
    }

    .grey-border {
        border: solid #ccc 0px;
    }

    .main-content-border-top {
        border: solid #ccc 0px !important;
    }

    .main-content-border-bottom {
        border: solid #ccc 0px !important;
    }

    .cats-name {
        font-size: 1em;
        margin-bottom: 0%;
    }

    .photo-text-right {
        position: absolute;
        top: 10%;
        right: 3%;
    }

    .photo-text-right img {
        width: 5%;
        margin-bottom: 5%;
        margin-left: 2%;
    }

    .user-cover img {
        display: none;
    }

    .photo-user a {
        font-size: 1.3em;
    }

    .user {
        padding: 0 2px;
    }

    .cats-name-s {
        margin: 10% 0%;
    }

    .challenge-started {
        background-color: white;
        padding: 10px;
    }

    /* FORM */
    .form .label {
        text-align: left;
    }

    /* COOKIE */
    .cookies .content:before {
        content: "Posiłkujemy się informacjami uzyskiwanymi dzięki plikom Cookies. Są one plikami tekstowymi zapisywanymi w danych przeglądarki internetowej na Twoim urządzeniu. Pliki te są bezpieczne i nie zawierają żadnych danych osobowych. Kontynuując przeglądanie tej strony wyrażasz zgodę na otrzymywanie Cookies od tej witryny internetowej.";
    }

    .xxx {
        text-align: center !important;
        margin: 0 auto !important;
    }

    .flex-control-nav {
        display: none
    }
}

.twc-form-header {
    margin: 150px 0 75px 0;
}
.header-horizontal-line {
    height: 2px;
    background-color: #eee;
}
.twc-form-header .container {
    width: 100%;
    max-width: 1280px;
    min-width: 640px;
    margin: 0 auto;
}
.header-container {
    padding-left: 0;
    padding-right: 0;
}
.header-frame {
    background-color: #1d8995;
    border: 2px solid #fff;
    box-shadow: 5px 10px 25px #ccc;
    transform: translateY(-50%);
    display: flex;
}
.header-frame .line-container {
    width: 20%;
    display: flex;
    align-items: center;
}
.header-frame .line-right {
    justify-content: flex-end;
}
.short-horizontal-line {
    width: 55%;
    height: 1px;
    background-color: #bbb;
    margin: 0 20px;
}
.header-frame h2 {
    width: 60%;
    color: #fff;
    padding: 10px 0;
    font-size: 19px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
}

.new-form-row {
    overflow: visible;
    display: flex;
}
.paw-col {
    position: relative;
    width: 20%;
}
.grey-vertical-line {
    width: 2px;
    height: 76%;
    margin: 30px 0 0 23px;
    background-color: #eee;
    position: relative;
}
.green-vertical-line {
    position: absolute;
    width: 100%;
    height: 15%;
    left: 0;
    top: 0;
    background-color: #1d8995;
    transition: height 1s;
}
.paw-first-step {
    position: absolute;
    left: 0;
    top: 0;
}
.paw-second-step {
    position: absolute;
    left: 0;
    top: 23%;
}
.paw-third-step {
    position: absolute;
    left: 0;
    top: 44%;
}
.paw-fourth-step {
    position: absolute;
    left: 0;
    top: 64%;
}
.paw-fifth-step {
    position: absolute;
    left: 0;
    top: 76%;
}
.paw-step-desc {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
}
.paw-step-desc span {
    display: inline-block;
}
.paw-step-desc .paw-step {
    color: #fff;
    font-size: 20px;
    padding: 18px;
    font-weight: 600;
}
.paw-step-desc .paw-desc {
    color: #aaa;
    padding: 10px 0 0 20px;
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
}
.paw-step-desc .paw-desc-1 {
    color: #1d8995;
}

.new-form-col {
    width: 60%;
}
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 40px;
    margin: 10px 0 20px 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background-color: #fff;
    border: 1px solid #bbb;
}
.checkbox-container:hover input ~ .checkmark {
    background-color: #fff;
}
.container input:checked ~ .checkmark {
    background-color: #fff;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container input:checked ~ .checkmark:after {
    display: block;
}
.container .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #1d8995;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.form-text-part {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}
.form-half-part {
    width: 50%;
}
.form-half-part input {
    border: 1px solid #bbb;
    width: 80%;
    padding: 10px 20px;
    margin: 10px 0 20px 0;
}
.form-half-part input::placeholder {
    color: #999;
}
.form-half-part input:focus::-webkit-input-placeholder {
    color: transparent;
}
.form-half-part .hidden-label {
    visibility: hidden;
}
.form-address-part, .form-user-part, .form-agree-part {
    position: relative;
}
.form-fodder-part {
    padding-bottom: 40px;
    position: relative;
}
.form-fodder-part select {
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 10px 20px;
    margin: 10px 0 20px 0;
    width: 40%;
}
.form-curtain {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, .8);
    z-index: 2;
}

.odbierz-col {
    position: relative;
    width: 20%;
}
.odbierz-col img {
    max-width: initial;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.form-bottom-row {
    margin: 50px auto;
    display: block;
}
.bottom-horizontal-line {
    width: 100%;
    height: 2px;
    background-color: #eee;
}
.form-go-section {
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.form-go-section .form-curtain {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: transparent;
}
.form-go-section .go-to-the-challenge {
    width: 18%;
    height: 45px;
    border: 2px solid #fff;
    box-shadow: 5px 10px 25px #ccc;
    margin: 30px 5px 0 0;
    cursor: pointer;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ccc;
}
.go-to-the-challenge img {
    margin-left: 15px;
}
.phone-br {
    display: none;
}

@media screen and (max-width: 1024px) {
    .paw-col, .odbierz-col {
        display: none;
    }
    .new-form-col {
        width: 100%;
    }
    .form-go-section .go-to-the-challenge {
        width: 30%;
    }
}
@media screen and (max-width: 767px) {
    .form-text-part {
        display: block;
    }
    .new-form-col {
        padding: 0 20px;
    }
    .header-frame .line-container {
        display: none;
    }
    .twc-form-header .header-container {
        min-width: initial;
    }
    .header-frame h2 {
        width: 100%;
    }
    .hidden-label {
        display: none;
    }
    .disappearing-br {
        display: none;
    }
    .form-go-section .go-to-the-challenge {
        width: 40%;
    }
    .clause-row p {
        padding: 0 20px;
    }
}
@media screen and (max-width: 480px) {
    .form-go-section .go-to-the-challenge {
        width: 100%;
    }
    .phone-br {
        display: block;
    }
}

.twc-upper {
    position: relative;
    line-height: 100%;
}
.twc-mobile-plug {
    display: none;
}
.start-mobile-plug {
    display: none;
}
.twc-upper-bgc {
    width: 100%;
    height: auto;
}
.twc-upper-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.twc-upper-plug {
    width: 100%;
    height: 5%;
}
.twc-topbar {
    width: 100%;
    height: 15%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    visibility: hidden;
}
.twc-topbar .twc-purina-logo {
    cursor: pointer;
}
.twc-topbar .topbar-nav {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.topbar-nav ul {
    list-style-type: none;
}
.topbar-nav ul li {
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    margin-right: 20px;
    border: 2px solid transparent;
}
.topbar-nav ul li:hover {
    cursor: pointer;
    border-bottom: 2px solid #373a3b;
}
.topbar-user-section {
    display: flex;
    align-items: center;
}
.topbar-user-section img {
    line-height: 100%;
    height: 34px;
    width: auto;
    cursor: pointer;
    margin: 0 15px;
}
.topbar-user-section button {
    line-height: 100%;
    height: 30px;
    border-radius: 20px;
    color: #fff;
    font-weight: 500;
    padding: 0 20px;
}
.twc-header-content {
    width: 50%;
    height: 80%;
    padding: 60px 20px 0 20px;
}
.twc-header-content img {
    width: 25%;
    height: auto;
}
.twc-header-content h2 {
    font-size: 50px;
    font-weight: 300;
    width: 75%;
    line-height: 120%;
    margin: 20px 0;
    letter-spacing: 1px;
}
.twc-header-content p {
    font-size: 20px;
    font-weight: 300;
    width: 75%;
}
.twc-header-content .button {
    height: 50px;
    border-radius: 25px;
    color: #fff;
    font-weight: 500;
    padding: 0 50px;
    line-height: 50px;
    margin-top: 15px;
    letter-spacing: 1px;
    font-size: 18px;
}

.challenge-movies {
    max-width: 1440px;
    /*min-width: 640px;*/
    width: 100%;
    margin: -2px auto 0 auto;
}
.movie-section {
    display: flex;
    position: relative;
}
.movie-desc {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.movie-hidden {
    display: none;
}
.movie-desc-inner {
    width: 70%;
}
.movie-desc-inner img {
    max-width: 100px;
    max-height: 100px;
}
.movie-desc-inner h4 {
    font-size: 24px;
    margin: 10px 0;
}
.movie-desc-inner p {
    font-size: 17px;
}
.movie-exact {
    width: 50%;
}
.challenge-level-mark {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #1d8995;
    text-align: center;
    line-height: 120px;
    color: #fff;
    font-size: 18px;
    transform: translate(-50%, -50%);
}
.challenge-start-section {
    position: relative;
    max-width: 1440px;
    /*min-width: 640px;*/
    width: 100%;
    margin: 0 auto;
}
.challenge-start-section .start-twc-logo {
    position: absolute;
    right: 10%;
    top: 10%;
    width: 120px;
    height: auto;
}
.twc-start-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.start-content-inner {
    width: 70%;
}
.start-content-inner h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 120%;
    margin: 20px 0;
    letter-spacing: 1px;
}
.start-content-inner p {
    font-size: 18px;
    margin-bottom: 40px;
}
.start-content-inner button {
    font-weight: 500;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    margin-right: 20px;
    padding: 0 50px;
}
.testimonials {
    max-width: 1440px;
    /*min-width: 640px;*/
    width: 100%;
    margin: -6px auto 0 auto;
}
.testimonials-inner {
    background-color: #1d8995;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.testimonials-inner h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    line-height: 120%;
    margin: 60px auto 10px auto;
    letter-spacing: 1px;
    text-align: center;
    width: 90%;
}
.testimonials-inner p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
    width: 40%;
    line-height: 120%;
}
.testimonials-inner button {
    color: #fff;
    font-weight: 500;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    padding: 0 50px;
    background-color: #115863;
}
.testimonials-slider {
    padding: 60px 40px;
    width: 100%;
    position: relative;
}
.testimonials-slider .slider-move {
    position: absolute;
    bottom: 50%;
    display: flex;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #115863;
    transform: translateY(50%);
    cursor: pointer;
}
.testimonials-slider .move-prev {
    padding-left: 20px;
    left: 5%;
}
.testimonials-slider .move-prev span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(45deg);
}
.testimonials-slider .move-next {
    padding-left: 14px;
    right: 5%;
}
.testimonials-slider .move-next span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
.testimonials-slider-content {
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.opinions-photo {
    width: 30%;
}
.opinions-photo img {
    object-fit: contain;
}
.opinions-desc {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.opinions-desc .opinion-title {
    width: 100%;
    color: #fff;
    font-weight: 400;
    font-size: 26px;
}
.opinions-desc .opinion-content {
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 120%;
}
.opinions-desc .opinion-details {
    width: 100%;
    color: #115863;
    font-size: 18px;
}
.opinions-desc .opinion-details .opinion-author {
    color: #115863;
    font-size: 18px;
    font-weight: 500;
}
.opinions-desc .opinion-details .opinion-city {
    color: #115863;
    font-size: 18px;
}
.opinions-desc .opinion-details .opinion-points {
    color: #115863;
    font-size: 18px;
}
.twc-faq-wrapper {
    position: relative;
    max-width: 1440px;
    /*min-width: 640px;*/
    width: 100%;
    margin: 0 auto;
}
.twc-faq {
    position: absolute;
    left: 0;
    top: 0;
    height: 132px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 40px;
}
.twc-faq h3 {
    text-align: center;
    width: 95%;
    font-size: 25px;
    font-weight: 500;
}
.twc-faq h3 a {
    font-size: 25px;
    font-weight: 500;
    border-bottom: 1px solid #373a3b;
    color: #373a3b;
}
.twc-faq .faq-arrow {
    display: inline-block;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    border-top: 2px solid #373a3b;
    border-right: 2px solid #373a3b;
}
@media screen and (max-width: 1300px) {
    .twc-header-content h2 {
        line-height: 100%;
        letter-spacing: 0;
        width: 90%;
        margin: 10px 0;
    }
    .twc-header-content p {
        line-height: 100%;
        width: 90%;
    }
    .movie-desc-inner img {
        max-width: 50%;
    }
    .movie-desc-inner h4 {
        line-height: 100%;
    }
    .movie-desc-inner p {
        line-height: 100%;
        font-size: 15px;
    }
    .start-content-inner h2 {
        line-height: 100%;
        letter-spacing: 0;
    }
    .start-content-inner p {
        line-height: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .twc-mobile-plug {
        display: block;
        background-color: #f6f6ec;
        height: 600px;
        box-shadow: 0 50px 50px 20px #f6f6ec;
        position: relative;
        z-index: 2;
    }
    .start-mobile-plug {
        display: block;
        background-color: #f6f6ec;
        height: 400px;
        box-shadow: 0 30px 50px 20px #f6f6ec;
        position: relative;
        z-index: 2;
    }
    .twc-start-content {
        z-index: 3;
        height: 75%;
        width: 100%;
    }
    .challenge-start-section .start-twc-logo {
        z-index: 3;
        right: 50%;
        top: 5%;
        transform: translate(50%);
    }
    .start-content-inner h2 {
        text-align: center;
    }
    .start-content-inner p {
        text-align: center;
    }
    .start-content-inner .button-panel {
        display: flex;
        justify-content: space-around;
    }
    .twc-upper {
        overflow: hidden;
    }
    .twc-topbar {
        display: none;
    }
    .twc-header-content {
        width: 100%;
        text-align: center;
        padding: 40px 20px 0 20px;
        z-index: 3;
    }
    .twc-header-content img {
        width: 20%;
    }
    .twc-header-content h2 {
        line-height: 150%;
        width: 70%;
        margin: 20px auto;
        text-align: center;
    }
    .twc-header-content p {
        line-height: 130%;
        width: 80%;
        margin: 0 auto 20px auto;
        text-align: center;
    }
    .twc-upper-bgc {
        margin-top: -100px;
        width: 140%;
        max-width: 140%;
    }
    .movie-section {
        flex-direction: column;
    }
    .movie-exact {
        order: 2;
        width: 100%;
        display: table-cell;
    }
    .movie-desc {
        width: 100%;
        display: table-cell;
        order: 1;
        position: relative;
    }
    .movie-desc-inner {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #fff;
        padding: 50px;
    }
    .movie-desc-inner img {
        max-width: initial;
        max-height: initial;
    }
    .movie-hidden {
        display: block;
    }
    .testimonials-slider .slider-move {
        bottom: 6%;
        transform: translateY(0);
    }
    .testimonials-slider .move-prev {
        left: 40%;
    }
    .testimonials-slider .move-next {
        right: 40%;
    }
    .testimonials-slider-content {
        display: block;
    }
    .opinions-photo {
        width: 40%;
        margin: 0 auto;
    }
    .opinions-desc {
        width: 80%;
        margin: 0 auto;
    }
    .opinions-desc .opinion-title {
        text-align: center;
    }
    .opinions-desc .opinion-content {
        text-align: center;
    }
    .opinions-desc .opinion-details {
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .twc-upper-plug {
        display: none;
    }
    .twc-header-content {
        padding: 0 20px;
    }
    .twc-mobile-plug {
        height: 520px;
    }
    .movie-desc-inner img {
        max-width: 120px;
        max-height: 120px;
    }
    .testimonials-inner p {
        width: 60%;
    }
}
@media screen and (max-width: 600px) {
    .movie-desc-inner img {
        display: none;
    }
    .movie-desc-inner p {
        line-height: 100%;
        font-size: 15px;
    }
}
@media screen and (max-width: 480px) {
    .movie-desc-inner h4 {
        font-size: 18px;
    }
    .movie-desc-inner p {
        font-size: 12px;
    }
    .challenge-start-section .start-twc-logo {
        display: none;
    }
}

.opinions-upper {
    position: relative;
    z-index: 2;
    margin-top: calc(-23.7% + 94px);
}
.opinions-upper .opinions-upper-bgc {
    width: 100%;
    height: auto;
}
.black-horizontal-line {
    width: 100%;
    height: 2px;
    background-color: #373a3b;
    transform: translateY(-7px);
}
.opinions-upper-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.upper-content-container {
    max-width: 1280px;
    /*min-width: 640px;*/
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
}
.upper-content-left {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 50%;
}
.upper-content-left h2 {
    margin: 10% 0 0 0;
    color: #1d8995;
    font-weight: 700;
    font-size: 30px;
    text-shadow: 0 10px 8px #ddd;
}
.upper-content-left p {
    text-align: center;
    color: #373a3b;
    font-weight: 400;
    font-size: 16px;
}
.upper-content-left .counter-frame {
    background-color: #d13048;
    width: 80%;
    height: 60px;
    margin: 20px 0 50px 0;
    border: 2px solid #fff;
    box-shadow: 5px 10px 25px #ccc;
    display: flex;
    align-items: center;
}
.upper-content-left .counter-frame .fodder-text {
    color: #fff;
    font-weight: 300;
    padding: 0 20px;
    font-size: 16px;
    margin-bottom: 0;
}
.upper-content-left .counter-frame .fodder-text span {
    font-weight: 300;
    color: #fff;
}
.counter-frame .fodder-counter-container {
    width: 88px;
    height: 34px;
    position: relative;
}
.counter-frame .fodder-counter {
    padding: 0 0 0 5px;
    color: #1d8995;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 11px;
}
.counter-frame .counter-grid {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
}
.counter-frame .counter-grid .counter-grid-part {
    width: 25%;
    height: 100%;
    border: 1px solid #d13048;
}
.red-arrow-container img {
    margin-left: 25%;
}
.upper-content-left .fodder-graphic {
    position: absolute;
    left: 10%;
    top: 85%;
    width: 80%;
    height: auto;
}
.upper-content-right {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.content-right-actions {
    width: 75%;
    transform: translateY(12%);
}
.content-right-actions p {
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 16px;
}
.content-right-buttons {
    display: flex;
    justify-content: space-around;
}
.content-right-buttons button {
    width: 38%;
    height: 50px;
    background-color: #d13048;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 5px 10px 25px #ccc;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-right-buttons button img {
    margin-left: 15px;
}
.content-right-buttons .btn-go-to-form {
    background-color: #373a3b;
}
.steps-graphic {
    display: flex;
    justify-content: center;
}
.steps-frame h2 {
    width: 40%;
}
.steps-frame .line-container {
    width: 30%;
}
.steps-frame .line-container .short-horizontal-line {
    width: 80%;
}
.opinions-frame {
    background-color: #373a3b;
}
.opinions-graphic {
    max-width: 1280px;
    /*min-width: 640px;*/
    width: 100%;
    margin: 0 auto;
}
.single-opinion {width:48%; background-color:#fbfbfb; box-sizing: border-box; padding: 10px; position: relative; margin: 1%;}
.opinions-graphic img {
    height: 100%;
}

.opinions-form-wrapper {
    max-width: 1280px;
    /*min-width: 640px;*/
    width: 100%;
    margin: 0 auto;
}
.tight-row {
    width: 30%;
    margin-bottom: 20px;
}
.add-cat-row {
    display: flex;
    justify-content: space-between;
}
.add-cat-button {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.add-cat-button .btn-add-cat {
    height: 45px;
    border: 2px solid #fff;
    box-shadow: 5px 10px 25px #ccc;
    margin: 10px 5px 0 0;
    cursor: pointer;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-add-cat img {
    margin-left: 15px;
}
.tight-row select {
    width: 100%;
    height: 50px;
    background-color: #fff;
}
.opinions-name-part {
    display: flex;
    justify-content: space-between;
}
.tight-row input {
    height: 50px;
    padding: 0 20px;
}
.wide-row {
    width: 70%;
    margin-bottom: 20px;
}
.wide-row textarea {
    width: 100%;
    height: 200px;
    padding: 20px;
    resize: none;
}
.rate-line {
    display: flex;
    justify-content: space-between;
}
.rate-line span {
    font-size: 18px;
    font-weight: 500;
}
.rate-line img {
    width: 174px;
    height: 17px;
}
.recommend-row {
    margin: 40px 0 80px 0;
}
.recommend-row label {
    color: #1d8995;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
}
.recommend-row select {
    width: 30%;
    height: 50px;
    background-color: #fff;
}
.form-go-section .btn-send-opinion {
    width: 20%;
    height: 45px;
    border: 2px solid #fff;
    box-shadow: 5px 10px 25px #ccc;
    margin: 30px 0 0 0;
    cursor: pointer;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ccc;
}
.btn-send-opinion img {
    margin-left: 15px;
}
.name-part-half {
    width: 48%;
}
.name-part-half input {
    width: 100%;
}

.rate-points .single-point {display:inline-block; float:left; width:16px; height: 16px; margin:0 4px; border-radius: 8px; border:2px solid #1d8995; cursor: pointer;}
.rate-points .on {background-color:#1d8995;}
.rate-points .minus {margin-right:15px;display:inline-block; float:left; color: #ba1c3b;font-size:36px; font-weight: 600; cursor: pointer; line-height: 12px;}
.rate-points .plus {margin-left:15px; display:inline-block; float:left; color:#1d8995; font-size:28px;cursor: pointer; font-weight: 600;  line-height: 12px;}
@media screen and (max-width: 1370px) {
    .opinions-upper {
        margin-top: -23.7%;
    }
}
@media screen and (max-width: 1300px) {
    .upper-content-left .counter-frame {
        width: 90%;
        margin: 0 auto;
    }
    .upper-content-left {
        padding: 0 20px;
    }
    .upper-content-left .counter-frame {
        margin: 10px 0 20px 0;
    }
    .upper-content-left h2 {
        font-size: 28px;
    }
    .counter-frame .fodder-text {
        padding: 0 12px;
    }
    .red-arrow-container img {
        width: 60px;
    }
}
@media screen and (max-width: 1024px) {
    .red-arrow-container img {
        display: none;
    }
    .upper-content-left .fodder-graphic {
        display: none;
    }
    .upper-content-container {
        display: block;
    }
    .upper-content-left {
        height: 50%;
        width: 100%;
    }
    .upper-content-right {
        height: 50%;
        width: 100%;
    }
    .opinions-upper .opinions-upper-bgc {
        max-width: initial;
        width: 100%;
        height: 560px;
        object-fit: cover;
    }
    .tight-row {
        width: 50%;
    }
    .form-go-section {
        padding: 0 20px;
    }
    .upper-content-left h2 {
        text-align: center;
    }
    .upper-content-left .counter-frame {
        width: initial;
        margin: 0 auto;
    }
    .counter-frame .fodder-text {
        padding: 0 25px;
    }
    .form-go-section .btn-send-opinion {
        width: 30%;
    }
}
@media screen and (max-width: 980px) {
    .single-opinion {
        width: 98%;
    }
}
@media screen and (max-width: 767px) {
    .tight-row {
        width: 80%;
        padding: 0 20px;
    }
    .wide-row {
        width: 100%;
        padding: 0 20px;
    }
    .form-go-section .btn-send-opinion {
        width: 40%;
    }
    .steps-frame h2 {
        width: 100%;
    }
    .counter-frame .phone-hidden {
        display: none;
    }
    .form-half-part {
        width: 80%;
    }
    .form-half-part input {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .recommend-row select {
        width: 60%;
    }
    .upper-content-left .counter-frame {
        width: 100%;
        justify-content: center;
    }
    .upper-content-left .counter-frame .fodder-text {
        padding: 0 5px;
    }
    .opinions-steps .twc-form-header {
        margin: 150px 0 0 0;
    }
    .steps-graphic .paw-step {
        margin-bottom: 25px;
    }
    .steps-graphic .paw-step span {
        font-size: 12px;
    }
    .form-half-part {
        width: 100%;
    }
    .tight-row {
        width: 100%;
    }
    .name-part-half {
        width: 100%;
    }
    .half-part-top {
        margin-bottom: 15px;
    }
    .name-part-half input {
        width: 100%;
    }
    .opinions-name-part {
        flex-wrap: wrap;
    }
    .rate-line span {
        font-size: 14px;
    }
    .rate-points .minus {
        margin-right: 5px;
    }
    .rate-points .plus {
        margin-left: 5px;
    }
    .rate-points .single-point {
        margin:0 2px;
    }
    .form-go-section .btn-send-opinion {
        width: 100%;
    }
}
.typ-bgc {
    margin-top: -23.7%;
    position: relative;
    z-index: 2;
}
.typ-bgc .opinions-upper-bgc {
    width: 100%;
    height: auto;
}
.thankyou-index .row p {
    width: 60%;
    margin: -20px auto 80px auto;
    font-size: 18px;
    text-align: center;
}
.thankyou-index .row p span{
    font-size: 18px;
    color: #1d8995;
}

.form-go-section span {
    display: inline-block;
    padding: 0 30px;
    margin-top: 30px;
    color: #eee;
    font-size: 18px;
    line-height: 45px;
}
.form-cat-part .add-cat-row {
    width: 55%;
}
.form-select-part {
    display: flex;
    width: 100%;
    position: relative;
}
.form-select-part select {
    width: 80%;
    padding: 10px 20px;
    margin: 10px 0 20px 0;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .form-select-part {
        display: block;
    }
}
.errors li {
    list-style-type: none;
    color: red;
    font-weight: 600;
}
.all-opinions-container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    text-align: right;
    padding: 20px 15px;
}
.btn-all-opinions {
    height: 50px;
    box-shadow: 5px 10px 25px #ccc;
}
.btn-all-opinions img {
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
}
.opinions-loader {
    position: absolute;
    left: calc(50% - 60px);
    top: calc(50% - 60px);
    z-index: 10;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #1d8995;
    border-bottom: 16px solid #1d8995;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}