/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
	
	
	
	.pop_text_hed {
	                font-family:  font-family: 'source_sans_probold';
					font-size:25px;
					font-weight:bold;
					color:#d6c371;
					text-align:center;
					margin-bottom:20px;}
	.pop_text_hed1 {
	                font-family:  font-family: 'source_sans_probold';
					font-size:25px;
					font-weight:bold;
					color:#0D74B6;
					text-align:center;
					margin-bottom:20px;}					
					
					
					
	.pop_text_hed {
	                font-family:  font-family: 'source_sans_probold';
					font-size:25px;
					font-weight:bold;
					color:#975f59;
					text-align:center;
					margin-bottom:20px;}				
					
					
	.text_cal_style	{width:130px;
	                 height:20px;
					 float:left}			
					
	.comb_style    {width:268px;
	                height:30px;
					border:1px solid #ccc;
					color:#6c6b6b;
					margin-bottom:10px;}	
	.comn_style    {
					border:1px solid #ccc;
					
					}	
	 .textarea_sty {width:258px;
	                height:70px;
					border:1px solid #ccc;}	
					
	.event_sub_btn1  {width:57px;
	                 height:15px;
					 float:right;
					 background:url(../images/evt_bg.png);
					 -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
					 color:#000;
					 padding:5px 0px 5px 20px;
					 text-decoration:none;
					 margin-top:2px;
					 
					 }				
											
	.trip_sub_btn  {width:57px;
	                 height:15px;
					 float:right;
					 background:url(../images/tripe.png);
					 -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
					 color:#fff;
					 padding:5px 0px 5px 20px;
					 text-decoration:none;
					 margin-top:2px;
					 }				
							
					 							
					
	.text_box_style {width:65px;
	                 height:20px;
					 float:left}
					 				
	.text_box_main {width:55px;
	                 height:20px;
					 float:left;
					 border:1px solid #ccc;}
					 
	 .cont_deti_text {color:#000;
	                  font-weight:bold;
					  font-size:15px;
					  border-bottom:1px dotted #ccc } 				 
					  
					 
					 
		.text_box_main {width:55px;
	                 height:20px;
					 float:left;
					 border:1px solid #ccc;} 			 
					 				
	              
	
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.6);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 50%;
		margin-left: -200px;
		width:315px;
		background: #fff ;
		position: absolute;
		z-index: 101;
		padding: 25px 35px 29px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 
		
		.reveal-modal button, input, select, textarea
		{
			margin:2px;
		}
	/*
		
	NOTES
	
	Close button entity is &#215;
	
	Example markup
	
	<div id="myModal" class="reveal-modal">
		<h2>Awesome. I have it.</h2>
		<p class="lead">Your couch.  I it's mine.</p>
		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ultrices aliquet placerat. Duis pulvinar orci et nisi euismod vitae tempus lorem consectetur. Duis at magna quis turpis mattis venenatis eget id diam. </p>
		<a class="close-reveal-modal">&#215;</a>
	</div>
	
	*/
.reveal-modal input{ width:250px !important;border:1px solid #ccc;border-radius:5px; height:25px; padding:5px;}



.pop-up-buttonnn{ background:none repeat scroll 0 0 #f1803c; color:#fff !important; cursor:pointer !important; height:30px !important; margin-left:63px !important; width:82px !important;}