@font-face {
    font-family: OpenSans;
    src: url(../assets/fonts/OpenSans-Light.ttf);
    font-weight: 100;
}

@font-face {
    font-family: OpenSans;
    src: url(../assets/fonts/OpenSans-Regular.ttf);
    font-weight: 200;
}

@font-face {
    font-family: OpenSans;
    src: url(../assets/fonts/OpenSans-Semibold.ttf);
    font-weight: 300;
}

body {
    width: 100%;
    height: 100%;
    color: #888;
    background-color: white;
    font-family: OpenSans;
    font-weight: 100;
}

html {
    width: 100%;
    height: 100%;
}

h1, h2, h3, h4, h5 {
    font-family: OpenSans;
    font-weight: 200;
}

.vpad-10 {
    padding: 10px 0;
}

.vpad-20 {
    padding: 20px 0;
}

.vpad-40 {
    padding: 40px 0 !important;
}

.vpad-60 {
    padding: 60px 0 !important;
}

.vpad-100 {
    padding: 100px 0 !important;
}

.left-content {
    text-align: left;
}

.right-content {
    text-align: right;
}

@media (max-width: 767px) {

    .navbar-brand {
        line-height: 20px;
        float: left;
        height: 50px;
        padding: 15px;
        font-size: 18px;
        padding: 0px !important;
    }

    .navbar-default {
        background-color: #333;
        border: none;
    }

    .navbar-default .navbar-toggle {
        border: none;
    }

    .navbar-default .navbar-toggle {
        border: none;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #333;
        color: white;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        color: rgb(255, 255, 255);
        background-color: #fff;
        color: #555;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #999;
        background-color: #ed1c24;
    }

    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        color: #999;
        background-color: transparent;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: white;
        background-color: #ed1c24;
    }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-header {
        margin-right: -15px;
        margin-left: -15px;
        background: url("../assets/imgs/prius-logo-only.png") no-repeat 15px;
        background-size: 35px;
    }

    .footer-section {
        text-align: center;
        /* background: #333 url("../assets/imgs/footer-bg.png") repeat; */
        background: #ed1c24;
        color: white;
        height: 50px;
        margin-bottom: 980px;
    }

    .contacts-section {
        /*height: 980px !important;*/
    }

    .layer {
        display: none !important;;
    }

    .scroll-down-btn {
        display: none !important;;
    }

    .mobile-home-title {
        position: static !important;
        font-size: 2em !important;
    }

    .mobile-home-content {
        position: relative !important;
        font-size: 1.3em !important;

    }

    .mobile-home-logo {
        width: 100% !important;;
        text-align: center;
        margin: 120px auto 0px auto;
        position: absolute;
        top: calc(100% / 3 + 30px) !important;
        right: 0;
        text-align: center;
        margin: auto !important;
        width: 100%;
        height: 150px;
        background-size: 200px !important;;
        position: relative !important;
        margin-top: 50px !important;
        background: url("../assets/imgs/logo-center.png") no-repeat center !important;

    }

    .mobile-titles {
        display: block !important;
        list-style-type: none !important;
        padding: 0 !important;
        margin: 0 !important;
        text-align: center !important;
        color: white !important;
        padding: 30px 0 !important;
        height: auto !important;
    }

    .intro {
        background: #ed1c24 none !important;
    }

    .industries .col-md-2:not(:last-child) {
        margin-bottom: 30px;
    }

    .map {
        background-position: -200px !important;
    }

    .footer-section {
        margin: 0 !important;
        padding: 0 !important;
    }

    .contacts-section {
        position: relative !important;
        height: 1000px !important;
    }

    .footer-btn {
        position: relative !important;
        margin-bottom: 50px !important;
    }

    .contact-description {
        width: auto !important;

    }

    .copyright {
        bottom: 0px;
        left: 0px;
        right: 0px;
        padding-bottom: 10px;
    }
}

@media (max-width: 992px) {

    .copyright {
        position: absolute !important;
        bottom: 0px;
        left: 0px;
        right: 0px;
        padding-bottom: 10px;
        margin-top: 0px;
    }

    .footer-section {
        margin: 0 !important;
        padding: 0 !important;
    }

    .contacts-section {
        position: relative !important;
        height: 1000px !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        overflow: hidden !important;
    }

    .footer-btn {
        display: inline-block !important;
        position: relative !important;
        margin-bottom: 50px !important;
    }

    .contact-description {
        width: auto !important;

    }
}

@media (max-width: 1200px) {

    /*.footer-section {
        text-align: center;
        *//* background: #333 url("../assets/imgs/footer-bg.png") repeat; *//*
        background: #ed1c24;
        color: white;
        height: 50px;
        margin-bottom: 980px !important;
    }*/
    .contacts-section {
        /*height: 980px !important;*/
    }

    .home-content {
        padding: 10px;
        background-color: rgba(0, 0, 0, 0.8);
        color: white !important;
    }

}

@media (min-width: 767px) {

    .navbar-nav {
        float: none;
        margin: 0;
        margin: auto !important;
        text-align: center !important;
        width: 800px !important;
        z-index: 9999999999999999;
    }

    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
        opacity: 1;
    }

    .navbar-default {
        font-size: 17px;
        font-family: OpenSans;
        font-weight: 200;
        background-color: transparent;
        color: #333 !important;
        border: none;
        /* box-shadow: 2px 0 20px -3px #888; */
    }

    .navbar-default .top-nav-collapse .navbar-nav > .active > a {
        background-color: #333;
        color: #aaa;
        border-bottom: solid 3px #ed1c24;
    }

    .navbar-default .top-nav-collapse .navbar-nav > .active > a:focus {
        background-color: #222;
        color: #eee;
        border-bottom: solid 3px #ed1c24;
    }

    .top-nav-collapse {
        padding: 0;
        opacity: 1;
    }

    /*.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
        color: #aaa;
        background-color: transparent;
    }*/
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #aaa;
        background-color: #333;
    }

    .navbar-default .navbar-brand {
        color: #777;
        width: 50px;
        height: 50px;
        background: url("../assets/imgs/prius-logo-only.png") no-repeat center;
        background-size: 35px;
        text-align: right;
    }

    /*.navbar-default .navbar-nav>li>a {
        color: #333;
    }*/
    .navbar-default .navbar-nav > li > a:hover {
        color: #aaa;
        background-color: transparent;
    }

    .navbar-default .navbar-nav > li > a:focus {
        color: #666;
    }

    .top-nav-collapse {
        background-color: #333;
        color: white !important;
        padding: 20px 0;
    }

    .navbar-default .top-nav-collapse .navbar-nav > li > a {
        color: white;
    }

    .navbar-default .top-nav-collapse .navbar-nav > li > a {
        color: white !important;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        background-color: transparent;
        color: #aaa;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        color: #555;
        background-color: white;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        color: #555;
        background-color: white;
    }

    .nav-pills > li + li {
        margin-left: 0px !important;
    }

    /*.nav-pills>li>a {
        border-radius: 0;
    }

    .nav-pills>li {
        float: none;
    }

    .nav>li {
        position: relative;
        display: block;
    }*/
    /*.footer-section {
        text-align: center;
        *//* background: #333 url("../assets/imgs/footer-bg.png") repeat; *//*
        background: #ed1c24;
        color: white;
        height: 50px;
        margin-bottom: 600px;
    }*/
}

/** Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

.home-logo {
    /*width: 300px;
    height: 50px;
    margin: auto;
    position: absolute;
    top: 220px;
    left: 0;
    right: 0;*/
    /* bottom: 0; *//*
    *//* z-index: 9; *//*
    min-height: 80px;
    background: url("../assets/imgs/prius-logo.png") no-repeat;
    background-size: 300px;
      width: 300px;
  height: 50px;
  /* margin: auto; */
    /* position: absolute; */
    /* top: 220px; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* z-index: 9; */
    min-height: 80px;
    background: url("../assets/imgs/prius-logo.png") no-repeat;
    background-position: center;
    background-size: 300px;
    margin-bottom: 20px;
}

/*.intro {
    padding-top: 50px;
    text-align: left;
    font-family: OpenSans;
    *//* Img *//*
    width: 100%;
    height: 100%;
    background: #fff url("../assets/imgs/home-bg1.jpg") no-repeat;
    *//*background: #fff url("../assets/imgs/home-scr--1.png") no-repeat;*//*
    background-size: cover;
}*/

.intro {
    /* padding-top: 50px; */
    text-align: left;
    font-family: OpenSans;
    width: 100%;
    height: auto;
    /* background: #fff url("../assets/imgs/home-scr--1.png") no-repeat; */
    background: #fff url("../assets/imgs/content/parallax/bg.jpg") no-repeat;
    background-size: cover;
    padding: 0 !important;
}

.solutions {
    padding: 20px 0;
    text-align: center;
    background-color: white;
    width: 100%;
}

.technologies {
    width: 100%;
    padding: 100px 0;
    min-height: 700px;
    text-align: center;
    background-size: cover;
    background: url("../assets/imgs/tech-bg.jpg") no-repeat;
    color: white;
    background-size: cover;
    font-weight: 100;
}

.industries {
    width: 100%;
    padding: 50px 0;
    text-align: center;
    background-size: cover;
    background-color: white;
}

.team {
    padding: 20px 0;
    text-align: center;
    color: #666;
    /* background: #333 url("../assets/imgs/team-bg.png") no-repeat fixed; */
    background-size: cover;
    background-color: white;
}

.partners {
    padding: 20px 0;
    text-align: center;
    color: #666;
    /* background: #333 url("../assets/imgs/team-bg.png") no-repeat fixed; */
    background-size: cover;
    background-color: #dedede;
}

.best-practices-section {
    padding-top: 150px;
    text-align: center;
    background: #fff;
}

.contacts-section {
    text-al: center;
    /* background-color: #ed1c24; */
    color: white;
    text-align: center;
    position: fixed;
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 600px;
    background: #222 url(../assets/imgs/tech-bg-1.png);
}

.footer-section {
    text-align: center;
    background: #333 url("../assets/imgs/footer-bg.png") repeat;
    background: #ed1c24;
    color: white;
    height: 50px;
    margin-bottom: 600px;
}

.footer-section::after {
    margin-bottom: 100px;
}

.footer-section::after {
    border-image: none;
    border-style: solid;
    border-width: 20px 20px 0px;
    content: "";
    height: 100px;
    left: 50.35%;
    margin-left: -24px;
    margin-top: 50px;
    width: 0px;
    border-color: #ed1c24 transparent transparent;
    border-width: 21px 21px 0px;
    position: absolute;
    margin-top: 30px;
}

/* Home Section stuff */
.slideshow-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background: url("../assets/imgs/home-scr-1.png") fixed;
}

#solutions-list .row {
    margin: 0 !important;
}

#solutions-list a {
    color: #888;
    outline: none;
}

#solutions-list a:hover {
    border-bottom: solid 2px #555;
    text-decoration: none;
}

#solutions-list .active {
    border-bottom: solid 2px #555;
    text-decoration: none;
}

.solution-desc {
    width: 100%;
    /* min-height: 100%; */
    max-height: 800px;
    background: url(../assets/imgs/solutions-bg.jpg) fixed;
    text-align: center;
    background-size: cover;
    /* padding-bottom: 30px; */
}

.solution-desc h1 {
    margin: 50px auto 30px auto;
}

.solution-desc h1 img {
    margin-top: 20px;
}

.solution-content {
    text-align: center;
    font-size: 15px;
    /*font-family: consolas;*/
    padding-left: 20px;
    padding-right: 20px;
}

#solutions-mobile {
    background: transparent linear-gradient(135deg, rgba(236, 19, 35, 0.6), rgba(0, 0, 0, 0.6)) repeat scroll 0% 0% !important;
    color: #FFF;
    transition: all 1s ease-in-out 0.3s;
    padding-bottom: 30px;
}

#solutions-web {
    background: transparent linear-gradient(135deg, rgba(51, 190, 113, 0.6), rgba(0, 0, 0, 0.6)) repeat scroll 0% 0% !important;
    color: white;
    transition: all 1s ease-in-out 0.3s;
    padding-bottom: 30px;
}

#solutions-desktop {
    background: transparent linear-gradient(135deg, rgba(12, 226, 253, 0.60), rgba(0, 0, 0, 0.6)) repeat scroll 0% 0% !important;
    color: white;
    transition: all 1s ease-in-out 0.3s;
    padding-bottom: 30px;
}

#solutions-intranet {
    background: transparent linear-gradient(135deg, rgba(255, 83, 123, 0.60), rgba(0, 0, 0, 0.6)) repeat scroll 0% 0% !important;
    color: white;
    transition: all 1s ease-in-out 0.3s;
    padding-bottom: 30px;
}

#solutions-erp {
    background: transparent linear-gradient(135deg, rgba(253, 148, 47, 0.6), rgba(0, 0, 0, 0.6)) repeat scroll 0% 0% !important;
    color: white;
    transition: all 1s ease-in-out 0.3s;
    padding-bottom: 30px;
}

#solutions-doc {
    background: transparent linear-gradient(135deg, rgba(0, 150, 255, 0.62), rgba(0, 0, 0, 0.6)) repeat scroll 0% 0% !important;
    color: #FFF;
    transition: all 1s ease-in-out 0.3s;
    padding-bottom: 30px;
}

#solutions-list img {
    margin-bottom: 20px
}

.slideshow {
    text-align: center;
}

.home-slideshow {
    z-index: 21;
}

.solutions .col-md-2 {
    margin-bottom: 20px;
    margin-top: 20px;
}

#solutions-list .col-md-2 {
    cursor: pointer;
}

.prius-logo {
    width: 300px;
    height: auto;
    position: absolute;
    left: 20%;
    right: 20%;
    top: 150px;
    text-align: center;
}

/** Section Bottom Effects */
.shadow-effect {
    position: relative;
}

/*.shadow-effect:before, .shadow-effect:after
{
    position:relative;

}*/
.shadow-effect:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.6);
    bottom: 7px;
    left: 10%;
    right: 10%;
    width: 80%;
    height: 50%;
    -moz-border-radius: 20%;
    border-radius: 20%;
}

/** Technologies Section */

.tech-title {
    border-bottom: solid 1px #aaa;
    padding: 10px 0px;
    margin-bottom: 20px;
}

.tech-title h3 {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 600;
    display: inline;
}

.tech-title img {
    width: 50px;
    height: 50px;
}

.content p {
    text-align: left;
}

.technologies-desc {
    margin-top: 30px;
}

.technologies p {
    text-shadow: 1px 0px 3px black;
}

.tech-btn {
    width: 200px;
    margin: 0px 10px;
    /*border: 2px solid #FFF;*/
    background-color: transparent;
    transition: all ease-in-out 0.8s;
    color: white;
    border: 1px solid white;
}

.tech-btn:hover {
    background-color: white;
    color: black;
    transition: all ease-in-out 0.8s;
}

.title {
    color: white;
    margin: 10px 0;
}

/* Industries */
.industries .col-md-2 div:last-child {
    margin-top: 20px;
}

/* Contacts */

/*.map {
    width: 100%;
    height: 500px;
    z-index: 999;
    color: #333;
    box-shadow: inset 0px 0px 50px 5px #555 !important;
}*/

.map {
    background-image: url("../assets/imgs/map.png");
    background-repeat: no-repeat;
    z-index: 9998;
    position: relative;
    top: -108px;
    background-size: cover;
    height: 500px;
    background-position: center;
}

#map-container {
    /*display: none;*/
}

.map-container {
    position: fixed;
    bottom: -110px;
    left: 0px;
    right: 0px;

}

.sliderman {
    background-image: url("../assets/imgs/android-sliderman.png");
    background-repeat: no-repeat;
    z-index: 9999;
    min-height: 300px;
    height: auto;
    position: relative;
    background-size: 700px auto;
    background-position: center center;
}

.contacts-title {
    color: #ffffff;
    margin: 0px;
}

.contacts-icon {

}

.contacts-description {
    color: #ffffff;
    text-align: center;
    width: 300px;
    margin: auto;
    margin-top: 10px;
}

.contacts-description table {
    border-spacing: 0px;
    border-collapse: collapse;
    text-align: center;
    width: 200px;
    margin: auto;
}

.contacts-section p {
    font-family: arial;
    font-weight: 100;
}

.contact-btn {
    background-color: white;
    color: #333;
    border-radius: 5px;
    width: 170px;
    height: 40px;
    margin-top: 20px;
    border: none;
}

.book-column {
    border: solid 2px white;
    border-radius: 5px;
    padding: 20px;
}

.social-facebook {
    background: url("../assets/imgs/content/social/facebook.png");
}

.social-google {
    background: url("../assets/imgs/content/social/google.png");
}

.social-twitter {
    background: url("../assets/imgs/content/social/twitter.png");
}

.social-linkedin {
    background: url("../assets/imgs/content/social/linkedin.png");
}

.social-link {
    display: block;
    margin: 10px 0;
    text-decoration: none;
    cursor: pointer;
}

.social-link:hover {
    text-decoration: underline;
}

.social-text {
    text-decoration: none;
    color: white;
    text-align: center;
    padding-top: 8px;
}

.social-column {
    width: 230px;
    margin: auto;
    text-align: center;
}

/* Responsive */
/*
.navbar-default .navbar-toggle {
    border: none;
}
.navbar-default .navbar-toggle:hover {
    background: #000;
}

.container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
    background-color: #000;
    color: white;
}

.navbar-default .navbar-collapse {
    background-color: black;
    color: white;
    border-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default  {
   */
/* color: white;
    background-color: #ed1b24;*//*

}

.navbar-default .navbar-nav > .active > a, .navbar-default {

}

.navbar-nav li[class="active"] {
    color: white;
    background-color: #ed1b24;
}*/

/* Team */
.team-img {
    text-align: center;
}

.team-overlay {
    display: block;
    height: 250px;
    width: 250px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 100%;
    background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 0, 0, 0.21)) repeat scroll 0% 0% !important;
    transition: all ease-out 0.3s;
    opacity: 0;
    z-index: 9999;
}

.team-overlay:hover {
    opacity: 1;
    transition: all ease-in 0.5s;
}

.team-name {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    /* font-variant: small-caps; */
    font-weight: 600;
}

.team-title {
    color: #aaa;
    font-size: 14px;
    font-weight: 600;
}

.team-contacts {
    font-size: 12px;
    margin-top: 20px;
}

.team-contacts img {
    height: 25px;
    opacity: 1;
    transition: all ease-out 0.3s;
    margin: auto 5px 20px;
}

.team-contacts img:hover {
    height: 25px;
    opacity: 0.8;
    transition: all ease-in 0.3s;
}

.team-strip {
    width: 30px;
    border-bottom: solid 3px #ed1c24;
    margin: 20px auto;
}

.team-desc {
    font-size: 12px;
    width: 250px;
    margin: auto;
}

.team-img img {
    /*box-shadow: 0px -20px 20px -5px #dedede;*/
    /* border: solid 5px white; */
    width: 250px;
    height: 250px;
}

.team .col-md-3 {
    margin: 20px 0;
}

.title-strip-inverted {
    border-bottom: solid 1px white;
    width: auto;
    margin: 20px auto 50px auto;
    text-align: center;
}

.white {
    color: white !important;
}

.title-strip {
    border-bottom: solid 1px #ddd;
    width: auto;
    margin: 20px auto 50px auto;
    text-align: center;
}

.visualize-map-btn {
    height: 30px;
    width: 30px;
    display: inline;
}

.show-map-btn {
    width: 200px;
    margin: auto;
    text-align: center;
    padding: 10px 20px;
    border-radius: 5px;
    border: solid 1px white;
    color: white;
    cursor: pointer;
    transition: all ease-out 0.5s;
}

.show-map-btn:hover {
    text-decoration: none;
    color: white;
    border-radius: 10px;
    transition: all ease-in 0.5s;
}

.prius-modal {
    background-color: white;
    padding: 20px;
    width: 600px;
    height: 520px;
    position: absolute;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    box-shadow: 0px 0px 10px -2px #333;
    text-align: left;
}

.prius-modal-exit {
    background: url("../assets/imgs/exit.png") no-repeat;
    width: 30px;
    height: 30px;
    background-size: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    left: auto;
    cursor: pointer;
}

.slider {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100px;
    left: 0px;
    margin: 0 auto;
    line-height: 100%;
    overflow: hidden;
    z-index: 1;
    /* padding: 1%; */
}

.contact-input {
    border: 1px solid #CECECE;
    padding: 5px 10px;
    color: #222222;
    width: 40%;
    transition: border ease-in 0.5s;
}

.contact-input:hover, .contact-input:focus, .contact-input:active {
    border: 1px solid #9e9e9e;
    transition: border ease-out 0.5s;
}

.contact-element-label {
    display: block;
    color: #666;
}

.contact-title {
    margin: 10px 25px !important;
    color: #555;
}

.contact-hr {
    border-top: 1px solid red;
    margin: 10px 25px;
}

.contact-element {
    display: block;
    margin: 25px;
}

#contact-message {
    width: 100%;
    height: 100px;
}

.send-button {
    position: relative;
    vertical-align: top;
    width: 100%;
    height: 43px;
    padding: 0px;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    background: #ED1C24 none repeat scroll 0% 0%;
    border: 0px none -moz-use-text-color;
    border-bottom: 2px solid #ac141a;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    cursor: pointer;
    box-shadow: 0px -2px #ED1C24 inset;
}

.send-button:active {
    top: 1px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.error-message {
    color: #BD4A4A;
    font-size: 12px;
    /*display: none;*/
    margin: 12px 25px -7px 25px;
}

#successInfo {
    margin: 0 25px;
    color: green;
    font-size: 1em;
}

/* Animations */
#solutions-list img:hover {
    -webkit-animation: spin 0.5s linear;
    -moz-animation: spin 0.5s linear;
    animation: spin 0.5s linear;
}

@-moz-keyframes spin {
    50% {
        -moz-transform: rotateY(90deg);
    }
}

@-webkit-keyframes spin {
    50% {
        -webkit-transform: rotateY(90deg);
    }
}

@keyframes spin {
    50% {
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }
}

.gm-style > div > div:nth-child(2) {
    background: transparent linear-gradient(135deg, rgba(255, 179, 40, 0.4), rgba(244, 28, 36, 0.7)) repeat scroll 100% 0% !important;
}

/*SPINNER CSS*/

.loader {
    position: relative;
    margin: 0px auto;
    width: 100px;
    height: 100px;
    zoom: 1.7;
}

.circular {
    animation: rotate 2s linear infinite;
    height: 100px;
    position: relative;
    width: 100px;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite,
    color 6s ease-in-out infinite;
    stroke-linecap: round;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}

@keyframes color {
    100%, 0% {
        stroke: #d62d20;
    }
    40% {
        stroke: #0057e7;
    }
    66% {
        stroke: #008744;
    }
    80%, 90% {
        stroke: #ffa700;
    }
}

.section-icon {
    width: 100px;
}

.section-title {
    margin-top: 0px;
    color: #ed1c24;
}

.section-description {
    color: #aaa;
    font-weight: 200;
}

#partners {
    background-color: #eaeaea;
}

.social-slide {
    /*background-image: url('path/to/image.png');*/
    height: 30px;
    width: 30px;
    float: left;
    margin: 0px 5px 0px 5px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background-size: 30px;
    border-radius: 100%;
}

.social-slide:hover {
    background-position: 0px -30px;
    /*box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);*/
}

.partners img {
    border-radius: 100%;
}

#book-btn {
    cursor: pointer;
}

.contacts-icon:hover {
    background-size: 120px;
}

.home-title {
    font-size: 2.8em;
    color: #333;
    font-weight: 100;
    /*text-shadow: 2px 2px 20px #aaa;*/
    line-height: 1;
    position: absolute;
    top: calc(100% / 3 + 160px) !important;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.home-content {
    font-size: 1.8em;
    position: absolute;
    top: calc(100% / 3 + 200px) !important;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    width: 600px;
}

.home-logo {
    width: 100%;
    text-align: center;
    margin: 120px auto 0px auto;
    position: absolute;
    top: calc(100% / 3 + 30px) !important;
    right: 0;
    text-align: center;
    margin: auto;
    width: 400px;
}

.home-wrapper {
    /*background-color: rgba(255,255,255,0.6);*/
    max-width: 700px;
    padding: 50px;
    margin: auto;
    z-index: 999999;
    position: absolute;
    top: 300px;
    left: 0;
    right: 0;
    text-align: left;
}

/* Parallax */
.layer {
    z-index: 20;
    margin-top: 80px;
}

.layer img {
    width: 100%;
    height: 100%
}

.shadow {
    z-index: 19;
}

.parallax-scene {
    margin: 0;
    overflow: hidden;
    list-style: none;
}

.scroll-down-btn {
    width: 70px;
    height: 70px;
    position: fixed;
    right: 50px;
    bottom: 30px;
    background: #ed1c24 url(../assets/imgs/scroll.png) no-repeat center;
    background-size: 50px;
    opacity: 0.9;
    text-align: right;
    display: block;
    margin: auto;
    z-index: 9999;
    border-radius: 100%;
}

section {
    padding: 60px 0;
}

.mobile-titles {
    display: none;
}

.nav-pills > li {
    float: none;
}

.nav-pills > li {
    display: inline-block;
}

.nav-pills > li > a {
    border-radius: 0px;
}

.footer-btn {
    cursor: pointer;
    transition: all ease-in 0.5s;
}

.footer-btn:hover {
    margin-top: -10px;
    transition: all ease-in 0.5s;
}

.slidedUpMap {
    bottom: -800px;
    transition: all ease-out 1.3s;

}

.slidedDownMap {
    bottom: -150px;
    transition: all ease-in 1.3s;
}

.contact-columns {
    height: 200px;
}

.lean-overlay {
    z-index: 999 !important;
}

.copyright {
    margin-top: 30px;
}

#page-top {
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
}

/* PreLoader */
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../assets/imgs/loader.GIF) center no-repeat #fff;
    background-size: 100px 100px;
}