/* ***************************
    1.Main settings
*/
* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: 'Roboto', Arial, sans-serif;
    color: #020202;
    border-spacing: 0;
    border-collapse: collapse;
}

html {
    width: 100%;
    height: 100%;
}

body {
    position: relative;
    width: 100%;
    min-width: 1100px;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
}

.wrapper {
    position: relative;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
}

header, section, nav, article, footer, aside {
    display: block;
}

a img {
    border: none;
}

/* *******************
    2. Header
*/
header {
    width: 100%;
    margin: 0 auto;
    height: 50px;
    padding-bottom: 12px;
    padding-top: 10px;
    overflow: hidden;
    background: #f57921;
}
.header-wrapper {
    width: 1100px;
    margin: 0 auto;
}
    header .webnames_logo {
        display: block;
        float: left;
        width: 256px;
        height: 57px;
        text-indent: 100%;
        line-height: 0;
        overflow: hidden;
        text-decoration: none;
        background: url('../img/template/webnames_logo3.png') 50% 50% no-repeat;
        background-size: contain;
    }
    header p {
        margin: 0 0 0 600px;
        font-size: 14px;
        padding-top: 5px;
        text-align: right;
    }
    .header_topPadding {
        padding-top: 15px;
    }

/* *******************
    4. Content
*/
article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    width: 750px;
    padding: 50px 0;
    margin: 0 auto;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
    .icon {
        margin-bottom: 30px;
    }
    .heading {
        margin: 0 auto;
        padding: 0 0 30px;
        font-size: 36px;
        line-height: 36px;
        font-weight: normal;
        color: #020202;
    }
    .heading--3 {
        font-size: 18px;
        line-height: 27px;
        font-weight: normal;
    }
    article p {
        padding: 0px;
        margin: 0 auto 27px;
        font-size: 18px;
        color: #020202;
    }
    .list {
        margin-bottom: 20px;
    }
    .p_likeList {
        position: relative;
        padding-left: 75px;
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 54px;
        text-align: left; 
    }
    .p_likeList.oneLine {
        line-height: 55px; 
    }
        .likeListStyle {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 55px;
            height: 55px;
            line-height: 54px;
            text-align: center;
            font-size: 27px;
            font-weight: bold;
            border: 1px solid #005e20;
            border-radius: 50%;
            color: #005e20;
        }
    .park-btns {
        margin-top: 40px;
    }
    .park-btn {
        display: inline-block;
        vertical-align: bottom;
        min-width: 310px;
        margin-bottom: 35px;
        margin-right: 20px;
        padding: 15px 10px;
        font-family: inherit;
        font-size: 18px;
        line-height: normal;
        font-weight: normal;
        text-decoration: none;
        color: #005e20;
        border: 1px solid #005e20;
        border-radius: 5px;
        background: #fff;
        cursor: pointer;
    }

    .park-btn:last-child {
        margin-right: 0;
    }

    .park-btn--primary {
        background-color: #005e20;
        color: #fff;
    }

    .likeLink {
        padding: 0;
        margin: 0;
        background: none;
        border: none;
        cursor: pointer;
        font-size: inherit;
        text-decoration: underline;
    }

    /*form*/
    fieldset {
        border: none;
        padding: 0;
        margin: 0;
        font-size: 14px;
    }
        #dopassist input {
            width: 100px;
        }
        
    article input, select {
        padding: 2px 3px;
        background: #fff;
        border: 1px solid #020202;
    }

    .error {
        padding-top: 2px;
        padding-bottom: 2px;
        color: red;
        font-size: 13px;
        font-weight: bold;
    }

    label {
        display: block;
        font-size: 14px;
    }
        .column {
            display: inline;
            display: inline-block;
            text-align: left;
        }

    .orangebutton {
        border: none;
        cursor: pointer;
    }

/* *******************
    5. Footer
*/
    footer {
      width: 100%;
      background: #e1e1e1;
      padding-top: 20px;
    }
    .footer-wrapper {
        width: 1100px;
        margin: 0 auto;
    }
    .certificates {
      display: block;
      padding: 10px;
      font-family: inherit;
      font-size: 12px;
      line-height: 12px;
      font-weight: normal;
      border-top: 6px solid #9dd171;
      background: #f47920;
      text-align: center;
    }
    .logo--footer {
      margin-bottom: 20px;
    }
    .products {
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
        justify-content: space-between;
      list-style: none;
    }
    .product {
      width: 250px;
      margin-bottom: 20px;
      padding: 15px;
      background-color: #2e99cf;
      background-image: url('/img/template/prod-1.png');
      box-sizing: border-box;
      border-radius: 5px;
      background-repeat: no-repeat;
      background-position: 154px 50px;
    }
    .product-link {
      color: #fff;
      text-decoration: none;
    }
    .product:nth-child(2) {
      background-color: #ff8e01;
      background-image: url('/img/template/prod-2.png');
      background-position: 145px 40px;
    }
    .product:nth-child(3) {
      background-color: #5fb627;
      background-image: url('/img/template/prod-3.png');
      background-position: 158px 45px;
    }
    .product:nth-child(4) {
      background-color: #08a59a;
      background-image: url('/img/template/prod-4.png');
      background-position: 135px 60px;
    }
    .product-heading {
      margin: 0;
      margin-bottom: 15px;
      font-family: inherit;
      font-size: 24px;
      line-height: 24px;
      font-weight: normal;
      color: #fff;
    }
    .product-text {
      font-family: inherit;
      font-size: 14px;
      line-height: 18px;
      font-weight: normal;
      color: #fff;
    }