@font-face {
	font-family: Prime Regular;
	src: url(Prime_Regular.otf);
}
@font-face {
	font-family: Dual;
	src: url(Dual-300.otf);
}
body {
		background: #020e14;
    background-image: url("img/kamera.jpg");
		margin: 0;
    padding: 0;
		background-size: cover;
		background-position: center;
    background-attachment: fixed;
		overflow-x: hidden;


}
.nav li{
  -webkit-transition: all 0.5s ease-in-out, -webkit-transform 0.5s;
  -o-transition: all 0.5s ease-in-out, -o-transform 0.5s;
  -moz-transition: all 0.5s ease-in-out, -moz-transform 0.5s;
}
.nav li:hover{
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 1px 3px rgba(0, 0, 0, 0.5);
}
.navbar-default {
  margin-bottom: 0px;
}

#logo {
  	float:left;
  display: block;
	padding-top:5px;
	padding-left:30px;
	padding-bottom:5px;
	padding-right: 30px;
  text-shadow: 1px 1px 1px black;
-webkit-transition: all 0.5s ease-in-out, -webkit-transform 0.5s;
-o-transition: all 0.5s ease-in-out, -o-transform 0.5s;
-moz-transition: all 0.5s ease-in-out, -moz-transform 0.5s;
}
#logo:hover {
	    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 1px 3px rgba(0, 0, 0, 0.5);
			cursor: pointer;
      color: orange;
      text-shadow: 1px 1px 1px black;
}
#logo span{
  font-family: Dual;
  font-size:20px;
  float:left;
  margin-top:8px;
  margin-left:7px;
}
/* O MNIE =========================================*/

.omnie{
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 1px 3px rgba(0, 0, 0, 0.5);
	color:white;
	margin-bottom: 250px;
}
.omnie p{
	text-align: justify;
	font-family: Dual;
	font-size: 18px;
	padding: 10px 10px 10px 20px;
}
.omnie h1{
	padding-top: 10px;
	margin-top:250px;
	text-align: center;
	border-bottom: 1px solid white;
	-webkit-transition: all 0.5s ease-in-out, -webkit-transform 0.5s;
	-o-transition: all 0.5s ease-in-out, -o-transform 0.5s;
	-moz-transition: all 0.5s ease-in-out, -moz-transform 0.5s;
}
.omnie:hover h1{
	border-bottom: 1px solid orange;
}


/*//////////////////////////////////////////////////*/
.obr2 .obramowka{
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 1px 3px rgba(0, 0, 0, 0.5);
	color:white;
	margin-left:20px;
	margin-right:20px;
}
.obr2 .produkcja{
	background: #2f2f2f;
}
.obr2 h2{
	text-shadow: 1px 1px 1px black;
	background: #2f2f2f;
	padding: 5px 0px 5px 0px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 1px 3px rgba(0, 0, 0, 0.5);
	color: white;
	border-bottom: 1px solid white;
	-webkit-transition: all 0.5s ease-in-out, -webkit-transform 0.5s;
	-o-transition: all 0.5s ease-in-out, -o-transform 0.5s;
	-moz-transition: all 0.5s ease-in-out, -moz-transform 0.5s;
}

.obr2 img{
	margin-top: 10px;
}
.obr2 .tytul{
	padding-top:2px;
	padding-bottom: 2px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-shadow: 1px 1px 1px black;
	background: #020e14;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0px 1px 3px rgba(0, 0, 0, 0.5);
	max-width:40%;
	-webkit-transition: all 0.5s ease-in-out, -webkit-transform 0.5s;
	-o-transition: all 0.5s ease-in-out, -o-transform 0.5s;
	-moz-transition: all 0.5s ease-in-out, -moz-transform 0.5s;
}
.obr2 .tytul h4{
	border-bottom: 1px solid white;
	padding-left:5px;
	padding-right: 5px;
	-webkit-transition: all 0.5s ease-in-out, -webkit-transform 0.5s;
	-o-transition: all 0.5s ease-in-out, -o-transform 0.5s;
	-moz-transition: all 0.5s ease-in-out, -moz-transform 0.5s;

}
.obr2:hover .tytul h4{
	color:orange;
}
.obr2:hover h2{
	border-bottom: 1px solid orange;
}
.obr2:hover{
	cursor: pointer;
}
/* ===========================================================================================*/
.scrollbar
{
	float: left;
	width: 100%;
	max-height: 500px;
	overflow-y: scroll;
	margin-bottom: 25px;
}
.force-overflow
{
}
#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;

}

#style-1::-webkit-scrollbar
{
	width: 12px;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
/* =============================================================================================*/
.odbr3 {
	margin-top:200px;
}
.odbr3 p{

}
.odbr3 .produkcja h2 {
color:white;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 1px 3px rgba(0, 0, 0, 0.5);
text-shadow: 1px 1px 1px black;
background: #2f2f2f;
padding: 5px 0px 5px 0px;
border-bottom: 1px solid white;
}
.odbr3:hover h2{
	border-bottom: 1px solid orange;
}
.odbr3 .scroll {
	color:white;
	margin-left:10px;
	margin-right:10px;
	background: #020e14;
	padding:20px 20px 20px 20px;
}
.odbr3 .film{
	-webkit-transition: all 0.5s ease-in-out, -webkit-transform 0.5s;
	-o-transition: all 0.5s ease-in-out, -o-transform 0.5s;
	-moz-transition: all 0.5s ease-in-out, -moz-transform 0.5s;
}
.odbr3 .film img{
	float:left;
	width:100%
}
.odbr3 .film:hover{
	cursor: pointer;
	color:orange;
}
.odbr3 .film:hover img{
	box-shadow: 0 0 10px white;
}



/* =============================================================================================*/

/*modal fullscreen */
.modal-header{
	    background: #767676;
}
.modal.modal-fullscreen {
  /* Maximize the main wrappers on the screen */
  /* Make the parent wrapper of the modal box a full-width block */
  /* Remove borders and effects on the content */
  /**
	 * /!\ By using this feature, you force the header and footer to be placed
	 * in an absolute position. You must handle by yourself the margin of the
	 * content.
	 */
}
.modal.modal-fullscreen .modal-dialog,
.modal.modal-fullscreen .modal-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal.modal-fullscreen .modal-dialog {
  margin: 0;
  width: 100%;
  animation-duration:0.6s;
}
.modal.modal-fullscreen .modal-content {
  border: none;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -o-box-shadow: inherit;
  box-shadow: inherit;
	    background: #272424;
			color:white;
  /* change bg color below */
 /* background:#1abc9c; */
}
.modal.modal-fullscreen.force-fullscreen {
  /* Remove the padding inside the body */
}
.modal.modal-fullscreen.force-fullscreen .modal-body {
  padding: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header,
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  left: 0;
  position: absolute;
  right: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header {
  top: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  bottom: 0;
}

html, body{
    padding-right: 0px !important;
    position: relative!important;
}
/* =============================================================================================*/

.obr4 .obramowka{
	background: #020e14;
	width: 50%;
	float:right;

	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 1px 3px rgba(0, 0, 0, 0.5);
	color:white;
	margin-left:20px;
	margin-right:20px;
	margin-bottom: 60px;
}
.obr4 h2{
	text-shadow: 1px 1px 1px black;
	background: #2f2f2f;
	padding: 5px 0px 5px 0px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 1px 3px rgba(0, 0, 0, 0.5);
	color: white;
	border-bottom: 1px solid white;
	-webkit-transition: all 0.5s ease-in-out, -webkit-transform 0.5s;
	-o-transition: all 0.5s ease-in-out, -o-transform 0.5s;
	-moz-transition: all 0.5s ease-in-out, -moz-transform 0.5s;
}

.obr4:hover h2{
	border-bottom: 1px solid orange;
}
.obr4 p{
	margin-top: 15%;
}



/* =============================================================================================*/
.stopka {
    /* The image used */
    background:#2f2f2f;;
    /* Set a specific height */
    height: 50px;;
    /* Create the parallax scrolling effect */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
		color:white;
		font-family: Dual;
}
.stopka h4 {
	float:right;
	margin-right: 10%;
}
.stopka span{
	-webkit-transition: all 0.5s ease-in-out, -webkit-transform 0.5s;
	-o-transition: all 0.5s ease-in-out, -o-transform 0.5s;
	-moz-transition: all 0.5s ease-in-out, -moz-transform 0.5s;
}
.stopka:hover span{
	color:orange;
}
/* =============================================================================================*/
@import url(http://fonts.googleapis.com/css?family=Roboto);

/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
}

.login-help{
  font-size: 12px;
}
/* =============================================================================================*/
.panel_cursor{
	color:red;
}
.panel_cursor:hover {
	cursor: pointer;
}
.caly_panel {
	color:black;
}
.caly_panel h3{
	color:black;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #e7e7e7;
	font-family: Dual;
}
.box_panel_home {
	background: #7a7a7a;
	padding-bottom: 20px;
	color:white;
}
.box_panel_home p{
	padding: 20px 0px 20px 20px;
}
