input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cat_ferdir {
    width: calc(16.6666666667% - 20px);
    margin: 10px;
    float: left;
    height:120px;
    position: relative;
}

.cat_ferdir.gonguferdir {
    background-image: url(https://www.sotisummits.is/wp-content/uploads/2020/07/dalaleid.jpg);
    background-size: cover;
    background-position: center;
}

.cat_ferdir.hjolreidar {
    background-image: url(https://www.sotisummits.is/wp-content/uploads/2020/07/soti-Lodge33.jpg);
    background-size: cover;
    background-position: center;
}

.cat_ferdir a {
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    height:100%;
    padding: 40px 10px 0;
    text-align: center;
    color:#fff;
    font-size: 20px;
    text-decoration: none;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 600;
    background:rgba(0,0,0,0.3);
}

.cat_ferdir a span { 
    width:100%;
    clear: both;
    display: block;
    font-size: 16px;
    font-weight: 400;
}

.kaupandi {
    width:70% !important;
    float:left;
    padding-right:40px;
    margin-top: 18px;
}

.karfanmin {
    width:30% !important;
    float:left;
    padding-left:40px;
}

.karfanmin span {
    color:#acabab;
}

.ferdheiti {
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
    width: 100%;
}

.kaupandi h3, .karfanmin h3 {
    margin-top: 10px;
    font-size: 30px;
    border-bottom: 1px solid #d11044;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

label {
    color:#707070;
}

.checkout_field {
    border: 1px solid #ccc;
    padding: 9px;
    width: 100%;
    clear: both;
    display: block;
    font-size: 16px;
    border-radius: 3px;
    color:#777;
}

.verdlina {
    width: 100%;
    border-top:1px solid #ccc;
    padding:10px 0;
    font-size: 18px;
    text-align: right;
}

.verdlina.heild {
   font-weight: bold;
}

.verdlina span {
    color: #acabab;
    font-weight: normal;
    float: left;
}

.short  {
    width:200px;
}

.xshort  {
    width:60px !important;
}

.fifty {
    width:50%;
    float: left;
}

.fifty.l {
    padding-right: 10px;
}

label span { color:red; }

#btn_booknow {
    width: 100%;
    display: block;
    color: #fff;
    background: #e5154a;
    text-align: center;
    padding: 10px 5px;
    font-size: 18px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 500;
    margin: 25px 0;
    border: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
}

.error {
    color:#cc224e;
    font-size: 15px;
    margin:0px 0;
    display: none;
    float: right;
}

span.divider {
    float:left;
    padding: 0 5px;
    line-height: 40px;
}

#gildi_ar {
    float: left !important;
    clear: none;
}

#gildi_man {
    float: left !important;
    clear: none;
}

::-webkit-input-placeholder { /* Edge */
  color: #999;
    line-height: 20px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
    line-height: 20px;
}

::placeholder {
  color: #999;
    line-height: 20px;
}

.villumelding {
    margin: 10px 0;
    text-align: center;
    color:#cc224e;
    font-size: 18px;
}

#btn_booknow { cursor: pointer; }

table.karfan {
    font-size: 15px;
    width: 100%;
}
table.karfan td, table.karfan th  {
    text-align: left;
}

table.karfan td.tr, table.karfan th.tr  {
    text-align: right;
}

table.karfan td.tc, table.karfan th.tc  {
    text-align: center;
}

table.karfan tfood {
    font-size: 16px;
    color:#c5c5c5;
}

table.karfan tfood td { border-top: 1px solid #ccc; } 

table.karfan tfood .heildarverd {
    font-weight: 600;
    color:#555;
}

@media only screen and (max-width: 980px) {
    .kaupandi {
        width:100% !important;
        padding-right:0px;
        margin-top: 18px;
    }

    .karfanmin {
        width:100% !important;
        float:left;
        padding-left:0px;
        margin-top: 20px;
    }
}