@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/firasans-light-webfont.woff2') format('woff2'),
         url('../fonts/firasans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/firasans-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/firasans-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;

}
@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/firasans-medium-webfont.woff2') format('woff2'),
         url('../fonts/firasans-medium-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/firasans-mediumitalic-webfont.woff2') format('woff2'),
         url('../fonts/firasans-mediumitalic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;

}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/oswald-light-webfont.woff2') format('woff2'),
         url('../fonts/oswald-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Oswald';
    src: url('../fonts/oswald-regular-webfont.woff2') format('woff2'),
         url('../fonts/oswald-regular-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/*reset*/
html, body, div, dl, dt, dd,  h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}
strong { font-weight: bold }
em { font-style: italic }
a img { border:none }
/*end*/

body, html {
	width:100%;
	font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size:0.8vw;
	/*line-height:16px;*/
    font-weight: 300;
}
body {
    position: relative;
}
/*szablon strony*/
#overall {
    width:100%;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    text-align: center;
}
.global-wrapper {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    z-index:1;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}
#wrapper {
    padding-top: 0;
}
.article-wrapper {
    display: table;
    width: 100%;
}
.content-container {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
    padding-top: 16px;
}
.aside-container {
    display: table-cell;
    width: 25%;
    min-width: 300px;
    vertical-align: top;
    position: relative;
}

@media all and (max-width:1366px) {
    .global-wrapper, .soc-wrapper {
       width: 1024px;
    }
}
@media all and (max-width:1024px) {
    .global-wrapper, .soc-wrapper {
       width: 100%;
    }
    .content-container {
        display: block;
        padding-right: 0;
    }
    .aside-container {
        display: block;
        width: 100%;
    }
    .article-wrapper {
        display: block;
    }
}
@media all and (max-width:768px) {
    #wrapper {
       padding-top: 20px;
    }
}

@media all and (min-width:1367px) {
    #overall, .soc-overall {
        padding: 0 160px;
    }
    .global-wrapper, .soc-wrapper {
        width: 100%;
        min-width: 1024px;
    }
}
@media all and (min-width:1600px) {
    #overall, .soc-overall {
        padding: 0;
    }
    .global-wrapper, .soc-wrapper {
        width: 80%;
    }
}

/*old*/
/*#wrapper {
	margin: 0px auto;
	width: 90%;
	padding: 0px 5%;
	overflow:hidden;
	background:#ffffff;
	position:relative;
	z-index:1;
    text-align: left;
}*/
/*end old*/

strong, b {
    font-weight: 700;
}
.beta-fit {
	position: absolute;
	top: 25%;
	right: -55px;
}
.main_pro {
	margin-top: 15px;
}
#deb {
position:fixed;
top:0px;
right:0px;
width:20px;
height:0px;
background:url(../images/debbg.gif) #eee top center  repeat-x;
color:#f00;
xtransition: all 0.3s ease-in-out 1s height 0.5s ease-in-out 0.3s;
transition: all 0.3s ease-in-out 1s;
overflow:hidden;
padding-top:20px;
z-index:99999999;
}
/* HEADER */
#deb:hover{
width:600px;height:100px;
transition: width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0.4s;
overflow-y:scroll;
overflow-x:hidden;
}
a {
	text-decoration:none;
}
#background {
	position:absolute;
	z-index:0;
	top:0px;
	left:0px;
	right:0px;
	width:100%;
}
#background  img, .bg_img{
	width:100%;
}
#container {
	position:relative;
	z-index:1;
	width: 100%;
}

#b_menu {
	color:#fff;
	padding:0px 10px;
}
#s_menu {
	display:none;
	padding:20px 0px;
}
#h_menu ul, #hash_tags ul, #s_hash_tags ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#h_menu li, #hash_tags li, #s_hash_tags li {
	display:inline-block;
}
#h_menu li {
    font-size: 17px;
}
#hash_tags li, #s_hash_tags li {
    font-size: 14px;
	line-height:16px;
    font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 700;
}
#hash_tags ul li {
    opacity: 0;
}
#logo{
	text-align:center;
	position:relative;
	margin-top:4px;
}
.reset {
	clear:both;
}
.p43, .p14, .p40, .p20, .p38, .p24 {
	xfloat:left;
	display:inline-block;
}
.p43 {
	width:43%;
	border-bottom:1px solid #281871;
	/*padding: 8px 0px;*/
}
.p40 {
	width:40%;
	border-bottom:1px solid #281871;
	padding: 8px 0px;
}
.p38 {
	width:38%;
	border-bottom:1px solid #281871;
	padding: 8px 0px;
}

.p14 {
	width:14%;
	position: relative;
}
.p20 {
	width:20%;
	position: relative;
}
.p24 {
	width:24%;
	position: relative;
}
.p77 {
	width:77%;
	margin-top:2vw;
	margin-bottom:0px;
	padding: 2vw 11.5%;
	border-top:1px solid #3f337d;
}
.p70 {
	width:73%;
	float:left;
	/*padding-right:3%;*/
}
.p30 {
	width:25%;
	float:right;
}
.tal {
	text-align:left;
}
.tar {
	text-align:right;
}
#login {
	position: absolute;
	bottom: 8px;
	left:0px;
}
#profil {
	position: absolute;
	bottom: 1px;
	left: 0px;
    cursor: pointer;
}
#profil img {
    width: 2vw;
    height: auto;
}
#search {
	position:absolute;
	right:0px;
	bottom: 0.7vw;
}
#s_button, #f_button {
	float:left;
	font-size:120%;
}
#s_button {
	background:#f05853;
	border:1px solid #f05853;
	padding:0px 6px;
	margin:0px;
	color:#fff;
	height:24px;
	font-family: 'Oswald', Arial, 'Helvetica Neue';
	font-weight: 300;
}
#f_button {
	padding:0px 2px;
	border:1px solid #f05853;
	box-sizing:border-box;
	width:148px;
	height:24px;
}
.center {
	text-align:center;
}
.right {
    text-align: right;
}
.r {
	position:relative;
}
.w100 {
	width:100%;
}
.w96 {
    width: 96%;
}
.w80 {
	width:80% !important;
}
.w75 {
	width:75%;
}
img.w100, img.w75 {
	display:inline-block;
}
.p43 img {
	/*width:10%;*/
}
.h100 {
	height: 100%;
	width: auto;
}
img.h100 {
	display:inline-block;
}

.box-space {
	width: 100%;
	height: 17px;
	float: left;
}

/*tabele*/
table { width: 100%; }
td { vertical-align: top; }

#h_menu{
	text-align:center;
}

#h_menu {
	padding:25px 0;
}
#h_menu a {
	color:#26166f;
	text-decoration:none;
	text-transform:uppercase;
	margin:0px 12px;
	font-weight: 300;
}
#h_menu a:hover {
	color:#fa5855;
	text-decoration:underline;
}
#h_menu a.active {
	color:#fa5855;
	font-weight:bold;
}
#h_menu a.shop_link, .shop_column {
	color:#fa5855;
}
#hash_tags, #s_hash_tags {
	padding:16px 0px 26px 0px;
}
#hash_tags {
    text-align: center;
}
#hash_tags a, #s_hash_tags a {
	border:1px solid #fa5855;
	color:#fa5855;
	text-decoration:none;
	padding:5px 8px;
	display:inline-block;
	margin:5px 10px 5px 0px;
	position:relative;
}
#s_hash_tags a {
	border:1px solid #9889dc;
	color:#9889dc;
}
#hash_tags a:hover, #s_hash_tags a:hover {
	xborder:1px solid #fff;
	color:#fff;
	background:#fa5855;
}
#s_hash_tags a:hover {
	background:#9889dc;
}

.tags-cms a:hover {
	background: #fff !important;
	color: #9889dc !important;
}
.del-tag:hover {
	cursor: pointer;
	background-color: rgba(255,0,0,0.4);
}
#hash_tags a:after, #s_hash_tags a:after {
	content: "";
	display:block;
	width:13px;
	height:7px;
	border-left: 1px solid #fa5855;
	border-right: 1px solid #fa5855;
	border-bottom: 1px solid #fa5855;
	background:#fff;
	position:absolute;
	left:-1px;
	bottom:-5px;
	box-sizing: border-box;
	/*transform: rotate(-45deg);*/
	transform:skewY(20deg);
    -ms-transform:skewY(20deg);
    -webkit-transform:skewY(20deg);
	z-index:1;
}
#s_hash_tags a:after {
	border-left: 1px solid #9889dc;
	border-right: 1px solid #9889dc;
	border-bottom: 1px solid #9889dc;
}
#hash_tags a:hover:after, #s_hash_tags a:hover:after {
	background:#fa5855;
}
#s_hash_tags a:hover:after {
	background:#9889dc;
}
.tags-cms a:hover:after {
	background:#fff !important;
}
#hash_tags a.active {
	xborder:1px solid #fff;
	color:#fff;
	background:#fa5855;
}
#hash_tags a.active:after {
	background:#fa5855;
}
#s_hash_tags a.active {
	xborder:1px solid #fff;
	color:#fff;
	background:#9889dc;
}
#s_hash_tags a.active:after {
	background:#9889dc;
}
/* CONTENT */
.content {
	padding-bottom:25px;
	position:relative;
	/*overflow:hidden;*/
}
.content .title {
	display:none;
}
.content_t {
	position:relative;
}
.title {
	text-transform:uppercase;
	color:#fa5855;
	font-size:210%;
	padding:5px 0px;
	font-weight:300;
	font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.title a, .title span a {
	color:#fa5855;
}
.title a:hover {
	text-decoration: underline;
}

.m_title {
	padding-left:27px;
    width:100%;
}
.a_title {
	padding-left:27px;
	line-height:210%;
}
.p25 {
	float:left;
	width:25%;
	position:relative;
	border-bottom:1px solid #fff;
    font-family:'Oswald';
}
.p33 {
	float:left;
	width:33.3333%;
	position:relative;
}
.p50 {
	float:left;
	width:50%;
}
.p75 {
	float:left;
	width:75%;
}
.list_blog p, .art p {
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding:0px 20px;
}

.art {
	height: 20%;
	width:100%;
	background:#f35951;
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom:1px solid #fff;
}
.art:hover {
	background:#fff;
	color:#f35951;
}
.lista a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight:300;
}
.lista a p {
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding:0px 20px;
}
.lista-3 a {
	height: 33.3333333333333%;
	font-size:150%;
	line-height:110%;
}
.lista-4 a {
	height: 25%;
	font-size:150%;
	line-height:110%;
}
.lista-5 a {
	height: 20%;
	font-size:150%;
	line-height:110%;
}
.lista-r a {
	background-color:#f35951;
}
.lista-b a {
	background-color: #9986e2;
}
.lista-b a:nth-child(2) {
    background-color: #9f8bec;
}
.lista-b a:hover {
	background-color: #fff;
	color: #9889dc;
}
.lista-r a:hover {
	background-color: #fff;
	color: #9986e2;
}
.lista .user-name {
	position: absolute;
	top:0;left:4vw;
	padding-left: 30px;
	display: block;
	font-size: 1.2vw;
	line-height: 2vw;
	text-transform: none;
	color: #fff;
}
.lista .rank {
	position: absolute;
	top:0;left:4vw;
	padding-left: 30px;
	padding-top: 2vw;
	display: block;
	font-size: 1.4vw;
	line-height: 2vw;
}
.lista .rank img {
	height: 1.4vw;
	width: auto;
	display: inline-block;
	margin-top: 3px;
	margin-right: 5px;
}
.lista .avatar-4 {
	float:left;
}
.lista p {
	height: 4vw;
}
@media all and (max-width:1020px) {
    .lista p {
        height: 8vw;
    }
    .lista .user-name {
        left: 8vw;
        font-size: 2.4vw;
        line-height: 4vw;
    }
    .lista .rank {
        left: 8vw;
        padding-top: 4vw;
        font-size: 2.8vw;
        line-height: 4vw;
    }
    .lista .rank img {
        height: 2.4vw;
    }
}
@media all and (max-width:720px) {
    .lista p {
        height: 10vw;
    }
    .lista .user-name {
        left: 10vw;
        font-size: 3.4vw;
        line-height: 5vw;
    }
    .lista .rank {
        left: 10vw;
        padding-top: 5vw;
        font-size: 3.8vw;
        line-height: 5vw;
    }
    .lista .rank img {
        height: 3.4vw;
    }
}

.p25 img, .p75 img {
	width:100%;
    height: auto;
	box-sizing:border-box;
}
.p75.service-middle img {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.p25.service-rectangle img {
    width: auto;
    max-width: 100%;
}
.r_cont, .v_cont, .w_cont {
    position:absolute;
	top:0px;
	bottom:4px;
	left: 0px;
	right: 0px;
}
.r_cont {
	background:#f35951;
}
.v_cont {
	background:#a892f7;
}

img.s {
	width:15%;
    margin-top: -6%;
}
.content img.s {
	margin-bottom: -7px;
}

/* S_CONTENT */

.s_content, .content {
	font-family:'Fira Sans';
	font-weight:300;
}

.s_content {
	color:#2E3191;
}

.s_content h2 {
	line-height:normal;
}

.s_content p {
	padding:0px 0px 24px 0px;
	font-weight: 400;
}

#crumb {
	padding:20px 0px;
}
#crumb, #crumb a {
	color:#756c97;
	text-decoration:none;
}
h2 {
	text-transform:none;
}
h1, h1 a {
	font-size: 36px;
	line-height: 48px;
	color: #2E3191;
	padding: 0px 0px 24px 0px;
	font-weight: 300;
	font-family:'Oswald';
	text-transform: uppercase;
}
h1 a:hover {
    color: #F35951;
}
.lead {
	font-size:24px;
	line-height:1.25;
	font-weight:400;
    font-style: italic;
    font-family: 'Fira Sans';
    margin-bottom: 30px;
    color: #000333;
}

h2 {
	font-size:162%;
	line-height:162%;
	font-weight:bold;
	color:#000333;
	padding:20px 0px;
}

#s_image {
	margin:20px 0px;
}

/* FOOTER */
.f_columns a{
	text-decoration:none;
	color:#281571;
	margin-right:5px;
}
.f_columns a:hover{
	text-decoration:underline;
}
.col_1, .col_2, .col_3, .col_4 {
	float:left;
	width:25%;
	color:#281571;
	text-transform:uppercase;
}
.f_title {
	font-size: 16px;
	line-height:120%;
	font-weight:bold;
}
/* ADVER */
.adv {
	text-align:center;
}

.adv2 {
	width:60%;
	margin:40px auto;
}
/* BLOCKS */
.w25_cont {
	width:100%;float:left;position:relative;
	border-right:1px solid #fff;
	box-sizing: border-box;
	font-family:'Oswald';
}
.noborder {
    border: none;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.h60_cont {
	position:absolute;
    top:0px;
    bottom:42%;
    width:100%;
    overflow: hidden;
}
.h60_cont img {
	height:auto;
}
.h40_cont {
	position:absolute;
	top: 58%;
	bottom: 0;
	width:100%;
	text-align: center;
	font-weight:300;
	box-sizing: border-box;
}
.r .h40_cont, .r .wys, .r .h100_cont {
	background: #f35951;
}
.w .h40_cont, .w .wys{
	background: #ffffff;
}
.v .h40_cont, .v .wys {
	background: #68589f;
}
.h40_cont p, .h100_cont p {
	position: absolute;
	left:10px;
	right:10px;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	
	color:#ffffff;
	font-size:140%;
	text-transform:uppercase;
}
.h40_cont p a {
	color:#ffffff;
}

.w .h40_cont p, .w .h40_cont p a, .w .h100_cont p, .w .h100_cont p a {
	color:#291971;
}
.h19 {
	height:19.3vw;
}
.wys {
	position:absolute;
	bottom:-18px;
	right:0px;
	height:30px;
	width:38px;
	display:block;
	transform:skewY(30deg);
    -ms-transform:skewY(30deg);
    -webkit-transform:skewY(30deg);
}


/* WELNESS */
#welness {
	background:#f8f8f8;
	position:relative;
	text-align:center;
}		
.inputstyle {
	-webkit-appearance: button;
	-moz-appearance: button;
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-padding-end: 20px;
	-moz-padding-end: 20px;
	-webkit-padding-start: 2px;
	-moz-padding-start: 2px;
	background-color: #fff; 
	background-image: url(/images/select-arrow.png); 
	background-position: center right;
	background-repeat: no-repeat;
	border: 1px solid #f35951;
	color: #f35951;
	text-transform:uppercase;
	margin: 0;
	overflow: hidden;
	padding:4px 0px;
	font-size:0.9vw;
	font-weight:bold;
	width:67%;
	padding-left:3%;
	font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
textarea {
	background:none;
	border: 1px solid #281571;
	width:100%;
    overflow: hidden;
	/*height:10vw;*/
}
select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

input[type='text'], input[type='password']  {
	background:none;
    font-family: 'Fira Sans';
}

label input[type=checkbox]{
  display: none;
}
/*label span {
  height: 10px;
  width: 10px;
  border: 1px solid #281571;
  display: inline-block;
}*/

[type=checkbox]:checked + span {/* <-- style its checked state */
  background: #f35951;
}

#form option {
	text-transform:uppercase;
}

#sk {
	margin:0px;
	padding:4px 10px;
	background:#fff;
	border:3px solid #f35951;
	color: #f35951;
	text-transform:uppercase;
	width:40%;
	font-size:1.1vw;
	font-weight:300;
	box-sizing:border-box;
	font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}	

#form {
	position:absolute;
	top:50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);	
	margin:0px auto;
}

#middle {
	margin:40px 0px;
}

option.options {
	text-transform:uppercase;
	padding-left:3%;
	display:block;
}

img {
	line-height:0px;
}

.v_medium .w100 {
	xwidth:99.79%;
}

.v_medium {
	float:right;
}

/*proporcje obrazka*/
.pic-outer {
    position: relative;
    width: 100%;
}
.pic-outer.pic-60 {
    padding-top: 60%; 
}
.pic-outer.pic-27 {
    padding-top: 27%; 
}
.pic-outer.pic-100 {
    padding-top: 100%; 
}
.pic-outer .pic-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.pic-outer .pic-inner img.crop, .pic-outer .pic-inner img.cropH {
    position: absolute;
}

/*cytaty*/
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
q:before {
    content: open-quote;
    color: #ec5354;
}
q:after {
    content: no-close-quote;
}

/*BLOG*/
.blog .pic-main {
    margin: 20px 0px;
    width: 100%;
}
#blog-baner {
    margin: 18px 0;
}
.new-post .blog_name {
	color: #ec5354;
	font-size: 1.2vw;
	margin-bottom: 3.2vw;
	margin-top: 0.5vw;
}

.quote {
	font-style: italic;
	font-weight:bold;
	font-size:160%;
}
.gallery {
	width:100%;
	text-align:center;
    margin-top: 25px;
}

.gallery a, .gallery .add {
	width:32%;
	float:left;
}

.gallery a:nth-child(3n+2) {
	margin:0px 2%;
}


.gallery img.w100 {
	width:100%;
	padding: 0px 0px 1vw 0px;
}
.post-list ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
}
.post-list ul li {
	text-transform:uppercase;
	font-size: 15px;
	padding: 0.5vw 0 0.5vw 0;
	line-height: 150%;;
}
.draft a, a.draft {
	color: #aaa;
}
.public a {
	color: #3b2d7a;
}
.draft a:hover, .public a:hover {
	text-decoration: underline;
}
.draft-ico {
	position: absolute;
	top: 0px;
	right:0px;
	width: 20%;
	height: auto;
	z-index: 1000;
}
.fog {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
	z-index: 10;
}
.pdb {
    padding: 0.5vw 0 1.5vw 0;
}
.pdbb {
    padding: 0 0 1.5vw 0;
}
.pdbx {
    margin-top: 1.5vw;
    padding-bottom: 1.5vw; 
    border-bottom: 1px solid #3f337d;
}
.pdbz {
    padding: 0.5vw 0 1.5vw 0;
    border-top: 1px solid #3f337d;
}
.pdbt {
	padding: 0.5vw 0 1.5vw 0;
	border-bottom: 1px solid #3f337d;
}
.blue {
    color: #3f337d;
}
.maleLitery {
    text-transform: none;
}
.placehold {
	color: #ccc;
}
.post-status {
	float:right;
	font-size: 1vw;
	margin-top: 2.2vw;
}
.post-status a {
	margin-left: 8px;
	color: #3b2d7a;
}
.post-status a:hover {
	text-decoration: underline;
}
.post-status a.active {
	color: #fa5855;
	font-weight: 400;
}

.fotka .foot {
    position: relative;
    padding: 0;
}
.read {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    padding-left: 20px;
    margin-right: 7px;
}
.vote {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    padding-left: 20px;
    margin-right: 7px;
}
.r .read, .v .read {
    background: url(../images/iread_r.png) center left no-repeat;
}
.w .read {
    background: url(../images/iread_w.png) center left no-repeat;
}
.fotka .r .vote {
    background: url(../images/ivote_r.png) center left no-repeat;
}
.fotka .w .vote {
    background: url(../images/ivote_c.png) center left no-repeat;
    color: #fa5855;
}
.comm {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    padding-left: 20px;
}
.r .comm {
    background: url(../images/icomm_r.png) center left no-repeat;
}
.w .comm {
    background: url(../images/icomm_w.png) center left no-repeat;
}
.fotka .w .comm {
    background: url(../images/icomm_c.png) center left no-repeat;
    color: #fa5855;
}


.tool {
    width: 20px;
    height: 20px;
}
.r .tool {
    background: url(../images/tool_r.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
}
.w .tool {
    background: url(../images/tool_w.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
}
.h40_cont .tool {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10%;
    bottom: 6px;
}


.tag-factory {
	margin: 5px 0px 5px 0px;
    padding: 5px 10px;
	display: block;
	border: 1px solid #ccc;
	width: 190px;
	/*box-shadow: inset 0 1px 3px #ddd;*/
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0 !important;
	position:relative;
	
	font-size: 14px !important;
	font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
	font-weight: 500;
	color: #fa5855;
	line-height: 16px;
}
.tag-factory-wrapper {
    position: relative;
}
.tag-tick:after {
	content: "";
	display:block;
	width:13px;
	height:7px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background:#fff;
	position:absolute;
	left:0px;
	bottom:1px;
	box-sizing: border-box;
	/*transform: rotate(-45deg);*/
	transform:skewY(20deg);
	-ms-transform:skewY(20deg);
	-webkit-transform:skewY(20deg);
	z-index: 9 !important;
}
#s_hash_tags ul li a img {
    position: absolute;
    right: 5px;
    top: 7px;
    width: 12px;
    height: 12px;
}
#s_hash_tags ul li a div {
    width: 22px;
    height: 26px;
    border-left: 1px solid #9889dc;
    position: absolute;
    right: 0px;
    top: 0px;
}

img.avatar-4 {
    width: 4vw;
    height: 4vw;
    -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
}
@media all and (max-width:1020px) {
    img.avatar-4 {
        width: 8vw;
        height: 8vw;
    }
}
@media all and (max-width:720px) {
    img.avatar-4 {
        width: 10vw;
        height: 10vw;
    }
}
.left {
    float: left;
}
.right {
    float: right;
}

.slider-boxx ul {
    list-style: none;
}


.more_article div {
    color:#3b2d7a;
    padding-bottom:5px;
}	
.more_article div:nth-child(odd) {
    text-transform:uppercase;
    font-size: 15px;
}	
.more_article div:nth-child(even) {
    color:#fa5855;
    padding-bottom:12px;
    font-family: 'Fira Sans';
    font-size: 15px;
}
.more_article a:hover {
    text-decoration: underline
}

.meet-blogger {
    font-size: 16px;
    clear: both;
}
.meet-blogger a {
    color: #3b2d7a;
}
.meet-blogger a:hover {
    text-decoration: underline;
}
.meet-blogger img {
    float: left;
    width: 18%;
    height: 18%; 
    float: left; 
    -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
    background-color: #fff;
    margin-right: 2%;
}
.meet-blogger .meet-title {
    text-transform: uppercase;
    float: left;
    width: 74%;
    margin-bottom: 10px;
    line-height: 130%;
}
.meet-blogger .meet-name {
    float: left;
    width: 74%;
    line-height: 130%;
}
.meet-blogger .meet-name a {
    color: #f35951;
}
.sp8 {
    height: 8px;
}

.bb_desc {
	position:absolute;
	top:0px;
	left:0px;
	font-weight: 300;
	color:#fff;
	float:left;
}

.bb_desc span {
	display:block;
	width:100%;
	padding:0px 4vw;
	border-bottom:1px solid #3b2d7a;
	box-sizing:border-box;
	text-align:center;
}

.bb_desc .big {
	font-size:350%;
	height:7.3vw;
	line-height:7.3vw;
	background:#fa5855;
	text-transform:uppercase;
}

.bb_desc .small {
	height:3.1vw;
	line-height:3.1vw;
	font-size:200%;
	letter-spacing:7px;
}

.register, .l_facebook  {
	font-weight:300;
	line-height:1.3vw;
	font-size: 14px;
}

.register {
	background:#ffffff;
	border:1px solid #3b2d7a;
	padding:5px 15px;
	display:inline-block;
	margin:10px auto 10px auto;
	text-transform:uppercase;
	color:#281571;
}

.l_facebook {
	background:#3c579e;
	border:1px solid #3b2d7a;
	padding:5px 10px;
	display:inline-block;
	margin:10px auto 10px auto;
	text-transform:uppercase;
	color:#ffffff;
}

.ul_red , .ul_blue {
    background:#da251c;
    padding:12px !important;
    margin:13px 0px 0px 0px;
}

.ul_blue {
	background:#2a1570;
}

#h_menu.ul_red a, #h_menu.ul_blue a {
	color:#ffffff;
}

.descript {
	font-size: 18px;
    font-weight: 300;
	display:block;
	color:#3b2d7a;
	line-height: 1.8;
	font-family: inherit;
}

.blogs .h60_cont {
	bottom:60%;
}
.blogs .h40_cont {
	top:40%;
}

.blogs .h40_cont img.avatar {
	-webkit-border-radius: 50%; /*2.1vw*/
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 4.2vw;
	width: 4.2vw;
}
.blogs .h100_cont {
	top:0;
}
.blogs .h100_cont img.avatar {
	-webkit-border-radius: 4vw;
	-moz-border-radius: 4vw;
	border-radius: 4vw;
	height:8vw;
	width:8vw;
}

#fog {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 900;
    overflow: hidden;
    position: fixed;
    
    background: rgb(217,205,205);
    opacity: 0.90;
    filter: alpha(opacity=90);
}
.over-fog {
    z-index: 1041;
    background-color: #fff;
    position: fixed;
}

#btn-new-post {
    padding: 8px 12px 8px 12px;
}

.gray {
	background-color: #f0eff0;
}
.avr {
	position: absolute;
	top: -2vw;
	width: 100%;
	text-align: center;
}

.mid {
	position:absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width:90%;
	margin:0px auto;
	left:0px;
	right:0px;
	font-family:'Oswald';
	line-height:normal;
}

.mid img {
	border:none;
	
}
.w .avatar {
	border: #fff solid 2px;
}
.r .avatar {
	border: #f35951 solid 2px;
}

/*formularze admin*/
.modal-new-content {
	width: 50vw;
}
.inp-under {
    border: none;
    border-bottom: 1px solid #bbb;
    /*color: #ea5355;*/
    color: rgb(250, 88, 85);
}
.inp-under:focus {
    outline:none;
    border-bottom: 2px solid rgb(250, 88, 85);
}
.inp-discr {
    border: none;
}
.form-modal .row {
	margin-top: 1vw;
	text-align: right;
    line-height: normal !important;
    clear:both;
    height: 2.9vw;
}
.form-modal .descr {
	margin-top: 1vw;
	text-align: right;
    line-height: normal !important;
    clear:both;
    height: 2.8vw;
}
form-modal .spacer {
    clear:both;
    height: 3vw;
}
.form-modal input[type='text'] {
	font-size: 2vw;
	width: 100%;
    font-family: 'Oswald', Arial, Helvetica;
    font-weight: 300;
}
.form-modal input[type='button'] {
    margin-right: 0.4vw;
}
.form-modal label {
	display: block;
    font-family: 'Oswald', Arial, Helvetica;
    font-weight: 300;
    float: right;
    font-size: 1.4vw;
    color: #888;
    padding-top: 0.6vw;
    padding-right: 15px;
}
.inp-url-pre {
    width: 30% !important;
    float:right;
    color: #2d1769;
}
.inp-url-end {
    width: 70% !important;
    float:right;
}
.blog-url-pre {
    width: 25% !important;
    float:right;
    color: #2d1769;
}
.blog-url-end {
    width: 75% !important;
    float:right;
}
.form-modal :focus {outline:none;}
.form-modal ::-webkit-input-placeholder { color: rgba(180,180,180,1);font-weight: 300;font-size: 2vw;  }
.form-modal ::-moz-placeholder { color: rgba(180,180,180,1);font-weight: 300;font-size: 2vw;  } 
.form-modal :-ms-input-placeholder { color: rgba(180,180,180,1);font-weight: 300;font-size: 2vw;  } 
.form-modal ::-ms-input-placeholder { color: rgba(180,180,180,1);font-weight: 300;font-size: 2vw;  } 
.form-modal input:-moz-placeholder { color: rgba(180,180,180,1);font-weight: 300;font-size: 2vw;  }
.form-modal :placeholder-shown { color: rgba(180,180,180,1);font-weight: 300;font-size: 2vw;  }

.form-modal .lab { width: 30%; float: left; }
.form-modal .inp { width: 70%; float: left; text-align: left;}
.form-modal .logo {
    width: 60%;
    height: auto;
}
.btn-red {
    border: 1px solid #ec5354;
    text-transform: uppercase;
    padding: 1px 10px;
    background-color: #ec5354;
    color: #fff;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size:1.8vw;
    font-weight: 300;
}
.btn-white {
    border: 1px solid #2d1769;
    text-transform: uppercase;
    padding: 1px 10px;
    background-color: #fff;
    color: #2d1769;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size:1.8vw;
    font-weight: 300;
}
.btn-white:hover, .btn-blue:hover, .btn-red:hover {
    background-color: #bbb;
    color: #fff;
    cursor: pointer;
    border: 1px solid #bbb;
}
.btn-red:hover {
    color: #ec5354;
}
.btn-blue {
    border: 1px solid #2d1769;
    text-transform: uppercase;
    padding: 1px 10px;
    background-color: #2d1769;
    color: #fff;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size:1.8vw;
    font-weight: 300;
}
/*o mnie*/
.avatar-big img {
    width: 8vw;
    height: 8vw;
    -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.name-big {
    font-size: 1.2vw;
    padding: 10px 0 15px 0;
    color: #f35951;
}

/*buttony po nowemu*/
.btn {
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px 15px;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-weight: 300;
    cursor: pointer;
}
.btn-r {
    background-color: #ec5354;
    border: 1px solid #ec5354;
    color: #fff;
}
.btn-r:hover {
    border-color: #f9aca8;
    background-color: #f9aca8;
    color: #fff;
}
.btn-w {
    background-color: #fff;
    border: 1px solid #f9aca8;
    color: #f9aca8;
}
.btn-w:hover {
    background-color: #f9aca8;
    color: #fff;
}

.btn-18 {
    
}
.jBox-TooltipDark .jBox-container {
    font-size: 1vw;
}

/*WIZYTOWKA*/
/*#wizytowka-top {
margin-bottom: 20px;	
}
.wizytowka .title {
    font-size:200%;
    text-transform: uppercase;
    color: #281571;
    line-height: 110%;
}
.wizytowka form {
	position:absolute;
	top:0px;
	bottom:40%;
	width:100%;
}
.wizytowka form li {
	list-style: none;
	padding: 5px;
}
.wizytowka label {
	color: #281571;
}
.wizytowka .name {
	font-size:140%;
	text-transform: uppercase;
	line-height:98%;
    font-weight: 500;
}
.wizytowka .profession {
	font-size:110%;
	margin-bottom:0.8vw;
	text-transform: uppercase;
	padding: 0px;
	line-height:normal;
}*/



.bb_desc a {
	color: #fff;
}
.bb_desc a:hover {
	color: rgb(85, 26, 139);
}

.blog-box .title {
	font-size:200%;
	text-transform: uppercase;
	color: #281571;
}
.blog-box form li {
	list-style: none;
	padding: 7px;
}
.blog-box label {
	color: #281571;
}

.h25 {
    height: 25px;
}


/*guziki cms*/
.btn-cms-red, .btn-cms-white, .btn-cms-blue {
    text-transform: uppercase;
    padding: 1px 10px;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
}
.btn-cms-red:hover, .btn-cms-white:hover, .btn-cms-blue:hover {
    background-color: rgba(250,88,85,.8);
    border-color: #fb7977;
    color: #fff;
    cursor: pointer;
}
.btn-cms-red {
    border: 1px solid #ec5354;
    background-color: #ec5354;
    color: #fff;
}
.btn-cms-white {
    border: 1px solid #ec5354;
    background-color: #fff;
    color: #ec5354;
}
.btn-cms-blue {
    border: 1px solid #2d1769;
    background-color: #2d1769;
    color: #fff;
}


/*blog cms*/
#opis-panel {
    display: none;
}

.more {
    margin:0px auto;
	display:inline-block;
	padding:2px 10px;
    text-transform:uppercase;
    font-size: 90%;
}
.w .more {
	border: 1px solid #3b2d7a;
}
.r .more {
	border: 1px solid #ffffff;
}
.v .more {
	border: 1px solid #ffffff;
}

.pager {
	margin-top:1.5vw;
	line-height:26px;
	height:26px;
}
.pager.c_hr {
	padding:2vw 0px;
}
.pager a:link, .pager a:visited {
	padding:0px 5px;
	margin:0px 1px;
	font-size: 1.1vw;
	color: #2a1570;
	font-family: Oswald, Arial;
}
.pager a.lr {
	border:1px solid #3b2d7a;
	padding:0px 8px 4px 8px;
	box-sizing:border-box;
	margin:0px 15px;
}
.pager a.active {
	font-weight: bold;
	color: #ff0000;
}
.pager a:hover {
	text-decoration: underline;
}


.h19 {
	line-height:normal;
}
/*
.trener input[type='text'] {
	font-family: 'Oswald';
	color: #3b2d7a;
	margin-bottom: 0px;
}
.trener h1, .trener .name {
	font-size:320%;
	font-weight:300;
	text-transform:uppercase;
	line-height: 100%;
}
.trener_desc {
	position:absolute;top:0px;bottom:0px;left:50%;border-top:1px solid #3f337d;border-bottom:1px solid #3f337d;
}
.trener_spec {
	font-size:200%;
	text-transform:uppercase;
}
.trener_site {
	font-weight:bold;
	font-size:200%;
	text-transform:uppercase;
}
.trener_telephone {
	font-weight:300;
	font-size:200%;
	text-transform:uppercase;
}
.trener_telephone span {
	font-weight:bold;
}
.skills {
	list-style-type: square;
	padding:0.6vw 0px;
	font-weight:300;
	font-size:100%;
}

.skills li {
	padding:0.6vw 0px;
}
*/
.comments {
	width:199%;
	padding-top:2vw;
	font-family: 'Fira Sans';
	font-weight:300;
}

.comment {
	padding-bottom:2vw;
	line-height:180%;
	position:relative;
}

.comment.sub { 
	padding-left:5%;
}

.comment.sub:before {
	content:url(../images/c_cross.png);
	position:absolute;
	left:0px;
	top:1%;
	width:5%;
}

.c_hr {
	border-bottom:1px solid #3f337d;
	margin-bottom:2vw;
	padding-bottom:2vw;
}

.add_c, .c_top {
	color:#da251c;
	padding: 0.5vw 0px;
	font-family:'Oswald';
	font-weight:300;
}

.c_title {
	text-transform:uppercase;
	font-weight:bold;
	font-size:120%;
	font-family:'Oswald';
}

.add_c {
	text-transform:uppercase;
	border:1px solid #3f337d;
	box-sizing:border-box;
	position:relative;
	top:1px;
	line-height:180%;
	padding:0px 10px;
	color:#da251c;
}

.btp {
	border-top:1px solid #3f337d;
	font-weight:bold;
	width:50%;
}

.c_top.btp span {
	padding-left:10%;
	font-weight:300;
}
.nb{
	border:none;
}
.nav_t {
	width:90%;
	margin:1vw auto 0px auto;
	display:block;
	color:#3b2d7a;
	line-height: normal;
}
.comments .c_hr {
	padding-bottom:0px;
}
.f_img {
	display:inline-block;
	width:13%;
	margin:0px auto;
}
#social-content .f_img {
	margin: 0px 1vw;
}
#banner_top .prev, #banner_top .next{
	border:none;
}
.fb_icon {
	width:auto !important;
	height:1.3vw !important;
	border:none !important;
	float:left !important;
}
.fr.c_top a {
	color:#da251c;
}
.ffs {
	font-family:'Fira Sans';
}
.m_b {
	position:absolute;
	top:50%;
	-webkit-transform: translateY(-60%);
	-ms-transform: translateY(-60%);
	transform: translateY(-60%);
	left:0px;
	right:0px;
}
.bt_blue, .bt_orange {
	text-transform:uppercase;
	color:#ffffff;
	font-family:'Oswald';
}
.bt_blue {
	background:#281571;
	border:1px solid #281571;
}
.bt_orange {
	background:#da251c;
	border:1px solid #da251c;
}
.term {
	position:absolute;
	top:0px;
	bottom:0px;
	display:block;
	background:#fa5855;
	width:100%;
}
.term .up, .term .down {
	text-align:center;
	background:#fa5855;
	cursor:pointer;
	z-index:9999;
}
.term .up, .term .down, .c_term {
	position:absolute;
	width:100%;
}
.c_term {
	top:40px;
	bottom:40px;
	height:80% !important;
	color:#ffffff;
	width: 100%;
}
.c_term .cycle-carousel-wrap {
	width:100%;
}
.term .up {
	top:0px;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #ffffff;
}
.term .down {
	bottom:0px;
	height:40px;
	line-height:40px;
	border-top:1px solid #ffffff;
}
.term .down img , .term .up img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.c_day {
	width:100%;
}
.t_day {
	background:#f56c64;
	padding:5px 0px;
	width:100%;
	text-align:center;
	text-transform:uppercase;
}
.t_day_desc {
	padding:10px 5%;
	width:90%;
	font-weight:300;
}
.t_day_desc.active {
	font-weight:bold;
}
/*----------------------------------------------------------------------------------------------------------------------*/
/*fotka zajawka*/
#zajawka-fotka .img, #zajawka-filmy .img {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	width: 100%;
	height: 100%;
    
    transform: scale(1.01) translate3d(0, 0, 0);
    -webkit-transition: all .2s;
     -moz-transition: all .2s;
       -o-transition: all .2s;
      -ms-transition: all .2s;
	transition: all .2s;
}
.z-1, .z-2, .z-3, .z-4 {
	position: absolute;
	overflow: hidden;
}
.z-1 {
	width: 50%;
    height: 65%;
}
.z-4 {
	width: 50%;
    height: 35%;
    top: 65%;
}
.z-2 {
	width: 50%;
    height: 35%;
    top: 0;
    left: 50%;
}
.z-3 {
	width: 50%;
    height: 65%;
    top: 35%;
    left: 50%;
}
#zajawka-fotka .z-1:hover .img, #zajawka-fotka .z-2:hover .img, #zajawka-fotka .z-3:hover .img, #zajawka-fotka .z-4:hover .img,
#zajawka-filmy .z-1:hover .img, #zajawka-filmy .z-2:hover .img, #zajawka-filmy .z-3:hover .img, #zajawka-filmy .z-4:hover .img {
   transform: scale(1.15);
    transform-origin: center center;
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
}

/*BANERY*/
.baner-top {
    width: 100%;
    text-align: center;
    position: relative;
}

/*ARTYKUL*/
blockquote.art-like-us {
	border-left: 5px solid #f35951;
	margin-top: 16px;
	margin-bottom: 24px;
}
blockquote .wrap {
	margin-left: 15px;
}
blockquote.art-like-us div {
	padding: 3px;
	margin-top: 10px;
}
h3 {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.15;
	padding: 1px 0 1px 1px;
	color: #000333;
}
.fb-like {
	color: #9889dc;
}

.a_title {
	width:380%;
	height: 2px;
}
.txt {
	font-family: 'Fira Sans';
	color: #000333;
	font-size: 20px;
	line-height: 1.6;
    font-weight: 400;
}
.article .txt img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    margin-top: 32px;
    margin-bottom: 32px;
}
.emergency-image, .article .txt img {
    width: 70%; /*60%;*/
}
.article .txt img.emergency-image-100 {
    width: 100%;
}
.txt-btn {
	font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 17px;
	text-transform:uppercase;
}

ul.slides {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.slides li {
    width: 100%;
}

/*user menu*/
.user-name {
	position:absolute;
	bottom: -20px;
	left: 0;
	font-weight: 300;
    font-size: 12px;
    cursor: pointer;
	color: #fa5855;
}
.vacant {
	color: rgba(255,255,255, 0.6);
}
#usermenu {
	position:absolute;
	top:2.8vw;
	padding-left:0px;
	z-index: 900000;
}
#usermenu .options {
	position:absolute;
	background-color: rgba(209,19,37,0.97);
	color: #fff;
	width: 15vw;
	height: 18vw;
}
#usermenu .options a {
	color: #fff;
}
#usermenu ul {
	list-style-type:none;
        margin: 1.4vw 1vw 1vw 1.4vw;
        padding:0;
}
#usermenu ul li {
	font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 300;
}
#usermenu ul li a {
    display: block;
    padding: 8px;
}
#usermenu ul li a:hover {
    background-color: rgba(235,82,83,0.97);
}
#usermenu ul li hr {
    width: 60%;
    border: 0;
    border-top: 1px solid #fff;
    margin-left: 8px;
}
#usermenu .profile {
	background-color: rgba(235,82,83,0.97);
	color: #fff;
	width: 15vw;
	height: 18vw;
	position:absolute;
	left: 15vw;
}
#usermenu .alone {
    left: 0vw !important;
    top: 0vw !important;
}
#usermenu .options a.absent {
	color: rgba(255,255,255,0.6);
}
#usermenu .close-btn {
	position:absolute;
	right: 0.8vw;
	top: 0.8vw;
	cursor: pointer;
}
#usermenu .close-btn svg {
	width: 2vw;
	height: 2vw;
}
#usermenu .avat {
    margin-top: 1vw;
	text-align: center;
}
#usermenu .avat img {
	width: 6vw;
	height: 6vw;
}
#usermenu .avat img.present {
	-webkit-border-radius: 24px; -moz-border-radius: 3vw; border-radius: 3vw;
	background-color: #fff;
}
#usermenu .pro-tit {
	font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 1.5vw;
	text-transform: uppercase;
	font-weight: 300;
	margin-top: 2.8vw;
	text-align: center;
}
#usermenu .pro-name {
	font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 1.5vw;
	font-weight: 300;
	margin-top: 0.9vw;
	text-align: center;
}
#usermenu .pro-logout {
	font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 1vw;
	font-weight: 300;
	margin-top: 1vw;
	text-align: center;
	cursor: pointer;
}
#usermenu .pro-login {
    font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 1.4vw;
	font-weight: 300;
	margin-top: 1vw;
	text-align: center;
	cursor: pointer;
}
#usermenu .pro-logout a, #usermenu .pro-login a {
	color: #fff;
}
#usermenu .pro-logout a:hover, #usermenu .pro-login a:hover {
	text-decoration: underline;
}

#clp:hover .kwa
{
	fill: #fff;
	transition: 0.2s;
}
#clp:hover .lin
{
	stroke: #eb5253;
}

/*cms panel depreceated*/
.panel-space {
	height: 60px;
}
#post-panel-wrap {
    height: 50px;
    margin: 0px 0px 20px 0px;
    text-align: center !important;
    width: 100%;
    position: fixed;
    z-index: 10000;
}
.post-panel {
    height: 51px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
    background-color: rgb(250, 88, 85);
    /*background-color: rgba(250, 88, 85, 0.8);*/
    padding: 0px 0px;
    width: 40vw;
    margin-left: 30vw;
}
.cms-btn {
    border: 1px solid #fff;
    text-transform: uppercase;
    font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    padding: 1px 10px;
    /*background-color: transparent;*/
    background-color: #ffffff;
    color: rgb(250, 88, 85);
    font-size:16px;
    font-weight: 300;
}
.cms-btn:hover {
    background-color: transparent;
    color: #fff;
    cursor: pointer;
}
.cms-btn-red {
    border: 1px solid #fff;
    text-transform: uppercase;
    padding: 1px 10px;
    background-color: #ec5354;
    color: #fff;
    font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:16px;
    font-weight: 300;
}
.cms-btn-red:hover {
    background-color: #fff;
    color: #ec5354;
    cursor: pointer;
}
.cms-btn-gray {
    border: 1px solid #ec5354;
    text-transform: uppercase;
    padding: 1px 10px;
    background-color: transparent;
    color: #ec5354;
    font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:16px;
    font-weight: 300;
}
.cms-btn-gray:hover {
	background-color: #ec5354;
	color: #fff;
	cursor: pointer;
}
.inputstajl {
    -webkit-appearance: button;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 30px;
    -moz-padding-end: 30px;
    -webkit-padding-start: 2px;
    -moz-padding-start: 2px;
    background-color: rgb(250, 88, 85);
    background-image: url(/images/select-arrow.png); 
    background-position: center right;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    color: #fff;
    text-transform:uppercase;
    margin: 0;
    overflow: hidden;
    font-size:16px;
    font-weight:300;
    font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    display: inline;
}
select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
#mytoolbar {
}
.stick {
    position: fixed;
    top: 0;
    z-index: 90000 !important;
}
.stick-two {
    position: fixed;
    top: 51px;
    z-index: 90000;
    border-bottom: 1px solid #cccccc;
    background-color: #fff;
}
/*comments*/
.comments-box p {
	line-height: 1.2;
}
.comments-box span {
	font-size: 130%;
	font-weight: 300;
	text-transform: none;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

#login-content {
    padding: 60px 0;
    text-align: center;
    font-size: 24px;
}
/*big skyscrapper*/
#sky-big {
    width: 300px;
    height: 600px;
    position: fixed;
    right: 0;
    z-index: 99999;
    top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.sky-wrap, .sky-content {
    position: relative;
    width: 300px;
    height: 600px;
}
.sky-close {
    width: 36px;
    height: 36px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -36px;
    background-image: url(../images/ico_close.svg);
    background-position: center;
    background-size: 75%;
    background-repeat: no-repeat;
    cursor: pointer;
}
/*onas menu*/
.nav-side {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.75;
}
.dt {
    display: table;
}
.dtc {
    display: table-cell;
}
.pa2 {
    padding: 0.5rem;
}
.v-top {
    vertical-align: top;
}
.div-message {
    font-size: 16px;
    padding: 15px 10px 15px 25px;
    background-color: #f2f2f2;
    box-sizing: border-box;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-radius: 5px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 13px;
}
.f4 {
    font-size: 16px;
    line-height: 1.25;
}
.pb4 {
    padding-bottom: 1.5rem;
}
/*RODO*/
/*animacja*/
.rodo-container {
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 99011;
    
    background-color: #fff;
    
    transform: translate3d(0, 0, 0);
    transition: transform .3s ease-in;
}
.rodo-show .rodo-container {
    transform: translate3d(0, -100%, 0);
}

.rodo-overlay {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    z-index: -10;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    transition: background-color .3s ease-in;
}
.rodo-show .rodo-overlay {
    z-index: 99010;
    background-color: rgba(0, 0, 0, 0.4);
}

/*tresc*/
.w-100 {
    width: 100%;
}
.tl {
    text-align: left;
}
.rodo-cf:before,
.rodo-cf:after   { content: " "; display: table; }
.rodo-cf:after   { clear: both; }
.rodo-cf         { *zoom: 1; }
.rodo-wrapper {
    position: relative;
    display: table;
    height: 100%;
    width: 80%;
    max-width: 1000px;
    padding: 1rem 0 0 0;
    margin: auto;
    box-sizing: border-box;
}
.rodo-label {
    display: none;
}
.rodo-label img {
    display: block;
}
.rodo-content {
    display: table-cell;
    vertical-align: top;
    font-family: Helvetica, Arial, sans-serif;
}
.rodo-h2 {
    font-size: 24px;
    line-height: 32px;
}
.rodo-sub {
    color: #26136c;
    font-size: 18px;
}

.rodo-scroll {
    padding: 10px;
    margin: 10px 0 0 0;
    box-sizing: border-box;
    height: 200px;
    width: 100%;
    line-height: 1.35;
    overflow-y: scroll;
    background-color: #f3f3f3;
    color: #26136c;
    font-size: 12px;
    text-align: left;
}
.rodo-scroll p {
    margin: 1rem 0;
}
.rodo-scroll h4 {
    font-weight: 700;
}

.rodo-buttons {
    padding: 1rem 0 1.5rem 0;
}
.rodo-btn {
    padding: 0 2rem;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    border-radius: 2px;
    text-decoration: none;
}
.rodo-btn-primary {
    text-decoration: none;
    background-color: rgba(38,19,108,1);
    color: #fff;
    float: left;
    transition: background-color .2s ease-in;
}
.rodo-btn-primary:hover {
    background-color: rgba(38,19,108,0.8);
}
.rodo-btn-secondary {
    text-decoration: none;
    background-color: #fff;
    color: rgba(38,19,108,1);
    float: right;
    transition: color .2s ease-in;
}
.rodo-btn-secondary:hover {
    color: rgba(38,19,108,0.8);
}

@media screen and (min-width: 60em) {
    .rodo-label {
        display: table-cell;
        vertical-align: bottom;
        padding: 0 1rem 0 0;
        width: 25%;
    }
}

