/* css document desktop */
/* Desktops and Laptops

@media screen and (min-width: 1024px) {*/
@charset "utf-8"; .nodisplay-d {
    display: none !important;
}

/* standard formatting */
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff !important;
    background-attachment: fixed;
    background-repeat: no-repeat;
    font-family: Arial;
    letter-spacing: 0.2px;
}

body::-webkit-scrollbar {
    width: .5em;
    margin-top: 100px;
}

body::-webkit-scrollbar-thumb {
    background-color: #fff;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #fff;
    background-color: #183650;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

a img {
    border: none;
}

hr {
    opacity: 0.2;
    margin-top: 36px;
}

/*img {

    width: 100%;

}*/
form {
    display: block;
}

textarea {
    resize: none;
}

/* standard formatting end */
/* start site css */
.container {
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

.content {
    margin-bottom: 40px;
    /* float: left; */
    width: 100%;
    margin: 0 auto;
}

#menu, #menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu {
    /* max-width: 100%; */
}

#menu:before, #menu:after {
    content: "";
    display: table;
}

#menu:after {
    clear: both;
}

#menu {
    zoom:1; }

#menu li {
    float: left;
    position: relative;
}

#menu a {
    float: left;
    padding: 26px 2px 27px 2px;
    text-transform: uppercase;
    font: 11px Arial;
    text-decoration: none;
    font-weight: normal;
    letter-spacing: .2px;
    text-shadow: none;
}

#menu li:hover > a {
    color: #fafafa;
}

ul#menu1 > li:hover > a {
    color: #000;
    background-color: rgba(235, 235, 235, 0.45);
}

*html #menu li a:hover {
    /* IE6 only */
    color: #fafafa;
}

#menu ul {
    margin: 30px 0 0 0;
    _margin: 0;
    /*IE6 only*/
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 65.49px;
    left: -8px;
    z-index: 1;
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    box-shadow: 0px 1px 1px 2px rgba(0, 0, 0, 0.3);
}

#menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

#menu ul ul {
    top: 0;
    left: 179px;
    margin: 20px 0 0 20px;
    _margin: 0;
    /*IE6 only*/
}

#menu ul li {
    float: none;
    display: block;
    border: 0;
    _line-height: 0;
    /*IE6 only*/
    width: 179px;
    height: auto;
}

#menu ul a {
    padding: 12px 13px 12px 13px;
    width: 100%;
    _height: 10px;
    /*IE6 only*/
    height: auto;
    cursor: pointer;
    display: block;
    color: #000;
    float: none;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
    font-weight: bold;
    font-size: 9px;
    line-height: 13px;
}

#menu ul a:hover {
    background-color: rgba(235, 235, 235, 0.45);
    color: #000;
}

#menu ul li:first-child > a:hover {
    /* border-top: 1px solid #fff; */
}

#menu a.activ {
    display: inline-block;
    line-height: 0.7em;
    position: relative;
    border-bottom: 5px solid #fff;
    padding-bottom: 26.5px;
    text-decoration: none;
}

#menu ul li:last-child > a {
}

#menu a {
    display: inline-block;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
    transition: all 0.3s ease-in;
    cursor: pointer;
}

#menu a b {
    display: inline-block;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
    transform: skew(15deg);
    margin-right: 7px;
    margin-left: 7px;
    font-size: 1em;
}

#menu a:hover {
    background: #f1261c;
    transition: all 0.3s ease-in;
}

.animation-top-item {
    width: 100%;
    max-height: 900px;
    position: relative;
    /* margin-top: 65px; */
    padding-top: 65.4px;
    margin-bottom: -40px;
}

.animation-bottom {
    width: 100%;
    line-height: 0;
    background: transparent;
    margin-top: -56px;
}

.animation-bottom h3 {
    text-align: center;
    color: #fff;
    letter-spacing: 0.2px;
    font-weight: normal;
    font-size: 1em;
    font-weight: bold;
    text-shadow: none;
}

button.button-bottom {
    margin-left: 30px;
    outline: none;
    padding: 1% 2.5% 1% 2.5%;
    background: transparent;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.2px;
    border: 3px solid;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

button.button-bottom:hover {
    background: #fff;
    color: #016db6;
    border: 3px solid rgba(1, 109, 182, 0.41);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.block-holder {
    width: 100%;
    margin: 0;
    position: relative;
    /* background-image: url("../px_images/background.png"); */
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    background-color: #F5F5F5;
    margin-bottom: 0px;
    /* margin-top: 40px; */
}

.block-info-left {
    min-width: 76%;
    margin-left: 10.5%;
    float: left;
    /* margin-left: 15%; */
    margin-top: 40.5px;
    /* margin-right: 15%; */
    /* padding-bottom: 3%; */
    padding-top: 2%;
    margin-bottom: 60px;
}

.block-info-right {
    width: 19.35%;
    float: left;
    margin-top: 3px;
    /* margin-bottom: 40px; */
}

.block-info-item {
    width: 27.2%;
    float: left;
    margin-left: 30px;
    margin-right: 7px;
    /* margin: 0 auto; */
}

.block-info-item img{
    width: 100%;
    margin-top: 15px;
}

.info-first {
    margin-left: 0% !important;
}

p.news-p {
    float: right;
    width: 47%;
    line-height: 1.4;
    font-size: .85em;
    font-weight: normal;
}

.block-info-item h3 {
    padding: 10px 14px -1px 55px;
    /* background: #F3F3F3; */
    text-align: left;
    font-size: 1em;
    letter-spacing: 0.2px;
    float: left;
    width: 80%;
    font-weight: bold;
}

.block-item-link {
    width: 100%;
    letter-spacing: 0.2px;
    line-height: 1.5;
    font-size: .85em;
    float: left;
    border: 1px solid #ececec;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    /* padding-top: 20px; */
    padding-bottom: 20px;
    /* padding-left: 30px; */
    /* padding-right: 30px; */
}

.block-item-link img {
    width: 50%;
    float: left;
    /* padding-right: 3.5%; */
}

.block-item-link:hover {
    background: #ECECEC;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

h3.skewed {
    background: #D8D8D8;
    width: 20%;
    padding: 18.3px 20px;
    font-size: 20px;
    position: relative;
    text-align: center;
}

h3.skewed:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 28px;
    height: calc(100% + 0px);
    background: #D8D8D8;
    float: right;
    top: 0px;
    -ms-transform: skew(-20deg, 0deg);
    /* IE 9 */
    -webkit-transform: skew(-20deg, 0deg);
    /* Chrome, Safari, Opera */
    transform: skew(-20deg, 0deg);
    left: -6px;
}

h3.cubic {
    width: 43.5px;
    /* background: rgb(245, 245, 245); */
    text-align: center;
    /* border: 2px solid #ECECEC; */
    padding: 3% 0% 3% 0%;
    color: #f11c27;
    font-weight: 100;
    margin-top: 0px;
    font-size: 1em;
}

p.news-d {
    float: left;
    width: 73%;
    padding-left: 5%;
    margin-right: 5%;
    padding-top: 3.4%;
    /* padding-bottom: 5%; */
    font-weight: normal;
}

.block-info-more-holder {
    float: left;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.block-info-more-main {
    width: 100%;
    padding-left: 15px;
    /* padding-right: 15px; */
    float: left;
}

.block-info-more {
    width: 24%;
    float: left;
    margin-left: 1%;
}

button.info-more {
    width: 100%;
    outline: none;
    border: none;
    padding-top: 3%;
    padding-bottom: 3%;
    background: #eb102e;
    color: #fff;
    font-size: 0.9em;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

button.info-more:hover {
    background: #D8D8D8;
    cursor: pointer;
}

h2.togglerB {
    padding-left: 3%;
    padding-right: 3%;
    width: 25%;
    background: #eb102e;
    float: left;
    position: relative;
    z-index: 99;
    padding-top: 7.5%;
    padding-bottom: 3.5%;
    font-size: .9em;
    color: #fff;
    text-align: center;
    height: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.sliderB {
    width: 100%;
    float: left;
    border-bottom: 2px solid #393939;
    color: #fff;
    text-align: center;
    background: rgb(57, 57, 57);
}

.sliderB p {
    margin: 0;
    padding: 5%;
    font-size: .9em;
}

h2.togglerB img {
    position: absolute;
    padding-left: 55%;
    padding-right: 55%;
    left: 0;
    padding-bottom: 26.5%;
    padding-top: 10%;
    top: -5px;
}

h2.togglerB:hover {
    background: #fff;
    cursor: pointer;
    color: #016db6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.image-block {
    margin-top: 0px;
    float: left;
}

footer {
    float: left;
    background: #777777;
    width: 100%;
    margin-top: 0px;
    margin-bottom: -40px;
}

.footer-holder {
    width: 100%;
    height: 100%;
}

.footer-image {
    margin: 0 auto;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #454344;
    float: left;
    text-align: center;
}

.footer-image img {
    /* margin: 0 auto; */
    /* padding-left: 43px; */
    /* margin-left: 78px; */
    /* margin-right: 38px; */
    /* width: 240px; */
    padding-left: 30px;
    padding-right: 30px;
}

.footer-text h2 {
    color: #fff;
    font-size: .75em;
    margin: 0 auto;
    width: 50%;
    margin-bottom: 40px;
    text-align: center;
}

h2.fh2 {
    margin-bottom: 3px;
}

div.nav__item li.selected a {
    color: #FF0000;
}

li.selected a {
    color: #016db6;
}

/*static page*/
.content-static {
    width: 1200px;
    /* margin-left: 20%; */
    /* margin-right: 20%; */
}

.static-block-holder {
    background: #FFFFFF;
    margin-top: 40px;
}

.static-left {
    width: 900px;
    float: left;
    margin-top: 80px;
}

.static-right {
    float: left;
    width: 300px;
}

.block-static-right {
    width: 100%;
    margin-left: 0px;
    background: #fff;
    padding-top: 0;
    /* margin-bottom: 10px; */
    margin-top: 40px;
}

.block-static-info {
    width: 100%;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
}

button.info-more-static {
    /* width: 80%; */
    /* margin-left: 10%; */
    /* margin-right: 10%; */
    margin-bottom: -40px;
}

.static-left-headline {
    width: 97%;
    background: transparent;
}

.static-left-headline h2 {
    font-size: 1em;
    color: #000000;
    padding: 10px 17px 9px 20px;
    float: left;
    width: 80%;
    background: #F3F3F3;
}

h2.skewed {
    background: #D8D8D8;
    width: 20%;
    padding: 18.3px 20px;
    font-size: 20px;
    position: relative;
    text-align: center;
}

h2.skewed:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 28px;
    height: calc(100% + 0px);
    background: #D8D8D8;
    float: right;
    top: 0px;
    -ms-transform: skew(-20deg, 0deg);
    /* IE 9 */
    -webkit-transform: skew(-20deg, 0deg);
    /* Chrome, Safari, Opera */
    transform: skew(-20deg, 0deg);
    left: -6px;
}

.static-left-text {
    width: 100%;
    padding: 3% 3% 4% 3%;
    font-size: .85em;
    padding-left: 0%;
    /* margin-top: 40px; */
    line-height: 1.4;
    text-align: justify;
    margin-left: 3px;
    margin-bottom: 33px;
}

.static-left-text img {
    /* padding-top: 3%; */
    /* padding-bottom: 3%; */
    max-width: 100%;
}

.static-left-text p {
    padding-top: 2%;
    padding-bottom: 2%;
    text-align: justify;
}

h3.h3info {
    padding: 10px 17px 9px 15px;
    background: #F3F3F3;
    text-align: left;
    font-size: .86em;
    letter-spacing: 0.2px;
    float: left;
    width: 79%;
    font-weight: bold;
}

h3.skewedinfo {
    padding-bottom: 15.3px;
}

.static-block-item-link {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 25px;
    padding-top: 19px;
}

h3.cubic-info {
    width: 22%;
    text-align: center;
    padding: 2%;
    font-weight: 100;
    margin-left: 0px;
}

.info-static-last {
    margin-bottom: 7px !important;
}

.map-e {
    width: 99.5%;
    margin-left: 0.4%;
    margin-bottom: 20px;
}

.footer-menu {
    width: 100%;
    text-align: center;
    float: left;
    color: #fff;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 43px;
}

ul.footer-ul li a:hover {
    color: #016db6;
    transition: 0.3s ease;
}

ul.footer-ul li a {
    color: #fff;
    font-size: 0.8em;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

ul.footerul {
    width: 100%;
    list-style: none;
    /margin: 0 auto;
}

ul.footerul li.footerli {
    float: left;
    font-weight: bold;
    /* max-width: 310px; */
    width: 100%;
    float: left;
    font-size: .9em;
    text-align: left;
    padding-right: 2%;
    padding-left: 2%;
    width: 20%;
}

ul.footerul li ul {
    padding: 0;
    margin-top: 20px;
    text-align: left;
}

ul.footerul li.footerli ul li {
    float: none;
    padding: 4px 0px;
    /* border-bottom: 1px solid #183650; */
    font-weight: normal;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    width: 92%;
    float: right;
}

ul.footerul li.footerli ul li:hover {
    color: #ee1d26;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}

.footer-icons {
    position: absolute;
    width: 50%;
    margin-left: -70px;
    margin-top: 5px;
}

.footer-icons img {
    width: 18%;
    /* padding-left: 2%; */
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    margin-left: 82px;
}

.footer-icons img:hover {
}

.footer-icons2 {
    position: absolute;
    width: 49%;
    margin-top: -65px;
    right: 0;
    margin-right: 39px;
}

.footer-icons2 img {
    width: 18%;
    /* padding-left: 2%; */
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    margin-left: 82px;
}

.footer-icons2 img:hover {
}

.midder_block_exp_holder {
    width: 100%;
    float: left;
    position: relative;
    height: auto;
}

.midder_block_exp_right_in {
    width: 100%;
    float: right;
    position: relative;
}

/* */
.midder_block_exp_right_in figure {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0%;
}

.midder_block_exp_right_in figcaption {
    background: rgba(0,0,0,0.8);
    color: white;
    display: table;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

.midder_block_exp_right_in span {
    font-size: 0.8em;
    font-weight: normal;
    /* display: none; */
}

.midder_block_exp_right_in figcaption p {
    display: block;
    font-size: 1.5em;
    position: relative;
    width: 100%;
}

.midder_block_exp_right_in:hover figcaption {
    opacity: 1;
}

.midder_block_exp_right_in img {
    display: block;
    height: auto;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    width: 100%;
    /* height: 475px; */
    /* max-height: 273.4px; */
}

.midder_block_exp_right_in:hover img {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform: scale(1.4);
}

.midder_block_exp_right_in figcaption p {
    font-size: 1.1em;
    -webkit-transition: all 600ms ease-out;
    -moz-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    text-align: center;
    margin: 0;
    /* height: 100%; */
    width: 100%;
    position: absolute;
    left: calc(0px);
    top: calc(48% - 126px);
    opacity: 0;
}

.midder_block_exp_right_in figcaption img {
    width: 25px;
    margin-left: 47%;
    margin-top: 4%;
    margin-bottom: 2%;
    background: #fff;
    border-radius: 50%;
    padding: 1.3%;
}

.midder_block_exp_right_in:hover figcaption p {
    -moz-transform: translateY(200);
    -webkit-transform: translateY(200px);
    transform: translateY(100px);
    color: #fff;
    display: block;
    opacity: 1;
    padding-left: 3%;
    padding-right: 3%;
}

.midder_block_exp_right_in figcaption {
    background: rgba(0, 0, 0, 0.51);
    color: white;
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms;
    z-index: 100;
    width: 100%;
}

.midder_block_exp_right_text {
    float: left;
    width: 40%;
    padding: 0% 3% 0% 3%;
}

.midder_block_exp_right {
    float: left;
    width: 25%;
    background: #F3F4F5;
    /* padding-bottom: 2.4%; */
    /* padding-top: 2.4%; */
}

h2.righttexth2 {
    font-size: 1.1em;
    color: #F8F9FB;
    background: #D8D8D8;
    padding: 5%;
}

h3.righttexth3 {
    color: black;
    font-size: .8em;
    text-align: center;
    padding: 5% 0% 5% 0%;
}

.midder_block_exp_right_text p {
    font-size: .8em;
}

li.footerli p {
    width: 10%;
    float: left;
    margin-top: -3px;
    min-height: 40px;
}

.menu-top {
    background: #454344;
    width: 125px;
    z-index: 999999;
    position: absolute;
    display: inline-block;
    right: 0;
    margin: 0;
    color: #fff;
    font-weight: normal;
    margin-top: -67px;
    font-family: Arial;
    letter-spacing: 0.2px;
}

li.toptop {
    height: 65px;
    line-height: 67px;
    padding: 0;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    letter-spacing: 0.2px;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-transform: uppercase;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 11px;
    margin-left: -5px;
}

li.toptop:hover {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background: #fff;
    color: #183650;
    font-weight: bold;
}

ul.menu-top {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 100%;
    /* margin-left: 1px; */
}

ul#menu > li:hover > a {
    color: #fff;
    background: #eb102e;
}

li.topl {
    float: right;
}

li.activ1 {
    border-bottom: 5px solid #fff;
}

.gallery_in {
    margin-bottom: 0px;
    margin-top: 22px;
}

.gallery_in img {
    border: none;
}

.galleryems {
    float: left;
    width: 29%;
    background: transparent;
    /* padding-top: 2.4%; */
    margin-left: 10%;
    margin-right: 4.3%;
    margin-bottom: 1.6%;
    margin-top: 3.1px;
}

.static-left1 {
    width: 100%;
}

.static-left-headline1 {
    width: 100%;
    background: #F3F3F3;
}

span.spanblocks {
    position: absolute;
    font-size: 1.6em;
    text-align: center;
    padding-top: 31%;
    letter-spacing: 1px;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    height: 100%;
    color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

h3.skewed1 {
    background-image: url('../px_images/strelica.png');
    background-repeat: no-repeat;
    background-position: 62px;
    font-weight: normal;
    font-size: 15px;
    line-height: 55px;
    color: #000;
    margin-bottom: 10px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    padding-left: 90px;
    /* margin-right: 26px; */
    margin-bottom: 15px;
    /* margin-top: 25px; */
    width: 100%;
}

.skewed1 {
    background: inherit;
    color: #444;
    line-height: 30px;
    margin: 0 0 10px 0;
    padding: 0;
}

h3.skewed1:before {
    content: " ";
    background-image: url('../px_images/linkicon.png');
    background-color: #f11c27;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 63px;
    height: 55px;
    margin-left: -90px;
    display: block;
    color: #fff;
}

h3.skewednav {
    background-image: url('../px_images/strelica.png');
    background-repeat: no-repeat;
    background-position: 62px;
    font-weight: normal;
    font-size: 15px;
    line-height: 55px;
    color: #000;
    margin-bottom: 10px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    padding-left: 90px;
    /* margin-right: 26px; */
    margin-bottom: 15px;
    /* margin-top: 25px; */
    width: 100%;
}

.skewednav {
    background: inherit;
    color: #444;
    line-height: 30px;
    margin: 0 0 10px 0;
    padding: 0;
}

h3.skewednav:before {
    content: " ";
    background-image: url('../px_images/naviicon.png');
    background-color: #f4261d;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 63px;
    height: 55px;
    margin-left: -90px;
    display: block;
    color: #fff;
}

h3.skewed11 {
    background-image: url('../px_images/strelica.png');
    background-repeat: no-repeat;
    background-position: 62px;
    font-weight: normal;
    font-size: 15px;
    line-height: 55px;
    color: #000;
    margin-bottom: 10px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    padding-left: 90px;
    /* margin-right: 26px; */
    margin-bottom: 15px;
    /* margin-top: 25px; */
    width: 100%;
}

.skewed11 {
    background: inherit;
    color: #444;
    line-height: 30px;
    margin: 0 0 10px 0;
    padding: 0;
}

h3.skewed11:before {
    content: " ";
    background-image: url('../px_images/newsicon.png');
    background-color: #f4261d;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 63px;
    height: 55px;
    margin-left: -90px;
    display: block;
    color: #fff;
}

h3.skewed111 {
    background-image: url('../px_images/strelica.png');
    background-repeat: no-repeat;
    background-position: 62px;
    font-weight: normal;
    font-size: 15px;
    line-height: 55px;
    color: #000;
    margin-bottom: 10px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    padding-left: 90px;
    /* margin-right: 26px; */
    margin-bottom: 15px;
    /* margin-top: 25px; */
    width: 100%;
}

.skewed111 {
    background: inherit;
    color: #444;
    line-height: 30px;
    margin: 0 0 10px 0;
    padding: 0;
}

h3.skewedbn {
    background-image: url('../px_images/strelica.png');
    background-repeat: no-repeat;
    background-position: 62px 16px;
    font-weight: normal;
    font-size: .9em;
    text-align: left;
    color: #000;
    margin-bottom: 10px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    padding-left: 90px;
    padding-right: 30px;
    /* margin-right: 26px; */
    margin-bottom: 15px;
    margin-top: 25px;
    width: 100%;
    line-height: 21px;
    padding-bottom: 20px;
    padding-top: 18px;
}

.skewedbn {
    background: inherit;
    color: #444;
    line-height: 30px;
    margin: 0 0 10px 0;
    padding: 0;
}

h3.skewedbn:before {
    content: " ";
    background-image: url('../px_images/readicon.png');
    background-color: #ee1d27;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 63px;
    height: 55px;
    margin-left: -90px;
    display: block;
    color: #fff;
    margin-top: -18px;
}

h3.skewed111:before {
    content: " ";
    background-image: url('../px_images/impolink.png');
    background-color: #f11c27;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 63px;
    height: 55px;
    margin-left: -90px;
    display: block;
    color: #fff;
}

h3.skewed11:before {
    content: " ";
    background-image: url('../px_images/newsicon.png');
    background-color: #f11c27;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 63px;
    height: 55px;
    margin-left: -90px;
    display: block;
    color: #fff;
}

h3.skewed1111 {
    background-image: url('../px_images/strelica.png');
    background-repeat: no-repeat;
    background-position: 62px;
    font-weight: normal;
    font-size: 15px;
    line-height: 55px;
    color: #000;
    margin-bottom: 10px;
    border: 1px solid #eaeaea;
    background-color: #FFFFFF;
    padding-left: 90px;
    /* margin-right: 26px; */
    margin-bottom: 15px;
    /* margin-top: 25px; */
    width: 100%;
}

.skewed1111 {
    background: inherit;
    color: #444;
    line-height: 30px;
    margin: 0 0 10px 0;
    padding: 0;
}

h3.skewed1111:before {
    content: " ";
    background-image: url('../px_images/docicon.png');
    background-color: #f4261d;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 63px;
    height: 55px;
    margin-left: -90px;
    display: block;
    color: #fff;
}

h3.skewedcontact {
    background-image: url('../px_images/strelica.png');
    background-repeat: no-repeat;
    background-position: 62px;
    font-weight: normal;
    font-size: 15px;
    line-height: 55px;
    color: #000;
    margin-bottom: 10px;
    border: 1px solid #eaeaea;
    background-color: #FFFFFF;
    padding-left: 90px;
    /* margin-right: 26px; */
    margin-bottom: 15px;
    /* margin-top: 25px; */
    width: 100%;
}

.skewedcontact {
    background: inherit;
    color: #444;
    line-height: 30px;
    margin: 0 0 10px 0;
    padding: 0;
}

h3.skewedcontact:before {
    content: " ";
    background-image: url('../px_images/contacticon.png');
    background-color: #016DB6;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 63px;
    height: 55px;
    margin-left: -90px;
    display: block;
    color: #fff;
}

h3.skewedtend {
    background-image: url('../px_images/strelica.png');
    background-repeat: no-repeat;
    background-position: 62px;
    font-weight: normal;
    font-size: 15px;
    line-height: 55px;
    color: #000;
    margin-bottom: 10px;
    border: 1px solid #eaeaea;
    background-color: #F5F5F5;
    padding-left: 90px;
    /* margin-right: 26px; */
    margin-bottom: 15px;
    /* margin-top: 25px; */
    width: 100%;
}

.skewedtend {
    background: inherit;
    color: #444;
    line-height: 30px;
    margin: 0 0 10px 0;
    padding: 0;
}

h3.skewedtend:before {
    content: " ";
    background-image: url('../px_images/handicon.png');
    background-color: #ee1d27;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 63px;
    height: 55px;
    margin-left: -90px;
    display: block;
    color: #fff;
}

h3.skewedjavne {
    background-image: url('../px_images/strelica.png');
    background-repeat: no-repeat;
    background-position: 62px;
    font-weight: normal;
    font-size: 18px;
    line-height: 55px;
    color: #000;
    margin-bottom: 10px;
    border: 1px solid #eaeaea;
    background-color: #FFFFFF;
    padding-left: 90px;
    /* margin-right: 26px; */
    margin-bottom: 15px;
    /* margin-top: 25px; */
    width: 100%;
}

.skewedjavne {
    background: inherit;
    color: #444;
    line-height: 30px;
    margin: 0 0 10px 0;
    padding: 0;
}

h3.skewedjavne:before {
    content: " ";
    background-image: url('../px_images/javneicon.png');
    background-color: #016DB6;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 63px;
    height: 55px;
    margin-left: -90px;
    display: block;
    color: #fff;
}

h3.skewedphoto {
    background-image: url('../px_images/strelica.png');
    background-repeat: no-repeat;
    background-position: 62px;
    font-weight: 500;
    font-size: 15px;
    line-height: 55px;
    color: #000;
    margin-bottom: 10px;
    border: 1px solid #eaeaea;
    background-color: #FFFFFF;
    padding-left: 90px;
    /* margin-right: 26px; */
    margin-bottom: 15px;
    /* margin-top: 25px; */
    width: 98.7%;
}

.photogallery {
    background-color: #FFFFFF !important;
}

.skewedphoto {
    background: inherit;
    color: #444;
    line-height: 30px;
    margin: 0 0 10px 0;
    padding: 0;
}

h3.skewedphoto:before {
    content: " ";
    background-image: url('../px_images/photoicon.png');
    background-color: #ee1d27;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 63px;
    height: 55px;
    margin-left: -90px;
    display: block;
    color: #fff;
}

button.opb:hover {
    color: #183650;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

button.opb {
    border: 0;
    background: transparent;
    /* padding-left: 11px; */
    margin-top: 10px;
    margin-left: -4px;
    display: none;
    letter-spacing: .5px;
    font-style: italic;
    color: #016DB6;
    cursor: pointer;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

.footer-text {
    float: left;
    width: 100%;
}

.footer-galcon {
    float: left;
    width: 100%;
    margin-top: 28px;
    margin-bottom: 28px;
}

.block-footer {
    width: 30%;
    margin-left: 110px;
}

.block-footer h3 {
    font-size: .8em;
    color: #183650;
}

.block-footer2 {
    width: 30%;
    margin-left: 60px;
    float: right;
    margin-right: 110px;
}

h3.skewed2 {
    background: #183650;
    width: 20%;
    padding: 6.11px 13px 8.3px 10px;
    font-size: 20px;
    position: relative;
    text-align: center;
}

h3.skewed2:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 28px;
    height: calc(100% + 0px);
    background: #183650;
    float: right;
    top: 0px;
    -ms-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    left: -6px;
}

.block-item-linkf img {
    width: 50%;
    float: left;
    padding: 3.5%;
}

.block-item-linkf {
    width: 100%;
    letter-spacing: 0.2px;
    line-height: 1.5;
    font-size: .9em;
    border-bottom: 0px;
    float: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    padding-top: 3.5%;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.block-item-linkf:hover {
    background: transparent;
}

h6.news-h6 {
    float: right;
    width: 47%;
    font-size: 1em;
    line-height: .9;
    margin-bottom: 10px;
    line-height: 1.12;
}

.news-date {
    position: absolute;
    margin-left: -182px;
    margin-top: 68px;
    list-style: none;
    margin-bottom: 1px;
    background: url('../px_images/meta_bg.png') no-repeat;
    height: 37px;
    font-weight: bold;
    display: inline-block;
    padding: 0px 31px;
    line-height: 37px;
    color: #fff;
    font-size: 11px;
    text-transform: capitalize;
    width: 169px;
}

.news-date img {
    width: 20px;
    margin-left: -21px;
    position: absolute;
    margin-top: 11px;
}

.blockn {
    border: none;
}

.odd {
    background: whitesmoke;
}

.even {
    background: white;
}

.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom:1; }

/* Form wrapper styling */
.form-wrapper {
    width: 100%;
    /* padding: 15px; */
    margin: 35px auto 35px auto;
    background: #444;
    background: rgb(245, 245, 245);
    float: left;
    /* margin-right: 20px; */
    /* margin-left: 20px; */
    margin-top: 10px;
}

/* Form text input */
.form-wrapper input {
    line-height: 11px;
    padding-left: 15px;
    float: left !important;
    max-width: 75%;
    border: 0 !important;
    background: #F5F5F5 !important;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    margin: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.form-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgb(185, 185, 185) inset;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
}

.form-wrapper input::-webkit-input-placeholder {
    color: #635e5e;
    font-weight: normal;
}

.form-wrapper input:-moz-placeholder {
    color: #635e5e;
    font-weight: normal;
}

.form-wrapper input:-ms-input-placeholder {
    color: #635e5e;
    font-weight: normal;
}

/* Form submit button */
.form-wrapper p {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    /* cursor: pointer; */
    height: 56px;
    width: 63px;
    color: #fff;
    text-transform: uppercase;
    background: #eb102e;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    background-image: url('../px_images/searchicon.png');
    background-repeat: no-repeat;
    background-position: center;
}

.form-wrapper p:hover {
    /* background: #183650; */
    background-image: url('../px_images/searchicon.png');
    background-repeat: no-repeat;
    background-position: center;
}

.form-wrapper p:active, .form-wrapper p:focus {
    outline: 0;
}

.form-wrapper p:before {
    /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #ee1d27 transparent;
    top: 20px;
    left: -6px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
}



.form-wrapper p:focus:before, .form-wrapper p:active:before {
}

.form-wrapper p::-moz-focus-inner {
    /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}

label.searchlab {
    text-align: left;
    position: absolute;
    margin-top: -27px;
    margin-left: 2px;
    font-size: .8em;
}

#back-top a {
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #016DB6;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top span {
    width: 5%;
    height: 60px;
    display: block;
    margin: 0 auto;
    /* opacity: 0.6; */
    /* margin-bottom: 7px; */
    background: #777777 url(../px_images/arrow-up.png) no-repeat center center;
    /* -webkit-border-radius: 15px; */
    /* -webkit-transition: 1s; */
    -moz-transition: 1s;
    transition: 1s;
}

#back-top {
    position: absolute;
    z-index: 999999999;
    width: 100%;
    text-align: center;
    margin-top: -31px;
}

.backtt {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #fff;
    margin-bottom: 60px;
}

.item {
    margin-top: 48px;
}

.static-left-text p a {
    color: #ee1d27 !important;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
}

.static-left-text p a:hover {
    color: #7d7d7d !important;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
}

.midder_block_exp_right_news {
    float: left;
    width: 49%;
    background: #F3F4F5;
    /* padding-bottom: 2.4%; */
    /* padding-top: 2.4%; */
    /* margin-left: 2px; */
}

.midder_block_exp_right_in_news figcaption p {
    font-size: .8em;
    -webkit-transition: all 600ms ease-out;
    -moz-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    text-align: left;
    margin: 0;
    /* height: 100%; */
    font-weight: bold;
    width: 100%;
    position: absolute;
    left: calc(0px);
    top: calc(68% - 98px);
    opacity: 0;
}

.midder_block_exp_right_in_news figcaption img {
    width: 10px;
    margin-left: 10px;
    margin-top: 0%;
    margin-bottom: 0%;
    background: none;
    border-radius: 0%;
    padding: 0%;
    margin-right: 10px;
    margin-top: 2px;
}

.midder_block_exp_right_in_news :hover figcaption p {
    -moz-transform: translateY(100);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    color: #fff;
    display: block;
    opacity: 1;
    padding-left: 0%;
    padding-right: 3%;
    background: rgba(0, 0, 0, 0.28);
    padding-top: 4.5%;
}

.blockn:hover {
    background: none;
}

div.wrapper {
    margin-top: 24px;
    width: 100%;
    float: left;
}

nav.vertical {
    /* border-radius: 4px; */
    border: 1px solid #EAEAEA;
    overflow: hidden;
    text-align: center;
}

nav.vertical > ul {
    list-style-type: none;
}

nav.vertical > ul > li {
    display: block;
}

nav.vertical > ul > li > label, nav.vertical > ul > li > a {
    cursor: pointer;
    background-color: rgb(1, 109, 182);
    background-image: -webkit-linear-gradient(135deg, rgb(1, 109, 182), rgba(24, 54, 80, 0.64));
    background-image: -moz-linear-gradient(135deg, rgb(114, 51, 98), rgb(157, 34, 60));
    background-image: -o-linear-gradient(135deg, rgb(114, 51, 98), rgb(157, 34, 60));
    background-image: linear-gradient(135deg, rgb(1, 109, 182), rgba(24, 54, 80, 0.64));
    border-bottom: 1px solid rgba(255,255,255,.1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.1);
    color: rgb(255,255,255);
    display: block;
    font-size: 13px;
    font-weight: normal;
    height: 66px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 22px;
    letter-spacing: .4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

nav.vertical > ul > li > label:hover, nav.vertical > ul > li > a:hover {
    background-color: rgb(1, 109, 182);
    background-image: -webkit-linear-gradient(150deg, rgba(24, 54, 80, 0.64), rgb(1, 109, 182));
    background-image: -moz-linear-gradient(150deg, rgb(114, 51, 98), rgb(114, 51, 98));
    background-image: -o-linear-gradient(150deg, rgb(114, 51, 98), rgb(114, 51, 98));
    background-image: linear-gradient(150deg, rgba(24, 54, 80, 0.64), rgb(1, 109, 182));
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

nav.vertical > ul > li > label + input {
    display: none;
    visability: hidden;
}

nav.vertical > ul > li > div {
    background-color: rgb(255,255,255);
    height: 0;
    overflow: scroll;
    transition: all .35s ease;
}

nav.vertical > ul > li > div > p {
    margin: 24px;
    text-align: left;
}

nav.vertical ::-webkit-scrollbar {
    width: .9rem;
}

nav.vertical ::-webkit-scrollbar-thumb {
    background-color: #f4261d;
    border: solid rgb(255,255,255);
    border-width: .6rem .6rem .6rem 0;
    border-radius: 0 .4rem .4rem 0;
    margin-top: 35px;
}

nav.vertical > ul > li > label + input:checked + div {
    height: 210px;
}

ul.menu_hor {
    width: 100%;
    padding: 20px;
}

li.menu_horli {
    text-align: left;
    padding: 10px 10px 10px 10px;
    font-size: .8em;
    line-height: 18px;
    letter-spacing: .2px;
    border-bottom: 1px solid #EAEAEA;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    font-weight: normal;
}

li.menu_horli:hover {
    background: #eb102e;
    color: #fff;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}

ul.menu_hor ul {
    font-size: 1.03em;
    margin-top: -9px;
    margin-bottom: -5px;
}

li.menu_horli a:hover {
    color: #fff;
}

.vector.top {
    float: left;
    height: 80px;
    width: 100%;
    margin-top: -39.4px;
    /* margin: 20px; */
    z-index: 9;
    color: beige;
    transition: all 1s;
}

.vector {
    position: relative;
}

svg {
    position: absolute;
    margin: 0px;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
}

polygon {
    fill: rgba(241, 28, 39, 0.64);
}

.vector > span {
    position: absolute;
    display: block;
    padding: 10px;
    z-index: 1;
}

.vector.top > span {
    height: 50%;
    width: 100%;
    top: calc(40% + 40px);
    /* size of the angled area + buffer */
    /* left: 5px; */
}

.static-left-text ul {
    list-style: inherit;
    /* padding-left: 5%; */
    text-align: center;
}

#form_wrap {
    overflow: hidden;
    height: 446px;
    position: relative;
    top: 0px;
    -webkit-transition: all 1s ease-in-out .3s;
    -moz-transition: all 1s ease-in-out .3s;
    -o-transition: all 1s ease-in-out .3s;
    transition: all 1s ease-in-out .3s;
    margin: 0 auto;
}

#form_wrap:before {
    content: "";
    position: absolute;
    bottom: 128px;
    left: 0px;
    background: url('../px_images/before.png');
    width: 530px;
    height: 316px;
}

#form_wrap:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    background: url('../px_images/after.png');
    width: 529px;
    height: 260px;
}

#form_wrap.hide:after, #form_wrap.hide:before {
    display: none;
}

#form_wrap:hover {
    height: 776px;
    top: -200px;
}

.form_cont {
    background: #FFFFFF;
    position: relative;
    top: 59px;
    overflow: hidden;
    height: 200px;
    width: 527px;
    /* margin:0px auto; */
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    /* -webkit-border-radius: 3px; */
    /* box-shadow: 0px 0px 3px #9d9d9d, inset 0px 0px 27px #fff; */
    -moz-box-shadow: 0px 0px 3px #9d9d9d, inset 0px 0px 14px #fff;
    /* -webkit-box-shadow: 0px 0px 3px #9d9d9d, inset 0px 0px 27px #fff; */
    /* -webkit-transition: all 1s ease-in-out .3s; */
    -moz-transition: all 1s ease-in-out .3s;
    -o-transition: all 1s ease-in-out .3s;
    transition: all 1s ease-in-out .3s;
    border: 1px solid #ECECEC;
    margin-left: 2px;
}

#form_wrap:hover form {
    height: 530px;
}

.contf {
    margin: 11px 0 0px 7px;
    font-size: 1em;
    color: #000;
    float: left;
    width: 40%;
}

input[type=text], textarea {
    color: #000;
    background: none;
    /* letter-spacing: .4px; */
    width: 100%;
    float: right;
    letter-spacing: 0px;
    margin-top: 9px !important;
    height: 36px;
    /* font-size: 1em; */
    padding: 0px 10px;
    margin: 0 0 10px 0;
    border: 0;
    -moz-border-radius: 5px;
    /* -webkit-border-radius: 5px; */
    /* border-radius: 5px; */
    outline-style: none;
    -moz-box-shadow: inset 0px 0px 1px #9C9999;
    -webkit-box-shadow: inset 0px 0px 1px #9C9999;
    box-shadow: inset 0px 0px 1px #9C9999;
}

textarea {
    height: 80px;
    padding-top: 14px;
}

textarea:focus, input[type=text]:focus {
    background: rgba(255,255,255,.35);
}

#form_wrap input[type=submit] {
    font-size: 1.3em;
    color: #000;
    /* text-shadow: 0 1px 0 #fff; */
    width: 100%;
    text-align: center;
    opacity: 0;
    background: none;
    cursor: pointer;
    -moz-border-radius: 3px;
    /* -webkit-border-radius: 3px; */
    /* border-radius: 3px; */
    -webkit-transition: opacity .6s ease-in-out 0s;
    -moz-transition: opacity .6s ease-in-out 0s;
    -o-transition: opacity .6s ease-in-out 0s;
    transition: opacity .6s ease-in-out 0s;
    border: 1px solid #ECECEC;
    padding-top: 3%;
    padding-bottom: 3%;
    margin-top: 20px;
    -moz-transition: all .3s ease-in-out .3s;
    -o-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s;
}

#form_wrap:hover input[type=submit] {
    z-index: 1;
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out 1.3s;
    -moz-transition: opacity .5s ease-in-out 1.3s;
    -o-transition: opacity .5s ease-in-out 1.3s;
    transition: opacity .5s ease-in-out 1.3s;
    -moz-transition: all .3s ease-in-out .3s;
    -o-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s;
}

#form_wrap:hover input:hover[type=submit] {
    color: #fff;
    background: #eb102e;
    -moz-transition: all .3s ease-in-out .3s;
    -o-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s;
}

div#wrap {
    margin-left: 150px;
    margin-top: 163px;
}

span.navis {
    float: right;
    padding-right: 20px;
    font-size: .7em;
}

/* */
.mix figure {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0%;
}

.mix figcaption {
    background: rgba(0,0,0,0.8);
    color: white;
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    height: 100%;
}

.mix figcaption p {
    display: table-cell;
    font-size: 1.5em;
    position: relative;
    /* width: 100%; */
    /* vertical-align: middle; */
}

.mix figcaption h5 {
    display: table-cell;
    font-size: 1.5em;
    position: relative;
    top: -40px;
    width: 100%;
    vertical-align: middle;
}

.mix:hover figcaption {
    opacity: 1;
}

.mix img {
    display: block;
    height: auto;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    width: 100%;
}

.mix:hover img {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform: scale(1.4);
}

.mix figcaption p {
    text-align: center;
    color: #fff;
    position: absolute;
    left: calc(11% - 28px);
    top: calc(39% - 22px);
    width: 100%;
    font-size: .9em;
    opacity: 1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all .3s ease-in-out;
    font-weight: bold;
}

.mix figcaption img {
    width: 31px;
    margin-left: 45%;
    margin-top: 4%;
    margin-bottom: 2%;
    background: rgba(226, 29, 35, 0.44);
    border-radius: 50%;
    padding: 2%;
}

.mix:hover figcaption p {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.mix span {
    font-size: 0.8em;
    font-weight: normal;
}

.mix figcaption {
    background: rgba(1, 109, 182, 0.4);
    color: white;
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms;
    z-index: 100;
    width: 100%;
    height: 100%;
}

.news-block {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    /* margin-bottom: 23px; */
    float: left;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 30px;
    padding-top: 42px;
}

.midder_block_exp_right_news_block {
    float: left;
    width: 100%;
    background: #F3F4F5;
    /* padding-bottom: 2.4%; */
    /* padding-top: 2.4%; */
    margin-left: 1px;
}

.news-block-left {
    width: 48%;
    float: left;
    margin-top: 6px;
}

.midder_block_exp_right_in_news_block figcaption p {
    font-size: 1em;
    -webkit-transition: all 600ms ease-out;
    -moz-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    text-align: left;
    margin: 0;
    /* height: 100%; */
    font-weight: normal;
    width: 100%;
    letter-spacing: 0.2px;
    position: absolute;
    left: calc(0px);
    top: calc(71% - 93px);
    opacity: 0;
}

.midder_block_exp_right_in_news_block :hover figcaption p {
    -moz-transform: translateY(100);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    color: #fff;
    display: block;
    opacity: 1;
    padding-left: 3%;
    padding-right: 3%;
    background: rgba(0, 0, 0, 0.28);
    padding-top: 6.15%;
    padding-bottom: 6.15%;
}

.midder_block_exp_right_in_news_block figcaption img {
    width: 20px;
    float: left;
    margin-left: 20px;
    margin-top: 0%;
    margin-bottom: 0%;
    background: none;
    border-radius: 0%;
    padding: 0%;
    margin-right: -42px;
    margin-top: 0px;
    margin-right: 25px;
}

.news-block-right {
    width: 52%;
    float: left;
    padding-left: 5%;
    /* padding-right: 1.2%; */
}

.news-block-right h2 {
    font-size: 1.2em;
    font-weight: bold;
    color: #ee1d27;
    -webkit-box-shadow: 0 7px 6px -6px #ee1d27;
    -moz-box-shadow: 0 7px 6px -6px #016DB6;
    box-shadow: 0 7px 6px -6px #ee1d27;
    padding-bottom: 4%;
}

.info-newsr {
    margin-top: 12.3px;
    margin-bottom: 3px;
    text-transform: none !important;
    font-style: italic;
    letter-spacing: 1.1px;
}

.info-newsr:hover {
    color: #ee1d27;
}

.newsskehedl {
    margin-bottom: -42px;
}

.news-block-in h2 {
    font-size: 1.2em;
    font-weight: bold;
    color: #f4261d;
    -webkit-box-shadow: 0 7px 6px -6px #f4261d;
    -moz-box-shadow: 0 7px 6px -6px #016DB6;
    box-shadow: 0 7px 6px -6px #f4261d;
    padding-bottom: 4%;
    margin-bottom: 44px;
}

label.authn {
    padding: 3%;
    background: #eb102e;
    color: #fff;
}

.select_join {
    /* margin-left:15px; */
    width: 173px;
    /* height: 33px; */
    /* margin-bottom: 10px; */
    /* margin-right: 16px; */
    /* overflow: hidden; */
    /* background: url('http://s24.postimg.org/lyhytocf5/dropdown.png') no-repeat right #F5F5F5; */
    /* border: #FEFEFE 1px solid; */
    /* -webkit-border-radius: 3px; */
    /* border-radius: 3px; */
    /* -webkit-box-shadow: inset 0px 0px 10px 1px #FEFEFE; */
    /* box-shadow: inset 0px 0px 10px 1px #FEFEFE; */
    margin-top: -7px;
}

.select_join select {
    background: transparent;
    width: 100%;
    font-size: 13px;
    color: #635e5e;
    border: 0;
    border-radius: 0;
    display: table-cell;
    text-align: center;
    margin-left: 8px;
    vertical-align: middle;
    height: 32px;
    /* -webkit-appearance: none; */
    padding: 0px 0px;
    cursor: pointer;
}

.select_join select:focus {
    outline: none;
}

.tts {
    /* background-color:pink; */
    /* height:150px; */
    text-align: center;
    float: left;
    display: table-cell;
    vertical-align: middle;
    height: 56px;
    width: 75%;
}

/*}*/
a.btn-1 {
    padding-left: 10%;
    padding-right: 30%;
    border: 0;
}

a.btn-1 img {
    width: 30px;
    margin-left: 4px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.input-append.date.datetimepicker {
    width: 75%;
    float: left;
}

span.add-on img {
    width: 23px;
    margin-top: 15px;
}

#tabela {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

table#tabela img {
    width: 20px;
    margin: 2px 10px 0px -34px;
    position: absolute;
}

#tabela th a {
    color: #FFF;
}

#tabela th a:hover {
    color: #f80000;
}

#tabela thead {
    background-color: #606060;
    border: 1px solid rgb(160, 160, 160);
}

#tabela th {
    padding: 1.6%;
    color: #fff;
    border: 1px solid #EAEAEA;
    cursor: pointer;
    background: #eb102e;
    font-weight: normal;
    font-size: 15px;
}

#tabela td {
    padding: 10px;
    border: 1px solid #ee1d27;
    font-size: 14px;
    line-height: 1.7;
}

#tabela td p {
    margin-bottom: 0;
    padding-left: 30px;
}

.tabela1 {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 24px;
}

table.tabela1 img {
    width: 20px;
    margin: 3px 10px -4px 0px;
}

.tabela1 th a {
    color: #FFF;
}

.tabela1 th a:hover {
    color: #f80000;
}

.tabela1 thead {
    background-color: #606060;
    border: 1px solid rgb(160, 160, 160);
}

.tabela1 th {
    padding: 1.6%;
    color: #fff;
    border: 1px solid #EAEAEA;
    background: #eb102e;
    font-weight: 600;
}

.tabela1 td {
    padding: 10px;
    border: 1px solid #016DB6;
    font-size: .9em;
}

.tabela1 td p {
    margin-bottom: 0;
}

#nazivtendera {
    width: 35%;
}

#rokzadostavuponuda {
    width: 25%;
}

#dokumenta {
    width: 40%;
    color: #fff;
}

.sliderExpanded .collapseSlider {
    display: block;
}

.collapseSlider {
    color: #F17B08;
    font-family: Tahoma;
    font-size: 0.9em;
    font-weight: bold;
}

.collapseSlider {
    display: none;
}

.toggler {
    cursor: pointer;
    /* margin-bottom: 7%; */
    float: right;
    text-align: center;
    /* margin-right: 2%; */
    display: block;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    /* border-bottom: 1px solid #fff; */
}

.sliderExpanded .expandSlider {
    display: none;
}

.expandSlider {
    color: #F17B08;
    font-family: Tahoma;
    font-size: 0.9em;
    font-weight: bold;
    position: relative;
    /* margin-left: 24%; */
    line-height: 1.4;
    text-align: center;
}

span.expandSlider img {
    position: absolute;
    margin-top: -16px;
    background: #777777;
    margin-left: -16px;
}

span.collapseSlider img {
    position: absolute;
    margin-top: -16px;
    background: #999999;
    margin-left: -16px;
}

#tabela td a {
    color: #ee1d27;
    -moz-transition: all .1s ease-in-out .1s;
    -o-transition: all .1s ease-in-out .1s;
    transition: all .1s ease-in-out .3s;
    line-height: 1.6;
}

#tabela td a:hover {
    color: #183650;
    -moz-transition: all .1s ease-in-out .1s;
    -o-transition: all .1s ease-in-out .1s;
    transition: all .1s ease-in-out .1s;
}

.psh4 {
    margin-top: 40px;
    font-weight: normal;
    line-height: 2;
}

h4.psh4 a {
    color: #016DB6;
}

h4.psh4 a:hover {
    color: #183650;
    -moz-transition: all .3s ease-in-out .3s;
    -o-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s;
}

tr:nth-child(odd) {
    background-color: #fff;
}


tr:nth-of-type(odd) {
    background-color: #fff;
}

tr:nth-of-type(even) {
    background-color: #F5F5F5;
}

.midder_block_publication figcaption p {
    display: none !Important;
}

form.form-wrapper.cf.mainbutt {
    margin-top: 130px;
    margin-left: 149px;
}

input.but {
    width: 100%;
    text-align: center;
    float: none !important;
    max-width: 100%;
    padding: 22.5px;
    color: #016DB6;
}

li.footerli a {
    color: #fff;
}

input.but:hover {
    color: #fff;
    background: #016DB6 !important;
    cursor: pointer;
}

label.authn {
    padding: 3%;
    background: #eb102e;
    color: #fff;
    -moz-transition: all .3s ease-in-out .3s;
    -o-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s;
    font-size: 0.85em;
}

label.authn:hover {
    padding: 3%;
    background: #D8D8D8;
    cursor: pointer;
}

.gallery-category h2 {
    font-size: .85em;
    font-weight: normal;
    /* padding-left: 4%; */
    display: table-cell;
    text-align: left;
    height: 45px;
    vertical-align: middle;
}

.logo1 img {
    width: 350px;
}

.logo1 {
    width: 20%;
    float: left;
    margin-top: 11px;
    margin-left: 111px;
}

.logo2 img {
    width: 240px;
}

.logo2 {
    width: 20%;
    float: left;
    margin-top: 26px;
}

.logo3 img {
    width: 260px;
}

.logo3 {
    width: 20%;
    float: left;
    margin-top: 33px;
}

.logo4 img {
    width: 167px;
}

.logo4 {
    width: 15%;
    float: left;
    margin-left: 0%;
    margin-top: 40px;
}

.logo5 img {
    width: 180px;
}

.logo5 {
    width: 17%;
    float: left;
    margin-top: 28px;
}

h4.toptop.topl {
    float: left;
    font-size: .6em;
    padding-left: 10.6px;
    padding-right: 9.5px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 65px;
    -moz-transition: all .3s ease-in-out .3s;
    -o-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s;
}

/*@media screen and (min-width: 1100px) and (max-width: 1338px) {

    #menu a {

        padding: 28px 0px 27px 0px;

        font-size: 0.8em !important;

    }

    li.toptop {

        font-size: .5em;

    }

	#menu a b {

    margin-right: 11px;

    margin-left: 11px;

}

}*/
h4.toptop.topl:hover {
    background: #fff;
    color: #183650;
    cursor: pointer;
}

h4.toptop.topl.activ1 {
    background: #fff;
    color: #ee1d26;
}

button.but {
    overflow: visible;
    position: relative;
    float: left;
    border: 0;
    outline: none;
    padding: 0;
    margin-right: 30px;
    cursor: pointer;
    height: 53px;
    width: 30%;
    color: #fff;
    text-transform: uppercase;
    background: #eb102e;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    margin-left: 240px;
}

button.but:hover {
    background: #F5F5F5;
    color: #016DB6;
}

button.but:before {
    display: none;
}

.form-wrapper.cf.mainbutt {
    /* float: left; */
    width: 100%;
    background: transparent;
    margin: 0 auto;
    margin-top: 35px;
}

form#searcht {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 65px;
}

ul.menu_hor_test {
    width: 90%;
    margin-left: 10%;
    padding-top: 3%;
}

.button_search {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 56px;
    width: 63px;
    color: #fff;
    text-transform: uppercase;
    background: #eb102e;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    background-image: url('../px_images/searchicon.png');
    background-repeat: no-repeat;
    background-position: center;
}

.button_search:hover {
    background: #183650;
    background-image: url('../px_images/searchicon.png');
    background-repeat: no-repeat;
    background-position: center;
}

.form-wrapper.cf.bigform {
    /* margin-left: 170px; */
}

.pagdiv {
    clear: both;
    display: block;
    /* padding-top: 30px; */
}

.pagdiv .pager li {
    background: #ee1d27 none repeat scroll 0 0;
    border: 1px solid #f1261e;
    color: #ee1d26;
    display: inline-block;
    font-weight: bold;
    margin: 6px;
    padding: 6px 2px 5px;
    text-transform: uppercase;
}

.pager {
    font-weight: bold;
    margin-left: 0px;
    clear: both;
    text-align: center;
    margin-bottom: 30px;
}


.pager-first {
}

.pager-next {
}

.page_link {
    color: black;
    font-size: 18px;
}

.paginacija {
    color: #183650;
    font-size: 17px;
    padding: 2px 10px;
}

a.paginacija {
    color: #FFFFFF !important;
}

.pager-item, .pager-first, .pager-next, .pager-prev, .pager-last {
    color: #f1261e;
    font-size: 18px;
}

.arrow_box, .pagdiv .pager li.arrow_box {
    height: 32px;
    width: 200px;
    position: relative;
    display: inline;
    background: #f00;
    border: 1px solid #f00;
    margin-right: 20px;
}

.arrow_box:after, .arrow_box:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(255, 0, 0, 0);
    border-left-color: #f00;
    border-width: 16px;
    margin-top: -16px;
}

.arrow_box:before {
    border-color: rgba(255, 0, 0, 0);
    border-left-color: #f00;
    border-width: 17px;
    margin-top: -17px;
}

span.paginacija {
    background: #fff;
    color: #f1261e;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
}

.static-left-text ul {
    padding-left: 5% !important;
}

.static-left-text li {
    text-align: left !important;
}

p.news-noimage {
    width: 100%;
    text-align: left;
}

h6.news-imgh6 {
    width: 100%;
    letter-spacing: 0.5px;
    word-spacing: 1px;
    line-height: 1.5;
    margin-top: 20px;
    font-weight: bold;
}

p.news-p-p-p {
    width: 100%;
    /* margin-bottom: 20px; */
    letter-spacing: 0.5px;
    word-spacing: 1px;
}

.block-right-no-image {
    width: 100%;
    padding-left: 0%;
}

.no-image-div-button {
    width: 20%;
    margin: 0 auto;
}

button.info-noimage {
    width: 100%;
    padding-top: 6%;
    padding-bottom: 6%;
}

.static-left a:hover {
    color: #BBCEDE !important;
}

.static-left a {
    color: #ee1d27;
    -moz-transition: all .1s ease-in-out .1s;
    -o-transition: all .1s ease-in-out .1s;
    transition: all .1s ease-in-out .1s;
}

.static-left-text td p {
    text-align: center;
}

.static-left-text td {
    border: 1px solid rgb(1, 109, 182) !important;
    text-align: center;
}

.static-left-text table {
    width: 100% !important;
}

.blockn-txt-only {
    border-top: 1px solid #608CBF;
    margin-top: 4px;
    border-bottom: 1px solid #608CBF;
    margin-bottom: 24.8px;
}

.id-more {
    margin-right: 0%;
    float: right;
    color: #fff;
    padding-bottom: 2.8%;
    padding-top: 2.8%;
    padding-left: 3%;
    padding-right: 3%;
    background: #eb102e;
    margin-top: -22px;
    -moz-transition: all .3s ease-in-out .3s;
    -o-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s;
    font-size: 0.85em;
    margin-top: -24px !important;
}

.id-more a {
    color: #FFF;
}

.id-more:hover {
    background: #D8D8D8;
    cursor: pointer;
}

.edit-page {
    margin-right: 2.5%;
    float: right;
    color: #fff;
    padding: 2.8% 6% 2.8% 6%;
    background: #eb102e;
    margin-top: -22px;
    -moz-transition: all .3s ease-in-out .3s;
    -o-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s;
    font-size: 0.85em;
    margin-bottom: 30px;
}

.edit-page a {
    color: #FFF;
}

.edit-page:hover {
    background: #D8D8D8;
    cursor: pointer;
}

/* navigacioni desni meni */
ul.nav-menu-ul {
    margin: 5px 0px 5px 0px;
    padding: 15px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: rgb(247, 46, 12);
    background-image: -webkit-linear-gradient(135deg, rgb(247, 46, 12), rgb(247, 46, 12));
    background-image: -moz-linear-gradient(135deg, rgb(114, 51, 98), rgb(157, 34, 60));
    background-image: -o-linear-gradient(135deg, rgb(114, 51, 98), rgb(157, 34, 60));
    background-image: linear-gradient(135deg, rgb(247, 46, 12), rgb(247, 46, 12));
    border-bottom: 1px solid rgba(255,255,255,.1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.1);
    color: rgb(255,255,255);
    display: block;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    letter-spacing: 0.5px;
    word-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

li.nav-menu-sub {
    line-height: 1.4;
    margin-bottom: 10px;
    color: #fff;
    margin-top: 10px;
}

li.nav-menu-sub span {
    color: #fff;
}

li.nav-menu-sub-0 a {
    color: #fff;
    padding-left: 50px;
    font-size: 15px;
    cursor: pointer;
    text-align: left !important;
}

ul.nav-menu-ul-0 {
    background: #f4261d;
    /* padding-top: 22px; */
}

li.nav-menu-sub span {
    margin-left: 23px;
    padding-right: 2px;
    letter-spacing: 1px;
    word-spacing: 2px;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    -ms-transition: all .1s ease;
    transition: all .1s ease;
    font-size: 13px;
}

li.nav-menu-sub {
    background-image: url("../px_images/menuopen.png");
    background-repeat: no-repeat;
    background-position: 21px 18px;
}

ul.nav-menu-ul {
    padding-left: 0px;
    padding-right: 2px;
    padding-bottom: 0px;
    padding-top: 2px;
    /* margin-top: 14px; */
    background: #ef654e;
}

li.iconimage2 {
    background-image: url("../px_images/menuopen2.png");
    background-repeat: no-repeat;
    background-position: 15px 18px;
}

li.nav-menu-sub a {
    padding-left: 0;
    cursor: pointer;
}

li.nav-menu-sub span:hover {
    color: #d6d3d3;
}

li.nav-menu-sub-0 {
    color: #fff;
    /* padding: 8px; */
    padding-left: 0;
    padding-right: 0;
    /* margin-top: -16px; */
    text-align: left;
}

li.nav-menu-sub-0 a:hover {
    color: #d6d3d3;
}

p.nav-p {
    padding-left: 47px;
    padding-right: 20px;
    height: 59px;
    display: table-cell;
    vertical-align: middle;
}

#cssmenu, #cssmenu ul, #cssmenu li, #cssmenu a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    font-size: 14px;
    position: relative;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    -ms-transition: all .1s ease;
    transition: all .1s ease;
}

#cssmenu a {
    line-height: 1.3;
}

#cssmenu > ul > li > a {
    font-weight: normal;
    display: block;
    color: #ffffff;
    border-bottom: 1px solid #f7f7f7;
    position: relative;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    -ms-transition: all .1s ease;
    transition: all .1s ease;
}

#cssmenu > ul > li > a > span {
    padding: 10px;
    display: block;
    font-size: 13px;
    font-weight: 300;
}

#cssmenu > ul > li > a:hover {
    text-decoration: none;
    color: #d6d3d3;
}

#cssmenu > ul > li.active {
    border-bottom: none;
}

#cssmenu > ul > li.active > a {
    color: #fff;
}

#cssmenu > ul > li.active > a span {
    /* color: #bd0e36; */
}

#cssmenu span.cnt {
    position: absolute;
    top: 22px;
    right: 15px;
    padding: 0;
    margin: 0;
    background: none;
}

#cssmenu ul ul {
    display: none;
}

#cssmenu ul ul li {
    border-bottom: 1px solid #f7f7f7;
    border-top: 0;
}

#cssmenu ul ul a {
    display: block;
    font-size: 13px;
}

#cssmenu ul ul a:hover {
    color: #d6d3d3;
}

.timepicker {
    display: none !important;
}

img.ui-datepicker-trigger {
    margin-top: 14px;
    margin-left: -42px;
    position: absolute;
    z-index: 99;
    width: 26px;
    cursor: pointer;
}

div#ui-datepicker-div {
    font-size: 15px;
    border: 1px solid #016db6;
    border-radius: 0;
}

button.butr {
    overflow: visible;
    position: relative;
	outline:none;
    /* float: right; */
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 53px;
    width: 30%;
    color: #fff;
    text-transform: uppercase;
    background: #eb102e;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
}

button.butr:hover {
    background: #F5F5F5;
    color: #016DB6;
}

.static-left.static-left1.static-tenders {
    margin-top: 120px;
}
.form-wr-all {
    float: left;
    width: 21%;
    margin-left: 20px;
    margin-right: 20px;
}
p.searchlab {
    font-size: 14px;
}
span.tend-down {
    cursor: pointer;
	    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    -ms-transition: all .1s ease;
    transition: all .1s ease;
}
span.tend-up {
    cursor: pointer;
	    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    -ms-transition: all .1s ease;
    transition: all .1s ease;
}
span.tend-down:hover {
    color: #000;
}
span.tend-up:hover {
    color: #000;
}
p.tend-rez {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px;
    color: #016db6;
    background: whitesmoke;
    font-size: 15px;
    margin-bottom: 65px;
}
.form-wr-all.form-big-all {
    width: 72%;
}
.form-wr-all.form-middle-all {
    width: 30%;
}
.form-wr-all.form-middle-big-all {
    width: 38.6%;
}
.form-wr-all.form-middle-big-all-all {
    width: 47.6%;
}
.form-wr-all.form-big-50 {
    width: 47.4%;
    margin-right: 0;
}
.form-wr-all.form-big-50-1 {
    width: 47.4%;
	margin-right:20px;
}
.select_join.select-join-1 {
    width: 104%;
}
.select_join.select-join-3 {
    width: 110%;
}
.select_join.select-join-4 {
    width: 114%;
}
.select_join.select-join-5 {
    width: 115%;
}
.ui-datepicker th {
    color: #016db6;
    font-size: 12px;
    letter-spacing: 0.2px;
}
.static-page-full {
    width: 100%;
    text-align: center;
    padding: 60px 0;
    padding-top: 140px;
}
.static-page-full h1 {
    font-size: 100px;
    font-weight: normal;
    letter-spacing: 5px;
    margin-bottom: 60px;
}
.static-page-full h2 {
    font-size: 24px;
    padding: 0px 30px;
    line-height: 1.6;
    margin-bottom: 80px;
    letter-spacing:1px;
    word-spacing:2px;
    font-weight:normal;
}

.button-static-sss-ss {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: block;
}

.button-static-sss-ss h3 {
    background: #183650;
    margin-bottom: 100px !important;
    color: #fff;
    font-weight: normal;
    font-size: 17px;
    border: 1px solid #183650;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    word-spacing: 1px;
    width: 400px;
    text-align: center;
    margin: 0 auto;
    padding: 20px 35px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.button-static-sss-ss h3:hover {
    color: #183650;
    background: transparent;
}
#wrapic{
    /* float: left; */
    position: relative;
    /* margin: 10%;
    width: 40%;
    background:#ccc;  */
}
#fixed{
    position:fixed;
    width:inherit;
    padding: 12px;
    height: 60px;
    margin-top: 65px;
    background-color:#e93f33;
    color: #fff;
    font-size: 12px;
    z-index: 100;
}
.font-white {
  color: #fff;
  text-decoration: underline;
}
