div.central-cont-layout {
    min-height: 60vh;
}
header.header {
    width: 100%;
    height: 56px;
    background: #fafafa;
    border-bottom: solid 1px rgba(0,0,0,0.05);
}
header.header > .container {
    height: 100%;
}
header.header > .container > div {
    height: 100%;
}
div.header-cont-for-each-child {
    align-items: center;
}
div.header-cont-for-each-child > div {
    /*border: 1px solid blue;*/
    min-width: 390px;
}
div.header-cont-for-each-child > div > a {
    text-decoration: none;
}
div.header-cont-for-each-child > div > a > h1 {
    margin-bottom: 0;
}
div.header-right-div-cont {
    width: 20%;
}

button.add-new-article-b {
    max-width: 140px;
    border-color: #e7eaf3;
    border-radius: 24px;
}
button.add-new-article-b > a {
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: green;
    text-decoration: none;
}


/* Change language styles  START */
.change-language-cont, .change-language-cont > ul, .change-language-cont > ul > li > span {
    display: flex;
    padding: 0;
    margin: 0;
    height: 100%;
    align-items: center;
    justify-content: right;
}
.change-language-cont > ul > li {
    list-style: none;
    position: relative;
    height: 100%;
}
.change-language-cont > ul > li > ul > li {
    list-style: none;
}
.change-language-cont > ul > li:hover {
    /*background: #d2f2fc;*/
    cursor: pointer;
}
.change-language-cont > ul > li > ul {
    display: none;
    z-index: 1;
    background: #fafafa;
    position: absolute;
    margin-left: -13%;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 130%;
    padding: 20px 0 0 0;
}
.change-language-cont > ul > li:hover > ul {
    display: block !important;
}
.change-language-cont > ul > li > ul > li > a {
    display: flex;
    width: 100%;
    padding: 12px 15%;
    box-sizing: border-box;
    text-decoration: none;
    color: black;
    text-align: left;
}
.change-language-cont > ul > li > ul > li > a:hover { background-color: #eaeaea; }
.change-language-cont > ul > li > ul > li > a > span:last-child{ margin-left: 7%; }
/* Change language styles  END */

/* Main menu STYLES */
div.main-menu-cont {

}
div.main-menu-cont > nav {
    /*border: 1px solid green;*/
    width: 100%;
    max-width: 468px;
    margin: 0 auto;
}
div.main-menu-cont > nav > ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: space-around;
}
div.main-menu-cont > nav > ul > li {

}
div.main-menu-cont > nav > ul > li > a {
    /*border: 1px solid red;*/
    padding: 7px 12px;
    text-decoration: none;
    position: relative;
    font-size: 20px;
}
div.main-menu-cont > nav > ul > li:hover > a {
    background-color: grey;
    color: white;
}
div.main-menu-cont > nav > ul > li:hover > .sub-menu-div {
    display: block;
}
div.sub-menu-div {
    display: none;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;

    max-width: 60%;
    z-index: 1;
    background-color: grey;
}

div.sub-menu-div > div {
    padding: 7px 12px;
    display: flex;
    flex-wrap: wrap;
}
div.sub-menu-div > div > a {
    /*border: 1px solid black;*/
    color: white;
    padding: 5px 7px;
    text-decoration: none;
    flex-basis: 33.3%;
    box-sizing: border-box;
    font-size: 18px;
}
div.sub-menu-div > div > a:hover{
    background-color: white;
    color: black;
}

/* Menu container */
div.menu-container{
    background: #fafafa;
    border-bottom: solid 1px rgba(0,0,0,0.05);
}


/* Footer layout styles */
/* Footer layout styles */
footer.footer {
    padding-top: 52px;
    padding-bottom: 40px;
    background: linear-gradient(to bottom, #fbfcfd 0, #ffffff 7px, #ffffff 100%);
}
footer.footer > div {}
footer.footer > div > div {

}
div.footer-title {
    height: 56px;
}
div.footer-title > b {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}
div.footer-website-name-logo {
    /*border: 1px solid green;*/
}
div.footer-website-name-logo > a {
    text-decoration: none;
    line-height: 38px;
    font-size: 38px;
    font-weight: 500;
    color: #000000;
}

div.footer-list-items {}
div.footer-list-items > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
div.footer-list-items > ul > li {
    padding: 3px 0;
}
div.footer-list-items > ul > li > span {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}
div.footer-list-items > ul > li > span:hover{

}
div.footer-list-items > ul > li > a {
    font-size: 12px;
    font-weight: 500;
    color: rgba(0,0,0,0.4);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    text-decoration: none;
}
div.footer-list-items > ul > li > a:hover{
    color: #0e8ce4;
}

/* Social icons style START */
div.footer-social-icons-for-call {
    margin-top: 0 !important;
}
div.footer-social-icons {
    /*margin-top: 33px;*/
}
div.footer-social-icons > div {
    max-width: 250px;
}
div.footer-social-icons > div > a {
    display: block;
}
div.footer-social-icons > div > a > img {
    max-width: 100%;
}
/* Social icons style END */

div.footer-list-items > ul > li > span.footer-text-1 {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}
div.footer-list-items > ul > li > span.footer-text-2 {
    font-size: 18px;
    font-weight: 500;
    color: #0e8ce4;
    display: block;
    padding: 10px 0;
}
div.footer-list-items > ul > li > span.footer-text-2 > a {
    text-decoration: none;
}
div.footer-list-items > ul > li > span.footer-text-3 {
    font-size: 14px;
    font-weight: 400;
    color: #828282;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
div.footer-section-2{ text-align: center; }
div.footer-section-3{ text-align: right; }
.copyright {
    width: 100%;
    background: #fafafa;
}
div.copyright-content {
    display: flex;
    align-items: center;
    min-height: 56px;
}
div.footer-payment-icons {
    margin-left: auto;
}
div.footer-payment-icons > ul {
    list-style: none;
}
div.footer-payment-icons > ul > li {
    display: inline-block;
    margin-right: 16px;
}
div.footer-payment-icons > ul > li:last-child{
    margin-right: 0;
}
/* Call us icon and phone number */
a.call-us-a {
    text-decoration: none;
    display: flex;
    align-items: center;
}
a.call-us-a > img {
    width: 32px;
}
a.call-us-a > span {
    font-weight: bold;
    font-size: 24px;
    color: black;
    margin-left: 3px;
}
/* Footer layout styles  END */
