#__DW__SFToolkit {
    display: none
}

.header-tab {
    display: none !important
}

@media (min-width: 768px) {
    footer.dark {
        padding-left: 75px
    }
}

.cdev-modal-open {
    overflow: hidden
}

.cdev-nb1-nav {
    position: fixed;
    z-index: 10
}

@media (max-width: 767px) {
    .cdev-nb1-nav {
        background-color: transparent;
        bottom: 20px;
        left: 20px;
        width: 50px;
        height: 50px;
        transition: background-color 500ms
    }
    .cdev-nb1-nav:after {
        background: transparent url(400015-stamp-mob-nav.png) no-repeat 0 40px;
        background-size: 250px auto;
        opacity: 0;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
        transition: opacity 500ms
    }
    .cdev-nb1-nav .cdev-side-nav {
        background: #000 url(nb1-nav.png) no-repeat center;
        background-size: 35px auto;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        height: 50px;
        border: 2px solid #eee;
        border-radius: 50%;
        cursor: pointer
    }
    .cdev-nb1-nav .cdev-side-nav a {
        display: block;
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        transition: opacity 1s, transform 1s;
        position: absolute;
        top: 0;
        left: 0;
        color: #000;
        background: #fff;
        border: 1px solid #bbb;
        border-radius: 50%;
        width: 47px;
        height: 47px;
        line-height: 45px;
        vertical-align: baseline;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: -0.04em;
        z-index: -1
    }
    .cdev-nb1-nav .cdev-side-nav a span {
        display: inline-block;
        margin-left: .2em;
        vertical-align: super;
        font-weight: 400;
        font-size: .5em;
        text-transform: uppercase;
        line-height: 1em
    }
    .cdev-nb1-nav .cdev-side-nav a:nth-child(1) {
        background-image: url(nb1-nav-black.png);
        background-position: center;
        background-size: 30px auto;
        background-repeat: no-repeat;
        overflow: hidden;
        text-indent: -9999px
    }
    .cdev-nb1-nav.cdev-nav-fade {
        background-color: #fff;
        background-color: rgba(255, 255, 255, 0.9);
        transition: background-color 500ms
    }
    .cdev-nb1-nav.cdev-nav-fade:after {
        opacity: 1;
        transition: opacity 300ms
    }
    .cdev-nb1-nav.cdev-nav-fade .cdev-side-nav a {
        opacity: 1;
        transition: opacity 300ms, -webkit-transform 300ms;
        transition: opacity 300ms, transform 300ms
    }
    .cdev-nb1-nav.cdev-nav-fade .cdev-side-nav a:nth-child(1) {
        -webkit-transform: translateY(-350px);
        transform: translateY(-350px);
        z-index: 10
    }
    .cdev-nb1-nav.cdev-nav-fade .cdev-side-nav a:nth-child(2) {
        -webkit-transform: translateY(-280px);
        transform: translateY(-280px);
        z-index: 7
    }
    .cdev-nb1-nav.cdev-nav-fade .cdev-side-nav a:nth-child(3) {
        -webkit-transform: translateY(-210px);
        transform: translateY(-210px);
        z-index: 8
    }
    .cdev-nb1-nav.cdev-nav-fade .cdev-side-nav a:nth-child(4) {
        -webkit-transform: translateY(-140px);
        transform: translateY(-140px);
        z-index: 9
    }
    .cdev-nb1-nav.cdev-nav-fade .cdev-side-nav a:nth-child(5) {
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px);
        z-index: 10
    }
    .cdev-nb1-nav.cdev-nav-active {
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
    .cdev-nb1-nav.cdev-nav-active .cdev-side-nav {
        bottom: 20px;
        left: 20px;
        top: auto;
        right: auto;
        width: 50px;
        height: 50px;
        background: #000;
        z-index: 0
    }
    .cdev-nb1-nav.cdev-nav-active .cdev-side-nav:after {
        position: absolute;
        display: block;
        width: 47px;
        height: 47px;
        line-height: 43px;
        vertical-align: baseline;
        text-align: center;
        content: 'x';
        color: #fff;
        top: 0;
        left: 0;
        font-weight: 200;
        font-size: 25px;
        z-index: 0
    }
}

@media (min-width: 768px) {
    .cdev-nb1-nav {
        background: #000;
        border: none;
        border-radius: 0;
        display: table;
        top: 0;
        left: 0;
        right: auto;
        bottom: 0;
        width: 70px;
        height: 100%;
        height: 100vh;
        cursor: default;
        z-index: 200
    }
    .cdev-nb1-nav .cdev-nb1-button {
        background-image: url(nb1-nav-grey.png);
        background-position: center;
        background-size: 45px auto;
        background-repeat: no-repeat;
        overflow: hidden;
        text-indent: -9999px
    }
    .cdev-nb1-nav .cdev-nb1-button.cdev-active,
    .cdev-nb1-nav .cdev-nb1-button:hover {
        background-image: url(nb1-nav.png)
    }
    .cdev-nb1-nav a {
        display: block;
        height: 70px;
        line-height: 75px;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: -0.04em;
        color: #fff;
        cursor: pointer;
        vertical-align: baseline
    }
    .cdev-nb1-nav a span {
        display: inline-block;
        margin-left: .2em;
        vertical-align: super;
        font-weight: 400;
        font-size: .5em;
        text-transform: uppercase;
        line-height: 1em
    }
    .cdev-nb1-nav a.cdev-active {
        position: relative;
        background-color: #222;
        color: #fff
    }
    .cdev-nb1-nav a.cdev-active:after {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -2px;
        content: '';
        width: 0;
        height: 5px;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-right: 4px solid #fff
    }
}

@media (min-width: 960px) {
    .cdev-shoe-content-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 0;
        padding-top: 75.5%
    }
}

@media (min-width: 1280px) {
    .cdev-shoe-content-wrapper {
        padding-top: 34%
    }
}

.cdev-img-block {
    display: none;
    width: 100%;
    margin: 0 auto
}

.cdev-img-block .cdev-img {
    display: block;
    background: transparent no-repeat bottom center;
    background-size: 320px auto;
    width: 100%;
    height: 280px;
    margin: 0 auto 10px auto;
    position: relative
}

.cdev-img-block .cdev-copy {
    background: #163386;
    background: -moz-linear-gradient(left, #163386 0%, #009ad3 100%);
    background: -webkit-linear-gradient(left, #163386 0%, #009ad3 100%);
    background: linear-gradient(to right, #163386 0%, #009ad3 100%);
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.cdev-img-block h3 {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: .8em;
    margin: 20px 0 10px 0
}

.cdev-img-block span {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: .8em;
    margin: 0 0 20px 0
}

.cdev-img-block span:after {
    content: " \e63c";
    font-size: .6em;
    font-family: 'nbicon'
}

@media (min-width: 768px) {
    .cdev-img-block {
        display: block;
        width: 610px;
        font-size: 0
    }
    .cdev-img-block .cdev-img {
        display: inline-block;
        height: 260px;
        padding: 0;
        margin: 0 0 10px 0;
        position: relative;
        background-size: 100% auto
    }
    .cdev-img-block .cdev-img:first-child {
        margin-right: 10px
    }
    .cdev-img-block .cdev-copy {
        text-align: left;
        padding: 0 15px
    }
}

@media (min-width: 960px) {
    .cdev-img-block {
        position: absolute;
        top: 10px;
        left: 40px;
        width: 35%
    }
    .cdev-img-block .cdev-img {
        display: block;
        width: 100%;
        height: 0;
        padding-top: 156%;
        margin: 0 0 10px 0
    }
}

@media (min-width: 1280px) {
    .cdev-img-block {
        width: 47%;
        top: 40px
    }
    .cdev-img-block .cdev-img {
        display: inline-block;
        width: 100%;
        height: 0;
        padding-top: 38%;
        margin: 0 0 10px 0
    }
}

@media (min-width: 960px) {
    .cdev-flipped .cdev-img-block {
        top: 40px;
        left: auto;
        right: 40px;
        width: 35%
    }
}

@media (min-width: 1280px) {
    .cdev-flipped .cdev-img-block {
        width: 49%
    }
}

@media (min-width: 960px) {
    .cdev-flipped .cdev-shoe-block {
        right: 44%;
        left: auto;
        width: 52%
    }
}

@media (min-width: 1280px) {
    .cdev-flipped .cdev-shoe-block {
        right: 54%;
        left: auto;
        width: 44%
    }
}

.cdev-flipped .cdev-inspire-block {
    left: auto
}

@media (min-width: 1280px) {
    .cdev-flipped .cdev-inspire-block {
        right: 40px
    }
}

.cdev-inspire-block {
    padding: 15px 0 25px 0;
    text-align: center
}

.cdev-inspire-block h3 {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.04em
}

.cdev-inspire-block .cdev-inspire-swiper {
    overflow: hidden;
    max-width: 767px;
    margin: 30px auto 10px auto;
    height: 110px
}

.cdev-inspire-block .swiper-slide {
    height: 100px;
    width: 270px;
    background-position: center;
    background-size: 190px auto;
    background-repeat: no-repeat
}

.cdev-inspire-block .cdev-pagination {
    width: 100px;
    height: 10px;
    margin: 0 auto
}

.cdev-inspire-block .swiper-pagination-switch {
    display: inline-block;
    height: 5px;
    width: 5px;
    background-color: #a3a3a3;
    border-radius: 50%;
    margin: 0 4px
}

.cdev-inspire-block .swiper-active-switch {
    background-color: #000
}

.cdev-inspire-block .cdev-inspire-med {
    display: none
}

@media (min-width: 768px) {
    .cdev-inspire-block {
        font-size: 0;
        padding: 15px 0 0 0
    }
    .cdev-inspire-block .cdev-inspire-med {
        display: block;
        height: 125px;
        width: 660px;
        text-align: center;
        margin: 0 auto
    }
    .cdev-inspire-block .swiper-slide {
        display: inline-block;
        height: 100px;
        width: 220px;
        background-position: center;
        background-size: 190px auto;
        background-repeat: no-repeat
    }
}

@media (min-width: 960px) {
    .cdev-inspire-block {
        position: absolute;
        top: 73%;
        left: 0;
        width: 100%;
        font-size: 0
    }
    .cdev-inspire-block .cdev-inspire-med {
        display: block;
        height: 125px;
        width: 80%;
        text-align: center;
        margin: 0 auto
    }
    .cdev-inspire-block .swiper-slide {
        display: inline-block;
        height: 110%;
        width: 33%;
        background-position: top center;
        background-size: 80% auto;
        background-repeat: no-repeat
    }
}

@media (min-width: 1280px) {
    .cdev-inspire-block {
        top: 67%;
        left: 40px;
        width: 47%
    }
    .cdev-inspire-block .cdev-inspire-med {
        height: 125px;
        width: 100%
    }
}

.cdev-shoe-block {
    background: transparent no-repeat center 25px;
    background-size: 291px auto;
    text-align: center;
    padding: 182px 0 30px 0
}

.cdev-shoe-block .cdev-model {
    color: #ccc;
    font-size: 80px;
    font-weight: 700;
    letter-spacing: -0.04em;
    margin-bottom: -20px
}

.cdev-shoe-block .cdev-model span {
    position: relative;
    top: -10px;
    display: inline-block;
    font-weight: 200;
    font-size: .35em;
    letter-spacing: 0;
    vertical-align: super;
    margin: 0 0 0 0.1em
}

.cdev-shoe-block img {
    width: auto;
    height: 25px;
    margin-bottom: 16px
}

.cdev-shoe-block .cdev-price {
    margin: 10px 0 0 0;
    font-size: 14px;
    font-weight: 400
}

.cdev-shoe-block .cdev-shipping {
    display: block;
    text-transform: uppercase;
    margin: 10px 0 10px 0;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: -0.04em;
}

.cdev-shoe-block .cdev-link {
    text-transform: uppercase;
    margin: 10px 0 0 0;
    color: #e61a3e;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.04em;
    font-family: 'ITC Avant Garde Gothic W01', Arial, sans-serif;
}

.cdev-shoe-block .cdev-link::after {
    position: relative;
    content: ""!important;
    display: inline-block!important;
    width: 8px!important;
    height: 8px!important;
    border-right: 2px solid #e21836!important;
    border-bottom: 2px solid #e21836!important;
    -webkit-transform: rotate(-45deg)!important;
    -moz-transform: rotate(-45deg)!important;
    -ms-transform: rotate(-45deg)!important;
    -o-transform: rotate(-45deg)!important;
    transform: rotate(-45deg)!important;
    top: -1.5px;
    left: 5px;
}

@media (min-width: 768px) {
    .cdev-shoe-block {
        background-size: 450px auto;
        background-position: center 45px;
        padding: 285px 0 60px 0
    }
    .cdev-shoe-block .cdev-model {
        font-size: 115px;
        margin-bottom: -25px
    }
    .cdev-shoe-block img {
        height: 40px
    }
    .cdev-shoe-block p {
        font-size: 15px
    }
    .cdev-shoe-block .button {
        display: inline-block
    }
    .cdev-shoe-block .cdev-price {
        display: inline-block;
        margin: 0 15px
    }
}

@media (min-width: 960px) {
    .cdev-shoe-block {
        background-size: 95% auto;
        padding: 31% 0 60px 0;
        position: absolute;
        top: 10px;
        left: 44%;
        width: 52%
    }
}

@media (min-width: 1280px) {
    .cdev-shoe-block {
        background-size: 70% auto;
        background-position: center 0;
        padding: 16% 0 48px 0;
        position: absolute;
        top: 40px;
        left: 54%;
        width: 44%
    }
    .cdev-shoe-block .cdev-model {
        font-size: 86px
    }
    .cdev-shoe-block img {
        height: 25px
    }
}

@media (min-width: 1600px) {
    .cdev-shoe-block .cdev-model {
        font-size: 115px;
        margin-bottom: -25px
    }
    .cdev-shoe-block img {
        height: 35px
    }
}

#col-400015-hero-r1 {
    position: relative;
    text-align: center;
}

#col-400015-hero-r1 .cdev-img {
    background: url('400015-hero-mob.jpg') no-repeat 50% 50%;
    background-size: cover;
    height: 0;
    padding-bottom: 47%;
}

#col-400015-hero-r1 .cdev-inner {
    margin: 0 auto;
    max-width: 280px;
    padding: 20px 0;
}

#col-400015-hero-r1 .button {
    margin: 0 10px 0 0;
}

#col-400015-hero-r1 h2 {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1em;
    margin: 0 0 10px 0;
}

@media (min-width: 768px) {
    #col-400015-hero-r1 {
        background: url('400015-hero-tab.jpg') no-repeat 0 50%;
        background-position: 50% 0;
        background-size: cover;
        height: 475px;
        padding-top: 0;
        text-align: left;
    }
    #col-400015-hero-r1 .cdev-img {
        display: none;
    }
    #col-400015-hero-r1 .cdev-inner {
        margin: 0 0 0 70px;
        max-width: 330px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c7b9bd+0,312c2f+100&0.9+0,0.9+100 */
        background: -moz-linear-gradient(top, rgba(199, 185, 189, 0.9) 0%, rgba(49, 44, 47, 0.9) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(199, 185, 189, 0.9) 0%, rgba(49, 44, 47, 0.9) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(199, 185, 189, 0.9) 0%, rgba(49, 44, 47, 0.9) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e6c7b9bd', endColorstr='#e6312c2f', GradientType=0);
        /* IE6-9 */
        height: 100%;
        padding: 27px;
    }
    #col-400015-hero-r1 .cdev-inner img {
        height: 165px;
        margin-bottom: 20px;
        width: 165px;
    }
    #col-400015-hero-r1 h2 {
        color: #fff;
        font-size: 29px;
    }
    #col-400015-hero-r1 p {
        color: #fff;
        font-size: 13px;
        line-height: 1.2em;
        max-width: 240px;
    }
    #col-400015-hero-r1 .cdev-new-tag-center {
        background: #fff;
        color: #000;
        margin-left: 0;
    }
    #col-400015-hero-r1 .cdev-new-tag-center:before {
        display: none;
    }
    #col-400015-hero-r1 .cdev-new-tag-center:after {
        border-top-color: #fff;
    }
}

@media (min-width: 960px) {
    #col-400015-hero-r1 {
        background-image: url('400015-hero-full.jpg');
        background-position: 20% 0;
    }
}

#col-400015-998-r1 {
    background: #fff;
    background: -moz-linear-gradient(top, #d7d7d7 0%, #fff 42%);
    background: -webkit-linear-gradient(top, #d7d7d7 0%, #fff 42%);
    background: linear-gradient(to bottom, #d7d7d7 0%, #fff 42%);
    position: relative
}

#col-400015-998-r1 .cdev-shoe-block {
    background-image: url(998-big-shoe.png)
}

#col-400015-998-r1 .cdev-img2 {
    background-image: url(998-image-small.jpg);
    background-size: 320px auto;
}

#col-400015-998-r1 .cdev-slide1 {
    background-image: url(998-inspire-1.jpg)
}

#col-400015-998-r1 .cdev-slide2 {
    background-image: url(998-inspire-2.jpg)
}

#col-400015-998-r1 .cdev-slide3 {
    background-image: url(998-inspire-3.jpg)
}

#col-400015-998-r1 .cdev-img-block {
    display: block;
}

@media (min-width: 768px) {
    #col-400015-998-r1 {
        margin-left: 70px
    }
    #col-400015-998-r1 .cdev-img2 {
        background-image: url(998-image-medium.jpg);
        background-size: 100% auto;
    }
}

@media (min-width: 960px) {
    #col-400015-998-r1 .cdev-img2 {
        background-image: url(998-image-large.jpg)
    }
}

@media (min-width: 1280px) {
    #col-400015-998-r1 .cdev-img2 {
        background-image: url(998-image-x-large.jpg)
    }
}

#col-400015-990-r1 {
    background: #fff;
    background: -moz-linear-gradient(top, #d7d7d7 0%, #fff 42%);
    background: -webkit-linear-gradient(top, #d7d7d7 0%, #fff 42%);
    background: linear-gradient(to bottom, #d7d7d7 0%, #fff 42%);
    position: relative
}

#col-400015-990-r1 .cdev-img-block {
    display: block;
}

#col-400015-990-r1 .cdev-shoe-block {
    background-image: url(990-big-shoe.png)
}

#col-400015-990-r1 .cdev-img2 {
    background-image: url(990-image-small.jpg)
}

#col-400015-990-r1 .cdev-slide1 {
    background-image: url(990-inspire-1.jpg)
}

#col-400015-990-r1 .cdev-slide2 {
    background-image: url(990-inspire-2.jpg)
}

#col-400015-990-r1 .cdev-slide3 {
    background-image: url(990-inspire-3.jpg)
}

@media (min-width: 768px) {
    #col-400015-990-r1 {
        margin-left: 70px
    }
    #col-400015-990-r1 .cdev-img2 {
        background-image: url(990-image-medium.jpg)
    }
}

@media (min-width: 960px) {
    #col-400015-990-r1 .cdev-img2 {
        background-image: url(990-image-large.png)
    }
}

@media (min-width: 1280px) {
    #col-400015-990-r1 .cdev-img2 {
        background-image: url(990-image-x-large.png)
    }
}

#col-400015-574-r1 {
    background: #fff;
    background: -moz-linear-gradient(top, #d7d7d7 0%, #fff 42%);
    background: -webkit-linear-gradient(top, #d7d7d7 0%, #fff 42%);
    background: linear-gradient(to bottom, #d7d7d7 0%, #fff 42%);
    position: relative
}

#col-400015-574-r1 .cdev-shoe-block {
    background-image: url(574-big-shoe.png)
}

#col-400015-574-r1 .cdev-img2 {
    background-image: url(574-image-small.jpg)
}

#col-400015-574-r1 .cdev-slide1 {
    background-image: url(574-inspire-1.png)
}

#col-400015-574-r1 .cdev-slide2 {
    background-image: url(574-inspire-2.png)
}

#col-400015-574-r1 .cdev-slide3 {
    background-image: url(574-inspire-3.png)
}

@media (min-width: 768px) {
    #col-400015-574-r1 {
        margin-left: 70px
    }
    #col-400015-574-r1 .cdev-img2 {
        background-image: url(574-image-medium.png)
    }
}

@media (min-width: 960px) {
    #col-400015-574-r1 .cdev-img2 {
        background-image: url(574-image-large.png)
    }
}

@media (min-width: 1280px) {
    #col-400015-574-r1 .cdev-img2 {
        background-image: url(574-image-x-large.png)
    }
}

#col-400015-3000-0825 {
    background: #fff;
    background: -moz-linear-gradient(top, #d7d7d7 0%, #fff 42%);
    background: -webkit-linear-gradient(top, #d7d7d7 0%, #fff 42%);
    background: linear-gradient(to bottom, #d7d7d7 0%, #fff 42%);
    position: relative
}

#col-400015-3000-0825 .button + .button {
    margin: 0;
}

#col-400015-3000-0825 .cdev-shoe-block .button {
    margin: 10px;
}

#col-400015-3000-0825 .cdev-shoe-block {
    background-image: url(3000-big-shoe.png)
}

#col-400015-3000-0825 .cdev-img2 {
    background-image: url(3000-image-small.jpg)
}

#col-400015-3000-0825 .cdev-slide1 {
    background-image: url(3000-inspire-1.jpg)
}

#col-400015-3000-0825 .cdev-slide2 {
    background-image: url(3000-inspire-2.jpg)
}

#col-400015-3000-0825 .cdev-slide3 {
    background-image: url(3000-inspire-3.jpg)
}

@media (min-width: 768px) {
    #col-400015-3000-0825 {
        margin-left: 70px
    }
    #col-400015-3000-0825 .cdev-shoe-block {
        padding-bottom: 24px;
    }
    #col-400015-3000-0825 .cdev-shoe-block .cdev-price {
        margin-bottom: 24px;
    }
    #col-400015-3000-0825 .cdev-shoe-block .button {
        display: inline-block;
        margin: 10px 10px 20px 10px;
    }
    #col-400015-3000-0825 .cdev-img2 {
        background-image: url(3000-image-medium.jpg)
    }
}

@media (min-width: 960px) {
    #col-400015-3000-0825 {
        padding-top: 82%;
    }
    #col-400015-3000-0825 .cdev-inspire-block {
        top: 76%;
    }
    #col-400015-3000-0825 .cdev-shoe-block .cdev-price {
        margin-bottom: 5px;
    }
    #col-400015-3000-0825 .cdev-img2 {
        background-image: url(3000-image-large.jpg)
    }
}

@media (min-width: 1280px) {
    #col-400015-3000-0825 {
        padding-top: 35%;
    }
    #col-400015-3000-0825 .cdev-inspire-block {
        top: 66%;
    }
    #col-400015-3000-0825 .cdev-shoe-block .cdev-price {
        display: block;
    }
    #col-400015-3000-0825 .cdev-shoe-block .cdev-link,
    #col-400015-3000-0825 .cdev-shoe-block .cdev-shipping {
        display: block
    }
    #col-400015-3000-0825 .cdev-img2 {
        background-image: url(3000-image-x-large.jpg)
    }
}

.cdev-upgrade-modal {
    display: none;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding-top: 25px
}

.cdev-upgrade-modal.cdev-open {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    height: 100vh;
    width: 100%;
    width: 100vw;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 10001;
    display: block
}

.cdev-upgrade-modal .cdev-close {
    background-color: #000;
    background-size: 35px auto;
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #eee;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 0 30px 0
}

.cdev-upgrade-modal .cdev-close:after {
    display: block;
    width: 47px;
    height: 47px;
    line-height: 43px;
    vertical-align: baseline;
    text-align: center;
    content: 'x';
    color: #fff;
    font-weight: 200;
    font-size: 25px;
    z-index: 10
}

.cdev-upgrade-modal .cdev-upgrade-imgs {
    max-width: 320px;
    margin: 0 auto
}

.cdev-upgrade-modal .cdev-upgrade-imgs .cdev-upgrade-img1,
.cdev-upgrade-modal .cdev-upgrade-imgs .cdev-upgrade-img2 {
    height: 0;
    margin: 0 0 10px 0;
    padding-top: 74%;
    max-width: 320px;
    background-size: cover;
    background-position: center
}

.cdev-upgrade-modal h2 {
    font-size: 18px;
    line-height: 1em;
    margin: 0 0 20px 0;
    font-weight: 700;
    letter-spacing: -0.04em
}

.cdev-upgrade-modal p {
    font-size: 12px;
    max-width: 300px;
    margin: 0 auto 20px auto
}

.cdev-upgrade-modal .button {
    margin: 0 0 20px 0
}

.cdev-upgrade-modal .cdev-legal {
    font-size: 9px;
    max-width: 280px;
    margin: 0 auto 20px auto
}

@media (min-width: 768px) {
    .cdev-upgrade-modal {
        padding-top: 40px
    }
    .cdev-upgrade-modal .cdev-upgrade-imgs {
        max-width: 620px;
        margin: 0 auto 50px auto
    }
    .cdev-upgrade-modal .cdev-upgrade-imgs .cdev-upgrade-img1,
    .cdev-upgrade-modal .cdev-upgrade-imgs .cdev-upgrade-img2 {
        display: inline-block;
        width: 300px;
        height: 240px;
        max-width: 300px;
        padding: 0
    }
    .cdev-upgrade-modal .button {
        margin: 0 0 50px 0
    }
    .cdev-upgrade-modal p {
        max-width: 550px
    }
}

@media (min-width: 960px) {
    .cdev-upgrade-modal .cdev-upgrade-imgs {
        max-width: 900px
    }
    .cdev-upgrade-modal .cdev-upgrade-imgs .cdev-upgrade-img1,
    .cdev-upgrade-modal .cdev-upgrade-imgs .cdev-upgrade-img2 {
        width: 415px;
        height: 350px;
        max-width: 415px
    }
}

@media (min-width: 1280px) {
    .cdev-upgrade-modal {
        padding-top: 15px
    }
    .cdev-upgrade-modal .cdev-upgrade-imgs {
        max-width: 60%;
        margin: 0 auto 20px auto
    }
    .cdev-upgrade-modal .cdev-upgrade-imgs .cdev-upgrade-img1,
    .cdev-upgrade-modal .cdev-upgrade-imgs .cdev-upgrade-img2 {
        width: 40%;
        height: 0;
        padding-top: 30%;
        max-width: 505px
    }
    .cdev-upgrade-modal .cdev-close {
        margin: 0 0 15px 0
    }
    .cdev-upgrade-modal .button {
        margin: 0 0 30px 0
    }
}

#cdev-998-upgrade .cdev-upgrade-img1 {
    background-image: url(998-modal-img1.jpg)
}

#cdev-998-upgrade .cdev-upgrade-img2 {
    background-image: url(998-modal-img2.jpg)
}

#cdev-990-upgrade .cdev-upgrade-img1 {
    background-image: url(990-modal-img1.jpg)
}

#cdev-990-upgrade .cdev-upgrade-img2 {
    background-image: url(990-modal-img2.jpg)
}

#cdev-574-upgrade .cdev-upgrade-img1 {
    background-image: url(574-modal-img1.jpg)
}

#cdev-574-upgrade .cdev-upgrade-img2 {
    background-image: url(574-modal-img2.jpg)
}


/*# sourceMappingURL=style.css.map */