@font-face {
    font-family: "OpenSans-Bold";
    src: url("../fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "OpenSans-BoldItalic";
    src: url("../fonts/Open_Sans/OpenSans-BoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "OpenSans-ExtraBold";
    src: url("../fonts/Open_Sans/OpenSans-ExtraBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "OpenSans-ExtraBoldItalic";
    src: url("../fonts/Open_Sans/OpenSans-ExtraBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "OpenSans-Italic";
    src: url("../fonts/Open_Sans/OpenSans-Italic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "OpenSans-Light";
    src: url("../fonts/Open_Sans/OpenSans-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "OpenSans-LightItalic";
    src: url("../fonts/Open_Sans/OpenSans-LightItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "OpenSans-Regular";
    src: url("../fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "OpenSans-SemiBold";
    src: url("../fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "OpenSans-SemiBoldItalic";
    src: url("../fonts/Open_Sans/OpenSans-SemiBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


@font-face {
    font-family: "NotoSerif-Regular";
    src: url("../fonts/NotoSerif/NotoSerif-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "NotoSerif-Italic";
    src: url("../fonts/NotoSerif/NotoSerif-Italic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "NotoSerif-Bold";
    src: url("../fonts/NotoSerif/NotoSerif-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

* {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

*, *:before, *:after {
    box-sizing: border-box;
}

li {
    list-style: none;
}

.clear-fix {
    clear: both;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

.row {
    margin: 0 -15px;
}

ol, ul {
    margin: 0;
}

a:focus {
    outline: none;
}
body{    background-color: #fff; font-family: 'OpenSans-Regular', sans-serif !important;}
a:focus, a:hover {
    color: inherit;
    text-decoration: none;
}

.language a {
    padding: 0 6px;
    font-size: 14px;
    padding-left: 1px;
    font-family: OpenSans-Regular;
    background: none;
    color: #fff;
}
.language a.active{color: #feea3b;}
.language > ul > li:nth-child(1) > a {
    padding-left: 0;
}

.language > ul > li:nth-child(4) > a {
    padding-right: 0;
    border: none;
}

.header-top.header-top-home .language a {
    border-right: 1px solid #36943c;
}

.header-top.header-top-home .language > ul > li:nth-child(4) > a {
    padding-right: 0;
    border: none;
}

div.special-menu > ul > li > a {
    font-size: 13px;
    font-family: OpenSans-Regular;
    color: #000;
    border-right: 1px solid #ecedee;
    padding: 0 15px;
}

.header-top.header-top-home div.special-menu > ul > li > a {
    border-right: 1px solid #36943c;
}

.header-top.header-top-home div.special-menu > ul > li > a {
    color: #ffffff;
}

div.special-menu > ul > li:nth-child(7) > a {
    border-right: none;
    padding-right: 0;
}

.header-top.header-top-home div.special-menu > ul > li:nth-child(7) > a {
    border-right: none;
    padding-right: 0;
}

.language > span {
    color: #000;
    font-size: 13px;
    font-family: OpenSans-Regular;
}

.special-menu > ul > li {
    display: inline-block;
    margin-left: -4px;
}

.special-menu {
    float: left;
}

.language {
    float: right;
}

div.special-menu > ul > li > a > i {
    padding-right: 3px;
}

.header-top.header-top-home div.special-menu > ul > li > a > i {
    padding-right: 3px;
    color: #ffffff;
}

.header-top {
    height: 40px;
    padding-top: 10px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(222, 222, 222, 1);
    -moz-box-shadow: 0px 3px 6px 0px rgba(222, 222, 222, 1);
    box-shadow: 0px 3px 6px 0px rgba(222, 222, 222, 1);

}

.header-top.header-top-home {
    background-color: #276d2b;
}

.search-container {
    float: right;
        margin-top: 40px;
            position: relative;
}

.search-container input[type=text] {
        padding: 0 10px;
    height: 37px;
    font-size: 14px;
    border: none;
    background: #fafafa;
    font-family: OpenSans-Italic;
    width: 300px;
    border-radius: 5px;
}

.header.header-home .search-container input[type=text] {
    background: #fafafaa6;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 4px;
}

.header.header-home .search-container button {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.search-container button {
    float: right;
    height: 37px;
    padding: 0 15px;
    background: #fafafa;
    border: none;
    cursor: pointer;
        position: absolute;
    right: 3px;
    top: 0;
}

.search-container i, .header-lang button i{color: #000 !important;}
.header-lang button {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #000;
}

.foto-video-link{
    float: right;
    margin: 10px 15px;
    font-family: OpenSans-SemiBold, sans-serif;
}
.foto-video-link .foto-link{
    display: none;
    float: right;
    font-size: 16px;
    color: #1e88e5;
}
.foto-video-link .video-link{
    display: none;
    float: right;
    font-size: 16px;
    color: #1e88e5;
}
.foto-video-link .foto-link i, .foto-video-link .video-link i{
    font-size: 14px;
    margin-left: 5px;
}
.foto-video-link .foto-link.activ{
    display: block;
}
.foto-video-link .video-link.activ{
    display: block;
}


.header-lang .dropdown-menu li{width: 100%;}
.header-lang button:focus, .header-lang button:active{}
.header-lang .btn-group.open .dropdown-toggle {
    box-shadow: none;
    background: #fff;
    color: #000;
    padding-top: 3px;
    border-radius: 5px 5px 0 0;
}
.header-lang .dropdown-menu {
    min-width: 110px;
}
.slogan{font-family: "OpenSans-Regular";float: left;    margin-left: 75px;
    margin-top: 45px;font-size: 18px;line-height: 14px;}
.slogan span{color: #046cb7; font-family: "OpenSans-SemiBold"; font-size: 40px;margin-left: 15px;line-height: 14px;}
a.vertual {
        font-family: OpenSans-Regular;
    font-size: 14px;
    font-weight: bold;
    /* background-color: #008dea; */
    color: #276d2b;
    padding: 8px 35px;
    border-radius: 20px;
    margin-top: 10px;
    background: rgba(254,234,59,1);
    background: -moz-linear-gradient(top, rgba(254,234,59,1) 0%, rgba(240,212,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,234,59,1)), color-stop(100%, rgba(240,212,0,1)));
    background: -webkit-linear-gradient(top, rgba(254,234,59,1) 0%, rgba(240,212,0,1) 100%);
    background: -o-linear-gradient(top, rgba(254,234,59,1) 0%, rgba(240,212,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(254,234,59,1) 0%, rgba(240,212,0,1) 100%);
    background: linear-gradient(to bottom, rgba(254,234,59,1) 0%, rgba(240,212,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feea3b', endColorstr='#f0d400', GradientType=0 );
}

a.logo > img {
    width: 65px;
}

.header {
    margin-top: 18px;
}

.header.header-home {
    position: absolute;
    z-index: 1;
}

.header-inner::after, .header-inner::before {
    content: '';
    display: block;
    clear: both;
}

.header-top-inner::after, .header-top-inner::before {
    content: '';
    display: block;
    clear: both;
}

.navbar {
    overflow: hidden;
    border: none;
    position: unset;
    margin-bottom: 0;
    min-height: auto;
    font-family: OpenSans-SemiBold;
    border-radius: 0;
}

.navbar a {
    float: left;
    font-size: 16px;
    font-family: OpenSans-SemiBold;
    color: #fff;
    text-align: center;
    padding: 11px 20px;
    text-decoration: none;
}

.dropdown1 {
    float: left;
    overflow: hidden;
}

.dropdown1 .dropbtn1 {
    font-size: 16px;
    border: none;
    outline: none;
    color: #fff;
    /*padding: 10px 20px;*/
    padding: 12px 20px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}
.menu .navbar i{color: #fff !important;}

.navbar a:hover, .dropdown1:hover .dropbtn1 {
    background-color: #1976d2;
    color: #fff;
}

.header.header-home a.font:hover {
    background-color: #002137b5;
}

.dropdown-content1 a:hover {
    background-color: #fff;
    color: #000000;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(120, 120, 120, 0.2);
    -moz-box-shadow: 0px 2px 4px 0px rgba(120, 120, 120, 0.2);
    box-shadow: 0px 2px 4px 0px rgba(120, 120, 120, 0.2);
    transition: box-shadow 0.35s ease;
}

.dropdown-content1 {
    display: none;
    /*opacity: 0;*/
    position: absolute;
    /*background-color: #0449ce;*/
    background-color: #046cb7;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 3;
}

.dropdown1:hover .dropbtn1 {
    /*background-color: #0449ce;*/
    background-color: #046cb7;
}

.dropdown-content1 a {
    float: none;
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content1 a:hover {
    /*background-color: #ddd;*/
}

.dropdown1:hover .dropdown-content1 {
    display: block;
}

menu.menu {
    background: #0584e0;
    margin-top: 20px;
    border-top: 1px solid #046cb7;
}

.navbar > a:nth-child(1) {
    padding-left: 0;
}

#owl-news-block.owl-carousel .item {
    height: 470px;
}

#owl-news-block .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}

#owl-news-block.owl-theme .owl-dots .owl-dot span {
    background: #eff5f9 !important;

}

#owl-news-block.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #1976D2 !important;
}

main.main {
    background-color: #f9fafc;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.service-section h1 {
    text-align: center;
    font-size: 35px;
    font-family: OpenSans-Regular;
    color: #1976D2;
    margin-bottom: 10px;
    font-weight: 700;
}

.services::after, .services::before {
    content: '';
    display: block;
    clear: both;
}
#owl-news-block .owl-item .news-img1{
    height: 227px;
    overflow: hidden;
}
#owl-news-block .owl-item img {
    height: 227px;
    transition: all 2s ease-in-out;
}
#owl-news-block .owl-item:hover img{
    transform: scale(1.1);
} 

.news-section h1 {
    font-size: 28px;
    font-family: OpenSans-Regular;
    color: #202020;
    margin-bottom: 5px;
    font-weight: 700;
}

.main:after, .main:before {
    content: '';
    display: block;
    clear: both;
}

.gallery-one:after, .gallery-one:before {
    content: '';
    display: block;
    clear: both;
}

.gallery-one-pages:after, .gallery-one-pages:before {
    content: '';
    display: block;
    clear: both;
}

.news-section {
     padding-top: 0px;
    padding: 0;
    margin-left: -15px;
}

.news::after, .news::before {
    content: '';
    display: block;
    clear: both;
}

.news-item {
    float: left;
    width: 33.3333%;
    padding: 15px;
}

.news-text h4 {
    font-size: 18px;
    font-family: OpenSans-Bold;
    color: #1e88e5;
    margin-bottom: 10px;
    margin-top: 0;
}

.news-text p {
    color: #262626;
    margin-bottom: 15px;
    font-family: "PT Serif";
    font-size: 16px;
    line-height: 20px;
}

.news-text div {
    font-size: 12px;
    font-family: OpenSans-Regular;
    color: #838d8f;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 15px;
    bottom: 15px;
}

.announcement-text h4 {
    font-size: 16px;
    font-family: OpenSans-Bold;
    color: #3b3d40;
    margin-bottom: 10px;
}

.announcement-text p {
    font-size: 14px;
    font-family: OpenSans-Regular;
    color: #343434;
    margin-bottom: 15px;
}

.announcement-text div {
    font-size: 12px;
    font-family: OpenSans-Regular;
    color: #838d8f;
}

.all-news-link {
    text-align: center;
    margin: 40px 0;
}

.all-news-link a {
    font-size: 16px;
    font-family: OpenSans-Regular;
    color: #1976D2;
    border: 2px solid #1976D2;
    padding: 10px 60px;
    border-radius: 25px;

}

.footer {
    background: #2b2b35;
    position: relative;
    padding-top: 30px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 0;
}

footer.footer:after {
    content: "";
    /* opacity: 0.2; */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-size: cover !important;
}

.footer-section {
    overflow: hidden;
}

.footer-logo img {
    width: 100px;
}

.footer-item::after, .footer-item::before {
    content: '';
    display: block;
    clear: both;
}

.footer-item.row > div {
    float: left;
    padding: 0 15px;
}
.footer-last-menu{width: 21%;}
.footer-first-menu{    margin-right: 25px;}

a.footer-logo img {
    margin-bottom: 20px;
}

.footer-section1 p {
    color: #fff;
    font-size: 14px;
    font-family: OpenSans-Regular;
    margin-bottom: 15px;

}

p.mail a {
    color: #55b8ff;
}

.footer-menu a {
    color: #fff;
    font-size: 14px;
    font-family: OpenSans-Regular;
}

.footer-menu li {
    line-height: 18px;
    margin-bottom: 20px;
}

.footer-menu h5 {
    font-size: 16px;
    color: #fff;
    font-family: OpenSans-SemiBold;
    margin-bottom: 30px;
    margin-top: 0;
}

.footer-bottom {
    border-top: solid 1px #cccccc;
    margin-top: 20px;
    padding-top: 20px;
    overflow: hidden;
}

.footer-bottom p {
    font-size: 14px;
    font-family: OpenSans-Regular;
    color: #fff;
    display: inline-block;
    width: 33.33333333%;
}

p.footer-bottom-left {
    float: left;
}

p.footer-bottom-middle {
    text-align: center;
}

p.footer-bottom-right {
    text-align: right;
    float: right;
}

.footer-bottom a {
    color: #55b8ff;
}

.dropdown:hover i.fa.fa-angle-down {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: 0.5s;

}

.dropdown1:hover i.fa.fa-angle-down {
    color: #fff;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: 0.5s;
}

div.special-menu > ul > li:nth-child(1) > a > span {
    font-family: OpenSans-Bold;
}

p.phone {
    overflow: hidden;
}

p.phone span {
    float: left;
}

p.phone > span:nth-child(1) {
    padding-right: 15px;
}

.footer-fixed {
    bottom: 0;
    position: fixed;
    right: 0;
    left: 0;
}

.page-fixed {
    height: 400px;
}

.static-page {
    max-width: 900px;
    margin: 0 auto;
    background-color: #fff;
    padding: 15px;
}

.static-page-title {
    font-family: OpenSans-Bold;
    color: #1976D2;
    font-size: 24px;
    margin-bottom: 10px;
}

.static-page-content p, .static-page-content li {
    font-size: 16px;
    font-family: OpenSans-Regular;
    line-height: 24px;
    margin-bottom: 15px;
}

.manage::after, .manage::before {
    content: '';
    display: block;
    clear: both;
}

.manager {
    padding: 15px;
    border-bottom: 4px solid #def2ff;
}

.manage-item {
    background-color: #fff;
    padding: 15px 15px 15px 0;
    overflow: hidden;
    border-radius: 5px;
}

.manage-img {
    float: left;
    padding-right: 15px;
}

.manage-text h3 {
    font-size: 20px;
    color: #000;
    font-family: OpenSans-Regular;
    margin-bottom: 5px;
}

.manage-text h5 {
    font-size: 18px;
    color: #000;
    font-family: OpenSans-Regular;
    margin-bottom: 5px;
    font-weight: 700;
}

.manage-text p {
    font-size: 14px;
    color: #000;
    font-family: OpenSans-Regular;
    line-height: 30px;
}

.manage-text strong {
    font-weight: bold;
    font-size: 16px;
}

.news-one-page::after, .news-one-page::before {
    content: '';
    display: block;
    clear: both;
}

.new-left-outer {
    float: left;
    width: 75%;
    padding-right: 30px;
}

.news-left-inner {
    background-color: #fff;
    padding: 15px 30px;
}

.news-time {
    font-size: 16px;
    font-family: OpenSans-Regular;
    color: #838d8f;
    margin-bottom: 10px;
}

.news-left-inner p {
    margin-bottom: 15px;
    font-family: "PT Serif";
    font-size: 16px;
    color: #262626;
    line-height: 22px;
}

.similar-news {
    float: left;
    width: 25%;
}

.other-news img {
    width: 100%;
    margin-bottom: 10px;
}

.other-news {
    background-color: #fff;
    padding: 15px;
}

.news-right-inner {
    margin-bottom: 15px;
}

.other-news-item span {
    font-size: 14px;
    font-family: OpenSans-Regular;
    color: #838d8f;
}

.other-news-item div {
    font-size: 16px;
    font-family: OpenSans-Bold;
    color: #3b3d40;
    margin-top: 10px;
}

div.special-menu > ul > li:nth-child(1) > a {
    padding-left: 0;
}

.contacts-inner::after, .contacts-inner::before {
    content: '';
    display: block;
    clear: both;
}

.data {
    float: left;
    width: 30%;
    padding: 0 15px;
}

div#map {
    float: left;
    width: 70%;
    padding: 0 15px;
}

.data-inner {
    background-color: #fff;
    padding: 15px;
    height: 400px;
}

.data-title {
    font-size: 24px;
    font-family: OpenSans-Bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.data-inner p {
    margin-bottom: 15px;
    font-family: "PT Serif";
    font-size: 18px;
    color: #262626;
    line-height: 20px;
}

.data-inner strong {
    font-family: OpenSans-Bold;
    font-size: 16px;
}

.contact-form {
    background-color: #ffffff;
    padding: 50px 15px;
    text-align: center;
    margin-top: 30px;
}

.contact-form > h3 {
    color: #222328;
    font-size: 32px;
    font-family: OpenSans-Bold;
    margin-bottom: 50px;
}

.contact-form > form {
    max-width: 770px;
    margin: 0 auto;
}

.contact-form > form .fb-row {
    margin: 0 -15px;
}

.contact-form > form .fb-row .col.col2 {
    width: 50%;
}

.contact-form > form .fb-row .field label {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 15px;
    margin-bottom: 5px;
}

.contact-form > form .fb-row .field .field-item {
    width: 100%;
    padding: 12px;
    border: 1px solid #afddff;
    border-radius: 4px;
    font-family: OpenSans-Regular;
}

.contact-form > form .fb-row:after {
    content: '';
    display: table;
    clear: both;
}

.contact-form > form .fb-row + .fb-row {
    margin-top: 30px;
}

.contact-form > form .fb-row {
    margin: 0 -15px;
}

.contact-form > form .fb-row .col.col1 {
    width: 100%;
}

.contact-form > form .fb-row .col {
    display: block;
    float: left;
    padding: 0 15px;
    width: 100%;
}

.contact-form > form .fb-row input[type=submit] {
    background-color: #1976D2;
    color: #fff;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    width: 200px;
    font-family: OpenSans-Regular;
    border-radius: 24px;
}

.contact-form > form input[type=text], textarea {
    font-size: 14px;
    font-family: OpenSans-Regular;
    color: #333333;
    background-color: #f7fcff;
    border: 1px solid #afddff;
    border-radius: 4px;
    padding: 10px 15px;
    box-sizing: border-box;
    resize: vertical;
}

.contact-form > form label {
    font-size: 12px;
    text-transform: uppercase;
    color: #046cb7;
    font-family: OpenSans-Regular;
}

.rc-anchor-checkbox-label {
    font-family: OpenSans_regulat !important;
}

div#messages_s {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 370px;
    margin: 40px auto;
    position: relative;
    text-align: center;
}

div#messages_s > p {
    font-size: 14px;
    color: #000;
    font-family: OpenSans-SemiBold;
    line-height: 2;
}

.banner {
    height: 275px;
    position: relative;
}

.services.page {
    padding-top: 0;
}

.product-document {
    overflow: hidden;
    margin-bottom: 30px;
}

.docs .product-document {
    float: left;
    width: 33.3333%;
    padding-right: 30px;
}

.product-document .document-icon-block {
    display: inline-block;
    margin-right: 20px;
    float: left;
}

.document-icon-block {
    text-align: center;
}

span.file-size {
    font-size: 12px;
    font-family: OpenSans-Regular;
    color: #999999;
}

span.file-name {
    font-size: 18px;
    font-family: OpenSans-Regular;
    color: #3b4256;
}

.docs {
    margin-top: 30px;
}

li.dropdown-sitemap {
    font-size: 16px;
    font-family: OpenSans-SemiBold;
    line-height: 2.5;
}

ul#nav-sitemap > li:nth-child(1) {
    font-size: 16px;
    font-family: OpenSans-SemiBold;
    line-height: 2.5;
}

ul#nav-sitemap > li:nth-child(1) a {
    color: #000;
}

li.dropdown-sitemap a {
    color: #000;
}

ul.dropdown-menu-sitemap li {
    list-style: circle;
    margin-left: 40px;
    font-size: 14px;
    font-family: OpenSans-Regular;
}

li.search-item a {
    font-size: 14px;
    font-family: OpenSans-Regular;
    color: #000;
}

li.search-item {
    line-height: 2;
    list-style: decimal;
    font-family: OpenSans-Regular;
    margin-left: 30px;
}

span.searchword {
    font-family: OpenSans-Bold;
}

span.gray {
    font-size: 20px;
    font-family: OpenSans-SemiBold;
    color: #1976D2;
}

.pagination-main {
    text-align: center;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination ul {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0!important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.pagination ul > li {
    display: block;
    float: left;
    padding: 0;
}

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

.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
    background-color: #f5f5f5;
}

.pagination ul > .active > span {
    color: #999;
    cursor: default;
}

.pagination ul > li > a, .pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0;
}

p.footer-bottom-middle a:focus {
    outline: none;
}

.modal-container {
    max-width: 900px;
    padding: 0;
    margin: 20px 0;
    border-radius: .3em;
    box-shadow: 0 0.1em 0.4em rgba(0, 0, 0, .3);
    overflow: hidden !important;
}

.modal-title {
    font-weight: 700;
    font-size: 20px;
    font-family: OpenSans-Regular;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
}

.modal-body p {
    font-family: OpenSans-Regular;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 14px;
}

a.btn.btn-primary {
    color: #fff;
    font-size: 16px;
    font-family: OpenSans-Regular;
    background-color: #008dea;
    border: none;
}

a.btn.btn-primary:focus {
    outline: none;
}

.modal-body {
    max-height: calc(100vh - 230px);
    min-height: 50px;
    padding: 0 1.5em 1.5em 1.5em;
}

.modal-footer {
    padding: 1.5em;
    text-align: right;
}

/*p:first-child {*/
/*margin-top: 0;*/
/*}*/

.search-container input[type=text]:focus {
    outline: none;
}

.search-container button:focus {
    outline: none;
}

.all-news-link a:hover {
    background-color: #1976D2;
    color: #fff;
    border: none;
}

.data-inner a {
    color: #0a98dd;
}

.footer-menu a:hover {
    color: #55b8ff;
}

p.mail a:hover {
    text-decoration: underline;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.product-text a:hover {
    text-decoration: underline;
}

.product-text:hover {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.mobile-menu-top {
    display: none;
}

i.fa.fa-mobile {
    font-size: 16px;
}

.language li {
    display: inline-block;
}

.vertual-outer {
    float: right;
    margin-top: 38px;
}

.logo-outer {
    float: left;
    position: relative;
    z-index: 2;
}

.header-top-inner {
    padding: 0 15px;
}

.menu-mobile {
    display: none;
}

nav.mobile-nav {
    display: none;
}

.n-home {
    position: relative;
}

.product img {
    width: 100%;
}

.news-one-page {
    /*padding: 0 15px;*/
    padding: 0;
}

.sitemap {
    background-color: #fff;
    padding: 0 15px;
    max-width: 900px;
}

.bg-block {
    max-width: 900px;
    background-color: #fff;
    padding: 15px;
}

.search-container-mobile input[type=text]:focus {
    outline: none;
}

.fancybox-close-small {
    position: absolute;
    top: -10px !important;
    right: -10px !important;
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0;
    outline: none;
    background: transparent !important;
    z-index: 10;
    cursor: pointer !important;
    color: #fff;
}

.fancybox-close-small:after {
    color: #000 !important;
}

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

ul.breadcrumb li {
    display: inline;
    font-size: 14px;
    font-family: OpenSans-Regular;
}

ul.breadcrumb li + li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

ul.breadcrumb li a {
    color: #2196F3;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    text-decoration: underline;
}

ul.breadcrumb {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 30px;
    background: none;
    border-radius: 0;
    padding-left: 15px;
}

ul.breadcrumb.breadcrumb-static {
    margin-bottom: 15px;
    margin-top: 0;
}

ul.breadcrumb.breadcrumb-aksioners {
    max-width: 1170px;
    margin-top: 0;
    margin-bottom: 15px;
}

p.text {
    display: inline-block;
    margin: 10px;
    margin-top: 12px;
    margin-left: -5px;
    font-size: 18px;
    color: #fff;
    font-family: OpenSans-Regular;
}

.static-page-img {
    text-align: center;
}

.static-page-content li {
    list-style: circle;
    margin-left: 40px;
}

.product-content-img {
    text-align: center;
    margin-bottom: 15px;
}

.news-left-img {
    text-align: center;
    margin-bottom: 15px;
}

.footer-section2, .footer-section3, .footer-section4 {
    margin-top: 20px;
}

a[data-fancybox="images"]:focus {
    outline: none;
}

.share p {
    float: left;
    margin-right: 15px;
}

.share {
    margin-top: 50px;
}

.service {
    float: left;
    width: 33.3333333333333%;
    text-align: center;
    padding: 15px;
}

.service-title {
    padding: 10px;
    background-color: #fff;
    font-size: 18px;
    color: #666;
    font-family: OpenSans-Regular;
}

.service-img {
    overflow: hidden;
}

.service-img img {
    display: inline-block;
    min-width: 100%;
    transition: transform 0.25s linear;
    min-height: 100%;
}

a.service-link {
    display: flex;
    height: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    text-align: center;
    background-color: #fff;
    color: #666666;
    -webkit-box-shadow: 0px 5px 13px 0px rgba(195, 195, 195, 0.3);
    -moz-box-shadow: 0px 5px 13px 0px rgba(195, 195, 195, 0.3);
    box-shadow: 0px 5px 13px 0px rgba(195, 195, 195, 0.3);
    transition: box-shadow 0.25s linear;
}

a.service-link:hover .service-img img {
    transform: scale(1.05);
    transition: transform 0.25s linear;
}

a.service-link:hover {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(193, 192, 192, 0.5);
    -moz-box-shadow: 0px 5px 15px 0px rgba(193, 192, 192, 0.5);
    box-shadow: 0px 5px 15px 0px rgba(193, 192, 192, 0.5);
    transition: box-shadow 0.25s linear;
}

.news-text {
    margin-top: 0;
    background-color: #fff;
    padding: 15px;
    height: 175px;
    position: relative;
}

.announcement-text {
    background-color: #fff;
    padding: 15px;
}

.other-news-item p {
    font-size: 14px;
    font-family: OpenSans-Regular;
    color: #343434;
}

a.news-link:hover {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(120, 120, 120, 0.2);
    -moz-box-shadow: 0px 5px 20px 0px rgba(120, 120, 120, 0.2);
    box-shadow: 0px 5px 20px 0px rgba(120, 120, 120, 0.2);
    transition: box-shadow 0.35s ease;
}

a.announcement-link:hover {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(120, 120, 120, 0.2);
    -moz-box-shadow: 0px 5px 20px 0px rgba(120, 120, 120, 0.2);
    box-shadow: 0px 5px 20px 0px rgba(120, 120, 120, 0.2);
    transition: box-shadow 0.35s ease;
}

.news-img img {
    display: inline-block;
    width: 100%;
    transition: transform 0.25s linear;
}

a.news-link:hover .news-img img {
    transform: scale(1.05);
    transition: transform 0.25s linear;
}

a.news-link {
    position: relative;
    display: block;
    background-color: #fff;
    color: #343434;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(120, 120, 120, 0.2);
    -moz-box-shadow: 0px 2px 4px 0px rgba(120, 120, 120, 0.2);
    box-shadow: 0px 2px 4px 0px rgba(120, 120, 120, 0.2);
    transition: box-shadow 0.35s ease;
}

a.announcement-link {
    position: relative;
    display: block;
    background-color: #fff;
    color: #343434;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(120, 120, 120, 0.2);
    -moz-box-shadow: 0px 2px 4px 0px rgba(120, 120, 120, 0.2);
    box-shadow: 0px 2px 4px 0px rgba(120, 120, 120, 0.2);
    transition: box-shadow 0.35s ease;
}

.news-img {
    overflow: hidden;
    text-align: center;
}

.useful-link-polls:after, .useful-link-polls:before {
    content: '';
    display: block;
    clear: both;
}

.links-section .uflinks-list .row + .row {
    margin-top: 20px;
}

.useful-link-polls {
    margin-top: 15px;
    margin-bottom: 30px;
}

.links-section .uflinks-list {
    float: left;
    display: block;
    padding: 30px 37px;
    padding-top: 4px;
    background-color: #fff;
    font-size: 14px;
}

.links-section .uflinks-list .row > a {
    display: block;
    width: 33%;
    float: left;
    color: #1976D2;
    position: relative;
}
.links-section .uflinks-list .row > a:hover {
    color: #0d47a1;
}
.uflinks-list h4{font-family: 'OpenSans-Bold';font-size: 18px; color: #000;}
.links-section .uflinks-list .row > a .icon {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    overflow: hidden;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
}

.links-section .uflinks-list .row > a .icon img {
    width: 100%;
}

.links-section .uflinks-list .row > a .title {
    display: block;
    width: 100%;
    padding: 2px 0 0 50px;
    font-family: OpenSans-Regular;
}

.links-section .uflinks-list .row > a + a {
    padding-left: 20px;
}

.links-section .uflinks-list .row:after {
    content: '';
    display: table;
    clear: both;
}

.polls {
    float: left;
    width: 30%;
    padding-left: 15px;
}

.quiz {
    width: 100%;
    background-color: #ffffff;
    padding: 1.875rem;
    padding-top: 2px;
}

.quiz > h2 {
    text-align: center;
    padding-bottom: 8px;
    margin: 0;
    border-bottom: 1px solid #dedede;
    font-size: 20px;
    font-weight: 500;
    overflow: hidden;
    color: #0e2a49;
    font-family: OpenSans-Regular;
}

.quiz > span {
    margin: 10px 0;
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-family: OpenSans-Regular;
    text-align: center;
}

.form-quiz {
    overflow: hidden;
    margin: 10px 0;
}

.form-quiz label {
    width: 100%;
    margin: 5px 0;
    font-size: 18px;
    color: #008dea;
    display: inline-block;
    max-width: 100%;
    font-weight: bold;
    font-family: OpenSans-Regular;
}

.form-quiz input[type=checkbox], .form-quiz input[type=radio] {
    float: left;
    border: none;
    margin: 0;
    box-shadow: none;
    width: 15px;
    height: 15px;
    margin-right: 9px;
    margin-top: 5px;
}

button.custom-button.hvr-glow {
    float: right;
}

.form-quiz .custom-button {
    width: 94%;
    margin: 13px 3% 0 3%;
}

.custom-button {
    background-color: #fff;
    margin: 20px 0;
    height: 40px;
    font-size: 18px;
    font-family: OpenSans-Regular, Arial;
    color: #1976D2;
    cursor: pointer;
    border-radius: 40px;
    border: 1px solid #1976D2;
    outline: none;
    padding: 10px 30px !important;
    border-radius: 30px;
    line-height: 17px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.custom-button:hover {
    color: #fff;
    background: transparent;
    border: none;
}

.custom-button:before {
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50px;
    width: 100%;
    height: 100%;
    background-color: #1976D2;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.custom-button:hover::before {
    opacity: 1;
    z-index: -1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.quiz-result {
    overflow: hidden;
    margin: 10px 0;
    display: none;
}

.quiz-result span {
    font-size: 16px;
    font-weight: 500;
    color: #0b2a49;
    display: block;
    margin: 5px 10px;
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.vi_panel.container {
    width: 1170px !important;
}

h3.logo-text {
    display: inline-block;
    font-size: 18px;
    font-family: OpenSans-Bold;
    margin-top: 25px;
    line-height: 24px;
    margin-left: 12px;
    color: #000;
}

.header.header-home h3.logo-text {
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.4)
}

.title-block {
    font-size: 24px;
    font-family: OpenSans-SemiBold;
    color: #1976d2;
    margin-bottom: 15px;
}

.gallery {
    float: left;
    width: 33.3333333%;
    position: relative;
    overflow: hidden;
    padding: 15px;
}

.gallery img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
    vertical-align: middle;
}

.gallery a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery a {
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery a:focus {
    outline: none;
}

.date-img {
    position: absolute;
    top: 7%;
    left: 4%;
    background-color: #1976d2;
    padding: 4px 8px;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-family: OpenSans-Regular;
    z-index: 2;
}

.img-count {
    position: absolute;
    top: 3%;
    right: 4%;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-family: OpenSans-Regular;
    text-align: center;
    z-index: 2;
}

.img-count span {
    font-size: 28px;
}

h4.img-title {
    position: absolute;
    bottom: 5%;
    left: 5%;
    color: #fff;
    font-family: OpenSans-Regular;
    font-size: 20px;
    z-index: 2;
}

.img-content {
  /*  position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    top: 0;*/
}

/*.img-content:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    box-shadow: 0 0 250px 120px rgba(5, 41, 18, 0.78);
    opacity: 1;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}*/

.img-content-main{
        position: absolute;
    bottom: 0;
    right: 0;
    left: 0;    background: rgba(30, 136, 229, 0.5);
}
.img-title-main{color: #fff;}
.date2-img{float: left;    text-align: center;    font-size: 30px;    padding: 0 20px;
    margin-bottom: 10px;
    border-right: 1px solid;
    margin-right: 20px;}
.date2-img span{display: block;    font-size: 16px;}
.title-pages {
    font-size: 24px;
    font-family: OpenSans-SemiBold;
    color: #1976d2;
    margin-bottom: 15px;
}

.photo-item.fadeIn.wow {
    float: left;
    width: 33.33333333%;
    position: relative;
    padding: 0px 15px 25px;
}

.photos .photo-item a {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.photo {
    position: relative;
}

.photo a {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.cover {
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    background: rgba(19, 142, 202, 0.45);
    color: #fff;
    text-align: center;
    line-height: 22px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.photos .photo-item img {
    width: 100%;
    vertical-align: middle;
}

.photo img {
    width: 100%;
    vertical-align: middle;
}

.photo:hover .cover {
    opacity: 1;
}

.photos .photo-item:hover .cover {
    opacity: 1;
}

.cover i {
    position: absolute;
    color: #fff;
    top: 49%;
    left: 0;
    right: 0;
    text-align: center;
}

.photo-item.fadeIn.wow a:focus {
    outline: none;
}

.video-item {
    position: relative;
    float: left;
    width: 50%;
    padding: 0 15px 30px;
}

.video-item a {
    position: relative;
    display: block;
    overflow: hidden;
}

.video a {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.video img {
    vertical-align: middle;
}

.vjs-big-play-button {
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    background: rgba(19, 142, 202, 0.45);
    color: #fff;
    text-align: center;
    line-height: 22px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.video-item:hover .vjs-big-play-button {
    opacity: 1;
}

.video:hover .vjs-big-play-button {
    opacity: 1;
}

.video-item img {
    vertical-align: middle;
}

.video-item a:focus {
    outline: none;
}

.video-item .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    color: #fff;
    padding: 10px 20px;
    font-size: 20px;
    font-family: OpenSans-Regular;
    background-image: linear-gradient(to bottom, transparent, rgba(0,0,0, 0.8));
}

.video .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    color: #fff;
    padding: 10px 20px;
    font-size: 20px;
    font-family: OpenSans-Regular;
    background-image: linear-gradient(to bottom, transparent, rgba(0,0,0, 0.8));
}
.video .title h3, .video-item .title h3{
    margin: 5px 0;
    font-size: 22px;
}
i.fa.fa-youtube-play {
    position: absolute;
    color: #fff;
    zoom: 3;
    left: 0;
    right: 0;
    text-align: center;
    top: 45%;
}

.gallery-section:after, .gallery-section:before {
    content: '';
    display: block;
    clear: both;
}
.gallery-section .nav-tabs>li.active>a, .gallery-section .nav-tabs>li.active>a:focus, .gallery-section .nav-tabs>li.active>a:hover{
      background: none !important;
        border-bottom: 2px solid #1e88e5;
         color: #1e88e5 !important;
}
.gallery-section .nav-tabs>li>a{
    font-family: 'OpenSans-SemiBold';
    color: #000;
    background: none !important;
    font-size: 16px;
        /*border-bottom: 1px solid #d9e1e6;*/
        border:none;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.gallery-section .nav-tabs>li>a i.fa{
    margin-right: 5px;
}
.gallery-section .nav-tabs{border-color: #d9e1e6;background: #fff;}
.galleries:after, .galleries:before {
    content: '';
    display: block;
    clear: both;
}
.img-title-main{}

.gallery-photo {
    float: left;
}

.gallery-video {
    float: left;
    width: 50%;
    padding: 15px;
}

.video {
    position: relative;
        width: 50%;
    float: left;padding: 15px;
}
.video img{width: 100%;}
h3.video-title {
    float: left;
    color: #000000;
    font-family: OpenSans-SemiBold;
    font-size: 20px;
    margin-top: 0;
}

h3.photo-title {
    float: left;
    color: #000000;
    font-family: OpenSans-SemiBold;
    font-size: 20px;
    margin-top: 0;
}

.all-video-link {
    float: right;
}

.all-photo-link {
    float: right;
}

.all-photo-link a {
    display: inline;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    color: #1976d2;
    font-family: OpenSans-Regular;
}

.all-photo-link a:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -4px;
    background: #1976d2;
    height: 1px;
    transition-property: left right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.all-photo-link a:hover:after,
.all-photo-link a:focus:after,
.all-photo-link a:active:after {
    right: 0;
}

.all-video-link a {
    display: inline;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    color: #1976d2;
    font-family: OpenSans-Regular;
}

.all-video-link a:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -4px;
    background: #1976d2;
    height: 1px;
    transition-property: left right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.all-video-link a:hover:after,
.all-video-link a:focus:after,
.all-video-link a:active:after {
    right: 0;
}

.announcement-item {
    float: left;
    width: 50%;
    padding: 15px;
}

.gallery.gallery-last {
    width: auto;
    padding: 0;
}

.accordion {
    background-color: #f9fafc;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-family: OpenSans-Regular;
    font-size: 16px;
    font-weight: 700;
    transition: 0.4s;
    border-bottom: 1px solid #ccc;
    text-align: left;
    position: relative;
}

.active.accordion {
    background-color: #fff;
    border-bottom: none;
    color: #333;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel p {
    font-size: 14px;
    font-family: OpenSans-Regular;
    line-height: 1.5;
    margin: 15px 0;
}

.accordion i.fa.fa-chevron-up {
    display: none;
    position: absolute;
    right: 5px;
    top: 45%;
}

.accordion i.fa.fa-chevron-down {
    position: absolute;
    right: 5px;
    top: 45%;
    color: #000;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.25s;
    font-size: 14px;
}

.active.accordion i.fa.fa-chevron-down {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: 0.25s;
}

.main {
    background-color: #f9fafc;
}

.home-gallery.container {
    background-color: #fff;
    padding: 0 15px;
    margin-bottom: 15px;
}

.gallery-one-pages.container {
    background-color: #fff;
    /*padding: 30px;*/
    padding: 0;
}
.video-main .title-pages h2{
    font-family: OpenSans-SemiBold;
    color: #0584e0;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.video-pade.container:after, .video-pade.container:before {
    content: '';
    display: block;
    clear: both;
}
.photos .title-pages h4{
    font-family: OpenSans-SemiBold;
    color: #0584e0;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.video-pade.container {
    background-color: #fff;
    padding: 0 15px;
    overflow: hidden;
}

.gallery-header:after, .gallery-header:before {
    content: '';
    display: block;
    clear: both;
}

.request-block, .request-block2 {
    margin-top: 20px;
    display: none;
}

.application .breadcrumb {
    max-width: 1170px;
    padding-left: 15px;
}

.application-page:after, .application-page:before {
    content: '';
    display: block;
    clear: both;
}

.static-page-left {
    float: left;
    width: 75%;
    padding-right: 30px;
}
.reception-page{
    
}

.static-page-left-inner {
    background-color: #fff;
    padding: 15px;
}

.static-page-title {
    font-family: OpenSans-SemiBold;
    color: #0584e0;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 0;
}

.static-page-content p {
    font-size: 16px;
    font-family: OpenSans-Regular;
    line-height: 24px;
    margin-bottom: 10px;
}

.collapse-button {
    margin-top: 30px;
    display: inline-block;
}

.static-page-content::after, .static-page-content::before {
    content: '';
    display: block;
    clear: both;
}

.static-page-right {
    float: left;
    width: 25%;
}
.static-page-right__main{
    background-color: #fff;
    padding: 15px;
    
}
.sidebar-banner{
    margin: 30px 0;
}
.sidebar-banner img{
    width: 100%;
}
h3.static-page-right-title {
    font-size: 24px;
    font-family: OpenSans-Bold;
    color: #046cb7;
    margin-top: 0;
    margin-bottom: 10px;
}

.static-page-right > ul > li:nth-child(1) {
    border-top: none;
}

.static-page-right li {
    list-style: none;
    font-size: 16px;
    border-top: 1px solid #ccc;
    line-height: 20px;
    margin-top: 10px;
    padding-top: 10px;
}

.static-page-right a {
    display: inline-block;
    position: relative;
    color: #202020;
    font-family: OpenSans-SemiBold;
}

.static-page-right a:hover {
    color: #1976D2;
}

.additional-questions {
    margin: 15px;
    background-color: #fcfcfc;
    padding: 20px;
    overflow: hidden;
    border-radius: 5px;
}

.additional-questions h3 {
    font-family: OpenSans-Regular;
    font-size: 24px;
    margin: 10px 15px;
    color: #3b4256;
}

.additional-questions h3 {
    font-family: OpenSans-Regular;
    font-size: 24px;
    margin: 10px 15px;
    color: #3b4256;
}

.doc {
    margin-bottom: 20px;
}

.doc i {
    color: #1976D2;
}

.bottom-button {
    padding: 0 15px;
}

.g-recaptcha {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.g-recaptcha > div {
    margin: 0 auto;
}
button.custom-button.hvr-glow {
    float: none;
    margin: 0 auto;
    width: 250px;
}

i.fa.fa-paper-plane-o {
    color: #1976D2;
    margin-right: 5px;
}

a.font {
    font-size: 18px;
}

.page {
    padding: 30px 0;
}

ul.breadcrumb.new-breadcrumb {
    max-width: 1170px;
    padding-left: 15px;
}

.all-gallery, .gallery-one, .videos {
    padding: 10px 0;
    background: #f9fafc;
}
.home-gallery .title-block h2{
    font-family: OpenSans-SemiBold;
    color: #0584e0;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.news-left-img img {
    width: 100%;
}
.gallery-main{
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
}
.gallery-main .gallery{
    width: 50%;
    padding: 0 15px 30px;
}
.inspector {
    margin-top: 30px;
}

.inspector:after, .inspector:before {
    content: '';
    display: block;
    clear: both;
}

.inspector-bio {
    font-size: 16px;
    font-family: OpenSans-Regular;
    line-height: 1.7;
}

h3.inpector-career {
    font-family: OpenSans-SemiBold, sans-serif;
    font-size: 20px;
    color: #1d2127;
}

h6.inpector-name {
    font-size: 18px;
    font-family: OpenSans-Regular;
    color: #1d2127;
    font-weight: 600;
}

.inspector-content p {
    font-family: OpenSans-Regular;
    font-size: 16px;
    line-height: 1.8;
    color: #1d2127;
}

.inspector-content {
    display: inline-block;
    margin-top: 20px;
}

a.inspector-link:hover h3.inpector-career {
    color: #1976d2;
}

.inspectors hr {
    background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
    background-image: linear-gradient(to right, transparent, #1976d2, transparent);
    border: 0;
    height: 1px;
}

.inspector-view {
    max-width: 900px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px 15px;
    border-radius: 4px;
}

.inspector-view-img {
    float: left;
    padding-right: 20px;
}

.social-icons {
    display: inline-block;
}

.social-icons li {
    display: inline-block;
    margin-right: 15px;
}

.social-icons a {
    font-size: 24px;
    border-radius: 2px;
}

.social-icons i {
    color: #fff;
}

h3.logo-text.footer-v {
    display: inline-block;
    font-size: 16px;
    font-family: OpenSans-SemiBold;
    margin-top: 10px;
    margin-left: 20px;
    color: #55b8ff;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
}

.r-map {
    position: relative;
    margin: 20px 0;
    width: 50%;
}

.mini_modal-home {
    position: absolute;
    display: block;
    height: 700px;
    font-size: 12px;
    border-radius: 4px;
    padding: 15px;
    margin-top: 35px;
    color: #fff;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: #fff;
}

.mini_modal_title {
    font-family: OpenSansSemiBold, sans-serif;
    font-size: 24px;
    color: #1976d2;
    text-align: center;
    margin-bottom: 5px;
    padding-right: 0;
    height: 50px;
}

.mini_modal_text {
    padding: 0;
    float: left;
    text-align: left;
    width: 100%;
    height: 275px;
    position: relative;
}

.mini_modal_text p {
    color: #444;
    margin: 0;
}

p.f20.ptbold {
    font-family: OpenSans-SemiBold;
    font-size: 20px;
    color: #1976d2;
    line-height: 1;
}

p.f18.ptbold {
    font-size: 18px;
    font-family: OpenSans-Regular;
    margin-bottom: 15px;
    border-bottom: 1px solid #1976d2;
    display: inline-block;
}

.inpector-short_content p {
    font-size: 16px;
    font-family: OpenSans-Regular;
    line-height: 1.7;
}

.mini_modal {
    position: absolute;
    display: block;
    height: 700px;
    font-size: 12px;
    border-radius: 10px;
    padding: 15px;
    margin-top: 35px;
    color: #fff;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.mini_modal i {
    background-color: #fff;
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 0;
    border-radius: 4px;
}

.mini_modal div {
    position: relative;
    z-index: 1;
}

div#vmap {
    margin: 0 auto;
}

.mini_modal_text:after, .mini_modal_text:before {
    content: '';
    display: block;
    clear: both;
}

.inpector-img {
    float: left;
    padding-right: 20px;
}

.slider-block {
    overflow: hidden;
    position: relative;
}

.sp-selected .kenburns-bottom{-webkit-animation: kenburns-bottom 6s ease-out both;animation: kenburns-bottom 6s ease-out both;animation-iteration-count: infinite;  -webkit-animation-iteration-count: infinite;}
@-webkit-keyframes kenburns-bottom {0% {-webkit-transform: scale(1) translateY(0);transform: scale(1) translateY(0);-webkit-transform-origin: 50% 84%;transform-origin: 50% 84%;}100% {-webkit-transform: scale(1.25) translateY(15px);transform: scale(1.25) translateY(15px);-webkit-transform-origin: bottom;transform-origin: bottom;}}
@keyframes kenburns-bottom {0% {-webkit-transform: scale(1) translateY(0);transform: scale(1) translateY(0);-webkit-transform-origin: 50% 84%;transform-origin: 50% 84%;}100% {-webkit-transform: scale(1.25) translateY(15px);transform: scale(1.25) translateY(15px);-webkit-transform-origin: bottom;transform-origin: bottom;}}
#slider-main .sp-slide img{-webkit-transform: scale(1.25) translateY(15px);transform: scale(1.25) translateY(15px);-webkit-transform-origin: bottom;transform-origin: bottom;}

#slider-main .sp-selected .scale {
    animation-name: scale;
    -webkit-animation-name: scale;
    animation-duration: 6s;
    -webkit-animation-duration: 6s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes scale {
    0% {
        transform: scale(1) translateY(0);
    }
    /*50% {*/
        /*transform: scale(1.1);*/
    /*}*/
    100% {
        transform: scale(1.25) translateY(15px);
    }
}
@-webkit-keyframes scale {
    0% {
        transform: scale(1) translateY(0);
    }
    /*50% {*/
        /*transform: scale(1.1);*/
    /*}*/
    100% {
        transform: scale(1.25) translateY(15px);
    }
}

#slider-main .sp-slide img {
   /* -webkit-transform: scale(1.25) translateY(15px);
    transform: scale(1.25) translateY(15px);*/
    /*-webkit-transform-origin: bottom;*/
    /*transform-origin: bottom;*/
}

.slider-block-bg:after {
    content: "";
    background: #000;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
}

.header.header-home .logo-text {
    color: #fff;
}

.header.header-home .dropdown1 .dropbtn1 {
    color: #fff;
}

.header.header-home button.dropbtn1 i {
    color: #fff;
}

.header.header-home .navbar a {
    color: #fff;
}

.dropdown-content1 a:hover {
           background-color: #085994;
    color: #fff !important;
}

.social-icons a:hover {
    background-color: #fff;
    transition: all 0.5s ease 0s;
}

.social-icons a:hover i {
    color: #1976d2;
}

.social-icons > ul > li:nth-child(1) > a {
    padding: 8px 10px;
}

.social-icons > ul > li:nth-child(2) > a {
    padding: 8px 15px;
}

.static-page-left-inner p {
    font-family: "PT Serif";
    font-size: 16px;
    line-height: 22px;
    color: #262626;
    margin-bottom: 12px;
}
tbody{
    font-family: 'PT Serif', serif;
    font-size: 14px;
    line-height: 16px;
}
h1.slider-title {
    position: absolute;
    z-index: 1;
    text-align: center;
    left: 0;
    right: 0;
    top: 40%;
    color: #fff;
    font-family: OpenSans-Regular;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
}

.static-page-left-inner li {
      padding-left: 15px;
    list-style: outside;
    margin-bottom: 10px;
    color: #262626;
    font-family: "PT Serif";
    font-size: 18px;
    line-height: 20px;
}

.static-page-left-inner ol {
    padding-left: 40px;
}

.request-img {
    text-align: center;
    padding-bottom: 0 !important;
    overflow: hidden;
    margin-top: 20px;
}

.fileupload-block h4 {
    text-align: center;
    margin: 20px 0;
    font-size: 20px;
    font-family: OpenSans-SemiBold;
}

.filepond--drop-label label {
    font-family: OpenSans-Regular;
    font-size: 16px;
    padding: 8px;
    background-color: #fff;
    max-width: 200px;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 4px;
}

.filepond--drop-label label:hover {
    border-color: #008dea;
    transition: 0.15s;
}

.filepond--drop-label label:hover {
    cursor: pointer;
    /*background-color: #f1f0ef;*/
}

.col-md-12.form-upload {
    padding: 0 50px;
}

.request-img a {
    height: 52px;
    font-family: OpenSans-Regular;
    font-size: 14px;
}

.request-block li {
    list-style: none;
}

.fileupload-block {
    margin-bottom: 15px;
}

.static-page-left-inner ul, ol {
    padding-left: 40px;
}

.request-img a:hover {
    border-color: #008dea;
}

table, th, tr, td {
    border: 1px solid #95c0dc;
    text-align: left;
    padding: 5px 10px;
}

table tr:nth-child(2n) {
    background-color: #f3f7f9;
}

.phone-day-cousin li {
    list-style: none;
    display: inline-block;
    padding-left: 0;
}

.phone-day-cousin {
    margin-top: 20px;
}

li.manager-phone {
    margin-right: 10px;
}

.phone-day-cousin i {
    color: #008dea;
}

li.manager-phone a {
    color: #222;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    margin-right: 20px;
}

.tab {
    margin-top: 20px;
    display: inline-block;
}

.tab button {
    border-bottom: 1px dashed #008dea;
}

/* Change background color of buttons on hover */
.tab button:hover {
    border-bottom-color: #ccc;
}

/* Create an active/current tablink class */
.tab button.active {
    border: none;
    color: #000;
}

/* Style the tab content */
.tabcontent {
    display: none;
    background-color: #def2ff;
    padding: 30px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    margin-left: 165px;
    margin-top: 0;
    position: relative;
}

.tabcontent p {
    font-size: 14px;
}

.tabcontent.bio:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 10%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 12px 3px;
    border-color: transparent transparent #def2ff transparent;
}

.tabcontent.task:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 40%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width:0 15px 12px 3px;
    border-color: transparent transparent #def2ff transparent;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.slider-block-2 {
    position: relative;
    height: 520px;
}

.logo-text-outer {
    display: inline-block;    float: left;
}

.other-news-outer {
    padding: 7.5px 0;
}

.inpectors {
    display: none;
}

.inspector-view p {
    font-family: OpenSans-Regular;
    font-size: 16px;
    line-height: 1.6;
}

.faq {
    padding: 15px;
    padding-top: 0;
}

.metric {
    display: inline-block;
    float: right;
}

.modal-header .close {
    position: absolute;
    right: 15px;
    top: 20px;
    width: 20px;
    height: 20px;
    opacity: 0.6;
}

.modal-header .close:before, .modal-header .close:after {
    position: absolute;
    left: 8px;
    top: 6px;
    content: ' ';
    height: 10px;
    width: 2px;
    background-color: #333;
}

.modal-header .close:before {
    transform: rotate(45deg);
}

.modal-header .close:after {
    transform: rotate(-45deg);
}

.docs li {
    list-style: none;
}

.doc-img {
    float: left;
    margin-right: 7px;
}

.doc-img span {
    display: block;
    margin-top: 7px;
    font-family: OpenSans-Regular;
    font-size: 14px;
    color: #838d8f;
}

.docs img {
    width: 46px;
}

.docs {
    margin-top: 30px;
}

.docs ul {
    padding-left: 0 !important;
}

.docs li {
    float: left;
    width: 50%;
    list-style: none;
    padding-left: 0;
    padding-right: 15px;
    margin-bottom: 20px;
}

.docs h4 {
    font-family: OpenSans-Regular;
    font-size: 16px;
}

.docs a {
    font-family: OpenSans-Regular;
    font-size: 16px;
}

.docs a {
    color: #333;
}

.docs a:hover {
    color: #008dea;
}

i.fa.fa-check {
    color: #008dea;
    font-size: 20px
}

.custom-button:hover i.fa.fa-check {
    color: #ffffff;
}

.quiz-img {
    background-color: #fff;
    padding: 6px;
    text-align: center;
}

.quiz-img img {
    width: 100%;
}

.static-page-left-inner:after, .static-page-left-inner:before {
    content: '';
    display: block;
    clear: both;
}

span.count-view {
    float: right;
}

.count-view i.fa.fa-eye {
    margin-right: 3px;
}

.news-time.view {
    display: inline-block;
}

.serv {
    display: inline-block;
    float: right;
    margin-top: -28px;
}

a.serv-item {
    font-size: 28px;
}

a.serv-item:hover i {
    color: #008dea;
}

.filepond--image-preview {
    max-width: 550px;
    max-height: 100px;
}

.filepond--root * {
    max-height: 100px;
}

canvas.filepond--image-preview-overlay {
    opacity: 0 !important;
    height: 100px!important;
}

.news-line {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.static-page-left-inner div {
    margin-bottom: 15px;
    font-family: "PT Serif";
    font-size: 18px;
    color: #262626;
    line-height: 20px;
}

.check_status_block {
    background-color: #fcfcfc;
    padding: 20px;
    overflow: hidden;
    border-radius: 5px;
}

.check_status_block label {
    display: block;
    line-height: 19px;
    color: #6d6d6d;
    font-family: OpenSans-Regular;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0;
}

.check_status_block input {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 36px;
    padding: 6px 12px 6px 12px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    font: 15px/19px 'OpenSans-Regular', Helvetica, Arial, sans-serif;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: rgb(242, 242, 242);
    border-radius: 4px;
    text-align: left;
    color: #000;
    font-weight: 400;
    box-shadow: inset 0 3px 6px 0 rgba(50, 50, 50, 0.1);
    border-color: #e5e5e5;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}

.check_status_block .submit_check {
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    height: 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 16px;
    color: #008dea;
    font-size: 15px;
    line-height: 26px;
    text-decoration: none;
    border: 1px solid #008dea;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    outline: none;
    -webkit-transition: color .67s cubic-bezier(.4, 0, .12, 1), border .67s cubic-bezier(.4, 0, .12, 1);
    -moz-transition: color .67s cubic-bezier(.4, 0, .12, 1), border .67s cubic-bezier(.4, 0, .12, 1);
    -o-transition: color .67s cubic-bezier(.4, 0, .12, 1), border .67s cubic-bezier(.4, 0, .12, 1);
    transition: color .67s cubic-bezier(.4, 0, .12, 1), border .67s cubic-bezier(.4, 0, .12, 1);
    margin-top: 29px;
    float: right;
}

.col-md-4.p-right div {
    display: none;
}

.check_status_block .submit_check:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
    background: #008dea;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4, 0, .12, 1), background .67s cubic-bezier(.4, 0, .12, 1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4, 0, .12, 1), background .67s cubic-bezier(.4, 0, .12, 1);
    -o-transition: -o-transform .67s cubic-bezier(.4, 0, .12, 1), background .67s cubic-bezier(.4, 0, .12, 1);
    transition: transform .67s cubic-bezier(.4, 0, .12, 1), background .67s cubic-bezier(.4, 0, .12, 1);
}

.check_status_block .submit_check:hover {
    cursor: pointer;
    color: #ffffff;
    border-color: #008dea;
}

.check_status_block .submit_check:hover:before {
    background: #008dea;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.loading_image {
    display: none;
    margin-top: 5px;
}

.check_status_block .submit_check:hover i {
    color: #ffffff;
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 10%;
    width: 97%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: -10px;
    right: 2px;
    font-size: 40px;
}

.header-top.header-top-home .menu-span {
    color: #ffffff;
}

header-top .menu-span {
    color: #000000;
}

.menu-span {
    display: none;
    font-size: 17px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 8px;
    font-family: OpenSans-Regular;
}

/* Style the sidenav links and the dropdown button */
.overlay-content a, .dropdown-btn {
    padding: 6px 8px 6px 24px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    font-family: OpenSans-Regular;
}

.overlay-content a {
    font-size: 18px;
}

/* On mouse-over */
.overlay-content a:hover, .dropdown-btn:hover {
    color: #f1f1f1;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-top: 5px;
    padding-right: 8px;
    color: #ffffff;
}

.news-section h1 {
    float: left;
}

a.serv-item {
    float: right;
    margin-top: 26px;
    color: #008dea;
    font-size: 24px;
    font-family: OpenSans-Regular;
}

a.serv-item i {
    color: #008dea;
}

div#murojaat {
    margin-right: 15px;
}

.resp_message {
    text-align: center;
}

section.no_appeal_text {
    text-align: center;
}

#fountainG {
    position: relative;
    width: 234px;
    height: 28px;
    margin: auto;
}

.fountainG {
    position: absolute;
    top: 0;
    background-color: #008dea;
    width: 28px;
    height: 28px;
    animation-name: bounce_fountainG;
    -o-animation-name: bounce_fountainG;
    -ms-animation-name: bounce_fountainG;
    -webkit-animation-name: bounce_fountainG;
    -moz-animation-name: bounce_fountainG;
    animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(.3);
    -o-transform: scale(.3);
    -ms-transform: scale(.3);
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    border-radius: 19px;
    -o-border-radius: 19px;
    -ms-border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
}

#fountainG_1 {
    left: 0;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

#fountainG_2 {
    left: 29px;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

#fountainG_3 {
    left: 58px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

#fountainG_4 {
    left: 88px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#fountainG_5 {
    left: 117px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

#fountainG_6 {
    left: 146px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

#fountainG_7 {
    left: 175px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}

#fountainG_8 {
    left: 205px;
    animation-delay: 1.64s;
    -o-animation-delay: 1.64s;
    -ms-animation-delay: 1.64s;
    -webkit-animation-delay: 1.64s;
    -moz-animation-delay: 1.64s;
}

.news-footer:after, .news-footer:before {
    content: '';
    display: block;
    clear: both;
}

.news-footer li {
    display: inline-block;
    padding-right: 10px;
    font-family: OpenSans-Regular;
}

.share {
    float: right;
    display: flex;
    margin-top: 0;
}

.news-footer ul {
    float: left;
}

.share li {
    padding-right: 0;
}

li#btnPrint:hover {
    cursor: pointer;
}

.rss-title {
    margin-top: 20px;
}

.rss-title:after, .rss-title:before {
    content: '';
    display: block;
    clear: both;
}

.serv-item {
    float: right;
}

.news-section h1 {
    margin: 0;
}

.serv-item a {
    font-family: OpenSans-Regular;
    font-size: 24px;
    color: #008dea;
}

.serv-item i {
    color: #008dea;
}

.page {
    padding-top: 10px;
    background: #f9fafc;
}

ul.breadcrumb {
    margin-bottom: 10px;
}

.similar-news h3 {
    margin-top: 0;
}

.container.slider-content {
    position: absolute;
    top: 45%;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 9999999999;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.container.slider-content {
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 9999999999;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.container.slider-content a {
    background-color: #1a9f29;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-family: OpenSans-Regular;
}

.container.slider-content h3 {
    font-family: OpenSans-Regular;
    font-size: 50px;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
    text-align: center;
}

.container.slider-content p {
    font-family: OpenSans-Regular;
    font-size: 21px;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.4;
}

.sp-layer.sp-padding.sp-layer1 {
    right: 0;
}

.sp-layer.sp-padding.sp-layer2 {
    position: absolute;
    top: 25%!important;
    right: 0;
}

.sp-layer.sp-padding.sp-layer3 {
    position: absolute;
    top: 60%!important;
    right: 0;
}

.service-section {
    margin-bottom: 15px;
}

.amcharts-chart-div a {
    display: none!important;
}

.chart-section:after, .chart-section:before {
    content: '';
    display: block;
    clear: both;
}

div#chartdiv1 a {
    display: none!important;
}

div#chartdiv2 a {
    display: none!important;
}

.chart-1 h3 {
    font-family: OpenSans-Regular;
    color: #000;
    font-size: 24px;
    text-align: center;
}

.chart-2 h3 {
    font-family: OpenSans-Regular;
    color: #000;
    font-size: 24px;
    text-align: center;
}

.chart-1, .chart-2 {
    background-color: #fff;
    float: left;
}

.chart-1 {
    width: 45%;
}

.chart-2 {
    width: 55%;
}

.list-docs {
    margin-top: 15px;
}

.list-docs a {
    color: #333;
    font-family: OpenSans-Regular;
    font-size: 16px;
    line-height: 1.5;
}

.list-docs a:hover {
    color: #008dea;
}

.list-docs li {
    color: #008dea;
}

ul.opendata {
    position: relative;
}

.opendata-type {
    position: relative;
    right: 0;
}

.opendata-type p {
    float: right;
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 5px;
}

.files-opendata {
    float: right;
}

.files-opendata a {
    display: inline-block;
    background-color: #008dea;
    color: #fff;
    margin-right: 5px;
    width: 40px;
    height: 27px;
    text-align: center;
}

.files-opendata a:hover {
    color: #008dea;
    background-color: #fff;
}

ul.opendata li {
    margin-bottom: 40px;
}

.amChartsLegend.amcharts2-legend-div svg {
    left: -42px;
}

.amChartsLegend.amcharts-legend-div svg {
    right: -20px;
}

.the-tooltip.dark-midnight-blue > .tooltip_inner {
    background-color: #008dea;
    border-color: #008dea;
    color: #ffffff;
    font-family: OpenSans-Regular;
}

.the-tooltip.dark-midnight-blue > .tooltip_inner:before {
    border-color: #008dea;
}

.the-tooltip.dark-midnight-blue > .tooltip_inner:after {
    border-color: #008dea;
}

#gs_tooltip_title {
    opacity: 1!important;
}

.amcharts2-main-div {
    margin-top: -36px;
}

.bottom-button {
    margin-top: 0;
    overflow: hidden;
    text-align: center;
}

/*Adaptatsiya*/

@media only screen and (max-width: 1200px) {
    ul.mobile-menu-top > li:nth-child(1), ul.mobile-menu-top > li:nth-child(2) {
        display: none;
    }

    .search-menu {
        position: absolute;
        top: 8%;
        left: 0;
        right: 0;
        text-align: center;
    }

    .header-top div.special-menu > ul > li:nth-child(8) > a {
        border-right: none;
        padding-right: 0;
    }

    .header-top div.special-menu > ul > li:nth-child(7) > a {       
        padding-right: 10px !important;
    }

    .search-menu input, button {
        height: 35px;
        font-family: OpenSans-Regular;
        font-size: 16px;
        padding: 0 15px;
        border: none;
    }

    .search-menu button {
        margin-left: -5px;
        background-color: #fff;
        border: none;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .search-menu input {
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
    }

    div.special-menu > ul > li > a {
        padding: 0 10px;
    }

    .language {
        display: none;
    }

    .menu-span {
        display: block;
    }

    .search-container {
        display: none;
    }

    .search-container-mobile input[type=text] {
        padding: 0 10px;
        height: 40px;
        font-size: 14px;
        border: none;
        background: #fafafa;
        font-family: OpenSans-Italic;
        width: auto;
    }

    .search-container-mobile button {
        height: 40px;
        padding: 0 15px;
        background: #fafafa;
        font-size: 20px;
        border: none;
        cursor: pointer;
        margin-left: -4px;
    }

    .search-container-mobile button:hover {
        background: #ccc;
    }

    .navbar {
        display: none;
    }

    .menu-mobile {
        display: block;
        background-color: #1976D2;
        height: 48px;
    }

    .menu-mobile nav ul {
        display: none;
    }

    .btn-menu {
        display: block;
        float: left;
        margin-top: 13px;
        margin-bottom: 2px;
        margin-left: 13px;
        border: 0;
        width: 40px;
        height: 25px;
        background-color: transparent;
        cursor: pointer;
        display: block;
        position: relative;
    }

    .btn-menu:focus {
        outline: 1px dotted #E0AE19;
    }

    .show_menu .btn-menu:focus {
        outline: none;
    }

    .btn-menu .text {
        display: block;
        text-indent: 150%;
        white-space: nowrap;
        overflow: hidden;
    }

    .btn-menu .bar,
    .btn-menu .bar:before,
    .btn-menu .bar:after {
        display: block;
        position: absolute;
        width: 25px;
        height: 3px;
        background-color: #fff;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .btn-menu .bar {
        top: 10px;
        left: 0;
    }

    .btn-menu .bar:before {
        position: absolute;
        content: '';
        top: 7px;
        left: 0;
    }

    .btn-menu .bar:after {
        position: absolute;
        content: '';
        top: -7px;
        left: 0;
    }

    .show .btn-menu .bar {
        background-color: transparent;
    }

    .show .btn-menu .bar:before {
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .show .btn-menu .bar:after {
        top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .mobile-nav {
        height: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #1976D2;
        border: none;
        -webkit-transition: height 0.3s ease-in-out;
        transition: height 0.3s ease-in-out;
    }

    .mobile-nav a {
        text-decoration: none;
        color: #fff;
        font-family: OpenSans-Regular, sans-serif;
        font-size: 18px;
        text-indent: 10px;
        display: block;
        line-height: 42px;
        border-bottom: 1px solid #20c15a;
        padding-left: 38px;
    }

    ul.dd-01-ul a {
        border: none !important;
        border-top: none;
    }

    .mobile-nav a:focus,
    .mobile-nav a:hover,
    .mobile-nav a:active {
        background-color: #1976D2;
    }

    .mobile-nav li:first-child a {
        border-top: 1px solid #20c15a;
    }

    .show .mobile-nav {
        height: auto;
    }

    .mobile-nav .dd + ul {
        height: 0;
        overflow: hidden;
        background-color: #107f39;
        -webkit-transition: height 0.3s ease-in-out;
        transition: height 0.3s ease-in-out;
    }

    .mobile-nav .dd + ul a {
        text-indent: 30px;
    }

    .mobile-nav .dd + ul a:focus,
    .mobile-nav .dd + ul a:hover,
    .mobile-nav .dd + ul a:active {
        /*background-color: #001E66;*/
    }

    .mobile-nav .dd:after {
        content: '\25BC';
        margin-left: 5px;
        font-size: 12px;
    }

    .mobile-nav .dd-show + ul {
        height: auto;
    }

    .menu-mobile::before, .menu-mobile:after {
        content: '';
        display: block;
        clear: both;
    }

    nav.mobile-nav {
        display: block;
        z-index: 1;
    }

    .search-left {
        float: right;
        margin-top: -45px;
    }

    .search-left i {
        color: #fff;
    }

    a#test:focus {
        outline: none;
    }

    button.btn-menu:focus {
        outline: none;
    }

    .slider-block.slider-block-home .menu-mobile {
        position: absolute;
        z-index: 1;
        width: 100%;
        top: 138px;
    }

    .slider-block.slider-block-home nav.mobile-nav {
        position: absolute;
        top: 185px;
    }

    .slider-block {
        overflow: unset;
    }

    .menu-top {
        display: none;
    }

    .menu-top #normalversion {
        display: none;
    }

    .mobile-menu-top {
        display: block;
    }
    .menu-social{display: none;}

    .language.language-mobile {
        display: block;
        float: left;
        padding-left: 15px;
        margin-top: 15px;
    }

    .language.language-mobile a {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 14px;
        font-family: OpenSans-Regular;
    }

}

@media only screen and (max-width: 1024px) {

    .search-container input[type=text] {
        width: auto;
    }

    .chart-1 {
        width: 100%;
        float: none;
        padding: 15px;
    }

    .chart-2 {
        width: 100%;
        float: none;
        padding: 15px;
    }

    .share {
        margin-top: 15px;
    }

    .search-container {
        margin-right: 60px;
    }

    .news-item {
        width: 33.3333333%;
    }

    .footer-item.row > div {
        width: 50%;
        text-align: center;
    }

    .footer-item.row > div:nth-child(1) {
        margin-bottom: 20px;
    }

    .footer-item.row > div:nth-child(2) {
        margin-bottom: 20px;
    }

    p.phone span {
        float: none;
    }

    p.phone > span:nth-child(1) {
        padding-right: 5px;
    }

    .manage-text {
        text-align: center;
    }

    .manager > .manage-item > .manage-text {
        text-align: left;
    }

    .footer-section2, .footer-section3, .footer-section4 {
        margin-top: 0;
    }

    h1.slider-title {
        top: 38%;
        font-size: 28px;
    }

    .header-top-inner {
        padding: 0;
    }

    .footer-section2.footer-menu, .footer-section3.footer-menu, .footer-section4.footer-menu {
        display: none;
    }

    .footer-item.row > div {
        float: none;
        width: 100%;
    }

    .social-icons {
        display: block;
        text-align: center;
    }

    footer.footer {
        padding: 20px;
    }

    h3.logo-text.footer-v {
        text-align: center;
    }

    .metric {
        display: block;
        float: none;
        text-align: center;
        margin-top: 15px;
    }

    .container.slider-content {
        top: 30%;
    }

    .sp-layer.sp-padding.sp-layer3 {
        top: 65%!important;
    }
    .overlay-content .dropdown-btn, .overlay-content a {
        font-size: 20px !important;    margin-bottom: 10px;
    }
    .overlay-content .dropdown-container a{
        font-size: 17px!important;
        margin-bottom: 5px;
        padding-left: 25px;
    }
}

@media only screen and (max-width: 768px) {

    .vertual-outer {
        display: none;
    }

    .share {
        margin-top: 0;
    }

    .modal-body {
        overflow-y: scroll;
    }

    
    .overlay-content a {
        font-size: 16px;
    }

    .docs li {
        float: left;
        width: 100%;
        padding-right: 0;
    }

    .logo-text-outer {
        display: block;
        max-width: 462px;
        margin: 0 auto;
    }

    .announcement-other {
        float: left;
        width: 50%;
    }

    .container {
        width: auto !important;
    }

    .header-top-inner {
        padding: 0 15px;
    }

    h1.slider-title {
        top: 44%;
        font-size: 22px;
    }

    .service {
        width: 50%;
    }

    .product {
        float: none;
        width: 100%;
    }

    .product-section h1 {
        font-size: 36px;
    }

    main.main {
        position: relative;
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .news-item {
        width: 50%;
    }

    .footer {
        padding-top: 20px;
        padding-bottom: 20px;

    }

    .footer-bottom > p {
        float: none;
        text-align: center;
        width: 100%;
        line-height: 17px;
    }

    .new-left-outer {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    .similar-news {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .news-right-inner {
        overflow: hidden;
    }

    .banner {
        height: 200px;
    }

    .docs .product-document {
        width: 50%;
    }

    span.file-name {
        font-size: 16px;
    }

    .product-document .document-icon-block {
        margin-right: 10px;
    }

    .data {
        float: none;
        width: 100%;
        margin-bottom: 0;
    }


    .data-inner {
        height: auto;
    }

    .manager {
        float: none;
        width: 100%;
    }

    ul.breadcrumb li {
        font-size: 14px;
    }

    .links-section .uflinks-list {
        float: none;
        width: 100%;
    }

    .polls {
        width: 50%;
        padding-left: 0;
        margin-top: 30px;
    }

    .quiz {
        height: 275px !important;
    }

    .header.header-home {
        left: 0;
        right: 0;
    }

    .static-page-right {
        display: none;
    }

    .static-page-left {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    .gallery {
        width: 50%;
    }

    .photo-item.fadeIn.wow {
        width: 50%;
    }

    .video-item {
        width: 50%;
    }

    .region-maps {
        display: none;
    }

    .inpectors {
        display: block;
    }

    .inspector {
        text-align: center;
    }

    .inpectors p {
        text-align: center;
    }

    .other-news-outer {
        float: left;
        width: 50%;
        padding: 7.5px;
    }

    .tabcontent.bio:before {
        left: 32%;
    }

    .tabcontent.task:before {
        right: 32%;
    }

    .container.slider-content {
        top: 32%;
    }

    .container.slider-content h3 {
        font-size: 28px;
    }

    .container.slider-content p {
        font-size: 16px;
    }

    div#chartdiv1 {
        height: 550px!important;
    }

    .chart-2 {
        padding: 0;
    }

    .chart-1 {
        padding: 0;
    }
}

@media only screen and (max-width: 592px) {

    .manage-img {
        float: none;
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }

    .share {
        margin-top: 15px;
    }

    .manager > .manage-item > .manage-text {
        text-align: center;
    }

    .tab {
        display: block;
        text-align: center;
    }

    .tab button {
        margin-right: 15px;
    }

    .tabcontent {
        margin-left: 0;
        margin-top: 20px;
    }

    .manage-item {
        padding: 0;
    }

    .manager {
        padding: 15px 0;
    }

}

@media only screen and (max-width: 425px) {

    .vertual-outer {
        float: none;
        text-align: center;
    }

    .serv-item a {
        font-size: 20px;
    }

    .other-news-outer {
        float: none;
        width: 100%;
        padding: 7.5px 0;
    }

    h3.logo-text {
        font-size: 18px;
        margin-top: 9px;
        margin-left: 0;
        line-height: 1.3;
    }

    h1.slider-title {
        top: 60%;
        font-size: 18px;
    }

    .owl-carousel .item {
        height: 250px;
    }

    .product-section h1 {
        font-size: 24px;
    }

    .product-text h3 {
        font-size: 15px;
    }

    .product-text p {
        font-size: 12px;
    }

    h1.static-page-title {
        font-size: 18px;
    }

    .static-page-content p {
        font-size: 14px;
    }

    .news-right-inner {
        float: none;
        width: 100%;
    }

    .news-left-inner p {
        font-size: 14px;
    }

    h1.product-title {
        font-size: 24px;
    }

    .banner {
        height: 150px;
    }

    .product-content p {
        font-size: 14px;
    }

    .docs .product-document {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    .contact-form > form .fb-row .col.col2 {
        float: none;
        width: 100%;
    }

    .contact-form > form .fb-row input[type=submit] {
        margin-top: 15px;
    }

    .contact-form > h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .contact-form {
        padding: 30px 15px;

    }

    .contact-form > form .fb-row .field .field-item {
        margin-bottom: 15px;
    }

    .contact-form > form .fb-row + .fb-row {
        margin-top: 10px;
    }

    .manager:nth-child(1) > .manage-item > .manage-img {
        padding-right: 0;
        float: none;
        width: 100%;
    }

    .manager:nth-child(1) > .manage-item > .manage-text {
        text-align: center;
    }

    ul.breadcrumb li {
        font-size: 14px;
    }

    ul.breadcrumb li + li:before {
        padding: 5px;
    }

    .product-outer {
        padding: 0;
        top: 0;
        margin-bottom: 15px;
    }

    .product-text a {
        font-size: 14px;
        right: 30px;
    }

    .service-section h1 {
        font-size: 24px;
    }

    .service {
        float: none;
        width: 100%;
        height: 240px !important;
    }

    .news-item {
        float: none;
        width: 100%;
    }

    .gallery-photo {
        float: none;
        width: 100%;
    }

    .gallery-video {
        float: none;
        width: 100%;
    }

    .gallery.gallery-last {
        margin-bottom: 30px;
    }

    .polls {
        float: none;
        width: 100%;
    }

    .links-section .uflinks-list .row > a + a {
        padding-left: 0;
    }

    .links-section .uflinks-list .row > a {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .links-section .uflinks-list {
        padding: 10px 30px;
    }

    .photo-item.fadeIn.wow {
        width: 100%;
        padding: 15px 0;
    }

    .video-item {
        width: 100%;
        padding: 15px 0;
    }

    .announcement-item {
        float: none;
        width: 100%;
    }

    .announcement-other {
        float: none;
        width: 100%;
    }

    .inpectors p {
        line-height: 1.5;
        font-size: 14px;
    }

    .inspector-view p {
        font-size: 14px;
    }

    .news-section h1 {
        font-size: 20px;
    }

    h3.logo-text.footer-v {
        font-size: 16px;
    }

    .static-page-left-inner p {
        font-size: 14px;
    }

    .st-head-row.st-head-row-main {
        font-size: 14px;
    }

    .additional-questions h3 {
        font-size: 20px;
    }

    .fileupload-block h4 {
        font-size: 16px;
    }

    button.custom-button.hvr-glow {
        float: none;
    }

    .bottom-button {
        text-align: center;
    }

    .g-recaptcha {
        float: none;
        max-width: 300px;
        margin: 0 auto;
    }

    .request-img {
        margin-top: 30px;
    }

    .static-page-left-inner li {
        font-size: 14px;
    }

    .static-page-title {
        font-size: 20px;
    }

    .title-block h2 {
        margin: 0;
        font-size: 24px;
    }

    .title-pages h4 {
        margin: 0;
        font-size: 20px;
    }

    .video-item .title h3 {
        font-size: 20px;
    }

    .panel p {
        font-size: 14px;
    }

    .search-menu {
        top: 10%;
    }

    .logo-outer {
        text-align: center;
        display: block;
        float: none;
    }

    .logo-text-outer {
        text-align: center;
    }

    h3.logo-text {
        text-align: center;
    }

    main.main {
        padding-top: 10px;
    }

    .container.slider-content {
        top: 46%;
    }

    .container.slider-content h3 {
        font-size: 18px;
    }

    .container.slider-content p {
        font-size: 12px;
    }

    .container.slider-content h3 {
        font-size: 20px;
    }

    .sp-layer.sp-padding.sp-layer3 {
        top: 70%!important;
    }

    .opendata-type {
        margin-top: 5px;
    }

}

@media only screen and (max-width: 375px) {

    h1.slider-title {
        font-size: 16px;
    }

    p.type-format {
        display: none;
    }

    .tab button {
        margin-right: 5px;
    }

    .tab button {
        font-size: 14px;
    }

    h1.slider-title {
        top: 57%;
    }

    .container.slider-content p {
        display: none;
    }

    .container.slider-content {
        top: 52%;
    }

    .sp-layer.sp-padding.sp-layer2 {
        top: 40%!important;
    }
}

@media screen and (max-height: 450px) {
    .overlay {
        overflow-y: auto;
    }

    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.main-news-slider{position: absolute;bottom: -40px;left: 0;right: 0;}
#slider-news-main .sp-image-container {border-radius: 10px  0 0 10px !important;}
.slider-news{width: 55.555555%;padding-right: 0;}
.slider-news-content{width: 44.4%;padding-left: 0;}
.slider-news-content .slider-content{background: #efefef;height: 279px; padding:0 15px;border-radius: 0  10px 10px 0 !important;}
.btn-slider{
        width: 26px;
    height: 26px;
    float: left;
    margin-right: 10px;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.5);   
    border-radius: 18px;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
}
#prev i{margin-right: 3px;}
#next i{margin-left: 3px;}
.sl-container{margin-top: 1px;}
.sl-container h4{font-size: 18px;line-height: 20px;padding-top: 15px;margin-bottom: 15px;color: #000;margin-top: 0;}
.sl-short-content{height: 100px; overflow: hidden;color: #000;}
.user-navigation, .sl-container .read_more{position: absolute;bottom: 15px;}
.sl-container .read_more{right: 35px;}
.date-news{position: absolute;bottom: 16px;left: 90px; font-size: 13px;}
#slider-news-main img{
  /* opacity:0;*/
    -webkit-transition-property: opacity, -webkit-transform;
    -webkit-transition-duration: 3s, 10s;
       -moz-transition-property: opacity, -moz-transform;
       -moz-transition-duration: 3s, 10s;
        -ms-transition-property: opacity, -ms-transform;
        -ms-transition-duration: 3s, 10s;
         -o-transition-property: opacity, -o-transform;
         -o-transition-duration: 3s, 10s;
            transition-property: opacity, transform;
            transition-duration: 3s, 10s;}
/*#slider-news-main img.active {
    z-index: 10;
}
#slider-news-main img.last-active {
    z-index: 9;
}*/

@keyframes rescale {
    0% {
        transform: scale(1);
    }
    45% {
        transform: scale(1.2);
    }
    /*100% {
        transform: scale(1.2);
    }  */
}
@-webkit-keyframes rescale {
    0% {
        transform: scale(1);
    }
    45% {
        transform: scale(1.2);
    }
    /*100% {
        transform: scale(1.2);
    } */
}
.sp-buttons {position: absolute;margin-top: 0;}
.sp-button{border: 2px solid #ccc;width: 14px; height: 14px;}
.sp-selected-button {border-color: #ccc;background: #ccc;}
.sp-arrow:after {
    display:none;
}
.sp-horizontal.sp-rtl .sp-previous-arrow, .sp-next-arrow {
    -webkit-transform: none; -ms-transform: none; transform: none;
}
.sp-horizontal .sp-previous-arrow:before {
    -webkit-transform: none; -ms-transform: none; transform: none; background:transparent; font:60px FontAwesome; content:'\f104'; color:#fff;
}
.sp-horizontal .sp-next-arrow, .sp-horizontal.sp-rtl .sp-previous-arrow {
    right: 30px;
}
.sp-horizontal .sp-next-arrow:before {
    -webkit-transform: none; -ms-transform: none; transform: none; background:transparent; font:60px FontAwesome; content:'\f105'; color:#fff;
}	
.bg-slider{    background: #fff;
        padding: 20px 20px 65px;border-radius: 10px;    -webkit-box-shadow: 0px 3px 6px 0px rgba(222, 222, 222, 1);
    -moz-box-shadow: 0px 3px 6px 0px rgba(222, 222, 222, 1);
    box-shadow: 0px 3px 6px 0px rgba(222, 222, 222, 1);}
.main1{padding-top: 0;    background: #f9fafc;}

.virtual{       padding: 6px 9px;
   background: #018dea;
    color: #fff;
    display: block;
    font-size: 16px;
    text-align: center;    margin-bottom: 10px;position: relative;}
.virtual i{    font-size: 28px;
    color: #177544;    position: absolute;
    left: 20px;
    top: 16px;}
.virtual span{}
.virtual:hover, .virtual:active, .virtual:focus{color: #fff;}
.block-sidebar {
    padding-left: 0;
    margin-bottom: 10px;
}
.symbolsBox {
       background: url(../images/symbols.png) top left no-repeat;
    height: 60px;
    display: block;
}
.symbolsBox-1{
     background: url(../images/mob.png) top left no-repeat;
    height: 60px;
    display: block;
}
.symbolsBox-link{
     display: block;
    background: #fff;
    padding: 8px 11px 3px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.symbolsBox-1 span {
   text-align: right;
    float: right;
    /* width: 100px; */
    display: table;
    text-decoration: none;
    color: #333;
    font-size: 16px;
        font-weight: 600;
    /* font-family: "OpenSansRegular"; */
    line-height: 20px;
    position: relative;
    top: 20px;
}
.symbolsBox span {
    text-align: right;
    float: right;
    width: 100px;
    display: table;
    text-decoration: none;
    color: #6a6a6a;
    font-size: 16px;
    font-family: "OpenSans-Regular";
         line-height: 20px;
    position: relative;
    top: 8px;
}
.block-sidebar .sidebar-title{
   background: rgba(27, 68, 183, 0.74);
    padding: 8px;
    text-align: center;    
    height: 100%;
    overflow: hidden;
}
.en .sidebar-symbol ul li {padding: 0 8px;}
.block-sidebar .sidebar-title h4{color: #fff;
    /* font-family: "OpenSansBold", sans-serif; */
    font-size: 14px;
    margin: 0;
    line-height: 20px;position: relative;
    top: 14px;}
.b-block {
    height: 102px;
    background-size: cover !important;
}
.title-block h3{font-family: "OpenSans-Bold";font-size: 28px;color: #000;display: inline-block;}
.department{}
.dep-item{    
    float: left;
    position: relative;
    width: 48%;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 20px;
    margin: 0 10px 10px 0;}



.dep-item > a h3{ 
    color: #0d46a0;
    margin-top: 0;
    font-size: 16px;
    font-family: 'PT Serif', serif;
    text-transform: uppercase;
    font-weight: 600;
}
.dep-item > a p{
    color: #44494c;    height: 80px;    max-width: 260px; overflow: hidden;
    font-family: "OpenSans-Reular", sans-serif;
    font-size: 16px;
    line-height: 18px;
}
.dep-item > a img{float: right;}
.dep-item:hover .dep-item-image{
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
.department div.dep-item > a{
    display: block;
}
.department > div:after{
    position: absolute;
    display: block;
    content: '';
    z-index: 1;
    right: 46.25px;
    bottom: 46.25px;
    width: 300px;
    height: 300px;
    margin: 0 -150px -150px 0;
    background: #ffeb50;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform .67s cubic-bezier(.83,0,.38,1),background .5s cubic-bezier(.83,0,.65,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.83,0,.38,1),background .5s cubic-bezier(.83,0,.65,1);
    -o-transition: -o-transform .67s cubic-bezier(.83,0,.38,1),background .5s cubic-bezier(.83,0,.65,1);
    transition: transform .67s cubic-bezier(.83,0,.38,1),background .5s cubic-bezier(.83,0,.65,1);
}
.department div.dep-item:after{
    width: 725px;
    height: 725px;
    margin: 0 -350px -350px 0;
}
.department div.dep-item:hover:after{
    background: #1e88e5;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.83,0,.38,1),background .5s cubic-bezier(.83,0,.65,1) .17s;
    -moz-transition: -moz-transform .67s cubic-bezier(.83,0,.38,1),background .5s cubic-bezier(.83,0,.65,1) .17s;
    -o-transition: -o-transform .67s cubic-bezier(.83,0,.38,1),background .5s cubic-bezier(.83,0,.65,1) .17s;
    transition: transform .67s cubic-bezier(.83,0,.38,1),background .5s cubic-bezier(.83,0,.65,1) .17s;
}

.department div.dep-item > a:after{
    position: absolute;
    display: block;
    content: '';
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(images/arrow.svg) no-repeat;
    background-position: center bottom;
    opacity: 0;
    -webkit-transition: opacity .34s cubic-bezier(.89,0,.65,1),background .67s cubic-bezier(.89,0,.65,1);
    -moz-transition: opacity .34s cubic-bezier(.89,0,.65,1),background .67s cubic-bezier(.89,0,.65,1);
    -o-transition: opacity .34s cubic-bezier(.89,0,.65,1),background .67s cubic-bezier(.89,0,.65,1);
    transition: opacity .34s cubic-bezier(.89,0,.65,1),background .67s cubic-bezier(.89,0,.65,1);
}
.department div.dep-item:hover > a:after{
    background-position: center center;
    opacity: 1;
    -webkit-transition: opacity .34s cubic-bezier(.89,0,.65,1) .33s,background .67s cubic-bezier(.89,0,.65,1);
    -moz-transition: opacity .34s cubic-bezier(.89,0,.65,1) .33s,background .67s cubic-bezier(.89,0,.65,1);
    -o-transition: opacity .34s cubic-bezier(.89,0,.65,1) .33s,background .67s cubic-bezier(.89,0,.65,1);
    transition: opacity .34s cubic-bezier(.89,0,.65,1) .33s,background .67s cubic-bezier(.89,0,.65,1);
}

.news-block-item{}
.news-block-item h4{color: #1e88e5;font-family: "OpenSans-Bold";}
.owl-item:hover .news-block-item h4{color: #0d46a0;}
.news-block-content{    padding: 10px 20px 20px;
    background: #fff;    height: 237px;}
.news-date{color: #a6a6a6;font-size: 12px;}
.news-block-content p{
    color: #44494c;    height: 120px;
    overflow: hidden;
    font-family: "PT Serif";
    font-size: 16px;
    line-height: 18px;
}

.vesti{margin-top: 0;}
.vesti-block{    margin: 0 -5px;}
.vesti-item{float: left; width: 33.333%;margin-bottom: 10px;
    padding: 0 5px;}
.vesti-item .vesti-item__image{
    overflow: hidden;
    width: 100%;
    border-radius: 5px 5px 0 0;
}
.vesti-item img{
    width: 100%;    
    border-radius: 5px 5px 0 0;
        -webkit-transition: all 0.5s ease-out 0.2s;
    -moz-transition: all 0.5s ease-out 0.2s;
    -o-transition: all 0.5s ease-out 0.2s;
    transition: all 0.5s ease-out 0.2s;
}

.vesti-date{transition:all 0.2s ease-in;color: #a6a6a6;}
.vesti-content{transition:all 0.2s ease-in; background: #fff;padding: 10px 20px 20px;    height: 125px;    border-radius: 0 0 5px 5px;}
.vesti-content h3{transition:all 0.2s ease-in; color: #1e88e5;font-size: 16px;font-family: "OpenSans-Bold";}
.vesti .title-block a{    float: right;
    margin-top: 30px;
    font-size: 16px;
    color: #1e88e5;
}
.vesti-item:hover .vesti-content h3{color: #fff;}
.vesti-item:hover .vesti-content .vesti-date {color: #fff;}
.vesti-item:hover img{
    
    transform: scale(1.05) rotate(-0.5deg);
}
.vesti .title-block a i{font-size: 14px;
    margin-left: 5px;}
.vesti-item:hover .vesti-content{background: #1e88e5;}
.galleries .title-block {
    margin-bottom: 0;
}
.dep-counter{
        height: 500px;
    background-size: cover !important;
    background-position: center !important;
        margin: 20px 0 0;
    position: relative;
}
.dep-counter:before{
    content: '';
        background: rgba(0,0,0,0.5);
    position: absolute;
    height: 100%;
    width: 100%;
}
.counter-block{text-align: center;    position: relative;
    top: 110px;}
.counter-title{}
.counter-title h4{font-family: "OpenSans-Bold";font-size: 38px;color: #fff;}
.counter-title p{color: #fffefe; font-size: 19px;margin-top: 20px;}
.count-item{float: left;width: 25%;padding: 0 20px;}
.count-item h4{font-size: 16px;color: #fff;text-transform: uppercase;    line-height: 20px;}
.count-item .nubmer {
    font-size: 56px;
    color: #80a2ff;
    font-family: 'PT Serif', serif;
    font-weight: 600;
}
.info-numbers{margin-top: 70px;}

.gallery-photo .gallery{width: 50%;}
.footer-section1 img{float: left;}


/* Branches */
#branches-pages{
    
}
.branches-pages-main{
    margin-bottom: 40px;
    padding: 0 15px 0 0;
    float: left;
    width: 75%;
    padding-right: 30px;
}
.branches-pages-main .pages-bg{
    background: #fff;
    border-radius: 4px;
    padding: 15px;
}
.branches-pages-main .pages-bg .pages-title h2{
    font-family: OpenSans-SemiBold, sans-serif;
    margin: 0;
    color: #0584e0;
    font-size: 24px;
}
.branches-item{
    overflow: hidden;
    padding: 25px 0;
    border-bottom: 1px solid #e4e4e4;
}
.branches-item:last-child{
    border-bottom: none;
}
.branches-item h3{
    font-family: OpenSans-SemiBold, sans-serif;
    font-weight: 500;
    font-size: 24px;
    margin: 0 0 15px;
    color: #333333;
}
.branches-item:hover h3{
    color: #0e2a49;
}
.branches-item .branches-contact{
    padding-left: 0;
}
.branches-item .branches-contact p{
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #555555;
}
.branches-item .branches-mode{
    padding-right: 0;
}
.branches-item .branches-mode p{
    font-family: OpenSans-Regular, sans-serif;
    font-weight: 400;
    font-size: 18px;
}
.branches-tabs{
    margin: 15px 0;
}
.branches-tabs .nav-tabs {
    border-bottom: 0;
    background: #ecf9ff;
}
.branches-tabs .nav-tabs>li a{
    font-family: "OpenSans-SemiBold", sans-serif;
    font-size: 14px;
    line-height: 16px;
    border: 0;
    color: #0584e0;
}
.branches-tabs .nav-tabs>li.active>a,.branches-tabs .nav-tabs>li.active>a:focus,.branches-tabs .nav-tabs>li.active>a:hover {
    color: #046cb7;
    cursor: default;
    background-color: transparent;
    border: 0;
}
.branches-tabs .nav-tabs>li {
    margin-bottom: 0px;
    padding: 10px 0;
    max-width: 33.333333%;
    text-align: left;
    border-right: 5px solid #fff;
}
.branches-tabs .nav-tabs>li:last-child{
    border: none;
} 
.branches-tabs .tab-content>.tab-pane {
    padding: 15px 0;
}
.branches-tabs .nav-tabs>li>a:hover {
    border: 0;
}
.branches-tabs .nav-tabs>li a:hover{
    color: #046cb7;
    background-color: transparent;
}
.branches-tabs .nav-tabs>li:after {
    pointer-events: none;
    content: "";
    height: 6px;
    height: .325rem;
    width: 100%;
    background: #046cb7;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: opacity .2s,-webkit-transform .2s;
    transition: transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s,-webkit-transform .2s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
}
.branches-tabs .nav-tabs>li.active:after {
    pointer-events: none;
    content: "";
    height: 6px;
    height: .325rem;
    width: 100%;
    background: #046cb7;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center;
    transform-origin: center;
}
/* regRec  */
.regRec-content{
    margin: 20px 0;
}
.regRec-content .transition,.regRec-content p, ul li i:before, ul li i:after {
  transition: all 0.25s ease-in-out;
}

.regRec-content .flipIn, h1, ul li {
  animation: flipdown 0.5s ease both;
}

.regRec-content .no-select, h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.regRec-content p {
    color: #444444;
    font-weight: 400;
    font-size: 1.125em;
    padding: 0 20px;
    line-height: 26px;
    letter-spacing: 0;
    position: relative;
    overflow: hidden;
    opacity: 1;
    transform: translate(0, 0);
    margin: 7px 0;
    z-index: 2;
}

.regRec-content ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
.regRec-content ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
  border-top: 1px dotted #dce7eb;
}
.regRec-content ul li h2{
    font-size: 16px;
    font-family: OpenSans-Semibold;
    letter-spacing: 0px;
    font-weight: 500;
    padding-right: 30px;
    color: #505050;
    margin: -5px 0 10px;
    line-height: 1.4;
}
.regRec-content ul li h2 > i{
    color: #138eca;
    font-size: 21px;
    margin-left: 5px;
}
.regRec-content ul li:last-of-type {
  padding-bottom: 0;
}
.regRec-content ul li > i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 5px;
  right: 0;
}
.regRec-content ul li > i:before,.regRec-content  ul li > i:after {
  content: "";
  position: absolute;
  background-color: #0d47a1;
  width: 3px;
  height: 9px;
}
.regRec-content ul li > i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.regRec-content ul li > i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.regRec-content ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
}
.regRec-content ul li input[type=checkbox]:checked ~ div {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.regRec-content ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.regRec-content ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
/* FAQ  */
.faq-content{
    margin: 20px 0;
}
.faq-content .transition,.faq-content p, ul li i:before, ul li i:after {
  transition: all 0.25s ease-in-out;
}

.faq-content .flipIn, h1, ul li {
  animation: flipdown 0.5s ease both;
}

.faq-content .no-select, h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.faq-content p {
    color: #262626;
    font-weight: 400;
    font-size: 16px;
    padding: 0 20px;
    line-height: 22px;
    letter-spacing: 0;
    position: relative;
    font-family: "PT Serif";
    overflow: hidden;
    opacity: 1;
    transform: translate(0, 0);
    margin: 15px 0;
    z-index: 2;
}

.faq-content ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
.faq-content ul li {
  position: relative;
  padding: 0;
  list-style: none;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
  border-top: 1px dotted #dce7eb;
}
.faq-content ul li h2{
    font-size: 16px;
    font-family: OpenSans-Semibold;
    letter-spacing: 0px;
    font-weight: 500;
    padding-right: 30px;
    color: #505050;
    line-height: 20px;
    margin: 0;
        margin-bottom: 15px;
}
.faq-content ul li h2 > i{
    color: #0d47a1;
    font-size: 18px;
    margin-left: 5px;
}
.faq-content ul li:last-of-type {
  padding-bottom: 0;
}
.faq-content ul li > i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 8px;
  right: 0;
}
.faq-content ul li > i:before,.faq-content  ul li > i:after {
  content: "";
  position: absolute;
  background-color: #0d47a1;
  width: 3px;
  height: 9px;
}
.faq-content ul li > i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.faq-content ul li > i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.faq-content ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.faq-content ul li input[type=checkbox]:checked ~ div {
  margin-top: 0;
  max-height: 0;
      display: none;
  transform: translate(0, 50%);
}
.faq-content ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.faq-content ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
.question-content{
        background: #f3fbff;
    padding: 10px 0;
    margin-top: 15px;
}
.regRec-content table,.regRec-content tr, .regRec-content td, .regRec-content th{
    padding: 5px 2px 5px 10px;
}
.announcement{
    margin:0 -15px;
}
.news{
    margin: 0 -15px;
}
.photos{
    overflow: hidden;
    padding: 0 15px;
}
.regRec-content .stacktable tbody tr td p{
	padding: 0;
	margin: 0;
	    font-size: 14px;
    line-height: 16px;
}
.menu-top{float: left;}
.menu-social{float: right;}
.menu-social{margin-right: 15px;}
.menu-social li{display: inline-block;}
.menu-social li a{font-size: 13px;
    font-family: OpenSans-Regular;
    color: #000;
    border-right: 1px solid #ecedee;
    padding: 0 10px;}
.footer-inner.container {
    position: relative;
}
.social-icons-footer{    position: absolute; right: 0;bottom: 50px;}
.social-icons-footer h5{color: #a1afb9;  font-size: 18px;}
.social-icons-footer ul li a{    
    text-align: center;
    border-radius: 2px;    padding: 5px;
    width: 30px;}
    .social-icons-footer ul li:first-child{width: auto;}
.social-icons-footer ul li{display: inline-block;    border-radius: 20px;    margin: 0 3px;}
.social-icons-footer a{display: block;}
.social-icons-footer a i.fa {
    font-size: 18px;
    color: #fff;
        vertical-align: middle;
}
.social-icons-footer ul li:first-child:hover{background: none !important;}
.social-icons-footer ul li:hover {
  
}
.social-icons-footer ul li:hover a i.fa{color: #55b8ff;}
.menu-social-mobile li:first-child{width: 100%;margin-bottom: 10px;
    font-size: 18px;}
.menu-social-mobile li{display: inline-block;color: #fff;}
.menu-social-mobile li a{padding: 0 10px;}
.menu-social-mobile{text-align: center;}