@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: Euphemia;
    src: url('/asset/fonts/euphemia.ttf');
}


@font-face {
    font-family: Roboto;
    src: url('/asset/fonts/Roboto-Light.ttf');

}

@font-face {
    font-family: Product Sans;
    src: url('/asset/fonts/ProductSansRegular.ttf');
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	-webkit-text-stroke: 0.45px;

}

@font-face {
    font-family: MankSans;
    src: url('/asset/fonts/MankSans.ttf');
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	-webkit-text-stroke: 0.45px;

}
body {
	/*background-color: #F5F7FA;*/
        background-color: white;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0px;
	padding: 0px;

    /*margin: auto;*/
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    overflow: auto;
    /*background: linear-gradient(360deg, rgba(200,200,200,1) 10%, rgba(255,255,255,1) 98%);*/
    /*animation: gradient 15s ease infinite;*/
    /*background-size: 400% 400%;
    background-attachment: fixed;*/
}

@keyframes gradient {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

.wave {
    background: rgb(255 255 255 / 25%);
    border-radius: 1000% 1000% 0 0;
    position: fixed;
    width: 200%;
    height: 12em;
    animation: wave 10s -3s linear infinite;
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
    bottom: 0;
    left: 0;
    z-index: -1;
    border: 2px rgba(200,200,200,0.9) solid;
}

.wave:nth-of-type(2) {
    bottom: -1.25em;
    animation: wave 18s linear reverse infinite;
    opacity: 0.8;
    border: 1px rgba(200,200,200,0.7) solid;
}

.wave:nth-of-type(3) {
    bottom: -2.5em;
    animation: wave 20s -1s reverse infinite;
    opacity: 0.9;
    border: 3px rgba(200,200,200,0.5) solid;
}

@keyframes wave {
    2% {
        transform: translateX(1);
    }

    25% {
        transform: translateX(-25%);
    }

    50% {
        transform: translateX(-50%);
    }

    75% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(1);
    }
}
h1 {
	font-family: "Roboto";
	font-size: 2em;
        line-height: 1.3em;
}
h2 {
	font-family: "Product Sans";
	font-size: 1.2em;
        line-height: 1.3em;
	color: #B30000;
}
h3 {
	font-family: "Product Sans";
	font-size: 1.1em;
        line-height: 1em;
	color: #0000CC;
}

#header  {
	width: 100%;
	overflow: visible;
	position: relative;
	clear: left;
	float: left;
	z-index: 999;
        background-color: #1C2E4A;

}

#header_centre {
	margin-left:auto;
	margin-right:auto;
        width: 100%;
	position: relative;
}

#header #header_centre #header_logo {
	clear: left;
	float: left;
	width: 200px;
	margin-left: 10px;
	max-width: 200px;
}

#header #header_centre #header_logo #header_logo_img {
	width: 100%;
	clear: left;
	float: left;
       /* filter: drop-shadow(0 0 1px white) drop-shadow(0 0 1px white);*/
}


#header #header_centre #tagline {
	font-family: "Product Sans";
	font-size: 0.8em;
	margin-top: -10px;
	clear: left;
	float: left;
	margin-left: 30px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

.slicknav_menu {
	display:none;
         background-color: #1C2E4A;
         color: white;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #1C2E4A;
}
.slicknav_nav a {
    color: #fff; 
}
.logosmall {
	float: left;
	width: 150px;
	margin-bottom: 10px;
}
.logosmall img {
	width: 100%;
        /*filter: drop-shadow(0 0 1px white) drop-shadow(0 0 1px white);*/
        margin: 10px;
}

#langsel {
    float: right;
    width: 100%;
    text-align: right;
    padding-right: 10px;
    background-color: #1C2E4A;
    color: white;
}
#langsel a {
    color: white;
}
#topmenu {
	list-style:none;
	position:relative;
	float:right;
	margin:0;
	padding:0;
	clear: right;
        margin-right: 100px;
        margin-top: 10px;
}

#topmenu a
{
	display:block;
	color:white;
	text-decoration:none;
	font-weight:700;
	font-size:1em;
	line-height:32px;
	padding:0 15px;
	font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 500;
        letter-spacing: 0.5px;
}

#topmenu li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	
}

#topmenu li.current-menu-item
{
/*	background:#ddd */
}


#topmenu li:hover
{
	color:#f6f6f6;
}

#topmenu ul
{
	list-style:none;
	visibility: hidden;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0;
	border: 1px solid #CCCCCC;
        transition: visibility 0s, opacity 0.5s linear;
        opacity: 0;
}

#topmenu ul li
{
	float:right;
        clear:right;
	width:150px;
	border: 1px #CCCCCC solid;
}

#topmenu ul a
{
	font-size: 1em;
	line-height:120%;
	padding-top: 10px;
        padding-bottom: 10px;
        font-weight: 500;
        color: #2D2D2D;
}

#topmenu ul ul
{
	top:0;
	left:100%
}


#topmenu li:hover > ul
{
	visibility: visible;
        opacity: 1;
        background-color: white;
}


#middle {
	width: 100%;
	clear: left;
	float: left;
}

#middle_centre {
        width: 100%;
	margin-left:auto;
	margin-right:auto;
	position: relative;
}
.scrshot {
 width: 90%;
 max-width: 500px;
 border: 3px solid rgba(100,100,100,0.5);
 margin-top: 50px;
 border-radius: 5px;
}

#footer {
        margin-top: 50px;
	width: 100%;
	padding-top: 20px;
	clear: left;
	float: left;
	padding-bottom: 100px;
        background-color: #1C2E4A;
}
#footer_centre {
	margin-left:auto;
	margin-right:auto;
        width: 100%;
	position: relative;
}

#footer #link1_group {
	width: 80%;
	float: left;
	position: relative;
}
#footer    .links1  {
	list-style-image: none;
	list-style-type: none;
	float: left;
	margin-left: 0px;
	padding-left: 0px;
}
#footer    .links1    li  {
	float: left;
        clear: left;
	margin-left: 15px;
        margin-bottom: 0.5em;
}
#footer  .links1  a {
	text-decoration: none;
	float: left;
	font-family: "Product Sans";
	font-size: 1em;
        color: white;
}
#footer  .links1  a:hover {
	text-decoration: underline;
}

#copyright  {
	clear: left;
	float: left;        
	text-align: center;
	font-family: "MankSans";
	font-size: 0.8em;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
        background-color: black;
        color: white;
}
#copyright a {
	text-decoration: none;
	color: #FFFFFF;
}
.fb-comments {
	margin-top: 50px;
}
#popup-header {
	background-color: #000099;
	width: 100%;
	clear: left;
	float: left;
}
#popup-header #systemname {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
}
#popup-centre {
	width: 100%;
	clear: left;
	float: left;
}

.loading {
	background: url(/pics/progress-banner.gif) no-repeat left top;
}

@media screen and (min-width: 300px) {

    #header {
            /*background-color: rgba(255, 255, 255, .95);*/
            /*background-color:#FFFFFF;*/
            text-align:	left;
            border-bottom: none;	
    }
    #header #header_logo {
            width: 80%;
            margin-top: 10px;

    }

    #logo_small_box {
            width: 150px;
            margin-top: 10px;
    }

    #logo_small_box #logo_small_img {
            width: 100%;
    }

    /* #menu is the original menu */

    #header_logo {
                    display:none;
    }		
    #topmenu {
        display:none;
    }	
    .slicknav_menu  {
                    display:block;	
                    /*box-shadow: 0px 10px 10px -10px black;*/

                    font-family: "Product Sans";
                    font-size: 0.8em;
    }



}

@media screen and (min-width: 800px) {
    #header_logo_small {
            width: 200px;
            margin-top: 10px;
    }

    #header #header_logo {
            width: 20%;
            margin-top: 10px;
    }
    #header {
    /*	background-color: rgba(0, 255, 255, 0);*/
            /*background-color:#FFFFFF;	*/
            text-align:	left;
            
    }

    #logo_small_box {
            width: 150px;
            margin-top: 10px;
    }

    #logo_small_box #logo_small_img {
            width: 100%;
    }

	/* #menu is the original menu */
	
	#header_logo {
		display:block;
	}			
	#topmenu {
		display:block;
	}
	
	.slicknav_menu {
		display:none;

	}
}
