/* TABLE OF CONTENT
    --------------------------------------------------

    1. NAVBAR
    2. ABOUT US
    3. SERVICE
    4. PORTFOLIO
    5. TEAM
    6. PRICE TABLES
    7. PROCESS
    8. CLIENTS
    9. FACTS
    10. CONTACT
    11. FOOTER
    12. BORDERS
    13. RESPONSIVE CSS

    */

/* MISC*/
.img-responsive {
    width: 100%;
}
.right {
    text-align: right;
}

.lang {
    display: inline-block;
    position: absolute;
    left: 285px;
    top: 40px;
}
.lang a {
    color: #000;
}
.lang-mobile {
    float:left;
    display: none;
}

.lang-mobile a {
    color: #000;
}
.active-lang {
    text-decoration: underline;
}
.clear {
    clear:both;
}

/* 0. Layout
-------------- */
html, body {
    height: 100%;
    min-height: 100%;
    width: 100%;
}
body {
    background: url('../img/wavepattern-blue.jpg') repeat #D3F0FF;
}
.main-container {
    border-radius: 0 0 20px 20px;
    box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.24);
    margin: 0 auto 140px;
    min-height: 100%;
    height: auto;
    width: 90%;
    background-color: #FFF;
}
.entry {
    width:100%;
    height:100%;
    text-align: center;
    display: table;
}
.entry > div {
    display: table-cell;
    vertical-align: middle;
}
.entry img {
    max-width: 639px;
    width: 100%;
    height: auto;
}
.entry .arrow {
    background-image: url('../img/down.png');
    display: block;
    margin:0 auto;
    width: 32px;
    height: 69px;
    position: relative;
    margin-top:-2%;
    left: 5%;
    cursor: pointer;
}
.entry .arrow:hover, .entry .arrow:active{
    background-image: url('../img/down-hover.png');
}

.section-divider {
    width:100%;
    height: 29px;
    background:url("../img/divider-1.png") repeat-x #FFF center center;
}
.section-divider-2 {
    background-image:url("../img/divider-2.png");
}

.section-divider-3 {
    background-image:url("../img/divider-3.png");
}
.section-divider-4 {
    background-image:url("../img/divider-4.png");
}
.section-divider-5 {
    background-image:url("../img/divider-5.png");
}


/* 1. Navbar
-------------- */
#menu {
    z-index: 99999;
}
/* Logo*/
.inomedica-logo {
    background-image: url("../img/logo-brain.png");
    display: inline-block;
    height: 61px;
    margin: 10px 4em -6px 0;
    width: 253px;
}
.inomedica-mobile-logo {
    float:left;
    height: 100%;
    width: auto;
    display: none;
}
.navbar-inverse {
  background-color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
    color:#000;
}
ul.navbar-nav {
    float:none;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 5%;
}

.is-sticky #menu {
    width: 90%;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background: none;
    color: #000;
}

.navbar-inverse .navbar-nav > li:hover, .navbar-inverse .navbar-nav > li:focus, .navbar-nav .active-page {
    background: url('../img/banner-button.png') no-repeat center transparent;
    /*background-size: contain;*/
}

/* 2. About Us
-------------- */
#about-us {
    background-color: #FFF;
    padding-bottom:30px;
}

.bx-wrapper div.bx-controls-direction a.bx-prev {
    background:url("../img/about-us-slider/gallery-prev-button.png") no-repeat center center transparent;
    width:106px;
    height: 135px;
}
.bx-wrapper div.bx-controls-direction a.bx-next {
    background:url("../img/about-us-slider/gallery-next-button.png") no-repeat center center transparent;
    width:106px;
    height: 135px;
}
div.bx-pager.bx-default-pager {
    width:100%!important;
}
#about-us-slider img {
    width: auto;
    margin: 0 auto;
}

#about-us-slider p {
    padding: 2% 12%;
    font: 1.8em 'source_sans_proregular';
    text-indent: 80px;
    color: #000;
    text-align: center;

}

/* 3. Status
-------------- */



/* 4. Projects
-------------- */
#projects {
    background: #FFF;
}
#projects li {
    padding-bottom:2em;
}
#accordion {
    margin: 0;
}
.acc-content {
    display:none;
    color: #999;
    padding: 0 10%;
}
.acc-header {
    text-align: center;
}
.acc-header a {
    display:inline-block;
    max-width: 552px;
    max-height: 105px;
    /*width: 40%;*/
    height: 105px;
    width: 552px;
    margin-right: 15%;
}
.acc-header div {
    display:inline-block;
    width: 90px;
    height: 60px;
    background: url('../img/click-open-details.png') no-repeat center center transparent;
    cursor: pointer;
}

.schizofrenia .acc-header a {
    background: url('../img/project-schizo.png') no-repeat center center transparent;
    /*background-size: contain;*/
}

.depresiv .acc-header a {
    background: url('../img/project-depresiv.png') no-repeat center center transparent;
    /*background-size: contain;*/
}


    #about {
	    background: #2c3e50;
	    padding: 120px 0px ;
	    display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
	    z-index: 900;
/*        -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
	    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);*/
    }

    #about h1 {
	    color: #fff;
    }

    #about p {
	    color: #fff;
    }

    #skillbar h6 {
	    color: #fff !important;
    }



/* 5. Join us
-------------- */
#join-us {
    background-color: #FFF;
    padding-top:5em;
    padding-bottom:3em;
}
.join-us-message {
    width: 80%;
    margin:0 auto;
    min-height: 185px;
    text-align: center;
}
.join-us-image {
    display: inline-block;
    width: 30%;
    height: 100%;
    /*background: url('/web/20211119074224im_/../img/join-us-icon.png') center center no-repeat #FFF;*/
    /*background-size: cover;*/
    text-align: center;
    vertical-align: text-bottom;
    margin-right: 5%;
}
.join-us-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.join-us-text {
    width: 40%;
    display: inline-block;
    color: #7f7f7f;
    font-size: 17px;
    line-height: 20px;
    text-align: justify;
}
.join-us-divider {
    width:100%;
    height: 72px;
    background: url('../img/acolada.png') center center no-repeat #FFF;
    clear: both;
}
.account-info {
    height: 140px;
}

.help-us-icons {
    text-align: center;
}
.account-icon {
    margin:0 1.5%;
    background: url('../img/account.png') center center no-repeat #FFF;
    /*background-size: contain;*/
}
.account-icon:hover {
    background-image:  url('../img/account-hover.png');
}
.percentage-icon {
    background: url('../img/percentage.png') center center no-repeat #FFF;
    /*background-size: contain;*/
}
.percentage-icon:hover {
    background-image:  url('../img/percentage-hover.png');
}
.contact-icon {
    background: url('../img/contact.png') center center no-repeat #FFF;
    /*background-size: contain;*/
}
.contact-icon:hover {
    background-image:  url('../img/contact-hover.png');
}
.help-us-icons > a, .help-us-icons > span {
    display:inline-block;
    width:32%;
    height: 139px;
    color: #7f7f7f;
}
.help-us-icons .help-icon {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#account-info .info {
    font-size: 17px;
    line-height: 20px;
}
#account-info .account {
    font-size:25px;
    line-height: 30px;
    font-weight: bold;
}
#account-info {
    color: #7f7f7f;
    text-align: center;
    visibility: hidden;
    opacity: 0;
   transition: opacity 1s ease-in-out;
   -moz-transition: opacity 1s ease-in-out;
   -webkit-transition: opacity 1s ease-in-out;
}

#account-info.visible {
   opacity: 1;
   visibility: visible;
}

#cursor {
    cursor:pointer;
}

/* 3. Partners
-------------- */
#partners {
    height: 550px;
    background:url('../img/parteneri.png') no-repeat 0 14px #FFF;
    position: relative;
}

#partners .section-divider {
    background-color: transparent;
    position: absolute;
}

.logo-container {
    width:100%;
    height: 100%;
    display: table;
}
.logo-container .logos {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-top:10em;
}

#partners .logos a {
    margin: 0 1em;
}

/* 4. Members
-------------- */
#members {
    background: #FFF;
    max-height: 100%;
    min-height: 60%;
    padding: 5em 0;
}
#members .section, #contact .section  {
    width:48%;
    height: 100%;
    text-align: center;
}
#members .section ul{
    display: inline-block;
    vertical-align: top;
}
#members .img-container {
    text-align: center;
}
#members .img-container img {
    /*width:100%;*/
    max-width: 100%;
    /*height: auto;*/
}


/* 5. Contact
-------------- */
#contact {
    background-color: #FFF;
    padding-top:50px;
}
#contact .img-container {
    margin-bottom:20px;
}
#contact .img-container img {
    max-width:180px;
    height: auto;
}
#contact .button {
  background: url('../img/submit.png') no-repeat center #FFF;
  width: 72px;
  height: 32px;
  display: inline-block;
  border: none;
  margin-left:10px;
}
#contact .button:active, #contact .button:hover {
    background: url('../img/submit-active.png') no-repeat center #FFF;
}
.form-group input, .form-group textarea {
    background-color: #f2f2f2;
    border:1px solid #c4c4c4;
}
.form-group input:active,
.form-group input:hover,
.form-group textarea:active,
.form-group textarea:hover {
    background-color: #FFF;
    border:1px solid #6b6b6b;
}

.team-member {
    max-width:100%;
}

/* 6. Footer
-------------- */

#foot {
    background: #fff;
    padding: 10px 0px ;
    display: block;
    width: 100%;
    border-radius: 0 0 20px 20px;
}

.bottom-con p {
    padding-left: 30%;
    text-align: left;
    color: #000;
}

.to-top {
    display: block;
    width: 25px;
    height: 55px;
    background: url('../img/up.png') no-repeat center transparent;
    position: relative;
    top: -30px;
}

/* GOING UP ARROW */

.up {
    background: #2c3e50;
}

.up span:hover {
    color: #e67e22 ;
}

.up span {
    color: #c1c1c1;
}

/* JIRA */
#atlwdg-trigger {
    background-color: #c93939;
}

/*-----------------------------------------[ 996 ]-------------------------------------*/
@media screen and (max-width:996px){

}
/*-----------------------------------------[ 768 ]-------------------------------------*/
@media screen and (max-width:768px){
    
    .depresiv .acc-header a, .account-icon , .percentage-icon, .contact-image, .schizofrenia .acc-header a, .navbar-inverse .navbar-nav > li:hover, .navbar-inverse .navbar-nav > li:focus, .navbar-nav .active-page {
    background-size: contain;
    }
    
    .acc-header a {
        max-width: 100%;
        margin-right: 0;
    }
    .join-us-image {
        display: block;
        width: 40%;
        margin: 0 auto;
    }
    .join-us-text {
        width: 100%;
        display: block;
    }
    .logo-container .logos {
        padding-top:13em;
    }
    #partners {
        min-height: 100%;
        height: auto;
    }
    .inomedica-mobile-logo {
        display: block;
    }
    .inomedica-logo {
        display: none;
    }
    ul.navbar-nav {
        background: none repeat scroll 0 0 #fff;
        display: inline-block;
        float: none;
        padding: 5px 20px;
        position: absolute;
        right: 40%;
        top: 59%;
        border: 1px solid #000;
        border-top:none;
        bottom: auto;
    }
.bx-wrapper div.bx-controls-direction a.bx-next,
.bx-wrapper div.bx-controls-direction a.bx-prev {
    height: 50%;
    width: 20%;
    background-size: contain;
}
/* Partners */
#partners {
    background-size: contain;
}
.logo-container .logos, div.logo-container {
    display: block;
    width: 100%;
}
.logos {
    padding-top:55%;
}
.logos img {
    max-width: 100%;
}
#partners .logos a {
    margin: 0;
}

/* Members */
#members {
    max-height: none;
    min-height: 100%;
}
#contact .section {
    width: 100%!important;
    float:none!Important;
}

/* Join us */
#account-info .account {
    font-size: 1.5em;
}
#account-info .info {
    font-size: 1em;
}

/* MISC */
.lang-mobile {
    display: block;
}
.lang {
    display: none;
}
    #atlwdg-trigger {
        display: none;
    }
}


/*-----------------------------------------[ 480 ]-------------------------------------*/
@media screen and (max-width:480px){

}
/*-----------------------------------------[ 320 ]-------------------------------------*/
@media screen and (max-width:320px){

}
/*
     FILE ARCHIVED ON 07:42:24 Nov 19, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:31:17 Sep 15, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.588
  load_resource: 118.469
  PetaboxLoader3.resolve: 107.281
  PetaboxLoader3.datanode: 9.825
*/