@charset "utf-8";
/* CSS Document */
/* Padding below the footer and lighter body text */
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Gisha" !important;
}
a:hover {
	text-decoration: none;
}
label{ font-weight:normal; max-width:inherit;}
a{cursor:pointer;}

ul, li, ol {
	list-style: none;
}
b{ font-weight:600;}

a:focus{outline:none; text-decoration:none;}

.btn{    transition: background 0.5s ease-out;
	-webkit-transition: background 0.5s ease-out;
    -moz-transition: background 0.5s ease-out;
    -o-transition:background 0.5s ease-out;
	border-radius:0;
}
b{ font-weight:600;}
.text-center {
  text-align: center;
}
.bor-radius{border-radius:0;}

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

header{background:url(../images/header-bg.jpg) no-repeat top left;}
hr {background-color:#3e3322; height:2px; margin:0;}
nav{display:inline-block; float:right;}
nav ul{margin-top:50px;}
nav ul li{display:inline-block;}
nav ul li a{padding:10px 25px; color:#fff; text-transform:uppercase;}
nav ul li a.active, nav ul li a:hover{background-color:#d5b34a; border-radius:50px; color:#fff;} 


