body{
	/*  background:#000; */
}
#outer{
	width:100%;
	height:100%;
}
#inner{  
	margin-left: 4%;
	margin-right: 4%;
	height: 80%;
}
#content{
	float: left;
    width: 80%;
}
#result{
	/* padding-top: 20px; */
    float: left;
    width: 100%;
}
.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  height: 30px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 10px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid #E8DBD6;
  color: white;
}

.panel-default {
 height: 100%;
 background-color: white;
}
.panel {
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

#content h3 {
  color: #FFFFFF;
  font-family: 'Open Sans';
  font-size: 2em;
  font-weight: normal;
  margin: 0.5em 0;
  text-shadow: 1px 1px 1px #333333;
}

#search-submit {
  width: 100px;
  height: 33px;
  color: #FFF;
  float: left;
  margin: 0px 0 0 10px;
  background-color: #E02C2E;
  border: none;
  border-radius: 4px;
}

.search-submit{
	margin: 10px 0 0 10px !important;
}

#loginbtn {
  width: 100px;
  height: 33px;
  color: #FFF;
  margin: 0 0 0 10px;
  background-color: #428bca;
  border: none;
  border-radius: 4px;
}

.restNameDisplay{
	margin-left:15px;
	cursor:hand;
	color:#a94442;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
  /*   width: 200px; */
    overflow: hidden !important;
}

.restLocDisplay{
	margin-left:15px;
	display: inline-block;
    width: 200px;
    overflow: hidden !important;
}

@media(max-width:1024px){
.restNameDisplay{
	margin-left:15px;
	cursor:hand;
	color:#a94442;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	max-width: 200px;
	overflow: hidden !important;
}

.restLocDisplay{
	margin-left:15px;
	display: inline-block;
    width: 130px;
    overflow: hidden !important;
}

}

@media(max-width:600px){
.restNameDisplay{
	margin-left:15px;
	cursor:hand;
	color:#a94442;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	width: 400px;
	overflow: hidden !important;
}

.restLocDisplay{
	margin-left:15px;
	display: inline-block;
    width: 400px;
    overflow: hidden !important;
}

}

@media(max-width:360px){
	
.restNameDisplay{
	margin-left:15px;
	cursor:hand;
	color:#a94442;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	max-width: 184px;
	overflow: hidden !important;
}

.restLocDisplay{
	margin-left:15px;
	display: inline-block;
    width: 200px;
    overflow: hidden !important;
}
}

@media(max-width:320px){
	
.restNameDisplay{
	margin-left:15px;
	cursor:hand;
	color:#a94442;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	max-width: 146px;
	overflow: hidden !important;
}

.restLocDisplay{
	margin-left:15px;
	display: inline-block;
    width: 170px;
    overflow: hidden !important;
}
}

.btn-block{
 display: block;
 width: 30%;
 }
 
#search-text
{
	color: #ffffff;
    float: left;
   
    font-family: 'Open Sans', sans-serif;
    font-size: 2em;
    margin: 1% 0;
    padding: 0 0 0 13%;
}
#serach-logo-wrap
{
	float: left;
	/* padding-top: 40px; */
	width: 20%;
}
#inputbox-city
{
	width: 33.33333333%;
    padding: 0;
}
#inputbox-area
{
	width: 33.33333333%;
    padding: 0 0 0 1em;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 5px 5px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: 'Open Sans', sans-serif;
}
#loginForm .form-control{
	border-radius:0px;
	height:36px;
}

#submit-button
{
	padding: 0 0 0 0.4em;
    float: left;
    width: 11%;
}
 
@media (max-width:600px){

#search-text 
{
    font-size: 1.5em !important;
    margin: 3% !important;
    padding: 0 0 0 7% !important;
}
.form-control {
    font-size: 11px !important;
}
#content {
    width: 80% !important;
}

}

@media (max-width:480px){
	#serach-logo-wrap {
    padding: 2% 0 0 37% !important;
}

#search-text {
    font-size: 1.2em !important;
    padding: 0 0 0 15% !important;
}

#content {
    width: 100% !important;
}

}

@media (max-width:360px)
{
	#search-text {
    font-size: 1.2em !important;
    padding: 0 0 0 7% !important;
}

#inputbox-city {
    width: 48.333333% !important;
    padding: 0;
}

#inputbox-area {
    width: 48.333333% !important;
    padding: 0 0 0 0.5em !important;
}

#submit-button {
    padding: 1em 0 0 7em !important;
    width: 36% !important;
}



}

@media (max-width:320px){
	#search-text {
    font-size: 1em !important;
    padding: 0 0 0 7% !important;
}

#submit-button {
    padding: 1em 0 0 6em !important;
    width: 36% !important;
}
}

@media (max-width:240px){
	#serach-logo-wrap {
    padding: 2% 0 0 30% !important;
}

#search-text {
    font-size: 0.8em !important;
    padding: 0 0 0 4% !important;
}

#submit-button {
    padding: 1em 0 0 3em !important;
    width: 36% !important;
}
}

.lineseperator{
	border-top: 1px solid #fff !important;
    margin: 20px 0px !important;
    float: left;
    width: 100%;
}

@media(max-width:800px){
	.buttoncontainer{
		margin: 0px 4%;
	}
	
	#search-submit {
	  width: 80px;
	}
}

@media(max-width:768px){
	.buttoncontainer{
		margin: 0px 6%;
	}
	
	#search-submit {
	  width: 80px;
	}
}

@media(max-width:603px){
	.buttoncontainer{
		margin: 0px 12%;
	}
	
	#search-submit {
	  width: 60px;
	}
}

@media(max-width:533px){
	.buttoncontainer{
		margin: 0px 12%;
	}
	
	#search-submit {
	  width: 60px;
	}
}

@media(max-width:414px){
	.buttoncontainer{
		margin: 0px 12%;
	}
	
	#search-submit {
	  width: 60px;
	}
}

@media(max-width:375px){
	.buttoncontainer{
		margin: 0px 15%;
		width: 100%;
	}
	
	#search-submit {
	  width: 54px;
	}
}

@media(max-width:360px){
	#search-submit {
	  	width: 100px;
	    margin: 10px;
	}
	
	.buttoncontainer{
		width: 100%;
	}
}

@media(max-width:320px){
	#search-submit {
	  	width: 100px;
	    margin: 12px;
	}
	
	.buttoncontainer{
		width: 100%;
    	margin: 0px 7%;
	}
	
}

@media(max-width:240px){
	#search-submit {
	  	width: 100px;
	    margin: 12px;
	}
}

#login-text{
	color: #ffffff;
    float: left;
   /*  width: 88%; */
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4em;
    margin: 2% 0;
    padding: 0 0 0 13%;
    cursor: pointer;
}

.switch {
	  position: relative;
	  display: inline-block;
	  width: 40px;
	  height: 18px;
	  top: 4px;
	}
	
	.switch input {
		display:none;
	}

	.slider {
	  position: absolute;
	  cursor: pointer;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background-color: #ccc;
	  -webkit-transition: .4s;
	  transition: .4s;
	}

	.slider:before {
	  position: absolute;
	  content: "";
	  height: 10px;
	  width: 10px;
	  left: 4px;
	  bottom: 4px;
	  background-color: white;
	  -webkit-transition: .4s;
	  transition: .4s;
	}

	input:checked + .slider {
	  background-color: #90EE90;
	}
	
	input:focus + .slider {
	  box-shadow: 0 0 1px #90EE90;
	}
	
	input:checked + .slider:before {
	  -webkit-transform: translateX(24px);
	  -ms-transform: translateX(24px);
	  transform: translateX(24px);
	}

	/* Rounded sliders */
	.slider.round {
	  border-radius: 34px;
	}
	
	.slider.round:before {
	  border-radius: 50%;
	}



