@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed';

body {
    background: url('../img/wood.jpg');
    background-size: 100% 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    font-family: 'Roboto Condensed', sans-serif;
}

@media (min-width: 992px)
{
    body {
        padding: 0px;
    }
}

a {
    color: #1f140e;
}
.uppercase-letters {
    text-transform: uppercase;
}
hr {
    width: 10%;
    border-top: 1px solid #cc8a00;
}

form label {
    color: #1f140e;
}

.logo {
    height: 60px;
}

.header {
    font-family: 'Lato', sans-serif;
    margin: 0 auto;
    padding: 20px 8%;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 2;
    background: url(../img/header.png) no-repeat;
    background-size: 100%;
    border-bottom: 25px solid #1f140e;
}

.translator {
    position: absolute;
    top: 5px;
    right: 10px;
    font-weight: bold;
    font-size: 18px;
}

.translator li {
    float:left;
}

.translator ul {
    list-style-type: none;
}


.translator li.active {
    display:none;
}

.translate-cloak {
    display: none;
}

.language-selector .btn{
    background-color: #ffffff;
    border: 1px solid #1f140e;
    color: #1f140e;
}
.language-selector .btn.selected{
    background-color: #1f140e;
    color: #ffffff;
}
            
#storeForm img {
    border: 1px solid #000;
    margin: 2px 10px;
}

ul.error {
    color: red;
    list-style: outside none none;
}

#intro-header {
    text-align: center;
    padding: 1% 3%;
}

#intro-container {
    position:relative;
    width: 70%;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    padding: 35px 5%;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.16);
}

#intro-container p {
    font-size: 18px;
    margin-bottom: 25px;
}

.editable-content__get-content table td {
    padding: 8px;
}

.editable-content__get-content p,
.editable-content__get-content ul {
    font-size:12pt !important;
    text-align: justify;
    word-break: break-word;
}

.editable-content__get-content p[align=center] {
    text-align:center;
}

.editable-content__get-content a {
    color: #337ab7;
}

.panel {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    border: none;
    box-shadow: none;
    padding: 20px 9%;
}

.inner {
    position: relative;
    height: 100%;
    margin: 0 auto;
}

.question-wrapper {
    width: 100%;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
}

.question {
    font-size: 20px;
    color: #1f140e;
    padding-left: 0;
}

.question-label {
    font-size: 16px;
    margin-bottom: 10px;
}

#intro-footer {
    text-align: center;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 15px;
}

#intro-footer a {
    margin: 0 15px;
}

.footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #1f140e;
    padding: 5px 8%;
}

.btn-main {
    background-color: #cc8a00;
    color: #ffffff;
    margin: 5px 2px;
    border-radius: 3px;
}

.progress {
    height: 10px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.progress-bar {
    background: #bf8816;
}

.progress-title {
    float: left;
    margin-top: 10px;
    margin-right: 20px;
    font-size: 12px;
    color: #fff;
}
/*
.radio-spectrum label {
    margin-top: 61px;
    margin-right: -6px;
}

.radio-spectrum label span {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 8pt;
    width: 125px;
    top: -61px;
    height: 55px;
    width: 60px;
    vertical-align: middle;
    padding: 10px 0;
}

.radio-spectrum label input {
    margin-left: 24px !important;
}

.radio-spectrum.radio-inline .question-answer label:first-child span {
    background-color: #e92c2c;
    color: #fff;
}

.radio-spectrum.radio-inline .question-answer label:nth-child(2) span {
    background-color: #ed5151;
    color: #fff;
}

.radio-spectrum.radio-inline .question-answer label:nth-child(3) span {
    background-color: #ed6f6f;
    color: #fff;
}

.radio-spectrum.radio-inline .question-answer label:nth-child(4) span {
    background-color: #ed8a8a;
    color: #fff;
}

.radio-spectrum.radio-inline .question-answer label:nth-child(5) span {
    background-color: #ebafaf;
    color: #fff;
}

.radio-spectrum.radio-inline .question-answer label:nth-child(6) span {
    background-color: #e6901f;
    color: #fff;
}

.radio-spectrum.radio-inline .question-answer label:nth-child(7) span {
    background-color: #dfa253;
    color: #fff;
}

.radio-spectrum.radio-inline .question-answer label:nth-child(8) span {
    background-color: #53df6d;
    color: #fff;
}

.radio-spectrum.radio-inline .question-answer label:nth-child(9) span {
    background-color: #18d53b;
    color: #fff;
}

.radio-spectrum.radio-inline .question-answer label:nth-child(10) span {
    background-color: #06a423;
    color: #fff;
}

.radio-spectrum.radio-inline .question-answer label:nth-child(11) span {
    background-color: #b5b5b5;
    color: #000;
}
*/
@media screen and (max-width: 991px) {
    #intro-footer a {
        display: block;
        line-height: 2;
        width: 100%;
    }
}

.control-label {
    text-align: left !important;
    padding: 0px;
    font-weight: normal;
}

/* centered row styles 
*   taken from http://www.minimit.com/articles/solutions-tutorials/bootstrap-3-responsive-centered-columns
*/
.row-centered {
    text-align:center;
}
/* centered columns styles 
*   taken from http://www.minimit.com/articles/solutions-tutorials/bootstrap-3-responsive-centered-columns
*/
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

/* Angular UI Select Fix*/
.ui-select-search {
    width: 100% !important;
}

.ui-select-bootstrap .ui-select-choices-row > a {
    white-space: normal;
}

.ui-select-match-text{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 0;
}

.g-recaptcha {
    width: 304px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-device-width: 480px) {
    .g-recaptcha {
        -webkit-transform: scale(0.77);
        transform: scale(0.77);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

@media screen and (max-width: 768px) {
    /* For mobile phones: */
    body {
        padding-top: 10px;
    }

    h1 {
        font-size: 9vw;
    }

    #intro-container {
        width: 85%;
        padding: 40px 5%;
    }

    #intro-container p {
        font-size: 3.8vw !important;
    }

    #intro-container table p {
        text-align: left;
    }
   
    .col-centered {
        font-size: 3.5vw;
    }

    #storeForm img {
        display: block;
        margin: 2px auto;
    }
    .logo {
        height: 40px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .zfooter a {
        margin: 0 5px;
        width: 12%;
        display: inline-block;
        vertical-align: top;
    }
}

@media (min-width: 992px) and (max-width: 1100px) {
    .zfooter a {
        margin: 0 15px;
        width: 10%;
        display: inline-block;
        vertical-align: top;
    }
}

a[aria-expanded=false] .glyphicon-chevron-up {
    display: none;
 }

a[aria-expanded=true] .glyphicon-chevron-down {
display: none;
}

p[aria-expanded=true] .glyphicon-plus {
    display: none;
}

p[aria-expanded=false] .glyphicon-minus {
    display: none;
}
.panel-title a{
    color: #333;
    font-size: 14px;
}
.panel-default {
    margin-top: 5px;
}