html,
body {
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    background: #efefef;
}

#wrapper {
    min-height: 100%;
    position: relative;
    min-height: calc(100vh - 45px);
}


/* Central content */

#content {
    min-width: 300px;
    max-width: 584px;
    padding: 0px 40px 40px 20px;
    margin: 0 auto;
}

.minimized #content {
    margin: 0;
    padding: 0px 10px;
    width: 100%;
}

#page a {
    color: #4c8bf5;
}

#logo {
    background-repeat: no-repeat;
    width: 100px;
    height: 32px;
    display: table-cell;
    text-align: right;
    vertical-align: bottom;
}

#country {
    color: #999;
}

#search-box {
    margin-top: 20px;
    width: 100%;
    height: 40px;
    border: 1px solid #D9D9D9;
    padding: 0 20px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #dfe1e5;
    box-shadow: none;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    z-index: 3;
    height: 44px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input#search-box:focus {
    border-color: #4D90FE;
    outline: none;
    border-color: rgba(223, 225, 229, 0);
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}

.minimized #search-box {
    margin-top: 0px;
    width: auto;
}

#search-form {
    margin-bottom: 30px;
}

.minimized #search-form {
    margin-bottom: 0px;
    margin-top: 20px;
    width: 782px;
    display: flex;
    flex-basis: 100%;
}

.minimized .logo {
    width: 180px;
    height: 37px;
    display: flex;
}

.minimized #search-box {
    width: 520px;
}

@media (min-width: 720px) and (max-width: 1079px) {
    .minimized .logo {
        width: 60px;
        height: 37px;
    }
    .minimized #search-form {
        width: 720px;
    }
    .minimized #search-box {
        width: 520px;
    }
}

@media (max-width: 719px) {
    .minimized .logo {
        width: 60px;
        height: 37px;
    }
    .minimized #search-form {
        width: 100%;
    }
}

#button-container {
    margin-top: 30px;
}

.minimized #button-container {
    margin-top: 4px;
    float: right;
}

input[type="submit"] {
    background-color: #4285F4;
    border: 1px solid #4285F4;
    border-radius: 2px;
    color: #fff;
    font-size: 18px;
    min-width: 54px;
    padding: 7px 16px;
    margin: 0 2px;
    cursor: pointer;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
}

input[type="submit"]:hover {
    border-color: #60c5f9;
    background-color: #60c5f9;
    color: #fff;
}


/* Header */

ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#header {
    height: 50px;
}

.minimized #header {
    height: 20px;
    display: none;
}

#header>ul {
    padding: 15px;
    overflow: hidden;
    float: left;
    height: 30px;
}

#header>ul>li {
    float: left;
    margin: 0 10px;
    font-size: 13px;
}

#header a {
    color: #666;
}

#user {
    opacity: 0.55;
}

a {
    color: #222;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


/*
#apps, #notifications {
  background-image: url("https://ssl.gstatic.com/gb/images/i1_1967ca6a.png");
  background-size: 528px 68px;
}

#apps {
  width: 30px;
  height: 30px;
  background-position: -132px -38px;
  opacity: 0.55;
}

#notifications {
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.55);
  background-position: -194px -21px;
  border-radius: 50%;
}

#apps:hover {
  opacity: 1;
}

#notifications:hover {
  background-color: #000;
}
*/

#user-menu {
    display: flex;
    align-items: center;
    background-color: #212121;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

#user-initial {
    width: 100%;
    text-align: center;
    color: #FFF;
}

#results {
    max-width: 800px;
    margin: 0 auto;
}

#results .topbar {
    color: #999;
}

.minimized #results {
    padding: 0 35px 8px 176px;
    width: 606px;
    margin: 10px 0 0 0;
}

@media (min-width: 720px) and (max-width: 1079px) {
    .minimized #results {
        padding: 0 35px 8px 65px;
    }
}

@media (max-width: 719px) {
    .minimized #results {
        padding: 0 0px 0px 0px;
        width: 100%;
    }
}


/* Results */

.result {
    margin-bottom: 40px;
}

.result .r {
    margin-bottom: 1px;
}

.result .r2 {
    color: #4c8bf5;
}

.result .r2 a {
    color: #4c8bf5;
}

.minimized .result .r2 {
    color: #006621;
}

.minimized .result .r2 a {
    color: #006621;
}

.products {
    overflow: hidden;
    height: 200px;
}

.product {
    float: left;
}

.product .t {
    width: 100px;
}


/* Footer */

#footer {
    border-top: 1px solid #E4E4E4;
    height: 40px;
    width: 100%;
    bottom: 0;
    left: 0;
}

#footer ul {
    height: 100%;
}

#footer li {
    padding-left: 27px;
    font-size: small;
    color: #999;
}

#footer li a {
    color: #666;
}

#footer-left {
    float: left;
}

#footer-right {
    float: right;
    padding-right: 27px;
}