/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */


html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

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

.serif{
    font-family: "ff-tisa-web-pro",serif;
}

.sans-serif{
    font-family: "refrigerator-deluxe",sans-serif;
}

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

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

img {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

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

a, a:visited, a:hover, a:active{
    text-decoration: none;
    color: #000;
}

.downloadPopup{
    background-color: rgba(255,255,255,0.8);
    width: 75%;
    margin: 0 auto 20px;
    padding: 10px;
    text-align: center;
    font-family: "refrigerator-deluxe",sans-serif;
    font-size: 15pt;
}

.downloadPopup a{
    color: #5ca1b9;
    text-decoration: underline;
}

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

body {

}

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

/* ===================
    ALL: Font Styles
   =================== */

body{
    font-family: "ff-tisa-web-pro",serif;
}

.title {
    font-family: "refrigerator-deluxe", sans-serif;
    font-size: 39pt;
    line-height: 1em;
    margin: 0;
}

.titleImage {
    width: 50px;
    height: 50px;
    vertical-align: bottom;
    margin-right: 5px;
}

.main aside{
    font-family: "ff-tisa-web-pro",serif;
}

.main aside a{
    text-decoration: underline;
    color: #025672;
}

nav ul li a{
    font-family: "ff-tisa-web-pro",serif;
    font-size: 16pt;
}

aside h3{
    font-family: "ff-tisa-web-pro",serif;
    font-style: italic;
    font-weight: 700;
    font-size: 26pt;
    line-height: 1em;
    margin-top: .65em;
}

aside ul>li>h3{
    font-size: 11pt;
    font-weight: normal;
    font-style: inherit;
}

aside h3 em{
    text-decoration: underline;
}

aside h4{
    font-family: "ff-tisa-web-pro",serif;
}

aside a.bigOlButton{
    font-family: "refrigerator-deluxe",sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 32pt;
    margin-bottom: 10px;
}

.mainContent{
    font-family: "ff-tisa-web-pro",serif;
}

.mainContent h4{
    font-family: "refrigerator-deluxe",sans-serif;
}

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

.header-container {
    border-bottom: 6px solid #ccc;
}

.footer-container,
.main aside {

}

.header-container,
.footer-container,
.main aside {
    background: rgba(255,255,255,0.85);
}

.title {
    color: #333;
    margin-top: 15px;
    padding: 0;
}

.main-container{
    background: url(../img/headerBGDark.jpg);
    background-size: cover;
    background-position: center center;
    padding-bottom: 50px;
}

pre{
  background-color: #111;
  color: #5ca1b9;
  padding: 10px;
  font-size: .9em;
  border-radius: 10px;
}

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

nav ul {
    margin: 0;
    padding: 0;
    text-align: right;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    color: white;
    background-color: #aaa
}

nav a.active{
    background-color: #ccc;
    color: #025672;
}

nav a:hover{
    color: white;
}

nav a:hover {
    text-decoration: underline;
}

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

.main {
    padding: 30px 0;
}

.main article h1 {

}

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

.main aside{
    color: #333;
    padding-top: 0.001em;
}

.main aside h3{
    margin-bottom: 0;
}

.main aside h4{
    margin-top: 5px;
}

.main aside a.bigOlButton{
    display: block;
    background-color: #5ca1b9;
    color: #eee;
    text-align: center;
    padding: 5pt;
    text-decoration: none;
}

.main aside a.bigOlButton:hover{
    text-decoration: underline;
}

.main aside ul{
    text-align: center;
    padding: 0;
}

 .main aside ul li{
    list-style-type: none;
    display: inline-block;
    width: 100%;
    margin: 5px 0;
    color: #025672;
}

.main aside ul li div, .main aside ul li h3 {
    display: inline-block;
    margin: 0;
    text-align: left;
}

.main aside ul li div{
    width: 20%;
    vertical-align: middle;
    font-size: 20pt;
}

.main aside ul li h3 {
    width: 70%;
    vertical-align: middle;
    line-height: 1.2em;
}

.mainContent{
    background: rgba(255,255,255,0.85);
    margin: 10px 0;
    padding: 5px;
}

.mainContent h4{
    margin: 0 0 10px;
    font-size: 18pt;
}

.mainContent ul{
    padding: 0;
}

.mainContent ul li{
    list-style-type: none;
    margin-left: 20px;
    margin-bottom: 10px;
    color: #025672;
    font-size: 14pt;
    font-style: italic;
}

.mainContent p{
    background-color: rgba(255,255,255,0.5);
    padding: 10px;
    font-size: 14pt;
}

.mainContent.faq p, .mainContent.buy p{
    background-color: inherit;
    padding: 0;
    font-size: 12pt;
}

.mainContent.buy>p{
    padding: 10px;
}

.mainContent form{
    text-align: center;
    display: block;
    width: 90%;
    margin: 20px auto;
    padding: 10px;
    vertical-align: top;
    background-color: #eee;
    border-radius: 10px;
    border: 1px solid #5ca1b9 ;
}

.mainContent form .price{
    font-weight: bold;
    font-size: 24pt;
    line-height: 1.5em;
    margin: 0 0 .5em;
}

.mainContent form p em{
    font-style: italic;
    font-size: .65em;
    line-height: .5;
}

.mainContent .logo{
    height: 45px;
    max-width: 100%;
    margin: 20px 0;
    text-align: center;
    width: 100%;
}

.mainContent .logo img{
    max-height: 100%;
    max-width: 100%;
}

.mainContent h3, .mainContent dt{
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
    margin-top: 10px;
}

.nonMobileOnly{
    display: none;
}

.mainContent a{
    text-decoration: underline;
    color: #025672;
}

p.leftCol{
    margin-right: 20px;
    font-weight: bold;
}
.mainContent dd{

    margin-left: 0;
    padding: 10px;
    background-color: #ddd;
}

.mainContent h3.open{
    color: #025672;
    text-decoration: underline;
}

.mainContent.faq section.open{
    background-color: #eee;
    padding: 0 5px 5px 5px;
    margin-bottom: 10px;
}

.footer-container footer {
    color: #025672;
    padding: 20px 0;
    text-align: right;
}

.footer-container footer a, .footer-container footer a:visited, .footer-container footer a:active, .footer-container footer a:hover{
    color: #5ca1b9;
}

.parameter{
    font-family: monospace;
}

#share-buttons{
    height: 45px;
    margin-bottom: 20px;
}

#share-buttons img{
    height: 100%;
}

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

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

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















/* ==========================================================================
   Media Queries
   ========================================================================== */

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


/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav ul li a {
        width: 100%;
        margin: 0;
        padding: 25px 2%;
        margin-bottom: 0;
        font-size: 12pt;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

    .main aside ul li div, .main aside ul li h3 {
        display: block;
        text-align: center;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .main aside ul li{
        width: 30%;
        margin: 3% 1%;
        vertical-align: top;
        padding: 10px 0;
    }

    .main aside ul li div{
        font-size: 40pt;
    }


    .mainContent{
        padding: 5px 10px;
    }


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

    nav ul li {
        display: inline-block;
        width: 20%;
        margin: 0 1.7%;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

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


.mainContent form{
        display: inline-block;
        width: 45%;
        margin: 20px 0.5%;
        vertical-align: top;
    }

#share-buttons{
    float: left;
}


}

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


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

    .header-container,
    .main aside {
        padding-top: auto;
    }

    .mobileOnly{
        display: none;
    }

    .nonMobileOnly{
        display: inline;
    }

    .mainContent{
        padding: 0 20px;
    }

    .mainContent form{
        text-align: center;
        display: block;
        width: 90%;
        margin: 20px auto;
        padding: 10px;
        vertical-align: top;
        background-color: #eee;
        border-radius: 10px;
        border: 1px solid #5ca1b9 ;
        height: auto;
    }

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

    .title {
        float: left;
    }

    nav {
        float: right;
        width: 65%;
    }

    nav ul li a {
        font-size: 18pt;
    }

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

    .main article {
        float: left;
        width: 54%;
        margin: 0;
    }

    .main aside {
        float: left;
        width: 30%;
        margin-right: 1%;
    }
}

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


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

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

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

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.center{
    text-align: center;
}

.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 {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

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

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

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

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

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

    @page {
        margin: 0.5cm;
    }

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

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

.highslide-gallery {

}

.highslide-wrapper, .highslide-outline {
    background: #FFFFFF;
}
.highslide img {
    border: 1px solid #808080;
}
.highslide:hover img {
    border-color: #A0A0A0;
}
.highslide-active-anchor img {
    visibility: visible;
    border-color: #808080 !important;
}
.highslide-dimming {
    background: #000000;
}
.highslide-image {
    border: 2px solid #FFFFFF;
}
.highslide-loading {
    color: black;
    border: 1px solid black;
    background-color: white;
    background-image: url(/highslide/graphics/loader.white.gif);
}

.highslide-controls {
    position: static !important;
    margin-bottom: 0;
    width: 195px !important;
}
.highslide-gallery ul li {
    width: 106px;
    height: 106px;
    border: 1px solid #D0D0D0;
    background: #FCF9F9;
    margin: 2px;
}


.purchase-btn {
    background: #6772e5;
    background-image: -webkit-linear-gradient(top, #6772e5, #17a5d4);
    background-image: -moz-linear-gradient(top, #6772e5, #17a5d4);
    background-image: -ms-linear-gradient(top, #6772e5, #17a5d4);
    background-image: -o-linear-gradient(top, #6772e5, #17a5d4);
    background-image: linear-gradient(to bottom, #6772e5, #17a5d4);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    border: none;
    text-decoration: none;
}

.purchase-btn:hover {
    background: #52d7ff;
    background-image: -webkit-linear-gradient(top, #52d7ff, #55b6d4);
    background-image: -moz-linear-gradient(top, #52d7ff, #55b6d4);
    background-image: -ms-linear-gradient(top, #52d7ff, #55b6d4);
    background-image: -o-linear-gradient(top, #52d7ff, #55b6d4);
    background-image: linear-gradient(to bottom, #52d7ff, #55b6d4);
    text-decoration: none;
}

.purchase-btn-small {
    font-size: 12px;
    padding: 5px 10px 5px 10px;
}