/* ----- COMMON ----- */

body, * { font-family: -apple-system, "sf pro display", "Helvetica Neue", system-ui, BlinkMacSystemFont, Helvetica, Roboto, Arial, sans-serif !important; }

img { border: 0; }
a { outline: none; }

html { background-color: white; }
body {
	background-color: white;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

table {
	border: 0px;
	border-collapse: collapse;
	padding: 0px;
	border-spacing: 0px;
}

td {
	border: 0px;
	padding: 0px;
	border-spacing: 0px;
}

.hidden { display: none !important; }


.mainContainer { min-width: 1100px; position: relative; min-height: 400px; }

.mainContainer.mobile {
	min-height: 2000px;
	height: 2000px;
}

.pageBlock { position: relative; width: 1100px; margin: 0 auto; }

a { color: #1284D7; }
strong { font-weight: bold; }
.fw-normal { font-weight: normal; }
.fw-light { font-weight: 300; }

/* ----- BUNDLE ----- */

.header { 
	height: 484px;
	background: #000000 url('../../../images/bundle/appl2021/header-image-big.jpg') no-repeat 50% 0;
	text-align: center;
	position: relative;
}

/*.header .introduction {
	text-transform: uppercase;
	color: #CB98FF;
	font-size: 14px;
	font-weight: 100;
	padding-top: 35px;
	letter-spacing: 1pt;
	line-height: 22px;
	text-align: center;
}

.header .introduction .soldOut {
	text-transform: uppercase;
	color: #CB98FF;
	font-size: 16px;
	font-weight: 300;
	line-height: 16px;
	
	padding: 12px 20px 12px 20px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	
	border: 1px solid rgba(203, 152, 255, 0.5);
	width: 270px;
	text-align: center;
	margin: 2px auto 0 auto;
	
} */

.header .title {
	font-family: -apple-system, "sf pro display", "Arial Black", "Helvetica Neue", Helvetica, system-ui, BlinkMacSystemFont, Roboto,  Arial, sans-serif !important;
	
	color: white;
	font-size: 80px;
	line-height: 80px;	
	font-weight: 900;
	letter-spacing: -1pt;
	
	padding: 0;
	margin: 0;

	padding-top: 45px;
}

.header .subtitle {
	text-transform: uppercase;
	color: #676767;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	text-align: center;
	
	margin: 0;
	padding: 8px 0 32px 0;
}




.header .dock {
	height: 110px;
	/* background: url('../../../images/bundle/bf2020/dock.png') no-repeat 50% 0; */
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.header .dock .app {
	display: inline-block;
	padding: 23px 10px 0 10px;
	line-height: 1px;
}

.header .dock .app .dockAppLink { display: inline-block; }

.header .dock .app .icon {
	width: 64px;
	height: 64px;
	
	-webkit-filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.15));
	filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.15));
}


.header .dock .comingSoon {
	text-align: center;
	font-size: 24px;
	line-height: 108px;
	margin-top: 1px;
	color: #FFBCB0;
	font-weight: 300;
	letter-spacing: -0.2pt;
}


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

	.presskitHeader .dock .app .icon { width: 56px; height: 56px; }
	.presskitHeader .dock .app { padding: 27px 8px 0 8px; }

}










/* ----- PRICES TOP ----- */

.priceBlock { text-align: center; padding-top: 42px; border-bottom: 10px solid #F0F0F0; }

.priceBlock .text {
	font-size: 24px;
	font-weight: 300;
	line-height: 32px;
	padding-bottom: 35px;
	letter-spacing: -0.3pt;
}

.priceBlock .text .framed {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	border: 1px solid rgba(0,0,0,0.7); /* #191919; */
	padding: 2px 8px 2px 8px;
	margin-right: 3px;
}

.priceBlock .priceTable {
	display: inline-block;
	position: relative;
	width: 570px;
	height: 100px;
}

.priceBlock .priceTable .column {
	position: absolute;
	width: 189px;
	top: 0;
	left: 0;
}

.priceBlock .priceTable .column .title {
	text-align: center;
	font-size: 16px;
	font-weight: 200;
	line-height: 16px;
	text-transform: uppercase;
	color: #7F7F7F;
	padding-bottom: 21px;
	letter-spacing: 0.3pt;
}

.priceBlock .priceTable .column .number {
	text-align: center;
	font-size: 36px;
	font-weight: 200;
	line-height: 36px;
	position: relative;
}

.priceBlock .priceTable .column .number .stroke {
	font-size: 1px;
	width: 50%;
	height: 19px;
	margin: 0 auto;
	border-bottom: 2px solid #E43C44;
	position: absolute;
	left: 25%;
	top: 0;
}

.priceBlock .priceTable .totalValue { border-right: 1px solid #E5E5E5; }
.priceBlock .priceTable .totalValue .number { color: #B2B2B2; }

.priceBlock .priceTable .youPay { left: 190px; }
.priceBlock .priceTable .youPay .title { padding-bottom: 16px; }
.priceBlock .priceTable .youPay .number { font-size: 60px; font-weight: bold; line-height: 60px; letter-spacing: -1.6pt; padding-right: 4px; }

.priceBlock .priceTable .youSave { left: 380px; border-left: 1px solid #E5E5E5; }
.priceBlock .priceTable .youSave .number { color: #21B45F; }


.priceBlock .buyButton { /* padding: 32px 0 45px 0;*/ height: 121px; position: relative; }

.priceBlock .buyButton a {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 130px;
	
	top: 32px;
	border-width: 0;
	border-style: solid;
	border-color: #209BF4;	
	
	display: inline-block;
	background-color: #209BF4;
	color: white;
	font-size: 20px;
	line-height: 20px;
	font-weight: 200;
	
	padding: 12px 0;
	
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	
	text-decoration: none;
	
	-webkit-transition: all 0.05s linear;
	-moz-transition: all 0.05s linear;
	transition: all 0.05s linear;
}


/* ----- SUBTITLE N.1 ----- */

.subTitle_1 {
	text-align: center;
	padding-top: 79px;
}

.subTitle_1 .text {
	font-size: 24px;
	line-height: 24px;
	font-weight: 300;
	letter-spacing: -0.3pt;
	padding-top: 16px;
	padding-bottom: 49px;
}



.bold { font-weight: bold; }
.underlined { border-bottom: 2px solid #E43C44; padding-bottom: 1px;}



/* ----- PRODUCTS GRID ----- */

.productsLine, .productsLine tr, .productsLine td { vertical-align: top; }

.productsLine .appCell { 
	padding-top: 76px;
	text-align: center;
	position: relative;
}

.productsLine .appCell .appIconLink .icon { width: 128px; height: 128px; }

.productsLine .appCell .appName {
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	
	padding: 21px 20px 0 20px;
}

.productsLine .appCell .appNameLink {
	color: #191919;
	text-decoration: none;
	letter-spacing: -0.2pt;
}

.productsLine .appCell .appDescription {
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	/*letter-spacing: 0.1pt;*/
	
	height:60px;
	max-height: 72px;
	overflow: hidden;
	
	padding: 11px 20px 0 20px;
	
	color: #7F7F7F;
}

.productsLine .appCell .price { padding-top: 15px; }

.productsLine .appCell .price .priceDiscounted {
	display: inline-block;
	position: relative;
	
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	
	letter-spacing: -0.8pt;
	padding-right: 4px;
}

.productsLine .appCell .price .priceRegular {
	position: absolute;
	right: -41px;
	top: 1px;
	
	font-size: 20px;
	line-height: 20px;
	font-weight: 200;
	color: #B0B0B0;
	text-align: left;
	letter-spacing: -0.4pt;
}

.productsLine .appCell .price .priceRegular .strike {
	font-size: 1px;
	line-height: 1px;
	height: 11px;
	
	position: absolute;
	top:0;
	left:-3px;
	
	border-bottom: 1px solid #B0B0B0;
	width: 39px;
}

.productsLine .appCell .buyButton { height: 70px; margin-top: 30px; position: relative; }

.productsLine .appCell .buyButton a {
	position: absolute;
	
	
	top: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	
	display: inline-block;
	background-color: #209BF4;
	color: white;
	font-size: 18px;
	line-height: 18px;
	font-weight: 300;
	
	padding: 8px 0;
	width: 90px;
	text-align: center;
	
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	
	border-width: 0;
	border-style: solid;
	border-color: #209BF4;
	
	text-decoration: none;
	
	-webkit-transition: all 0.05s linear;
	-moz-transition: all 0.05s linear;
	transition: all 0.05s linear;
	
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.productsLine .appCell .buyButton a.waiting { background-color: #323232; border-color: #323232; }

.productsLine .appCell .moreDetails { white-space:nowrap; }
.productsLine .appCell .moreDetails a { 
	font-size: 18px;
	line-height: 18px;
	font-weight: 300;
	
	color: #1284D7;
	text-decoration: none;
}

.productsLine .appCell .moreDetails a img { margin-left: 2px; }

.productsLine .appCell .appTerms {
	padding: 12px 40px 48px 40px;
	
	font-size: 13px;
	font-weight: 300;
	line-height: 18px;
	color: #888888;
	letter-spacing: 0;
}

.productsLine .appCell .leftBorder {
	font-size: 1px;
	display: inline-block;
	width: 1px;
	height: 442px;
	
	position: absolute;
	left: 0;
	top: 126px;
	
	
	background-color: #E5E5E5;
}

.productsLine .appCell.first .leftBorder { display: none; }


.grayProductLine .productsLine .appCell .leftBorder { background-color: #E0E0E0; }


.grayProductLine {
	background-color: #F5F5F5;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding:0;
	margin: 2px 0 0 0;
}


.productsLine .appCell .productPlaceholder {
	text-align: center;
/* 	padding-top: 124px; */
	padding-top: 150px;
}

.productsLine .appCell .productPlaceholder .image { width: 128px; height: 158px; }

.productsLine .appCell .productPlaceholder .text {
	font-size: 18px;
	line-height: 22px;
	font-weight: 200;
	letter-spacing: 0.1pt;
	
	padding: 40px 20px 0 20px;
	
	color: #A6A6A6;
}





.footnotes {
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	color: #7F7F7F;
	text-align: center;
	margin-top: 20px;
	padding-top: 20px;	
	border-top: 1px solid #E0E0E0;
}


.description {
	margin-top: 20px;
	padding-top: 70px;
	
	border-top: 1px solid #E0E0E0;
	
	font-size: 24px;
	line-height: 33px;
	font-weight: 300;
	color: #323232;
	text-align: center;
	
	/* background: white url('../../../images/bundle/bot20/gradient-bottom.png') no-repeat 50% 0; */
}



.subTitle_2 { padding-top: 200px; }
.subTitle_2 .container { width: 740px; min-width: 740px; margin: 0 auto; position: relative; text-align: right; }
.subTitle_2 .container .title {
	display: inline-block;
	padding-right: 213px;
}
.subTitle_2 .container .text {
	font-size: 24px;
	line-height: 24px;
	font-weight: 300;
	letter-spacing: -0.3pt;
	padding-top: 16px;
	padding-right: 213px;
	text-align: right;
}

.subTitle_2 .container .gift {
	position: absolute;
	display: inline-block;
	top: -37px;
	right: 6px;
}




.bottomPriceBlock {
	margin-top: 35px;
	text-align: center;
}

.bottomPriceBlock .container {
	width: 740px; margin: 0 auto;
	border: none;
	
	background: #F8F8F8 url('../../../images/bundle/bot20/prices-bottom-back.png') no-repeat 50% 0;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
/* 	padding: 53px 0 24px 0; */
	height: 220px;
	text-align: center;
}

.bottomPriceBlock .price {
	padding: 53px 0 22px 0;
	
}

.bottomPriceBlock .offerPrice {
	text-align: center;
	position: relative;
	
	font-size: 60px;
	font-weight: bold;
	line-height: 60px;
	letter-spacing: -1.6pt;
	padding-right: 4px;
	display: inline-block;
}

.bottomPriceBlock .offerPrice .totalValue {
	position: absolute;
	right: -85px;
	top: 4px;
	
	font-size: 30px;
	line-height: 30px;
	font-weight: 200;
	color: #A0A0A0;
	text-align: left;
	letter-spacing: 0pt;
}

.bottomPriceBlock .offerPrice .totalValue .strike {
	font-size: 1px;
	line-height: 1px;
	height: 16px;
	
	position: absolute;
	top:0;
	left:-4px;
	
	border-bottom: 2px solid #E43C44;
	width: 76px;
	opacity: 0.7;
}

.bottomPriceBlock .buyButton { height: 44px; position: relative;}
.bottomPriceBlock .buyButton a {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 130px;
	
	top: 0;
	border-width: 0;
	border-style: solid;
	border-color: #209BF4;
	
	background-color: #209BF4;
	display: inline-block;
	color: white;
	font-size: 20px;
	line-height: 20px;
	font-weight: 200;
	
	padding: 12px 0;
	
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	
	text-decoration: none;
	
	-webkit-transition: all 0.05s linear;
	-moz-transition: all 0.05s linear;
	transition: all 0.05s linear;
}

.bottomPriceText {
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	margin-top: 34px;
	margin-bottom: 26px;
	letter-spacing: 0.1pt;
	text-align: center;
}



.extraInfo {
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	color: #7F7F7F;
	text-align: center;
/* 	padding-top: 34px; */
	padding-bottom: 250px;
}








.footer { text-align: center; }

.footer .logoSmall { width: 740px; margin: 0 auto; text-align: center; border-bottom: 1px solid #E0E0E0; padding-bottom: 28px; padding-right: 6px; }

.footer .text { 
	font-size: 14px;
	line-height: 22px;
	color: #7F7F7F;
	font-weight: 300;
	text-align: center;
	
	padding-top: 30px;
	padding-bottom: 34px;
}

.footer .fill {
	background: #001E50 url('../../../images/bundle/bot20/color-stripes-fill.png') repeat-x 50% 100%;
	font-size: 1px;
	height: 20px;
}





/* ----- Placeholders ----- */

.pricePlaceholder { padding: 0 0 45px 0; }
.pricePlaceholder.bottom { padding: 0 0 4px 0; }

.pricePlaceholder .comingSoon { 
	display: inline-block;
	border: 1px solid #E07357;
	color: #E07357;
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
	
	padding: 12px 28px;
	
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	border-radius: 22px;
}

.productsLine .buyButton .placeholder {
	display: inline-block;
	border: 1px solid #cccccc;
	color: #999999;
	font-size: 18px;
	line-height: 18px;
	font-weight: 300;
	
	padding: 8px 0;
	width: 90px;
	text-align: center;
	
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
	border-radius: 17px;
}


/* ----- CART ----- */

.addToCart {
	width: 800px;
	margin: auto auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	background: white;
	color: black;
	padding: 15px 0 20px 0;
	
	position: relative;
	
	-moz-box-shadow: 0px 10px 30px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 10px 30px rgba(0,0,0,0.3);
	box-shadow: 0px 10px 30px rgba(0,0,0,0.3);
}


.addToCart .title {
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	
	/* color: #848484; */
	color: rgba(0,0,0,0.4);
	text-transform: uppercase;
}

.addToCart .appData { position: relative; margin-top: 40px; text-align: left; }

.addToCart .appData .appIcon {
	position: absolute;
	top:0;
	left: 40px;
	width: 128px;
	height: 128px;
}

.addToCart .appData .appName {
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	padding: 26px 220px 0 188px;
	text-align: left;
}

.addToCart .appData .appDescription {
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	color: #7F7F7F;
		
	padding: 10px 220px 0 188px;
	text-align: left;
}





.addToCart .appData .price {
	position: absolute;
	width: 180px;
	
	top:0;
	right: 0;
	
	border-left: 1px solid #E5E5E5;
	text-align: center;
	
	margin-top: 24px;
	padding: 25px 40px 25px 0;
}

.addToCart .appData .price .priceDiscounted {
	display: inline-block;
	position: relative;
	
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	
	letter-spacing: -0.8pt;
	padding-right: 4px;
}

.addToCart .appData .price .priceRegular {
	position: absolute;
	right: -41px;
	top: 1px;
	
	font-size: 20px;
	line-height: 20px;
	font-weight: 200;
	color: #B0B0B0;
	text-align: left;
	letter-spacing: -0.4pt;
}

.addToCart .appData .price .priceRegular .strike {
	font-size: 1px;
	line-height: 1px;
	height: 11px;
	
	position: absolute;
	top:0;
	left:-3px;
	
	border-bottom: 1px solid #B0B0B0;
	width: 39px;
}

.addToCart .buttons { padding-top: 82px; position: relative; }
.addToCart .buttons table { width: 100%; }
.addToCart .buttons .leftCell { width: 50%; }
.addToCart .buttons .rightCell { width: 50%; }


.addToCart .buttons .continue,
.addToCart .buttons .checkout {
	display: block;
	text-decoration: none;
	
	font-size: 24px;
	line-height: 70px;
	
	padding: 0;
	text-align: center;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.addToCart .buttons .checkout {
	margin-left: 10px;
	margin-right: 20px;
	
	background-color: #43C178;
	color: white;
	
	font-weight: bold;
}

.addToCart .buttons .continue {
	margin-left: 20px;
	margin-right: 10px;
	
	background-color: #EAEAEA;
	color: #8C8C8C;
	
	font-weight: 300;
}

.addToCart .error {
	margin-top: 5px;
	text-align: center;
	line-height: 28px;
	font-size: 18px;
}

.addToCart .loading {
	margin-top: 5px;
	text-align: center;
	line-height: 28px;
	font-size: 18px;
}






/* ----- FLOATING CART ----- */

.floatingCart {
	position: fixed;
	top: 16px;
	right: 17px;
	display: inline-block;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	background-color: white;
	color: black;
	padding: 0;
	
	-moz-box-shadow: 0px 10px 30px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 10px 30px rgba(0,0,0,0.3);
	box-shadow: 0px 10px 30px rgba(0,0,0,0.3);
	
	z-index: 1500;
	width: 300px;
}

.floatingCart .title {
	padding-left: 20px;
	text-align: left;
	font-size: 14px;
	line-height: 59px;
	margin-top: 1px;
	font-weight: normal;
	color: rgba(0,0,0,0.4);
}
.floatingCart .icon {
	position: absolute;
	top: 0;
	right:0;
	width: 60px;
	height: 60px;
}

.floatingCart .icon svg { fill: rgba(0,0,0,0.7); }

.floatingCart .number {
	position: absolute;
	top: -11px;
	right: -15px;
	display: inline-block;
	width: 36px;
	height: 36px;
	background-color: rgba(242, 63, 52, 0.95);
	
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	color: white;
	
	font-size: 17px;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
}

.floatingCart .checkoutButton {
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	
	color: white;
	background-color: #43C178;
	
	font-size: 18px;
	line-height: 50px;
	
	padding: 0;
	margin: 0 10px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


.floatingCart .productsList { padding-top: 21px; }
.floatingCart .appData {
	padding: 17px 60px 15px 64px;
	
	font-size: 16px;
	line-height: 18px;
	color: rgba(0,0,0,0.85);
	position: relative;
	
	border-bottom: 1px solid rgba(0,0,0,0.06);
	letter-spacing: -0.15pt;
}

.floatingCart .appData .appIcon {
	position: absolute;
	display: inline-block;
	width: 32px;
	height: 32px;
	left: 20px;
	top: 9px;
}

.floatingCart .appData .restoreIcon,
.floatingCart .appData .removeIcon {
	position: absolute;
	top: 14px;
	right: 15px;
	
	display: inline-block;
	width: 22px;
	height: 22px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.floatingCart .appData .removeIcon svg { fill: #E9573F; }

.floatingCart .appData .restoreIcon { display: none; }
.floatingCart .appData .restoreIcon svg { fill: rgba(0,0,0,0.25); }

/* --- REMOVED APP --- */

.floatingCart .appData.removed { 
	background-color: rgba(0,0,0,0.06);
	color: rgba(0,0,0,0.30);
}

.floatingCart .appData.removed .appIcon {
	filter:         url(~"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	-moz-filter:    grayscale(100%);
	-ms-filter:     grayscale(100%);
	-o-filter:      grayscale(100%);
	filter: gray;
	
	opacity: 0.4;
}

.floatingCart .appData.removed .removeIcon { display: none; }
.floatingCart .appData.removed .restoreIcon { display: inline-block; }





.floatingCart .bottom { padding: 30px 0 34px 0; text-align: center; color: rgba(0,0,0,0.1); }
.floatingCart .bottom a {
	font-size: 14px;
	line-height: 18px;
	color: rgba(0,0,0,0.4);
	text-decoration: underline;
}

/* ---------------------------------------------------------------------------------------------------------- */
/* THANK YOU PAGE */
/* ---------------------------------------------------------------------------------------------------------- */

.headerMin .fill {
	background: #001E50 url('../../../images/bundle/bot20/color-stripes-fill.png') repeat-x 50% 100%;
	font-size: 1px;
	height: 30px;
}

.headerLogoSmall { text-align: center; border-bottom: 1px solid #E0E0E0; padding-top: 40px; padding-bottom: 40px; padding-right: 6px; }

.orderTitle_1 {
	text-align: center;
	padding-top: 79px;
}

.orderTitle_1 .text {
	font-size: 24px;
	line-height: 32px;
	font-weight: 300;
	letter-spacing: -0.3pt;
	padding-top: 14px;
}

.orderHeart {
	text-align: center;
	padding-top: 48px;
	padding-bottom: 44px;
}

.orderText {
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	font-weight: 200;
	letter-spacing: 0.1pt;
	padding-bottom: 50px;
}

.orderText .registrationData { position: relative; }
.orderText .registrationData .left {
	padding-right: 50%;
	text-align: right;
}
.orderText .registrationData .left .container { margin-right: 10px; }

.orderText .registrationData .right {
	position: absolute;
	left: 50%;
	top: 0;
	width: 50%;
	text-align: left;
	font-weight: 400;
}
.orderText .registrationData .right .container { margin-left: 10px; }



.purchasedProductsList { padding-bottom: 50px; }

.purchasedProductsList .product {
	position: relative;
	background-color: #F2F2F2;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	margin-bottom: 30px;
}

.purchasedProductsList .product .icon {
	display: inline-block;
	position: absolute;
	left: 36px;
	top: 35px;
}

.purchasedProductsList .product .icon img { width: 64px; height: 64px; }


.purchasedProductsList .product .name {
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: -0.2pt;
	color: #191919;
	
	padding: 40px 200px 0 116px;
}

.purchasedProductsList .product strong { font-weight: bold !important; }

.purchasedProductsList .product .licenseInfo {
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
/* 	letter-spacing: 0.1pt; */
	color: #797979;
	
	padding: 8px 200px 30px 116px;
}

.purchasedProductsList .product .instructions {
	border-top: 1px solid #DADADA;
	padding-top: 30px;
	padding: 30px 40px 40px 116px;
	
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
}

.purchasedProductsList .product a.downloadButton {	
	display: inline-block;
	background-color: #35BD6E;
	color: white;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	
	padding: 12px 28px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	text-decoration: none;
	
	position: absolute;
	right: 40px;
	top: 40px;
}



.header404 .fill {
	background: #001E50 url('../../../images/bundle/color-stripes-fill.png') repeat-x 50% 100%;
	font-size: 1px;
	height: 30px;
}

.page404 {
	text-align: center;
	padding-top: 100px;
}

.page404 .text {
	font-size: 24px;
	line-height: 34px;
	font-weight: 300;
	letter-spacing: -0.3pt;
	padding-top: 18px;
	padding-bottom: 50px;
}


/* ----- CART FLOATING ICON ----- */

.cart {
	position: fixed;
	top: 25px;
	right: 25px;
	display: inline-block;
	text-decoration: none;
	outline: none;
	z-index: 1000;
	width: 60px;
	height: 60px;
	background-color: white;
	
	-moz-box-shadow: 0px 4px 8px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 4px 8px rgba(0,0,0,0.25);
	box-shadow: 0px 4px 8px rgba(0,0,0,0.25);
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity: 1;
	
	/* -webkit-transition: opacity 0.1s ease-out;
	-moz-transition: opacity 0.1s ease-out;
	transition: opacity 0.1s ease-out; */
}

.cart.hidden { display: none; }
.cart.backdrop { opacity: 0; }


/* .cart .cartIcon { width: 80px; height: 80px; } */
.cart svg { fill: rgba(0,0,0,0.7); }

.cart .number {
	position: absolute;
	top: -11px;
	right: -15px;
	display: inline-block;
	width: 36px;
	height: 36px;
	background-color: rgba(242, 63, 52, 0.95);
	
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	color: white;
	
	font-size: 17px;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
}


/* ----- PRODUCT DETAILS POPUP ----- */


.productDetailsPopup {
	max-width: 1400px;
	min-width: 1000px;
/*  	width: 1400px; */
	margin: auto auto;
/* 	vertical-align: middle; */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	/* background: white; */
	color: black;
	padding: 0;
	
	position: relative;
/*  	height: 80vh; */
}

.productDetailsPopup.small { width: 400px; min-width: 400px; background-color: white; }
.productDetailsPopup  .error {
	text-align: center;
	line-height: 28px;
	font-size: 18px;
	padding: 20px;
}


.productDetailsPopup .sidebar {
	vertical-align: top;
	text-align: center;
	width: 240px;
	background-color: #F0F0F0;
	
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}

.productDetailsPopup .sidebar .appIcon { padding-top: 30px; text-align: center; }
.productDetailsPopup .sidebar .appIcon .icon { width: 128px; height: 128px; }


.productDetailsPopup .sidebar .price { padding-top: 22px; }

.productDetailsPopup .sidebar .price .priceDiscounted {
	display: inline-block;
	position: relative;
	
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	
	letter-spacing: -0.8pt;
	padding-right: 4px;
}

.productDetailsPopup .sidebar .price .priceRegular {
	position: absolute;
	right: -41px;
	top: 1px;
	
	font-size: 20px;
	line-height: 20px;
	font-weight: 200;
	color: #B0B0B0;
	text-align: left;
	letter-spacing: -0.4pt;
}

.productDetailsPopup .sidebar .price .priceRegular .strike {
	font-size: 1px;
	line-height: 1px;
	height: 11px;
	
	position: absolute;
	top:0;
	left:-3px;
	
	border-bottom: 1px solid #B0B0B0;
	width: 39px;
}

.productDetailsPopup .sidebar .buyButton { height: 64px; margin-top: 30px; position: relative; }

.productDetailsPopup .sidebar .buyButton a {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 90px;
	
	top: 0px;
	border-width: 0;
	border-style: solid;
	border-color: #209BF4;
	
	background-color: #209BF4;
	display: inline-block;
	
	color: white;
	font-size: 18px;
	line-height: 34px;
	font-weight: 300;
	
	/* padding: 8px 0; */
	text-align: center;
	
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	
	text-decoration: none;
	
	-webkit-transition: all 0.05s linear;
	-moz-transition: all 0.05s linear;
	transition: all 0.05s linear;
}

.productDetailsPopup .sidebar .buyButton a.waiting { background-color: #323232; }

.productDetailsPopup .sidebar .appTerms {
	padding: 12px 40px 48px 40px;
	
	font-size: 13px;
	font-weight: 300;
	line-height: 18px;
	color: #888888;
	letter-spacing: 0;
}

.productDetailsPopup .info { 
	background-color: white;
	
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
	
}

.productDetailsPopup .info .appHeader { position: relative; }
.productDetailsPopup .info .appHeader .shadow {
	position: absolute;
	left:0;
	right: 0;
	top: 100%;
	height: 8px;
	background: linear-gradient(to right, white 0%, transparent 10%, transparent 90%, white 100%), linear-gradient(to bottom, black 0%, rgba(0,0,0,0.5) 30%, transparent 100%);
	z-index: 1000;
	font-size: 1px;
	opacity: 0;
	
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.productDetailsPopup.scrolled .info .appHeader .shadow { opacity: 0.10; }

.productDetailsPopup .info .appName {
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
	
	padding: 40px 40px 0 40px;
	color: #191919;
	letter-spacing: -0.2pt;
}

.productDetailsPopup .info .appDescription {
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	color: #191919;
	
	padding: 6px 15px 34px 15px;
	/* border-bottom: 1px solid #CCCCCC; */
	/* border-bottom: 1px dashed rgba(0,0,0,0.15); */
	margin: 0 25px;
}

.productDetailsPopup .info .appDetails {
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	color: #191919;
	
	padding: 0 40px 40px 40px;
	
	overflow-x: auto;
	overflow-y: scroll;
	
	max-height: 70vh;
}

.productDetailsPopup .info .appDetails .textContent { /* padding-left: 15px; padding-right: 15px; */ padding-top: 15px; }


.productDetailsPopup .info .appDetails .textContent ul li.padded { margin-bottom: 10px; }




.productDetailsPopup .info .screenshots { padding-bottom: 30px; }
.productDetailsPopup .info .screenshots .currentView {
	width: 100%;
	height: 601px;
	border: none;
	border-top: 1px dotted rgba(0,0,0,0.15);
	position: relative;
	text-align: center;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	padding: 30px 0 20px 0;
	
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.productDetailsPopup .info .screenshots .currentView.empty {
	height: auto;
	padding: 50px 0;
	color: #969696;
}

.productDetailsPopup .info .screenshots .currentView img { vertical-align: middle; margin: auto auto; max-width: 100%; max-height: 100%; }
.productDetailsPopup .info .screenshots .currentView img { 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
 
/* ---------------- */

.productDetailsPopup .info .screenshots .thumbnails {
	margin-top: 10px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
}

.productDetailsPopup .info .screenshots .space,
.productDetailsPopup .info .screenshots .navigationArrow,
.productDetailsPopup .info .screenshots .thumb {
	position: relative;
	display: inline-block;
	height: 120px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	background-color: rgba(0,0,0,0.06);
	margin-right: 1px;
}

.productDetailsPopup .info .screenshots .thumb {
	width: 180px;
	min-width: 180px;
	/* max-width: 180px; */
	border: 1px solid transparent;
	flex-basis: 180px;
	flex-grow: 100;
}

.productDetailsPopup .info .screenshots .thumb.selected {
	background-color: white !important;
	border-color: rgba(32, 155, 244, 0.5);
	
	-moz-box-shadow: 0 0 0 3px rgba(32, 155, 244, 0.15);
	-webkit-box-shadow: 0 0 0 3px rgba(32, 155, 244, 0.15);
	box-shadow: 0 0 0 3px rgba(32, 155, 244, 0.15);
}

.productDetailsPopup .info .screenshots .thumb img {
	display: inline-block;

	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	
	max-width: 150px;; 
	max-height: 100px; 
}


.productDetailsPopup .info .screenshots .navigationArrow { width: 50px; flex-grow: 0; }
.productDetailsPopup .info .screenshots .navigationArrow.right { margin-right: 0 !important; }

.productDetailsPopup .info .screenshots .navigationArrow svg { 
	fill: rgba(0,0,0,0.25); 
	display: block;
	margin: auto;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}

.productDetailsPopup .info .screenshots .space {
	flex-basis: 0;
	flex-grow: 100;
	background-color: white;
}

/* ---------------- */

/*.productDetailsPopup .info .screenshots .thumbnails { vertical-align: top; margin-top: 10px; }

.productDetailsPopup .info .screenshots .thumbnails .thumbWrapper {
	display: inline-block;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-bottom: 10px;
}

.productDetailsPopup .info .screenshots .thumbnails .thumb {
	display: inline-block;
	width: 160px; height: 100px;
	vertical-align: middle;
	text-align: center;
	border: 3px solid white;
	position: relative;
}
.productDetailsPopup .info .screenshots .thumbnails .thumb.selected { border-color: #209BF4; }
.productDetailsPopup .info .screenshots .thumbnails .thumb img {
	max-width: 160px;; 
	max-height: 100px; 
	margin: auto;
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
}*/

/* ---------------- */

.productDetailsPopup .quote {
	/* padding-left: 30px; */
	padding: 30px; 
	border-left: 3px solid #F9CA5F;
	color: rgba(0,0,0,0.8);
	background-color: #FEF7DD;
	font-weight: normal;
	font-style: italic;
	
	-moz-border-radius: 0 20px 20px 0;
	-webkit-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0;
}

.productDetailsPopup .quote.compact {
	padding: 15px 30px 15px 30px;
}

.productDetailsPopup .appDetails .separator {
	padding-top: 40px;
	border-top: 1px solid #E5E5E5;
	margin-top: 40px;
}



/* ----- RETINA ----- */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
	
	.header { background-image: url('../../../images/bundle/appl2021/header-image-big@2x.jpg'); background-size: 1800px 484px; }
	
	.footer .fill { background-image: url('../../../images/bundle/bot20/color-stripes-fill@2x.png'); background-size: 3900px 30px; }
	.headerMin .fill { background-image: url('../../../images/bundle/bot20/color-stripes-fill@2x.png'); background-size: 3900px 30px; }
	.header404 .fill { background-image: url('../../../images/bundle/color-stripes-fill@2x.png'); background-size: 3900px 30px; }
	
	.bottomPriceBlock .container { background-image: url('../../../images/bundle/bot20/prices-bottom-back@2x.png'); background-size: 740px 220px; }
}



/* ---------------------------------------------------------------------------------------------------------- */

.mfp-unclutter{min-width:1080px}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}.my-mfp-zoom-in .zoom-anim-dialog{opacity:0;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-transform:scale(.8);-moz-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog{-webkit-transform:scale(.8);-moz-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8);opacity:0}.my-mfp-zoom-in.mfp-bg{opacity:0;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.my-mfp-zoom-in.mfp-ready.mfp-bg{opacity:.7}.my-mfp-zoom-in.mfp-removing.mfp-bg{opacity:0}

/* background */
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;  
}
.mfp-zoom-in.mfp-bg.mfp-ready { opacity: 0.7; }
.mfp-zoom-in.mfp-bg.mfp-removing { opacity: 0; }

/* content */
.mfp-zoom-in.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.mfp-zoom-in.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.mfp-zoom-in.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
 
.mfp-zoom-in.leftTopPin.mfp-wrap .mfp-content { 
	-webkit-transform-origin: 34px 40px;
	-moz-transform-origin: 34px 40px;
	-o-transform-origin: 34px 40px;
	-ms-transform-origin: 34px 40px;
	transform-origin: 34px 40px;
	
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}




.mfp-zoom-in.mfp-cart.mfp-bg.mfp-ready { opacity: 0.5; }
.mfp-zoom-in.mfp-cart.mfp-bg.mfp-removing { opacity: 0; }
.mfp-zoom-in.mfp-cart.mfp-wrap .mfp-content { 
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-o-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
 }



/* -------------------------------------------------------------------- */

/*
Tipr 4.1
Copyright (c) 2019 Tipue
Tipr is released under the MIT License
http://www.tipue.com/tipr
*/

.tipr_content
{
    font-size: 14px;
    font-weight: 300;
	color: #323232;
/* 	text-transform: uppercase; */
	letter-spacing: 0.1pt;
    background-color: #f0f0f0;
    padding: 11px 12px 12px 12px;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.tipr_container_below
{
     display: none;
     position: absolute;
     margin-top: 13px;
     z-index: 1000;
     box-shadow: 0 0 1px 1px #f9f9f9;
}
.tipr_container_above
{
     display: none;
     position: absolute;
     margin-top: -77px;
     z-index: 1000;
/*      box-shadow: 0 0 1px 1px #f9f9f9; */

	-moz-box-shadow:    0px 0px 3px 0px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
  	box-shadow:         0px 0px 3px 0px rgba(0,0,0,0.4);
  	
  	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
  
}
.tipr_point_above, .tipr_point_below 
{
    position: relative;
	background: #f0f0f0;
	border: 1px solid #f0f0f0;
/* 	border-radius: 3px; */
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.tipr_point_above:after, .tipr_point_above:before
{
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	top: 100%;
	content: "";
	height: 0;
	width: 0;
}
.tipr_point_above:after
{
	border-top-color: #f0f0f0;
	border-width: 7px;
	left: 50%;
	margin-left: -7px;
}
.tipr_point_above:before 
{
	border-top-color: #f0f0f0;
	border-width: 8px;
	left: 50%;
	margin-left: -8px;
}
.tipr_point_below:after, .tipr_point_below:before
{
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	bottom: 100%;
	content: "";
	height: 0;
	width: 0;
}
.tipr_point_below:after
{
	border-bottom-color: #f0f0f0;
	border-width: 7px;
	left: 50%;
	margin-left: -7px;
}
.tipr_point_below:before 
{
	border-bottom-color: #f0f0f0;
	border-width: 8px;
	left: 50%;
	margin-left: -8px;
}

/* -------------------------------------------------------------------- */

.expiredBlock { text-align: center; }

.expiredBlock .text {
	font-size: 24px;
	font-weight: 300;
	line-height: 32px;
	padding-bottom: 35px;
	letter-spacing: -0.3pt;
	color: #787878;
	padding: 39px;
	
	border-bottom: 1px solid #E5E5E5;
}

.expiredBlock .comingSoon {
	padding: 35px 0 33px 0;	
	border-bottom: 1px solid #E5E5E5;
}

.expiredBlock .subscribe h1 {
	font-size: 40px;
	line-height: 50px;
	margin: 71px 0 6px 0;
	letter-spacing: -0.5pt;
}

.expiredBlock .subscribe .text {
	padding:0;
	border: none;
	color: black;
}

.expiredBlock .subscribe .form { text-align: center; margin-top: 47px; height: 170px; }
.expiredBlock .subscribe .form #email {
	display: inline-block;
	color: black;
	font-size: 18px;
	line-height: 26px;
	padding: 11px;
	
	background-color: white !important;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	border: 1px solid #CCCCCC;
	
	box-sizing: content-box;
	width: 500px;
	
	margin-right: 10px;
}

.expiredBlock .subscribe .form #email.blur { color: #B2B2B2; font-weight: 300; }
.expiredBlock .subscribe .form #email.error { border-color: #E43C44; }


.expiredBlock .subscribe .form .submit {
	
	display: inline-block;
	background-color: #35BD6E;
	color: white;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	
	padding: 12px 28px;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	text-decoration: none;
	box-sizing: content-box;
}
.expiredBlock .subscribe .form .submit.waiting { background-color: #323232; }


.expiredBlock .subscribe .form .message { text-align: center; display: none; }
.expiredBlock .subscribe .form .message .done { display: inline-block; position: relative; text-align: left; color: #35BD6E; font-weight: bold; font-size: 18px; line-height: 26px; padding: 12px 0 12px 52px; }
.expiredBlock .subscribe .form .message .done img { position: absolute; left: 0; top: 5px; }




/* ----- PRESS KIT ----- */

.pageBlock.pressKit { width: 800px; }
.pressKit { padding: 30px 0 250px 0; }

.pressKit h1 {
	font-size: 24px;
	line-height: 130%;
	letter-spacing: 5pt;
	color: #888;
	text-transform: uppercase;
	font-weight: 100;
	text-align: center;
}

.pressKit h2 {
	font-size: 50px;
	line-height: 80px;
	color: #323232;
	font-weight: bold;
	text-align: left;
	margin-top: 150px;
	
	border-bottom: 10px solid #F0F0F0;
}

.pressKit .chapterText {
	font-size: 20px;
	line-height: 140%;
	font-weight: 300;
}

.pressKit .chapterText .smallText {
	font-size: 16px;
	line-height: 150%;
	font-weight: 300;
}



.pressKit .dividerLine {
	font-size: 1px;
	line-height: 1px;
	height: 41px;
	border-bottom: 1px solid #E0E0E0;
	margin-bottom: 40px;
}

.pressKit .appLink {
	border-bottom: 1px solid #1284D7;
	text-decoration: none;
}



.pressKit .appsTable th, .pressKit .appsTable td {
	border: 1px solid #ccc;
	vertical-align: middle;
}

.pressKit .appsTable th {
	font-size: 16px;
	line-height: 140%;
	text-align: center;
	font-weight: normal;
	height: 40px;
	background-color: #f0f0f0;
}

.pressKit .appsTable td.number {
	font-weight: normal;
	color: #B0B0B0;
	text-align: center;
	width: 50px;
}

.pressKit .appsTable td.icon {
	text-align: center;
	width: 78px;
	border-right: none;
}

.pressKit .appsTable .appIconLink { display: inline-block; width: 48px; height: 48px; vertical-align: middle; }
.pressKit .appsTable .appIconLink .icon { width: 48px; height: 48px; }

.pressKit .appsTable td.appInfo {
	text-align: left;
	border-left: none;
	height: 80px;
}

.pressKit .appsTable td.appInfo .appDescription {
	color: black;
	font-size: 14px;
	line-height: 150%;
	margin-top: 2px;
}



.pressKit .appsTable td.priceFull {
	text-align: center;
	width: 84px;
	color: #A0A0A0;
}

.pressKit .appsTable td.priceSA {
	text-align: center;
	width: 84px;
}

.pressKit .appsTable td.discountSA {
	text-align: center;
	width: 94px;
	font-size: 14px;
	line-height: 150%;
}

.pressKit .quickLinks {
	font-weight: normal;
	text-align: left;
	padding-left: 318px;
	line-height: 180%;
	padding-top: 60px;
	
}

.pressKit .quickLinks a { 
	vertical-align: middle;
	border-bottom: 1px solid #1284D7;
	text-decoration: none;
}


.pressKit .quickLinks .qlNumber {
	color: white;
	background-color: #1284D7;
	font-family: Arial, sans-serif !important;
	
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	
	width: 24px;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
	font-size: 15px;
	line-height: 15px;
	padding-top: 4px;
	box-sizing: border-box;
	margin-top: 2px;
}



.pressKit .graphicsList { padding-bottom: 50px; }
.pressKit .graphicsList .item {
	text-align: center;
	margin-top: 48px;
}

.pressKit .graphicsList .item .itemContainer {
	display: inline-block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	margin-top: 10px;
	
/* 	border: 1px solid #ddd; */
	
	background-color: #e8e8e8;
	
/* 	box-shadow: 0 16px 32px 0 rgba(0,0,0,0.20); */
}
.pressKit .graphicsList .item img {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.pressKit .graphicsList .item img.borderedImage {
	border: 1px solid #e8e8e8;
	border-bottom: none;
}

.pressKit .graphicsList .item .comment { font-weight: normal; padding: 11px 0 3px 0; }
.pressKit .graphicsList .item .download { font-size: 16px; padding-bottom: 18px; }
.pressKit .graphicsList .item .download a { font-weight: normal; }


.pressKit .yellowBox {
	background-color: #FEF7DD;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	padding: 30px 40px;
	margin-top: 150px;
}

.pressKit a.affiliateJoinButton {	
	display: inline-block;
	background-color: #35BD6E;
	color: white;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	
	padding: 12px 28px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	text-decoration: none;
}