/* reset styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, /*pre,*/
a, /*abbr, acronym,*/ address, /*big, cite, code,*/
/*del, dfn, em,*/ font, img, /*ins, kbd,*/ q, /*s, samp,*/
/*small, strike, strong, sub, sup, tt, var,*/
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family: "Roboto","Lato",sans-serif;
  line-height: 1.4em;
  color: rgb(31,26,23);
}


body {
  font-size:14px;
  overflow-x: hidden;
}

.clear {
	clear: both;
}

y ef?{
	float: left;
}

.right {
	float: right;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

a {
  color: rgb(0,0,0);
  text-decoration: none;
}

a:hover {
  color: rgb(95,95,95);
  text-decoration: underline;
}

.container {
  width: 100%;
  max-width: 1110px;
  margin: auto;
}

.button {
  border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  border: 2px solid #000000;
  padding: 4px 8px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  font-size: 18px;
}

.buttonC,
.buttonC:hover {
  background-color: rgb(221, 18, 125);
  border: 0 none;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  height: 35px;
  padding: 5px;
  width: 100px;
  text-align: center;
  text-decoration: none;
}

#top {
  background-color: rgb(31,26,23);
  height: 68px;
}

#top .logo {
  padding-top: 4px;
  float: left;
  max-width: 370px;
  width: 100%;
  height: 50px;
}

#top .logo img {
  /*width: 100%;*/
  height: 60px;
}

#top .top_links {
  width: 738px;
  float: left;
}

@media (max-width: 1110px) {
  #top .top_links {
    display: none;
  }
}

#top .search {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
  width: 160px;
}

#top .search input {
  background-color: rgb(255,255,255);
  border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  border: 0;
  width: 130px;
  height: 24px;
  padding: 5px 20px 5px 5px;
  float: left;
  display: none;
}

#top .search .sbutton {
  background-color: rgb(255,255,255);
  border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  border: 2px solid rgb(255,255,255);
  width: 26px;
  height: 26px;
  /*position: absolute;*/
  float: right;
  margin-left: 0px;
  margin-top: -1px;
  cursor: pointer;
  z-index: 2;
  display: block;
}

#top .sinput {
  z-index: 1;
}

#top .search .sbutton_active {
  border: 2px solid rgb(31,26,23);
  /*margin-top: -26px;*/
}

#top .search .sbutton:before {
  font-size: 14px;
  padding: 5px 5px;
}

#top .language {
  float: right;
  margin-top: 20px;
  margin-right: 40px;
}

#top .language .current {
  background-color: rgb(255,255,255);
  border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  border: 2px solid rgb(255,255,255);
  /*width: 14px;
  height: 18px;*/
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  padding: 2px 4px;
  font-size: 13px;
  z-index: 400;
  position: absolute;
}

#top .language .others {
  background-color: rgb(31,26,23);
  border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  border: 2px solid rgb(255,255,255);
  width: 28px;
  min-height: 18px;
  cursor: pointer;
  padding: 20px 3px 2px;
  z-index: 300;
  position: absolute;
  display: none;
}

#top .language .others a {
  text-transform: uppercase;
  font-weight: bold;
  color: rgb(255,255,255);
  display: block;
  font-size: 12px;
  text-decoration: none;
  padding-top: 10px;
}

.top_links .login {
  float: right;
  margin-top: 20px;
  cursor: pointer;
  background-color: rgb(31,26,23);
}

.top_links .tbutton {
  border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  border: 2px solid rgb(255,255,255);
  height: 18x;
  padding: 1px 2px;
  min-width: 50px;
  display: block;
}

.top_links .tbutton:before {
  font-size: 16px;
  padding: 2px 5px;
  color: rgb(255,255,255);
}

.top_links .tbutton a,
.top_links .tbutton a:hover {
  color: rgb(255,255,255);
  padding: 0px 5px 0px 24px;
  text-decoration: none;
}

.gray_full {
  background-color: rgb(222,222,220);
}

.pink_full {
  background-color: rgb(221,18,125);
}

.color_campaign {
  height: 15px;
  margin-bottom: 30px;
  background-color: rgb(221,18,123);
}



/* BOX */

.box .header  {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid rgb(149,149,149);
}

.box .header2  {
  font-size: 16px;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 30px;
  margin-top: 10px;
  border-top: 2px solid rgb(149,149,149);
  color: rgb(237,0,140);
}

/* numerowanie stron */

.pages {
  margin-top: 50px;
}

.pages a,
.pages span {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  border: 2px solid rgb(112,111,109);
  width: 25px;
  height: 22px;
  padding-top: 3px;
  text-align: center;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
}

.pages a:hover,
.pages span {
  text-decoration: none;
  color: #fff;
  background-color: #ec008c;
}

.pages_campaign_owoce .pages a:hover,
.pages_campaign_owoce .pages span {
  color: #000;
}

/* ================= MENU ================= */

#menu {
  padding-top: 25px;
  /*height: 60px;*/
}

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

ul.menu li{
    float: left;
}

ul.menu li.level1,
ul.menusklep li {
    border-left: 2px solid rgb(221,18,125);
}

ul.menusklep li ul li {
  border: 0;
  text-transform: none;
}

ul.menusklep li.sfHoverForce a {
  color: rgb(221,18,125);
}

ul.menu li a.wyroznienie4,
ul.menu li a.wyroznienie4hover {
  color: rgb(221,18,125) !important;
}

ul.menu li.wyroznienie,
ul.menu li.wyroznienie2,
ul.menu li.wyroznienie3 {
  float: right;
  border: 0;
  margin-left: 10px;
}

ul.menu li.wyroznienie a,
ul.menu li.wyroznienie a:hover {
  background-color: rgb(221,18,125);
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border: 2px solid rgb(221, 18, 125);
  color: #fff;
  text-decoration: none;
}

ul.menu li.wyroznienie2 a,
ul.menu li.wyroznienie2 a:hover {
  background-color: rgb(255,255,255);
  border: 2px solid rgb(221,18,125);
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  color: rgb(221,18,125);
  text-decoration: none;
}

ul.menu li.wyroznienie3 a,
ul.menu li.wyroznienie3 a:hover {
  background-color: rgb(255,242,0);
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  color: rgb(236,0,140);
  text-decoration: none;
}

ul.menu li a {
    display: block;
    padding: 6px 20px;
    text-decoration: none;
    color: rgb(65,65,65);
    text-transform: uppercase;
}

ul.menu {
    margin-bottom: 10px;
    margin-top: 10px;
}

ul.menu li.level1 a {
    padding: 11px 15px !important;
}

ul.menu li.wyroznienie a,
ul.menu li.wyroznienie2 a {
    margin-bottom: 5px;
    margin-top: 5px;

}

ul.menu li a:hover{
    color: rgb(221,18,125);
}

ul.menu ul{
    position: absolute;
    display: none;
    margin: 0;
    padding: 0px 10px;
    background: #fff;
    z-index: 999;
    list-style: none;
}

ul.menu ul li{
    position: relative;
    float: none;
    min-height: 30px;
}

ul.menu ul li a{
    color: #000;
    min-width: 200px;
    text-align: left;
    border-bottom: 1px solid #aaa;
    text-transform: none;
}

ul.menu ul li a:hover{
    color: #fff;
    background: rgb(221,18,125);
}

ul.menu ul li ul{
    position: absolute;
    top: 0;
    left: 200px;
    display: none;
    z-index: 200;
    list-style: none;
}

ul.menu ul li ul li{
    list-style-type: none;
    position: relative;
}


/* ================= /MENU ================= */

/* Footer */

#footer_start {
  margin-top: 50px;
}

#footer_contact {
  min-height: 130px;
  background-color: rgb(31,26,23);
}

#footer_newsletter,
#footer_1procent {
  /*margin-left: 755px;
  float: right;*/
}

#footer_newsletter img {
    width: 100%;
}

#menu_mobile {
  display: none;
}

#footer_contact .social {
  padding-top: 32px;
}

#footer_contact .social a {
  display: inline-block;
  width: 66px;
  height: 66px;
  background-color: #fff;
  margin-right: 15px;
  border-radius: 33px 33px 33px 33px;
  -moz-border-radius: 33px 33px 33px 33px;
  -webkit-border-radius: 33px 33px 33px 33px;
}

.fa:before {
  position: absolute;
  padding: 16px;
  font-size: 36px;
  color: rgb(31,26,23);
}

@media (max-width: 500px) {

  #footer_contact .social a {
    width: 44px;
    height: 44px;
    border-radius: 22px 22px 22px 22px;
    -moz-border-radius: 22px 22px 22px 22px;
    -webkit-border-radius: 22px 22px 22px 22px;
  }
  
  .fa:before {
    font-size: 21px;
    padding: 12px;
  }

}

#footer_sponsors {
  min-height: 100px;
  background-color: rgb(245,245,245);
}

.footer, #footer_sponsors * {
	font-size: 10px;
	color: #a6a6a6;
	line-height: 14px;
}

#footer_sponsors * {
	font-size: 10px;
	color: #a6a6a6;
	line-height: 14px;
}

.ft2 {
  /*width: 550px;*/
  float: left;
}

#footer_contact .address div.fs {
  padding-top: 22px;
  /*padding-left: 300px;*/
  padding-bottom: 10px;
}

@media (max-width: 1000px) {
  #footer_contact .social {
    padding-left: 10px;
  }
  
  .ft2 {
    width: 100%;
    float: none;
  }
  
  #footer_contact .address div.fs {
    padding-top: 22px;
    padding-left: 10px;
  }
}

#footer_contact .address div {
	color:rgb(245,245,245);
	line-height: 20px;
}

.lewa {
  float: left;
  width: 350px;
  margin-right: 10px;
}

.prawa {
  float: left;
  width: 750px;
}

.message {
  text-align: center;
  color: rgb(236,0,140);
  font-size: 18px;
  margin-bottom: 10px;
}

h1,
h1.page-heading {
  border-left: 9px solid rgb(221,18,123);
  height: 35px;
  padding-top: 10px;
  padding-left: 15px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}

.article_show h1 {
    height: auto;
    padding-top: 0px;
}

h2 {
  font-size: 18px;
  font-weight: bold;
}

.ad1, .ad3 {
  /*width: 350px;
  float: left;
  padding-top: 0px;
  margin-left: 30px;*/
  text-align: center;
}

.ad2 img, .ad3 img {
    width: 100%;
}

.ad2 {
  /*width: 730px;
  float: left;
  padding-top: 30px;*/
}

.odd {
  background-color: rgb(255,255,255);
}

.even {
  background-color: rgb(242,242,242);
}

.columns2 {
  -moz-column-count: 2; -moz-column-gap: 30px;
  -webkit-column-count: 2; -webkit-column-gap: 30px;
  column-count: 2; column-gap: 30px;
}

.columns3 {
  -moz-column-count: 3; -moz-column-gap: 30px;
  -webkit-column-count: 3; -webkit-column-gap: 30px;
  column-count: 3; column-gap: 30px;
}

/* js forms */
.jqTransformHidden {
	display: none;
}
.jqTransformSelectWrapper {
	display: inline;
	position: relative;
	height: 30px;
}
.jqTransformSelectWrapper>div {
	display: inline;
	white-space: nowrap;
}
.jqTransformSelectWrapper a.jqTransformSelectOpen {
	display: inline-block;
	padding: 2px;
	line-height: 26px;
	height: 26px;
	width: 20px;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	background: rgb(221,18,125);
	vertical-align: middle;
	border-top: 1px solid #909090;
	border-bottom: 1px solid #909090;
	border-right: 1px solid #909090;
}
.jqTransformSelectWrapper a.jqTransformSelectOpen span {
	display: inline-block;
	height: 26px;
	width: 20px;
	background: url(../gfx/dropdown_arrow.png) no-repeat center center;
}
.jqTransformSelectWrapper>div>span {
	display: inline-block;
	padding: 2px 9px;
	height: 26px;
	line-height: 26px;
	color: #000000;
	background: #ededed;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#F0F0F0');
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#F0F0F0));
	background: -moz-linear-gradient(top,  #ffffff,  #F0F0F0);
	background: -o-linear-gradient(top,  #ffffff,  #F0F0F0);
  background: -ms-linear-gradient(top, #ffffff, #F0F0F0);
  background: linear-gradient(to bottom, #ffffff, #F0F0F0);
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;	
	vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
	border-top: 1px solid #909090;
	border-bottom: 1px solid #909090;
	border-left: 1px solid #909090;
}
.error .jqTransformSelectWrapper a.jqTransformSelectOpen {
	border: #cc0000 solid 1px;
	border-left: none;
	padding: 1px 1px 1px 2px;
}
.error .jqTransformSelectWrapper>div>span {
	border: #cc0000 solid 1px;
	border-right: none;
	padding: 1px 9px 1px 8px;
}

/*.error {
  color: rgb(248,209,75);
  display: block;
}*/

div.error {
  border: 0px;
  margin-top: 10px;
	background: #0a0a0a;
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#0a0a0a));
	background: -moz-linear-gradient(top,  #303030,  #0a0a0a);
	background: -o-linear-gradient(top,  #303030,  #0a0a0a);
  background: -ms-linear-gradient(top, #303030, #0a0a0a);
  background: linear-gradient(to bottom, #303030, #0a0a0a);
  -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	color: #F8D351;
  padding:3px;
  text-align:left;
  font-size:0.75em;
  z-index: 777;
}

div.error_arrow {
  position:absolute;
  margin-top: 0px;
  margin-left: 0px;
  background: url(../gfx/arrow_tooltip.png) no-repeat top;
  height: 50px;
  z-index: 999;
}

.disabled .jqTransformSelectWrapper>div>span {
	opacity: 0.5;
	filter:alpha(opacity=50);
}
.disabled .jqTransformSelectWrapper a.jqTransformSelectOpen {
	opacity: 0.5;
	filter:alpha(opacity=50);
	cursor: default;
}
.jqTransformSelectWrapper ul {
	position: absolute;
	top: 23px;
	left: 3px;
	list-style: none;
	display: none;
	max-height: 200px;
	overflow: auto;
	overflow-y: auto;
	z-index: 1;
	background: #ffffff;
	border: 1px solid rgb(88,94,139);
  padding-left: 5px;
}
.jqTransformSelectWrapper ul a, #content .jqTransformSelectWrapper ul a {
	line-height: 16px;
	display: block;
	text-decoration: none;
	padding: 2px 4px;
	color: #000000;
}
.jqTransformSelectWrapper ul a.selected {
	font-weight: bold;
}
.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	background: rgb(221,18,125);
	color: #ffffff;
}
.jqTransformCheckboxWrapper {
	width: 18px;
	height: 18px;
	padding: 2px;
	background: #ededed;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#ededed');
	background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#ededed));
	background: -moz-linear-gradient(top,  #cccccc,  #ededed);
	background: -o-linear-gradient(top,  #cccccc,  #ededed);
  background: -ms-linear-gradient(top, #cccccc, #ededed);
  background: linear-gradient(to bottom, #cccccc, #ededed);
	display: inline-block;
	vertical-align: middle;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: 8px;
}
.error .jqTransformCheckboxWrapper {
	border: #cc0000 solid 1px;
	padding: 1px;
}
.disabled .jqTransformCheckboxWrapper {
	opacity: 0.5;
	filter:alpha(opacity=50);
}
.disabled .jqTransformCheckboxWrapper a {
	cursor: default;
}
.jqTransformCheckboxWrapper a {
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(../gfx/checkbox.png) no-repeat 23px 23px;
}
.jqTransformCheckboxWrapper a.jqTransformChecked {
	background: url(../gfx/checkbox.png) no-repeat center center;
}
.jqTransformRadioWrapper {
	width: 22px;
	height: 22px;
	padding: 0px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}
.jqTransformRadioWrapper a {
	width: 22px;
	height: 22px;
	display: inline-block;
	background: url(../gfx/radio.png) no-repeat bottom center;
}
.jqTransformRadioWrapper a.jqTransformChecked {
	background: url(../gfx/radio.png) no-repeat top center;
}
.disabled .jqTransformRadioWrapper a {
	opacity: 0.5;
	filter:alpha(opacity=50);
	cursor: default;
}

.ui-datepicker-trigger, .ui-timepicker-trigger {
	vertical-align: middle;
	margin-left: 4px;
	cursor: pointer;
}
.disabled .ui-datepicker-trigger, .disabled .ui-timepicker-trigger {
	cursor: default;
	opacity: 0.5;
	filter:alpha(opacity=50);
}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year, 
.ui-datepicker select.ui-datepicker-month-year {
	padding: 0;
	padding-left: 3px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #c8c8c8;
	margin-top: 0 !important;
}
#ui-datepicker-div, #ui-timepicker-div {
	z-index: 40 !important;
}

/* FORMULARZ */

#form_add .field .h {
  font-size: 14px;
  padding-bottom: 5px;
  margin-top: 20px;
}

.contact#form_add .field {
  margin-top: 20px;
}

#form_add .left .field .f input,
#form_add .left .field .f select,
#form_add .left .field .f textarea,
#form_add .right .field .f input,
#form_add .right .field .f select {
  width: 100%;
  height: 30px;
  background-color: rgb(242,242,242);
  border: 0;
  padding: 5px;
	font-family: "Roboto",sans-serif;
  font-size: 13px;
}

#form_add .left .field .f input.errorRQbg,
#form_add .right .field .f input.errorRQbg,
#form_add .left .field .f textarea.errorRQbg,
#form_add .right .field .f textarea.errorRQbg {
  background-color: rgb(221,18,125);
  color: #fff;
}

#form_add .left .field .f select {
  width: 100%;
  height: 40px;
	font-family: "Roboto",sans-serif;
  font-size: 13px;
}

#form_add .left .field .f textarea {
  height: 60px;
	font-family: "Roboto",sans-serif;
  font-size: 13px;
}

#form_add .right .field .f input[type="text"] {
  width: 100%;
	font-family: "Roboto",sans-serif;
  font-size: 13px;
}

#form_add .right .field .f textarea {
  width: 100%;
  height: 90px;
  background-color: rgb(242,242,242);
  border: 0;
  padding: 5px;
	font-family: "Roboto",sans-serif;
  font-size: 13px;
}

#form_add .right .field .f input.file_input_textbox {
	margin-right: 10px;
	margin-top: 10px;
  background-color: #fff;
  border: 2px solid rgb(221,18,125);
  height: 20px;
  width: 150px;
  color: rgb(221,18,125);
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}

#form_add .right .field .f input.file_input_textbox_file {
  color: rgb(50,50,50);
  font-weight: normal;
  text-align: center;
  font-size: 12px;
  font-style: italic;
  text-transform: none;
}

#form_add .file_input_div {
	position: relative; 
	width: 165px; 
	height: 50px; 
	overflow: hidden;
  float: left;
}

#form_add .file_input_hidden {
	position: absolute; 
	right: 0px; 
	top: 0px; 
	font-size: 45px; 
	opacity: 0; 
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: 0; 
	-moz-opacity: 0;
}

/* COOKIE */
.closeFontAwesome::before {
    color: #ffffff;
    content: "";
    cursor: pointer;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 23px;
    line-height: 23px;
    padding-right: 15px;
}
.closeButtonNormal {
    background: #eb0689 none repeat scroll 0 0;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    padding: 2px 5px;
    text-align: center;
    width: 150px;
}
#cookie_info p {
    margin: 0;
    padding: 0;
}
#cookieNoticeContent {
}

/* Komentarze */

.comments .header2  {
  font-weight: bold;
  font-size: 22px;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 2px solid rgb(149,149,149);
  padding-bottom: 30px;
}

#comment_add .fcontent {
  margin-bottom: 10px;
}

#comment_add .fcontent textarea {
  width: 100%;
  max-width: 1090px;
  border: 1px solid rgb(200,200,200);
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  padding: 10px;
  height: 80px;
	font-family: "Roboto",sans-serif;
  font-size: 13px;
}

#comment_add .fauthor {
  width: 50%;
  float: left;
}

#comment_add .fconfirm {
  float: right;
}

#comment_add .fconfirm img {
  vertical-align: middle;
}

#comment_add .fauthor input,
#comment_add .fconfirm input {
  width: 200px;
  border: 1px solid rgb(200,200,200);
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  padding: 10px;
  height: 20px;
	font-family: "Roboto",sans-serif;
  font-size: 13px;
}

#comment_add .fconfirm input {
  width: 150px;
}

#comment_add .fsubmit {
  margin-top: 10px;
  float: right;
}

#comment_add .fsubmit input {
  background-color: #fff;
  cursor: pointer;
}

.comments .item {
  margin-top: 25px;
  padding: 10px;
}

.comments .item .dateauthor {
  margin-bottom: 15px;
}

.comments .item .dateauthor .author {
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}

.comments .item .dateauthor .date:before {
  content: "•";
  margin-right: 5px;
}

.comments .item .dateauthor .date {
  display: inline-block;
}

/* social icons */

.social_icons {
  margin-top: 50px;
}

.list-inline {
    list-style: outside none none;
    padding-left: 0;
}

.socialsharing_product button {
    margin-bottom: 3px;
}

.socialsharing_product .fa:before {
  padding: 0;
  position: static;
}

.btn-twitter i:before,
.btn-facebook i:before,
.btn-google-plus i:before,
.btn-pinterest i:before {
    font-size: 14px;
}

.btn-default {
    color: #333;
}

.btn {
    -moz-user-select: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-twitter,
.btn-facebook,
.btn-google-plus,
.btn-pinterest {
    background-color: #fff;
    border-right: 1px solid #ccc;
}

.socialsharing_product button {
    background-image: none;
}

/* usefull link */

#usefull_link_block {
  list-style-type: none;
  padding: 0;
}

#usefull_link_block li {
  padding: 0;
}

#usefull_link_block li a {
  color: #777676;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  padding-left: 10px;
	font-family: "Roboto",sans-serif;
  text-decoration: none;
}

.print .fa:before {
	font-family: "FontAwesome",sans-serif;
  padding: 0;
  position: static;
  font-size: 18px;
  margin-right: 5px;
}

.Magazyn_header * {
  text-align: center;
  margin: auto;
}

.Magazyn_login_bg {
  text-align: center;
  width: 510px;
  height: 70px;
  background-image: url('../../../magazyn/src/bg/bg1.jpg');
  background-repeat: no-repeat:
  overflow: hidden;
  margin: auto;
  margin-top: 40px;
  padding-top: 270px;
}

.Magazyn_login_bg1 {
  background-image: url('../../../magazyn/src/bg/bg1.jpg');
}

.Magazyn_login_bg2 {
  background-image: url('../../../magazyn/src/bg/bg2.jpg');
}

.Magazyn_login_bg3 {
  background-image: url('../../../magazyn/src/bg/bg3.jpg');
}

.Magazyn_login_txt {
  background-color: rgba(0,0,0, 0.6);
  width: 490px;
  height: 50px;
  color: #fff;
  font-size: 12px;
  padding: 10px;
}

.Magazyn_img {
  margin: auto;
  margin-top: 40px;
  width: 700px;
}

.Magazyn_buttons {
  margin: 40px auto;
  width: 100%;
  text-align: center;
}

.Magazyn_shareBtn {
  cursor: pointer;
  background-image: linear-gradient(to top, #3f599d 0%, #4f67a7 100%);
  line-height: 19px;
  padding: 8px 40px;
  color: #fff;
  font-size: 15px;
  border: 2px solid #4f67a7;
  background-clip: padding-box;
  background-color: #ebedf5;
  margin-right: 30px;
}

.Magazyn_downloadBtn, .Magazyn_clickBtn {
  cursor: pointer;
  line-height: 19px;
  padding: 8px 40px;
  color: #000;
  font-size: 15px;
  border: 2px solid #000;
  background-clip: padding-box;
  background-color: #fff;
}

.div-zwiniety {
    border-bottom: 1px solid;
    overflow: hidden;
}

.div-rozwiniety {
    border-bottom: 1px solid;
}

.div-zwiniety .nakladka {
    height: 100px;
    position: sticky;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255) 70%);
    transition: bottom 500ms ease 0s;
    z-index: 99;
    margin: auto;
    width: 100%;
    max-width: 1110px;
    display: block;
}

.div-rozwiniety .nakladka {
    height: 50px;
    position: sticky;
    margin: auto;
    width: 100%;
    max-width: 1110px;
    display: block;
}

.div-zwiniety .nakladka .rozwin,
.div-rozwiniety .nakladka .rozwin {
    height: 20px;
    position: absolute;
    padding: 5px;
    bottom: -2px;
    z-index: 999;
    width: 65px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.div-rozwiniety .nakladka .rozwin {
    width: 55px;
}

@media (min-width: 990px) {
  .dropdown:hover>.dropdown-menu {
    display: block;
  }

  .dropend:hover>.dropdown-menu {
    display: block;
  }
}



ul.dropdown-menu {
    border: 0;
}

li.headerLiMenu {
    background-color: #dedede;
}

li.headerLiMenu a b {
   /* text-transform: uppercase;*/
}

@media (min-width: 992px) {
  .col-lg-1p5 {
      width: 14.28571428571429%;
  }
  .footer.col-lg-4 {
    text-align: right;
  }
}