/* Feature Graphic */
/*#feature-wrapper .row { width: 130%; right: 10%; position: relative; }*/
#ipad-iphone-word-swap { }
#ipad-iphone-word-swap .row { width: 100%; position: relative; }
#ipad-iphone-word-swap .column:last-child { /*background-image: url(/home/images/18_home/feature_graphic_homepage.jpg); background-repeat: no-repeat; background-size: contain;*/ }
#ipad-iphone-word-swap .column:first-child {padding-right: 40px;}
.fh0 h1 {margin-bottom: 15px;}
.fh0 p {margin-bottom: 30px;}
.fh0 p:last-child {margin-bottom: 0px;}

.rw-words-wrapper { position: relative; }
.rw-words-hidden { opacity: 0; }
#slider-words { position: absolute; left: 0; }

/* Rotating Words noscript Start */
.rw-words{ display: inline;	}
.rw-words-1 span{
	position: absolute;
	opacity: 0;
	overflow: hidden;
	font-weight: 400;
	padding-bottom: 2px;
	border-bottom: 1px solid #000000;
	-webkit-animation: rotateWord 14s ease-out infinite 0s;
	-ms-animation: rotateWord 14s ease-out infinite 0s;
	animation: rotateWord 14s ease-out infinite 0s;
}

.rw-words-1 span:nth-child(2) { 
  -webkit-animation-delay: 2s; 
	-ms-animation-delay: 2s; 
	animation-delay: 2s; 
}
.rw-words-1 span:nth-child(3) { 
  -webkit-animation-delay: 4s; 
	-ms-animation-delay: 4s; 
	animation-delay: 4s; 
}
.rw-words-1 span:nth-child(4) { 
  -webkit-animation-delay: 6s; 
	-ms-animation-delay: 6s; 
	animation-delay: 6s; 
}
.rw-words-1 span:nth-child(5) { 
  -webkit-animation-delay: 8s; 
	-ms-animation-delay: 8s; 
	animation-delay: 8s; 
}
.rw-words-1 span:nth-child(6) { 
  -webkit-animation-delay: 10s; 
	-ms-animation-delay: 10s; 
	animation-delay: 10s; 
}
.rw-words-1 span:nth-child(7) { 
  -webkit-animation-delay: 12s; 
	-ms-animation-delay: 12s; 
	animation-delay: 12s; 
}

@keyframes rotateWord {
	0% { opacity: 0; }
	3% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
	6% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
	17% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}

@-webkit-keyframes rotateWord {
	0% { opacity: 0; }
	3% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
	6% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px) }
	17% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px) }
	20% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-moz-keyframes rotateWord {
	0% { opacity: 0; }
	3% { opacity: 0; -moz-transform: translateY(-30px); transform: translateY(-30px); }
	6% { opacity: 1; -moz-transform: translateY(0px); transform: translateY(0px) }
	17% { opacity: 1; -moz-transform: translateY(0px); transform: translateY(0px) }
	20% { opacity: 0; -moz-transform: translateY(30px); transform: translateY(30px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
/* Rotating Words noscript End */

/* Rotating Words JS Portion Start */
.slider-words{ display: inline;	}
.slider-words span{
	white-space: nowrap;
	position: absolute;
	opacity: 0;
	overflow: hidden;
	color: #33c759;
	padding-bottom: 2px;
/*	border-bottom: 1px solid #33c759;*/
}

.slider-words span.current {
	-webkit-animation: rotateWordSlider 3s ease-out 0s;
	-ms-animation: rotateWordSlider 3s ease-out 0s;
	animation: rotateWordSlider 3s ease-out 0s;
}

.slider-words span.current.first {
	-webkit-animation: rotateWordSliderFirst 10s ease-out 0s;
	-ms-animation: rotateWordSliderFirst 10s ease-out 0s;
	animation: rotateWordSliderFirst 10s ease-out 0s;
}

.slider-words span.current.last {
	-webkit-animation: rotateWordSliderLast 10s ease-out 0s;
	-ms-animation: rotateWordSliderLast 10s ease-out 0s;
	animation: rotateWordSliderLast 10s ease-out 0s;
}

@-moz-keyframes rotateWordSlider {
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
	8% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
	90% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
	100% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
}

@-webkit-keyframes rotateWordSlider {
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
	8% { opacity: 1; -webkit-transform: translateY(0px); transsform: translateY(0px);}
	90% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
	100% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
}

@keyframes rotateWordSlider {
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
	8% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
	90% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
	100% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
}

@-moz-keyframes rotateWordSliderFirst {
	0% { opacity: 1; }
	85% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
	100% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
}

@-webkit-keyframes rotateWordSliderFirst {
	0% { opacity: 1; }
	85% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
	100% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
}

@keyframes rotateWordSliderFirst {
	0% { opacity: 1; }
	90% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
	100% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
}

@-moz-keyframes rotateWordSliderLast {
	0% { opacity: 0; }
	1% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
	2% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
	90% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
	100% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
}

@-webkit-keyframes rotateWordSliderLast {
	0% { opacity: 0; }
	1% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
	2% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
	90% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
	100% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
}

@keyframes rotateWordSliderLast {
	0% { opacity: 0; }
	1% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
	2% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
	90% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
	100% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
}

/* Rotating Words JS Portion END */


.responsive-filler-box { width: 100%; position: relative; display: inline-block; }
.responsive-filler-box:after { padding-top: 72.66666667%; display: block; content: ''; }

.device-wrapper { position: relative; width: 80%; margin: 0 auto; }
.ipad-wrapper { position: absolute; top: 0; width: 100%; }
.webp .ipad-frame { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/webp/ipad_frame.webp); }
.no-webp .ipad-frame { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/ipad_frame.png); }
.ipad-frame {z-index: 2; width: 100%; height: 100%;  background-repeat: no-repeat; background-size: contain; position: absolute; top: 0; }
/*#wrapper-work-rut-ipad { height: 423px; width: 100%; left: 19px; top: 19px; position: absolute; }*/
#wrapper-work-rut-ipad { height: 91.6%; width: 88.8%; top: 4%; left: 2.9%; position: absolute; }
#wrapper-work-rut-ipad-noscript { height: 91.6%; width: 88.8%; top: 4%; left: 2.9%; position: absolute; background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/screen_content.jpg); background-repeat: no-repeat; background-size: contain; }

.iphone-wrapper { position: absolute; width: 24.6%; right: 0%; /*margin-top: 25.1%;*/ bottom: 4px; }
.webp .iphone-frame { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/webp/iphone_frame.webp); }
.no-webp .iphone-frame { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/iphone_frame.png); }
.iphone-frame { z-index: 3; width: 100%; height: 100%; background-repeat: no-repeat; background-size: contain; position: absolute; margin: 0; }
#wrapper-work-rut-iphone { height: 94.5%; margin: 0; position: absolute; width: 87%; left: 9.3%; top: 2.5%; }
#wrapper-work-rut-iphone-noscript { height: 96%; margin: 0; position: absolute; width: 87%; left: 9%; top: 2%; background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/screen_inventory.jpg); background-repeat: no-repeat; background-size: contain; }

.ipad-frame-image { z-index: 2; width: 100%; height: auto; visibility: hidden; display: block; }
.iphone-frame-image {z-index: 3; width: 100%; display: block; visibility: hidden; }

.webp .img-contact-ipad {background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/webp/screen_contacts_lowres.webp); }
.webp .img-contact-iphone {background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/webp/screen_contacts.webp); }

.no-webp .img-contact-ipad {background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/screen_contacts_lowres.jpg); }
.no-webp .img-contact-iphone {background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/screen_contacts.jpg); }

.img-contact-ipad {z-index: 0; width: 89%; height: 92%; background-repeat: no-repeat; background-size: contain; position: absolute; margin: 0; display: block; top:4.1%; left: 2.9%; background-color: #000000;}
.img-contact-iphone {z-index: 2; width: 86%; height: 94.5%; background-repeat: no-repeat; background-size: contain; position: absolute; margin: 0; display: block; top:3%; left: 9%; background-color: #000000;}



.webp .ipad-wrapper .gsap-slides li:first-child { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/webp/screen_contacts.webp);}
.webp .ipad-wrapper .gsap-slides li:nth-child(2) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/webp/screen_invoices.webp); }
.webp .ipad-wrapper .gsap-slides li:nth-child(3) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/webp/screen_projects.webp); }
.webp .ipad-wrapper .gsap-slides li:nth-child(4) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/webp/screen_content.webp); }
.webp .ipad-wrapper .gsap-slides li:nth-child(5) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/webp/screen_inventory.webp); }
.webp .ipad-wrapper .gsap-slides li:nth-child(6) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/webp/screen_events.webp); }
.webp .ipad-wrapper .gsap-slides li:nth-child(7) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/webp/screen_assets.webp); }
.webp .ipad-wrapper .gsap-slides li:nth-child(8) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/webp/screen_contacts.webp);}

.no-webp .ipad-wrapper .gsap-slides li:first-child { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/screen_contacts.jpg);}
.no-webp .ipad-wrapper .gsap-slides li:nth-child(2) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/screen_invoices.jpg); }
.no-webp .ipad-wrapper .gsap-slides li:nth-child(3) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/screen_projects.jpg); }
.no-webp .ipad-wrapper .gsap-slides li:nth-child(4) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/screen_content.jpg); }
.no-webp .ipad-wrapper .gsap-slides li:nth-child(5) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/screen_inventory.jpg); }
.no-webp .ipad-wrapper .gsap-slides li:nth-child(6) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/screen_events.jpg); }
.no-webp .ipad-wrapper .gsap-slides li:nth-child(7) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/screen_assets.jpg); }
.no-webp .ipad-wrapper .gsap-slides li:nth-child(8) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/screen_contacts.jpg);}

.webp .iphone-wrapper .gsap-slides li:first-child { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/webp/screen_contacts.webp);}
.webp .iphone-wrapper .gsap-slides li:nth-child(2) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/webp/screen_invoices.webp); }
.webp .iphone-wrapper .gsap-slides li:nth-child(3) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/webp/screen_projects.webp); }
.webp .iphone-wrapper .gsap-slides li:nth-child(4) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/webp/screen_content.webp); }
.webp .iphone-wrapper .gsap-slides li:nth-child(5) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/webp/screen_inventory.webp); }
.webp .iphone-wrapper .gsap-slides li:nth-child(6) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/webp/screen_events.webp); }
.webp .iphone-wrapper .gsap-slides li:nth-child(7) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/webp/screen_assets.webp); }
.webp .iphone-wrapper .gsap-slides li:nth-child(8) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/webp/screen_contacts.webp);}

.no-webp .iphone-wrapper .gsap-slides li:first-child { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/screen_contacts.jpg);}
.no-webp .iphone-wrapper .gsap-slides li:nth-child(2) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/screen_invoices.jpg); }
.no-webp .iphone-wrapper .gsap-slides li:nth-child(3) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/screen_projects.jpg); }
.no-webp .iphone-wrapper .gsap-slides li:nth-child(4) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/screen_content.jpg); }
.no-webp .iphone-wrapper .gsap-slides li:nth-child(5) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/screen_inventory.jpg); }
.no-webp .iphone-wrapper .gsap-slides li:nth-child(6) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/screen_events.jpg); }
.no-webp .iphone-wrapper .gsap-slides li:nth-child(7) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/screen_assets.jpg); }
.no-webp .iphone-wrapper .gsap-slides li:nth-child(8) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/screen_contacts.jpg);}

/* Jp Slider images */
.ipad-wrapper #wrapper-work-rut-ipad.ja-images .gsap-slides li:first-child { background-image: url(/ja/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/screen_contacts.jpg);}
.ipad-wrapper #wrapper-work-rut-ipad.ja-images .gsap-slides li:nth-child(2) { background-image: url(/ja/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/screen_invoices.jpg); }
.ipad-wrapper #wrapper-work-rut-ipad.ja-images .gsap-slides li:nth-child(3) { background-image: url(/ja/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/screen_projects.jpg); }
.ipad-wrapper #wrapper-work-rut-ipad.ja-images .gsap-slides li:nth-child(4) { background-image: url(/ja/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/screen_content.jpg); }
.ipad-wrapper #wrapper-work-rut-ipad.ja-images .gsap-slides li:nth-child(5) { background-image: url(/ja/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/screen_inventory.jpg); }
.ipad-wrapper #wrapper-work-rut-ipad.ja-images .gsap-slides li:nth-child(6) { background-image: url(/ja/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/screen_events.jpg); }
.ipad-wrapper #wrapper-work-rut-ipad.ja-images .gsap-slides li:nth-child(7) { background-image: url(/ja/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/screen_assets.jpg); }
.ipad-wrapper #wrapper-work-rut-ipad.ja-images .gsap-slides li:nth-child(8) { background-image: url(/ja/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/screen_contacts.jpg);}

.iphone-wrapper #wrapper-work-rut-iphone.ja-images .gsap-slides li:first-child { background-image: url(/ja/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/screen_contacts.jpg);}
.iphone-wrapper #wrapper-work-rut-iphone.ja-images .gsap-slides li:nth-child(2) { background-image: url(/ja/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/screen_invoices.jpg); }
.iphone-wrapper #wrapper-work-rut-iphone.ja-images .gsap-slides li:nth-child(3) { background-image: url(/ja/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/screen_projects.jpg); }
.iphone-wrapper #wrapper-work-rut-iphone.ja-images .gsap-slides li:nth-child(4) { background-image: url(/ja/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/screen_content.jpg); }
.iphone-wrapper #wrapper-work-rut-iphone.ja-images .gsap-slides li:nth-child(5) { background-image: url(/ja/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/screen_inventory.jpg); }
.iphone-wrapper #wrapper-work-rut-iphone.ja-images .gsap-slides li:nth-child(6) { background-image: url(/ja/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/screen_events.jpg); }
.iphone-wrapper #wrapper-work-rut-iphone.ja-images .gsap-slides li:nth-child(7) { background-image: url(/ja/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/screen_assets.jpg); }
.iphone-wrapper #wrapper-work-rut-iphone.ja-images .gsap-slides li:nth-child(8) { background-image: url(/ja/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/screen_contacts.jpg);}


#wrapper-work-rut-ipad.gsapSlider {	z-index: 1;}
#wrapper-work-rut-iphone.gsapSlider {	z-index: 3;}

.gsapSlider {
	overflow: hidden;
	position: relative;
}
.gsap-slides {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column-reverse;
	overflow: hidden;
	height: 100%;
}

.gsap-slides li {
	width: /*100%*/inherit;
	background-size: contain;
	background-repeat: no-repeat;
}
.gsap-nav {
	display: none;
	padding: 10px;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
}
.gsap-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	width: 100%;
	justify-content: center;
}
.gsap-nav ul li {
	background-color: green;
	width: 10px;
	height: 10px;
	border: solid 1px white;
	border-radius: 5px;
	margin: 0 5px;
	padding: 0;
}
.gsap-nav ul li.current {
	background-color: white;
}
.gsap-nav ul li:hover {
	cursor: pointer;
}

/* X-X-X-LARGE SCREENS (CASCADE TO LOWER SCREEN) */
@media only screen and (min-width: 1850px) {
}

/* X-X-LARGE SCREENS (CASCADE TO LOWER SCREEN) */
@media only screen and (min-width: 1600px) and (max-width: 1849px) {
}

/* X-LARGE SCREENS (SPECIFIC) */
@media only screen and (min-width: 1400px) {
	
/*	#wrapper-work-rut-iphone { top: 3.2%; }*/
/*	.img-contact-iphone { top: 2.2%; }*/
}


@media only screen and (max-width:1400px) {
}
/* MEDIUM SCREENS (CASCADE TO LOWER SCREENS) */
@media only screen and (max-width: 1100px) {
}

/* MEDIUM-SMALL SCREENS CUSTOM (CASCADE TO LOWER SCREENS) */
@media only screen and (max-width: 900px) {
	.iphone-wrapper { bottom: 3px; }
}

/* MEDIUM-SMALL SCREENS CUSTOM (SPECIFIC) */
@media only screen and (min-width: 735px) and (max-width: 900px) {
}

/* SMALL SCREENS */
@media only screen and (max-width: 735px) {
	.webp .ipad-frame {background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/webp/ipad_frame_mobile.webp); }
	.webp #wrapper-work-rut-ipad-noscript { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/webp/screen_content_mobile.webp);}
	.webp .iphone-frame { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/webp/iphone_frame_mobile.webp); }
	.webp #wrapper-work-rut-iphone-noscript { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/webp/screen_inventory_mobile.webp); }

	.no-webp .ipad-frame {background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/ipad_frame_mobile.png); }
	.no-webp #wrapper-work-rut-ipad-noscript { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/screen_content_mobile.jpg);}
	.no-webp .iphone-frame { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/iphone_frame_mobile.png); }
	.no-webp #wrapper-work-rut-iphone-noscript { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/screen_inventory_mobile.jpg); }
	
	.webp .ipad-wrapper .gsap-slides li:first-child { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/webp/screen_contacts_mobile.webp);}
	.webp .ipad-wrapper .gsap-slides li:nth-child(2) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/webp/screen_invoices_mobile.webp); }
	.webp .ipad-wrapper .gsap-slides li:nth-child(3) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/webp/screen_projects_mobile.webp); }
	.webp .ipad-wrapper .gsap-slides li:nth-child(4) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/webp/screen_content_mobile.webp); }
	.webp .ipad-wrapper .gsap-slides li:nth-child(5) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/webp/screen_inventory_mobile.webp); }
	.webp .ipad-wrapper .gsap-slides li:nth-child(6) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/webp/screen_events_mobile.webp); }
	.webp .ipad-wrapper .gsap-slides li:nth-child(7) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/webp/screen_assets_mobile.webp); }
	.webp .ipad-wrapper .gsap-slides li:nth-child(8) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/webp/screen_contacts_mobile.webp);}

	.no-webp .ipad-wrapper .gsap-slides li:first-child { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/screen_contacts_mobile.jpg);}
	.no-webp .ipad-wrapper .gsap-slides li:nth-child(2) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/screen_invoices_mobile.jpg); }
	.no-webp .ipad-wrapper .gsap-slides li:nth-child(3) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/screen_projects_mobile.jpg); }
	.no-webp .ipad-wrapper .gsap-slides li:nth-child(4) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/screen_content_mobile.jpg); }
	.no-webp .ipad-wrapper .gsap-slides li:nth-child(5) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/screen_inventory_mobile.jpg); }
	.no-webp .ipad-wrapper .gsap-slides li:nth-child(6) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/screen_events_mobile.jpg); }
	.no-webp .ipad-wrapper .gsap-slides li:nth-child(7) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/screen_assets_mobile.jpg); }
	.no-webp .ipad-wrapper .gsap-slides li:nth-child(8) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/screen_contacts_mobile.jpg);}
	
	.webp .iphone-wrapper .gsap-slides li:first-child { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/webp/screen_contacts_mobile.webp);}
	.webp .iphone-wrapper .gsap-slides li:nth-child(2) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/webp/screen_invoices_mobile.webp); }
	.webp .iphone-wrapper .gsap-slides li:nth-child(3) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/webp/screen_projects_mobile.webp); }
	.webp .iphone-wrapper .gsap-slides li:nth-child(4) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/webp/screen_content_mobile.webp); }
	.webp .iphone-wrapper .gsap-slides li:nth-child(5) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/webp/screen_inventory_mobile.webp); }
	.webp .iphone-wrapper .gsap-slides li:nth-child(6) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/webp/screen_events_mobile.webp); }
	.webp .iphone-wrapper .gsap-slides li:nth-child(7) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/webp/screen_assets_mobile.webp); }
	.webp .iphone-wrapper .gsap-slides li:nth-child(8) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/webp/screen_contacts_mobile.webp);}
	
	.no-webp .iphone-wrapper .gsap-slides li:first-child { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/screen_contacts_mobile.jpg);}
	.no-webp .iphone-wrapper .gsap-slides li:nth-child(2) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/screen_invoices_mobile.jpg); }
	.no-webp .iphone-wrapper .gsap-slides li:nth-child(3) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/screen_projects_mobile.jpg); }
	.no-webp .iphone-wrapper .gsap-slides li:nth-child(4) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/screen_content_mobile.jpg); }
	.no-webp .iphone-wrapper .gsap-slides li:nth-child(5) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/screen_inventory_mobile.jpg); }
	.no-webp .iphone-wrapper .gsap-slides li:nth-child(6) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/screen_events_mobile.jpg); }
	.no-webp .iphone-wrapper .gsap-slides li:nth-child(7) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/screen_assets_mobile.jpg); }
	.no-webp .iphone-wrapper .gsap-slides li:nth-child(8) { background-image: url(/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/screen_contacts_mobile.jpg);}
	
	/* JP Slider Images */
	.ipad-wrapper #wrapper-work-rut-ipad.ja-images .gsap-slides li:first-child { background-image: url(/ja/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/screen_contacts_mobile.jpg);}
	.ipad-wrapper #wrapper-work-rut-ipad.ja-images .gsap-slides li:nth-child(2) { background-image: url(/ja/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/screen_invoices_mobile.jpg); }
	.ipad-wrapper #wrapper-work-rut-ipad.ja-images .gsap-slides li:nth-child(3) { background-image: url(/ja/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/screen_projects_mobile.jpg); }
	.ipad-wrapper #wrapper-work-rut-ipad.ja-images .gsap-slides li:nth-child(4) { background-image: url(/ja/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/screen_content_mobile.jpg); }
	.ipad-wrapper #wrapper-work-rut-ipad.ja-images .gsap-slides li:nth-child(5) { background-image: url(/ja/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/screen_inventory_mobile.jpg); }
	.ipad-wrapper #wrapper-work-rut-ipad.ja-images .gsap-slides li:nth-child(6) { background-image: url(/ja/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/screen_events_mobile.jpg); }
	.ipad-wrapper #wrapper-work-rut-ipad.ja-images .gsap-slides li:nth-child(7) { background-image: url(/ja/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/screen_assets_mobile.jpg); }
	.ipad-wrapper .gsap-slides li:nth-child(8) { background-image: url(/ja/interactive/ipad-iphone-word-swap/images/feature_graphic_ipad/screen_contacts_mobile.jpg);}
	
	.iphone-wrapper #wrapper-work-rut-iphone.ja-images .gsap-slides li:first-child { background-image: url(/ja/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/screen_contacts_mobile.jpg);}
	.iphone-wrapper #wrapper-work-rut-iphone.ja-images .gsap-slides li:nth-child(2) { background-image: url(/ja/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/screen_invoices_mobile.jpg); }
	.iphone-wrapper #wrapper-work-rut-iphone.ja-images .gsap-slides li:nth-child(3) { background-image: url(/ja/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/screen_projects_mobile.jpg); }
	.iphone-wrapper #wrapper-work-rut-iphone.ja-images .gsap-slides li:nth-child(4) { background-image: url(/ja/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/screen_content_mobile.jpg); }
	.iphone-wrapper #wrapper-work-rut-iphone.ja-images .gsap-slides li:nth-child(5) { background-image: url(/ja/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/screen_inventory_mobile.jpg); }
	.iphone-wrapper #wrapper-work-rut-iphone.ja-images .gsap-slides li:nth-child(6) { background-image: url(/ja/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/screen_events_mobile.jpg); }
	.iphone-wrapper #wrapper-work-rut-iphone.ja-images .gsap-slides li:nth-child(7) { background-image: url(/ja/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/screen_assets_mobile.jpg); }
	.iphone-wrapper #wrapper-work-rut-iphone.ja-images .gsap-slides li:nth-child(8) { background-image: url(/ja/interactive/ipad-iphone-word-swap/images/feature_graphic_iphone/screen_contacts_mobile.jpg);}
}

/* EXTRA SMALL SCREENS < 400px */
@media only screen and (max-width: 400px) {
}

/* SMALL SCREENS AND RETINA */
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1069px)/*, not all, (min-resolution: 192dpi)*/{

}