﻿/* aksoft.css */
div.ak-masthead {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    min-height: 400px;
    color: white;
    background-color: #0066cc;
    margin-top: 0;
    margin-bottom: 40px;
}

h1.ak-masthead-title { margin-top: 0; }

p.ak-masthead-subtitle { font-size: 150%;margin-bottom: 0px; }

div.ak-imgtextblock {
    background-color: #505050;
    color: white;
    margin-top: 200px;
    padding: 30px;  
    opacity: 0.9;
    filter: alpha(opacity=90);
}

/*div.ak-imgtextblock h1, div.ak-imgtextblock p {
    opacity: 1;
    filter: none;
    color: white;
}*/

div.ak-featurette {
    margin-bottom: 80px;
    text-align: center;
}

div.ak-featurette h3 { color: #0066cc; }
div.ak-featurette h4 { color: #0066cc; }
div.ak-featurette h5 { color: #0066cc; }

h1.ak-featurette-title { }

p.ak-featurette-subtitle { font-size: 150%;margin-bottom: 0; }

div.ak-feature { cursor: pointer; }

div.ak-feature:hover { background-color: #f4f4f4; }

div.ak-test-banner { background-color: #f0f0f0;margin-top: 60px;margin-bottom: 60px;}

hr.ak-half-rule {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 0px;
}

hr.ak-half-rule-big {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 0px;
}

hr.ak-rule {
    border-color: #d0d0d0;
    margin-top: 30px;
    margin-bottom: 30px;
}

.nobr {
    white-space: nowrap;
}
.testsystem {
    font-size:65%;
    color: #808080;
}

footer.ak-pagefooter {
    background-color: #505050;
    color: white;
    font-size: 85%;
}
footer.ak-pagefooter a {
}

div.ak-masthead.imageindex {
    background-color: transparent;
    background-image: Url('/Content/images/ImageIndex.jpg');
    min-height: 500px;
}
div.ak-masthead.imageknowhow {
    background-color: transparent;
    background-image: Url('/Content/images/ImageKnowhow256-sm.png');
}
div.ak-masthead.imagefoxpro {
    background-color: transparent;
    background-image: Url('/Content/images/ImageFoxpro256-sm.png');
    min-height: 500px;
}
div.ak-masthead.imagehardware {
    background-color: transparent;
    background-image: Url('/Content/images/ImageHardware.jpg');
    min-height: 500px;
}
div.ak-masthead.imageinterfaces {
    background-color: transparent;
    background-image: Url('/Content/images/ImageInterfaces256.png');
}
div.ak-masthead.imagepharma {
    background-color: transparent;
    background-image: Url('/Content/images/ImagePharma.jpg');
    min-height: 600px;
}
div.ak-masthead.imagebattfind {
    background-color: transparent;
    background-image: Url('/Content/images/ImageBattfind256.png');
    /*background-image: Url('/Content/images/TestImageBattfindA.png');
    min-height: 500px;*/
}
@media (min-width: 768px) {
    /*div.ak-masthead.imageindex {
        background-image: Url('/Content/images/ImageIndex256.png');
    }*/
    div.ak-masthead.imageknowhow {
        background-image: Url('/Content/images/ImageKnowhow256.png');
    }
    div.ak-masthead.imagefoxpro {
        background-image: Url('/Content/images/ImageFoxpro256.png');
    }
}

span.ak-new {
    background-color: yellow;
    color: black;
    padding:4px 8px;
}