@font-face {
	font-family: 'Telenor';
	src: url('../fonts/telenor.eot');
	src: url('../fonts/telenor.eot?#iefix') format('embedded-opentype'), 
		url('../fonts/telenor.ttf') format('truetype'),
		url('../fonts/telenor.woff') format('woff'), 
		url('../fonts/telenor.woff2') format('woff2'), 
		url('../fonts/telenor.svg#telenor') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Telenor';
	src: url('../fonts/telenor-bold.eot');
	src: url('../fonts/telenor-bold.eot?#iefix') format('embedded-opentype'), 
		url('../fonts/telenor-bold.ttf') format('truetype'),
		url('../fonts/telenor-bold.woff') format('woff'), 
		url('../fonts/telenor-bold.woff2') format('woff2'), 
		url('../fonts/telenor-bold.svg#telenorbold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Telenor';
	src: url('../fonts/telenor-bold-italic.eot');
	src: url('../fonts/telenor-bold-italic.eot?#iefix') format('embedded-opentype'), 
		url('../fonts/telenor-bold-italic.ttf') format('truetype'),
		url('../fonts/telenor-bold-italic.woff') format('woff'), 
		url('../fonts/telenor-bold-italic.woff2') format('woff2'), 
		url('../fonts/telenor-bold-italic.svg#telenorbolditalic') format('svg');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'Telenor';
	src: url('../fonts/telenor-italic.eot');
	src: url('../fonts/telenor-italic.eot?#iefix') format('embedded-opentype'), 
		url('../fonts/telenor-italic.ttf') format('truetype'),
		url('../fonts/telenor-italic.woff') format('woff'), 
		url('../fonts/telenor-italic.woff2') format('woff2'), 
		url('../fonts/telenor-italic.svg#telenoritalic') format('svg');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Telenor';
	src: url('../fonts/telenor-light.eot');
	src: url('../fonts/telenor-light.eot?#iefix') format('embedded-opentype'), 
		url('../fonts/telenor-light.ttf') format('truetype'),
		url('../fonts/telenor-light.woff') format('woff'), 
		url('../fonts/telenor-light.woff2') format('woff2'), 
		url('../fonts/telenor-light.svg#telenorlight') format('svg');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Telenor';
	src: url('../fonts/telenor-light-italic.eot');
	src: url('../fonts/telenor-light-italic.eot?#iefix') format('embedded-opentype'), 
		url('../fonts/telenor-light-italic.ttf') format('truetype'),
		url('../fonts/telenor-light-italic.woff') format('woff'), 
		url('../fonts/telenor-light-italic.woff2') format('woff2'), 
		url('../fonts/telenor-light-italic.svg#telenorlightitalic') format('svg');
	font-weight: 100;
	font-style: italic;
}


@font-face {
    font-family: 'telenormedium';
    src: url('../fonts/telenor-medium.woff2') format('woff2'),
         url('../fonts/telenor-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

*{
	font-family: 'Telenor', sans-serif;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	font-family: 'Telenor', sans-serif;
}
body{
	overflow-x:hidden;
}
img{
	max-width: 100%;
}
.colorBlue {
	color: #0091d2 !important;
}
.bgBlue {
	background-color: #0091d2 !important;
}
.no-border {
	border: none !important;
}
.nopadding{
	padding: 0;
}
.tp-container{
	max-width: 1190px;
}