@font-face {
    font-family: "Roboto Bold";
    src: url("../fonts/Roboto-Bold.ttf");
}

@font-face {
    font-family: "Roboto Medium";
    src: url("../fonts/Roboto-Medium.ttf");
}

@font-face {
    font-family: "Roboto Regular";
    src: url("../fonts/Roboto-Regular.ttf");
}

@font-face {
    font-family: "Roboto Thin";
    src: url("../fonts/Roboto-Thin.ttf");
}

@font-face{
    font-family: "BPG GLAHO";
    src: url("../fonts/bpg_web_glaho.ttf");
}

@font-face{
    font-family: "BPG GLAHO CAPS";
    src: url("../fonts/bpg_web_glaho_caps.ttf");
}

@font-face {
	font-family: 'Conv_bpg_glaho';
	src: url('../fonts/bpg_glaho.eot');
	src: local('☺'), url('../fonts/bpg_glaho.woff') format('woff'), url('../fonts/bpg_glaho.ttf') format('truetype'), url('../fonts/bpg_glaho.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gel';
	src: url('../fonts/gel.ttf');
	src: local('☺'), url('../fonts/gel.ttf') format('ttf'), url('../fonts/gel.ttf') format('truetype'), url('../fonts/gel.ttf') format('ttf');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'shida';
	src: url('../fonts/BPG_Algeti_Comp_2017.ttf');
	src: local('☺'), url('../fonts/BPG_Algeti_Comp_2017.ttf') format('ttf'), url('../fonts/BPG_Algeti_Comp_2017.ttf') format('truetype'), url('../fonts/BPG_Algeti_Comp_2017.ttf') format('ttf');
}

@font-face {
	font-family: 'menu';
	src: url('../fonts/BPG_Algeti_Comp_Caps_2017.ttf');
	src: local('☺'), url('../fonts/BPG_Algeti_Comp_Caps_2017.ttf') format('ttf'), url('../fonts/BPG_Algeti_Comp_Caps_2017.ttf') format('truetype');url('../fonts/BPG_Algeti_Comp_Caps_2017.ttf') format('ttf');

	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'shida1';
	src: url('../fonts/BPG Tech 11.ttf');
	src: local('☺'), url('../fonts/BPG Tech 11.ttf') format('ttf'), url('../fonts/BPG Tech 11.ttf') format('truetype'), url('../fonts/BPG Tech 11.ttf') format('ttf');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'menu1';
	src: url('../fonts/BPG Tech 11.ttf');
	src: local('☺'), url('../fonts/BPG Tech 11.ttf') format('ttf'), url('../fonts/BPG Tech 11.ttf') format('truetype');
}

/**********************/

*{
    font-family: "shida";
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6, *, ul, p {
    margin: 0;
    padding: 0;

}

ul{
    list-style: none;
}

textarea{
    resize: none;
}

footer{
    text-align: center;
}

body{
    min-width: 100%;
}

/**********************/

