.mobileOnly { display: none; }

@media only screen and (max-width: 1000px) { 
	#header .large-4 { width: 25%; }
	#header .large-8 { width: 75%; padding-left: .9375em; }
	#header h1.logo { width: 100%; background: url("logo-dft-horizontal-black.png") no-repeat center center; background-size: 155px; }
	.mastnav li.search > a { width: 40px; }
}/* 1000px */

@media only screen and (max-width: 768px) {
	.mastnav { margin: 10px 0 20px 0; }
	.mastnav li a { padding: 0 10px; font-size: 12px; }
	
	.homenav { width: auto; float: right; }
	.homenav li a { font-size: 14px; }
	.mastnav li.request-demo > a { padding: 8px 10px; }
	.mastnav li.search a { width: 50px; padding-right: 10px; }
	
	#rotator { height: 312px; }
	#rotator .slide { background-size: cover!important; height: 312px; }
	#rotator .slide .large-12 { height: 312px; width: 768px; }
	#rotator .slide h1 { font-size: 38px; }
	#rotator .slide h2 { font-size: 16px; }
	
	h2 { font-size: 20px; }
	h1 { font-size: 28px; }
	#features #intro { padding-top: 70px; }
	#features #intro .large-6 { width: 100%; padding: 0 18em 0 0.9375em; }
	#features #thefeatures .decor.left { background: none; }
	#features #thefeatures .decor.right { background: none; }
	
	#features .accuracy .arrow { background-position: 49px bottom; }
	#features .reliability .arrow { background-position: 178px bottom; }
	#features .progressive .arrow { background-position: 303px bottom; }
	#features .deployment .arrow { background-position: 423px bottom; }
	#features .integration .arrow { background-position: 542px bottom; }
	#features .upgradability .arrow { background-position: 668px bottom; }
	#features .feature-info .row { padding: 50px 0; }

	#features .feature-box .feature-info .large-6.first { margin-bottom: 20px; }
	#features .feature-box .feature-info .large-6.first img { display: block; margin: 0px auto; }
	#features .feature-info .large-6.last { padding: 0 2em; }
	#features .feature-info .nextprev { margin-top: 30px; }
	#features .feature-info .nextprev a.next { background-position: -745px -19px; width: 46%; }
	#features .feature-info .nextprev a.next:hover { background-position: -745px -52px; }
	
	#howitworks { padding: 50px 0; background-position: -260px top; background-size: 160%; min-height: 648px; }
	#howitworks .step.one { left: 34px; top: 48px; }
	#howitworks .step.two { left: 584px; top: 129px; width: 22%; }
	#howitworks .step.three { left: 584px; top: 292px; }
	#security { padding-top: 50px; background-repeat: repeat; background-size: cover; }
	#security .diamond { height: 230px; }
	#security .columns.first { padding-top: 0px; width: 100%; }
	#security #security-circle { float: none; margin: 0px auto; display: block; clear: both; }
	#calltoaction { padding: 0px 0; min-height: 0px; }
	#technicaldata { padding: 50px 0; }
	#technicaldata .large-12 { padding: 0 0.9375em; }
	#technicaldata h1 a { display: block; }
	#about { padding: 50px 0; }
	#about img { margin: 40px auto 40px; }
	
	#footer .fido { float: right; top: 20px; width: 170px; margin-bottom: 20px; }
	#footer .homenav li a { padding: 0 22px; }
	#footer p { width: 40%; }
	#footer .mastnav li a { padding: 0 14px; }
	
	#our-company { padding: 70px 0 20px; }
	#our-company .large-6 { padding: 0 2em 0 17em; width: 93%; }
	
	#mission-philosophy .large-6 { width: 50%; }
	#mission-philosophy .icon { height: 228px; }
	#team { padding: 50px 0; }
	#ice-intro { background-size: 200%; min-height: 677px; }
	#ice-intro #featured { padding: 100px 0 0; }
	#ice-intro .ice-logo { background-position: 105px 0; width: 230px; }
	#ice-intro .greenbar .large-12 { padding: 0 4em 0 15em; }
	#app-features #using-the-app { padding: 50px 0 0; background-size: 60%; min-height: 330px; }
	#content { padding: 50px 0.9375em; }
	.news .main { float: left; min-height: 0px; }
	.news #sidebar { position: relative; top: auto; right: auto; padding-top: 50px; }
	#sidebar .contact-cta { padding: 40px 30px 30px; }
	#calltoaction .large-3 { width: 100%; }
	#calltoaction h1, #calltoaction h2 { text-align: center; }
	#calltoaction .large-3.second { width: 39%; }
	#calltoaction .large-3.third { width: 30%; }
	#calltoaction .large-3.last { width: 29%; }
	
	.postlist { width: 75%; }
	.news #content { width: 100%; padding: 50px 0; }

}/* 768px */

@media only screen and (max-width: 655px) {
	
	#header .large-4 { width: 20%; }
	#header h1.logo { background-size: 124px; }
	#header .large-8 { width: 80%; margin-top: 0px; }
	.homenav li a { padding: 0 10px; }
	.mastnav li.search { width: 50px; }
	
}/* 655px */

@media only screen and (max-width: 600px) {
	.mastnav li.request-demo { right: 15px; top: -30px; position: absolute; }
	.mastnav li.search { position: absolute; right: 130px; top: -30px; }
	#header .large-8 { margin-top: 20px; }
	#header h1.logo { 
		background-size: 214px;
		width: 120px;
		height: 45px;
		background-position: -40px 0;
		margin-top: 25px;
	}
}/* 600px */

@media only screen and (max-width: 540px) {
	.mobileOnly { display: block; }
	.mastnav { display: none; }
	#header { padding: 0; }
	#header .large-4 { width: 100%; }
	#header .large-8 { width: 100%; padding: 0; }
	
	body.home #header { position: relative; }
	#header h1.logo { display: none; }
	#header #menu {
		background: url("logo-mobile-mark.png") no-repeat center center #3698D3; 
		background-size: 54px;
		height: 62px; 
		width: 25%;
		display: block;
		float: left;
		text-indent: -9999em;
	}
	
	.actionNav { float: right; list-style-type: none; margin: 0; width: 75%; height: 60px; }
	.actionNav li { float: left; width: 50%; margin: 0; }
	.actionNav li:first-child { border-right: 1px solid #FFF; }
	.actionNav li a { padding: 20px 10px; background: #d1d1d1; color: #333; text-transform: uppercase; padding: 20px 10px; text-align: center; display: block;}
	.actionNav li:last-child a { background: #e9e9e9; }
	.actionNav li a:hover, .actionNav li a:focus { text-decoration: none; background: #FFF; }
	
	.homenav { float: left; width: 100%; margin-top: 18px;}
	.homenav li { margin: 0; width: 25%; border-right: 1px solid rgba(0, 0, 0, 0.2); height: 38px;}
	.homenav li a { padding: 10px; font-size: 12px; text-align: center; display: block;}
	.homenav li.first > a { padding-left: 10px; }
	.homenav li:nth-child(2) > a { padding: 0 34px; width: 100%; display: block;}
	.homenav li:nth-child(4) > a { padding: 0 22px; }
	
	
	.site-wrapper { width: 100%; left: 0; position: relative; height: 100%; }
	.mobilenav { 
		float: left; 
		width: 80%;
		left: 0; 
		list-style-type: none; 
		margin: 0; 
		height: 100%;
		position: fixed;
		background: #242424;
		display: block;
		box-shadow: inset -6px 0px 3px rgba(0, 0, 0, 0.3);
	}
	.mobilenav li { border-bottom: 1px solid rgba(255, 255, 255, 0.14); margin: 0; }
	.mobilenav li:last-child { border-bottom: 0px; }
	.mobilenav li a { color: #FFF; font-size: 15px; padding: 10px; display: block; }
	.mobilenav li a:focus, .mobilenav li a:hover { background: rgba(255,255,255,.1); text-decoration: none; }
	.mobilenav li.active > a { background: #3698D3; box-shadow: inset -6px 0px 3px rgba(0, 0, 0, 0.3); }
	
	#rotator { margin-top: 0px; height: 184px; }
	#rotator .slide { background-size: 220%!important; height: 184px; }
	#rotator .slide .large-12 { height: 184px; }
	#rotator .slide h1 { font-size: 22px; }
	#rotator .slide h2 { font-size: 14px; }
	#rotator .slide p a.button.demo { background-color: rgba(0,0,0,.5); width: 50%; margin-right: 0;text-align: center;padding-left: 50px; padding-right: 10px;  }
	#rotator .slide p a.button { width: 40%; text-align: left; font-size: 13px; }
	
	#features #intro { background-position: -950px top; background-size: auto; min-height: 0px; padding: 0; }
	#features #intro .row { padding: 20px; background: rgba(0,0,0,.68); }
	#features #intro h1 { color: #FFF; }
	#features #intro h2 { color: #cacaca; }
	#features #intro p { color: #E4E4E4; }
	
	#features .feature-info .nextprev a.next { width: 41%; background-position: -693px -19px; }
	#features .feature-info .nextprev a.next:hover { background-position: -702px -53px; }
	
	#features #thefeatures { display: none; }
	#security { background-size: cover; }
	#security .diamond { display: none; }
	#security #security-circle { background: none; padding: 50px .9375em; width: 100%; }
	#howitworks { background: url("/images/background-howitworks-mobile.jpg?8809d566171cab4726987bff228b0bc8f9f2c959&8809d566171cab4726987bff228b0bc8f9f2c959") no-repeat center center; background-size: cover; }
	#howitworks .step { left: 0; }
	#howitworks .step h2 { color: #3A3A3A; }
	#howitworks .step.one { width: 43%; left: 20px; top: 48px; }
 	#howitworks .step.two { left: 20px; top: 198px; width: 39%;}
	#howitworks .step.three { left: 20px;top: 360px; width: 40%; }
	
	#features #intro .large-6 { width: 100%; padding: 0 0.9375em; }
	#features .feature-box { height: auto!important; }
	#calltoaction { padding: 0; }
	#about h1.logo { background-size: 250px; }
	#about p { width: 100%; }
	#footer p { width: 100%; text-align: center; }
	#footer .fido { top: -30px; margin-bottom: 0px; background-size: 110px; width: 110px; }
	#footer .mastnav { display: block; width: 100%; }
	#footer .mastnav li { width: 25%; }
	#footer .mastnav li.request-demo { float: left; position: relative; top: auto; right: auto; }
	#footer .backtotop { font-size: 12px; }
	
	#our-company { background-position: -110px top; min-height: 315px; padding: 0; }
	#pictures .full-4 { width: 50%; }
	#our-company .large-6 { padding: 0 1em 0 10em; background: rgba(0,0,0,.5); padding: 20px; width: 100%; float: left!important; }
	#our-company h2 { font-size: 18px; }
	#our-company h1 { font-size: 22px; line-height: 26px; }
	#mission-philosophy .icon { height: 188px; }
	
	#team ul li { width: 46%; }
	#mission-philosophy .icon { width: 100%; }
	
	#ice-intro .ice-logo { background-position: 55px 0; background-size: 71px; width: 130px; height: 100px; }
	#ice-intro .small-6 { padding-top: 10px; padding-left: 0px; }
	#ice-intro { min-height: 467px; }
	#ice-intro h1 { font-size: 30px; line-height: 33px; }
	#ice-intro h2 { font-size: 16px; letter-spacing: 0px; }
	#ice-intro .greenbar { background-size: 300%; }
	#ice-intro .greenbar .large-12 { padding: 0 1em 0 3em; }
	#ice-intro .greenbar h2 { font-size: 12px; }
	
	#app-features { padding: 40px 0 0; }
	
	#app-features .large-12 ul li { width: 50%; }
	#app-features #using-the-app { padding: 10px 0 0; }
	#download-ice .large-9 { padding: 20px 1em 13px 8em; }
	#download-ice .large-3 .getapp { padding: 30px 20px; height: 126px; }
	.coming-soon { width: 100%; left: 0; }
	#download-ice .large-3 { padding: 0; }
	
	.postlist { width: 100%; }
	.postlist li .post-info h2 { font-size: 16px; }
	.postlist li .post h1 a { font-size: 18px; line-height: 24px; }
	
	.news #page-title h1 { font-size: 22px; }
	.news #page-title h1 em { top: -8px; font-size: 10px; }
	.news #page-title a.view-all { font-size: 11px; }
	
	#footer .homenav li a { padding: 0; font-size: 13px; text-align: left; }
	#footer .homenav li:first-child > a { padding-left: 0; }
	#download-ice .large-9 { height: auto; padding: 20px 1em 13px 8em; }
	.postlist li .social-share li { width: 39%; }
	.homenav li.last { border-right: 0px; }
	
	#calltoaction .large-3.second { width: 100%; }
	#calltoaction .large-3.third { width: 50%; }
	#security #security-circle ul { margin: 0; }
	#security #security-circle ul li { min-height: 50px; }
	#technicaldata { padding: 0; }
	#technicaldata h1 { padding-top: 20px; font-size: 20px; }
	#technicaldata a.pdf { margin-top: 10px; margin-bottom: 10px;  font-size: 12px; }
	#page-title h1 { font-size: 22px; }
	#content .large-8 { padding: 15px 0.9375em 50px; }
	
	.inside #header { height: 62px; padding: 0px; }
	
	.postlist li #post-left { width: 100%; }
	.postlist li .social-share { width: 100%; }
	.postlist li .social-share li { width: 7%; float: none; display: inline-block; }
	.postlist li #thepost { width: 100%; margin-top: 10px; }
	.inside #header .large-8 { margin-top: 0px; }
	#page-title { background-size: cover; padding: 10px 0; }
	.news #page-title h1 em { display: block; top: 6px; }
	.news #page-title a.view-all { margin: 0px; }
	.postlist li .featured-image img { display: block; }
	.core-form-field-area-left, .core-form-field-area-right {
    float: none;
    margin: 0;
    width: 100%;
}
.store-product-detail-image img {
    width: 100px;
    height: auto;
}
.store-product-detail-image img {
	width: auto;
    height: 100px;
}
select, .store-decorate-silk input[type="text"] {
    max-width: 210px;
}

#head-security {
    background: url("fs_secure-ordering.png") no-repeat scroll center 90px transparent;
    height: 170px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 210px;
}
.store-notice-bill-descriptor {
    display: block;
    margin-top: 10px;
}
.store-order-price-label {
    width: 65%;
}
.store-section-payment-details-cc .core-form-field-group-body {
    margin-left: 0;
}

#ccShippingAddressDisplay {
    margin-left: 0;
}
.store-action-view-help {
    display: none !important;
}

}/* 540px */

@media only screen and (max-width: 480px) {
	.homenav li:nth-child(2) > a { padding: 0 15px; }
	.homenav li:nth-child(4) > a { padding: 0 10px; }
	
	#rotator { height: 200px; }
	#rotator .slide { height: 200px; background-size: 260%!important; }
	#rotator .slide .large-12 { height: 200px; width: 100%; }
	

	
}/* 480px */

@media only screen and (max-width: 321px) {

	.homenav { margin-top: 10px; }
	.actionNav li a:hover { background: #2B7AAA; color: #FFF; }
	#header { height: 140px; }
	
	
	#footer .homenav li { width: 50%; height: 30px; }
	#footer .mastnav li.request-demo { width: 40%; position: relative; top: auto; right: auto; }
	
	#footer a.credit { text-indent: 0; float: none; margin: 0px auto; display: block; width: 75%; clear: both; }
	
	#ice-intro { min-height: 357px; background-size: 230%;  }
	#ice-intro .ice-logo { background-size: 60px; background-position: 11px 0; width: 100%; height: 90px; }
	#ice-intro h1 { font-size: 24px; line-height: 28px; margin-bottom: 5px; }
	#ice-intro h2 { font-size: 14px; }
	#ice-intro .small-6 { width: 65%; padding-left: 0px; }
	#ice-intro .greenbar { background-size: 400%; background-position: -380px top; padding: 10px 0 10px; }
	#ice-intro .greenbar .large-12 { padding: 0 1em 0 1em; }
	#ice-intro #featured { padding: 80px 0 0; }
	#ice-intro a.builtwithonyx { right: 0; top: -20px; }
	
	.homenav li:nth-child(2) > a { padding: 0 15px; }
	.homenav li:nth-child(4) > a { padding: 0 10px; }

		
	#rotator .slide p a.button { width: 60%; font-size: 12px; }
	#rotator .slide p a.button.demo { width: 83%; margin-top: 0px; }
		
	
}/* 320px */