.main-title, .sub-heading {
    text-align: center;
    padding: 0px 0px 5px 0px !important;
}

#body-wrapper {
    background-color: #F5F5F5;
}

.print-tile {
    height: 450px;
    box-sizing: border-box;
    border: 1px solid transparent;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
    transition: all 0.20s ease-in-out;
}

.print-title {
    font-size: 1.7rem;
    font-weight: 400;
}

.print-artist {
    font-style: italic;
    font-size: 1.4rem;
}

.image-panel {
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 700px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.image-panel a {
    align-items: center;
    justify-content: center;
    height:100%;
    display: flex;
    flex-basis:100%;
}
.print-image {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;

    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;

    -webkit-box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.75);
    background-color: white;
}

.frameable {
    border: 10px solid black;
}
.mattable{
    padding: 20px;
}

@media only screen and (max-width: 500px){
    .frameable{
        border: 4px solid black;
    }
    .mattable{
        padding: 7px;
    }
}

.print-tile:hover {

    background: rgba(255, 255, 255, 1);
    border: 1px solid #EEE;
}

.print-tile:hover .print-image {
    transform: translate3d(0, -5px, 10px);

    box-shadow: 0px 22px 15px -5px rgba(0, 0, 0, 0.55);
    opacity: 0.93;
}

.print-price-size, .print-dimensions {
    font-size: 1.5rem;
    letter-spacing: -0.05rem;
}

.print-price-size span {
    padding: 0 5px;
}

.print-price-size strong {
    font-weight: 400;
}

.print-tile-button {
    padding:6px 10px;
    margin-bottom: 5px;
    background-color: grey;
    color: white;
    display: inline-block;

    -webkit-box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.50);

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.print-tile-button:hover {
    color: white;
    text-decoration: none;
}

.print-tile-button:focus {
    text-decoration: none;
    color: white;
}

.buy-it{
    background-color: #6BB600;
}

.buy-it:hover{
    background-color: #8BDB19;
}

.canvas-it {
    background-color: black;
}

.canvas-it:hover {
    background-color: #4a4b54;
}

.canvas-it:active {
    background-color: #a5a5a5;
}

.frame-it {
    background-color: #025DD5;
}

.frame-it:hover {
    background-color: #338dff;
}

.frame-it:active {
    background-color: #7cb8ff;
}

#gallery_grid {
    min-height: 500px;
}

.pagination-container {
    min-height: 80px;
}

#sidebar-container {
    border-right: 1px solid #EEE;
}

.left-nav-menu ul {
    list-style: none;
    line-height: 3rem;
    font-size: 1.5rem;
    font-weight: normal !important;
    padding: 0;
}

.left-nav-menu a {

    color: #212121;
    text-decoration: none;
    display: block;
    transition: all 0.15s ease-in-out;
}

.left-nav-menu li {
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    border-bottom: 1px solid #EEE;
}

.left-nav-menu label {
    font-weight: 300 !important;
    margin-bottom: 0px !important;
}

#results {
    font-size: 1.5rem;
    text-align: center;
}

.left-nav-menu li:not(.active-category):hover a {
    background-color: rgba(58, 70, 146, 0.23);
    text-decoration: none;
}

.left-nav-menu li:active {
    background-color: rgba(224, 224, 224, 0.71);
}

#items-from, #items-to, #filter-result-amount {
    font-weight: 400;
}

.breadcrumb {
    margin-bottom: 0px !important;
    padding: 4px 0px !important;
    background-color: transparent;
}



#category-heading a {
    color: #394694;

}

.panel-title {
    font-size: 2rem !important;

}

@media screen and (max-width: 767px) {
    .print-title {
        font-size: 1.5rem;
        line-height: 1.5rem;
        height: 3rem;
        overflow: hidden;
    }

    .print-tile-button {
        padding: 4px;
        width:100%;
    }

    .print-price-size, .print-dimensions {
        font-size: 1.2rem;
    }

    .main-title {
        font-size: 2.5rem;
    }

    .sub-heading {
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .left-nav-menu ul {
        font-size: 1.4rem;
    }

    .panel-title {
        font-size: 13px !important;
    }
}

.legend-icons {
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 1;
}

.icon-container {
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
    float: right;
}

.icon-container:hover {
    width: 85px;
    opacity: 0.85;
}

.icon-text {
    display: none;
    opacity: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.icon-container:hover .icon-text {
    display: block !important;
    opacity: 1 !important;
}

.panel-heading {
    cursor: pointer;
    user-select: none;
    border-bottom: 1px solid #F5F5F5;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-heading:hover {
    opacity: 0.9;
    border-bottom: 1px solid black;
}

.show-hide {
    padding: 0px !important;
    height: 43px;
}

input[type='checkbox'] {
    display: none;
}

.radio-inline {
    margin: 0px 10px 0px 0px !important;
}

.checkbox-inline {
    font-size: 1.8rem;
    background-color: #F5F5F5;
    width: 100%;
    max-width: 110px;
    height: 100px;
    padding: 0px !important;
    text-align: center;
    margin: 0px 7px 7px 0px !important;
    float: left;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.checkbox-inline:hover {
    opacity: 0.85;
    background-color: #EEE;
}

.checkbox-inline:active {
    background-color: #DDD;
}

input[type='checkbox']:checked ~ .checkbox-label {
    font-weight: 400;
}


.orientation-shape {
    background-color: #FEFEFE;
    border: 1px solid black;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.orientation-container {
    width: 100%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.fa {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.checkbox-icon {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.list-option > label {
    cursor: pointer;
    width: 100%;

}

#subject-list .fa {
    padding-left: 5px;;
}

#subject-list .list-option .fa-caret-right {
    visibility: hidden;
    padding-left: 3px;
}

#subject-list .list-option:hover .fa-caret-right {
    visibility: visible;
}

.pagination > .active > span {
    background-color: #3A4692 !important;
}

.panel-primary > .panel-heading {
    background-color: #3A4692 !important;
}

.active-category {
    background-color: #3A4692;
}

.active-category .fa {
    visibility: visible !important;
}

.active-category a {
    color: white;
}

#landscape {
    width: 80%;
    height: 60%;
}

#portrait {
    width: 40%;
    height: 80%;
}

#square {
    width: 60px;
    height: 60px;
}

#panorama {
    width: 80%;
    height: 35%;
}

#filter-panel, #sidebar-panel, #content-panel, #legend-panel {
    -webkit-box-shadow: 0px 3px 6px -5px #000;
    -moz-box-shadow: 0px 3px 6px -5px #000;
    box-shadow: 0px 3px 6px -5px #000;
    border: none !important;
}

@media screen and (max-width: 400px) {
    .checkbox-label {
        font-size: 1.4rem;
    }
}

#search-bar-container{
    margin-bottom: 10px;
}

#loading-icon.fa-check {
    color: #66c01a !important;
}
