/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top:50px;
}



@media screen and (min-width: 767px) {
    .jumbotron {
        background: url("/images/k_top_o1.png") no-repeat center center;
        position: relative;
        width: 100%;
        height: 400px;
        color: white;
        text-shadow: #444 0 1px 1px;
        background-size: cover;
    }
}

@media screen and (max-width: 767px) {
    .jumbotron {
        background: url("/images/k_top_o1.png") no-repeat center center;
        position: relative;
        width: 100%;
        height: 300px;
        color: white;
        text-shadow: #444 0 1px 1px;
        background-size: cover;
    }
}

.page-header{
    margin-top:10px;
}

.c_icon{
    width:35px;
    height:35px;
}

.l_icon{
    width:45px;
    height:30px;
}

.log_icon{
    width:33px;
    height:33px;
    padding:0px;
    border:0px;
}





.answer{
    border: 1px groove #ddd !important;
    padding: 4px!important;
    margin-top: 2px!important;
    -moz-border-radius:5px;
    border-radius: 5px;  
    -webkit-border-radius: 5px; //edit :D
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
    color: #111155!important;
    background-color:#ffffdd;
    height:36px;
    width:99%!important;
    display: inline-block;
}

.option_selected{
    border: 1px groove #ddd !important;
    padding: 5px!important;
    margin-top: 2px!important;
    -moz-border-radius:5px;
    border-radius: 5px;  
    -webkit-border-radius: 5px; //edit :D
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
    background-color:#88ddff;
    font-weight: bold;
    font-size: 17px;
    color: #111155!important;
    height:36px;
    width:99%!important;
    display: inline-block;
}

.option_not_selected{
    border: 1px groove #ddd !important;
    padding: 5px!important;
    margin-top: 2px!important;
    -moz-border-radius:5px;
    border-radius: 5px;  
    -webkit-border-radius: 5px; //edit :D
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
    background-color:#ffffdd;
    font-weight: normal;
    color: #dddddd!important;
    height:36px;
    width:99%!important;
    display: inline-block;
}

.option_leave{
    border: 1px groove #ddd !important;
    padding: 5px!important;
    margin-top: 2px!important;
    -moz-border-radius:5px;
    border-radius: 5px;  
    -webkit-border-radius: 5px; //edit :D
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
    background-color:#ffaaaa!important;
    font-weight: bold!important;
    font-size: 17px;
    color: #111155!important;
    height:36px;
    width:99%!important;
    display: inline-block;
}

.option_not_selected a,input{
    color: #aaaaaa!important;
}

.option_small {
    padding-top: 0px!important;
    font-size: 12px;
}

.g-btn{
    border: 1px groove #ddd !important;
    -moz-border-radius:5px;
    border-radius: 5px;  
    -webkit-border-radius: 5px; //edit :D
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
    margin-top: 2px!important;
    height:36px;
    font-weight: normal;
    width:99%!important;
    text-align:left;
    background-color:#ffffdd;
}

.g-txtbtn{
    height:27px!important;
    margin-top:0px!important;
    padding-top:1px;
    padding-left:5px;
    width:73%!important;
    text-align:left;
}

.g-txt-input{
    margin-top:1px!important;
    width:20%!important;
    line-height:18px!important;
}

input.form-control{
    color:#444444!important;
}

.ttls{
    position:relative;
    top:3px;
    padding-left:10px;
}



