
/*  SINNER STUDIO STYLES
================================================================*/

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #F5DFBA; color: #fff; text-shadow: none; }
::selection { background: #F5DFBA; color: #fff; text-shadow: none; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

.mainFoto img {
   width: 400px;
}

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }


legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid {  }

input:focus, a:active, a:focus { outline:none; }
input[type=submit],label,select,.pointer { cursor:pointer; }

p label{
    width:100px;
    float:left;
    margin-right:10px;
    text-align:rightright;
}

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

td p {
  padding: 0;
  margin: 0;
}



.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* FONTS
================================================================*/


/*--- BEBAS */

@font-face {
    font-family: 'fonter';
    src: url('../fonts/gillsans.eot');
    src: url('../fonts/gillsans.eot') format('embedded-opentype'),
         url('../fonts/gillsans.woff') format('woff'),
         url('../fonts/gillsans.ttf') format('truetype'),
         url('../fonts/gillsans.svg#GillSansMTCondensedRegular') format('svg');
}

/* WHY WE LOVE CSS
================================================================*/

.trans {
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.sweetborder {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px #333 solid;
	behavior: url(PIE.htc);

}

.t-sh {
	text-shadow: 1px 1px 3px #888; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	behavior: url(PIE.htc);

}

.b-sh {
  -webkit-box-shadow: 2px 1px 4px 0px #999; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
          box-shadow: 2px 1px 4px 0px #999; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
		  behavior: url(PIE.htc);

}

.gradient {
  background-color: #444444;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#999999)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #444444, #999999); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #444444, #999999); /* FF3.6+ */
  background-image:      -o-linear-gradient(top, #444444, #999999); /* Opera 11.10+ */
  background-image:         linear-gradient(to bottom, #444444, #999999);
		  -pie-background: linear-gradient(#EEFF99, #66EE33);
		  behavior: url(PIE.htc);

}

.pie {
	border: 1px solid #696;
	padding: 60px 0;
	text-align: center; width: 200px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: #EEFF99;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEFF99), to(#66EE33));
	background: -webkit-linear-gradient(#EEFF99, #66EE33);
	background: -moz-linear-gradient(#EEFF99, #66EE33);
	background: -ms-linear-gradient(#EEFF99, #66EE33);
	background: -o-linear-gradient(#EEFF99, #66EE33);
	background: linear-gradient(#EEFF99, #66EE33);
		-pie-background: linear-gradient(#EEFF99, #66EE33);
		behavior: url(PIE.htc);

}

#logowanie {
  display: none;
}


/*  GLOBAL STYLES
================================================================*/

body {
	padding: 0;
	margin: 0;
	color:#ccc;
	font-size:13px;
	font-family: Arial;
	background:url(../images/bg.jpg) top center #020202 repeat-x;
}

.error {
  font-weight: normal;
  font-family: "fonter";
  font-size: 35px;
  color: #ccad78;
  text-align: center;
}

body#starter {
 	 background:url(../images/bg-intro.jpg) top center #020202 repeat-x;
}

a {	color: #ccad78; text-decoration: none; }
a:hover { color: #666; text-decoration: none; }
a.active { color: #ccad78 }

#menu-top a.col-active {
  color: #ccad78;
}

.clr { clear: both; }

#wraper, .wrap {
	width: 960px;
	margin: 0 auto;
}

h1 {
  font-weight: normal;
  font-family: "fonter";
  font-size: 35px;
  color: #ccad78;
}

.faderBlack {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: black;
  top: 0;
}


#starter #main {
  margin-top: 350px;
  position: relative;

}

/*  HEADER
================================================================*/

#logo {
	margin-top: 15px;
  float: left;
}

nav {
	float: left;
  position: absolute;
  right: 0;
  top: 0;
}

#menu-top {
  list-style: none;
  padding: 0;
  margin: 50px 0px 0px;
  font-family: "fonter";
  text-transform: uppercase;
  font-size: 16px;

}

#menu-top a {
  color: #f9f9f9;
  padding: 4px 15px;
	margin-left: 15px;
}

#menu-top a:hover {
  color: #ccad78;
}

#menu-top a.active {
 	color: #090909;
  background: #ccad78;
  padding-top: 75px;
    -webkit-border-radius: 3px; /* Safari 3-4, iOS 1-3.2, Android ?1.6 */
          border-radius: 3px; /* Opera 10.5, IE9+, Safari 5, Chrome, Firefox 4+, iOS 4, Android 2.1+ */
}

#menu-top li {
  float: left;
  position: relative;
}

/*  CONTENT
================================================================*/

#main {
	clear: both;
}

#starter #main {
 	min-height: 0;
}

#starter .logoIntro, #starter .langIntro, #starter #footer {
 	opacity: 0;
}

.lineIntro {
  position: absolute;
  left: -250px;
  top: 120px;
  opacity: 0;
}

.langIntro {
  color: #999;
  padding: 20px;
}

#starter #footer .copyrights {
  padding-left: 20px;
}

#header {
  height: 110px;
  position: relative;
  opacity: 0;
}

#slider {
  max-height: 500px;
}

#sliderControl {
  position: absolute;
  z-index: 3;
}

.arrow {
  position: absolute;
  z-index: 5;
  cursor: pointer;
  padding: 20px 20px;
  display: none;
}

.arrow.left {
  left: 0;
}

.arrow.right {
  right: 0;
}

.photos .subFoto {
  display: none;
}

.photos a {
 	 float: left;
   border-top: 3px white solid;
   border-bottom: 3px white solid;
	 border-right: 3px white solid;
}

.photos a:first-child {
  border-left: 3px white solid;
}

#slider .wraper {
   overflow: hidden;
   height: 0;
   position: absolute;
   width: 100%;
   left: 0;
   border-bottom: 0px white solid;
}

#slider .photos {
  width: 9000px;
  margin: 3px auto;
  border-bottom-width: 0;
  border-bottom-color: white;
  border-bottom-style: solid;
  max-height: 574px;
  overflow: hidden;
}

#slider .menu {
  position: absolute;
  z-index: 10;
  background: #202020 url('../images/arrow-down.png') no-repeat 210px 11px;
  color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  top: 135px;
  padding: 4px 20px;
  font-family: fonter;
  font-size: 16px;
  min-width: 192px;
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  height: 22px;
}

#slider .menu.hide {
  display: none; /* niezalogowany */
}

#slider .select {
  color: #ccad78;
  text-transform: uppercase;
}

#slider .label {
  margin-right: 3px;
}
#slider .label.type {
  margin-left: 5px;
}

#main .text {
  padding: 0 20px 20px;
}


/*  FOOTER
================================================================*/


#footer {
  color: #555;
  margin-top: 30px;
	background: top center no-repeat;
}

#starter #footer .copyrights  {
  float: left;
	text-align: left;
}


#footer .langs {
  color: #555;
  text-transform: lowercase;
  float: left;
}

#footer .langs img {
    opacity: 0.3;
}

#footer .langs .active img {
  opacity: 1 !important;
}

#footer .copyrights {
  font-size: 11px;
  line-height: 12px;
  float: right;
  text-align: right;
  margin-right: 5px;
}

#footer .copyrights a {
  color: #777;
}

  #footer .copyrights a:hover {
    color: white;
  }

#footer a.sinner {
  color: #999;
}

.blurThis2 {
  -webkit-filter: blur(9px);
  filter: blur(9px);
  opacity: 0.4;
  filter: alpha(opacity=40);
}

#mainLogin {
  display: none;
  position: absolute;
  top: 350px;
  left: 45%;
  width: 240px;
  background: black;
  z-index: 5;
  text-align: center;
  padding: 20px;
}


/* FORMS INPUT ETC.
================================================================*/

form {
  margin-top: 10px;

}

fieldset {
  border: 1px #333 solid;
}

legend {
	font-size: 22px;
  font-family: Bebas;
}


label {

}

input, textarea, select {

  margin: 2px 0;
  display: block;
  line-height: 16px;
  padding: 2px 10px 0px;
  font-size: 13px;
  font-family: Arial;
  min-height: 23px;

  background: #111;
  color: white;
  border: 1px solid #2B2B2B;

  -webkit-border-radius: 5px; /* Safari 3-4, iOS 1-3.2, Android ?1.6 */
          border-radius: 5px; /* Opera 10.5, IE9+, Safari 5, Chrome, Firefox 4+, iOS 4, Android 2.1+ */

}

input:focus,
textarea:focus,
select:focus {

    color: #111;
  background: #ccad78;
  border: 1px #2B2B2B solid;
  outline:none;
}

input[type=text] {
  width: 300px;
}

.formbg textarea {
  float: right;
  width: 260px;
  height: 85px;
  padding-top: 10px;
  min-height: inherit;
min-width: inherit;
}

textarea {
  min-width: 500px;
  min-height: 200px;
  padding-top: 10px;
}
select {
  padding: 4px 4px 4px 10px;
  border: 0;
  font-size: 11px;
  font-weight: bold;
}

input[type=file] {
  padding: 4px 4px 4px 6px;
}

input[type=submit], button[type=submit] {
  background: #ccad78;
  color: black;
  border: 0;
  padding: 5px 20px;
  cursor: pointer;
    -webkit-border-radius: 5px; /* Safari 3-4, iOS 1-3.2, Android ?1.6 */
          border-radius: 5px; /* Opera 10.5, IE9+, Safari 5, Chrome, Firefox 4+, iOS 4, Android 2.1+ */
          margin: 10px 0 0;
}

input[type=submit]:hover, button[type=submit]:hover {

    background: white;
  border: 0;
  padding: 5px 20px;
  cursor: pointer;
  color: #222;
}

.form.wspolpraca {
  text-align: left;
	margin: 0 auto 0;
}

.form.wspolpraca input {
  width: 260px;
	margin-left: 70px;
  height: 25px;
}

.form.wspolpraca button[type=submit] {
  position: relative;
  bottom: -33px;
  padding: 5px 40px;
 }

form.formbg {
  background: #222;
  width: 500px;
  padding: 20px;
  margin: 30px auto 45px;
}

.formbg td {
  vertical-align: middle;
}

#slider select {
  width: 100%;
}

#slider input {
  width: 100%;
  margin-top: 10px;
}

#slider select:focus {
  border: 0;
}

.map-selector {
  clear: both;
  margin: 15px 0;
}

.map-selector label {
  float: left;
  margin-right: 6px;
  line-height: 20px;
}

.addPartner {
  float: right;
	margin-top: -30px;
}


.lista-partnerow {
  margin: 25px 0;
}

.lista-partnerow * {
  padding: 0;
  margin: 0;
}

.lista-partnerow .item {
  width: 905px;
  padding: 12px;
  background: #111;
  margin-bottom: 3px;
  position: relative;
}

.lista-partnerow .item > a {
  position: absolute;
	top: 90px;
	left: 27px;
}


.lista-partnerow .item > div {
  float: left;
  padding: 10px 0;
  margin-left: 15px;
  overflow: hidden;
  height: 40px;
  padding-bottom: 0;
}

.lista-partnerow .item .name {
  width: 210px;
}

.lista-partnerow .item .work {
  min-width: 90px;
  margin-left: 25px;
}

.lista-partnerow .item .work label {
  width: 50px;
  float: left;
  cursor: default;
}

.lista-partnerow .item .tel {
  min-width: 195px;
}

.lista-partnerow .item .info {
  min-width: initial;
  width: 170px;
  text-align: center;
  padding-bottom: 0;
  overflow: hidden;
  height: 45px;
}

.lista-partnerow .item .www {
  width: 150px;
  float: right;
  text-align: right;
  margin-right: 5px;
}

.dodajOptyka {
  float: right;
	margin-top: -20px;
}

.backToMap {
  margin: 0 20px;
  clear: both;
}

.ico-login {
  position: relative;
}

#collection {
  position: absolute;
  width: 700px;
  display: block;
  right: 5px;
  top: 30px;
}

#collection .holder {
  float: right;
}

#collection a {
  margin-left: 0;
  padding: 4px 7px;
}




/* CLEARFIX
================================================================*/
.lista-partnerow .item, .clearfix:before, .clearfix:after { content: ""; display: table; }
.lista-partnerow .item, .clearfix:after { clear: both; }
.lista-partnerow .item, .clearfix { *zoom: 1; }


/* NON-SEMANTIC HELPER CLASSES
================================================================*/
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }


