.all {
    height: auto !important;
    min-width: 960px;
    text-align: center;
}

.wrapper {
    margin: 0 auto;
    width: 960px;
    text-align: left;
    line-height: 160%;
    font-size: 13px;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold !important;
}

.center {
    text-align: center !important;
}

.icon-pdf {
    background: url(/img/icon-pdf.png) left top no-repeat;
    padding-left: 22px;
}

.pointer {
    cursor: pointer;
}

/* Header =============================================== */
.header {
    margin-bottom: 3px;
}

.header .wrapper {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 7px;
}

.header .logo {
    width: 234px;
    height: 67px;
    float: left;
    margin-top: 20px;
    margin-bottom: 23px;
}

.header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header ul li {
    display: block;
    margin-right: 29px;
    float: left;
}

.header ul li a {
    color: #666666;
    text-decoration: none;
    font-family: 'Titillium Web', sans-serif;
}

.header ul li a:hover {
    text-decoration: underline;
}

.header .top-menu {
    float: right;
    margin-top: 5px;
}

.header .top-menu li {
    margin-left: 29px;
    margin-right: 0;
    margin-top: 2px;
    font-size: 12px;
}

.header .top-menu ul {
    display: none;
}

.header .sub-menu {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 7px;
    padding-bottom: 10px;
    height: 18px;
}

.header .sub-menu li a {
    font-size: 14px;
}

.header .main-menu .language {
    float: right;
}

.header .main-menu ul {
    height: 23px;
}

.header .main-menu li {
    margin-right: 49px;
}

.header .main-menu li a {
    font-size: 19px;
    text-transform: uppercase;
}

/* Footer =============================================== */
.footer {
    margin: 0 auto;
    clear: both;
    position: relative;
    padding-top: 6px;
    padding-bottom: 22px;
}

.footer .copyright {
    border-top: 1px solid #cccccc;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 20px;
}

.footer .copyright .text {
    float: right;
    font-size: 12px;
}

.footer .copyright ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .copyright li {
    display: block;
    float: left;
    margin-right: 25px;
}

.footer .copyright ul li a {
    color: #666666;
    font-size: 12px;
    text-decoration: none;
    font-family: 'Titillium Web', sans-serif;;
}

.footer .copyright ul li a:hover {
    text-decoration: underline;
}

.footer .columns {
    width: 100%;
}

.footer .columns .row {
    width: 33%;
    display: inline-block;
}
.footer .columns .row .inner{
    padding:0 11px;
}
.footer .columns .row:first-child .inner{
    padding:0 12px 0 0;
}
.footer .columns .row:last-child .inner{
    padding:0 0 0 12px;
}

.footer .columns .row .title {
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif;;
    padding-bottom: 7px;
    margin-bottom: 15px;
    border-bottom: 1px solid #a00000;
}

.footer .columns .row ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .columns .row ul li {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

.footer .columns .row ul li.last, .footer .columns .row ul li:last-child {
    border-bottom: 0;
}

.footer .columns .row ul li a {
    color: #333333;
    font-size: 12px;
    text-decoration: none;
}

.footer .columns .row ul li a:hover {
    text-decoration: underline;
}

/* Blocks =============================================== */
.blocks {
    width: 960px;
    margin: 20px auto;
    font-family: 'Noto Sans', 'PT Sans', Arial, Helvetica, sans-serif;
    line-height: 160%;
    font-size: 13px;
}

.blocks.home {
    background-color: #FFFFFF;
    border: solid 1px #aaa;
    padding: 8px 0;
    width: 99%;
}

.blocks.home .block-left, .blocks.home .block-center, .blocks.home .block-right {
    display: table-cell;
    float: none;
    vertical-align: top;
    width: 33%;
}

.blocks.home .block-left, .blocks.home .block-center {
    border-right: 1px solid #a00000;
}

.blocks.home .inner {
    font-size: 13px;
    padding: 0 20px;
}

.blocks h1, .blocks h2, .blocks h3 {
    color: #a00000;
    font-weight: normal;
    margin-bottom: 4px;
}

.blocks h1 {
    font-size: 20px;
}

.blocks h2 {
    font-size: 15px;
}

.blocks h3 {
    font-size: 13px;
}

.blocks h5 {
    margin-bottom: 8px;
}

.blocks .block {
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}

.blocks .pad-v {
    padding-top: 20px;
    padding-bottom: 20px;
}

.blocks .pad-h {
    padding-left: 40px;
    padding-right: 40px;
}

.blocks .inner {
    text-align: left;
}

.block-left,
.block-center,
.block-right {
    padding: 11px 0;
    display: table-cell;
    width: 33%;
    vertical-align: top;
}

.blocks .block-right {
    margin-right: 0;
}

.blocks .x2 {
    width: 66%;
}

.bordered {
    border-right: 1px solid #ccc;
}

.block-left.bordered .inner {
    padding-right: 21px;
}

.block-left .inner {
    padding-right: 11px;
}

.block-center {
    min-width: 282px;
}

.block-center .inner {
    padding: 0 11px;
}

.block-center.bordered .inner {
    padding: 0 21px;
}

.block-right.bordered {
    border-right: none;
}

.block-right .inner {
    padding-left: 11px;
}

.block-right.bordered .inner {
    padding-left: 21px;
}

.blocks li {
    margin-bottom: 3px;
}

.blocks p, .blocks h2 {
    margin-bottom: 6px;
}

.blocks .button {
    max-height: 35px;
    width: 100px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #aaa;
    padding: 3px;
    background-color: #fff;
    color: #a00000;
    font-weight: bold;
    display: block;
    text-decoration: none;
}

.blocks .button:hover {
    background-color: #666;
    color: #fff;
}

.blocks .button:active {
    background-color: #999;
    color: #fff;
}

.blocks .button:disabled {
    background-color: #F2F2F2;
    color: #ccc;
}

.blocks .input-text {
    border-radius: 5px;
    padding: 4px 0px;
    border: 1px solid #ccc;
    width: 100%;
}

.blocks .required {
    width: 94%;
}

.red-ball-required {
    margin-left: 3px;
    color: #A00000;
    font-size: 25px;
    vertical-align: -2px;
}

.cart {
    height: 100px;
    padding: 0 22px;
}

.cart a {
    color: #000;
    font-weight: bold;
}

#respond .errors {
    background: #ffd;
    border: 1px solid red;
    padding: 6px 12px;
    margin-bottom: 12px;
}

#respond .errors span {
    display: block;
    color: red;
    margin-left: 12px;
    font-weight: bold;
}

/* Content =============================================== */
.content {
}

.content .wrapper {
    padding-top: 20px;
}

.content .wrapper h1 {
    margin-bottom: 10px;
}

/* Grid 960 / Three columns */
.blocks .width-1 {
    width: 302px;
}

.blocks .width-2 {
    width: 604px;
}

.blocks .width-3 {
    width: 960px;
}

.product-cart {
    padding: 15px;
    background: #ffffff;
    height: 190px;
    margin: 2px 0;
    border: 1px solid #aaa;
    position: relative;
    overflow: hidden;
}
.product-cart .links{
	padding-left: 20px;
}
.product-cart .links {
	text-decoration: none;
	color: black!important;
}


.product-cart h4 {
    background: url(/img/revolver-products-logo.gif) left -2px no-repeat;
    padding-top: 35px;
    padding-left: 35px;
    padding-bottom: 6px;
    color: #a00000;
}

.product-cart h4.support {
    background: url(/img/support-products-logo.gif) left -2px no-repeat;
    padding-top: 35px;
    padding-left: 78px;
    padding-bottom: 6px;
    color: #a00000;
}

.product-arrow {
    background: url(/img/arrow-rv.png) left top no-repeat;
    width: 16px;
    height: 48px;
    position: absolute;
    z-index: 100;
    left: 303px;
    top: 64px;
    display: block;
}

.overlay, .overlay-text {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}

.overlay {
    background: #000;
    filter: alpha(opacity=60); /* IE */
    -moz-opacity: 0.6; /* Mozilla */
    opacity: 0.6; /* CSS3 */
}

.overlay-text {
    z-index: 100;
    color: #fff;
}

.table-support {
    width: 100%;
    font-family: 'Noto Sans', 'PT Sans', Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-color: #fff;
    border-top: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
}

.table-support th, .table-support td {
    font-weight: normal;
    padding: 6px 12px;
    border-bottom: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    text-align: center;
}

.table-support th {
    background-color: #d8d8d8;
}

.table-support td:first-child {
    text-align: left;
}

.service {
    display: block;
    color: #900;
    background-color: #fff;
    /*	border: 1px solid #c4c4c4;*/
    margin-bottom: 1em;
}

.service .inner {
    padding: 1em 2em;
}

.service h4 {
    font-weight: normal;
    font-size: 12pt;
    margin-bottom: 1em;
}

.service .value {
    font-size: 32pt;
    display: inline-block;
    width: 135px;
    padding-right: 0.5em;
    line-height: 1em;
}

.service .value .subvalue {
    font-size: 0.3em;
    display: inline-block;
    padding-left: 0.5em;
    line-height: normal;
}

.service .links {
    vertical-align: top;
    display: inline-block;
    font-size: 1em;
    line-height: 2em;
}

.service .links a {
    display: block;
    color: #900;
}

.account {
    padding: 1em 2em;
    border: transparent;
    border-radius: 3px;
    background: #ddd;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
}

.account .pin .value {
    cursor: pointer;
    display: inline;
    font-weight: bold;
}

.account a {
    color: #a00000;
}

/* FancyBox =============================================== */
.fancybox-title > .child {
    font-weight: normal;
    padding: 6px 24px;
    background: transparent;
}

.fancybox-prev span, .fancybox-next span, .fancybox-close {
    background: url(/img/screenshot-nav.png) left top no-repeat;
    width: 32px;
    height: 64px;
}

.fancybox-next span {
    background: url(/img/screenshot-nav.png) left -64px no-repeat;
}

.fancybox-close {
    background: url(/img/screenshot-nav.png) left -128px no-repeat;
    width: 26px;
    height: 26px;
}

.download-form {
    display: none;
}

.wlpeMessage {
    background: #DEDEDE;
    border: 1px solid #A00000;
    border-radius: 3px;
    padding: 1em 2em;
    margin-bottom: 1em;
}

#wlpeLogin label, #wlpeReset label {
    display: block;
}

#wlpeLogin input, #wlpeReset input {
    margin-bottom: 1em;
}

#wlpeUser label {
    display: inline-block;
    width: 200px;
}

#wlpeUser input {
    width: 428px;
    display: inline-block;
    margin-bottom: 1em;
}

.phone-menu, .phone-menu-button {
    display: none;
}

@media (min-width: 667px) and (max-width: 960px) {
    @-ms-viewport {
        width: 320px;
    }
    .all {
        min-width: inherit;
    }

    .all, .wrapper, .blocks {
        width: 100%;
    }

    .slide img {
        width: 100%;
        height: auto;
    }

    .blocks.home {
        height: auto;
    }
}
