/* ---------- Main ---------- */

body
{
    font-family: 'Raleway', sans-serif;
}

.navbar-default .navbar-nav > .active > a
{

}

.navbar-default
{
    margin-top: 20px;
    border: none;
    background: none;
    box-shadow: none;
}

.navbar-default .container-fluid,
.navbar-default .container-fluid .navbar-collapse
{
    padding: 0;
}

.navbar-brand
{
    padding: 0;
}

.navbar-brand,
.navbar-nav li a {
    line-height: 70px;
    height: 70px;
    padding-top: 0;
    font-size: 16px;
}

.navbar-nav li
{
    -webkit-transition: all 800ms ease !important;
    -moz-transition: all 800ms ease !important;
    -ms-transition: all 800ms ease !important;
    -o-transition: all 800ms ease !important;
    transition: all 800ms ease !important;
}

.navbar-nav li:hover
{
    background-color: #EAEAEA;
}

.navbar-brand
{
    font-size: 20px;
}

.body
{
    -moz-box-shadow: rgba(88, 88, 88, 0.80) 0 0 10px;
    box-shadow: rgba(182, 182, 182, 0.80) 0 0 10px;
    height: 100%;
    overflow: hidden;
}





.home-picture-full
{
    text-align: center;
    position: relative;
    margin: auto;
    margin-bottom: 50px;
}

.parallax-container
{
    height: 400px;
}

.logo-img
{
    position: absolute;
    top: 10%;
    left: 10%;
    right: 50%;
    color: #ffffff;
    font-size: 40px;
    font-weight: 100;
}

.img-zoom
{
    width: 100%;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.img-zoom:hover
{
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

.min-img
{
    margin-bottom: 20px;
    overflow: hidden;
}

.home-title
{
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    line-height: 35px;
    margin: 30px 0;
}

.home-description
{
    text-align: center;
}

.min-title
{
    font-size: 20px;
    padding-left: 10px;
    margin-bottom: 30px;
    font-weight: 300;
    text-align: center;
}

.min-title .icon
{
    font-size: 30px;
    color: #656362;
    padding: 5px 0;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    float: left;
}

.min-title-content > h2
{
    padding-left: 40px;
    font-weight: 300;
    padding-top: 10px;
    font-size: 20px;
}

.min-desc
{
    text-align: justify;
    padding-bottom: 20px;
}

.second-row,
.third-row,
.fourth-row,
.fifth-row,
.sixth-row,
.seventh-row,
.eighth-row
{
    opacity: 0;
}

.home-title-absolute-container
{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    top: 20%;
    width: 100%;
}

.home-title-absolute
{
    color: #ffffff;
    font-size: 40px;
    font-weight: 300;
}

.items-absolute-container
{
    font-size: 25px;
    color: white;
    font-weight: 300;
}

.item-absolute
{
    position: absolute;
    top: 50%;
}

.items-absolute-container .first-row
{
    top: 50%;
    left: 10%;
}

.items-absolute-container .second-row
{
    top: 60%;
    left: 5%;
}

.items-absolute-container .third-row
{
    top: 75%;
    left: 15%;
}

.items-absolute-container .fourth-row
{
    top: 55%;
    left: 35%;
}

.items-absolute-container .fifth-row
{
    top: 50%;
    left: 70%;
}

.items-absolute-container .sixth-row
{
    top: 70%;
    left: 80%;
}

.items-absolute-container .seventh-row
{
    top: 80%;
    left: 70%;
}

.items-absolute-container .eighth-row
{
    top: 65%;
    left: 50%;
}

.separator:before
{
    content: "";
    width: 80%;
    height: 20px;
    border-top: 1px solid lightgray;
    margin: auto;
}

.separator-full:before
{
    content: "";
    width: 100%;
    height: 20px;
    border-top: 1px solid lightgray;
    margin: auto;
}

.separator-full
{
    width: 100%;
    padding-left: 20px;
}

.timeline
{
    font-weight: 600;
    margin: 20px auto 20px 30%;
    position: relative;
}

.timeline-item
{
    position: relative;
    margin: 10px 0;
}

.timeline-content
{
    margin-left: 30px;
}

.round
{
    float: left;
    height: 15px;
    width: 15px;
    background-color: lightgray;
    margin-top: 2px;
    border-radius: 25px;
}

.round:after
{
    content: "";
    position: absolute;
    top: 10px;
    left: 7px;
    height: 120%;
    border-left: 2px solid lightgray;
    width: 100%;
}

.timeline-item:last-child > .round:after
{
    content: "";
    border: none;
}

.footer-icon
{
    font-size:30px;
    color: #656362;
    margin: 0 10px;
}

.footer-icon:hover,
.footer-icon:active
{
    text-decoration: none;
}

.footer-item
{
    display: inline-block;
}

.footer-mentions {
    position: relative;
    top: -5px;
    color: #656362;
}

.mentions {
    padding: 0 30px;
}

.ion-social-facebook:hover
{
    color:#3b5998;
}

.ion-social-linkedin:hover
{
    color: #007bb5;
}

.icon-phone:hover,
.icon-mail:hover,
.icon-phone:active,
.icon-mail:active
{
    color: #333333;
    text-decoration: none;
}

.author:hover,
.author
{
    text-decoration: none;
    color: #656362;
}

#map
{
    height: 500px;
    margin-left: 20px;
}

.contact-container
{
    height: 500px;
    border: 1px solid lightgray;
    text-align: center;
    padding-top: 170px;
    margin-left: 20px;
}

.contact-container2
{
    height: 500px;
    border: 1px solid lightgray;
    margin-left: 20px;
    padding-top: 10px;
}

.contact-text
{
    display: inline-block;
}

#textarea1
{
    max-height: 170px;
}

.btn,
.btn:hover,
.btn:active,
button:focus
{
    background-color: lightgray;
}

.v-align {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.text-content
{
    text-align: justify;
}



@media only screen and (max-width: 1403px)  {
    .home-picture-full
    {
        margin-top: 85px;
    }
}


@media only screen and (max-width: 1063px)  {
    .home-picture-full
    {
        margin-top: 146px;
    }
}

@media only screen and (max-width: 768px)  {
    .home-picture-full
    {
        margin-top: 0;
    }

    .parallax-container {
        height: 200px;
    }

    .min-desc {
        padding-bottom: 40px;
    }

    .navbar-nav
    {
        margin: 0 !important;
    }

    ul {
        padding: none;
    }

    .nav {
        padding-left: 10px;
    }

    .pull-right
    {
        float: none !important;
    }

    .navbar-collapse {
        border: 1px solid transparent;
    }

    .text-content
    {
        padding-top: 20px;
    }

    .contact-container,
    .contact-container2
    {
        margin-top: 20px;
    }
}

.canvasjs-chart-credit
{
    display: none;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
    position: relative;
    background-repeat: no-repeat;
}

.signature-name {
  font-weight: bold;
}

.signature {
    float: right;
}
