@font-face {
    font-family: PTSans;
    src: url(/fonts/PTS55F.ttf);
}

html,
body {
    width: 100%;
    height: 100%;

}

html {
    /* For Firefox */
    scrollbar-width: none;
    /* For Internet Explorer and Edge */
    -ms-overflow-style: none;
}

html::-webkit-scrollbar {
    /* For Chrome, Safari, and Opera */
    width: 0px;
}

html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: antialiased;
    font-family: Helvetica, sans-serif;
    background-color: white;
}

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

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255, 255, 255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255, 255, 255, 0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

#main-navbar {

    background-color: #ededed;

}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 530px;
    background: url(../img/backg.jpg) no-repeat center center scroll;
    background-size: 100%;
}

.header-image {
    margin-top: -16px;
}

.header-image img {
    height: 60px;
}

.navbar {
    min-height: 60px;
    margin-bottom: 0;
    border: none;
}

.navbar-default {
    color: #fff;
    background-color: white;
    border-bottom: none;
    margin-bottom: 0;
}

.top-navbar {

    color: black;
    min-height: 60px;
    font-weight: bold;
}

.top-navbar li img path {
    fill: #334d5f;
}

.top-navbar .logout, .top-navbar .login {
    line-height: 0px;
}

.top-navbar a.logout, .top-navbar .login {
    color: #334d5f !important;
}

.lang-href {
    line-height: 1px;
    color: black !important;
}

.navbar-default a {
    color: black;
}

.navbar-header {
    padding: 0;
}

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

.line {
    color: #FFF;
    margin: 60px 0 0;
    padding: 0;
    font-size: 38px;
    font-weight: 400;
    text-align: left;
    /*padding-left: 63px;
        width: 645px;
    border-bottom: 2px solid #fff;*/
}

.text-line {
    /*border-bottom: 2px solid #fff;*/
    line-height: 47px;
    width: 425px;
}

.text-line.long {
    /*width: 660px;*/
    width: inherit;
}

.header-phrase {
    margin-top: 50px;

    /*border-bottom: 2px solid #fff;*/

}

.header-phrase span {
    border-bottom: 2px solid #fff;
    padding-left: 63px;
    /* width: 50%; */
    padding-bottom: 0px;
}

.lang-select {
    width: 100px;
    margin-top: 0px;
}

.search-page-toolbar .lang-select {
    margin-top: 0px;
}

.lang-select .active-item {
    padding: 5px 5px 5px 0;
    cursor: pointer;
    height: 30px;
    width: 68px;
    float: right;
}

.lang-select .active-item:hover, .lang-select .active-item.expanded {

}

.lang-form-wrapper {
    display: none;
}

.lang-select .active-item .text {
    float: left;
    margin-left: 10px;
    color: #334d5f !important;
}

.lang-select .active-item .down {
    background-image: url("/images/down.png");
    float: left;
    margin: 5px;
    margin-left: 9px;
    width: 12px;
    height: 10px;
}

.lang-select .active-item .text:after {

}

.lang-select .dropdown {
    margin-top: 1px;
    position: absolute;
    z-index: 9;
    display: none;
    right: -15px;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.lang-select .dropdown.expanded {
    display: block;
}

.lang-select .dropdown .item {
    padding: 5px;
    cursor: pointer;
    padding: 7px 24px;
    background-color: white;
    width: 66px;
}

.lang-select .dropdown .item:hover {
    background-color: #b3b3b3;
}

select {

    /*	background-color: #2b3894;*/
    background-color: #00335B;
    border: 1px solid #fff;
    color: #fff;;

}

select:focus {
    outline: none;
    box-shadow: none !important;
    border: 1px solid #fff;
}

.page-content select, .page-content select > option {
    padding: 10px;
    outline: none;
    font-size: 16px;
    box-shadow: none !important;
    border: 1px solid #fff !important;
}

.page-content {
    padding: 20px;
    min-height: 480px;
    background-color: #e3ddd9;
    border-radius: 6px;
}

.page-content .message {
    /*	padding: 10px;
        background-color: #c2dbef;
        border-radius: 4px;
        margin: 10px;*/
}

.page-content .code-input {
    height: 42px;
    width: 100px;
    padding: 5px;
}

.search-page .step {
    margin: 10px;
}

.page-content input[type=submit] {
    /*	height: 42px;
        padding: 5px;*/
}

select:focus, select:active {
    border: 0;
    outline: 0;
}

.navbar-right {
    margin-top: 14px;
}

.navbar-right .delimiter {
    line-height: 32px;
    margin-top: -1px;
    width: 10px;
}

.navbar-right .top-modules {
    width: 55px;
    color: #d0d8e5;
}

.navbar-right .top-modules .img svg {
    height: 28px;

}

.modal-header .close {
    margin-top: -50px;
}

.icons-content .img, .icons-content .img svg, .icons-content img {
    height: 28px;
}

.icons-content img {
    margin-top: -24px;
}

.top-modules path, .icons-content .img path {
    fill: #d0d8e5 !IMPORTANT;
}

.icons-content {
    margin: 10px 0 0 56px;
}

.icons-content .img {
    margin-right: 3px;
}

/* About */
.about {
    padding: 50px 0;
}

/* Services */
.services {
    padding: 10px 0;
    min-height: 150px;
}

.module-block {
    vertical-align: top;
}

.service-item {
    margin-top: 3px;
    cursor: pointer;
    font-size: 16px;
    line-height: 37px;
}

.service-item:hover {
    /*border: 2px solid #FFF;*/
}

.service-item .m-icon {
    position: absolute;
}

.service-item .m-icon .img {
    height: 28px;
    width: 28px;
    margin-left: 12px;

}

.service-item .m-icon .img svg {
    height: 28px;
    margin-top: 4px;
}

.service-item .m-icon img {
    height: 28px;
    max-width: 40px;
    margin-left: 4px;
}

.service-item h5 {
    cursor: pointer;
    font-size: 16px;
    line-height: 37px;
}

.service-item.odd, .service-item.even {
    background-color: #b3b3b3;
    color: white;
    border: #b3b3b3 1px solid;
}

.service-item.expanded .module-title {
    color: #FFF;
}

.service-item.odd .m-icon .img path, .service-item.even .m-icon .img path {
    /* fill: #e3ddd9 !IMPORTANT; */
}

.service-item.expanded .m-icon .img path {
    /*fill: #696969 !IMPORTANT;*/
}

.module-block-content {
    padding: 20px 20px 20px 75px;
    border-radius: 6px;
    margin-top: 3px;
    display: none;
}

.module-block-content a {
    font-weight: bold;
    text-decoration: underline;
    color: #000 !important;
}

.module-block-content.odd {
    background-color: #ededed;
    color: #000 !important;
}

.module-block-content.even {
    background-color: #ededed;
    color: #000 !important;;
}

.module-block-content font {
    color: #000 !important;
}

.module-block .delimiter {
    border-left: 2px solid #fff;
    padding: 0px 10px 0;
    margin-left: 52px;

    width: 5px;
    height: 25px;
    margin-top: 7px;

    /*	height: 65%;
        position: absolute;
        margin-top: 4px;*/
}

.service-item.odd .delimiter, .service-item.even .delimiter {
    border-left: 2px solid #d5cec9;
}

.service-item.expanded .delimiter {
    border-left: 2px solid #696969;
}

.module-block .module-title {
    margin-left: 55px;
    font-size: 18px;
    float: right;
}

/* Callout */
.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Call to Action */
.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Map */
.map {
    height: 500px;
}

@media (max-width: 768px) {
    .map {
        height: 75%;
    }

}

/* Footer */
footer {
    border-top: 3px solid #ffffff;
    padding: 0;
    background-color: #ededed;
    font-family: 'pt_sansregular', sans-serif;
    padding: 20px 0;
    font-size: 10px;
    color: black;

}

footer .footer-logo img {
    max-height: 40px;
}

@media (min-width: 768px) {
    .header {
        background-size: 160%;
    }
}

@media (min-width: 992px) {

    .header {
        background-size: 130%;
    }
}

@media (min-width: 1200px) {
    .header {

        background-size: 100%;
    }
}

@media (max-width: 992px) {

    .line {
        padding-left: 10px;
    }

    .text-line {

        width: initial;
    }

    .text-line.long {

        width: initial;
    }

    .phrase-container span {
        padding-left: 0px;
    }

}

@media (max-width: 767px) {


    .header {
        background-size: 160%;
    }

    .header-image {
        margin-top: -13px;
    }

    .header-image img {
        height: 52px;
    }

    .navbar-right .delimiter {
        display: none;
    }

    .lang-select {
        float: right;
    }

    .lang-select .dropdown{
        right: inherit;
    }

    .top-navbar.navbar-collapse {
        overflow: visible;
        border-bottom: none;
        display: block;
        margin-top: -60px;
        margin-right: -15px;
    }

    .navbar.navbar-top {

    }

    ul.nav {
        float: right;
    }

    .navbar-header {
        padding: 0 10px 0;
    }

    .navbar-brand {
        padding: 11px 7px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #696969;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #d0d8e5;
    }


    .icons-content {
        margin: 10px 0 0 5px;
    }

    .line {
        padding-left: 10px;
    }

    .text-line {

        width: 375px;
    }

    .text-line.long {

        width: initial;
    }

    footer .footer-logo img {
        max-height: 40px;
    }

    .phrase-container span {
        padding-left: 0px;
    }

    .auth-item {

    }

    .auth-button.login {
        margin-top: 14px;
    }

    .lang-item {
        float: right;
    }

    .nav > li {
        display: inline-block;
        float: left;
        line-height: 21px;
    }

    .top-navbar {
        min-height: 50px;
    }

    .lang-select .dropdown .item {
        padding: 14px 24px;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 0px 10px;
    }
}



@media (min-width: 375px) {
    .header {
       background-size: 200%;
    }
    html{
        margin: 0;
    }

    .header {
        height: 300px;
    }

    footer .footer-logo img {
        max-height: 30px;
    }

}



@media (min-width: 420px) {

    html{
        margin: 0;
    }

    .header {
        height: 520px;
    }

    footer .footer-logo img {
        max-height: 40px;
    }

    .modal-dialog .modal-content{
        height: 265px;
    }

}

@media (min-width: 374px) {

    .modal-dialog .modal-content{
        height: 20em;
    }
}

@media (min-width: 760px) {
    .header {
        background-size: 110%;
    }



    .modal-dialog{
        margin-right: auto;
    }
}

@media (max-width: 374px) {

    html{
        margin-left: 15px;
    }
    .header {
        height: 300px;
    }
    .navbar-right {
        width: initial;
        display: flex;
        float: right;
        margin-right: -20px;
        margin-top: 20px;
    }

    .phrase {
        display: none;
    }

    .container.main-cont {
        padding-right: 0px;
        padding-left: 0px;
    }


    .line {
        padding-left: 10px;
        border: none;
    }

    .text-line {
        /*border-bottom: 2px solid #fff;*/
        line-height: 50px;
        /*text-decoration: underline;*/
        width: initial;
    }

    .text-line.long {
        width: initial;
    }

    .icons-content {
        margin: 10px 0 0 5px;
    }

    .header {
        background-size: 200%;
    }

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

    .phrase-container span {
        padding-left: 0px;
    }

    .navbar-header{
        padding: 0;
    }

    .navbar-collapse{
        padding: 0;
    }

}

.row-begin {
    display: table-cell;
    vertical-align: top;
}

.title-wrap {
    display: table-cell;
}

.ekko-lightbox-container iframe {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;

}

h4.modal-title {
    font-size: 17px;
}

#search-form select {
    min-width: 24%;
    width: 100%;
}

.step.step-5, .step.step-6 {

    width: 115px;
    float: left;
}

.submit-button {
    margin-top: 40px;
    margin-left: 12px;
}

.submit-button .submit {
    float: right;
    height: 42px;
    width: 100px;

}

.step-6 {
    margin-top: 34px !important;
}

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

    .header {
        background-size: 110%;
    }
}

@media only screen
and (min-device-width: 834px)
and (max-device-width: 1112px)
and (-webkit-min-device-pixel-ratio: 2) {
    .navbar-right {
        /*margin-top: -43px;*/
    }

}


@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px) {
    .navbar-right {
        /*margin-top: -43px;*/
    }

}




@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
{

    .navbar-nav {
        margin: 13.5px -25px 0;
    }

    .navbar-right li.text-right.auth-item{

        height: 21px;
        margin-right: 5px;

    }

    .navbar-right a.logout {
        line-height: 28px;
    }


}

