/* BASIC */
h1, h2, h3, h4, h5, h6 {
    font-family:"Roboto Condensed", sans-serif;
    font-weight:300;
    color:#366b82;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="password"],
textarea {
    background:#ffffff;
    border:1px solid #959595;
    height:36px;
    margin:0 0 15px 0;
    padding:0 15px;
    font-family:"Karla", sans-serif;
    font-weight:normal;
    font-size:17px;
    line-height:21px;
    color:#a4a4a4;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}

textarea {
    height:102px;
    resize:none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
textarea:focus {
    background:#ffffff;
    -moz-box-shadow:0 0 5px rgba(49, 49, 49, 0.75);
    -webkit-box-shadow:0 0 5px rgba(49, 49, 49, 0.75);
    box-shadow:0 0 5px rgba(49, 49, 49, 0.75);
}

.chosen-container {
    width:100% !important;
    margin:0 0 15px 0;
}
.chosen-container .chosen-results {
    color:#a4a4a4;
}
.chosen-container .chosen-results li {
    padding:8px 11px; 
}
.chosen-container-single {
    font-weight:normal;
    font-size:17px;
    line-height:21px;
}
.chosen-container-single .chosen-single {
    background:#ffffff;
    border-color:#959595;
    height:36px;
    padding-left:15px;
    color:#a4a4a4;
    line-height:35px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
.chosen-container-active.chosen-with-drop .chosen-single {
    background:#ffffff;
    border-color:#959595;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
.chosen-container-single .chosen-single span {
    margin-right:38px;
}
.chosen-container-single .chosen-single div {
    width:23px;
}
.chosen-container-single .chosen-single div b {
    background:url(../images/pages/shop-product-info-arrow.png) left center no-repeat !important;
}
.chosen-container-single .chosen-drop {
    border-color:#959595;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}

/* LAYOUT */
.page-content {
    padding:50px 0;
}

/* THEME */
.txt24 {
    font-family:"Karla", sans-serif;
}

.btn {
    background:#e39a1d;
    border:1px solid #f9ab41;
    height:auto;
    margin:15px 0;
    padding:8px 15px;
    font-family:"Karla", sans-serif;
    font-weight:bold;
    font-size:15px;
    color:#ffffff;
    letter-spacing:0;
    line-height:20px;
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
    border-radius:18px;
    -webkit-box-shadow:none;
    box-shadow:none;
}

.btn:hover {
    background:#e39a1d;
    color:#ffffff;
}

.btn.alt {
    background:#e39a1d;
    border:1px solid #f9ab41;
    color:#ffffff;
    line-height:20px;
}

.btn.alt:hover {
    background:#e39a1d;
    border:1px solid #f9ab41;
}
