/* altered gigs page tickets styles @kanchana */


	#moregigs,#moregigs_search{
		text-align: center;
		font-weight: bold;
		font-size: 25px;
	}
	#icon_dd{
		height:30px;
		width:25px;
		display: inline-block;
	}
	#change_country{
		cursor:pointer;
		display: inline-block;	
	}
	#change_form{
		display: none;
	}
	.form-control:focus {
	  border-color: #66afe9;
	  outline: 0;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	}
	.form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-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 .15s, 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;
	}
	

	li.lar{
		position : relative;
		margin-bottom:5px;
	}

	.lar_head{
		font-weight:bold;
		font-size:2.5em;
		width:100%;
		color:#656161;
		text-indent: 15px;
	}
	.lar_main{
		position : relative;
		min-height:100px;
		width: 95%;
		padding-left: 5%;
	}
	.lar_date{
		color: #438381 !important;
		font-weight:bold;
		font-size:3em !important;
	}
	
	.second_div{	
		position : absolute;
		top:10px;
		right:0px;	
	}
	.lar_tm_div{
		border:2px solid rgb(153, 153, 153);
		height:34px;
		margin-bottom:5px;
		min-width:115px;
	}
	.lar_tm_div img{
		width:25px;
		margin-top:5px;
		margin-left:8px;
	}
	.lar_tm_inner{
		float: left;
		margin-top: -17px;
		margin-left: 30px;
		text-align: left;
		font-weight: bold;
	}
 	.lar_sw_inner {float: left;
		margin-top: -23px;
		margin-left: 19px;
		text-align: left;
		font-weight: bold;
		}
	 .lar_sw_from{font-weight: bold  !important;
		 font-size: 10px  !important;
		 margin-bottom: 0px !important;
		margin-top: -4px !important;}

	.lar_tm_inner p{
		font-weight: bold;
		 margin-left:10px !important;
	}
	.lar_sw_val{
		font-weight: bold;
		margin-top: -5px !important;
	}
	.com_day_art{
		width:100%;
		overflow : hidden;
	}
	.com_day{
		max-width : 60px;
		width : 30% !important;
		float : left !important;
	}
	.com_art{
		max-width : 450px;
		width : 70%;
		float : left !important;
	}
	
	.com_art h4{
		margin-top:10px !important;
	}

	@media (max-width: 500px) {
		.second_div {position:relative !important; top:inherit;}
	}


/* End altered gigs page tickets styles @kanchana */

