

/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/

body{
    margin: 0;
    display: block;
    position: relative;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
    display: none;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    position: absolute;
    right: 0;
    top: 0;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.header{
    display: block;
    position: relative;
}
.header:before,
.header:after{
    content: "";
    display: table;
    clear: both;
}

.container{
    margin: auto;
    max-width: 1400px;
}

.header_top{
    display: flex;
    position: relative;
    width: 100%;
    padding: 20px 0 40px;
}
.header_top:before,
.header_top:after{
    content: "";
    display: table;
    clear: both;
}
.logo{
    width: 20%;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.logo img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 60px;
}
.heading{
    width: 53%;
    float: left;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
}
.heading .content{
    position: relative;
    display: inline-block;
}
.heading .content span{
    font-size: x-large;
}
.language{
    width: 27%;
    float: left;
    display: flex;
    justify-content: left;
    flex-direction: row;
    align-items: center;
}
.language a{
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #6c98bf;
    border-top: 1px solid #6c98bf;
    border-right: 1px solid #6c98bf;
    line-height: 40px;
    height: 40px;
    padding: 0;
    width: 110px;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.language a:first-child{
    border-left: 1px solid #6c98bf;
}

.language a:hover,
.language a.active{
    color: #6c98bf;
}

.language i{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 5px;
}

.nav-menu{
    position: relative;
    display: block;
    width: 100%;
}

.nav-menu ul{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.nav-menu ul li{
    display: inline-block;
    position: relative;
}

.menu-item a{
    font-family: "Calibri Light";
    display: flex;
    line-height: 1.3em;
    padding: 0;
    width: 132px;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    color: #000;
    background: #f0f0f0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin: 2px 0;
}
/*.menu-item a strong:last-child {*/
    /*font-family: "Calibri Light";*/
/*}*/

.menu-item a:before{
    content: "";
    position: absolute;
    height: 1px;
    background: #6c98bf;
    bottom: 0;
    left: 50%;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    width: 0;
    /*opacity: 0;*/
}
.menu-item a:after{
    content: "";
    position: absolute;
    height: 1px;
    background: #6c98bf;
    bottom: 0;
    right: 50%;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    width: 0;
    /*opacity: 0;*/
}
.menu-item.active a,
.menu-item a:hover{
    color: #6c98bf;
}
.menu-item.active:before,.menu-item.active:after,
.menu-item a:hover:before,.menu-item a:hover:after{
    width: 50%;
}

.text-center{text-align: center;}
.text-left{text-align: left;}
.text-right{text-align: right;}
.text-large {
    font-size: large;
}
.text-x-large {
    font-size: large;
}

.font-serif{
    text-align: center;
    color: rgb(0, 0, 0);
    font-family: serif;
}

.font-arial {
    font-family: Arial, Helvetica, sans-serif;
}

.font-courier {
    font-family: "Courier New", Courier, monospace;
}

.font-normal-justify {
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 24px;
    text-align: justify;
    text-indent: 0px;
    text-transform: none;
    white-space: normal;
    word-spacing: 0px;
    color: rgb(0, 0, 0);
}

.font-normal-start {
    color: rgb(0, 0, 0);
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: start;
    text-indent: 0px;
    text-transform: none;
    white-space: normal;
    word-spacing: 0px;
}

.grey,.coppyright{color: #606060;}
.black {
    color: #000000;
}
.blue {
    color: #0000FF;
}
/*.auto-style7 {*/
    /*text-align: left;*/
    /*!*font-size: large;*!*/
    /*color: #0000FF;*/
/*}*/
/*.auto-style8 {*/
    /*!*font-size: x-large;*!*/
/*}*/
/*.auto-style10 {*/
    /*color: #000000;*/
    /*!*font-size: smaller;*!*/
/*}*/
/*.auto-style11 {*/
    /*color: #606060;*/
/*}*/
.auto-style4 {
    text-align: center;
}
.auto-style5 {
    text-align: center;
    color: rgb(0, 0, 0);
}
.auto-style6 {
    text-align: center;
    color: rgb(0, 0, 0);
    font-family: serif;
}
.auto-style7 {
    color: rgb(0, 0, 0);
}
.auto-style8 {
    /*font-size: medium;*/
}
.auto-style9 {
    color: #0000FF;
}
.auto-style18 {
    color: #606060;
}
.auto-style19 {
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 24px;
    text-align: justify;
    text-indent: 0px;
    text-transform: none;
    white-space: normal;
    word-spacing: 0px;
    color: rgb(0, 0, 0);
}
.auto-style20 {
    font-family: Consolas;
    color: #606060;
    font-size: x-large;
}
.auto-style21 {
    font-family: Consolas;
    color: black;
    font-size: x-large;
}
.auto-style22 {
    font-family: Consolas;
    color: #FF6600;
    font-size: x-large;
}
.auto-style23 {
    font-family: Consolas;
    color: #FF9900;
    font-size: x-large;
}
.auto-style24 {
    font-family: Consolas;
    color: blue;
    font-size: x-large;
}
.auto-style25 {
    font-family: "ＭＳ Ｐゴシック";
    color: #606060;
    font-size: x-large;
}
.auto-style26 {
    font-family: "ＭＳ Ｐゴシック";
    color: #FF6600;
    font-size: x-large;
}
.auto-style27 {
    font-family: "ＭＳ Ｐゴシック";
    color: blue;
    font-size: x-large;
}
.auto-style28 {
    font-size: medium;
    color: rgb(0, 0, 0);
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: start;
    text-indent: 0px;
    text-transform: none;
    white-space: normal;
    word-spacing: 0px;
}