body {
  color: #000;
  font-size:15px;
  line-height: 1.3em;
  font-family: 'Roboto', sans-serif;
  background-color: #fff;
  font-weight: 400;
}
img {
  max-width: 100%;
  height: auto;
}
.nav > li > a:hover, .nav > li > a:focus {
  background: none;
  outline: none;
}
::selection {
  color: #fff;
  background-color: #7f9f34;
}
::-moz-selection {
  color: #fff;
  background-color: #7f9f34;
}
input:focus, button:focus, select:focus, textarea:focus{
  outline: none;
}
.absolute-link{
  position: relative;
}
.absolute-link a{
  position: absolute;
  top:0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 7;
}

.loading{
  position: relative;
}
.loading:after{
  content: "Proszę czekać...";
  position: absolute;
  top:0;
  text-align: center;
  padding-top: 50%;
  margin-top: -22px;
  font-size: 40px;
  line-height: 1.3em;
  left:0;
  right:0;
  margin:0 auto;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 100%;
  background-color: #96c91e;
  z-index: 998;
  -webkit-animation-name: loadinganim;
  -webkit-animation-duration: 0.5s;
  animation-name: loadinganim;
  animation-duration: 0.5s;
}

@-webkit-keyframes loadinganim {
  0%   {width:0px;}
  100% {width: 100%;}
}
@keyframes loadinganim {
  0%   {width:0px;}
  100% {width: 100%;}
}
.vertical-helper{
  display: table;
  margin: 0 auto;
}
.vertical-center{
  display: table-cell;
  vertical-align: middle;
}
a{
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #7f9f34;
}
a:focus {
  text-decoration: none;
  outline: none;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin:0;

}
a:visited {
  text-decoration: none;
  outline: none;
}
.offset-top{
  margin-top: 30px;
}
.offset-bottom{
  margin-bottom: 30px;
}
.p-top{
  padding-top: 30px;
}
.p-bottom{
  padding-bottom: 30px;
}
strong{
  font-weight: 700;
}
button, input[type="submit"]{
  cursor: pointer;
}
p{
  margin:0;
}
.menu-button {
  display: none;
  padding: 0;
  background:#7f9f34;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: none;
  margin: 0;
  float: right;
}
.mybg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.mybg > a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.zoomIt{
  position: relative;
  overflow: hidden;
}
.zoomIt div, .zoomIt img{
  -webkit-transition: 1s;
  transition: 1s;
}
.form-row{
  margin-bottom:30px;
}
.zoomIt:hover > div, .zoomIt:hover > img{
  transform:scale(1.2); 
  -webkit-transform:scale(1.2); 
  -moz-transform:scale(1.2); 
  -o-transform:scale(1.2); 
}
hr {
  margin: 30px 0;
  border: none;
  clear: both;
  height: 2px;
  width: 100%;
  background: #000;
}
.offset-top-10{
  margin-top: 10px;
}
.lg100{
  display: block;
  width: 100%;
}
.logo a{
  display: inline-block;
  background-color: #fff;
  padding: 35px 50px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.websitebg{
  position: fixed;
  top:0;
  left:0;
  height: 100vh;
  width: 100vw;
  background-image: url('../images/bg.jpg');
}
.content{
  position: relative;
  padding-left: 280px;
  margin-bottom: 30px;
}
.left-logos{
  position: absolute;
  top:12vh;
  left:0px;
  display: block;
  width: 200px;
  min-height: 59vh;
  z-index: 5;
  background-color: #fff;
  color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 1vw 40px;
}
.left-logos .logoone{
  padding-top:1.5vw;
  padding-bottom: 1.5vw;
}
.content-left{
  padding-top: 8vw;
  color: #fff;
  font-size: 22px;
  line-height: 1.6em;
  text-shadow: 0 0 10px #000000;
}
.content-left h1{
  color: #fff;
  font-size: 35px;
  line-height: 1.1em;
  margin-bottom: 2vw;
  text-shadow: none;
}
.content-left h1 span {
	background-color: #96c91e;
	line-height: 1.7em;
	display: inline-block;
	margin-bottom: 3px;
	padding: 2px 20px;
}
.cr-container{
  background-color: rgba(150, 201, 30, 0.85);
  color: #fff;
  min-height: 70vh;
  padding: 3vw;
}
.standard-input{
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 0px;
  box-sizing: border-box;
  padding: 0 10px;
  background-color: #fff;
  box-shadow: none;
  color: #000;
}
.content-right h2{
  margin-bottom: 50px;
  text-align: center;
}
.button{
  display: inline-block;
  padding: 0 30px;
  color: #fff;
  background-color: #fff;
  border-radius: 0px;
  border: none;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #96c91e;
}

label {
  font-weight: 300;
  text-align: right;
  width: 100%;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -8px;
  margin-left: -6px;
}
.ui-slider .ui-slider-handle {
  width: 12px;
  height: 26px;
  outline: none;
}
.ui-slider .ui-slider-handle .slidevalue{
  position: absolute;
  top: 100%;
  left: -22px;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  font-size: 12px;
  padding: 5px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
  border: none;
  background-color: #eaeaea;
}
.ui-widget-content{
  background-color: #7f9f34;
}
.ui-widget-header{
  background-color: #fff;
}
.ui-widget.ui-widget-content{
  border: none;
}
.secondview, .thirdview{
  display: none;
}
.secondview.showthisview,
.thirdview.showthisview{
  display: block;
}






















@media(max-width:1500px){
.content-right{
  margin-left: 0;
  width: 58.33333333%;
}
.content-left{
  font-size: 19px;
}
.content-left h1{
  font-size: 28px;
  line-height: 1.1em;
}
}

@media(max-width:1270px){
.md-offset-top{
  margin-top: 30px;
}
.md-offset-bottom{
  margin-bottom: 30px;
}
.left-logos{
  display: none;
}
.content{
  padding-left: 0;
}
}
@media(max-width:992px){
.sm-offset-top{
  margin-top: 30px;
}
.sm-offset-bottom{
  margin-bottom: 30px;
}


}
@media(max-width:767px){
.padding-50{
  padding-left: 15px;
  padding-right: 15px;
}
.xs-offset-top{
  margin-top: 30px;
}
.xs-offset-bottom{
  margin-bottom: 30px;
}
.content-right{
  width: 100%;
  margin-top: 30px;
}

}

@media(max-width:480px){
.ver-smart-100{
  width: 100%;
}
.sxs-offset-top{
  margin-top: 30px;
}

}







.fromTop{
  top:0px;
  opacity:1;
  -webkit-animation-name: fromtop;
  -webkit-animation-duration: 0.5s;
  animation-name: fromtop;
  animation-duration: 0.5s;
}

@-webkit-keyframes fromtop {
  0%   {top:-100px; opacity:0;}
  100% {top:0px; opacity:1;}
}
@keyframes fromtop {
  0%   {top:-100px; opacity:0;}
  100% {top:0px; opacity:1;}
}

.fromBottom{
  top:0px;
  opacity:1;
  -webkit-animation-name: frombottom;
  -webkit-animation-duration: 0.5s;
  animation-name: frombottom;
  animation-duration: 0.5s;
}

@-webkit-keyframes frombottom {
  0%   {top:50px; opacity:0;}
  100% {top:0px; opacity:1;}
}
@keyframes frombottom {
  0%   {top:50px; opacity:0;}
  100% {top:0px; opacity:1;}
}



.fromRight{
  left:0px;
  opacity:1;
  -webkit-animation-name: fromright;
  -webkit-animation-duration: 0.5s;
  animation-name: fromright;
  animation-duration: 0.5s;
}

@-webkit-keyframes fromright {
  0%   {left:100px; opacity:0;}
  100% {left:0px; opacity:1;}
}
@keyframes fromright {
  0%   {left:100px; opacity:0;}
  100% {left:0px; opacity:1;}
}


.visiblee{
  opacity: 1 !important;
}