@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800&subset=latin-ext');

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
    color: #333;
}
.wholewidth {
    clear: both
}

.victahero {
    height:1100px;
}


.testimonialp {
    display: block;
    background-color: #fff;
}


.header {
    background-image: url(homepage/homepage.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 700px;
}

.headerp {
    background-color: #00294c;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 700px;
}


.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.hiddenlogin {
}

.logo {
    height: 60px;
    width: 130px;
}

.navbar-brand {
    display: inline-block;
    margin-right: 1rem;
    font-size: 1.7rem;
    line-height: inherit;
    white-space: nowrap;
    font-weight: 800;
    line-height: 1.3rem;
    color: #fff;
    vertical-align: middle;
    letter-spacing: 2px;
    text-align: right;
    float: left;
}

.navbar {
    display: block;
    padding: .5rem 1rem;
    background-color: rgba(0,78,146,0.9);
    height: 60px;
}

.navbar-bar {
    padding-left: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    list-style: none;
    color: #fff;
}

.navbar-bar-by {
    display: block;
    font-size: 0.7rem;
    font-weight: 300;
    text-align: left;
}

.mainconsole {
    width: 1100px;
    margin: 0 auto;
    height: 100%;
}

.nav-item {
    display: inline-block;
    margin: 0px 10px;
    font-weight: 700;
    font-size: 1rem;
}

.topmenu {
    display: inline-block;
    height: 60px;
    text-align: right;
    float: right;
}

#filtersubmit {
    float: right;
    margin-right: 46px;
    margin-top: -40px;
    position: relative;
    z-index: 2;
    color: #999;
}

.nav-item a {
    color: #fff;
    text-decoration: none;
}

.loginform {
    opacity: 0;
    -webkit-transition: opacity .35s ease-in-out;
    -moz-transition: opacity .35s ease-in-out;
    -ms-transition: opacity .35s ease-in-out;
    -o-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

.active {
    opacity: 1;
    -webkit-transition: opacity .35s ease-in-out;
    -moz-transition: opacity .35s ease-in-out;
    -ms-transition: opacity .35s ease-in-out;
    -o-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out;
}

.rightform {
    width: 40%;
    display: block;
    height: 100%;
    margin: 100px 0 0 0;
    float: right;
    padding: 20px 20px 20px 30px;
    background-color: #fff;
}

.headerp .herotitle {
    display: block;
    color: #fff;
    height: inherit;
    transform: translateY(-35%);
}

.headerp .herotitle .accents {
        color: #3bb100;
    }

.sidekick {
    font-size: 0.8rem;
    color: #fff;
    padding:20px 0 0 0;
    letter-spacing:1px;
    line-height: 160%;
}


.left, .rightlogin {
    width: 40%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 100%;
    display: block;
}

.header .mainconsole {
    height: 100%;
}

.left {
    float: left;
    text-align: left;
}

.rightlogin {
    float: right;
}

.herotitle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

    .herotitle h1 {
        font-weight: 800;
        line-height: 2.2rem;
        font-size: 1.6rem;
        text-transform: uppercase;
    }

    .herotitle h4 {
        font-weight: 400;
    }

    .herotitle .accents {
        color: #004e92;
    }

input:focus, textarea:focus {
    outline: none;
}

.login {
    border-radius: 2px 2px 5px 5px;
    padding: 10px 20px 20px 20px;
    background-color: rgba(255,255,255,0.9);
    position: relative;
    padding-bottom: 80px;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
    border-radius: 5px;
    border-top: solid 3px #3bb100;
}

.top-buffer {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.login input {
    display: block;
    padding: 15px 10px;
    margin-bottom: 10px;
    width: 85%;
    border: 1px solid #ddd;
    transition: border-width 0.2s ease;
    border-radius: 2px;
    color: #3bb100;
    background-color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}

.contactbutton {
    display: block;
    width: 50%;
    text-align: center;
    font-size: 1rem;
    padding: 19px 26px;
    border-radius: 3px;
    background-color: #004e92;
    color: #fff;
    cursor: pointer;
    border: solid 0px #ddd;
    -webkit-transition: background-color .35s ease-in-out;
    -moz-transition: background-color .35s ease-in-out;
    -ms-transition: background-color .35s ease-in-out;
    -o-transition: background-color .35s ease-in-out;
    transition: background-color .35s ease-in-out;
}

.contactbutton:hover {
        background-color: #0065bd;
        -webkit-transition: background-color .35s ease-in-out;
        -moz-transition: background-color .35s ease-in-out;
        -ms-transition: background-color .35s ease-in-out;
        -o-transition: background-color .35s ease-in-out;
        transition: background-color .35s ease-in-out;
    }

.contactbutton a {
        color: #fff;
        text-decoration: none;
    }

.login .check-box {
    display: inline-block;
    width: unset;
}

.login input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    background-color: #fff !important;
    color: #777 !important;
    -webkit-text-fill-color: #777;
    letter-spacing: 1px;
}

.login input:-webkit-autofill:focus {
        -webkit-box-shadow: /*your box-shadow*/,0 0 0 50px white inset;
        -webkit-text-fill-color: #999;
        letter-spacing: 1px;
    }

.login a {
    font-size: 0.8em;
    color: $primary;
    text-decoration: none;
}

.login .title {
    color: #444;
    font-size: 1.2em;
    font-weight: bold;
    margin: 10px 0 10px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.login button {
    width: 100%;
    height: 100%;
    padding: 10px 10px;
    background: #3bb100;
    color: #fff;
    display: block;
    border: none;
    margin-top: 20px;
    position: absolute;
    font-size: 1rem;
    letter-spacing: 2px;
    font-weight: 700;
    left: 0;
    bottom: 0;
    max-height: 60px;
    transform: rotateZ(0deg);
    cursor: pointer;
    transition: all 0.1s ease-out;
    z-index: 3;
}

.login .check-box {
    position: absolute;
    opacity: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #3bb100;
}

.container:hover input ~ .checkmark {
    background-color: #3bb100;
}

.container input:checked ~ .checkmark {
    background-color: #2f8c01;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.login input:checked ~ .checkmark:after {
    display: block;
}

.login .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.login .container {
    position: relative;
    margin: 5px 0px 0px 0px;
    cursor: pointer;
}

.container .formlabel {
    position: relative;
    margin: 0px 0px 0px 30px;
    font-weight: 700;
    color: #444;
    font-size: 0.8rem;
    padding: 3px 0px 0px 0px;
}

.ten-divider {
    padding: 10px 0px 0px;
}

.typewrap {
    height: 180px;
}

.field-validation-error {
    -webkit-animation: color_change 0.8s infinite alternate;
    -moz-animation: color_change 0.8s infinite alternate;
    -ms-animation: color_change 0.8s infinite alternate;
    -o-animation: color_change 0.8s infinite alternate;
    animation: color_change 0.8s infinite alternate;
    font-size: 1rem;
    font-weight: 700;
}

.field-validation-success {
    -webkit-animation: success_color_change 0.8s infinite alternate;
    -moz-animation: success_color_change 0.8s infinite alternate;
    -ms-animation: success_color_change 0.8s infinite alternate;
    -o-animation: success_color_change 0.8s infinite alternate;
    animation: success_color_change 0.8s infinite alternate;
    font-size: 1rem;
    font-weight: 700;
}

@-webkit-keyframes color_change {
    from {
        color: #ff222d;
    }

    to {
        color: #c2000a;
    }
}

@-moz-keyframes color_change {
    from {
        color: #ff222d;
    }

    to {
        color: #c2000a;
    }
}

@-ms-keyframes color_change {
    from {
        color: #ff222d;
    }

    to {
        color: #c2000a;
    }
}

@-o-keyframes color_change {
    from {
        color: #ff222d;
    }

    to {
        color: #c2000a;
    }
}

@keyframes color_change {
    from {
        color: #ff222d;
    }

    to {
        color: #c2000a;
    }
}

@-webkit-keyframes success_color_change {
    from {
        color: #7FFF00;
    }

    to {
        color: #228B22;
    }
}

@-moz-keyframes success_color_change {
    from {
        color: #7FFF00;
    }

    to {
        color: #228B22;
    }
}

@-ms-keyframes success_color_change {
    from {
        color: #7FFF00;
    }

    to {
        color: #228B22;
    }
}

@-o-keyframes color_change {
    from {
        color: #7FFF00;
    }

    to {
        color: #228B22;
    }
}

@keyframes success_color_change {
    from {
        color: #7FFF00;
    }

    to {
        color: #228B22;
    }
}

.wholewidth {
    width: 100%;
    display: block;
    padding: 60px 0px 0px;
    color: #444;
    height: 100%;
    overflow: auto;
}

.clearfix {
    clear: both;
}

.bigtitle {
    width: 100%;
    float: left;
    text-align: center;
}

    .bigtitle h1 {
        font-size: 2.6rem;
        font-weight: 300;
    }

.threeitems {
    float: left;
    width: 26%;
    padding: 0px 40px;
    text-align: right;
    position: relative;
}

    .threeitems h2 {
        text-align: center;
        font-size: 1.2rem;
    }

.threeitems img {
        width: 100%;
        margin: 0px 0px 10px 0px;
    }

.threeitems .quote, .mkis .quote, .testimonialp {
        font-style: italic;
        color: #004e92;
        text-align: left;
        padding: 0px 20px 0px 0px;
    }

.testimonialp .quoted {
    text-align: right;
    display: block;
    }

.threeitems .quote:before, .mkis .quote:before {
            position: absolute;
            color: #dedede;
            font-size: 8rem;
            content: '"';
            right: 25px;
            z-index: -10;
            bottom: 20px;
        }

.threeitems .quoted, .mkis .quoted {
        display: block;
        font-size: 700;
    }

.director-companii {
    background-image: url(homepage/fullwidth.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 400px;
}

.titlebox {
    padding: 0px 30px;
    background-color: #004e92;
    color: #fff;
    text-align: center;
}

.videomki {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
}

.video-background {
    /*width: 100%;
			    height: 100%;*/
    position: absolute;
    left: 110px;
    top: 45px;
    z-index: -1;
}

.mkis .left {
    width: 55%;
}

h2 {
    text-transform: uppercase;
    text-align: center;
}

.mkis {
    text-align: right;
}

.frthitems {
    width: 20%;
    padding: 0px 27px;
    text-align: center;
    float: left;
}

h5 {
    color: #777;
    font-weight: 400;
    font-size: 0.8rem;
}

.frthitems .fa {
    color: #b3b3b3;
    font-weight: 300;
}

.frthitems .wholewidth {
    padding: 10px 0px;
}

.poze-santiere {
    background-image: url(homepage/fullwidth2.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 400px;
}

.contactbox .herotitle {
    top: 0;
    transform: unset;
    text-align: center;
}

.contactbox h1 {
    font-size: 2.6rem;
}

.contactbox h4 {
    font-size: 1.6rem;
}

.contactbox .typed-cursor {
    display: none;
}

.clienti {
    height: 200px;
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto;
}

    .clienti .mainconsole {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        height: 100%;
        margin: 0 auto;
    }

    .clienti img {
        max-width: 100px;
        padding: 0px 40px 0px 0px;
        display: flex;        
        max-height: 70px;
    }

.resetbox {
    padding: 20px;
    background-color: rgba(255,255,255,0.7);
    overflow: auto;
    position: relative;
    top: 0px;
    z-index: 1;
    transition: all 0.6s ease 0s;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .resetbox input {
        display: inline-block;
        padding: 12px 10px;
        margin-bottom: 10px;
        width: 55%;
        border: 1px solid #ddd;
        transition: border-width 0.2s ease;
        border-radius: 2px;
        color: #3bb100;
        background-color: #fff;
        font-weight: 700;
        letter-spacing: 1px;
        float: left;
        z-index: 100;
    }

.tipofspear {
    float: right;
    display:none;
    padding: 5px 10px;
    background-color: rgba(255,255,255,0.7);
    margin: 0px 30px 0px 0px;
    font-weight: 700;
    color: #444;
    font-size: 0.8rem;
    position: relative;
    top: 0px;
    z-index: -10;
    transition: all 0.6s ease 0s;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*.minireset:hover .tipofspear, .minireset:hover .resetbox {
    top: 0px;
    transition: all 0.6s ease 0s;
    z-index: 1;
}

.focusedwindow .tipofspear, .focusedwindow .resetbox {
    top: 0px;
    transition: all 0s ease 0s;
    z-index: 1;
}*/

.resetbox .button {
    display: inline-block;
    float: left;
    padding: 12px 20px;
    background-color: #3bb100;
    margin: 0px 0px 0px 20px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .resetbox, .tipofspear {
        background-color: rgba(255,255,255,1);
    }

    .clienti .mainconsole {
        display: block;
    }

        .clienti .mainconsole img {

            display: inline-block;

        }

        .testimonialp {        
        padding: 10px 20px 10px 20px;
        max-height: 140px;
        height:140px;
        overflow: scroll;
        top: -20px;
        position: relative;
    }

    .mainconsole {
        width: 100%;
    }

    .navbar {
        position: unset;
        height: 120px;
        max-width:100%;
    }

    .navbar-brand {
        text-align: center;
        margin: 0 auto;
        float: unset;
        display: block;
    }

    .topmenu {
        display: block;
        height: 60px;
        margin: 0 auto;
        text-align: center;
        float: unset;
        width: 100%;
    }

    .left, .rightlogin {
        width: 100%;
        display: block;
        float: left;
        padding: 10px;
    }

    .header .herotitle {
        top: unset;
        transform: unset;
        text-align: center;
    }

    .header .typewrap {
        height: 210px;
    }

    .header {
        background-image: unset;
        height: unset;
        
    }

    .headerp .herotitle {
        top: 0;
        display: block;

        transform: translateY(0%);        
    }

    .headerp {
        display: block;
        height: 600px;
        padding: 20px 0;
    }


    .rightform {
        margin: -100px 0 0 0;
        width: 100%;
        float: left;
        padding: 20px 0px 20px 5px;
        z-index: 100;
        display: block;
    }


    .headerp .rightform {
        top: 300px;
        position: relative;
        padding: 20px;
    }

    .headerp .left {
        background-color: #00294c;
    }

    .victap.wholewidth {
        padding: 0 0 0 30px;
    }

    .victahero {
        height: 1800px;
    }

    .contactbutton {
        margin: 0 auto;
    }

    .header h1 {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }

    .pricingpage {
        max-width:100%;
        overflow:hidden;
        width:100%;
    }

    .mainconsole {
        width: 100%;
        display: block;
    }

    .left {
        width: unset;
        padding: 0px 20px;
    }

    .rightlogin {
        position: absolute;
        width: unset;
        width: 94%;
    }

    .loginform {
        top: unset;
        transform: unset;
    }

    .login {
        max-width: unset;
    }

    .threeitems {
        width: 90%;
        padding: 0px 20px;
        margin: 0px 0px 30px 0px;
    }

    .bigtitle h1 {
        font-size: 1.6rem;
        padding: 0px 20px;
    }

    .mkis .left {
        width: 100%;
        overflow: auto;
    }

    .mkis .rightlogin {
        position: relative;
        width: 94%;
        float: left;
    }

    .wholewidth.mkis {
        padding: 0px;
    }

    .top-buffer {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .videomki {
        width: unset;
        overflow: unset;
        left: -140px;
    }

    .frthitems {
        width: 90%;
        padding: 0px 20px;
    }

    .poze-santiere .rightlogin {
        position: relative;
    }

    .poze-santiere {
        height: 280px;
    }

    .clienti {
        height: unset;
    }

        .clienti img {
            width: 16%;
            top: unset;
            transform: unset;
            margin: 20px;
            padding: 0px 20px 0px 0px;
        }

    .contactbox .herotitle {
        width: 90%;
        margin: 0 auto;
    }
}