﻿/*html { 
    background: url(../img/background.jpg) no-repeat center center fixed #000; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}*/
html {
    height: 100%;
    width: 100%;
    background-image: url("../Images/backg.jpg");
    font-family: Calibri;
    letter-spacing: 1px;

    /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
    /*padding:0px;
    margin:0px;*/
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}

body {
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.sideDiv {
    position: absolute;
    height: 50%;
    margin: 0 auto;
    top: 20%;
    z-index:100000;
}

 .sideDiv a {
        outline: none;
    }


.topsideDiv {
    position: absolute;
    height: 30%;
    margin: 0 auto;
    top: 1%;
}

/*   .responsive-container {
            position: relative;
            width: 100%;
            border: 1px solid black;
        }

        .dummy {
    padding-top: 100%;
}

        .img-container {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            text-align: center; 
        }

            .img-container:before {
                content: ' ';
                display: inline-block;
                vertical-align: middle;
                height: 100%;
            }

            .img-container img {
                vertical-align: middle;
                display: inline-block;
            }
         */

.frame {
    height: 100%;
    width: 60%;
    margin: 0 auto;
    /*display: inline-block;*/
    vertical-align: top;
    /*border: 1px solid black;*/
    position: relative;
    z-index: -100;
}

    .frame img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

.green-title {
    color: #2aae4a;
    font-size: 18px;
}

.clsjustify {
    text-align: justify;
}

.mainHead {
    color: #823596;
}

.bgWhite {
    background-color: white;
    padding: 1px 30px 30px 30px;
    text-align: center;
}

.bgInner {
    width: 960px;
    margin: 0 auto;
}

.scrollToTop {
    width: 100px;
    height: 100px;
    padding: 10px;
    text-align: center;
    background: whiteSmoke;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 50px;
    display: none;
    background: url('../Images/KDLogoSmall.png') no-repeat 0px 20px;
    background-size: 75%;
    font-size: 11px;
    background-position: center;
}

    .scrollToTop span {
        vertical-align: bottom;
    }

    .scrollToTop:hover {
        text-decoration: none;
    }

.bottomMap {
    bottom: 0px;
    width: 100%;
    background-color: white;
    height: 600px;
}

.inquiryDiv {
    bottom: 15%;
    position: absolute;
    left: 12px;
    height: 20%;
    text-align: center;
    margin: 0 auto;
}

    .inquiryDiv a {
        color: yellow;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: bold;
        outline: none;
    }

        .inquiryDiv a:hover {
            text-decoration: none;
        }

.kidsClusterDiv {
    bottom: 5%;
    position: absolute;
    right: 1%;
    height: 15%;
    text-align: center;
    margin: 0 auto;
    float: right;
}

.vseDiv {
    bottom: 28%;
    position: absolute;
    right: 5%;
    height: 15%;
    text-align: center;
    margin: 0 auto;
    float: right;
}

    .vseDiv a {
        outline: none;
    }


.InqLabel {
    /*padding-top: 7px;*/
    /*vertical-align: top;*/
    text-align: right;
}

input[type="submit"], input[type="button"]
{
	border-color:#a1a2ac;
	border-style:solid;
	border-width:1px;
	/*width:80px;
	height:25px;*/
	outline: none !important;
     padding: 10px 20px;
}

input[type="submit"]:focus, input[type="button"]:focus
{
	outline: none !important;
}

input[type="text"], input[type="password"], select {
    padding: 10px 20px;
}

.button.purple {
    background: #773884;
    outline: none !important;
    border-radius: 4px;
    padding: 10px 20px;
    color: #fff;
}

.tablepadding3 th, .tablepadding3 td { padding: 3px; }


.select {
    border: 1px solid #a1a2ac;
    height: 40px !important;
    color: #555;
    outline: none;
    margin-left: 0px;
    width: 192px !important;
    margin:0px !important;
    padding: 10px;
}

.select:focus {
    /*background-color:#f0f0f0;*/
    border:1px solid #739fef;
}


input[type="submit"], input[type="button"] {
    border-color: #a1a2ac;
    border-style: solid;
    border-width: 1px;
    width: 80px;
    height: 40px !important;
    outline: none;
}

.Span_color {
    color:red;
}