::selection {
    background: #f9690e; /* WebKit/Blink Browsers */
}
::-moz-selection {
    background: #f9690e; /* Gecko Browsers */
}

.logo-container.hasinfocard:before {
    content: none;
}

footer {
    padding: 0px;
    color: #161616;
}

footer h3 {
    margin-bottom: 29px;
}

/********* BEGIN HOME *********/
#slogan{
    z-index: 2000;
    position:relative;
    background: #f9690e;
}

#slogan h1{
    margin-top: 30px;
    color: #ffffff;
}

#slogan p{
    font-style: italic;
    font-size: 20px;
    margin-top: -10px;
    margin-bottom: 30px;
    color: #ffffff;
}

#workteam{
    z-index: 2001;
    position:relative;
    background: #ffffff;
    padding-bottom: 30px;
}

#contact input, #contact textarea {
    background: #E4E4E4;
    color: #575656 !important;
    border: none;
    border-radius: 4px;
    outline: none;
}
#contact input {
    height: 35px;
    padding: 5px 10px;
}
/********** END HOME **********/

#main-menu > ul > li > a {
    color: #f9690e;
}

p{
    color: #6C7A89;
}