.tollfree{display:none}

.bookonline{display:none}


	.hometollfree{background:#bc2026 !important;margin-bottom:20px;width:50%;float:left;display:block;margin-bottom:0px;position:relative;top:518px}
.hometollfree h2{text-align:center;margin:0px;padding:10px 0px;font-size:24px}
.hometollfree h2 a{color:#fff;}
.hometollfree h2 a:hover{color:#cccccc;}
.hometollfree img{width:20px;text-align:left;margin-top:5px}

.homebookonline{background:#000 !important;margin-bottom:20px;width:50%;float:right;display:block;margin-bottom:0px;position:relative;top:518px}
.homebookonline h2{text-align:center;margin:0px;padding:10px 0px;font-size:24px}
.homebookonline h2 a{color:#fff;}
.homebookonline h2 a:hover{color:#cccccc;}
.homebookonline img{width:20px;text-align:left;margin-top:5px}

.hidedesktop{display:none}
@media only screen and (max-width: 600px) {
	
	.hometollfree{width:100%}
	.homebookonline{width:100%}
	
	.tollfree{background:#bc2026 !important;margin-bottom:20px;width:100%;float:left;display:block;margin-bottom:0px}
.tollfree h2{text-align:center;margin:0px;padding:10px 0px;font-size:24px}
.tollfree h2 a{color:#fff;}
.tollfree h2 a:hover{color:#cccccc;}
.tollfree img{width:20px;text-align:left;margin-top:5px}

.bookonline{background:#000 !important;margin-bottom:20px;width:100%;float:right;display:block;margin-bottom:0px}
.bookonline h2{text-align:center;margin:0px;padding:10px 0px;font-size:24px}
.bookonline h2 a{color:#fff;}
.bookonline h2 a:hover{color:#cccccc;}
.bookonline img{width:20px;text-align:left;margin-top:5px}

}
.modal-dialog{width:420px}
.myModal{z-index:999999}
.modal-backdrop.in{display:none}
.modal-body h1 {
  font-weight: 900;
  font-size: 2.3em;
  text-transform: uppercase;
}

.modal-body  label {width:100%}

.modal-body select{
	height:52px;
	width:100%;
	font-weight:normal;
	color:#212121;
	padding:0 15px
}

.modal-body a.pre-order-btn {
  color: #000;
  background-color: gold;
  border-radius: 1em;
  padding: 1em;
  display: block;
  margin: 2em auto;
  width: 50%;
  font-size: 1.25em;
  font-weight: 6600;
}
.modal-body a.pre-order-btn:hover {
  background-color: #000;
  text-decoration: none;
  color: gold;
}





/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999999;
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  text-decoration: none;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

