/* Copyright 1999-2017. Plesk International GmbH. All rights reserved. */
html {
    font: normal 13px/1.4 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    color: #000;
}
html,
body {
    height: 100%;
    min-height: 100%;
}
body { 
    margin: 0; 
}
a { 
    background-color: transparent; 
}
a:active,
a:hover { 
    outline: 0; 
}
a {
    color: #2498e3;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #188dd9;
    text-decoration: underline;
}
img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
.service-column ul {
    list-style: none;
    padding-right: 10px;
    margin: 15px 0;
    padding-left: 20px;
}
.service-column ul li:before {
    content: '✓';
    padding-right: 10px;
    font-weight: bold;
}
.page-container {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}
.page-header-wrapper {
    background: #222a32;
    box-sizing: border-box;
    padding: 0 50px;
    display: block;
}
.product-logo img { 
    height: 75px;
}
.page-header {
    display: inline-block;
    width: 10%;
}
.header-text {
    display: inline-block;
    width: 80%;
    color: white;
    text-align: center;
    vertical-align: middle;
}

.page-content {
    margin: auto;
    padding: 20px 10px;
    max-width: 960px;
}
.page-info {
    box-sizing: border-box;
    min-height: 170px;
    padding: 20px 40px 20px 313px;
    border: 1px solid #ccc;
    background: #f2f2f2 url(../img/hosting.png) no-repeat;
    background-size: 275px 170px;
}
.page-info-heading {
    font-weight: bold;
    font-size: 16px;
}
.page-info a{
    font-weight: bold;
}
.service-info-wrapper {
    margin-top: 25px;
    margin-bottom: 25px;
}
.service-info-heading {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.service-column {
    float: left;
    width: 23%;
    height: 200px;
    border: 1px solid #bebebe;
    background: #fafafa;
    margin-top: 8px;
    margin-right: 8px;
    margin-left: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.service-image {
    text-align: center;
}
.service-image img {
    width: 64px;
    height: 64px;
}
  
/* Clear floats after the columns */
.service-row:after {
    content: "";
    display: table;
    clear: both;
}

.product-info-wrapper p {
    margin: 0 0 10px;
    padding: 0;
}
.product-info-wrapper ul.links {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #ddd;
    text-align: center;
}
.links > li {
    display: inline-block;
    float: left;
    vertical-align: top;
    width: 50%;
    margin-top: 15px;
}
.links > li > a {
    display: inline-block;
    margin: 0;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
}
.links > li > a:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto 5px;
    background-repeat: no-repeat;
    background-size: 32px 32px;
}
.blog:before { background-image: url(../img/cloudhosting.png); }
.forum:before { background-image: url(../img/plans.png); }
.knowledge-base:before { background-image: url(../img/develop.png); }
.facebook:before { background-image: url(../img/facebook.png); }
.twitter:before { background-image: url(../img/twitter.png); }
.linkedin:before { background-image: url(../img/linkedin.png); }

.product-info {
    border: 1px solid #bebebe;
    background: #fafafa;
}
.product-info-heading {
    margin: -1px;
    padding: 5px 11px;
    font-size: 16px;
    color: #fff;
    background: #09729f;
    text-align: center;
}
.product-info-content { padding: 10px; }
.product-info-content p { text-align: center; }
.links > li { width: 16.66%; }

@media (max-width: 600px) {
    .page-header {
        width: 100%;
        text-align: center;
    }
    .header-text {
        width: 100%;
    }
    .page-header-wrapper {
        padding: 0px;
    }
    .page-info {
        background-size: contain;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 230px;
    }
    .page-info-heading {
        font-size: 15px;
    }
    .service-column {
        width: 100%;
        margin: 10px auto;
    }
    .service-info-heading {
        font-size: 20px;
    }
    .links > li { width: 33.33%; }
}
