@font-face {
    font-family: 'FontAwesome';
    src:  url('../fonts/icomoonf6e3.eot?7ym2zl');
    src:  url('../fonts/icomoonf6e3.eot?7ym2zl#iefix') format('embedded-opentype'),
    url('../fonts/icomoonf6e3.ttf?7ym2zl') format('truetype'),
    url('../fonts/icomoonf6e3.woff?7ym2zl') format('woff'),
    url('../fonts/icomoonf6e3.svg?7ym2zl#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(241, 241, 241);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto auto;
    color: rgb(62, 59, 59);
    font-family: Arial, Tahoma;
    font-size: 14px;
    font-weight: 200;
    hyphens: manual;
    line-height: 24px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    word-wrap: normal;
}

.header-panel {
    position: absolute;
    z-index: 1;
}
.header-panel {
    float: left;
    width: 100%;
    display: table;
}

.header-panel .wrapper {
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
}

.head {
    display: table;
    width: 100%;
    height: 7em;
    line-height: 1em;
}

.head div:nth-child(1) {
    width: 30%;
}

.head div:nth-child(2) {
    width: 20%;
    font-size: 0.8em;
}

.head div:nth-child(3) {
    font-size: 1.2em;
    font-weight: bold;
    align: center;
}

.head div:nth-child(4) {
    font-size: 1.2em;
    font-weight: bold;
    text-align: right;
    width: 15%;
}

.head div {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    border: 0px solid #000;
}

b, strong {
    font-weight: bold;
}

.uk-container.uk-container-center {
    position: relative;
    top: 80px;
}
.uk-container-center {
    margin-left: auto;
    margin-right: auto;
}
.uk-container {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1000px;
    padding: 0 15px;
}

.uk-navbar {
    /*border-radius: .4rem;*/
    border-radius: 8px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    background: #3f9fb8;
    color: #959b9b;
    background-image: none;
}

.uk-navbar::after {
    clear: both;
}
.uk-navbar::before, .uk-navbar::after {
    content: " ";
    display: table;
}

/************************************** Menu **************************************************/
#mainMenu ul.nav.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

#mainMenu ul.nav.menu > li {
    float: left;
    position: relative;
}


#mainMenu ul.nav.menu:first-child > li:first-child > a {
    border-left-width: 0;
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0);
}
#mainMenu ul.nav.menu > li:hover > a,
#mainMenu ul.nav.menu > li > a:focus,
#mainMenu ul.nav.menu > li.active > a,
#mainMenu ul.nav.menu > li.deeper:hover,
#mainMenu ul.nav.menu > li.deeper:focus,
#mainMenu .menu-item-hover {
    background-color: #338398;
    color: #fff;
    outline: none;
}

#mainMenu ul.nav.menu > li:first-child:hover > a,
#mainMenu ul.nav.menu > li.active:first-child > a
{
    border-radius: 8px 0px 0px 8px;
}

#mainMenu ul.nav.menu > li > a, #mainMenu ul.nav.menu > li.deeper {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    height: 50px;
    padding: 0 20px;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    font-family: Arial, Tahoma;
    font-weight: bold;
    border-right: 0px solid #DADADA;
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    text-transform: uppercase;
    cursor: pointer;
}

#mainMenu ul.nav.menu > li > a {
    white-space: nowrap;
}

#mainMenu ul.nav.menu > li.current > a {
    background-color: #f1f1f1;
    color: #3B3B3B;
}

#mainMenu ul.nav.menu .nav-child {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    left: 0;
    white-space: nowrap;
    padding: 30px;
    margin-top: 15px;
    cursor: default;
    line-height: 36px;
    list-style: none;
    z-index: 10;
}

#mainMenu ul.nav.menu .nav-child li {
    line-height: 36px;
}

#mainMenu ul.nav.menu .nav-child a {
    text-decoration: none;
    text-transform: none;
    font-size: 14px;
    font-family: Arial, Tahoma;
    font-weight: normal;
    padding: 10px;
}
#mainMenu ul.nav.menu .nav-child a:hover, #mainMenu ul.nav.menu .nav-child a:focus {
    color: #63b7b1;
}

/************************************** Mobile Menu **************************************************/
.humb-menu.opened {
    visibility: visible;
    opacity: 1;
    /*
    -o-transition: opacity 0.2s, visibility 0.2s;
    transition: opacity 0.2s, visibility 0.2s;
    */
}
.humb-menu {
    position: absolute;
    /*background: rgba(18,18,18,0.6);*/
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    /*
    -o-transition: opacity 0.2s 0.2s, visibility 0.2s 0.2s;
    transition: opacity 0.2s 0.2s, visibility 0.2s 0.2s;
    will-change: opacity, visibility;
    */
}

.humb-menu-background {
    position: absolute;
    background: rgba(18,18,18,0.6);
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
}

.humb-menu.opened .humb-menu-inner {

    right: 0;
    /*-o-transition: right 0.2s 0.2s;*/
    /*transition: right 0.2s 0.2s;*/
}

.humb-menu .humb-menu-inner {
    position: absolute;
    background: #338398;
    top: 0;
    /*right: -100%;*/
    right: 0;
    bottom: 0;
    width: 290px;
    max-width: 92%;
    overflow: auto;
    z-index: 1002;
    /*-o-transition: right 0.2s;*/
    /*transition: right 0.2s;*/
    /*will-change: right;*/
}

.humb-menu .humb-menu-inner a.title-back {
    color: #338398;
    text-decoration: none;
}

.humb-menu .humb-menu-title {
    background: #ffffff;
    position: relative;
    border-bottom: solid 1px #eaf2f4;
}

.humb-menu .humb-menu-title .title-back {
    border-left: solid 1px #eaf2f4;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
}

.humb-menu .humb-menu-title .title-back:after {
    content: "\f138";
    font-family: "FontAwesome";
}

.humb-menu .humb-menu-title .title-link {
    display: block;
    font-family: 'SansBold', sans-serif;
    font-weight: normal;
    font-size: 24px;
    color: #121212;
    text-decoration: none;
    line-height: 60px;
    padding-left: 20px;
}

#mobileMenu.humb-menu .humb-menu-content li.deeper:after {
    content: "\f078";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    top: 0px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s, -o-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s, -o-transform 0.2s;
}

#mobileMenu.humb-menu .humb-menu-content li.deeper.active:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.humb-menu .humb-menu-content {
    padding: 20px;
}

.humb-menu .humb-menu-menu>li>a {
    text-decoration: none;
    display: block;
    font-family: 'SansBold', sans-serif;
    font-weight: normal;
    font-size: 1.8rem;
    color: #fff;
    line-height: 2.4rem;
    padding: 12px 0;
    border-bottom: solid 1px #75d0f2;
}

#mobileMenu ul.nav.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

#mobileMenu ul.nav.menu > li {
    position: relative;
    border-bottom: solid 1px #75d0f2;
}


#mobileMenu ul.nav.menu:first-child > li:first-child > a {
    border-left-width: 0;
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0);
}
#mobileMenu ul.nav.menu > li:hover > a, #mobileMenu ul.nav.menu > li > a:focus, #mobileMenu ul.nav.menu > li.active > a,
#mobileMenu ul.nav.menu > li.deeper:hover, #mobileMenu ul.nav.menu > li.deeper:focus, #mobileMenu .menu-item-hover {
    background-color: #338398;
    color: #fff;
    outline: none;
}
#mobileMenu ul.nav.menu > li > a, #mobileMenu ul.nav.menu > li.deeper {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    padding: 0 25px;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    font-family: Arial, Tahoma;
    font-weight: bold;
    border-right: 0px solid #DADADA;
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    text-transform: uppercase;
    cursor: pointer;
}

#mainMenu ul.nav.menu > li > a {
    white-space: nowrap;
}

#mobileMenu ul.nav.menu > li.current > a {
    background-color: #f1f1f1;
    color: #3B3B3B;
}

#mobileMenu ul.nav.menu .nav-child {
    display: none;
    position: relative;
    /*list-style: none;*/
    white-space: nowrap;
    padding: 0;
    padding-bottom: 10px;
}

#mobileMenu ul.nav.menu .nav-child li {
    line-height: 36px;
}

#mobileMenu ul.nav.menu .nav-child a {
    text-decoration: none;
    text-transform: none;
    font-size: 14px;
    font-family: Arial, Tahoma;
    font-weight: normal;
    padding: 10px;
    color: #ffffff;
}

#mobileMenu ul.nav.menu .nav-child a:hover, #mobileMenu ul.nav.menu .nav-child a:focus {
    color: #63b7b1;
}

.humb-menu-services {
    padding-top: 5px;
    color: #ffffff;
}

a.mobile-services-mail, a.mobile-services-phone {
    text-decoration: none;
    color: #ffffff;
}

.mobile-services-mail:before {
    content: "\f0e0";
    font-family: "FontAwesome";
    padding-right: 5px;
    font-size: 24px;
    vertical-align: bottom;
}

.mobile-services-phone:before {
    content: "\e942";
    font-family: "FontAwesome";
    padding-right: 5px;
    font-size: 24px;
    vertical-align: bottom;
}

.humb-menu-services div {
    padding-top: 20px;
}

/* ========================================================================
   Name:            Bootstrap layer
   Description:     Compatibility layer to match UIkit and Bootstrap style
 ========================================================================== */
/* Button overrides
 ========================================================================== */
.tc-form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.tc-form-control {
    display: initial;
    max-width: 270px;
    width:100%;
    height: 34px;
    padding: 6px 6px;
    font-size: 2em;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/* ~ */
button.close {
    padding: 3px;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.btn {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #bedad8;
    background-image: -moz-linear-gradient(top, #ffffff, #5ca29d);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#5ca29d));
    background-image: -webkit-linear-gradient(top, #ffffff, #5ca29d);
    background-image: -o-linear-gradient(top, #ffffff, #5ca29d);
    background-image: linear-gradient(to bottom, #ffffff, #5ca29d);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ff5ca29d', GradientType=0);
    border-color: #5ca29d #5ca29d #40716d;
    *background-color: #5ca29d;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #cccccc;
    *border: 0;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #ffffff;
    background-color: #5ca29d;
    *background-color: #53918d;
}
.btn:active,
.btn.active {
    background-color: #49817d \9;
}
.btn:first-child {
    *margin-left: 0;
}
.btn:hover,
.btn:focus {
    color: #ffffff;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}
.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
    margin-top: 4px;
}
.btn-small {
    padding: 2px 10px;
    font-size: 11.9px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
    margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
    margin-top: -1px;
}
.btn-mini {
    padding: 0 6px;
    font-size: 10.5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
    color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #55adb4;
    background-image: -moz-linear-gradient(top, #63b7b1, #3f9fb8);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#63b7b1), to(#3f9fb8));
    background-image: -webkit-linear-gradient(top, #63b7b1, #3f9fb8);
    background-image: -o-linear-gradient(top, #63b7b1, #3f9fb8);
    background-image: linear-gradient(to bottom, #63b7b1, #3f9fb8);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff63b7b1', endColorstr='#ff3f9fb8', GradientType=0);
    border-color: #3f9fb8 #3f9fb8 #2c6e7f;
    *background-color: #3f9fb8;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: #ffffff;
    background-color: #3f9fb8;
    *background-color: #398fa5;
}
.btn-primary:active,
.btn-primary.active {
    background-color: #327e92 \9;
}
.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #fadfac;
    background-image: -moz-linear-gradient(top, #fbeac9, #f7cf81);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbeac9), to(#f7cf81));
    background-image: -webkit-linear-gradient(top, #fbeac9, #f7cf81);
    background-image: -o-linear-gradient(top, #fbeac9, #f7cf81);
    background-image: linear-gradient(to bottom, #fbeac9, #f7cf81);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbeac9', endColorstr='#fff7cf81', GradientType=0);
    border-color: #f7cf81 #f7cf81 #f2b439;
    *background-color: #f7cf81;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    color: #ffffff;
    background-color: #f7cf81;
    *background-color: #f5c669;
}
.btn-warning:active,
.btn-warning.active {
    background-color: #f4bd51 \9;
}
.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #e0605d;
    background-image: -moz-linear-gradient(top, #ee5f5b, #cc6260);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#cc6260));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #cc6260);
    background-image: -o-linear-gradient(top, #ee5f5b, #cc6260);
    background-image: linear-gradient(to bottom, #ee5f5b, #cc6260);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffcc6260', GradientType=0);
    border-color: #cc6260 #cc6260 #a93936;
    *background-color: #cc6260;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    color: #ffffff;
    background-color: #cc6260;
    *background-color: #c64f4c;
}
.btn-danger:active,
.btn-danger.active {
    background-color: #bc3f3c \9;
}
.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #62bf63;
    background-image: -moz-linear-gradient(top, #62c462, #62b863);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#62b863));
    background-image: -webkit-linear-gradient(top, #62c462, #62b863);
    background-image: -o-linear-gradient(top, #62c462, #62b863);
    background-image: linear-gradient(to bottom, #62c462, #62b863);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff62b863', GradientType=0);
    border-color: #62b863 #62b863 #408d42;
    *background-color: #62b863;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    color: #ffffff;
    background-color: #62b863;
    *background-color: #50b052;
}
.btn-success:active,
.btn-success.active {
    background-color: #489e4a \9;
}
.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    *background-color: #2f96b4;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    color: #ffffff;
    background-color: #2f96b4;
    *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
    background-color: #24748c \9;
}
.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #8f8f8f;
    background-image: -moz-linear-gradient(top, #444444, #ffffff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #444444, #ffffff);
    background-image: -o-linear-gradient(top, #444444, #ffffff);
    background-image: linear-gradient(to bottom, #444444, #ffffff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ffffffff', GradientType=0);
    border-color: #ffffff #ffffff #d9d9d9;
    *background-color: #ffffff;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    color: #ffffff;
    background-color: #ffffff;
    *background-color: #f2f2f2;
}
.btn-inverse:active,
.btn-inverse.active {
    background-color: #e6e6e6 \9;
}
button.btn,
input[type="submit"].btn {
    *padding-top: 3px;
    *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
    *padding-top: 3px;
    *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
    *padding-top: 1px;
    *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #63b7b1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
    color: #63b7b1;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
    color: #ffffff;
    text-decoration: none;
}
.btn-group {
    position: relative;
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    font-size: 0;
    vertical-align: middle;
    white-space: nowrap;
    *margin-left: .3em;
}
.btn-group:first-child {
    *margin-left: 0;
}
.btn-group + .btn-group {
    margin-left: 5px;
}
.btn-toolbar {
    font-size: 0;
    margin-top: 12px;
    margin-bottom: 12px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
    margin-left: 5px;
}
.btn-group > .btn {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.btn-group > .btn + .btn {
    margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
    font-size: 14px;
}
.btn-group > .btn-mini {
    font-size: 10.5px;
}
.btn-group > .btn-small {
    font-size: 11.9px;
}
.btn-group > .btn-large {
    font-size: 17.5px;
}
.btn-group > .btn:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn.large:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
    z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    *padding-top: 5px;
    *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
    *padding-top: 2px;
    *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
    *padding-top: 5px;
    *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
    *padding-top: 7px;
    *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
    background-color: #5ca29d;
}
.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #3f9fb8;
}
.btn-group.open .btn-warning.dropdown-toggle {
    background-color: #f7cf81;
}
.btn-group.open .btn-danger.dropdown-toggle {
    background-color: #cc6260;
}
.btn-group.open .btn-success.dropdown-toggle {
    background-color: #62b863;
}
.btn-group.open .btn-info.dropdown-toggle {
    background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #ffffff;
}
.btn .caret {
    margin-top: 8px;
    margin-left: 0;
}
.btn-large .caret {
    margin-top: 6px;
}
.btn-large .caret {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
    margin-top: 8px;
}
.dropup .btn-large .caret {
    border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}
.btn-group-vertical {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
}
.btn-group-vertical > .btn {
    display: block;
    float: none;
    max-width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
    margin-left: 0;
    margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
.btn-group-vertical > .btn:last-child {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
.btn-group-vertical > .btn-large:first-child {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
.btn-group-vertical > .btn-large:last-child {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
/* ~ */
.btn {
    /* Reset */
    border: none;
    /* Todo */
    border-radius: 0;
    border-color: transparent;
    box-shadow: none;
    text-shadow: none;
    /* Overrides */
    line-height: 22px;
    background: #64b8b2;
    color: #ffffff;
    background-image: -webkit-linear-gradient(top, #66bcb6, #62b6b0);
    background-image: linear-gradient(to bottom, #66bcb6, #62b6b0);
    border-radius: 2px;
}
.btn:hover,
.btn:focus {
    /* Reset */
    background-position: 0 0;
    -webkit-transition: none;
    transition: none;
    /* Overrides */
    background-color: #65a8a3;
    color: #ffffff;
    background-image: none;
}
.btn.active,
.btn:active {
    /* Reset */
    box-shadow: none;
    /* Overrides */
    background-color: #5ca29d;
    color: #ffffff;
    background-image: none;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
}
/* Primary */
.btn-primary,
.btn-info,
.btn-inverse {
    background-color: #4faec7;
    color: #ffffff;
    background-image: -webkit-linear-gradient(top, #53b5ce, #4caac2);
    background-image: linear-gradient(to bottom, #53b5ce, #4caac2);
}
.btn-primary:hover,
.btn-info:hover,
.btn-inverse:hover {
    background-color: #47a7bf;
    color: #ffffff;
}
.btn-primary:active,
.btn-primary.active,
.btn-info:active,
.btn-info.active,
.btn-inverse:active,
.btn-inverse.active {
    background-color: #3f9fb8;
    color: #ffffff;
}
/* Danger */
.btn-danger,
.btn-warning {
    background-color: #dc706e;
    color: #ffffff;
    background-image: -webkit-linear-gradient(top, #e37471, #d86e6c);
    background-image: linear-gradient(to bottom, #e37471, #d86e6c);
}
.btn-danger:hover,
.btn-warning:hover {
    background-color: #d06e6b;
    color: #ffffff;
}
.btn-danger:active,
.btn-danger.active,
.btn-warning:active,
.btn-warning.active {
    background-color: #cc6260;
    color: #ffffff;
}
/* Success */
.btn-success {
    background-color: #6dcb6f;
    color: #ffffff;
    background-image: -webkit-linear-gradient(top, #71d173, #6ac76c);
    background-image: linear-gradient(to bottom, #71d173, #6ac76c);
}
.btn-success:hover {
    background-color: #6cbc6e;
    color: #ffffff;
}
.btn-success:active,
.btn-success.active {
    background-color: #62b863;
    color: #ffffff;
}
/* Disabled */
.btn.disabled,
.btn[disabled] {
    background-color: #f9f9f9;
    color: #a8aeb6;
    background-image: -webkit-linear-gradient(top, #66bcb6, #62b6b0);
    background-image: linear-gradient(to bottom, #66bcb6, #62b6b0);
    border-radius: 2px;
    box-shadow: none;
    background-image: none;
}
/* Link */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.uk-active,
.btn-link:disabled {
    display: inline;
    border: none;
    background: none;
    box-shadow: none;
}
/* Color */
.btn-link {
    color: #63b7b1;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.uk-active {
    color: #63b7b1;
}
.btn-link:disabled {
    color: #a8aeb6;
}
/* Dropdown caret */
.btn .caret {
    /* Reset */
    margin-bottom: 0;
    /* Overrides */
    margin-top: 9px;
    /* 4px = caret height */
    border-top-color: #ffffff;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
    margin-top: 4px;
    /* 14px = icon height */
    vertical-align: top;
}
/* Button group overrides
 ========================================================================== */
.btn-group > .btn + .dropdown-toggle {
    box-shadow: none;
}
.btn-group.open .btn.dropdown-toggle {
    background-image: none;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
}
/* Form overrides
 ========================================================================== */
select,
textarea,
/*input[type="text"],*/
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    /* Reset */
    /*border-radius: 0;*/
    /*box-shadow: none;*/
    /* Overrides */
    /*height: 20px;*/
    /*line-height: 20px;*/
    color: #656b6b;
    /*font-weight: 300;*/
}
select:focus,
textarea:focus,
    /*input[type="text"]:focus,*/
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
/*input[type="tel"]:focus,*/
input[type="color"]:focus,
.uneditable-input:focus {
    /* Reset */
    box-shadow: none;
    /* Overrides */
    border-color: #d0d0d0;
    outline: 0;
    background: #f4f4f4;
}
select {
    border-color: #e9e9e9;
}
select,
input[type="file"] {
    height: auto;
    line-height: auto;
}
.input-append input {
    border-radius: 0 0 0 0;
}
.input-append .add-on,
.input-prepend .add-on {
    /* Reset */
    text-shadow: none;
    /* Overrides */
    height: 20px;
    line-height: 20px;
    border-color: #e9e9e9;
    background-color: #ececec;
}
.row-fluid input[class*="span"] {
    min-height: 20px;
}
.input-append .add-on:first-child,
.input-append .btn:first-child,
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child,
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
    border-radius: 0 0 0 0;
}
.input-append > .btn,
.input-prepend > .btn {
    position: relative;
}
.input-append > .btn:hover,
.input-prepend > .btn:hover,
.input-append > .btn:focus,
.input-prepend > .btn:focus,
.input-append > .btn:active,
.input-prepend > .btn:active,
.input-append > .btn.active,
.input-prepend > .btn.active {
    z-index: 2;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-prepend .add-on:last-child,
.input-prepend .btn:last-child,
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
    border-radius: 0 0 0 0;
}
.input-block-level {
    min-height: auto;
}
input.search-query {
    border-radius: 0;
}
.form-search .input-append .search-query {
    border-radius: 0 0 0 0;
}
.form-search .input-append .btn {
    border-radius: 0 0 0 0;
}
.form-search .input-prepend .search-query {
    border-radius: 0 0 0 0;
}
.form-search .input-prepend .btn {
    border-radius: 0 0 0 0;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    box-shadow: none;
    border-color: rgba(220, 112, 110, 0.5) !important;
    background: rgba(220, 112, 110, 0.1) !important;
    color: #dc706e !important;
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus,
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
    box-shadow: none;
}
.control-group input {
    height: 20px;
    min-height: 20px !important;
    line-height: 20px;
}
.control-group.warning label,
.control-group.error label,
.control-group.warning .help-block,
.control-group.error .help-block,
.control-group.warning .help-inline,
.control-group.error .help-inline {
    color: #dc706e;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    box-shadow: none;
    border-color: rgba(109, 203, 111, 0.7) !important;
    background: rgba(109, 203, 111, 0.1) !important;
    color: #6dcb6f !important;
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
    box-shadow: none;
}
.control-group.success label,
.control-group.success .help-block,
.control-group.success .help-inline {
    color: #6dcb6f;
}
.form-actions {
    border: none;
}

/********************************** DRE Input ****************************************/

.id-info-wrap-parent {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.id-info-wrap-child {
    position: relative;
    display: inline-block;
}
.table th {
    background-color: aliceblue;
}
.statusid {
    margin: 0 0 15px 0;
    font-family: Arial, Tahoma;
    font-weight: normal;
    color: #4890a0;
    text-transform: none;
}
.tc-info-loading, .status-not-registered, .status-registered-empty, .status-registered, .status-wrap {
    /*min-height: 100px;*/
}
.tc-info-loading {
    /*display: none;*/
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: table;
    position: absolute;
    vertical-align: middle;
    background-color: rgba(255,255,255,0.9);
    z-index: 1;

}
.status-wrap {
    position: relative;
    display: none;
    height: 178px;
    /*border: 1px solid red;*/
    overflow: hidden;
    white-space: normal;
}
.status-not-registered, .status-registered-empty, .status-registered, .status-free-format {
    position: relative;
    display: none;
}
.tc-info-loading-content {
    display: table-cell;
    vertical-align: middle;
    /*border: 1px solid #62b863;*/
}
@media screen and (max-width: 390px) {
    .buttonbay {
        max-width: initial;
    }
}
@media screen and (max-width: 375px) {
    .buttonbay {
        max-width: initial;
    }
    .header-panel {
        box-shadow:none;
    }
    .head div { /* для IE8+ */

        vertical-align: middle;
        width:20%;
        border: 0px solid #000;
    }
    .tricolor-logo-img {
        width: 87px;
        height: 47px;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url('../../yoo_everest/styles/turquoise/images/logo-small.png');
    }
    .head div:nth-child(1) { /* Лого ТриколорТВ */
        display:none;
    }
    .head div:nth-child(2) { /* не менее высоты родителя */
        display:none;
    }
    .head div:nth-child(3) { /* не менее высоты родителя */
        display:none;
    }
    .head div:nth-child(4) { /* не менее высоты родителя */
        font-size: 90%;
        font-weight:bold;
        text-align: right;
        width:15%;
    }
}
.package-warning {
    display: none;
    font-size: 1em;
    text-align: center;
    color: #c24630;
}
.btn-lg {
    min-width: 30%;
}

.tc-smart-card-input, .tc-smart-card-input-btn {
    margin-bottom: 10px;
}
.tc-input-group {
    display: table;
    position: relative;
    width: 100%;
    max-width: 570px;
}
.tc-input-group-input {
    position: relative;
    display: table-cell;
}
.tc-smart-card-input {
    margin-right: 5px;
    width: 100%;
    height: 47px;
    max-width: initial;
    box-sizing: border-box!important;
    /*max-width: 570px;*/
    /*vertical-align: middle;*/
}
.tc-input-group-btn {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 1%;
    text-align: center;
}
.tc-smart-card-input-btn {
    position: relative;
    display: block;
    /*width: 100%;*/
    height: 47px;
    padding: 6px 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box!important;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 10px;
}
@media (max-width: 600px) {
    .tc-input-group-input, .tc-input-group-btn  {
        display: table-row;
    }
    .tc-smart-card-input-btn {
        margin-left: 0px;
    }
}

.identific {
    font-size: 1.3em;
    font-weight: 700;
    margin-right: 20px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 10px;
}
.idnumber-wrap {
    position: relative;
    display: block;
}
.idnumber {
    position: relative;
    display: inline-block;
    margin: 0;
    text-align: left;
}

/********************************** Global *******************************************/
.tm-footer {
    position: relative;
    padding: 30px;
    background: rgba(165, 165, 165, 0.15);
    background-image: none;
    box-shadow: 0 1px 6px rgba(50, 90, 90, 0.53), inset 0 0 1px rgba(40, 40, 40, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0);
    color: #3E3B3B;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}
.tm-toolbar, .tm-navbar, .tm-footer {
    margin-top: 15px;
    margin-bottom: 15px;
}

.tm-totop-scroller {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
    width: 20px;
    height: 20px;
    color: #959b9b !important;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    -webkit-transition: all linear 0.05s;
    transition: all linear 0.05s;
}

.tm-totop-scroller:after {
    content: "\f077";
    font-family: "FontAwesome";
}

.nfooter {
    display: table;
    width: 100%;
    height: 5em; /* работает также как min-height, то есть будет растягиваться пока не поместится всё содержимое */
    line-height: 1em;
}
.nfooter div { /* для IE8+ */
    display: table-cell;
    vertical-align: middle;
    width:20%;
    border: none;
    font-size:11px;
    text-align: left;
}
.nfooter img {
    max-width:200px;
}
.nfooter div:nth-child(2) {
    /*width:80%;*/
    max-width:300px;
    text-align:right;
}

/* tooltips */
.tooltip-error-content {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    /*line-height: 20px;*/
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    position: relative;
    z-index: 2000;
    -webkit-font-smoothing: antialiased;
}
.tooltip-box {
    position: absolute;
    background: #ff6464;
    opacity: 0.9;
}
.tooltip-box:hover {
    opacity: .8!important;
}
.tooltip-box-top:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 100, 100, 0);
    border-bottom-color: #ff6464;
    border-width: 10px;
    margin-left: -10px;
}
.tooltip-box-right:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 100, 100, 0);
    border-left-color: #ff6464;
    border-width: 10px;
    margin-top: -10px;
}
.tooltip-box-left:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 100, 100, 0);
    border-right-color: #ff6464;
    border-width: 10px;
    margin-top: -10px;
}
.tooltip-box-topleft:after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 100, 100, 0);
    border-bottom-color: #ff6464;
    border-width: 10px;
    margin-left: -10px;
}
.tooltip-box-bottom:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 100, 100, 0);
    border-top-color: #ff6464;
    border-width: 10px;
    margin-left: -10px;
}

/***********************************News***************************************/
.content-wrapper {
    list-style: none;
}

.content-wrapper > .item-page {
    position: relative;
    display: block;
    padding: 16px;
    background: #ffffff;
    border-radius: .4rem;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
    margin-bottom: 0;
}

.blog .items-leading > div, .blog .items-row div.item {
    padding: 16px;
    background-color: #ffffff;
    border-radius: .4rem;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
    margin-bottom: 15px;
}

.blog .items-leading > div::after, .blog .items-row div.item::after {
    clear: both;
    content: " ";
    display: table;
}

/*
.item-page > div[itemprop="articleBody"] {
    padding-top: 20px;
}
*/

.article-info.muted {
    border-bottom: 1px solid #e9e9e9;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.article-info-term {
    display: none;
}

.tm-article-date-small {
    display: none;
}

.tm-article-date-small {
    position: absolute;
    top: 20px;
    left: 0px;
    min-width: 35px;
    padding: 8px;
    background: #4faec7;
    color: #ffffff;
    text-align: center;
    line-height: 18px;
}

.tm-article-date-day {
    display: block;
    font-size: 11px;
}

.tm-article-date-year {
    display: block;
    font-size: 15px;
}

@media (min-width: 768px) {
    .content-wrapper > .item-page.item-page-with-date {
        padding-left: 70px;
    }
    .tm-article-date-small {
        display: block;
    }
    .tm-time-full {
        display: none;
    }
}

ul.breadcrumb {
    padding: 0;
    list-style: none;
}

ul.breadcrumb > li, ul.breadcrumb > li > span, ul.breadcrumb > li > a {
    display: inline-block;
}

ul.breadcrumb > li > span.divider > img {
    display: none;
}

ul.breadcrumb > li > span.divider:nth-child(n+2)::before {
    content: "\f105";
    display: inline-block;
    margin: 0 8px;
    color: #a8aeb6;
    font-family: "FontAwesome";
}

.uk-breadcrumb > li {
    font-size: 0.9rem;
    vertical-align: top;
}

li, dt, dd {
    line-height: 24px;
}

.pull-left.item-image {
    float: left;
}

/******************************** Fluid *****************************************************/

.items-row.row-fluid {
    display: table;
}

.items-row.row-fluid .span12 {
    display: table-cell;
    width: 100%;
    padding: 5px;
}

.items-row.row-fluid .span6 {
    display: table-cell;
    width: 50%;
    padding: 5px;
}

.items-row.row-fluid .span6 > .item {
    margin-bottom: 0px;
}

.items-row.row-fluid .span4 {
    display: table-cell;
    width: 33.3%;
    padding: 5px;
}

.items-row.row-fluid .span4 > .item {
    margin-bottom: 0px;
}

.blog > .items-more:before {
    content: "Еще статьи...";
    display: block;
    border: 1px solid #e9e9e9;
    color: #4890a0;
    margin: 5px;
    font-size: 20px;
    background-color: #ffffff;
    padding: 20px;
    padding-left: 30px;
    margin-bottom: 0px;
}

.clearfix {
    clear: both;
}

.clearfix:after {
    clear: both;
    content: "";
    display: table;
}

/**********More articles*********/
.items-more ol.nav.nav-tabs {
    list-style: none;
    margin: 5px;
    padding: 20px;
    background-color: #ffffff;
    padding-left: 30px;
    border: 1px solid #e9e9e9;
    margin-top: 0px;
    border-top-width: 0px;
}

.items-more ol.nav.nav-tabs > li > :last-child {
    margin-bottom: 0;
    padding: 10px;
    font-weight: bold;
    border-left: 5px solid rgb(113, 200, 51);
}

.items-more ol.nav.nav-tabs > li > a {
    color: #1D7DC1;
    text-decoration: none;
    cursor: pointer;
}

/*****************pagination***********************/
.pagination {
    margin: 18px 0;
}

.pagination ul {
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}

.pagination ul > li {
    display: inline;
}

.pagination ul > li > a, .pagination ul > li > span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #ddd;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    line-height: 18px;
    padding: 4px 12px;
    text-decoration: none;
}

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-left-width: 1px;
    border-top-left-radius: 4px;
}

.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.cat-children, .pagination .counter {
    display: none;
}

/***************************Поддержка*********************************/
.table-bordered {
    border: 1px solid #e9e9e9;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.table {
    width: 100%;
    margin-bottom: 24px;
    border-spacing: 0;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
    background-color: #f1f1f1;
}

.table-bordered th, .table-bordered td {
    border-left: 1px solid #e9e9e9;
}

.table th, .table td {
    padding: 8px;
    line-height: 24px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #e9e9e9;
}

/*******************Панель администратора (панель иконок)********************************/
.icons {
    display: block;
    position: relative;
    background-color: rgba(255,255,255,255);
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 2px dashed #995858;
}

.icons .dropdown-toggle {
    display: none;
}


/*****************************************************************************************************/
/******************************* Стили для мобильной версии *****************************************/
/*****************************************************************************************************/

.header-panel-mobile {
    display: none;
}

@media (max-width: 700px) {
    .nfooter {
        border-collapse: separate;
        border-spacing: 10px;
    }
    .nfooter div {
        display: table-row;
    }
    .nfooter div:nth-child(1) {
        text-align: center;
    }
    .nfooter div:nth-child(2) {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 960px) {
    .header-panel-mobile {
        display: block;
    }

    .header-panel, #mainMenu {
        display: none;
    }
    .uk-container.uk-container-center {
        top: 0px;
    }
    .content-wrapper > .item-page {
        border-radius: 0;
        box-shadow: unset;
    }
    .uk-container {
        padding: 0;
    }
    .tm-footer {
        margin: 0;
        box-shadow: unset;
    }
    .menu-icon {
        width: 24px;
    }
    .menu-icon > span {
        display: block;
        height: 4px;
        background: #338398;
        border-radius: 2px;
        margin: 7px;
    }

    .header-panel-mobile {
        display: block;
        position: relative;
        padding: 15px;
    }

    .header-panel-mobile .mail-icon, .header-panel-mobile .phone-icon, .header-panel-mobile .menu-icon, .header-panel-mobile .logo-icon {
        z-index: 100;
        height: 38px;
    }

    .header-panel-mobile .mail-icon, .header-panel-mobile .phone-icon, .header-panel-mobile .menu-icon {
        position: relative;
        float: right;
    }
    .header-panel-mobile .logo-icon {
        position: relative;
        float: left;
    }

    .header-panel-mobile .menu-icon {
        width: 42px;
    }

    .blog .items-leading > div, .blog .items-row div.item {
        border-radius: 0;
        box-shadow: unset;
    }

    .items-row.row-fluid {
        border-collapse: collapse;
    }

    .items-row.row-fluid .span4 {
        display: table-row;
        width: 100%;
        border-bottom: 10px solid #f1f1f1;
    }

    ul.breadcrumb {
        display: none;
    }
}

.header-panel-mobile .logo-icon .logo-icon-small {
    display: none;
}

@media (max-width: 360px) {
    .header-panel-mobile .logo-icon .logo-icon-big {
        display: none;
    }
    .header-panel-mobile .logo-icon .logo-icon-small {
        display: block;
    }
    .logo-icon-wrap {
        overflow: hidden;
        width: 63px;
    }
    .logo-icon-wrap > img {
        height: 34px;
        width: 230px;
        max-width: 230px;
        max-height: 34px;
        min-width: 230px;
        min-height: 34px;
    }
}

.pull-left.item-image {
    padding: 10px;
}

div.blog > div.items-leading div.pull-left.item-image > a > img {
    width: 100px;
}
