/**
	STUDIO POINT - Parallax Responsive Retina Ready
 	Copyright (c) 2013, Subramanian 

	Author: Subramanian
    Profile: themeforest.net/user/FMedia/
	
    Version: 1.0.0
	Release Date: February 2013
	
**/


	body{
		margin:0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		overflow-x:hidden;
		overflow-y:auto;
		}

	html, body {
		margin:0;
		padding:0;
		height:100%;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		}
		
	.home_slider_title2{
		position:absolute; left:20px !important; top:50px !important; 
	}
	
	#supersized,  #supersized img{
		cursor:auto;
	}
	
	#prevslide, #nextslide { right:-3px; }
	
	#nextslide { bottom:70px; }
	#prevslide { bottom:20px; }

	.countdown{
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
		filter: alpha(opacity=60);
		-moz-opacity: .6;
		-khtml-opacity: .6;
		opacity : .6;
		position:relative; 
		top:-63px; 
		float:right; 
		margin-right:20px;
		width:600px;
		text-align:right;
		}
	
	.contentWrapper {
		min-height: 100%;
		height: auto !important;
		height: 100%;
		}
	
	.homepage_con {
	   padding:10px;
		}
	
	.midSpace {
	   padding:0px;
	   padding-bottom:200px;
	   clear: both;
	}
	
	.comingsoon {
	   position:absolute;
	   bottom:0;
	   width:100%;
	   clear: both;
		}
	
	.comingsoon .social_holder{
		position:relative; top:-46px; float:right;
	  }
	  
	.comingsoon .social_bookmarks{
		padding:0px 10px 5px 5px
	  }
	  

	.bg_transparent { 
		background-color: transparent !important;
		background-image:none !important;
		}
		
		
	/* Email loading style */		
	.email_loading {
		background: url(../images/email_loading.gif) no-repeat center center;
		background-image: -Webkit-image-set(url(../images/loading.gif) 1x, url(../images/loading@2x.gif) 2x);  /* Image for Retina */
		height:32px;
		width:32px; 
		position:absolute;
		z-index:0;
		}

	.pageFade { 
		width:100%; 
		height:100%;
		top:0px;  
		left:0;
		position:fixed; 
		z-index:1000000;
		overflow:hidden;
		background: url(../images/loading.gif) no-repeat center center;
		background-image: -Webkit-image-set(url(../images/loading.gif) 1x, url(../images/loading@2x.gif) 2x);  /* Image for Retina */
		} 
			 
   .pageFade.bg_white { 
	  background: url(../images/loading_white.gif) no-repeat center center;
	  background-image: -Webkit-image-set(url(../images/loading_white.gif) 1x, url(../images/loading_white@2x.gif) 2x);  /* Image for Retina */
	  } 
	
	  /* Email reply message style */	
	  #reply_message { position:relative; left:20px; text-align:left; float:left; }


@media only screen and (min-width: 768px) and (max-width: 1150px) {
	.countdown{ 
		 top:-50px;
		}
	
}

@media screen and (max-width: 767px) {	  
	
	.countdown{ 
		top:-43px;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity : 1;
		 }
		 
	.countdown h1 {  
		font-size:50px !important; 
		}
		
	.title1 h3, .title2 h3, .title3 h3{
		line-height:2.8 !important;
		font-size:15px !important;
		padding:
		}

}
