.prc {
    padding: 0 160px 0 30px
}

.ipad-img {
}

.ipad-img img {
    display: block;
    margin: 0 auto
}

.btn-skip {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #000
}

.cs-select ul {
    background: #fff
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.clearfix:before, .clearfix:after {
    content: '';
    display: table
}

.clearfix:after {
    clear: both
}

html, body, .container-fluid {
    height: 100%
}

body {
    background: #fff;
    color: #000;
    font-weight: 400;
    font-size: 1em;
    font-family: gothambook;
    overflow: hidden;
    min-height: 590px
}

a {
    color: rgba(0, 0, 0, .3);
    text-decoration: none;
    outline: none
}

a:hover, a:focus {
    color: #fff
}

.codrops-top {
    margin-top: 1em
}

.codrops-top a {
    font-size: .69em;
    padding: 0 .25em;
    display: inline-block;
    text-decoration: none;
    font-size: 1.2em
}

.codrops-icon:before {
    margin: 0 4px;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    font-family: codropsicons;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased
}

.codrops-icon-drop:before {
    content: "\e001"
}

.codrops-icon-prev:before {
    content: "\e004"
}

.codrops-icon-info:before {
    content: "\e003"
}

.codrops-icon span {
    display: none;
    position: absolute;
    font-size: .85em;
    padding: .5em 0 0 .25em;
    font-weight: 700
}

.codrops-icon:hover span {
    display: block;
    color: #6a7b7e
}

.related {
    font-weight: 700;
    text-align: center;
    padding: 5em 0;
    display: none;
    background: #fff;
    color: rgba(0, 0, 0, .3)
}

.overview .related {
    display: block
}

.related > a {
    border: 3px solid #000;
    border-color: initial;
    display: inline-block;
    text-align: center;
    margin: 20px 10px;
    padding: 25px
}

.related > a:hover, .related > a:focus {
    color: rgba(0, 0, 0, .5)
}

.related a img {
    max-width: 100%;
    opacity: .8
}

.related a:hover img, .related a:active img {
    opacity: 1
}

.related a h3 {
    margin: 0;
    padding: .5em 0 .3em;
    max-width: 300px;
    text-align: left
}

body.overview .prc {
    padding: 0 20px
}

.btn-outline-secondary {
    font-size: 28px;
    line-height: 36px;
    padding: 5px 10px;
    width: 95px;
    color: #b4b4b4;
    border-color: #b4b4b4
}

.imgtwo {
    display: none !important
}

body.overview .btn-skip {
    display: none
}

.fs-controls-hide {
    display: none
}

.intgrtn-cookie-popup {
    display: none
}
.logo {
    position: absolute;
    max-width: 50%;
    left: 0;
    top: 0;
}