/*
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 : Apr 15, 2016, 11:09:40 PM
    Author     : mnm
*/

html, html a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

/*#page-content{transition: none !important; 
}*/

#page-content{ margin-top: 160px;}
#page-content.pull-up{margin-top: 160px !important}
.section1txt {
    line-height: 24px;
}

h1{text-transform: none;}

.hr-persisted {
    height: 1px;
    border: 0;
    border-top: 1px solid #747474;
    margin: 0 !important;
    margin-top: 3px !important;
    margin-bottom: 3px !important;
}

.swatch2 {
    background-color: #004831;
}

.swatch1 {
    background-color: #747474;
}

.swatch3 {
    background-color: #76b900;
}

#notifymepascal .notifyme-title{text-transform: none !important}

.callout-dot {
    width: 26px;
    height: 26px;
    background: url('../img/gtx1080ti/callout-circle.svg') no-repeat;
    cursor: pointer;
}

#callout-dot1 {
    /*position: absolute;
    left: 468px;
    top: 530px;*/
    opacity: 0;
    visibility: hidden;
}

#gtx1080ti > h3 {
    font-family: GeForceAltLight;
}

#callout-dot2 {
    /*position: absolute;
    left: 450px;
top: 720px;*/
    opacity: 0;
    visibility: hidden;
}

#callout-dot3 {
    /*position: absolute;
    left: 484px;
    top: 448px;*/
    opacity: 0;
    visibility: hidden;
}

#callout-dot4 {
    /*position: absolute;
    left: 594px;
top: 528px;*/
    opacity: 0;
    visibility: hidden;
}

#callout-dot5 {
    /*position: absolute;
    left: 805px;
top: 652px;*/
    opacity: 0;
    visibility: visible;
}

#callout-line1 {
    opacity: 0;
    visibility: hidden;
}

#callout-line2 {
    opacity: 0;
    visibility: hidden;
}

#callout-line3 {
    opacity: 0;
    visibility: hidden;
}

#callout-line4 {
    opacity: 0;
    visibility: hidden;
}

#callout-line5 {
    opacity: 0;
    visibility: hidden;
}

.callout {
    width: 296px;
    padding: 15px;
    text-align: left;
    background: rgba(0,0,0,0.6);
    border: solid 2px #76B900;
}

#callout1 {
    /*position: absolute;
    left: 0px;
    top: 468px;*/
    opacity: 0;
    visibility: hidden;
}

#callout2 {
    /*position: absolute;
    left: 0px;
    top: 640px;*/
    opacity: 0;
    visibility: hidden;
}

#callout3 {
    /*position: absolute;
    right: 0px;
    top: 358px;*/
    opacity: 0;
    visibility: hidden;
}

#callout4 {
    /*position: absolute;
    right: 0px;
    top: 490px;*/
    opacity: 0;
    visibility: hidden;
}

#callout5 {
    /*position: absolute;
    right: 0px;
    top: 684px;*/
    opacity: 0;
    visibility: hidden;
}

.callout-title {
    font-family: NVIDIA;
    font-size: 16px;
    font-weight: 500;
    color: #76b900;
}

.callout-body {
    font-family: NVIDIA;
    font-size: 16px;
    font-weight: 100;
    color: #fff;
}

/* Lines can be styled with normal css: */

.line {
    transform-origin: 0 100%;
    height: 2px;
    background: #76b900;

    /* For some nice animation on the rotates: */
    -webkit-transition: -webkit-transform 1s;
    -moz-transition:    -moz-transform 1s;
    transition:         transform 1s;
}

#ansel360 {
    width: 100%;
    height: 900px;
    /*margin-top: 3200px;*/
    cursor: grab;
}

#ansel360:active {
    cursor: grabbing;
}

#scroll-menu {
    position: absolute;
    float: right;
    width: 100%;
    height: 80vh;
    top: 50px;
    left: 0px;
    z-index: 105;
    text-align: center;
    padding: 0;
    margin: 0px auto;
    overflow-y: auto;
    display: none;
}

#scroll-menu span {
    position: relative;
    padding: 0;
    margin: 30px auto;
    display: block;
}

.noscroll {
    height: 100vh !important;
    overflow: hidden !important;
}

.scroll {
    overflow-y: scroll;
}

.rotate0 {
    -webkit-transform: rotate(360deg) translateY(0px);
    -moz-transform: rotate(360deg) translateY(0px);
    transform: rotate(360deg) translateY(0px);
    transition: transform 1s ease-out 0.2s;
}

.rotate360 {
    -webkit-transform: rotate(-720deg) translateY(0px);
    -moz-transform: rotate(-360deg) translateY(0px);
    transform: rotate(-360deg) translateY(0px);
    transition: transform 1s ease-out 0.2s;
}

.rotate180 {
    -webkit-transform: rotate(180deg) translateY(2px);
    -moz-transform: rotate(180deg) translateY(2px);
    transform: rotate(180deg) translateY(2px);
    transition: transform 1s ease-in 0.2s;
}

.cta-button-small {
    background-color: #76b900;
    clear: both;
    color: #fff;
    font-family: NVIDIA;
    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: NVIDIA;
    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: NVIDIA;
    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 {
    margin: 0 auto;
    padding: 0;
    display: block;
    z-index: 1;
    background: url('../img/gtx1080ti/GEFORCE_GTX_1080Ti_BG1_936x526.jpg') no-repeat;
    background-position: right bottom;
}

#section2bg {
    position: absolute;
    width: 100%;
    min-height: 500px;
    left: 0px;
    top: 1034px;
    margin: 0;
    padding: 0;
    display: block;
    z-index: 2;
    /*background-color: #000;*/
    background: url('../img/gtx1080ti/GameReady_KV_V2.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/gtx1080ti/GameReady_KV_V2.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/gtx1080ti/GameReady_KV_V2.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/gtx1080ti/GameReady_KV_V2.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/gtx1080ti/GameReady_KV_V2.jpg') no-repeat;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%,  rgba(0,0,0,1) 100%), url('../img/gtx1080ti/GameReady_KV_V2.jpg') no-repeat;
    background-position: center center;
    background-size: contain;
}

#section3bg {
    position: absolute;
    width: 100%;
    max-width: 2560px;
    /*min-height: 900px;*/
    height: auto;
    left: 0px;
    margin: 0;
    margin-top: -100px;
    padding: 0;
    display: block;
    z-index: 3;
    background: rgba(0,0,0,0) url('../img/gtx1080ti/bg-performance-mobile.jpg') no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.paragon-h2-text{color: #fff;    font-family: GeForcealtBold;    font-size: 28px !important; line-height: 28px !important;width:100% !important}
.paragon-green-text {    color: #79b900;    font-size: 16px !important;    line-height: 16px !important;}




#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;
    /*    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/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
}

.section5fallback {
    background-image: url("../img/gtx1080ti/CES-2017-Ansel360-01.jpg") !important;
    background-position: center center !important;
    background-size: cover !important;
}

/* END FULL WIDTH BACKGROUNDS */

#section1 {
    position: relative;
    width: 100%;
    height: 486px;
    transition: none !important;
}


.section21heading{float:left;margin-left:12%;padding-top:10px;max-width: 350px;}
.section21learnmore{float:right;margin-right:11%;margin-top:20px;}




.section1content{text-align: left; margin-top: 70px;}
.section1content h3 {margin-top: 5px;}
.section1txt{max-width:625px; margin-top: 27px; margin-bottom: 30px;}
#btnpreorder{width:130px; padding-top: 20px; padding-bottom: 0px;}
.watchvideo{height:40px; text-align: left; display: table;}
.watchvideo  img{}
.watchvideo span{  vertical-align: middle; display: table-cell; padding-left: 14px; font-family: NVIDIA; font-size: 14px; line-height: 18px;}
#watchvideo{margin-top:60px; max-width: 200px;}


.gamereadyimg {
    float: right;
    position: relative;
    top: 424px;
}

/*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;
}

.customh2{font-family: GeForceAltBold !important; 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: NVIDIA; 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; height:900px}
.section3content{padding-top: 110px; height:900px}
.section3content p{margin-top: 53px;}
.section3content .graphintro{font-family: NVIDIA; font-size: 24px; line-height: 32px; margin-top: 36px;     margin-bottom: 20px;}
.legal {
    bottom: 0;
    float: right;
    font-family: NVIDIA;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    padding: 0 30px 30px;
    position: absolute;
    right: 50px;
    text-align: right;
    vertical-align: baseline;
}
.logo.only-desktop > img { float: left; }
.legalsli {
    float: left;
    font-family: NVIDIA;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    position: absolute;

    text-align: center;
}


.legalshop {
    float: left;
    font-family: NVIDIA;
    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 {
    bottom: 60px;
    /*    display: none;
        padding-bottom: 30px;*/
    position: absolute;
    /*    width: 100%;*/
}


#section4 {
    position: relative;
    width: 100%;
    height: 790px;
    left: 0px;
    top: auto;
    text-align: center;
    transition: none !important;
}


.section4content {
    margin-top: 115px;
    padding-bottom: 60px;
    text-align: center;
}

.section4content .intro {
    margin-top: 40px;
    z-index: 99;
}

.section4a{width:100%; height: auto;}
.section4acontent{text-align:center; margin-top: 55px; border-bottom: 1px solid #747474; }
/*padding-bottom: 30px;*/ 

.section4acontent .intro {
    margin-top: 40px;
    z-index: 99;
}


#notebookgpus > h2 {
    margin: 0 auto;
    /*    max-width: 600px;*/
    text-align: center;
    padding-bottom:15px;
}


.intro > p {
    margin: 0 auto;
    max-width: 630px;
    text-align: center;
    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: NVIDIA;
    font-weight: normal;
}


.explore-gtx1070 {
    float: left;
    max-width: 220px;
    position: relative;
    width: auto;
    margin-left: 40px;
    font-family: NVIDIA;
    font-weight: normal;

}


.explore-gtx1060 {
    float: left;
    max-width: 220px;
    position: relative;
    width: auto;
    margin-left: 40px;
    font-family: NVIDIA;
    font-weight: normal;
}

.graph-phone{display:none !important;}
.gallery{line-height: 0}
.section5{width:100%; background-color:#000;}
.section5content{text-align:center; margin-top: 55px;}
.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:640px; margin-right: auto; margin-left: auto; margin-top: 48px}

.section6innercontent table { margin-top: 37px; font-size: 16px; line-height:48px; font-family: NVIDIA;}
.section6innercontent table .lefthead{color:#cccccc; font-family: NVIDIA; font-size: 16px; line-height:20px;}
.section6innercontent > p { margin-top: 40px; text-transform: uppercase;   padding: 0;   font-family: NVIDIA;   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: 32px;
    line-height: 48px;
    color: #eee;
    text-transform: none;
}

blockquote p {
    display: inline;
}

blockquote:before {
    content: "\201C";
    font-family: "NVIDIA";
    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: "NVIDIA";
    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: "NVIDIA";
    font-weight: normal;
    font-size: 18px;
    color: #eee;
    margin-top: 15px;
    text-transform: uppercase
}

.quote-author-title {
    position: relative;
    display: inline-block;
    font-family: "NVIDIA";
    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: NVIDIA;
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 0px;
    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: 53px; 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;
}


.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;}



.shopshare{text-align: left; }

.sli-desc {
    color: #76b900;
    font-family: NVIDIA;
    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: NVIDIA; font-size: 24px; line-height: 32px; color:#eeeeee; margin-top: 50px; display: inline-block }
.extrainfo p{font-family: NVIDIA; font-size: 16px; line-height: 24px; margin: 0;}

.pascallegal{font-family: NVIDIA; font-size: 12px; line-height: 24px; color:#cccccc; float: right; margin-top: 10px;}
.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: 109px; margin-right: 109px; margin-top:6px; padding:0 !important;  color: #cccccc; font-family: NVIDIA; font-size: 16px; line-height: 50px;}
.specsrow .right{float:right; text-align: left; color:#fff; font-family: NVIDIA;}
.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: NVIDIA;
    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;
}


/*.video-container {
    background: #000 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}*/



/*.video-container video{position: relative; top: 0px; z-index: auto;}*/

/*END OF  SPECS MODAL STYLES */


.bar-type3{ margin-bottom: 7px; background-color: #004831;}
.chart-lines {
    float: right;
    /*    height: 336px;*/
    position: relative;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 100;
}

/*.chart-label{margin-bottom:100px;}*/

.chart-labels {
    height: 345px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 174px;
}

#logo-game {
    position: absolute;
    width: 188px;
    height: 76px;
    background: url(../img/gtx1080ti/Mass-Effect-Logo.png) no-repeat;
    background-position: center center;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 0px;
    bottom: -240px;
    left: 0px;
    display: block;
}

.system-specs {
    position: absolute;
    display: block;
    font-weight: normal;
    font-size: 12px;
    text-align: right;
    margin-top: 30px;
    bottom: 30px;
    right: 0px;
}

#system-spec{
    width: 100%;
}



/*.chart-numbers{ top: 340px;}
.chart-units{ top: 350px;}*/

.chart-legend-container {
    font-family: NVIDIA;
    font-size: 16px;
    height: 30px;
    left: 94px;
    margin: 0 auto;
    max-width: 480px;
    padding: 5px;
    position: relative;
    text-align: center;
    top: 350px;
    width: 100%;
}

.chart-container {
    height: 450px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 15px;
    width: 100%;
}
.chart-legend-left {
    display: inline-block;
    left: 10px;
    position: absolute;
    top: 0;
}

.chart-legend-center {
    display: inline-block;
    left: 194px;
    position: absolute;
    top: 0;
}

.chart-legend-right {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 0;
}
.chart-bottom-bar {
    width: 100% !important;
}



#section21bg {
    position: relative;
    width: 100%;
    /*min-height: 505px;*/
    left: 0px;
    /*    top: 720px;
    margin: 0 0 40px;;*/
    padding: 0;
    display: block;
    z-index: 2;
    background-color: #111;
    background: url('http://images.nvidia.com/pascal/img/destiny2/refresh/destiny-2-banner-1680x90.jpg') no-repeat;
    background-position: 50% center;
    background-size: cover;
	height:90px;

}
.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: 28px !important; line-height: 28px !important;width:100% !important;}
.paragon-green-text {    color: #79b900;    font-size: 16px !important;    line-height: 16px !important;}
.section21heading{float:left;margin-left:5%;padding-top:10px;}
.section21learnmore{float:right;margin-right:11%;margin-top:20px;}

.specsmodalbody{margin-left: 109px; margin-right: 109px; margin-top:6px; padding:0 !important;  color: #cccccc; font-family: NVIDIA; font-size: 16px; line-height: 50px;}
.specsrow .right{float:right; text-align: left; color:#fff; font-family: NVIDIA;}
.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: NVIDIA;
    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 */

/*.paragon-h2-text{ color: #fff;
    font-family: GeForcealtBold;
    font-size: 35px !important;
    line-height: 35px !important;}
.paragon-green-text {    color: #79b900;    font-size: 9px !important;    line-height: 9px !important;}
*/
.hr-mobile{display: none;}

.shop2-module{
    background-color: #1a1a1a;
    
    padding-bottom: 60px;
    text-align: center;
}
.shop2-module h2{
    padding-top: 60px;
    font-family: GeForceAltBold !important;
    font-size: 40px;
    line-height: 40px;
    color: #76b900;
    text-align: center;
    font-weight: normal;

    
}

.shop2-module p {
    padding: 10px 0;
}

.column.left-column.small-12.medium-6.large-6.shopall-left {
    float: left;
    position: relative;
    background: #1a1a1a;
    padding:0px 30px;
    height: 345px;
}

.column.right-column.small-12.medium-6.large-6.shopall-right {
    float: right;
    position: relative;
    background: #222;
   height: 345px;
    padding:0px 30px
}

.col-1{float: right;
    width: 610px;
    max-width: 100%;
    padding: 60px 0 60px 0;
}

.col-2{   
    float: left;
    width: 610px;
    max-width: 100%;
     padding: 60px 0 60px 0;
}

.shopall-left h3{font-family: GeForce;}
.shopall-right h3{font-family: GeForce; padding-bottom: 30px;}
.shopall-left .intro-copy-text{
    
    font-weight: Lighter !important;
    font-size: 24px !important;
    line-height: 32px;
    font-family: NVIDIA,Helvetica,Arial,Sans-Serif;
}

.intro-copy-text p{
    padding: 10px 0;
     font-weight: Lighter !important;
    font-size: 24px !important;

}




@media only screen and (max-width: 415px) {

#txt-design2 {
    text-align: left;
}

#ansel-txt2{text-align: left;}
#ansel-txt1 {margin-top: 55px;}


    .logo{bottom:0px;}
    .legal {
        margin-top: 10px ;
        text-align: left; 
        width: 100%;
    }
    .section2 {
        display: block;
        /*height: 850px !important;*/
        position: relative;
        text-align: center;
        width: 100%;
    }
	
	.secton3 {margin-top:160px !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;}
    /*#section21bg {       

        left: -10px;        
        max-width: 768px;
        margin-bottom:30px;
        background-size: cover !important;
        background-position: 115% 50% !important;
        transition: all 0.5s;
        background: url('http://images.nvidia.com/pascal/img/banners/for-honner/for-honner-banner-392x255.png') no-repeat;
        height:255px;
        width: 100%;
    }*/

    .paragon-h2-text {
        color: #fff;
        font-family: GeForcealtBold !important;
        font-size: 26px !important;
        line-height: 26px !important;
        padding-top: 39px;
    }
    .paragon-green-text {    color: #79b900;    font-size: 14px !important;line-height: 14px !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: 10%;
        margin-top: 8% !important;
    }
    /*gboorsu */
	#section2bg{min-height: 420px;background-size: cover; top:1212px;}
	#section3bg {
        min-height: 750px;
        top: 1742px;
    }



}

.phonetweak{display:none;}



@media only screen and (max-width: 400px) {
	
	.section2 {
    display: block;
    margin-top: 0px;
    position: relative;
    text-align: center;
    width: 100%;
	
	top:30px !important;
}

.section3 {
    height: 690px !important;
    top: 110px !important;
}

	
	.pagecontent{z-index: none;}
	#section1{z-index: 3;}

    .phonetweak{display:block;}
    .desktoptweak{display:none;}

    #gtx1080ti > h3 {
        font-family: GeForceAltBold;
    }


    #backgrounds{top:150px;}

    #section4 {
        position: relative;
        left: 0px;
        top: 30px;
        width: 100%;
        height: 800px;
        /*background-color: rgba(0,255,0,0.25);*/
    }


    #section1bg {
        width: 100%;
        height: 134px;
        top: 0px;
        left: 0px;
        background-position: 90% bottom;
        background-size: contain;
    }


    #section1 {
        height: 452px;
        top: 130px;
    }


    #section2bg {
        background-position: center center;
        background-size: contain;
        height: 817px;
        transition: all 0.5s ease 0s;
        width: 100%;
        top: 960px;
    }

    #section3bg {
        width: 100%;
        height: 731px;
        top: 1475px;
    }

    #section3 {
        position: relative;
        top: 666px;
    }

    #perfVideo {
        display: none;
    }

    #logo-game {
        position: absolute;
        width: 100%;
        height: 46px;
        background: url(../img/gtx1080ti/Mass-Effect-Logo.png) no-repeat;
        background-position: center center;
        background-size: contain;
        margin-top: 15px;
        margin-bottom: 0px;
        top: 566px;
        display: block;
    }

    .system-specs {
        position: absolute;
        display: block;
        font-weight: normal;
        font-size: 12px;
        text-align: left;
        margin-top: 30px;
        top: 670px;
    }


    .section4content > h2 {
        margin-bottom: 30px;
    }




    #ansel {
        height: 660px;
    }



    /* SECTION 5 MICRO */

    #section4abg {
        position: absolute;
        width: 100%;
        min-height: 643px;
        height: 643px;
        top: 3110px;
        left: 0px;
        overflow: hidden;
    }

    #section5 {
        height: 688px;
        top: 1360px;
        transition: all 0.5s;
    }

    #ansel-txt1 {
        margin-top: 30px;
        margin-bottom: 30px;
        color: #fff;
    }

    #ansel-txt2 {
        text-align: center !important;
    }

    #vr-headset {
        position: absolute;
        width: 100%;
        height: auto;
        bottom: 5px;
    }

    #icon-360 {
        margin-top: 50px;
        width: 79px;
        height: 79px;
    }



    .video-container{display: none;}

    .js-out-of-stock p{margin-top:10px;}

    #backgrounds{padding-left: 15px; padding-right: 15px;}




    .section1content{margin-top:30px;}
    .section1content h3{margin-top:10px;}
    .section1txt{margin-top: 12px;}
    #watchvideo{margin-top:30px;}



    .gamereadyimg {
        float: right;
        position: relative;
        /*        right: 30px;*/
        top: 570px;
        width: 80px;
    }

    /*.section2{ height:845px !important}*/

    .section2content {margin-top: 14px; padding: 10px; }
    .section2content {margin-top: 25px; padding: 10px; }
    
    .shop2-module-content {margin-top: 14px; padding: 10px; }
    .shop2-module-content {margin-top: 25px; padding: 10px; }
    
    .customh2 {
        color: #76b900 !important;
        font-family: GeForce;
        font-size: 32px !important;
        line-height: 32px !important;
        text-align: center;
    }
    
    .shop2-module-content h2{  
        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;}



    .chart-labels{width:  33.33%;}

    .chart-legend-left {
        display: inline-block;
        float: left;
        left: 10px;
        position: absolute;
        top: 0;
    }




    /*gboorsu */
    .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: 690px;   padding-left: 10px;
              padding-right: 10px; width:90%}

    .chart-legend-center{left:124px;}

    .chart-legend-container {
        font-family: "NVIDIA";
        font-size: 12px;
        height: 30px;
        left: 0;
        margin: 0 auto;
        max-width: 450px;
        padding: 5px;
        position: relative;
        text-align: center;
        top: 410px;
        width: 100%;
    }

    .chart-legend-txt {
        display: inline-block;
        font-size: 12px;
        height: 20px;
        margin-left: 5px;
        position: relative;
        text-align: left;
        width: 65px;
    }

    .chart-legend-key {
        display: inline-block;
        height: 20px;
        position: relative;
        top: -3px;
        width: 20px;
    }

    .section4content{margin-top:30px; border-bottom: 0px;}
    .section4content .intro{margin-top:25px}

    .section4acontent{margin-top:30px; padding-bottom: 30px; }
    .section4acontent .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: NVIDIA;
        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 }



    .txt5a {
        width: 100%;
        font-family: 'GeForce';
        font-weight: bold;
        font-size: 24px;
        line-height: 24px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        margin-bottom: 15px;
    }



    .legalshop {
        font-family: NVIDIA;
        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: NVIDIA;
        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;
    }



}

@media only screen and (min-width: 401px) and (max-width:767px){

    #gtx1080ti > h3 {
        font-family: GeForceAltBold;
    }



    #section4 {
        position: relative;
        height: 808px;
        top: auto;
    }

    #section1bg {
        width: 100%;
        height: 240px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    #section1 {
        height: 452px;
        top: 198px;
    }

    #section2bg {
        background-image: url("../img/gtx1080ti/GameReady_KV_V2.jpg");
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: contain;
        height: auto;
        max-width: 768px;
        top: 992px;
        transition: all 0.5s ease 0s;

    }

    .chart-legend-container{left: 0}
    .chart-labels{width: 114px;}

    #section3bg {
        min-height: 770px;
        top: 1592px;
    }

    #logo-game {
        position: absolute;
        width: 100%;
        height: 46px;
        background: url(../img/gtx1080ti/Mass-Effect-Logo.png) no-repeat;
        background-position: center center;
        background-size: contain;
        margin-top: 0px;
        margin-bottom: 0px;
        top: 560px;
        display: block;
    }

    .system-specs {
        position: absolute;
        display: block;
        font-weight: normal;
        font-size: 12px;
        text-align: left;
        margin-top: 30px;
        top: 615px;
    }


    .section3 {
        height: 800px;
        /*margin-top: 50px;*/
        top: 0;
    }

    #perfVideo {
        display: none;
    }


    .section4content > h2 {
        margin-bottom: 30px;
    }



    .designimage.img-responsive {
        max-width: 340px;
    }






    #txt3a {
        font-size: 32px;
        margin-top: 30px;
        margin-bottom: 0px;
    }

    #txt3d {
        width: 100%;
        max-width: 750px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        padding: 10px;
    }

    #txt3e {
        font-weight: bold;
        text-transform: uppercase;
        padding: 0px;
    }

    .pascal-features {
        display: block;
        text-align: center;
        text-transform: uppercase;
        padding: 10px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    #pascal-feature1 {
        float: none;
    }

    #pascal-feature3 {
        float: none;
    }

    #txt4c {
        font-family: 'NVIDIA';
        font-weight: 100;
        font-size: 18px;
        margin-top: 15px;
    }

    .txt5a {
        width: 100%;
        font-size: 40px;
        line-height: 40px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 120px;
        margin-bottom: 30px;
    }

    #section4abg {
        position: absolute;
        width: 100%;
        min-height: 643px;
        height: 643px;
        top: 3050px;
        left: 0px;
        overflow: hidden;
    }

    #section4a {
        height: 688px;
        top: 1360px;
        transition: all 0.5s;
    }

    #ansel-txt1 {
        margin-top: 30px;
        margin-bottom: 30px;
        color: #fff;
    }

    #ansel-txt2 {
        text-align: center !important;
    }

    #vr-headset {
        bottom: 5px;
        height: auto;
        margin: 0 auto;
        width: 90%;
        padding-top: 200px;
    }

    #vr-headset > img {
        margin: 0 auto;
        max-width: 400px;

    }

    #icon-360 {
        margin-top: 50px;
        width: 79px;
        height: 79px;
    }






    #backgrounds {
        padding-left: 15px;
        padding-right: 15px;
    }



/*
    #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/for-honner/for-honner-banner-392x255.png");
        background-position: 50% center;
        background-size: cover;
        height:255px;

    }*/

    .section3{height: 800px}





    /*.section21content h2 {
    
            font-family: GeForceLight;
            font-size: 18px !important;
            line-height: 18px;
            margin: 0 auto;
                    text-align:center;
    
            text-transform: uppercase;
        }*/
    .section1content{margin-top:60px;}
    #watchvideo{margin-top:30px;}




    .gamereadyimg {
        float: right;
        position: relative;
        /*        right: 30px;*/
        top: 595px;
        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;}
    
    .shop2-module-content{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%;
    }








    .section2content {
        margin-top: 24px;
        padding: 0 30px 20px;
		max-width:635px;
    }
    
    .shop2-module-content {
        margin-top: 24px;
        padding: 0 30px 20px;
		max-width:635px;
    }
    /*.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;      }
    .section4content .intro{margin-top: 25px}
    .chip1{width:400px;}
    .legal {
        float: left;
        font-family: NVIDIA;
        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;
    }



    .section5content{margin-top:27px;}
    .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{  max-width: 15px }


    .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;}






    .legalshop {
        font-family: NVIDIA;
        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: NVIDIA;
        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;
    }

    .section4acontent {
        margin-top: 38px;
        padding-bottom: 30px;
    }
    .section4acontent .intro{margin-top: 25px}






}
@media only screen and (min-width: 400px) and (max-width: 414px){
    #section3bg {
        min-height: 770px;
        top: 1922px !important;
    }
	
	 #section4 {
        height: 758px;
        position: relative;
        top: 0;
    }

    #section2bg {
        background-size: cover;
        min-height: 830px !important;
    }

    .section3 {
        height: 740px;
        /*top: 0px;*/
		margin-top:50px !important;
    }

}



@media only screen and (min-width: 415px) and (max-width: 767px){


    #gtx1080ti > h3 {
        font-family: GeForceAltBold;
    }

    #backgrounds {padding-left: 30px; padding-right: 30px;}


    .section1content{

        vertical-align:baseline;
        position: absolute;
        bottom: 0;
        margin-bottom: 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/for-honner/for-honner-banner-822x216.png");
        background-position: 50% center;
        background-size: cover;
        height:216px;

    }

    .gamereadyimg {
        float: right;
        position: relative;
        top: 455px !important;
        width: 100px;
    }

    /*    .specsmodal {
        width: 640px !important;
    }*/

    /*.specsmodalbody{margin: auto;}*/
    .specsmodal h2{text-align: left}

    .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: 28px !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{top: 60px;}
	.section3 {
        height: 800px;
        margin-top: 50px;
        top: 0;
    }
	#section2bg{min-height: 575px;background-size: cover; top:1212px}
	#section3bg {
        min-height: 750px;
        top: 1887px;
    }
	

    
}



@media screen and (min-width: 622px) and (max-width: 767px) {
    .section21content h2{margin-left: 10%;}
    #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;
    }
    .section21heading{
        float: none;
        margin-top: 63px;
        padding-top: 1%;}

    .paragon-h2-text{      
        color: #fff;
        font-family: GeForcealtBold !important;
        font-size: 24px !important;
        line-height: 28px !important;
        padding-top: 10px;
    }
    .paragon-green-text { width:223px !important;}


    /*.section2content .row > .col-xs-4 {
        width: 33.3333% !important;
    }*/
}

#txt-design1{ margin-top: 60px;
              margin-bottom: 50px;}



@media screen and (min-width: 768px) and (max-width: 1023px) {

    #section4 {
        top: auto;
    }

    #section1bg {
        position: absolute;
        width: 100%;
        height: 260px;
        top: 215px;
        left: 0px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 77% bottom;
    }

    #section1 {
        height: 475px;
        top: 0px;
    }


    #section2bg {
        position: absolute;
        width: 100%;
        min-height: 396px;
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 92%, rgba(0,0,0,1) 100%), url(../img/gtx1080ti/GameReady_KV_V2.jpg) no-repeat;
        background-position: center bottom;
        background-size: contain;
        left: 0px;
        top: 740px;
        margin: 0;
        padding: 0;
        display: block;
        z-index: 2;
    }

    #logo-game {
        left: 0px !important;
        bottom: 45px !important;
        margin: 0;
    }

    #system-spec {
        top: auto;
        bottom: 45px !important;
        right: 0px !important;
    }


    #section3bg {
        position: absolute;
        width: 100%;
        height: 810px;
        left: 0px;
        top: 872px;
        margin: 0;
        padding: 0;
        display: block;
        z-index: 3;
        background: rgba(0,0,0,0) url(../img/gtx1080ti/fpo-bg-performance.jpg) no-repeat;
        background-size: cover;
        background-position: 50% 0%;
        filter: alpha(opacity=80);
        opacity: 0.8;
    }

    #perfVideo {
        height: 808px;
        left: 0;
        margin-top: -170px;
        position: absolute;
        transition: all 0.25s ease 0s;
        width: auto;
        display: none;
    }


    .section4content > h2 {
        margin-bottom: 30px;
    }





    #vr-headset > img {
        margin: 0 auto;
        max-width: 460px;

    }

    #ansel {
        padding-top: 15px;
    }



    #txt-design2 {
        max-width: 624px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .gpu-spritesheet {
        content: url("img/gtx1080ti/GEFORCE_GTX_1080Ti_sheet_16170x378.jpg");
    }



    /* SECTION 5 TABLET */

    #section4abg {
        position: absolute;
        width: 100%;
        min-height: 643px;
        height: 643px;
        top: 2945px;
        left: 0px;
        overflow: hidden;
    }

    #section4a {
        height: 688px;
        top: 1360px;
        transition: all 0.5s;
    }

    #ansel-txt1 {
        margin-top: 30px;
        margin-bottom: 30px;
        color: #fff;
    }

    #ansel-txt2 {
        text-align: center !important;
    }

    #vr-headset {

        width: 100%;
        height: auto;
        padding-top: 180px;
        bottom: 5px;
    }

    #icon-360 {
        margin-top: 50px;
        width: 79px;
        height: 79px;
    }





    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}


    /*h2{font-family: GeForce !important; font-size: 24px !important; line-height: 24px !important; font-weight: normal!important;}*/

    .section1content{margin-top:60px;}


    .section21learnmore{float:none;margin-right:0px;margin-left:14px;}
    #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/for-honner/for-honner-banner-822x216.png");
        background-position: 50% center;
        background-size: cover;
        height:216px;

    }

    .gamereadyimg {
        float: right;
        position: relative;
        right: 30px;
        top: 400px;
        width: 120px;
    }



    #watchvideo{margin-top:60px;}

    .section2content{ margin-top: 52px; padding-bottom:30px;}

    .section21heading{float: none;
                      margin-left: -4px;
                      margin-top: 63px;
                      padding-top: 1%;
                      width:215px !important;}

    .paragon-h2-text{      
        color: #fff;
        font-family: GeForcealtBold !important;
        font-size: 28px !important;
        line-height: 28px !important;
        padding-top: 10px;
    }
    .paragon-green-text {    color: #79b900;    font-size: 12px !important;    line-height: 12px !important; font-family:GeForceAltBold !important; width:223px !important;}
    .customh2 {
        color: #76b900 !important;
        font-family: GeForceAltBold;
        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;
    }
    
    .shop2-module h2{
            font-size: 32px !important;
    line-height: 32px !important;
    text-align: center;
        
    }
    .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%;
    }




    /*    .section2{height: 450px;}*/

    .section3{ height: 745px;}
    .section3content {
        margin-top: 55px;
        padding-top: 0px;
        height: 845px;
    }
    .section3content p{margin-top: 23px;}
    .section3content .graphintro{ margin-top: 37px; margin-bottom: 20px;}
    .section4content{margin-top:55px;}
    .section4content .intro{margin-top: 10px;}

    .section4content {
        margin-top: 38px;
        padding-bottom: 30px;
    }
    .section4content .intro{margin-top: 25px}
    .section4acontent{margin-top:25px; padding-bottom: 55px;}
    .section4acontent .intro {
        margin-top: 10px;
        width: 100%;
    }

    #notebookgpus > h2 {

        max-width: 500px;

    }

    .explore {
        float: left;
        margin-top: 15px;
        position: relative;
        text-align: left;
    }

    .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;
    }

    #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: 20px}
    .section6innercontent{margin-top: 25px;}
    .section6innercontent > h1 {
        max-width: 400px;
    }

    .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: 350px;
        width: 100%;
        height: 378px;
        margin: 0;
        padding: 0;
    }

    .sprite-container-GTX1080 {
        top: 200px;
        width: 539px;
        height: 378px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        overflow: hidden;
    }

    .sprite-GTX1080ti {
        width: 19140px; /*34800px;*/
        height: 378px;
        background-color: #000;
        background: url("../img/gtx1080ti/GEFORCE_GTX_1080Ti_sheet_16170x378.jpg") no-repeat;
        background-position: 0px 0px;
        background-size: contain;
    }

    #callout-dots {
        position: relative;
        width: 539px;
        height: 378px;
        margin: 0 auto;
        padding: 0;
        left: 0px;
        top: -378px;
        /*background-color: rgba(255,0,0,0.5);*/
    }

    #callout-dot1 {
        position: absolute;
        left: 148px;
        top: 84px;
    }

    #callout-dot2 {
        position: relative;
        left: 141px;
        top: 219px;
    }

    #callout-dot3 {
        position: relative;
        left: 160px;
        top: 3px;
    }

    #callout-dot4 {
        position: relative;
        left: 240px;
        top: 32px;
    }

    #callout-dot5 {
        position: relative;
        left: 366px;
        top: 87px;
    }

    .callout {
        width: 100%;
    }

    #callout1 {
        position: absolute;
        left: 0px;
        top: 608px;
    }

    #callout2 {
        position: absolute;
        left: 0px;
        top: 608px;
    }
    #callout3 {
        position: absolute;
        left: 0px;
        top: 608px;
    }

    #callout4 {
        position: absolute;
        left: 0px;
        top: 608px;
    }

    #callout5 {
        position: absolute;
        left: 0px;
        top: 608px;
    }

    #callout-line1 {
        position: absolute;
        transform: rotate(67.75deg);
        width: 288px;
        left: 50%;
        top: 50%;
        margin-left: -110px;
        margin-top: -78px;
        transition: none;
    }

    #callout-line2 {
        position: absolute;
        transform: rotate(47.9357deg);
        width: 168px;
        left: 50%;
        top: 50%;
        margin-left: -115px;
        margin-top: 32px;
        transition: none;
    }

    #callout-line3 {
        position: absolute;
        transform: rotate(73.25deg);
        width: 334px;
        left: 50%;
        top: 50%;
        margin-left: -97px;
        margin-top: -162px;
        transition: none;
    }

    #callout-line4 {
        position: absolute;
        transform: rotate(86.6deg);
        width: 263px;
        left: 50%;
        top: 50%;
        margin-left: -17px;
        margin-top: -108px;
        transition: none;
    }

    #callout-line5 {
        position: absolute;
        transform: rotate(121.65deg);
        width: 210px;
        left: 50%;
        top: 50%;
        margin-left: 109px;
        margin-top: -23px;
        transition: none;
    }

    .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;
    }

    .intro-img {
        width: 100% !important;
    }


    .intro-img > img {
        margin: 0 auto;
        width: 80%;
    }

    .paragon-cta-button{padding:10px; font-size:12px; height:28px;}


    .logo.only-tablet.only-phone > img {
        float: left;
    }


    #section4{max-width:654px; margin: 0 auto;}

    #callout-dot1 {
        left: 148px;
        position: absolute;
        top: 84px;
    }
    #callout-dot2 {
        left: 141px;
        position: relative;
        top: 199px;
    }

    #callout-dot4 {
        left: 240px;
        position: relative;
        top: 12px;
    }

    #callout-line5{margin-top: -9px;}
    #callout-line3{margin-top: -142px;}
    #callout1{top: 585px;}
    #callout2{top: 553px}
    #callout4{top:550px}
    #callout3{top:574px;}
    #callout5{top: 567px}
}


@media only screen and (min-width: 1024px){





    #section1bg {
        background-position: right bottom;
        background-size: contain;
        height: 450px;
        margin: 95px auto 0 auto;
        max-width: 1024px;
        width: 100%;
    }


    #section1 {
        height: 530px;
    }

    #section2bg {
        min-height: 468px;
    }

    #logo-game {
        bottom: 60px;
    }

    .system-specs {
        bottom: 60px;
        right: 0px;
        color: #ccc;
    }

    #section3bg {
        top: 1007px;
        width: 100%;
        height: 860px;
        overflow: hidden;
        transition: all 0.3s;
    }

    #perfVideo {
        width: auto !important;
        height: 680px !important;
    }

    #scroll-animation-GTX1080 {
        width: 100%;
        height: 378px;
        margin: 0;
        padding: 0;
        margin-left: 28px;
        top: 200px;
    }

    .sprite-container-GTX1080 {
        top: 200px;
        width: 539px;
        height: 378px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        overflow: hidden;
    }

    .sprite-GTX1080ti {
        width: 19140px;
        height: 378px;
        background-color: #000;
        background: url("../img/gtx1080ti/GEFORCE_GTX_1080Ti_sheet_16170x378.jpg") no-repeat;
        background-position: 0px 0px;
        background-size: contain;
    }

    #callout-dot1 {
        position: absolute;
        left: 384px;
        top: 313px;
    }

    #callout-dot2 {
        position: absolute;
        left: 376px;
        top: 445px;
    }

    #callout-dot3 {
        position: absolute;
        left: 394px;
        top: 264px;
    }

    #callout-dot4 {
        position: absolute;
        left: 472px;
        top: 308px;
    }

    #callout-dot5 {
        position: absolute;
        left: 560px;
        top: 406px;
    }

    #callout-line1 {
        position: absolute;
        transform: rotate(187.9357deg);
        width: 106px;
        left: 50%;
        top: 50%;
        margin-left: -78px;
        margin-top: -105px;
        transition: none;
    }

    #callout-line2 {
        position: absolute;
        transform: rotate(133.9357deg);
        width: 135.669px;
        left: 50%;
        top: 50%;
        margin-left: -87px;
        margin-top: 5px;
        transition: none;
    }

    #callout-line3 {
        position: absolute;
        transform: rotate(2.9357deg);
        width: 249.669px;
        left: 50%;
        top: 50%;
        margin-left: -68px;
        margin-top: -174px;
        transition: none;
    }

    #callout-line4 {
        position: absolute;
        transform: rotate(36.9357deg);
        width: 212px;
        left: 50%;
        top: 50%;
        margin-left: 10px;
        margin-top: -130px;
        transition: none;
    }

    #callout-line5 {
        position: absolute;
        transform: rotate(68.9357deg);
        width: 232.669px;
        left: 50%;
        top: 50%;
        margin-left: 97px;
        margin-top: -33px;
        transition: none;
    }

    #callout1 {
        position: absolute;
        left: 0px;
        top: 232px;
    }

    #callout2 {
        position: absolute;
        left: 0px;
        top: 453px;
    }

    #callout3 {
        position: absolute;
        right: 0px;
        top: 232px;
    }

    #callout4 {
        position: absolute;
        right: 0px;
        top: 380px;
    }

    #callout5 {
        position: absolute;
        right: 0px;
        top: 574px;
    }



}



@media only screen and (min-width: 1024px) and (max-width:1309px){



    /* SECTION 4 DESKTOP */


    #txt-design2 {
        max-width: 630px;
        margin: 0 auto;
    }

    #section4{max-width: 954px; margin: 0 auto;}

    #callout-dot1 {
        left: 384px;
        position: absolute;
        top: 273px;
    }

    #callout-dot2 {
        left: 376px;
        position: absolute;
        top: 395px;
    }

    #callout-dot3 {
        left: 394px;
        position: absolute;
        top: 214px;
    }

    #callout-dot4 {
        left: 472px;
        position: absolute;
        top: 258px;
    }

    #callout-dot5 {
        left: 560px;
        position: absolute;
        top: 356px;
    }


}



/*SMALLER DESKTOPS*/
@media only screen and (min-width: 1024px) and (max-width:1309px){

    #txt-design2 {
        margin: 0 auto;
        max-width: 630px;
    }

    .section4content > h2 {
        margin-bottom: 60px;
    }




    #product-series {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 0;
        color: #76b900;
    }

    /* SECTION 5 DESKTOP */

    #section4abg {
        position: absolute;
        width: 100%;
        height: 680px;
        top: 3010px;
        left: 0px;
        overflow: hidden;
    }

    #section4a {
        position: relative;
        width: 100%;
        height: 750px;
        top: 1110px;
        text-align: center;
        cursor: -webkit-grab;
    }

    #ansel {
        width: 100%;
        height: 750px;
    }

    #ansel-txt1 {
        font-size: 32px;
        margin-top: 65px;
        margin-bottom: 50px;
        color: #fff;
    }

    #ansel-txt2 {
        width: 100%;
        max-width: 600px;
    }

    #vr-headset {
        position: absolute;
        float: right;
        width: 409px;
        height: 208px;
        bottom: 4px;
        right: 0px;
    }

    #icon-360 {
        width: 150px;
        height: 150px;
        margin-top: 30px;
    }



    #ansel {
        width: 100%;
        height: 650px;
    }


    /*    .video-container{display:none;}*/







    .gamereadyimg {
        float: right;
        position: relative;
        top: 480px;
        width:130px;
        right:30px;
    }
    .section21heading{float:left;margin-left:0%;padding-top:0px !important;max-width: 291px; }
    .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;}

    .section2content{ margin-top: 52px; padding-bottom:60px;}
    .section2content p{margin-top: 23px; padding-top: 0px;}
    .section2content .row{margin-top: 25px;}
    .section2content .learnmore{padding-bottom: 0px;}
    .section2content.pascallegal{padding-bottom: 45px;}
   /* .paragon-green-text{
        width:278px !important;
    }*/
    .modules .cell.empty {
        width: 10%;
    }

    /*    .section2{height: 430px}*/
    .section3content {
        margin-top: 55px; padding-top: 0px;
        height: 550px;
    }
    .section3content p{margin-top: 23px;}
    .section3content .graphintro{ margin-top: 7px; margin-bottom: 2px;}
    .legal{ margin-top: 0}
    .section3 {
        height: 640px;
    }
    /*    .chart-container{top: 80px;}*/



    .section4content{margin-top: 55px;}

    .section4content .intro {
        margin-top: 20px;
    }

    .section4acontent{margin-top: 55px;}

    .section4acontent .intro {
        margin-top: 20px;
    }

    .explore-gtx1070{margin-left: 25px;}
    .explore-gtx1060{margin-left: 25px;}
    .intro-img > img {
        height: 265px !important;
    }


    #notebookgpus > h2 {
        margin: 0 auto;
        max-width: 510px;
        padding-bottom: 15px;
        text-align: center;
    }


    .gallery-image{max-width: 370px; height: auto;}
    .gallery.row {
        margin-top: 28px;
    }

    #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: 400px;
    }
    .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;}





    .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;
    }
    .section21content h2 {
        font-size: 22px;
        font-weight: lighter;
        line-height: 22px;
        text-align: left;

    }
    .paragon-h2-text {
        color: #fff;
        font-family: GeForcealtBold;
        font-size: 35px !important;
        line-height: 35px !important;
    }
    .paragon-green-text {    color: #79b900;    font-size: 16px !important;line-height: 16px !important;}
}



@media screen and (min-width: 1310px){


    #section4 {
        width: 100%;
        height: 900px;
        top: auto;
    }

    #section1bg {
        width: 1310px;
        /*        min-width: none;*/
        height: 518px;
        background-position: bottom right;
        background-size: contain;
        margin: 0 auto;
        margin-left: none;
        margin-top: 76px;
        max-width: none;
    }

    /*    #section1 {
            height: 552px;
        }*/

    #section2bg {
        position: absolute;
        width: 100%;
        height: 535px;
        left: 0px;
        bottom: 330px;
        margin: 0;
        padding: 0;
        display: block;
        z-index: 2;
        /* background-color: #000; */
        background: url(../img/gtx1080ti/GameReady_KV_V2.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/gtx1080ti/GameReady_KV_V2.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/gtx1080ti/GameReady_KV_V2.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/gtx1080ti/GameReady_KV_V2.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/gtx1080ti/GameReady_KV_V2.jpg) no-repeat;
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,1) 100%), url(../img/gtx1080ti/GameReady_KV_V2.jpg) no-repeat;
        background-position: bottom center;
        background-size: cover;
    }
    #logo-game {
        bottom: 62px;
    }


    #section3bg {
        width: 100%;
        height: 900px;
        top: 1729px;
        overflow: hidden;
        max-width: none;
    }

    #perfVideo {
        position: relative;
        margin: 0 auto;
        width: 100% !important;
        height: auto !important;
        min-width: 1600px !important;
        min-height: 900px !important;
        top: 0;
    }


    #txt-design2 {
        margin: 0 auto;
        max-width: 630px;
    }

    .section4content > h2 {
        margin-bottom: 60px;
    }

    #txt-design2 {
        margin: 0 auto;
        max-width: 630px;
    }



    .customh2{padding-top: 60px;}

    #scroll-animation-GTX1080 {
        width: 100%;
        height: 566px;
        margin: 0;
        padding: 0;
        margin-left: 28px;
        margin-top: 100px;
    }

    .sprite-container-GTX1080 {
        width: 809px;
        height: 566px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        overflow: hidden;
    }

    .sprite-GTX1080ti {
        width: 24270px;
        height: 566px;
        background-color: #000;
        background: url("../img/gtx1080ti/GEFORCE_GTX_1080Ti_sheet_24270x566.jpg") no-repeat;
        background-position: 0px 0px;
        background-size: contain;
    }

    /*#callout-dots {
            position: absolute;
            top: -70px;
    }*/

    #callout-dot1 {
        position: absolute;
        left: 498px;
        top: 434px; /*504px;*/
    }

    #callout-dot2 {
        position: absolute;
        left: 480px;
        top: 633px; /*703px;*/
    }

    #callout-dot3 {
        position: absolute;
        left: 510px;
        top: 360px; /*430px;*/
    }

    #callout-dot4 {
        position: absolute;
        left: 625px;
        top: 424px; /*494px;*/
    }

    #callout-dot5 {
        position: absolute;
        left: 839px;
        top: 556px; /*626px;*/
    }

    /*#callout-lines {
            position: absolute;
            top: -70px;
    }*/

    #callout-line1 {
        position: absolute;
        transform: rotate(200.9357deg);
        width: 230.669px;
        left: 589px;
        top: 550px; /*643px;*/
        transition: none;
    }

    #callout-line2 {
        position: absolute;
        transform: rotate(196.9357deg);
        width: 207.669px;
        left: 580px;
        top: 638px; /*708px;*/
        transition: none;
    }

    #callout-line3 {
        position: absolute;
        transform: rotate(-3.0643deg);
        width: 461.669px;
        left: 592px;
        top: 546px; /*616px;*/
        transition: none;
    }

    #callout-line4 {
        position: absolute;
        transform: rotate(11.9357deg);
        width: 353px;
        left: 629px;
        top: 567px; /*637px;*/
        transition: none;
    }

    #callout-line5 {
        position: absolute;
        transform: rotate(38.9357deg);
        width: 170.669px;
        left: 754px;
        top: 601px; /*671px;*/
        transition: none;
    }

    /*#callouts {
            position: absolute;
            top: -70px;
    }*/

    #callout1 {
        position: absolute;
        left: 0px;
        top: 288px; /*358px;*/
    }

    #callout2 {
        position: absolute;
        left: 0px;
        top: 483px; /*553px;*/
    }

    #callout3 {
        position: absolute;
        right: 0px;
        top: 288px; /*358px;*/
    }

    #callout4 {
        position: absolute;
        right: 0px;
        top: 440px; /*510px;*/
    }

    #callout5 {
        position: absolute;
        right: 0px;
        top: 614px; /*684px;*/
    }


}

#backgrounds{ top: 51px;}

@media screen and (min-width: 1310px) and (max-width:1800px) { 

    #backgrounds{ top: 51px;}



    .gpu-spritesheet {
        content: url("../img/gtx1080ti/GEFORCE_GTX_1080Ti_sheet_24270x566.jpg");
    }





    /* SECTION 5 SUPER DESKTOP */

    #section4abg {
        position: absolute;
        width: 100%;
        height: 900px;
        top: 3195px;
        left: 0px;
        overflow: hidden;
    }

    #section4a {
        width: 100%;
        height: 1050px;
        top: 1660px;
    }

    #ansel {
        width: 100%;
        height: 900px;
        margin-top: 77px;
    }

    #ansel-txt1 {
        font-size: 40px;
        margin-top: 60px;
        margin-bottom: 50px;
        color: #fff;
    }

    #ansel-txt2 {
        width: 100%;
        max-width: 600px;
    }

    #vr-headset {
        position: absolute;
        float: right;
        width: 522px;
        height: 266px;
        right: 0px;
        bottom: -20px;
    }

    #icon-360 {
        width: 208px;
        height: 208px;
        margin-top: 125px;
    }






    .section3content {
        height: auto;
        padding-top: 110px;
    }

    .gamereadyimg {
        float: right;
        position: relative;
        right: 30px;
        top: 480px;
    }


    #watchvideo{margin-top:60px;}

    .section1content{text-align: left; margin-top: 114px;}
    .section2content{ padding-bottom:60px; /*margin-top: 52px;*/}
    .section4content{margin-top: 115px;}

    .section4content .intro {
        margin-top: 20px;
    }

    .section4acontent{margin-top: 115px;}

    .section4acontent .intro {
        margin-top: 20px;
    }


    .gallery-image{max-width:600px;}
    .gallery.row {
        margin-top: 58px;
    }


    .sliimage {
        float: left;
        max-width: 800px;
    }


    .section3{height:900px}
    /*    .section3content{margin-top:103px}*/

    /*    #section6bg{min-height: 690px}*/




    .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}
    .section21heading{float:left;margin-left:1%;}
    .section21learnmore{float: right;
                        margin-right: 9% !important;
                        margin-top: 20px;}

}





@media screen and (max-width:400px){
	
	.specsrow {
    padding-left: 15px !important;
}
.specsmodalbody{font-size: 14px !important;}

    #page-content {
        margin-top: 100px;
    }

    #page-content.pull-up {
        margin-top: 100px !important;
    }

    #section1 {
        height: 700px;
        top: 221px;
    }

    .customh2{font-family: GeForceAltBold !important; padding-top: 30px;}

    .section2 {
        display: block;
        position: relative;
        text-align: center;
        top: 200px;
        width: 100%;
    }

    #section2bg {
        background-position: center bottom;
        background-size: cover;
        height: 800px;
        top: 1340px;
        transition: all 0.5s ease 0s;
        width: 100%;
    }

    .chart-container{height: 380px}
    .chart-legend-container{top: 330px;}
    #logo-game{top: 526px}
    #system-spec {
        padding-left: 15px;
        top: 570px;
        width: 100%;
    }

    #section3bg {
        min-height: 1175px;
        top: 1572px;
    }

    .section3 {
        height: 870px;
        top: 245px;
    }

    #section4abg{top:3580px}

    #section1bg{border-bottom: 1px solid #747474; height: 284px}
    #gtx1080ti > h1 {
        max-width: 180px;
    }

    .col-lg-6.col-md-6.col-sm-6.col-xs-12 > h1 {
        max-width: 180px;
    }

    /* SCROLL ANIMATION MICRO */

    .scroll-animation {
        width: 100%;
    }

    #scroll-animation-GTX1080 {
        position: relative;
        top: 2px;
        left: -20px;
        width: 100%;
        height: 228px;
        margin: 0;
        padding: 0;
    }

    .sprite-container-GTX1080 {
        top: 2px;
        left: 0px;
        width: 324px;
        height: 228px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        overflow-x: hidden;
    }

    .sprite-GTX1080ti {
        width: 9720px;
        height: 228px;
        background: url("../img/gtx1080ti/GEFORCE_GTX_1080Ti_sheet_9720x228.jpg") no-repeat;
        background-position: 0px 0px;
        background-size: contain;
    }

    /* CALLOUTS MICRO */

    .callout-dot {
        width: 36px;
        height: 20px;
        background: url(../img/gtx1080ti/callout-circle.svg) no-repeat;
        cursor: pointer;
        background-position: center center;
        background-size: contain;
    }

    #callout-dots {
        position: relative;
        width: 324px;
        height: 228px;
        margin: -226px auto;
        padding: 0;
        left: 20px;
        /*background-color: rgba(39,255,29,0.2);*/
    }

    #callout-dot1 {
        position: absolute;
        left: 70px;
        top: 56px;
    }

    #callout-dot2 {
        position: absolute;
        left: 55px;
        top: 136px;
    }

    #callout-dot3 {
        position: absolute;
        left: 72px;
        top: 18px;
    }

    #callout-dot4 {
        position: absolute;
        left: 119px;
        top: 46px;
    }

    #callout-dot5 {
        position: absolute;
        left: 189px;
        top: 105px;
    }

    .callout {
        width: 100%;
    }

    #callouts {
        position: relative;
        width: 100%;
        margin: -226px auto;
        padding: 0;
        left: 20px;
        top: 2px;
        /*background-color: rgba(150,0,0,0.3);*/
    }

    #callout1 {
        position: absolute;
        left: 0px;
        top: 263px;
    }

    #callout2 {
        position: absolute;
        left: 0px;
        top: 263px; /*583px;*/
    }
    #callout3 {
        position: absolute;
        left: 0px;
        top: 263px;
    }

    #callout4 {
        position: absolute;
        left: 0px;
        top: 263px;
    }

    #callout5 {
        position: absolute;
        left: 0px;
        top: 263px;
    }

    #callout-lines {
        position: relative;
        width: 324px;
        height: 228px;
        margin: -226px auto;
        padding: 0;
        left: 20px;
        top: 2px;
    }

    #callout-line1 {
        position: absolute;
        transform: rotate(71.9357deg);
        width: 211px;
        left: 50%;
        top: 50%;
        margin-left: -75px;
        margin-top: -51px;
        transition: none;
    }

    #callout-line2 {
        position: absolute;
        transform: rotate(55.9357deg);
        width: 144px;
        left: 50%;
        top: 50%;
        margin-left: -90px;
        margin-top: 31px;
        transition: none;
    }

    #callout-line3 {
        position: absolute;
        transform: rotate(75.25deg);
        width: 245px;
        left: 50%;
        top: 50%;
        margin-left: -73px;
        margin-top: -88px;
        transition: none;
    }

    #callout-line4 {
        position: absolute;
        transform: rotate(85.7deg);
        width: 207px;
        left: 50%;
        top: 50%;
        margin-left: -26px;
        margin-top: -56px;
        transition: none;
    }

    #callout-line5 {
        position: absolute;
        transform: rotate(110deg);
        width: 162px;
        left: 50%;
        top: 50%;
        margin-left: 46px;
        margin-top: -2px;
        transition: none;
    }

}


@media only screen and (width:414px){


    #section4abg {
        top: 3310px !important;
    }
	
	#section4 {
    height: 648px !important;
    position: relative;
    top: 0;
}

#section3bg {
    min-height: 770px;
    top: 1922px !important;
}

}

@media (min-width: 600px) and (max-width: 601px) {
    #section4abg {
		top: 3210px !important;
	}
	.section3 {
		height: 730px !important;
		margin-top:150px !important;
    }
	#section4abg {
    top: 3206px !important;
}
#section4 {height:700px !important;}
}

@media only screen and (width:640px){

    #section1 {
        height: 640px;
        top: auto;
    }

    .section3 {
        height: 760px;
        top: 30px;
    }

    #section4abg {
        top: 2890px;
    }
}

@media screen and (min-width: 401px) and (max-width: 767px){

    #section1 {
        height: 784px;
        top: auto;
    }

    .section1content {
        margin-bottom: 30px;
        margin-top: 0;
        position: absolute;
        vertical-align: baseline;
        bottom:0
    }



    .section2 {
        display: inline-block;
        position: relative;
        text-align: center;
        width: 100%;
    }

    #backgrounds {

        top: 135px;
    }



    #section1bg{border-bottom: 1px solid #747474}


    #page-content{
        margin-top: 105px !important;
    }

    #page-content.pull-up {
        margin-top: 105px !important;
    }
    .hr-mobile {
        display: block;
    }

    .hr-mobile {
        height: 1px;
        border: 0;
        border-top: 1px solid #747474;
        margin: 0 !important;
        margin-top: 3px !important;
        margin-bottom: 3px !important;
    }
    
      .shop2-module h2{padding-top: 30px; 
              font-family: GeForce !important;}

    .customh2{padding-top: 30px; 
              font-family: GeForce !important;}

    /*#section2bg{min-height: 420px;background-size: cover; top:1212px}*/
    h2{text-align: center}


    .chart-container{max-width: 500px;}

    /*#section3bg {
        min-height: 750px;
        top: 1742px;
    }*/

   /* .section3 {
        height: 730px;
        top: 0;
    }*/

    #section4 {
        height: 758px;
        position: relative;
        top: 0;
    }

    #section4abg{top:3406px}

    #txt-design1 {
        margin-bottom: 50px;
        margin-top: 30px;
    }

    .section4content {
        margin-top: 125px;
        padding-bottom: 60px;
        text-align: center;
    }


    /* SCROLL ANIMATION MOBILE */

    .scroll-animation {
        width: 100%;
    }

    #scroll-animation-GTX1080 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 228px;
        margin: 0 auto;
        padding: 0;
    }

    .sprite-container-GTX1080 {
        top: 2px;
        left: -20px;
        width: 324px;
        height: 228px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        overflow: hidden;
    }

    .sprite-GTX1080ti {
        width: 9720px;
        height: 228px;
        background: url("../img/gtx1080ti/GEFORCE_GTX_1080Ti_sheet_9720x228.jpg") no-repeat;
        background-position: 0px 0px;
        background-size: contain;
    }

    /* CALLOUTS MOBILE */

    #callout-dots {
        position: absolute;
        width: 324px;
        height: 228px;
        margin-left: -162px;
        padding: 0;
        left: 50%;
        top: 0px;
        /*background-color: rgba(0,255,0,0.5);*/
    }

    .callout-dot {
        width: 36px;
        height: 20px;
        background: url(../img/gtx1080ti/callout-circle.svg) no-repeat;
        cursor: pointer;
        background-position: center center;
        background-size: contain;
    }

    #callout-dot1 {
        position: absolute;
        left: 76px;
        top: 50px;
    }

    #callout-dot2 {
        position: absolute;
        left: 72px;
        top: 136px;
    }

    #callout-dot3 {
        position: absolute;
        left: 88px;
        top: 21px;
    }

    #callout-dot4 {
        position: absolute;
        left: 134px;
        top: 49px;
    }

    #callout-dot5 {
        position: absolute;
        left: 210px;
        top: 104px;
    }

    .callout {
        width: 100%;
    }

    #callouts {
        position: relative;
        width: 100%;
        margin: -226px auto;
        padding: 0;
        left: 0px;
        top: -2px;
        background-color: rgba(150,0,0,0.3);
    }

    #callout1 {
        position: absolute;
        left: 0px;
        top: 250px;
    }

    #callout2 {
        position: absolute;
        left: 0px;
        top: 250px;
    }

    #callout3 {
        position: absolute;
        left: 0px;
        top: 250px;
    }

    #callout4 {
        position: absolute;
        left: 0px;
        top: 250px;
    }

    #callout5 {
        position: absolute;
        left: 0px;
        top: 250px;
    }

    /*#callout-lines {
            left: 0px;
            bottom: 0px;
            width: 100%;
            height: 500px;;
            background-color: rgba(0,255,0,0.5);
    }*/

    #callout-lines {
        position: relative;
        width: 324px;
        height: 228px;
        margin: -228px auto;
        padding: 0;
        left: 0px;
        top: 0px;
        /*background-color: rgba(255,0,0,0.5);*/
    }

    #callout-line1 {
        position: absolute;
        transform: rotate(69deg);
        width: 204px;
        left: 50%;
        top: 50%;
        margin-left: -70px;
        margin-top: -56px;
        transition: none;
    }

    #callout-line2 {
        position: absolute;
        transform: rotate(52.9357deg);
        width: 129.669px;
        left: 50%;
        top: 50%;
        margin-top: 30px;
        margin-left: -74px;
        transition: none;
    }

    #callout-line3 {
        position: absolute;
        transform: rotate(74.5deg);
        width: 226px;
        left: 50%;
        top: 50%;
        margin-top: -85px;
        margin-left: -57px;
        transition: none;
    }

    #callout-line4 {
        position: absolute;
        transform: rotate(86deg);
        width: 191px;
        left: 50%;
        top: 50%;
        margin-top: -56px;
        margin-left: -10px;
        transition: none;
    }

    #callout-line5 {
        position: absolute;
        transform: rotate(113.9357deg);
        width: 150px;
        left: 50%;
        top: 50%;
        margin-top: -3px;
        margin-left: 65px;
        transition: none;
    }

}


@media screen and (min-width: 768px) and (max-width: 1023px){

    #page-content{transition: none;}

    .section2content{margin-top: 0px;}
    .shop2-module-content{margin-top: 0px;}

    #backgrounds{top: 203px;}

    #page-content.pull-up {
        margin-top: 80px !important;
    }

    #page-content {
        margin-top: 80px;
    }

    .customh2{padding-top:60px;font-family: GeForceAltBold !important;}
    #section2bg{min-height: 450px}

    #section3bg{top: 1185px}
    #section4abg{top: 2880px;}
    #ansel-txt1{margin-top:42px;}
   /* #txt-design1{font-family: GeForceAltBold !important;}*/




}

@media screen and (min-width: 1024px) and (max-width: 1309px){
    #section1 {
        height: 530px;
    }


    #backgrounds{top:43px; padding-top: 175px!important;}

    .customh2{margin-top: 60px;}

    .section2content{margin-top: 0px;}
    .shop2-module-content{margin-top: 0px;}

    #page-content {
        margin-top: 115px;
    }
    #page-content  {
        margin-top: 115px;
    }

    #page-content.pull-up {
        margin-top: 115px !important;
    }

    #section2bg {
        min-height: 465px;
        background-position: center bottom;
        top: 800px;
    }

    #section3bg {
        height: 725px;
        overflow: hidden;
        top: 1565px;
        transition: all 0.3s ease 0s;
        width: 100%;
    }

    #perfVideo {
        height: 730px !important;
        top: 0;
        width: auto !important;
    }

}


@media screen and (min-width: 1310px) and (max-width: 1800px){

    #backgrounds{
        top: 144px;
    }

    #section1bg {
        background-position: right bottom;
        background-size: contain;
        height: 518px;
        margin: 30px auto 0;
        max-width: 1280px;
        min-width: 1024px;
        width: 100%;
    }


}



@media screen and (min-width: 1720px) and (max-width:1800px) {
    .section3 {
        height: 940px;
    }



}



@media screen and (min-width: 1801px){


#section1 {
    height: 530px;
}



    .gpu-spritesheet {
        content: url("../img/gtx1080ti/GEFORCE_GTX_1080Ti_sheet_24270x566.jpg");
    }


    /* SECTION 5 SUPER DESKTOP */

    #section4abg {
        height: 900px;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 3435px;
        width: 100%;
    }

    #section4a {
        width: 100%;
        height: 1050px;
        top: 1660px;
    }

    #ansel {
        width: 100%;
        height: 900px;
        margin-top: 120px;
    }

    #ansel-txt1 {
        font-size: 40px;
        margin-top: 60px;
        margin-bottom: 50px;
        color: #fff;
    }

    #ansel-txt2 {
        width: 100%;
        max-width: 600px;
    }


    #vr-headset {
        bottom: 70px;
        float: right;
        height: 266px;
        position: absolute;
        right: 0;
        width: 522px;
    }

    #icon-360 {
        width: 208px;
        height: 208px;
        margin-top: 125px;
    }


    /*    #section1bg{left:13%}*/
    .gallery-image{max-width:624px;}
    .gallery.row {
        margin-top: 58px;
    }



    .section2content {
        padding-bottom: 55px;
        /*        padding-top: 60px;*/
    }
    
    .shop2-module-content{ padding-bottom: 55px;}


    .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;
    }



    #performance {
        margin-bottom: 42px;
    }


    .section6innercontent table td {
        height: 50px;
    }

    .section6innercontent table {
        font-family: NVIDIA;
        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  ; }*/


    .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 */


@media only screen and (min-width: 568px) and (max-width: 736px) {
	.section3content {margin-top: 125px;	}
	.section3 {height: 720px;}
	#section4{ height: 660px;}
	#section4abg {top: 3195px;}
}


/* Banner CSS code   */



@media only screen and (min-width: 1024px) and (max-width:1309px){
	.section21heading{float:left;margin-left:0%;padding-top:10px !important; max-width:340px;}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

	.section21learnmore{float:none;margin-right:0px;margin-left:14px;}
	#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/destiny2/refresh/destiny-2-banner-822x216.jpg");
		background-position: 50% center;
		background-size: cover;
		height:216px;

	}

	.section21heading{float: none;
    margin-left: 12%;
    margin-top: 5px;
    padding-top: 0%;
	max-width:166px}
		
	.paragon-h2-text{      
			color: #fff;
		font-family: GeForcealtBold !important;
		font-size: 28px !important;
		line-height: 28px !important;
		padding-top: 10px;
		}
	.paragon-green-text {    color: #79b900;    font-size: 12px !important;    line-height: 12px !important; font-family:GeForceAltBold !important; /*width:223px !important;*/}
    .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-align: left;
        text-transform: uppercase;
    }
    
	
	.section21heading{float:left;margin-left:0%;padding-top:0px !important;}
	.section21learnmore{float: right;
		margin-right: 1%;
		margin-top: 20px;}
	.paragon-h2-text {
		color: #fff;
		font-family: GeForcealtBold;
		font-size: 28px !important;
		line-height: 28px !important;
	}
	.paragon-green-text {    color: #79b900;    font-size: 12px !important;line-height: 12px !important; /*width:278px !important;*/}
}

@media only screen and (max-width: 400px) {

  
.section21heading{float:right;margin-right:-10px;width: 125px;padding-top:0px !important; }
	#section21bg {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("http://images.nvidia.com/pascal/img/destiny2/refresh/destiny-2-banner-392x255.png");
    background-origin: padding-box;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover !important;
    height: auto;
    margin-bottom: 0;
    max-width: 768px;
    min-height: 255px;
    top: 250px;
    transition: all 0.5s ease 0s;
    width: 100%;
	background-position: 48% 32% !important;
}
.paragon-h2-text {
		color: #fff;
		font-family: GeForcealtBold !important;
		font-size: 22px !important;
		line-height: 22px !important;
		padding-top: 5px;
		
	}
	.paragon-green-text {    color: #79b900;    font-size: 14px !important;line-height: 14px !important;}
	.paragon-cta-button{padding:10px; font-size:12px; height:28px;}
	.section21content h2 {width:105px;}

	.section21learnmore {
	   margin-right: -36%;
		margin-top: 50% !important;
	}

}
@media only screen (min-width: 401px) and  (max-width: 415px) {

  
.section21heading{float:right;margin-right:-10px;width: 157px;padding-top:0px !important; }
	#section21bg {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("http://images.nvidia.com/pascal/img/destiny2/refresh/destiny-2-banner-392x255.png");
    background-origin: padding-box;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover !important;
    height: auto;
    margin-bottom: 0;
    max-width: 768px;
    min-height: 255px;
    /*top: 250px;*/
    transition: all 0.5s ease 0s;
    width: 100%;
}

	.paragon-h2-text {
		color: #fff;
		font-family: GeForcealtBold !important;
		font-size: 18px !important;
		line-height: 18px !important;
		padding-top: 10px;
		width:70% !important;
		
	}
	.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:140px;}

	.section21learnmore {
	   margin-right: -36%;
		margin-top: 50% !important;
	}

	.secton3 {margin-top:160px !important;}
}

@media only screen and (min-width: 416px) and (max-width: 460px){
	.paragon-h2-text{line-height: 28px !important;}
}

@media only screen and (min-width: 415px) and (max-width: 767px){

    
	#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/destiny2/refresh/destiny-2-banner-822x216.jpg");
		background-position: 50% center;
		background-size: cover;
		height:216px;

	}
	
	.section21heading{float:none;margin-left:0px; margin-top:-20px;}
		.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;
		line-height: 28px !important;
		padding-top: 10px;
		width:70% !important;
	}
	.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;
		
	}

}

@media only screen and (min-width: 401px) and (max-width: 414px){
	#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/destiny2/refresh/destiny-2-banner-822x216.jpg");
		background-position: 50% center;
		background-size: cover;
		height:216px;

	}
	
	.section21heading{float:none;margin-left:0px; margin-top:-20px;}
		.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;
		line-height: 28px !important;
		padding-top: 10px;
		width:70% !important;
	}
	.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;
		
	}
}

/*banner css code ends here*/

