/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 31, 2015, 5:53:31 AM
    Author     : steve
*/

.services-body {
    font-family: 'Roboto', sans-serif;
}

.services-content {
    display: table;
    width: 100%;
    min-height: 1024px;
    font-family: 'Roboto', sans-serif;
    background: rgba(255,255,255,0.9);
    opacity: 0;
    -webkit-animation: ac1 1s linear 0.3s 1 forwards;
    animation: ac1 1s linear 0.3s 1 forwards;
}

.services-header {
    background-image: url('resources/images/mobile-apps.jpg');
    background-position: top center;
    /*background-size: cover;*/
    background-attachment: fixed;
    
    color: white;
}
.services-header-background {
    width: 100%;
    min-height: 500px;
    background: rgba(0,0,0,0.5);
}
.services-header-container {
    display: table;
    width: 100% !important;
    max-width: 1024px;
    margin: 0 auto;
    min-height: 500px;
}
.services-header-title {
    margin: 100px 40px 0 40px;
    font-size: 72px;
}
.services-header-description {
    margin: 30px 40px;
    font-size: 24px;
    font-weight: 100;
    text-align: right;
}
@media (max-width: 767px) {
    .services-header-title {
        font-size: 48px;
    }
}
.services-home {
    display: table;
    width: 100%;
    min-height: 500px;
    /*background: #ababab;*/
}
.services-container {
    display: table;
    width: 100% !important;
    max-width: 1024px;
    height: 500px;
    margin: 0 auto;
    /*font-size: 0;*/
    
}
.service-title {
    font-size: 56px;
    color: black;
    padding: 50px 40px 0 40px;
    font-weight: 900;
    /*text-align: center;*/
}
.service-block-container {
    display: table;
    width: 100%;
    font-size: 0;
}
.service-block {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    width: 30% !important;
    min-width: 240px;
    margin-left: 2.5%;
    font-weight: 100;
}
.service-block ul {
    list-style: none;
    padding: 0;
}
.service-block ul li {
    margin-top: 5px;
    /*color: white;*/
    border-radius: 5px;
}
.service-block ul li div {
    padding: 10px 20px;
}

.service-description-container {
    display: table;
    width: 100%;
    padding-bottom: 50px;
    background: #49bbb4;
}
.service-description {
    width: 100% !important;
    max-width: 1024px;
    margin: 0 auto;
}
.service-description-text {
    padding: 50px 40px;
    color: black;
    font-size: 28px;
    width: 100% !important;
    max-width: 1024px;
    line-height: 150%;
    font-weight: 300;
    box-sizing: border-box;
}

.lets-talk {
    
    margin-left: 40px;
}
.lets-talk a {
    display: inline-block;
    color: #000;
    font-size: 28px;
    background: #f0f0f0;
    padding: 20px 30px;
    text-decoration: none;
    font-weight: 100;
    vertical-align: middle;
    
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.lets-talk a:hover {
    color: #fff;
    background: #222;
    
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}