.searchform {
    background: rgba(35, 35, 35, .8);
    padding: 15px 10px;
    position: relative;
    margin: -7% 0 0;
    top: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    z-index: 1;
    left: 9%;
    width: 85%;
}

.searchform button,
.searchform input {
    float: left
}
.searchform input {
    background: #fefefe;
    border: none;
    height: 37px;
    margin-left: 1%;
    margin-right: 1%;
    padding: 6px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}

.searchform input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-decoration: none;
    font-style: normal;
}
.searchform input::-moz-placeholder { /* Firefox 19+ */
    text-decoration: none;
    font-style: normal;
}
.searchform input:-ms-input-placeholder { /* IE 10+ */
    text-decoration: none;
    font-style: normal;
}
.searchform input:-moz-placeholder { /* Firefox 18- */
    text-decoration: none;
    font-style: normal;
}


.searchform input:focus {
    outline: 0;
    box-shadow: 0 0 0 rgba(255, 153, 0, 0) inset;
    -moz-box-shadow: 0 0 0 rgba(255, 153, 0, 0) inset;
    -webkit-box-shadow: 0 0 0 rgba(255, 153, 0, 0) inset
}
.searchform input::-webkit-input-placeholder {
    font-style: italic;
    line-height: 130%
}
.searchform input:-moz-placeholder {
    font-style: italic;
    line-height: 15px
}
.searchform button {
    background: #f16024;
    border: none;
    color: #fff;
    cursor: pointer;
    font: 18px/13px HelveticaNeue, Helvetica, Arial, sans-serif;
    padding: 12px;
    white-space: nowrap;
    width: 149px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}
.searchform button:hover {
    opacity: .9;
}

.searchform button:focus {
    background: rgba(255, 99, 36, 0.73);
    opacity: 1;
    box-shadow: 0 0 0 rgba(151, 203, 244, 0);
}

.dotcom {
    padding-left: 85%;
    margin-bottom: 1%
}
@media screen and (max-width: 333px) {
    .dotuk {
        padding-left: 72%;
        margin-bottom: -5%
    }
}
@media screen and (min-width: 300px) and (max-width: 649px) {
    .dotuk {
        padding-left: 11%;
        margin-bottom: 2%;
    }
    .searchform input {
        width: 99%
    }
    .searchform button {
        width: 99%;
        margin-left: 3px;
    }
}

@media screen and (min-width: 651px) and (max-width: 767px) {
    .dotuk {
        padding-left: 69%;
        margin-bottom: 0%
    }
    .searchform input {
        width: 69%
    }
}
@media screen and (min-width: 768px) and (max-width: 1056px) {
    .dotuk {
        padding-left: 70%;
        margin-bottom: 0%
    }
    .searchform input {
        width: 70%
    }
}
@media screen and (min-width: 1057px) {
    .dotuk {
        padding-left: 79%;
        margin-bottom: 0%
    }
    .searchform input {
        width: 80%
    }

    .search-form-again input{
        width: 74% !important;
    }
}

.search-bar-error{
    background: white;
    color: red;
    border-radius: 4px;
    padding: 10px;
    padding: 15px 10px;
    position: relative;
    left: 9%;
    width: 85%;
    border-left: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    display: none;
}

.search-form-again{
    left: 0 !important;
    width: 100% !important;
}

.search-bar-error.search-again{
    left: 0;
    width: 100% !important;
}

.search-bar-error-text{
    margin-left: 1%;
}

.search-bar-loader{
    width: 25px;
    margin-top: -5px;
}

.search-domain-name{
    float:left;
}

.content {
    overflow: hidden;
    float: left;
    margin-top: 2px;
}

.visible {
    overflow: hidden;
    height: 24px;
    float:left;
}

.visible p {
    display: inline;
    float: left;
    margin: 0;
}

.visible ul {
    padding-left: 1px;
    margin-top: -9px;
    text-align: left;
    list-style: none;
    -webkit-animation-name: change;
    -webkit-animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: change;
    -moz-animation-duration: 8s;
    -moz-animation-iteration-count: infinite;
    animation-name: change;
    animation-duration: 8s;
    animation-iteration-count: infinite;
}

.visible ul li {
    line-height: 40px;
    margin: 0;
    font-weight: bold;
}
