/*!
 * Start Bootstrap - Business Frontpage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.business-header {
    height: 250px;
    background: url('/images/button/header.png') center center no-repeat scroll;

}

/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
}

.img-center {
    margin: 0 auto;
}

footer {
    margin: 20px 0;
}

div.homeCenter {
    vertical-align: top;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.1em;
    overflow: hidden;
    width: 100%;
    padding-left: 5px;
    padding-right: 0px;
    height: 100%;
    padding-top: 10px;
}

div.homeCenterContent {
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    padding: 10px;
    background: #e4e4e4;
}

.homeWrap {
    width: 100%;
    padding: 2px;
    display: inline-block;
    background: #FFFFFF;
}

.btn-style {
    border: solid 0px #ffffff;
    border-radius: 2px;
    moz-border-radius: 2px;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,1.0);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,1.0);
    box-shadow: 1px 1px 2px rgba(0,0,0,1.0);
    font-size: 16px;
    color: #000000;
    padding: 1px 10px;
    background-color: #36E3FF;
    font-family: Calibri;
    font-weight: bold;
}

.btn-style2 {
    border: solid 0px #ffffff;
    border-radius: 2px;
    moz-border-radius: 2px;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,1.0);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,1.0);
    box-shadow: 1px 1px 2px rgba(0,0,0,1.0);
    font-size: 16px;
    color: #000000;

        width: 150px;
    background-color: #36E3FF;
    font-family: Calibri;
    font-weight: bold;
        white-space: normal;
        height: 70px;
}

.btn-style3 {
    border: solid 0px #ffffff;
    border-radius: 10px;
    moz-border-radius: 10px;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,1.0);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,1.0);
    box-shadow: 1px 1px 2px rgba(0,0,0,1.0);
    font-size: 16px;
    color: #000000;
        background-image:url('/img/buttonhomebg.png');
        background-repeat: no-repeat;
    width: 160px;
    background-color: #36E3FF;
    font-family: Calibri;
    font-weight: bold;
        white-space: normal;
        height: 70px;
}

div.homeComments {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3em;
    overflow: hidden;
    text-align: center;
    width: 55%;
    padding-top: 10px;
}


span.homeCom {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.3em;
    overflow: hidden;
    padding-bottom: 5px;
    text-decoration: none;
    width: 99%;
}

.homeImg {
    vertical-align: top;
    position: relative;
    display: inline-block;
    width: 120px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

div.homeDownload {
    display: inline-block;
    vertical-align: top;
}