#iozer_ad {
    text-align: center;
}

#iozer_ad img {
    width: 500px;
    max-width: 80%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.95);
    }
}

.section {
    text-align: center;
    margin: 0px;
    max-width: unset;
}

h1 {
    font-size: 2.2em;
    margin-bottom: 20px;
    font-weight: 200;
}

h2 {
    font-size: 1em;
    margin-bottom: 20px;
}

p {
    text-align: center;
    font-size: 1.0em;
}

.section_left, .section_right {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    max-width: 600px;
    padding: 20px 20px;
}

.section_top {
    background-color: #2d2e36;
    color: #ffffff;    
    vertical-align: middle;
}

.img_iozer {
    width: 60%;
}

.img_webgui {
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border-radius: 7px;
}

.img_prog {
    width: 100%;   
}

.img_size {
    width: 80%;    
    border-radius: 10px;
}

.section_prog {
    background-color: #000000;
    background-image: url("res/img/iozer/prog.jpg"), linear-gradient(#eb01a5, #d13531);
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    
}

.section_examples {
    background-color: #0088aa;
    color: #ffffff;
}

.section_examples_list {
    text-align: left;
    font-size: 1.2em;    
}

.section_examples_list li {
    list-style: none;
    padding: 5px 0px;
    font-size: 1.0em;
    line-height: 100%;
}

.section_examples_list li:before {
    content: "\00BB \0020";    
}

.section_spec {
    background-color: #dddddd;
}

.section_spec_list {
    text-align: left;
    font-size: 1.2em;
}

.section_spec_list li {
    list-style: none;
    padding: 5px 0px;
    font-size: 1.0em;
    line-height: 100%;
}

.section_spec_list li:before {
    content: "\00BB \0020";    
}

.specpop {    
    display: inline-block;
    border-radius: 20px;
    width: 250px;
    height: 250px;
    padding: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);    
    vertical-align: middle;
}

.specpop div {
    position: relative;
    top: 50%;    
    transform: translateY(-50%);
}

.specpop p {
    line-height: 130%;
    margin: 0;
    font-weight: 200;
}

.specpop h1 {
    font-weight: 700;
    font-size: 4em;
}

.specpop h2 {
    font-weight: 200;
    font-size: 1.5em;
}

.specpop_inputs {
    background-color: #0088aa; /* #006800;*/
}

.specpop_outputs {
    background-color: #0088aa; /* #5f0000; */
}


.specpop_supply {
    background-color: #0088aa;
}



@media screen and (max-width: 850px) {
    .section_left, .section_right {
        display: block;
        width: 100%;
        padding: 10px 0px;
        max-width: unset;
    }

    .section_top {
        height: auto;
    }

    .specpop {
        width: 120px;
        height: 120px;
        margin-right: 7px;
        margin-bottom: 7px;
        font-size: 0.7em;
    }

    .specpop h1 {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 2em;
    }

    .specpop h2 {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 1.3em;
    }

    .specpop p {
        line-height: 100%;
        
    }
}

.info_badge {
    position: relative;
    display: inline-block;
    background-color: #ffffff;
    color: #4c4f5b;
    border-radius: 10px;
    font-size: 1.1em;    
    padding: 15px 15px;
    margin-top: 20px;
    cursor: pointer;
    
}

.info_badge:hover {
    background-color: #ececec;
}

.info_badge img {
    height: 26px;
    vertical-align: middle;
    margin-right: 6px;
}

.section_newsletter {
    background-color: #ffffff;
}

input:not([type=checkbox]), textarea {
    margin-bottom: 20px;
    padding: 10px;
    font-size: 16px;
    color: #000000;
    outline: 1px solid #b4b4b4;
    border-radius: 2px;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    box-sizing: border-box;
}

input[type=submit] {
    outline: 0;
    background-color: #0078ad;
    color: #ffffff;
    padding: 10px 30px 10px 30px;
    font-weight: bold;
    border-radius: 4px;
    margin-top: 20px;
    cursor: pointer;
}

#submit_info {
    position: fixed;
    left: 0px;
    top: 80px;
    right: 0px;
    bottom: 0px;
    background-color: #f5f5f5;
    z-index: 1000;
}

#submit_info_text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 1.1em;
    white-space: nowrap;
    text-align: center;
}