/*------------------------------------------------------------------
[Stylesheet]
Responsiveness Fixes
-------------------------------------------------------------------*/

@media (max-width: 479px) {
	.logo {margin-top:0.75rem;}
	.home_content {text-align:center !important; padding-top:2rem;}
	.top_bar {margin-bottom:0;}		
	.list-icons i {top:-0.1rem;}
	.video_headline h3, .video_headline a {display:block;}
	.video_headline a {margin:0 auto;}
	#testimonials {text-align: center!important}
}

@media (min-width: 480px) and (max-width: 767px) {
    .home_fullscreen {opacity:1 !important }
	.logo {margin-top:0.8rem;}
	.home_content {text-align:center !important;}
	.top_bar {margin-bottom:0;}
	.list-icons i {top:-0.1rem;}
	.video_headline h3, .video_headline a {display:block;}
	.video_headline a {margin:0 auto;}
	#testimonials {text-align: center!important}
}
@media (min-width: 768px) and (max-width: 991px) {
	.list-icons i {top:-0.1rem;}
	.home_fullscreen {opacity:1 !important }
	.logo {margin-top:0.85rem;}
	.home_content {text-align:center !important;}
	.top_bar {margin-bottom:0;}
	#testimonials {text-align: center!important}
	
}
@media (min-width: 992px) and (max-width: 1199px) {
	.list-icons i {top:-0.1rem;}
}
@media (min-width: 1200px) {
	
}

@media (min-width: 250px) and (max-width: 991px) {
.trialBanner {
	
    margin: auto ;
   	display:block;
	float:none;
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    border: 1px solid #000000;
    color: #ffffff;
    font-size: 0.75rem;
    padding: 0.3rem 0.3rem;
    width: 12.82rem;
	text-align:center;
	
 }
 .tdForm img{
	margin:auto;
	width:180px;
	display:block
 }
 .tdForm h5 {
 	text-align:center;
 }
 .trailapp{
 	margin:0;
	text-align:center;
	font-size:1.1rem;
	
 }
}
