/* START PAGE SPECIFIC CSS and SPECIALITY CSS CODES */
/* END LEFT RIGHT DARK TABLES */
.pop {
	background-color: #2d3E4A;
	margin: 0 auto;
	max-width: 85%;
	display: table;
	position: relative;
	box-shadow: 0 0 20px rgba(0,0,0,.17);
}

.pop .left-top,.pop .nav,.pop .right,text-section a {
	display: inline-block;
}

.pop li .fa {
	margin-right: .5em;
}

.pop .nav {
	margin: 10px;
}

.pop p:last-of-type {
	padding-bottom: 1em;
}

.pop h4 {
	letter-spacing: -.2px;
}

.pop h2,.pop h3 {
	margin: 20px;
	letter-spacing: -.5px;
}

.pop .left-top {
	position: relative;
	vertical-align: top;
	width: 28%;
	margin: 13px 0 0 20px;
	line-height: 26px;
	color: #fff !important;
}

.pop .right {
	position: relative;
	vertical-align: middle;
	overflow: auto;
	width: 56%;
	margin: 20px 0 4px 100px;
	color: #8F9CA1;
}

.pop .faq {
	float: right;
	width: 59.5%;
}

@media only screen and (max-width:980px) {
	.pop .left-middle,.pop .right {
		width: 93%;
		margin: 5px;
		padding: 5px;
	}
	
	.pop .faq {
		width: 100%;
	}
	
	.pop .left-top {
		width: 93%;
		margin: 5px;
		padding: 5px;
	}
}
/* END LEFT RIGHT DARK TABLES */
/* START HOMEPAGE GLOBE */
.globe-bg {
	background: url(https://www.dealersunited.com/wp-content/uploads/2015/03/globe-td.png) bottom center no-repeat #fff;
	height: 217px;
	margin: -90px auto 0;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
	padding-top: 70px !important;
	padding-bottom: 50px !important;
}

#home .globe {
	width: 800px;
	position: relative;
	margin: 0 auto;
	padding-bottom: 180px;
}

#home .globe img {
	width: 800px;
}

@media only screen and (max-width:980px) {
	#home .globe {
		width: 100%;
		padding: 50px 0 60px;
	}
	
	#home .globe img {
		width: 100%;
	}
}

@media only screen and (max-width:980px) {
	.mobile-pin-1 {
		top: 85% !important;
		left: 50% !important;
	}
	
	.mobile-pin-2 {
		top: 75% !important;
	}
	
	.mobile-pin-3 {
		top: 70% !important;
	}
	
	.mobile-pin-4 {
		top: 80% !important;
	}
	
	.mobile-pin-5 {
		top: 60% !important;
		left: 15% !important;
	}
	
	.mobile-pin-6,.mobile-pin-7 {
		top: 45% !important;
	}
	
	.mobile-pin-8 {
		top: 35% !important;
		left: 38% !important;
	}
	
	.mobile-pin-9 {
		top: 40px !important;
		left: 32% !important;
	}
	
	.mobile-pin-10 {
		top: 70px !important;
	}
}

@media only screen and (max-width:480px) {
	.mobile-pin-1 {
		top: 55% !important;
	}
	
	.mobile-pin-2 {
		top: 45% !important;
	}
	
	.mobile-pin-3 {
		top: 50% !important;
	}
	
	.mobile-pin-4 {
		top: 60% !important;
	}
	
	.mobile-pin-5 {
		top: 40% !important;
		left: 15% !important;
	}
	
	.mobile-pin-6,.mobile-pin-7 {
		top: 35% !important;
	}
	
	.mobile-pin-8 {
		top: 25% !important;
	}
	
	.mobile-pin-9 {
		top: 50px !important;
		left: 12% !important;
	}
	
	.mobile-pin-10 {
		top: 40px !important;
	}
}
/* END HOMEPAGE GLOBE */
/* START HOMEPAGE BUBBLES */
.squares {
	background-color: rgba(48,82,100,.9);
	border-radius: 50%;
	-webkit-transition: -webkit-transform ease-out .1s, background .2s;
	-moz-transition: -moz-transform ease-out .1s, background .2s;
	transition: transform ease-out .1s, background .2s;
}

.squares-font {
	position: absolute;
	width: 100%;
	line-height: 1em;
	font-weight: 600;
	color: #9CB2BB;
}

.squares:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,.1) !important;
	opacity: 1;
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
}

.squares:hover {
	background: rgba(255,255,255,.05) !important;
	-webkit-transform: scale(.93);
	-moz-transform: scale(.93);
	-ms-transform: scale(.93);
	transform: scale(.93);
	color: #fff;
	cursor: pointer;
}

.squares:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
	0% {
		opacity: .3;
	}
	
	40% {
		opacity: .5;
		box-shadow: 0 0 0 2px rgba(255,255,255,.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,.5);
	}
	
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}

@-moz-keyframes sonarEffect {
	0% {
		opacity: .3;
	}
	
	40% {
		opacity: .5;
		box-shadow: 0 0 0 2px rgba(255,255,255,.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,.5);
	}
	
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes sonarEffect {
	0% {
		opacity: .3;
	}
	
	40% {
		opacity: .5;
		box-shadow: 0 0 0 2px rgba(255,255,255,.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,.5);
	}
	
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

.bubble-wrap {
	width: 890px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 150px 0;
}

.bubble-wrap p {
	display: none;
}

@media only screen and (max-width:980px) {
	.bubble-wrap {
		width: 60%;
	}
}
/* END HOMEPAGE BUBBLES */

/* START SHOP BOXES */

.du-box {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	text-align: center;
}

.du-box figure {
	overflow: hidden;
	text-align: center;
	position: relative;
	float: left;
	margin: 10px 1%;
	width: 48%;
	height: auto;
	background: #2d3E4A;
}

.du-box figure {
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
}


.du-box figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: .5;
}

.du-box figure figcaption {
	padding: 1em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.du-box figure figcaption::after,.du-box figure figcaption::before {
	pointer-events: none;
}

.du-box figure figcaption,.du-box figure figcaption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width:1280px) {
	.du-box figure {
		float: none !important;
		width: 45%;
		display: inline-block;
	}
}

@media only screen and (max-width:720px) {
	.du-box figure {
		min-width: inherit;
		max-width: inherit;
		max-height: 300px;
		width: 100%;
	}
	
	figure.effect-stack h3 {
		margin-top: -15px !important;
		font-size: .8em !important;
	}
}

.du-box figure h3 {
	font-weight: 300;
}

.du-box figure h3,.du-box figure p {
	margin: 0;
}

.du-box figure p {
	font-size: 68.5%;
}

,*/ figure.effect-stack {
	background: #2f3238;
}

figure.effect-stack img {
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-stack figcaption {
	text-align: center;
}

figure.effect-stack h3 {
	padding: .5em 0;
	transition: all .2s;
	color: #8f9ca5;
}

figure.effect-stack h3 {
	position: relative;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

figure.effect-stack:hover h3 {
	color: #fff;
}

figure.effect-stack p {
	margin: 0 5em .25em;
	background: rgba(255,255,255,.9);
	transition: opacity .35s, transform .35s;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);
}

figure.effect-stack p {
	display: inline-block;
	padding: .4em 1em;
	color: #2f3238;
	text-transform: none;
	font-size: 75%;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
}

@media only screen and (max-width:980px) {
	figure.effect-stack p {
		margin: 0;
	}
}

@media only screen and (max-width:480px) {
	figure.effect-stack p {
		margin: 0 3em .25em;
	}
}

figure.effect-stack p:last-of-type {
	padding-bottom: .6em;
	background-color: transparent;
	margin-top: 50%;
}

figure.effect-stack:hover img {
	opacity: .2;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.effect-stack:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* END SHOP BOXES */

/* START BROWSER, IPHONE, DESKTOP */

.small-browser-ui {
	padding: 20px 0 0;
	border-radius: 3px;
	margin: 20px auto;
	background: rgba(255,255,255,1);
	border: 1px solid #dcdcdc;
	display: inline-block;
	position: relative;
	line-height: 0;
}

.small-browser-ui .frame {
	display: block;
	height: 15px;
	position: absolute;
	top: 10px;
	left: 5px;
}

.small-browser-ui span {
	height: 9px;
	width: 9px;
	border-radius: 13px;
	background-color: rgba(255,255,255,.12);
	box-shadow: 0 0 1px rgba(0,0,0,.6);
	float: left;
	margin: 0 0 0 7px;
}

.small-video-wrapper {
	overflow: hidden;
	margin: 0 auto;
}

.small-video-img,.small-video-img-noblur {
	background: #333;
	margin-left: -10px;
	margin-top: -10px;
}

.small-video-img {
	width: 120%;
	filter: blur(5px);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
}

.small-video-img-noblur {
	width: 110%;
}

.small-video-button {
	background: url(https://www.dealersunited.com/wp-content/uploads/2015/04/test-vid-button.png);
	position: absolute;
	left: 38%;
	top: 38%;
	z-index: 3;
	width: 80px;
	height: 80px;
	background-size: contain;
}

.small-video-button:hover {
	opacity: .8;
	background-color: rgba(0,0,0,.35);
	border-radius: 50%;
}

@media only screen and (max-width:980px) {
	.small-video-wrapper {
		width: 100% !important;
		height: auto;
	}
	
	.small-video-img {
		width: 110%;
	}
}

#iPhone_container {
	margin: auto;
	height: 495px;
	width: 300px;
}

#iphone {
	margin: auto;
	height: 490px;
	width: 230px;
	border-radius: 25px;
	border-top: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
	background-color: #FFF;
}

#accelerometer1,#accelerometer2 {
	background-color: #40474C;
	margin-top: 3px;
	display: inline-block;
}

#sleepbutton {
	height: 3px;
	width: 30px;
	background-color: #40474C;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	margin-left: 210px;
}

#accelerometer1 {
	height: 7px;
	width: 7px;
	border-radius: 50%;
}

#accelerometer2 {
	height: 5px;
	width: 50px;
	border-radius: 5px;
	border-left: 2px solid #40474C;
	border-right: 2px solid #40474C;
	border-top: 2px solid #40474C;
	border-bottom: 2px solid #40474C;
}

#camera {
	margin: 13px auto auto;
	height: 9px;
	width: 12px;
	border-radius: 50%;
	padding-top: 3px;
}

#inner_camera {
	position: relative;
	height: 6px;
	width: 6px;
	margin: auto;
	border-radius: 50%;
	background-color: #40474C;
}

#homebutton,#screen {
	margin: 10px auto auto;
}

#screen {
	height: 370px;
	width: 215px;
	background-color: #f9f9f9;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	overflow: hidden;
}

.screen-image {
	width: 800px;
}

#homebutton {
	height: 30px;
	width: 30px;
	border-radius: 100%;
	background-color: #fff;
	border: 3px solid #D9DDDF;
	border-top: 3px solid #dee0e3;
	border-left: 3px solid #DFE8EC;
	border-right: 3px solid #dee0e3;
}

#gloss {
	background: -moz-linear-gradient(top,rgba(255,255,255,.7) 0,rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.8)),color-stop(100%,rgba(255,255,255,.2)));
	background: -webkit-linear-gradient(top,rgba(255,255,255,.7) 0,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top,rgba(255,255,255,.7) 0,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top,rgba(255,255,255,.7) 0,rgba(255,255,255,0) 100%);
	background: linear-gradient(top,rgba(255,255,255,.7) 0,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3ffffff',endColorstr='#33ffffff',GradientType=0);
	height: 15px;
	width: 30px;
	border-radius: 100px 100px 5px 5px;
}

@media only screen and (max-width:980px) {
	#iPhone_container {
		width: auto;
	}
	
	#sleepbutton {
		display: none;
	}
}



.fake-browser-ui {
	padding: 35px 0 0;
	border-radius: 3px;
	margin: 20px auto;
	border-bottom: 2px solid rgba(0,0,0,.5);
	background: rgba(255,255,255,.09);
	display: inline-block;
	position: relative;
	line-height: 0;
}

.fake-browser-ui .frame {
	display: block;
	height: 15px;
	position: absolute;
	top: 12px;
	left: 5px;
}

.fake-browser-ui span {
	height: 13px;
	width: 13px;
	border-radius: 13px;
	background-color: rgba(255,255,255,.12);
	box-shadow: 0 0 1px rgba(0,0,0,.21);
	float: left;
	margin: 0 0 0 7px;
}

.video-wrapper {
	overflow: hidden;
	width: 700px;
	height: 450px;
	margin: 0 auto;
}

.responsive-embed-wrapper {
	width: 700px;
	height: 590px;
	background-color: rgba(71,88,97,.73);
	overflow: hidden;
}

@media only screen and (max-width:980px) {
	.responsive-embed-wrapper {
		width: 400px;
		height: auto;
	}
}

.video-img {
	background: #333;
	width: 810px;
	margin-left: -10px;
	margin-top: -10px;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: url(#blur);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
}

.video-button {
	background: url(https://www.dealersunited.com/wp-content/uploads/2015/04/test-vid-button.png);
	position: absolute;
	left: 40%;
	top: 40%;
	z-index: 3;
	width: 129px;
	height: 129px;
}

.video-button:hover {
	opacity: .8;
	background-color: rgba(0,0,0,.35);
	border-radius: 50%;
}

@media only screen and (max-width:980px) {
	.video-wrapper {
		width: 100%;
		height: auto;
	}
	
	.video-img {
		width: 110%;
	}
	
	.video-button {
		left: 35%;
		top: 35%;
		width: 100px;
		height: 100px;
		background-size: contain;
	}
}


#devices {
	margin: auto;
	height: 500px;
	width: 700px;
}

@media only screen and (max-width:980px) {
	#devices {
		width: 240px;
		height: 150px;
	}
	
	.base,.stand {
		display: none;
	}
}

#devices>div {
	margin: 0 auto;
}

.device {
	background: #2d3e4a;
	border: 1px solid #b6b6b6;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#desktop {
	width: auto;
	height: auto;
}

#desktop .button {
	width: 15px;
	height: 15px;
	margin: auto;
	-webkit-border-radius: 7.5px;
	-moz-border-radius: 7.5px;
	border-radius: 7.5px;
	border: 1px solid #b6b6b6;
}

#desktop .screen,.stand .left-side,.stand .right-side {
	display: block;
	background: #2d3e4a;
	border: 1px solid #b6b6b6;
}

#desktop .screen {
	margin: 4%;
	height: 380px;
	overflow: scroll;
}

.stand {
	position: relative;
	margin: auto;
	width: 150px;
	height: 55px;
}

.stand .left-side,.stand .right-side {
	height: 55px;
	width: 85px;
	position: absolute;
	z-index: 2;
	border-top: 0;
	border-bottom: 3px transparent solid;
}

.stand .left-side {
	-webkit-transform: skew(-10deg,0);
	-moz-transform: skew(-10deg,0);
	-ms-transform: skew(-10deg,0);
	transform: skew(-10deg,0);
	left: 0;
	border-right: 3px solid #2d3e4a;
}

.stand .right-side {
	-webkit-transform: skew(10deg,0);
	-moz-transform: skew(10deg,0);
	-ms-transform: skew(10deg,0);
	transform: skew(10deg,0);
	right: 0;
	border-left: 1px solid #2d3e4a;
}

.base .bottom {
	background: #2d3e4a;
	border: 1px solid #b6b6b6;
	margin: -3px auto auto;
	width: 200px;
	height: 10px;
	position: relative;
	z-index: 1;
	-webkit-border-radius: 50px 50px 0 0;
	border-radius: 50px 50px 0 0;
}

/* END BROWSER, IPHONE, DESKTOP */

/* START INTICE */

#intice .layer-section {
	position: relative;
	display: block;
	min-height: 650px;
}

#intice .layer-section .layers {
	position: absolute;
	max-width: 380px;
	width: 380px;
}

#intice .layer-section .line {
	border-top: 5px solid #51c1f7;
	width: 88%;
	margin: 0 15px;
	position: absolute;
	z-index: 0;
}

#intice .layer-section .label {
	position: absolute;
	display: block;
	right: 8%;
	margin: 5px;
	padding: 10px 20px;
	border: 4px solid #51c1f7;
	background-color: #2d3e4a;
	color: #fff;
	font-familY: 'Montserrat', Open Sans, Helvetica, Arial, sans-serif;
}

#intice .layer-section .label:hover {
	background-color: #fff;
	color: #2d3e4a;
}

#intice h4 {
	color: #fff;
}

@media only screen and (max-width:480px) {
	#intice .layer-section .layers {
		width: auto;
		max-width: auto;
	}
	
	#intice .layer-section .label,#intice .layer-section .line {
		display: none;
	}
}

/* END INTICE */
