﻿section.splash {
    float: left;
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    height: auto;
    background: #f9f9f9;
    text-align: center;
    display: inline-block;
    border-bottom: 1px solid #e6e6e6;
}

div.presplash_info {
    float: none;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 35px 0 35px;
    margin: 1em 0 1em 0;
    text-align: center;
    display: inline-block;
    min-width: 300px;
    max-width: 1024px;
}

    div.presplash_info span {
        float: left;
        width: auto;
        color: #313131;
        padding-right: 15px;
        display: inline-block;
        position: relative;
    }

    div.presplash_info span.presplash_title {
        font-weight:bold;
    }

        div.presplash_info span.presplash_title:after {
            content: '';
            float: left;
            display: inline-block;
            position: absolute;
            width: 0;
            top: 5px;
            right: 5px;
            /*margin: 0.25em 0 0 -10px;*/
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 6px solid #d6d6d6;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }

    div.presplash_info a {
        float: left;
        display: inline-block;
        width: auto;
        text-align: left;
        text-decoration: none;
        color: #5195ce;
        cursor: pointer;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }

        div.presplash_info a:hover {
            color: #313131;
        }

div.make_section {
    float: left;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #ffffff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}

article.make_article {
    float: none;
    text-align: center;
    width: 100%;
    font-size: 1em;
    line-height: 1em;
    display: inline-block;
    max-width: 1024px;
    min-width: 300px;
    padding: 0 2em 2.5em 2em;
    margin: 0 0 0 0;
    margin-left: 0 auto;
    margin-right: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

article.make_article h1 {
    float: left;
    width: auto;
    text-align: left;
    font-size: 1.3em;
    color: #313131;
    line-height: 1em;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article.make_article h1 span {
    float: left;
}

article.make_article h1 strong {
    float: left;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 15px 6px 15px;
    margin: 0 0 0 1em;
    text-align: center;
    color: #313131;
    font-size: 11px;
    line-height: 11px;
    display: inline-block;
    font-weight: bold;
    border: 1px solid #d6d6d6;
}

article.make_article h2 {
    float: left;
    width: auto;
    text-align: left;
    font-size: 1em;
    color: #515151;
    line-height: 1.6em;
    padding: 0em 0em 0em 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
}

article.make_article h2.continue {
    padding: 0.75em 0em 0em 0em;
}

/*
article.make_article h3 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 0.9em;
    color: #515151;
    line-height: 1.5em;
    padding: 0em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
}*/

div.product {
    float: left;
    width: 70%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin-top: 0;
}

div.product_item {
    float: left;
    width: 100%;
    height: auto;
    padding: 0 0 3em 0;
    margin: 2em 0 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #5195ce;
    position:relative;
    /*border: 1px solid #e6e6e6;
    background: #ffffff;*/
}

/*div.product_item:nth-child(even) {
    margin: 1.5em 0em 0em 1%;
}*/

div.product_item h1 {
    float: left;
    width: 100%;
    color: #313131;
    font-size: 0.9em;
    text-align: left;
    line-height: 1em;
    padding-bottom: 1.5em;
}

    div.product_item div.product_image_circle {
        float: left;
        width: 20%;
        height: auto;
        box-sizing: border-box;
        text-decoration: none;
        margin: 0 0 0 0;
        /*border-radius: 50%;*/
        background: #fff;
        margin: 0;
        overflow: hidden;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
        border: 5px solid #ffffff;
        display: inline-block;
    }

div.product_item a.product_image {
    float: left;
    width: 100%;
    height: auto;
    padding: 0em 0em 0 0em;
    margin: 0 0 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    text-decoration: none;
}

div.product_item a.product_image img {
    float: none;
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    max-width: 100%;
    border: none;
    border: 1px solid #d6d6d6;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0 auto;
    margin-right: 0 auto;
}

div.product_item div.product_info {
    float: left;
    width: 80%;
    overflow: hidden;
    padding: 0em 0em 0 2em;
    margin: 0 0 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    div.product_item div.product_title {
        float: left;
        width: 100%;
        overflow: hidden;
        padding: 0 0 1em 0;
        margin: 0 0 0 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    div.product_item div.product_title a {
        float: left;
        text-decoration: underline;
        text-align: left;
        margin: 0 0 0 0;
        padding-left: 0px;
        font-size: 24px;
        line-height: 1.5em;
        color: inherit;
        width: auto;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-decoration: none;
    }

        div.product_item div.product_title a:hover {
            color: #313131;
        }

div.product_item div.product_info span.product_desc {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 1.8em;
    padding: 0;
    color: #515151;
    clear: both;
}

div.product_item div.product_info div.product_byline {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 0.8em;
    line-height: 1.9em;
    padding: 1em 0em 0em 0em;
    color: #515151;
    display: inline-block;
}

div.product_item div.product_info div.product_byline span {
    float: left;
    width: auto;
    text-align: left;
    font-size: 1em;
    line-height: 1.8em;
    padding: 0em 1em 0em 0em;
    color: #515151;
    display:inline-block;
}

div.product_item div.product_info div.product_byline span i {
    font-style:italic;
    color:#717171;
}

div.product_btn_wrap {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    background: #f3f3f3;
    padding: 1em;
}

div.product_item a.product_btn {
    float: none;
    display: inline-block;
    width: 40%;
    background: #5195ce;
    margin-left: 0 auto;
    margin-right: 0 auto;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    padding: 14px 0px 14px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

div.product_item a.product_btn span {
    float: none;
    width: auto;
    padding: 0;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0;
    font-size: 0.9em;
    line-height: 1em;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
}

div.product_item a.product_btn:hover {
    background-color: #006da3;
}

div.product_item a.off {
    background-color: #eeeeee;
}

div.product_item a.off:hover {
    background-color: #eeeeee;
    cursor: progress;
}

div.product_item a.off span {
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0);
}

.sidebar {
    width: 30%;
    float: left;
    margin-top: 2em;
    box-sizing: border-box;
    padding-left: 2em;
}

.sidebar-box {
    background: #f9f9f9;
    border: 1px solid #e1e1e1;
}

.sidebar-title {
    display: inline-block;
    font-size: 1.2em;
    text-align: left;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding:25px 25px 0 25px;
}

.widget {
    padding: 15px 25px 15px 25px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.social {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
    width: 100%;
}

.social-item {
    display: inline-block;
    width: 100%;
    padding: 0 0 1em 0;
    background: transparent;
    box-sizing: border-box;
    text-align: left;
    float: left;
}

    .social-item a {
        font-weight: normal;
        color: #5195ce;
        text-decoration: none;
        padding: 6px 0 6px 0px;
        display: inline-block;
        text-align: left;
        width: auto;
        float: left;
    }

        .social-item a:hover {
            color: #313131;
        }

        .social-item a em {
            display: block;
            text-transform: none;
            color: #1389c4;
            font-style: normal;
            font-weight: normal;
        }

.blog_footer_social_icon {
    float: left;
    width: 27px;
    height: 26px;
    margin-right: 8px;
    background-repeat: no-repeat;
}

.twitter {
    background-image: url(../../images/gensplash/master/footer-icons-2020.png);
    background-position: 0px 0px;
}

.facebook {
    background-image: url(../../images/gensplash/master/footer-icons-2020.png);
    background-position: -25px 0px;
}

.pinterest {
    background-image: url(../../images/gensplash/master/footer-icons-2020.png);
    background-position: -75px 0px;
}

.gplus {
    background: url(../images/gplus.png) center left no-repeat;
}

.youtube {
    background-image: url(../../images/gensplash/master/footer-icons-2020.png);
    background-position: -100px 0px;
}

.instagram {
    background-image: url(../../images/gensplash/master/footer-icons-2020.png);
    background-position: -125px 0px;
}

.linkedin {
    background-image: url(../../images/gensplash/master/footer-icons-2020.png);
    background-position: -151px 0px;
}

.tiktok {
    background-image: url(../../images/gensplash/master/footer-icons-2020.png);
    background-position: -176px 0px;
}

.widget ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
    text-align: left;
    width: 100%;
}

.widget li {
    background: url(../images/bullet.gif) center left no-repeat;
    padding: 10px 0 10px 20px;
    text-align: left;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
}

.widget li a {
    text-decoration: none;
    color: #1389c4;
    float: left;
}

.widget li a:hover {
    color: #313131;
}


div.presplash_info a.mailing_list_btn {
    float: left;
    width: auto;
    height: auto;
    border-radius: 5px;
    display: inline-block;
    background: #fff;
    border: 1px solid #d6d6d6;
    color: #5195ce;
    font-size: 0.9em;
    line-height: 1em;
    font-weight: bold;
    text-align: center;
    padding: 6px 25px;
    margin-top: -5px;
    margin-bottom:-7px;
    cursor: pointer;
    -webkit-transition: color 0.4s ease, background 0.4s ease;
    -moz-transition: color 0.4s ease, background 0.4s ease;
    -o-transition: color 0.4s ease, background 0.4s ease;
    transition: color 0.4s ease, background 0.4s ease;
}

    div.presplash_info a.mailing_list_btn svg {
        width: 16px;
        height: 16px;
        display: inline-block;
        float: left;
        margin: 0 auto;
        cursor: pointer;
    }

        div.presplash_info a.mailing_list_btn svg path {
            fill: #5195ce;
            -webkit-transition: fill 0.4s ease;
            -moz-transition: fill 0.4s ease;
            -o-transition: fill 0.4s ease;
            transition: fill 0.4s ease;
        }

    div.presplash_info a.mailing_list_btn:hover svg path {
        fill: #313131;
    }

    div.presplash_info a.mailing_list_btn span {
        float: left;
        width: auto;
        text-align: center;
        padding: 2px 0 0 10px;
        color: #5195ce;
        box-sizing: border-box;
        /*text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);*/
        font-weight: bold;
        display: inline-block;
        -webkit-transition: color 0.4s ease, background 0.4s ease;
        -moz-transition: color 0.4s ease, background 0.4s ease;
        -o-transition: color 0.4s ease, background 0.4s ease;
        transition: color 0.4s ease, background 0.4s ease;
    }

    div.presplash_info a.mailing_list_btn:hover span {
        color: #313131;
        /*background:#f1f1f1;*/
    }

div.register_div {
    float: left;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    margin-top: 0px;
    margin-left: 0;
    text-align: center;
    display: inline;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1.5em 0 1.5em;
    max-height: 350px;
    position: relative;
}

    div.register_div h1 {
        float: left;
        width: 100%;
        display: inline-block;
        font-size: 1.3em;
        line-height: 1.6em;
        text-align: center;
        color: #313131;
        padding: 0.5em 0 0 0;
    }

    div.register_div h2 {
        float: left;
        width: 100%;
        display: inline-block;
        font-size: 1em;
        line-height: 1.6em;
        text-align: center;
        color: #515151;
        font-weight: normal;
        padding-top: 0.5em 0 0 0;
    }

    div.register_div h1.login_title {
        text-align: center;
        font-size: 1em;
        padding-top: 1em;
    }

        div.register_div h1.login_title a {
            color: #5195ce;
            word-break: break-all;
            text-decoration: none;
            -webkit-transition: color 0.3s ease;
            -moz-transition: color 0.3s ease;
            -o-transition: color 0.3s ease;
            transition: color 0.3s ease;
        }

            div.register_div h1.login_title a:hover {
                color: #313131;
            }

    div.register_div h2.login_desc {
        text-align: center;
        font-size: 1em;
        padding-top: 0.5em;
    }


div.overlay table.overlay_table article.login_overlay {
    width: 350px;
}

div.overlay_btn div.password_btn {
    float: none;
    position: relative;
    display: inline-block;
    height: auto;
    width: 38%;
    text-decoration: none;
    padding: 1em 0em 1em 0em;
    margin: 0;
    background-color: #5195ce;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1.1em;
    line-height: 1em;
}

    div.overlay_btn div.password_btn:hover {
        background-color: #3d83ba;
    }

div.overlay_btn div.password_btn {
    width: 100%;
}

    div.overlay_btn div.password_btn span {
        float: none;
        width: 100%;
        text-align: center;
        padding: 0;
        color: #fff;
        text-shadow: 0px 1px 0px rgb(0 0 0 / 30%);
        font-weight: bold;
    }

div.register_div span.reset_success {
    float: left;
    width: 100%;
    display: inline-block;
    font-size: 0.9em;
    line-height: 1.6em;
    text-align: center;
    color: #0dab05;
    font-weight: normal;
    padding: 1em;
    background: #f9f9f9;
    box-sizing: border-box;
    margin-top: 1em;
}

div.register_txtbox {
    float: none;
    width: 100%;
    max-width: 400px;
    padding: 0 0 0 0;
    margin-top: 1em;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    background: transparent;
}

    div.register_txtbox input {
        float: none;
        display: inline-block;
        margin-left: 0 auto;
        margin-right: 0 auto;
        width: 100%;
        padding: 0.5em;
        margin-top: 1em;
        font-size: 1em;
        color: #313131;
        text-align: left;
        border: 1px solid #d6d6d6;
        border-radius: 5px;
        box-sizing: border-box;
    }

        div.register_txtbox input:first-of-type {
            margin-top: 0;
        }

    div.register_txtbox span {
        float: left;
        width: 100%;
        display: inline-block;
        font-size: 1em;
        line-height: 1.6em;
        text-align: center;
        color: #313131;
        font-weight: normal;
        padding: 0.5em 0 0 0;
    }

        div.register_txtbox span.error {
            color: #FF0000;
        }

        div.register_txtbox span.success {
            color: #00EE00;
        }

        div.register_txtbox span.points {
            font-size: 1.2em;
        }

            div.register_txtbox span.points:first-of-type {
                padding-top: 0;
            }

div.overlay table.overlay_table article.password_overlay {
    width: 350px;
}

div.overlay_btn a.login_overlay_btn {
    width: 100%;
}

/*  MEDIA QUERIES  */
/*@media (max-width: 800px) {
    div.product {
        width: 60%;
    }

    .sidebar {
        width: 40%;
    }

    div.product_item div.product_info a.product_title {
        font-size: 1.1em;
    }

    div.product_item div.product_info span.product_desc {
        font-size: 0.8em;
    }

    div.product_item a.product_btn {
        width: 100%;
    }

    div.product_item div.product_info {
        height: 135px;
    }
}

@media (max-width: 700px) {
    article.make_article {
        padding: 2em 2em 2em 2em;
    }

    article.make_article h2 {
        font-size: 0.9em;
    }

    div.product_item h1 {
        font-size: 0.9em;
    }

    div.product_item {
        width: 100%;
        height: auto;
    }

    div.product_item:nth-child(even) {
        margin: 1.5em 0 0 0;
    }

    div.product_item div.product_info {
        width: 60%;
        height: auto;
    }

    div.product_item div.product_image_circle {
        width: 40%;
    }

    div.product_item div.product_info {
        height: auto;
    }

    div.product_item a.product_btn {
        width: 71%;
    }
}*/
    @media (max-width:800px) {
        div .product {
        width: 60%;
    }

    .sidebar {
        width: 40%;
    }
    
    div.product_item h1 {
        text-align: center;
    }

    div.product_item div.product_image_circle {
        width: 65px;
        float: none;
        position:absolute;
        top:0px;
        left:0px;
    }

    div.product_item div.product_info {
        width: 100%;
        padding: 0;
    }

    div.product_item div.product_title a {
        padding-left: 80px;
        font-size:22px;
    }

    /*div.product_item div.product_info span.product_desc {
        text-align: center;
        font-size: 0.9em;
    }*/

    /*div.product_item div.product_info div.product_byline {
        text-align: center;
    }

    div.product_item div.product_info div.product_byline span {
        float: none;
        text-align: center;
        padding: 0em 0.5em 0em 0.5em;
    }*/

    div.product_item a.product_btn {
        width: 100%;
    }
}

@media (max-width:650px) {
    div.product {
        width:100%;
    }

    .sidebar {
        width: 100%;
        padding-left: 0;
    }
}

@media (max-width:600px) {
    div.presplash_info a.mailing_list_btn {
        float: left;
        width: auto;
        padding: 6px 25px;
        margin-top: 10px;
        margin-bottom: 0px;
        clear:both;
    }
}