/* cyrillic-ext */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans'), local('PTSans-Regular'), url(../fonts/PTSans-Regular1.woff2) format('woff2');
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}

/* cyrillic */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans'), local('PTSans-Regular'), url(../fonts/PTSans-Regular2.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans'), local('PTSans-Regular'), url(../fonts/PTSans-Regular3.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans'), local('PTSans-Regular'), url(../fonts/PTSans-Regular4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}


@font-face {
    font-family: 'Battambang';
    font-style: normal;
    font-weight: 400;
    src: local('Battambang'), url(../fonts/battambang.woff2) format('woff2');
    unicode-range: U+1780-17FF, U+200B-200C, U+25CC;
}

body {
    font-family: 'PT Sans', sans-serif, 'Battambang', cursive;
    font-weight: 300;
}

body.open {
    overflow: hidden;
}

#page {
    position: fixed;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f4f4f4;
    height: 100%;
}

#main {
    position: relative;
    z-index: 2;
    background: transparent;
    width: 1278px;
    height: 400px;
    margin: 0 auto;
}

#main .title {
    margin-top: -4em;
}

#main .title h2 {
    font-size: 40px;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif, 'Battambang', cursive;
}

#page .head-text {
    padding: 15px;
    margin-top: 10px;
    width: 100%;
    background: transparent;
    height: 88px;
}

#page .head-text h1 {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
    font-family: 'PT Sans', sans-serif, 'Battambang', cursive;
}

a.module:hover .thumbnail {
    /*-webkit-transition: background-color 2s ease-out;*/
    /*-moz-transition: background-color 2s ease-out;*/
    /*-o-transition: background-color 2s ease-out;*/
    /*transition: background-color 2s ease-out;*/
}

a.module:hover .box-top-left {
    background-color: #a3671c;
}

a.module:hover .box-top-right {
    background-color: #3a2062
}

a.module:hover .box-middle-left {
    background-color: #91144c
}

a.module:hover .box-middle-right {
    background-color: #5c7528
}

a.module:hover .box-bottom-left {
    background-color: #2d6e7b
}

a.module:hover .box-bottom-right {
    background-color: #102d64
}

.thumbnail .icon span {
    margin-left: 0;
    font-size: 75px;
    color: #f9f9f9;
}

.thumbnail .icon img {
    margin-left: 0;
    width: 100px;
    height: auto;
    margin-top: -6px;
    border-radius: 100%;
}

.thumbnail .icon-big img {
    margin-left: -20px;
    width: 80px;
    height: auto;
}

.thumbnail .icon-big span {
    margin-left: -15px;
}

.thumbnail .lookup {
    margin-top: -10px;
    margin-left: 0;
    color: white;
    font-size: 15px;
    line-height: 1.4;
    font-weight: normal;
}

.thumbnail .lookup-big {
    color: #337ABF;
    font-size: 22px;
    line-height: 1.4;
    font-weight: normal;
    width: 100%;
    margin-left: 0;
    margin-top: 60px;
}

.box-middle {
    width: 230px;
    height: 230px;
    border: 9px solid #337ABF;
    border-radius: 12px;
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -120px;
    left: 50%;
    margin-left: -120px;
    animation: color-border 4s infinite;
    -webkit-animation: color-border 4s infinite;
    -moz-animation: color-border 4s infinite;
    -o-animation: color-border 4s infinite;
    -ms-animation: color-border 4s infinite;
    animation: color-border 4s infinite;
}

.box-middle .reverse-transform {
    /*margin-top: 50px;*/
}

.text h1, .text h2 {
    font-size: 30px;
    font-weight: bold;
}

.text span {
    font-size: 90px;
}

.text h1, .text h2, .text span {
    color: #337ABF;
}

.box-middle .text span,
.box-middle .text h3 {
    -webkit-animation: color-change 4s infinite;
    -moz-animation: color-change 4s infinite;
    -o-animation: color-change 4s infinite;
    -ms-animation: color-change 4s infinite;
    animation: color-change 4s infinite;
    word-wrap: break-word;
}

.transform {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.reverse-transform {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);

    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.line {
    height: 4px;
    width: 0;
    border-radius: 2px;
    position: absolute;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
}

.line.top-left {
    top: 20%;
    left: 360px;
    margin-top: -6px;
    background-color: transparent;
    height: 44px;
    border: 4px solid #E08D27;
    border-bottom-left-radius: 200px;
    border-top: none;
    border-right: none;
}

.line.top-right {
    top: 20%;
    right: 370px;
    margin-top: -6px;
    background-color: transparent;
    height: 44px;
    border: 4px solid #532E8E;
    border-bottom-right-radius: 200px;
    border-top: none;
    border-left: none;
}

.line.middle-left {
    top: 50%;
    left: 287px;
    margin-top: -6px;
    background-color: #C61961;
}

.line.middle-right {
    top: 50%;
    right: 296px;
    margin-top: -6px;
    background-color: #8FB63F;
}

.line.bottom-left {
    top: 70%;
    left: 362px;
    margin-top: -6px;
    background-color: transparent;
    height: 44px;
    border: 4px solid #3F9CAF;
    border-top-left-radius: 200px;
    border-bottom: none;
    border-right: none;
}

.line.bottom-right {
    top: 70%;
    right: 372px;
    margin-top: -6px;
    background-color: transparent;
    height: 44px;
    border: 4px solid #18469C;
    border: 4px solid #dcdcdc;
    border-top-right-radius: 200px;
    border-bottom: none;
    border-left: none;
}

.box-small {
    visibility: hidden;
    opacity: 0;
}

.box-top-left {
    width: 160px;
    height: 160px;
    background-color: #E08D27;
    border: 6px solid #E08D27;
    border-radius: 12px;
    position: absolute;
    z-index: 3;
    top: 0;
    margin-top: -25px;
    right: 55%;
    margin-right: 180px;
}

.box-middle-left {
    width: 160px;
    height: 160px;
    background-color: #C61961;
    border: 6px solid #C61961;
    border-radius: 12px;
    position: absolute;
    z-index: 3;
    top: 50%;
    margin-top: -84px;
    right: 86%;
    margin-right: -84px;
}

.box-bottom-left {
    width: 160px;
    height: 160px;
    background-color: #3F9CAF;
    border: 6px solid #3F9CAF;
    border-radius: 12px;
    position: absolute;
    z-index: 3;
    top: 84%;
    margin-top: -80px;
    right: 77%;
    margin-right: -105px;
}

.box-top-right {
    width: 160px;
    height: 160px;
    background-color: #532E8E;
    border: 6px solid #532E8E;
    border-radius: 12px;
    position: absolute;
    z-index: 3;
    top: 0;
    margin-top: -25px;
    right: 25%;
    margin-right: -75px;
}

.box-middle-right {
    width: 160px;
    height: 160px;
    background-color: #8FB63F;
    border: 6px solid #8FB63F;
    border-radius: 12px;
    position: absolute;
    z-index: 3;
    top: 50%;
    margin-top: -84px;
    left: 86%;
    margin-left: -92px
}

.box-bottom-right {
    width: 160px;
    height: 160px;
    /*background-color: #17459C;*/
    /*border: 6px solid #17459C;*/
    background-color: #dcdcdc;
    border: 6px solid #cdcdcd;
    border-radius: 12px;
    position: absolute;
    z-index: 3;
    top: 84%;
    margin-top: -80px;
    right: 26%;
    margin-right: -88px;
}

.top-left {
    -webkit-animation: animate-line 1s ease-in;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 0.5s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.5s;
}

.top-right {
    -webkit-animation: animate-line 1s ease-in;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 1.5s; /* Safari 4.0 - 8.0 */
    animation-delay: 1.5s;
}

.middle-left {
    -webkit-animation: animate-line 1s ease-in;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 2.5s; /* Safari 4.0 - 8.0 */
    animation-delay: 2.5s;
}

.middle-right {
    -webkit-animation: animate-line 1s ease-in;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 3.5s; /* Safari 4.0 - 8.0 */
    animation-delay: 3.5s;
}

.bottom-left {
    -webkit-animation: animate-line 1s ease-in;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 4.5s; /* Safari 4.0 - 8.0 */
    animation-delay: 4.5s;
}

.bottom-right {
    -webkit-animation: animate-line 1s ease-in;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 5.5s; /* Safari 4.0 - 8.0 */
    animation-delay: 5.5s;
}

.box-small.box-top-left {
    -webkit-animation: fade-box 1s ease-in;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 0s; /* Safari 4.0 - 8.0 */
    animation-delay: 0s;
}

.box-small.box-top-right {
    -webkit-animation: fade-box 1s ease-in;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s; /* Safari 4.0 - 8.0 */
    animation-delay: 1s;
}

.box-small.box-middle-left {
    -webkit-animation: fade-box 1s ease-in;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 2s; /* Safari 4.0 - 8.0 */
    animation-delay: 2s;
}

.box-small.box-middle-right {
    -webkit-animation: fade-box 1s ease-in;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 3s; /* Safari 4.0 - 8.0 */
    animation-delay: 3s;
}

.box-small.box-bottom-left {
    -webkit-animation: fade-box 1s ease-in;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 4s; /* Safari 4.0 - 8.0 */
    animation-delay: 4s;
}

.box-small.box-bottom-right {
    -webkit-animation: fade-box 1s ease-in;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 5s; /* Safari 4.0 - 8.0 */
    animation-delay: 5s;
}

@-webkit-keyframes animate-line {
    0% {
        width: 0;
        opacity: 0;
        visibility: visible;
    }
    100% {
        width: 192px;
        visibility: visible;
        opacity: 1;
    }
}

@-webkit-keyframes fade-box {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes color-border {
    0% {
        border-color: #E08D27;
    }
    15% {
        border-color: #532E8E;
    }
    30% {
        border-color: #C61961;
    }
    45% {
        border-color: #8FB63F;
    }
    60% {
        border-color: #3F9CAF;
    }
    75% {
        border-color: #17459C;
    }
    100% {
        border-color: #337ABF;
    }
}

@keyframes color-change {
    0% {
        color: #E08D27;
    }
    15% {
        color: #532E8E;
    }
    30% {
        color: #C61961;
    }
    45% {
        color: #8FB63F;
    }
    60% {
        color: #3F9CAF;
    }
    75% {
        color: #17459C;
    }
    100% {
        color: #337ABF;
    }
}

.top-left:before,
.top-left:after,
.top-right:before,
.top-right:after,
.middle-left:before,
.middle-left:after,
.middle-right:before,
.middle-right:after,
.bottom-left:before,
.bottom-left:after,
.bottom-right:before,
.bottom-right:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 4px;

    visibility: hidden;
    -webkit-animation: fade-box 1s ease-in;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 6s; /* Safari 4.0 - 8.0 */
    animation-delay: 6s;
}

.line.top-left::before {
    left: 30px;
    top: 36px;
    border-right: 4px solid #E08D27;
    border-top: 4px solid #E08D27;
    transform: rotate(-135deg);
}

.line.top-left::after {
    right: 20px;
    top: 36px;
    border-right: 4px solid #E08D27;
    border-top: 4px solid #E08D27;
    transform: rotate(45deg);
}

.line.top-right::before {
    left: 20px;
    top: 36px;
    border-right: 4px solid #532E8E;
    border-top: 4px solid #532E8E;
    transform: rotate(-135deg);
}

.line.top-right::after {
    right: 30px;
    top: 36px;
    border-right: 4px solid #532E8E;
    border-top: 4px solid #532E8E;
    transform: rotate(45deg);
}

.line.middle-right::after {
    right: 10px;
    top: -4px;
    border-right: 4px solid #8FB63F;
    border-top: 4px solid #8FB63F;
    transform: rotate(45deg);
}

.line.middle-right::before {
    left: 10px;
    top: -4px;
    border-right: 4px solid #8FB63F;
    border-top: 4px solid #8FB63F;
    transform: rotate(-135deg);
}

.line.middle-left::after {
    right: 10px;
    top: -4px;
    border-right: 4px solid #C61961;
    border-top: 4px solid #C61961;
    transform: rotate(45deg);
}

.line.middle-left::before {
    left: 10px;
    top: -4px;
    border-right: 4px solid #C61961;
    border-top: 4px solid #C61961;
    transform: rotate(-135deg);
}

.line.bottom-left::before {
    left: 30px;
    top: -8px;
    border-right: 4px solid #3F9CAF;
    border-top: 4px solid #3F9CAF;
    transform: rotate(-135deg);
}

.line.bottom-left::after {
    right: 20px;
    top: -8px;
    border-right: 4px solid #3F9CAF;
    border-top: 4px solid #3F9CAF;
    transform: rotate(45deg);
}

.line.bottom-right::before {
    left: 20px;
    top: -8px;
    border-right: 4px solid #17459C;
    border-top: 4px solid #17459C;
    border-right: 4px solid #dcdcdc;
    border-top: 4px solid #dcdcdc;
    transform: rotate(-135deg);
}

.line.bottom-right::after {
    right: 30px;
    top: -8px;
    border-right: 4px solid #17459C;
    border-top: 4px solid #17459C;
    border-right: 4px solid #dcdcdc;
    border-top: 4px solid #dcdcdc;
    transform: rotate(45deg);
}

#login {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 20;
    background-color: rgba(71, 91, 158, 0.98);
    overflow-x: hidden;
    overflow-y: auto;
}

#login .header {
    height: 64px;
    line-height: 64px;
}

.header .meta {
    padding: 0;
    font-weight: normal;
    line-height: 65px;
    color: #FFF;
    margin-top: 20px;
    font-size: 28px;
}

.header button.exit {
    background: transparent;
    border: none;
    font-size: 45px;
    color: #FFF;
    font-weight: 100;
    padding: 12px;
    line-height: 25px;
    z-index: 25;
    position: fixed;
    right: 15px;
}

.header button.exit:focus {
    outline: none;
}

.header button.exit:hover {
    opacity: 0.7;
}

#login .wrap {
    width: 100%;
    position: absolute;
    z-index: 21;
    background-color: transparent;
    top: 15%;
    text-align: center;
    margin-bottom: 80px;
}

.wrap .logo img {
    max-width: 100%;
    width: 130px;
    height: 130px;
    margin-right: 15px;
    display: inline-block;
}

.logo h2 {
    margin: 0;
    font-weight: normal;
    font-size: 22px;
    color: #FFF;
}

.form .panel {
    /*width: 320px;*/
    margin: 0 auto;
    background-color: transparent;
    box-shadow: none;
}

.pad-5-0 {
    padding: 5px 0;
}

.color-white {
    color: #fff;
}

.download:hover,.download:focus, .reg-online:hover {
    color: #ddd;
}

.popover {
    background-color: #FAE9A3;
    border: 1px solid rgba(185, 149, 1, 0.47);
    box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.1);
    padding: 8px;
}

.popover .popover-content {
    color: #503E30;
    font-weight: 400;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    font-family: Battambang, sans-serif;
}

.popover.bottom .arrow:after {
    border-bottom-color: #FAE9A3;
}

.form .usr,
.form .select-council,
.form .pwd {
    box-shadow: none;
    border-radius: 0;
    padding: 10px 12px;
    font-size: 17px;
    height: 46px;
    letter-spacing: -0.0235em;
    border-color: #aaa;
    color: #494949;
    font-family: 'PT Sans', sans-serif, 'Battambang', cursive;
}
#showHide {
    border-radius: 0;
    box-shadow: none;
    color: #000;
    padding: 3px 5px;
    margin-right: 0;
}
.form .usr {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.form .pwd {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.form .btn-login {
    background-color: #db0000;
    border-color: #df0000;
    position: relative;
    min-width: 100px;
}
.form .btn-login:hover {
    background-color: #c30000;
}
.form .usr:focus,
.form .pwd:focus {
    box-shadow: none;
    outline: none;
}

.form .pwd:focus {
    border-right: none;
}

.form .button {
    height: auto;
    padding: 6px 12px;
    border-top-right-radius: 0;
    border-color: #aaa;
    border-left: none;
    background-color: #FFF;
}

.form .button:focus,
.form .button:active {
    outline: none !important;
    box-shadow: none !important;
    background-color: #FFF
}

.form .button span {
    font-size: 32px;
    opacity: 0.5;
}

.form .button:hover span,
.form .button:hover {
    opacity: 1;
    background-color: #FFF
}

#buttonSpinner span,
#buttonSpinner:hover span {
    opacity: 1;
    cursor: default;
}

.error-page {
    margin-top: 60px;
}

.error-page p {
    font-size: 16px;
}

.btn-success {
    background-color: #42b72a;
    border-color: #41b429 #42b72a #42b72a;
}

.footer {
    background-color: #FFF;
}

.footer p {
    margin: 0;
    line-height: 1.4;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
}
#wrapper{
    display: flex;
    height: 78%;
    background: transparent;
    align-items: center;
    align-content: center;
    text-align: center;
}
.footer p img {
    width: 140px;
}

.footer-flex {
    height: 54px;
    display: flex;
    align-items: center;
    text-align: center;
}
.footer .img01{
    width: 150px;
}

.footer .img02 {
    width: 92px;
}
.lang-container {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
}
.lang-container ul {
    margin: 0;
}
.lang-container ul  li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
}
.flat {
    width: 25px;
    height: 15px;
    background: #FFFFFF;
    display: inline-block;
}

.flat.kh {
    background: url("../img/flat_kh.png") no-repeat center;
    background-size: 35px 18px;
}

.flat.en {
    background: url("../img/flat_en.png") no-repeat center;
    background-size: 35px 18px;
}

.mt-10 {
    margin-top: 10px;
}

#buttonSpinner {
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 8px;
    outline: none;
    margin: 0 auto;
    right: 0;
    width: 33px;
}

.panel-login {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    background: #fff;
    border: 13px solid rgba(0,0,0,0.3);
    margin-bottom: 100px;
}
.panel-login h3 {
    margin: inherit;
    font-size: 22px;
    text-align: left;
    position: relative;
}
.panel-login #signin{
    /*padding: 20px 20px 20px 40px;*/
    /*border-left: 4px solid #2980ed;*/
}
/*.panel-login #signin .form-group {*/
    /*margin-bottom: 19px;*/
/*}*/
/*.panel-login #signin h3{*/

/*}*/
.panel-login .btn {
    padding: 10px 12px;
    font-size: 17px;
    min-height: 46px;
    white-space: normal;
    height: auto;
    margin: 0;
}
.mt-40  {
    margin-top: 40px;
}
.mt-30  {
    margin-top: 30px;
}
.mt-60  {
    margin-top: 60px;
}
.sm .panel-login {
    width: 50%;
    margin: 35px auto 0;
}
.sm .show-signup {
    display: none;
}
/*.sm .panel-login .col-md-6:first-child{
    display: none;
    width: 0;
}
.sm .panel-login .col-md-6:last-child{
    width: 100%;
}*/
/*.sm .panel-login #signin{*/
    /*border-left: none;*/
    /*padding: 20px;*/
/*}*/
/*.panel-login .col-md-5,*/
/*.panel-login .col-md-7 {*/
    /*width: 50%;*/
/*}*/
/*.signin,.signup {*/
    /*color: #fff;*/
    /*font-size: 14px;*/
/*}*/
/*.signin:hover,*/
/*.signin:focus,*/
/*.signup:hover,*/
/*.signup:focus,*/
/*.signin.active,*/
/*.signup.active*/
/*{*/
    /*text-decoration: none;*/
    /*border-bottom: 2px solid #fff;*/
    /*color: #fff;*/
    /*padding-bottom: 5px;*/
/*}*/
/*#signup {*/
    /*!*padding: 20px 0 20px 20px;*!*/
    /*position: relative;*/
/*}*/

.panel-login .hr-horizontal {
    border: 2px solid #2980ed;
    margin-bottom: 15px;
}
.btn {
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    *display: inline;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    color: #fff;
}
.btn:hover {
    text-decoration: none;
}
.btn:active {
    position: relative;
    top: 1px;
}
.panel-login .btn.text-left {
    text-align: left !important;
}
#login-license {
    /*margin: 0;*/
}
.panel-login h3.login-info {
    border-bottom: 1px solid #ddd;
    padding-bottom: 17px;
    margin-bottom: 25px;
    font-size: 16px;
}
.showHide {
    border-radius: 0;
    box-shadow: none;
    color: #000;
    padding: 3px 5px;
    margin-right: 0;
}
.sm .download-userguid{
    display: none;
}
.panel {
    box-shadow: none;
}
.separate-login
{
    position: absolute;
    width: 4px;
    background: #3F7AEC;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    top: 0;
    bottom: 0;
}
.tab-pane {
    position: relative;
}
.pd-15 {
    padding: 15px;
}
.pr-20 {
    padding-right: 20px;
}
.pl-18{
    padding-left: 18px;
}
.pd-20 {
    padding: 20px;
}
.pl-20 {
    padding-left:20px;
}
.show-signup.active,
.show-signup.active:focus,
.show-signup:hover
{
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    text-decoration: none;
    color: #fff;
}
.contact-phone {
    position: absolute;
    font-size: 13px;
    right: 0;
    top: -14px;
}
.contact-phone ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-phone ul li {
    display: inline-block;
    vertical-align: middle;
}
.contact-phone ul li p {
     margin: 3px 0;
     padding-left: 2px;
     color: blue;
 }
.relative {
    position: relative;
}
a.btn.btn-primary.btn-block.color-white.download, a.btn.btn-primary.btn-block.color-white.f-download {
    padding: 10px 5px 5px 3px;
}
.time_out_login {
    position: fixed;
    left: 0;
    background: red;
    z-index: 9999;
    padding: 8px 15px;
    top: 0;
}
.time_out_login:before {
    content: "";
    border-top: 41px solid #fe0208;
    display: block;
    border-left: 62px solid transparent;
    border-right: 23px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: -23px;
    top: 0;
    z-index: -1;
}
.time_out_text {
    color: #fff;
    font-size: 18px;
}
.time_out_label {
    color: #fff;
    font-size: 12px;
    margin-top: -1px;
    float: left;
    margin-right: 6px;
}
.in_visibility {
    visibility: hidden;
}
span.invalid_text_latin {
    display: block;
    text-align: left;
    color: #ff0000;
    margin: 5px 0;
}
.powered-by-text {
    display: block;
    font-style: italic;
}
.positivessl {
    margin-right: 25px;
}
.p-0 {
    padding: 0;
}
.mt-8px{
    margin-top: 8px;
}
.d-block {
    display: block;
}
/* Landscape phones and portrait tablets */
@media screen and (max-width: 767px) {
    .separate-login {
        display: none;
    }
    #page {
        background: #FFF;
        position: relative;
        margin: 0 auto;
        padding: 0;
    }

    #main {
        margin: 0;
        width: 100%;
        height: auto;
    }

    .head-text {
        display: none;
    }

    .thumbnail {
        display: block;
        float: left;
        width: 100%;
        position: relative;
        left: 0;
        right: 0;
        margin: 0;
        border-width: 1px;
        border-radius: 0;
        padding: 8px;
        vertical-align: middle;
        height: auto;
    }

    a.module {
        display: block;
        width: 100%;
        position: relative;
        clear: both;
        padding: 20px 20px 0;
        height: auto;
        float: none;
    }

    a.module:last-child {
        background: orangered;
    }

    .transform, .reverse-transform {
        transform: none;
    }

    .title, .line, .thumbnail .lookup br, .lookup-big br {
        display: none;
    }

    .thumbnail .icon {
        float: left;
        display: inline-block;
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
    }

    .thumbnail .icon span {
        line-height: 80px;
        margin-left: 0;
    }

    .thumbnail .text {
        float: right;
        height: 80px;
        line-height: 80px;
        width: 100%;
    }

    .thumbnail .lookup {
        height: 100%;
        color: #000;
        margin: 0 15px;
        font-size: 18px;
        word-wrap: break-word;
        display: flex;
        align-items: center;
        padding-left: 15px;
    }

    .box-middle-left,
    .box-middle-right,
    .box-bottom-left,
    .box-bottom-right,
    .box-top-right,
    .box-top-left {
        background-color: #FFF;
        border-width: 2px;
    }

    .box-top-left .icon {
        background-color: #E08D27;
    }

    .box-middle-left .icon {
        background-color: #C61961;
    }

    .box-bottom-left .icon {
        background-color: #3F9CAF;
    }

    .box-top-right .icon {
        background-color: #532E8E;
    }

    .box-middle-right .icon {
        background-color: #8FB63F;
    }

    .box-bottom-right .icon {
        background-color: #17459C;
    }

    .box-top-left.thumbnail .lookup {
        color: #E08D27;
    }

    .box-middle-left.thumbnail .lookup {
        color: #C61961;
    }

    .box-bottom-left.thumbnail .lookup {
        color: #3F9CAF;
    }

    .box-top-right.thumbnail .lookup {
        color: #532E8E;
    }

    .box-middle-right.thumbnail .lookup {
        color: #8FB63F;
    }

    .box-bottom-right.thumbnail .lookup {
        color: #17459C;
    }

    .module.middle {
        position: absolute;
        top: 0;
        width: 100%;
        background: #17459C;
        height: auto;
        margin-bottom: 15px;
        z-index: 0;
        min-height: 76px;
        padding: 0;
    }

    .module.middle .thumbnail {
        top: 0;
        padding: 0;
        background: transparent;
        border: none;
    }

    .mt-rs-180 {
        margin-top: 110px !important;
    }

    .pb-rs-20 {
        padding-bottom: 20px !important;
    }

    .icon-big {
        width: 92px;
        height: 92px;
        line-height: 92px;
        margin: 0 auto;
        background: #fff;
        border-radius: 100%;
    }

    .thumbnail .icon-big img {
        width: 60px;
        height: auto;
        margin-left: 0;
        margin-top: -10px;
    }

    .thumbnail .icon-big span {
        margin-left: 0;
        font-size: 44px;
        vertical-align: middle;
    }

    .middle .text {
        height: auto;
        padding: 0;
        margin: 0;
        background: transparent;
    }

    .thumbnail .lookup-big {
        margin-left: 0;
    }

    .box-middle .text .lookup-big {
        animation: none;
        color: #FFF;
        font-size: 26px;
        margin: 20px 0;
    }

    .box-small.box-top-left {
        -webkit-animation: fade-box 1s ease-in;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .box-small.box-middle-left {
        -webkit-animation: fade-box 1s ease-in;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .box-small.box-bottom-left {
        -webkit-animation: fade-box 1s ease-in;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

    .box-small.box-top-right {
        -webkit-animation: fade-box 1s ease-in;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-delay: 3s;
        animation-delay: 3s;
    }

    .box-small.box-middle-right {
        -webkit-animation: fade-box 1s ease-in;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-delay: 4s;
        animation-delay: 4s;
    }

    .header .meta {
        overflow: hidden;
        line-height: 1.4;
        font-size: 22px;
        margin-top: 12px;
        display: none;
    }
    .footer {
        clear: both;
        position: fixed;
        margin-top: 100px;
        width:100%;
        bottom: 0;
        z-index: 9999;
    }
    .footer .img01,
    .footer .img03{
        width: 120px;
    }
    .footer .img02{
        width: 60px;
    }
    .flex{
        display: flex;
        align-content: center;
        justify-items: center;
        align-items: center;
        height: 44px;
        text-align: center;
    }
    .navbar-fixed-bottom{
        position: fixed;
        z-index: 3;
    }
    .box-middle .reverse-transform{
        margin-top: 0;
    }
    .thumbnail .icon img {
        margin-left: 0;
    }
    .wrap .logo img {
        max-width: 100%;
        width: 55px;
        height: 55px;
    }
    .thumbnail .icon img {
        width: 74px;
        margin-top: -4px;
    }
    .reverse-transform {
        position: relative;
    }
    .lang-container {
        position: static;
        padding: 10px 15px;
        text-align: center;
    }
    .module:nth-child(7) {
        margin-bottom: 200px;
    }
    #login .wrap {
        top: 25px;
    }
    /*.sm .panel-login .col-md-6:last-child {*/
        /*margin-left: 0;*/
    /*}*/
    /*.sm .signin,.sm .signup {*/
        /*display: none;*/
    /*}*/
    /*.panel-login #signin{*/
        /*border-left: none;*/
        /*padding-left: 20px;*/
    /*}*/
    .panel-login {
        width: 90%;
        margin: 35px auto 0;
    }
    /*#signup {*/
        /*padding: 20px;*/
    /*}*/
    .sm .panel-login {
        width: 90%;
        margin: 35px auto 0;
    }
    .usaid, .copy-right{
        display: none;
    }

    .contact-phone {
        top: -26px;
        left: 0;
        right: 0;
        border-bottom: 1px solid #ddd;
        padding: 3px 20px;
        background: #fff;
    }
    .contact-phone ul li p {
        padding-left: 2px;
        display: inline;
    }

    .contact-phone ul li p:last-child {
        border-left: 1px solid #ddd;
    }

    .time_out_login {
        position: static;
        padding: 3px 15px;
    }
    .time_out_login:before {
        display: none;
    }

    .lang-container > ul {
        padding: 0;
    }
}