@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');

.Ubuntu {
    font-family: 'Ubuntu', Arial, Helvetica, Verdana;
    letter-spacing: .1rem;
}

/* Resets */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    font-family: Arial, Helvetica, Verdana;
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 16px;
    vertical-align: top;
}

/* Box sizing */
* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* General */
html {
    background: #141414;
}
body {
}
p {
    color: #ddd;
    padding-bottom: 14px;
}
li {
    color: #ddd;
    padding-bottom: 14px;
}
h1 {
    font-family: 'Ubuntu', Arial, Helvetica, Verdana;
    letter-spacing: .1rem;
    font-size: 36px;
    margin-bottom: 20px;
    color: #fff;
}
h2 {
    font-family: 'Ubuntu', Arial, Helvetica, Verdana;
    letter-spacing: .1rem;
    font-size: 24px;
    color: #888;
}
h3 {
    font-family: 'Ubuntu', Arial, Helvetica, Verdana;
    letter-spacing: .1rem;
    font-size: 18px;
    color: #888;
}
a {
    color: #097695;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

/* Common */
.blackMask {
    position: fixed;
    display: table;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
    z-index: 100;
}
.blackMask .vCenter {
    #position: absolute;
    display: table-cell;
    #top: 50%;
    vertical-align: middle;
    text-align: center;
}
.vCenter .vContainer {
    #position: relative;
    display: inline-block;
    #top: -50%;
    text-align: center;
    color: #fff;
    font-size: 10px;
}
.blue {
    color: #097695 !important;
}
.blueBG {
    background: #097695 !important;
}
.white {
    color: #fff !important;
}
.whiteBG {
    background: #fff !important;
}
.button {
    display: inline-block;
    padding: 8px;
    border-radius: 5px;
    text-align: center;
}
.downloadButton {
    font-size: 21px;
    font-weight: bold;
    width: 100%;
    cursor: pointer;
}

/* Structure */
.main {
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.center {
    position: relative;
    display: block;
    min-height: 1000px;
    width: 1240px;
    margin: 0 auto;
    text-align: left;
    transition: margin-left 0.3s ease-in-out;
}

/* Mobile Nav */
.mobileNav {
    position: absolute;
    display: none;
    width: 160px;
    height: 100%;
    margin-left: -200px;
    background: #141414;
}
.mobileNav .options {
    display: inline-block;
}
.mobileNav .options li {
    display: inline-block;
    border-bottom: solid 1px #444;
}
.mobileNav .options .button {
    display: block !important;
    width: 160px;
    font-size: 18px;
    border-radius: 0 !important;
    text-align: left !important;
    color: #888;
}
.mobileNav .options .button:hover {
    text-decoration: none !important;
    background: #097695;
    color: #fff;
}

/* Header */
.header {
    position: relative;
    display: block;
    margin-bottom: 12px;
}
.header .hamburger {
    position: absolute;
    display: none;
    left: -20px;
    top: 57px;
    cursor: pointer;
}
.header .logo {
    width: 120px;
    margin-top: 30px;
}
.header .nav {
    position: relative;
    display: inline-block;
    width: 570px;
    height: 131px;
    margin: 30px 0 30px 30px;
}
.header .nav .options {
    display: inline-block;
    margin-right: 25px;
}
.header .nav .options li {
    display: inline-block;
    margin-bottom: 11px;
}
.header .nav .options .button {
    font-size: 18px;
    background: rgba(45, 45, 45, 1);
    color: #ccc;
}
.header .nav .options .button:hover {
    background: rgba(65, 65, 65, 1);
}
.header .nav .optionsLine {
    position: relative;
    display: inline-block;
    width: 1px;
    height: 161px;
    top: -29px;
    margin-right: 25px;
    background: rgba(255, 255, 255, 0.1);
}
.header .extras {
    position: absolute;
    display: inline-block;
    right: 0;
    padding-top: 30px;
    text-align: center;
}

/* Content */
.content {
    position: relative;
    display: block;
    max-width: 1240px;
    min-height: 800px;
    margin: 0 auto;
    text-align: left;
}
.col1 {
    position: relative;
    display: inline-block;
    max-width: 155px;
}
.col2 {
    position: relative;
    display: inline-block;
    max-width: 310px;
}
.col3 {
    position: relative;
    display: inline-block;
    max-width: 465px;
}
.col4 {
    position: relative;
    display: inline-block;
    max-width: 620px;
}
.col5 {
    position: relative;
    display: inline-block;
    max-width: 775px;
}
.col6 {
    position: relative;
    display: inline-block;
    max-width: 930px;
}
.col7 {
    position: relative;
    display: inline-block;
    max-width: 1085px;
}
.col8 {
    position: relative;
    display: inline-block;
    max-width: 1240px;
}
.homeScreenshot {
    display: inline-block;
    width: 1100px;
    height: 320px;
    background: url("//assets.icecoder.net/images/icecoder-8-1-browser-code-editor.png")
        no-repeat 0 0;
    background-size: cover;
}
.homeSlideshow {
    display: inline-block;
    width: 720px;
    height: 360px;
    margin: 20px 0 30px 0;
}
.swiper-container {
    height: 360px;
}
.homeCol5 {
    padding-right: 55px;
    margin-left: 75px;
}
.platformBrowserPHP {
    display: inline-block;
    margin: 0 50px 30px 0;
}
.feature {
    display: inline-block;
    width: 215px;
    margin: 0 30px 50px 0;
    color: #fff;
}
.feature img {
    margin: 5px 0 10px 0;
}
.table {
    margin-bottom: 30px;
}
.table td {
    padding: 10px;
}
select,
input {
    margin: 5px 0;
    padding: 5px;
    border: 0;
    background: rgba(255, 255, 255, 0.5);
}
input[type="radio"] {
    background: transparent;
}
.feedbackTable td {
    min-width: 40px;
}
.feedbackTable td input {
    margin-right: 5px;
}

/* Home Footer */
.homeFooter {
    margin-top: 30px;
    padding: 30px;
    text-align: center;
    background: #fff;
    color: #888;
}

/* Footer */
.footer {
    position: relative;
    width: 100%;
    background: #222;
    color: #fff;
}
.footer .inner {
    position: relative;
    display: block;
    width: 1240px;
    margin: 0 auto;
    padding: 20px;
    text-align: left;
}
.footer .inner .external {
    position: absolute;
    display: inline-block;
    width: 515px;
}
.footer .inner .external .social {
    display: inline-block;
    margin: 2px 0 0 10px;
    opacity: 0.2;
}
.footer .inner .external .social:hover {
    opacity: 0.4;
}
.footer .inner .github {
    position: absolute;
    display: inline-block;
    margin-left: 15px;
}
.footer .inner .github img {
    padding-right: 5px;
    opacity: 0.2;
}
.footer .inner .github img:hover {
    opacity: 0.4;
}
.footer .inner .github .clone {
    display: inline-block;
    padding-top: 9px;
    font-family: Courier, monospace;
    font-size: 11.6px;
}
.footer .inner .siteLinks {
    text-align: right;
}
.footer .inner .siteLinks .col {
    display: inline-block;
    margin-left: 30px;
}
.footer .inner a {
    font-size: 14px;
    color: #ddd;
}
.footer .legal {
    font-size: 14px;
    margin-top: 40px;
    color: #888;
}
.footer .legal a {
    font-size: 14px;
    color: #ddd;
}

@media (max-width: 1249px) {
    .center {
        margin: 0;
    }
    .center,
    .content {
        width: 100%;
    }
    .content {
        padding: 0 30px;
    }
    .header .logo {
        margin-left: 30px;
    }
    .header .extras {
        right: 30px;
    }
    .homeScreenshot {
        display: inline-block;
        width: 90%;
        height: 320px;
    }
    .footer .inner {
        width: 100%;
    }
}

@media (max-width: 1010px) {
    .mobileNav {
        display: block;
    }
    .header .hamburger {
        display: inline-block;
    }
    .header .nav .options,
    .header .nav .optionsLine {
        display: none;
    }
    .downloadDesc {
        display: none;
    }
    .buyCodeContainer {
        max-width: 100%;
    }
    .buyCodeBenefit {
        width: 100% !important;
    }
}

@media (max-width: 900px) {
    .header .nav {
        width: 10px;
    }
    .sloganBreak1 {
        display: block;
    }
    .homeScreenshot {
        height: 278px;
    }
    .homeSlideshow {
        position: relative;
        display: inline-block;
        width: 360px;
        height: 180px;
        margin: 20px 0 30px 50%;
        left: -180px;
    }
    .swiper-container {
        height: 180px;
    }
    .footer .inner .github .clone {
        display: none;
    }
}

@media (max-width: 440px) {
    .header .logo {
        width: 100px;
    }
    .downloadButton {
        font-size: 14px;
    }
    .homeCol5 {
        width: 100%;
        padding-right: 0;
        margin-left: 0;
    }
    .platformBrowserPHP {
        margin-right: 0;
    }
    .homeSlideshow {
        margin-left: -30px;
    }
    .footer .inner .external {
        width: 160px;
        margin-top: 150px;
    }
}

@media (max-width: 580px) {
    .sloganBreak2 {
        display: block;
    }
    .homeScreenshot {
        height: 195px;
    }
    .homeSlideshow {
        margin: 20px 0 30px -30px;
        left: 0;
    }
}