

/* ------------------------------------------------------------------------     global / elements     --- */

.scrollup-button {
    top: 0;
    left: 0;
    height: 100%;
    width: 60px;
    display: none;
    position: fixed;
    cursor: pointer;
    z-index: 9;
}

.scrollup-button div {
    display: table;
    height: 100%;
    width: 100%;
}

.scrollup-button div div {
    background-color: rgba(40, 61, 84, 0.8);
    color: #fff;
    font-size: 24px;
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 22px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.scrollup-button div div:hover {
    background-color: rgb(61, 84, 109);
    color: #fff;
}





/* ------------------------------------------------------------------------     header section     --- */

.header-section {
    margin-top: 10px;
}

.header-top-wrapper {
    border-bottom: solid 1px #b3c4d6;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 100;
    text-transform: uppercase;
}

.header-top-wrapper a {
    outline: none;
    text-decoration: none;
    cursor: pointer;
    color: #283d54;
    padding: 5px 10px 5px 10px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.header-top-wrapper a:hover {
    color: #fff;
    background-color: #283d54;
}

.header-top-wrapper .lang-button {
    margin-left: 3px;
}

.header-top-wrapper .size-1 {
    padding: 1px 12px 4px 12px;
    font-size: 18px;
}

.header-top-wrapper .size-2 {
    padding: 5px 12px 5px 12px;
    font-size: 14px;
}

.header-top-wrapper .size-3 {
    padding: 7px 12px 5px 12px;
    font-size: 12px;
}

.header-top-wrapper .active {
    color: #fff;
    background-color: #283d54;
}

.header-top-wrapper .log {
    display: inline-flex;
}

.header-top-wrapper .log span {
    display: none;
}

.header-top-wrapper span {
    color: #afcae6;
    font-size: 19px;
}

.header-navigation-wrapper {
    background-color: #283d54;
    clear: both;
}

.header-middle-wrapper {
    clear: both;
    padding: 0 0 15px 0;
    display: flex;
    border-bottom: solid 2px #17293d;
}

.header-middle-wrapper-buttons {
    text-align: right;
}

.hmw-logo-symbol {
    float: left;
}

.hmw-logo-symbol img {
    height: 100px;
    width: auto;
}

.hmw-logo-text {
    display: table;
    font-size: 18px;
    font-weight: 700;
    float: left;
    width: 350px;
    height: 100%;
    padding-left: 20px;
    color: #283d54;
}

.hmw-logo-text div {
    display: table-cell;
    vertical-align: middle;
}

.header-cat-banners-wrapper {
    display: inline-table;
}

.header-cat-banners {
    height: 60px;
    float: right;
    border-left: solid 3px #ebebeb;
    border-radius: 5px;
    margin: 22px 0 0 20px;
    padding-left: 35px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    color: #283d54;
    font-weight: 700;
    font-size: 14px;
    background: -15px 10px no-repeat;
    background-size: 40px;


    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.header-cat-banners:hover {
    background-position: 15px 10px;
    border-left: solid 3px #fabf61;
    color: #fabf61;
    padding-left: 45px;
}

.header-cat-banners div {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
}

.header-cat-banner-1 {
    background-image: url(../images/header_banner_bg_blog.png);
    width: 110px;
}

.header-cat-banner-2 {
    background-image: url(../images/header_banner_bg_services.png);
    width: 220px;
}

.header-cat-banner-3 {
    background-image: url(../images/header_banner_bg_business.png);
    width: 130px;
}


/* breadcrumbs / links / under header section */

.tree {
    overflow: hidden;
    /*float: left;*/
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0 0 10px 0;
    border-bottom: solid 1px #ebebeb;
}

.tree-left {
    float: left;
    width: 60%;
}

.tree-left ul li {
    font-size: 14px;
    float: left;
    color: #333;
    padding-right: 11px;
    margin-right: 10px;
    background: url(../images/tree.png) right 7px no-repeat;
}

.tree-left ul li:last-child {
    background-image: none;
}

.tree-left ul li a {
    color: #5682b2;
}

.tree-left ul li a:hover {
    text-decoration: none;
}

.tree-right {
    float: right;
    width: auto;
    text-align: right;
    font-size: 14px;
    border-left: solid 1px #ebebeb;;
}

.tree-right a {
    color: #333;
    margin-left: 10px;
    padding-right: 15px;
    border-right: solid 1px #f0f0f0;
}

.tree-right a:last-child {
    border: 0;
}

.tree-right a:hover {
    text-decoration: none;
}

.tree-left ul li:last-child {
    display: none;
}

.tree-left ul li:last-child(2) {
    display: none;
}

.tree-left ul li:nth-last-child(2) {
    display: none;
}

.tree-left ul li:nth-last-child(3) {
    background-image: none;
}





/* ------------------------------------------------------------------------     main page slider     --- */

.slider {
    float: left;
    width: 100%;
}

.slider-in {
    float: left;
    width: 70%;
    position: relative;
}

.slider-one {
    height: 350px;
}

.slider-one-img {
    opacity: 0.9;
    width: 60%;
    float: left;
    height: 100%;
    background: center no-repeat;
    background-size: cover;

}

.slider-one-text {
    width: 40%;
    float: right;
    background-color: #17293d;
    padding: 0 20px 20px 20px;
}

.slider-one-text-in {
    height: 350px;
    display: table-cell;
    vertical-align: middle;
}

.slid-one-data {
    font-size: 12px;
    color: #fff;
    padding-bottom: 5px;
    margin-top: -30px;
}

.slid-one-tit {
    font-size: 18px;
    padding-bottom: 8px;
    line-height: 22px;
}

.slid-one-tit a {
    color: #fabf61;
    text-decoration: none;
    outline: none;
}

.slid-one-tit a:hover {
    text-decoration: underline;
}

.slid-one-descr {
    font-size: 14px;
    color: #fff;
}

.sl-left {
    width: 30%;
    float: right;
    background-color: #203349;
    padding: 0 20px 0 0;
}

.sp-link ul {
    height: 350px;
    padding-right: 20px;
    display: table-cell;
    vertical-align: middle;
}

.sp-link li {
    display: block;
}

.sp-link li:last-child {
    background-image: none;
}

.slid-data {
    font-size: 12px;
    color: #93a9c2;
    margin-bottom: 4px;
}

.sp-link li a {
    line-height: 18px;
    display: block;
    font-size: 16px;
    font-weight: 100;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    border-left: 4px solid rgba(250, 191, 97, 0);
    padding-left: 16px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.sp-link li a span {
    display: block;
    padding-bottom: 20px;
    padding-top: 20px;
    background: url(../images/doted.png) bottom left repeat-x;
}

.sp-link li a.active {
    border-left: 4px solid rgba(250, 191, 97, 1);
    color: #fabf61;
}

.pager-slid {
    position: absolute;
    bottom: 30px;
    left: 505px;
}

.pager-slid a {
    text-indent: -9999px;
    display: block;
    float: left;
    width: 11px;
    height: 11px;
    margin: 0 11px 0 0;
    outline: 0;
    background:transparent right top no-repeat;
    border-radius: 100%;
    border: solid 1px #fff;
}

.pager-slid a.active {
    background:#fff left top;
    border: solid 1px #fff;
}





/* ------------------------------------------------------------------------     main navigation     --- */

.main-nav {
    border-bottom: solid 2px #17293d;
    width: 100%;
    height: 64px;
    position: relative;
    z-index: 1;
    background-color: #283d54;
    -moz-box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.4);
}

.main-nav > ul {
    margin-left: 1px;
}

.main-nav > ul > li {
    float: left;
    position: relative;
    height: 55px;
}

.main-nav > ul > li > a {
    text-decoration: none;
    color: var(--menu-link-color) !important;;
    /*padding: 22px 16px 16px 16px;*/
    padding: 22px 8px 16px 8px;
    display: block;
    float: left;
    cursor: pointer;
    text-transform: uppercase;
    border-bottom: 4px solid rgba(250, 191, 97, 0);
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.main-nav > ul > li > a.act,
.main-nav > ul > li > a:hover {
    color: var(--menu-link-color) !important;
    background-color: #17293d;
}

.main-nav ul li ul {
    overflow: hidden;
    max-height: 0;
    background-color: #1e2337;
    width: 300px;
    position: absolute;
    top: 55px;
    left: 0;
    padding: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.main-nav ul li:hover ul {
    max-height: 1000px;
    padding: 15px 0 15px 0;
    /*border-bottom: 4px solid #5a728c;*/
    min-height: 350px;
    z-index: 9999999999;
}

.main-nav ul li ul li {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.main-nav ul li ul li a {
    padding: 8px 20px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    display: block;
    border-left: 0 solid rgba(0, 0, 0, 0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.main-nav>ul>li>ul>li>ul>li{
	padding:4px !important
}
.main-nav>ul>li>ul>li>ul>li>a {
    padding: 2px 2px !important;
    font-size: 11px !important;
    text-decoration: none;
    color: #fff;
    display: block;
    border-left: 0 solid rgba(0, 0, 0, 0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.main-nav ul li ul li a:hover {
    background-color: #283d54;
    border-left: 6px solid #fabf61;
    color: #fabf61;
}





/* ------------------------------------------------------------------------     statistics panel     --- */

.stat-blog {
    padding: 10px 10px 10px 10px;
    margin-top: 0;
    clear: both;
    display: flex;
    border-bottom: solid 1px #ebebeb;
}

.stat-tit {
    float: left;
    font-size: 18px;
    font-weight: 600;
    color: #283d54;
    width: 20%;
    padding-top: 14px;
    margin-right: 2%;
    border-right: solid 1px #ccc;
}

.stat-info {
    float: left;
    width: 78%;
    margin-top: 3px;
}

.one-stat-info {
    text-align: center;
    margin-right: 24px;
    padding-right: 24px;
    float: left;
    border-right: solid 1px #ccc;
}

.one-stat-tit {
    font-size: 34px;
    font-weight: bold;
    color: #283d54;
    float: left;
}

.one-stat-name {
    font-size: 12px;
    color: #5c82ab;
    float: left;
    padding: 16px 10px 0 8px;
}

.add-blog {
    float: right;
    margin-top: 3px;
}

.add-blog a {
    display: block;
    float: left;
    padding: 4px 30px 4px 30px;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    line-height: 30px;
    background-color: #283d54;
    border: solid 1px #283d54;
    /* border-radius: 50px; */
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.add-blog a:hover {
    color: #496686;
    background-color: #fff;
}





/* ------------------------------------------------------------------------     country gov info banners     --- */

.country-gov-banners {
    float: left;
    width: 33.33333333333333%;
    height: 100px;
    color: #fff;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    background: #283d54 26px 30px no-repeat;
    background-size: 45px;
    padding: 30px 0 0 95px;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.country-gov-banners:hover {
    background-color: #526982;
    background-position: 36px 30px;
    padding: 30px 0 0 100px;
}

.c-gov-banner1 {
    background-image: url(../images/banner-icon-govsymbols.png);
    border-left: 0;
}

.c-gov-banner2 {
    background-image: url(../images/banner-icon-presgov.png);
}

.c-gov-banner3 {
    background-image: url(../images/banner-icon-presmsg.png);
    border-right: 0;
}





/* ------------------------------------------------------------------------     content sections     --- */


/* news block - main page */

.main-page-news-tabs-section {
    padding-top: 30px;
}

.main-page-news-tabs-section .nav {
    margin-bottom: 20px;
    border: 0;
}

.main-page-news-tabs-section .nav li {
    width: 50%;
    text-align: center;
}

.main-page-news-tabs-section .nav li a {
    font-size: 15px;
    font-weight: 100;
    text-transform: uppercase;
    border-radius: 0;
    color: #fff;
    background-color: #283d54;
    border: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    margin: 0;
}

.main-page-news-tabs-section .nav li a:hover {
    background-color: #526982;
}

.main-page-news-tabs-section .nav li a i {
    opacity: 0;
    margin-left: -18px;
    margin-right: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.main-page-news-tabs-section .nav li a:hover i {
    opacity: 1;
    margin-left: 0;
}

.main-page-news-tabs-section .nav-tabs > li.active > a,
.main-page-news-tabs-section .nav-tabs > li.active > a:focus,
.main-page-news-tabs-section .nav-tabs > li.active > a:hover {
    border: 0;
    background-color: #526982;
    color: #fff;
}

.main-page-news-tabs-section .nav-tabs > li.active > a i,
.main-page-news-tabs-section .nav-tabs > li.active > a:focus i,
.main-page-news-tabs-section .nav-tabs > li.active > a:hover i {
    opacity: 1;
    margin-left: 0;
}

.main-page-news-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: dashed 1px #ccc;
}

.main-page-news-item:last-child {
    border: 0;
}

.mpnis-news-item-image {
    height: 280px;
    width: 100%;
    background-size: cover !important;
    background-position: center top !important;
}

.mpnis-news-data {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    margin-top: -280px;
    padding: 6px 20px 6px 20px;
    font-size: 10px;
    letter-spacing: 2px;
    color: #fff;
}

.mpnis-news-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #333;
    width: 90%;
    background-color: #fff;
    margin-top: -25px;
    padding: 10px 20px 10px 0;
}

.mpnis-news-exerp {
    max-height: 100px;
    overflow: hidden;
    font-size: 14px;
    color: #6b6b6b;
}

.mpnis-item-overlay {
    opacity: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    width: 100px;
    height: 100px;
    z-index: 9;
    margin-left: 190px;
    margin-top: 80px;
    padding: 28px 0 0 34px;
    font-size: 30px;
    border-radius: 100px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.main-page-news-item:hover a .mpnis-item-overlay {
    opacity: 1;
}

.main-page-noimg-news-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    border-bottom: dashed 1px #ccc;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.main-page-noimg-news-item:last-child {
    border: 0;
}

.main-page-noimg-news-item:hover {
    opacity: 0.6;
}

.mpnis-ni-news-title {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.mpnis-ni-news-data {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #777;
}

.mpnis-ni-news-data i {
    margin-right: 6px;
}

.mpnis-ni-news-exerp {
    max-height: 100px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 100;
    color: #333;
}


/* video block - main page */

.video-gallery-block {
    width: 100%;
}

.video-block-title{
    background-color: #283d54;
    margin-bottom: 20px;
    padding: 10px 0 0 20px;
    clear: both;
    height: 40px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.video-block-title-left {
    float: left;
    width: 50%;
}

.video-block-title-right {
    float: right;
    width: 50%;
    text-align: right;
}

.video-block-title-right a {
    color: #fff;
    padding: 10px 20px 10px 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.video-block-title-right a:hover {
    color: #fff;
    background-color: #526982;
    padding: 10px 20px 10px 20px;
}

.video-block-title-right a i {
    font-size: 16px;
}

.video-block-title-left i {
    font-size: 16px;
}

.video-block-item:hover .video-block-item-overlay {
    opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.video-block-item-image {
    display: block;
    width: 100%;
    height: 160px;
    background: center no-repeat;
    background-size: cover;
}

.video-block-item-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.video-block-item-overlay {
    margin-top: -160px;
    margin-bottom: 10px;
    padding: 45px 0 0 110px;
    height: 160px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.5);
    font-size: 50px;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}





/* ------------------------------------------------------------------------     in page content styles     --- */

.page h1 {
    color: #283d54;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 24px;
    width: 74%;
}

.page-thumb {
    margin-right: 40px;
    width: 423px;
    float: left;
    margin-bottom: 20px;
}

.page-thumb-text {
    font-size: 18px;
    float: left;
    width: 100%;
    margin-top: 15px;
}

.page p {
    font-size: 14px;
    margin-bottom: 15px;
}

.page h3 {
    font-size: 18px;
    color: #214f7e;
    margin-bottom: 20px;
}

.page ol {
    list-style: none;
    counter-reset: point;
    margin-bottom: 20px;
}

.page ol li {
    font-size: 14px;
    text-indent: 15px;
    position: relative;
    margin-bottom: 15px;
}

.page ol li:before {
    text-indent: 0;
    content: counter(point) ".";
    counter-increment: point 1;
    font-size: 14px;
    font-weight: 800;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    color: #7595b9;
    text-align: center;
}

.popular-serv {
    height: 300px;
    width: 100%;
    float: left;
    background-color: #203349;
}

.popular-serv-in {
    width: 385px;
    height: 300px;
    padding: 30px 60px 0 40px;
    background-color: #17293d;
    float: left;
}

.nav-single {
    float: left;
    width: 100%;
    height: 35px;
    background-color: #283d54;
    margin-bottom: 22px;
}

.nav-single ul {
    display: table;
    width: 100%;
}

.nav-single ul li {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    height: 35px;
}

.nav-single ul li a {
    text-align: center;
    text-decoration: none;
    letter-spacing: -1px;
    color: #fff;
    padding-bottom: 4px;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    border-bottom: 4px solid rgba(250, 191, 97, 0);
    font-size: 14px;
}

.nav-single ul li a.act, .nav-single ul li a:hover {
    border-bottom: 4px solid rgba(250, 191, 97, 1);
    color: #fabf61;
}

.full-width-button a {
    display: block;
    text-align: center;
    background-color: #283d54;
    color: white;
    min-height: 40px;
    font-size: 16px;
    padding: 10px 5px;
    margin-bottom: 10px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.full-width-button a:hover {
    background-color: #526982;
    padding: 10px 5px 10px 20px;
}

.map-level-0 a {
    display: block;
    color: #283d54;
    margin-bottom: 10px;
    margin-right: 30px;
}

.map-level-0 > li > a {
    border-bottom: 1px solid #283d54;
    margin-top: 30px;
}

.tourist-table {
    font-size: 12px;
    border: solid 1px black;

}

.tourist-table td {
    border: solid 1px black;
}

.tourist-table tr:nth-child(2n+4) {
    background-color: #d7d7d7;
}

.tourist-table tr:nth-child(2) {
    background-color: #283d54;
    font-weight: 600;
    color: white;
}

.pasport-item {
    padding: 10px;
}

.pasport-item .preview_picture {
    float: left;
}

.pasport-item a {
    padding: 10px;
    height: 80px;
    display: block;
    border: 3px solid #283d54;
    text-decoration: none;
    color: #283d54;
}

.pasport-item .passport-text {
    padding-top: 10px;
    padding-left: 60px;
    font-size: 18px;
    font-weight: 600;
}

.pasport-item .passport-content {
    min-height: 52px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.pasport-item .passport-content:hover {
    padding-left: 10px;
}

.akimat {
    background-color: #283d54;
    padding: 10px;
}

.akimat-tit {
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
}

.akimat-thumb {

}

.akimat-info {
}

.akimat-name {
    font-size: 14px;
    font-weight: bold;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    color: #fabf61;
}

.akimat-info p {
    color: #fff;
    margin-bottom: 18px;
}

.akimat-info b {
    color: #91afd1;
    font-weight: normal;
}

.akim-sp {
}

.one-akim {
}

.one-akim-thumb {
}

.one-akim-info {
    border-bottom: solid 1px #3f5874;
    padding-bottom: 8px;
    margin-bottom: 7px;
}

.akim-photo {
    height: 140px;
    background: center no-repeat;
    background-size: cover;
}

.akim-oblasti-photo {
    border: 2px solid #283d54;
    height: 400px;
    background: center no-repeat;
    background-size: cover;
    margin-bottom: 10px;
}

.akim-name {
    font-size: 14px;
}

.akim-name a {
    text-decoration: none;
    color: #fabf61;
}

.akim-name a:hover {
    text-decoration: underline;
}

.akim-obl {
    color: white;
    font-size: 12px;
}

.one-news {
    width: 100%;
    margin-bottom: 25px;
}

.one-news-tit {
    width: 100%;
    margin-bottom: 12px;
}

.one-news-tit a {
    font-size: 18px;
    font-weight: bold;
    color: #214f7e;
    text-decoration: none;
}

.one-news-tit a:hover {
    text-decoration: underline;
}

.one-news-desc {
}

.quest-det {
    padding-top: 17px;
    background: url('/images/doted.png') top left repeat-x;
}

.structure .person {
    margin: 0 auto;
    border: 2px solid #283d54;
    padding: 10px;
    height: 200px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.structure .person:hover {
    background-color: #eceeee;
}

.structure .akim-1 {
    width: 300px;
    height: 104px;
}

.structure .person .picture {
    margin: 0 auto 5px auto;
    height: 80px;
    width: 80px;
    background: center no-repeat;
    background-size: cover;
}

.structure .akim-1 .picture {
    float: left;
    margin: 0 5px 0 0;
}

.structure .person .name {
    font-size: 12px;
    color: #283d54;
    margin-bottom: 5px;
}

.structure .akim-1 .name {
    font-size: 16px;
}

.structure .person .text {
    font-size: 12px;
    color: black;
}

.structure .info {
    padding: 10px;
    font-size: 10px;
    border: 2px solid #283d54;
}

.structure .col-lg-2::before {
    display: block;
    margin: 0 auto;
    content: " ";
    width: 2px;
    background-color: black;
    color: black;
    height: 30px;
}

.structure .connector {
    border-bottom: 2px solid black;
    margin: 0 72px;
}

.structure .connector-1:before {
    display: block;
    margin: 0 auto;
    content: " ";
    width: 2px;
    background-color: black;
    color: black;
    height: 30px;
}

.structure .v-connector {
    height: 230px;
    width: 2px;
    background-color: black;
    margin: 0 auto;
}

.tem-sp-in {
}

.tem-sp-in ul {
}

.tem-sp-in ul li {
    margin-bottom: 22px;
}

.tem-sp-in ul li a {
    border: 1px solid #e5e5e5;
    position: relative;
    padding-left: 70px;
    padding-top: 18px;
    height: 60px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    text-decoration: none;
}

.tem-sp-in ul li a:hover {
    background-color: #f4f4f4;
    padding-left: 80px;
}

.tem-sp-in ul li a:before {
    content: "";
    height: 50px;
    width: 50px;
    display: block;
    position: absolute;
    top: 3px;
    left: 14px;
    background-repeat: no-repeat;
}

.attraction {
    padding: 10px;
}

.attraction a {
    display: block;
    border: 2px solid #283d54;
    padding: 10px 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.attraction a p {
    margin: 0;
    color: black;
    text-align: justify;
}

.attraction a h3 {
    color: #283d54;
    text-align: center;
    margin-bottom: 5px;
}

.attraction a:hover {
    background: #eee;
    padding: 10px 20px 10px 25px;
}

.pagi {
    float: left;
    width: 100%;
    margin-bottom: 45px;
    margin-top: 30px;
}

.prev-page, .next-page{
    margin: 0 10px;
}

.prev-page:hover, .next-page:hover {
    background-color: #283d54;
}

.pagi-in {
    text-align: center;
}

.pagi-in ul li {
    display: inline-block;
    margin: 0 4px ;
    line-height: 30px;
}

.pagi-in ul li a {
    font-size: 11px;
    font-weight: 100;
    width: 40px;
    height: 30px;
    display: block;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background-color: #384f69;
}

.pagi-in ul li a:hover,
.pagi-in ul li a.active {
    background-color: #283d54;
}

input.action-submit.black-bt {
    position: relative;
    display: block;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    text-decoration: none;
    height: 40px;
    font-size: 17px;
    line-height: 30px;
    background: #283d54;
    border-radius: 0;
    box-shadow: none;
}

.detal a {
    width: 135px;
    height: 34px;
    padding-top: 2px;
    margin-top: 20px;
    background-color: #283d54;
    font-size: 15px;
    line-height: 30px;
    display: block;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.detal a:hover {
    background-color: #4a637e;
}


/* akim aparat structure - in page */

.akim_a_structure_wrapper .panel {
    border-radius: 0px;
}

.akim_a_structure_wrapper .panel-body {
    padding: 5px;
}

.akim_a_structure_wrapper .panel-group {
    margin-bottom: 0px;
}

.akim_a_structure_wrapper .panel-default > .panel-heading {
    background-color: #fff;
    position: relative;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.akim_a_structure_wrapper .panel-default > .panel-heading:hover {
    background-color: #f2f2f2;
}

.akimat_person_heading_panel_left {
    float: left;
    width: 100px;
}

.akimat_person_heading_panel_right {
    float: left;
    display: table;
    height: 100%;
}

.akimat_person_hp_right_cell_wrapper {
    display: table-cell;
    vertical-align: middle;
}

.akimat_person_heading {
    height: 110px;
    padding: 15px 15px;
}


/* akimat structure - panel heading button */

.akimat_person_hp_right_button {
    position: absolute;
    right: 40px;
    top: 45px;
}

.akimat_person_hp_right_button a {
    font-size: 14px;
    font-weight: 600;
    color: #566678;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    border: solid 1px #ccc;
    padding: 8px 20px 8px 45px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.akimat_person_hp_right_button a i {
    background-color: #728293;
    font-size: 13px;
    color: #fff;
    border-radius: 50px;
    height: 20px;
    width: 20px;
    position: absolute;
    padding: 3px 0px 0px 7px;
    margin: 2px 0px 0px -30px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.akimat_person_hp_right_button a:hover {
    background-color: #283d54;
    border: solid 1px #283d54;
    color: #fff;
}

.akimat_person_hp_right_button a:hover i {
    background-color: #fff;
    color: #283d54;
}


/* akimat sub structure - panel heading button */

.sub_akimat_person_hp_right_button {
    position: absolute;
    right: 35px;
    top: 45px;
}

.sub_akimat_person_hp_right_button a {
    font-size: 14px;
    font-weight: 600;
    color: #566678;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    border: solid 1px #ccc;
    padding: 8px 20px 8px 45px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.sub_akimat_person_hp_right_button a i {
    background-color: #728293;
    font-size: 13px;
    color: #fff;
    border-radius: 50px;
    height: 20px;
    width: 20px;
    position: absolute;
    padding: 3px 0px 0px 7px;
    margin: 2px 0px 0px -30px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.sub_akimat_person_hp_right_button a:hover {
    background-color: #283d54;
    border: solid 1px #283d54;
    color: #fff;
}

.sub_akimat_person_hp_right_button a:hover i {
    background-color: #fff;
    color: #283d54;
}

.akimat_person_picture {
    height: 80px;
    width: 80px;
    background-size: cover;
    background-position: center;
    border-radius: 100px;
}

.akimat_person_name {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.akimat_person_occupation {
    font-size: 14px;
    font-weight: 400;
    color: #888;
}

.sub_akim_acord_collapse .panel-body {
    padding: 20px 20px 20px 20px;
}

.sub_akim_acord_collapse .panel-body a {
    display: block;
    border-bottom: dotted 1px #b4c3d3;
    padding: 10px 0 10px 0px;
    font-size: 15px;
    font-weight: 400;
    color: #283d54;
    outline: none;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.sub_akim_acord_collapse .panel-body a:hover {
    padding-left: 15px;
    background-color: #f2f2f2;
}





/* ------------------------------------------------------------------------     sidebar panel sections     --- */


/* akim block */

.sidebar-panel-blocks {
    margin-bottom: 30px;
    margin-top: 30px;
    clear: both;
}

.sidebar-block-akim-image {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 340px;
    border: solid 2px #283d54;
}

.sidebar-block-akim-title {
    background-color: #283d54;
    color: #fff;
    padding: 20px 20px 20px 20px;
    border-bottom: solid 1px #3e5671;
}

.sidebar-block-akim-title h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.sidebar-block-akim-title p {
    font-size: 14px;
    font-weight: 100;
}

.sidebar-block-akim-menu {
    background-color: #283d54;
    padding: 20px 20px 1px 20px;
}

.sidebar-block-akim-menu li {
    border-bottom: solid 1px #3e5671;
    margin-bottom: 12px;
    padding-left: 5px;
    padding-bottom: 12px;
}

.sidebar-block-akim-menu li:last-child {
    border: 0;
}

.sidebar-block-akim-menu li a {
    font-size: 14px;
    font-weight: 100;
    color: #fff;
    text-decoration: none;
    outline: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.sidebar-block-akim-menu li a i {
    margin-left: -12px;
    padding-right: 5px;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.sidebar-block-akim-menu li a:hover i {
    margin-left: 0;
    opacity: 1;
}


/* side menu block */

.side-menu {
    padding: 20px 0 20px 0;
    display: inline-block;
    width: 100%;
    background-color: #283d54;
}

.side-menu ul li {
    float: left;
    width: 100%;
    border-bottom: solid 1px #3e5671;
}

.side-menu ul li:last-child {
    border-bottom: none;
}

.side-menu ul li a {
    display: block;
    font-size: 14px;
    font-weight: 100;
    color: #fff;
    text-decoration: none;
    padding: 5px 20px 5px 20px;
    border-left: 4px solid rgba(250, 191, 97, 0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.side-menu ul li a:hover, .side-menu ul li a.active {
    border-left: 4px solid rgba(250, 191, 97, 1);
    background-position: 24px -83px;
    color: #fabf61;
}


/* photo gallery */

.sidebar-block-photogallery-title {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #283d54;
    height: 40px;
    padding: 14px 0 0 15px;
}

.sidebar-block-photogallery-title a {
    color: #ffffff;
}

.sidebar-block-photogallery-title i {
    letter-spacing: 5px;
}

.sidebar-block-photogallery-carousel {
    border: solid 2px #283d54;
}

.sidebar-block-photogallery-carousel .owl-dots {
    display: none;
}

.sidebar-block-photogallery-carousel .owl-nav {
    margin: 0;
}

.sidebar-block-photogallery-carousel .owl-nav .owl-prev,
.sidebar-block-photogallery-carousel .owl-nav .owl-next {
    position: absolute;
    margin-top: -35px;
    border: 0;
    border-radius: 0;
    background-color: hsla(211, 35%, 24%, 0.8);
    width: 48%;
    font-size: 16px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.sidebar-block-photogallery-carousel .owl-nav .owl-prev:hover,
.sidebar-block-photogallery-carousel .owl-nav .owl-next:hover {
    background-color: hsla(211, 35%, 24%, 1);
}

.sidebar-block-photogallery-carousel .owl-nav .owl-prev {
    left: 0;
}

.sidebar-block-photogallery-carousel .owl-nav .owl-next {
    right: 0;
}

.sidebar-block-photogallery-image {
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.sidebar-block-photogallery-image:hover {
    opacity: 0.5;
}


/* banners */

.sidebar-banners {
    background-size: cover;
    background-position: left;
    width: 100%;
    display: block;
    text-decoration: none;
    height: 100px;
    position: relative;
    margin-bottom: 0;
}

.sidebar-banner-1 {  background-image: url(../images/side-panel/sidebar-banner1.jpg);  }
.sidebar-banner-2 {  background-image: url(../images/side-panel/sidebar-banner2.jpg);  }
.sidebar-banner-3 {  background-image: url(../images/side-panel/sidebar-banner3.jpg);  }
.sidebar-banner-4 {  background-image: url(../images/side-panel/sidebar-banner4.jpg);  }

.sidebar-banners:hover .sidebar-banners-overlay {
    background-color: rgba(40, 61, 84, 1);
}

.sidebar-banners:hover .sidebar-banners-overlay i {
    margin: 35px -25px 0 20px;
}

.sidebar-banner-1:hover .sidebar-banners-overlay p {  padding: 0 0 0 45px;  }
.sidebar-banner-2:hover .sidebar-banners-overlay p {  padding: 0 0 0 20px;  }
.sidebar-banner-3:hover .sidebar-banners-overlay p {  padding: 0 0 0 10px;  }
.sidebar-banner-4:hover .sidebar-banners-overlay p {  padding: 0 0 0 25px;  }

.sidebar-banners-overlay {
    overflow: hidden;
    display: table;
    background-color: rgba(40, 61, 84, 0.7);
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.sidebar-banners-overlay i {
    margin: 34px 0 0 -40px;
    color: #fff;
    font-size: 30px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.sidebar-banners-overlay p {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 0 0 30px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}


/* weather box */

.sidebar-panel-weatherbox {
    border: solid 2px #283d54;
    background-color: #ffffff;
    padding: 15px 20px 10px 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.sidebar-panel-weatherbox:hover {
    background-color: #c6dcf3;
}

.sidebar-panel-weatherbox  .gsLinks {
    display: none;
}

.sidebar-panel-weatherbox  .secondaryWrap td {
    float: left;
    display: block;
    width: 100px !important;
    text-align: center !important;
}

.sidebar-panel-weatherbox  .secondaryWrap td:nth-child(3), #weather .secondaryWrap td:nth-child(1) {
    float: right;
    width:160px !important;
}

.sidebar-panel-weatherbox  .secondaryWrap td:nth-child(1) {
    margin-top: 10px;
}

.gsWeatherIcon img {
    width: 80px;
    height: 75px !important;
    margin-left: -30px;
    margin-top: -10px;
}

.gsAddInfo2 {
    color: #005d95 !important;
    text-align: center;
    font-size: 12px !important;
    margin-left: 0px;
    margin-top: 10px;
    display: block !important;
    width: 215px;
}

.gsCity {
    font-size: 20px;
    font-weight: 600;
    color: #627e99;
    margin-left: -40px;
    margin-top: -5px;
}

.gsTemp {
    font-size: 35px;
    font-weight: 800;
    color: #005d95;
    margin-left: -50px;
    margin-top: -10px;
}


/* calendar */

.sidebar-block-calendar-title {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #283d54;
    height: 40px;
    padding: 12px 0 0 15px;
}

.news-calendar-compact {
    border: solid 2px #283d54;
    margin-bottom: 5px;
}

#calendar-header {
    background-color: #fff;
    height: 50px;
    padding-top: 14px;
}

#calendar-header p {
    color: #283d54;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    padding: 0 50px;
}

#calendar-header a {
    width: 30px;
    height: 30px;
    border: solid 1px #000;
    background-color: #283d54;
    padding: 3px 0 0 10px;
    margin: -4px 8px;
}

.weekDay {
    width: 35px;
    background-color: #283d54;
    color: white;
    border-right: solid 1px #ffffff;
    font-size: 12px;
}

.weekEnd {
    width: 35px;
    background-color: #6384a7;
    color: #fff;
    border-left: solid 1px #ffffff;
    font-size: 12px;
}

div.news-calendar-compact .NewsCalDefault,
div.news-calendar-compact .NewsCalWeekend,
div.news-calendar-compact .NewsCalOtherMonth {
    font-size: 12px !important;
}

.NewsCalDefault a {
    background-color: #0192cb;
    margin: 0 -20px 0 -20px;
    padding: 5px 17px 5px 17px;
    color: #fff;
}

div.news-calendar-compact .NewsCalOtherMonth {
    color: #ccc;
}

div.news-calendar-compact .NewsCalToday {
    color: #0192cb;
    border: 2px #283d54 solid;
    font-size: 12px;
}

div.news-calendar-compact .NewsCalTable,
div.news-calendar-compact .NewsCalTable tr,
div.news-calendar-compact .NewsCalTable td {
    margin-bottom: 5px;
    margin-top: 5px;
}

#calendar-legend {
    padding-bottom: 0;
}

#planned {
    float: left;
    width: 15px;
    height: 15px;
    background-color: #0192cb;
    margin: 4px 10px 0 0;
}

#calendar-legend span {
    font-size: 12px;
}





/* ------------------------------------------------------------------------     lightbox / modals     --- */

.featherlight-iframe .featherlight-content {
    overflow-y: hidden;
    width: 750px;
    height: 450px;
}

.featherlight-content iframe {
    width: 100%;
    height: 100%;
}

.fancybox-opened {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}


/* region list - modal box */

.fancybox-overlay {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.fancybox-opened .fancybox-skin {
    margin: 0 auto;
    padding: 0 !important;
    border-radius: 0;
    background: #283d54;
    box-shadow: none !important;
}

.fancybox-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    cursor: pointer;
    z-index: 8040;
    border-bottom: solid 1px #587595;
    border-left: solid 1px #587595;
    background: #283d54 url(../images/close.png) no-repeat center center;
    background-size: auto;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.fancybox-close:hover {
    background-color: #587595;
}

.fancybox-outer a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.add-blog1 {
    background: left top repeat-x;
    float: left;
    margin-top: 14px;
    margin-bottom: 14px;
    display: block;
    width: 100%;
}

.add-blog1 a {
    float: left;
    border-radius: 0;
    color: #fff;
    background: #283d54;
    border: solid 1px #587595;
    padding: 10px 24px 10px 24px;
    height: auto;
    font-size: 14px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.add-blog1 a:hover {
    background: #587595;
}

#tabs > ul {
    margin-top: 35px;
    width: 350px;
    float: left;
}

#tabs > ul > li {
    outline: none;
    border-left: 0 solid rgba(0, 0, 0, 0);
    padding: 20px 35px 20px 25px;
    position: relative;
    border-bottom: solid 1px #3e5b7b;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

#tabs > ul > li:hover {
    border-left: 6px solid #fabf61;
}

#tabs > ul > li > a {
    outline: none;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
}

#tabs > ul > li > a span {
    font-size: 14px;
}

#tabs ul li.ui-tabs-active {
    border-left: 6px solid #fabf61;
}

#tabs ul li.ui-tabs-active a {
    color: #fabf61;
}

#tabs .ui-widget-content {
    width: 830px;
    float: right;
}

.all-town {
    width: 380px;
    display: table-cell;
    background-color: #fff;
    padding: 45px 30px 10px 30px;
}

.all-town-tit {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #283d54;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: dotted 1px #283d54;
}

.all-town-one {
    padding-bottom: 24px;
    float: left;
    margin-right: 30px;
}

.all-town-one:last-child {
    margin-right: 0;
}

.crol1 {
    height: 380px;
    overflow-y: scroll;
    margin-bottom: 20px;
    padding: 0 30px 0 0;
    border-right: solid 1px #ccc;
}
.crol1::-webkit-scrollbar-track
{
    background-color: #fff;
}
.crol1::-webkit-scrollbar
{
    width: 6px;
    background-color: #fff;
}
.crol1::-webkit-scrollbar-thumb
{
    background-color: #283d54;
}

.all-town-one-tit {
    font-size: 16px;
    font-weight: 800;
    color: #283d54;
    margin-bottom: 10px;
}

.all-town-one ul {
}

.all-town-one ul li {
    margin-bottom: 2px;
    position: relative;
    padding-left: 13px;
}

.all-town-one ul li:before {
    position: absolute;
    top: 7px;
    left: 0;
    content: "";
    border-left: 5px solid #505050;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}

.all-town-one ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #222222;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.all-town-one ul li a:hover, .all-town-one ul li a.act {
    color: #fabf61;
}

.pr-about {
    width: auto;
    display: table-cell;
    vertical-align: top;
    padding: 50px 30px;
}

.pr-top {
    float: left;
    width: 100%;
}

.pr-thumb {
    float: left;
    margin-right: 22px;
}

.pr-info {
    width: 180px;
    float: left;
    font-size: 14px;
    color: #fff;
}

.pr-name {
    font-size: 18px;
    font-weight: 600;
    color: #fabf61;
    margin-bottom: 5px;
}

.pr-i {
    float: left;
    width: 100%;
}

.pr-i p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 14px;
}

.pr-i p b {
    font-weight: normal;
    color: #91afd1;
}

.pr-cont {
    color: #fff;
    font-size: 14px;
}

.pr-cont-tit {
    font-weight: bold;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
}

.pr-cont span {
    color: #91afd1;
}

.add-quest-in {
    width: 400px;
    float: left;
    padding: 40px;
    min-height: 100px;
    background-color: #fff;
}

.add-quest-inp {
    width: 100%;
}

.add-quest-one {
    width: 100%;
    margin-bottom: 10px;
}

.add-quest-inp input {
    height: 40px;
    width: 100%;
    border: 1px solid #cacaca;
    line-height: 30px;
    padding: 0 15px;
    font-size: 14px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.add-quest-inp input:focus {
    border: solid 1px #283d54;
}

.send {
    float: left;
    width: 100%;
    padding-top: 10px;
    border-top: solid 1px #e3e3e3;
    text-align: center;
}

.send input {
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #283d54;
    border: solid 1px #283d54;
    padding: 10px 20px 10px 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.send input:hover {
    background-color: #fff;
    color: #283d54;
}





/* ------------------------------------------------------------------------     footer section     --- */

.back-nav {
    float: left;
    width: 100%;
    margin: 50px 0 10px 0;
}

.back-nav a {
    font-size: 16px;
    color: #283d54;
    text-decoration: none;
    outline: none;
}

.back-nav a:hover {
    text-decoration: none;
}

.footer-section {
    background-color: #283d54;
    padding: 50px 0 50px 0;
}

.footer-column {
    color: #fff;
    font-size: 14px;
    font-weight: 100;
}

.footer-column h3 {
    font-size: 16px;
    font-weight: 600;
    color: #5f7b9a;
    margin-bottom: 10px;
}

.footer-menu-links a {
    color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    line-height: 28px;
    border-left: solid 0 transparent;
}

.footer-menu-links a:hover {
    color: #5f7b9a;
    padding-left: 15px;
    border-left: solid 6px #5f7b9a;
}

.footer-column hr {
    border-color: #384f69;
    margin: 20px 0 20px 0;
}

.footer-social-icons {
    text-align: right;
}

.footer-copyright {
    font-size: 12px;
}

.social-icon {
    display: inline-block;
    font-size: 17px;
    margin: 0 0 0 10px;
    padding: 3px 0 0 0;
    color: #fff;
    width: 35px;
    height: 31px;
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.social-icon:hover {
    background-color: #fff;
    color: #283d54;
}



/* marque */

.subscribe-news-section {
    clear: both;
    height: 60px;
    border-bottom: solid 1px #384f69;
    margin-bottom: 40px;
}

.news-marquee-wrapper {
    float: left;
    width: 54%;
}

.news-marquee {
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
    border-right: solid 1px #384f69;
    height: 46px;
}

.marquee {
    width: 98%;
    padding-right: 20px;
    overflow: hidden;
}

.news-marquee-wrapper a {
    padding-left: 15px;
    margin-left: 5px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.news-marquee-wrapper a:after {
    content: '--';
    display: inline-block;
    margin-left: 20px;
}

.news-marquee-wrapper a:hover {
    text-decoration: underline;
}

.subscribe-form-wrapper {
    float: right;
    text-align: right;
}

.subscribe-form-wrapper form {
    display: inline-block;
}

.subscribe-form-input {
    width: 300px;
    height: 45px;
    border: none;
    padding: 0 18px;
    font-size: 16px;
    font-weight: 400;
    outline: none;
}

.subscribe-form-button {
    color: #fff;
    font-size: 16px;
    background-color: #384f69;
    height: 46px;
    width: 160px;
    margin-left: 0;
    border: solid 1px #384f69;
    outline: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.subscribe-form-button:hover {
    background-color: #283d54;
}

.subscribe-form-validation {
    position: absolute;
    background-color: #e04747;
    color: #fff;
    margin-top: 7px;
    width: 300px;
    padding: 0 15px 0 15px;
    text-align: center;
    font-size: 12px;
    font-weight: 100;
}

.nmsf-rss-button {
    display: inline-block;
    background-color: #9a9a2e;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    width: 46px;
    height: 46px;
    padding: 12px 17px 0 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.nmsf-rss-button:hover {
    color: #fff;
    background-color: #384f69;
}



/* marque */

.footer-logo-slider {
    margin-top: 50px;
    margin-bottom: 40px;
}

.footer-logo-slider .item img {
    height: 100px;
    width:auto;
}

.footer-logo-slider .owl-dots {
    display: none;
}

.footer-logo-slider:hover .owl-nav .owl-next {
    opacity: 1;
    right: 20px;
}

.footer-logo-slider:hover .owl-nav .owl-prev {
    opacity: 1;
    left: 20px;
}

.footer-logo-slider .owl-nav .owl-prev,
.footer-logo-slider .owl-nav .owl-next {
    opacity: 0;
    position: absolute;
    top: 25px;
    border-radius: 0;
    border: solid 1px #3d546d;
    background: rgb(61, 84, 109);
    height: 50px;
    width: 50px;
    margin: 0;
    padding: 16px 0 0 0;
    font-size: 14px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.footer-logo-slider .owl-nav .owl-prev:hover,
.footer-logo-slider .owl-nav .owl-next:hover {
    background: #fff;
    color: rgb(61, 84, 109);
}

.footer-logo-slider .owl-nav .owl-prev {
    left: 0;
}

.footer-logo-slider .owl-nav .owl-next {
    right: 0;
}

.developed_by_box {
    font-size: 10px;
    color: #8595a7;
    border: solid 1px #8595a7;
    width: 210px;
    float: right;
    margin-top: 30px;
    padding: 5px 0 5px 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.developed_by_box:hover {
    background-color: #8595a7;
    color: #fff;
    border: solid 1px #8595a7;
}


/*-------------------all-news-page-list------------------------------*/

.all-news-container{
    display: block;
    border: 1px solid #d7d7d7;
    padding: 10px;
    margin-bottom: 30px;
    height: 280px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.all-news-container:hover{
    background-color: #dfe1e1;
}

.all-news-image{
    height: 160px;
    margin-bottom: 10px;
    background-size: cover;
    background: center no-repeat;
}

.all-news-title{
    max-height: 90px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #333;
    margin-bottom: 5px;
    outline: none;
    text-decoration: none;
}

.all-news-text{
    font-size: 14px;
    color: #6b6b6b;
    text-align: justify;
    max-height: 100px;
    overflow: hidden;
}

.all-news-wrapper {
    -webkit-column-width: 140px;
    column-width: 140px;
    height: 100%;
}
