/* LG fonts */
@font-face {
	font-family: "LG Smart Bold";
	src: url("../fonts/main/LG_Smart_Bold.woff");
	src: url("../fonts/main/LG_Smart_Bold.woff?#iefix") format("woff");/*Young 210811*/
}

@font-face {
	font-family: "LG Smart Bold Italic";
	src: url("font/LG_Smart_Bold_Italic.ttf");
	src: url("font/LG_Smart_Bold_Italic.woff?#iefix") format("woff");/*Young 210811*/
}

@font-face {
	font-family: "LG Smart Light";
	src: url("../fonts/main/LG_Smart_Light.woff");
	src: url("../fonts/main/LG_Smart_Light.woff?#iefix") format("woff");/*Young 210811*/
}


@font-face {
	font-family: "LG Smart Regular";
	src: url("../fonts/main/LG_Smart_Regular.woff");
	src: url("../fonts/main/LG_Smart_Regular.woff?#iefix") format("woff");/*Young 210811*/
}


@font-face {
	font-family: "LG Smart SemiBold";
	src: url("font/LG_Smart_SemiBold.ttf");
	src: url("font/LG_Smart_SemiBold.woff?#iefix") format("woff");/*Young 210811*/
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: "LG Smart Regular",Arial,Helvetica,sans-serif;
    font-size: 1em;
    color: #505050;
}

body {
    line-height: 1.2;
}

.index-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 50px 10px 100px;
}

.index-page .contents {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

.index-page .index__logo--image {
    max-height: 3.5em;
}

.index-page .contents h1 {
    font-family: "LG Smart Light";
    font-size: 2em;
    letter-spacing: 1px;
}

.index-page .contents h2 {
    font-family: "LG Smart Light";
    margin-top: 20px;
    font-size: 1.35em;
    letter-spacing: 1px;
}

.index-page .contents p {
    font-family: "LG Smart Regular";
    margin-top: 0.25rem;
    font-size: 1.1em;
}

.index-page .contents .language-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 960px;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
}

.index-page .contents .language-nav--item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    margin-bottom: 15px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.index-page .contents .language-nav--item a {
    position: relative;
    display: block;
    border: 1px solid rgba(0,0,0,.3);
    border-radius: 7px;
    padding: 0.3em;
    height: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #a50034;
    color: #fff;
    font-size: 1.2em;
    text-decoration: none;
}

.index-page .contents .language-nav--item a:hover {
    cursor: pointer;
    background: #fff;
    color: rgba(0,0,0,.7);
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    z-index: 99;
    background-color: #a50034
}

.footer p {
    font-size: 0.95em;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-family: "LG Smart Regular";
}


@media screen  and (max-width: 640px) {
    .index-page {
        padding: 35px 10px 80px;
    }

    .index-page .index__logo--image {
        max-height: 2.8em;
    }

    .index-page .contents h1 {
        font-size: 1.5em;
    }

    .index-page .contents h2 {
        font-size: 1.3em;
        margin-top: 10px;
    }

    .index-page .contents p {
        font-size: 0.9em;
    }

    .index-page .contents .language-nav--item a {
        font-size: 0.95em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .footer p {
        font-size: 0.8em;
        padding: 5px 0;
    }
}

@keyframes opacityAnim {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
}

.contents {
    animation-duration: 2s;
    animation-name: opacityAnim;
    animation-timing-function:ease-in-out;
}

a[href="Bosnian/main.html"],
a[href="Bulgarian/main.html"],
a[href="Greek/main.html"],
a[href="Macedonian/main.html"] {
    font-family: 'Arial', "LG Smart Regular";
}