h1, h2, h3, h4
{
    font-family: 'Raleway' !important;
}

p
{
    color: rgb(53, 43, 36) !important;
    font-size: 18px;
    margin-top: 3%;
    margin-bottom: 5%;
    margin-left: 3%;
    margin-right: 3%;
}

html *
{
    font-family: Helvetica; 
}

body
{
    padding: 0;
    margin: 0;
    background-image: url("global_img/html_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

a:link
{
    color: white !important;
    text-decoration: none !important;
}

a:visited
{
    color: #b0c4c3 !important;
    text-decoration: none !important;
}

a:hover
{
    color: #8a6745 !important;
    text-decoration: none !important;
}

a:active
{
    color: #cfe7e6 !important;
    text-decoration: none !important;
}

.short_contact
{
    display: none;
}

.header_contact
{
    position: fixed;
    top: 0;
    text-align: right;
    background-color: hsl(202.11, 28.36%, 13.14%);
    width: 100%;
    height: 30px;
    z-index: 1;
}

.navbar
{
    margin-top: 30px;
    background: linear-gradient(
        to bottom,
        hsl(202.11, 28.36%, 13.14%) 0%,
        hsla(202.11, 28.36%, 13.14%, 0.987) 9.9%,
        hsla(202.11, 28.36%, 13.14%, 0.951) 19.4%,
        hsla(202.11, 28.36%, 13.14%, 0.896) 28.6%,
        hsla(202.11, 28.36%, 13.14%, 0.825) 37.5%,
        hsla(202.11, 28.36%, 13.14%, 0.741) 45.9%,
        hsla(202.11, 28.36%, 13.14%, 0.648) 53.9%,
        hsla(202.11, 28.36%, 13.14%, 0.55) 61.4%,
        hsla(202.11, 28.36%, 13.14%, 0.45) 68.4%,
        hsla(202.11, 28.36%, 13.14%, 0.352) 74.9%,
        hsla(202.11, 28.36%, 13.14%, 0.259) 80.7%,
        hsla(202.11, 28.36%, 13.14%, 0.175) 86%,
        hsla(202.11, 28.36%, 13.14%, 0.104) 90.6%,
        hsla(202.11, 28.36%, 13.14%, 0.049) 94.4%,
        hsla(202.11, 28.36%, 13.14%, 0.013) 97.6%,
        hsla(202.11, 28.36%, 13.14%, 0) 100%
      );
}

.separator
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: none !important;
}
.navbar-brand
{
    margin-top: -30px;
    height: 85px;
    cursor: pointer;
}

#navbar_original
{
    display: inline !important;
}

#navbar_small
{
    display: none !important;
}

.navbar-collapse
{
    justify-content: flex-end;
}

.hd
{
    list-style-type: none;
    float:left;
}

.hd li
{
    font-size: 12px;
    width: 130px;
    float: left;
    text-align: center;
    -webkit-transition: 0.5s ease;
    cursor: pointer;
}

.underbar
{
    background: rgba(100, 100, 200, 0);
    width: 0;
    height: 3px;
    top: 25px;
    position:relative;
    -webkit-transition: 0.5s ease;
}

.hd li:nth-of-type(1):hover ~ .underbar
{
    left: 31px;
    width: 70px;
    background: #bd9756;
}

.hd li:nth-of-type(2):hover ~ .underbar
{
    left: 130px;
    width: 130px;
    background: #b17a42;
}

.hd li:nth-of-type(3):hover ~ .underbar
{
    left: 280px;
    width: 90px;
    background: #5da5b6;
}

.hd li:nth-of-type(4):hover ~ .underbar
{
    left: 425px;
    width: 60px;
    background: #132f4e;
}

.description
{
    left: 50%;
    position: absolute;
    top: 80%;
    transform: translate(-50%, -55%);
    text-align: center;
}

.description p
{
    color: #fff !important;
    font-size: 1.2rem;
    line-height: 1.5;
}

.description button
{
    border:2px solid #ede6ec;
    background:#292929;
    border-radius: 4;
    color:#fff;
}

.description button:hover
{
    border:1px solid #292929;
    background:#80664e;
    color:#000;
}

.features
{
    background-image: url('global_img/text_bg_ALPHA.png');
    background-size: 100% 100%;
    margin: 4em auto;
    padding: 1em;
}

.features p
{
    color: #ccc;
}

.features img
{
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    margin-bottom: 16px;
}

.workflow
{
    box-shadow: none !important;
    width: 8%;
    margin: 2.5%;

    -webkit-filter: invert(0%) drop-shadow(0px 0px 0px rgba(255,255,255,0.80));
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.workflow:hover
{
    -webkit-filter: invert(100%) drop-shadow(0px 0px 8px rgba(250, 235, 255, 0.9));
}

.lang
{
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0px;
    width: 25px;
}

#lang
{
    box-shadow: none !important;

    -webkit-filter: drop-shadow(0px 0px 0px rgba(255,255,255,0.80));
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

#lang:hover
{
    -webkit-filter: drop-shadow(0px 0px 4px rgba(250, 235, 255, 0.9));
}

.types
{
    list-style: none;
}

.types li
{
    float: left;
    clear: left;
    margin-bottom: 2%;
    font-size: 18px;
    -webkit-filter: invert(0%) drop-shadow(0px 0px 0px rgba(255,255,255,0.80));
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.types li:hover
{
    -webkit-filter: invert(100%) drop-shadow(0px 0px 8px rgba(250, 235, 255, 0.9));
}

.types li:before
{
    content: "\00BB \0020";
}

.jobs_listing
{
    list-style: none;
}

.jobs_listing li
{
    font-size: 18px;
}

.jobs_listing li:before
{
    content: "\00BB \0020";
}

#step_title
{
    margin-top: 3%;
}

.step_content
{
    text-align: center;
}

.features .form-control,
.features input
{
    border-radius: 0;
}

.features .btn
{
    border:2px solid #ede6ec;
    background:#292929;
    border-radius: 4;
    color:#fff;
}

.features .btn:hover
{
    border:1px solid #292929;
    background:#9e8a9b;
    color:#000;
}

.row p
{
    color: #ccc;
}

.row h1
{
    color: #ccc;
}

.row td
{
    color: #ccc;
}

.row th
{
    color: #ccc;
}

.page-footer
{
    background: linear-gradient(
        to bottom,
        hsla(210, 18.18%, 12.94%, 0) 0%,
        hsla(210, 18.18%, 12.94%, 0.013) 8.1%,
        hsla(210, 18.18%, 12.94%, 0.049) 15.5%,
        hsla(210, 18.18%, 12.94%, 0.104) 22.5%,
        hsla(210, 18.18%, 12.94%, 0.175) 29%,
        hsla(210, 18.18%, 12.94%, 0.259) 35.3%,
        hsla(210, 18.18%, 12.94%, 0.352) 41.2%,
        hsla(210, 18.18%, 12.94%, 0.45) 47.1%,
        hsla(210, 18.18%, 12.94%, 0.55) 52.9%,
        hsla(210, 18.18%, 12.94%, 0.648) 58.8%,
        hsla(210, 18.18%, 12.94%, 0.741) 64.7%,
        hsla(210, 18.18%, 12.94%, 0.825) 71%,
        hsla(210, 18.18%, 12.94%, 0.896) 77.5%,
        hsla(210, 18.18%, 12.94%, 0.951) 84.5%,
        hsla(210, 18.18%, 12.94%, 0.987) 91.9%,
        hsl(210, 18.18%, 12.94%) 100%
  );
    color: #1f2a33;
    padding: 60px 0 30px;
}

    .footer-copyright
{
    color: #1f2a33;
    padding: 40px 0;
}

.row img
{
    width: 250px;
}

@media (max-width: 1280px)
{
    .row img
    {
        width: 200px;
    }

    .description
    {
    left: 50%;
    position: absolute;
    top: 65%;
    transform: translate(-50%, -55%);
    text-align: center;
    }
    
    .description h1
    {
        font-size: 2em;
    }
      
    .description p
    {
        font-size: 1.2rem;
    }
      
    .features
    {
        margin: 0;
    }
    
    .description button
    {
        display: none;
    }

    .description p
    {
        display: none;
    }
    
}

@media (max-width: 990px)
{
    .underbar
    {
        display: none;
    }
    .row img
    {
        width: 200px;
    }
}

@media (max-width: 768px)
{
    .row img
    {
        width: 200px;
    }

    .col-md-6
    {
        border-left:none !important;
    }

    .description
    {
    left: 50%;
    position: absolute;
    top: 70%;
    transform: translate(-50%, -55%);
    text-align: center;
    }
    
    .description h1
    {
        font-size: 1.5em;
    }
      
    .description p
    {
        display: none;
    }
      
    .features
    {
        margin: 0;
    }
    
    .description button
    {
        display: none;
    }

    .underbar
    {
        display: none;
    }
}

@media(max-width: 685px)
{
    .full_contact
    {
        display: none;
    }

    .short_contact
    {
        display: inline !important;
    }

    .separator
    {
        width: 100%;
    }
    #navbar_original
    {
        display: none !important;
    }
    
    #navbar_small
    {
        display: inline !important;
    }

    .mapouter
    {
        display: none;
    }

    .gmap_canvas
    {
        display: none;
    }
}