﻿body {
    font-family: 'neuzeit-grotesk', sans-serif;
}

.clear:before,
.clear:after {
    content: "";
    display: block;
    clear: both;
}

.clear {
    clear: both;
}

.container-fluid,
.container-fluid .navbar-collapse {
}

body.InternetExplorer .container-fluid {
    padding-right: 30px;
}

.content-page {
    min-height: 300px;
}

.container.container-page {
    max-width: 600px;
}

.content-page .container-page {
    padding: 30px 15px;
}

a {
    color: #2798c7;
}

input.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #c8c8c8;
}
input.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #c8c8c8;
   opacity:  1;
}
input.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #c8c8c8;
   opacity:  1;
}
input.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #c8c8c8;
}
input.form-control:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #c8c8c8;
}

.form-horizontal .input-group .help-block {
    clear: both;
    padding-top: 5px;
}

.btn.btn-primary {
    background: #2798c7; 
}

.search-form-top {
    margin-top: 8px;
    display: inline-block;
    width: 50%;
}

.search-form-top .input-group {
    width: 100%;
}

.search-form-top .form-inline .input-group input.form-control {
    border: 1px solid #fff;
    box-shadow: none;
}
.search-form-top .form-inline .input-group input.form-control:focus {
    border: 1px solid #fff;
    box-shadow: none;
}

.search-form-top .form-inline .input-group .input-group-btn {
    width: 1%;
}

.search-form-top .form-inline .input-group .input-group-btn .btn-search {
    margin-top: 0px;
    background: #025b80;
    color: #fff;
}

.main-header > .navbar {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    background: #2798c7; /* Old browsers */
}

    .main-header > .navbar.navbar-inverse a {
        color: #fff;
    }

    .main-header > .navbar.navbar-inverse .dropdown-menu a {
        color: #333;
    }

    .navbar-brand {
        padding: 8px 15px;
        font-size: 1.0em;
                font-weight: 100;
    }

    .nav .downloads span {
        font-size: 1.5em;
    }
    .nav .downloads .disabled {
        opacity: 0.6;
    }

    .navbar-nav.nav > li.downloads > a {
        padding: 15px 15px 0px 15px;
    }

.main-header .search {
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2798c7+0,5ab3ce+100 */
    background: #2798c7; /* Old browsers */
    background: -moz-linear-gradient(top,  #2798c7 0%, #5ab3ce 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #2798c7 0%,#5ab3ce 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #2798c7 0%,#5ab3ce 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2798c7', endColorstr='#5ab3ce',GradientType=0 ); /* IE6-9 */
}

.main-header .search .row-logo {
    margin: 0px auto;
    text-align: center;
}

.main-header .search .row-logo h1 {
    font-size: 4.0em;
    font-weight: 100;
    letter-spacing: 0.05em;
}

.main-header .search .row-logo h1 span.brand {
    display: inline-block;
    margin-left: -64px;
    margin-top: 60px;
}

.main-header .search .row-logo h1 span.brand span {
    display: block;
    float: left;
}
.main-header .search .row-logo h1 span.brand span.logo-image {
    margin-top: -60px;
}

.main-header .search .row-search {
    max-width: 600px;
    margin: 0px auto;
    padding: 10px 0 50px 0;
}

.search .form-inline .input-group {
    width: 100%;
}

.search .form-inline .input-group input.form-control {
    border: 1px solid #fff;
    box-shadow: none;
}
.search .form-inline .input-group input.form-control:focus {
    border: 1px solid #fff;
    box-shadow: none;
}

.search .form-inline .input-group .input-group-btn {
    width: 1%;
}

.search .form-inline .input-group .input-group-btn .btn-search {
    margin-top: 0px;
    padding: 10px 16px 11px 16px;
    background: #025b80;
}

.results {
    background: #F5F5F5;
    padding-top: 15px;
}

.content-title {
    border-bottom: 5px solid #f5f5f5;
    margin-bottom: 10px;
}
.content-title.content-title-search {
    border-bottom: none;
    margin-bottom: 10px;
}

.content-title .subtext {
    display: block;
    text-align: center;
}

.content-title h1.item-title,
.content-title h1.category-title {
    text-align: center;
}

.content-title h1.category-title span {
    color: #999;
}

.content-body .pull-left.thumbnail {
    margin: 0 20px 20px 0px;
    padding: 30px;
}

.extra-help-info {  
    position: absolute;
    background: #fff9c0;
    border: 2px solid #c7c78a;
    padding: 1em;
    width: 33.33%;
    border-radius: 6px;
    right: 20px;
    top: auto;
    margin-top: 50px;
    z-index: 1000;
}
.extra-help-info.inline {  
    position: relative;
    background: #fff9c0;
    border: 2px solid #c7c78a;
    padding: 1em;
    width: auto;
    max-width: 90%;
    text-align: center;
    border-radius: 6px;
    right: auto;
    top: auto;
    margin: 10px auto;
}

/* categories select */
.col-item-categories {
    padding-top: 24px;
    text-align: right;
}

a.categories-link {
    color: #666;
    text-decoration: underline;
}

div.category-filter.pull-right {
    width: 100%;
	position: relative;
    margin-top: 0px;
    float: none !important;
}

div.select {
    width: 100%;
	position: relative;
    margin-top: 0px;
}

div.select.simple {
    display: inline;
    width: auto;
	position: relative;
    margin-top: 0px;
    min-width: 0px;
}

div.select .select_title {
	display: block;
	padding: 10px 20px;
	border: 1px solid #adadad;
	background: #fff;
	color: #666;
    cursor: pointer;
    text-decoration: none;
}

div.select.simple .select_title {
	display: inline;
	padding: 0px;
	border: none;
	background: transparent;
	color: initial;
    cursor: pointer;
    text-decoration: underline;
}

div.select:hover .select_title {
	border: 1px solid #666;
	background: #666;
	color: #fff;
}
div.select.simple:hover .select_title {
	border: none;
	background: none;
	color: initial;
}

div.select.open .select_title {
	border: 1px solid #666;
	background: #666;
	color: #fff;
}
div.select.simple.open .select_title {
	border: none;
	background: none;
	color: initial;
}

div.select ul.select_options {
	display: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
    text-align: left;
}
div.select.open ul.select_options {
	display: block;
	position: absolute;
	width: 100%;
    z-index: 200;
    right: 0px;
}

div.select.simple.open ul.select_options {
	width: 150px;
}

div.select ul.select_options li {
	display: block;
}
div.select ul.select_options li a {
	display: block;
	padding: 5px 10px;
	background: #ededed;
	color: #000;
	text-decoration: none;
    font-size: 0.8em;
}
div.select ul.select_options li a:hover {
	color: #1757cd;
}

.info-sizes {
    font-size: 0.8em;
    color: #999;
    text-align: center;
    margin-bottom: 6px;
}

.size-navigation {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    max-width: 300px;
}
    .size-navigation li {
        display: block;
        width: 33.33%;
        padding: 0px;
        float: left;
    }

    .size-navigation li a span {
        display: block;
        margin: 5px 10px;
    }

    .size-navigation li a span.label {
        background: #f5f5f5;
        color: #666;
        font-size: 1.1em;
        font-weight: 400;
        letter-spacing: 0.03em;
        font-family: Arial;
    }
    .size-navigation li.active a span.label {
        background: #666;
        color: #fff;
    }

    .size-navigation span.mm {
        color: #999;
        font-size: 0.9em;
    }

.item-image {
    text-align: center;
    margin: 30px 30px 10px 30px;
}

.item-image .image-holder {
    position: relative;
    padding: 0px;
    min-height: 130px;
}

.item-image .image-holder .image-layer {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent url(../img/watermerk@200.png) 50% no-repeat;
    z-index: 100;
    top: 0px;
    left: 0px;
}
    .item-image .image-holder .image-layer {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: transparent url(../img/watermerk@200.png) 50% no-repeat;
        z-index: 100;
        top: 0px;
        left: 0px;
    }

.results .picto-link .image-layer {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent url(../img/watermerk@100.png) 50% no-repeat;
    z-index: 100;
    top: 0px;
    left: 0px;
}
    .results .picto-link .image-layer {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: transparent url(../img/watermerk@100.png) 50% no-repeat;
        z-index: 100;
        top: 0px;
        left: 0px;
    }

.item-purchase {
    text-align: center;
    margin: 0px 30px;
}

.image-price {
    display: block;
    margin-bottom: 14px;
    font-size: 1.1em;
}

.image-info {
    color: #666;
    margin: 10px 0px 20px 0px;
}

.item-purchase .btn {
    margin-bottom: 10px;
}

.item-categories {
    margin: 5px 0px;
    width: 100%;
}

.messagePSdownloads {
    position: absolute;
    margin-left: 10px;
    color: #999;
    line-height: 32px;
    font-size: 0.9em;
}

.modal .modal-dialog {
    z-index: 1050;
}

.modal .modal-header {
    background: #2798c7; 
    color: #fff;
    border-radius: 5px 5px 0 0;
    padding: 15px 30px;
}

.modal .modal-body {
    padding: 15px 30px;
}

.col-sm-2.column-nav {
    padding-right: 0px;
}

.col-back {
    display: block;
}
.col-back .backbutton {
    display: block;
    line-height: normal;
    text-align: center;
    margin-top: 10px;
    font-size: 1.0em;
}

.form-control.col-sm-10 {
    width:83.33%
}

.nav.nav-stacked li.active a {
    background: #2798c7;
    color: #fff;
}

.content-container {
    background-color: #F5F5F5;
    margin-right: 0px;
}

.column-nav {
    background: #fff;
}

.column-nav h4 {
    padding: 10px 15px;;
}

.column-inner {
    padding: 1.0em;
}

section {
    display: block;
    background: #fff;
    padding: 18px 36px;
    border-bottom: 1px solid #ebedf3;
}

/* pay loader */
.loader {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 1000;
    border-radius: 5px;
    text-align: center;
    top: 0px;
    left: 0px;
}
.loader .loader-inner {
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 50%;
    margin-top: -15px;
    left: 0px;
    color: #fff;
    font-size: 1.2em;
}

/* search results */
.results .picto-link  {
    
}

.results .picto-link {
    position: relative;
    display: block;
    height: 128px;      /* equals max image height */
    width: 128px;
    white-space: nowrap;
    text-align: center; 
    margin: 0px auto;
}

.results .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.results .thumbnail a>img {
    display: inline;
    background: #fff;
    vertical-align: middle;
    max-height: 128px;
    max-width: 128px;
    height: auto;
    width: auto;
}

.results .category .thumbnail {
    border: 3px solid #2798c7;
}

.results .category .thumbnail.toggleHidden,
.results .thumbnail.loadmore {
    background: none;
    border: none;
    height: 158px;
    position: relative;
}

.results .category .thumbnail.toggleHidden a,
.results .thumbnail.loadmore a {
    color: #666;
    line-height: 158px;
    font-size: 1.2em;
    font-weight: bold;
}
.results .category .thumbnail.toggleHidden a:hover,
.results .thumbnail.loadmore a:hover {
    color: #2798c7;
}

.results .loader {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #F5F5F5;
    z-index: 100;
    line-height: 158px;
    text-align: center;
    font-style: italic;
}

.results .picto-footer .row {
    margin: 0px;
}
.results .picto-footer .row>div {
    padding: 0px;
}
.results .picto-footer .row>div.center {
    text-align: center;
}

.picto {
    position: relative;
}

.picto .pictotip {
    text-decoration: none;
}

.picto .pictotip .help {
    display: block;
    width: 18px;
    height: 18px;
    background: #c8c8c8;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    line-height: 18px;
    text-align: center;
    font-weight: bold;
}
.picto .pictotip:hover .help {
    background: #666;
    text-decoration: none;
}

#tiptip_content .picto-categories {
    display: block;
}

/* footer */
#footer {
    background: #025b80;
    color: #fff;
    padding: 15px 0 0 0;
    text-align: center;
}

#footer .nav > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

#footer .nav, .nav-pills {
    text-align:center;
}

#footer .nav li a {
    color: #fff;
}

#footer .nav li a:hover {
    background: none;
    text-decoration: underline;
}

#footer .footer-secondary-nav {
    padding-bottom: 15px;
}

#footer .safety {
    background: #fff;
    padding: 15px;
}
#footer .safety img {
    display: inline-block;
    margin: 0 10px;
}

label.payment i {
    display: inline-block;
    min-width: 80px;
    text-align: center;
}

label.payment i img {
    height: 30px;
    width: auto;
    margin: -4px auto 0 auto;
}

@media only screen and (min-width: 768px) {
    div.category-filter.pull-right {
        width: auto;
        margin-top: 0px;
        float: right !important;
    }

    div.select {
        min-width: 180px;
	    max-width: 300px;
	    position: relative;
        margin-top: 20px;
    }

    .col-back .backbutton {
        text-align: left;
        margin-top: 24px;
        font-size: 1.4em;
    }

    .item-categories {
        margin: 24px 0px 0px 0px;
        width: auto;
    }
}