﻿@font-face {
    font-family: PT-Sans;
    src: url('../fonts/PTS55F.ttf');
}

* {
    box-sizing: border-box;
}

body, html {
    border: none;
    margin: 0px;
    overflow-x: hidden;
    width: 100%;
}

form {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

#Content {
    /*height:980px;*/
    width: 100%;
    font-family: PT-Sans;
    color: #595959;
    background-color: #F3F3F3;
    display: flex;
    height: auto;
    padding: 10px 0px 20px 0px;
}

#header img, #break img {
    max-width: 100%;
}

.mainLeft {
    float: left;
    max-width: 325px;
    flex: 1;
    padding-right: 10px;
    padding-top: 18px;
    padding-left: 10px;
}

.mainRight {
    float: left;
    max-width: 650px;
    flex: 1;
    /*margin-left:30px;
    margin-top:20px;*/
    padding: 20px 30px;
}

#subscribe {
    margin-top: 10px;
}

.subscribeBox {
    border-color: #b0b0b0;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    width: 180px;
    height: 110px;
    text-align: center;
    margin-left: 20px;
}

.button {
    background-color: #F15922;
    color: #FFFFFF;
    width: 80px;
    font-size: 10px;
    font-weight: 700;
    border-radius: 5px;
    border: 1px solid #a5a5a5;
    border: none;
    height: 30px;
    padding: 0px 10px;
}

.loginButton {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    border-radius: 20px;
    border: 1px solid #a5a5a5;
    border: none;
    height: 30px;
    padding: 0px 15px;
    cursor: pointer;
    -webkit-appearance: none;
    margin: 0px;
    outline: none;
}

.subscribe-button, .reset-button {
    width: auto;
}

.subscribe-button {
    margin: 0px 10px;
}

.transparentDiv {
    opacity: 0.6;
    border-radius: 5px;
    border: none;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#txtDescriptionBold {
    font-weight: bold;
}

input[type=text], input[type=password] {
    width: 100%;
    max-width: 400px;
    height: 40px;
}

.subscribe-break {
    display: none;
}

.main-edition-image {
    max-width: 100%;
}

.extra-editions-wrapper {
    width: 100%;
    overflow-x: hidden;
}

@media screen and (max-width: 1000px) {
    body {
        background-color: #F3F3F3;
    }
}

@media screen and (max-width: 800px) {
    #Content {
        flex-direction: column-reverse;
        align-items: center;
    }
}

@media screen and (max-width: 900px) {
    .subscribe-break {
        display: inline-block;
    }

    .subscribe-button {
        transform: translateX(-50%);
        left: 50%;
        position: relative;
        margin: 10px 0px;
    }
}
