﻿@charset "utf-8";
/* CSS Document */

body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000000;
    z-index: 1000000001;
}

#contactPopup {
    position: absolute;
    z-index: 1000000002;
}

#contactPopup {
    width: 430px;
    height: 512px;
    box-shadow: 0 0 100px #888;
    -moz-box-shadow: 0px 0px 10px RGBA(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 0px 10px RGBA(0, 0, 0, 0.7);
    -box-shadow: 0px 0px 10px RGBA(0, 0, 0, 0.7);
    visibility: hidden;
    display: none;
    overflow: hidden;
    background: #FFFFFF;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

iframe {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 0;
    position: relative;
}

#inner {
    width: 804px;
    height: 512px;
}


#contactinner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 800px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e3e3e3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e3e3e3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e3e3e3 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#e3e3e3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
}


#contactDetails {
    text-indent: -999999px;
    margin-left: 99999px;
    position: absolute;
}

#contactleft, #contactright {
    float: left;
    width: 402px;
    height: 512px;
    position: relative;
}

#contactleft {
    width: 395px;
    padding: 0px 0 0 25px;
}

#contactNumEmail {
    position: absolute;
    bottom: 13px;
    right: 34px;
    font-size: 16px;
    letter-spacing: -1px;
}

    #contactNumEmail a {
        color: #000;
    }

.close {
    background-image: url(/images/closer.png);
    background-color: Transparent;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    height: 42px;
    width: 37px;
    border: 0;
    z-index: 2000000000;
}

.closeSubscription {
    background-image: url(/images/closer.png);
    background-color: Transparent;
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
    height: 42px;
    width: 37px;
    border: 0;
    z-index: 1000000003;
}

#contactleft label {
    margin: 17px 0 0px 0;
    padding-bottom: 5px;
    margin-right: 15px;
    display: block;
    font-size: 14px;
    color: #878787;
}

#pnlThanks {
    margin-left: -25px;
}


#contactleft textarea, #contactleft input {
    clear: both;
    display: block;
    height: 27px;
    border: solid 1px #aaa;
    float: left;
    font-size: 14px;
    width: 209px;
    font-family: Arial, Helvetica, sans-serif;
}

#contactleft textarea {
    height: 90px;
    margin-bottom: 20px;
    padding-top: 5px;
}

#contactleft #contactFormButton {
    height: 35px;
    margin-bottom: 20px;
    width: 110px;
    background: url(../content/images/submit.png)no-repeat;
    cursor: pointer;
}

#pnlForm {
    height: 800px;
}

#Form1 {
    height: 800px;
}

.lds-dual-ring {
    display: inline-block;
    width: 64px;
    height: 64px;
    margin-top:200px;
}

#Loading {
    position:absolute;
    width: 100%;
    height: 515px;
    background-color: RGBA(128, 128, 128, 0.5);
    z-index:1000;
    text-align:center;
    top: 20px;
   
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}