@font-face {
	font-family: 'nexabold';
	src: url('../font/NexaFreeBoldwebfont.eot');
	src: local('../font/NexaFreeBoldwebfont'), url('../font/NexaFreeBoldwebfont.woff') format('woff'), url('../font/NexaFreeBoldwebfont.ttf') format('truetype');
}

@font-face {
    font-family: nexacom;
    src: url(../font/NexaScript-Free.woff);
}

@font-face {
    font-family: nexal;
    src: url(../font/NexaLight.woff);
}
@font-face {
    font-family: century;
    src: url(../font/ufonts.com_century-gothic.woff);
}

.navbar-default {
background-color: rgba(7, 7, 7, 0.7);
background-size: cover;
border: none;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #ce1817;
}

.navbar-default .navbar-nav > li > a {
font-family: nexabold;
color: #cdac68;
font-weight: bold;
font-size: 12px;
}
.navbar-default .navbar-nav > li > a:hover {
color: #cdac68;
}

#bn1 {
background: url('../img/background1.jpg');
background-size: cover;
min-height: 500px;
}

#bn2 {
background: url('../img/background2.jpg');
background-size: cover;
}

#bn3 {
background: url('../img/background1.jpg');
background-size: cover;
min-height: 500px;
}

#bn4 {
background: url('../img/background3.jpg');
background-size: cover;
min-height: 500px;
}

#bn6 {
background: url('../img/background2.jpg');
background-size: cover;
}


.bn7 {
background: url('../img/background4.jpg');
background-size: cover;
font-family: century;
color: #fff;
font-size:16px;
}

#footer {
background: #131313;
background-size: cover;
min-height: 50px;
border-top: solid thin #f3d797;
}
#bn3 p {
font-family: century;
color: #cfb479;
font-weight:bold;
}

#bn4 p {
font-family: century;
color: #cfb479;
font-weight:bold;
}

#bn6 p {
font-family: century;
color: #fff;
}

#bn6, .bn7 h3 {
font-family: century;
color: #fff;
font-weight:bold;
font-size:20px;
}
.bn7 ol,ul {
    margin-top: 0px;
    margin-bottom: 0px;
}
#bn5 {
background: url('../img/background1.jpg');
background-size: cover;
}

.ccontrol{
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
margin-top: -33px;
}
.vd{
padding: 15px;
}
.myButton {
	font-family: century;
	background-color:#121212;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:3px solid #b3985f;
	display:inline-block;
	cursor:pointer;
	color:#b3985f;
	font-weight:bold;
	padding:10px 20px;
	text-decoration:none;
}
.myButton:hover {
	background-color:#000000;
}
.myButton:active {
	position:relative;
	top:1px;
}

.myButton1 {
	font-family: nexabold;
	background-color:#121212;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:5px;
	border:1px solid #b3985f;
	display:inline-block;
	cursor:pointer;
	color:#b3985f;
	font-weight:bold;
	padding:5px 10px;
	text-decoration:none;
}

.myButton1:hover {
	background-color:#000000;
}
.myButton1:active {
	position:relative;
	top:1px;
}

.carousel-control.left {
background:none;
}
.carousel-control.right {
background:none;
right: 70px;
left: auto;
}

.emas {
font-family: century;
background: -webkit-linear-gradient(rgb(255,240,158),rgb(255,240,158),rgb(255,240,158));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-shadow: 0 6px 1px rgba(88,54,0,.1), 0 0 5px rgba(236,144,0,.1), 0 1px 3px rgba(236,144,0,.1), 0 3px 5px rgba(236,144,0,.1), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.25);
}

@media (min-width: 900px) {
.navbar-default .navbar-nav > li > a {
font-size: 16px;
}
}
@media (min-width: 768px) {
.navbar-default {
min-height: 116px;
background: url('../img/header.png') fixed no-repeat;
}
}