/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Media Queries */

/* #Site Styles
================================================== */
html {
  width: auto !important;
  overflow: auto!important;
}

p,ul,li {
text-align:center;}

.login {
	float: right;
	display: block;
	padding-right: 46px;
	margin-top: 25px;

}



img {
	max-width: 100%;
	height: auto;
}
body {
	background: url(.) repeat 0 0;
}
.topbar {
	height: 91px;
}
.banner {
	height: 410px;
	background: url(../images/banner.jpg) no-repeat center top;
	background-size: 150%;
	padding-top: 60px;
}
.banner h2 {
	text-shadow: 3px 2px 5px #000;
	color: #fff;
	font-size: 68px;
	line-height: 74px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.banner h2 span {
	color: #cc0000;
}
.quote {
	font-family: 'Bree Serif', serif;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	font-weight: bold;
}
.quote strong {
	font-weight: normal;
	color: #cc0000;
}
.quote span {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.bannerphones {
	background: url(../images/banner-phones.png) no-repeat 0 0;
	width: 375px;
	height: 550px;
	display: block;
	position: absolute;
	bottom: 20px;
	right: 0;
}
.gray {
	background: #333;
	color: #fff;
}


.red2 {
	background: #cc0000;
	color: #fff;
}



.gray h4 {
	color: #eee;
}
.getstarted {
	padding: 15px 0;
}
.getstarted h2 {
	color: #eee;
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.getstarted h3 {
	color: #e7040c;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 0;
}
a.signupper {
	position: absolute;
	width: 169px;
	height: 54px;
	background: url(../images/btn-signupnow.png) no-repeat 0 0;
	text-indent: -9999px;

	
}
a:hover.signupper {
	background-position: -169px 0 !important;
}
.works, .why, .pricing, .questions, .footer {
	padding: 40px 0;
}
.topmargin {
	margin-top: 79px;
}
.why ul li {
	list-style: none;
	line-height: 22px;
	padding: 0 0 0 30px;
	color: #e7040c;
	font-family: 'Bree Serif', serif;
	font-size: 15px;
	font-style: italic;
}
input[type=text], input[type=email] {
	float: left;
	width: 400px;
	background: #f7f5f5;
	border: 1px solid #d8d5d5;
	padding: 10px 6px;
	margin-bottom: 15px;
}
textarea {
	width: 400px;
	background: #f7f5f5;
	border: 1px solid #d8d5d5;
	padding: 10px 6px;
	margin-bottom: 15px;
}
input[type=submit] {
	float: right;
	width: 122px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	background: url(../images/btn-send.png) no-repeat 0 0;
	border: 0;
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
}
input[type=submit]:hover {
	background-position: -122px 0 !important;
	cursor: pointer;
}
.footer p {
	text-align: right;
	font-size: 11px;
	padding: 10px 0;
}
.footer ul {
	margin: 0;
	padding: 0;
}
.footer ul li {
	margin: 0 5px 0 0;
	padding: 0;
	list-style: none;
	float: left;
	background: none;
}
.footer ul li a {
	width: 42px;
	height: 42px;
	display: block;
	text-indent: -9999px;
	background: url(../images/social.png) no-repeat 0 0;
}
.footer ul li.twitter a {
	background-position: 0 0 !important;
}
.footer ul li.facebook a {
	background-position: -45px 0 !important;
}
.video-js {
	border: 10px solid #fff;
	-webkit-box-shadow:  0px 0px 4px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow:  0px 0px 4px 2px rgba(0, 0, 0, .2);
	-o-box-shadow:  0px 0px 4px 2px rgba(0, 0, 0, .2);
	box-shadow:  0px 0px 4px 2px rgba(0, 0, 0, .2);
}

#fdw-pricing-table {
		margin:0 auto;
		text-align: center;
		width: 700px; /* total computed width */
		
	}

	#fdw-pricing-table:before, #fdw-pricing-table:after {
	  content: "";
	  display: table
	}

	#fdw-pricing-table:after {
	  clear: both
	}

	/* --------------- */	

	#fdw-pricing-table .plan {
		/*font: 13px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;*/
		background: #fff;      
		border: 1px solid #ddd;
		color: #333;
		padding: 20px;
		width: 180px;
		float: left;
		_display: inline; /* IE6 double margin fix */
		position: relative;
		margin: 0 5px;
		-moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);
		-webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);
		box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);		
	}

	#fdw-pricing-table .plan:after {
	  z-index: -1; 
	  position: absolute; 
	  content: "";
	  bottom: 10px;
	  right: 4px;
	  width: 80%; 
	  top: 80%; 
	  -webkit-box-shadow: 0 12px 5px rgba(0, 0, 0, .3);   
	  -moz-box-shadow: 0 12px 5px rgba(0, 0, 0, .3);
	  box-shadow: 0 12px 5px rgba(0, 0, 0, .3);
	  -webkit-transform: rotate(3deg);    
	  -moz-transform: rotate(3deg);   
	  -o-transform: rotate(3deg);
	  -ms-transform: rotate(3deg);
	  transform: rotate(3deg);	
	}	
	
	#fdw-pricing-table .popular-plan {
		top: -20px;
		padding: 40px 20px;   
	}
	
	/* --------------- */	

	#fdw-pricing-table .header {
		position: relative;
		font-size: 30px;
		font-weight: normal;
		text-transform: uppercase;
		padding: 40px;
		margin: -20px -20px 20px -20px;
		border-bottom: 8px solid;
		background-color: #eee;
		background-image: -moz-linear-gradient(#fff,#eee);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));    
		background-image: -webkit-linear-gradient(#fff, #eee);
		background-image: -o-linear-gradient(#fff, #eee);
		background-image: -ms-linear-gradient(#fff, #eee);
		background-image: linear-gradient(#fff, #eee);
		font-family: 'Oswald', sans-serif;
		font-weight: 700;
	}

	#fdw-pricing-table .header:after {
		position: absolute;
		bottom: -8px; left: 0;
		height: 3px; width: 100%;
		content: '';
		background-image: url(images/bar.png);
	}
	
	#fdw-pricing-table .popular-plan .header {
		margin-top: -40px;
		padding-top: 60px;		
	}

	#fdw-pricing-table .plan1 .header{
		border-bottom-color: #838383;
	}

	#fdw-pricing-table .plan2 .header{
		border-bottom-color: #b92127;
	}

	#fdw-pricing-table .plan3 .header{
		border-bottom-color: #838383;
	}

	#fdw-pricing-table .plan4 .header{
		border-bottom-color: #45D0DA;
	}			
	
	/* --------------- */

	#fdw-pricing-table .price{
		font-size: 45px;
	}

	#fdw-pricing-table .monthly{
		font-size: 13px;
		margin-bottom: 20px;
		text-transform: uppercase;
		color: #999;
	}

	/* --------------- */

	#fdw-pricing-table ul {
		margin: 20px 0;
		padding: 0;
		list-style: none;
	}

	#fdw-pricing-table li {
		padding: 5px 0;
		margin: 0;
	}
	
	/* --------------- */
		
	#fdw-pricing-table .signup {
		position: relative;
		padding: 10px 20px;
		color: #fff;
		font: bold 14px Arial, Helvetica;
		text-transform: uppercase;
		text-decoration: none;
		display: inline-block;       
		background-color: #b92127;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;     
		text-shadow: 0 -1px 0 rgba(0,0,0,.15);
		opacity: .9;       
	}

	#fdw-pricing-table .signup:hover {
		opacity: 1;       
	}

	#fdw-pricing-table .signup:active {
		-moz-box-shadow: 0 2px 2px rgba(0,0,0,.3) inset;
		-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.3) inset;
		box-shadow: 0 2px 2px rgba(0,0,0,.3) inset;       
	}			

	#fdw-pricing-table .plan1 .signup{
		background: #838383;
	}

	#fdw-pricing-table .plan2 .signup{
		background: #b92127;
	}

	#fdw-pricing-table .plan3 .signup{
		background: #838383;
	}

	#fdw-pricing-table .plan4 .signup{
		background: #45D0DA;
	}	
	
	
	
	
/* App Info */

#app_info {
	clear: both;
	float: left;
	display: block;
	margin-top: -40px;
}

.screenshots {
	float: left;
	width: 300px;
	padding-left: 0px;
	margin-top: 25px;
}

.screenshots li {
	padding-right: 5px;
	padding-top: 5px;
	float: left;
	display:inline-block;
}

.screen_roll {
	 background:url('../images/zoom.png') no-repeat center center;
	 width: 181px;
	 height: 133px;
	 z-index: 10;
	 position: absolute;	
}

.text_main h2 {
	text-shadow: 3px 2px 5px #000;
	color: #fff;
	font-size: 58px;
	line-height: 74px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.text_main h2 span {
	color: #cc0000;
}
	
	/* end --------------- */
	

/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {


}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.banner{ background-color:#666666; background-image:none; height:300px; width:100%;}
.bannerphones{display:none;}
.quote{display:none;}
.heading_login{display:none;}




}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
.banner{ background-color:#666666; background-image:none; height:300px; width:100%;}
.bannerphones{display:none;}
.quote{display:none;}
.heading_login{display:none;}


}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.banner{ background-color:#666666; background-image:none; height:300px; width:100%;}
.bannerphones{display:none;}
.quote{display:none;}
.heading_login{display:none;}

}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
.banner{ background-color:#666666; background-image:none; height:300px; width:100%;}
.bannerphones{display:none;}
.quote{display:none;}
.heading_login{display:none;}

}
