@charset "UTF-8";
/* CSS Document */

.main-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.yoga-main-section{
	display: flex;
    flex-basis: 90%;
	flex-flow: column;
}

.sect-box {
    width: 100%;
    margin: 0;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    border-bottom: 1px solid #b8b7b7;
    padding: 80px 0px;
}

.lenovo-yoga-img-section {
    padding: 0;
    margin: 0;
    flex-basis: 50%;
    display: flex;
    align-items: flex-start;
}

.lenovo-yoga-img-section img {
    width: 100%;
    margin: 0;
    padding: 0;
}
.welcome-dji-txt {
    width: 80%;
    padding: 30px 0px;
}

.yoga-content-section {
    position: relative;
    text-align: left;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding:0px;
    flex-basis: 50%;
    align-items: center;
}

.yoga-text h3 {
    padding: 10px 0px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 18px;
    color: #E1251B;
    text-transform: uppercase;
}


.yoga-text h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 35px;
    padding: 25px 0px;
    margin: 0;
    color: #000000;
    line-height: initial;
}

.yoga-text p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    color: #272727;
    line-height: normal;
}

.lenovo-bg-img-section {
    background-image: url(https://currysprod.a.bigcontent.io/v1/static/yoga-just-be-you-bg-img);
    padding: 80px;
    background-size: cover;
    background-repeat: no-repeat;
	text-align: center;
}

.lenovo-bg-img-section img {
    width: 20%;
    margin-top: 30%;
}
.lenovo-bg-img-section h4 {
  font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 25px;
    margin: 0;
    color: #ffffff;
    padding: 30px 0px 30px 0px;
}

.lenovo-bg-img-section p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 22px;
    margin: 0;
    color: #ffffff;
    line-height: normal;
    padding-bottom: 70px;
    border-bottom: 2px solid #eee;
}

.intel-evo-section {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    padding: 80px 0px;
}

.intel-evo-logo {
    padding: 0;
    margin: 0;
    flex-basis: 30%;
    display: flex;
    flex-flow: row-reverse;
}

.intel-evo-logo img {
    width: 40%;
    margin: 0;
    padding: 0;
}

.intel-txt {
    width: 90%;
    padding: 0;
}

.intel-evo-content {
    position: relative;
    text-align: left;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding:0px;
    flex-basis: 70%;
    align-items: center;
}

.intel-evo-content p
{
	 font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 22px;
    margin: 0;
    color: #ffffff;
    line-height: normal;
    padding: 0px 0px;
    border-bottom: none;
}

.yoga-video-section {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

/*Sustainable power is smarter*/

.sustainable-power-is-smarter-section {
    background-image: url(https://currysprod.a.bigcontent.io/v1/static/sustainable-power-is-smarter);
    padding: 80px;
    background-size: cover;
    background-repeat: no-repeat;
	text-align: center;
    border-bottom: 1px solid #b8b7b7;
}

.sustainable-power-is-smarter-section h4 {
  font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 45px;
    margin: 0;
    color: #000000;
	line-height: normal;
    padding: 30px 0px 30px 0px;
}

.sustainable-power-is-smarter-section p {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    margin: 0;
    color: #272727;
    line-height: normal;
    padding-bottom: 70px;
}

.spss-section{
    width: 70%;
    margin: 40px 0px 20px 0px;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    padding: 0px 0px;
    background: #fff;
}

.spss-img-section {
    padding: 0;
    margin: 0;
    flex-basis: 40%;
    display: flex;
    flex-flow: row-reverse;
}

.spss-img-section img {
    width: 100%;
    margin: 0;
    padding: 0;
}

.spss-text-section {
    position: relative;
    text-align: left;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 0px;
    flex-basis: 60%;
    align-items: center;
}
.spss-txt {
    width: 90%;
    padding: 0;
}

.spss-txt p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 25px;
    margin: 0;
    color: #000000;
    line-height: normal;
    padding: 0px 0px;
    border-bottom: none;
}

.second-spss-sec {
    display: flex;
    flex-direction: row-reverse;
}

.spss-section2{
    width: 70%;
    margin: 50px 0px;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    padding: 0px 0px;
    background: #fff;
}

.spss-img-section2 {
    padding: 0;
    margin: 0;
    flex-basis: 40%;
    display: flex;
    flex-flow: row-reverse;
}

.spss-img-section2 img {
    width: 100%;
    margin: 0;
    padding: 0;
}

.spss-text-section2 {
    position: relative;
    text-align: left;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 0px;
    flex-basis: 60%;
    align-items: center;
}
.spss-txt2 {
    width: 90%;
    padding: 0;
}

.spss-txt2 p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 25px;
    margin: 0;
    color: #000000;
    line-height: normal;
    padding: 0px 0px;
    border-bottom: none;
}

.spss-section3{
    width: 70%;
    margin: 20px 100px 100px 100px;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    padding: 0px 0px;
    background: #fff;
}

.spss-img-section3 {
    padding: 0;
    margin: 0;
    flex-basis: 40%;
    display: flex;
    flex-flow: row-reverse;
}

.spss-img-section3 img {
    width: 100%;
    margin: 0;
    padding: 0;
}

.spss-text-section3 {
    position: relative;
    text-align: left;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 0px;
    flex-basis: 60%;
    align-items: center;
}
.spss-txt3 {
    width: 90%;
    padding: 0;
}

.spss-txt3 p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 25px;
    margin: 0;
    color: #000000;
    line-height: normal;
    padding: 0px 0px;
    border-bottom: none;
}


/*--Sustainable power is smarter--*/
.choose-your-yoga{
	text-align: center;
	background-color: #ffffff;
    border-bottom: 1px solid #b8b7b7;
}


.choose-your-yoga h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 45px;
    margin: 0;
    color: #000000;
    padding-top: 70px;
}

.choose-your-yoga img {
    width: 50%;
    padding: 0;
    position: relative;
    top: 150px;
}

.choose-yoga-laptop-content{
	 background-color: #fff; /* For browsers that do not support gradients */
  background-image: linear-gradient(#ff7969, #ff6aef);
    padding: 130px;
	text-align: center;
}

.choose-yoga-laptop-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 40px;
    padding: 25px 0px 15px 0px;
    margin: 0;
    color: #ffffff;
    line-height: initial;
}
.choose-yoga-laptop-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 30px;
    padding: 0;
    margin: 0;
    color: #ffffff;
    line-height: initial;
}

.choose-yoga-laptop-content p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 26px;
    margin: 0;
    color: #ffffff;
    line-height: normal;
    padding: 30px 50px 80px 50px;
}

a.see-all-range {
    text-decoration: none;
    color: #000;
    width: 30%;
    font-size: 20px;
    padding: 15px 0px;
    border-radius: 10px;
    border: 1px solid #fff;
    background-color: #fff;
    font-family: 'Montserrat';
    transition: background-color 0.5s;
    font-weight: 500;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    text-align: center;
}

a.see-all-range:hover{
	background-color: #fff0;
	color: #fff;
    font-weight: 700;
}

a.see-all-yoga {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    padding: 15px 0px;
    font-family: 'Montserrat';
    transition: background-color 0.5s;
    font-weight: 500;
    cursor: pointer;
    margin: 50px 0px 50px 0px;
    display: block;
    text-align: center;
}

a.see-all-yoga i.fa.fa-angle-right {
    padding: 0px 20px;
    font-size: 23px;
    font-weight: bold;
}

.lenovo-logo {
    position: fixed;
    top: 35%;
    right: -3%;
    width: 10%;
    text-align: center;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.lenovo-logo img {
    width: 100%;
    margin: 0 auto;
}

.isitetv-video.Yoga_YS9_30_GLOBAL_9x16 {
    display: none;
}

@media screen and (min-device-width: 320px) and (max-device-width: 768px){
	 .yoga-main-section {
	display: flex;
    flex-basis: 90%;
}

.isitetv-video.Yoga_YS9_30_GLOBAL_9x16 {
    display: block;
}

.isitetv-video.Yoga_YS9_30_GLOBAL_16x9 {
    display: none;
}
	
	.sect-box {
    flex-wrap: wrap;
    padding: 20px 0px;
}
	.welcome-dji-txt {
    width: 98%;
    padding: 30px 0px;
}
	
	.yoga-content-section {
    flex-basis: 100%;
}
	.yoga-content-section {
    flex-basis: 100%;
}
	
	.sect-box:nth-child(odd){
    flex-flow: column-reverse;
    padding: 20px 0px;
	}
	
	.lenovo-bg-img-section img {
    width: 50%;
    margin-top: 30%;
}
	
	.yoga-text h2{
    font-size: 30px;
	}
	
	.yoga-text p {
    font-size: 16px;
}
	
	.lenovo-bg-img-section {
    background-image: url(https://currysprod.a.bigcontent.io/v1/static/yoga-just-be-you-bg-img);
    padding: 30px;
}
	
	.lenovo-bg-img-section h4 {
    padding: 10px 0px 30px 0px;
    font-size: 18px;
}
	
	.lenovo-bg-img-section p {
    font-size: 16px;
    padding-bottom: 30px;
}
	
		.intel-evo-section {
    flex-wrap: wrap;
			width: 95%;
    padding: 40px 0px;
}
	
	.intel-evo-logo {
    flex-basis: 30%;
    display: flex;
    flex-flow: column;
}
	
	.intel-evo-content {
    flex-basis: 70%;
    align-items: center;
}
	
	.intel-evo-logo img {
    width: 85%;
    margin: 0;
    padding: 0;
}
	
	.intel-txt {
    width: 100%;
    padding: 0;
}
	
	.intel-evo-content p{
		font-size: 14px;
	}
	
	.sustainable-power-is-smarter-section {
    padding: 10px;
}
	.sustainable-power-is-smarter-section h4 {
    font-size: 35px;
}
	
	.sustainable-power-is-smarter-section p {
    font-size: 20px;
    padding-bottom: 30px;
}
	
	.spss-section {
    width: 95%;
    margin: 0 auto;
    flex-wrap: wrap;
		display: block;
}
	
	.spss-img-section{
		width: 100%;
	}
	
	.spss-text-section{
		width: 100%;
	}
	
	.spss-img-section img {
    width: 80%;
    margin: 0 auto;
}
	
	.spss-txt p{
		font-size: 17px;
    padding-bottom: 30px;
    text-align: center;
}
	
	.second-spss-sec {
    display: flex;
    flex-direction: row-reverse;
    padding: 30px 0px;
}
	.spss-section2 {
    width: 95%;
    margin: 0 auto;
    flex-wrap: wrap;
    display: block;
}
	
	.spss-img-section2{
		width: 100%;
	}
	
	.spss-text-section2{
		width: 100%;
	}
	
	.spss-img-section2 img {
    width: 80%;
    margin: 0 auto;
}
	
	.spss-txt2 p{
		font-size: 17px;
    padding-bottom: 30px;
    text-align: center;
}
	
	.spss-section3 {
    width: 95%;
    margin: 0 auto;
    flex-wrap: wrap;
		display: block;
}
	
	.spss-img-section3{
		width: 100%;
	}
	
	.spss-text-section3{
		width: 100%;
	}
	
	.spss-img-section3 img {
    width: 80%;
    margin: 0 auto;
}
	
	.spss-txt3 p{
		font-size: 17px;
    padding: 30px 0px;
    text-align: center;
}
	
		.choose-your-yoga h1{
		font-size: 35px;
    padding: 70px 0px 0px 0px;
	}
	
	.choose-yoga-laptop-content{
		padding: 25px;
	}
	
	.choose-your-yoga img {
    width: 100%;
    padding: 0px;
    position: relative;
    top: 100px;
}
	
	.choose-yoga-laptop-content h2{
		font-size: 30px;
		padding: 95px 0px 15px 0px;
	}
	
	.choose-yoga-laptop-content h3{
		font-size: 22px;
	}
	
	.choose-yoga-laptop-content h4{
		font-size: 20px;
		display: none;
	}
	
	.choose-yoga-laptop-content p {
    font-size: 19px;
    padding: 40px 0px;
}
	a.see-all-range{
    width: 60%;
    font-size: 17px;
	}
	
	.sect-box.yoga-window11 {
    flex-flow: column;
}
	
	.lenovo-logo {
    position: fixed;
    top: 28%;
    right: -5%;
    width: 15%;
    text-align: center;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
	
	
}

@media screen and (max-width: 767px)
{
	
	.lenovo-bg-img-section {
    padding: 30px;
}
	
	.yoga-main-section {
	display: flex;
    flex-basis: 100%;
}
	
	.sect-box {
    flex-wrap: wrap;
    padding: 20px 0px;
}
	.yoga-content-section {
    flex-basis: 100%;
}
	.lenovo-yoga-img-section {
    flex-basis: 100%;
}
	
	.sect-box:nth-child(odd){
    flex-flow: column-reverse;
    padding: 20px 0px;
	}
	
	.welcome-dji-txt {
    width: 98%;
    padding: 30px 0px;
}
	.yoga-text h2{
    font-size: 26px;
	}
	
	
	.yoga-text p {
    font-size: 16px;
}
	
			.intel-evo-section {
    flex-wrap: wrap;
			width: 95%;
    padding: 40px 0px;
}
	
	.intel-evo-logo {
    flex-basis: 30%;
    display: flex;
    flex-flow: column;
}
	
	.intel-evo-content {
    flex-basis: 70%;
    align-items: center;
}
	
	.intel-evo-logo img {
    width: 85% !important;
    margin: 0;
    padding: 0;
}
	
	.intel-txt {
    width: 100%;
    padding: 0;
}
	
	.intel-evo-content p{
		font-size: 14px !important;
	}
	
	.lenovo-bg-img-section img {
    width: 40%;
}
	
	.lenovo-bg-img-section h4 {
    font-size: 22px;
    padding: 10px 0px 30px 0px;
}
	
	.lenovo-bg-img-section p{
		font-size:16px;
	}
	
	.sustainable-power-is-smarter-section {
    padding: 10px;
}
	.sustainable-power-is-smarter-section h4 {
    font-size: 26px;
    padding: 10px 0px;
}
	
	.sustainable-power-is-smarter-section p {
    font-size: 15px;
    padding-bottom: 30px;
}
	
	.spss-section {
    width: 95%;
    margin: 0 auto;
    flex-wrap: wrap;
		display: block;
}
	
	.spss-img-section{
		width: 100%;
	}
	
	.spss-text-section{
		width: 100%;
	}
	
	.spss-img-section img {
    width: 80%;
    margin: 0 auto;
}
	
	.spss-txt p{
		font-size: 14px;
    padding-bottom: 30px;
    text-align: center;
}
	
	.second-spss-sec {
    display: flex;
    flex-direction: row-reverse;
    padding: 30px 0px;
}
	.spss-section2 {
    width: 95%;
    margin: 0 auto;
    flex-wrap: wrap;
    display: block;
}
	
	.spss-img-section2{
		width: 100%;
	}
	
	.spss-text-section2{
		width: 100%;
	}
	
	.spss-img-section2 img {
    width: 80%;
    margin: 0 auto;
}
	
	.spss-txt2 p{
		font-size: 14px;
    padding-bottom: 30px;
    text-align: center;
}
	
	.spss-section3 {
    width: 95%;
    margin: 0 auto;
    flex-wrap: wrap;
		display: block;
}
	
	.spss-img-section3{
		width: 100%;
	}
	
	.spss-text-section3{
		width: 100%;
	}
	
	.spss-img-section3 img {
    width: 80%;
    margin: 0 auto;
}
	
	.spss-txt3 p{
		font-size: 14px;
    padding: 30px 0px;
    text-align: center;
}
	
	.choose-your-yoga h1{
		font-size: 26px;
    padding: 70px 0px 0px 0px;
	}
	
	.choose-yoga-laptop-content{
		padding: 25px;
	}
	
	.choose-your-yoga img {
    width: 100%;
    padding: 0px;
    position: relative;
    top: 100px;
}
	
	.choose-yoga-laptop-content h2{
		font-size: 25px;
		padding: 95px 0px 15px 0px;
	}
	
	.choose-yoga-laptop-content h3{
		font-size: 18px;
	}
	
	.choose-yoga-laptop-content h4{
		font-size: 20px;
		display: none;
	}
	
	.choose-yoga-laptop-content p {
    font-size: 15px;
    padding: 40px 0px;
}
	a.see-all-range{
    width: 85%;
    font-size: 15px;
	}
	
	.sect-box.yoga-window11 {
    flex-flow: column;
}
	
	.lenovo-logo {
    position: fixed;
    top: 28%;
    right: -5%;
    width: 15%;
    text-align: center;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
	
	a.see-all-yoga{
		font-size: 15px;
	}
	
	a.see-all-yoga i.fa.fa-angle-right {
    padding: 0px 10px;
    font-size: 20px;
    font-weight: bold;
}

.isitetv-video.Yoga_YS9_30_GLOBAL_9x16 {
    display: block;
}

.isitetv-video.Yoga_YS9_30_GLOBAL_16x9 {
    display: none;
}
	
}

@media screen and (min-width: 768px) and (max-width: 1024px)
{
	.yoga-content-section {
    /*padding: 30px;*/
	width: 50%;
}
	   .yoga-main-section {
	display: flex;
    flex-basis: 100%;
} 

	.yoga-text h2{
		font-size: 35px;
	}
	
	.yoga-text p{
		font-size: 14px;
	}
	
	.spss-txt p {
		font-size: 18px;
	}
	
	.spss-txt2 p {
		font-size: 18px;
	}
	
	.spss-txt3 p {
		font-size: 18px;
	}
	
	.sustainable-power-is-smarter-section h4{
		font-size: 35px;
	}
	
	.sustainable-power-is-smarter-section p{
    font-size: 20px;
	}
	
	.choose-your-yoga h1{
		font-size: 35px;
    padding: 70px 0px 0px 0px;
	}
	
	.choose-yoga-laptop-content{
		padding: 50px;
	}
	
	.choose-your-yoga img {
    width: 60%;
    top: 110px;
}
	
	.choose-yoga-laptop-content h2{
		font-size: 35px;
		padding: 55px 0px 15px 0px;
	}
	.choose-yoga-laptop-content h3{
		font-size: 25px;
	}
	
	.choose-yoga-laptop-content p{
		font-size: 18px;
	}
	a.see-all-range{
		width: 45%;
	}
	
}