/*!
 * Start Bootstrap - Half Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
html,
@import url('https://fonts.googleapis.com/css?family=Oxygen:300,400');
body {
    height: 100%;
    width: 100%;
    margin:auto;
    font-family: 'Oxygen', sans-serif;;
}

/* Background images are set within the HTML using inline CSS, not here */
p {
    color:#fff;
    font-size:18px;
    font-weight: 300;
}
h1 {
    font-size:2.5em;
}
h2 {
    font-size:2em;
}

input.text,button, select, textarea {
    width: 100%;
    padding: 8px;
    height:45px;
    font-size:18px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border: 1px solid #E96128;
    color:#000;
}
select {
    color:#AEAEAE;
    background: #fff;
}
.testata {
    width:100%;
}
.col-lg-12 {
padding: 0 !important;
}
p.radiobutton {     color: #1CA0E8;
    font-weight: 500;
    font-size: 16px;}
.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
@media (max-width: 768px) {
    .desktop { display:none;
    }
    p.radiobutton {     color: #1CA0E8;
    font-weight: 500;
    font-size: 16px;}

}
@media (min-width: 769px) {
    .mobile { display:none;}
}