/*Icons*/
.transaction-tools-icon{
	width: 38px;
	height: 38px;
	min-width: 38px;
	background: url('../images/transactions-tools.png')no-repeat;
	background-size: 38px 38px;
}
.unique-icon{
	width: 38px;
	height: 38px;
	min-width: 38px;
	background: url('../images/unique-experiences.png')no-repeat;
	background-size: 38px 38px;
}
.extra-mile-icon{
	width: 38px;
	height: 27px;
	min-width: 38px;
	background: url('../images/extra-mile.png')no-repeat;
	background-size: 38px 27px;
	margin: 8px 0 3px;
}
.map-image{
	width: 420px;
	height: 140px;
	min-width: 420px;
	background: url('../img/tracking/images/shippo-tracks-features.png')no-repeat;
	background-size: 420px 140px;
}

.caret-top{
	background: url('../img/icons/caret-top.png')no-repeat;
	height: 12px;
  width: 20px;
  position: relative;
  top: -7px;
  margin-left: auto;
  margin-right: auto;
}
.caret-right{
	position: relative;
	background: url('../images/icons/caret-right.png')no-repeat;
  height: 20px;
  width: 12px;
  position: absolute;
  top: 15px;
  right: -7px;
}
.icon-mail{
	position: relative;
	background: url('../images/icons/mail.png')no-repeat;
  height: 20px;
  width: 20px;
  left: 10px;
  top: 14px;
  position: absolute;
}

@media	only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-resolution: 120dpi) {

	.map-image{
		background: url('../img/tracking/images/shippo-tracks-features@2x.png')no-repeat;
		background-size: 420px 140px;
	}
}
.api-check-mks{
	width: 24px;
	height: 24px;
	min-width: 24px;
	background: url('../images/pricing-checkmark.png')no-repeat;
	background-size: 24px 24px;
}
.track-api-icon-page{
	height: 42px;
	width: 42px;
	min-width: 42px;
	background: url('../img/tracking/icons/tracking-pricing.png')no-repeat;
	background-size: 46px 46px;
	background-position: -2px -1px;
}
.tooltip-special-one{
	width: 175px;
	height: 53px;
	min-width: 175px;
	background: url('../img/tracking/tools/popup1x.png')no-repeat;
	background-size: 175px 53px;

}
.tooltip-special-two{
	width: 158px;
	height: 53px;
	min-width: 158px;
	background: url('../img/tracking/tools/popup-1x.png')no-repeat;
	background-size: 158px 53px;
}

.tracking-nav nav #logo .logo-fill{
	fill:#6b7780;
	opacity: 1;
	filter: alpha(opacity=100);
}
.tracking-nav nav .navigation ul li a{
	color: #6b7780;
}
.tracking-nav nav .navigation ul li a.active,
.tracking-nav nav .navigation ul li a:hover{
	color:#b4c2cc;
	opacity: 1;
	filter: alpha(opacity=100);
}
.tracking-nav #signup a{
	background: #6b7780;
	color:#131924;
}
.tracking-nav #signup a:hover{
	background: #b4c2cc;
}
.tracking-fold {  
  background-image: url('../images/cover_background.png'), -webkit-linear-gradient(34deg, #000000 0, #090d14 10%, #1c2533 86%, #28313a 100%);  
  background-image: url('../images/cover_background.png'), linear-gradient(56deg, #000000 0, #090d14 10%, #1c2533 86%, #28313a 100%);
  background-repeat: no-repeat;
  background-size: 1204px 800px, cover;
  background-attachment: scroll;
  background-position: top center;
}
.tracking-api-header{
	padding-top: 156px;
	overflow: hidden;
}
.tracking-api-header > h1{
	margin: 0 auto;
	text-align: center;
	font-size: 41px;
	line-height: 41px;
	color:#ffbe3d;
	font-weight: 300;
}
.tracking-api-header > p{
	text-align: center;
	margin: 0;
	padding-top: 18px;
	color: rgba(222,219,213,0.5);
	font-size: 19px;
	line-height: 26px;
	font-weight: 300;
}
.header-form{
	padding: 44px 0 145px;
	margin: 0 auto;	
	position: relative;
}
.form-addons{
	position: absolute;
	width: 575px;
	left: 0;
	right: 0;
	margin:  0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 28px;
}
.form-addons .tooltip-special-one{
	z-index: 2;
	margin: 0 auto;
}
.form-addons .tooltip-special-two{
	position: absolute;
	left: 342px;
}
#api-form{
	position: relative;
	width: 575px;
	height: 39px;
	overflow: hidden;
	border-radius: 8px;
	background-color: #ffffff;
	margin:0 auto;
}
.curl-setup{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
}
.curl-setup {
	font-size: 12px;
	height: 39px;
	line-height: 39px;
	display: block;
	padding-left: 14px;
	font-weight: bold;
	cursor: default;
}
.curl-setup span:last-of-type{
	color: green;
	cursor: default;
	margin-left: 10px;
}

.curl-setup div{
	float: left;
	font-family: Menlo !important;
}
.curl-header{
	font-weight: bold !important;
	margin-right: 8px !important;
}
.curl-path{
	color: rgba(78, 160, 95, 1.0);
	font-weight: normal;
	margin-right: 8px;
}
.curl-uri{
	position: relative;
	width: 160px;
	height: 100%;
	border-left: 1px solid rgba(229, 232, 234, 1.0);
	border-right: 1px solid rgba(229, 232, 234, 1.0);
}
.curl-uri > input{
	display: block !important;
	width: 100%;
	height: 100%;
	border: 0px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: rgba(237, 240, 242, 1.0);
	color: rgba(180, 98, 168, 1.0);
}
.curl-next > button{
	background-color: #fff;
	border: 0px !important;
	font-weight: normal;

	font-family: 'ars-maquette-web', sans-serif;
  font-size: 13px;
  line-height: 1.8;
  color: #4ba144;
}
.curl-next > button.active{
	color: #ff0000;
}
/*#api-form input[type='text']:first-of-type{
	position: absolute;
	width: 200px;
	z-index: 2;
	border:none;
	outline: none;
	height: 39px;
	right: 0;
	padding-left: 14px;
  	background-color: #edf0f2;
  	box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.0), inset 1px 0 0 0 rgba(0, 0, 0, 0.0);
  	margin-right: 60px;
}
#api-form input[type='text']:first-of-type::-webkit-input-placeholder {
	color: #b560a9!important;
	opacity: .6!important;
}
#api-form input[type='text']:first-of-type:-moz-placeholder {
	color: #b560a9!important;
	opacity: .6!important;
}
#api-form input[type='text']:first-of-type::-moz-placeholder { 
	color: #b560a9!important;
	opacity: .6!important;
} 
#api-form input[type='text']:first-of-type:-ms-input-placeholder { 
	color: #b560a9!important;
	opacity: .6!important;
}
#api-form input[type='submit']{
	position: absolute;
	right: 0;
	width: 60px;
	height: 39px;
	padding: 0;
	-webkit-appearance:none;
	border:none;
	outline: none;
	background: #ffffff;
	color:#4ba144;
}
#api-form input[type='submit']:hover{
	background-color: #2B6A26;
	color:white;
}*/
.tracking-three-sections{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 958px;
	margin: 0 auto;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
}
.track-section{
	max-width: 268px;
	padding-bottom: 89px;
}
.track-section > h3{
	font-size: 19px;
	line-height: 19px;
	color:#d8e4ed;
	margin: 23px 0 12px;
	font-weight: 300;
}
.track-section > p{
	color: rgba(222,219,213,.5);
	font-size: 15px;
	line-height: 23px;
}
.track-section > p > a{
	color: #FFBE3D;
}
.track-section > p > a:hover{
	opacity: .6;
	filter: alpha(opacity=60);
}
.track-section > p > a:after{
	content: '\e250';
    font-family: 'Glyphicons Halflings';
    font-size: 8px;
    padding-left: 3px;
}
.track-section > p:last-of-type{
	margin-bottom: 0; 
}
.tracking-mid{
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}
.mid-content{
	max-width: 478px;
	width: 100%;
	clear: both;
}
.left-mid{
	padding-right: 59px;
	padding-top: 54px;
	width: 50%;
}
.left-mid .mid-content{
	float: right;
}
.left-mid .sub-header > h1{
	font-size: 31px;
	line-height: 31px;
	color: #000000;
	position: relative;
	font-weight: 300;
	display: inline-block;
	margin:0 0 13px;
}
.left-mid .sub-header > span{
	display: inline-block;
	height: 17px;
	width: 39px;
	background-color: #ed1b43;
	border-radius: 4px;
	font-size: 10px;
	line-height: 17px;
	letter-spacing: 1px;
	color: #ffffff;
	text-align: center;
	font-weight: 600;
	vertical-align: middle;
	margin-left: 8px;
	margin-top: -3px;
}
.left-mid h3{
	font-size: 19px;
	line-height: 19px;
	color: #505d63;
	opacity: .69;
	filter: alpha(opacity=69);
	margin: 0 0 41px;
	font-weight: 300;
}
.left-mid .map-image{
	margin-bottom: 36px;
}
.left-mid .bottom{
	margin-top: 36px;
}
.left-mid .bottom hr{
	width: 32px;
	height: 2px;
	border:none;
	border-radius: 100px;
	background-color: #d8d8d8;
	opacity: .46;
	filter: alpha(opacity=46);
	margin: 0;
}
.left-mid .bottom h3{
	font-size: 19px;
	line-height: 19px;
	color: #000000;
	margin: 10px 0 12px;
	font-weight: 300;
	opacity: 1;
	filter: alpha(opacity=100);
}
.left-mid .bottom p{
	font-size: 15px;
	line-height: 23px;
	color: #939ca3;
	font-weight: 300;
	max-width: 412px;
}
.left-mid .bottom p a{
	color: #31a2c4;
}
.left-mid .bottom p a:hover{
	color: #000;
}
.left-mid .bottom p a:after{
	content: '\e250';
    font-family: 'Glyphicons Halflings';
    font-size: 8px;
    padding-left: 3px;
}
.left-mid .bottom p:last-of-type{
	margin-bottom: 0;
}
.right-mid{
	width: 50%;
	padding-top: 54px;
	padding-left: 65px;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.0) 0, #ffffff 100%), -webkit-linear-gradient(top, #f7f9fa 0, #ffffff 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.0) 0, #ffffff 100%), linear-gradient(to bottom, #f7f9fa 0, #ffffff 100%);  	
  	box-shadow: inset 1px 0 1px 0 rgba(232, 235, 237, 0.8);
}
.right-mid .sub-header{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	-webkit-box-align:center;
	-webkit-align-items:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.right-mid .sub-header h1{
	margin: 0 0 13px;
	font-size: 31px;
	line-height: 31px;
	color: #000000;
	font-weight: 300;
}
.right-mid .sub-header h3{
	font-size: 19px;
	line-height: 19px;
	color: #505d63;
	opacity: .69;
	filter: alpha(opacity=69);
	font-weight: 300;
	margin: 0;
}
.right-mid .sub-section{
	padding-top: 41px;
}
.right-mid .sub-section hr{
	display: block;
	width: 32px;
	height: 2px;
	border: none;
	background-color: #d8d8d8;
	opacity: .46;
	filter: alpha(opacity=46);
	border-radius: 100px;
	margin: 0 auto 0 0;
}
.right-mid .sub-section h4,
.right-mid .sub-section-next h4{
	margin: 12px 0 6px;
	font-size: 15px;
	line-height: 21px;
	color: #000000;
}
.right-mid .sub-section p,
.right-mid .sub-section-next p{
	margin: 0 0 28px;
	font-size: 15px;
	line-height: 23px;
	color: #939ca3;
	font-weight: 300;
}
.right-mid .sub-section-next hr{
	margin: 0;
	width: 32px;
	height: 2px;
	background-color: #d8d8d8;
	opacity: .46;
	filter: alpha(opacity=46); 
}
.right-mid .flip-marks,.right-mid .flip-marks-2{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.right-mid .flip-marks .ch-mark,.right-mid .flip-marks-2 .ch-mark{
	margin-right: 26px;  	
  	display: -webkit-box;  	
  	display: -webkit-flex;  	
  	display: -ms-flexbox;  	
  	display: flex;
  	-webkit-box-align:center;
  	-webkit-align-items:center;
  	    -ms-flex-align:center;
  	        align-items:center;
}
.right-mid .flip-marks .ch-mark:last-of-type,.right-mid .flip-marks-2 .ch-mark:last-of-type{
	margin-right: 0px;
}
.right-mid .flip-marks .ch-mark .icon,.right-mid .flip-marks-2 .ch-mark .icon{
	margin-right: 7px;
}
.right-mid .flip-marks .ch-mark h5,.right-mid .flip-marks-2 .ch-mark h5{
	margin: 0;
	font-size: 13px;
  	line-height: 21px;
  	color: #69c519;
}
.tracking-footer{
	padding-top: 100px;
}
.tracking-footer .upper-footer > h1{
	margin-bottom: 43px;
	font-size: 28px;
	line-height: 31px;
}
.tracking-footer .upper-footer .pricing-div{
	padding-bottom: 100px;
}
.tracking-footer .upper-footer > div > .create-account-btn .hippo-btn-image{
	left:28px;
}
.curl-setup p span.tablet{
	display: none;
}
.pricing-footer .upper-footer > h1 .tablet-view{
	display: block;
}
.left-mid{
	padding-left: 42px;
	overflow: hidden;
}
.right-mid{
	padding-right: 42px;
}
@media(max-width: 805px){
	.mid-content{
		max-width: 100%;
	}
	.tracking-api-header{
		padding-top: 78.3px;
	}
	.header-form{
		padding-bottom: 160px;
	}
	#api-form{
		max-width: 513px;
	}
	#api-form input[type='text']:first-of-type,
	#api-form input[type='submit']{
		display: none;
	}
	.curl-setup p span.tablet{
		display: inline;
	}
	.curl-setup p span.desktop{
		display: none;
	}
	.form-addons{
		max-width: 513px;
	}
	.form-addons .tooltip-special-two{
		left: 312px;
	}
	.left-mid .mid-content{
		float: none;
	}
	.tracking-three-sections{
		padding: 0 42px;
	}
	.track-section{
		max-width: 188px;
		padding-bottom: 53px;
	}
	.tracking-footer{
		padding-top: 60px;
	}
	.left-mid{
		padding-right: 19px;
	}
	.left-mid,
	.right-mid{
		padding-top: 41px;
	}
	.left-mid .sub-header,
	.left-mid h3{
		padding-left: 42px;
	}
	.left-mid .bottom{
		padding-left: 42px;
	}
	.left-mid .bottom > h3{
		padding-left: 0;
		max-width: 221px;
	}
	.right-mid .flip-marks{
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-webkit-flex-direction:column;
		    -ms-flex-direction:column;
		        flex-direction:column;
	}
	.right-mid .flip-marks .ch-mark,.right-mid .flip-marks-2 .ch-mark{
		width: 100%;
		margin-bottom: 13px;
		margin-right: 0;
	}
	.right-mid .sub-section-next p{
		margin-bottom: 24px;
	}
	.left-mid .bottom p{
		max-width: 306px;
	}
	.left-mid .mid-content{
		overflow: hidden;
	}
	.left-mid .map-image{
		margin-right: 22px;
	}
	.right-mid{
		padding-right: 42px;
		padding-left: 42px;
	}
	.left-mid{
		padding-left: 0;
	}

	/*need to do hi-res querry */

	.map-image{
		width: 342px;
		height: 140px;
		min-width: 342px;
		background: url('../img/tracking/images/map-tablet-1x.png')no-repeat;
		background-size: 342px 140px;
	}
	.track-section > h3{
		max-width: 180px;
	}

}
@media(max-width: 600px){
	.result-box{
		margin-left: auto;
		margin-right: auto;
	}
	.result-box.destination{
		left: 0px
	}

	.tracking-fold {  
		  background-image: url('../images/cover_background.png'), -webkit-linear-gradient(315deg, rgba(0,0,0,1) 0%, rgba(9,13,20,1) 48%, rgba(28,37,51,1) 80%, rgba(40,49,58,1) 100%);  
		  background-image: url('../img/tracking/images/bg/cover_background.png'), linear-gradient(135deg, rgba(0,0,0,1) 0%,rgba(9,13,20,1) 48%,rgba(28,37,51,1) 80%,rgba(40,49,58,1) 100%);
		  background-repeat: no-repeat;
		  background-size: 1204px 800px, cover;
		  background-attachment: scroll;
		  background-position: top center;
		}
	.left-mid .map-image{
		display: block;
		width: 375px;
		height: 140px;
		min-width: 375px;
		background: url('../img/tracking/images/map-mobile-1x.png')no-repeat;
		background-size: 375px 140px;
		margin: 0 auto;
	}

	.tracking-api-header{
		padding-top: 46.1px;
	}
	.tracking-api-header > h1{
		font-size: 28px;
		line-height: 30px;
	}
	.tracking-api-header > p{
		padding-top: 14px;
		font-size: 15px;
		max-width: 241px;
		margin: 0 auto;
	}
	.header-form{
		padding-top: 32px;
		padding-bottom: 129px;
	}
	#api-form{
		width: 90%;
		max-width: 300px;
		height: 70px;
	}
	.form-addons{
		width: 323px;
		margin-top: 26px;
	}
	.form-addons .tooltip-special-two{
		display: none;
		opacity: 0;
	}
	.curl-setup p{
		height: 60px;
		line-height: 60px;
	}
	.tracking-three-sections{
		padding: 0 26px 24px;
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-webkit-flex-direction:column;
		    -ms-flex-direction:column;
		        flex-direction:column;
	}
	.track-section{
		max-width: 375px;
		margin: 0 auto;
		width: 100%;
		padding-bottom: 36px;
	}
	.track-section > h3{
		margin-top: 17px;
		font-size: 15px;
		max-width: 196px;
	}
	.tracking-mid{
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-webkit-flex-direction:column;
		    -ms-flex-direction:column;
		        flex-direction:column;
	}
	.left-mid,
	.right-mid{
		padding: 0;
		width: 100%;
	}
	.left-mid{
		padding-bottom: 45px;
	}
	.left-mid .mid-content{
		padding-top: 32px;
	}
	.left-mid .sub-header{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient:vertical;
		-webkit-box-direction:reverse;
		-webkit-flex-direction:column-reverse;
		    -ms-flex-direction:column-reverse;
		        flex-direction:column-reverse;
		padding: 0;
	}
	.left-mid .sub-header > span{
		display: block;
		text-align: center;
		margin: 0 auto;
	}
	.left-mid .sub-header > h1{
		font-size: 24px;
		line-height: 28px;
		text-align: center;
		margin: 10px auto 8px;
	}
	.left-mid .mid-content h3{
		padding: 0;
		text-align: center;
		font-size: 15px;
		margin-bottom: 39px;
	}
	.left-mid .bottom{
		padding: 0 26px;
		max-width: 380px;
		margin: 36px auto 0;
	}
	.right-mid .mid-content{
		max-width: 380px;
		margin: 0 auto;
	}
	.left-mid .bottom h3{
		font-size: 19px;
		line-height: 23px;
		text-align: left;
		margin: 10px 0 12px;
		max-width: 221px;
	}
	.right-mid{
		background: url('../img/tracking/images/base.png')no-repeat;
		background-size: cover;
		padding: 40px 26px 0;
	}
	.right-mid .sub-header{
		-webkit-box-orient:vertical;
		-webkit-box-direction:reverse;
		-webkit-flex-direction:column-reverse;
		    -ms-flex-direction:column-reverse;
		        flex-direction:column-reverse;
	}
	.right-mid .sub-header .text{
		padding-top: 10px;
	}
	.right-mid .sub-header h1{
		font-size: 24px;
		text-align: center;
		line-height: 28px;
		margin-bottom: 8px;
	}
	.right-mid .sub-header h3{
		font-size: 15px;
		text-align: center;
	}
	.right-mid .sub-section h4, 
	.right-mid .sub-section-next h4{
		margin: 12px 0 5px;
	}
	.right-mid .sub-section p, 
	.right-mid .sub-section-next p{
		max-width: 300px;
	}
	.right-mid .sub-section-next p{
		margin-bottom: 26px;
	}
	.right-mid .sub-section{
		padding-top: 42px;
	}
	.right-mid .flip-marks .ch-mark h5{
		color: #7cb247;
	}
	.pricing-footer .upper-footer > h1 .tablet-view{
		display: none;
	}
	.tracking-footer{
		padding-top: 69px;
	}
	.tracking-footer .upper-footer > h1{
		margin-bottom: 45px;
		font-size: 24px;
		line-height: 24px;
	}
	.tracking-footer .upper-footer .pricing-div{
		padding-bottom: 76px;
	}
	.form-addons .tooltip-special-one{
		height: 53px;
		width: 169px;
		min-width: 169px;
		background: url('../img/tracking/tools/popup-mobile-1x.png')no-repeat;
		background-size: 169px 53px;
	}
	.curl-setup{
		height: 60px;
		padding: 12px 14px 8px;
		overflow: hidden;
		word-wrap: break-word;
		max-width: 100%;
		line-height: 1.5em;		
	}
	.curl-setup span{
		display: inline-block;
		vertical-align: top;
	}
	.curl-setup span:last-of-type{
		display: inline-block;
		vertical-align: top;
		word-wrap: break-word;
		max-width: 85%;
	}
	.curl-header{
		margin-top: -5px;
	}
	.curl-path{
		margin-top: -5px;
	}
	.curl-uri{
		top: 5px;
		left: -15px;
    width: 80%;
	}
	.curl-uri > input{
		width: 100%;
		padding-left: 51px;
    padding-right: 8px;
    padding-bottom: 12px;
	}
	.curl-next{
		margin-top: 6px;
	}
	.curl-path{
		margin-right: 0px;
	}
	.tracking-footer .upper-footer > div > .create-account-btn > a{
		margin: 0 auto;
	}
	.tracking-nav #signup a{
		color: #6b7780;
		background-color: transparent;
	}
	.tracking-nav #signup a:hover{
		background-color: transparent;
		color: #91bf46;
	}
}

@media	only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-resolution: 120dpi) {


	.tracking-tools-icon{
		background: url('../img/tracking/icons/tracking-tools@2x.png')no-repeat;
		background-size: 38px 38px;
	}
	.unique-icon{
		background: url('../img/tracking/icons/unique-experiences@2x.png')no-repeat;
		background-size: 38px 38px;
	}
	.extra-mile-icon{
		background: url('../img/tracking/icons/extra-mile@2x.png')no-repeat;
		background-size: 38px 27px;
		margin: 8px 0 3px;
	}	
	.api-check-mks{
		background: url('../images/pricing-checkmark@2x.png')no-repeat;
		background-size: 24px 24px;
	}
	.track-api-icon-page{
		background: url('../img/tracking/icons/tracking-pricing@2x.png')no-repeat;
		background-size: 46px 46px;
		background-position: -2px -1px;
	}
	.tooltip-special-one{
		background: url('../img/tracking/tools/popup2x.png')no-repeat;
		background-size: 175px 53px;

	}
	.tooltip-special-two{
		background: url('../img/tracking/tools/popup-2x.png')no-repeat;
		background-size: 158px 53px;
	}
	.tracking-fold {  
		background-image: url('../img/tracking/images/bg/cover_background@2x.png'), -webkit-linear-gradient(315deg, rgba(0,0,0,1) 0%, rgba(9,13,20,1) 48%, rgba(28,37,51,1) 80%, rgba(40,49,58,1) 100%);  
		background-image: url('../img/tracking/images/bg/cover_background@2x.png'), linear-gradient(135deg, rgba(0,0,0,1) 0%,rgba(9,13,20,1) 48%,rgba(28,37,51,1) 80%,rgba(40,49,58,1) 100%);
		background-repeat: no-repeat, no-repeat;
		background-size: 1204px 800px, cover;
	}
}
