/********************
*      FONTS        *
********************/

@font-face {
	font-family: 'Bookerly-Italic';
	src: url('https://static.lenovo.com/ww/campaigns/2019/smarttab/Bookerly-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/********************
*      BUTTONS        *
********************/

[class*='st-btn'] {
	padding: 0;
	border: 0;
	outline: 0;
	background: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	cursor: pointer;
	position: relative;
	text-decoration: none;
}
[class*='st-btn']::-ms-expand {
	display: none;
}
[class*='st-btn']::-ms-clear {
	display: none;
}
[class*='st-btn']:hover {
	text-decoration: none;
}

.header-btn {
	border: 1px solid #776EA8;
	border-radius: 2px;
	margin-right: 30px;
	line-height: 45px;
	font-size: 16px;
	height: 50px;
	display: inline-block;
}
a.header-btn {
	color: #776EA8;
	padding: 0 55px;
	text-transform: uppercase;
}
.header-btn i {
	color: #776EA8;
	margin-right: 6px;
}
.header-logo img {width: 75%;}
.amazon-img {
	margin-top: 50px;
}
.amazon-img img {
	max-width: 200px;
}


/********************
*    HEADER-MENU    *
********************/

html {
    overflow-x: hidden;
}
body {
    color: #000000;
    background-color: #FFF;
    font-family: Lato;
    padding-right: 0 !important;
}
body.compensate-for-scrollbar {
	padding-right: 17px !important;
}

a {
    color: #3E8DDD;
    outline: 0;
    font-weight: normal;
}
a:hover, a:active, a:focus {
  	outline: 0;
}
p {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    color: #000000;
    font-size: 20px;
	line-height: 32px;
	font-weight: normal;
}
p:last-child {
    margin-bottom: 0;
}
.container {
    max-width: 1400px !important;
    width: 100%;
}
.row:before, .row:after {
    display: none;
}
.clear { clear: both; height: 0; font-size: 0; line-height: 0; }

/********************
*      COLOURS      *
********************/

.white {
	color: #FFF !important;
}

/********************
*      TITLES      *
********************/

.titles {
	font-size: 42px;
	line-height: 1.125em;
	margin-bottom: 25px;
	font-weight: 600;
	color: #776EA8;
}

.gradients {
	background: -webkit-linear-gradient(left, #7e5999 0%, #64acd1 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/********************
* MARGIN & PADDING  *
********************/

.no-padding {
	padding: 0 !important;
}
.padding-section-80 {
	padding: 80px 0;
}
.padding-section-120 {
	padding: 120px 0;
}
.padding-section-50-120 {
	padding: 50px 0 120px 0;
}
.mt20 {
	margin-top: 20px;
}
.mt50 {
	margin-top: 50px;
}
.mt65 {
	margin-top: 35px;
}

/********************
*   VIDEO-SECTION   *
********************/

.v-header {
	height: 100vh;
	display: flex;
	align-items: center;
	color: #fff;
}
.fullscreen-video-wrap {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background: #e9e8e9;
}
.video-js {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	min-width: 100%;
	width: 100%;
	height: auto;
	object-fit: cover;
}
.fullscreen-video-wrap video {
	min-height: 100%;
	min-width: 100%;
}
.header-text {
	color: #776EA8;
	font-size: 25px;
	line-height: 29px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.header-text span {display: none;}

/********************
*      BENEFITS     *
********************/

.benefits {
	background: -webkit-linear-gradient(left, #7e5999 0%, #64acd1 100%);
	background: -o-linear-gradient(left, #7e5999 0%, #64acd1 100%);
	background: linear-gradient(to right, #7e5999 0%, #64acd1 100%);
}
.benefits p {
	color: #FFFFFF;
	font-size: 22px;
	line-height: 33px;
	margin-bottom: 40px;
}
.benefits p:last-child {
    margin-bottom: 0;
}
.benefits-svg {
	width: 98px;
	height: 98px;
	margin: 0 auto;
}
.benefits-text {
	color: #FFFFFF;
	font-size: 25px;
	line-height: 29px;
	text-align: center;
	margin-top: 30px;
}

@media (min-width: 991px) {
	.benefits-text span {
		display: block;
	}
}

/********************
*      MUSIC     *
********************/

.sh-section-music-display-mobile, .sh-section-watch-display-mobile, .sh-section-dolby-display, .sh-section-control-display, .sh-section-perfect-display, .sh-section-friendly-display {
	display: block;
}
.white-block {
	background: #FFF;
	padding: 40px 55px 65px;
}
.reminder {
	font-family: 'Bookerly-Italic';
	position: relative;
	/*border: 1px solid #D1D6D9;*/
	background-color: #FFFFFF;
	color: #222222;
	font-size: 22px;
	letter-spacing: 0.9px;
	line-height: 31px;
	margin-bottom: 0;
	padding: 22.5px 42.5px 23.5px;
	border-radius: 10px;
}

/********************
*      DOLBY       *
********************/

.dolby-block .titles, .dolby-block p {
	text-align: center;
}
.dolby-block {
	margin: 50px 0;
}

/********************
*      PERFECT      *
********************/

.perfect-block {
	padding: 0 0 50px;
}
.sh-section-perfect-display .titles, .sh-section-perfect-display p {
	text-align: center;
}
.perfect-benefits-svg {
	width: 98px;
	height: 98px;
	margin: 0 auto;
}
.perfect-benefits-svg-mobile {
	display: none;
}
.perfect-benefits-text {
	color: #FFF;
	font-size: 25px;
	line-height: 29px;
	margin-top: 30px;
}
.perfect-benefits-text span {
	display: block;
}
.sh-section-perfect-display-info {
	color: #FFFFFF;
	font-size: 20px;
	line-height: 32px;
	margin-top: 85px;
	font-style: italic;
}

/********************
*     QUESTIONS     *
********************/

.questions {
	background: -webkit-linear-gradient(left, #7e5999 0%, #64acd1 100%);
	background: -o-linear-gradient(left, #7e5999 0%, #64acd1 100%);
	background: linear-gradient(to right, #7e5999 0%, #64acd1 100%);
	padding: 50px 0;
}
.question-button {
	box-sizing: border-box;
	border: 1px solid #FFFFFF;
	border-radius: 3px;
	padding: 0px 66px;
	position: relative;
	line-height: 50px;
	margin: 0 10px;
	display: inline-block;
	min-width: 250px;
}
a.question-button {
	color: #FFF;
	text-transform: uppercase;
}

/********************
*     FAQ-LISTS     *
********************/

#faq-list {
	padding: 0 0 20px 0;
	list-style: none;
}
#faq-list li {
	border-bottom: 1px solid #D8D8D8;
}
#faq-list a {
	padding: 31px 0 20px;
	display: block;
	position: relative;
	font-size: 22px;
	line-height: 33px;
	opacity: 1;
	color: #000000;
	padding-right: 30px;
}
#faq-list i {
	font-size: 24px;
	position: absolute;
	right: 0;
	top: 33px;
}
#faq-list p {
	margin-bottom: 20px;
	color: #000000;
	opacity: 1;
	font-size: 17px;
	line-height: 24px;
}
@media (max-width: 767.98px) {
	#faq-list a {
		font-size: 18px;
		line-height: 25px;
		padding: 16px 0 14px;
		padding-right: 30px;
	}
	#faq-list p {
		font-size: 14px;
		line-height: 22px;
	}
	#faq-list i {
		top: 18px;
	}
}
#faq-list a.collapse {
	color: #000000;
	font-size: 22px;
	line-height: 33px;
}
#faq-list a.collapsed {
	opacity: 0.4;
	color: #000000;
}
#faq-list a.collapsed i::before {
	content: "\f107" !important;
}

/********************
*     SHOP-BLOCK     *
********************/

.shop {
	padding: 80px 0 50px;
}
.shop-border-block {
	box-sizing: border-box;
	border: 1px solid #EBEBEB;
	padding: 70px 70px 120px;
}
.shop-info {
	margin-top: 60px;
}
.shop-info .shop-title {
	color: #222222;
	font-size: 35px;
	line-height: 41px;
	margin-bottom: 20px;
}
.shop-info .shop-price {
	color: #222222;
	font-size: 25px;
	line-height: 29px;
	margin-bottom: 30px;
}
p.shop-text {
	opacity: 0.5;
	color: #000000;
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	margin-top: 50px;
}
.shop-button-buy {
	border-radius: 2px;
	background-color: #009DD9;
	padding: 15px 51px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1em;
	height: auto;
	width: auto;
}

/********************
*    SPECIFICATION  *
********************/

.specification {
	background-color: #FAFAFA;
}
.specification img {width: 50%;}
.specification-block {
	background: #FFF;
}
.specification-block-hr {
	background-color: #EAEAEA;
	color: #EAEAEA;
	height: 1px;
	width: 100%;
	margin: 0;
	padding: 0;
}
.specification-block-img {
	padding: 25px 12px 18px;
	text-align: center;
}
.specification-block-title {
	padding: 23px 15px;
	color: #222222;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
}
.withinfo {
	padding: 15px;
	margin-bottom: 20px;
	margin-top: 20px;
}
p.specification-list-info {
	color: #222222;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 20px;
}
p.specification-list-info span {
	font-size: 15px;
	font-weight: 300;
	line-height: 18px;
	display: block;
}
p.specification-list-info:last-child {
	margin-bottom: 0;
}

/********************
*SPECIFICATION-LISTS*
********************/

.tablepress-mobile {
	display: none;
}
#specification-list {
	padding: 0;
	list-style: none;
}
#specification-list li {
	border-bottom: 1px solid #D8D8D8;
}
#specification-list a {
	padding: 20px 0 20px 15px;
	display: block;
	position: relative;
	font-size: 22px;
	font-weight: 300;
	line-height: 27px;
	color: #222222;
	padding-right: 30px;
	border-bottom: 1px solid #D8D8D8;
}
#specification-list i {
	font-size: 24px;
	position: absolute;
	right: 0;
	top: 24px;
}
#specification-list p {
	margin-bottom: 20px;
	color: #000000;
	opacity: 1;
	font-size: 17px;
	line-height: 24px;
}
@media (max-width: 575px) {
	.specification-block-title {
		font-weight: normal;
		line-height: 25px;
	}
	#specification-list p {
		font-weight: normal;
		line-height: 35px;
	}
	#specification-list p span {
		font-weight: normal;
		line-height: 18px;
	}
}
#specification-list a.collapse {
	color: #222222;
	font-size: 22px;
	line-height: 27px;
}
#specification-list a.collapsed {
	font-size: 22px;
	font-weight: 300;
	line-height: 27px;
	color: #222222;
	border-bottom: none;
}
#specification-list a.collapsed i::before {
	content: "\f107" !important;
}

.sh-section-music-display-mobile img, .sh-section-watch-display-mobile img, .sh-section-dolby-display-mobile img, .sh-section-control-display-mobile img, .sh-section-perfect-display-mobile img, .sh-section-music-friendly-mobile img {
	width: 100%;
}

@media (min-width: 992px) {
	.sh-section-music-display {
	    background-image: url('https://static.lenovo.com/ww/campaigns/2019/smarttab/lenovo-smart-tab-bg-music.jpg');
	    padding-top: 105px;
	    padding-bottom: 105px;
	}
	.sh-section-watch-display {
	    background-image: url('https://static.lenovo.com/ww/campaigns/2019/smarttab/lenovo-smart-tab-bg-watch.jpg');
	    padding-top: 145px;
	    padding-bottom: 145px;
	}
	.sh-section-dolby-display {
	    background-image: url('https://static.lenovo.com/ww/campaigns/2019/smarttab/lenovo-smart-tab-background-dolby.jpg');
	    padding-top: 209px;
	    padding-bottom: 209px;
	}
	.sh-section-control-display {
	    background-image: url('https://static.lenovo.com/ww/campaigns/2019/smarttab/lenovo-smart-tab-bg-control.jpg');
	    padding-top: 145px;
	    padding-bottom: 145px;
	}
	.sh-section-perfect-display {
	    background-image: url('https://static.lenovo.com/ww/campaigns/2019/smarttab/lenovo-smart-tab-bg-perfect.jpg');
	    padding-top: 80px;
	    padding-bottom: 80px;
	}
	.sh-section-friendly-display {
	    background-image: url('https://static.lenovo.com/ww/campaigns/2019/smarttab/lenovo-smart-tab-bg-friedly.jpg');
	    padding-top: 105px;
	    padding-bottom: 105px;
	}
	.sh-section {
		background-repeat: no-repeat;
	    background-position: center center;
	    background-size: cover;
	    display: block;
	}
	.sh-section-music-display-mobile, .sh-section-watch-display-mobile, .sh-section-dolby-display-mobile, .sh-section-control-display-mobile, .sh-section-perfect-display-mobile, .sh-section-music-friendly-mobile {
		display: none;
	}
	.sh-section-music-display .reminder {
		margin-bottom: 138.5px;
		float: right;
	}
	.sh-section-control-display .reminder {
		margin-bottom: 138.5px;
		float: left;
	}
	.sh-section-watch-display .reminder {
		margin-top: 70px;
		float: left;
	}
	.carousel-item .reminder {
		margin-top: 110px;
		float: right;
	}
	.reminder:before {
		content: '';
	    position: absolute;
	    left: -20px; bottom: 35%;
	    border: 10px solid transparent;
	    border-right: 10px solid #FFF;
	}
	.dolby-block .titles, .dolby-block p {
		color: #FFF;
		text-align: left;
	}
	.dolby-block {
		margin: 0;
	}
	.perfect-block .titles, .perfect-block p {
		color: #FFF;
	}
}

@media (min-width: 1280px) {
	.sh-section-music-display {
	    padding-top: 175px;
	    padding-bottom: 175px;
	}
	.sh-section-watch-display {
	    padding-top: 215px;
	    padding-bottom: 215px;
	}
	.sh-section-dolby-display {
	    padding-top: 279px;
	    padding-bottom: 279px;
	}
	.sh-section-control-display {
	    padding-top: 215px;
	    padding-bottom: 215px;
	}
	.sh-section-friendly-display {
	    padding-top: 175px;
	    padding-bottom: 175px;
	}
}


/********************
*    MEDIA-STYLES   *
********************/

@media (max-width: 1366px) {
	.amazon-img {
		margin-top: 50px;
	}
	.header-text {
		margin-top: 30px;
		margin-bottom: 40px;
	}
}

@media (max-width: 1199.98px) {

	/********************
	*      TITLES      *
	********************/

	.titles {
		font-size: 32px;
		line-height: 1.125em;
		margin-bottom: 20px;
	}
}

@media (max-width: 991.98px) {

	/********************
	*      TITLES      *
	********************/

	.titles {
		background: -webkit-linear-gradient(left, #7e5999 0%, #64acd1 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.questions .titles {
		background: transparent;
		-webkit-background-clip: text;
		-webkit-text-fill-color: white;
		color: #FFF;
	}

	/********************
	*      HEADER      *
	********************/

	.v-header {
	    display: block;
	    height: 100%;
	}
	.fullscreen-video-wrap {
		position: relative;
		max-height: 510px;
	}
	.none992 {
		display: none;
	}
	.header-text {
		margin-top: 30px;
		margin-bottom: 40px;
		color: #222222;
		font-size: 22px;
		font-weight: 300;
		line-height: 27px;
		font-weight: 300;
	}
	.amazon-img {
		margin-top: 55px;
	}
	.amazon-img img {
		max-width: 158px;
	}

	/********************
	* MARGIN & PADDING  *
	********************/

	.padding-section-120 {
		padding: 100px 0;
	}
	.padding-section-50-120 {
		padding: 50px 0 80px 0;
	}
	.white-block .mt65 {
		margin-top: 55px;
	}
	.padding-mobile-50-50 {
		padding: 50px 0 50px;
	}
	.padding-mobile-50-80 {
		padding: 50px 0 50px;
	}
	.padding-section-80 {
		padding: 50px 0 80px;
	}
	.mt45-mobile {
		margin-top: 45px;
	}
	.mt35-mobile {
		margin-top: 35px;
	}

	/********************
	*      BENEFITS     *
	********************/

	.benefits-svg {
		width: 55px;
		height: 55px;
	}
	.benefits-text {
		font-size: 14px;
		line-height: 17px;
		margin-top: 15px;
	}
	.benefits p {
		margin-bottom: 30px;
	}

	/********************
	*      MUSIC     *
	********************/

	.white-block {
		padding: 0;
		text-align: center;
		padding-bottom: 100px;
	}
	.reminder {
		margin: 40px 0;
		display: block;
		float: none;
		text-align: center;
		border: 1px solid #D1D6D9;
	}
	.item-block-text {
		position: absolute;
	    top: 430px;
	    width: 100%;
	}
	.carousel-control-prev, .carousel-control-next {
		display: none !important;
	}
	.sh-section-friendly-display .white-block {
		padding-bottom: 0px;
	}

	/********************
	*      PERFECT      *
	********************/

	.perfect-benefits-svg {
		display: none;
	}
	.perfect-benefits-svg-mobile {
		display: block;
	}
	.perfect-benefits-text {
		color: #776EA8;
		font-size: 14px;
		line-height: 17px;
		margin-top: 15px;
	}
	.sh-section-perfect-display-info {
		opacity: 0.5;
		color: #000000;
		font-size: 20px;
		line-height: 32px;
	}

	/********************
	*     SHOP-BLOCK     *
	********************/

	.shop {
		padding: 50px 0 50px;
	}
	.shop-border-block {
		padding: 25px 15px 75px;
	}
	.shop-info {
		margin-top: 30px;
	}
	.shop-info .shop-title {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 15px;
	}
	.shop-info .shop-price {
		color: #222222;
		font-size: 25px;
		line-height: 29px;
		margin-bottom: 25px;
	}
	.tablepress-mobile {
		display: block;
	}
}

@media (max-width: 767.98px) {
	.fullscreen-video-wrap {
		max-height: 400px;
	}

	.get-information.padding-section-50-120 {
		padding: 20px 0 50px 0 !important;
	}
}

@media (max-width: 575.98px) {

	.fullscreen-video-wrap {
		max-height: 240px;
	}

	/********************
	* MARGIN & PADDING  *
	********************/

	.container {padding: 0 10vw!important;}
	.padding-section-120, .padding-section-80 {
		padding: 50px 0;
	}
	.benefits-text span {
		display: block;
	}
	.white-block .mt65 {
		margin-top: 45px;
	}
	.mt45-mobile {
		margin-top: 35px;
	}
	.mt35-mobile {
		margin-top: 25px;
	}

	/********************
	*      HEADER      *
	********************/
	.header-text {
		margin-top: 30px;
		margin-bottom: 30px;
		line-height: 26px;
		font-weight: normal;
	}
	.amazon-img {
		margin-top: 40px;
	}

	/********************
	*      MUSIC     *
	********************/

	.reminder {
		line-height: 32px;
	}
	.white-block {
		padding-bottom: 80px;
	}
	.reminder {
		margin: 20px 0;
	}

	.dolby-block {
		margin: 40px 0 60px;
	}

	.sh-section-friendly-display .white-block {
		padding-bottom: 0px;
	}

	/********************
	*      PERFECT      *
	********************/

	.perfect-benefits-text span {
		display: inline;
	}
	.perfect-benefits-text {
		font-size: 13px;
	}

	/********************
	*     SHOP-BLOCK     *
	********************/

	.shop-border-block {
		padding: 25px 13px 75px;
	}
	.shop-border-block:last-child {
		margin-top: 15px;
	}

	.specification-block-img {
		padding: 25px 0 18px;
	}
	/*
	.carousel-item .reminder {
		font-size: 20px;
		letter-spacing: 0.6px;
		line-height: 25px;
	}
	*/
	.item-block-text {
		position: absolute;
	    top: 250px;
	    width: 100%;
	}

	.get-information.padding-section-50-120 {
		padding: 20px 0 50px 0 !important;
	}
}

@media (max-width: 375px) {

	p {
	    margin-bottom: 15px;
	    color: #000000;
	    font-size: 16px;
		line-height: 25px;
	}

	/********************
	*      TITLES      *
	********************/

	.titles {
		font-size: 28px;
		line-height: 38px;
	}

	/********************
	* MARGIN & PADDING  *
	********************/

	.padding-section-120 {
		padding: 60px 0;
	}
	.padding-section-50-120 {
		padding: 30px 0 60px 0;
	}

	/********************
	*      BENEFITS     *
	********************/

	.benefits-svg {
		width: 45px;
		height: 45px;
	}
	.benefits-text {
		font-size: 13px;
		margin-top: 12px;
	}
	.benefits p {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 20px;
	}

	/********************
	*     SHOP-BLOCK     *
	********************/

	.shop-border-block {
		padding: 20px 10px 70px;
	}
}


/********************
*     HOWITWORKS    *
********************/

.l-container {
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 575px) {
	.l-container {
		width: calc(100% - 40px);
	}
}

@media screen and (min-width: 576px) and (max-width: 768px) {
	.l-container {
		width: 540px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.l-container {
		width: 710px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
	.l-container {
		width: 960px;
	}
}

@media screen and (min-width: 1280px) {
	.l-container {
		width: 1160px;
	}
}

.sd-owl-nav {
	position: relative;
}
.sd-owl-nav__slide {
	position: relative;
}

@media screen and (min-width: 1280px) {
	.sd-owl-nav__slide {
		max-width: 800px;
	}
}

.sd-owl-nav__slide img {
	opacity: .4;
	-webkit-transform: scale(0.6);
	-ms-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	-webkit-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .8s;
}
.sd-owl-nav.owl-carousel .owl-item.active img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

@media screen and (min-width: 1280px) {
	.sd-owl-nav.owl-carousel .owl-stage-outer {
		overflow: visible;
	}
}

.sd-owl-nav.owl-carousel .owl-nav {
	margin: 0;
}
.sd-owl-nav.owl-carousel .owl-nav [class*='owl-'] {
	outline: none;
}
.sd-owl-nav.owl-carousel .owl-nav [class*='owl-'].owl-prev {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(https://static.lenovo.com/ww/campaigns/2019/smarttab/lenovo-smart-tab-spritesheet.png);
	background-position: 0px 0px;
	width: 44px;
	height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
	.sd-owl-nav.owl-carousel .owl-nav [class*='owl-'].owl-prev {
		background-image: url(https://static.lenovo.com/ww/campaigns/2019/smarttab/lenovo-smart-tab-spritesheet@2x.png);
		background-size: 91px 72px;
	}
}

.sd-owl-nav.owl-carousel .owl-nav [class*='owl-'].owl-next {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(https://static.lenovo.com/ww/campaigns/2019/smarttab/lenovo-smart-tab-spritesheet.png);
	background-position: -47px 0px;
	width: 44px;
	height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
	.sd-owl-nav.owl-carousel .owl-nav [class*='owl-'].owl-next {
		background-image: url(https://static.lenovo.com/ww/campaigns/2019/smarttab/lenovo-smart-tab-spritesheet@2x.png);
		background-size: 91px 72px;
	}
}

.sd-owl-nav.owl-carousel .owl-nav [class*='owl-'] span {
	display: none;
}
.sd-owl-nav.owl-carousel .owl-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}
.sd-owl-nav.owl-carousel .owl-dots .owl-dot {
	width: 50px;
	height: 3px;
	background-color: #d8d8d8;
	margin: 0 2px;
}
.sd-owl-nav.owl-carousel .owl-dots .owl-dot.active {
	background-color: #776EA8;
}
.sd-owl-nav.owl-carousel .owl-dots .owl-dot:focus {
	outline: none;
}

/* TechAeris Best of CES badge */
.award-img {
	width: 90px;
	position: absolute;
	top: 100px;
	right: 20px;
}
@media (max-width: 800px) {
	.container {position: relative;}
	.award-img { top: 50px; }
}
@media (max-width: 420px) {
	.container {position: relative;}
	.award-img { top: 0; position: unset; margin-bottom: 50px;}
}
