/* COMMON */
html, body {
    background-color: #3c3c3c;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    line-height: 1.5;
}

.hidden {
    display: none;
}

h6 {
    font-size: 14px;
    line-height: 1.4;
}

.lang {
    font-size: 13px;
    list-style-type: none;
    position: absolute;
    right: 0;
    top: 0;
}

.lang, .lang a {
    color: #FFF;
}

.bottomLang {
    text-align: end;
    color: white;
    height: 20px;
    margin-right: 10px;
}

.icon-bar {
    background-color: white;
}

/* NAVBAR */
.navbar .row {
    background: #3C3C3C;
}

.nav > li > a:hover, .nav > li > a:focus,
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
}

.nav > li > [aria-labelledby^="dropdown"] > li > a {
    background-color: grey;
    color: white;
    font-size: 10px;
}

.nav.navbar-nav {
    overflow: hidden;
}

/* Ukrycie ikon i dropdowna na urządzeniach o większej rozdzielczości */
.rollDown a span,
.nav.navbar-nav li a span,
.nav > li > [aria-labelledby^="dropdown"],
.open > ul:nth-child(2) > a:nth-child(1), .open > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1) {
    display: none;
}

.buttonH:before {
    color: white;
    font-family: "Glyphicons Halflings";
    float: right;
}

.open .buttonH:before {
    color: #6ddde6;
}

.rollDown a span, .nav.navbar-nav li a span {
    margin-right: 10px;
    color: #A09F9F;
}

.dropdown-menu {
    margin: 0 12px;
}

.navbar .row {
    margin-left: 8px;
}

.navbar-nav > li > a {
    color: white;
}

.navbar-collapse.collapse {
    padding-top: 8px;
}

.navbar-toggle {
    margin: 14px 0 0 0;
}

.page {
    background-color: white;
    display: inline-block;
    width: 100%;
    padding-top: 96px;
}

.col-pt-calc-200 {
    margin: 0 5%;
}

.justify {
    text-align: justify;
}

.row-centered {
    margin: auto;
    text-align: center;
}

.ptIcons {
    background-color: white;
}

.note {
    width: 70%;
    padding-bottom: 23px;
}

.note > p {
    margin: 0;
}

.paragraph-title {
    font-size: 22px;
}

.paragraph-italic {
    font-style: italic;
    text-align: center;
}

.blink {
    display: inline-block;
    padding: 0 20px;
    background: white;
    font-weight: normal;
}

.blink p {
    font-size: 32px;
    margin: 0;
}

.line {
    background: url("../png/6ddde6-1x1px.png") repeat-x center;
    background-size: 2px auto;
    margin: 30px 0;
    text-align: center;
}

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

.layDown ul li {
    padding-left: 1.5em;
    text-indent: -0.7em;
    margin: 8px 0;
}

.layDown > div > h6 > ul > li:before {
    color: #6ddde6;
    margin-right: 5px;
    content: "•";
}

.table-layout {
    display: table;
}

.center-horizontal {
    margin: 0 auto;
}

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

.top-22 {
    margin-top: 22px;
}

.top-40 {
    margin-top: 40px;
}

.top-54 {
    margin-top: 54px;
}

.bottom-22 {
    margin-bottom: 22px;
}

.text-centered {
    text-align: center;
}

.center-image {
    margin: 0 auto;
    display: block;
}

.text-frame {
    line-height: 1.3;
    border: 2px #6ddde6 solid;
    padding: 10px;
    text-align: justify;
}

.index .triangle {
    transform: rotate(45deg);
    margin: 0 auto;
    position: relative;
    width: 11vw;
    top:1vw;
    height: 11vw;
}

.index .inner-triangle {
    position: relative;
}

.blue-color {
    color: #6ddde6;
    font-size: 16px;
}

.triangle {
    background-color: #6ddde6;
    width: 70px;
    height: 70px;
    transform: rotate(45deg);
    margin: 0 auto;
    position: relative;
    bottom: 45px;
}

.inner-triangle {
    position: relative;
    bottom: 90px;
    color: white;
}


/* INDEX */
.overText {
    height: 41vw;
    width: inherit;
    left: 37vw;
    position: relative;
}

.img-home{
    position: absolute;
    left: -37vw;
}

.slogan {
    z-index: 1;
    position: absolute;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
}

.slogan-text {
    color: white;
    font-size: 6vw;
}

.pure{
    position: relative;
    bottom: 6vw;
}
.index .slogan .triangle {
    padding: 0 !important;
}
.slogan .triangle {
    padding: 6vh;
    border: 6px solid white;
    background-color: transparent;
}

.slogan .inner-triangle {
    bottom: 9vw;
    color: #6ddde6;
    font-size: 6vw;
}

.ptIcons h6 {
    color: black;
    display: inline-block;
    font-size: 14px;
    width: 110px;
}

hr {
    margin: 14px auto;
}

.ptIcons hr {
    border: 1px solid;
    color: gray;
    width: 70px;
}

.ptIcons .icon:hover a hr {
   width: 100px;
}

.ptIcons [class^="icon-"] {
    color: #6ddde6;
    font-size: 100px;
    text-align: center;
}

/* O FIRMIE */
.about-box {
    background-color: #eaeaea;
    padding: 0 10px;
    min-height: 300px;
}

.about-box span {
    font-size: 200px;
    position: relative;
    bottom: 28px;
}

.about-box h6 {
    position: relative;
    bottom: 34px;
}

.about-box p {
    color: #6ddde6;
    position: relative;
    bottom: 56px;
    font-size: 22px;
}

.about-box h5 {
    position: relative;
    bottom: 32px;
}

.reasons > .row {
    margin: 10px 0;
    padding: 12px;
}

.reasons .text-centered {
    position: relative;
    bottom: 70px;
}

.reason-color {
    background-color: #eaeaea;
}

.reasons .row.last {
    max-height: 237px;
}

.combo-frame {
    border: 2px #6ddde6 solid;
    margin: 2px 14px;
    padding: 0 10px;
}

.combo-frame > a{
    width:100%;
}

.technologies {
    font-size: 20px;
}

.technologies .button.collapsed:before {
    color: #6ddde6;
    content: "\e259";
    font-family: "Glyphicons Halflings";
    float: right;
}

.technologies .button:before {
    color: #6ddde6;
    content: "\2212";
    font-family: "Glyphicons Halflings";
    float: right;
}

.technologies a {
    color: black;
    text-decoration: none;
    width: 100%;
    display: inline-block;
}

.technologyStack .row.img-boxes div {
    text-align: center;
}

.technologyStack {
    font-weight: normal;
}

.aboutWork .last {
    height: 40px;
    margin-bottom: 48px;
}

.triangle.first {
    bottom: 0;
}

.inner-triangle.first {
    bottom: 45px;
}

.layer {
    background: url("../png/6ddde6-1x1px.png") repeat-y center;
    margin-top: 60px;
}


.layer .text-frame {
    text-align: center;
    margin: 100px 25%;
    background-color: white;
}

.layer .text-frame p {
    position: relative;
    bottom: 14px;
    font-size: 22px;
}

.layer .text-frame h6 {
    text-align: justify;
    padding: 12px;
}

/* KLIENCI */
blockquote {
    font-size: 14px;
    margin: 70px 20% 20px 20%;
}

.blockquote-inner-triangle {
    position: absolute;
    top: -21px;
    margin: -11px;
    transform: rotate(-45deg);
    font-size: 100px;
    font-weight: normal;
}
.position-inh{
    position: inherit !important;
}

.blockquote-inner-triangle:before {
    content: "\e900";
    font-family: Puretech-Icons;
    color: white;
}

blockquote > footer {
    background-color: transparent;
    display: block;
    text-align: right;
    padding: 20px 0 2px 0;
}

blockquote p {
    font-style: italic;
    padding: 0 18px;
}

/* KARIERA */
.carieer-list {
    list-style: none;
    padding-left: 0;
    font-size: 17px;
    color: #6ddde6;
}

.carieer-list > li {
    font-weight: bold;
    padding-top: 15px;
}

.carieer a:link, .carieer a:visited {
    color: #6ddde6;
    font-weight: bold;
    bottom: 60px;
}

.layer.layer-carieer .text-frame p {
    padding: 8px;
    font-size: 16px;
    bottom: 60px;
}

.layer.layer-carieer .text-frame h6 {
    text-align: center;
    font-size: 22px;
    position: relative;
    bottom: 60px;
}

.carieer-mail {
    color: #333333;
    font-weight: 400;
    top: -6px;
}

.carieer-inner-text {
    position: relative;
    bottom: 12px;
    font-size: 14px !important;
}

.carieer-footer {
    position: relative;
    bottom: 40px;
}

/* KONTAKT */
.contact-page, .page.index {
    display: block;
}

.contact-button {
    color:#000;
    background-color: #6ddde6;
    padding: 10px;
    width: 232px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.contact-box {
    margin: 22px 0;
}

.contact-location {
    background-color: #525253;
    padding: 20px;
}

.contact-button a {
    color:#000;
}

.apply a{
    color:#FFF;
}

.contact-box .text-frame {
    background-color: #eaeaea;
    border: none;
}

.contact-box blockquote {
    margin: 70px 10% 20px 10%;
    min-height: 172px;
}

.contact-box-info {
    position: relative;
    bottom: 14px;
}

.contact-box .blockquote-inner-triangle.mail:before {
    content: "\e90b";
}

.contact-box .blockquote-inner-triangle.phone:before {
    content: "\e910";
}

.contact-box .blockquote-inner-triangle.location:before {
    content: "\e911";
}

.white-link {
    color: white;
}

/* STOPKA */
.companyContact, .companyContact a {
    color: white;
    max-height: 112px;
}

.companyContact [class^="icon"] {
    color: white;
    font-size: 70px;
    text-align: center;
}

.companyInfo {
    color: white;
    font-size: 11px;
}

.companyInfo.justify > p {
    margin-bottom: 16px;
}

.footer-divider {
    width: 49%;
    margin: auto;
}

footer {
    background-color: #171717;
}

.copyright {
    background-color: black;
    color: white;
    text-align: center;
    padding: 8px;
}

.copyright p {
    margin: 0;
}

.index a:hover, .index a:visited, .index a:link {
    color: white;
    text-decoration-line: none;
}

.navbar-toggle:hover .icon-bar, .menuBtn.expanded .icon-bar {
    background-color: #6ddde6;
}

.developer li {
    background: url('../png/dot.png') no-repeat left top;
    padding: 0 0 10px 20px;
    list-style: none;
    margin: 0;
}

#leftCol{
    font-size: 85px;
}
#leftCol a{
    color:black;
}

#leftCol a:hover, #leftCol a:visited, #leftCol a:link{
    background-color: transparent;
}

#leftCol li {
    width: 120px;
    height: 90px;
}


li.active span{
    background-color: transparent;
    color: #6ddde6;
}

#leftCol .affix-top {
    position: absolute;
    top: -11px;
}

#leftCol .affix-top, #leftCol .affix-bottom{
    width: 25%;
}

#leftCol .affix{
    width: 25%;
    top: 90px;
}

#leftCol .affix-bottom{
    top:-20px;
    position: absolute;
}

.col-pt-200{
    width:200px;
    padding-left: 109px;
}

.padding-left-100 {
    padding-left: 100px;
}

#my-nav ul > li > a {
    width:inherit;
    height: inherit;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.site-header nav{
    background-color: #3C3C3C;
    height: 96px;
    width: 100%;
    position: fixed;
}

.mail{
    top: -30px;
    position: relative;
}

a.current{
    color: #6ddde6 !important;
}

#nav.affix {
    position: fixed;
    top: 0;
    z-index: 1030;
    width: 100%;
    -webkit-transition: all 2s ease-in;
    transition: all 1s ease-in;
}

.nav a:hover, #my-nav ul > li > a:hover{
    color:#6ddde6;
}

.mail-icon{
    transform: rotate(-45deg);
    position: absolute;
    left: 21px;
    top: -10px;
}

#googleMap {
    width: 80%;
    height: 400px;
}

.width-125 {
    width: 125%;
}

.top--30{
    top:-30px;
    position: relative;
}

.margin-top-25{
    margin-top: 25px;
}

.max-width-85{
    max-width: 85%;
}
.margin-bottom--30{
    margin-bottom: -30px;
}

.padding-0-10{
    padding: 0 10%;
}

.developer{
    padding-bottom: 530px;
}
.margin-15{
    margin:15px;
}

.padding-1{
    padding: 1px;
}

#carieer{
    top:-5px;
}

.text-frame > ul{
    left:-20px;
    position: relative;
}

.support .text-frame > ul{
    margin-left:20px
}

.clients #leftCol .affix-top{
    top:160px;
}

.contentV2 #leftCol .affix-top {
    top: -12px;
}
.indexV3 .mainAbout .about-box span{
    font-size: 100px;
    top:5px;
    padding-bottom: -15px;
}

.indexV3 .mainAbout .about-box{
    min-height: 200px;
}
.indexV3 .about-box h6 {
    bottom: -11px;
}

.indexV3 .mainAbout .about-box a{
    color: black;
}

.indexV3 .about-box a:hover, .indexV3 .about-box a:focus {
    color: #6ddde6;
    text-decoration: none;
}

.indexV3 .about-box a:hover > span, .indexV3 .about-box a:focus > span {
    border-bottom: 3px solid #6ddde6;
}

.indexV3 {
    padding-top: 0;
}

.no-side-padding {
    padding-left: 0;
    padding-right: 0;
}

.float-right{
    float: right;
}

.form-group .col-sm-10 .contact-button {
    width: 75px;
}

@keyframes dissapear {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }

}

.mail-success {
    animation-name: dissapear;
    animation-duration: 10s;
    animation-iteration-count: 1;
    position: fixed;
    opacity: 0;
    right: 0;
    bottom: 0;
}

.text-danger{
    background-color: #6DDDE6;
    color: #000;
    margin: 5px 0;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    padding: 5px;
    font-size: 10px;
}

.width-50 {
    width: 50%;
}

.outsourcing .paragraph-italic{
    text-align: left;
}

/* MEDIA RESPONSIVE */
@media (max-width: 320px) {
    .indexV2 .ptIcons .icon {
        height: 200px;
    }

    .margin-bottom-10{
        margin-bottom: 10px;
    }

    .whyUs > .line {
        margin-bottom: 130px;
    }

    .technologyStack > .line {
        margin-top: -100px;
    }

    .reasons > .row{
        height:400px;
        position: relative;
    }

    .img-fix{
        top: -10px;
        position: relative;
    }

    .reasons > .row {
        display: table;
    }

    .reasons > .row > .col-lg-8{
        vertical-align: middle;
        display: table-cell;
        top:-120px;
    }

    .companyContact{
        margin-bottom: -50px;
        min-height: 160px;
    }

    .paragraph-italic {
        text-align: justify;
    }

    .blink p {
        max-width: 210px;
    }

    /* NAVBAR */
    .navbar {
        padding-left: 0;
    }

    .navbar .row {
        margin: 0;
    }

    .padding-left-100 {
        padding-left: 22px;
    }

    .navbar-collapse.collapse {
        padding-top: 0;
    }

    .rollDown.open [aria-labelledby^="dropdown"] {
        display: block;
    }

    .buttonH:before {
        content: "\e259";
    }

    .navbar-nav .open .dropdown-menu > li > a {
        padding-left: 32px;
    }

    /* OFERTA */
    .footer-divider {
        width: 75%;
    }

    .footer-divider {
        width: 75%;
    }

    .page .align-center {
        padding-top: 0;
    }

    .img-boxes > div {
        padding: auto 0;
    }

    /* O FIRMIE */

    .reasons .text-centered {
        position: inherit;
        bottom:135px;
    }

    .reasons .row.last {
        max-height: 452px;
        margin-bottom: 62px;
    }

    .layer .text-frame, .layer.layer-carieer .text-frame {
        margin: 100px 0;
    }

    /* KLIENCI */
    blockquote {
        margin: 50px 0;
    }

    .container-fluid {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .bottomLang {
        color: white;
        height: 20px;
    }

    /* KONTAKT */
    .contact-box {
        margin: 0;
    }

    .contact-location .white-link {
        margin-top: 18px;
    }

    .contact-box blockquote {
        margin: 70px 15% 0 15%;
    }

    .contact-box.last {
        margin-bottom: 22px;
    }
}

@media only screen and (min-width: 321px) and (max-width: 767px) {

    .whyUs > .line {
        margin-bottom: 130px;
    }

    .technologyStack > .line {
        margin-top: -100px;
    }

    .reasons > .row{
        height:400px;
        position: relative;
    }

    .img-fix{
        top: -10px;
        position: relative;
    }

    .reasons > .row {
        display: table;
    }

    .reasons > .row > .col-lg-8{
        vertical-align: middle;
        display: table-cell;
        top:-120px;
    }

    .paragraph-italic {
        text-align: justify;
    }

    .blink p {
        max-width: 210px;
    }

    /* NAVBAR */
    .navbar {
        padding-left: 0;
    }

    .navbar .row {
        margin: 0;
    }

    .padding-left-100 {
        padding-left: 22px;
    }

    .navbar-collapse.collapse {
        padding-top: 0;
    }

    .rollDown a span,
    .rollDown.open [aria-labelledby^="dropdown"],
    .nav.navbar-nav li a span {
        display: inline-block;
    }

    .rollDown.open .dropdown-menu {
        width: 100%;
        padding-right: 26px;
    }

    .buttonH:before {
        content: "\e259";
    }

    .navbar-nav .open .dropdown-menu > li > a {
        padding-left: 32px;
    }

    /* OFERTA */
    .footer-divider {
        width: 75%;
    }

    .img-boxes > div {
        padding: 0;
    }

    /* O FIRMIE */

    .reasons .text-centered {
        position: inherit;
        bottom: 135px;
    }

    .reasons .row.last {
        max-height: 452px;
        margin-bottom: 62px;
    }

    .layer .text-frame, .layer.layer-carieer .text-frame {
        margin: 100px 0;
    }

    /* KLIENCI */
    blockquote {
        margin: 50px 0;
    }

    /* KONTAKT */
    .contact-box {
        margin: 0;
    }

    .contact-location .white-link {
        margin-top: 18px;
    }

    .contact-box blockquote {
        margin: 70px 15% 0 15%;
    }

    .contact-box.last {
        margin-bottom: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .padding-right-30 {
        padding-right: 30px;
    }

    .navbar-nav {
        float: right;
    }

    /* OFERTA */
    .page .align-center {
        padding-top: 40px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .padding-right-30 {
        padding-right: 30px;
    }

    .col-pt-calc-200{
        padding-left: 200px;
    }

    .navbar-nav {
        float: right;
    }

    .page .align-center {
        padding-top: 45px;
    }

    .footer-divider {
        width: 66%;
    }

    .companyInfo {
        padding-top: 24px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .padding-right-30 {
        padding-right: 30px;
    }
    .navbar-nav {
        float: right;
    }

    .whyUs.first .line {
        margin-bottom: 65px;
    }

    .page .align-center {
        padding-top: 45px;
    }

    .offer .text-frame {
        line-height: 1;
    }

    .col-pt-calc-200 {
        padding-left: 200px;
    }

    .layer.layer-carieer .text-frame {
        width: 30%;
        margin: 90px 10px 90px 15px;
        height: 225px;
    }

    .companyInfo {
        padding-top: 24px;
    }
}

@media (min-width:1800px){
    .img-home {
        width: 100%;
    }
}