/*
    Created on : 31.10.2012, 13:23:29
    Author     : ZENKOT
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
  min-height: 600px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
  clear:both;
}
.modal {
  -webkit-box-shadow: 7px 7px 15px 3px rgba(0, 0, 0, 0.36);
     -moz-box-shadow: 7px 7px 15px 3px rgba(0, 0, 0, 0.36);
          box-shadow: 7px 7px 15px 3px rgba(0, 0, 0, 0.36);
  border-radius: 4px;
  position: absolute;
  display: none;
  background: #fff;
}

img#fon {
  min-height: 100%;
  min-width: 1500px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1500px){
  img#fon {
    left: 50%;
    margin-left: -750px;
  }
}


#bx-slider {
  position: absolute;
  width: 950px;
  height: 590px;
}
#bx-slider .item {
  height: 590px;
}
.bx-wrapper {
  margin: 0 auto;
  border: 5px solid #FFFFFF;
  box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.4);
}
.bx-wrapper .bx-next,
.bx-wrapper .bx-prev {
  position: absolute;
  top:50%;
  left:-40px;
  margin-top:-75px;
  height:150px;
  width:30px;
  color:#FFFFFF;
  cursor:pointer;
  background:url('/img/slider_arrow_prev.png') no-repeat center;
}
.bx-wrapper .bx-next {
  left:auto;
  right:-40px;
  background:url('/img/slider_arrow_next.png') no-repeat center;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-prev:hover {
  opacity:0.8;
  filter:alpha(opacity=80);
}
.bx-wrapper .bx-pager {
  position: absolute;
  top: auto;
  bottom: -26px;
  left: 50%;
  margin-left: -481px;
}
.bx-wrapper .bx-pager .pager-link {
  float: left;
  width: 10px;
  height: 10px;
  border:1px solid #FFFFFF;
  cursor: pointer;
  margin: 2px;
  border-radius: 6px;
  color: transparent;
  background: #FFFFFF;
  opacity:0.5;
  filter:alpha(opacity=50);
}
.bx-wrapper .bx-pager .pager-link.pager-active {
  opacity: 1;
  filter:alpha(opacity=100);
}

