body {
    font-family: Arial, Sans-serif;
    color: #333;
    margin: 0px;
    padding: 0px;
}

.favicon {
    display: inline-block;
    margin-right: 5px;
    vertical-align: bottom;
}

.url {
    display: inline-block;
    color: #006621;
    font-size: 14px;
    line-height: 18px
}

.description {
    display: block;
    color: #545454;
    font-size: 13px;
    line-height: 18px
}

.description_mr {
    color: #545454;
    font-size: 13px;
    line-height: 18px
}

.stars{
    margin: -3px 5px 0 0px;
}
#next_btn{
    float: right;
    margin: 20px 170px;
}

#previous_btn{
    float: left;
    margin: 20px;
}

.title {
    display: block;
    color: #1a0dab;
    font-size: 18px;
    line-height: 22px
}

.AD, .WEB {
    padding: 0 0;
    margin-bottom: 23px;
}

.AD a, .WEB a, .AD a:hover, .WEB a:hover {
    text-decoration: none;
}

.AD a:hover span:first-child, .WEB a:hover span:first-child {
    text-decoration: underline;
}

.adicon {
    background-color: #59946b;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 0 2px;
    line-height: 14px;
    vertical-align: baseline;
    margin-right: 7px;
}

* {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: rgb(84, 84, 84);
}

a, a * {
    color: rgb(26, 13, 171);
}

h1, h2, h3, h4, h5, h6,
h1 > *, h2 > *, h3 > *, h4 > *, h5 > *, h6 > * {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: rgb(26, 13, 171);
}

body > header {
    background-color: white;
    border-color: #e5e5e5;
}

body > section {
    background: #FFF;
}

body > footer {
    background: #f2f2f2;
        bottom: 0px;
    position: fixed;
    width: 100%;
}

nav > ul > li > a {
    color: #777;
    font-family: Helvetica, Arial, sans-serif;
}

nav > ul > li.selected {
    border-bottom: 2px solid rgb(66, 133, 244);
}

nav > ul > li.selected {
    color: rgb(66, 133, 244);
}

footer ul li {
    border-color: rgb(84, 84, 84);
}

.home .logo {
    position: relative;
    left: 220px;
}

.home {
    overflow: hidden;
}

body > header > div {
    background: white;
}

.result-url a,
.result.ad .result-url:before {
    color: rgb(0, 102, 33);
}

.result.ad .result-url:before {
    background: rgba(0, 102, 33, 0.7);
    color: #FFF;
}

.results {
    text-align: center;
    /*margin: auto!important;*/
}

#searches{
    color:#222;
    padding-top:6px;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08) !important;
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1) !important;
    height: 44px;
    border: 1px solid rgba(0,0,0,0.16);
    width: 584px !important;
}
.search-form {
}

#mainResults {
    margin-bottom: 40%;
    margin-top: 20% !important;
}
.results_xml.container {
    margin: 10px auto 10px 10px;
}

.search-form button{
    height: 43px !important;
}

.btn {
    color: white;
    background-image: url(img/loop2.png);
    background-size: 64px 34px;
    background-color: #567afc;
    margin-left: -67px;
    border: none;
}

.title-ads.sponsored {
    color: #333;
}

.results_xml div, .results_xml span, .results_xml p {
    text-overflow: ellipsis;
}

.affix {
    position: fixed !important;
    top: 0;
}

#mainFooter {
    margin-top: 30px;
    padding: 20px 0;
    background-color: #EEEEEE;
    text-align: center;
}

#mainFooter p {
    margin: 0;
    font-size: 0.9rem;
}

#mainResults{
    margin-bottom: 40%;
    margin-top: 12%;
}

@media (max-width: 575.98px){
.search-form {
    margin-left: 0rem;
    padding: 8px 0;
    width: 87%;
}

.search-form button, .search-form input[type=submit] {
    margin-left: 432px !important;
    margin-top: -36px !important;
}
}

@media (min-width: 768px) and (max-width: 991.98px) {
   .search-form {
    margin-left: 4rem;
    padding: 8px 0;
    width: 85%;
}
  .search-form button, .search-form input[type=submit] {
    margin-left: 503px !important;
    margin-top: -40px !important;
}  
}

@media (min-width: 991.98px) {
   .search-form {
}
  .search-form button, .search-form input[type=submit] {
    margin-left: -42px !important;
    margin-top: 0px !important;
}  
}