.reservation {
  background-color: #f7f7f7;
}

.reservation .title {
  margin-bottom: 0;
}

.form-subscribe {
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

.input-group-addon {
  border-radius: 0;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.form-control {
  font-size: 17px;
  height: 51px;
  padding: 5px 16px;
  border-radius: 0;
  display: block;
  width: 100%;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

select.form-control {
  color: #999;
}

.form-subscribe .input-group i {
  color: #bebebe;
  font-size: 20px;
}

.form-subscribe span.input-group-addon {
  padding: 5px 10px;
  border-radius: 0;
}

.form-subscribe span.email {
  padding: 5px 13px;
}

.input-box {
  margin-bottom: 20px;
}

.input-box .group {
  display: inline-block;
}

.rezervace .main {
  height: 56px;
  background-color: #e5ba5b;
  border: none;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  padding: 19px 23px !important;
  border-radius: 0 !important;
}
.rezervace .main:hover,
.rezervace .main:focus {
  background-color: #cc9e39;
  text-decoration: none;
  color: #fff;
}

.reservation {
  background-color: #f5f5f5;
}
.reservation .form-subscribe {
  padding: 30px 40px;
  width: 50%;
  margin: 0 auto;
  background-color: #717171;
  border-radius: 2px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .form-subscribe .input-group {
    width: 90vw;
    float: none;
    position: relative;
    display: table;
    border-collapse: separate;
    margin-bottom: 10px;
  }

  #submit {
    width: 90vw;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .form-subscribe .input-group {
    width: 80vw;
    float: none;
    position: relative;
    display: table;
    border-collapse: separate;
    margin-bottom: 10px;
  }

  #submit {
    width: 80vw;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.form-subscribe .input-group {
		width: 70vw;
		float: none;
		position: relative;
		display: table;
		border-collapse: separate;
		margin-bottom: 10px;
	  }
	
	  #submit {
		width: 70vw;
	  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.form-subscribe .input-group {
		width: 60vw;
		float: none;
		position: relative;
		display: table;
		border-collapse: separate;
		margin-bottom: 10px;
	  }
	
	  #submit {
		width: 60vw;
	  }
}

@media only screen and (min-width: 1200px) {
	.form-subscribe .input-group {
		width: 60vw;
		float: none;
		position: relative;
		display: table;
		border-collapse: separate;
		margin-bottom: 10px;
		max-width: 60vw;
	  }
	
	  #submit {
		width: 60vw;
	  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1500px) {
	.form-subscribe .input-group {
		width: 40vw;
		float: none;
		position: relative;
		display: table;
		border-collapse: separate;
		margin-bottom: 10px;
		max-width: 50vw;
	  }
	
	  #submit {
		width: 40vw;
		max-width: 40vw;
	  }
}
