/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
@import 'https://fonts.googleapis.com/css?family=Galindo';

html {
    color: #443;
    font-size: 1em;
    line-height: 1.4;
}


h1, h2, h3, h4, h5, h6 { color: orangered; font-family: 'Galindo',serif; font-weight:normal; line-height:1.2; } /**/
.header-container h1 { font-size: 150%; }

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 3px;
    border: 0;
    border-top: 3px solid firebrick;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial; background: url(/images/std_window.jpeg) repeat;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
    border-bottom: 12px solid green; /**/
}

.footer-container
/*,.main aside*/ {
    border-top: 12px solid white; /**/
 background: green;
}

.header-container {
 background: white;
}

.main aside {
    background: white; /**/
}

.main { background: white; }

.title a, .title a:visited { /**/
    color: maroon;
 text-decoration: none;
 padding:0 0 0 6px; margin:0;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 6px 0 0;
    list-style-type: none;
}

nav a, nav span {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;

 padding: 0; font-weight: bold; color: black;
 background: burlywood;

}
nav span, nav a:hover { background: orange; color:white; }

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
}

.main aside {
    /*color: white;*/
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: black;
    padding: 2px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


article:empty,aside:empty { display:none; }

figure, figure img { max-width: 100%!important; height: auto; }

/*
#facebook, #twitter, #phone { display: none; }
*/

.header-container,
.footer-container,
.main aside,
.main article {/* z-index: 1001;*/ }

.main article { background:transparent; padding: 1%; }

.main aside,
.main article {
position:relative;
}

.fadein {
    position:relative;
    width:100%;
}

.fadein img {
    position:absolute;
    left:0;
    top:0;
}
.overslide img {
    width:100%;
    height:auto;
}
.overslide { visibility: hidden; height:0; overflow:hidden; }


.fadein img.firstslide {
 position: relative;
 visibility: hidden;
}

.header-container { position: relative; }
#dropmenu { color: white; font-size: 24pt; position: absolute; right: 0; z-index: 99; padding: 12px 24px 16px; text-decoration: none; display: block; }
.dbar { clear: both; width: 24px; height: 3px; display: block; background: black; float: right; margin-top: 4px; }
nav { position: relative; }
.title {
 position: absolute; z-index: 1; background: white;
 width: 100%; height: 42px; 
 left: 6px; top:-20px; padding-top:6px;
}
.title i { color:sandybrown; }
.title small { font-family:arial,sans; font-size:50%; clear:left; color:maroon; display:block; padding-left:16px; }

#foot1, #foot2, #foot3 { clear: left; width: 100%; box-sizing: border-box; padding: 6px 1% 2px; }

/* ====================
 * Mobile customization
 * ==================== */

iframe {

}
/* ================
 * Forms formatting
 * ================ */

form, .replyform {
    max-width: 420px;
    padding: 0 12px 12px;
    font: 16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
form ul, .replyform ul { margin:0; padding:0; }
form li, .replyform li {
    padding: 0;
    display: block;
    list-style: none;
    margin: 10px 0 0 0;
clear:both;
}
form h5 {
    margin: 0 3px 0;
    padding: 6px 0 0;
    display:block;
    font-weight: bold;
clear:both;
}
input[type=text], input[type=date], input[type=datetime], input[type=number], input[type=search], input[type=time], input[type=url], input[type=email], input[type=password], textarea, select{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #BEBEBE;
    padding: 7px;
    margin:0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none; 
    width: 100%;
}
input[type=text]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=number]:focus, input[type=search]:focus, input[type=time]:focus, input[type=url]:focus, input[type=email]:focus, input[type=password], textarea:focus, select:focus{
    -moz-box-shadow: 0 0 8px #88D5E9;
    -webkit-box-shadow: 0 0 8px #88D5E9;
    box-shadow: 0 0 8px #88D5E9;
    border: 1px solid #88D5E9;
}
input[type=submit], input[type=button]{
    background: #4B99AD;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
clear:both; margin-top: 12px;
}
input[type=submit]:hover, .form-style input[type=button]:hover{
    background: #4691A4;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
.required{
    color:red;
}

input[type=radio] {
}
input[type=radio]+label {
 padding-left: 6px;
line-height:32px;
}
.delbk { color:red; font-weight:bold; text-decoration:none; }
@media only screen and (min-width: 360px) {
 form li .half{
    float:left;
    width: 49%!important;
 }
 form li .half:nth-of-type(even) { clear:right; float: right; }
 form li .half:last-of-type::after { clear: both!important; width: 100%; height:16px; display:inline; content: ' '; }
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

#facebook, #twitter { display: block; float: left; width: 26px; height: 26px; margin: 3px 5px 0 0; background: url(/images/facebook.png); }
#twitter { background: url(/images/twitter.png); }
#phone { display: inline; }

nav { margin: 12px 0 0 180px; }

/*
nav a, nav a:visited, nav span {
 padding: 0; font-weight: normal; color: black;
 background: silver url(/images/menuback.png) repeat-x; background-size:auto;
 border-left: 1px solid silver; border-right: 1px solid silver;
}
*/
.title {
 float:left; margin: 0; width: auto;
 position: relative; top: -4px; left: inherit; box-sizing: border-box;
 padding: 12px; background: orangered; border-radius: 12px; box-shadow: 3px 3px 9px brown;
 font-size:24pt; height: 60px;
}
.title i { font-size:12pt; }

.title a, .title a:visited { /**/
display: block; float: left; margin:0; color:white;
}
.title i, .title big { color:yellow; }
.title small { position:relative; font-size:40%; font-weight:bold; color:white; top:-8px; }

#dropmenu { display: none; }


.header-container {
 background:url(/images/top.png); background-size:auto 100%;
 border-bottom-color:white;
}
.footer-container {
 background:url(/images/foot.png); background-size:auto 100%;
}
.footer-container p, .addthis_toolbox { float:left; padding: 2px 6px; background: rgba(255,255,255,0.5); border-radius:4px; }
/*
nav { padding-top: 0; margin-top: 0; }
*/
/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a, nav span {
        float: left;
/*        width: 27%; */
        margin: 2px;
        padding: 2px 1.2%; /**/
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
 #foot1, #foot2 { width: 50%; clear: none; float: left; }
}

@media only screen and (min-width: 768px) {

.fadein {
    position:fixed;
    left:0;
    top:0;
    height:100%;
    width:100%;
}
.overslide { visibility: visible;}
.overslide {
 height: 0;
}
.overslide img {
 max-height: 100%;
}
/*
.main article { background:rgba(255,255,255,0.75); padding: 1%; }
*/
.main article { background:white; padding: 1%; }

/* ====================
    WIDE: CSS3 Effects
   ==================== */

/*
    .header-container,
    .main aside {
        -webkit-box-shadow: 0 5px 10px #000; /**//*
           -moz-box-shadow: 0 5px 10px #000;
                box-shadow: 0 5px 10px #000;
    }
*/

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    nav {
margin-top:36px;
    }

nav a { background:white; }


/* ============
    WIDE: Main
   ============ */

    .main>article {
        float: left;
        width: 49%; /*57%;*/
    }

    .main>aside {
        float: right;
        width: 49%; /*41%;*/
    }

.main>article, .main>aside { box-sizing:border-box; }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
#foot1, #foot2, #foot3 { width: 25%; clear: none; float: left; }
#foot2 { width: 50%; }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* TenderSoft */

figure { padding: 0; margin:0; }

/* footer @ foot on short pages */
html { height: 100%; }
body { height:100vh; min-height: 100%; display: flex; flex-direction: column; }
.main-container { flex: 1 0 auto; }
.header-container, .footer-container { flex: none; flex-shrink: 0; }

/* fight table overspill */

div { table-layout: fixed; }

.addthis_toolbox { float: right; width: 180px; margin-bottom: 6px; }
.addthis_toolbox::before { float:left; width: 180px; content: "forward this page:"; font-style: italic; font-size: small; }
footer h3 { margin: 12px 16px 0 0; }
footer p { margin: 12px auto 0; line-height: 125%; font-size: small; }


/* Responsive YouTube */
.vidbox {
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
outline: 30px solid gray;
margin: 48px 0;
}
			
.vidbox iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media only screen and (min-width: 480px) {
.vidbox { outline:none; margin:0; }
}
@media only screen and (max-width:479px) {
 .main>aside h2, .main>aside h3, .main>aside h4, main>aside h5, .main>aside h6 { color: gray; } /**/
 .bluebox { color:white; background:blue; padding: 1px 12px; }
 .findicon::before { content:'?'; text-align:center; float:right; font-size:48px; line-height:1; width:48px; height:48px; color:white; font-weight:bold; margin-top:10px; border:4px solid white; border-radius:50%; }
}

/* Nivo */

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/vixfn/nivo/themes/default/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.nivoSlider:hover .nivo-directionNav a { opacity: 1; }
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
.nivo-controlNav { display: none; }
.nivoSlider img { max-width: none; }
.slider-wrapper { width:100%!important; }
.rounded img { border-radius:50%; }
.rounded.corners img { border-radius:32px; }


/* SITE */

.imagebutton { height:22px; width:23px; border: solid 2px #C0C0C0; background-color: #C0C0C0; display:block; float:left; }
.image {position: relative; left: 1; top: 1; height:20; width:21; border:none;}
.toolbar {height: 30; background-color: #C0C0C0;}
/*
 * form { display:inline; }
 */
.buy { display:inline; }
#item { width:100%; background:silver; border: 2px inset azure; }
#item p { padding-left:12px; }
#endtime { margin-top:48px; font-weight:bold; }
#endtime h2, #endtime h3 { margin:0; }
#item .stdoptions { width:600px; }
#item .optr { width:480px; text-align:left; }
sup a { text-decoration:none; }
#success { padding:0; padding-right:12px; float:left; }

#itemlist p { margin:0; }
.thmb { display:block; width:90px; height:40px; margin:3px; float:left; }
.thmb img { border:0; float:right; }
/*
#picprev { float:right; margin:6px; position:relative; }
#picprev img { position:absolute; right:0; }
*/
#picprev { display: block; height: 60px; }
#picprev img { float:left; margin-right:3px; }
#htmlform select { display:inline; width:auto; margin:0; padding:0; }

#biglink { clear: both; display:block; padding: 16px 0; width: auto; margin:auto; }
#biglink a {
 clear: all; border-radius: 12px; text-decoration: none; white-space: nowrap;
 font-size: 180%; font-weight:bold; color:red; background: yellow; margin-top:48px; padding: 5% 12%;
}
#biglink a:hover { background:pink; }
