﻿.theme-border, .table-bordered {
    border-top: solid 2px #ffa726;
}
.theme-color {
    color: #ffa726;
}
.title-border {
    border-bottom: solid 2px #dfdfdf;
    padding-bottom: 30px !important;
    margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
    .title-border {
    margin-bottom: 15px !important;
    padding-bottom: 10px !important;
}
}.theme-block {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #ffa726;
    padding: 30px 29px;
    margin-bottom: 60px;
}
.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0;
}
.table-bordered thead>tr>th, .table-bordered thead>tr>td {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500;
}
@media only screen and (max-width: 991px) {
    .theme-block {
    padding: 15px;
    margin-bottom: 30px;
}
}.table-bordered thead>tr>th, .table-bordered thead>tr>td {
    border-bottom-width: 1px;
}
.table-bordered th, .table-bordered td {
    border: solid 1px #dfdfdf;
}
.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999;
}
.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear;
}
@-webkit-keyframes ripple {
    100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
}
}@-moz-keyframes ripple {
    100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
}
}@-o-keyframes ripple {
    100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
}
}@keyframes ripple {
    100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
}
}.icon-sprite, .icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
}
.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png);
}
@media (-webkit-min-device-pixel-ratio: 2),  (min--moz-device-pixel-ratio: 2),  (-o-min-device-pixel-ratio: 4 / 2),  (min-device-pixel-ratio: 2),  (min-resolution: 192dpi),  (min-resolution: 2dppx) {
    .icon-sprite, .icon-sprite-for-modules {
    background-image: url(../images/icon_sprite@2x.png);
    background-size: 100px 1000px;
}
}.skip-search .icon:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,  0);
    content: ""}
.top-search {
    text-align: left;
    cursor: pointer;
    display: block;
    float: left;
    position: relative;
    height: 50px;
    width: 27px;
    color: #37474f;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.top-search:hover {
    color: #ffa726;
}
.top-search::before {
    display: inline-block;
    font-family: "fl-bigmug-line";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,  0);
    content: "";
    font-size: 28px;
    text-shadow: none;
    line-height: 28px;
    text-align: left;
    position: absolute;
    z-index: 3;
    top: 11px;
    left: 16px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: #fff;
}
.top-search:after {
    display: inline-block;
    font-family: "fl-bigmug-line";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,  0);
    content: "";
    font-size: 14px;
    text-shadow: none;
    line-height: 28px;
    text-align: left;
    position: absolute;
    z-index: 3;
    top: 13px;
    right: 231px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
}
.top-search.active {
    background: none;
}
.top-search.active:before {
    opacity: 0;
}
.top-search.active::after {
    opacity: 1;
}
#search_mini_form {
    clear: both;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: -33px;
    display: none;
}
#search_mini_form .input-box {
    position: relative;
    padding-top: 0;
}
#search_mini_form label {
    display: none;
}
#search_mini_form #search {
    height: 50px;
    line-height: normal;
    padding: 5px 52px 5px 40px;
    font-family: "Open Sans", sans-serif;
    float: left;
    border-right: none;
    border: 0;
    color: #626262;
    font-size: 14px;
    background-color: #f5f5f5;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 285px;
}
#search_mini_form .search-button {
    float: right;
    height: 50px;
    padding: 9px 15px;
    font-size: 0;
    line-height: 0;
    background: none;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
#search_mini_form .search-button::before {
    display: inline-block;
    font-family: "fl-bigmug-line";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,  0);
    content: "";
    color: #37474f;
    font-size: 28px;
    text-shadow: none;
    line-height: 28px;
}
#search_mini_form .search-button:hover::before {
    text-shadow: 3px 3px 6px #969696;
}
#search_mini_form .search-button:active::before {
    opacity: 0.5;
}
#search_mini_form .search-button::after {
    display: none;
}
@media only screen and (min-width: 992px) {
    .header-search.desktop {
    position: absolute;
    top: 3px;
    right: 148px;
}
}@media only screen and (min-width: 992px) {
    .skip-search {
    display: none;
}
.header-search {
    float: left;
    display: block;
    position: relative;
}
.header-search .skip-link:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,  0);
    content: "";
    font-size: 22px;
    line-height: 20px;
    padding-right: 2px;
}
.header-search .skip-content {
    left: auto;
    right: 0;
    width: 250px;
}
.header-search .skip-content #search {
    width: 150px;
    padding: 10px;
}
}@media only screen and (max-width: 991px) {
    .top-search {
    display: none;
}
#header-search {
    padding: 10px;
}
#search_mini_form {
    display: block;
    position: relative;
}
#search_mini_form #search {
    width: 100%;
    padding-right: 80px;
    opacity: 1;
    visibility: visible;
}
#search_mini_form #search:focus {
    width: 100%}
#search_mini_form .search-button {
    position: absolute;
    right: 0;
    top: 0;
}
}
