/*------ Service list style ------*/

.services .entry-service {
    padding: 0 30px 30px 110px;
}
.services .entry-service i {
    position: absolute;
    display: block;
    left: 15px;
    top: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #ff9933;
    color: #fff;
    font-size: 1.6em;
}
.services .entry-service h5 {
    font-weight: bold;
    word-wrap: break-word;
}
.services .entry-service p {
    font-size: 0.8em;
    line-height: 1.4;
}
.services .entry-service a.red-more {
    position: relative;
    padding-right: 15px;
    color: #ff9933;
    text-decoration: none;
    font-size: 0.9em;
}
.services .entry-service a.red-more:hover {
    color: #ed7200;
}
.services .entry-service a.red-more:after {
    font-family: 'FontAwesome';
    content: "\f105";
    font-size: 1.3em;
    position: absolute;
    right: 0;
    top: -2px;
    opacity: 0.3;
}
.services .entry-service a.red-more:hover:after {
    color: #ed7200;
    opacity: 1;
    right: -5px;
}
/*------ Service list style ------*/
/*------ Package style ------*/

.packages {
    margin: 6% 0;
    text-align: center;
}
.packages .package {
    width: 100%;
    max-width: 300px;
    min-height: 270px;
    border: 3px solid #e8e8e8;
    border-radius: 7px;
    display: inline-block;
    padding: 24px;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: margin-top 0.5s linear;
    transition: margin-top 0.5s linear;
    position: relative;
    margin: 0 5px 15px;
}
.packages .package.brilliant {
    border-color: #ff9933;
}
.packages .package .name {
    color: #565656;
    font-weight: 300;
    font-size: 3rem;
    margin-top: -5px;
}
.packages .package .price {
    margin-top: 7px;
}
.packages .package hr {
    background-color: #dedede;
    border: none;
    height: 1px;
}
.packages .package .trial {
    font-size: .9rem;
    font-weight: 600;
    padding: 2px 21px 2px 21px;
    color: #ff9933;
    border: 1px solid #e4e4e4;
    display: inline-block;
    border-radius: 15px;
    background-color: white;
    position: relative;
    bottom: -20px;
}
.packages .package ul {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-top: 29px;
}
.packages .package li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}
.packages .package .checkIcon {
    font-family: "FontAwesome";
    content: "\f00c";
}
.packages .package li:before {
    font-family: "FontAwesome";
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2rem;
    color: #ff9933;
    margin-right: 5px;
}
/* Triangle */

.packages .package.brilliant:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 64px 64px 0 0;
    border-color: #ff9933 transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}
.packages .package.brilliant:after {
    font-family: "FontAwesome";
    content: "\f00c";
    color: white;
    position: absolute;
    left: 9px;
    top: 6px;
    text-shadow: 0 0 2px #ff9933;
    font-size: 1.4rem;
}
/*------ Package style ------*/
/*------ Testemontial style ------*/
/* Main informer */

.tes-informer {
    margin: 6% -15px;
    padding: 0;
    list-style: none;
}
.tes-informer li {
    padding: 0 20px;
    width: 50%;
    float: left;
}
.tes-informer li .text {
    position: relative;
    background: #a6ce39;
    color: rgba(255, 255, 255, .8);
    text-shadow: 0 1px 2px rgba(0, 0, 0, .08);
    padding: 20px 20px 20px 52px;
    font-style: italic;
    font-weight: 300;
    font-size: 1.2em;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.tes-informer li .text p {
    margin: 0;
}
.tes-informer li .arrow {
    position: absolute;
    top: 100%;
    left: 25px;
    margin: -5px 0 0 -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 20px 0;
    border-color: transparent #a6ce39 transparent;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
}
.tes-informer li .text:before {
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -28px;
}
.tes-informer li .img-cont {
    position: relative;
    margin: 20px 20px 0 30px;
    float: left;
    width: 80px;
    height: 80px;
    overflow: hidden;
}
.tes-informer li .name {
    margin-top: 20px;
    min-height: 80px;
    font-weight: 400;
    font-size: 1.1em;
}
.tes-informer li .name a {
    display: block;
    text-decoration: none;
    font-size: 0.8em;
    color: #999;
}
.tes-informer li .name a:hover {
    color: #7b974d;
}
.tes-content {
    position: relative;
    padding: 10% 0;
}
.tes-content .text {
    position: relative;
    background: #f6f6f6;
    padding: 25px 80px;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    line-height: 1.3;
    font-size: 1.25em;
    font-weight: 300;
    color: #666;
}
.tes-informer li .text:before,
.tes-content .text:before,
.tes-content .text:after {
    font-family: 'FontAwesome';
    content: "\201C";
    position: absolute;
    font-size: 70px;
    opacity: 0.3;
    font-style: normal;
}
.tes-content .text:before {
    top: 5px;
    left: 25px;
}
.tes-content .text:after {
    content: "\201D";
    right: 20px;
    bottom: -25px;
}
.tes-content .text .arrow {
    position: absolute;
    bottom: -20px;
    left: 130px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #f6f6f6 transparent transparent transparent;
}
.tes-content .text p {
    margin: 0;
}
.tes-content .img-cont {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 30px;
    float: left;
    overflow: hidden;
}
.tes-content .name {
    font-size: 1.2em;
    min-height: 100px;
}
.tes-content .name a {
    display: block;
    text-decoration: none;
    color: #999;
    font-size: 0.8em;
}
.trw {
    position: relative;
}
.trw .col-6 {
    position: static;
}
.tes-nav {
    position: absolute;
    top: 50%;
    display: block;
    width: 16.6666%;
    text-decoration: none;
}
.tes-nav span {
    position: absolute;
    top: -2px;
    padding: 10px;
    text-transform: uppercase;
    font-size: 0.75em;
    color: #aaa;
}
.tes-nav i {
    color: #7b974d;
    font-size: 3em;
    line-height: 30px;
}
.tes-nav.tn-right {
    text-align: right;
    right: 15px;
}
.tes-nav.tn-left {
    left: 15px;
}
.tes-nav.tn-right i {
    float: right;
}
.tes-nav.tn-left span {
    left: 25px;
}
.tes-nav.tn-right span {
    right: 25px;
}
.tes-nav:hover span {
    color: #333;
}
/* Entry page */

.entry-tes {
    position: relative;
    min-height: 90px;
    margin-bottom: 30px;
}
.entry-tes .img-cont {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.entry-tes .txt-cont {
    margin-left: 120px;
}
.entry-tes .name {
    font-size: 0.8em;
    padding: 10px 0 0;
    font-style: normal;
    color: #333;
    font-weight: 400;
}
.entry-tes .name a {
    text-decoration: none;
}
.entry-tes .name a.link {
    position: relative;
    padding-left: 15px;
    color: #7b974d;
}
.entry-tes .name a.link:hover {
    color: #466219;
}
.entry-tes .name a.link:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #999;
    border-radius: 4px;
    left: 5px;
    top: 8px;
}
.entry-tes .text {
    position: relative;
    background: #f6f6f6;
    padding: 20px;
    margin-left: 120px;
    margin-bottom: 15px;
    font-style: italic;
    font-weight: 300;
    font-size: 1.12em;
    color: #666;
    line-height: 1.3em;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.entry-tes .text p {
    margin: 0;
}
.entry-tes .text:before {
    content: '';
    position: absolute;
    top: 42px;
    left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: transparent #f6f6f6 transparent transparent;
}
/* Add form */

.tes-form .cat .u-combo {
    float: right;
}
.tes-form .cat .u-combo input.u-comboedit {
    height: 24px !important;
}
.tes-form .cat .u-combolist {
    margin-top: 20px;
    border-radius: 9px;
    border: none;
    background: #333;
    color: #fff;
    padding: 10px !important;
    overflow: visible !important;
}
.u-combolist > div:hover {
    background: transparent !important;
}
.u-combolist > div:hover label {
    padding-left: 5px;
}
.tes-form .cat .u-combolist:before {
    content: '';
    position: absolute;
    top: -7px;
    right: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #333 rgba(0, 0, 0, 0);
    z-index: 9999999;
}
.tes-form .text {
    margin: 15px 0;
}
.tes-form .text div div:first-child {
    display: table;
    margin-bottom: 5px;
    color: #666;
    font-size: 0.9em;
}
.tes-form .text .ucoz-editor-bottom {
    text-align: right;
    font-size: 0.8em;
    color: #999;
}
.tes-form .text .ucoz-editor-bottom input {
    margin-right: 5px;
}
.tes-form .lb {
    padding: 5px;
    position: absolute;
    left: 0;
    top: 0;
    color: #555;
    font-size: 0.9em;
}
.tes-form .lb .example {
    color: #999;
    font-size: 0.8em;
    display: block;
}
.tes-form .rb {
    position: relative;
    padding-left: 290px;
    margin: 10px 0;
    border-bottom: 1px dashed #e6e6e6;
}
.tes-form .rb input {
    margin-bottom: 10px;
}
.tes-form .rb #fln1 {
    margin-top: 10px;
}
.tes-form .rb #iCode1 {
    display: none;
}
.tes-form .rb .securityCode {
    display: inline-block;
}
/*------ Testemontial style ------*/
/* Parallax */

.plax-block {
    position: relative;
    background-size: cover;
}
.plax-block .middle {
    color: rgba(255, 255, 255, .75);
    position: relative;
    text-align: center;
    z-index: 2;
}
.plax-block .gback {
    background: rgba(0, 0, 0, .7);
}
/* GO TO BLOCK */

.wback,
.gback {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}
.wback {
    background: rgba(255, 255, 255, .975);
}
.goto {
    position: relative;
    overflow: hidden;
    text-align: center;
    color: rgba(255, 255, 255, .8);
}
.goto .gback {
    background: rgba(40, 40, 40, .5);
}
.goto .middle {
    max-width: 600px;
    position: relative;
    z-index: 2;
}
.goto h3 {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}
.goto h3:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    left: 50%;
    top: 100%;
    margin: 6px 0 0 -30px;
    background: rgba(200, 200, 200, .6);
    z-index: 99;
}
/* GO TO BLOCK */

.info-box {
    margin-top: -20px;
    position: relative;
    border-top: 2px solid #eee;
    border-radius: 4px;
}
.info-box:before,
.info-box:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #eee transparent;
}
.info-box:after {
    top: -7px;
    border-color: transparent transparent #fff transparent;
}
.main-descr {
    text-align: center;
    line-height: 1.4;
    font-weight: 300;
    font-size: 1.2em;
}
.top-main {
    position: relative;
}
.top-main:before {
    content: '';
    top: -35px;
    left: 50%;
    position: absolute;
    background: #eee;
    width: 2px;
    margin-left: -1px;
    height: 80px;
    z-index: 2;
    opacity: .7;
}
.top-main:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -47px;
    width: 8px;
    margin-left: -6px;
    height: 8px;
    border-radius: 50px;
    border: 2px solid #eee;
    z-index: 2;
    opacity: .7;
}
.hu-profile {
    position: absolute;
    min-width: 270px;
    top: 100%;
    left: 0;
    margin: 20px 0 0 -10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 10px 30px rgba(0, 0, 0, .18);
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, .18);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, .18);
    line-height: 1.2;
    background: #fff;
    display: none;
    z-index: 9999;
}
.hu-profile:before {
    content: '';
    position: absolute;
    transform: rotate(6deg);
    top: -7px;
    left: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 10px 12px;
    border-color: transparent transparent #ff9933 transparent;
}
.hu-profile i {
    position: relative !important;
    top: 0 !important;
    font-size: inherit !important;
    color: inherit !important;
}
.hu-profile .close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 10pt;
    cursor: pointer;
    z-index: 2;
}
.hu-profile .close:hover {
    color: #fff !important;
}
.hu-profile h4 {
    color: #fff;
    font-size: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
    word-wrap: break-word;
    padding-right: 15px;
}
.hu-profile .top {
    background: #ff9933 url(https://zabota-nt.ru/images/pattern2.png) repeat center / cover;
    color: #fff;
    padding: 15px;
    border-radius: 10px 10px 0 0;
}
.hu-profile .top a {
    color: rgba(255, 255, 255, .8) !important;
}
.hu-profile .top a:hover {
    color: #fff !important;
}
.hu-profile .username {
    line-height: 1;
    margin-bottom: 15px;
}
.hu-profile .img-cont {
    position: relative;
    overflow: hidden;
    float: left;
    width: 52px;
    height: 52px;
    line-height: 52px;
    margin: 0 15px 0 -3px;
    text-align: center;
    background: #ff9933;
    border: 2px solid #fff;
    font-size: 15pt;
}
.hu-profile .img-cont .img {
    z-index: 2;
}
.hu-profile .pm {
    position: relative;
    display: block;
    margin: 22px 0 -5px;
}
.hu-profile .pm i {
    font-size: 1.43em !important;
    margin-right: 5px;
    margin-top: -3px;
    display: block;
    float: left;
}
.hu-profile .pm span {
    font-weight: bold;
    font-size: 1.1em;
    padding: 2px 3px;
}
.hu-profile .pl a {
    display: inline-block !important;
    margin: 6px 0;
    font-size: 0.95em;
}
.hu-profile .pl a:hover {
    color: #333;
}
.hu-profile .pl a:first-child {
    border-right: 1px dotted #ccc;
    padding-right: 6px;
    margin-right: 6px;
}
.hu-profile .mid h5 {
    margin: 15px 15px 0;
    padding-bottom: 3px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.05em;
    color: #444;
}
.hu-profile .mid ul {
    padding: 4px 15px;
    margin-bottom: 10px;
    color: #444;
}
.hu-profile .mid .info span {
    display: inline-block;
    min-width: 55px;
    color: #888;
}
.hu-profile .upshop a {
    position: relative;
    display: block;
    line-height: 20px;
    padding-left: 13px;
    font-size: 1.1em;
}
.hu-profile .upshop a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 3px;
    background: #eee;
    border: 1px solid #ccc;
    margin-top: -1px;
    border-radius: 50px;
}
.hu-profile .upshop a:hover {
    color: #333;
}
.hu-profile .upshop a:hover:before {
    border-color: #999;
}
.hu-profile .soc {
    background: #eee;
    border-radius: 0 0 10px 10px;
    padding: 15px;
}
.hu-profile .soc p {
    margin-top: 0;
    line-height: 1.1;
    font-size: 0.9em;
}
.hu-profile .soc .sb {
    margin: 0 auto;
}
.hu-profile .soc .login-with {
    float: left;
}
.hu-profile .soc a.login-with i {
    width: 35px;
    height: 35px;
    border-radius: 50px;
}
/* Entry Blog */

.blog-grid {
    margin-bottom: 30px
}
.blog-grid .img-cont {
    overflow: hidden;
    position: relative
}
.blog-grid .img-cont:before {
    content: '';
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: transparent transparent #fff;
    z-index: 999
}
#allEntries:hover .blog-grid .img-cont img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray
}
#allEntries .blog-grid:hover .img-cont img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none
}
.blog-grid .img-cont i {
    position: absolute;
    color: rgba(255, 255, 255, .8);
    text-decoration: none;
    font-size: 22pt;
    left: 15px;
    top: 10px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    z-index: 9999
}
.blog-grid .info {
    padding: 20px
}
.blog-grid .date {
    color: #666;
    font-size: 10pt
}
.blog-grid .title {
    text-decoration: none;
    font-size: 16pt;
    text-transform: uppercase
}
.blog-grid:hover .title {
    color: #ff9933
}
.blog-grid .message {
    margin-top: 10px;
    padding: 10px 0;
    font-size: 12pt;
    line-height: 1.2;
    color: #444;
    font-weight: 300;
    border-top: 1px solid #f6f6f6
}
.blog-grid .message p {
    margin: 0
}
.blog-grid .red-more {
    text-decoration: none;
    display: table;
    position: relative;
    font-size: 11pt;
    padding-right: 18px;
    color: #ed7200
}
.blog-grid .red-more i {
    position: absolute;
    right: 0;
    font-size: 8.2pt;
    top: 5px
}
.blog-grid .red-more:hover {
    padding-right: 20px
}
#scrolltop {
    display: none
}
#rocketmeluncur {
    position: fixed;
    bottom: 50px;
    z-index: 7;
    display: none;
    visibility: hidden;
    width: 26px;
    height: 48px;
    right: 25px;
    background: url(http://1.bp.blogspot.com/-UR9I7YEuEUY/VXIJn8MrBPI/AAAAAAAAKRE/qZObHBd5zIo/s1600/rocket.png) no-repeat 50% 0;
    opacity: 0;
    -webkit-transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), -webkit-transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    -moz-transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), -moz-transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335)
}
#rocketmeluncur i {
    display: block;
    margin-top: 48px;
    height: 14px;
    background: url(http://1.bp.blogspot.com/-UR9I7YEuEUY/VXIJn8MrBPI/AAAAAAAAKRE/qZObHBd5zIo/s1600/rocket.png) no-repeat 50% -48px;
    opacity: .5;
    -webkit-transition: -webkit-transform .2s;
    -moz-transition: -moz-transform .2s;
    transition: transform .2s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0
}
#rocketmeluncur:hover {
    background-position: 50% -62px
}
#rocketmeluncur:hover i {
    background-position: 50% 100%;
    -webkit-animation: flaming .7s infinite;
    -moz-animation: flaming .7s infinite;
    animation: flaming .7s infinite
}
#rocketmeluncur.showrocket {
    visibility: visible;
    opacity: 1
}
#rocketmeluncur.launchrocket {
    background-position: 50% -62px;
    opacity: 0;
    -webkit-transform: translateY(-800px);
    -moz-transform: translateY(-800px);
    -ms-transform: translateY(-800px);
    transform: translateY(-800px);
    pointer-events: none
}
#rocketmeluncur.launchrocket i {
    background-position: 50% 100%;
    -webkit-transform: scale(1.4, 3.2);
    -moz-transform: scale(1.4, 3.2);
    transform: scale(1.4, 3.2)
}
#full-search {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
    z-index: -1
}
#full-search.active {
    opacity: 1;
    z-index: 99999
}
#full-search.active:before {
    content: '';
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .92
}
#full-search #search-container {
    position: fixed;
    display: block;
    width: 100%;
    padding: 0 15%;
    top: 50%;
    margin-top: -80px;
}
#full-search .searchForm {
    position: relative
}
#full-search input[type='text'] {
    background: transparent;
    width: 100%;
    padding-right: 150px;
    font-size: 60pt!important;
    height: 150px;
    line-height: 1.2;
    font-weight: 100;
    border: none;
    border-bottom: 1px solid #666;
    font-size: 24px;
    color: #FFF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
#full-search .searchSbmFl {
    position: absolute;
    width: 150px;
    height: 150px;
    right: 0;
    top: 0;
    background-image: url(https://zabota-nt.ru/images/icon-search-w.png);
    opacity: .6
}
#full-search .searchForm:hover .searchSbmFl {
    opacity: .2
}
#full-search .searchSbmFl:hover {
    opacity: 1!important;
    background-color: transparent
}
#full-search input:focus {
    box-shadow: none;
    border-bottom: 1px solid #333;
    outline: 0
}
#fws-close {
    color: #FFF;
    font-size: 32px;
    position: fixed;
    top: 50px;
    right: 50px;
    cursor: pointer
}
#search-results {
    margin: 60px -15px;
    padding: 0;
    list-style: none;
    position: relative
}
#search-results li {
    padding-left: 15px;
    padding-right: 15px;
}
#search-results li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none
}
#search-results li a:hover {
    color: #fff
}
#search-results .all-results {
    display: block;
    position: absolute;
    right: 15px;
    padding: 0;
    background: transparent!important;
    color: rgba(255, 255, 255, 0.2)
}
#search-results li .all-results i {
    display: block;
    color: #fff
}
#search-results .all-results:hover {
    color: #fff
}
#search-results li .all-results:after,
#search-results li .all-results:before {
    display: none
}
@media screen and (min-width: 1279px) {
    .all-res {
        padding-right: 150px!important
    }
    #search-results li {
        float: left;
        width: 16.66666667%
    }
    #search-results li a span {
        padding-top: 15px;
        display: block;
        line-height: 1.2;
        font-size: 11pt;
        font-weight: 300;
        word-wrap: break-word
    }
    #search-results .all-results {
        top: 0;
        width: 150px;
        height: 80%;
        line-height: 60px;
        font-size: 9pt
    }
    #search-results li .all-results i {
        font-size: 70px
    }
}
@media screen and (min-width: 800px) and (max-width: 1279px) {
    #search-results {
        margin: 40px -15px
    }
    #search-results li {
        float: left;
        width: 50%;
        margin-bottom: 10px
    }
    #search-results li img {
        max-width: 18%;
        float: left
    }
    #search-results li a span {
        display: block;
        padding-left: 21%;
        line-height: 1.1;
        font-weight: 300;
        font-size: 13pt
    }
    #search-results li .all-results {
        bottom: -90px;
        line-height: 80px;
        height: 80px;
        font-size: 12pt;
        padding-right: 60px
    }
    #search-results li .all-results i {
        position: absolute;
        right: 0;
        font-size: 50px
    }
}
@media screen and (min-width: 200px) and (max-width: 799px) {
    #search-results {
        margin: 30px -15px
    }
    #search-results li {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        min-height: 35px;
        clear: both
    }
    #search-results li img {
        max-width: 25px;
        float: left
    }
    #search-results li a span {
        display: block;
        line-height: 1.1;
        font-weight: 300;
        font-size: 11pt;
        padding-left: 35px
    }
    #search-results li .all-results {
        bottom: -60px;
        right: 30px;
        line-height: 60px;
        height: 60px;
        font-size: 12pt;
        padding-right: 60px
    }
    #search-results li .all-results i {
        position: absolute;
        right: 0;
        font-size: 50px
    }
}
.main-search-form {
    position: relative;
    background: rgba(0, 0, 0, .01);
}
.main-search-form .dotted {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: .7;
    z-index: -1;
}
.main-search-form table {
    margin: 6% auto;
    position: relative;
}
.main-search-form table td {
    display: block;
}
.main-search-form .queryField {
    line-height: 60px;
    height: 60px;
    border-radius: 10px;
    padding: 0 70px 0 20px;
    font-size: 1.2em;
    font-weight: 300;
    width: 100% !important;
    max-width: 500px;
}
.main-search-form .searchSbmFl {
    line-height: 60px;
    height: 54px;
    width: 54px;
    margin: -2px 0 0 -60px;
    border: none;
}
.main-search-form .searchSbmFl:hover {
    background-color: rgba(0, 0, 0, .04);
}
.main-search-form span {
    display: none;
}
.main-search-form a {
    text-decoration: none;
    display: block;
    padding: 5px;
    text-align: right;
    font-size: 0.8em;
}
.main-search-form #sFltLst {
    left: auto !important;
    top: 100% !important;
    right: 0;
    margin-top: 5px;
}
.main-search-form #sFltLst .xw-tl,
.main-search-form #sFltLst .xw-bl {
    display: none;
}
.main-search-form #sFltLst .xw-ml {
    background: #222 !important;
    padding: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 5px 25px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, .05);
    box-shadow: 0px 5px 25px rgba(0, 0, 0, .05);
}
.main-search-form #sFltLst .myWinCont {
    color: #fff;
}
.main-search-form #sFltLst .xw-mr,
.main-search-form #sFltLst .xw-mc {
    background: transparent;
    padding: 0;
    border: none;
}
.main-search-form #sFltLst .xw-ml:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -4px;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #222
}
.search-block {
    margin: 30px 0
}
.search-block .e-img {
    position: relative;
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16pt;
    color: #ff9933;
    background: rgba(0, 0, 0, 0.05);
    overflow: hidden
}
.search-block .e-img i {
    color: #fff;
    opacity: 0
}
.search-block .e-img:hover i {
    opacity: 1
}
.search-block .search-cat {
    font-size: 10pt
}
.search-block .eMessage,
.search-block .search-cat,
.search-block .eTitle {
    margin-left: 80px
}
.search-block .eTitle {
    padding-top: 0;
    padding-bottom: 10px
}
.search-block .eMessage {
    font-size: 10pt
}
.mid-line {
    position: relative;
    background: rgba(0, 0, 0, .02);
    overflow: hidden
}
.mid-line:after,
.mid-line:before {
    content: '';
    opacity: .03;
    z-index: -1;
    position: absolute;
    left: 10%;
    top: 50%;
    margin-top: -250px;
    width: 500px;
    height: 500px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ff9933
}
.mid-line:after {
    margin-top: -200px;
    width: 400px;
    height: 400px
}
.mid-line .inf {
    float: left;
    width: calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    width: -o-calc(100% - 200px)
}
.mid-line i {
    margin-right: 30px;
    font-size: 54px;
    color: #ed7200;
    line-height: 1;
    float: left
}
.mid-line h4 {
    text-transform: uppercase
}
.mid-line .des {
    line-height: 1.1;
    font-size: 10pt;
    display: block;
    color: #999
}
.mid-line .line-btn {
    float: right;
    text-transform: uppercase;
    padding: 14px 22px;
    margin: 4px
}
.be-info {
    margin: 0 0 20px;
    padding: 0;
    list-style: none
}
.be-info a {
    text-decoration: none
}
@media screen and (min-width: 1024px) {
    .be-info li {
        position: relative;
        margin-bottom: 15px;
        text-align: center;
        width: 84px
    }
    .be-info li i {
        display: none
    }
    .be-info li.bcom .cou i.flaticon-chat73 {
        display: block
    }
    .be-info li span.cou {
        display: block;
        height: 84px;
        line-height: 64px;
        padding-bottom: 20px;
        border: 1px solid rgba(0, 0, 0, 0.05);
        color: #ff9933;
        font-size: 20pt;
        font-weight: 600;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
    .be-info li span.des {
        position: absolute;
        background: rgba(0, 0, 0, 0.05);
        width: 100%;
        height: 20px;
        left: 0;
        bottom: 0;
        line-height: 20px;
        font-size: 7pt;
        color: #999
    }
    .be-info li span.inv {
        display: none
    }
    .be-info li.bdate {
        background: #ff9933;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        overflow: hidden
    }
    .be-info li.bdate span.cou {
        color: #fff;
        font-size: 28pt;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1)
    }
    .be-info li.bdate span.des {
        color: rgba(255, 255, 255, 0.8);
        text-transform: uppercase;
        font-weight: 600
    }
}
@media only screen and (max-width: 1024px) {
    .be-info li {
        position: relative;
        display: inline-block;
        margin-right: 30px;
        padding-left: 32px;
        line-height: 22px;
        height: 22px;
        margin-bottom: 15px;
        font-weight: 400;
        font-size: 13pt
    }
    .be-info li i {
        position: absolute;
        left: 0;
        top: -2px;
        font-size: 1.4em;
        color: #ff9933;
        font-weight: 300
    }
    .be-info li span.des {
        font-weight: 400;
        font-size: 10pt;
        color: #ccc
    }
    .be-info li span.inv {
        font-weight: 600;
        color: #333
    }
    .be-info .ndate {
        display: none
    }
}
.grid-gallery {
    margin: 30px -10px 0
}
.grid-gallery ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.grid-gallery li {
    width: 33.333%;
    float: left;
    padding: 10px;
}
.grid-gallery li a {
    position: relative;
    display: block;
    color: rgba(255, 255, 255, 0.2)
}
.grid-gallery li a img {
    margin: 0
}
.grid-gallery li a i {
    position: absolute;
    right: 10px;
    bottom: 10px
}
.grid-gallery li a:hover {
    color: #fff
}
/* ------ Informer ------- */
/* Gallery */

.big-gal {
    padding: 60px 15px;
}
.informer-gallery {
    margin: 0 -5px;
}
.informer-gallery .entry-photo {
    width: 25%;
    padding: 0 5px;
    float: left;
}
.informer-gallery .cotainer {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.informer-gallery img {
    width: 100%;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
    backface-visibility: hidden;
}
.informer-gallery img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .3
}
.informer-gallery .cotainer:before,
.informer-gallery .cotainer:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    margin: 0 0 0 -40px;
    background: #333;
    left: 50%;
    top: 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    opacity: 0;
}
.informer-gallery .cotainer:after {
    width: 1px;
    height: 80px;
    margin: -40px 0 0 0;
}
.informer-gallery .cotainer:hover:before,
.informer-gallery .cotainer:hover:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    opacity: 1;
}
.uRelatedEntries {
    margin: 0;
    padding: 0;
    list-style: none
}
.ft-informer {
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 60px;
    background: rgba(0, 0, 0, 0.02)
}
.ft-informer h2 {
    font-weight: 400;
    text-transform: uppercase;
    color: #999;
    padding: 15px;
    font-size: 15pt
}
.ft-informer .ah-row {
    margin: 0 5px
}
.uRelatedEntry {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    padding: 10px;
}
.uRelatedEntry .informer-img {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 120px
}
.uRelatedEntry .title {
    font-weight: 400;
    margin-top: 10px;
    font-size: 10pt;
    color: #666
}
.uRelatedEntry:hover .title {
    color: #000
}
.uRelatedEntry a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden
}
.inf-text {
    position: relative;
    padding-left: 30px;
    display: block;
    margin-bottom: 5px;
    text-decoration: none
}
.inf-text i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 22px;
    color: #ccc
}
.inf-text span {
    font-size: 9pt;
    line-height: 1;
    color: #666
}
.inf-text:hover h6 {
    color: #ed7200
}
.ind-news-rp .entry-img {
    float: left;
    height: 65px!important;
    width: 80px!important;
    margin: 0
}
.ind-news-rp {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    border-bottom: 1px solid #FAFAFA
}
.ind-news-rp .title,
.ind-news-rp .date {
    padding-left: 90px
}
.ind-news-rp .date {
    color: #999;
    font-size: 9pt;
    padding-bottom: 2px
}
.ind-news-rp .title {
    line-height: 1.1;
    font-size: 11pt
}
.stat-inf .col-4:nth-child(5) {
    clear: left;
}
.inf-stat-main {
    background: rgba(0, 0, 0, 0.02);
    margin-bottom: 30px;
    overflow: hidden
}
.inf-stat-main .entry-img {
    height: auto;
    padding-bottom: 75%;
    margin: 0
}
.inf-stat-main .inf-descr {
    padding: 20px
}
.inf-stat-main .inf-descr h6 {
    margin-bottom: 5px;
    padding: 0
}
.inf-stat-main .inf-descr .date {
    display: block;
    font-size: 9pt;
    color: #999;
    margin-bottom: 20px;
    font-style: italic
}
.inf-stat-main .eMessage {
    font-size: 11pt;
    line-height: 1.1
}
.inf-stat-main .inf-descr .inf {
    margin: 20px 0 0;
    padding: 0;
    list-style: none
}
.inf-stat-main .inf-descr .inf li {
    float: left;
    margin-right: 10px;
    color: #333;
    font-weight: 400
}
.inf-stat-main .inf-descr .inf li i {
    color: #ccc;
    margin-right: 5px
}
.inf-stat-main .inf-descr .rd {
    float: right;
    color: #ff9933
}
.pager-nav {
    display: table;
    width: 100%;
    position: relative;
    background: #fbfbfb;
    margin-bottom: 60px;
    padding: 15px 0;
    border: 1px solid #f1f1f1;
}
.pager-nav #prev-news .img:before,
.pager-nav #next-news .img:after,
.pager-nav:before,
.pager-nav:after {
    content: '';
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 26px 100%;
    z-index: 9
}
.pager-nav #prev-news .img:before {
    right: -5px;
    background-image: url(https://zabota-nt.ru/images/angle-left.png);
    background-position: left
}
.pager-nav:before {
    left: -24px;
    background-image: url(https://zabota-nt.ru/images/out-angle-left.png);
    background-position: left
}
.pager-nav #next-news .img:after {
    left: -5px;
    background-image: url(https://zabota-nt.ru/images/angle-right.png);
    background-position: right
}
.pager-nav:after {
    right: -24px;
    background-image: url(https://zabota-nt.ru/images/out-angle-right.png);
    background-position: right
}
.pager-nav a {
    font-size: 11pt;
    text-decoration: none;
    display: block;
    line-height: 1.1;
    z-index: 2
}
.pager-nav a:hover {
    color: #ff9933
}
.pager-nav span {
    color: #999;
    font-size: 10pt;
    display: block;
    line-height: 1;
    padding-bottom: 5px
}
.pager-nav #prev-news span,
.pager-nav #prev-news a {
    padding-left: 30%
}
.pager-nav #next-news span,
.pager-nav #next-news a {
    padding-right: 30%
}
.pager-nav .img {
    width: 15%;
    height: 100%;
    top: 0;
    z-index: 1
}
.pager-nav .img:hover {
    opacity: .8
}
.pager-nav #next-news,
.pager-nav #prev-news {
    width: 45%;
}
.pager-nav #prev-news,
.pager-nav #prev-news .img {
    float: left;
    left: -24px;
    margin-right: 15px
}
.pager-nav #next-news,
.pager-nav #next-news .img {
    text-align: right;
    float: right;
    left: auto;
    right: -24px;
    margin-left: 15px
}
@media screen and (max-width: 599px) {
    .pager-nav {
        padding: 15px
    }
    .pager-nav .img {
        display: none
    }
    .pager-nav span,
    .pager-nav a {
        padding: 0!important
    }
    .pager-nav #next-news,
    .pager-nav #prev-news {
        width: 100%
    }
    .pager-nav #next-news {
        text-align: left;
        margin-top: 10px
    }
}
.fastLinks {
    margin-bottom: 30px
}
.fastLinksHr {
    display: none
}
.fastLink .qNum {
    display: none
}
.fastLink {
    position: relative;
    margin: 2px 0
}
.fastLink a {
    background: rgba(0, 0, 0, .05);
    display: block;
    color: #666;
    padding: 10px 15px;
    text-decoration: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}
.fastLink a:hover {
    background: #ff9933;
    color: #fff
}
.faq-info {
    color: #888;
    font-size: 10pt
}
.faq-info a {
    color: #777;
    text-decoration: none;
    font-weight: 700
}
.faq-entry {
    margin-bottom: 30px
}
.faq-entry .eInfo,
.faq-entry .eAnswer {
    padding-left: 15px;
    border-left: 2px solid #ff9933
}
.faq-entry .eInfo {
    padding-top: 5px
}
.faq-entry .eAnswer p {
    padding-bottom: 5px;
    margin: 0
}
.faq-entry .eInfo a,
.faq-entry .eInfo {
    font-weight: 300;
    color: #ccc
}
.faq-entry:hover .eInfo a {
    color: #ff9933
}
.forumContent a {
    text-decoration: none
}
.forumContent a:hover,
.switch a:hover {
    color: #ff9933
}
.switch {
    padding-left: 6px
}
.switchActive {
    background: #f2f2f2;
    padding: 0 6px;
    line-height: 25px;
    border: 1px solid #EEE;
    color: #ed7200
}
.forumContent .frmBtns a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    margin-left: 2px;
    font-size: 10pt;
    text-transform: uppercase;
    background: #ff9933;
    padding: 7px 10px;
}
.forumContent .frmBtns a i {
    display: none
}
.forumContent .frmBtns a:hover {
    background: #ed7200;
    color: #fff
}
.forumContent input[type="reset"],
.forumContent input[type="submit"],
.forumContent input[type="text"],
.forumContent input[type="button"] {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-bottom: 0
}
#thread_search_field {
    width: 160px!important
}
.forumContent input[type="text"] {
    border-color: #ccc
}
.forumContent #thread_search_button {
    margin-top: 0!important
}
.forumContent .postReset,
.forumContent .postSubmit,
.forumContent .postPreview {
    padding: 0 20px!important;
    line-height: 40px!important;
    height: 40px!important;
    width: auto!important;
    margin: 2px 0
}
.forumNamesBar {
    color: #999;
    padding: 10px 0 20px 2px !important;
    font-size: 10pt
}
.gTableBody1 {
    padding: 20px!important;
    height: auto!important
}
.gTableBottom,
#frM57,
#frM58,
#frM60 {
    padding-bottom: 20px
}
#frM53 input,
.postBottom input {
    height: auto
}
select.searchForumsFl {
    height: auto;
    padding: 0;
    margin: 10px
}
.postTdTop {
    font-weight: 300;
    color: #777;
    font-size: 10pt
}
.postUser {
    font-weight: 700;
    font-size: 12pt
}
.postPoll {
    padding: 20px 0!important
}
.forumContent .gTable {
    position: relative;
    margin: 15px 0 30px;
    z-index: 1
}
.forumContent .gTable td.forumNameTd,
.forumContent .gTable td.forumIcoTd,
.forumContent .gTable td.forumThreadTd,
.forumContent .gTable td.forumPostTd,
.forumContent .gTable td.forumLastPostTd,
.forumContent .gTable td.gTableSubTop,
.forumContent .gTable td.threadNametd,
.forumContent .gTable td.threadIcoTd,
.forumContent .gTable td.threadLastPostTd,
.forumContent .gTable td.postTdTop,
.forumContent .gTable td.posttdMessage,
.forumContent .gTable td.postTdInfo {
    padding: 10px
}
.forumContent .gTable td.gTableLeft,
.forumContent .gTable td.gTableRight {
    padding-top: 20px
}
.forumContent .gTable td.gTableTop {
    position: relative;
    width: 100%;
    background-color: #ff9933;
    color: #fff;
    font-size: 18pt;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    margin: 0 0 0 -15px;
    padding: 15px 20px;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    opacity: .75
}
.forumContent .gTable td.gTableTop:before {
    content: '';
    width: 100%;
    max-width: 510px;
    height: 8px;
    left: 0;
    position: absolute;
    top: 100%;
    opacity: .4;
    z-index: -2;
    background: url(https://zabota-nt.ru/images/gtableshadow.png) no-repeat left
}
.forumContent .gTable td.gTableTop a {
    color: #fff
}
.forumContent .gTable td.threadIcoTd,
.forumContent .gTable td.forumThreadTd,
.forumContent .gTable td.forumPostTd,
.forumContent .gTable td.threadPostTd,
.forumContent .gTable td.threadViewTd,
.forumContent .gTable td.postTdTop,
.forumContent .gTable td.threadAuthTd {
    border-right: 1px dotted #eee
}
.forumContent .gTable td.threadPostTd,
.forumContent .gTable td.forumThreadTd {
    border-left: 1px dotted #eee
}
.forumContent .gTable td.threadLastPostTd,
.forumContent .gTable td.threadAuthTd,
.forumContent .gTable td.threadViewTd,
.forumContent .gTable td.threadPostTd,
.forumContent .gTable td.threadNametd,
.forumContent .gTable td.threadIcoTd,
.forumContent .gTable td.gTableSubTop,
.forumContent .gTable td.forumIcoTd,
.forumContent .gTable td.forumNameTd,
.forumContent .gTable td.forumThreadTd,
.forumContent .gTable td.forumPostTd,
.forumContent .gTable td.forumLastPostTd {
    border-bottom: 1px dotted #eee
}
.forumContent .gTable td.forumNameTd a,
.forumContent .gTable td.threadNametd a {
    text-decoration: none;
    font-weight: 400;
    color: #ed7200
}
.forumContent .gTable td.forumNameTd a:hover,
.forumContent .gTable td.threadNametd a:hover {
    color: #333
}
.forumDescr,
.forumLastPostTd,
.threadDescr,
.threadLastPostTd,
.threadFrmLink {
    font-size: 10pt;
    font-weight: 300;
    color: #666
}
.subforumDescr {
    color: #666;
    font-size: 10pt
}
.forumLastPostTd a,
.threadLastPostTd a {
    text-decoration: none;
    font-weight: 400
}
.forumLastPostTd a:hover,
.threadLastPostTd a:hover {
    color: #ff9933
}
.postTdInfo {
    text-align: center;
    font-size: 10pt
}
.funcBlock {
    padding-top: 15px!important
}
#forum_filter {
    display: none
}
.threadsDetails {
    padding-top: 20px
}
.forumOnlineBar,
.threadsDetails {
    color: #666;
    font-size: 10pt
}
.userRights {
    padding-top: 20px
}
.postblock {
    width: 100%;
    margin: 30px 0 10px
}
.post-user {
    width: 180px;
    padding-top: 10px;
    text-align: center;
    float: left;
    font-size: 9pt;
    color: #999
}
.post-user a.postUser {
    display: block;
    font-size: 10pt;
    text-transform: capitalize;
    text-decoration: none
}
.post-user .statusOffline {
    color: red
}
.post-user .statusOnline {
    color: green
}
.post-user .user-avatar {
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 10px auto;
    text-align: center;
    font-size: 36pt;
    background: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: default;
    overflow: hidden
}
.post-user .user-avatar img {
    width: 100px;
    vertical-align: top
}
.post-user .postip {
    font-weight: 400;
    font-size: 9pt;
    margin-top: 10px
}
.post-content {
    margin-left: 180px;
    margin-right: 15px;
    position: relative;
    background: rgba(0, 0, 0, 0.03);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.post-content .pc-triangle {
    position: absolute;
    left: -12px;
    top: 75px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 12px 0;
    border-color: transparent rgba(0, 0, 0, 0.03) transparent transparent
}
.post-content .pc-top {
    padding: 10px 15px;
    border-bottom: 1px solid #fff;
    font-size: 10pt;
    color: #777;
    display: table;
    width: 100%;
}
.post-content .pc-top .num {
    border-right: 1px dotted #ccc;
    padding-right: 15px;
    margin-right: 10px
}
.post-content .pc-top .date,
.post-content .pc-top .time {
    position: relative;
    padding-left: 22px;
    margin-right: 15px
}
.post-content .pc-top .date i,
.post-content .pc-top .time i {
    position: absolute;
    left: 0;
    top: -1px;
    color: #999;
    font-size: 12pt
}
.post-content .pc-message {
    padding: 15px;
    font-size: 11pt;
    min-height: 180px;
}
.post-content .pc-message .post-signature {
    display: block;
    color: #999;
    font-size: 9pt;
    margin-top: 15px
}
.post-content .pc-message .post-signature hr {
    width: 50%;
    padding-bottom: 5px
}
.post-content .pc-message .post-edited {
    text-align: right;
    margin-top: 20px;
    font-size: 9pt;
    font-style: italic;
    color: #ccc
}
.post-content .pc-bottom {
    display: table;
    width: 100%;
    padding: 8px 10px;
    border-top: 1px solid #fff;
}
.post-content .pc-bottom a {
    opacity: .6
}
.post-content .pc-bottom a:hover {
    opacity: 1
}
.post-content .pc-bottom .pc-user-details {
    float: left
}
.post-content .pc-bottom .pc-on-top,
.post-content .pc-bottom .pc-entry-manage {
    float: right
}
.post-content .pc-bottom .pc-on-top {
    margin-left: 15px
}
.f-add-form .col-4,
.f-add-form .col-11 {
    margin: 15px 0 0
}
.f-add-form .col-4 {
    color: #999
}
.f-add-form .pool {
    display: table;
    width: 100%;
    float: left;
    background: #fafafa;
    padding: 0 0 15px;
    margin-top: 15px
}
.f-add-form .pool .col-4 {
    color: #666
}
/* Guest book */

.gb-entry {
    margin-bottom: 30px
}
.gb-entry .cont,
.gb-entry .top {
    position: relative;
    padding: 15px 15px 15px 105px
}
.gb-entry .user-back-img {
    z-index: 1
}
.gb-rate {
    float: right;
    position: relative;
    color: #ccc;
    z-index: 2
}
.gb-rate a {
    text-decoration: none
}
.gb-img {
    width: 75px;
    height: 75px;
    position: absolute;
    left: 15px;
    top: 15px;
    text-align: center;
    line-height: 75px;
    font-size: 26pt;
    color: rgba(255, 255, 255, .6);
    background: #ff9933;
    overflow: hidden;
    z-index: 3
}
.gb-name {
    position: relative;
    z-index: 3;
    margin-right: 60px
}
.gb-name a {
    color: #ff9933;
    text-decoration: none;
    text-transform: capitalize
}
.gb-entry .cDetails,
.gb-date {
    font-size: 10pt;
    color: #ccc;
    margin-top: 15px
}
.gb-entry .cDetails {
    text-align: right
}
.gb-entry .cDetails a {
    text-decoration: none;
    color: #666
}
.gb-entry .cDetails a:hover {
    color: #ff9933
}
.comform {
    font-size: 10pt;
    color: #999
}
.comform .bt {
    float: right;
    display: block;
    text-align: center;
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin-top: 1px;
    color: #333;
    font-size: 20pt;
    text-decoration: none;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.comform .bt:hover {
    color: #ff9933
}
.comform .nm {
    display: inline-block;
    text-align: right;
    width: 60px;
    padding-right: 10px
}
.comform textarea {
    width: 100%!important
}
.comform .commFl {
    width: 39%
}
.comform .securityCode {
    width: 80px
}
.wysibb {
    margin-bottom: 10px
}
/* MEDIA QUERIES */

@media only screen and (min-width: 1260px) {
    .big-gal {
        max-width: 2560px;
    }
}
@media only screen and (min-width: 1640px) {
    .big-gal .informer-gallery .entry-photo {
        width: 16.6666%;
    }
}
@media only screen and (max-width: 1024px) {
    .uRelatedEntry {
        width: 33.3333%
    }
}
@media only screen and (max-width: 1020px) {
    .threadAuthTd,
    .threadViewTd,
    .threadPostTd,
    .gTableSubTop,
    .legendBlock,
    .fFastNavTd,
    .userRights,
    .forumThreadTd,
    .forumPostTd {
        display: none
    }
    .forumLastPostTd {
        min-width: 240px
    }
    .informer-gallery .entry-photo {
        width: 33.3333%;
    }
}
@media only screen and (max-width: 980px) {
    .tes-nav span {
        display: none;
    }
    .services .entry-service i {
        position: relative;
        margin: 0 auto 15px;
        left: 0;
    }
    .services .entry-service {
        padding: 0 15px 30px;
        text-align: center;
        width: 33.3333% !important;
    }
}
@media only screen and (max-width: 800px) {
    .mid-line i {
        display: none
    }
    #full-search input[type="text"] {
        font-size: 35pt!important;
        height: 90px;
        padding-right: 90px
    }
    #full-search .searchSbmFl {
        width: 90px;
        height: 90px
    }
    #fws-close {
        top: 25px;
        right: 25px
    }
    .gTableSubTop,
    .threadLastPostTd,
    .threadIcoTd,
    .forumPostTd,
    .forumThreadTd,
    .gTableSubTop,
    .fFastNavTd,
    .forumLastPostTd,
    .fFastNavTd {
        display: none
    }
    .forumIcoTd {
        width: 40px
    }
    .frmBtns a {
        margin: 2px 0;
        margin-bottom: 15px;
        background: transparent!important;
        position: relative
    }
    .frmBtns a i {
        display: block!important;
        font-size: 18pt;
        color: #ff9933
    }
    .frmBtns a span {
        color: #333;
        position: absolute;
        right: 0;
        font-size: 7pt;
        text-align: center
    }
    .post-user {
        width: 100px!important
    }
    .post-content {
        margin-left: 120px!important;
        margin-right: 0!important
    }
    .tes-informer li {
        width: 100%;
        margin-bottom: 30px;
    }
    .tes-content .text:before {
        left: 12px;
    }
    .tes-content .text:after {
        right: 12px;
    }
    .tes-content .text {
        padding: 25px 50px;
    }
    .stat-inf .col-4:nth-child(5) {
        clear: none;
    }
    .stat-inf .col-4:nth-child(3) {
        clear: left;
    }
}
@media screen and (max-width: 600px) {
    .uRelatedEntry,
    .grid-gallery li {
        width: 50%
    }
    .mid-line .line-btn,
    .mid-line .inf {
        float: none
    }
    .mid-line .inf {
        width: 100%!important
    }
    .mid-line .line-btn {
        padding: 10px 12px;
        margin: 10px 0 0
    }
    #full-search input[type="text"] {
        font-size: 22pt!important;
        height: 60px;
        padding-right: 60px
    }
    #full-search .searchSbmFl {
        width: 60px;
        height: 60px
    }
    #fws-close {
        font-size: 24px;
        top: 25px;
        right: 25px
    }
    .gb-img {
        width: 50px;
        height: 100%;
        line-height: 50px;
        left: 0;
        top: 0;
        font-size: 14pt
    }
    .gb-entry .top {
        padding-left: 65px
    }
    .gb-entry .cont {
        padding: 15px 0
    }
    .gb-entry .cDetails {
        text-align: left
    }
    .entry-tes .img-cont {
        width: 80px;
        height: 80px;
    }
    .entry-tes .text {
        margin-left: 100px;
        padding: 15px;
        font-size: 1.05em;
    }
    .entry-tes .text:before {
        top: 36px;
    }
    .tes-content .name,
    .tes-content .text {
        font-size: 1em;
        min-height: 50px;
        word-wrap: break-word;
    }
    .tes-content .img-cont {
        width: 50px;
        height: 50px;
        margin: 0 15px;
    }
    .trw .col-6 {
        display: none;
    }
    .trw .col-10 {
        width: 100%;
    }
    .tes-content {
        padding: 0;
    }
    .tes-content .text {
        padding: 20px;
    }
    .tes-content .text:before,
    .tes-content .text:after {
        display: none;
    }
    .goto .gback {
        background: rgba(40, 40, 40, .8);
    }
    .services .entry-service {
        width: 50% !important;
    }
    .forumLastPostTd,
    .page-nav-icon,
    .legendBlock,
    .pagesInfo,
    .forumNamesBar,
    .post-user .postRankIco,
    .post-user .postRankName,
    .post-user .postUserGroup,
    .post-user .numposts,
    .post-user .reputation,
    .post-user .statusBlock,
    .post-user .postip,
    .post-user .userBan,
    .fFastSearchTd,
    #subscribe {
        display: none
    }
    .forumIcoTd {
        vertical-align: top;
        padding: 10px 0!important
    }
    .switches {
        padding: 20px 0
    }
    .post-user {
        width: 60px!important
    }
    .post-content {
        margin-left: 80px!important
    }
    .post-user .user-avatar {
        width: 60px!important;
        height: 60px!important;
        line-height: 60px!important
    }
    .postUser {
        font-size: 7pt!important
    }
    .post-content .pc-triangle {
        top: 30px!important
    }
    .post-content .post-info span {
        display: block;
        margin-bottom: 2px
    }
    .post-content .pc-top .date i,
    .post-content .pc-top .time i {
        top: 0;
        font-size: 10pt
    }
    .f-add-form .col-4,
    .f-add-form .col-11 {
        float: none;
        width: 100%!important
    }
    .f-add-form .col-4 {
        margin-bottom: 5px!important
    }
    .f-add-form .col-11 {
        margin-top: 0!important
    }
    .f-add-form .pool {
        margin-bottom: 15px
    }
    .informer-gallery .entry-photo {
        width: 50%;
    }
    .packages .package .name {
        font-size: 2rem;
    }
}
@media screen and (max-width: 450px) {
    .tes-informer {
        margin: 6% -20px;
    }
    .tes-informer li .text {
        font-size: 1em;
    }
    .entry-tes .img-cont {
        width: 50px;
        height: 50px;
    }
    .entry-tes .text {
        margin-left: 60px;
        padding: 10px;
        font-size: 0.95em;
    }
    .entry-tes .text:before {
        top: 20px;
        left: -5px;
    }
    .goto .middle {
        padding: 30px;
    }
    .goto .des {
        line-height: 1.1;
    }
    .services .entry-service {
        width: 100% !important;
    }
    .main-descr {
        line-height: 1.2;
        font-size: 1em;
    }
    .informer-gallery .entry-photo {
        width: 100%;
    }
    .tes-informer {
        margin: 6% -20px;
    }
    .tes-informer li .text {
        font-size: 1em;
    }
}
@media screen and (max-width: 380px) {
    .uRelatedEntry,
    .grid-gallery li {
        width: 100%
    }
    .gb-name {
        margin: 0
    }
    .gb-rate {
        display: none
    }
    .blog-grid .title {
        font-size: 14pt
    }
    .tes-informer li .text {
        padding: 20px;
    }
    .tes-informer li .text:before {
        display: none;
    }
    .tes-informer li .img-cont {
        width: 60px;
        height: 60px;
        margin: 20px 10px 0 10px;
    }
    .tes-informer li .name {
        min-height: 60px;
        font-size: 1em;
    }
}
/*
     FILE ARCHIVED ON 05:24:18 May 31, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:41:09 Aug 04, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.49
  exclusion.robots: 0.017
  exclusion.robots.policy: 0.009
  esindex: 0.012
  cdx.remote: 67.135
  LoadShardBlock: 196.572 (3)
  PetaboxLoader3.datanode: 299.976 (6)
  load_resource: 1375.569 (2)
  PetaboxLoader3.resolve: 1178.757 (2)
  loaddict: 105.721
*/