body {
    background-color: #FFFFFF;
}

hr {
    border-top:1px solid #C8C372;
    padding:0px;
    margin:0px;
}
.break {
    padding:0px;
    margin:0px;
    border-top:0px solid #C8C372;
}
div.col-xs-6:first-child {

    border-left: 5px solid #C8C372
}
.row {
    margin-top: 30px;
    margin-bottom: 30px;
}

.row.header {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    background-color: #1E4D2B;
}
.row.header2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    background-color: #255f35;
}
h3 {
    color:#FFFFFF;
}

.row.footer {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #1E4D2B;
}
.row.footer1 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #255f35;
}

a {
    color: #D9782D;
}

a:hover {
    color: #C8C372;
}

a.eqn {
    font-family: 'TeX', serif;
    font-size: 20px;
    text-decoration: none;
}

a.eqn:hover {
    text-decoration: none;
}

a.footer {
    color: #FFFFFF;
}

a.footer:hover {
    color: #C8C372;
}
div.footer p{
    color:#FFFFFF;
}
div.footer1 p{
    color:#FFFFFF;
}

div.footer a{
    color:#FFFFFF;
}

.unitLogo {
    border-left: 2px solid white;
}

.inline {
    display: inline-block;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.btn {
    background-color: #59595B;
    color: #FFFFFF;
    margin-top: 2px;
}

li {
    margin-left: 5px;
}

@media (max-width: 480px) {
    p {
        font-family: 'Karla', sans-serif;
        font-size: 32px;
        line-height: 48px;
        text-align: justify;
        vertical-align: middle;
    }

    p.ref {
        font-family: 'Times New Roman', serif;
    }

    figure {
        font-family: 'Karla', sans-serif;
        font-size: 24px;
        line-height: 32px;
        text-align: justify;
        vertical-align: middle;
    }
}

p {
    font-family: 'Karla', sans-serif;
    font-size: 18px;
    line-height: 24px;
    text-align: justify;
    vertical-align: middle;
}

p.ref {
    font-family: 'Times New Roman', serif;
}

figure {
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
    vertical-align: middle;
}

figure figcaption {
    text-align: center;
    margin-top: 10px;
}

.figure {
    width: 65%;
    height: auto;
    display: block;
    margin: 10px auto;
}

.charts {
    width: auto;
    height: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#model3d_container {
    position: relative;
    text-align: center;
    margin-bottom: 5px;
}

#model3d_container > p {
    position: absolute;
    color: white;
    left: 0;
    width: 100%;
    /*right: 0;*/
    /*margin: 0 auto;*/
}

#model3d {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    /*text-align: center;*/
}

#resetButton {
    width: 18%;
}

input[type=range].model3d_slider {
    -webkit-appearance: none;
    width: 80%;
    margin: 18px 0 10px;
    float: right;
}

input[type=range].full {
    -webkit-appearance: none;
    width: 100%;
    margin: 18px 0 10px;
    float: right;
}

input[type=range].model3d_slider:focus {
    outline: none;
}

input[type=range].model3d_slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 15px;
    cursor: pointer;
    box-shadow: 0 0 1px #000000, 0 0 0 #0d0d0d;
    background: #6699dd;
    border-radius: 0;
    border: 1px solid #000000;
}

input[type=range].model3d_slider::-webkit-slider-thumb {
    box-shadow: 0 0 3px #000000, 0 0 0 #0d0d0d;
    border: 1px solid #000000;
    height: 30px;
    width: 30px;
    border-radius: 5px;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -11px;
}

input[type=range].model3d_slider:focus::-webkit-slider-runnable-track {
    background: #7ba7e2;
}

input[type=range].model3d_slider::-moz-range-track {
    width: 100%;
    height: 15px;
    cursor: pointer;
    box-shadow: 0 0 1px #000000, 0 0 0 #0d0d0d;
    background: #6699dd;
    border-radius: 0;
    border: 1px solid #000000;
}

input[type=range].model3d_slider::-moz-range-thumb {
    box-shadow: 0 0 3px #000000, 0 0 0 #0d0d0d;
    border: 1px solid #000000;
    height: 35px;
    width: 30px;
    border-radius: 5px;
    background: #ffffff;
    cursor: pointer;
}

input[type=range].model3d_slider::-ms-track {
    width: 100%;
    height: 15px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range].model3d_slider::-ms-fill-lower {
    background: #518bd8;
    border: 1px solid #000000;
    border-radius: 0;
    box-shadow: 0 0 1px #000000, 0 0 0 #0d0d0d;
}

input[type=range].model3d_slider::-ms-fill-upper {
    background: #6699dd;
    border: 1px solid #000000;
    border-radius: 0;
    box-shadow: 0 0 1px #000000, 0 0 0 #0d0d0d;
}

input[type=range].model3d_slider::-ms-thumb {
    box-shadow: 0 0 3px #000000, 0 0 0 #0d0d0d;
    border: 1px solid #000000;
    /*height: 35px;*/
    width: 30px;
    border-radius: 5px;
    background: #ffffff;
    cursor: pointer;
    height: 15px;
}

input[type=range].model3d_slider:focus::-ms-fill-lower {
    background: #6699dd;
}

input[type=range].model3d_slider:focus::-ms-fill-upper {
    background: #7ba7e2;
}
input.styleInput {
	border-radius:5px;
}

body {
    font-family: 'prox-regular', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'factoria-book', sans-serif;
    font-weight:normal;
}