﻿@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

@font-face {
    font-family: MarkPro-Bold;
    src: url('../fonts/MarkPro-Bold.otf') format('opentype');
    font-weight: bold;
}

@font-face {
    font-family: MarkPro;
    src: url('../fonts/MarkPro.otf') format('opentype');
    font-style: normal;
    font-weight: 100;
}


html, body {
    font-family: MarkPro, sans-serif;
    height: 100%;
    line-height: 1.714;
}

h1, h2, h3, /*, h4, h5, h6, */ .h1, .h2, .h3 /*, .h4, .h5, .h6*/ {
    color: inherit;
    font-family: MarkPro-Bold, sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

h4, h5, h6, .h4, .h5, .h6 {
    color: inherit;
    font-family: MarkPro-Bold, sans-serif;
    font-weight: 200;
    line-height: 1.1;
}

#footer, #footer > div, #footer > div > div {
    height: 100%;
}

a:hover {
    text-decoration: none;
}

.h1, .h2, .h3 /*, .h4*/ {
    font-family: MarkPro-Bold, sans-serif;
    font-weight: bold;
}

li:focus {
    outline: none;
}

a:focus {
    outline: none;
}

/* Head */
#head {
    min-height: 104px;
}

#head-left {
    height: 104px;
}

#head-right {
    height: 104px;
}

#head-middle {
    height: 104px;
    padding: 0;
    text-align: center;
}

#logo {
    max-width: 100%;
    max-height: 104px;
    margin: 0;
}

/* Search */
#head-right form {
    margin: 30px 0 30px 15px;
    max-width: 255px;
    float: right;
}

    #head-right form input,
    #head-right form button {
        border-radius: 0;
    }

/* Nav */

#navigation > div.subnav {
    border-bottom: 15px solid;
}

#subnav p {
    padding-top: 15px;
    margin-bottom: 15px;
}

/* Top nav */

#topnav {
    margin-bottom: 0;
    border: 0;
    overflow: visible;
}

    #topnav .navbar-collapse.collapse > ul {
        overflow: visible;
    }


/* Sub nav */

#subnav {
    padding: 0 2px;
    width: 100%;
    border-bottom: 15px solid;
}

    #subnav .close-me {
        text-align: center;
    }

    #subnav > .row {
        max-width: 100%;
        padding-bottom: 2px;
    }

        #subnav > .row > div {
            margin: 0 15px;
            width: 100%;
        }

    #subnav a.list-group-item {
        border: none;
        border-radius: 0;
        padding: 5px;
    }

    #subnav div h2 {
        margin-top: 0.2em;
    }

    #subnav .list-group-item .list-group {
        margin-bottom: 0;
    }

    #subnav div.list-group-item {
        border: none;
    }

    #subnav a.list-group-item.active {
        font-weight: bold;
    }

    #subnav img.submenu-image {
        max-width: 100%;
    }

    .list-group.list-group-no-padding > .list-group-item {
        padding: 15px 0;
    }
/* Slider */


#slider-container {
    margin-left: auto;
    margin-right: auto;
    /*max-width: 1600px;*/
    max-height: 600px;
}

@media (min-width: 1600px) {
    #slider-container {
        width: 1600px;
    }
}

.slider {
    padding: 0;
}

    .slider img {
        /*width: 100%;*/
        max-height: 600px;
    }

.slider .small {
    font-size: 0.75em;
}

.slider .carousel-caption {
    top: 20px;
    width: 90%;
}

.slider .carousel-caption .btn {
    height: auto;
}

    .slider .carousel-caption p {
        font-size: 1em;
        margin: 5px 0;
    }

    .slider .carousel-caption.small-screens p {
        margin: 0;
        padding: 0 5px;
        font-size: 0.7em;
    }

.slider .carousel-caption span.slide-text {
    display: inline-block;
    padding: 5px 10px;
}

.slider .slider .carousel-caption.small-screens span.slide-text {
    padding: 4px;
    border: none;
}

#slideshow .carousel-control {
    z-index: 999;
    width: 7%;
}

#slideshow .item.active > .container.full {
    width: 100%;
}


.slider .carousel-caption.left {
    top: 20px;
    left: 120px;
    text-align: left;
}

.slider .carousel-caption.right {
    width: 100%;
    top: 50px;
    right: 15px;
    text-align: right;
}

.slider .carousel-caption.small-screens {
    width: 100%;
    top: 0;
    position: relative;
    font-size: 1em;
    text-align: left;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
}

#slideshow .btn.btn-default {
    border-radius: 0;
    font-size: 1.0em;
}

/* Content */

#content {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0.1px; /* FF bug hack: padding 0 would not respect margin of last inner div*/
    height: 100%;
}

    #content img {
        max-width: 100%;
    }

.container.content {
    margin-top: 0;
}

#content .btn {
    border-radius: 0;
}

#content.no-margin .content {
    margin-bottom: 0;
}

#content .content-heading h1, #content .content-heading h2 {
    padding: 15px 15px 5px 15px;
    margin: 0;
}

.content-heading h4 {
    padding: 10px 15px 5px 15px;
    margin: 0 0 40px 0;
    font-weight: 100;
    font-family: MarkPro, sans-serif;
}

.detail-table-container .content-heading h4 {
    margin-bottom: 0;
}


#content .content-heading h1 {
    font-size: 2.2em;
}

#content .content-heading h2 {
    font-size: 2.0em;
}

#content .content-heading h1 .small {
    font-size: 0.8em;
}

#content .content-heading h2 .small {
    font-size: 0.8em;
}

#content .content-subline h3 {
    font-size: 1.3em;
    text-align: right;
    margin: 0;
    padding: 5px 15px;
}

#content .content-image {
    position: relative;
}

    #content .content-image h3 {
        position: absolute;
        bottom: 10px;
        left: 30px;
        text-align: right;
        display: inline-block;
        font-weight: 100;
        font-family: MarkPro, sans-serif;
        padding: 5px;
    }

    #content .content-image img {
        max-width: 100%;
    }

#content .content-text {
    padding: 15px;
}

#contentSideBar .nav-pills > li > a, .segmentMenu .nav-pills > li > a {
    border-radius: 0;
}

#sidebar {
    position: static;
}

/* Homepage boxes */
#content .row .segments-container .panel {
    border: none;
    max-width: 357px;
    margin-left: auto;
    margin-right: auto;
}

#content .row > .segments-container {
    margin: 25px 10px;
}

#content .row .segments-container .panel,
#content .row .segments-container .panel .panel-heading,
#content .row .segments-container .panel .panel-footer {
    border-radius: 0;
}

/*Content logos*/
#partner-links {
    margin-top: 50px;
    margin-bottom: 30px;
}

#content .partner-link-container {
    text-align: center;
}

#content .partner-link-text {
    display: block;
    padding: 5px;
    font-size: 1.3em;
}

#partner-logos {
    padding: 15px;
}

    #partner-logos .partner-logo-container {
        text-align: center;
        margin-bottom: 50px;
    }

#content img.partner-logo {
    margin: 0 auto;
    max-width: 100%;
}


/* Map */

#mapsView img {
    max-width: none;
}

#mapsView {
    padding: 15px 0 30px 0;
}

#mapContainer {
    height: 350px;
    max-height: 90vh;
    max-width: 80vw;
}

#search-results .list-group {
    margin: 15px 0;
}

/* Search results */
#search-results .list-group-item {
    border: none;
    border-radius: 0;
    margin-bottom: 15px;
    padding: 0;
}

    #search-results .list-group-item h4 {
        border: none;
        border-radius: 0;
        padding: 10px 15px;
    }

    #search-results .list-group-item p {
        border: none;
        border-radius: 0;
        padding: 10px 15px;
    }

#search-results .pagination {
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
}

    #search-results .pagination > li > a {
        border-radius: 0;
    }

/* Footer */

#footer {
    font-size: 0.9em;
}

    #footer h4 {
        margin-bottom: 3px;
        font-size: 1.1em;
    }

    #footer h5 {
        margin-bottom: 3px;
        font-size: 1em;
    }

    #footer .list-group-item {
        padding: 3px 15px;
    }

        #footer .list-group-item a {
            padding: 3px 5px;
            font-size: 0.9em;
        }

    #footer .bg {
        width: 100%;
        margin: 0;
    }

    #footer a.list-group-item {
        border: none;
        border-radius: 0;
        padding: 5px;
    }

    #footer div h2 {
        margin-top: 0.2em;
    }


    #footer .list-group-item .list-group {
        margin-bottom: 0;
    }

    #footer div.list-group-item {
        border: none;
    }

    #footer .dropdown-menu > li > a:hover,
    #footer .dropdown-menu > li > a:focus {
    }

    #footer .list-group {
        margin: 0;
    }

    #footer div.dropdown {
        font-size: 1.2em;
    }

    #footer a.dropdown-toggle {
        text-decoration: none;
        font-weight: 700;
        font-family: MarkPro-Bold;
    }

    #footer ul.dropdown-menu {
        padding: 0;
    }

a.btn > .badge {
    margin-left: 10px;
}

.clickable {
    cursor: pointer;
}

.thumbnail .caption {
    color: inherit;
}

.dropdown-menu a.btn {
    margin: 10px;
}

.popover-content td {
    vertical-align: top;
}

#teasers > div .thumbnail {
    padding-top: 20px;
}


.caret-up {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 7px solid;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}

.caret-right {
    border-top: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    border-left: 7px solid;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}

.caret.caret-lg {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    vertical-align: middle;
    border-top: 8px solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.list-group-item .caret-right {
    vertical-align: baseline;
    margin-right: 5px;
}

.map-info {
    min-width: 150px;
}

/* Login Register */
#content .panel {
    border-radius: 0;
    margin: 0 15px 15px 15px;
}

    #content .panel .panel-heading {
        border-radius: 0;
    }

    #content .panel h3, #content .panel .h3 {
        font-weight: 500;
        margin: 5px;
    }
/* Dropdowns */
ul.dropdown-menu {
    border-radius: 0;
}


#content a.list-group-item {
    border: none;
    border-radius: 0;
    padding: 5px;
}

.capitalize {
    font-variant: small-caps;
}

.btn {
    border-radius: 0;
    font-size: 1.0em;
    border: none;
    height: 32px;
    min-width: 113px;
}

ul.dropdown-menu > li .btn {
    display: inline-block;
    margin: auto;
    width: 100%;
}

.left-padding {
    padding-left: 25px;
}

.left-padding > .row {
    margin-right: 0;
}

p {
    margin-bottom: 25px;
}

/* Content forms*/
form {
    padding: 0 15px;
}

.form-control {
    border-radius: 0;
}

label.required:after {
    content: "*";
/*vertical-align: top*/
    font-size: 0.9em;
}

#main-form, .main-form {
    margin-top: 40px;
    margin-bottom: 40px;
}

.main-form-multi {
    margin-top: 20px;
    margin-bottom: 40px;
}

/*.main-form-multi p {
    padding: 0;
}*/

.btn.btn-xs {
    height: 20px;
}

.input-group-btn .btn, .btn.btn-symbol {
    width: auto;
    min-width: inherit;
}

.input-group-sm .btn {
    height: 30px;
}

form label {
    font-weight: 100;
}

.btn-group-spaced .btn:first-of-type {
    margin-right: 15px;
}

.text-lg {
    font-size: 1.5em;
    line-height: 1.4;
}

.bold {
    font-family: MarkPro-Bold, sans-serif;
    font-weight: bold;
}

.button-row {
    text-align: right;
    padding: 0 25px 40px 25px;
}

.help-block {
    /*font-style: italic;*/
    margin-bottom: 25px;
}

.form-group .help-block {
    margin-bottom: 10px;
}

p.small-text, ul.small-text {
    margin-bottom: 15px;
    font-size: 0.9em;
}

h4.upper {
    margin-top: 0;
    margin-bottom: 20px;
}

.gos-form .btn-group-spaced {
    margin: 20px 0;
}


/* tables */
table > tbody > tr > td, 
table.table > tbody > tr > td,
table.table > tbody > tr > th {
    border: none;
}

td > p {
    margin-bottom: auto;
}

table.table > thead > tr > th {
    font-weight: normal;
}

table.table {
    padding-right: 10px;
}

.block-table {
    margin: 40px 0;
}

.block-table .tbody .td .td  {
    padding: 20px 5px 5px 5px;
}

.block-table .tbody .td .th {
    padding: 5px 5px 5px 5px;
}

td.numeric, .td.numeric {
    text-align: right;
    font-family: monospace;
}

table > tfoot.calculations,
table > tfoot.calculations tr,
table > tfoot.calculations tr td {
    border: none;
}

.block-table .tbody .td .td p {
    margin: 0;
}

table.small td .form-control {
    font-size: 1em;
    padding: 2px 5px;
    border: none;
    line-height: 1.1em;
    height:auto;
}

td.numeric .form-control {
    text-align: right;
}

#address-list .td .td {
    height: 120px;
}

@media (max-width: 767px) {
    #address-list .td .td.td-xs-small {
        height: auto;
    }
}




.block-table .actions .td {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.block-table .actions .btn {
    font-size: 0.9em;
    min-width: 100px;
    height: 30px;
}

.top-margin {
    margin-top: 50px;
}

.bottom-margin {
    margin-bottom: 50px;
}

.max-width-320 {
    max-width: 320px;
}

.max-width-150 {
    max-width: 150px;
}


.help-block.validation-error:before, 
.help-block > .field-validation-error:before {
    content: "\e086\00A0";
    font-family: 'Glyphicons Halflings';
    line-height: 1.2em;
}

.field-validation-error,
.help-block.validation-error {
    padding-left: 10px;
    display: block;
}

.btn-group-spaced hr {
    margin-right: 15px;
}

.task-details .content-heading h4 {
    margin-bottom: 0;
}

div.progress {
    border-radius: 0;
    background-color: transparent;
}

/*modals*/

div.modal-content {
    border-radius: 0;
}


.modal-selection .modal-dialog {
    width: 100%;
    max-width: 1230px;
}

/* Map */
.content .gm-style-iw {
    color: #000;
    line-height: normal;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1.0em;
}

.info-box {
    margin-bottom: 20px;
}

.info-box p {
    font-size: 0.9em;
    margin-bottom: 0;
}

.info-box .content-heading h4 {
    margin-bottom: 15px;
}

/* product list/info*/

.product-info-head img {
    margin: 15px 0;
}

.product-info-options-menu {
    margin-top: 15px;
}

.product-info-details h4 {
    font-variant: small-caps;
    font-weight: 100;
}

.product-info-details ul {
    list-style-type: square;
}

.product-info-details p {
    margin-bottom: 0;
}

.product-info-details table {
    margin: 15px;
}

.product-info-details table > tbody > tr > td {
    padding: 0 15px 0 0;
    background-color: transparent;
    color: inherit;
}

.nav.nav-tabs {
    border: 0;
}

.nav.nav-tabs > li {
    border: 0;
    margin: 0;
}

.nav.nav-tabs > li > a,
.nav.nav-tabs > li > a:hover,
.nav.nav-tabs > li > a:focus,
.nav.nav-tabs > li.active > a:hover,
.nav.nav-tabs > li.active > a:focus {
    border-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0 1px 0 0;
    border: 0;
    font-variant: small-caps;
}

table.service-level-choice > tbody > tr > td {
    font-size: 1.1em;
    padding: 15px;
}

/* conditional */
@media (min-width: 1200px) {
    .bottom-margin-lg {
        margin-bottom: 50px;
    }

    .left-padding-lg {
        padding-left: 50px;
    }

    .top-padding-lg {
        padding-top: 50px;
    }

    .block-table .tr .th {
        display: none;
    }

    .block-table .tr:first-child .th {
        display: block;
    }

    #position-modal .modal-dialog {
        padding-left: 15px;
    }
}

@media (max-width: 1199px) {
    .block-table .tr {
        margin-bottom: 40px;
    }
}

@media (max-width: 639px) {
    .product-info-details ul {
        padding-left: 5px;
    }
}

@media (min-width: 640px) {
    .product-info-details ul {
        padding-left: 45px;
    }
}

table.table.service-level-choice > tbody > tr > td {
    vertical-align: middle;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.input-group-btn {
    font-size: 14px;
}

.navbar-right {
    margin-right: 0;
}

.table-container {
    max-width: 100%;
    overflow-x: auto;
}
.slider .slide h1 {
    margin-top: 5px;
    font-size: 54px;
}

.btn-group.pager .btn {
    min-width: 40px;
    width: 40px;
}


a.cart-icon, a.cart-icon:hover, a.cart-icon:active {
    font-size: 2em;
    margin: 25px 0;
    text-decoration: none;
}

    a.cart-icon .badge {
        font-size: 1em;
    }

.navbar-header.visible-xs > a.cart-icon,
.navbar-header.visible-xs > a.cart-icon:hover,
.navbar-header.visible-xs > a.cart-icon:active {
    margin: 2px 5px;
}

.table h5 {
    margin-top: 0;
}

.content-heading h4.no-margin {
    margin-bottom: 0;
}

.table p.help-block {
    margin: 0;
}

.help-block.remark {
    padding-left: 10px;
}

.help-block.remark:before {
    content: "\e086\00A0";
    font-family: 'Glyphicons Halflings';
    line-height: 1.2em;
}


.categorytree ul {
    list-style-type: none;
    font-size: 0.9em;
}

.categorytree h4 {
    font-size: 1.2em;
}

.categorytree ul h4 {
    font-size: 1.1em;
}

.cart-container .btn {
    margin-top: 15px;
}