@import "sidebar.css";
body {
    font-family: "Roboto";
    color: #333;
    font-size: 13pt;
    font-weight: 300;
}
a {
    font-weight: 400;
}
nav a.top-menu {
    color: #FFF!important;
}
ul.top-menu {
    padding-top: 20px!important;
}
h1,h2,h3,h4,h5,h6 {
    font-family: "Roboto Slab";
}
a.fa:hover {
    text-decoration: none!important;
}
#body {
    margin: auto;
}
#body-wrapper {

}
body.no-trans .navbar-default {
    border: none;
    height: 60px;
    background: transparent;
}
.object-non-visible {
    opacity: 0;
    filter: alpha(opacity=0);
}
.object-visible,
.touch .object-non-visible {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
section {
    color: #333;
}
section h1, section h3{
    text-align: center;
}
section h2 {
    font-weight: 900;
}
section h1 {
    margin-top: 80px;
    font-weight: 600;
}
section h3 {
     font-weight: 300;
}

header#main {
    min-height: 768px;
    background-image: url("../images/png/header-wtext.png");
    background-size: 100%;
    background-repeat: no-repeat;
}
header nav .navbar-nav li {
    margin-right: 25px;
}
header nav .navbar-nav li:hover a {
    border-bottom: 2px solid #fff;
}

.headline {
    /*margin-top: 530px;*/
}

.headline h1 {
    color: #295eb0;
    font-size: 31pt;
    font-family: "Roboto Slab";
    font-weight: 700;
    padding-top: 20px;
}

.no-padding {
    padding: 0;
}
.rquote, .lquote {
    font-weight: 100;
    font-size: 80pt;
    font-family: "Roboto";
    font-style: italic;
    color: #295eb0;
    margin:0;
    padding: 0;
}

.moto {
    font-size: 24pt;
    font-style: italic;
    color: #295eb0;
}

#platforms .content {
    -webkit-box-shadow: 0 7px 10px 1px #fafafa;
    box-shadow: 0 7px 10px 1px #fafafa;
    background-image: url('../images/png/platforms.png');
    background-repeat: no-repeat;
    background-position: 50px 70px;
    background-size: 95%;
    min-height:300px;
    background-color: #fefefe;
    padding-top: 150px;
    padding-bottom: 90px;
}
#platforms h3 {
    font-weight: 900;
    color: #295eb0;
}
section#portfolio {
    background-color: #fbfbfb;
    margin: 0 -15px;
}
#portfolio .content {
    background-image: url('../images/png/portfolio.png');
    background-repeat: no-repeat;
    background-position: 50px 70px;
    background-size: 95%;
    min-height:300px;
    padding-top: 200px;
    padding-bottom: 90px;
}
.thirdquarter div p {
    margin: 20px 40px;
}
section .whitespace {
    height: 80px;
}
div.portfolio-item {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 2px;
    background-color: #FFFFFF;
}
.portfolio-item div.label {
    position: absolute;
    right: 0;
    top: 40px;
    -moz-border-radius: 15px 0px 0px 15px;
    -webkit-border-radius: 15px 0px 0px 15px;
    border-radius: 15px 0px 0px 15px;
    /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/

    color: #FFF;
    font-family: "Roboto";
    font-weight: 100;
    padding: 7px 15px;
}
.portfolio-item .img {
    border-bottom: 1px solid #ddd;
}
.portfolio-item .img img {
    width: 100%;
}
.portfolio-item .description {
    padding: 20px 40px 0px 20px;
}
.portfolio-item .footer {
    padding: 20px 40px 40px 40px;
}
.portfolio-item .description h3 {
    margin-bottom: 30px;
    font-weight: 900;
    color: #295eb0;
    text-align: left;
}
.portfolio-item .description p {
    margin: 0px;
    min-height: 265px;
}

#news .content {
    background-image: url('../images/png/news.png');
    background-repeat: no-repeat;
    background-position: 50px 70px;
    background-size: 95%;
    min-height:300px;
    padding-top: 240px;
    padding-bottom: 90px;
}
#news h3 {
    font-weight: 900;
    color: #295eb0;
    text-align: left;
}
#news .date {
    color: #ccc;
}
.news-item {
    border: 1px solid #CCC;
    padding: 30px;
    border-radius: 2px;
    min-height: 320px;
}

section#contact {
    background-color: #f6f6f6;
    margin: 0 -15px;
}
#contact .content {
    background-image: url('../images/png/contacts.png');
    background-repeat: no-repeat;
    background-position: 50px 70px;
    background-size: 95%;
    min-height:300px;
    padding-top: 240px;
    padding-bottom: 90px;
}

.khaki {
    background-color: #6bc288;
}
.purple {
    background-color: #9588e3;
}
.light-blue {
    background-color: #257592;
}
.dark-red {
    background-color: #782c38;
}
.dark-orange {
    background-color: #ae6841;
}
.mobile-logo {
    display: none;
}
@media screen and (max-width: 1366px) {
    header#main {
        min-height: 768px;
        background-image: url("../images/png/header-wtext.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto;
    }
}

@media screen and (max-width: 900px) {
    header#main {
        min-height: 768px;
        background-image: url("../images/png/header.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto;
    }
    .navbar-brand img {
        display: none;
    }
    .mobile-logo {
        display: block;
    }
}

input, textarea{
    margin: 12px 0px;
    width: 100%;
    background-color: transparent;
    border-width: 0px;
    border-bottom: 1px solid #CCC;
    color: #295eb0;
    outline: none;
    padding-left: 40px;
}
textarea {
    min-height: 100px;
    resize: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #295eb0;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #295eb0;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #295eb0;
}

input:-ms-input-placeholder, text:-ms-input-placeholder {
    color: #295eb0;
}
button {
    background-color: #398ae3;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 18px;
    border: none;
    outline: none;
    padding: 6px 50px;
    color: #FFF;
    transition: all 500ms;
}
button:hover {
    opacity: .65;
}
.invert-icon {
    cursor: pointer;
    color: #FFF;
    font-size: 24px;
    padding: 5px 10px;
    width:  44px;
    height:  44px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: left;
    margin-left:  30px;
    transition: all 500ms
}
.invert-icon:hover {
    opacity: .75;
}
@media screen and (min-width: 992px){
    .news-item:nth-child(1) {
        margin-left: -10px;
    }
    .news-item:nth-child(2) {
        margin-left: 10px;
    }
}

@media screen and (max-width: 640px) {
    .headline h1 {
        color: #295eb0;
        font-size: 18pt;
        font-family: "Roboto Slab";
        font-weight: 700;
        padding-top: 20px;
        text-align: center;
    }

    .moto {
        font-size: 12pt;
        font-style: italic;
        color: #295eb0;
        text-align: center;
    }

}
.padder {
    color: #FFF;
    text-align: center;
}
.padder h1 {
    font-family: "Roboto";
    font-weight: 900;
    text-shadow: 0 0 8px #469BDB;
    margin: 0;
    padding: 0;
}