/* ==========================================================================
Masterpage Layout
========================================================================== */

*
{
   box-sizing:border-box;
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
}

html, body {
    height: 99%;
}

body {
    background:url('/Content/Images/bg.jpg') no-repeat center center;
    background-size:cover !important;
    background-attachment: fixed;
}

.main {
    width: 785px;
    height: 814px;
    display: block;
    margin: 20px auto 0;
    position: relative;
    background: url('/Content/images/main.png') no-repeat center center;
}

#link1 {
    height: 24px;
    position: absolute;
    right: 185px;
    top: 146px;
    width: 231px;
    display:block;
    transform: rotateZ(-4deg);
}

#link2 {
    display: block;
    height: 24px;
    position: absolute;
    right: 278px;
    top: 123px;
    transform: rotateZ(0deg);
    width: 171px;
}

#link3 {
    display: block;
    height: 24px;
    position: absolute;
    right: 278px;
    top: 97px;
    transform: rotateZ(0deg);
    width: 169px;
}

.popup-overlay {
    display: none;
    position: fixed;
    /* top: 0; */
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 10000000;
}

.popup {
    display: inline-block;
    width: 100%;
    min-height: 40px;
    background-color: white;
    border-radius: 1px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    bottom: 0;
    -webkit-box-shadow: inset 0px 10px 10px -6px rgb(117 117 117);
    -moz-box-shadow: inset 0px 10px 10px -6px rgba(117,117,117,1);
    box-shadow: inset 0px 10px 10px -6px rgb(117 117 117);
    position: absolute;
    font-size: 12px;
    font-weight: normal;
}

a.accept, a.submit {
    margin-top: 0;
    margin-left: 20px;
    display: inline-block;
    color: white;
    background-color: #8eb10d;
    border-radius: 5px;
    padding: 0px 9px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: sans-serif;
}
.footer {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}
    .footer a {
        color: #8eb10d;
        font-size: 12px;
        text-decoration: none;
        text-transform: uppercase;
    }
/* ==========================================================================
Template
========================================================================== */

.Clear
{
   clear:both;
}

.Left
{
   float:left;
}

.Right
{
   float:right;
}

/* ==========================================================================
Fonts
========================================================================== */

@font-face {
font-family: 'Font';
src: url('Font.eot');
src: url('Font.eot?#iefix') format('embedded-opentype'),
	 url('Font.woff') format('woff'),
	 url('Font.ttf') format('truetype'),
	 url('Font.svg#Font') format('svg');
font-weight: normal;
font-style: normal;
}



