/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
.reveal-modal {
 background: url("modal-gloss.png") no-repeat scroll -200px -80px #eee;
    border-radius: 5px;
     padding: 30px 0;
    position:fixed;
    right:auto; left:auto;
    text-align: center;
    top: 70px !important;
    vertical-align: middle;
    visibility: hidden;
    width: 630px;
    z-index: 101;
		-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 {
 background: none repeat scroll 0 0 #666;
    border: 2px solid #666;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    line-height: 0.5;
    padding: 5px;
    position: absolute;
    right: 11px;
    top: 8px;
		} 

.vids_image_btn { background: rgba(0, 0, 0, 0) url("../images/utube_vids_btn.png") no-repeat scroll 50% 52%;
    bottom: 1px;
    height: 210px;
   
    margin: 0;
    opacity: 1;
    position: absolute;
    
    width: 764px;}

/*============== old vedio button	==============
.vids_image_btn {background: url("../images/utube_vids_btn.png") no-repeat scroll 61% 56%;  bottom: 1px; height: 253px;  left: 0;margin: 0; opacity: 0.8; position: absolute; width: 352px;}

.vids_image_btn {background: url("../images/utube_vids_btn.png") no-repeat scroll 100% 56%; height: 40px; opacity:1; width: 260px; font-size:18px; line-height: 40px; margin: 0 0 0 2%; text-decoration:none;}==================old vedio button	=============*/
.vids_image_btn:hover {
    background: url("../images/utube_vids_btn_hover.png") no-repeat scroll 50% 52%;
    opacity: 1; color:#FF0000; text-decoration:none;
}
		
@media (min-width: 760px) and (max-width: 989px) {

#myModal > iframe {
    height:300px;
    width: 88%;
}
.reveal-modal{width: 500px; right: 19%;}



}
@media (min-width: 600px) and (max-width: 759px) {

#myModal > iframe {
    height: 250px;
    width: 88%;
	
}
.reveal-modal{width: 400px; right: 18%;}

}
@media (max-width: 768px){.vids_image_btn {width: 100%; opacity:1;}}
@media (max-width: 600px){.vids_image_btn {width: 100%;}}
@media (min-width: 359px) and (max-width: 480px){.vids_image_btn {width: 100%;}}
@media (max-width: 360px){.vids_image_btn {   width: 100%;}}
@media (max-width: 320px){.vids_image_btn { width: 100%;}}
@media (min-width: 470px) and (max-width: 599px) {
#myModal > iframe {  height: 200px;  width: 88%;}
.reveal-modal{width: 350px; right: 18%;}

}
@media (min-width: 220px) and (max-width: 469px) {

#myModal > iframe {
    height: 180px;
    width: 88%;
	
}
.reveal-modal{width: 300px; right: 10%;}



}

	/*
		
	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>
	
	*/
