﻿/* Master web layout */
body {
    background-image: url('/Content/images/background.png');
    background-repeat: repeat-x;
    background-color: #000000;
    font-family:Calibri, Verdana, sans-serif;
    color: #404040;
}
#content {
    margin-right: auto;
    margin-left: auto;
    min-width: 700px;
    max-width: 1280px;
    width: 80%;
}
#headerlogo {
    padding: 15px 0px 15px 15px;
}
#header {
    width: 100%;
    height: 58px;
    background-image: url('/Content/images/headerbackground.png');
    background-repeat: repeat-x;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
/* Menu */
#menu {
    padding: 0;
}
#menu:after {
    content: "";
    clear: both;
    display: block;
}
#menu li {
    display: inline;
    list-style: none;
    float: left;
    text-align: center;
}
.menufirst {
    float:left;
    padding: 17px 37px 20px;
    text-decoration: none;
    color: #ebebeb;
    font-size: 17px;
    display: inline-block;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
}
.menufirst:hover {
    background-image: url('/Content/images/menuhoverbackground.png');
    background-repeat: repeat-x;
}
.menuitem {
    float:left;
    border-left: 1px solid #f8f8f8;
    padding: 17px 37px 20px;
    text-decoration: none;
    color: #ebebeb;
    font-size: 17px;
    display: inline-block;
}
.menuitem:hover {
    background-image: url('/Content/images/menuhoverbackground.png');
    background-repeat: repeat-x;
}
/* Submenu */
#menu ul {
    display: none;
    position: absolute;
    padding: 0;
    margin-top: 58px;
    z-index: 1;
}
#menu li:hover > ul {
    display: block;
    animation-duration: .05s;
    -moz-animation-duration: .05s;
    -webkit-animation-duration: .05s;
    -o-animation-duration: .05s;
    animation-name: submenufadein;
    -moz-animation-name: submenufadein;
    -webkit-animation-name: submenufadein;
    -o-animation-name: submenufadein;
}
@keyframes submenufadein {
    from { opacity: 0; }
    to { opacity: 1; }
}
@-moz-keyframes submenufadein {
    from { opacity: 0; }
    to { opacity: 1; }
}
@-o-keyframes submenufadein {
    from { opacity: 0; }
    to { opacity: 1; }
}
@-webkit-keyframes submenufadein {
    from { opacity: 0; }
    to { opacity: 1; }
}
#menu ul li {  /* Make li element this as to not be dependent on text width*/
    background-color: #3f3f3f;
    display: block;
    min-width: 100%;
    border-top: 2px solid #2d2d2d;
    border-left: 2px solid #2d2d2d;
    border-right: 2px solid #2d2d2d;
    float: none;
}
#menu ul li:hover {
    background-color: #2d2d2d;
}
.lastsubmenuitem {
    border-bottom: 2px solid #2d2d2d;
}
.submenuitem {
    padding: 6px 7px 6px 11px;
    display: inline-block;
    height: 100%;
    width: 92%;
    text-decoration: none;
    color: #ebebeb;
    font-size: 17px;
    text-align: left;
}
.submenuitemselected {
    background-color: #008ba4 !important;
}
.menuselected {
    background-image: url('/Content/images/menuselectedbackground.png') !important;
    background-repeat: repeat-x;
    text-shadow: 0px 0px 2px #FFF;
}
.menuitemhighlight {
    background-color: #008ba4;
    height: 4px;
    width: 100%;
    margin-left: -37px;
    padding-right: 74px;
    position: relative;
    top: 41px;
    margin-top: -4px;

    -webkit-box-shadow: 0px -2px 3px #008ba4;
    -moz-box-shadow: 0px -2px 3px #008ba4;
    box-shadow: 0px -2px 3px #008ba4;
}
#contentbody {
    width: 100%;
    min-height: 700px;
    background-color: #f8f8f8;
}
#footer {
    width: 100%;
    height: 55px;
    background-color: #3f3f3f;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
#footer table {
    height: 100%;
    width: 100%;
}
.copyrightinfo {
    width: 50%;
    color: #ebebeb;
    font-size: 14px;
    vertical-align: bottom;
    text-align: center;
}
.copyrightinfo a {
    color: #ebebeb;
}
.footerimagetd {
    width: 25%;
}
.footerimageright {
    vertical-align: middle;
    margin: 0 15px 0 -5px;
    float: right;
}
.footerimageleft {
    vertical-align: middle;
    margin-left: 10px;
    float: left;
}
/* Page content */
.content-title {
    margin: 0;
    padding: 31px 35px 15px;
    font-size: 48px;
    font-weight: 100;
}
.content-subtitle {
    margin: 0;
    padding: 31px 35px 15px;
    font-size: 26px;
    font-weight: 100;
}
.content-download-title {
    margin: 0 0 -.75em;
    padding: 31px 35px 0;
    font-size: 46px;
    font-weight: 100;
}
.content-divider {
    width: 100%;
    background-color: rgba(64, 64, 64, 0.15);
    height: 2px;
    float: left;
    margin: 12px 0 0 0;
}
.content-text {
    margin: 0;
    padding: 0 25px;
    font-size: 24px;
}
.bottom-content-text {
    clear: both;
    margin: 0;
    padding: 10px 25px 20px;
    font-size: 24px;
}
.content-image-div {
    position: relative;
    float: right;
    margin: 46px 72px 0px 11px;
    height: 350px;
    width: 525px;
    border: 1px solid #e7e7e7;
    overflow: hidden;
}
.content-image-slideshow {
    position: absolute;
    top: 0px;
    left: -525px;
    height: 350px;
    width: 525px;
}
.content-image-text-div {
    position: relative;
    background-color: #000000;
    opacity: .75;
    min-height: 2.5em;
    -webkit-box-shadow: 0px 2px 5px #111111;
    -moz-box-shadow:    0px 2px 5px #111111;
    box-shadow:         0px 2px 5px #111111;
}
.content-image-text {
    margin: 0;
    font-size: 18px;
    color: #FFF;
    padding: .5em 0 .5em 24px;
    opacity: 0;
    position: absolute;
    white-space: nowrap;
}
.content-footer {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 10px;
}
.content-footer td {
    vertical-align: bottom;
}
.content-product-table td h1 a {
    text-decoration: none;
    color: #404040;
}
.content-footer td img {
    height: 85px;
    float: right;
    margin-bottom: 5px;
}
.content-footer td h2 {
    margin: 0;
}
.content-footer td a {
    color: inherit;
    text-decoration: none;
}
.content-products-email {
    float: right;
    padding: 0 20px;
}
.content-productlist-image {
    float: right;
    margin: 46px 24px 0px 48px;
    border: 1px solid #e7e7e7;
    max-width: 280px;
    clear: both;
}
#content-product-div {
    float: right;
    margin: 46px 80px 0px 48px;
    width: 525px;
    clear: both;
    position: relative;
    padding: 10px;
    background-color: #FFFFFF;
    border: 1px solid #B8B8B8;
}
.content-product-thumbnail-container {
    margin: 0 auto;
    width:80%;
}
.content-product-image {
    max-height: 450px;
    height: auto;
    max-width: 96%;
    width: auto;
    position: absolute;
    display: block;
    cursor: pointer;
    border: 1px solid #BDBDBD;
}
#content-product-thumbnails-div {
    margin: -10px auto 10px;
    text-align: center;
    padding: 5px;
    display: none;
    position: absolute;
    left: 0px;
    width: 100%;
}
.content-product-thumbnails-image {
    width: 20%;
    cursor: pointer;
    position: relative;
    max-height: 75px;
    width: auto;
    max-width: 24%;
}
.content-product-table {
    padding-bottom: 2em;
}
.content-product-table tr {
    vertical-align: top;
}
.content-product-badge {
    margin-top: 8px;
    position: relative;
    left: 35%;
}
.content-product-text {
    margin: 0;
    padding: 0 25px;
    font-size: 20px;
}
.content-product-list-div {
    margin: 0;
    padding: 0 5px;
}
.content-product-list {
    list-style: none;
}
.content-product-list-bullet {
    background-image: url('/Content/images/bulletlist.png');
    height: .5em;
    width: .5em;
    background-size: .5em .5em;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: .3em;
}
.content-blog h2 {
    margin: 0;
    padding: 4px 35px;
    font-size: 40px;
    font-weight: 100;
}
.content-blog h2 a {
    text-decoration: none;
    color: #404040;
}
.content-blog div {
    margin: -.3em 55px .3em;
}
.content-blog p {
    margin: .5em 45px;
}
.content-blog img, .content-blog iframe {
    margin: 0 auto;
    max-width: 100%;
}
.content-blog {
    margin: 0;
    padding: 20px 25px 0 0;
    font-size: 18px;
    line-height: none;
    table-layout: fixed;
    width: 100%;
}
.content-contacts-title {
    margin: 0 0 -.3em;
    padding: 31px 35px 15px;
    font-size: 48px;
    font-weight: 100;
}
.content-contacts-table {
    text-align: center;
    font-size: 22px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    border: 1px solid #eeeeee;
}
.content-contacts-table th {
    background: #e7e7e7;
}
.content-contacts-address {
    float: left;
    cursor: pointer;
}
.content-contacts-address a {
    float: left;
    cursor: pointer;
    text-decoration: none;
    color: #404040;
}
.content-contact-address-viewmap {
    font-size: 20px;
    text-align: center;
    background-color: #FFFFFF;
    width: 400px;
    padding: 5px 20px;
    border: 1px solid;
    position: absolute;
    z-index: 99;
    display: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.emaillink {
    color: #7a7a7a;
    text-decoration: underline;
    cursor: pointer;
}
.content-contacts-text {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    font-size: 18px;
}
.content-contacts-links-div {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.content-contacts-links-div iframe {
    float: right;
}
.content-contacts-emailform {
    background: #ffffff;
    width: 500px;
    padding: 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid;
    overflow: hidden;
    position: fixed;
    display: none;
    z-index: 100;
}
input[type=text],textarea {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    margin: 0;
    padding: 8px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    line-height: 1em;
}
input[type=text] {
    height: 29px;
}
textarea {
    resize: vertical;
}
input[type=text]:hover, textarea:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
input[type=text]:focus, textarea:focus {
    outline: none;
    border: 1px solid #008ba4;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}
input[type=submit], input[type=button] {
    padding: 6px 20px;
    border: 1px solid gray;
    border-radius: 4px;
    float: right;
    font-weight: bold;
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}
input[type=submit]:hover, input[type=button]:hover {
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
}
input[type=submit]:active, input[type=button]:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.5);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.5);
}
.content-contacts-emailform #loadingimg {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.contact-email-response-text {
    font-size: 28px;
    padding: 0;
    margin: 0;
    text-align: center;
}
.content-about-text {
    margin: 0;
    padding: 0 2em 0.4em 2em;
    font-size: 24px;
}
#contactemailerror, #contactnameerror, #contactsubjecterror {
    color: red;
}
.content-partner-image {
    display: block;
    margin: 0 auto;
    padding-top: 20px;
}
/*  Universal styles */
.center-text {
    text-align: center;
}
.hide {
    display: none;
}
p {
    margin: 0;
}
a {
    color: #7a7a7a;
}
img {   /* Internet Explorer Sucks */
    border: none;
}
.navigation-arrows {
    z-index: 99;
    position: absolute;
    display: none;
    cursor: pointer;
    top: 30%;
}
.navigation-arrows:hover {
    opacity: .9;
}
.navigation-arrows:active {
    opacity: .7;
}
.left-arrow {
    left: 1.5%;
}
.right-arrow {
    right: 3%;
}
.fb-like {
    float: left;
}
.disabled {
    opacity: .2 !important;
}
.blackout {
    background-color: rgba(0, 0, 0, .6);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 100;
}
.exit-button {
    display: none;
    position: fixed;
    background-image: url('/Content/images/exitbutton.png');
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    z-index: 101;
    opacity: .95;
    cursor: pointer;

    -webkit-filter: drop-shadow(1px 4px 7px rgba(0,0,0,0.5));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=4, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=4, Color='#444')";
}
.exit-button:hover {
    opacity: 1;
}
.exit-button:active {
    margin-top: 1px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=3, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=3, Color='#444')";
}
/* ASP.NET Forms */
#ctl00_paegcontent_submit_error {
    color: red;
    visibility: hidden;
}
.content-download-box {
    padding: 2.5em;
    width: 50%;
    margin: 0 auto;
}
.content-download-box form input[type=submit] {
    float: none;
}