@charset "utf-8";
/* CSS Document */


html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	height: 100%;
	padding: 0;
	font-family: 'Yantramanav', sans-serif;
	font-size: 16px;
	background: #F7F7F7;
}
#baneros p {
	color: #fff;
}

.blogEntry img {
    
    
    max-width: 100%;
}

.mapes {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	mix-blend-mode: multiply;
}

@media screen and (min-width: 1153px) {
.bo11 {
	width: 50%;
	float: left;
}
.bo12 {
	width: 50%;
	float: left;
}
.bo11a {
	max-width: 550px;
}
}

@media screen and (min-width: 976px) {
.bo1 {
	max-width: 340px;
	text-align: left;
}
.bo2 {
	max-width: 600px;
	padding-left: 10px;
}
.bo3 {
	max-width: 500px;
	text-align: left;
}
.bo4 {
	max-width: 400px;
	padding-left: 10px;
}
.bo5 {
}
.bo6 {
	width: 380px;
	margin-left: 80px;
	float: left;
}
.bo7 {
}
.bo8 {
	display: none;
}
.bo9 {
	height: 500px;
}
.bo10 {
	height: 250px;
}
.bo11 {
	width: 50%;
	float: left;
}
.bo12 {
	width: 50%;
	float: left;
}
}

@media screen and (max-width: 975px) {
.bo1 {
	width: 100%;
	text-align: center;
}
.bo2 {
	width: 100%;
	text-align: center;
}
.bo3 {
	width: 100%;
	text-align: center;
}
.bo4 {
	width: 100%;
	text-align: center;
}
.bo5 {
	display: none;
}
.bo6 {
	width: 100%;
	text-align: center;
}
.bo7 {
	display: none;
}
.bo8 {
}
.bo9 {
	height: 500px;
}
.bo10 {
	height: 200px;
}
.bo11 {
	width: 100%
}
.bo12 {
	display: none;
}
}

@media screen and (max-width: 550px) {
.bo9 {
	height: 350px;
}
.bo10 {
	height: 200px;
}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
 @-webkit-keyframes fadeInRight {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInRight {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
×  .fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
 @-webkit-keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
×  .flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
 @-webkit-keyframes flipInX {
 0% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 -webkit-transition-timing-function: ease-in;
 transition-timing-function: ease-in;
 opacity: 0;
}
 40% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 -webkit-transition-timing-function: ease-in;
 transition-timing-function: ease-in;
}
 60% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
 transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
 opacity: 1;
}
 80% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
 transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
 100% {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
}
}
 @keyframes flipInX {
 0% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 -webkit-transition-timing-function: ease-in;
 transition-timing-function: ease-in;
 opacity: 0;
}
 40% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 -webkit-transition-timing-function: ease-in;
 transition-timing-function: ease-in;
}
 60% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
 transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
 opacity: 1;
}
 80% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
 transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
 100% {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
}
}
.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
 @-webkit-keyframes flipInY {
 0% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 -webkit-transition-timing-function: ease-in;
 transition-timing-function: ease-in;
 opacity: 0;
}
 40% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
 -webkit-transition-timing-function: ease-in;
 transition-timing-function: ease-in;
}
 60% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
 transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
 opacity: 1;
}
 80% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
 100% {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
}
}
 @keyframes flipInY {
 0% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 -webkit-transition-timing-function: ease-in;
 transition-timing-function: ease-in;
 opacity: 0;
}
 40% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
 -webkit-transition-timing-function: ease-in;
 transition-timing-function: ease-in;
}
 60% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
 transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
 opacity: 1;
}
 80% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
 100% {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
 @-webkit-keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
 @-webkit-keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
×  .animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
 @-webkit-keyframes flip {
 0% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 40% {
 -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
 transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 50% {
 -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
 transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 80% {
 -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
 transform: perspective(400px) scale3d(.95, .95, .95);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 100% {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
}
 @keyframes flip {
 0% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 40% {
 -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
 transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 50% {
 -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
 transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 80% {
 -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
 transform: perspective(400px) scale3d(.95, .95, .95);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 100% {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
}
.hotelowe {
	max-width: 450px;
	height: 520px;
	overflow: hidden;
	float: left;
	margin-right: 50px;
}
.hotelowe p {
	color: #fff;
}
.hotelowe h1 {
	color: #fff;
	font-size: 24px;
	letter-spacing: -0.4px;
	font-weight: 600;
}
.infox {
	font-family: 'Yantramanav', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.moreinfo {
	border: 1px solid #fff;
	color: #fff;
	padding: 7px;
	margin: 5px;
	margin: 0 auto;
	width: 100px;
}
.hotelowe_foto {
	float: left;
	max-width: 550px;
}
.wrap {
	width: 940px;
	margin: 0 auto;
}
.inner {
	width: 940px;
	margin: 5px auto 30px;
}
hr.red {
	color: #d00900;
	border-color: #d00900;
}

.produktor {
	display:  inline-block; 
	margin: 10px;
	width: 300px;
	height: 353px;
	background:  #f7f7f7;
}

#header {
	width: 100%;
}
.guzik {
	font-family: 'Yantramanav', sans-serif;
	color: #fff;
	background: #000;
	padding: 10px;
	text-decoration: none;
}
.guzik1 {
	font-family: 'Yantramanav', sans-serif;
	color: #fff;
	background: #0f4f64;
	padding: 10px;
	text-decoration: none;
	float: left;
}
.guzik2 {
	font-family: 'Yantramanav', sans-serif;
	color: #000;
	background: #b59961;
	padding: 10px;
	text-decoration: none;
	float: left;
}
/* pager */



.cycle-pager2 {
	text-align: center;
	width: 100%;
	top: 10px;
	overflow: hidden;
}
.cycle-pager2 span {
	font-family: arial;
	font-size: 50px;
	width: 16px;
	height: 16px;
	display: inline-block;
	color: #ddd;
	cursor: pointer;
}
.cycle-pager2 span.cycle-pager-active {
	color: #4F4F4F;
}
.cycle-pager2 > * {
	cursor: pointer;
}
.cycle-pager3 {
	text-align: center;
	width: 100%;
	top: 10px;
	overflow: hidden;
}
.cycle-pager3 span {
	font-family: arial;
	font-size: 50px;
	width: 16px;
	height: 16px;
	display: inline-block;
	color: #ddd;
	cursor: pointer;
}
.cycle-pager3 span.cycle-pager-active {
	color: #4F4F4F;
}
.cycle-pager3 > * {
	cursor: pointer;
}
.filters {
}
.filters .button {
	cursor: pointer;
	color: #fff;
	padding-top: 3px;
	padding-bottom: 3px;
}
.filters .button p {
	color: #fff;
}
.is-checked {
	font-weight: bold;
	color: #eb1c25;
}
.technology {
	cursor: pointer;
}
.formol1 {
	float: left;
	width: 180px;
	clear: left;
}
.formol {
	float: left;
	width: 90px;
}
.prodbok {
	width: 820px;
	overflow: hidden;
	height: 400px;
}
.prodbok p {
	color: #fff;
	text-align: justify;
	width: 300px;
}
.prodbok h3 {
	font-size: 50px;
	letter-spacing: -2px;
	font-weight: 300;
}
.produkt {
	width: 470px;
	margin-right: 15px;
	height: 160px;
	background: #ebebeb;
	margin-bottom: 15px;
}
.produkt .title {
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #000;
}
.boxprod {
	background: #eb271d url(../images/document.png) no-repeat right center;
	;
	width: 470px;
	height: 160px;
	overflow: hidden;
	margin-right: 15px;
	margin-bottom: 15px;
	-webkit-box-shadow: 0px 9px 5px -5px rgba(0,0,0,0.21);
	-moz-box-shadow: 0px 9px 5px -5px rgba(0,0,0,0.21);
	box-shadow: 0px 9px 5px -5px rgba(0,0,0,0.21);
}
#bob p {
	color: #fff;
	cursor: pointer;
}
#bob a {
	color: #fff;
}
.blox {
	width: 100%;
	border-bottom: 1px solid #eb1c24;
	padding-bottom: 10px;
	cursor: pointer;
}
#wroc {
	width: 150px;
	height: 40px;
	color: #fff;
	background: #eb1c24;
	font-size: 18px;
	cursor: pointer;
	margin-top: 30px;
}
.thelanguage {
	margin-top: 15px;
	padding: 20px;
}
#down {
	height: 280px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;
	background: url(../images/down.png) repeat-x bottom;
}
#down .center p {
	color: #fff;
	font-size: 32px;
	letter-spacing: -2px;
	text-shadow: #000 1px 1px 1px;
	line-height: 48px;
}
#top_menu {
  min-height: 90px;
  /* overflow: hidden; */
  width: 100%;
  position: fixed;
  padding-bottom: 15px;
  z-index: 9994;
  background: transparent;
  text-decoration: none;
        -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;

}
#top_menu.active{
    background: rgba(0,0,0, 0.7);
    box-shadow:0 0 10px rgba(0,0,0,0.4);
    -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
#top_corp_menu {
	position: absolute;
	height: 33px;
	width: 473px;
	top: 0;
	margin-left: 303px;
	background: #e3e0e0;
	-webkit-border-radius: 0px 0px 9px 9px;
	border-radius: 0px 0px 9px 9px;
	-webkit-box-shadow: 0px 0px 2px 2px #c2c2c2;
	box-shadow: 0px 0px 2px 2px #c2c2c2;
}
#corp_nav {
	width: 300px;
	margin: 0;
	padding-left: 10px;
	font-size: 11px;
	color: #646464;
}
#corp_nav ul {
	margin-top: 8px;
	height: 15px;
}
#corp_nav ul li {
	float: left;
	margin: 4px 0 0 6px;
	padding: 0 6px 0 0;
	border-right: 1px solid #646464;
	height: 11px;
	line-height: 10px;
	list-style: none;
}
#corp_nav ul li:last-child {
	border-right: none;
}
#corp_nav a {
	color: #646464;
	text-decoration: none;
}
#corp_nav a:hover {
	color: #d1150a;
	text-decoration: none;
}
hr.line {
	margin: 6px 10px 0;
	border: 0px #fff solid;
	height: 1px;
	background: #fff;
	color: #fff;
}
hr.line.gray {
	border: 0px #eee solid;
	background: #eee;
	color: #efefef;
}
#top_corp_red_box {
	position: absolute;
	right: 0;
	top: -165px;
	width: 160px;
	height: 198px;
	padding: 0;
	border: 1px #fff solid;
	background: #d00900;
	-webkit-border-radius: 99px;
	border-radius: 9px;
	font-size: 11px;
	color: #fff;
	text-align: center;
	z-index: 999;
}
.top_corp_content {
	min-height: 153px;
}
.member {
	display: block;
	padding: 40px 10px 0;
	color: #fff;
	text-align: left;
}
.member .meta {
	font-size: 10px;
}
.member .date {
	font-weight: 700;
}
.member .name {
	color: #feef00;
	font-size: 12px;
	font-weight: 700;
}
.page_partners,  .logout {
	padding: 0 10px;
}
.page_partners a,  .logout a {
	display: block;
	padding-left: 28px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	text-align: left;
	text-decoration: none;
}
.page_partners a:hover,  .logout a:hover {
	color: #d00900;
	text-decoration: none;
	background-color: #fff;
}
.logout a {
	background: url(../images/power-white.png) no-repeat left 50%;
}
.logout a:hover {
	background: #fff url(../images/power-red.png) no-repeat left 50%;
}
.page_partners a {
	background: url(../images/white_arrow_next.png) no-repeat 6px 50%;
}
.page_partners a:hover {
	background: #fff url(../images/red_arrow_next.png) no-repeat 6px 50%;
}
#top_corp_red_box form {
	padding-top: 40px;
}
#top_corp_red_box .input_texts,  #top_corp_red_box .box_button {
	line-height: 32px;
}
#top_corp_red_box .input_box {
	width: 100px;
	height: 21px;
	padding: 0 3px 0 3px;
	border: 1px solid #fff;
	background: url(../images/grey_input.png) repeat-x;
	font-size: 11px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#top_corp_red_box .red_login_box_button {
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}
#top_corp_red_box .box_zh {
	margin: 5px 10px;
	padding-right: 20px;
	line-height: 11px;
	text-align: right;
	letter-spacing: -0.4px;
}
#top_corp_red_box .box_zh a {
	color: #eee;
	font-size: 10px;
	text-align: right;
	text-decoration: none;
}
#top_corp_red_box .box_zh a:hover {
	color: #fff;
	text-decoration: underline;
}
#top_corp_red_box .button_box {
	width: 69px;
	height: 23px;
	padding: 0px 3px 0 3px;
	border: 1px solid #fff;
	background: url(../images/red_button_gradient.png);
	color: #fff;
	font-size: 11px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#top_corp_red_box .partnerBox {
	width: 144px;
	margin: 0 auto;
}
#top_corp_red_box .partnerBox a {
	display: block;
	padding-right: 25px;
	height: 32px;
	line-height: 32px;
	background: url(../images/arrow_down.png) no-repeat right 50%;
	color: #fff;
	text-decoration: none;
}
#top_corp_red_box .partnerBox a:hover {
	text-shadow: 0px 0px 1px #fff;
}
#top_corp_red_box .partnerBox a span {
	display: block;
	padding-left: 25px;
	height: 32px;
	line-height: 32px;
	background: url(../images/account.png) no-repeat left 50%;
}
#top_corp_red_box.selected .partnerBox a {
	background: url(../images/arrow_up.png) no-repeat right 50%;
}
#top_corp_red_box.selected {
	-webkit-box-shadow: 0px 0px 24px rgba(200,0,0,0.8);
	-moz-box-shadow: 0px 0px 24px rgba(200,0,0,0.8);
	box-shadow: 0px 0px 24px rgba(200,0,0,0.8);
}
#logo_left {
	float: left;
	margin-top: 20px;
}
#logo_right {
	float: right;
	margin-top: 20px;
}
#Navigation {
	float: right;
	font-family: 'Yantramanav', sans-serif;
	margin-top: 150px;
}
#Navigation ul {
	height: 30px;
	margin-top: 50px;
	margin-left: 25px;
	float: right;
}
#Navigation ul li {
	margin-right: 100px;
	list-style: circle;
}
#Navigation ul li a {
	display: inline-block;
	padding: 15px 3px;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: -0.2px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	clear: both;
}
#Navigation ul li a:hover {
	color: #fff;
	font-weight: 300;
	border-bottom: 1px solid #fec60e;
}
#Navigation ul li.section a,  #Navigation ul li.current a {
	color: #fff;
	font-weight: 300;
	border-bottom: 1px solid #fec60e;
}
#Navigation3 {
	float: right;
	margin-top: 40px;
	font-family: 'Yantramanav', sans-serif;
	width: 700px;
}
#Navigation3 ul {
	margin-top: 0px;
	margin-left: 25px;
	float: right;
}
#Navigation3 ul li {
	float: left;
	margin-left: 15px;
	padding-right: 10px;
	list-style: none;
	height: 40px;
}
#Navigation3 ul li a {
	display: block;
	padding: 12px 3px;
	color: #000;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: -0.2px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	
}
#Navigation3 ul li a:hover {
	color: #000;
	font-weight: 600;
}
#Navigation3 ul li.section a,  #Navigation3 ul li.current a {
	color: #000;
	font-weight: 600;
	border-bottom: 2px solid #000; 
}



#Navigation3White {
	float: right;
	margin-top: 40px;
	font-family: 'Yantramanav', sans-serif;
	width: 700px;
}
#Navigation3White ul {
	margin-top: 0px;
	margin-left: 25px;
	float: right;
}
#Navigation3White ul li {
	float: left;
	margin-left: 15px;
	padding-right: 10px;
	list-style: none;
	height: 40px;
}
#Navigation3White ul li a {
	display: block;
	padding: 12px 3px;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: -0.2px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	
}
#Navigation3White ul li a:hover {
	color: #fff;
	font-weight: 600;
}
#Navigation3White ul li.section a,  #Navigation3White ul li.current a {
	color: #fff;
	font-weight: 600;
	border-bottom: 2px solid #fff;
}


#Navigation_Bottom {
	float: left;
	margin-top: 13px;
	width: 220px;
}
#Navigation_Bottom ul {
	height: 20px;
	margin-top: 0px;
}
#Navigation_Bottom ul li {
	list-style: none;
}
#Navigation_Bottom ul li a {
	display: block;
	padding: 2px 0px;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.7px;
	text-align: left;
	text-decoration: none;
	text-transform: lowercase;
}
#Navigation_Bottom ul li a:hover {
	color: #000;
	font-weight: bold;
}
#Navigation_Bottom ul li.section a,  #Navigation_Bottom ul li.current a {
	color: #000;
	font-weight: bold;
}
#TekstsBox {
	width: 100%;
	height: 600px;
	background: #000;
	border-top: #36b38f solid 50px;
}
#OpisBox {
	width: 100%;
	min-height: 400px;
	background: #ededed;
}
#RealizacjeBox {
	width: 100%;
	min-height: 600px;
	background: #fff;
}
#FirmaBox {
	width: 100%;
	min-height: 400px;
	background: #828282;
}
#map_wrapper {
	height: 600px;
}
#map_canvas {
	width: 100%;
	height: 100%;
}
#BannerBox {
	width: 100%;
	height: 100%;
}
#BannerBox .center2 {
	width: 980px;
	margin: 0 auto;
}
#HomeBannerLeft {
	width: 3000px;
	margin-left: -2667px;
	height: 322px;
	background: #ffca15 url(../images/home_banner_left.png) no-repeat right;
	float: left;
}
#HomeBannerLeft_In {
	width: 333px;
	float: right;
}
#HomeBannerCenter {
	width: 332px;
	height: 322px;
	background: #3eb64c url(../images/szukajspeca.png) no-repeat center center;
	float: left;
}
#HomeBannerRight {
	width: 315px;
	height: 322px;
	background: #ebebeb;
	float: left;
}
#TitleBox {
	width: 100%;
	height: 60px;
	background: #F7F7F7;
	padding-top: 100px;

	overflow: hidden;
}
#TitleBox h1 {
	color: #5d5d5d;
	font-size: 42px;
	letter-spacing: -1px;
	font-weight: bold;
	padding-top: 15px;
	float: right;
	font-family: 'Oswald', sans-serif;
}
#TitleBox .center {
	width: 1200px;
	margin: 0 auto;
	height: 88px;
}
#TitleBox .center2 {
	width: 980px;
	margin: 0 auto;
}
#NewsletterBox {
	width: 100%;
	height: 234px;
	background: #ebebeb;
}
#NewsletterBox .center {
	background: url(../images/newsletterbox.png) no-repeat left;
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	height: 234px;
}
#ContentBox {
	width: 100%;
	min-height: 300px;
	background: #fff;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}
#ContentBox h1 {
	font-size: 62px;
	margin-bottom: 10px;
	color: #000;
	font-weight: bold;
	font-family: 'Playfair Display', serif;
	letter-spacing: -3px;
	line-height: 50px;
}
.center {
	max-width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px;
}
.center p {
	font-size: 18px;
	font-family: 'Yantramanav', sans-serif;
	line-height: 31px;
}
.center a {
	color: #000;
	text-decoration: none;
}
.TotalPlacowka {
	font-size: 256px;
	letter-spacing: -10px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-top: -20px;
}
.TotalPlacowka_Text {
	font-size: 20px;
	letter-spacing: -1px;
	color: #fff;
	font-weight: bold;
	margin-top: -50px;
	float: right;
	margin-right: 75px;
}
.Placowka {
	text-decoration: none;
	width: 190px;
	margin-left: 40px;
}
.Placowka p {
	text-decoration: none;
}
.Placowka a {
	text-decoration: none;
}
.Placowka_Text {
	text-align: center;
	color: #284253;
	letter-spacing: -0.5px;
	font-size: 14px;
	margin-top: 15px;
}
.Placowka_Text_Nazwa {
	font-size: 20px;
	letter-spacing: -0.9px;
	font-weight: bold;
}
#Aktualnosci_Title {
	font-size: 22px;
	letter-spacing: -1px;
	color: #5f4f5d;
	font-weight: bold;
}
.Aktualnosci_Text {
	font-size: 22px;
	letter-spacing: -1px;
	color: #5f4f5d;
	font-weight: bold;
}
.Aktualnosci_Box {
	width: 220px;
	height: 340px;
	display: inline-block;
	vertical-align: top;
	margin: 20px;
	padding: 20px;
	text-align: center;/*background: #F6F6F6; */



}
.button-group .button {
	color: #5f4f5d;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
#Artykul_Foto {
	width: 100%;
	height: 244px;
}
#ContentBox h2 {
	font-family: 'Playfair Display', serif;
	font-size: 40px;
	letter-spacing: -2px;
	color: #000;
	font-weight: bold;
}

#ContentBox h3 {
	font-family: 'Playfair Display', serif;
	font-size: 30px;
	letter-spacing:0px;
	color: #000;
	font-weight: 300;
    line-height: 48px;
}

#ContentBox ul {
	list-style: square;
	font-size: 16px;
}
#ContentBox ul li {
	list-style: square;
	font-size: 16px;
	font-weight: 300;
	margin-left: 20px;
	line-height: 26px;
}
.clearbox {
	clear: both;
	overflow: hidden;
	margin-top: 20px;
}
.center h2 {
	color: #593f56;
	font-weight: bold;
	letter-spacing: -3px;
	font-size: 48px;
	text-align: center;
}
.bord {
	color: #eb271d;
	background: #eb271d;
	height: 7px;
	border: none;
	width: 80px;
	margin: 0 auto;
}
.BannerDuzy {
	font-size: 60px;
	background: #eb271d;
	padding: 7px 30px 7px 30px;
	letter-spacing: -3px;
	font-weight: 300;
	color: #fff;
}
.BannerMaly {
	font-size: 32px;
	background: #a50b04;
	padding: 7px 30px 7px 30px;
	letter-spacing: -1px;
	font-weight: 500;
	color: #fff;
}
.InfoBoxHome {
	background: #c40a01;
	width: 318px;
	height: 583px;
	text-align: center;
	margin-left: 5px;
	display: inline-block;
	overflow: hidden;
	margin-top: 53px;
}
.InfoBoxHome p {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}
.OpisBox {
	with: 980px;
	clear: both;
	height: 320px;
}
.OpisBox_Lewy {
	width: 490px;
	float: left;
	height: 320px;
}
.OpisBox_Prawy {
	width: 490px;
	float: left;
	height: 320px;
}
.OpisBox_Lewy_A {
	width: 490px;
	float: left;
	height: 320px;
}
.OpisBox_Lewy_A p {
	color: #fff;
}
.OpisBox_Prawy_A {
	width: 490px;
	float: left;
	height: 320px;
}
.OpisBox_Prawy_A p {
	color: #2d2d2d;
}
.RealizacjaBox {
	width: 270px;
	height: 418px;
	background: #000;
	margin-right: 20px;
	margin-left: 20px;
	overflow: hidden;
	margin-bottom: 40px;
	-webkit-box-shadow: 0px 4px 11px -2px rgba(0,0,0,0.42);
	-moz-box-shadow: 0px 4px 11px -2px rgba(0,0,0,0.42);
	box-shadow: 0px 4px 11px -2px rgba(0,0,0,0.42);
	display: inline-block;
	vertical-align: top;
}
.RealizacjaBox .in {
	width: 270px;
	height: 418px;
	background-color: rgba(0, 0, 0, 0.6);
	background: rgba(0, 0, 0, 0.6);
	color: rgba(0, 0, 0, 0.6);
	position: absolute;
	z-index: 1;
}
.RealizacjaBox2 {
	width: 235px;
	height: 387px;
	background: #d5d5d5;
	float: left;
	margin-left: 26px;
	overflow: hidden;
}
.info_content h1 {
	font-size: 24px;
	font-weight: bold;
	color: #eb271d;
	padding: 5px;
}
.info_content p {
	padding: 10px;
	line-height: 22px;
}
.info_content .buba {
	padding: 10px;
	line-height: 32px;
}
.image_round {
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
	margin-left: 5px;
	margin-top: 5px;
}
.box_round {
	width: 80px;
	height: 80px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
	text-align: center;
}
.box_round2 {
	width: 136px;
	height: 27px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-khtml-border-radius: 50px;
	text-align: center;
	padding-top: 7px;
	margin: 0 auto;
	clear: both;
}
.box_round3 {
	width: 50px;
	height: 50px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
	text-align: center;
	position: absolute;
	margin-top: 216px;
	margin-left: 465px;
}
.box_round4 {
	height: 27px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-khtml-border-radius: 50px;
	text-align: center;
	padding-top: 7px;
}
#bannersBox {
	background: url(../images/home_top_back.png) repeat-x left -128px;
}
#banners {
	height: 291px;
	overflow: hidden;
}
#banner_left {
	position: relative;
	float: left;
	width: 621px;
	height: 291px;
	background: url(../images/banner_left_back.png) no-repeat 2px 10px;
}
#banner_left .banner_item {
	position: absolute;
	top: 0;
	left: 0;
	width: 621px;
	height: 291px;
	z-index: 100;
	display: none;
}
#banner_left .banner_top_layer {
	position: absolute;
	top: 80px;
	left: 0;
}
#banner_left .banner_text1 {
	width: 260px;
	line-height: 44px;
	color: #d00900;
	font-size: 41px;
	font-weight: bold;
	letter-spacing: -3px;
}
#banner_left .banner_text2 {
	width: 260px;
	margin-top: 7px;
	line-height: 24px;
	color: #646464;
	font-size: 20px;
	font-weight: 100;
	letter-spacing: -1px;
}
#banner_left .banner_gfx {
	margin: 30px 0 0 230px;
}
#banner_control {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 101;
}
#banner_control ul li {
	float: left;
	margin-right: 6px;
	padding-top: 2px;
	width: 22px;
	height: 20px;
	border: 1px #fff solid;
	background: #d00900;
	color: #fff;
	list-style: none;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
}
#banner_control ul li a {
	color: #fff;
	text-decoration: none;
}
#banner_control ul li:hover {
	border: 1px solid #fee700;
	color: #fee700;
	text-decoration: none;
}
#banner_right {
	float: left;
	margin-left: 19px;
	width: 300px;
	height: 291px;
}
#promo_top {
	margin-top: 12px;
	width: 300px;
	height: 27px;
	border-bottom: 1px solid #d00900;
	clear: both;
}
#promo_top .title {
	float: left;
}
#promo_top a.show_all {
	display: block;
	float: right;
	margin-top: 7px;
	padding-left: 15px;
	background: url(../images/grey_arrow_next.png) no-repeat left 50%;
	text-decoration: none;
}
#promo_top a.show_all:hover {
	background-image: url(../images/red_arrow_next.png);
}
#content .column_200,  #content .column_220,  #content .column_300,  #content .column_320,  #content .column_380,  #content .column_465,  #content .column_480,  #content .column_540,  #content .column_620,  #content .column_680,  #content .column_720 {
	float: left;
}
#content .column_200 {
	width: 200px;
}
#content .column_220 {
	width: 220px;
}
#content .column_300 {
	width: 300px;
}
#content .column_320 {
	width: 320px;
}
#content .column_380 {
	width: 380px;
}
#content .column_465 {
	width: 465px;
}
#content .column_480 {
	width: 480px;
}
#content .column_540 {
	width: 540px;
}
#content .column_620 {
	width: 620px;
}
#content .column_680 {
	width: 680px;
}
#content .column_720 {
	width: 720px;
}
#odkryj_teraz,  #tools,  #articles,  #sidebar,  #products_box,  #news {
	margin-left: 20px;
}
#content .header {
	width: 100%;
	height: 27px;
	margin-top: 0;
	border-bottom: 1px solid #d00900;
	clear: both;
}
#content .header .title {
	float: left;
}
#content .header a.show_all {
	display: block;
	float: right;
	margin-top: 7px;
	padding-left: 15px;
	background: url(../images/grey_arrow_next.png) no-repeat left 50%;
	text-decoration: none;
}
#content .header a.show_all:hover {
	background-image: url(../images/red_arrow_next.png);
}
#content a.read_more_white {
	display: block;
	float: right;
	padding-left: 15px;
	padding-right: 5px;
	background: url(../images/white_arrow_next.png) no-repeat left 50%;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #444;
}
#content a.read_more_white:hover {
	color: #ff3;
	text-shadow: 0px 0px 1px #fff;
}
#content ul {
	margin-left: 2em;
}
#content ul li {
	list-style: square;
}
.box {
	border-style: solid;
	border-width: 1px;
	clear: both;
}
.box .box-inner {
	width: 100%;
}
.box.home {
	margin-top: 14px;
	height: 145px;
}
.box.home .box-content {
	height: 121px;
}
.box.home .box-bottom {
	height: 24px;
	line-height: 24px;
	background-position: left 50%;
	background-repeat: repeat-x;
}
.box.home .box-bottom p {
	font-size: 12px;
}
.box.green {
	border-color: #019d0f;
}
.box.green .box-bottom {
	background-image: url(../images/green_gradient.png);
}
.box.orange {
	border-color: #ff7209;
}
.box.orange .box-bottom {
	background-image: url(../images/orange_gradient.png);
}
.box.red {
	border-color: #c81810;
}
.box.red .box-bottom {
	background-image: url(../images/red_gradient.png);
}
.home_box_1 {
	width: 378px;
	height: 145px;
	border: 1px solid #7c7676;
	background: url(../images/home_box_gradient.png) repeat-x top;
	margin-top: 14px;
	clear: both;
}
.home_box_1_top {
	height: 121px;
	width: 100%;
}
.home_box_1_top_in {
	width: 223px;
	float: right;
	margin-right: 3px;
}
.home_box_1_bottom {
	height: 24px;
	width: 100%;
	background: url(../images/home_box_bottom.png) repeat-x bottom;
}
.home_box_1_image {
	width: 138px;
	height: 138px;
	border: 1px solid #757575;
	overflow: hidden;
	position: absolute;
	margin: -1px 0 0 -1px;
	background: #fff;
}
.home_box_1 p {
	margin-bottom: 8px;
}
#page {
	background: url(../images/page_top_back.png) repeat-x left -128px;
}
#breadcrumbs {
	padding-top: 8px;
}
#breadcrumbs p.small {
	font-weight: bold;
}
#breadcrumbs p.small span {
	font-weight: normal;
}
#breadcrumbs a {
	padding: 1px 2px;
	color: #646464;
}
#breadcrumbs a:hover {
	background: #d00900;
	color: #fff;
	text-decoration: none;
}
#page h1.title {
	margin-bottom: 1em;
	padding-top: .6em;
	border-bottom: 1px solid #d00900;
	color: #d00900;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: -1px;
}
#product h1.title {
	margin-bottom: 2px;
}
#product h2 {
	margin-bottom: 2px;
	color: #777;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: -1px;
}
#product_image img {
	border: 1px solid #999;
}
#product_info h3.price {
	padding: .1em .1em 0 .64em;
	border: 1px solid #999;
	border-left: 0;
	line-height: 60px;
	background: url(../images/produkt_gradient.png) left 50%;
	font-size: 52px;
	font-weight: 800;
	text-shadow: 1px 1px 1px #fff;
}
#product_info h3.price small {
	font-size: 30px;
	font-weight: normal;
}
.nowosci h3.price {
	color: #019c0f;
}
.promocje h3.price {
	color: #d00900;
}
div.info {
	padding: 20px;
	color: #777;
}
.description,  .date_promo,  .availability {
	margin-bottom: 20px;
}
.date_promo .date_range,  .availability ul li {
	color: #d00900;
	font-weight: bold;
}
.date_promo .date_range {
	font-size: 1.4em;
}
.availability ul li {
}
.produkt_control {
	width: 300px;
	height: 22px;
	margin-top: 5px;
	clear: both;
}
.produkt_control a.show_prev {
	display: block;
	float: left;
	padding-left: 15px;
	background: url(../images/red_arrow_prev.png) no-repeat left 50%;
	text-decoration: none;
}
.produkt_control a.show_prev:hover {
	background-image: url(../images/grey_arrow_prev.png);
}
.produkt_control a.show_next {
	display: block;
	float: right;
	padding-right: 15px;
	background: url(../images/red_arrow_next.png) no-repeat right 50%;
	text-decoration: none;
}
.produkt_control a.show_next:hover {
	background-image: url(../images/grey_arrow_next.png);
}
.produkt_items {
	margin-right: -20px;
	overflow: hidden;
	clear: both;
}
.produkt_items .produkt_item {
	float: left;
	margin-right: 20px;
	width: 138px;
	height: 210px;
	border: 1px solid #cbcbcb;
}
.produkt_items .produkt_item.last,  .produkt_items .produkt_item:last-child {
	margin-right: 0;
}
.produkt_items_box {
	padding-top: 5px;
	overflow: hidden;
	clear: both;
}
.produkt_items_box .produkt_item {
	float: left;
	margin-left: 20px;
	width: 138px;
	height: 210px;
	border: 1px solid #cbcbcb;
}
.produkt_items_box .produkt_item.first,  .produkt_items_box .produkt_item:first-child {
	margin-left: 0;
}
.produkt_item a {
	text-decoration: none;
}
.produkt_item span {
	display: block;
}
.produkt_item .item_thumb {
	height: 138px;
	border-bottom: 1px solid #cbcbcb;
}
.produkt_item .item_description {
	height: 32px;
	padding: 2px 5px;
	border-bottom: 1px solid #cbcbcb;
	background: url(../images/promo_gradient.png) repeat-x;
	color: #646464;
	font-size: 11px;
	letter-spacing: -0.2px;
}
.produkt_item .item_price {
	padding-right: 3px;
	height: 34px;
	line-height: 34px;
	background: url(../images/promocje_yellow_gradient.png) repeat-x;
	text-align: right;
	overflow: hidden;
}
.nowosci .produkt_item .item_price {
	background: url(../images/nowosci_green_gradient.png) repeat-x;
	color: #fff;
	text-shadow: #000 1px 1px 1px;
}
.promocje .produkt_item .item_price {
	background: url(../images/promocje_yellow_gradient.png) repeat-x;
}
.ProduktKategoria .produkt_items {
	padding-bottom: 30px;
}
.ProduktKategoria h3.no-items,  .produkt_items_box h3.no-items {
	line-height: 50px;
	color: #777;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
}
.produkt_items_box h3.no-items {
	line-height: 27px;
	font-size: 17px;
}
.group_by_4 .produkt_item,  .ProduktKategoria .produkt_item {
	margin-bottom: 20px;
}
.by_2,  .group_by_2 {
	width: 300px;
	height: 212px;
	clear: both;
	overflow: hidden;
}
.by_4,  .group_by_4 {
	width: 300px;
	height: 484px;
	clear: both;
	overflow: hidden;
}
.art_items,  .news_items {
	clear: both;
}
.news_item {
	margin-bottom: 20px;
	width: 100%;
	height: 140px;
}
.news_image {
	float: left;
	margin-right: 20px;
}
.news_image img {
	border: 1px solid #777;
}
.news_content {
	float: left;
	position: relative;
	width: 780px;
	height: 140px;
}
.news_content h3 {
	line-height: 24px;
	padding-bottom: 6px;
	border-bottom: 1px solid #777;
	color: #646464;
	font-size: 16px;
	font-weight: bold;
}
.news_content p {
	padding: 15px 0;
	color: #646464;
	font-size: 13px;
}
.news_nav {
	position: absolute;
	width: 780px;
	height: 24px;
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #777;
}
.news_nav .news_date_add {
	float: right;
	padding: 0 15px;
	line-height: 24px;
	color: #646464;
}
.news_nav .news_link_more {
	float: right;
	padding: 0 5px 0 10px;
	line-height: 24px;
	background: url(../images/home_box_bottom.png) repeat-x left 50%;
}
.art_item {
	height: 200px;
	margin-bottom: 10px;
}
.art_item.even {
	margin-left: 10px;
}
.art_box,  .art_date_add {
	float: left;
}
.art_date_add {
	width: 70px;
	height: 90px;
	margin-top: 16px;
	background: url(../images/data_artykul.png) no-repeat -2px 0;
}
.art_date_add .day {
	padding-top: 14px;
	height: 50px;
	line-height: 50px;
	color: #646464;
	font-size: 22px;
	font-weight: 800;
	text-align: center;
}
.art_date_add .month {
	height: 24px;
	line-height: 24px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
}
.art_box {
	width: 393px;
	height: 198px;
	border: 1px solid #acacac;
}
.art_box .art_inner {
	padding: 10px;
}
.art_box a,  .art_box a h3,  .art_box a .art_image {
	text-decoration: none !important;
}
.art_box a:hover h3 {
	color: #e00;
}
.art_box h3 {
	padding-bottom: 6px;
	line-height: 30px;
	color: #d00900;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: -1px;
}
.art_box .art_image {
	float: left;
	width: 138px;
	height: 138px;
	border: 1px solid #777;
}
.art_box .art_content {
	float: left;
	position: relative;
	margin-top: -2px;
	margin-left: 13px;
	width: 210px;
	height: 142px;
	color: #777;
	font-size: 12px;
}
.art_content a.more {
	display: block;
	position: absolute;
	bottom: 0;
	padding-left: 15px;
	background: url(../images/grey_arrow_next.png) no-repeat left 50%;
	color: #777;
	font-size: 11px;
	text-decoration: none;
}
.art_content a.more:hover {
	background-image: url(../images/red_arrow_next.png);
	color: #d00900;
	text-decoration: none;
}
#content {
	margin-bottom: 30px;
}
#news {
	color: #777;
}
#news h1.title {
	margin-bottom: 1em;
	padding: 0 0 .6em 0;
	border-bottom: 1px solid #646464;
	color: #d00900;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: -1px;
}
.date_add {
	margin-top: -1em;
	margin-bottom: 1em;
	padding-right: 5px;
	line-height: 1em;
	font-size: 12px;
	text-align: right;
}
.entry {
	margin-bottom: .8em;
	line-height: 1.4em;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -0.5px;
}
#articles h3,  #articles_full h3 {
	margin-bottom: .4em;
	padding-top: .3em;
	color: #444;
	font-size: 16px;
	font-weight: bold;
}
#articles p,  #articles_full p,  #articles li,  #articles_full li {
	margin-bottom: .7em;
	color: #646464;
	font-size: 13px;
}
#articles_full li {
	/*clear: both;*/



	list-style: none !important;
}
#articles_full li img.left {
	float: left;
	margin-right: 0.6em;
	vertical-align: top;
}
#articles_full li a {
	padding: 0 3px;
	color: #777;
	font-size: 1.2em;
	text-decoration: none;
}
#articles_full li a:hover {
	background: #d00900;
	color: #fff;
}
/* MAPA */



#map_info_container {
	margin-left: 20px;
}
#mapMSG {
	display: none;
	margin: 5px 3px;
	padding: 10px;
	border: 5px solid #d00900;
	background: #f6f6f6;
	color: #d00900;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 17px;
}
#mapa {
	margin: 0 auto;
	width: 100%;
	height: 400px;
	background: #eee;
}
#map_info_container #promo_top {
	margin-bottom: 20px;
}
.search_box {
	width: 300px;
}
.search_box p.label {
	margin-bottom: 5px;
	padding: 0 3px;
	color: #444;
	font-size: 10px;
}
#address_search {
	float: left;
	width: 300px;
}
#address_search_form {
	padding-left: 3px;
	background: #fff url(../images/grey_input.png) repeat-x left top;
	border: 1px solid #999;
	border-radius: 24px;
	-webkit-border-radius: 4px;
}
#address_search_form input {
	height: 24px;
	line-height: 24px;
	border: 0px solid #999;
}
#address_search_form .input_text {
	float: left;
	margin: 0; /*  0 0 3px */
	padding: 1px 0;
	width: 225px;
	background: transparent;
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
}
#address_search_form .input_submit {
	padding: 0;
	width: 70px;
	height: 26px;
	background: #284253;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
	border-radius: 0 26px 26px 0;
	-webkit-border-radius: 0 3px 3px 0;
}
#province_search {
	display: none;
}
#shops_list {
	min-height: 200px;
	overflow: auto;
	border: none;
}
#shops_list .shop {
	margin: 0;
	padding: 5px;
	border-right: 1px solid #e1e1e1;
	height: 469px;
	width: 264px;
	float: left;
	margin-right: 30px;
	text-align: center;
	text-decoration: none;
}
.shop.selected {
	background: none;
}
.shop .item-number {
	float: left;
	margin: 3px 10px 0 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #d00900;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 17px;
	letter-spacing: -1px;
	text-align: center;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.shop p,  .shop h3 {
	color: #284253;
}
.shop p,  .shop p span {
	line-height: 19px;
	font-size: 16px;
}
.shop p.mb10 {
	margin-bottom: 10px;
}
.shop h3,  .group,  .phone {
	font-weight: 700;
}
.shop p a,  .shop p a span {
	line-height: 19px;
	font-size: 16px;
	text-decoration: none;
}
.group {
	color: #284253;
}
.phone {
	padding-left: 18px;
	background: transparent url(../images/red_phone.png) no-repeat left 50%;
}
.hours_label {
	display: block;
	float: left;
	width: 116px;
	margin-right: 3px;
	text-align: right;
}
.hours {
	color: #d00900;
}
#shops_list .shop-hover {
	cursor: pointer;
	opacity: 0.7;
}
/* /MAPA */



#slider-left {
	border: 1px solid #757575;
}
#slider-left a.image-item {
	display: block;
	position: relative;
	width: 198px;
	height: 198px;
	/*border: 1px solid #757575;*/



	text-decoration: none;
}
#slider-left a.image-item .ico-zoom {
	position: absolute;
	width: 24px;
	height: 24px;
	bottom: 4px;
	right: 4px;
	z-index: 101;
	background: url(../images/zoom.png) no-repeat right bottom;
}
#slider-left a.image-item img {
	position: absolute;
	width: 198px;
	height: 198px;
	bottom: 0;
	right: 0;
	z-index: 100;
}
#slider-control {
	display: none;
	height: 27px;
	margin-top: 5px;
	padding-left: 65px;
	clear: both;
}
#slider-control p {
	float: left;
	height: 23px;
}
#slider-control .count_item {
	margin: 0 5px;
	line-height: 23px;
	color: #757575;
	font-size: 14px;
}
#slider-control .prev_item a,  #slider-control .next_item a {
	display: block;
	width: 17px;
	height: 23px;
	text-indent: -999em;
	overflow: hidden;
}
#slider-control .prev_item a {
	background: url(../images/art_prev_off.png) right top;
}
#slider-control .prev_item a:hover {
	background-image: url(../images/art_prev.png);
}
#slider-control .next_item a {
	background: url(../images/art_next_off.png) left top;
}
#slider-control .next_item a:hover {
	background-image: url(../images/art_next.png);
}
#sidebar .sidebar {
	padding-left: 20px;
}
#submenu {
	width: 100%;
	margin-bottom: 20px;
}
#content #submenu ul {
	margin-left: 0;
	list-style: none;
}
#submenu ul li {
	height: 32px;
	margin: 0;
	background: #ebebeb;
	list-style: none;
}
#submenu ul li a {
	display: block;
	padding: 0 8px 0 8px;
	line-height: 32px;
	border-left: 5px solid #ebebeb;
	background: #ebebeb;
	color: #646464;
	font-size: 14px;
	text-decoration: none;
}
#submenu ul li a:hover,  #submenu ul li.current a:hover {
	border-left: 5px solid #d1150a;
	background: #d1150a;
	color: #fff;
}
#submenu ul li.current a {
	border-left: 5px solid #d1150a;
	background: #ebebeb;
	color: #646464;
}

#boms p {color: #fff; font-size: 20px; font-weight:  800;}

#footer {
	background: rgba(15,79,100,1);
	width: 100%;
	padding-top: 20px;
	min-height: 600px;
	font-family: 'Open Sans', sans-serif;
	background-blend-mode: multiply;
}
#footer .wrap {
	min-height: 150px;
}
#footer #footer_top {
	position: relative;
	margin-bottom: 9px;
	width: 100%;
	height: 58px;
	background: url(../images/center_sign.png) no-repeat center 50%;
}
#footer #facebook {
	position: absolute;
	top: -7px;
	right: 0;
	width: 51px;
	height: 52px;
}
#footer #facebook a {
	display: block;
}
#footer #footer_credits {
	clear: both;
	font-family: 'Yantramanav', sans-serif;
	color: #000;
	font-size: 14px;
}
#footer .footer_left {
	float: left;
	height: 300px;
	width: 220px;
	margin-left: 0px;
	margin-top: 15px;
}
#footer .footer_right {
	float: right;
	margin-top: 15px;
}
#footer .footer_center {
	float: left;
	height: 300px;
	width: 220px;
	margin-top: 15px;
}
#footer .footer_center_next {
	float: left;
	height: 300px;
	width: 200px;
	margin-top: 15px;
	margin-left: 50px;
}
#footer #footer_credits p {
	line-height: 20px;
	color: #000;
	font-size: 14px;
	font-family: 'Yantramanav', sans-serif;
	font-weight: 300;
}
#footer .footer_right span {
	float: left;
}
.advertia_logo {
	display: block;
	float: right;
	margin-left: 3px;
	width: 69px;
	height: 17px;
	background-position-y: 0 -18px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	cursor: pointer;
}
.advertia_logo {
	background: url(../images/logo_advertia.png) no-repeat top left;
	background-position: 0 -18px;
}
.advertia_logo:hover {
	background-position: 0 0;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* NEWSLETTER */



#footer #newsletter {
	position: absolute;
	top: -8px;
	left: 0;
	padding-left: 55px;
	width: 300px;
	height: 52px;
	background: transparent url(../images/newsletter_sign.png) no-repeat left 50%;
}
#newsletterForm {
	display: block;
	width: 300px;
	padding-top: 14px;
}
#newsletterForm input.text {
	width: 120px;
	padding: 1px 3px;
	margin-right: 4px;
	height: 24px;
	border: 1px solid #fff;
	background: #fff url(../images/grey_input.png) repeat-x left top;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#newsletterForm button.action {
	width: 103px;
	height: 28px;
	border: 0;
	color: #fff;
	font-size: 10px;
	background: transparent url(../images/newsletter_button.png) no-repeat 50% 50%;
	text-align: left;
	text-indent: -999em;
}
#newsletterForm .validation-bubble {
	display: block;
	width: 300px;
	height: 30px;
	margin-top: -50px;
	z-index: 100;
	color: #d00900;
}
form {
	width: 400px;
}
form h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px;
	color: #eb271d;
}
form fieldset {
	border: 0;
	padding: 0px;
}
.message {
	color: red;
	background: #ddd;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 5px;
}
span.message {
	width: 300px;
}
form div {
	margin-top: 10px;
	width: 100%;
}
form label {
	font-family: 'Yantramanav', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #000;
}
}
form label.left {
	float: left;
	width: 12em;
}
form label.FormHeading {
	font-size: 28px;
	color: #736357;
	font-weight: regular;
}
form input.text,  form textarea,  form select {
	width: 100%;
	color: #000;
	background: #fff;
	border: 1px solid #aaa;
	font-size: 13px;
	padding: 3px;
	font-weight: 200;
}
form input.numeric {
	width: 20px;
	background: #f0f0f0;
	border: 1px solid #aaa;
	padding: 3px;
	color: #000;
	margin-right: 4px;
}
form input.year {
	width: 35px;
}
form p.Actions {
	text-align: right;
	padding: 0 22px 15px 0;
}
form p.Actions input {
	padding: 2px;
}
a.btn, button, input[type="submit"], .Actions .action {
	margin-left: 0px;
	font-family: 'Yantramanav', sans-serif;
	background: #000;
	letter-spacing: -0.03em;
	color: #fff;
	display: inline-block;
	padding: 6px 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: none;
	border: none;
	font-size: 14px;
	font-weight: 400;
	margin-right: -5px;
	float: right;
}
a.btn:hover, button, input[type="submit"]:hover, .Actions .action:hover {
	background: #d6d6d6;
	color: #000;
}
a.btn {
	line-height: 18px;
	margin-bottom: 10px;
}
.Actions input.resetformaction {                  /* Clear button */
	margin-left: 0px;
	font-family: Dosis;
	background: #636363;
	letter-spacing: -0.03em;
	color: #fff;
	display: inline-block;
	padding: 6px 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: none;
	border: none;
	font-size: 14px;
	font-weight: 400;
	margin-right: 10px;
	float: right;
	text-transform: uppercase;
}
.Actions input.resetformaction:hover {            /* Clear button */
	background: #d5283a;
	color: #fff;
}
.hidden {
	display: none;
}
