/* Basic */
body {
    font: 400 16px/25px "Source Sans Pro", Arial, sans-serif;
    color: #555;
}
section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.bg-second {
    background-color: #f2f5f7;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    display: inline-block;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
h1,
h2 {
    font-weight: 700;
    font-family: "Lato";
}
h1 {
    font-size: 58px;
    line-height: 68px;
    margin-bottom: 40px;
    color: #fff;
}
.banner h3 {
    font-weight: 100;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    margin-bottom: 40px;
}
h2 {
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 30px;
    color: #333;
}
h3 {
    font-size: 20px;
    line-height: 30px;
    color: #333;
}
.section-subtitle {
    font-size: 22px;
    line-height: 34px;
    color: #555;
    margin-bottom: 40px;
}
.about span.fa:before {
    font-size: 60px;
    color: #00bc9c;
}
.top-nav a {
    font-size: 15px;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #555;
}
@media (min-width: 768px) {
    h1 {
        font-size: 66px;
        line-height: 76px;
    }
}

/* Header */
.contact-info {
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
}
.contacts-list {
    float: left;
    font-size: 14px;
    color: #506a85;
}
.contacts-list li:first-of-type {
    padding-right: 15px;
}
.contacts-list span:before {
    padding-right: 6px;
    font-size: 18px;
}
.social-list {
    float: right;
}
.social-list li {
    padding-left: 20px;
}
.social-list li:first-of-type {
    padding-left: 0;
}
.social-list a{
    color: #506a85;
    font-size: 18px;
    text-decoration: none;
}
.header-logo {
    width: 161px;
    height: 40px;
    background-image: url("../images/logo.png");
    float: left;
    margin: 20px 0;
    
}
.icon-menu {
    float: right;
    font-size: 30px;
    margin-top: 25px;
}
.icon-search {
    font-size: 20px;
    line-height: 1em;
    margin-top: 30px;
    float: right;
}
.top-nav {
    display: inline-block;
    margin-top: 32px;
}
.top-nav li {
    padding-left: 20px;
    line-height: 1em;
}
.top-nav li:first-of-type {
    padding-left: 0;
}
.top-nav {
    display: none;
}
.icon-search {
    display: none;
}
@media (min-width: 768px) {
    .contact-info {
        display: block;
    }
}
@media (min-width: 992px) {
    .top-nav {
        display: inline-block;
    }
    .icon-search {
        display: block;
    }
    .icon-menu {
        display: none;
    }
}
/* Banner */
.banner {
    background-image: url("../images/bg-00.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 160px;
}
/* About */
.fa-lightbulb-o {
    margin-right: 13px;
}
/* Works */

.works a {
    display: block;
    text-decoration: none;
    color: inherit;
    border: 1px solid rgba(0, 0, 0, .05);
}
.works h3 {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
}
.works h5 {
    line-height: 1em;
}
.work-item-content {
    padding: 15px 40px;
    background-color: #fff;
}

.work-item {
    margin-bottom: 30px;

}
.work-item-s {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    margin-bottom: 0;
}
/* Get in touch */

/* Footer */
.footer {
    background-color: #2f4052;
}
.footer-content {
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer-list {
    margin-bottom: 30px;
}
.footer-list h3 {
    color: #fff;
    margin-bottom: 15px;
}
.footer-list p {
    color: #a3b1bf;
    margin-bottom: 10px;
}
.footer-list a {
    color: #a3b1bf;
    text-decoration: none;
}
.contact-list-footer {
    color: #a3b1bf;
    padding-left: 25px;
    position: relative;
}
.contact-list-footer span {
    position: absolute;
    text-align: center;
    left: 0;
}
.contact-list-footer li {
    display: block;
}
.contact-list-footer .fa-map-marker {
    margin-left: 3px;
}
.contact-list-footer .fa-mobile-phone {
    margin-left: 5px;
}
.contact-list-footer span:before {
    padding-right 10px;
}
.copyright {
    padding: 20px;
    background-color: #283645;
}
.copyright small {
    display: block;
    text-align: center;
    color: #707e8c;
    font-size: 12px;
}
.copyright a {
    color: inherit;
    text-decoration: underline;
}
.footer-nav {
    display: none;
}
.latest-works {
    
}
    .latest-item {
        width: calc(50% - 3px);
        float: left;
    }
    .latest-item:nth-of-type(1),
    .latest-item:nth-of-type(2){
        margin-bottom: 6px;
    }
    .latest-item:nth-of-type(odd) {
        padding-right: 3px;
    }
    .latest-item:nth-of-type(even) {
        padding-left: 3px;
    }
@media (min-width: 768px) {
    .footer-list {
        margin-bottom: 0;
    }
    .copyright small {
        float: left;
    }
    .footer-nav {
        display: block;
        float: right;
    }
    .footer-nav a {
        display: inline-block;
        color: #707e8c;
        font-weight: 700;
        font-size: 14px;
        text-decoration: none;
    }
    .footer-nav li {
        padding-left: 15px;
    }
    .footer-nav li:first-of-type {
        padding-left: 0;
    }

}


/* Buttons */
.btn {
    display: inline-block;
    line-height: 1em;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    
}
.btn:hover {
    text-decoration: none;
    box-shadow: none;
    color: #fff;
}
.btn-large {
    padding: 25px 45px;
}
.btn-small {
    padding: 15px;
}
.btn-act {
    background-color: #00bc9c;
    box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.15);
}

fieldset {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    position: relative;
}

input {
    outline: none;
    border: none;
}
input[type="email"] {
    font-size: 16px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #4e5c6c;
    border-radius: 4px;
    padding: 0 100px 0 10px;
}
input[type="email"]:-ms-input-placeholder {
    color: #ddd;
}
input[type="email"]:focus {
    color: #fff;
}
input[type="button"] {
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: 4px;
}