@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	scrollbar-width: none;
 	scrollbar-color: #999;
}

::-webkit-scrollbar {
  width: 0px; height: 0px;
}

::-webkit-scrollbar-track {
  background: #eeeeee; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccc; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #999; 
}

video::-webkit-media-controls-start-playback-button {
	display: none !important;
}

/* Chrome, Safari, Edge, Opera
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
 */
/* Firefox 
input[type=number] {
  -moz-appearance: textfield;
}
*/
a{
	text-decoration:none;
	cursor:pointer;
	color:#542012;
	-webkit-transition: all .3s ease-out;	
	-moz-transition: all .3s ease-out;	
	-ms-transition: all .3s ease-out;	
	-o-transition: all .3s ease-out;	
	transition: all .3s ease-out;	
}

article,label,section,footer{
	cursor:default;
	-webkit-transition: all .3s ease-out;	
	-moz-transition: all .3s ease-out;	
	-ms-transition: all .3s ease-out;	
	-o-transition: all .3s ease-out;	
	transition: all .3s ease-out;	
}

input{
	-webkit-transition: all .3s ease-out;	
	-moz-transition: all .3s ease-out;	
	-ms-transition: all .3s ease-out;	
	-o-transition: all .3s ease-out;	
	transition: all .3s ease-out;	
}


@font-face {
  font-family: 'BHoma3';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Geometosbold.eot');
	src: url('../fonts/Geometosbold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/Geometosbold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/Geometosbold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/Geometosbold.ttf') format('truetype');
}

@font-face {
  font-family: 'BHoma1';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Geometos.eot');
	src: url('../fonts/Geometos.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/Geometos.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/Geometos.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/Geometos.ttf') format('truetype');
}

@font-face {
  font-family: 'BHoma2';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/georgia.eot');
	src: url('../fonts/georgia.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/georgia.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/georgia.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/georgia.ttf') format('truetype');
}

@font-face {
  font-family: 'BHoma';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/georgiaBold.eot');
	src: url('../fonts/georgiaBold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/georgiaBold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/georgiaBold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/georgiaBold.ttf') format('truetype');
}


.BHoma {
	font-size:12px;
	direction:ltr;
	font-family: "BHoma";
}

.BHoma1 {
	font-size:12px;
	direction:ltr;
	font-family: "BHoma1";
}

.BHoma2 {
	font-size:12px;
	direction:ltr;
	font-family: "BHoma";
}

.BHoma3 {
	font-size:10px;
	direction:ltr;
	font-family: "BHoma3";
}

.BHoma4 {
	font-size:12px;
	direction:ltr;
	font-family: "BHoma2";
}




