@font-face {
    font-family: 'Noto Sans';
    src: url("assets/fonts/Noto_Sans/NotoSans-Regular.ttf");
}
@font-face {
    font-family: 'Courgette';
    src: url("assets/fonts/Courgette/Courgette-Regular.ttf");
}
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #333;
    font-family: 'Noto Sans', sans-serif;
    background-color: #eeeeee;
    overflow-x: hidden;
}

.frame {
    width: 1200px;
    margin: 0 auto;
}
.black-overlay {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0,0.5);
    display: none;
    z-index: 99;
    position: absolute;
}
/* SLIDE MENU */
.slide-menu {
    display: none;
    width: 300px;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    padding: 10px 20px;
    box-sizing: border-box;
    height: 100vh;
    z-index: 100;
    -webkit-box-shadow: 1px 0px 5px 0px rgba(102, 102, 102, 1);
    -moz-box-shadow: 1px 0px 5px 0px rgba(102, 102, 102, 1);
    box-shadow: 1px 0px 5px 0px rgba(102, 102, 102, 1);
}
.slide-menu-close {
    position: absolute;
    top: 10px;
    right: 10px;
}
.slide-menu-close a {
    color: #333;
}
.slide-menu-list {
    width: 100%;
}
.slide-menu-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.slide-menu-list ul a {
    padding: 10px 0;
    margin: 0;
    color: #444;
    text-decoration: none;
    font-size: 14px;
}
.slide-menu-list ul a:hover {
    text-decoration: underline;
    color: #3b5998;
}
.slide-menu-list ul li {
    display: block;
    width: 100%;
    padding: 10px 0;
}
.slide-menu-list p {
    color: #222;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}
.slide-menu-list p:not(:first-child) {
    padding: 20px 0 0 0;
}
.slide-menu-list i,
.slide-menu-list svg {
    padding-right: 5px;
}
    /* HEADER NORTH */
.header-north {
    width: 100%;
    padding: 20px 0;
    -webkit-box-shadow: 0px -2px 5px 0px rgba(102, 102, 102, 1);
    -moz-box-shadow: 0px -2px 5px 0px rgba(102, 102, 102, 1);
    box-shadow: 0px -2px 5px 0px rgba(102, 102, 102, 1);
    background-color: #fff;
}

.header-n-logo {
    width: 640px;
}

.header-n-search {
    width: 100%;
}

.header-n-menu {
    width: 100%;
}

.header-north .frame {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


/* */
.header-n-logo>a>img {
    width: 220px;
}
.header-n-logo>a {
    text-decoration: none;
    color: #222;
}

.header-n-logo>a>h4 {
    margin: 0;
    padding: 0;
    font-size: 28px;
}

.header-n-logo>p {
    margin: 0;
    padding: 0;
    font-family: 'Courgette', cursive;
    font-size: 14px;
    color: #444;
}

/* */

.header-n-search>form>input {
    width: 400px;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 1px 0 0 1px;
    border: 1px solid #7e7e7e;
    border-right: 0;
}

.header-n-search>form>button {
    padding: 8px 10px;
    margin-left: -5px;
    border-radius: 0 1px 1px 0;
    border: 1px solid #7e7e7e;
    border-left: 0;
    background-color: transparent;
    cursor: pointer;
}

.header-n-search>form>input:focus,
.header-n-search>form>button:focus {
    outline-width: 0;
}

/* */

.header-n-menu>ul {
    width: 100%;
    list-style-type: none;
    text-align: right;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.header-n-menu>ul>a {
    text-decoration: none;
    color: #333;
}

.header-n-menu>ul>a>li {
    display: inline;
    padding: 5px 2px;
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 0;
    font-weight: 600;
    color: #222;
    box-sizing: border-box;
    transition: border-bottom 0.2s;
}

.header-n-menu>ul>a>li>i,
.header-n-menu>ul>a>li>svg {
    padding-right: 5px;
}

.header-n-menu>ul>a>li:hover {
    border-bottom: 2px solid #222;
}

/* MAIN */
.main {
    margin-top: 30px;
    min-height: 80vh;
    width: 100%;
}
/* HOME ARTICLES */
.home-articles {
    width: 100%;
}
.home-articles a {
    text-decoration: none;
    color: #222;
    width: 100%;
}
.article {
    margin-bottom: 40px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.14);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.14);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.14);
    background-color: #fff;
    border: 1px double rgba(0,0,0,0.14);
    border-width: 5px;
    box-sizing: border-box;
    padding: 30px 15px;
    position: relative;
    text-align: center;
	width: 100%;
	float: left;
	height: 100%;
}
.article:hover {
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.44);
}

.masonry { /* Masonry container */
  column-count: 4;
  column-gap: 1em;
}

.item { /* Masonry bricks or child elements */
  background-color: #eee;
  display: inline-block;
  margin: 0 0 1em;
  width: 100%;
}

.home-articles {
    width: 100%;
}
.home-articles ul>a:hover {
    text-decoration: underline;
}
.home-articles ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
}
.home-articles ul li {
    width: 100%;
    max-width: 280px;
    min-width: 200px;
}

/*
.home-articles>ul {
    width: calc(25% - 30px);
    margin-right: 40px;
    list-style-type: none;
    padding: 0;
    float: left;
}
*/
  
.home-articles>ul:nth-child(4) {
    margin-right: 0;
}
.home-articles>ul:nth-child(4) {
    margin-right: 0;
}
.article>.article-type { 
    background-color: #fff; 
    padding: 0; 
    margin: 0; 
    float: left; 
    margin-top: -45px; 
}
.article>.article-type p {
    padding: 2px 3px;
    border: 1px solid rgba(0,0,0,0.14);
    margin: 0;
    border-width: 4px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    background-color: #333;
}

.article>.article-thumb  {
    padding-top: 10px;
}
.article>.article-thumb img {
    width: 120px;
}

.article>.article-info h4 {
    padding: 10px 0 5px 0;
    margin: 0;
    font-size: 19px;
    font-weight: normal;
}

.article>.article-info p {
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 15px;
    color: #666;
}
.article>.article-desc {
    position: relative;
    font-size: 13px !important;
}
.article>.article-desc pre {
    overflow: hidden;
    font-size: 13px;
	word-break: break-all;
	width: 100%;
}
.article>.article-desc p {
    color: #444;
    font-size: 13px;
    text-decoration: none;
}

.article .article-desc-overlay {
    left: 0;
    width: 100%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgb(255, 255, 255));
    height: 50px;
}


.home-filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.home-date {
    color: #333;
    font-size: 16px;
}
.home-filters-select select {
    display: inline;
    margin-bottom: 5px;
    border: 1px solid rgba(0,0,0,0.25);
    box-sizing: border-box;
    padding: 5px 10px;
}
.home-filters-menu {
    width: auto;
}
.home-filters-menu>ul {
    list-style-type: none;
}
.home-filters-menu>ul>li {
    display: inline;
    padding-left: 20px;
}
.home-filters-menu>ul>li>a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
}
.home-filters-menu>ul>li>a:hover {
    text-decoration: underline;
}
    /* CENTER FORM */
.center-form {
    background-color: #fff;
    width: 900px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 30px 20px 30px;
    border: 1px double rgba(0,0,0,0.14);
}

.a-ad {
    width: 100%;
    min-height: 300px;
    padding-top: 20px;
}
.a-ad-header {
    border-top: 1px solid rgba(0,0,0,0.14);
    position: relative;
    min-height: 1px;
}
.a-ad-header-img {
    position: absolute;
    width: 100%;
    left: 0;
    top: -38px;
    text-align: center;
}
.a-ad-header-img .img {
    background-color: #fff;
    width: 90px;
    margin: 0 auto;

}
.a-ad-header-img .img img {
    width: 80px;
}

.a-ad-info-img {
    width: 100%;
    margin-top: 80px;
    text-align: center;
}

.a-ad-info-img img {
    max-height: 220px;
}
.a-ad-info {
    width: 100%;
    text-align: center;
}
.a-ad-text h4 {
    padding: 10px 0 5px 0;
    margin: 0;
    font-size: 22px;
    font-weight: normal;
    color: #222;
    font-family: 'Courgette', cursive;
}
.a-ad-text p {
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 16px;
    color: #444;
    font-family: 'Courgette', cursive;
}
.a-ad-desc {
    width: 600px;
    margin: 0 auto;
    margin-top: 20px;
    word-wrap: initial;
    word-wrap: break-word;
}
.a-ad-desc pre {
  width: 100%;
  font-family: inherit;
   font-size: inherit;
   white-space: pre-wrap;       /* css-3 */
   white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
   white-space: -pre-wrap;      /* Opera 4-6 */
   white-space: -o-pre-wrap;    /* Opera 7 */
   word-wrap: break-word;       /* Internet Explorer 5.5+ */
    overflow: hidden;
}
.a-ad-desc p {
    font-size: 14px;
    color: #222;
}
.a-ad-desc textarea {
  background-color: transparent;
  border: none;
  width: 100%;
  display:inline-block;
  height: auto;
  overflow: visible;
  overflow-y: visible;
  box-sizing: border-box;
  resize: none;
}

.a-ad-footer {
    margin-top: 60px;
    border-top: 1px solid rgba(0,0,0,0.14);
    padding: 15px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.a-ad-footer-social>ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.a-ad-footer-social>ul>a {
    display: inline;
    padding: 0 5px;
    text-decoration: none;
}
.a-ad-footer-social>ul>a>li {
    display: inline;
    font-size: 20px;
}
.a-ad-footer-social>ul>a.facebook-icon,
.a-ad-footer-social>ul>a.twitter-icon,
.a-ad-footer-social>ul>a.link-icon,
.a-ad-footer-social>ul>a.print-icon{
    color: #333;
}

.a-ad-footer-social>ul>a.facebook-icon:hover {
    color: #3b5998;
}
.a-ad-footer-social>ul>a.twitter-icon:hover {
    color: #3b5998;
}
.a-ad-footer-social>ul>a.link-icon:hover {
    color: #666;
}
.a-ad-footer-social>ul>a.print-icon:hover {
    color: #666;
}

.a-ad-footer-candles {
    text-align: center;
}
.a-ad-footer-candles img {
    width: 25px;
    display: block;
    margin: 0 auto;
}
.a-ad-footer-candles a {
    color: #333;
    text-decoration: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.a-ad-footer-candles a:hover {
    text-decoration: underline;
}
.a-ad-footer-candles p {
    text-align: center;
    font-size: 12px;
    padding: 5px 0 0 0;
    margin: 0;
}



/* A AD FORM */
.a-ad-form-title {
    width: 100%;
}
.a-ad-form-title h4 {
    padding: 5px 0 20px 0;
    margin: 0;
    font-size: 20px;
}
.a-ad-form-desc p {
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}
.a-ad-form-desc a {
    color: #3b5998;
}
.a-ad-form-frame {
    width: 100%;
    margin-top: 20px;
    padding: 10px 15px;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,0.14);
}
.a-ad-form-frame-title {
    border-bottom: 1px solid rgba(0,0,0,0.14);
    padding: 0 0 5px 0;
}
.a-ad-form-frame-title h4 {
    margin: 0;
    padding: 0;
    font-size: 18px;
}
.a-ad-form-frame .form-input>label {
    font-weight: bold;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    margin-top: 20px;
}

.a-ad-form-frame .form-input>.radio-input>.input {
    padding: 3px 0;
}
.a-ad-form-frame .form-input>.radio-input>.input>label {
    font-size: 14px;
}
.a-ad-form-frame .form-input>.radio-input>.input span {
    font-weight: bold;
}
.radio-input-inline .input {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}
.radio-input .input img {
    width: 70px;
}
.a-ad-form-frame .form-input>input,
.a-ad-form-frame .form-input>select,
.a-ad-form-frame .form-input>textarea {
    display: block;
    margin-bottom: 5px;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.25);
    box-sizing: border-box;
    padding: 5px 10px;
    resize: vertical;
}
.a-ad-form-frame .form-input>textarea {
  min-height: 220px;
}
.a-ad-form-frame .form-input>small {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 12px;
}
.a-ad-form-frame .form-input>input.choose-img {
    width: 100%;
    border: 1px solid rgba(0,0,0,0.25);
    padding: 5px 10px;
    box-sizing: border-box;
}
.a-ad-form-frame .form-input>p {
    font-size: 12px;
    color: #555;
    padding: 3px 0 0 0;
    margin: 0;
}
.a-ad-form-frame .form-input>button {
  width: 100%;
  border: none;
  background-color: #242424;
  padding: 10px 5px;
  margin-top: 10px;
  color: #fff;
  border-radius: 3px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
}
.payment-info>div>p {
  font-size: 14px;
  font-weight: bold;
}
.payment-info>div>ul>li {
  font-size: 14px;
  padding-bottom: 5px;
}
.payment-info>div>ul>li>span,
.payment-info>div>ul>li>p {
  display: inline;
}
.payment-info>div>ul>li>span {
  padding-right: 5px;
}
.payment-info>div>ul>li>p {
  color: #3b5998;
}
.payment-info>div>a {
  color: #3b5998;
  font-weight: 14px;
}
.payment-info>div {
  font-size: 14px;
}


/* FORM ODER */
.choose-size {
    display: none;
}

/* PAGINATION */
.pagination-lmore {
    width: 100%;
    text-align: center;
    padding: 30px 0;
}
.pagination-lmore button {
    width: auto;
    border: none;
    background-color: #242424;
    padding: 10px 15px;
    margin-top: 10px;
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
}
.no-result {
    width: 100%;
    text-align: center;
}
.no-result p {
    font-weight: bold;
    font-size: 18px;
}
.center-form .add-payment {
    padding: 25px 0 25px 0;
}
.center-form .add-payment a {
    background-color: #3b5998;
    font-size: 12px;
    color: #fff;
    border: none;
    padding: 10px 12px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}
.center-form .add-payment i,
.center-form .add-payment svg {
    padding-right: 5px;
}
.invisible-form {
    display: none;
}
/* FOOTER */
.footer {
    width: 100%;
    margin-top: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(102, 102, 102, 1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(102, 102, 102, 1);
    box-shadow: 0px 2px 5px 0px rgba(102, 102, 102, 1);
    padding: 40px 0;
    text-align: center;
}
.footer-menu {
    display: block;
}
.footer-menu> ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
.footer-menu> ul li {
    display: inline;
    font-size: 14px;
}
.footer-menu> ul a {
    color: #333;
    text-decoration: none;
    padding: 0 15px;
}
.footer-menu> ul a:hover {
    color: #3b5998;
    text-decoration: underline;
}
.footer-copyright {
    display: block;
}
.footer-copyright p {
    color: #333;
    font-size: 14px;
}
.footer-copyright a {
    color: #3b5998;
    text-decoration: none;
}

@media only screen and (max-width: 480px) {
    .home-articles {
        grid-template-columns: auto;
    }
    .a-ad-desc {
        width: 80%;
    }
	.masonry { /* Masonry container */
  column-count: 1;
  column-gap: 1em;
}
}
@media only screen and (min-width: 480px) and (max-width: 820px) {
    .home-articles {
        grid-template-columns: auto auto;
    }
    .a-ad-desc {
        width: 80%;
    }
	.masonry { /* Masonry container */
  column-count: 2;
  column-gap: 1em;
}
}
@media only screen and (max-width: 820px) {
    body {
        width: 100%;
    }
    .main {
        margin-top: 10px;
    }
    .frame {
        width: 95%;
    }
    .header-n-logo {
        width: 170px;
    }
    .header-n-logo>a>img {
        width: 150px;
    }
    .header-n-search {
        display: none;
    }
    .header-n-menu>ul>a:not(:last-child) {
        display: none;
    }
    .header-n-menu>ul>a>li {
        font-size: 16px;
    }
    .home-filters-menu {
        display: none;
    }
    .footer-menu> ul li {
        display: inline;
        font-size: 12px;
    }
    .footer-copyright p {
        font-size: 12px;
    }
    .center-form {
        width: 100%;
        padding: 30px 15px;
    }
}
@media only screen and (min-width: 820px) and (max-width: 1260px) {
    body {
        width: 100%;
    }
    .main {
        margin-top: 10px;
    }

    .frame {
        width: 95%;
    }

    .header-n-search>form>input {
        width: calc(100% - 50px);
    }
	.masonry { /* Masonry container */
  column-count: 3;
  column-gap: 1em;
}
}
