body {
    font-family: Futura, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    background-color: #FAFAFA;
}

.page__canvas {
    font-family: Futura, sans-serif;
    font-size: 16px;
    box-shadow: none;
    webkit-box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.4);
    position: relative;
    min-height: 100%;
}

.canvas {
    position: relative;
}

.main-main {
    position: relative;
    background: white;
    height: 80px;
    width: 100%;
    margin: 0 !important;
    z-index: 3;
    box-shadow: none;
    top: auto;
}

.page-content {
    position: relative;
    min-height: 140px;
    display: block;
    margin: 0 10px 0 10px;
}

.before-search-container {
    height: 8px;
    position: relative;
}

.search-container {
'' 'margin-top :100px;' '' max-width: 1408 px;
    margin: 0 auto 8px;
    padding: 32px 0 6px 0;
}

.search-container-container {
    position: relative;
    display: flex;
}

.search-input {
    background-color: inherit;
    height: 36px;
}

.after-search-container {
    height: 8px;
}

.catalog-container {
    display: flex;
}

.search-filters {
    margin-right: 20px;
}

.search-results-container {
    width: 100%;
}

.search-results {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-top: -10px;
    width: 100%;
    min-height: 274px;
    height: auto;
}

.all-results {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 80%;
    padding-bottom: 20px;
}

.result-list {
    width: 100%;
    position: relative;
    max-width: 1104px;
}

.all-results .result-list .theme {
    margin: 24px 16px 0;
    height: 80%;
    padding-bottom: 60px;
}

.theme {
    position: relative;
    min-width: 250px;
    min-height: 220px;
    border-radius: 4px;
    box-shadow: 0 0 16px #ccc;
    overflow: hidden;
    background-color: #FFFFFF;
    color: #1E1E1E;
    font-size: 12px;
}

.above-search-results {
}

.image-holder {
    padding: 10px;
    width: 40%;
    float: left;
}

.image {
    width: 100%;
    position: relative;
    display: block;
}

.description-holder {
    width: 60%;
    position: relative;
    padding: 20px 40px 0 10px;
    margin-left: calc(40% + 8px);
}

.categories { /*max-height: 500px;*/
    height: auto;
    overflow-y: auto;
    overflow-x: auto;
    margin-top: 10px;
    background-color: #FAFAFA;
    box-shadow: none;
    margin-bottom: 30px;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.all_categories_label {
    background: transparent;
    color: black;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
}

.categories_label {
    width: 60%;
    color: black;
}

.number_of_templates {
    padding-left: 50px;
    text-decoration: none;
    text-align: right;
    font-size: 12px;
    color: #999;
}

.categories_list li {
    color: black;
    display: flex;
    line-height: 32px;
    width: 280px;
}

.ml16 {
    margin-left: 16px;
}

.srn {
    font-weight: 700;
}

.filter {
    border: none;
    box-shadow: none;
    text-decoration: none;
    cursor: pointer;
    display: block;
    width: 100%;
    color: black;
    text-align: left;
    background-color: transparent;
    font-weight: 600;
}

.pagin {
    box-shadow: none;
    background-color: transparent;
    text-align: center;
    padding-right: auto;
}

/***** MODAL OF IMAGES********//* The Close Button */
.close {
    color: #F1F1F1;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover, .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.cursor {
    cursor: pointer;
}

.R-ul {
    color: #666;
}

.R-li {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    list-style-type: square;
}

.theme-name {
    color: #4d4d4d;
    max-height: 2.6em;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
}

.main-page {
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.material-icons {
    font-family: 'Material Icons', serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}

.middle-indicator {
    position: absolute;
    top: 50%;
}

.middle-indicator-text {
    font-size: 4.2rem;
}

a.middle-indicator-text {
    color: white !important;
}

.content-indicator {
    width: 64px;
    height: 64px;
    background: none;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.indicators {
    visibility: hidden;
}

.pageNumber {
    display: inline-block;
    font-size: 16px;
}

.pagin .pageNumber input[type=text] {
    background-color: inherit;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #ff0a05;
    text-align: center;
}

.pagin .pageNumber input[type=text]:focus {
    border: 1px solid #8cd2ff;
    box-shadow: none;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}


.category_selected {
    font-weight: bold;
}

.categories_list {
    height: auto;
}

.modal {
    width: 75% !important;
    height: 75% !important;
}

.preload {
    background: url("../images/89.gif") center center no-repeat #FFFFFF;
    display: inline-block;
}