@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700);
body {
    font-family: 'Lato', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Lato', sans-serif;
}
h1 {
    font-size: 32px;
    font-weight: 300;
    line-height: 32px;
    color: #333333;
}
h2 {
    font-size: 32px;
    font-weight: 300;
    line-height: 32px;
    color: #333333;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 26px;
    font-weight: 300;
    color: #000000;
    line-height: 34px;
}
h5 {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    line-height: 30px;
}
p {
    font-size: 16px;
}
ul li {
    list-style: none;
}
/* HEADER */
header {
    background-attachment: fixed;
    background-image: url("../images/spreadsheet-to-application-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 56px;
    font-size: 20px;
}
header .app-showcase {
    text-align: right;
}
header .block {
    padding-top: 10px;
    padding-bottom: 10px;
}
header .block h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin-top: 10px;
}
header .block p {
    margin-bottom: 27px;
    margin-top: 0;
    color: #383838;
}
header .aboutus {
    margin-bottom: 27px;
    margin-top: 0;
    color: #383838;
}
header .aboutus h1 {
    color: #fff;
    font-size: 26px;
    line-height: 40px;
    padding-top: 100px;
}
header .aboutus h4 {
    color: #fff;
}
/* FOOTER */
footer {
    background: rgb(35,53,69);
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;
}
footer p{
    padding: 0px;
    margin: 0px;
    color: #F1F1F1;
}
/* FOOTER LINK */
.footer-link {
    color: #3AC0A6;
}
.footer-link:hover,
.footer-link:focus {
    color: #5ED3BC;
}
/* TITLE */
.title {
    text-align: center;
}
.title h2 {
    font-size: 36px;
    color: #1b1b1b;
    font-weight: 300;
}
.title p {
    font-size: 18px;
    font-weight: 400;
    color: #9da8ad;
}
/* NAVBAR */
.navbar {
    margin-bottom:0px;
}
.navbar-nav {
    float: none;
    display: inline-block;
}
.navbar-brand {
    float: none;
    display: inline-block;
    background-attachment: scroll;
    background-image: url(../images/spreadsheet-to-database-logo.png);
    background-repeat: no-repeat;
    background-position: left 3px;
    height: 50px;
    width: 250px;
}
.navbar-inverse {
    background: rgb(35,53,69);
    border-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #fff;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #239388; 
}
.navbar-inverse .navbar-nav>li>a {
    color: #F1F1F1;
    transition: 0.5s;
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #3AC0A6;
}
.navbar-nav li a {
    font-size: 20px;
    font-weight: normal;
}
.navbar-default .navbar-nav > li > a {
    color: #989898;
    padding: 20px 25px;
}
.navbar-fixed-bottom, .navbar-fixed-top {
    position: absolute;
}
.navbar-toggle {
    margin-top: 10px;
}
/* FILE UPLOAD BUTTON */
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    /*
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
    */
}
/* LIGHTGREEN BUTTON */
.btn-lightgreen.btn-outline {
    color: #1ab394;
}
.btn-lightgreen.btn-outline:hover {
    color: #fff;
}
.btn-lightgreen {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFFFFF;
}
.btn-lightgreen:hover,
.btn-lightgreen:focus,
.btn-lightgreen:active,
.btn-lightgreen.active,
.open .dropdown-toggle.btn-lightgreen,
.btn-lightgreen:active:focus,
.btn-lightgreen:active:hover,
.btn-lightgreen.active:hover,
.btn-lightgreen.active:focus {
    background-color: #18a689;
    border-color: #18a689;
    color: #FFFFFF;
}
.btn-lightgreen:active,
.btn-lightgreen.active,
.open .dropdown-toggle.btn-lightgreen {
    background-image: none;
}
.btn-lightgreen.disabled,
.btn-lightgreen.disabled:hover,
.btn-lightgreen.disabled:focus,
.btn-lightgreen.disabled:active,
.btn-lightgreen.disabled.active,
.btn-lightgreen[disabled],
.btn-lightgreen[disabled]:hover,
.btn-lightgreen[disabled]:focus,
.btn-lightgreen[disabled]:active,
.btn-lightgreen.active[disabled],
fieldset[disabled] .btn-lightgreen,
fieldset[disabled] .btn-lightgreen:hover,
fieldset[disabled] .btn-lightgreen:focus,
fieldset[disabled] .btn-lightgreen:active,
fieldset[disabled] .btn-lightgreen.active {
    background-color: #1dc5a3;
    border-color: #1dc5a3;
}
button.btn-lightgreen.dim {
    box-shadow: inset 0 0 0 #16987e, 0 5px 0 0 #16987e, 0 10px 5px #999999;
}
button.btn-lightgreen.dim:active {
    box-shadow: inset 0 0 0 #16987e, 0 2px 0 0 #16987e, 0 5px 3px #999999;
}
.ibox-tools a.btn-lightgreen {
    color: #fff;
}
/* DARKGREEN BUTTON */
.btn-darkgreen {
    color: white;
    background-color: #239388;
    border: 1px solid #239388;
}
.btn-darkgreen:hover, .btn-darkgreen:focus, .btn-darkgreen:active, .btn-darkgreen.active, .open .dropdown-toggle.btn-darkgreen, .btn-darkgreen:active:focus, .btn-darkgreen:active:hover, .btn-darkgreen.active:hover, .btn-darkgreen.active:focus {
    color: white;
    background: #127d67;
    border: 1px solid #127d67;
}
.btn-mediumgreen {
    color: white;
    background-color: #179f83;
    border: 1px solid #179f83;
}
.btn-mediumgreen:hover, .btn-mediumgreen:focus, .btn-mediumgreen:active, .btn-mediumgreen.active, .open .dropdown-toggle.btn-mediumgreen, .btn-mediumgreen:active:focus, .btn-mediumgreen:active:hover, .btn-mediumgreen.active:hover, .btn-mediumgreen.active:focus {
    color: white;
    background: #148870;
    border: 1px solid #148870;
}
/* BUTTON RADIUS */
.btn {
    border-radius: 0px !important;
}
/* MAP */
.map {
    padding-top: 20px;
    padding-bottom: 20px;
}
/* HOME - WHAT IS S2A? */
#what-is-s2a {
    background-attachment: fixed;
    background-image: url("../images/spreadsheet-to-application-background-white.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 40px;
    padding-left: 0;
}
#what-is-s2a h1 {
    color: rgb(35,53,69);
    font-weight: 500;
}
#what-is-s2a .title {
    margin-bottom: 40px;
}
#what-is-s2a .block .media {
    margin-bottom: 33px;
}
#what-is-s2a .block .media:last-child {
    margin-bottom: 0;
}
#what-is-s2a .block .media h4 {
    color: rgb(35,53,69);
    font-weight: 400;
}
#what-is-s2a .block .media p {
    color: rgb(35,53,69);
}
#what-is-s2a .block .media > .pull-left {
    padding-right: 20px;
}
/* HOME - VIDEO */
#video {
    background-attachment: fixed;
    background-image: url("../images/spreadsheet-to-application-background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 40px;
    padding-left: 0;
}
#video a {
    color: #3AC0A6;
    font-weight: bold;
}
#video h1, p {
    color: #FFFFFF;
}
#video .title {
    margin-bottom: 40px;
}
#video .title h1{
    font-weight: 500;
}
#video .media img{
    width: 100%;
}
#video .media .media-body{
    width: 100%;
    display: block;
    text-align: center;
}
#video .media .media-body p{
    font-size: 15px;
    padding-top: 10px;
}
#video .well{
    border-radius: 0px;
    font-size: 15px;
    padding-top: 10px;
    margin-top: 20px;
}
#video .well h4{
    font-size: 18px;
    padding-top: 10px;
}
#video .well p{
    font-size: 15px;
    padding-top: 10px;
}
/* RESPONSIVE VIDEO SETTINGS */
video {
    /*
    width: 100%;
    height: auto;
    */
}
.youtube-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* HOME - FEATURE */
#feature {
    background-attachment: fixed;
    background-image: url("../images/spreadsheet-to-application-background-white.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 40px;
    padding-left: 0;
}
#feature .title {
    margin-bottom: 40px;
}
#feature h1 {
    color: rgb(35,53,69);
    font-weight: 500;
}
#feature .title h2 {
    margin-top: 0;
    color: rgb(35,53,69);
    font-weight: 500;
    line-height: 48px;
    margin-top: 0;
    margin-bottom: 0;
}
#feature p {
    color: rgb(35,53,69);
    line-height: 30px;
    padding: 0;
}
#feature ul {
    padding-left: 0;
}
#feature li {
    color: rgb(35,53,69);
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    font-size:16px;
    background-attachment: scroll;
    background-image: url(../images/ok.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-left: 0px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 40px;
}
#feature .btn {
    border-radius: 0px;
}
/* HOME - CLIENTS */
#clients {
    background-attachment: fixed;
    background-image: url("../images/spreadsheet-to-application-background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 40px;
    padding-left: 0;
}
#clients .title {
    margin-bottom: 40px;
}
#clients .title h1{
    color: #FFFFFF;
    font-weight: 500;
}
#clients p, h4, h5 {
    color: #FFFFFF;
}
#clients .media img{
    padding: 10px;
    width: 100%;
    background-color: #FFFFFF;
}
#clients .media .media-body{
    width: 100%;
    display:block;
    text-align: center;
    height: 80px;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
    background-attachment: scroll;
    background-image: url(../images/Transparency.png);
    background-repeat: repeat;
    background-position: left top;
}
#clients .media .media-body p{
    font-size:15px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    line-height: 20px;
}
#clients p{
    font-size: 15px;
    padding-top: 10px;
}
/* HOME - LET US DO IT FOR YOU */
#service {
    background-attachment: fixed;
    background-image: url("../images/spreadsheet-to-application-background-white.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 40px;
    padding-left: 0;
}
#service .title {
    margin-bottom: 40px;
}
#service h1 {
    color: rgb(35,53,69);
    font-weight: 500;
}
#service .title h2 {
    line-height: 48px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    color: rgb(35,53,69);
}
#service p {
    color: rgb(35,53,69);
    line-height: 30px;
    padding: 0;
}
#service ul {
    padding-left: 0;
}
#service li {
    color: rgb(35,53,69);
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    font-size:16px;
    background-attachment: scroll;
    background-image: url(../images/ok.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-left: 0px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 40px;
}
#service .btn {
    border-radius: 0px;
}
/* HOME - PRICING */
#pricing {
    background-attachment: fixed;
    background-image: url("../images/spreadsheet-to-application-background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 40px;
    padding-left: 0;
}
#pricing .title {
    margin-bottom: 40px;
}
#pricing .title h1{
    color: #FFFFFF;
    font-weight: 500;
}
#pricing ul {
    padding-left: 0;
}
#pricing li {
    color: #FFFFFF;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    font-size:18px;
    background-attachment: scroll;
    background-image: url(../images/ok.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-left: 0px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 40px;
}
/* HOME - PRICING PANEL */
#pricing .panel {
    background-color: transparent;
    border-radius: 0px;
}
#pricing .panel:hover {
    background: rgba(255, 255, 255, 0.1);
}
#pricing .panel li {
    font-size: 16px;
}
#pricing .panel .panel-heading {
    background-color: transparent;
}
#pricing .panel .panel-heading a {
    color: #3AC0A6;
    font-weight: 400;
    margin-top: 10px;
}
#pricing .panel .panel-heading h2 {
    color: #3AC0A6;
    font-weight: 400;
    margin-top: 10px;
}
#pricing .panel .panel-heading h3 {
    color: white;
    font-weight: 400;
    margin: 0;
    line-height: inherit;
}
#pricing .panel .panel-body {
    background-color: transparent;
}
#pricing .panel .panel-footer {
    background-color: transparent;
}
#pricing .panel .panel-footer h3 {
    color: white;
    margin-top: 10px;
}
#pricing .panel .panel-footer span {
    color: rgb(35,53,69);
}
#pricing .panel .panel-footer button:hover {
    background-color: white;
}
/* ARTICLE (ODD) */
#article-odd {
    background-attachment: fixed;
    background-image: url("../images/spreadsheet-to-application-background-white.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
}
#article-odd .title {
    padding-bottom: 40px;
}
#article-odd .title h1 {
    color: rgb(35,53,69);
    font-weight: 500;
    line-height: 48px;
    margin-top: 0;
    margin-bottom: 0;
}
#article-odd .title h2 {
    color: rgb(35,53,69);
    font-weight: 500;
    line-height: 48px;
    margin-top: 0;
    margin-bottom: 0;
}
#article-odd p {
    color: rgb(35,53,69);
    line-height: 30px;
    padding: 0;
}
#article-odd ul {
    padding-left: 0;
}
#article-odd li {
    color: rgb(35,53,69);
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    font-size:16px;
    background-attachment: scroll;
    background-image: url(../images/ok.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-left: 0px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 40px;
}
#article-odd .btn {
    border-radius: 0px;
}
/* ARTICLE (ODD) PANEL */
#article-odd .panel {
    background-color: transparent;
    border-radius: 0px;
}
#article-odd .panel:hover {
    background: rgba(255, 255, 255, 0.4);
}
#article-odd .panel li {
    font-size: 16px;
}
#article-odd .panel .panel-heading {
    background-color: transparent;
    border: 1px solid #cccccc;
}
#article-odd .panel .panel-heading a {
    color: #3AC0A6;
    font-weight: 400;
    margin-top: 10px;
}
#article-odd .panel .panel-heading h2 {
    color: #3AC0A6;
    font-weight: 400;
    margin-top: 10px;
}
#article-odd .panel .panel-heading h3 {
    color: #000000;
    font-weight: 400;
    margin: 0;
    line-height: inherit;
}
#article-odd .panel .panel-heading h4 {
    color: #000000;
}
#article-odd .panel .panel-body {
    background-color: transparent;
    border: 1px solid #cccccc;
}
#article-odd .panel .panel-footer {
    background-color: transparent;
    border: 1px solid #cccccc;
}
#article-odd .panel .panel-footer h3 {
    color: #000000;
    margin-top: 10px;
}
#article-odd .panel .panel-footer span {
    color: #ffffff;
}
#article-odd .panel .panel-footer button {
    background-color: #019376;
    color: #ffffff;
}
#article-odd .panel .panel-footer button:hover {
    background-color: #1CAE91;
}
/* ARTICLE (EVEN) */
#article-even {
    background-attachment: fixed;
    background-image: url("../images/spreadsheet-to-application-background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
}
#article-even .title {
    padding-bottom: 40px;
}
#article-even .title h2 {
    line-height: 48px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    color: #FFFFFF;
}
#article-even ul {
    padding-left: 0;
}
#article-even li {
    color: #FFFFFF;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    font-size:18px;
    background-attachment: scroll;
    background-image: url(../images/ok.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-left: 0px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 40px;
}
/* ARTICLE (FORM) */
#article-form {
    background-attachment: fixed;
    background-image: url("../images/spreadsheet-to-application-background-white.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
}
#article-form .title {
    padding-bottom: 20px;
}
#article-form .title h1 {
    color: rgb(35,53,69);
    font-weight: 500;
    line-height: 48px;
    margin-top: 0;
    margin-bottom: 0;
}
#article-form .title h2 {
    color: rgb(35,53,69);
    font-weight: 500;
    line-height: 48px;
    margin-top: 0;
    margin-bottom: 0;
}
#article-form p {
    color: rgb(35,53,69);
    line-height: 30px;
    padding: 0;
}
#article-form ul {
	padding-left: 0;
}
#article-form li {
    color: rgb(35,53,69);
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    font-size:16px;
    background-attachment: scroll;
    background-image: url(../images/ok.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-left: 0px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 40px;
}
#article-form .btn {
    border-radius: 0px;
}
#article-form input[type="file"] {
    display: none;
}
/* OTHER */
/* DEMO */
#demo {
    background-attachment: fixed;
    background: url('../images/spreadsheet-to-application-background.jpg') no-repeat;
    background-size: cover;
    padding: 40px 0 40px;
}
#demo .btn {
    margin-top: 20px;
    margin-right: 20px;
    border-radius: 0px;
}
/* DEMO FORM */
#demoform {
    padding: 40px 0 40px;
}
#demoform p, 
#demoform label{
    color: #999999;
    line-height: 30px;
    padding: 0;
    font-size:18px;
    font-weight: normal;
}
#demoform input[type="file"] {
    display: none;
}
#demoform #message {
    margin-top:20px;
    font-size: 18px;
    font-weight: 400;
}
/* SHOWCASE */
#showcase {
    background-attachment: fixed;
    background-image: url("../images/spreadsheet-to-application-background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
#showcase .block {
    padding-top: 90px;
}
#showcase .block img {
    margin-bottom: -228px;
}