body, html {
    padding: 0;
    font-family: "Arial";
    margin: 0;
    color: #fff;
    overflow: auto;
    height: 100%;
    overflow-x: hidden;
    font-size: 11px;
    background-color: transparent !important;
}

a {
    color: #000;
    text-decoration: none;
}

img {
    border: 0;
}

#menu {
    width: 200px;
    z-index: 1000;
    margin-top: 0px;
    right: 5%;
    position: fixed;
    text-align: center;
}

#menu-inner {
    width: 100%;
    margin: 0 auto;
}

#logo {
    position: fixed;
    text-align: center;
    background-color: #fff;
    left: 0%;
    bottom: 10px;
    padding: 3px;
}

#content-outer {
    margin: 0 auto;
    width: 100%;
    color: #1f2933;
    margin-bottom: 100px;
    margin-top: 100px;
    display: none;
    position: absolute;
    float: left;
}

.special {
        display: inline-block;
}

#page-top {
    color: #fff;
}

.listenWork {
    display: inline-table;
    height: 34px;
    list-style: none;
    padding: 5px 0 5px 0;
    border-bottom: dashed 1px #93c152;
    width: 100%;
   
}

@media (max-width: 400px) {
    .listenWork div a.lemon {
    background-image: none !important;
    width: 12px !important;
    height: 19px !important;
    }
}

.listenWork a {
    cursor: pointer;
    display: inline-block;
    width: 50%;
    color: #fff;
    font-weight: bold;
}

.listenWork div {
    margin: 0 !important;
    padding: 0 !important;
    width: 98%;
	float: right;
}

.listenWork div a {
    width: 20%;
}

.listenWork div a.lemon {
    background-image: url('project/lim_icon.png');
    width: 24px;
    height: 19px;
    margin: 0 5px 0 5px;
    padding: 2px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}


.listenWork div a.voicename {
    width: 49%;
list-style:none;
padding-right:20px;
text-align:right;
}

.listenWork:hover {
    background-color: #93c152;
    opacity: 0.8
}

.loading {
    width: 18px;
    height: 18px;
    display: none;
}

#outerbox {
    position: absolute;
    width: 100%;
    z-index: 1000;
    top: 50%;
    margin-top: -50px;
}

#boxclose {
    margin: 0 auto;
    text-align: right;
    width: 31%;
}

#box {
    margin: 0 auto;
    font-size: 14px;
    width: 50%;
    text-align: center;
    padding: 10px;
    display: none;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 3px 3px 5px 6px #ccc;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #bdc0c1;
    color: #000;
}

#box.error {
    background-color: #ff9999;
}

#box.notice {
    background-color: #ffff99;
}

#box.success {
    background-color: greenyellow;
}

#footer {
    width: 80px;
    height: 20px;
    position: fixed;
    bottom: 10px;
    color: #1f2933;
    right: 5%;
    font-size: 12px;
    text-align: left;
    background-color: #fff;
    padding: 5px;
    border-right: 5px solid #93c152;
}

#footer a {
    color: #1f2933;
}

#footer_login {
    width: 160px;
    height: 20px;
    position: fixed;
    bottom: 10px;
    float: right;
    right: 5%;
    margin-right: 80px;
    text-align: center;
    background-color: #93c152;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

#footer_login a, #footer_login_content input[type="button"] {
    cursor: pointer
}

#footer_login_content {
    width: 0px;
    display: none;
    text-align: center;
    background-color: #93c152;
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    overflow: hidden;
}

#title {
    margin: 0px 0 0px 0px;
    width: 100%;
    background-repeat: no-repeat;
}

#title-inner {
    margin: 0 auto;
    width: 50%;
    min-width: 650px;
    text-shadow: 1px 1px rgba(255, 255, 255, 1);
    font-weight: bold;
    font-size: 30px;
    color: #93c152;
    text-align: left;
}

#content-inner {
    margin: 0 auto;
    font-size: 12px;
    max-width: 50%;
    min-width: 650px;
    padding: 10px;
    margin-bottom: 50px;
    -webkit-box-shadow: 5px 7px 7px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 7px 7px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 7px 7px 5px rgba(0, 0, 0, 0.3);

}

.content-inserted {
    background-color: #fff;
    opacity: 0.9;

}

#content-inner li {
    text-align: left;
    list-style: none;
}

#logo-slider {
    width: 200px;
    margin: 36px;
}

#social {
    margin: 0 auto;
    width: 168px;
    color: #fff;
    left: 5%;
    margin-top: 10px;
    display: none;
    position: fixed;
}

#social img {
    margin: 2px;
}

#info {
    color: #fff;
    font-size: 10px;
    padding-left: 32px;
}

.mailform {
    width: 100%;
    margin-top: 20px;
}

.mailform label {
    width: 180px;
    float: left;
    text-align: left;
    font-weight: bold;
}

.mailform li {
    padding: 5px 0 5px 0;
    text-align: left;
    list-style: none;
}

.mailform input[type=text] {
    background-color: #fff;
    border: 1px solid #93c152;
    padding: 5px;
    text-align: left !important;
    color: #000;
}

.mailform textarea {
    background-color: #fff;
    border: 1px solid #93c152;
    text-align: left;
    color: #000;
    padding: 5px;
    font-family: sans-serif;
    height: 150px;
}

.mailform div {
    text-align: right;
}

.mailform input[type=submit] {
    background-color: #93c152;
    padding: 3px;
    width: auto;
    border: 0;
    text-align: right;
    color: #fff;
}

.mailform input[type=reset] {
    background-color: #93c152;
    padding: 3px;
    width: auto;
    border: 0;
    text-align: right;
    color: #fff;
}

#aboutus li {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

#aboutus li div:last-child {
    padding: 0 0 0 15px;
    float: left;
    width: 300px;
}

#aboutus li div:first-child {
    border-right: 1px #e2e2e2 dotted;
    width: 210px;
    padding: 0;
    margin: 0 0 15px 0;
    text-align: left;
    float: left;
}

#aboutus li img {
    width: 190px;
    height: 250px;
    margin: 0 auto;
    border: 1px darkgray solid;
    text-align: left;
}

#references {
    font-size: 90%;
    margin: 0px 0;
}

#references ul {
    float: left;;
    padding-top: 0px;
    margin: 0;
    padding: 0;
    border-radius: 3px;
}

#references li {;
    list-style: none;
}

* html
#references li {
    display: inline;
}

#references li, #references li a {
    float: left;
}

#references ul li.active {
    border-top: 2px #fff solid;
    background-image: url(project/tab.png);
}

#references ul li.active a {
    color: #fff;
}

#references div {
    clear: both;
    padding: 5px;
    min-height: 200px;
    padding-top: 10px;
}

#references div h3 {
    margin-bottom: 12px;
}

#references div p {
    line-height: 150%;
}

#references ul li a {
    text-decoration: none;
    padding: 1px;
    color: #fff;
    font-weight: bold;
}

.gallery-category {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: bold;
}

.thumbs {
    float: left;
    border: #fff solid 1px;
    margin-bottom: 20px;
    margin-right: 20px;
}

#project-category {
    padding: 0;
    margin: 0;
}

#project-category ul {
    padding: 0;
    margin: 0;
}

#project-category ul li {
    float: left;
    width: 169px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

#project-category ul li a {
    text-decoration: none;
    color: #fff;
}

#project-category ul li img {
    border: 1px darkgray solid;
}

.overlay {
    position: absolute;
    margin-top: 0;
    margin-left: 0;
    width: 97px;
    height: 88px;
    z-index: 10000;
    float: left;
    background-image: url('project/menu_background.png');
    text-align: center;
}

.overlay div {
    text-align: center;
    margin: auto;
    margin-top: 34px;
    font-size: 12px;
}

.overlays a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.overlays img {
    width: 120px;
    height: 88px;
    margin: 10px;
}

.overlays {
    width: 120px;
    float: left;
}

#index-body {
    background-color: #fff;
    overflow: hidden;
}

#index {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

#index img {
    height: 100%
}

div.logo {
    z-index: 1;
    position: absolute;
    margin-top: -46px;
    margin-left: -85px;
    width: 192px;
    top: 50%;
    left: 50%;
    text-align: center;
}

div.logo a {
    color: #fff;
    text-decoration: none;
}

#listenPlayer {
    float: right;
}

.loginfield {
    width: 160px;
}

#lang {
    font-size: 12px;
    left: 5%;
    bottom: 10px;
    position: fixed;
    text-align: right;
}

#lang a {
    color: #fff;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    padding: 4px;
    display: inline-block;
    background-color: #93c152;
    margin: 3px;
}

/* BackgroundSlider*/
.in-slide-content {

    display: none;
    font-family: 'Helvetica Neue', helvetica;
    font-weight: bold;
    background-image: url('project/limajans-content.png');
    margin: 0 auto;
    padding: 20px;
    position: absolute;
    left: 240px;
    font-size: 60px;
    bottom: 100px;
    width: 700px;
    z-index: 9999; /* Show above .gradient */
    text-shadow: 4px 4px 4px #000;
}

#arrow_left, #arrow_right {
    bottom: 30px;
    height: 67px;
    position: absolute;
    right: 30px;
    width: 36px;
    z-index: 1000;
}

#arrow_left {
    right: 86px;
}

#arrow_left:hover, #arrow_right:hover {
    bottom: 29px;
}

#arrow_left:active, #arrow_right:active {
    bottom: 28px;
}

#loading {
    position: absolute;
    width: 50px;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    height: 50px;
    text-align: center;
    background-color: transparent;
    _background: none; /*this line removes the background in IE*/
    opacity: .75;
    z-index: 9999;
    display: none;
}

.file_download {
    margin-top: 10px;
    border: none;

}

.file_download tr:hover {
    background-color: #93c152;
    opacity: 0.8
}

.file_download tr a {
    display: block;
    width: 100%;
}

.file_download tr td:first-child {
    width: 80%;
}

.salary {
    float: right;
}

.salary_left {
    font-size: 14px;
    color: #93c152;
    padding: 5px;
    font-weight: bold;
    height: 20px;
    width: 40%;
    display: inline-block
}

.salary_right {
    font-size: 14px;
    color: #93c152;
    padding: 5px;
    font-weight: bold;
    height: 20px;
    width: 49%;
    text-align: right;
    display: inline-block;
    float: right;
}

.total {
    font-size: 13px;
    color: #93c152;
    font-weight: bold;
    text-align: right;
    float: right;
}

.total_left {
    font-size: 13px;
    color: #93c152;
    font-weight: bold;
    float: right;
    text-align: right;
}



@keyframes color-change {
  0% {
   color: #93c152;
  }

  25% {
    color: #e66e00;
  }
  
    50% {
    color: #93c152;
  }

  75% {
    color: #e66e00;
  }
    100% {
    color: #93c152;
  }
}

.blink {
  animation: color-change 3s infinite;
}



.notDownloaded {
    font-weight: bold;
}

.title {
    font-size: 14px;
    color: #93c152;
    padding: 5px;
    font-weight: bold;
    height: 20px;
}

.inactive {
    color: #E13300 !important;
    font-weight: bold !important;
    padding: 5px;
    font-size: 12px;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }

}

@media (max-width: 767px) {
    .intro-text h2 {
        font-size: 32px !important;
    }
}

.audiojs {
    width: 100%;
}
h3 {
font-size:20px !important;
color : #787878 !important;
}