/* lower 1600 res */
@media screen and (max-width: 1680px) {
  main > section article {
    width: 80%;
  }
  #main-login .login,
  #main-login .pwchange {
    width: 30%;
  }
  #cookies {
    width: 40%;
  }
}

/* lower 1400 res */
@media screen and (max-width: 1440px) {
  main > section article {
    width: 85%;
  }
  #main-login .login,
  #main-login .pwchange {
    position: relative;
    text-align: center;
    width: 35%;
  }
  .zimbra-partner {
    width: 38%;
    height: auto;
  }
  .videoplay {
    width: 50%;
  }
  #cookies {
    width: 45%;
  }
}

/* lower 1280 res */
@media screen and (max-width: 1280px), (max-device-width: 1280px) {
  #main-inside.cloudmail .cloudmail-calc table {
    width: 55%;
  }
  .zimbra-partner {
    width: 45%;
    height: auto;
  }
  .videoplay {
    width: 60%;
  }
  #cookies {
    width: 50%;
  }
}

/* lower 1024px = 64em res, Desktop Laptop and iPad pro */
@media screen and (max-width: 1024px), (max-device-width: 1024px) and (orientation: landscape) {
  ul.menu > li:nth-child(5) {
    display: none;
  }
  main > section article {
    width: 90%;
  }
  #main-login .login,
  #main-login .pwchange {
    position: relative;
    text-align: center;
    width: 45%;
  }
  #main-home .bank-acc1 h2 {
    font-size: 130%;
  }
  #main-home .workings {
    min-height: 20vh;
  }
  #main-home .workings .grid-2-narr-grey > div {
    padding: 2em;
  }
  #main-inside .feature .grid-2 {
    -ms-display: grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr) [1];
    grid-template: auto/repeat(1, 1fr);
    gap: 1em;
  }
  #main-inside .feature .text {
    padding: 0 !important;
  }
  #main-inside.zimbra-feature section:nth-child(even) .grid-2 > div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #main-inside.zimbra-feature section:nth-child(even) .grid-2 > div:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #main-inside.zimbra-feature section:last-child article:last-child {
    padding-top: 1.5em;
    border-top: 1px solid #aaa;
  }
  #main-inside.zimbra-feature section:last-child article:last-child br {
    display: none;
  }
  #main-inside.proserv section:nth-child(odd) .grid-2 > div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #main-inside.proserv section:nth-child(odd) .grid-2 > div:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #main-inside.proserv section:last-child article:last-child br {
    display: none;
  }
  #main-inside.cloudmail .cloudmail-calc table {
    width: 70%;
  }
  #main-inside.nextcloud section:nth-child(odd) .grid-2 > div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #main-inside.nextcloud section:nth-child(odd) .grid-2 > div:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #main-inside.nextcloud section:last-child article:last-child {
    padding-top: 1.5em;
    border-top: 1px solid #aaa;
  }
  #main-inside.nextcloud section:last-child article:last-child br {
    display: none;
  }
  #main-inside.model section:nth-child(odd) .grid-2 > div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #main-inside.model section:nth-child(odd) .grid-2 > div:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #main-inside.zimbra-on-cloudmail section:nth-child(1) .grid-2 > div:nth-child(1),
  #main-inside.private section:nth-child(1) .grid-2 > div:nth-child(1),
  #main-inside.ssl section:nth-child(1) .grid-2 > div:nth-child(1),
  #main-inside.hosting section:nth-child(1) .grid-2 > div:nth-child(1),
  #main-inside.cloudmail section:nth-child(1) .grid-2 > div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #main-inside.zimbra-on-cloudmail section:nth-child(1) .grid-2 > div:nth-child(2),
  #main-inside.private section:nth-child(1) .grid-2 > div:nth-child(2),
  #main-inside.ssl section:nth-child(1) .grid-2 > div:nth-child(2),
  #main-inside.hosting section:nth-child(1) .grid-2 > div:nth-child(2),
  #main-inside.cloudmail section:nth-child(1) .grid-2 > div:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #main-inside.zimbra-on-cloudmail .show-hide div,
  #main-inside.private .show-hide div,
  #main-inside.ssl .show-hide div,
  #main-inside.hosting .show-hide div,
  #main-inside.cloudmail .show-hide div {
    width: 60%;
  }
  #main-inside.howtopay .grid-6 {
    -ms-display: grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr) [3];
    grid-template: auto/repeat(3, 1fr);
    gap: 1em;
  }
  #main-inside.howtopay .bank-acc2 img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .contact-mail select,
  .contact-mail input[type="text"],
  .contact-mail textarea {
    display: block !important;
    width: 100%;
  }
  .videoplay {
    width: 70%;
  }
  #cookies {
    width: 60%;
  }
}

/* ipad lower 768px = 48em */
/* kindle lower 800px = 50em */
/* only divice */
@media screen and (max-width: 768px), (max-device-width: 768px) and (orientation: landscape) {
  html {
    font-size: 105%;
  }
  header#head-login h2 {
    font-size: 1.8rem;
  }
  header#head-login h3 {
    font-size: 1.3rem;
  }
  #main-login .login,
  #main-login .pwchange {
    position: relative;
    text-align: center;
    width: calc(100% - 2em);
  }
  #main-login .login label,
  #main-login .pwchange label {
    top: 0;
  }
  header#head-inside h2 {
    font-size: 1.8rem;
    padding: 0 1em;
  }
  header#head-inside h3 {
    font-size: 1.3rem;
    padding: 0 1em;
  }
  main > section article {
    width: calc(98% - 2em);
  }
  .zimbra-partner {
    width: 60%;
    height: auto;
  }
  #main-home .grid-4 {
    -ms-display: grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr) [2];
    grid-template: auto/repeat(2, 1fr);
    gap: 1em;
  }
  #main-home .bank-acc1 h2 {
    font-size: 100%;
  }
  #main-home .workings {
    min-height: 10vh;
  }
  #main-home .workings .grid-2-narr-grey {
    -ms-display: grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr) [1];
    grid-template: auto/repeat(1, 1fr);
    gap: 1px;
    background: none;
  }
  #main-home .workings .grid-2-narr-grey > div:first-child {
    padding: 1em 1em 0;
  }
  #main-home .workings .grid-2-narr-grey > div {
    padding: 1em 1em 2em;
  }
  #main-home .why br {
    display: none;
  }
  #main-inside .show-hide div {
    width: 75% !important;
  }
  .grid-5-grey {
    -ms-display: grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr) [3];
    grid-template: auto/repeat(3, 1fr);
    gap: 1em;
  }
  #main-inside.cloudmail .cloudmail-calc table {
    width: 80%;
  }
  #main-inside.domain .grid-2 {
    -ms-display: grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr) [1];
    grid-template: auto/repeat(1, 1fr);
    gap: 2em;
  }
  #main-inside.ssl section,
  #main-inside.hosting section {
    padding: 0;
  }
  #main-inside.ssl section:last-child,
  #main-inside.hosting section:last-child {
    margin-bottom: 2em;
  }
  #main-inside.ssl article:last-child h2,
  #main-inside.hosting article:last-child h2 {
    margin-top: 0;
    font-size: 120%;
  }
  #main-inside .grid-3-grey {
    -ms-display: grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr) [1];
    grid-template: auto/repeat(1, 1fr);
    gap: 1px;
  }
  #main-inside .grid-3-grey > div {
    margin-bottom: 1em;
  }
  #main-inside .grid-3-grey button {
    padding: 0.3em 1em;
  }
  #main-inside.howtopay .bank-acc1 div:first-child {
    padding: 0;
  }
  #main-inside.howtopay .bank-acc1 div:last-child {
    padding: 0;
  }
  #main-inside.howtopay .bank-acc1 h3 {
    font-weight: normal;
    color: #007bc2;
  }
  #main-inside.cont .grid-2 {
    -ms-display: grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr) [1];
    grid-template: auto/repeat(1, 1fr);
    gap: 0;
  }
  #main-inside.cont .grid-2 > div > p {
    font-size: 90% !important;
  }
  #main-inside.cont .grid-2 > div:first-child br:first-child {
    display: none;
  }
  #main-inside.cont .grid-2 > div:nth-child(3) br:nth-child(3) {
    display: none;
  }
  #main-inside.severtoday .grid-2 {
    -ms-display: grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr) [2];
    grid-template: auto/repeat(2, 1fr);
    gap: 1em;
  }
  #main-inside.severtoday .about div:first-child {
    padding-right: 1em;
  }
  #main-inside.severtoday .about .list {
    font-size: 90%;
  }
  #cookies {
    width: 70%;
  }
}

/* lower 667px = 41.6875em res */
/* lower 480px */
@media only screen and (max-width: 667px), (max-device-width: 667px) and (orientation: portrait) {
  nav {
    max-height: 5em;
    min-height: 5em;
  }
  nav .logo {
    left: 2em;
    width: 50%;
    height: auto;
  }
  header#head-login h2 {
    font-size: 1.5rem;
  }
  header#head-login h3 {
    font-size: 1.2rem;
  }
  header#head-inside h2 {
    font-size: 1.3rem;
  }
  header#head-inside h3 {
    font-size: 1.1rem;
  }
  header#head-inside.head-domain .search-domain {
    bottom: 24%;
  }
  header#head-inside.head-domain .search-domain input,
  header#head-inside.head-domain .search-domain select,
  header#head-inside.head-domain .search-domain button {
    padding: 0 10px;
    font-size: 17px;
  }
  header#head-inside.head-domain .search-domain select {
    margin: 0 !important;
  }
  header#head-inside.head-domain .search-domain button {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 1em;
    padding: 0 20px;
  }
  .scrolled-nav {
    max-height: 2.5em;
    min-height: 2.5em;
    background-color: rgba(0, 123, 194, 0.95);
  }
  .scrolled-nav .logo {
    left: 1em;
    width: 40%;
    height: auto;
  }
  header#head-home {
    max-height: calc(var(--vh, 1vh) * 100);
    min-height: calc(var(--vh, 1vh) * 100);
    height: calc(var(--vh, 1vh) * 100);
  }
  main {
    min-height: 1px;
  }
  main > section {
    padding-top: 2em !important;
  }
  main > section article {
    width: calc(100% - 1.4em);
  }
  main .heading-box h2 {
    font-size: 170% !important;
  }
  main .heading-box p {
    font-size: 110% !important;
  }
  .zimbra-partner {
    width: 90%;
    height: auto;
  }
  #main-home .grid-4 {
    -ms-display: grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr) [1];
    grid-template: auto/repeat(1, 1fr);
    gap: 1em;
    padding: 2em 1em 1em;
    background: #eee;
  }
  #main-home .grid-4 > div {
    border-bottom: 1px solid #fff;
    padding: 1em 0;
  }
  #main-home .grid-4 > div:first-child {
    padding-top: 0;
  }
  #main-home .grid-4 > div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  #main-home .grid-3 {
    -ms-display: grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr) [1];
    grid-template: auto/repeat(1, 1fr);
    gap: 1em;
  }
  #main-home .bank-acc1 h2 {
    font-size: 120%;
  }
  #main-home .bank-acc1 > div:last-child {
    border-bottom: 1px solid #aaa;
  }
  #main-home section:first-child .cus a:nth-of-type(1) {
    display: none;
  }
  #main-home section:first-child .cus a:nth-of-type(2) {
    display: block;
  }
  #main-home .workings h2,
  #main-home .workings h3 {
    text-align: center;
  }
  #main-home .workings .grid-2-narr-grey {
    -ms-display: grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr) [1];
    grid-template: auto/repeat(1, 1fr);
    gap: 1px;
    background: none;
  }
  #main-home .workings .slick-prev:before,
  #main-home .workings .slick-next:before {
    display: none;
  }
  #main-home .why {
    text-align: center;
    border-bottom: 1px solid #aaa;
  }
  #main-home .why h2 {
    margin-top: 0;
  }
  #main-home section:last-child .grid-2-narr {
    -ms-display: grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr) [1];
    grid-template: auto/repeat(1, 1fr);
    gap: 1px;
  }
  #main-home section:last-child .grid-2-narr > div {
    margin: 0;
    padding: 0;
  }
  #main-home section:last-child .grid-2-narr .news-excerpt:nth-of-type(1) {
    margin-bottom: 1.5em;
    border-right: 0;
    border-bottom: 1px solid #aaa;
  }
  #main-home section:last-child .grid-2-narr .news-excerpt:nth-of-type(2) {
    margin-bottom: 0;
  }
  #main-home section:last-child .grid-2-narr .news-excerpt > h3 {
    font-size: 120%;
    margin-top: 0;
    margin-bottom: 1em;
  }
  #main-home section:last-child .grid-2-narr .news-excerpt > a {
    top: 0.5em;
    right: 0;
  }
  .h-slider div.bg-slide {
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .h-slider div.bg-slide .highlight-text {
    left: initial;
    top: 65%;
    width: 100%;
    padding: 0 2em;
    text-align: center;
  }
  .h-slider div.bg-slide .highlight-text h2 {
    margin-top: 0;
    font-size: 130%;
  }
  .h-slider div.bg-slide .highlight-text p {
    display: inline;
    white-space: pre-wrap;
  }
  .h-slider div.bg-slide .highlight-text p:first-child {
    padding-left: 2em;
  }
  .h-slider div.bg-slide .highlight-text p:last-child {
    padding-right: 2em;
  }
  .h-slider div.bg-slide .highlight-text .playv {
    display: block;
    position: relative;
    top: 1em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .h-slider .slick-dots li {
    position: relative;
    bottom: 3em;
    width: 60px;
    margin: 0 2px;
    z-index: 2;
  }
  .h-slider .slick-dots li button:before {
    content: "";
    width: 60px;
  }
  #main-inside section {
    padding-bottom: 2em;
  }
  #main-inside .feature .grid-2 .blue-txt {
    font-size: 120%;
    text-align: center;
  }
  #main-inside .feature .grid-2 h3 {
    font-size: 110%;
    text-align: center;
  }
  #main-inside .show-hide {
    font-size: 100% !important;
  }
  #main-inside .show-hide > a i {
    font-size: 60%;
  }
  #main-inside .show-hide div {
    width: 100% !important;
    padding: 1em;
  }
  #main-inside table.tb-domain-price th {
    padding: 5px 3px;
  }
  #main-inside table.compare-table,
  #main-inside table.compare-table th,
  #main-inside table.compare-table tr,
  #main-inside table.compare-table td {
    -webkit-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    -o-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
  #main-inside table.compare-table th {
    padding: 0.7em 2px;
  }
  #main-inside table.compare-table td {
    padding: 0.5em 2px;
  }
  #main-inside table.compare-table .table_section_title td {
    padding: 0.7em 2px;
    font-weight: normal;
  }
  .grid-5-grey {
    -ms-display: grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr) [1];
    grid-template: auto/repeat(1, 1fr);
    gap: 1em;
  }
  #main-inside.zimbra-feature section:nth-child(2) h2 {
    font-size: 140%;
  }
  #main-inside.zimbra-feature section:nth-child(2) br {
    display: none;
  }
  #main-inside.zimbra-feature section:nth-child(2) p {
    font-size: 95%;
    text-align: left;
  }
  #main-inside.zimbra-feature .feature .grid-2 .text {
    padding: 0;
  }
  #main-inside.zimbra-feature .feature .grid-2 .blue-txt {
    font-size: 120%;
    text-align: center;
  }
  #main-inside.zimbra-feature .feature .grid-2 h3 {
    font-size: 110%;
    text-align: center;
  }
  #main-inside.zimbra-feature .feature .grid-2 ul {
    font-size: 95%;
  }
  #main-inside.zimbra-feature section:last-child article:last-child {
    padding-top: 1.5em;
    border-top: 1px solid #aaa;
  }
  #main-inside.zimbra-feature section:last-child article:last-child br {
    display: none;
  }
  #main-inside.cloudmail .hideshow1 {
    display: none;
  }
  #main-inside.cloudmail .hideshow2 {
    display: block;
  }
  #main-inside.cloudmail .cloudmail-calc table {
    width: 100%;
  }
  #main-inside.cloudmail .cloudmail-calc table tr td {
    display: block;
    width: 100%;
  }
  #main-inside.cloudmail .cloudmail-calc table tr td:first-child {
    padding-bottom: 0.2em;
  }
  #main-inside.cloudmail .cloudmail-calc table tr td:last-child {
    padding-bottom: 1em;
  }
  #main-inside.cloudmail .cloudmail-calc table tr:last-child td:last-child {
    padding-bottom: 0;
  }
  #main-inside.cloudmail .cloudmail-calc table .number-input {
    top: -0.6em;
  }
  #main-inside.cloudmail .cloudmail-calc table .number-input button {
    top: 0.6em;
    min-height: 1.9rem;
  }
  #main-inside.cloudmail .cloudmail-calc table .number-input button:before,
  #main-inside.cloudmail .cloudmail-calc table .number-input button:after {
    background-color: #000;
  }
  #main-inside.cloudmail .cloudmail-calc table .number-input input[type="number"] {
    width: calc(50% - 3em - 1px);
  }
  #main-inside.cloudmail section:first-child {
    padding-bottom: 0;
  }
  #main-inside.cloudmail section:last-child {
    padding-top: 0 !important;
  }
  #main-inside.cloudmail section:last-child h2 {
    font-size: 120%;
  }
  #main-inside.cloudmail .hideshow1,
  #main-inside.cloudmail .hideshow2 {
    padding: 0;
  }
  #main-inside.compare .compare1,
  #main-inside.compare .cloudmail-package1,
  #main-inside.zimbra-on-cloudmail .compare1,
  #main-inside.zimbra-on-cloudmail .cloudmail-package1 {
    display: none;
  }
  #main-inside.compare .compare2,
  #main-inside.compare .cloudmail-package2,
  #main-inside.zimbra-on-cloudmail .compare2,
  #main-inside.zimbra-on-cloudmail .cloudmail-package2 {
    display: block !important;
  }
  #main-inside.zimbra-on-cloudmail section:last-child article:last-child {
    margin-top: 1em;
    padding-top: 0.5em;
    font-size: initial;
    border-top: 1px solid #aaa;
  }
  #main-inside.zimbra-on-cloudmail section:last-child article:last-child h2 {
    font-size: 120%;
  }
  #main-inside.private section:nth-child(2) h2 {
    margin-top: 0;
    font-size: 130%;
  }
  #main-inside.private section:nth-child(2) .compare-pre-host-table {
    margin: 0;
  }
  #main-inside.private section:last-child article:last-child {
    margin-top: 1em;
    padding-top: 1.5em;
    font-size: initial;
    border-top: 1px solid #aaa;
  }
  #main-inside.private section:last-child article:last-child h2 {
    font-size: 120%;
  }
  #main-inside.domain section:last-child h2 {
    margin-top: 2em;
    font-size: 120%;
  }
  #main-inside.domain section:last-child h2:first-child {
    margin-top: 0;
  }
  #main-inside.howtopay h2 {
    font-size: 120%;
  }
  #main-inside.howtopay .grid-2 {
    -ms-display: grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr) [1];
    grid-template: auto/repeat(1, 1fr);
    gap: 1em;
  }
  #main-inside.howtopay .bank-acc1 div:first-child {
    padding: 0;
  }
  #main-inside.howtopay .bank-acc1 div:last-child {
    padding: 0;
  }
  #main-inside.howtopay .bank-acc1 h3 {
    font-size: 110%;
    font-weight: bold;
    color: black;
  }
  #main-inside.howtopay .grid-6 {
    -ms-display: grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr) [1];
    grid-template: auto/repeat(1, 1fr);
    gap: 1em;
  }
  #main-inside.severtoday section:first-child {
    padding-bottom: 0;
  }
  #main-inside.severtoday section:first-child h3 {
    text-align: left;
  }
  #main-inside.severtoday section:first-child br {
    display: none;
  }
  #main-inside.severtoday .grid-2 {
    -ms-display: grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr) [1];
    grid-template: auto/repeat(1, 1fr);
    gap: 0;
  }
  #main-inside.severtoday .about div:first-child {
    padding-right: 0;
  }
  #main-inside.severtoday .about .list {
    font-size: 100%;
  }
  #main-inside.severtoday .about h2 {
    text-align: center;
  }
  #main-inside.clients .success-slider {
    max-width: 85vw !important;
  }
  #main-inside.clients .success-slider .grid-4 {
    -ms-display: grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr) [2];
    grid-template: auto/repeat(2, 1fr);
    gap: 0.2em;
  }
  footer .foot2 {
    height: auto;
  }
  footer .foot2 .rules,
  footer .foot2 .copy {
    text-align: center;
    float: initial;
  }
  footer .foot2 .rules {
    line-height: 1em;
    padding-top: 1em;
  }
  footer .foot2 .copy {
    line-height: 1.3em;
    padding-top: 0.3em;
    padding-bottom: 1em;
  }
  .float-menu {
    all: unset;
    display: table;
    left: initial !important;
    -webkit-transform: initial !important;
    transform: initial !important;
    position: fixed;
    right: 3.5em;
    top: -1.45em;
    padding: 0;
    margin: 0;
    z-index: 99;
  }
  .float-menu i {
    margin-right: 1px;
    padding: 0;
    font-size: 1.4em !important;
  }
  .float-menu > a {
    display: initial !important;
    text-shadow: none !important;
  }
  .float-menu > a:link,
  .float-menu > a:visited {
    color: #fff !important;
  }
  .videoplay {
    width: 100%;
  }
  #cookies {
    bottom: 1em;
    width: 90%;
  }
}

@media only screen and (max-width: 320px), (max-device-width: 320px) and (orientation: portrait) {
  header#head-inside.head-domain h2 {
    top: 40%;
    font-size: 1.3rem;
  }
  header#head-inside.head-domain h3 {
    font-size: 1.1rem;
  }
  header#head-inside.head-domain .search-domain {
    bottom: 27%;
  }
  header#head-inside.head-domain .search-domain input,
  header#head-inside.head-domain .search-domain select,
  header#head-inside.head-domain .search-domain button {
    padding: 0 10px;
    font-size: 16px;
  }
  header#head-inside.head-domain .search-domain select {
    margin: 0 !important;
  }
  header#head-inside.head-domain .search-domain button {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 1em;
    padding: 0 20px;
  }
  .zimbra-partner {
    width: 90%;
    height: auto;
  }
  #cookies {
    bottom: 0;
    width: 100%;
  }
}
/*# sourceMappingURL=style-device.css.map */
