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

a {
    transition: all 0.5s ease;
}

.top {
    background: #1a1a1a;
    height: 40px;
    /*font-family: Arial, Helvetica, sans-serif*/
}

.top a {
    color: #fff;
    font-size: 15px;
    padding: 8px;
    display: block;
    text-decoration: none;
    margin-left: 20px
}

.top a:hover {
    color: #eee;
    font-size: 15px;
    padding: 8px;
    display: block
}

.top .email i {
    font-size:15px;
    margin: 2px 5px 0 0;
    display: inline-block;
}

.top .phone i {
    font-size:15px;
    margin: 2px 5px 0 0;
    display: inline-block;
}

.header {
    padding: 50px 0 0 0;
    text-align: center
}

.header .logo {
    display: inline;
}

.header .menu {
    padding:30px 0;
    text-align: center;
}

.header .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header .menu ul li {
    display: inline-block;
    position: relative
}

.header .menu ul li ul {
    display: block;
    position: absolute;
    background: #1a1a1a;
    z-index: 999;
    padding: 5px 0
}

.header .menu ul li ul li {
    display: block;
    text-align: left;
    padding: 0 0
}

.header .menu a {
    display: inline-block;
    padding: 5px 20px;
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 500;
    text-decoration: none
}

.header .menu ul li ul li a {
    display: inline-block;
    padding: 5px 15px;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    text-align: left
}

.header .menu a.active {
    color: #ff6600
}

.header .menu a:hover {
    color: #ff6600
}

/* Banner */

.banner {
    overflow: hidden;
}

.banner-inner {
    width: 1140px;
    height: 480px;
}

.owl-pagination {
    text-align: center;
    padding: 15px 0
}

.owl-page {
    width: 10px;
    height: 10px;
    background: #555;
    display: inline-block;
    border-radius: 50%;
    margin: 5px
}

.owl-page.active {
    background: #e51717
}

.owl-buttons {
    position: absolute;
    top: 50%;
    margin-top: -45px;
    width: 100%;
}

.owl-buttons .owl-prev {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    text-indent: -9999px;
    margin-left: 15px;
    border-radius: 2px;
    background: url(../img/arrow-right.svg) #eee center no-repeat;
    background-size: 20px;
    transform: rotate(180deg);
    opacity: .5;
    transition: all 0.5s ease;
}

.owl-buttons .owl-next {
    background: #eee;
    width: 50px;
    height: 50px;
    display: block;
    float: right;
    text-indent: -9999px;
    margin-right: 15px;
    border-radius: 2px;
    background: url(../img/arrow-right.svg) #eee center no-repeat;
    background-size: 20px;
    opacity: .5;
    transition: all 0.5s ease;
}

.owl-buttons .owl-prev:hover {    
    opacity: 1;
}

.owl-buttons .owl-next:hover {
   opacity: 1
}

.footer {
    background: #1a1a1a;
    height: 40px;
    padding: 10px 0;
    overflow: hidden;
    font-size: 15px;

}

.footer span {
    color: #fff;
    font-size: 15px;
    display: block;
    padding: 8px 0;
    text-align: center
}

.footer .eco {
    float: right;
    color: #fff;
    padding:0 10px;
}

.footer .social {
    float: right;
}

.footer .social a {
    display: inline-block;
    background: #fff;
    font-size: 16px;
    text-align: center;
    padding: 3px 3px;
    border-radius:2px;
    color: #1a1a1a;
    margin: 0 0 0 5px;
    text-decoration: none
}

.footer .footer-text {
    float: left;
    color: #fff;
    font-weight: 500
}

.home-content {
    padding:50px 0 50px 0
}

.home-content h2 {
    font-size: 20px;
    text-align: center;
    color: #1a1a1a;
    font-weight: 500;
    padding-bottom:20px;
    margin:0;
} 

.home-content h3 {
    font-size: 18px;
    text-align: center;
    color: #1a1a1a;
    font-weight: 500;
    padding-bottom:20px
} 

.home-content p {
    font-size: 18px;
    text-align: center;
    color: #1a1a1a;
}

.subpage-content {
    padding:20px 0 80px 0
}

.subpage-content h2 {
    font-size: 20px;
    text-align: center;
    color: #1a1a1a;
    font-weight: 500;
    padding-bottom:20px
} 

.subpage-content h3 {
    font-size: 18px;
    text-align: center;
    color: #1a1a1a;
    font-weight: 500;
    padding-bottom:20px
} 

.subpage-content p {
    font-size: 18px;
    text-align: center;
    color: #1a1a1a;
}

.content-list  {
    margin:20px 0 0 0;
    overflow: hidden;
}

.content-list .content-list-img {
    padding: 20px;
    border:1px solid #ccc;
    border-radius: 2px;
}

.content-list .content-list-img img{
    width: 100%;
}

.content-list .content-list-text {
    padding: 10px 0;
    text-align: left;
    text-align: justify
}

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

.content-list .content-list-text p strong {
    font-weight: 500
}

.subpage-content.project .content-list .content-list-text {
    padding: 30px 0 0 0;
    text-align: left;
    text-align: justify
}

.logos-content {
    margin:0 0 0 0;
    background: #1a1a1a
}

.logos span {
    display: block;
    width: 100%;
    height: 160px;
    float: left;
    font-size: 0;
    text-align: center;
}

.logos span img {
    width: 228px;
    height: 160px;
    display: inline-block
}

.logos .owl-controls {
    display: none!important
}

.contact-content {
    padding:10px 0 50px 0
}

.map {
    width: 1140px;
    height: 480px;
    background: #fff
}

.clear {
    clear: both;
} 
 
.content-portfolio {
    margin-top:30px
}

.content-portfolio img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    transition: all 1s ease;
}

.content-portfolio img:hover {
	-webkit-filter: none;
}

.content-portfolio p {
    font-size: 16px;
    text-align: center;
    color: #1a1a1a;
    padding: 10px 0;
    font-weight: 500;
    margin: 0
}

.content-portfolio p span {
    font-size: 18px;
    color: #1a1a1a;
    display: block;
    font-weight: 200
}

@media only screen and (max-width: 768px) {

    .banner-inner {
        width: 100%;
        height: 200px;
    }

    .home-content {
        padding-top: 30px;
    }

    .subpage-image img {
        width: 100%;
    }

    .content-list .content-list-img {
        width: 30%;
        margin: 0 auto 10px auto;
    }

    .content-list .content-list-img img{
        margin: 0 auto;
    }

    .map {
        width: 100%;
        height: 480px;
        background: #fff
    }

}