﻿@font-face {
    font-family: 'TrajanProRegular';
    src: url('/App_Themes/fonts/TrajanProRegular.eot');
    src: url('/App_Themes/fonts/TrajanProRegular.woff') format('woff'), 
         url('/App_Themes/fonts/TrajanProRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Raleway, sans-serif;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}


/* Masaze Cobrand
   =============
*/
.offer-massages.offer-massages--school .offer-massages-headline {
    background: #360200;
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    margin: 10px auto;
    padding: 9px;
    width: 80%;
}

.offer-massages.offer-massages--school .massages {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.offer-massages.offer-massages--school .massages .item-massage {
    text-align: center;
    margin: 0 8px;
}

.offer-massages.offer-massages--school .massages .item-massage > div {
    position: relative;    
}

.offer-massages.offer-massages--school .massages .item-massage span{
    position: absolute;
    bottom: 16px;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
.offer-massages.offer-massages--school .offer-select {
    text-align: center;
    padding: 4px 0;
}
.offer-massages.offer-massages--school .offer-select .select2-container {
    width: 80% !important;
}

.offer-massages.offer-massages--school .offer-select .select2-container--default .select2-selection--single {
    border-width: 0;
    outline: none;
}

.offer-massages.offer-massages--school .offer-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.offer-massages.offer-massages--school .offer-select .select2-container .select2-selection__rendered {
    background: #360200;
    border: 1px solid #360200;
    color: #fff;
    font-size: 14px;
}

.select2-container--default .select2-dropdown {
    border: 0 !important;
}

.select2-container--default .select2-results ul {
    background: #4b0200;
    border: 1px solid #360200;
    color: #fff;
}

.select2-container--default .select2-results ul li {
    font-size: 14px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #830000;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #830000;
}

.select2-container--default .select2-results li + li {
    margin-top: 1px;
}

.offer-massages.offer-massages--school .offer-select select:hover {
    background: #4b0200;
    cursor: pointer;
}

.offer-massages.offer-massages--school .main-content {
    padding: 20px 0;
}

.offer-massages.offer-massages--school .offer-courses {

}

.offer-massages.offer-massages--school .offer-courses .item {
    display: flex;
    background: #460200;
}

.offer-massages.offer-massages--school .offer-courses .item + .item {
    margin-top: 15px;
}

.offer-massages.offer-massages--school .offer-courses .item .item-picture {
    width: 40%;
}

.offer-massages.offer-massages--school .offer-courses .item .item-picture img {
    max-width: 100%;
}

.offer-massages.offer-massages--school .offer-courses .item .item-text {
    padding: 15px;
    width: 60%;
}

.offer-massages.offer-massages--school .offer-courses .item .item-text p {
    font-size: 13px;
    line-height: 1.4;
    color: #fff;
}

.offer-massages.offer-massages--school .offer-courses .item .item-main-title {
    position: relative;
    margin: 0;
    text-align: center;
}

.offer-massages.offer-massages--school .offer-courses .item .item-main-title a{
    display: inline-block;
    font-size: 13px;
    color: #efae1f;
    font-weight: 500;
    padding: 10px 0;
    text-decoration: none;
}

.offer-massages.offer-massages--school .offer-courses .item .item-main-title a:hover {
    color: #fecd55;
}

.offer-massages.offer-massages--school .offer-courses .item .item-main-title:after,
.offer-massages.offer-massages--school .offer-courses .item .item-main-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: url('/Cobrand/Images/line-01.png') center no-repeat;
}

.offer-massages.offer-massages--school .offer-courses .item .item-main-title:before {
    top: auto;
    bottom: 0;
}

.offer-massages.offer-massages--school .offer-courses .item .item-main-text p + a {
    color: #fea201;
    float: right;
    font-size: 12px;
    text-decoration: none;
}  

.offer-massages.offer-massages--school .offer-courses .item .item-main-text p + a:hover {
    text-decoration: underline;
}

/* Pagination 
   ========
*/
.pagination {
    padding: 10px 0;
    text-align: center;
}

.pagination input, 
.pagination span, 
.pagination a {
    display: inline-block;
    margin: 0 4px;
}

.pagination input {
    border: 0;
    background: #fea201;
    width: 24px;
    height: 24px;
    font-size: 16px;
    color: #313131;
    vertical-align: middle;
    margin-left: 12px;
    margin-right: 12px;
    outline: none;
}

.pagination input:hover:not([disabled="disabled"]) {
    background: #ffc33a;
    cursor: pointer;
}

.pagination input[disabled="disabled"] {
    color: #aa5b00;
    background: #ffe860;
    cursor: not-allowed;
}

.pagination a {
    color: #fea201;
    outline: none;
    text-decoration: none;
}

.pagination a:hover {
    color: #ffc33a;
}

.pagination span {
    color: #fff;
}