﻿html {
    height: 100%;
    margin: 0;
    padding: 0;
}

.overlay {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:999; /* adjust the z-index as you need it */
    background:#fff;
    display:none;
}

tfoot input {
        width: 100%;
        padding: 3px;
        box-sizing: border-box;
    }
tfoot {
    display: table-header-group;
}

body {
    background-color: #fff;
    color: #434343;
    font-size: .85em;
    /*font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    /*font-family: "Arial", Sans-Serif;*/
    font-family: "Montserrat", Sans-Serif;
    margin: 0;
    padding: 0;
    height: 100%;
    overscroll-behavior-y: contain;
}

a:link, a:visited,
a:active, a:hover {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

a:hover {
    background-color: #c7d1d6;
}

header{
    /*background-color: #FFF;*/
    /*background-color: rgb(121, 172, 214);
    background-color: rgb(189, 189, 189);
    background-color: rgb(163, 203, 255);*/
    background-image: linear-gradient(to right,rgb(163, 203, 255),rgb(108, 174, 255));
    text-align: center;
}

header, footer, hgroup
nav, section {
    display: block;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.highlight {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}


/* main layout
----------------------------------------------------------*/
.outer-wrapper{
    min-height: 100%;
    /*background-color: #efeeef;*/
    /*background-color: rgb(241, 241, 241);*/
    /*background-image: linear-gradient(rgb(236, 233, 233),white);*/
    background-image: linear-gradient(rgb(233, 238, 238),rgb(238, 238, 238));
}
.content-wrapper {
    display: inline-block;
    margin: 0;
    padding:  10px 20px;
    /*height:  100%;*/
    width: 60%;
}

header #logoutbtn {
    height:40px;
}
header #resultbtn {
    height:40px;
    margin-right: 20px;
}
header #homebtn {
    height:40px;
    margin-right: 20px;
}

#main {
    clear: both;
    margin-top:  0;
    overflow:auto;
	padding: 30px 0px 50px;
    height: 100%;
    min-height: 100%;
    margin-left: 30px;
    margin-right: 30px;
    /*max-width: 600px;*/
    max-width: 96%;
    margin-bottom: 10px;
    text-align: center;
}

.box-groove {
    display: inline-block;
    border: 2px outset #e2e2e2;
    border-radius: 10px;
    width:40%;
    font-size: 25px;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 20px 10px 20px;
    word-wrap: break-word;
}

    .main-content {
        background: url("../Images/asterisk.png") no-repeat;
        padding-left: 10px;
        padding-top: 30px;
    }

    .featured + .main-content {
        background: url("../Images/heroAccent.png") no-repeat;
    }

.visit{
    font-size: 18pt;
}

.visit a:link, .visit a:visited,
.visit a:active, .visit a:hover {
    color: #4A91CE;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
}


footer {
    /*background-color: #E2E2E2;*/
    /*background-color: rgb(148, 182, 211);
    background-color: rgb(163, 203, 255);*/
    background-image: linear-gradient(to right,rgb(163, 203, 255),rgb(108, 174, 255));
    clear: both;
    font-size: 0.65em;
    height: 30px;
    margin-top: -30px; /* negative value of footer height */
    position: relative;
    text-align: center;         
}

footer .footer-wrapper {
    margin: 0;
    padding:  0px 20px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    /*font-size: 2.3em;
    margin: 20px 0;*/
    font-size: 2.0em;
    margin: 0 0;
}

.site-title a, .site-title img, .site-title a:hover, .site-title a:active {
    background: none;
    /*color: #c8c8c8;*/
    color: #d70000;
    outline: none;
    text-decoration: none;
    display: inline-block;
    height: 65px;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 18px 0 12px;
    text-align: right;
}

    #login a {
        /*background-color: #d3dce0;*/
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin-left: 0px;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }

    #login a:hover {
        background-color: transparent;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    /*font-size: 16pt;*/
    font-size: 17px;
    font-weight: normal;
    margin: 0;
    /*text-align: left;
    padding-left: 25px;*/
    padding: 0;
    letter-spacing: 1px;
    font-family: "Segoe UI",Arial,sans-serif;
    overflow: hidden;
    list-style-type: none;
}

    ul#menu li {
        /*display:block;*/
        float: left;
        /*text-align:center;
        padding-right: 28px;*/
    }

        ul#menu li a {
            background: none;
            /*color: #FDFEFF;*/
            color: #f1f1f1;
            text-decoration: none;
            display: block;
            text-align: center;
            padding: 0 16px;
        }

        ul#menu li a:hover {
            /*color: #66ffff;*/
            color: #fff;
            background-color: #111;
            text-decoration: none;
        }

        ul#menu li a:active {
            background-color: #4CAF50;
        }
        
        ul#menu li a.active {
            background-color: #4CAF50;
        }


/* page elements
----------------------------------------------------------*/
/* welcome message */
.welcomeMessage {
    padding-top: 5px;
}

/* Navigation */
.navigation {
    /*border-top: 5px solid #a6dbed;
    border-top: 5px solid #5f5f5f;
    background-color: #fff;*/
    
    margin: 0;
    padding:  0;
    
    display: table;
    width: 100%;
    
    /*background-color: #7ac0da;
    background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
    background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: -ms-linear-gradient(left, #5f5f5f 0%, #a4d4e6 100%);
    background-image: -o-linear-gradient(left, #5f5f5f 0%, #a4d4e6 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #5f5f5f), color-stop(1, #a4d4e6));
    background-image: -webkit-linear-gradient(left, #5f5f5f 0%, #a4d4e6 100%);
    background-image: linear-gradient(left, #5f5f5f 0%, #a4d4e6 100%);
    color: #3e5667;*/
    background-color: #5f5f5f;
    color: #5f5f5f;
    line-height: 2.3;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}


/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    /*width: 300px;*/
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 20px 0;
        padding-left: 45px;
    }

        ol.round li.one {
            background: url("../Images/orderedListOne.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedListTwo.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedListThree.png") no-repeat;
        }

        ol.round li.asterisk {
            background: url("../Images/asterisk.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/asterisk.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    text-align: center;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: solid 1px #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }
    
    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

    fieldset label {
        display: block;
        font-size: 1.2em;
        font-weight: 600;
    }

    fieldset .details {
        display: block;
        font-size: 2em;
        font-weight: 600;
    }

    fieldset label.checkbox {
        display: inline;
    }

    fieldset input[type="text"],
    fieldset input[type="password"] {
        border: 1px solid #e2e2e2;
        border-radius: 4px;
        color: #333;
        font-size: 1.5em;
        margin: 5px 0 6px 0;
        padding: 12px 20px;
        width: 300px;
        text-align: center;
    }

        fieldset input[type="text"]:focus,
        fieldset input[type="password"]:focus {
            border: 1px solid #7ac0da;
        }

    fieldset input[type="submit"] {
        background-color: #4CAF50;
        color: white;
        padding: 14px 20px;
        margin: 12px 0;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        width: 340px;
        font-size: 1.5em;
    }

    fieldset button,
    #general_button {
        background-color: #4CAF50;
        color: white;
        padding: 14px 20px;
        margin: 12px 0;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        width: 300px;
        font-size: 20px;
        line-height: 25px;
    }

    #general_button {
        font-size: 25px;
    }

    fieldset button:disabled,
    fieldset button[disabled],
    #general_button:disabled,
    #general_button[disabled] {
        background-color: #a1a1a1;
        cursor: not-allowed;
    }

    .subtitle {
        text-align:left;
        margin-left:5%;
        font-size: 1.2vw;
        margin-bottom: 5px;
        width: 90%;
    }

    .question {
        border: 2px outset #e2e2e2;
        padding-bottom: 7px;
        border-radius: 3px;
        /*font-size: 25px;*/
        font-size: 1.8vw;
        /*font-style: italic;*/
        display:inline-block;
        width: 18%;
    }

    .input-ans {
        width: 77%;
        padding-right: 5px;
        float: right;
        /*font-size: 25px;*/
        font-size: 1.8vw;
        font-style: italic;
        text-align:right;
    }

    /*.input-ans-td {
        width: 77%;
    }*/

    .question.xx-big, 
    .input-ans.xx-big {
        font-size: 2.0vw;
    }
    .question.x-big, 
    .input-ans.x-big {
        font-size: 1.8vw;
    }
    .question.big, 
    .input-ans.big {
        font-size: 1.6vw;
    }
    .question.medium, 
    .input-ans.medium {
        font-size: 1.5vw;
    }
    .question.small, 
    .input-ans.small {
        font-size: 1.4vw;
    }
    .question.x-small, 
    .input-ans.x-small {
        font-size: 1.3vw;
    }
    .question.xx-small, 
    .input-ans.xx-small {
        font-size: 1.2vw;
    }

    .question-md {
        border: 2px outset #e2e2e2;
        padding-top: 3px;
        padding-bottom: 3px;
        border-radius: 3px;
        /*font-size: 25px;*/
        font-size: 2vw;
        /*font-style: italic;*/
        display:inline-block;
        width: 91%;
    }

    .question-md-head {
        text-align:center;
        border-right: 1px outset #e2e2e2;
        width:2.8vw;
        background-color:rgb(204, 204, 204);
    }

    .input-ans-md {
        /*width: 70%;*/
        margin-left: 5px;
        padding-left: 5px;
        /*float: left;*/
        /*font-size: 25px;*/
        font-size: 2vw;
        font-style: italic;
        text-align:left;
    }

    .question-md.big, 
    .input-ans-md.big {
        font-size: 2vw;
    }
    .question-md.medium, 
    .input-ans-md.medium {
        font-size: 1.9vw;
    }
    .question-md.small, 
    .input-ans-md.small {
        font-size: 1.7vw;
    }
    .question-md.x-small, 
    .input-ans-md.x-small {
        font-size: 1.5vw;
    }

    .anscheck {
        display:none;
        float:right;
        width:16.5%;
        height:auto;
    }

    .md-anscheck {
        display:none;
        vertical-align: middle;
        width:2vw;
        /*float:left;*/
        cursor:none;
    }

    .md-ansblock {
        display:inline-block;
    }

    .md-anslbl {
        color: red;
        font-style:italic;
    }

    .dollar {
        padding-left:2px;
        padding-top:3px;
        float:left;
    }

    #separator {
        width:80%;
        text-align:center;
    }

    #result-div {
        display:inline-block;
        width:80%;
    }

    .result-mc, .result-ac {
        border: 2px outset #e2e2e2;
        border-radius: 3px;
        font-size: 1.5vw;
        line-height: 1.7vw;
        width: 100%;
    }

    .result-mc td, .result-ac td, .result-mc th, .result-ac th {
        padding: 15px;
        border: 1px outset #e2e2e2;
        background-color: #e6c407;
    }

    .result-mc th, .result-ac th {
        background-color: #41c281;
    }

/* ajax login/registration dialog */
.modal-popup {
    font-size: 0.7em;
}

    .modal-popup input[type="text"],
    .modal-popup input[type="password"] {
        width: 90%;
    }

/* info and errors */
.message-info {
    border: solid 1px;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.success {
    color: #7ac0da;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input[type="text"].input-validation-error,
input[type="password"].input-validation-error {
    border: solid 1px #e80c4d;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

ul#social li {
    display: inline;
    list-style: none;
}

    ul#social li a {
        color: #999;
        text-decoration: none;
    }

    a.facebook, a.twitter {
        display: block;
        float: left;
        height: 24px;
        padding-left: 17px;
        text-indent: -9999px;
        width: 16px;
    }

    a.facebook {
        background: url("../Images/facebook.png") no-repeat;
    }

    a.twitter {
        background: url("../Images/twitter.png") no-repeat;
    }


#general_button {
  list-style: none;
  text-align: center;
  /*background-color: #eeeeee;
  background-image: linear-gradient(white, gainsboro);*/
  width: 15%;
  line-height: 30px;
  border-radius: 6px;
  /*border: 1px solid #888;*/
  border: none;
}
#general_button a {
  text-decoration: none;
  color: #000000;
  display: block;
}
#general_button a:hover {
  text-decoration: none;
  color: #efefef;
  background-color: #000;
}
#general_button a:target {
  text-decoration: none;
  color: #efefef;
  background-image: linear-gradient(black, gainsboro);
}

#backbtn {
    height: 20px;
}

#rp {
    line-height:30px;
    margin: 10px 0px 10px 0px;
}

/* Style the header */
.timer {
  padding: 3px 16px;
  background: white;
  color: #787878;
  border: 1px solid #DCDCDC;
  line-height: 10px;
  /*text-align: center;*/
  font-weight: bold;
  font-size: 15px;
  /*overflow: hidden;*/
  text-align: center;
}

.timer-content {
    display: inline-block;
    width: 70%;
}

.timer-line {
    display:inline-block;
    text-align:left;
    /*font-size:2.0vh;*/
    font-size: 19px;
}

.timer-mark {
    /*font-size: 2.0vh;*/
    font-size: 19px;
    margin-top: 8px;
}

/* Page content */
.content {
  text-align: center;
}

.inner-content {
    display: inline-block;
    width: 80%;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  /*position: sticky;
  position: -webkit-sticky;*/
  top: 0;
  /*width: 100%;*/
  left: 0px; right: 0px;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 72px;
}

input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.fixed-sticky .sticky {
    position: absolute;
}

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    /*header .float-left,
    header .float-right {
        float: none;
    }*/

    /* logo */
    header .site-title {
        margin: 0px;
        /*margin-left: 40px;*/
        text-align: center;
        /*height: 45px;*/
    }

    .site-title a, .site-title img, .site-title a:hover, .site-title a:active {
        height: 45px;
    }

    header #logoutbtn {
        height:25px;
    }
    header #resultbtn {
        height:25px;
        margin-right: 15px;
    }
    header #homebtn {
        height:25px;
        margin-right: 15px;
    }

    .timer {
        padding: 3px 16px 10px;
        line-height: 7px;
        font-weight: bold;
        font-size: 10px;
    }

    .timer-content {
        display: auto;
        width: 100%;
    }

    .timer-line {
        /*font-size: 2.0vh;*/
        font-size: 16px;
    }

    .timer-mark {
        /*font-size: 1.8vh;*/
        font-size: 15px;
        margin-top: 3px;
    }

    #backbtn {
        height: 15px;
    }

    #rp {
        line-height:20px;
    }

    .box-groove {
        /*display: inline-block;
        border: 2px outset #e2e2e2;
        border-radius: 10px;
        width:30%;
        font-size: 25px;
        font-weight: 600;
        line-height: 15px;
        padding: 10px 20px 10px 20px;*/
        width:80%;
        font-size: 15px;
        line-height: 15px;
    }

    fieldset button,
    #general_button {
        /*background-color: #4CAF50;
        color: white;
        padding: 14px 20px;
        margin: 12px 0;
        border: none;
        border-radius: 4px;
        cursor: pointer;*/
        width: 75%;
        max-width: 200px;
        font-size: 15px;
        line-height: 20px;
    }

    #general_button {
        width: 40%;
        line-height: 25px;
        font-size: 20px;
    }
    
    .inner-content {
        width: 95%;
    }

    .subtitle {
        font-size: 2.8vw;
        margin-bottom: 5px;
    }

    .question {
        /*font-size: 20px;*/
        font-size: 5vw;
        width: 90%;
    }

    .input-ans {
        width: 88%;
        font-size: 7.2vw;
    }

    .input-ans-td {
        width: 30%;
    }

    .question.xx-big, 
    .input-ans.xx-big {
        font-size: 5vw;
    }
    .question.x-big, 
    .input-ans.x-big {
        font-size: 5vw;
    }
    .question.big, 
    .input-ans.big {
        font-size: 5vw;
    }
    .question.medium, 
    .input-ans.medium {
        font-size: 5vw;
    }
    .question.small, 
    .input-ans.small {
        font-size: 5vw;
    }
    .question.x-small, 
    .input-ans.x-small {
        font-size: 5vw;
    }
    .question.xx-small, 
    .input-ans.xx-small {
        font-size: 5vw;
    }

    .question.s-xx-big, 
    .input-ans.s-xx-big {
        font-size: 7vw;
    }
    .question.s-x-big, 
    .input-ans.s-x-big {
        font-size: 6.5vw;
    }
    .question.s-big, 
    .input-ans.s-big {
        font-size: 6vw;
    }
    .question.s-medium, 
    .input-ans.s-medium {
        font-size: 5.5vw;
    }
    .question.s-small, 
    .input-ans.s-small {
        font-size: 5vw;
    }
    .question.s-x-small, 
    .input-ans.s-x-small {
        font-size: 4.5vw;
    }
    .question.s-xx-small, 
    .input-ans.s-xx-small {
        font-size: 4vw;
    }

    .question-md {
        font-size: 15px;
        font-size: 4vw;
    }

    .question-md-head {
        width:6vw;
    }

    .input-ans-md {
        width: 70%;
        margin-left: 3px;
        font-size: 4vw;
    }

    .question-md.big, 
    .input-ans-md.big {
        font-size: 6vw;
    }
    .question-md.medium, 
    .input-ans-md.medium {
        font-size: 4.7vw;
    }
    .question-md.small, 
    .input-ans-md.small {
        font-size: 4vw;
    }
    .question-md.x-small, 
    .input-ans-md.x-small {
        font-size: 3vw;
    }

    .anscheck {
        width:8%;
    }

    .md-anscheck {
        width: 25px;
        height: auto;
    }

    .md-ansblock {
        display:block;
    }

    .dollar {
        padding-left:2px;
        /*padding-top:10px;*/
        float:left;
    }

    #separator {
        width:95%;
    }

    #result-div {
        width:95%;
    }

    .result-mc, .result-ac {
        font-size: 4vw;
        line-height: 4.5vw;
    }

    .result-mc td, .result-ac td, .result-mc th, .result-ac th{
        padding: 10px;
    }

    .sticky + .content {
        padding-top: 60px;
    }

    #loginForm img {
        max-width: 80%;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 11px 0 12px;
        /*text-align: center;*/
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
      
    }

        ul#menu li {
            margin: 0;
            padding: 0;
            padding-right: 12px
        }

        h1 {
            font-size: 1.6em;
        }
        
        h2 {
            font-size: 1.35em;
        }
        
        h3 {
            font-size: 0.8em;
        }
        
        h4 {
            font-size: 0.7em;
        }
        
        h5, h6 {
            font-size: 0.6em;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        display: block;
        width: auto;
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.one,
            ol.round li.two,
            ol.round li.three, 
        ol.round li.asterisk {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    fieldset .details {
        display: block;
        font-size: 1.6em;
        font-weight: 600;
    }

    fieldset input[type="text"],
    fieldset input[type="password"] {
        max-width: 60%;
    }

    fieldset input[type="submit"] {
        max-width: 60%;
    }

    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: 10px;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }

        ul#social {
            padding: 0;
            margin: 0;
        }

         a.facebook, a.twitter {
            background: none;
            display: inline;
            float: none;
            height: auto;
            padding-left: 0;
            text-indent: 0;
            width: auto;
        }
         
         
         /* product display   
----------------------------------------------------------*/
    .product-grid .product 
    {
        position: relative;
        display: inline-block;
        margin: 0 30px 30px 30px;
        text-align: center;
    }
    
    .product-grid .product img 
    {
        border: 1px solid #dbd5ca;
        background-color: #fff;
        padding: 6px;
    }
    
    .product-grid .product img:hover 
    {
       border: 1px solid #939393; 
    }    
    
        .product-grid .product .product-name 
        {
            position: absolute;
            top: 201px;
            left: 7px;
            width: 223px;
            background-color: rgba(68,140,203,.4); 
            font-weight: 700;
            font-size: 16px;
            text-align: center;
            color: #fff;
            padding: 6px 0 6px 0;
            z-index: 999;
            text-align: center;
        }
        
        .product-grid .product .product-price 
        {
            font-size: 22px;
            margin-top: 15px;
        }

.product-nav 
{
    position: relative;
    background-color: #a89e98;
    margin: 0 30px 30px 30px;
    padding: 10px 20px 0px 20px;
    height: 28px;
}

    .product-cat 
    {
        float: left;
    } 
        .product-cat li 
        {
            float: left;
            font-size: 16px;
            color: #e5dfd9;
        }
        .product-cat a.cat 
        {
            font-weight: 700;
            margin-left: 5px;
            color: #e5dfd9;
            padding-right: 15px;
            background: transparent url(../Images/asterisk.png) no-repeat right 50%;   
        }
    
        .product-cat a.up 
        {
            background: transparent url(../Images/asterisk.png) no-repeat right 50%;
        }  

    .product-sub-cat 
    {
        position: absolute;
        top: 38px;
        left: 175px;
        background-color: #292929;
        z-index: 1000;
        padding: 10px 0 10px 0;
    }

        .product-sub-cat li
        {
            background-color: #292929;
        }
    
        .product-sub-cat li a
        {
            display: block;
            padding: 10px 20px 10px 20px;
            font-size: 14px;
            color: #e5dfd9;
        }    
    
        .product-sub-cat li a:hover
        {
            background-color: #fff;
            color: #292929;
        }
    
    .cart 
    {
        font-size: 16px;
        font-weight: 700;
        float: right;
        color: #e5dfd9;
    }

.product-details 
{
    padding: 15px 30px 15px 30px;
}   

    .product-img 
    {
        border: 1px solid #dbd5ca;
        background-color: #fff;
        padding: 6px;
        float: left;
        display: inline-block;
    }
    
    .product-info 
    {
        float: right;
        width: 424px;
        line-height: 150%;
    }
    
        .product-info h2
        {
            font-size: 30px;
            text-transform: uppercase;
            margin-bottom: 20px;
        }
    
        .product-info p 
        {
            margin-top: 10px;
        }
        
        .product-info p.price 
        {
            font-size: 18px;
        }
        
        #add-to-cart 
        {
            margin-top: 20px;
        }

    .product-checkout table
    {
    width: 840px;
    margin: 30px 0 60px 30px;
    }
    
        .product-checkout table th
        {
            color: #fff;
            padding: 10px 0;
            background: #5d4c44;
            text-align: left;
            font-size: 16px;
            text-transform: uppercase;
            padding-left: 10px;
        }
      
        .product-checkout table th.checkout-header 
        {
            width: 176px;
        }
        
        .product-checkout table th.qty-header 
        {
            
        }
        
        .checkout-item 
        {
            font-size: 14px;
            padding: 10px 0;
            border-bottom: 2px solid #448ccb;
        }
        
        .checkout-item .remove
        {
            display: inline-block;
            padding-left: 10px;
        }
        
        .checkout-item .item-name
        {
            display: inline-block;
            width: 165px;
        }   
        
        .checkout-item .price
        {
            display: inline-block;
            width: 115px; 
        }
        
        .checkout-item .qty
        {
            display: inline-block;
            width: 225px;
        }
        
        .checkout-item .qty input[type="text"] 
        {
            width: 30px;
            padding: 7px;
        }
        
        .checkout-item .item-total 
        {
            display: inline-block;
        }
        
        .checkout-final 
        {
            width: 136px;
            padding: 0 20px 0 20px;
            text-align: center;
        }
        
        .checkout-final h3 
        {
            color: #448ccb;
            font-weight: 700;
            margin-top: 20px;
        }
        
        .checkout-final h4 
        {
            color: #448ccb;
            font-weight: 700;
            margin-top: 20px;            
        }
        
        .checkout-final .copy 
        {
            color: #448ccb;
            margin-top: 20px;
        }
        
        .checkout-final .checkout-btn 
        {
            color: #448ccb;
            margin-top: 20px;
            width: 100%;
            display: block;
            background: #fff;
            font-size: 14px;
            text-transform: uppercase;
            padding: 10px 0 10px 0;
            border: 1px solid #dbd4ce;
        }
        
        
        

}
