			
			/* Initial */
            /* --------------------------------------------------------
             Base (Mobile)
             -------------------------------------------------------- */
			/* Reset */
			font-family: 'LatoLatinWeb';
			src: url('fonts/LatoLatin-Regular.eot'); /* IE9 Compat Modes */
			src: url('fonts/LatoLatin-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
				 url('fonts/LatoLatin-Regular.woff2') format('woff2'), /* Modern Browsers */
				 url('fonts/LatoLatin-Regular.woff') format('woff'), /* Modern Browsers */
				 url('fonts/LatoLatin-Regular.ttf') format('truetype');
			font-style: normal;
			font-weight: normal;
			text-rendering: optimizeLegibility;
			}
			
			ul li {
			    list-style: none;
			}
									
			.nav-switch-top {
			    display: none;
				font-family: 'LatoLatinWeb', sans-serif;
				font-size: 14px;
				line-height: 18px;
			}
			
			.nav-switch-page {
			    text-align: center;
			}
						
			.nav-switch-page ul {
			    list-style-position: inside;
			    margin-left: auto;
				margin-bottom: 0px;
			}
			
			.nav-switch-page li {
				list-style: outside;
			    display: inline-block;
			    margin: 0 0.2rem 0.7rem;
			}
			
			.nav-switch-page li a {
			    border: 1px solid;
			    display: block;
			    padding: 0.65em 1.2em 0.6em;
			    text-decoration: none;
			}
			
            /* --------------------------------------------------------
             Tablet
             -------------------------------------------------------- */
            @media (min-width: 768px) {
            	.meta_page {
				    max-width: 718px;
				    margin: 0 auto;
				}
            	
	            .nav-switch-top {
				    display: block;
				}
				.nav-switch-bottom {
				    display: none;
				}
	            
	            .nav-switch-page {
				    text-align: left;
				}
            	
            	.nav-switch-page li {
				    margin-bottom: 0;
				    margin-left: 0;
				    margin-right: 0;
				}
            }

            /* --------------------------------------------------------
             Screen
             -------------------------------------------------------- */
            @media (min-width: 1108px) {
            	.meta_page {
				    max-width: 1054px;
				}
				
				.nav-switch-page li {
				    text-align: center;
				    width: 16%;
				}
				.nav-switch-page li {
				    font-size: 1rem;
				}          	
            }

            /* --------------------------------------------------------
             Widescreen
             -------------------------------------------------------- */
            @media (min-width: 1780px) {
            	.meta_page {
				    max-width: 1550px;
				}
            	
            }

            /* Colours */
            /* --------------------------------------------------------
             Base (Mobile)
             -------------------------------------------------------- */
			
			.nav-switch-page li a {
			    background-color: #d6d6d6;
			    border-color: #d6d6d6;
			    color: #000;
			}
			
			.nav-switch-page li.active a {
			    background-color: #fff;
			    border-color: #fff;
			}

            /* --------------------------------------------------------
             Tablet
             -------------------------------------------------------- */
            @media (min-width: 768px) {
            	
				.nav-switch-page {
				    background-color: #eaeaea;
				}
    
			    .nav-switch-page li.itb-global a:hover {
			        background-color: #1A284D;
			        border-color: #1A284D;
			        color: #fff;
			    }
			    
			    .nav-switch-page li.itb-asia a:hover {
			        background-color: #e96000;
			        border-color: #e96000;
			        color: #fff;
			    }
			    
			    .nav-switch-page li.itb-berlin a:hover {
			        background-color: #ffd409;
			        border-color: #ffd409;
			        color: #464646;
			    }
			    
			    .nav-switch-page li.itb-kongress a:hover {
			        background-color: #7697cd;
			        border-color: #7697cd;
			        color: #fff;
			    }
			    
			    .nav-switch-page li.itb-china a:hover {
			        background-color: #7b2d26;
			        border-color: #7b2d26;
			        color: #fff;
			    }
            	.nav-switch-page li.itb-india a:hover {
			        background-color: #993366;
			        border-color: #993366;
			        color: #fff;
			    }
            }

            /* --------------------------------------------------------
             Screen
             -------------------------------------------------------- */
            @media (min-width: 1108px) {
            }

            /* --------------------------------------------------------
             Widescreen
             -------------------------------------------------------- */
            @media (min-width: 1780px) {
            }
.meta_page{text-align: center;}