strong {
    font-weight: bold;
}

body, html {
    height: 100%;
}

body {
    background: url(../img/iziko.svg) no-repeat center;
    background-size: 250px;
    color: #343a48;
    font: 1.4em/1.7 'Ubuntu', Arial, sans-serif;
}

.transition {
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-property: all;
    -webkit-transition-transition-property: all;
}

a {
    color: #a38d6c;
}

.txt-center {
    text-align: center;
}

header {
    background: #343a48 url(../img/home-header-bg.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    position: relative;
}

header.services {
    background-image: none;
    background-size: 80%;
}

header.home {
    background-position: center top;
    /*min-height: 100%;*/
}

header .top-bar {
    background-color: #a38d6c;
    color: #fff;
    padding: 10px 60px 10px 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

header .top-bar:before {
    border-bottom: 60px solid transparent;
    border-right: 40px solid #a38d6c;
    border-top: 45px solid transparent;
    bottom: 0;
    content: '';
    height: 0;
    left: -40px;
    position: absolute;
    width: 0;
}

header .top-bar span {
    align-items: center;
    display: inline-flex;
    margin: 0 15px;
    position: relative;
}

header .top-bar span:not(:first-child):not(.social):not(.language):before {
    border-left: 1px solid rgba(255, 255, 255, .4);
    content: '';
    height: 20px;
    left: -17px;
    position: absolute;
    top: 2px;
}

header .top-bar span.social {
    margin-left: 30px;
}

header .top-bar span:last-child {
    margin-right: 0;
}

header .top-bar span a {
    align-items: center;
    color: #fff;
    display: inline-flex;
    text-decoration: none;
}

header .top-bar span .icon {
    font-size: 1.6rem;
    margin-right: 8px;
}

header .top-bar span.social a:last-child .icon {
    margin-right: 0;
}

/* For devices smaller than 1080px */
@media (max-width: 1080px) {
    header .top-bar {
        display: none;
    }
}

header .navigation {
    align-items: center;
    display: flex;
    height: 250px;
}

header.home .navigation {
    background-color: rgba(52, 58, 72, .9);
    height: 180px;
    padding: 0 60px;
}

header .navigation div.logo {
    align-items: center;
    background: #343a48;
    display: flex;
    height: 100%;
    padding-left: 60px;
    position: relative;
}

header .navigation div.logo:after {
    border-left: 200px solid #343a48;
    border-top: 300px solid transparent;
    bottom: 0;
    content: '';
    height: 0;
    position: absolute;
    right: -200px;
    width: 0;
}

header .navigation img.logo {
    height: 108px; /* FIX IE */
    width: 190px;
}

header .navigation .service img {
    height: 90px;
    max-width: 80%;
}

header .navigation .service {
    align-items: center;
    background: #343a48;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: flex-end;
    margin-left: auto;
    min-width: 500px;
    padding: 45px 60px 0 60px;
    position: relative;
}

header .navigation .service:before {
    border-left: 200px solid transparent;
    border-top: 300px solid #343a48;
    bottom: 0;
    content: '';
    left: -200px;
    position: absolute;
    width: 0;
}

header .navigation div:nth-child(2) {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
    margin-left: auto;
    text-align: right;
    text-transform: uppercase;
}

header .navigation div:nth-child(2) nav {
    align-items: center;
    display: inline-flex;
    margin-top: 40px;
}

header .navigation #izisub {
    background-color: #a38d6c;
    border-radius: 5px;
    padding: 5px;
}

.services-menu {
    background-color: #a38d6c;
    display: flex;
    padding: 0 60px;
}

.services-menu a {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    opacity: .6;
    padding: 20px 0;
    position: relative;
    text-decoration: none;
    width: 16.6666666667%;
}

.services-menu a:hover {
    opacity: 1;
}

.services-menu a.active {
    opacity: 1;
}

.services-menu a.active:after {
    border-color: transparent transparent #f6f6f6 transparent;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    bottom: 0;
    content: '';
    height: 0;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    width: 0;
}

.services-menu a img {
    margin-right: 10px;
    width: 75px;
}

.services-menu a span {
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
}

.services-menu a span strong {
    display: block;
}

.services-sub-menu {
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #a38d6c;
    display: flex;
    padding: 25px 60px;
}

.services-sub-menu a {
    color: #343a48;
    display: inline-block;
    font-weight: bold;
    line-height: 1.3;
    text-decoration: none;
}

.services-sub-menu a:not(.home) {
    color: #a38d6c;
}

.services-sub-menu a:not(.home):not(.active) {
    opacity: .6;
}

.services-sub-menu a:not(.active):hover {
    opacity: 1;
}

.services-sub-menu a.home {
    align-items: center;
    display: flex;
    margin-right: 30px;
    text-transform: uppercase;
}

.services-sub-menu a.home:hover {
    color: #a38d6c;
}

.services-sub-menu a.home .icon {
    font-size: 1.6rem;
    margin-right: 10px;
}

.services-sub-menu a span {
    color: #343a48;
    font-weight: normal;
}

.services-sub-menu a span:before {
    content: '\a';
    white-space: pre;
}

.services-sub-menu a + a {
    margin-left: 50px;
}

.services-description {
    background-color: #f6f6f6;
    font-size: 1.8rem;
    padding-bottom: 60px;
    padding-top: 60px;
}

.services-description + * > .services-sub-menu {
    border-top: 1px solid #a38d6c;
}

.services-description {
    line-height: 1.3;
}

.services-description h1 {
    font-size: 2.2rem;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.services-description h1 strong {
    color: #a38d6c;
    display: block;
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.services-description p {
    margin-bottom: 0;
}

/* For devices smaller than 1500px */
@media (max-width: 1500px) {
    .services-menu a {
        padding: 30px 0;
        text-align: center;
    }

    .services-menu a img {
        display: none;
    }
}

/* For devices smaller than 1000px */
@media (max-width: 1000px) {
    .services-menu-wrapper,
    .services-sub-menu-wrapper {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .services-menu,
    .services-sub-menu {
        width: 1000px;
    }

    header .navigation {
        height: 200px;
    }

    header .navigation div.logo {
        display: none;
    }

    header .navigation .service {
        justify-content: center;
        min-width: auto;
        padding: 0 20px;
        width: 100%;
    }

    header .navigation .service:before {
        display: none;
    }

    .services-menu,
    .services-sub-menu {
        padding-left: 20px;
        padding-right: 20px;
    }

    .services-sub-menu a.active {
        display: none;
    }
}

header div:nth-child(2) nav a {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0 30px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

header div:nth-child(2) nav a:last-child {
    margin-right: 0;
}

header div:nth-child(2) nav a:after {
    background-color: #a38d6c;
    bottom: -8px;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    transition-duration: .3s;
    transition-property: all;
    width: 0;
}

header div:nth-child(2) nav a:hover:after {
    width: 100%;
}

header div:nth-child(2) a.mobile-menu {
    color: #fff;
    display: none;
    text-decoration: none;
}

header div:nth-child(2) a.mobile-menu .icon {
    font-size: 4rem;
}

header .navigation div:nth-child(2) ul {
    background: #343a48;
    display: none;
    list-style: none;
    margin-top: 10px;
    padding: 30px;
    position: absolute;
    right: 60px;
    z-index: 999;
}

header .navigation div:nth-child(2) ul li {
    margin: 0;
}

header .navigation div:nth-child(2) ul li a {
    color: #fff;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

header .navigation div:nth-child(2) ul li a:hover {
    color: #a38d6c;
}

header .navigation div:nth-child(2) ul li + li {
    margin-top: 10px;
}

header .text {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: center;
}

header .text > div {
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 1.8rem;
    padding: 60px 0 90px 0;
    text-align: center;
}

header .text .content {
    align-items: center;
    display: flex;
}

header .text .content ul {
    direction: rtl;
    list-style: none;
    margin-bottom: 0;
}

header .text .content ul li {
    line-height: 1.5;
    margin-bottom: 20px;
    transition-duration: .3s;
    transition-property: all;
}

header .text .content ul li.active {
    color: #a38d6c;
    margin-right: 20px;
}

header .text .content ul li:last-child {
    margin-bottom: 0;
}

header .text .content > div {
    padding: 20px 50px;
    width: 50%;
}

header .text .content > div:nth-child(1) {
    border-right: 1px solid #a38d6c;
    text-align: right;
}

header .text .content > div:nth-child(2) {
    text-align: left;
}

header .text h1 {
    color: #fff;
    font-size: 3.8rem;
    line-height: 1.4;
    margin-bottom: 60px;
    text-transform: uppercase;
}

header .text h1:before {
    background: url(../img/smiley.svg) no-repeat center;
    background-size: 120px;
    content: '';
    display: block;
    height: 120px;
    margin: 0 auto 20px auto;
    width: 120px;
}

header .text h1 span {
    color: #a38d6c;
    display: block;
    font-weight: bold;
}

header .text .container {
    max-width: 1700px;
}

header .text p {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 0;
}

header .text p + p {
    margin-top: 20px;
}

header .show-more {
    margin-bottom: 30px;
    text-align: center;
}

header .show-more a {
    animation: bounce 2s infinite;
    color: #a38d6c;
    display: inline-block;
    font-size: 1.4rem;
    text-decoration: none;
    text-transform: uppercase;
}

header .show-more a .icon {
    display: block;
    font-size: 4.2rem;
    padding-top: 10px;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

/* For devices smaller than 1080px */
@media (max-width: 1080px) {
    header .navigation div:nth-child(2) nav {
        display: none;
    }

    header div:nth-child(2) a.mobile-menu {
        display: block;
    }
}

/* For devices smaller than 750px */
@media (max-width: 750px) {
    header .text .content {
        flex-wrap: wrap;
    }

    header .text h1 span {
        display: inline;
    }

    header .text .content > div {
        border-right: none !important;
        padding: 0 20px;
        text-align: center !important;
        width: 100%;
    }

    header .text .content > div:nth-child(1) {
        border-bottom: 1px solid #a38d6c;
        border-right: none;
        margin-bottom: 40px;
        padding-bottom: 40px;
        text-align: center;
    }

    header .text .content ul li.active {
        margin-right: 0;
    }
}

/* For devices smaller than 500px */
@media (max-width: 500px) {
    header.home .navigation {
        padding: 0 20px;
    }

    header div:nth-child(2) ul {
        right: 20px;
    }
}

section .btn {
    background-color: #a38d6c;
    color: #fff;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    margin-top: 60px;
    padding: 0 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

section .btn:before {
    border-left: 40px solid #a38d6c;
    border-top: 40px solid transparent;
    bottom: 0;
    content: '';
    position: absolute;
    right: -40px;
    width: 0;
}

section .btn:after {
    border-left: 40px solid transparent;
    border-top: 40px solid #a38d6c;
    bottom: 0;
    content: '';
    left: -40px;
    position: absolute;
    width: 0;
}

section .btn:hover {
    padding: 0 50px;
}

section#services {
    display: flex;
    flex-wrap: wrap;
    margin: 5px;
}

section#services .service {
    background: #a38d6c;
    flex-basis: calc(33.3333333333% - 10px);
    flex-grow: 1;
    flex-shrink: 0;
    height: 240px;
    margin: 5px;
    position: relative;
    width: 33.3333333333%;
}

section#services .service > div {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

section#services .service > div span.background {
    align-items: center;
    display: flex;
    height: calc(100% - 80px);
    margin: 40px;
}

section#services .service > div span.background img {
    height: 100px;
}

section#services .service > div span.background h3 {
    color: #fff;
    font-size: 2.6rem;
    margin: 0 0 0 auto;
    text-align: right;
    text-transform: uppercase;
}

section#services .service > div span.background h3 strong {
    display: block;
}

section#services .service > div span.link {
    align-items: center;
    background-color: #a38d6c;
    display: flex;
    height: 100%;
    padding-right: 40px;
    position: absolute;
    right: calc(-100%);
    top: 0;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-property: all;
    width: calc(100% - 250px);
    -webkit-transition-transition-property: all;
}

section#services .service > div span.link:hover {
    cursor: default;
}

section#services .service > div span.link:before {
    border-bottom: 240px solid transparent;
    border-right: 60px solid #a38d6c;
    border-top: 240px solid transparent;
    content: '';
    height: 0;
    left: -60px;
    position: absolute;
    top: 0;
    width: 0;
}

section#services .service > div span.link ul {
    list-style-type: none;
    margin: 0 0 0 auto;
}

section#services .service > div span.link ul li {
    margin-bottom: 8px;
}

section#services .service > div span.link ul li:last-child {
    margin-bottom: 0;
}

section#services .service > div span.link a {
    color: #fff;
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    text-decoration: none;
}

section#services .service > div span.link a:hover {
    color: #323e48;
}

section#services .service > div span.link a em {
    margin-left: 2px;
}

section#services .service > div span.link a span {
    color: #fff !important;
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: -5px;
    opacity: .6;
}

section#services .service.active > div span.link,
section#services .service > div:hover span.link {
    right: 0;
}

section#services .service + .service {
    border-left: none;
}

section#services .row + .row .service {
    border-top: none;
}

section#services .service.admin {
    background: url(../img/admin-bg.jpg) no-repeat center;
    background-size: cover;
}

section#services .service.legal {
    background: url(../img/legal-bg.jpg) no-repeat center;
    background-size: cover;
}

section#services .service.sales {
    background: url(../img/sales-bg.jpg) no-repeat center;
    background-size: cover;
}

section#services .service.finance {
    background: url(../img/finance-bg.jpg) no-repeat center;
    background-size: cover;
}

section#services .service.it {
    background: url(../img/it-bg.jpg) no-repeat center;
    background-size: cover;
}

section#services .service.office {
    background: url(../img/office-bg.jpg) no-repeat center;
    background-size: cover;
}

/* For devices smaller than 1280px */
@media (max-width: 1280px) {
    section#services .service {
        flex: 1 0 calc(50% - 10px);
    }
}

/* For devices smaller than 1000px */
@media (max-width: 1000px) {
    section#services .service {
        flex: 1 0 calc(100% - 10px);
    }

    section#services .service > div span.link {
        width: calc(50%);
    }
}

/* For devices smaller than 500px */
@media (max-width: 500px) {
    section#services .service > div:hover span.background img {
        display: none;
    }

    section#services .service > div span.link {
        width: calc(100% - 100px);
    }

    section#services .service > div span.background {
        margin: 40px 20px;
    }

    section#services .service > div span.background img {
        height: 60px;
    }

    section#services .service > div span.link {
        padding-right: 20px;
    }
}

section.container {
    padding-bottom: 90px;
    padding-top: 90px;
    text-align: center;
}

section h2 {
    font-size: 3.8rem;
    margin-bottom: 90px;
    text-align: center;
    text-transform: uppercase;
}

section#who-are-we {
    font-size: 1.6rem;
    max-width: 800px;
}

section#testimonials > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -30px;
}

section#testimonials .profile {
    box-sizing: border-box;
    padding: 30px;
    width: 33.333333334%;
}

section#testimonials .profile span.img {
    display: none;
    /*display: inline-block;*/
    height: 190px;
    margin-bottom: 30px;
    position: relative;
    width: 190px;
}

section#testimonials .profile span.img img {
    background: #ccc;
    height: 190px;
    width: 190px;
}

section#testimonials .profile span.img:before {
    border-bottom: 60px solid transparent;
    border-right: 60px solid #fff;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}

section#testimonials .profile span.img:after {
    border-bottom: 60px solid #fff;
    border-right: 60px solid transparent;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    width: 0;
}

section#testimonials .profile h3 {
    color: #a38d6c;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 50px;
    position: relative;
}

section#testimonials .profile h3 span {
    color: #a38d6c;
    display: block;
    font-size: 2rem;
    font-weight: 300;
}

section#testimonials .profile h3:after {
    background-color: #a38d6c;
    bottom: -20px;
    content: '';
    height: 1px;
    left: 30%;
    position: absolute;
    width: 40%;
}

section#testimonials .profile h3 + div {
    margin-bottom: 20px;
    padding: 0 20px;
}

section#testimonials .profile div + div .icon {
    color: #a38d6c;
    font-size: 2rem;
}

section#testimonials .profile div + div .icon:before {
    content: '\ece2';
}

section#service-description {
    min-height: 500px;
}

section#service-description .main {
    display: flex;
    text-align: left;
}

section#service-description .main + .example {
    margin-top: 60px;
}

section#service-description .main > div:nth-child(1) {
    width: 40%;
}

section#service-description .main > div:nth-child(2) {
    background: no-repeat center;
    background-size: 50%;
    width: 60%;
}

section#service-description .contact + .example {
    margin-top: 90px;
}

section#service-description .contact .icon {
    margin-right: 10px;
}

section#service-description .contact span {
    align-items: center;
    background-color: #a38d6c;
    color: #fff;
    display: inline-flex;
    font-size: 1.8rem;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    margin-top: 90px;
    padding: 0 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

section#service-description .contact span:before {
    border-left: 50px solid #a38d6c;
    border-top: 50px solid transparent;
    bottom: 0;
    content: '';
    position: absolute;
    right: -50px;
    width: 0;
}

section#service-description .contact span:after {
    border-left: 50px solid transparent;
    border-top: 50px solid #a38d6c;
    bottom: 0;
    content: '';
    left: -50px;
    position: absolute;
    width: 0;
}

section#service-description .main ul {
    color: #a38d6c;
    font-size: 1.7rem;
    line-height: 1.4;
    list-style-type: none;
    margin-bottom: 40px;
}

section#service-description .main ul li:not(:last-child) {
    border-bottom: 1px solid rgba(163, 141, 108, .25);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

section#service-description .main p {
    margin-bottom: 10px;
}

section#service-description .main p:last-child {
    margin-bottom: 0;
}

section#service-description .main p strong {
    display: inline-block;
    margin-top: 15px;
    text-transform: uppercase;
}

section#service-description .example {
    border: 2px solid #a38d6c;
    padding: 30px;
    text-align: left;
}

section#service-description .example strong {
    color: #a38d6c;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
}

section#service-description .example strong:only-child {
    margin-bottom: 0;
}

section#service-description .example ul {
    list-style-type: disc;
    margin: 0 0 0 15px;
    text-indent: -15px;
}

section#service-description .example ul li {
    margin-bottom: 5px;
}

section#news-list {
    min-height: 500px;
    text-align: left;
}

section#news-list > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section#news-list > div .news {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px 40px 20px;
    border-bottom: 1px solid rgba(163, 141, 108, .25);
    position: relative;
}

section#news-list > div .news + .news {
    margin-top: 60px;
}

section#news-list > div .news .date {
    color: #a38d6c;
    font-size: 1.3rem;
}

section#news-list > div .news .text {
    font-size: 1.5rem;
    line-height: 1.3;
    padding-right: 300px;
}

section#news-list > div .news a.btn {
    position: absolute;
    bottom: -1px;
    right: 40px;
}

section#news-list > div .news a.btn:after {
    display: none;
}

section#news-list > div .news h2 {
    font-size: 1.8rem;
    font-weight: 500;
    color: #a38d6c;
    margin-bottom: 15px;
    text-align: left;
    text-transform: none;
}

section#news-list > div .news h2 a {
    text-decoration: none;
}

section#news {
    min-height: 500px;
    text-align: left;
    max-width: 900px;
}

section#news .sharethis-inline-share-buttons {
    margin-top: 60px;
}

section#news img {
    display: block;
    margin-bottom: 30px;
    width: 100%;
}

section#news h1 {
    color: #a38d6c;
    text-transform: none;
    text-align: left;
    font-size: 3rem;
    margin-bottom: 30px;
}

section#news h2 {
    color: #343a48;
    text-transform: none;
    text-align: left;
    font-size: 2.2rem;
    margin-bottom: 30px;
}

section#news h2 + h2 {
    margin-top: -15px;
}

section#news h3 {
    color: #a38d6c;
    text-transform: none;
    text-align: left;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

section#news .text {
    /*max-width: 600px;*/
    text-align: justify;
    font-size: 1.5rem;
}

section#pricing .container > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section#pricing .container > div > div {
    width: 14.2857142857%
}

section#pricing {
    background-color: #f6f6f6;
    padding-bottom: 90px;
    padding-top: 90px;
    text-align: center;
}

section#pricing h3 {
    color: #a38d6c;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 25px;
    position: relative;
}

section#pricing h3:after {
    background-color: #a38d6c;
    bottom: -15px;
    content: '';
    height: 1px;
    left: 10%;
    position: absolute;
    width: 80%;
}

section#pricing h4 {
    font-size: 2.4rem;
    margin-bottom: 30px;
}

/* For devices smaller than 1280px */
@media (max-width: 1280px) {
    section#testimonials .profile {
        width: 50%;
    }

    section#service-description .main > div:nth-child(1) {
        width: 100%;
    }

    section#service-description .main > div:nth-child(2) {
        display: none;
    }
}

/* For devices smaller than 1000px */
@media (max-width: 1000px) {
    section#pricing .container > div > div {
        width: 25%;
    }

    section#news-list > div .news {
        padding-bottom: 60px;
    }

    section#news-list > div .news .text {
        padding-right: 0;
    }
}

/* For devices smaller than 700px */
@media (max-width: 700px) {
    section.container {
        padding-bottom: 60px;
        padding-top: 60px;
    }

    section#testimonials .profile {
        width: 100%;
    }

    section#testimonials .columns + .columns {
        margin-top: 60px;
    }

    section#service-description .main > div {
        width: 100%;
    }

    section#pricing .container > div > div {
        width: 100%;
    }

    section#pricing h3:after {
        left: 50%;
        margin-left: -70px;
        width: 140px;
    }
}

footer {
    background-color: #343a48;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 60px 60px 30px 60px;
}

footer .iziko {
    width: 350px;
}

footer .iziko .information > div {
    align-items: center;
    display: flex;
    line-height: 1.4;
}

footer .iziko .information > div .icon {
    color: #a38d6c;
    font-size: 1.6rem;
    margin-right: 10px;
}

footer .iziko .information > div + div {
    margin-top: 5px;
}

footer .iziko img {
    height: 108px; /* FIX IE */
    margin-bottom: 30px;
    width: 190px;
}

footer .iziko a {
    color: #fff;
    text-decoration: none;
}

footer > div:nth-child(2) {
    flex: 1;
}

footer > div:nth-child(3) {
    width: 150px;
}

footer .social {
    display: flex;
    flex-direction: column;
    width: 150px;
}

footer .social a {
    background-color: #a38d6c;
    border-radius: 999px;
    color: #343a48;
    display: inline-block;
    font-size: 2rem;
    height: 45px;
    line-height: 45px;
    margin: 0 0 10px auto;
    text-align: center;
    text-decoration: none;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-property: all;
    width: 45px;
    -webkit-transition-transition-property: all;
}

footer .social a:hover {
    color: #fff;
}

footer .services {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -15px;
}

footer .services > div {
    box-sizing: border-box;
    padding: 15px;
    width: 16.6666666666%;
}

footer .services strong {
    border-bottom: 1px solid rgba(163, 141, 108, .5);
    display: block;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

footer .services ul {
    list-style-type: none;
    margin: 0;
}

footer .services ul li {
    margin-bottom: 0;
}

footer .services ul li a {
    color: #fff;
    text-decoration: none;
}

footer .services ul li a span {
    color: #a38d6c;
    margin-left: 2px;
}

footer .copyright {
    margin-top: 50px;
}

footer .copyright a {
    text-decoration: none;
}

/* For devices smaller than 1280px */
@media (max-width: 1280px) {
    footer .services > div {
        width: 33.3333333333%;
    }
}

/* For devices smaller than 1000px */
@media (max-width: 1000px) {
    footer .services > div {
        width: 100%;
    }

    footer .columns {
        margin-left: 0;
        width: 100%;
    }
}

/* For devices smaller than 750px */
@media (max-width: 750px) {
    footer > div {
        width: 100% !important;
    }

    footer > div + div {
        margin-top: 60px !important;
    }

    footer .services > div {
        width: 50%;
    }

    footer .social {
        flex-direction: row;
    }

    footer .social a {
        margin: 0 10px 0 0;
    }
}

/* For devices smaller than 500px */
@media (max-width: 500px) {
    footer {
        padding: 40px 20px 20px 20px;
    }

    footer .services > div {
        width: 100%;
    }
}

/*********************************************************************************************************************/
/** language *********************************************************************************************************/
/*********************************************************************************************************************/

.top-bar span.language > a {
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
}

ul#select-lang {
    border: 1px solid #cedbe2;
    display: none;
    font-size: 1.5rem;
    font-weight: bold;
    list-style: none;
    position: absolute;
    right: -5px;
    text-align: center;
    text-transform: uppercase;
    top: -5px;
    width: 40px;
    z-index: 999;
}
ul#select-lang li {
    margin-bottom: 0;
}
ul#select-lang a {
    background: #eef3f5;
    color: #343a48;
    display: block;
    padding: 10px;
    text-decoration: none;
}
ul#select-lang a:hover {
    background: #e7e7e7;
    color: #a38d6c;
}