﻿body {
    font-family: Tahoma,Arial;
    font-size: 13px;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.dl-horizontal dt {
    white-space: normal;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 0px;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.modal {
    padding-left: 0 !important;
}

#link-title {
    font-weight: bold;
    font-family: Tahoma,Arial;
    font-size: 16px;
}

.title {
    direction: ltr;
}

#header {
    height: 90px;
    width: 320px;
    margin: 0;
}

a:hover {
    text-decoration: none;
    color: black;
}

a:focus {
    text-decoration: none;
}

.clear {
    display: block;
    clear: both;
    margin: 0;
    padding: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

form {
    margin: 0;
    padding: 0;
}

p {
    margin: 0px;
}

.menu a {
    font-weight: bold;
    text-decoration: none;
    box-sizing: initial;
}
/*** Main ***/

#main {
    max-width: 640px;
    margin: 0 auto;
}

#mainin {
    width: 100%;
    margin: 0 auto;
    min-height: 659px;
    background-size: 100% 100%;
    padding-bottom:60px;
    background-position: 0;
    background-attachment: fixed;
}

.share-icon {
    display: inline-block;
    margin: 5px;
}

.fpic {
    padding: 5px 5px 20px 5px;
    text-align: center;
}

    .fpic img {
        max-width: 310px;
		    height: 100%;
    }

.slogen {
    box-sizing: initial;
    color: black;
    font-size: 18px;
    padding: 5px;
    text-align: center;
}

.menu {
    padding-top: 5px;
}

    .menu ul {
        width: 100%;
        padding: 0;
        margin: 0;
        box-sizing: initial;
        text-align: center;
    }

    .menu img {
        width: 80px;
        height: 80px;
    }

    .menu ul li {
        width: 100px;
        display: inline-block;
        list-style-type: none;
        box-sizing: initial;
        font-weight: bold;
        margin: 0px 0px 20px 0px;
        cursor: pointer;
        vertical-align: top;
    }

.about {
    padding: 5px 10px 5px 10px;
    text-align: center;
    color: black;
    font-size: 16px;
}

.modal-content {
    background-color: rgba(44, 44, 44, 0.9);
    border: solid 1px;
    border-color: #2c2c2c;
}

.close {
    float: right;
    opacity: 1;
    color: white;
}

.modal-body img {
    width: 60px;
    height: 60px;
}

.modal-title {
    margin: 0;
    line-height: 1.428571429;
    color: white;
    text-align: center;
    font-weight: bold;
}

.modal-body {
    position: relative;
    padding: 15px 0 15px 0;
    text-align: center;
}

.close:hover {
    visibility: visible;
    color: #09F;
}

.modal-header {
    border-bottom: 1px solid #324A80;
}

.share-btn {
    width: 30px;
    margin-top: 5px;
}

.share-div {
    width: 49.8%;
    margin: 0;
    height: 60px;
    text-align: center;
    cursor: pointer;
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: auto;
}


.vcard-share {
    width: 49.8%;
    margin: 0;
    height: 60px;
    text-align: center;
    cursor: pointer;
    position: fixed;
    bottom: 0px;
    right: auto;
    left: 0px;
}
