﻿	video {width:100%;}

	@font-face {font-family: Basic; src: url(fonts/BasicRegular.ttf);}
	.Basic {font-family: Basic;}

	@font-face {font-family: Georgia; src: url(fonts/georgia.ttf);}
	.GeorgiaFont {font-family: Georgia;}

	.LineH30 {line-height: 30px !important;}
	.LineH40 {line-height: 40px !important;}
	.LineH50 {line-height: 50px !important;}

	.ButtonRightFixed {z-index:9999; position: fixed; top: 20%; right: -65px; }
	.HomeBox1 {border:1px solid #000;max-width:960px;}
	.HomeBoxPad1 {padding:40px;}
	.HomeBoxImg1 {width:100%;max-width:200px;margin:40px}
	.flagIT {margin-right:20px}
	.flagEN {margin-right:20px}
	.flagsImg {max-width:30px;margin-right:5px;}

@media screen and (max-width: 992px) {
  	.ButtonRightFixed {display:none}
	.HomeBox1 {max-width:97%;text-align:center;margin:0 auto}
	.HomeBoxPad1 {padding:20px;}
	.HomeBoxImg1 {max-width:100%;margin: 0 auto}
	.flagDnone {display:none}
	.flagsImg {max-width:30px;margin-right:-5px;}
	.flagIT {margin-right:0px}
}