body{
    margin: 0;
    padding: 0;
    background: #DDD;
    font-size: 16px;
    color: #222;
    font-family: 'Roboto', sans-serif;
    background-image:url('../art/photography.png');
    background-position: center;
    background-repeat: inherit;
}
.error{
  color:red;
  margin-top:0px;
  margin-bottom:5px;
  font-size:12px;
  padding:0;
}
.container{
  margin-top:5px;
  padding-bottom:10px;
}
/* main box */
.left{
  padding:8px 15px;;
  background-color:rgba(255, 255, 255, 0.60);
  height:550px;
  margin-top:12px;
}
.right{
  padding:0;
  background-color:rgba(255, 255, 255, 0.60);
  color:#FFF;
  height:550px;
  margin-top:12px;
  
}
.bannerPic{
  padding:0;
  margin:0;
  margin-left:10px;
  width:100%;
  height:100%;
  background-image:url('../art/bannercontent.jpg');
  background-size:contain;
  background-repeat: no-repeat;
  background-position: top;
}
/* info box inputs styles */
.infoBox{
  margin-top:20px;
}
.infoInput{
  display: block;
  width:240px;
  margin-left:auto;
  margin-right:auto;
  margin-top:5px;
  margin-bottom:0;
  border-radius:15px;
  font-weight:bold;
  outline:none;
  transition-duration:0.3s;
  color:#941725;
  border: 2px solid #941725;
}
.infoInput:focus{
  transition-duration: 0.3s;
  box-shadow: 0 0 10px 2px rgba(15, 10, 44, 0.9);
  color:#941725;
}
select{
  background-color:#fff !important;
}
input[type="file"] {
  display: none;
  outline:none;
}
.carsBox{
  width: 240px;
  color:#941725;
  border: 2px solid #941725;
  margin-left:auto;
  margin-right:auto;
  margin-top:5px;
  margin-bottom:5px;
  border-radius:15px;
  font-weight: bold;
}
.carsBox select{
  outline:0;
  width:200px;
  justify-content: center;
  display:inline-block;
  border-radius:5px;
}
.labelCars{
  margin:0;
  padding:0;
} 
/* cars box */





/* cars box */
/* .uploadPlace {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  width:240px;
  border-radius:15px;
} */

.file-container {
  width:280px; 
  height:30px; 
  display:inline-block; 
  position:relative; 
  overflow:hidden;
}
/* input file dostaje z-index:2, oraz pozycjonowanie absolutne */
.file-container input[type="file"] {
  font-size:100px; 
  position:absolute; 
  left:0; 
  right:0; 
  top:0; 
  bottom:0; 
  opacity:0; 
  z-index:2; 
  height:30px; 
  display:block; 
  cursor:pointer;
}
 
/* a input text i button dostają mniejszy z-index dzięki czemu znajdują się pod "niewidzialnym" input file */
.file-container input[type="text"] {
  float:left; 
  width:150px; 
  padding:7px; 
  height:auto; 
  background:#efefef; 
  border:1px solid #aaa; 
  z-index:0; 
  position:relative; 
  font:11px Tahoma; 
  color:#777;
}
.file-container input[type="button"] {
  float:right;
  right:40px;
  justify-content: space-between; 
  width:70px; 
  height:30px; 
  background:red; 
  text-align:center; 
  font:11px Arial; 
  color:#fff; 
  line-height:30px; 
  overflow:hidden; 
  display:block;
  border:0; 
  cursor:pointer; 
  z-index:0; 
  position:relative;
}




/* category */
.policyBox{
  width:100%;
  margin-top:10px;
  margin-bottom:20px;
  font-size:12px;
}
.policytitle{
  display:inline-block;
  width:160px;
}
.policyCheck{
  font-size:16px;
  display:inline-block;
  color: #941725;
  margin-left:auto;
  margin-right:auto;
}
#check{
  display:inline-block;
}
.g-recaptcha div{
  display: inline-block;
}
.infoBanner{
  
  width:100%;
  margin:0;
  padding:0;
  margin-top:20px;
}
.myButtons{
  display:block;
}
.appBtn{
  width:250px;
  font-size:22px;
  font-weight:bold;
  border-radius:15px;
  margin-top:5px;
  border:none;
  
  background-color: rgb(40, 155, 36);
  color:#fff;
  transition-duration: 0.3s;
}
.appBtn:hover{
  border-radius:20px;
  background-color: rgb(3, 95, 0);
  color:#fff;
  transition-duration: 0.3s;
}
.gallBtn{
  width:250px;
  font-size:22px;
  font-weight:bold;
  padding:5px;
  border-radius:15px;
  margin-top:5px;
  background-color:#ee8700;
  transition-duration: 0.3s;
  color:#fff;
}
.gallBtn:hover{
  border-radius:20px;
  color: #fff;
  background-color:#5c4300;
  transition-duration: 0.3s;
}
.picGallery{
  border-radius:15px;
  font-size:14px;
  width:130px;
}
.regInfo{
  display: block;
  color:#000441;
}
.gallInfo{
  display: block;
  color:#941725;
}
.gallInfo span{
  display:block;
  margin-top:15px;
}
.fblink{
  border-radius:15px;
  font-weight:bold;
}
.leftPlus h3{
  margin-top:50px;
  margin-bottom:20px;
  text-transform: uppercase;
  color:#941725;
  font-weight:bold;
}
#setCompany{
  padding-bottom:10px;
}
#setCompany p{
  color: #941725;
}
/* MEDIA QUERIES */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .left{
    border:none;
  }
  .right{
    border:none;
    margin-bottom: 5px;
  }
  .container{
    margin-top:10px;
  }
  .infoBox{
    padding-top:10px;
  }
} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  /* .myButtons{
    margin-top:10px !important;
  } */
} 
@media only screen and (max-width: 768px) {
  .appBtn{
    width: 220px;
  }
  .gallBtn{
    width: 220px;
  }
  .bannerPic{
    margin-left:0px;
  }
  
} 
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .myButtons{
    margin-top:5px !important;
  }
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .left{
    width:400px;
  }
  .right{
    width:400px;
  }
  .appBtn{
    margin-top:5px;
    padding:6px;
  }
  .gallBtn{
    margin-top:5px;
    padding:6px;
  }
  .picGallery{
    padding: 6px;
  }
  /* .myButtons{
    margin-top:50px !important;
  } */
} 
@media only screen and (max-width: 992px){
  .container{
    margin-top:20px;
  }
  /* .myButtons{
    padding-top: 10px;
  } */
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .left{
    width:500px;
  }
  .right{
    width:400px;
  }
  .infoBox{
    margin-left:20px;
  }
  .appBtn{
    margin-left:20px;
  }
  .gallBtn{
    margin-left:20px;
  }
  .gallBtnS{
    margin-left:0;
  }
  .leftPlus{
    padding-left:30px;
  }
  .policyBox{
    margin-left:20px;
  }
  
}
@media only screen and (max-width: 1200px) {
  .appBtn{
    padding:6px;
  }
  .file-container input[type="text"]{
    left:20px;
  }
  .file-container input[type="button"]{
    right:20px;
  }
  .left{
    height:500px;
    width:100%;
  }
  
  .right{
    height:500px;
    width:100%;
  }
  
}
