/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 3, 2016, 11:09:40 PM
    Author     : mnm
*/

.cta-button-small {
    background-color: #76b900;
    clear: both;
    color: #fff;
    font-family: DINPro-Bold;
    font-size: 14px;
    line-height: 14px;
    padding: 11px 12px 9px;
    position: relative;
    text-transform: uppercase;
}


.cta-button-sm-disabled {
    background-color: #1a1a1a;
    clear: both;
    color: #747474;
    font-family: DINPro-Bold;
    font-size: 14px;
    line-height: 14px;
    padding: 11px 12px 9px;
    position: relative;
    text-transform: uppercase;
}

.cta-button-sm-disabled.active{
    background-color: #76b900;
    clear: both;
    color: #fff;
    font-family: DINPro-Bold;
    font-size: 14px;
    line-height: 14px;
    padding: 11px 12px 9px;
    position: relative;
    text-transform: uppercase;
}

.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

.no-transition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}



/*VIDEO CSS*/

.page-backdrop.active {
    display: none;
}
.page-backdrop {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 31;
}

video {
    position: absolute;
    top: 180px;
    z-index: 98;
    display: none;
    width: 100%;
}
#video{display: none;}

/*END VIDEO CSS */



/* FULL WIDTH BACKROUNDS */

#backgrounds {
    position: absolute;
    float: left;
    width: 100%;
    height: auto;
    left: 0px;
    top: 0px;
    margin-top: 192px;
    padding: 0;
    z-index: 0;
}

#section1bg {
    position: relative;
    width: 100%;
    max-width: 1280px;
    height: 480px;
    /*    top: 65px;*/
    /*    left: 320px;*/
    margin: 0;
    padding: 0;
    display: block;
    z-index: 1;
    background-color: #000;
    background: url('../img/notebook/sec1-bg.jpg') no-repeat;
    background-position: 48% top;
    background-size: contain;
    transition: all 0.8s;
    margin-top:8px;
}

#section2bg {
    position: relative;
    width: 100%;
    /*min-height: 505px;*/
    left: 0px;
    /*    top: 720px;*/
    margin: 0;
    padding: 0;
    display: block;
    z-index: 2;
    background-color: #111;
    background: url('../img/gtx1080/BG_IMG2.jpg') no-repeat;
    /*    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG2.jpg') no-repeat;
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG2.jpg') no-repeat;
        background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG2.jpg') no-repeat;
        background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG2.jpg') no-repeat;
        background: linear-gradient(to left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG2.jpg') no-repeat;
        background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG2.jpg') no-repeat;*/


    background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 62%, rgba(0,0,0,1) 76%, rgba(0,0,0,1) 100%),  url('../img/gtx1080/BG_IMG2.jpg') no-repeat; /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 62%,rgba(0,0,0,1) 76%,rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG2.jpg') no-repeat; /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 62%,rgba(0,0,0,1) 76%,rgba(0,0,0,1) 100%),  url('../img/gtx1080/BG_IMG2.jpg') no-repeat; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progidXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    background-position: center center;
    background-size: cover;

}
#section21bg {
    position: relative;
    width: 100%;
    /*min-height: 505px;*/
    left: 0px;
    /*    top: 720px;*/
    margin: -10px 0 0;
    padding: 0;
    display: block;
    z-index: 2;
    background-color: #111;
    background: url('http://images.nvidia.com/pascal/img/banners/watch-dogs-2-bundle-banner-1680x90.png') no-repeat;
    background-position: 50% center;
    background-size: cover;
    height:90px;

}
.section21heading{float:left;margin-left:10%;padding-top:24px;}
.section21learnmore{float:right;margin-right:10%;margin-top:20px;}
.section21content{ margin-top: 60px;padding-bottom: 70px;}
.customh2 {
    color: #76b900;
    font-family: GeForce !important;
    font-size: 40px !important;
    font-weight: normal;
    line-height: 40px !important;
    text-align: center;
}
.section2content h2 {

    font-family: GeForceLight;
    margin: 0;
    font-weight: lighter;
}
.section21content h2 {
    font-size: 22px;
    font-family:GeForceAltBold;
    line-height: 22px;
    text-align: left;
    width: 100%;
}
.paragon-h2-text{color: #fff;    font-family: GeForcealtBold;    font-size: 34px !important; line-height: 34px !important;width:100% !important}
.paragon-green-text {    color: #79b900;    font-size: 16px !important;    line-height: 16px !important;}
#section3bg {
    position: relative;
    width: 100%;

    min-height: 820px;
    height: auto;
    left: 0px;
    /*    top: 1220px;*/
    margin: 0;
    padding: 0;
    display: block;
    z-index: 3;
    background: rgba(0,0,0,0) url('../img/gtx1080/BG_IMG3.jpg') no-repeat;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG3.jpg') no-repeat;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG3.jpg') no-repeat;
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG3.jpg') no-repeat;
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG3.jpg') no-repeat;
    background: linear-gradient(to left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG3.jpg') no-repeat;
    background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG3.jpg') no-repeat;
    background-size: contain;
    background-position: 35% top;
}


#section6bg {
    /*    background: rgba(0, 0, 0, 0) url("../img/BG_IMG6.png") no-repeat ;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,1) 100%), url('../img/BG_IMG6.png') no-repeat;
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/BG_IMG6.png') no-repeat;
        background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/BG_IMG6.png') no-repeat;
        background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/BG_IMG6.png') no-repeat;
        background: linear-gradient(to left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/BG_IMG6.png') no-repeat;
    */
    display: block;
    height: auto;
    left: 0;
    margin: 0;
    max-width: 2560px;
    /*    min-height: 800px;*/
    padding: 0;
    /*    position: absolute;*/
    top: 3810px;
    width: 100%;
    z-index: 6;
    /* transition: all 0.5s;*/
    background-position:51% top;
    background-size: cover
}

/* END FULL WIDTH BACKGROUNDS */

.section1{margin-top:0px; position: relative; height: 555px; /*border-bottom: 1px solid #747474;*/}
.section1content{text-align: left; margin-top: 55px;}
.section1content h3 {margin-top: 0px;}
.section1txt{max-width:625px; margin-top: 27px; margin-bottom: 25px;}
#btnpreorder{width:130px;}
.watchvideo{height:40px; text-align: left; display: table;}
.watchvideo  img{}
.watchvideo span{  vertical-align: middle; display: table-cell; padding-left: 14px; font-family: DINPro-Bold; font-size: 14px; line-height: 18px;}
#watchvideo{margin-top:40px; max-width: 200px;}




.gamereadyimg {
    float: right;
    /*    margin-right: 60px;*/
    position: relative;
    top: 360px;
}

/*section2 */
.section2 {
    position: relative;
    width: 100%;
    /*height: 494px;*/
    display: block;
    text-align: center;
}
.section21 {
    position: relative;
    width: 100%;
    /*height: 494px;*/
    display: block;
    text-align: left;
}
.section2content{text-align: center; margin-top: 52px; padding-bottom: 60px; }
.section21content{ margin-top: 10px; padding-bottom: 15px; }
.customh2{font-family: GeForce; font-size: 40px; line-height: 40px; color: #76b900; text-align: center; font-weight: normal}
.section2content p {
    margin: 0 auto;
    max-width: 850px; padding-top: 52px;
}

.section2content .row{margin-top: 52px;}
.bigtxt{font-family: GeForceLight; font-size: 80px; line-height: 68.1px;}
.section2content .learnmore{font-family: DINPro-Bold; font-size: 14px; line-height: 18px; padding-bottom: 0px;}
.section2content.pascallegal{padding-bottom: 60px;}

.section3{position:relative; width: 100%; /*height: 700px;*/ display: block; text-align: center}
.section3content{padding-top: 110px;}
.section3content p{margin-top: 53px;}
.section3content .graphintro{font-family: DINPro-Light; font-size: 24px; line-height: 32px; margin-top: 36px;     margin-bottom: 20px;}
.legal {
    float: right;
    font-family: DINPro;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    /*position: absolute;*/
    position: inherit;
    right: 50px;
    /*text-align: center;*/
    text-align: right;
    padding:20px 0 30px;
}
.logo.only-desktop > img { float: right; }
.legalsli {
    float: left;
    font-family: DINPro;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    position: absolute;

    text-align: center;
}


.legalshop {
    float: left;
    font-family: DINPro;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    position: relative;
    width:100%;
    text-align: left;
    margin-top:16px;


}


.only-desktop{display:block !important; float: right }
.only-tablet{display:none;}
.only-phone{display:none;}
.logo {display:none; width: 660px; margin-top: 50px;}




.section4{width:100%; background-color: #000; height: auto;}
.section4content{text-align:center; margin-top: 55px; border-bottom: 1px solid #747474; 
                 /*padding-bottom: 30px;*/ }

.section4content .intro {
    margin-top: 40px;
    z-index: 99;
}


.intro > p {
    text-align: left;
    width: 100%;
}


.explore {
    margin-top: 37px;
    text-align: left;
    float: left;
    position: relative;
}


.explore-gtx1080 {
    float: left;
    max-width: 220px;
    position: relative;
    width: auto;
    font-family: DINPro-Bold;
    font-weight: normal;
}


.explore-gtx1070 {
    float: left;
    max-width: 220px;
    position: relative;
    width: auto;
    margin-left: 40px;
    font-family: DINPro-Bold;
    font-weight: normal;

}


.explore-gtx1060  {
    float: left;
    max-width: 220px;
    position: relative;
    width: auto;
    margin-left: 40px;
    font-family: DINPro-Bold;
    font-weight: normal;
}

.explore-gtx1050  {
    float: left;
    max-width: 220px;
    position: relative;
    width: auto;

    font-family: DINPro-Bold;
    font-weight: normal;
}





.graph-phone{display:none !important;}
.gallery{line-height: 0}
.section5{width:100%; background-color:#000;}

.section5content {
    margin-top: 115px;
    padding-bottom: 60px;
    text-align: center;
}

.section5content > h2 {
    margin-bottom: 60px;
}

.tech1 > p {
    float: left;
    max-width: 590px;
    text-align: left;
    width: auto;
}


.tech1 > img {
    float: left;
    margin-bottom: 30px;
}

p.footer.legal {
    float: left;
    text-align: left;
}

.technology-section{background-color: #1a1a1a;}

.section52{width:100%; background-color:transparent;}
.section52content{text-align:center; margin-top: 115px;}

.section52content > h2 {
    margin-bottom: 60px;
}

.maxq{width:100%; background-color:transparent;}
.maxqcontent{text-align:center; margin-top: 115px; border-bottom: 1px solid #747474;}

.maxqcontent > h2 {
    margin-bottom: 60px;
}

.maxqcontent h2 {
    text-align: left;
}

.section53content h2 {
    text-align: left;
}

.tech3-desc{text-align: left}

.maxqcontent .cta-preorder {
    float: left;
}

.section53content .cta-preorder {
    float: left;
}

.tech2 > p {
    float: left;
    max-width: 590px;
    text-align: left;
    width: auto;
}


.tech2 > img {
    float: left;
    margin-bottom: 30px;
}


.tech2-img {
    margin-bottom: 30px;
}


.section53{width:100%; background-color:#000;}
.section53content{text-align:center; margin-top: 0px; border-bottom: 1px solid #747474;  padding-bottom: 55px;}

.section53content > h2 {
    margin-bottom: 60px;
}

.tech3 > p {
    float: left;
    max-width: 590px;
    text-align: left;
    width: auto;
}
.tech3 {
    margin-top: 120px;
}


.section53content .tech2-img{padding-top: 60px; margin-bottom: 0px !important}

.tech3 > img {
    float: left;
    margin-top: 60px;
}



.gallery-image{border:0px solid #747474; height: 375px; width:100%; margin: 0; padding: 0}
.gallery-image.img1{  
    border-color: #747474 -moz-use-text-color #747474 #747474;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
}
.gallery-image.img2{  
    border: 1px solid #747474;
}
.gallery-image.img3{  
    border-color: #747474 -moz-use-text-color #747474 #747474;
    border-image: none;
    border-style: none none solid solid;
    border-width: 1px 0px 1px 1px;
}
.gallery-image.img4{  
    border-color: #747474;
    border-image: none;
    border-style: none solid solid;
    border-width: 1px 1px 1px 1px;
}

.lightbox .lb-image{border: 0px solid #747474;}

.section6{width:100%; height: 797px; }
.section6content{text-align:center; margin-top: 113px; padding-bottom: 100px;}
.section6innercontent{width:100%; max-width:770px; margin-right: auto; margin-left: auto; margin-top: 48px}
.section6innercontent > h1 {
    max-width: 770px;
}
.section6innercontent table { margin-top: 37px; font-size: 16px; line-height:48px; font-family: DINPro-Bold;}
.section6innercontent table .lefthead{color:#cccccc; font-family: DINPro-Light; font-size: 16px; line-height:20px;}
.section6innercontent > p { margin-top: 40px; text-transform: uppercase;   padding: 0;   font-family: DINPro-Bold;   font-size: 14px;   line-height: 18px;        }

.chart{height: 432px;}
.chart-inner{height: 430px !important;}

.chart-lines{height: 430px;}
.chart-numbers{top:435px}
.chart-container{height: 510px;}
.chart-legend-container{top:480px}
.chart-units{top:450px}
.compare-specs .t-cell span {
    display: block;
    font-size: 0.6em;
    margin-top: 10px;
}


.container-fluid.reviews-section {
    background-color: #1a1a1a;
}
.section7{width:100%; }
.section7content{text-align:center; margin-top: 115px; padding-bottom: 30px;}
#review1 {
    float: left;
}

.chip1{transition: all 0.8s;}
.review-box {
    position: relative;
    display: inline-block;
    width: 49%;
    min-width: 300px;
    margin-bottom: 60px;
}

blockquote {
    quotes: "\201C""\201D""\2018""\2019";
    border: none;
    position: relative;
    font-family: "GeForceLight";
    font-weight: lighter;
    font-size: 36px;
    line-height: 48px;
    color: #eee;
    text-transform: uppercase;
}

blockquote p {
    display: inline;
}

blockquote:before {
    content: "\201C";
    font-family: "DINPro";
    font-style: bold;
    font-size: 60px;
    line-spacing: 60px;
    color: #fff;
    top: -24px;
    line-height: 0.1em;
    /*    margin-right: 0.25em;*/
    vertical-align: -0.4em;
}

blockquote::after {
    content: "\201D";
    position: relative;
    font-family: "DINPro";
    font-style: bold;
    font-size: 60px;
    line-height: 36px;
    color: #fff;
    top: 45px;
    /*    left: 15px;*/
}

.quote-author-name {
    position: relative;
    display: inline-block;
    font-family: "DINPro-Bold";
    font-weight: normal;
    font-size: 18px;
    color: #eee;
    margin-top: 15px;
    text-transform: uppercase
}

.quote-author-title {
    position: relative;
    display: inline-block;
    font-family: "DINPro";
    font-weight: lighter;
    font-size: 18px;
    color: #eee;
}


.reviews {
    margin-top: 15px;
}

#morereviews {
    margin: 0 auto;
    width: 160px;
}

.section8{width:100%; }
.section8content{text-align:center; margin-top: 105px; padding-bottom: 20px;}
.section8content .row{margin-top: 30px;}

.sliimage{max-width:875px; float:left;}
.slibridge{margin-top:60px; text-align: left }
.slibridge h3{font-size:32px; line-height: 32px;}
.slibridge p {margin-top:10px;}
.button1{min-width:70px; float: left}
.button2{min-width:70px; float: left; margin-left: 15px;}
.button3{min-width:70px; float: left; margin-left: 15px;}

.price {
    color: #fff;
    font-family: DINPro-Bold;
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 15px;
    margin-top: 15px;
}

#buttons {
    height: 38px;
    margin-top: 15px;
}

.hmc{margin-top:27px !important;}

#preorder{margin-bottom: 60px;}
.quantity {
    background-color: #000;
    border: 1px solid #fff;
    color: #fff;
    height: 45px;
    overflow: hidden;
    text-align: center;
    width: 60px;
}
/*#preorder1 select {
    -moz-appearance: none;
    -webkit-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    
    background: rgba(0, 0, 0, 0) url("../img/dropdown-arrow.png") no-repeat scroll 90% center !important;
    border: 1px solid;
    border-radius: 0;
    font-size: 16px;
    height: 44px;
    line-height: 0;
    padding: 8px 5px 5px 10px;
    text-align: left;
    width: 57px;
}*/

/*select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-overflow: '';
    background: rgba(0, 0, 0, 0) url("../img/dropdown-arrow.png") no-repeat scroll 90% center !important;
    
    border-radius: 0;
    font-size: 16px;
    line-height: 0;
    padding: 8px 5px 5px 10px;
    width: 57px;
}*/

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: rgba(0, 0, 0, 0) url("../img/dropdown-arrow.png") no-repeat scroll 90% center;
    border-radius: 0;
    font-size: 16px;
    line-height: 0;
    padding: 9px 5px 5px 10px;
    text-overflow: "";
}


.quantity option {
    background-color: #000;
    padding-left: 14px;
    text-align: left;
}
.smsli-img{display:none; }

.bgsli-img {
    display: block;
    margin-left: 20%;
}

.signupnewsletter{background-color: #1a1a1a; padding-left: 0px; padding-right:0px; left:0; margin: 0;position: relative; width:100%}

.newslettercontent {
    font-family: GeForceLight;
    font-size: 32px;
    font-weight: lighter;
    line-height: 32px;
    padding-bottom:  23px;
    padding-top: 23px;
    text-align: center;
    text-transform: uppercase;
}

.newslettercontent img {
    margin: 0 auto;
    padding-right: 30px;
    text-align: center;
    vertical-align: middle;
}

.newslettercontent .cta-button {
    display: inline-block;
    margin: 0 auto 0 30px;
    text-align: center;
    vertical-align: middle;
}

.news-sign {
    vertical-align: middle;
}

.section9{width:100%; }
.section9content{text-align:center; margin-top: 113px; padding-bottom: 30px; border-bottom: 1px solid #747474;}
.section9content .row{margin-top: 30px; text-align: left}
/* .section9content h3 {margin-top: 15px;} */
.section9content .price{margin-top: 18px;}
.section9content .legal{margin-top:30px; color:#fff; }
.section9content .gtxcard{margin-top:40px; transition: all 0.5s; width: 100%}

.section10{width:100%; }
.section10content{text-align:center; margin-top: 5px; padding-bottom: 30px; border-bottom: 1px solid #747474;}

ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li{
    background: none;
    color: #fff;
    display: inline-block;
    padding: 50px 0 0;
    cursor: pointer;
}

ul.tabs li.current{

    color: #fff;
    border-bottom: 2px solid #76b900
}

.tab-content{
    display: none;
    max-width: 950px;
    padding-top: 60px;

    margin: 0 auto;
}

.tab-content.current{
    display: inherit;
}

.partner-tabs{display: table; margin: 0 auto; }

ul.tabs > [data-tab="tab-2"] {
    margin-left: 30px;
}

ul.tabs > [data-tab="tab-3"] {
    margin-left: 30px;
}


.cf::after {
    clear: both;
    content: "";
    display: table;
}

ul .cf{list-style: outside none none;}
.cf > li {
    display: inline-table;
    float: left;
    margin-left: 80px;
    width: 20%;
}

.lb-nav{top:40px;}

#scroll-animation-GTX1080 {
    position: absolute;
    width: 100%;
    max-width: 1118px;
    min-height: 260px;
    /*
    background: url('../images/FPO_Scroll_Animation.png') no-repeat;
    background-position: center top;
    background-size: contain;
    */
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    left: 0px;
    top: 360px;
    display: block;
    z-index: 0;
}

.shopshare{text-align: left; }

.sli-desc {
    color: #76b900;
    font-family: DINPro-Bold;
    font-size: 14px;
    margin: 0 auto;
    text-align: center !important;
    text-transform: uppercase;
}

.bridge > img {
    display: block;
    margin: 0 auto;
    padding: 0;
}

.extrainfo{font-family: DINPro-Light; font-size: 24px; line-height: 32px; color:#eeeeee; margin-top: 50px; display: inline-block }
.extrainfo p{font-family: DINPro; font-size: 16px; line-height: 24px; margin: 0;}

.pascallegal{font-family: DINPro; font-size: 12px; line-height: 24px; color:#cccccc; float: right}
.lb-nav a.lb-next{opacity :1 !important;}
.lb-nav a.lb-prev{opacity :1 !important;}

/*.rsns{text-align: left}*/

.modules {
    display: table;
    margin: 50px auto;
    width: 70%;
}

.modules .cell.empty {
    width: 2.5%;
}

.modules .cell {
    display: table-cell;
    text-align: left;
    text-transform: uppercase;
    vertical-align: bottom;
}


.modules .cell span {
    display: block;
    font-size: 80px;
    line-height: 69px;
    /*    margin-top: 10px;*/
}

/* SPECS MODAL STYLES */

.specsmodal h2 {
    color: #76b900;
    font-family: GeForce;
    font-size: 40px;
    font-weight: normal;
    line-height: 40px;
    margin-left: 93px;
    margin-top: 38px;
    padding: 0 !important;
    text-align: left;
}


.specsmodalbody{margin-left: 60px; margin-right: 60px; margin-top:6px; padding:0 !important;  color: #cccccc; font-family: DINPro-Light; font-size: 16px; line-height: auto;}
.specsrow .right{float:right; text-align: left; color:#fff; font-family: DINPro-Bold;}
.specsrow span {
    width: 50%;
}
.specsrow {padding-left: 30px; /*padding-bottom: 14px; padding-top: 15px;*/}
/*.specsrow:nth-child(2n){background-color: #242424;}*/
.coloredTable .specsrow:nth-child(2n+1){background-color: #242424;}



.coloredTable .title {
    color: #eeeeee;
    display: inline-block;
    font-family: DINPro-Light;
    font-size: 24px;
    line-height: 60px;
    margin-bottom: 6px;
    /* margin-top: 15px; */
}



.footnote {
    color: #666666;
    font-size: 12px;
    line-height: 16px !important;
    margin-bottom: 46px;
    margin-top: 43px;
}

.gap {
    height: 14px;
}

/*END OF  SPECS MODAL STYLES */

@media only screen and (max-width: 415px) {

    #section3bg {
        min-height: 665px !important;
        /*        top: 1356px !important;*/
        background-position: 23% top;
        background-size: cover;
    }
    .legal {
        margin-top: 10px ;
        text-align: left; 
        width: 100%;
    }
    .section2 {
        display: block;
        /*height: 850px !important;*/
        position: relative;
        text-align: center;
        width: 100%;
    }

    /*#section2bg{height: 890px !important;}*/
    /*#section3bg{top: 1456px !important;}*/
    /*.section3 {
        height: 643px !important;
    }*/

    .section3content {
        margin-top: 27px;
        padding-top: 0;
        text-align: left;
    }


    .section3content p {
        margin-top: 23px;
    }
    .section3content .graphintro{display:none;}

    .section6 {
        /*        height: 590px !important;*/
        width: 100%;
    }


    #section6bg {
        background-position: 41% bottom !important;
        background-size: cover;
        top: 3222px;
    }


    .only-desktop{display: none;}


    .intro > p {
        text-align: left;
        width: 100%;
    }
    .specsrow .right{text-align: right;}

    .section21heading{float:right;margin-right:5px;}
    .section21learnmore{float: right;margin-left: 0;margin-right: 10%;margin-top:20px;}

    #section21bg {

        /*width: calc(100% + 20px);*/
        width:100%;
        left: -10px;

        max-width: 768px;

        margin-bottom:30px;
        background-size: cover !important;
        /*        background-position: 115% 50% !important;*/
        background-position: center;
        transition: all 0.5s;

        background: url('http://images.nvidia.com/pascal/img/banners/watch-dogs-2-bundle-banners-392x255.png') no-repeat;

        height:255px;

    }

    .paragon-h2-text {
        color: #fff;
        font-family: GeForcealtBold !important;
        font-size: 24px !important;
        line-height: 24px !important;
        padding-top: 39px;

    }
    .paragon-green-text {    color: #79b900;    font-size: 9px !important;line-height: 9px !important;}
    .paragon-cta-button{padding:10px; font-size:12px; height:28px;}
    /* gboorsu code*/
    .section21learnmore {
        margin-right: 10%;
        margin-top: 8% !important;
    }
}


@media only screen and (max-width: 400px) {

    .tab-content {
        padding-top: 10px;
    }

    .js-out-of-stock p{margin-top:10px;}



    #section1bg {
        background: rgba(0, 0, 0, 0) url("../img/notebook/sec1-bg-mob-xs.jpg") no-repeat scroll center 80% / contain ;
        height: 790px;
        left: 0;
        max-width: 1280px;
        top: 0;
        transition: none 0s ease 0s ;
        width: 100%;
    }


    .section1{height:600px}
    .section1content{margin-top:30px;}
    .section1content h3{margin-top:10px;}
    .section1txt{margin-top: 12px;}
    #watchvideo{margin-top:30px;}




    .gamereadyimg {
        float: right;
        position: relative;
        top: 710px;
        width: 80px;
        margin-right: 0px;
    }

    /*.section2{ height:845px !important}*/


    .section2content {
        margin-top: 14px;
        padding: 10px 10px 30px;
    }
    .customh2 {
        color: #76b900 !important;
        font-family: GeForce;
        font-size: 32px !important;
        line-height: 32px !important;
        text-align: center;
    }
    .section2content h2 {

        font-family: GeForce;
        font-size: 24px;
        line-height: 24px;
        margin: 0;

        text-transform: uppercase;
    }
    .section21content h2 {

        font-family: GeForceLight;
        /*font-size: 18px !important;*/
        line-height: 18px;
        margin: 0;
        /*text-align:center;*/

        text-transform: uppercase;
    }
    .section2content p{margin-top: 0px; padding-top: 24px; text-align: left;}
    .section2content .row{margin-top: 20px;}
    .section2content .learnmore{margin-top: 0}
    .section2content.pascallegal{padding-bottom: 56px;}

    #section3bg {
        /*top: 1455px !important;*/
        background: rgba(0,0,0,0) url('../img/gtx1080/BG_IMG3_Mobile.jpg') no-repeat;
        background-size: cover;
    }
    /*#section2bg {
        width: 100%;
        max-width: 2560px;
        height: 850px !important;
        background-position: center center;
        background-size: cover;
        transition: all 0.5s;        
    }*/
    #section2bg {
        /*width: 100%;*/
        width: calc(100% + 20px);
        left: -10px;
        /*max-width: 2560px;*/
        max-width: 768px;
        /*height: 700px;*/
        /*background-position: center center;*/
        background-position: bottom center !important;
        background-size: cover !important;
        transition: all 0.5s;
        /*        top:646px;*/
        background: url('../img/gtx1080/BG_IMG2_Mobile.jpg') no-repeat;
    }
    #section21bg {
        /*width: calc(100% + 20px);*/
        width:100%;
        left: -10px;

        max-width: 768px;

        margin-bottom:30px;
        background-size: cover !important;
        transition: all 0.5s;
        ackground: url('http://images.nvidia.com/pascal/img/banners/watch-dogs-2-bundle-banners-392x255.png') no-repeat;
        height:255px;
    }

    .section2content .row > div {
        margin-bottom: 20px;
    }
    .section2content .row .col-xs-4 {
        width: 100%;
    }
    /*    .section2content .learnmore{margin-top:0px; padding-bottom: 26px}*/
    .only-phone{display:block}
    .only-desktop{display:none;}

    .logo.only-desktop > img {
        display: none;
    }
    .logo.only-desktop > div {
        display: none;
    }

    .modules .cell.empty {
        width: 10%;
    }

    .graph-phone{display:block !important; margin-top: 30px;}
    .graph{display: none !important;}

    .logo {margin-top: 40px; width:100%; text-align:center; }
    .logo .legal {
        padding-left: 10px;
    }
    .section3{height: 640px;   padding-left: 10px;
              padding-right: 10px;}

    .section4content{margin-top:30px; padding-bottom: 25px; }
    .section4content .intro{margin-top:25px}
    .chip1{width:290px;}
    .gallery-image {  max-width: 280px; height: auto}
    .gallery-image.img1{  
        border-color: #747474;
        border-image: none;
        border-style: solid;
        border-width: 1px 1px 0 1px;
    }
    .gallery-image.img2{  
        border: 1px solid #747474;
    }
    .gallery-image.img3 {
        border-color: #747474;
        border-image: none;
        border-style: none solid solid;
        border-width: 1px;
    }
    .gallery-image.img4{  
        border-color: #747474;
        border-image: none;
        border-style: none solid solid;
        border-width: 1px 1px 1px 1px;
    }


    .section5content{margin-top:25px;}
    .gallery.row {
        margin-top: 28px; line-height: 0;
    }

    /*    #section6bg{min-height: 515px !important;}*/
    .section6 {
        /*        height: 515px !important;*/
        width: 100%;
    }

    /*    .section6content > h2 {
            display: none;
        }*/

    .section6innercontent table {
        font-family: DINPro-Bold;
        margin-top: 17px;
    }



    .section6innercontent > p{margin-top: 20px}

    #performance > h2 {
        text-align: center;
    }

    .section7content{margin-top:25px;}
    .reviews{margin-top:10px;}

    .review-box {
        width: 100%;
        margin-bottom: 30px;
        display: block;
        clear: both;
    }

    blockquote {

        font-size: 20px;
        line-height: 26px;

    }

    .quote-author-name, .quote-author-title{font-size: 16px;}
    .smsli-img{display:block; margin: 0 auto; padding:0 auto; width: 100%;}
    .bgsli-img{display:none;}
    .section8content {
        margin-top: 27px;
    }
    .sliimage {
        display:none
    }
    .section9content{margin-top:25px; padding-bottom: 22px;}
    .section9content .gtxcard{margin-top:60px; width: 100%}
    .section9content .row{margin-top:15px;}
    .section9content h3{   margin-top: 10px;}
    .slibridge{margin-top: 30px;}
    .slibridge h3{font-size:18px; line-height: 18px;}
    .slibridge p {margin-bottom:23px;}
    .section9content .price{ margin-top: 47px}

    #preorder {
        margin-bottom: 27px;
    }
    .section9content .legal{margin-top:0px;}
    .newslettercontent {
        font-family: GeForce;
        font-size: 23.95px;
        font-weight: normal;
        line-height: 23.95px;

    }
    .newslettercontent img{padding-bottom: 15px;padding-right: 0;}
    .newslettercontent .cta-button{margin-top:30px; margin-left: 0px;}

    .gtxcard {width: 290px;  }
    .pull-right{float:left !important;}
    .section10content{margin-top: 23px;}
    ul.tabs li{padding:30px 0 0;}
    .signupnewsletter{padding-left: 0 !important;
                      padding-right: 0 !important;}


    .cf > li {
        margin: 0 auto;
        width: 100%;
    }

    /*    .tab-content{padding-top:60px;} */

    .section6innercontent table {  font-size: 12px; line-height:16px; }
    .section6innercontent table .lefthead{ font-size: 12px; line-height:36px;}
    .section6innercontent table td{  width: 10px; font-family: DINPro-Bold;
                                     font-weight: normal; }

    #scroll-animation-GTX1080 {
        position: relative;
        top: 50px;
        width: 100%;
        height: 124px;
        margin: 0;
        padding: 0;
        overflow: hidden;
        min-height: 180px;
    }

    .sprite-container-GTX1080 {
        top: 200px;
        width: 300px;
        height: 124px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        overflow: hidden;
    }

    .sprite-GTX1080 {
        /*transform: translate3d(0px, 0px, 0px);
        transform: matrix(1, 0, 0, 1, 0, 0);*/
        width: 9900px; /*18000px;*/
        height: 124px;
        background: url("../img/scrollanimation/gtx1080_sprite_mobile_300px_sm.jpg") no-repeat;
        background-position: 0px 0px;
        background-size: contain;
    }

    .legalshop {
        font-family: DINPro;
        font-size: 12px;
        font-weight: normal;
        line-height: 16px;
        position: relative;
        text-align: left;
        float:none;
    }

    .shopshare {
        margin-top: 15px;
        text-align: left;
    }

    .bridgeimages {
        padding-left: 0px;
        margin-top:0px;

    }

    .modal-title.hmctitle {
        color: #76b900;
        font-family: GeForce;
        text-align: center !important;
        margin-top: 65px !important;
    }

    .bridge {
        margin-right: 0;
        margin-top: 25px;
    }

    .closePop.hmcclose {
        margin-top: 30px;
    }

    .modal-title.hmctitle{margin-top: 75px !important}
    .pascallegal{
        margin-top: 18px;
        text-align: left;
        float: none;
        margin-bottom: 15px;
    }

    .price{margin-top: 20px;}

    .only-desktop{display: none;}
    /*  #review3,#review4{display: none;} */


    #performance {
        margin-bottom: 15px;
    }

    .section6content{margin-top: 0px;  padding-bottom: 30px;}



    .modules .cell {
        display: block;
        margin-bottom: 23px;
        text-align: center;
        width: 100%;
    }


    .modules {
        display: table;
        margin: 0px auto 0;
        width: 100%;
    }

    .modules .cell span {
        display: block;
        font-size: 48px;
        line-height: 38px;
    }


    #specs > h2 {
        margin-top: 30px;
    }

    .section9content .row .cta-preorder{margin-bottom: 0px;}
    .contentsection{padding-top: 110px;}
    #specsmodal .modal-header {
        padding: 0;
    }

    .specsmodal h2 {
        margin-left: 0;
        margin-top: 100px;
        text-align: center;
    }
    .specsrow {
        padding: 17px 2px;
    }
    .specsmodalbody {
        color: #cccccc;
        font-family: DINPro-Light;
        font-size: 16px;
        line-height: 18px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 6px;
        padding: 0 !important;
    }

    .title.mob {
        line-height: 0;
        padding-bottom: 32px;
        padding-top: 16px;
    }
    .footnote {
        color: #666666;
        font-size: 12px;
        line-height: 16px !important;
        margin-bottom: 26px;
        margin-top: 28px;
    }
    .coloredTable .title {
        padding-left: 2px;
    }

    .legalsli{position: relative;padding-bottom: 10px;}
    .section9content h3 {
        margin-top: 14px;
    }

    .tech1-img > img {
        height: auto;
        width: 100%;
    }

    .section5content {
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .section52content{margin-top: 30px; padding-bottom: 30px;}
     .maxqcontent{margin-top: 30px; padding-bottom: 30px;}
    .section53content{margin-top: 0px; padding-bottom: 30px;}
    .tech1-img{width:100% !important}
    .tech2-img{width:100% !important}
    .tech3-img{width:100% !important}


    .tech2-img > img {
        height: auto;
        width: 100%;
    }



    .tech3-img > img {
        height: auto;
        width: 100%;
    }

    .tech1{width: 100% !important; margin-top:60px;}
    .tech2{width: 100% !important; margin-top:60px;}
    .tech2-head{width: 100% !important;}
    .tech3{width: 100% !important; margin-top:60px;}

    .tech1 > p {
        float: left;
        max-width: 100%;
        text-align: left;
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 30px;
    }


    .tech1 > img {
        margin: 0 auto;
        float: none;
        /*    width: 100%;*/
        /*        height:auto;*/
    }

    .tech2 > p {
        float: left;
        max-width: 100%;
        text-align: left;
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 30px;
    }


    .tech2 > img {
        margin: 0 auto;
        float: none;
        /*      width: 100%;*/
        /*        height:auto;*/
    }

    .tech3 > p {
        float: left;
        max-width: 100%;
        text-align: left;
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 30px;
    }


    .tech3 > img {
        margin: 0 auto;
        /*      width: 100%;*/
        /*        height:auto;*/
        float: none;
    }


    #shop > img {
        height: auto;
        width: 100%;
    }

    ul.tabs > [data-tab="tab-2"]{  margin-left: 10px;}
    ul.tabs > [data-tab="tab-3"]{  margin-left: 10px;}
    ul.tabs li {
        padding: 30px 0 0;
        width: 90px;
    }

    #performance h2 {
        text-align: center;
    }

    .explore-gtx1080{width: 100%;  margin-top:25px; }
    .explore-gtx1070{width: 100%; margin-left: 0px;  margin-top:25px;}
    .explore-gtx1060{width: 100%; margin-left: 0px;  margin-top:25px;}
    .explore-gtx1050{width: 100%; margin-left: 0px;  margin-top:25px;}

    
     .maxqcontent .cta-preorder {
    float: none;
    padding-bottom: 30px;
}

 .section53content .cta-preorder {
    float: none;
    padding-bottom: 30px;
	margin-top: 30px;
}
.maxqcontent h2 {
    text-align: center;
}

.section53content h2{text-align: center}


.tech3-desc{text-align: center}


}



@media only screen and (min-width: 401px) and (max-width:767px){
    
     .maxqcontent .cta-preorder {
    float: none;
    padding-bottom: 30px;
}

  .section53content .cta-preorder {
    float: none;
    padding-bottom: 30px;
}

.maxqcontent h2 {
    text-align: center;
}

.section53content h2{text-align: center}


.tech3-desc{text-align: center}

    .tab-content {
        padding-top: 10px;
    }

    /*    #section1bg {
            width: 100%;
            max-width: 1280px;
            height: 439px;
            top: 100px;
            left: 0px;
            background-position: -100px bottom;
            background-size: contain;
            transition: all 0.5s;
        }*/

    #section1bg {
        background: rgba(0, 0, 0, 0) url("../img/notebook/sec1-bg-mob.jpg") no-repeat scroll center 80% / contain ;
        height: 740px;
        left: 0;
        max-width: 767px;
        top: 0;
        transition: none 0s ease 0s ;
        width: 100%;
    }

    .section1content{margin-top:60px;}
    #watchvideo{margin-top:30px;}
    .section1{height: 640px}

    .section1txt {
        margin-top: 12px;
    }

    .gamereadyimg {
        float: right;
        position: relative;
        /*        right: 30px;*/
        top: 647px;
        width: 100px;
    }
    .section2 {
        position: relative;
        width: 100%;
        /*height: 800px;*/

        display: block;
        text-align: center;
    }
    .section21 {
        position: relative;
        width: 100%;
        /*height: 800px;*/

        display: block;
        /*text-align: center;*/
    }
    .section2content {margin-top: 20px;}
    .section21content {margin-top: 20px;}
    .customh2 {
        color: #76b900 !important;
        font-family: GeForce;
        font-size: 32px !important;
        line-height: 32px !important;
        text-align: center;
    }
    .section2content h2 {

        font-family: GeForce;
        font-size: 24px;
        line-height: 24px;
        margin: 0;

        text-transform: uppercase;
    }
    .section2content p{margin-top: 0px; padding-top: 30px;}
    .section2content .row{margin-top: 30px;}
    .section2content .learnmore{margin-top:0px;}
    .section2content .pascallegal { /*padding-bottom: 20px;*/ margin-top: 20px; float: none; text-align: left; }

    .modules .cell.empty {
        width: 10%;
    }

    #section3bg {  /*background-position: 20% top;*/ min-height: 660px; background-size: cover; /*background: rgba(0,0,0,0) url('../img/gtx1080/BG_IMG3_Mobile.jpg') no-repeat;*/ }
    #section2bg {
        /*width: 100%;*/
        width: calc(100% + 60px);
        left: -30px;
        /*max-width: 2560px;*/
        max-width: 768px;
        /*height: 700px;*/
        /*background-position: center center;*/
        background-position: bottom center !important;
        background-size: cover !important;
        transition: all 0.5s;
        /*        top:646px;*/
        background: url('../img/gtx1080/BG_IMG2_Mobile.jpg') no-repeat;
    }


    #performance h2 {
        text-align: center;
    }

    .section2content {
        margin-top: 24px;
        padding: 0 30px 30px;
    }
    .section21content {
        margin-top: 24px;
        padding: 0 0px 20px;
    }
    .section2content .row > div {
        margin-bottom: 20px;
    }
    /*    .section2content .learnmore{margin-top:0px; padding-bottom: 26px}*/
    .only-phone{display:block}
    .only-desktop{display:none;}
    .logo{display:block; }

    .section2content .row > .col-xs-4 {
        width: 100%;
    }


    .section3content {
        margin-top: 25px;
        padding-top: 0px;
    }
    .section3content p{margin-top: 23px;}
    .section3content .graphintro{ margin-top: 37px; margin-bottom: 20px;}
    only-tablet{display:block;} 
    .only-desktop{display:none !important;}
    .logo{display:block; margin-top: 60px;width:100%; text-align:right; }

    .gallery-image.img1{  
        border-color: #747474;
        border-image: none;
        border-style: solid;
        border-width: 1px 1px 0 1px;
    }
    .gallery-image.img2{  
        border: 1px solid #747474;
    }
    .gallery-image.img3 {
        border-color: #747474;
        border-image: none;
        border-style: none solid solid;
        border-width: 1px;
    }
    .gallery-image.img4{  
        border-color: #747474;
        border-image: none;
        border-style: none solid solid;
        border-width: 1px 1px 1px 1px;
    }

    .gallery-image {  max-width: 310px; height: auto}
    .graph-phone{display:none !important;}
    .graph{display: block!important;}

    /*.section3{height:625px}*/

    .section4content {
        margin-top: 38px;
        padding-bottom: 30px;
    }
    .section4content .intro{margin-top: 25px}
    .chip1{width:400px;}
    .legal {
        float: left;
        font-family: DINPro;
        font-size: 12px;
        font-weight: normal;
        line-height: 16px;
        margin: 0 auto;
        position: absolute;
        right: 0;
        text-align: right;
        width: 100%;
    }
    .logo .legal {
        padding-left: 10px;
    }


    .explore-gtx1080 {
        width: 100%;
        margin-top:25px;
    }


    .explore-gtx1070 {
        width: 100%;
        margin-left: 0px;
        margin-top:25px;
    }


    .explore-gtx1060 {
        width: 100%;margin-left: 0px; margin-top:25px;
    }
    .explore-gtx1050 {
        width: 100%;margin-left: 0px; margin-top:25px;
    }



    .section5content{margin-top:27px; padding-bottom: 13px}
    .gallery.row {
        margin-top: 28px;
    }

    .section6content{margin-top:30px;}


    #section6bg {
        background-position: 41% bottom !important;
        background-size: cover;
        top: 3366px;

        /*        min-height: 590px;*/
    }


    .section6 {
        height: 638px;
        width: 100%;
    }

    .section6innercontent > p{margin-top:38px;}
    .section6innercontent > h1 {
        max-width: 360px;
    }

    .section6innercontent table {  font-size: 12px; line-height:16px; }
    .section6innercontent table .lefthead{ font-size: 12px; line-height:36px;}
    .section6innercontent table td{   font-family: DINPro-Bold;
                                      font-weight: normal; }


    .section7content{margin-top: 30px}
    .section8content{margin-top: 30px; padding-bottom:50px;}
    .section9content{margin-top:30px;}
    .section10content{margin-top:30px;}

    .review-box {
        width: 100%;
        margin-bottom: 30px;
        display: block;
        clear: both;
    }

    blockquote {

        font-size: 20px;
        line-height: 26px;

    }

    .quote-author-name, .quote-author-title{font-size: 16px;}
    .smsli-img{display:block; margin: 0 auto; padding:0 auto; width: 100%;}
    .bgsli-img{display:none;}

    .sliimage {
        display:none
    }

    .slibridge h3{font-size:18px; line-height: 18px;}
    .price {margin-top: 0px;}

    .newslettercontent {
        font-family: GeForce;
        font-size: 23.95px;
        font-weight: normal;
        line-height: 23.95px;

    }

    .newslettercontent img{padding-bottom: 15px;padding-right: 0;}
    .newslettercontent .cta-button{margin-top:15px; margin-left: 0px;}

    .gtxcard {width: 290px;  }

    .signupnewsletter{padding-left: 0 !important;
                      padding-right: 0 !important;}

    .cf > li{ margin: 0 auto; width: 90%;}


    .pull-right {
        float: left !important;
    }

    .section9content .row{text-align:left}

    .bridgeimages{padding-left: 70px; width:auto!important;}

    #scroll-animation-GTX1080 {
        position: relative;
        top: 60px;
        width: 100%;
        height: 124px;
        margin: 0;
        padding: 0;
        /*background-color: #f80;*/
        overflow: hidden;
    }

    .sprite-container-GTX1080 {
        top: 200px;
        width: 300px;
        height: 124px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        overflow: hidden;
    }

    .sprite-GTX1080 {
        /*transform: translate3d(0px, 0px, 0px);
        transform: matrix(1, 0, 0, 1, 0, 0);*/
        width: 9900px; /*18000px;*/
        height: 124px;
        background: url("../img/scrollanimation/gtx1080_sprite_mobile_300px_sm.jpg") no-repeat;
        background-position: 0px 0px;
        background-size: contain;
    }
    
       

    .legalshop {
        font-family: DINPro;
        font-size: 12px;
        font-weight: normal;
        line-height: 16px;
        position: relative;
        text-align: left;
        float:none;
    }

    .shopshare {

        text-align: left;
    }

    .bridgeimages {
        padding-left: 0px;
        margin-top:0px;

    }

    .modal-title.hmctitle {
        color: #76b900;
        font-family: GeForce;
        text-align: center !important;
        margin-top: 65px !important;
    }

    .bridge {
        margin-right: 0;
        margin-top: 25px;
    }

    .closePop.hmcclose {
        margin-top: 30px;
    }

    .modal-title.hmctitle{margin-top: 75px !important}
    .only-desktop{display: none;}

    /* #review3,#review4{display: none;} */


    .modules .cell {
        display: block;
        margin-bottom: 23px;
        text-align: center;
        width: 100%;
    }


    .modules {
        display: table;
        margin: 0px auto 0;
        width: 100%;
    }

    .modules .cell span {
        display: block;
        font-size: 48px;
        line-height: 38px;
    }

    .contentsection{padding-top: 110px;}
    .specsrow .right{text-align: right;}
    #specsmodal .modal-header {
        padding: 0;
    }

    /* .specsmodal h2 {
        margin-left: 0;
        margin-top: 100px;
        text-align: center;
    } */
    .specsmodal h2 {
        padding-left: 2px !important;
        text-align: left;
        margin-top: 100px;
        margin-left: 10px;
    }
    .specsrow {
        padding: 17px 2px;
    }
    .specsmodalbody {
        color: #cccccc;
        font-family: DINPro-Light;
        font-size: 16px;
        line-height: 18px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 6px;
        padding: 0 !important;
    }

    .title.mob {
        line-height: 0;
        padding-bottom: 32px;
        padding-top: 16px;
    }
    .footnote {
        color: #666666;
        font-size: 12px;
        line-height: 16px !important;
        margin-bottom: 26px;
        margin-top: 28px;
    }
    .coloredTable .title {
        padding-left: 2px;
    }
    .section9content h3 {
        margin-bottom: 5px;
        margin-top: 14px;
    }


    .tech1-img > img {
        height: auto;
        width: 100%;
    }

    .section5content {
        margin-top: 30px;
        padding-bottom: 10px;
    }

    .section52content{margin-top: 30px; padding-bottom: 10px;}
    .maxqcontent{margin-top: 30px; padding-bottom: 10px;}
    .section53content{margin-top: 0px; padding-bottom: 10px;}
    .tech1-img{width:100% !important}
    .tech2-img{width:100% !important}
    .tech3-img{width:100% !important}


    .tech2-img > img {
        height: auto;
        width: 100%;
    }



    .tech3-img > img {
        height: auto;
        width: 100%;
    }

    .tech1{width: 100% !important; margin-top:60px;}
    .tech2{width: 100% !important; margin-top:60px;}
      .tech2-head{width: 100% !important;}
    .tech3{width: 100% !important; margin-top:60px;}

    .tech1 > p {
        float: left;
        max-width: 100%;
        text-align: left;
        width: auto;
    }


    .tech1 > img {
        margin: 0 auto;
        float: none;
    }

    .tech2 > p {
        float: left;
        max-width: 100%;
        text-align: left;
        width: auto;
    }


    .tech2 > img {
        margin: 0 auto;
        float: none;
    }

    .tech3 > p {
        float: left;
        max-width: 100%;
        text-align: left;
        width: auto;
    }


    .tech3 > img {
        margin: 0 auto;
    }

    #shop > img {
        height: auto;
        width: 100%;
    }

    ul.tabs > [data-tab="tab-2"]{  margin-left: 10px;}
    ul.tabs > [data-tab="tab-3"]{  margin-left: 10px;}
    ul.tabs li {
        padding: 30px 0 0;
        width: 100px;
    }


}

@media only screen and (min-width: 420px) and (max-width: 767px){


    #section1bg {
        background: rgba(0, 0, 0, 0) url("../img/notebook/sec1-bg-mob.jpg") no-repeat scroll center 80% / contain ;
        height: 700px !important;
        left: 0;
        max-width: 767px;
        top: 0;
        transition: none 0s ease 0s ;
        width: 100%;
    }



    .gamereadyimg {
        float: right;
        margin-right: 0;
        position: relative;
        top: 605px !important;
        width: 100px;
    }

    /*    .specsmodal {
        width: 640px !important;
    }*/

    /*.specsmodalbody{margin: auto;}*/
    .specsmodal h2{text-align: left}
    #section21bg {
        position: relative;
        width: 100%;
        /*min-height: 505px;*/
        left: 0px;
        /*    top: 720px;*/
        margin: 0;
        padding: 0;
        display: block;
        z-index: 2;
        background-color: #111;
        /*background: url('../img/gtx1080/esports-banner-767x217.png') no-repeat;*/
        background-image:url("http://images.nvidia.com/pascal/img/banners/watch-dogs-2-bundle-banners-822x216.png");
        background-position: 50% center;
        background-size: cover;
        height:217px;

    }
    .section21heading{float:none;margin-left:12px; margin-top:63px;}
    .section21learnmore{float:none;margin-right:0px;margin-left:10px;}
    .paragon-h2-text{color: #fff;    font-family: GeForcealtBold!important;    font-size: 44px !important; line-height: 40px !important;padding-top: 9px;}
    .paragon-green-text {    color: #79b900;    font-size: 10px !important;    line-height: 10px !important;}
    .paragon-cta-button{padding:10px; font-size:12px; height:28px;}
    .section21content h2{
        font-size: 22px;
        font-weight: lighter;
        line-height: 22px;
        margin-left:0px;
        text-align: left;
        width: 174px;

    }
	
	#maxqbg {
    background: url(../img/maxq/maxq-laptop-tab.jpg) no-repeat;
    height: 500px;
    background-position: top center;
}

.maxqcontent .tech2{margin-top:300px;}



}



@media screen and (min-width: 622px) and (max-width: 767px) {

    #section6bg {
        background-position: 41% bottom !important;
        background-size: cover;
        top: 2912px;
        /*        min-height: 685px;*/
    }
    .section6content{margin-top:30px;}
    .cf > li {
        margin-left: 0;
        width: 30% !important;
    }

    .section6 {
        /*   height: 560px;*/
        width: 100%;
        max-height:580px;
    }


    /*.section2content .row > .col-xs-4 {
        width: 33.3333% !important;

    }*/
	
	
	
}
/*TABLETS */
@media screen and (min-width: 768px) and (max-width: 1023px) {

    h1{color:#76b900; font-family: GeForce; font-weight: bold; font-size:32px; line-height: 32px; text-transform: uppercase;margin:0px;}
    h2{color:#eeeeee; font-family: GeForce; font-size: 24px; line-height: 24px; text-transform: uppercase;margin:0px; font-weight: normal}
    h3{color:#76b900; font-family: GeForceLight; font-size: 24px; line-height:24px; text-transform: uppercase;margin:0px; font-weight: lighter}

    
    .maxqcontent .cta-preorder {
    float: none;
    padding-bottom: 30px;
}

 .section53content .cta-preorder {
    float: none;
    padding-bottom: 30px;
}

.maxqcontent h2 {
    text-align: center;
}

.section53content h2{text-align: center}


.tech3-desc{text-align: center}

    /*h2{font-family: GeForce !important; font-size: 24px !important; line-height: 24px !important; font-weight: normal!important;}*/



    #section1bg {
        background: rgba(0, 0, 0, 0) url("../img/notebook/sec1-bg-tab.jpg") no-repeat scroll center 80% / contain ;
        height: 550px;
        left: 0;
        max-width: 1024px;
        transition: all 0.5s ease 0s;
        width: 100%;
    }
    .section1content{margin-top:60px;}

    .section21heading{float:none;margin-left:12px; margin-top:63px; padding-top: 0;}
    .section21learnmore{float:none;margin-right:0px;margin-left:30px;}
    #section21bg {
        position: relative;
        width: 100%;
        /*min-height: 505px;*/
        left: 0px;
        /*    top: 720px;*/
        margin: 0;
        padding: 0;
        display: block;
        z-index: 2;
        background-color: #111;
        /*background: url('../img/gtx1080/esports-banner-767x217.png') no-repeat;*/
        background-image:url("http://images.nvidia.com/pascal/img/banners/watch-dogs-2-bundle-banners-822x216.png");
        background-position: 50% center;
        background-size: cover;
        height:217px;

    }
    .paragon-h2-text{color: #fff;    font-family: GeForcealtBold!important;    font-size: 24px !important; line-height: 24px !important;padding-top: 9px; width:165px !important; width: 25% !important;}
    .paragon-green-text {    color: #79b900;    font-size: 9px !important;    line-height: 10px !important;}
    .section1txt {
        margin-bottom: 60px;
        margin-top: 27px;
        width: 100%;
        max-width: 100%;
    }



    .gamereadyimg {
        float: right;
        margin-right: 0;
        position: relative;
        right: 30px;
        top: 440px;
        width: 120px;
    }

    /*    #section2bg{top: 657px}*/

    #watchvideo{margin-top:60px;}
    .section1{height:615px}
    .section2content{ margin-top: 52px;}

    .section21content{ margin-top: 60px;padding-bottom: 70px;}
    .customh2 {
        color: #76b900 !important;
        font-family: GeForce;
        font-size: 32px !important;
        line-height: 32px !important;
        text-align: center;
    }
    .section2content h2 {

        font-family: GeForce;
        font-size: 24px;
        line-height: 24px;
        margin: 0;

        text-transform: uppercase;
    }
    .section21content h2 {

        font-family: GeForceLight;
        /*font-size: 22px !important;*/
        line-height: 22px;
        margin: 0 0 0 3%;
        width:165px;

        text-transform: uppercase;
    }
    .section2content p{margin-top: 23px; padding-top: 2px}
    .section2content .row{margin-top: 23px;}
    .section2content .learnmore{padding-bottom: 0px;}
    .section2content .pascallegal{padding-bottom: 56px;  margin-top: 20px;}
    /*.section3{height: 640px;}*/

    .modules .cell.empty {
        width: 2.5%;
    }


    #section3bg {  min-height: 660px; background-size: cover; }

    /*    .section2{height: 450px;}*/
    .section3content {
        margin-top: 55px;
        padding-top: 0px;
    }
    .section3content p{margin-top: 23px;}
    .section3content .graphintro{ margin-top: 37px; margin-bottom: 20px;}
    .section4content{margin-top:55px; padding-bottom: 60px;}
    .section21learnmore{float:none;margin-right:0px;margin-left:30px;}

    .intro-img {
        width: 100% !important;
    }

    .explore {
        float: left;
        margin-top: 15px;
        position: relative;
        text-align: left;
    }

    .section4content .intro {
        margin-top: 10px;
        width: 100%;
    }

    .only-tablet{display:block;}
    .only-desktop{display:none !important;}
    .logo{display:block; margin-top: 50px; width:100%; text-align:right; }
    .legal {
        padding-bottom: 60px;
        right: 0;
        width: 100%;
    }
    .graph{min-height:200px;}
    .chip1{width:670px;}
    .gallery-image {  max-width: 280px; height: auto;}
    #txt4b {
        margin-bottom: 40px;
    }

    .gallery-image.img1 {
        border-color: #747474;
        border-image: none;
        border-style: solid;
        border-width: 1px 0 1px 1px;
    }
    .gallery-image.img2 {
        border: 1px solid #747474;
    }

    .gallery-image.img3 {
        border-color: #747474;
        border-image: none;
        border-style: none solid solid;
        border-width: 1px 0 1px 1px;
    }




    .gallery-image.img4 {
        border-color: #747474;
        border-image: none;
        border-style: none solid solid;
        border-width: 1px;
    }

    .gallery.row {
        margin-top: 28px;
    }

    .tech1-img > img {
        height: 230px;
    }

    .section5content {
        margin-top: 55px;
        padding-bottom: 10px;
    }

    .section52content{margin-top: 30px; padding-bottom: 10px;}
.maxqcontent{margin-top: 30px; padding-bottom: 10px;}
.section53content{margin-top: 0px; padding-bottom: 40px;}
    .tech1-img{width:100% !important}
    .tech2-img{width:100% !important}
    .tech3-img{width:100% !important}

    .tech2-img > img {
        height: 230px;
    }


    .tech3-img > img {
        height: 320px;
    }

    .tech1{width: 100% !important; margin-top:55px;}
    .tech2{width: 100% !important; margin-top:60px;}
      .tech2-head{width: 100% !important;}
    .tech3{width: 100% !important; margin-top:55px;}

    .tech1 > p {
        float: left;
        max-width: 100%;
        text-align: left;
        width: auto;
    }


    .tech1 > img {
        margin: 0 auto;
        float: none;
    }

    .tech2 > p {
        float: left;
        max-width: 100%;
        text-align: left;
        width: auto;
    }


    .tech2 > img {
        margin: 0 auto;
        float: none;
    }

    .tech3 > p {
        float: left;
        max-width: 100%;
        text-align: left;
        width: auto;
    }


    .tech3 > img {
        margin: 0 auto;
        float: none;
    }





    #section6bg {
        background-position: 41% bottom !important;
        background-size: cover;
        top: 2810px;
        /*        min-height: 721px;*/
    }


    .section6 {
        height: 600px;
        width: 100%;
    }

    .section6content{margin-top:55px; padding-bottom: 45px}
    .section6innercontent{margin-top: 25px;}
    .section6innercontent > h1 {
        max-width: 430px;
    }

    .section6innercontent > p{margin-top: 40px;}

    .section7content{margin-top:55px; padding-bottom: 60px}

    .review-box {
        margin-bottom: 30px;
    }



    blockquote {

        font-size: 20px;
        line-height: 26px;

    }

    .vr-logo {
        width: 120px;
    }

    .section8content{margin-top:55px;}

    .quote-author-name, .quote-author-title{font-size: 16px;}

    .sliimage {
        float: left;
        margin-top: 60px;
        max-width: 100%;
    }
    .smsli-img{display:none; margin: 0 auto; padding:0 auto;}

    .bgsli-img {
        display: block;
        margin-left: 0;
        max-width: 90%;
    }

    .slibridge {
        margin-top: 30px;
        text-align: left;
    }

    .slibridge .cta-preorder {
        margin-bottom:  30px;
    }
    .slibridge h3{font-size:18px; line-height: 18px;}
    .price {margin-top: 0px;}

    .signupnewsletter{  padding-left: 0 !important;
                        padding-right: 0 !important;}

    .newslettercontent {
        font-family: GeForce;
        font-size: 23.95px;
        font-weight: normal;
        line-height: 23.95px;

    }

    .section9content{margin-top: 60px}
    .section9content .row {
        margin-top: 55px;
        text-align: left;
    }
    .section9content .gtxcard{width:300px; margin-top: 0px; }
    .cf > li{margin-left:0px; width:33%}



    #scroll-animation-GTX1080 {
        top: 200px;
        /*background-color: #fd0;*/
    }

    #scroll-animation-GTX1080 {
        top: 0;
        width: 100%;
        height: 240px;
        margin: 0;
        padding: 0;
        overflow: hidden;
        position: relative
    }

    .sprite-container-GTX1080 {
        top: 200px;
        width: 580px;
        height: 240px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        overflow: hidden;
    }

    .sprite-GTX1080 {
        /*transform: translate3d(0px, 0px, 0px);
        transform: matrix(1, 0, 0, 1, 0, 0);*/
        width: 19140px; /*34800px;*/
        height: 240px;
        background-color: #000;
        background: url("../img/scrollanimation/gtx1080_sprite_tablet_580px_sm.jpg") no-repeat;
        background-position: 0px 0px;
        background-size: contain;
    }

    .modal-body.hmcbody {
        display: inline-block;
        height: auto;
        padding: 0;
        position: relative;
        width: 100%;
    }

    .modal-dialog.sli {
        margin: 120px auto !important;
        width: 780px !important;
    }

    .modal-content.slicontent{padding: 30px 0 30px 60px}

    .modal-header{ text-align: center;}

    .bridgeimages {
        height: 200px;
    }

    .bridge {
        margin-right: 50px !important;
    }

    .modules {
        display: table;
        margin: 20px auto;
        width: 100%;
    }

    .modules .cell.empty{display:none;}

    .specsmodal{width:767px !important;}
    .specsmodalbody {
        margin-left: 79px;
        margin-right: 79px;
    }
    .specsmodal h2{margin-left: 63px;}
    .contentsection{padding-top: 136px;}
    .subnav{height: 55px}

    .modal-title.hmctitle {
        margin-bottom: 20px;
    }

    .section9content h3 {
        margin-bottom: 5px;
        margin-top: 10px;
    }


    .paragon-cta-button{padding:10px; font-size:12px; height:28px;}
	.section5content-head{margin-top:60px;}
	#maxqbg {
    background: url(../img/maxq/maxq-laptop-tab.jpg) no-repeat;
    height: 500px;
    background-position: top center;
}

.maxqcontent .tech2{margin-top:300px;}
	
	
}

/*SMALLER DESKTOPS*/
@media only screen and (min-width: 1024px) and (max-width:1309px){
	
	
    #section1bg {
        background-position: center center;
        background-size: contain;
        display: block;
        height: 500px;
        left: 0;
        margin: 8px 0 0;
        max-width: 1280px;
        padding: 0;
        position: relative;
        top: 0;
        transition: all 0.8s ease 0s;
        width: 100%;
        z-index: 1;
    }
    .section1{height:535px}




    .gamereadyimg {
        float: right;
        margin-right: 0;
        position: relative;
        right: 30px;
        top: 390px;
        width: 130px;
    }
    .section21heading{float:left;margin-left:130px;}
    .section21learnmore{float:right;margin-right:140px;margin-top:20px;}

    .section1content {
        margin-top: 60px;
        max-width: 500px;
        text-align: left;
    }
    .section1content h3 {margin-top: 15px;}

    .section1txt {
        margin-bottom: 27px;
        margin-top: 27px;
        max-width: 420px;
    }
    #watchvideo{margin-top:30px;}
    /*    #section2bg{top: 569px; }*/
    /*    .section2{height: 438px}*/


    .modules .cell.empty {
        width: 10%;
    }
    #section3bg {
        /*        top: 1074px;*/
        min-height: 740px; 
        background-size: cover;
    }
    /*    .section2{height: 430px}*/
    .section3content {
        margin-top: 55px; padding-top: 0px;
    }
    .section3content p{margin-top: 23px;}
    .section3content .graphintro{ margin-top: 7px; margin-bottom: 2px;}
    .legal{ margin-top: 0}
    .section3{height:625px}
    .section4content{margin-top: 55px;}

    .section4content .intro {
        margin-top: 20px;
    }

    .explore-gtx1070{margin-left: 25px;}
    .explore-gtx1060{margin-left: 25px;}
    .gallery-image{max-width: 370px; height: auto;}
    .gallery.row {
        margin-top: 28px;
    }

    .section5content{margin-top: 55px; padding-bottom: 30px}

    .tech1-img > img {
        height: 250px;
    }


    .section52content{margin-top: 55px;}
      .maxqcontent{margin-top: 55px;}

    .tech2-img > img {
        height: 250px;
    }


    .section53content{margin-top: 55px;}


    .tech3-img > img {
        height: 340px;
    }
    .tech3 {
        margin-top: 120px;
    }



    #section6bg {
        background-position: 41% bottom !important;
        background-size: cover;
        top: 2877px;
        /*        min-height: 710px;*/
    }


    .section6 {
        height: 634px;
        width: 100%;
    }
    .section6content{margin-top: 55px;}
    .section6innercontent{margin-top: 20px;}
    .section6innercontent > h1 {
        max-width: 600px;
    }
    .section6innercontent > p{margin-top: 40px;}

    .scetion7content{margin-top: 48px}
    .reviews{margin-top:20px;}

    .section8content{margin-top:55px;}
    .chip1 {
        width: 670px;
    }

    blockquote {

        font-size: 27px;
        line-height: 36px;
        margin-bottom: 35px;

    }

    .review-box{ margin-bottom: 25px;}
    .reviews{margin-bottom: 30px;}
    .sliimage {
        float: left;
        max-width: 100%;
    }
    .smsli-img{display:none; margin: 0 auto; padding:0 auto;}
    .bgsli-img{display:block; margin-left: 0;}

    .slibridge h3{font-size:24px; line-height: 24px;}
    .price {margin-top: 0px;}



    #scroll-animation-GTX1080 {
        position: relative;
        top: 0px;
        /*background-color: #6f0;*/
    }

    .sprite-container-GTX1080 {
        top: 200px;
        width: 768px;
        height: 318px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        overflow: hidden;
    }

    .sprite-GTX1080 {
        /*transform: translate3d(0px, 0px, 0px);
        transform: matrix(1, 0, 0, 1, 0, 0);*/
       	width: 25344px; /*46080px;*/
        height: 318px;
        background: url("../img/scrollanimation/gtx1080_sprite_desktop_768px_sm.jpg") no-repeat;
        background-position: 0px 0px;
        background-size: contain;
    }

    .modal-body.hmcbody {
        display: inline-block;
        height: auto;
        padding: 0;
        position: relative;
        width: 100%;
    }

    .modal-dialog.sli {
        margin: 120px auto !important;
        width: 900px !important;
    }

    .modal-content.slicontent{padding: 30px 0 30px 100px}

    .modal-header{ text-align: center;}

    .bridgeimages {
        height: 200px;
    }


    #performance {
        margin-bottom: 12px;
    }

    .modules {
        display: table;
        margin: 50px auto;
        width: 90%;
    }

    .modules .cell span {
        display: block;
        font-size: 48px;
        line-height: 38px;
    }
    .specsmodal{width:951px !important;}
    .specsmodalbody {
        margin-left: 66px;
        margin-right: 66px;
    }
    .specsmodal h2{margin-left: 50px;}
    .contentsection{padding-top: 230px;}
    .subnav{height: 70px}

    .legalsli{position: relative;padding-bottom: 10px;}
    .section9content h3 {
        margin-bottom: 5px;
        margin-top: 9px;
    }

    .section10content{ margin-top: 5px;}


    .tech3 > img {
        float: left;
        margin-bottom: 10px;
    }


    .tech2 > img {
        float: left;
        margin-bottom: 10px;
    }


    .tech1 > img {
        float: left;
        margin-bottom: 10px;
    }

    .intro-img > img {
        height: 300px;
    }
    .section21heading{float:left;margin-left:0%;}
    .section21learnmore{float: right;
                        margin-right: 1%;
                        margin-top: 20px;}

    .section1content {
        margin-top: 60px;
        max-width: 500px;
        text-align: left;
    }
    .section1content h3 {margin-top: 15px;}
    .section1txt {
        margin-bottom: 27px;
        margin-top: 27px;
        max-width: 500px;

    }
    #watchvideo{margin-top:30px;}
    /*    #section2bg{top: 569px; }*/
    /*    .section2{height: 438px}*/
    .section2content{ margin-top: 52px; padding-bottom:30px;}
    .section2content p{margin-top: 23px; padding-top: 0px;}
    .section2content .row{margin-top: 25px;}
    .section2content .learnmore{padding-bottom: 0px;}
    .section2content.pascallegal{padding-bottom: 45px;}
	.section5content-head{margin-top:60px;}
#maxqbg{
		background: url('../img/maxq/maxq-laptop-small.jpg') no-repeat; 
	    height: 450px;
	
	}
	
	.maxqcontent .tech2{padding-top:30px;}


}
@media screen and (min-width: 1310px) and (max-width:1800px) {  
    #section1bg {
        background-position: center center;
        background-size: contain;
        display: block;
        height: 480px;
        left: 0;
        margin: 8px 0 0;
        max-width: 1280px;
        padding: 0;
        /*position: absolute;*/
        /*        top: 65px;*/
        transition: all 0.8s ease 0s;
        width: 100%;
        z-index: 1;
    }



    .gamereadyimg {
        float: right;
        position: relative;
        /*        right: 30px;*/
        top: 360px;
    }


    #watchvideo{margin-top:60px;}
    .section1{height:555px;}
    .section1content{text-align: left; margin-top: 55px;}
    .section4content{margin-top: 115px;}

    .section4content .intro {
        margin-top: 70px;
    }
    .gallery-image{max-width:600px;}
    .gallery.row {
        margin-top: 58px;
    }


    .sliimage {
        float: left;
        max-width: 800px;
    }

    /*    #section3bg{min-height:810px}*/
    #section3bg{ /*background-size: 125% auto;*/background-size: cover; }
    .section3{height:690px}
    /*    .section3content{margin-top:103px}*/

    /*    #section6bg{min-height: 690px}*/

    #scroll-animation-GTX1080 {
        position: relative;
        top: 30px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        /*background-color: #03c;*/
    }

    .sprite-container-GTX1080 {
        top: 200px;
        width: 1024px;
        height: 424px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        overflow: hidden;
    }

    .sprite-GTX1080 {
        /*transform: translate3d(0px, 0px, 0px);
        transform: matrix(1, 0, 0, 1, 0, 0);*/
        width: 33792px; /*61440px;*/
        height: 424px;
        background: url("../img/scrollanimation/gtx1080_sprite_ultrawide_1024px_sm.jpg") no-repeat;
        background-position: 0px 0px;
        background-size: contain;
    }


    .modal-body.hmcbody {
        display: inline-block;
        height: auto;
        padding: 0;
        position: relative;
        width: 100%;
    }

    .modal-dialog.sli {
        margin: 120px auto !important;
        width: 1000px !important;
    }

    .modal-content.slicontent{padding: 30px 0 30px 100px}

    .modal-header{ text-align: center;}

    .bridgeimages {
        height: 200px;
    }


    #performance {
        margin-bottom: 42px;
    }

    .specsmodal{width:1060px !important;}
    .contentsection{padding-top: 230px;}
    .subnav{height: 70px}
	
	.section5content-head{margin-top:120px;}
	
	#maxqbg{
		background: url('../img/maxq/maxq-laptop.jpg') no-repeat; 
	    height: 450px;
	
	}
	
	
}




@media screen and (min-width: 1801px){
	
	/* .maxqcontent .tech2-img{background: url('../img/maxq/maxq-laptop.jpg') no-repeat;  */
	/* height: 450px;} */
	
	.section5content-head{margin-top:120px;}
	
	#maxqbg{
		background: url('../img/maxq/maxq-laptop.jpg') no-repeat; 
	    height: 450px;
		background-size: contain;
		background-position: left center
		
	
	}
	/* .tech2-img > img{display: none;} */
	
    /*    #section1bg{left:13%}*/
    .gallery-image{max-width:624px;}
    .gallery.row {
        margin-top: 58px;
    }

    #section3bg{background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%, rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG3.jpg') no-repeat;
                background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%,  rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG3.jpg') no-repeat;
                background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%,  rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG3.jpg') no-repeat;
                background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%,  rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG3.jpg') no-repeat;
                /*                background: linear-gradient(to left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%),linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG3.jpg') no-repeat;*/
                background-position: 20% top;
                background-size: cover;
                min-height: 740px
    }


    .modal-body.hmcbody {
        display: inline-block;
        height: auto;
        padding: 0;
        position: relative;
        width: 100%;
    }

    .modal-dialog.sli {
        margin: 120px auto !important;
        width: 1060px !important;
    }

    .modal-content.slicontent{padding: 30px 0 30px 100px}

    .modal-header{ text-align: center;}

    .bridgeimages {
        height: 200px;
    }

    #scroll-animation-GTX1080 {
        position: relative;
        top: 30px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        /*background-color: #03c;*/
    }

    .sprite-container-GTX1080 {
        top: 200px;
        width: 1024px;
        height: 424px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        overflow: hidden;
    }

    .sprite-GTX1080 {
        /*transform: translate3d(0px, 0px, 0px);
        transform: matrix(1, 0, 0, 1, 0, 0);*/
        width: 61440px;
        height: 424px;
        background: url("../img/scrollanimation/gtx1080_sprite_ultrawide_1024px_sm.jpg") no-repeat;
        background-position: 0px 0px;
        background-size: contain;
    }

    #performance {
        margin-bottom: 42px;
    }


    .section6innercontent table td {
        height: 50px;
        font-family: DINPro-Bold;
        font-weight: normal;
    }

    .section6innercontent table {
        font-family: DINPro-Bold;
        font-size: 16px;
        line-height: 24px;
    }

    .customcell td {
        height: 30px !important;
    }

    .specsmodal{width:1060px !important;}
    .contentsection{padding-top: 230px;}
    .subnav{height: 70px}
    .shop-intro {
        font-size: 24px !important;
    }
    .section9content h3 {margin-top: 3px;}
}

@media (min-width: 1921px) {
    /*#section1bg{max-width: 1890px; background: rgba(0, 0, 0, 0) url("../img/gtx1080/BG_IMG1.jpg") no-repeat scroll 0 top / cover  ; }*/
    #section3bg{background-size: contain}

    .specsmodal{width:1060px !important;}
    .shop-intro {
        font-size: 24px !important;
    }
    .section9content h3 {margin-top: 3px;}

}


/*GALLERY CSS */

.img-gallery-modal .modal__content {
    top: 170px ;
    bottom: 100px ;
    left: 100px ;
    right: 100px ;
    padding: 0px;
    line-height: 0;
    background-position: center;
    background-size: cover;
}
.img-gallery-modal .modal__content > img {
    object-fit: contain;
}

.gallery-block .table {

    width: 100%;

    margin: 0 auto;

    border-top: 1px solid #333;

    border-left: 1px solid #333;

    border-right: 1px solid #333;

}

@media (min-width: 768px) and (max-width: 1024px) {

    .gallery-block .table {

        width: 90%;

    }

}

@media (max-width: 767px) {

    .gallery-block .table {

        width: 100%;

        display: block;

    }

}

.gallery-block .table-row {

    display: table-row;

}

.gallery-block .table-cell {

    position: relative;

    display: table-cell;

    width: 50%;

    cursor: pointer;

    border-bottom: 1px solid #333;

}

.gallery-block .table-cell:first-child {

    border-right: 1px solid #333;

}

@media (max-width: 767px) {

    .gallery-block .table-cell {

        width: 100%;

        display: block;

    }

}

.gallery-block .table-cell img {

    width: 100%;

    /*    margin-bottom: -8px;*/

}

@media (max-width: 767px) {

    .gallery-block .table-cell {

        cursor: default;

    }

    .img-gallery-modal .modal__content {
        top: 170px;
        bottom: 100px;
        left: 100px;
        right: 100px;
        padding: 0px;
        line-height: 0;
        background-position: center;
        background-size: cover;
    }
    .img-gallery-modal .modal__content > img {
        object-fit: contain;
    }


}

.gallery-block .zoom-icon {

    position: absolute;

    right: 30px;

    bottom: 30px;

    width: 32px;

    height: 32px;

}

@media (max-width: 767px) {

    .gallery-block .zoom-icon {

        display: none;

    }

}



.modal {

    display: none;

}

.modal .modal__backdrop {

    position: fixed;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    z-index: 100;

    background: rgba(0, 0, 0, 0.8);

}

.modal .modal__content {

    position: absolute;

    top: 60px;

    left: 60px;

    right: 60px;

    bottom: 60px;

    z-index: 100;

    background: #1a1a1a;

    padding: 45px;

}

.modal .modal__close {

    width: 30px;

    height: 30px;

    cursor: pointer;

    display: inline-block;

    position: absolute;

    top: 30px;

    right: 30px;

}

.modal .modal__close:before {

    position: absolute;

    content: '';

    width: 29px;

    height: 2px;

    left: 0;

    top: 9px;

    -webkit-transform: rotate(135deg);

    -moz-transform: rotate(135deg);

    -ms-transform: rotate(135deg);

    -o-transform: rotate(135deg);

    transform: rotate(135deg);

    background-color: #999999;

    display: block;

    border-radius: 10px;

    -webkit-transition: all 0.2s;

    -moz-transition: all 0.2s;

    -ie-transition: all 0.2s;

    -o-transition: all 0.2s;

    transition: all 0.2s;

}

.modal .modal__close:after {

    position: absolute;

    content: '';

    width: 29px;

    height: 2px;

    left: 0;

    top: 9px;

    background-color: #999999;

    display: block;

    border-radius: 10px;

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    transform: rotate(45deg);

    -webkit-transition: all 0.2s;

    -moz-transition: all 0.2s;

    -ie-transition: all 0.2s;

    -o-transition: all 0.2s;

    transition: all 0.2s;

}

.modal .modal__close:hover:before {

    background-color: #666;

}

.modal .modal__close:hover:after {

    background-color: #666;

}

.modal.modal--shown {

    display: block;

}

.img-gallery-modal .modal__content {
    top: 100px ;
    bottom: 100px ;
    left: 100px ;
    right: 100px ;
    padding: 0px;
    line-height: 0;
    background-position: center;
    background-size: cover;
}
.img-gallery-modal .modal__content > img {
    object-fit: contain;
}

@media (max-width: 1024px) {

    .modal .modal__content {

        top: 0;

        bottom: 0;

        left: 0;

        right: 0;

        padding: 30px 15px;

        padding-top: 60px;

    }

    .modal .modal__close {

        top: 30px;

        right: 15px;

    }

    .modal .modal__close:before {

        width: 14px;

    }

    .modal .modal__close:after {

        width: 14px;

    }

}

.gallery-block .zoom-icon {
    bottom: 22px;
    height: 25px;
    position: absolute;
    right: 19px;
    width: 31px;
}

@media  (max-width:767px){

    .img-gallery-modal .modal__content {
        top: 170px ;
        bottom: 100px ;
        left: 100px ;
        right: 100px ;
        padding: 0px;
        line-height: 0;
        background-position: center;
        background-size: cover;
    }
    .img-gallery-modal .modal__content > img {
        object-fit: contain;
    }


}

.img-gallery-modal .modal__content {
    top: 100px;
    bottom: 100px;
    left: 100px;
    right: 100px;
    padding: 0px;
    line-height: 0;
    background-color: #000;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.img-gallery-modal .modal__content > img {
    object-fit: contain;
}

.js-full-video-modal .modal__content {
    margin: 0 auto;
    width: 560px;
    height: 315px;
    padding: 60px;
}


/* GALLERY CSS ENDS */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 3, 2016, 11:09:40 PM
    Author     : mnm
*/

.cta-button-small {
    background-color: #76b900;
    clear: both;
    color: #fff;
    font-family: DINPro-Bold;
    font-size: 14px;
    line-height: 14px;
    padding: 11px 12px 9px;
    position: relative;
    text-transform: uppercase;
}


.cta-button-sm-disabled {
    background-color: #1a1a1a;
    clear: both;
    color: #747474;
    font-family: DINPro-Bold;
    font-size: 14px;
    line-height: 14px;
    padding: 11px 12px 9px;
    position: relative;
    text-transform: uppercase;
}

.cta-button-sm-disabled.active{
    background-color: #76b900;
    clear: both;
    color: #fff;
    font-family: DINPro-Bold;
    font-size: 14px;
    line-height: 14px;
    padding: 11px 12px 9px;
    position: relative;
    text-transform: uppercase;
}

.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

.no-transition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}



/*VIDEO CSS*/

.page-backdrop.active {
    display: none;
}
.page-backdrop {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 31;
}

video {
    position: absolute;
    top: 180px;
    z-index: 98;
    display: none;
    width: 100%;
}
#video{display: none;}

/*END VIDEO CSS */



/* FULL WIDTH BACKROUNDS */

#backgrounds {
    position: absolute;
    float: left;
    width: 100%;
    height: auto;
    left: 0px;
    top: 0px;
    margin-top: 192px;
    padding: 0;
    z-index: 0;
}

#section1bg {
    position: relative;
    width: 100%;
    max-width: 1280px;
    height: 480px;
    /*    top: 65px;*/
    /*    left: 320px;*/
    margin: 0;
    padding: 0;
    display: block;
    z-index: 1;
    background-color: #000;
    background: url('../img/notebook/sec1-bg.jpg') no-repeat;
    background-position: 48% top;
    background-size: contain;
    transition: all 0.8s;
    margin-top:8px;
}

#section2bg {
    position: relative;
    width: 100%;
    /*min-height: 505px;*/
    left: 0px;
    /*    top: 720px;*/
    margin: 0;
    padding: 0;
    display: block;
    z-index: 2;
    background-color: #111;
    background: url('../img/gtx1080/BG_IMG2.jpg') no-repeat;
    /*    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG2.jpg') no-repeat;
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG2.jpg') no-repeat;
        background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG2.jpg') no-repeat;
        background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG2.jpg') no-repeat;
        background: linear-gradient(to left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG2.jpg') no-repeat;
        background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG2.jpg') no-repeat;*/


    background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 62%, rgba(0,0,0,1) 76%, rgba(0,0,0,1) 100%),  url('../img/gtx1080/BG_IMG2.jpg') no-repeat; /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 62%,rgba(0,0,0,1) 76%,rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG2.jpg') no-repeat; /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 62%,rgba(0,0,0,1) 76%,rgba(0,0,0,1) 100%),  url('../img/gtx1080/BG_IMG2.jpg') no-repeat; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progidXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    background-position: center center;
    background-size: cover;

}
#section21bg {
    position: relative;
    width: 100%;
    /*min-height: 505px;*/
    left: 0px;
    /*    top: 720px;*/
    margin: 0;
    padding: 0;
    display: block;
    z-index: 2;
    background-color: #111;
    background: url('http://images.nvidia.com/pascal/img/banners/watch-dogs-2-bundle-banner-1680x90.png') no-repeat;
    background-position: 50% center;
    background-size: cover;
    height:90px;

}


#section3bg {
    position: relative;
    width: 100%;

    min-height: 820px;
    height: auto;
    left: 0px;
    /*    top: 1220px;*/
    margin: 0;
    padding: 0;
    display: block;
    z-index: 3;
    background: rgba(0,0,0,0) url('../img/gtx1080/BG_IMG3.jpg') no-repeat;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG3.jpg') no-repeat;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG3.jpg') no-repeat;
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG3.jpg') no-repeat;
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG3.jpg') no-repeat;
    background: linear-gradient(to left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG3.jpg') no-repeat;
    background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG3.jpg') no-repeat;
    background-size: contain;
    background-position: 35% top;
}


#section6bg {
    /*    background: rgba(0, 0, 0, 0) url("../img/BG_IMG6.png") no-repeat ;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,1) 100%), url('../img/BG_IMG6.png') no-repeat;
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/BG_IMG6.png') no-repeat;
        background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/BG_IMG6.png') no-repeat;
        background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/BG_IMG6.png') no-repeat;
        background: linear-gradient(to left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/BG_IMG6.png') no-repeat;
    */
    display: block;
    height: auto;
    left: 0;
    margin: 0;
    max-width: 2560px;
    /*    min-height: 800px;*/
    padding: 0;
    /*    position: absolute;*/
    top: 3810px;
    width: 100%;
    z-index: 6;
    /* transition: all 0.5s;*/
    background-position:51% top;
    background-size: cover
}

/* END FULL WIDTH BACKGROUNDS */

.section1{margin-top:0px; position: relative; height: 555px; /*border-bottom: 1px solid #747474;*/}
.section1content{text-align: left; margin-top: 55px;}
.section1content h3 {margin-top: 0px;}
.section1txt{max-width:625px; margin-top: 27px; margin-bottom: 25px;}
#btnpreorder{width:130px;}
.watchvideo{height:40px; text-align: left; display: table;}
.watchvideo  img{}
.watchvideo span{  vertical-align: middle; display: table-cell; padding-left: 14px; font-family: DINPro-Bold; font-size: 14px; line-height: 18px;}
#watchvideo{margin-top:40px; max-width: 200px;}




.gamereadyimg {
    float: right;
    /*    margin-right: 60px;*/
    position: relative;
    top: 360px;
}

/*section2 */
.section2 {
    position: relative;
    width: 100%;
    /*height: 494px;*/
    display: block;
    text-align: center;
}
.section21 {
    position: relative;
    width: 100%;
    /*height: 494px;*/
    display: block;
    text-align: left;
}

.section2content .row{margin-top: 52px;}
.bigtxt{font-family: GeForceLight; font-size: 80px; line-height: 68.1px;}
.section2content .learnmore{font-family: DINPro-Bold; font-size: 14px; line-height: 18px; padding-bottom: 0px;}
.section2content.pascallegal{padding-bottom: 60px;}

.section3{position:relative; width: 100%; /*height: 700px;*/ display: block; text-align: center}
.section3content{padding-top: 110px;}
.section3content p{margin-top: 53px;}
.section3content .graphintro{font-family: DINPro-Light; font-size: 24px; line-height: 32px; margin-top: 36px;     margin-bottom: 20px;}
.legal {
    float: right;
    font-family: DINPro;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    /*position: absolute;*/
    position: inherit;
    right: 50px;
    /*text-align: center;*/
    text-align: right;
    padding:20px 0 30px;
}
.logo.only-desktop > img { float: right; }
.legalsli {
    float: left;
    font-family: DINPro;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    position: absolute;

    text-align: center;
}


.legalshop {
    float: left;
    font-family: DINPro;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    position: relative;
    width:100%;
    text-align: left;
    margin-top:16px;


}


.only-desktop{display:block !important; float: right }
.only-tablet{display:none;}
.only-phone{display:none;}
.logo {display:none; width: 660px; margin-top: 50px;}




.section4{width:100%; background-color: #000; height: auto;}
.section4content{text-align:center; margin-top: 55px; border-bottom: 1px solid #747474; 
                 /*padding-bottom: 30px;*/ }

.section4content .intro {
    margin-top: 40px;
    z-index: 99;
}


.intro > p {
    text-align: left;
    width: 100%;
}


.explore {
    margin-top: 37px;
    text-align: left;
    float: left;
    position: relative;
}


.explore-gtx1080 {
    float: left;
    max-width: 220px;
    position: relative;
    width: auto;
    font-family: DINPro-Bold;
    font-weight: normal;
}


.explore-gtx1070 {
    float: left;
    max-width: 220px;
    position: relative;
    width: auto;
    margin-left: 40px;
    font-family: DINPro-Bold;
    font-weight: normal;

}


.explore-gtx1060 {
    float: left;
    max-width: 220px;
    position: relative;
    width: auto;
    margin-left: 40px;
    font-family: DINPro-Bold;
    font-weight: normal;
}

.explore-gtx1050 {
    float: left;
    max-width: 220px;
    position: relative;
    width: auto;

    font-family: DINPro-Bold;
    font-weight: normal;
}



.graph-phone{display:none !important;}
.gallery{line-height: 0}
.section5{width:100%; background-color:#000;}

.section5content {
    margin-top: 115px;
    padding-bottom: 60px;
    text-align: center;
}

.section5content > h2 {
    margin-bottom: 60px;
}

.tech1 > p {
    float: left;
    max-width: 590px;
    text-align: left;
    width: auto;
}


.tech1 > img {
    float: left;
    margin-bottom: 30px;
}

.technology-section{background-color: #1a1a1a;}

.section52{width:100%; background-color:transparent;}
.section52content{text-align:center; margin-top: 115px;}

.section52content > h2 {
    margin-bottom: 60px;
}


.maxq{width:100%; background-color:transparent;}
.maxqcontent{text-align:center; margin-top: 115px; height: 335px; }

.maxqcontent > h2 {
    margin-bottom: 60px;
}

.tech2 > p {
    float: left;
    max-width: 590px;
    text-align: left;
    width: auto;
}


.tech2 > img {
    float: left;
    margin-bottom: 30px;
}


.tech2-img {
    margin-bottom: 30px;
}
582
.section53{width:100%; background-color:#000;}
.section53content{text-align:center; margin-top: 0px; border-bottom: 1px solid #747474;  padding-bottom: 55px;}

.section53content > h2 {
    margin-bottom: 60px;
}

.tech3 > p {
    float: left;
    max-width: 590px;
    text-align: left;
    width: auto;
}
.tech3 {
    margin-top: 120px;
}

.section53content .tech2 {
    margin-top: 120px;
}

.tech3 > img {
    float: left;
    margin-bottom: 30px;
}



.gallery-image{border:0px solid #747474; height: 375px; width:100%; margin: 0; padding: 0}
.gallery-image.img1{  
    border-color: #747474 -moz-use-text-color #747474 #747474;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
}
.gallery-image.img2{  
    border: 1px solid #747474;
}
.gallery-image.img3{  
    border-color: #747474 -moz-use-text-color #747474 #747474;
    border-image: none;
    border-style: none none solid solid;
    border-width: 1px 0px 1px 1px;
}
.gallery-image.img4{  
    border-color: #747474;
    border-image: none;
    border-style: none solid solid;
    border-width: 1px 1px 1px 1px;
}

.lightbox .lb-image{border: 0px solid #747474;}

.section6{width:100%; height: 797px; }
.section6content{text-align:center; margin-top: 113px; padding-bottom: 100px;}
.section6innercontent{width:100%; max-width:100%; margin-right: auto; margin-left: auto; margin-top: 48px}

.section6innercontent table { margin-top: 37px; font-size: 16px; line-height:48px; font-family: DINPro-Bold;}
.section6innercontent table .lefthead{color:#cccccc; font-family: DINPro-Light; font-size: 16px; line-height:20px;}
.section6innercontent > p { margin-top: 40px; text-transform: uppercase;   padding: 0;   font-family: DINPro-Bold;   font-size: 14px;   line-height: 18px;        }

.container-fluid.reviews-section {
    background-color: #1a1a1a;
}
.section7{width:100%; }
.section7content{text-align:center; margin-top: 115px; padding-bottom: 30px;}
#review1 {
    float: left;
}

.chip1{transition: all 0.8s;}
.review-box {
    position: relative;
    display: inline-block;
    width: 49%;
    min-width: 300px;
    margin-bottom: 60px;
}

blockquote {
    quotes: "\201C""\201D""\2018""\2019";
    border: none;
    position: relative;
    font-family: "GeForceLight";
    font-weight: lighter;
    font-size: 36px;
    line-height: 48px;
    color: #eee;
    text-transform: uppercase;
}

blockquote p {
    display: inline;
}

blockquote:before {
    content: "\201C";
    font-family: "DINPro";
    font-style: bold;
    font-size: 60px;
    line-spacing: 60px;
    color: #fff;
    top: -24px;
    line-height: 0.1em;
    /*    margin-right: 0.25em;*/
    vertical-align: -0.4em;
}

blockquote::after {
    content: "\201D";
    position: relative;
    font-family: "DINPro";
    font-style: bold;
    font-size: 60px;
    line-height: 36px;
    color: #fff;
    top: 45px;
    /*    left: 15px;*/
}

.quote-author-name {
    position: relative;
    display: inline-block;
    font-family: "DINPro-Bold";
    font-weight: normal;
    font-size: 18px;
    color: #eee;
    margin-top: 15px;
    text-transform: uppercase
}

.quote-author-title {
    position: relative;
    display: inline-block;
    font-family: "DINPro";
    font-weight: lighter;
    font-size: 18px;
    color: #eee;
}


.reviews {
    margin-top: 15px;
}

#morereviews {
    margin: 0 auto;
    width: 160px;
}

.section8{width:100%; }
.section8content{text-align:center; margin-top: 105px; padding-bottom: 20px;}
.section8content .row{margin-top: 30px;}

.sliimage{max-width:875px; float:left;}
.slibridge{margin-top:60px; text-align: left }
.slibridge h3{font-size:32px; line-height: 32px;}
.slibridge p {margin-top:10px;}
.button1{min-width:70px; float: left}
.button2{min-width:70px; float: left; margin-left: 15px;}
.button3{min-width:70px; float: left; margin-left: 15px;}

.price {
    color: #fff;
    font-family: DINPro-Bold;
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 15px;
    margin-top: 15px;
}

#buttons {
    height: 38px;
    margin-top: 15px;
}

.hmc{margin-top:27px !important;}

#preorder{margin-bottom: 60px;}
.quantity {
    background-color: #000;
    border: 1px solid #fff;
    color: #fff;
    height: 45px;
    overflow: hidden;
    text-align: center;
    width: 60px;
}
/*#preorder1 select {
    -moz-appearance: none;
    -webkit-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    
    background: rgba(0, 0, 0, 0) url("../img/dropdown-arrow.png") no-repeat scroll 90% center !important;
    border: 1px solid;
    border-radius: 0;
    font-size: 16px;
    height: 44px;
    line-height: 0;
    padding: 8px 5px 5px 10px;
    text-align: left;
    width: 57px;
}*/

/*select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-overflow: '';
    background: rgba(0, 0, 0, 0) url("../img/dropdown-arrow.png") no-repeat scroll 90% center !important;
    
    border-radius: 0;
    font-size: 16px;
    line-height: 0;
    padding: 8px 5px 5px 10px;
    width: 57px;
}*/

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: rgba(0, 0, 0, 0) url("../img/dropdown-arrow.png") no-repeat scroll 90% center;
    border-radius: 0;
    font-size: 16px;
    line-height: 0;
    padding: 9px 5px 5px 10px;
    text-overflow: "";
}


.quantity option {
    background-color: #000;
    padding-left: 14px;
    text-align: left;
}
.smsli-img{display:none; }

.bgsli-img {
    display: block;
    margin-left: 20%;
}

.signupnewsletter{background-color: #1a1a1a; padding-left: 0px; padding-right:0px; left:0; margin: 0;position: relative; width:100%}

.newslettercontent {
    font-family: GeForceLight;
    font-size: 32px;
    font-weight: lighter;
    line-height: 32px;
    padding-bottom:  23px;
    padding-top: 23px;
    text-align: center;
    text-transform: uppercase;
}

.newslettercontent img {
    margin: 0 auto;
    padding-right: 30px;
    text-align: center;
    vertical-align: middle;
}

.newslettercontent .cta-button {
    display: inline-block;
    margin: 0 auto 0 30px;
    text-align: center;
    vertical-align: middle;
}

.news-sign {
    vertical-align: middle;
}

.section9{width:100%; }
.section9content{text-align:center; margin-top: 113px; padding-bottom: 30px; border-bottom: 1px solid #747474;}
.section9content .row{margin-top: 30px; text-align: left}
/* .section9content h3 {margin-top: 15px;} */
.section9content .price{margin-top: 18px;}
.section9content .legal{margin-top:30px; color:#fff; }
.section9content .gtxcard{margin-top:40px; transition: all 0.5s; width: 100%}

.section10{width:100%; }
.section10content{text-align:center; margin-top: 5px; padding-bottom: 30px; border-bottom: 1px solid #747474;}

ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li{
    background: none;
    color: #fff;
    display: inline-block;
    padding: 50px 0 0;
    cursor: pointer;
}

ul.tabs li.current{

    color: #fff;
    border-bottom: 2px solid #76b900
}

.tab-content{
    display: none;
    max-width: 950px;
    padding-top: 60px;

    margin: 0 auto;
}

.tab-content.current{
    display: inherit;
}

.partner-tabs{display: table; margin: 0 auto; }

ul.tabs > [data-tab="tab-2"] {
    margin-left: 30px;
}

ul.tabs > [data-tab="tab-3"] {
    margin-left: 30px;
}


.cf::after {
    clear: both;
    content: "";
    display: table;
}

ul .cf{list-style: outside none none;}
.cf > li {
    display: inline-table;
    float: left;
    margin-left: 80px;
    width: 20%;
}

.lb-nav{top:40px;}

#scroll-animation-GTX1080 {
    position: absolute;
    width: 100%;
    max-width: 1118px;
    min-height: 260px;
    /*
    background: url('../images/FPO_Scroll_Animation.png') no-repeat;
    background-position: center top;
    background-size: contain;
    */
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    left: 0px;
    top: 360px;
    display: block;
    z-index: 0;
}

.shopshare{text-align: left; }

.sli-desc {
    color: #76b900;
    font-family: DINPro-Bold;
    font-size: 14px;
    margin: 0 auto;
    text-align: center !important;
    text-transform: uppercase;
}

.bridge > img {
    display: block;
    margin: 0 auto;
    padding: 0;
}

.extrainfo{font-family: DINPro-Light; font-size: 24px; line-height: 32px; color:#eeeeee; margin-top: 50px; display: inline-block }
.extrainfo p{font-family: DINPro; font-size: 16px; line-height: 24px; margin: 0;}

.pascallegal{font-family: DINPro; font-size: 12px; line-height: 24px; color:#cccccc; float: right}
.lb-nav a.lb-next{opacity :1 !important;}
.lb-nav a.lb-prev{opacity :1 !important;}

/*.rsns{text-align: left}*/

.modules {
    display: table;
    margin: 50px auto;
    width: 70%;
}

.modules .cell.empty {
    width: 2.5%;
}

.modules .cell {
    display: table-cell;
    text-align: left;
    text-transform: uppercase;
    vertical-align: bottom;
}


.modules .cell span {
    display: block;
    font-size: 80px;
    line-height: 69px;
    /*    margin-top: 10px;*/
}

/* SPECS MODAL STYLES */

.specsmodal h2 {
    color: #76b900;
    font-family: GeForce;
    font-size: 40px;
    font-weight: normal;
    line-height: 40px;
    margin-left: 93px;
    margin-top: 38px;
    padding: 0 !important;
    text-align: left;
}


.specsmodalbody{margin-left: 60px; margin-right: 60px; margin-top:6px; padding:0 !important;  color: #cccccc; font-family: DINPro-Light; font-size: 16px; line-height: auto;}
.specsrow .right{float:right; text-align: left; color:#fff; font-family: DINPro-Bold;}
.specsrow span {
    width: 50%;
}
.specsrow {padding-left: 30px; /*padding-bottom: 14px; padding-top: 15px;*/}
/*.specsrow:nth-child(2n){background-color: #242424;}*/
.coloredTable .specsrow:nth-child(2n+1){background-color: #242424;}



.coloredTable .title {
    color: #eeeeee;
    display: inline-block;
    font-family: DINPro-Light;
    font-size: 24px;
    line-height: 60px;
    margin-bottom: 6px;
    /* margin-top: 15px; */
}



.footnote {
    color: #666666;
    font-size: 12px;
    line-height: 16px !important;
    margin-bottom: 46px;
    margin-top: 43px;
}

.gap {
    height: 14px;
}

/*END OF  SPECS MODAL STYLES */

@media only screen and (max-width: 415px) {

    #section3bg {
        min-height: 665px !important;
        /*        top: 1356px !important;*/
        background-position: 23% top;
        background-size: cover;
    }
    .legal {
        margin-top: 10px ;
/*        text-align: left; */
        width: 100%;
    }
    .section2 {
        display: block;
        /*height: 850px !important;*/
        position: relative;
        text-align: center;
        width: 100%;
    }

    /*#section2bg{height: 890px !important;}*/
    /*#section3bg{top: 1456px !important;}*/
    /*.section3 {
        height: 643px !important;
    }*/

    .section3content {
        margin-top: 27px;
        padding-top: 0;
        text-align: left;
    }


    .section3content p {
        margin-top: 23px;
    }
    .section3content .graphintro{display:none;}

    .section6 {
        /*        height: 590px !important;*/
        width: 100%;
    }


    #section6bg {
        background-position: 41% bottom !important;
        background-size: cover;
        top: 3222px;
    }


    .only-desktop{display: none;}


    .intro > p {
        text-align: left;
        width: 100%;
    }
    .specsrow .right{text-align: right;}
    .section21heading{float:right;margin-right:5px; width:118px;}
    #section21bg {       
        /*width: calc(100% + 20px);*/
        width:100%;
        left: -10px;        
        max-width: 768px;
        margin-bottom:30px;
        background-size: cover !important;
         /*        background-position: 115% 50% !important;*/
        background-position: center;
        transition: all 0.5s;
        background: url('http://images.nvidia.com/pascal/img/banners/watch-dogs-2-bundle-banners-392x255.png') no-repeat;
        height:255px;

    }

    .paragon-h2-text {
        color: #fff;
        font-family: GeForcealtBold !important;
        font-size: 24px !important;
        line-height: 24px !important;
        padding-top: 39px;
    }
    .paragon-green-text {    color: #79b900;    font-size: 12px !important;line-height: 12px !important;}
    .paragon-cta-button{padding:10px; font-size:12px; height:28px;}
    .section21content h2 {width:112px;}
    /*.section21learnmore {
            float: right;
            margin-right: 82px;
            margin-top:20px;

    }*/
    /* gboorsu code*/
    .section21learnmore {
        margin-right: -36%;
        margin-top: 50% !important;
    }
}


@media only screen and (max-width: 400px) {
	
	.section5content-head{margin-top:30px;}
	
	#maxqbg {
    background: url(../img/maxq/maxq-laptop-mob.jpg) no-repeat;
    height: 570px;
    background-position: top center;
}

.maxqcontent{margin-top: 260px; padding-bottom: 0px; height: 260px;}




    .tab-content {
        padding-top: 10px;
    }

    .js-out-of-stock p{margin-top:10px;}



    #section1bg {
        background: rgba(0, 0, 0, 0) url("../img/notebook/sec1-bg-mob-xs.jpg") no-repeat scroll center 80% / contain ;
        height: 790px;
        left: 0;
        max-width: 1280px;
        top: 0;
        transition: none 0s ease 0s ;
        width: 100%;
    }


    .section1{height:600px}
    .section1content{margin-top:30px;}
    .section1content h3{margin-top:10px;}
    .section1txt{margin-top: 12px;}
    #watchvideo{margin-top:30px;}




    .gamereadyimg {
        float: right;
        position: relative;
        top: 710px;
        width: 80px;
        margin-right: 0px;
    }

    /*.section2{ height:845px !important}*/


    .section2content {
        margin-top: 14px;
        padding: 10px 10px 30px;
    }
    .customh2 {
        color: #76b900 !important;
        font-family: GeForce;
        font-size: 32px !important;
        line-height: 32px !important;
        text-align: center;
    }
    .section2content h2 {

        font-family: GeForce;
        font-size: 24px;
        line-height: 24px;
        margin: 0;

        text-transform: uppercase;
    }
    .section21content h2 {

        font-family: GeForceLight;
        /*font-size: 18px !important;*/
        line-height: 18px;
        margin: 0;
        /*text-align:center;*/

        text-transform: uppercase;
    }
    .section2content p{margin-top: 0px; padding-top: 24px; text-align: left;}
    .section2content .row{margin-top: 20px;}
    .section2content .learnmore{margin-top: 0}
    .section2content.pascallegal{padding-bottom: 56px;}

    #section3bg {
        /*top: 1455px !important;*/
        background: rgba(0,0,0,0) url('../img/gtx1080/BG_IMG3_Mobile.jpg') no-repeat;
        background-size: cover;
    }
    /*#section2bg {
        width: 100%;
        max-width: 2560px;
        height: 850px !important;
        background-position: center center;
        background-size: cover;
        transition: all 0.5s;        
    }*/
    #section2bg {
        /*width: 100%;*/
        width: calc(100% + 20px);
        left: -10px;
        /*max-width: 2560px;*/
        max-width: 768px;
        /*height: 700px;*/
        /*background-position: center center;*/
        background-position: bottom center !important;
        background-size: cover !important;
        transition: all 0.5s;
        /*        top:646px;*/
        background: url('../img/gtx1080/BG_IMG2_Mobile.jpg') no-repeat;
    }
    #section21bg {
        width: 100%;
        /*width: calc(100% + 20px);*/
        left: -10px;

        max-width: 768px;

        margin-bottom:30px;
        background-size: cover !important;
        transition: all 0.5s;
        ackground: url('http://images.nvidia.com/pascal/img/banners/watch-dogs-2-bundle-banners-392x255.png') no-repeat;
        height:255px;
    }

    .section2content .row > div {
        margin-bottom: 20px;
    }
    .section2content .row .col-xs-4 {
        width: 100%;
    }
    /*    .section2content .learnmore{margin-top:0px; padding-bottom: 26px}*/
    .only-phone{display:block}
    .only-desktop{display:none;}

    .logo.only-desktop > img {
        display: none;
    }
    .logo.only-desktop > div {
        display: none;
    }

    .modules .cell.empty {
        width: 10%;
    }

    .graph-phone{display:block !important; margin-top: 30px;}
    .graph{display: none !important;}

    .logo {margin-top: 40px; width:100%; text-align:center; }
    .logo .legal {
        padding-left: 10px;
    }
    .section3{height: 640px;   padding-left: 10px;
              padding-right: 10px;}

    .section4content{margin-top:30px; padding-bottom: 25px; }
    .section4content .intro{margin-top:25px}
    .chip1{width:290px;}
    .gallery-image {  max-width: 280px; height: auto}
    .gallery-image.img1{  
        border-color: #747474;
        border-image: none;
        border-style: solid;
        border-width: 1px 1px 0 1px;
    }
    .gallery-image.img2{  
        border: 1px solid #747474;
    }
    .gallery-image.img3 {
        border-color: #747474;
        border-image: none;
        border-style: none solid solid;
        border-width: 1px;
    }
    .gallery-image.img4{  
        border-color: #747474;
        border-image: none;
        border-style: none solid solid;
        border-width: 1px 1px 1px 1px;
    }


    .section5content{margin-top:25px;}
    .gallery.row {
        margin-top: 28px; line-height: 0;
    }

    /*    #section6bg{min-height: 515px !important;}*/
    .section6 {
        /*        height: 515px !important;*/
        width: 100%;
    }

    /*    .section6content > h2 {
            display: none;
        }*/

    .section6innercontent table {
        font-family: DINPro-Bold;
        margin-top: 17px;
    }

    .section6innercontent > p{margin-top: 20px}

    #performance > h2 {
        text-align: center;
    }

    .section7content{margin-top:25px;}
    .reviews{margin-top:10px;}

    .review-box {
        width: 100%;
        margin-bottom: 30px;
        display: block;
        clear: both;
    }

    blockquote {

        font-size: 20px;
        line-height: 26px;

    }

    .quote-author-name, .quote-author-title{font-size: 16px;}
    .smsli-img{display:block; margin: 0 auto; padding:0 auto; width: 100%;}
    .bgsli-img{display:none;}
    .section8content {
        margin-top: 27px;
    }
    .sliimage {
        display:none
    }
    .section9content{margin-top:25px; padding-bottom: 22px;}
    .section9content .gtxcard{margin-top:60px; width: 100%}
    .section9content .row{margin-top:15px;}
    .section9content h3{   margin-top: 10px;}
    .slibridge{margin-top: 30px;}
    .slibridge h3{font-size:18px; line-height: 18px;}
    .slibridge p {margin-bottom:23px;}
    .section9content .price{ margin-top: 47px}

    #preorder {
        margin-bottom: 27px;
    }
    .section9content .legal{margin-top:0px;}
    .newslettercontent {
        font-family: GeForce;
        font-size: 23.95px;
        font-weight: normal;
        line-height: 23.95px;

    }
    .newslettercontent img{padding-bottom: 15px;padding-right: 0;}
    .newslettercontent .cta-button{margin-top:30px; margin-left: 0px;}

    .gtxcard {width: 290px;  }
    .pull-right{float:left !important;}
    .section10content{margin-top: 23px;}
    ul.tabs li{padding:30px 0 0;}
    .signupnewsletter{padding-left: 0 !important;
                      padding-right: 0 !important;}


    .cf > li {
        margin: 0 auto;
        width: 100%;
    }

    /*    .tab-content{padding-top:60px;} */

    .section6innercontent table {  font-size: 12px; line-height:16px; }
    .section6innercontent table .lefthead{ font-size: 12px; line-height:20px;}
    .section6innercontent table td{  width: 10px; font-family: DINPro-Bold;
                                     font-weight: normal; }

    #scroll-animation-GTX1080 {
        position: relative;
        top: 50px;
        width: 100%;
        height: 124px;
        margin: 0;
        padding: 0;
        overflow: hidden;
        min-height: 180px;
    }

    .sprite-container-GTX1080 {
        top: 200px;
        width: 300px;
        height: 124px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        overflow: hidden;
    }

    .sprite-GTX1080 {
        /*transform: translate3d(0px, 0px, 0px);
        transform: matrix(1, 0, 0, 1, 0, 0);*/
        width: 9900px; /*18000px;*/
        height: 124px;
        background: url("../img/scrollanimation/gtx1080_sprite_mobile_300px_sm.jpg") no-repeat;
        background-position: 0px 0px;
        background-size: contain;
    }

    .legalshop {
        font-family: DINPro;
        font-size: 12px;
        font-weight: normal;
        line-height: 16px;
        position: relative;
        text-align: left;
        float:none;
    }

    .shopshare {
        margin-top: 15px;
        text-align: left;
    }

    .bridgeimages {
        padding-left: 0px;
        margin-top:0px;

    }

    .modal-title.hmctitle {
        color: #76b900;
        font-family: GeForce;
        text-align: center !important;
        margin-top: 65px !important;
    }

    .bridge {
        margin-right: 0;
        margin-top: 25px;
    }

    .closePop.hmcclose {
        margin-top: 30px;
    }

    .modal-title.hmctitle{margin-top: 75px !important}
    .pascallegal{
        margin-top: 18px;
        text-align: left;
        float: none;
        margin-bottom: 15px;
    }

    .price{margin-top: 20px;}

    .only-desktop{display: none;}
    /*  #review3,#review4{display: none;} */


    #performance {
        margin-bottom: 15px;
    }

    .section6content{margin-top: 0px;  padding-bottom: 30px;}



    .modules .cell {
        display: block;
        margin-bottom: 23px;
        text-align: center;
        width: 100%;
    }


    .modules {
        display: table;
        margin: 0px auto 0;
        width: 100%;
    }

    .modules .cell span {
        display: block;
        font-size: 48px;
        line-height: 38px;
    }


    #specs > h2 {
        margin-top: 30px;
    }

    .section9content .row .cta-preorder{margin-bottom: 0px;}
    .contentsection{padding-top: 110px;}
    #specsmodal .modal-header {
        padding: 0;
    }

    .specsmodal h2 {
        margin-left: 0;
        margin-top: 100px;
        text-align: center;
    }
    .specsrow {
        padding: 17px 2px;
    }
    .specsmodalbody {
        color: #cccccc;
        font-family: DINPro-Light;
        font-size: 16px;
        line-height: 18px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 6px;
        padding: 0 !important;
    }

    .title.mob {
        line-height: 0;
        padding-bottom: 32px;
        padding-top: 16px;
    }
    .footnote {
        color: #666666;
        font-size: 12px;
        line-height: 16px !important;
        margin-bottom: 26px;
        margin-top: 28px;
    }
    .coloredTable .title {
        padding-left: 2px;
    }

    .legalsli{position: relative;padding-bottom: 10px;}
    .section9content h3 {
        margin-top: 14px;
    }

    .tech1-img > img {
        height: auto;
        width: 100%;
    }

    .section5content {
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .section52content{margin-top: 30px; padding-bottom: 30px;}
    
    .section53content{margin-top: 0px; padding-bottom: 30px;}
    .tech1-img{width:100% !important}
    .tech2-img{width:100% !important}
    .tech3-img{width:100% !important}


    .tech2-img > img {
        height: auto;
        width: 100%;
    }



    .tech3-img > img {
        height: auto;
        width: 100%;
    }

    .tech1{width: 100% !important; margin-top:0px;}
    .tech2{width: 100% !important; margin-top:0px;}
    .tech2-head{width: 100% !important;}
    .tech3{width: 100% !important; margin-top:0px;}
.maxqcontent .cta-preorder{padding-top:30px;}
	.maxqcontent .tech2 {
    margin-top: 0px;
}

.section53content .tech2 {
    margin-top: 0px;
}

    .tech1 > p {
        float: left;
        max-width: 100%;
        text-align: left;
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 30px;
    }


    .tech1 > img {
        margin: 0 auto;
        float: none;
        /*    width: 100%;*/
        /*        height:auto;*/
    }

    .tech2 > p {
        float: left;
        max-width: 100%;
        text-align: left;
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 30px;
    }


    .tech2 > img {
        margin: 0 auto;
        float: none;
        /*      width: 100%;*/
        /*        height:auto;*/
    }

    .tech3 > p {
        float: left;
        max-width: 100%;
        text-align: left;
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 30px;
    }


    .tech3 > img {
        margin: 0 auto;
        /*      width: 100%;*/
        /*        height:auto;*/
        float: none;
    }


    #shop > img {
        height: auto;
        width: 100%;
    }

    ul.tabs > [data-tab="tab-2"]{  margin-left: 10px;}
    ul.tabs > [data-tab="tab-3"]{  margin-left: 10px;}
    ul.tabs li {
        padding: 30px 0 0;
        width: 90px;
    }

    #performance h2 {
        text-align: center;
    }

    .explore-gtx1080{width: 100%;  margin-top:25px; }
    .explore-gtx1070{width: 100%; margin-left: 0px;  margin-top:25px;}
    .explore-gtx1060, .explore-gtx1050{width: 100%; margin-left: 0px;  margin-top:25px;}

    .chart-container{width: 100%}
    .chart-inner {left: 28%;width: 75.55%;    }

    .chart-line{margin: 0 0 0 11.5%}
    .chart-labels{width:26%; font-size: 15px !important}

    .chart-numbers {
        left: 28%;
        padding-right: 0;
        width: 73%;
    }

    .chart-bottom-bar{width: 93% !important}
    .chart-number{margin-right:7%; font-size: 10px !important}
    .chart-legend-container{width:67%; left: 20%}
    .chart-legend-right{right:0px;left:0;margin-left: 50px; }
    .chart-label1{margin-bottom: 30px;}
    .chart-bottom-bar {
        width: 95% !important;
    }
    
    

}



@media only screen and (min-width: 401px) and (max-width:767px){
	
	.section5content-head{margin-top:30px;}
	
	#maxqbg {
    background: url(../img/maxq/maxq-laptop-tab.jpg) no-repeat;
    height: 570px;
    background-position: top center;
}

.maxqcontent .tech2{margin-top:300px;}




    .tab-content {
        padding-top: 10px;
    }

    /*    #section1bg {
            width: 100%;
            max-width: 1280px;
            height: 439px;
            top: 100px;
            left: 0px;
            background-position: -100px bottom;
            background-size: contain;
            transition: all 0.5s;
        }*/

    #section1bg {
        background: rgba(0, 0, 0, 0) url("../img/notebook/sec1-bg-mob.jpg") no-repeat scroll center 80% / contain ;
        height: 740px;
        left: 0;
        max-width: 767px;
        top: 0;
        transition: none 0s ease 0s ;
        width: 100%;
    }

    .section1content{margin-top:60px;}
    #watchvideo{margin-top:30px;}
    .section1{height: 640px}

    .section1txt {
        margin-top: 12px;
    }

    .gamereadyimg {
        float: right;
        position: relative;
        /*        right: 30px;*/
        top: 647px;
        width: 100px;
    }
    .section2 {
        position: relative;
        width: 100%;
        /*height: 800px;*/

        display: block;
        text-align: center;
    }
    .section21 {
        position: relative;
        width: 100%;
        /*height: 800px;*/

        display: block;
        /*text-align: center;*/
    }
    .section2content {margin-top: 20px;}
    .section21content {margin-top: 20px;}
    .customh2 {
        color: #76b900 !important;
        font-family: GeForce;
        font-size: 32px !important;
        line-height: 32px !important;
        text-align: center;
    }
    .section2content h2 {

        font-family: GeForce;
        font-size: 24px;
        line-height: 24px;
        margin: 0;

        text-transform: uppercase;
    }
    .section2content p{margin-top: 0px; padding-top: 30px;}
    .section2content .row{margin-top: 30px;}
    .section2content .learnmore{margin-top:0px;}
    .section2content .pascallegal { /*padding-bottom: 20px;*/ margin-top: 20px; float: none; text-align: left; }

    .modules .cell.empty {
        width: 10%;
    }

    #section3bg {  /*background-position: 20% top;*/ min-height: 810px; background-size: cover; /*background: rgba(0,0,0,0) url('../img/gtx1080/BG_IMG3_Mobile.jpg') no-repeat;*/ }
    #section2bg {
        /*width: 100%;*/
        width: calc(100% + 60px);
        left: -30px;
        /*max-width: 2560px;*/
        max-width: 768px;
        /*height: 700px;*/
        /*background-position: center center;*/
        background-position: bottom center !important;
        background-size: cover !important;
        transition: all 0.5s;
        /*        top:646px;*/
        background: url('../img/gtx1080/BG_IMG2_Mobile.jpg') no-repeat;
    }


    #performance h2 {
        text-align: center;
    }

    .section2content {
        margin-top: 24px;
        padding: 0 30px 30px;
    }
    .section21content {
        margin-top: 24px;
        padding: 0 0px 20px;
    }
    .section2content .row > div {
        margin-bottom: 20px;
    }
    /*    .section2content .learnmore{margin-top:0px; padding-bottom: 26px}*/
    .only-phone{display:block}
    .only-desktop{display:none;}
    .logo{display:block; }

    .section2content .row > .col-xs-4 {
        width: 100%;
    }


    .section3content {
        margin-top: 25px;
        padding-top: 0px;
    }
    .section3content p{margin-top: 23px;}
    .section3content .graphintro{ margin-top: 37px; margin-bottom: 20px;}
    only-tablet{display:block;} 
    .only-desktop{display:none !important;}
    .logo{display:block; margin-top: 60px;width:100%; text-align:right; }

    .gallery-image.img1{  
        border-color: #747474;
        border-image: none;
        border-style: solid;
        border-width: 1px 1px 0 1px;
    }
    .gallery-image.img2{  
        border: 1px solid #747474;
    }
    .gallery-image.img3 {
        border-color: #747474;
        border-image: none;
        border-style: none solid solid;
        border-width: 1px;
    }
    .gallery-image.img4{  
        border-color: #747474;
        border-image: none;
        border-style: none solid solid;
        border-width: 1px 1px 1px 1px;
    }

    .gallery-image {  max-width: 310px; height: auto}
    .graph-phone{display:none !important;}
    .graph{display: block!important;}

    /*.section3{height:625px}*/

    .section4content {
        margin-top: 38px;
        padding-bottom: 30px;
    }
    .section4content .intro{margin-top: 25px}
    .chip1{width:400px;}
    .legal {
        float: left;
        font-family: DINPro;
        font-size: 12px;
        font-weight: normal;
        line-height: 16px;
        margin: 0 auto;
      /*  position: absolute;*/
        right: 0;
        text-align: right;
        width: 100%;
    }
    .logo .legal {
        padding-left: 10px;
    }


    .explore-gtx1080 {
        width: 100%;
        margin-top:25px;
    }


    .explore-gtx1070 {
        width: 100%;
        margin-left: 0px;
        margin-top:25px;
    }


    .explore-gtx1060, .explore-gtx1050{
        width: 100%;margin-left: 0px; margin-top:25px;
    }




    .section5content{margin-top:27px; padding-bottom: 13px}
    .gallery.row {
        margin-top: 28px;
    }

    .section6content{margin-top:30px;}


    #section6bg {
        background-position: 41% bottom !important;
        background-size: cover;
        top: 3366px;

        /*        min-height: 590px;*/
    }


    .section6 {
        height: 638px;
        width: 100%;
    }

    .section6innercontent > p{margin-top:38px;}
    .section6innercontent > h1 {
        max-width: 360px;
    }

    .section6innercontent table {  font-size: 12px; line-height:16px; }
    .section6innercontent table .lefthead{ font-size: 12px; line-height:36px;}



    .section7content{margin-top: 30px}
    .section8content{margin-top: 30px; padding-bottom:50px;}
    .section9content{margin-top:30px;}
    .section10content{margin-top:30px;}

    .review-box {
        width: 100%;
        margin-bottom: 30px;
        display: block;
        clear: both;
    }

    blockquote {

        font-size: 20px;
        line-height: 26px;

    }

    .quote-author-name, .quote-author-title{font-size: 16px;}
    .smsli-img{display:block; margin: 0 auto; padding:0 auto; width: 100%;}
    .bgsli-img{display:none;}

    .sliimage {
        display:none
    }

    .slibridge h3{font-size:18px; line-height: 18px;}
    .price {margin-top: 0px;}

    .newslettercontent {
        font-family: GeForce;
        font-size: 23.95px;
        font-weight: normal;
        line-height: 23.95px;

    }

    .newslettercontent img{padding-bottom: 15px;padding-right: 0;}
    .newslettercontent .cta-button{margin-top:15px; margin-left: 0px;}

    .gtxcard {width: 290px;  }

    .signupnewsletter{padding-left: 0 !important;
                      padding-right: 0 !important;}

    .cf > li{ margin: 0 auto; width: 90%;}


    .pull-right {
        float: left !important;
    }

    .section9content .row{text-align:left}

    .bridgeimages{padding-left: 70px; width:auto!important;}

    #scroll-animation-GTX1080 {
        position: relative;
        top: 60px;
        width: 100%;
        height: 124px;
        margin: 0;
        padding: 0;
        /*background-color: #f80;*/
        overflow: hidden;
    }

    .sprite-container-GTX1080 {
        top: 200px;
        width: 300px;
        height: 124px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        overflow: hidden;
    }

    .sprite-GTX1080 {
        /*transform: translate3d(0px, 0px, 0px);
        transform: matrix(1, 0, 0, 1, 0, 0);*/
        width: 9900px; /*18000px;*/
        height: 124px;
        background: url("../img/scrollanimation/gtx1080_sprite_mobile_300px_sm.jpg") no-repeat;
        background-position: 0px 0px;
        background-size: contain;
    }

    .legalshop {
        font-family: DINPro;
        font-size: 12px;
        font-weight: normal;
        line-height: 16px;
        position: relative;
        text-align: left;
        float:none;
    }

    .shopshare {

        text-align: left;
    }

    .bridgeimages {
        padding-left: 0px;
        margin-top:0px;

    }

    .modal-title.hmctitle {
        color: #76b900;
        font-family: GeForce;
        text-align: center !important;
        margin-top: 65px !important;
    }

    .bridge {
        margin-right: 0;
        margin-top: 25px;
    }

    .closePop.hmcclose {
        margin-top: 30px;
    }

    .modal-title.hmctitle{margin-top: 75px !important}
    .only-desktop{display: none;}

    /* #review3,#review4{display: none;} */


    .modules .cell {
        display: block;
        margin-bottom: 23px;
        text-align: center;
        width: 100%;
    }


    .modules {
        display: table;
        margin: 0px auto 0;
        width: 100%;
    }

    .modules .cell span {
        display: block;
        font-size: 48px;
        line-height: 38px;
    }

    .contentsection{padding-top: 110px;}
    .specsrow .right{text-align: right;}
    #specsmodal .modal-header {
        padding: 0;
    }

    /* .specsmodal h2 {
        margin-left: 0;
        margin-top: 100px;
        text-align: center;
    } */
    .specsmodal h2 {
        padding-left: 2px !important;
        text-align: left;
        margin-top: 100px;
        margin-left: 10px;
    }
    .specsrow {
        padding: 17px 2px;
    }
    .specsmodalbody {
        color: #cccccc;
        font-family: DINPro-Light;
        font-size: 16px;
        line-height: 18px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 6px;
        padding: 0 !important;
    }

    .title.mob {
        line-height: 0;
        padding-bottom: 32px;
        padding-top: 16px;
    }
    .footnote {
        color: #666666;
        font-size: 12px;
        line-height: 16px !important;
        margin-bottom: 26px;
        margin-top: 28px;
    }
    .coloredTable .title {
        padding-left: 2px;
    }
    .section9content h3 {
        margin-bottom: 5px;
        margin-top: 14px;
    }


    .tech1-img > img {
        height: auto;
        width: 100%;
    }

    .section5content {
        margin-top: 30px;
        padding-bottom: 10px;
    }

    .section52content{margin-top: 30px; padding-bottom: 10px;}
    .maxqcontent{margin-top: 330px; padding-bottom: 30px;height: 240px}
    .section53content{margin-top: 0px; padding-bottom: 10px;}
    .tech1-img{width:100% !important}
    .tech2-img{width:100% !important}
    .tech3-img{width:100% !important}


    .tech2-img > img {
        height: auto;
        width: 100%;
    }



    .tech3-img > img {
        height: auto;
        width: 100%;
    }

    .tech1{width: 100% !important; margin-top:60px;}
    .tech2{width: 100% !important; margin-top:0px;}
    .tech2-head{width: 100% !important;}
    .tech3{width: 100% !important; margin-top:0px;}
	
	.maxqcontent .tech2 {
    margin-top: 30px;
}
    
     .maxqcontent .cta-preorder {
    float: none;
    padding-bottom: 30px;
}

.section53content .tech2 {
    margin-top: 0;
}

 .section53content .cta-preorder {
    float: none;
    padding-bottom: 30px;
	margin-top:30px;
}
.maxqcontent h2 {
    text-align: center;
}

.section53content h2{text-align: center}


.tech3-desc{text-align: center}

    .tech1 > p {
        float: left;
        max-width: 100%;
        text-align: left;
        width: auto;
    }


    .tech1 > img {
        margin: 0 auto;
        float: none;
    }

    .tech2 > p {
        float: left;
        max-width: 100%;
        text-align: left;
        width: auto;
    }


    .tech2 > img {
        margin: 0 auto;
        float: none;
        float:left;
    }

    .tech3 > p {
        float: left;
        max-width: 100%;
        text-align: left;
        width: auto;
    }


    .tech3 > img {
        margin: 0 auto;
    }

    #shop > img {
        height: auto;
        width: 100%;
    }

    ul.tabs > [data-tab="tab-2"]{  margin-left: 10px;}
    ul.tabs > [data-tab="tab-3"]{  margin-left: 10px;}
    ul.tabs li {
        padding: 30px 0 0;
        width: 100px;
    }


}

@media only screen and (min-width:401px) and (max-width: 419px){

    .chart-container{width: 100%}
    .chart-inner {left: 29%;width: 75.55%;    }

    .chart-line{margin: 0 0 0 11.5%}
    .chart-labels{width:26%; font-size: 15px !important}

    .chart-numbers {
        left: 28%;
        padding-right: 0;
        width: 73%;
    }

    .chart-bottom-bar{width: 93% !important}
    .chart-number{margin-right:8%; font-size: 10px !important}
    .chart-legend-container{width:67%; left: 30%}
    .chart-legend-right{right:0px;left:0 }
    .chart-label1{margin-bottom: 30px;}


}

@media only screen and (min-width: 420px) and (max-width: 767px){


    #section1bg {
        background: rgba(0, 0, 0, 0) url("../img/notebook/sec1-bg-mob.jpg") no-repeat scroll center 80% / contain ;
        height: 700px !important;
        left: 0;
        max-width: 767px;
        top: 0;
        transition: none 0s ease 0s ;
        width: 100%;
    }



    .gamereadyimg {
        float: right;
        margin-right: 0;
        position: relative;
        top: 605px !important;
        width: 100px;
    }

    /*    .specsmodal {
        width: 640px !important;
    }*/

    /*.specsmodalbody{margin: auto;}*/
    .specsmodal h2{text-align: left}
    #section21bg {
        position: relative;
        width: 100%;
        /*min-height: 505px;*/
        left: 0px;
        /*    top: 720px;*/
        margin: 0;
        padding: 0;
        display: block;
        z-index: 2;
        background-color: #111;
        /*background: url('../img/gtx1080/esports-banner-767x217.png') no-repeat;*/
        background-image:url("http://images.nvidia.com/pascal/img/banners/watch-dogs-2-bundle-banners-822x216.png");
        background-position: 50% center;
        background-size: cover;
        height:217px;

    }
    .section21heading{float:none;margin-left:0px; margin-top:63px;}
    .section21learnmore{float:none;margin-right:0px;margin-left:0px;width:95px;}
    .section21content h2 {
        font-size: 22px;
        font-weight: lighter;
        line-height: 22px;
        margin-left: 0;
        text-align: left;
        width: 21% !important;
    }
    .paragon-h2-text {
        color: #fff;
        font-family: GeForcealtBold !important;
        font-size: 24px !important;
        line-height: 24px !important;
        padding-top: 9px;
    }
    .paragon-green-text {    color: #79b900;    font-size: 12px !important;    line-height: 12px !important;}
    .paragon-cta-button{padding:10px; font-size:12px; height:28px;}
    .section21content h2{
        font-size: 22px;
        font-weight: lighter;
        line-height: 22px;
        margin-left:0px;
        text-align: left;
        width: 130px !important;

    }

    .chart-container{width: 100%}
    .chart-inner {left: 29%;width: 75.55%;    }

    .chart-line{margin: 0 0 0 11.5%}
    .chart-labels{width:26%; font-size: 15px !important}


    .chart-numbers {
        left: 26%;
        padding-right: 0;
        width: 82.55%;
        font-size: 10px !important
    }
    .chart-number{margin-right:8%; font-size: 10px !important;}
    .chart-legend-container{width:67%; left: 30%}
    .chart-legend-right{right:0px;left:0 }
    .chart-label1{margin-bottom: 30px;}

}

@media screen and (min-width: 561px) and (max-width: 767px){

    .chart-container{width: 100%}
    .chart-inner {left: 29%;width: 75.55%;    }

    .chart-line{margin: 0 0 0 11.5%}
    .chart-labels{width:26%; font-size: 15px !important}

    .chart-numbers {
        left: 28%;
        padding-right: 0;
        width: 73%;
    }
    .chart-number{margin-right:9%}
    .chart-legend-container{width:67%; left: 30%}
    .chart-legend-right{right:0px;left:0 }
    .chart-label1{margin-bottom: 45px !important;}
}



@media screen and (min-width: 622px) and (max-width: 767px) {

    #section6bg {
        background-position: 41% bottom !important;
        background-size: cover;
        top: 2912px;
        /*        min-height: 685px;*/
    }
    .section6content{margin-top:30px;}
    .cf > li {
        margin-left: 0;
        width: 30% !important;
    }

    .section6 {
        /*   height: 560px;*/
        width: 100%;
        max-height:580px;
    }


    /*.section2content .row > .col-xs-4 {
        width: 33.3333% !important;

    }*/

    .chart-inner{width: 82.55%; left: 26%;}

    .chart-line{margin: 0 0 0 11.95%}

    .chart-numbers{padding-right:0px; width: 79%; left:25%}
    .chart-number{margin-right:10%}
    .chart-legend-container{width:67%; left: 30%}
    .chart-legend-right{right:0px;left:0 }


}
/*TABLETS */
@media screen and (min-width: 768px) and (max-width: 1023px) {

    h1{color:#76b900; font-family: GeForce; font-weight: bold; font-size:32px; line-height: 32px; text-transform: uppercase;margin:0px;}
    h2{color:#eeeeee; font-family: GeForce; font-size: 24px; line-height: 24px; text-transform: uppercase;margin:0px; font-weight: normal}
    h3{color:#76b900; font-family: GeForceLight; font-size: 24px; line-height:24px; text-transform: uppercase;margin:0px; font-weight: lighter}
    
    .maxqcontent .cta-preorder {
    float: none;
    padding-bottom: 30px;
}

.section53content .cta-preorder {
    float: none;
    padding-bottom: 30px;
}

.maxqcontent h2 {
    text-align: center;
}


.tech3-desc{text-align: center;    width: 100% !important;}


    /*h2{font-family: GeForce !important; font-size: 24px !important; line-height: 24px !important; font-weight: normal!important;}*/



    #section1bg {
        background: rgba(0, 0, 0, 0) url("../img/notebook/sec1-bg-tab.jpg") no-repeat scroll center 80% / contain ;
        height: 550px;
        left: 0;
        max-width: 1024px;
        transition: all 0.5s ease 0s;
        width: 100%;
    }
    .section1content{margin-top:60px;}

    .section21heading{float:none;margin-left:12px; margin-top:63px;}
    .section21learnmore{float:none;margin-right:0px;margin-left:30px;}
    #section21bg {
        position: relative;
        width: 100%;
        /*min-height: 505px;*/
        left: 0px;
        /*    top: 720px;*/
        margin: 0;
        padding: 0;
        display: block;
        z-index: 2;
        background-color: #111;
        /*background: url('../img/gtx1080/esports-banner-767x217.png') no-repeat;*/
        background-image:url("http://images.nvidia.com/pascal/img/banners/watch-dogs-2-bundle-banners-822x216.png");
        background-position: 50% center;
        background-size: cover;
        height:217px;

    }

    .section1txt {
        margin-bottom: 60px;
        margin-top: 27px;
        width: 100%;
        max-width: 100%;
    }



    .gamereadyimg {
        float: right;
        margin-right: 0;
        position: relative;
        right: 30px;
        top: 440px;
        width: 120px;
    }

    /*    #section2bg{top: 657px}*/

    #watchvideo{margin-top:60px;}
    .section1{height:615px}
    .section2content{ margin-top: 52px; padding-bottom:30px;}

    .section21content{ margin-top: 60px;padding-bottom: 70px;}
    .customh2 {
        color: #76b900 !important;
        font-family: GeForce;
        font-size: 32px !important;
        line-height: 32px !important;
        text-align: center;
    }
    .section2content h2 {

        font-family: GeForce;
        font-size: 24px;
        line-height: 24px;
        margin: 0;

        text-transform: uppercase;
    }
    .section21content h2 {

        font-family: GeForceLight;
        /*font-size: 22px !important;*/
        line-height: 22px;
        margin: 0 0 0 3%;
        width:165px;

        text-transform: uppercase;
    }
    .section2content p{margin-top: 23px; padding-top: 2px}
    .section2content .row{margin-top: 23px;}
    .section2content .learnmore{padding-bottom: 0px;}
    .section2content .pascallegal{padding-bottom: 56px;  margin-top: 20px;}

    .paragon-h2-text{      
        color: #fff;
        font-family: GeForcealtBold !important;
        font-size: 24px !important;
        line-height: 24px !important;
        padding-top: 40px;
    }
    .paragon-green-text {    color: #79b900;    font-size: 12px !important;    line-height: 12px !important; font-family:GeForceAltBold !important;}
    .paragon-cta-button{padding:10px; font-size:12px; height:28px;}

    /*.section3{height: 640px;}*/

    .modules .cell.empty {
        width: 2.5%;
    }


    #section3bg {  min-height: 660px; background-size: cover; }

    /*    .section2{height: 450px;}*/
    .section3content {
        margin-top: 55px;
        padding-top: 0px;
    }
    .section3content p{margin-top: 23px;}
    .section3content .graphintro{ margin-top: 37px; margin-bottom: 20px;}
    .section4content{margin-top:55px; padding-bottom: 60px;}

    .intro-img {
        width: 100% !important;
    }

    .explore {
        float: left;
        margin-top: 15px;
        position: relative;
        text-align: left;
    }

    .section4content .intro {
        margin-top: 10px;
        width: 100%;
    }

    .only-tablet{display:block;}
    .only-desktop{display:none !important;}
    .logo{display:block; margin-top: 50px; width:100%; text-align:right; }
    .legal {
        padding-bottom: 60px;
        right: 0;
        width: 100%;
    }
    .graph{min-height:200px;}
    .chip1{width:670px;}
    .gallery-image {  max-width: 280px; height: auto;}
    #txt4b {
        margin-bottom: 40px;
    }

    .gallery-image.img1 {
        border-color: #747474;
        border-image: none;
        border-style: solid;
        border-width: 1px 0 1px 1px;
    }
    .gallery-image.img2 {
        border: 1px solid #747474;
    }

    .gallery-image.img3 {
        border-color: #747474;
        border-image: none;
        border-style: none solid solid;
        border-width: 1px 0 1px 1px;
    }




    .gallery-image.img4 {
        border-color: #747474;
        border-image: none;
        border-style: none solid solid;
        border-width: 1px;
    }

    .gallery.row {
        margin-top: 28px;
    }

    .tech1-img > img {
        height: 230px;
    }

    .section5content {
        margin-top: 55px;
        padding-bottom: 10px;
    }

    .section52content{margin-top: 30px; padding-bottom: 10px;}
    .maxqcontent{margin-top: 30px; padding-bottom: 10px;height:500px}
	
    .section53content{margin-top: 0px; padding-bottom: 40px;}
	.section53content .tech2 {
    margin-top: 30px !important;
}
    .tech1-img{width:100% !important}
    .tech2-img{width:100% !important}
    .tech3-img{width:100% !important}

    .tech2-img > img {
        height: 230px;
    }


    .tech3-img > img {
        height: 320px;
    }

    .tech1{width: 100% !important; margin-top:55px;}
    .tech2{width: 100% !important; margin-top:60px;}
    .tech2-head{width: 100% !important; }
    .tech3{width: 100% !important; margin-top:55px;}

    .tech1 > p {
        float: left;
        max-width: 100%;
        text-align: left;
        width: auto;
    }


    .tech1 > img {
        margin: 0 auto;
        float: none;
    }

    .tech2 > p {
        float: left;
        max-width: 100%;
        text-align: left;
        width: auto;
    }


    .tech2 > img {
        margin: 0 auto;
        float: none;
    }

    .tech3 > p {
        float: left;
        max-width: 100%;
        text-align: left;
        width: auto;
    }


    .tech3 > img {
        margin: 0 auto;
        float: none;
    }





    #section6bg {
        background-position: 41% bottom !important;
        background-size: cover;
        top: 2810px;
        /*        min-height: 721px;*/
    }


    .section6 {
        height: 600px;
        width: 100%;
    }

    .section6content{margin-top:55px; padding-bottom: 45px}
    .section6innercontent{margin-top: 25px;}
    .section6innercontent > h1 {
        max-width: 430px;
    }

    .section6innercontent > p{margin-top: 40px;}

    .section7content{margin-top:55px; padding-bottom: 60px}

    .review-box {
        margin-bottom: 30px;
    }



    blockquote {

        font-size: 20px;
        line-height: 26px;

    }

    .vr-logo {
        width: 120px;
    }

    .section8content{margin-top:55px;}

    .quote-author-name, .quote-author-title{font-size: 16px;}

    .sliimage {
        float: left;
        margin-top: 60px;
        max-width: 100%;
    }
    .smsli-img{display:none; margin: 0 auto; padding:0 auto;}

    .bgsli-img {
        display: block;
        margin-left: 0;
        max-width: 90%;
    }

    .slibridge {
        margin-top: 30px;
        text-align: left;
    }

    .slibridge .cta-preorder {
        margin-bottom:  30px;
    }
    .slibridge h3{font-size:18px; line-height: 18px;}
    .price {margin-top: 0px;}

    .signupnewsletter{  padding-left: 0 !important;
                        padding-right: 0 !important;}

    .newslettercontent {
        font-family: GeForce;
        font-size: 23.95px;
        font-weight: normal;
        line-height: 23.95px;

    }

    .section9content{margin-top: 60px}
    .section9content .row {
        margin-top: 55px;
        text-align: left;
    }
    .section9content .gtxcard{width:300px; margin-top: 0px; }
    .cf > li{margin-left:0px; width:33%}



    #scroll-animation-GTX1080 {
        top: 200px;
        /*background-color: #fd0;*/
    }

    #scroll-animation-GTX1080 {
        top: 0;
        width: 100%;
        height: 240px;
        margin: 0;
        padding: 0;
        overflow: hidden;
        position: relative
    }

    .sprite-container-GTX1080 {
        top: 200px;
        width: 580px;
        height: 240px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        overflow: hidden;
    }

    .sprite-GTX1080 {
        /*transform: translate3d(0px, 0px, 0px);
        transform: matrix(1, 0, 0, 1, 0, 0);*/
        width: 19140px; /*34800px;*/
        height: 240px;
        background-color: #000;
        background: url("../img/scrollanimation/gtx1080_sprite_tablet_580px_sm.jpg") no-repeat;
        background-position: 0px 0px;
        background-size: contain;
    }

    .modal-body.hmcbody {
        display: inline-block;
        height: auto;
        padding: 0;
        position: relative;
        width: 100%;
    }

    .modal-dialog.sli {
        margin: 120px auto !important;
        width: 780px !important;
    }

    .modal-content.slicontent{padding: 30px 0 30px 60px}

    .modal-header{ text-align: center;}

    .bridgeimages {
        height: 200px;
    }

    .bridge {
        margin-right: 50px !important;
    }

    .modules {
        display: table;
        margin: 20px auto;
        width: 100%;
    }

    .modules .cell.empty{display:none;}

    .specsmodal{width:767px !important;}
    .specsmodalbody {
        margin-left: 46px;
        margin-right: 46px;
    }
    .specsmodal h2{margin-left: 63px;}
    .contentsection{padding-top: 136px;}
    .subnav{height: 55px}

    .modal-title.hmctitle {
        margin-bottom: 20px;
    }

    .section9content h3 {
        margin-bottom: 5px;
        margin-top: 10px;
    }


    .paragon-cta-button{padding:10px; font-size:12px; height:28px;}

    .chart-inner{width: 82.55%; left: 32%;}

    .chart-line{margin: 0 0 0 11.95%}

    .chart-numbers{padding-right:0px; width: 79%}
    .chart-number{margin-right:10%}
    .chart-legend-container{width:67%; left: 30%}
    .chart-legend-right{right:0px;left:0 }


    .product-head div {
        line-height: 18px;
        max-width: 100px;
    }


    .section6innercontent table td {
        font-family: DINPro-Bold;
        font-weight: normal;
        max-width: 15px;
    }



}
/*SMALLER DESKTOPS*/
@media only screen and (min-width: 1024px) and (max-width:1309px){
    #section1bg {
        background-position: center center;
        background-size: contain;
        display: block;
        height: 500px;
        left: 0;
        margin: 8px 0 0;
        max-width: 1280px;
        padding: 0;
        position: relative;
        top: 0;
        transition: all 0.8s ease 0s;
        width: 100%;
        z-index: 1;
    }
    .section1{height:535px}




    .gamereadyimg {
        float: right;
        margin-right: 0;
        position: relative;
        right: 30px;
        top: 390px;
        width: 130px;
    }
    .section21heading{float:left;margin-left:130px;}
    .section21learnmore{float:right;margin-right:140px;margin-top:20px;}

    .section1content {
        margin-top: 60px;
        max-width: 500px;
        text-align: left;
    }
    .section1content h3 {margin-top: 15px;}

    .section1txt {
        margin-bottom: 27px;
        margin-top: 27px;
        max-width: 420px;
    }
    #watchvideo{margin-top:30px;}
    /*    #section2bg{top: 569px; }*/
    /*    .section2{height: 438px}*/


    .modules .cell.empty {
        width: 10%;
    }
    #section3bg {
        /*        top: 1074px;*/
        min-height: 740px; 
        background-size: cover;
    }
    /*    .section2{height: 430px}*/
    .section3content {
        margin-top: 55px; padding-top: 0px;
    }
    .section3content p{margin-top: 23px;}
    .section3content .graphintro{ margin-top: 7px; margin-bottom: 2px;}
    .legal{ margin-top: 0}
    .section3{height:625px}
    .section4content{margin-top: 55px;}

    .section4content .intro {
        margin-top: 20px;
    }

    .explore-gtx1070{margin-left: 25px;}
    .explore-gtx1060{margin-left: 25px;}
    .gallery-image{max-width: 370px; height: auto;}
    .gallery.row {
        margin-top: 28px;
    }

    .section5content{margin-top: 55px; padding-bottom: 30px}

    .tech1-img > img {
        height: 250px;
    }


    .section52content{margin-top: 55px;}
        .maxqcontent{margin-top: 55px;}

    .tech2-img > img {
    height: 250px;
}

.section53content .tech2-img {
    margin-bottom: 0;
    padding-top: 0;
}

    .section53content{margin-top: 0px;}
.section53content .tech2 {
    margin-top: 60px;
}

    .tech3-img > img {
        height: 340px;
    }
    .tech3 {
        margin-top: 0px;
    }



    #section6bg {
        background-position: 41% bottom !important;
        background-size: cover;
        top: 2877px;
        /*        min-height: 710px;*/
    }


    .section6 {
        height: 634px;
        width: 100%;
    }
    .section6content{margin-top: 55px;}
    .section6innercontent{margin-top: 20px;}
    .section6innercontent > h1 {
        max-width: 600px;
    }
    .section6innercontent > p{margin-top: 40px;}

    .scetion7content{margin-top: 48px}
    .reviews{margin-top:20px;}

    .section8content{margin-top:55px;}
    .chip1 {
        width: 670px;
    }

    blockquote {

        font-size: 27px;
        line-height: 36px;
        margin-bottom: 35px;

    }

    .review-box{ margin-bottom: 25px;}
    .reviews{margin-bottom: 30px;}
    .sliimage {
        float: left;
        max-width: 100%;
    }
    .smsli-img{display:none; margin: 0 auto; padding:0 auto;}
    .bgsli-img{display:block; margin-left: 0;}

    .slibridge h3{font-size:24px; line-height: 24px;}
    .price {margin-top: 0px;}



    #scroll-animation-GTX1080 {
        position: relative;
        top: 0px;
        /*background-color: #6f0;*/
    }

    .sprite-container-GTX1080 {
        top: 200px;
        width: 768px;
        height: 318px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        overflow: hidden;
    }

    .sprite-GTX1080 {
        /*transform: translate3d(0px, 0px, 0px);
        transform: matrix(1, 0, 0, 1, 0, 0);*/
       	width: 25344px; /*46080px;*/
        height: 318px;
        background: url("../img/scrollanimation/gtx1080_sprite_desktop_768px_sm.jpg") no-repeat;
        background-position: 0px 0px;
        background-size: contain;
    }

    .modal-body.hmcbody {
        display: inline-block;
        height: auto;
        padding: 0;
        position: relative;
        width: 100%;
    }

    .modal-dialog.sli {
        margin: 120px auto !important;
        width: 900px !important;
    }

    .modal-content.slicontent{padding: 30px 0 30px 100px}

    .modal-header{ text-align: center;}

    .bridgeimages {
        height: 200px;
    }


    #performance {
        margin-bottom: 12px;
    }

    .modules {
        display: table;
        margin: 50px auto;
        width: 90%;
    }

    .modules .cell span {
        display: block;
        font-size: 48px;
        line-height: 38px;
    }
    .specsmodal{width:951px !important;}
    .specsmodalbody {
        margin-left: 66px;
        margin-right: 66px;
    }
    .specsmodal h2{margin-left: 50px;}
    .contentsection{padding-top: 230px;}
    .subnav{height: 70px}

    .legalsli{position: relative;padding-bottom: 10px;}
    .section9content h3 {
        margin-bottom: 5px;
        margin-top: 9px;
    }

    .section10content{ margin-top: 5px;}


    .tech3 > img {
        float: left;
        margin-bottom: 10px;
    }


    .tech2 > img {
        float: left;
        margin-bottom: 10px;
    }


    .tech1 > img {
        float: left;
        margin-bottom: 10px;
    }

    .intro-img > img {
        height: 300px;
    }
    .section21heading{float:left;margin-left:15%;}
    .section21learnmore{float: right;
                        margin-right: 1%;
                        margin-top: 20px;}

    .section1content {
        margin-top: 60px;
        max-width: 500px;
        text-align: left;
    }
    .section1content h3 {margin-top: 15px;}
    .section1txt {
        margin-bottom: 27px;
        margin-top: 27px;
        max-width: 500px;

    }
    #watchvideo{margin-top:30px;}
    /*    #section2bg{top: 569px; }*/
    /*    .section2{height: 438px}*/
    .section2content{ margin-top: 52px; padding-bottom:30px;}
    .section2content p{margin-top: 23px; padding-top: 0px;}
    .section2content .row{margin-top: 25px;}
    .section2content .learnmore{padding-bottom: 0px;}
    .section2content.pascallegal{padding-bottom: 45px;}
    .chart-inner{width: 82.55%; left: 32%;}

    .chart-line{margin: 0 0 0 11.95%}

    .chart-numbers{padding-right:0px; width: 79%}
    .chart-number{margin-right:10%}
    .chart-legend-container{width:67%; left: 30%}
    .chart-legend-right{right:0px;left:0 }


}
@media screen and (min-width: 1310px) and (max-width:1800px) {  
    #section1bg {
        background-position: center center;
        background-size: contain;
        display: block;
        height: 480px;
        left: 0;
        margin: 8px 0 0;
        max-width: 1280px;
        padding: 0;
        /*position: absolute;*/
        /*        top: 65px;*/
        transition: all 0.8s ease 0s;
        width: 100%;
        z-index: 1;
    }



    .gamereadyimg {
        float: right;
        position: relative;
        /*        right: 30px;*/
        top: 360px;
    }


    #watchvideo{margin-top:60px;}
    .section1{height:555px;}
    .section1content{text-align: left; margin-top: 55px;}
    .section4content{margin-top: 115px;}

    .section4content .intro {
        margin-top: 70px;
    }
    .gallery-image{max-width:600px;}
    .gallery.row {
        margin-top: 58px;
    }


    .sliimage {
        float: left;
        max-width: 800px;
    }

    /*    #section3bg{min-height:810px}*/
    #section3bg{ /*background-size: 125% auto;*/background-size: cover; }
    .section3{height:690px}
    /*    .section3content{margin-top:103px}*/

    /*    #section6bg{min-height: 690px}*/

    #scroll-animation-GTX1080 {
        position: relative;
        top: 30px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        /*background-color: #03c;*/
    }

    .sprite-container-GTX1080 {
        top: 200px;
        width: 1024px;
        height: 424px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        overflow: hidden;
    }

    .sprite-GTX1080 {
        /*transform: translate3d(0px, 0px, 0px);
        transform: matrix(1, 0, 0, 1, 0, 0);*/
        width: 33792px; /*61440px;*/
        height: 424px;
        background: url("../img/scrollanimation/gtx1080_sprite_ultrawide_1024px_sm.jpg") no-repeat;
        background-position: 0px 0px;
        background-size: contain;
    }


    .modal-body.hmcbody {
        display: inline-block;
        height: auto;
        padding: 0;
        position: relative;
        width: 100%;
    }

    .modal-dialog.sli {
        margin: 120px auto !important;
        width: 1000px !important;
    }

    .modal-content.slicontent{padding: 30px 0 30px 100px}

    .modal-header{ text-align: center;}

    .bridgeimages {
        height: 200px;
    }


    #performance {
        margin-bottom: 42px;
    }

    .specsmodal{width:1200px !important;}
    .contentsection{padding-top: 230px;}
    .subnav{height: 70px}

    .chart-inner{width: 82.55%; left: 32%;}

    .chart-line{margin: 0 0 0 11.95%}

    .chart-numbers{padding-right:0px; width: 79%}
    .chart-number{margin-right:10%}
    .chart-legend-container{width:67%; left: 30%}
    .chart-legend-right{right:0px;left:0 }


}
@media screen and (min-width: 1801px){

    .chart-inner{width: 82.55%; left: 32%;}

    .chart-line{margin: 0 0 0 11.95%}

    .chart-numbers{padding-right:0px; width: 79%}
    .chart-number{margin-right:10%}
    .chart-legend-container{width:67%; left: 30%}
    .chart-legend-right{right:0px;left:0 }
    /*    #section1bg{left:13%}*/
    .gallery-image{max-width:624px;}
    .gallery.row {
        margin-top: 58px;
    }

    #section3bg{background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%, rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG3.jpg') no-repeat;
                background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%,  rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG3.jpg') no-repeat;
                background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%,  rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG3.jpg') no-repeat;
                background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%,  rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG3.jpg') no-repeat;
                /*                background: linear-gradient(to left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%),linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/gtx1080/BG_IMG3.jpg') no-repeat;*/
                background-position: 20% top;
                background-size: cover;
                min-height: 740px
    }


    .modal-body.hmcbody {
        display: inline-block;
        height: auto;
        padding: 0;
        position: relative;
        width: 100%;
    }

    .modal-dialog.sli {
        margin: 120px auto !important;
        width: 1060px !important;
    }

    .modal-content.slicontent{padding: 30px 0 30px 100px}

    .modal-header{ text-align: center;}

    .bridgeimages {
        height: 200px;
    }

    #scroll-animation-GTX1080 {
        position: relative;
        top: 30px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        /*background-color: #03c;*/
    }

    .sprite-container-GTX1080 {
        top: 200px;
        width: 1024px;
        height: 424px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        overflow: hidden;
    }

    .sprite-GTX1080 {
        /*transform: translate3d(0px, 0px, 0px);
        transform: matrix(1, 0, 0, 1, 0, 0);*/
        width: 61440px;
        height: 424px;
        background: url("../img/scrollanimation/gtx1080_sprite_ultrawide_1024px_sm.jpg") no-repeat;
        background-position: 0px 0px;
        background-size: contain;
    }

    #performance {
        margin-bottom: 42px;
    }


    .section6innercontent table td {
        height: 50px;
        font-family: DINPro-Bold;
        font-weight: normal;
    }

    .section6innercontent table {
        font-family: DINPro-Bold;
        font-size: 16px;
        line-height: 24px;
    }

    .customcell td {
        height: 30px !important;
    }

    .specsmodal{width:1060px !important;}
    .contentsection{padding-top: 230px;}
    .subnav{height: 70px}
    .shop-intro {
        font-size: 24px !important;
    }
    .section9content h3 {margin-top: 3px;}
}

@media (min-width: 1921px) {
    /*#section1bg{max-width: 1890px; background: rgba(0, 0, 0, 0) url("../img/gtx1080/BG_IMG1.jpg") no-repeat scroll 0 top / cover  ; }*/
    #section3bg{background-size: cover}

    .specsmodal{width:1060px !important;}
    .shop-intro {
        font-size: 24px !important;
    }
    .section9content h3 {margin-top: 3px;}

}


/*GALLERY CSS */

.img-gallery-modal .modal__content {
    top: 170px ;
    bottom: 100px ;
    left: 100px ;
    right: 100px ;
    padding: 0px;
    line-height: 0;
    background-position: center;
    background-size: cover;
}
.img-gallery-modal .modal__content > img {
    object-fit: contain;
}

.gallery-block .table {

    width: 100%;

    margin: 0 auto;

    border-top: 1px solid #333;

    border-left: 1px solid #333;

    border-right: 1px solid #333;

}

@media (min-width: 768px) and (max-width: 1024px) {

    .gallery-block .table {

        width: 90%;

    }

}

@media (max-width: 767px) {

    .gallery-block .table {

        width: 100%;

        display: block;

    }

}

.gallery-block .table-row {

    display: table-row;

}

.gallery-block .table-cell {

    position: relative;

    display: table-cell;

    width: 50%;

    cursor: pointer;

    border-bottom: 1px solid #333;

}

.gallery-block .table-cell:first-child {

    border-right: 1px solid #333;

}

@media (max-width: 767px) {

    .gallery-block .table-cell {

        width: 100%;

        display: block;

    }

}

.gallery-block .table-cell img {

    width: 100%;

    /*    margin-bottom: -8px;*/

}

@media (max-width: 767px) {

    .gallery-block .table-cell {

        cursor: default;

    }

    .img-gallery-modal .modal__content {
        top: 170px;
        bottom: 100px;
        left: 100px;
        right: 100px;
        padding: 0px;
        line-height: 0;
        background-position: center;
        background-size: cover;
    }
    .img-gallery-modal .modal__content > img {
        object-fit: contain;
    }


}

.gallery-block .zoom-icon {

    position: absolute;

    right: 30px;

    bottom: 30px;

    width: 32px;

    height: 32px;

}

@media (max-width: 767px) {

    .gallery-block .zoom-icon {

        display: none;

    }

}



.modal {

    display: none;

}

.modal .modal__backdrop {

    position: fixed;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    z-index: 100;

    background: rgba(0, 0, 0, 0.8);

}

.modal .modal__content {

    position: absolute;

    top: 60px;

    left: 60px;

    right: 60px;

    bottom: 60px;

    z-index: 100;

    background: #1a1a1a;

    padding: 45px;

}

.modal .modal__close {

    width: 30px;

    height: 30px;

    cursor: pointer;

    display: inline-block;

    position: absolute;

    top: 30px;

    right: 30px;

}

.modal .modal__close:before {

    position: absolute;

    content: '';

    width: 29px;

    height: 2px;

    left: 0;

    top: 9px;

    -webkit-transform: rotate(135deg);

    -moz-transform: rotate(135deg);

    -ms-transform: rotate(135deg);

    -o-transform: rotate(135deg);

    transform: rotate(135deg);

    background-color: #999999;

    display: block;

    border-radius: 10px;

    -webkit-transition: all 0.2s;

    -moz-transition: all 0.2s;

    -ie-transition: all 0.2s;

    -o-transition: all 0.2s;

    transition: all 0.2s;

}

.modal .modal__close:after {

    position: absolute;

    content: '';

    width: 29px;

    height: 2px;

    left: 0;

    top: 9px;

    background-color: #999999;

    display: block;

    border-radius: 10px;

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    transform: rotate(45deg);

    -webkit-transition: all 0.2s;

    -moz-transition: all 0.2s;

    -ie-transition: all 0.2s;

    -o-transition: all 0.2s;

    transition: all 0.2s;

}

.modal .modal__close:hover:before {

    background-color: #666;

}

.modal .modal__close:hover:after {

    background-color: #666;

}

.modal.modal--shown {

    display: block;

}

.img-gallery-modal .modal__content {
    top: 100px ;
    bottom: 100px ;
    left: 100px ;
    right: 100px ;
    padding: 0px;
    line-height: 0;
    background-position: center;
    background-size: cover;
}
.img-gallery-modal .modal__content > img {
    object-fit: contain;
}

@media (max-width: 1024px) {

    .modal .modal__content {

        top: 0;

        bottom: 0;

        left: 0;

        right: 0;

        padding: 30px 15px;

        padding-top: 60px;

    }

    .modal .modal__close {

        top: 30px;

        right: 15px;

    }

    .modal .modal__close:before {

        width: 14px;

    }

    .modal .modal__close:after {

        width: 14px;

    }

}

.gallery-block .zoom-icon {
    bottom: 22px;
    height: 25px;
    position: absolute;
    right: 19px;
    width: 31px;
}

@media  (max-width:767px){

    .img-gallery-modal .modal__content {
        top: 170px ;
        bottom: 100px ;
        left: 100px ;
        right: 100px ;
        padding: 0px;
        line-height: 0;
        background-position: center;
        background-size: cover;
    }
    .img-gallery-modal .modal__content > img {
        object-fit: contain;
    }


}

.img-gallery-modal .modal__content {
    top: 100px;
    bottom: 100px;
    left: 100px;
    right: 100px;
    padding: 0px;
    line-height: 0;
    background-color: #000;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.img-gallery-modal .modal__content > img {
    object-fit: contain;
}

.js-full-video-modal .modal__content {
    margin: 0 auto;
    width: 560px;
    height: 315px;
    padding: 60px;
}


/* GALLERY CSS ENDS */
