@import url(https://fonts.googleapis.com/css?family=Asap:400,700|Lato:400,700,900|Source+Sans+Pro:400,700&display=swap);

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  position: relative;
  min-height: 100%;
  padding-bottom: 180px;
}

body {
  margin: 0;
  margin-bottom: 200px;
  background: #f9f9f9;
  font: 14px Asap, Arial;
}

h1,
h2,
h3 {
  margin: 0 0 -10px 0;
  color: #555;
  letter-spacing: 0;
  font-weight: bold;
}

h1 {
  font: 36px Asap, Arial;
}
h2 {
  font: 26px Asap, Arial;
}
h3 {
  font: 20px Asap, Arial;
}

p,
ul,
li {
  font: 17px "Source Sans Pro", Arial;
  color: #202020;
  line-height: 1.5;
  text-align: left;
}

p {
  padding: 0 0 0 2px;
}

a {
  color: #006cff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

b {
  opacity: 0.95;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

br {
  clear: both;
}

.h5,
.h10,
.h15,
.h20 {
  clear: both;
  display: block;
  content: "";
}

.h5 {
  height: 5px;
}
.h10 {
  height: 10px;
}
.h15 {
  height: 15px;
}
.h20 {
  height: 20px;
}

.colorred {
  color: red;
}
.mw450 {
  max-width: 450px !important;
}
.mw450dblock {
  max-width: 450px !important;
  display: block !important;
}
.w100mw300 {
  width: 100%;
  max-width: 300px;
}
.w100mw300h80 {
  width: 100%;
  max-width: 300px;
  height: 80px;
}
.w100mw40 {
  width: 100%;
  max-width: 40px;
}

.p050 {
  padding: 0 50px;
}

input[type="text"],
textarea {
  vertical-align: middle;
  border-radius: 3px;
  border: 1px solid #dfdfdf;
  color: #444;
  padding: 8px;
}

input[type="submit"],
input[type="button"] {
  font: 16px Arial, Tahoma;
  height: 36px;
  vertical-align: middle;
  padding: 10px 16px;
  color: #fff;
  background-color: #2c87c5;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  border: 0;
  border-radius: 3px;
}

.logo {
  font: bold 40px Arial, Tahoma;
  color: #222;
  word-wrap: break-word;
}

.textsmall {
  font-size: 13px;
  color: #999;
}
.textsmall:hover {
  text-decoration: none;
}

.textmedium {
  font-size: 14px;
  word-wrap: normal;
  word-break: normal;
}
.textbig {
  font-size: 15px;
}

.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
.alignmiddle {
  vertical-align: middle;
}

.colorbutton,
.colorbuttonsmall {
  display: inline-block;
  background: #2c87c5;
  font: bold 17px Lato, Arial;
  color: #fff;
  padding: 16px 26px;
  border: 0;
  border-radius: 3px;
  text-decoration: none;
  margin: 0 0 5px 0;
}

.colorbuttonsmall {
  font: normal 16px Lato, Arial;
  padding: 7px 16px;
  height: 36px;
}

.colorbutton:hover,
.colorbuttonsmall:hover {
  text-decoration: none;
}

.list {
  line-height: 1.5;
  background: url(img/icon-tick.svg) no-repeat left;
  padding: 0 0 0 35px;
}

header {
  text-align: center;
}

header #top {
  background: #fff;
  box-shadow: 0 1px 4px #ccc;
}

header #logo {
  padding: 40px 20px 25px;
}

header a.logo {
  font: 900 49px Asap, Arial;
  color: #0186da;
  letter-spacing: -1px;
  text-shadow: 0 2px 2px #ddd;
  word-wrap: break-word;
}

header a.logo:hover {
  text-decoration: none;
}

header a .logoext {
  font-size: 31px;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0 20px;
  background: #333;
}

nav ul li {
  display: inline-block;
  padding: 16px 20px;
}

nav ul li a {
  color: #fff;
}

main {
  display: block;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1000px;
}

section#urlbox,
section#emailbox,
section#errorbox {
  margin: 0 auto 20px auto;
  max-width: 758px;
  box-shadow: 0 1px 4px #ccc;
  border-radius: 6px;
  padding: 10px 30px 5px;
  background: #fff;
  text-align: center;
}

section#urlbox h1,
section#emailbox h2,
section#errorbox h1 {
  margin: 10px auto 30px auto;
}

section .boxtextcenterdesc,
section .boxtextcenter {
  margin: 10px auto 20px;
  text-align: center;
  max-width: 620px;
}

section .boxtextleft {
  max-width: 450px;
  word-wrap: break-word;
  word-break: break-all;
}

section#content {
  max-width: 720px;
  margin: 30px auto 20px;
  padding: 0 0 20px 0;
}

section .squarebox,
.squareboxbig {
  display: inline-block;
  background: #fff;
  padding: 20px 35px;
  border-radius: 3px;
  font: bold 44px "Source Sans Pro", Arial;
  color: #4b4b4b;
}

.squareboxbig {
  padding: 20px 40px 20px 35px;
}

.squareboxtext {
  transform: scale(1.1, 1);
}
.squareboxurl {
  margin: 20px 0 0 0;
}

.squareboxurl a {
  font: 20px Lato, Arial;
  padding: 10px 20px 12px;
  background: #fff;
  border-radius: 4px;
}

#formurl,
#formemail {
  display: table;
  max-width: 600px;
  margin: 0 auto;
}

#formurl input[type="text"],
#formemail input[type="email"] {
  display: table-cell;
  width: 100%;
  height: 56px;
  padding: 10px 16px;
  font: 17px Lato, Arial;
  color: #000;
  background: #fff;
  border: 1px solid #bbb;
  border-right: 0;
  border-radius: 3px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  box-sizing: border-box;
}

#formurl #formbutton,
#formemail #formbutton {
  display: table-cell;
  width: 1%;
  box-sizing: border-box;
  vertical-align: middle;
}

footer {
  text-align: center;
  font: 17px "Source Sans Pro", Arial;
  color: #eee;
  background: #333;
  width: 100%;
  border-top: 4px solid #00a0db;
  padding: 20px 0 121px;
  line-height: 1.5;
  margin: 40px 0 0 0;
  position: absolute;
  bottom: 0;
  height: 40px;
}

footer #footerbox {
  padding: 0 20px;
  background: #333;
}

footer ul {
  display: inline-block;
  list-style: none;
  margin: 10px 0 0 0;
}

footer ul li {
  display: inline;
  padding: 0 12px;
  border-right: 1px solid #001121;
  height: 18px;
}

footer ul li:last-child {
  border: none;
}

footer ul li a {
  font: 16px Asap, Arial;
  color: #0093ff;
  letter-spacing: 0;
}

@media all and (max-width: 499px) {
  main {
    padding: 0 10px;
  }
  section .boxtextleft {
    padding: 0 10px;
    word-wrap: break-word;
  }
}

#formbox {
  max-width: 400px;
  margin: 20px 0;
  padding: 10px 40px 10px 20px;
  font: 17px Lato, Arial;
  color: #222;
  background-color: #fff;
  text-align: left;
  border-radius: 6px;
  box-shadow: 0 1px 4px #ccc;
}

.formtext {
  font: 18px Lato, Arial;
  color: #222;
}
.formemail {
  display: none;
}

#row:after {
  display: table;
  content: "";
  clear: both;
}

#column {
  float: left;
  width: 33.33%;
  min-height: 210px;
  padding: 0 10px;
  text-align: center;
}

.socialnetworkbox {
  display: block;
  margin: 2px 2px 2px 0;
}

.snb {
  padding: 8px 13px;
  margin: 0 1px 0 0;
  font: 14px Lato, Arial;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 4px;
}

.snbfacebook {
  background: #3b5998;
}
.snbtwitter {
  background: #0f1419;
}
.snbpinterest {
  background: #d4374f;
}
.snbtumblr {
  background: #243a4f;
}
.snbwhatsapp {
  background: #16b75b;
}
.snbtelegram {
  background: #3390ec;
}
.snbreddit {
  background: #ff4500;
}
.snblinkedin {
  background: #0a66c2;
}

.emain {
  margin: 50px auto;
}

.esection {
  margin: 0 auto 20px auto;
  max-width: 500px;
  box-shadow: 0 1px 4px #ccc;
  border-radius: 6px;
  padding: 50px 30px 30px;
  background: #fff;
  text-align: center;
}

.eh1 {
  margin: 0 0 10px 0;
  font: bold 106px Lato, Arial;
  color: #555;
  line-height: 1;
  text-align: center;
}

.eh2 {
  margin: 0 0 -10px 0;
  font: bold 31px Asap, Arial;
  color: #555;
  letter-spacing: -1px;
  text-align: center;
}

.ebox {
  margin: 30px auto 0;
  font: 17px "Source Sans Pro", Arial;
  color: #202020;
  text-align: center;
  line-height: 1.5;
  max-width: 350px;
}

.ebutton {
  margin: 40px auto;
  text-align: center;
}

.colorbuttonmedium {
  background: #2c87c5;
  font: 16px Lato, Arial;
  color: #fff;
  padding: 12px 20px;
  border-radius: 3px;
}

.colorbuttonmedium:hover {
  text-decoration: none;
}

#adbox,
#adbox300x50,
#adbox160x600,
#adbox300x250,
#adbox300x600,
#adbox728x90 {
  width: auto;
  margin: 20px auto;
  text-align: center;
}

#adbox300x50 {
  width: 300px;
}
#adbox160x600 {
  width: 160px;
}
#adbox300x250 {
  width: 300px;
}
#adbox300x600 {
  width: 300px;
}
#adbox728x90 {
  width: 728px;
}

.inarticle {
  margin: 0 auto 20px auto;
  max-width: 720px;
}

.notification {
    padding: 12px 16px;
    border-radius: 8px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    animation: slideIn 0.3s ease-out;
    font-size: 14px;
}

.notification.success {
    background-color: #dcfce7;
    border: 1px solid #86efac;
    color: #166534;
}

.notification.error {
    background-color: #fee2e2;
    border: 1px solid #fca5a5;
    color: #991b1b;
}

.notification i {
    font-size: 18px;
}

.notification.success i {
    color: #16a34a;
}

.notification.error i {
    color: #dc2626;
}

@keyframes slideIn {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Optional: Add slide-out animation when message disappears */
.notification.hide {
    animation: slideOut 0.3s ease-out forwards;
}

@keyframes slideOut {
    from {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(-20px);
        opacity: 0;
    }
}

@media all and (max-width: 499px) {
  .ad {
    width: 320px;
    height: 100px;
  }
}

@media all and (min-width: 500px) and (max-width: 769px) {
  .ad {
    width: 468px;
    height: 60px;
  }
}

@media all and (min-width: 770px) and (max-width: 999px) {
  .ad {
    width: 728px;
    height: 90px;
  }
}

@media all and (min-width: 1000px) {
  .ad {
    width: 970px;
    height: 90px;
  }
}

@media all and (max-width: 1000px) {
  footer {
    margin: 40px 0 0 0;
    padding: 20px 0 315px;
  }
}
