a
{
	color:#000;
	transition-duration:0.4s;
    -webkit-transition-duration:0.4s;
}

a:hover, a:focus, a:active
{
	color:#000;
	text-decoration:underline;
	outline:none;
}

body
{
	font-family:"Roboto", sans-serif;
	margin:0px;
	padding:0px;
	line-height:24px;
	font-size:14px;
	color:#000000;
}

h1
{
	color:#000000;
	font-weight:300;
	font-size:30px;
	line-height:36px;
	text-transform:uppercase;
	margin:0px 0px 0px 0px;
	padding:0px 0px 40px 0px;
}

h1.h1
{
	color:#000;
	font-weight:300;
	font-size:30px;
	line-height:36px;
	text-transform:uppercase;
	padding:0px 0px 0px 0px;
	margin:30px 0px 30px 0px;
	letter-spacing:1px;
}

h1.h1 span
{
	display:block;
	font-size:24px;
	font-weight:500;
}

h2
{
	color:#000000;
	font-size:24px;
	line-height:30px;
	text-transform:uppercase;
	font-weight:500;
	margin-top:25px;
	margin-bottom:25px;
	text-align:center;
}

h2.h2
{
	font-size:24px;
	text-transform:none;
	font-weight:normal;
	text-align:left;
	margin-bottom:30px;
}

h3
{
	color:#000;
	font-weight:500;
	margin-bottom:30px;
	font-size:22px;
	text-transform:uppercase;
	padding:0px;
	margin-top:0px;
}

h4
{
	color:#fff;
	font-weight:500;
	letter-spacing:1px;
	margin-bottom:20px;
	font-size:16px;
	text-transform:uppercase;
	padding:0px;
	margin-top:20px;
	display:inline-block;
	padding:5px 10px;
	background-color:#a62b26;
}

h5
{
	color:#000000;
	font-size:16px;
	line-height:26px;
	font-weight:500;
	text-transform:uppercase;
	margin-bottom:25px;
	margin-top:10px;
}

h6
{
	color:#000000;
	margin-bottom:0px;
	font-weight:500;
	font-size:14px;
	line-height:24px;
	text-transform:uppercase;
}

hr
{
	border-top:1px solid #d5d5d5;
	margin-top:1.5rem;
    margin-bottom:1.5rem;
}

.btn-link
{
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	line-height:24px;
	display:block;
}

.btn-link:hover, .btn-link:focus
{
	text-decoration:none;
	color:#801d18;
}

.btn-default
{
	display:inline-block;
	border:none;
	background-color:#f5c660;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:20px 40px;
	margin-top:40px;
	margin-bottom:0px;
	color:#000;
}

.btn-default:hover, .btn-default:focus
{
	border:none;
	color:#fff;
	background-color:#000;
	text-decoration:none;
}

.btn-block
{
	display:inline-block;
	width:auto;
	font-size:14px;
	background-color:#404040;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:5px 20px;
	color:#fefefe;
	border:none;
	border-radius:0px;
	margin-top:38px;
	margin-bottom:22px;
}

.btn-block:hover, .btn-block:focus
{
	background-color:#f5c660;
	border:none;
	color:#000;
	text-decoration:none;
}

.btn-primary
{
	display:inline-block;
	width:auto;
	font-size:12px;
	line-height:20px;
	background-color:#a62b26;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:15px 35px;
	margin-top:15px;
	margin-bottom:0px;
	color:#fff;
	border:none;
	border-radius:0px;
}

.btn-primary:hover, .btn-primary:focus
{
	background-color:#000;
	text-decoration:none;
	color:#fff;
}

.img-fluid
{
	width:100%;
}

header
{
	position:relative;
}

.navbar-brand
{
	padding:22px;
	margin:0px auto;
}

.phone
{
	line-height:25px;
	position:absolute;
	right:15px;
	top:0px;
	padding-left:35px;
	background:url(../images/phone-icon.png) 0px 0px no-repeat;
	color:#000;
	font-size:16px;
	letter-spacing:1px;
	margin-top:60px;
}

nav
{
	background-color:transparent;
	border-top:1px solid #e9dbbc;
}

.navbar
{
	padding:0px;
}

.navbar-nav
{
	padding-top:0px;
	padding-bottom:0px;
	margin:0px auto;
}

.navbar-light .navbar-nav .nav-item
{
	margin-left:7px;
	margin-right:7px;
}

.navbar-light .navbar-nav .nav-item:first-child
{
	margin-left:0px;
}

.navbar-light .navbar-nav .nav-item:last-child
{
	margin-right:0px;
}

.navbar-light .navbar-nav .nav-link
{
	font-size:14px;
	text-transform:uppercase;
	color:#000000;
	font-weight:normal;
	padding:15px 20px;
	font-weight:nomral;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active
{
    color:#000;
	background-color:#f5c660;
}

.navbar-nav .dropdown-menu
{
	border-radius:0px;
}

.navbar-nav .dropdown-menu a
{
	color:#000;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
}

.navbar-light .navbar-toggler
{
	color:#5a2a6c;
	border:none;
	border-radius:0px;
	margin:0px auto;
}

.navbar-light .navbar-toggler-icon
{
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	padding:0px 15px;
	margin:9px auto;
	display:block;
	height:28px;
	width:30px;
	background:url(../images/menu-icon.png) center top no-repeat;
}

.navbar-toggler:hover, .navbar-toggler:focus
{
	outline:none;
}

.carousel
{
	background-color:#f0ece2;
	height:550px;
	z-index:0;
}

.carousel .carousel-caption
{
	text-align:center;
	margin-bottom:20px;
}

.carousel .carousel-caption div
{
	background:url(../images/black-bg.png) 0px 0px repeat;
	display:inline-block;
	color:#fff;
	margin:0px auto;
	padding:20px;
}

.carousel .carousel-caption h1
{
	text-transform:none;
	font-weight:100;
	font-size:30px;
	line-height:36px;
	color:#fff;
	padding:0px;
	margin:0px;
}

.carousel.inner
{
	height:200px;
	background:#f0ece2 url(../images/inner-header-img.jpg) 0px 0px no-repeat;
	color:#fff;
}

.carousel.inner .carousel-caption
{
	margin-top:50px;
	text-align:center;
	position:static;
}

.carousel.inner .carousel-caption h1
{
	color:#fff;
	font-size:30px;
	line-height:36px;
	font-weight:300;
	text-transform:uppercase;
}

.carousel-indicators li
{
	width:10px;
	height:10px;
	display:block;
	border-radius:50%;
	opacity:1;
	margin:0px 5px;
}

.carousel-indicators .active
{
	background-color:#f5c660;
	opacity:1;
}

.block
{
	padding:90px 0px;
}

.block-title h1
{
	padding:99px 0px;
}

.block-title.first h1
{
	padding:101px 0px 100px 0px;
}

.card
{
	border:none;
	border-radius:0px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0px;
	text-transform:uppercase;
	padding:0px;
	margin-right:1px;
	margin-bottom:1px;
	text-align:center;
}

.card a
{
	color:#fff;
	padding:35px 15px;
	background-color:#a62b26;
}

.card a:hover, .card a:focus, .card a.active
{
	color:#000;
	background-color:#f5c660;
	text-decoration:none;
}

ul.list-unstyled
{
	list-style:none;
}

ul.list-unstyled li
{
	padding:5px 0px;
	display:block;
	text-transform:uppercase;
	background:url(../images/bullet.png) 0px 11px no-repeat;
	padding-left:18px;
}

.location
{
	height:25px;
	width:25px;
	background:url(../images/location-icon.png) 0px 0px no-repeat;
	display:block;
	margin-bottom:15px;
}

.white-phone
{
	display:block;
	padding-left:23px;
	margin-bottom:10px;
	background:url(../images/white-phone-icon.png) 0px 4px no-repeat;
}

.white-email
{
	display:block;
	padding-left:23px;
	background:url(../images/white-email-icon.png) 0px 6px no-repeat;
}

.form-control
{
	border-radius:0px;
	height:auto;
	padding:10px;
}

.medium-text
{
	font-size:16px;
	line-height:28px;
	font-weight:300;
}

.big
{
	font-size:18px;
	line-height:32px;
	font-weight:500;
}

.white, a.white
{
	color:#fff;
}

a.white:hover, a.white:focus
{
	color:#fff;
}

.gray-bg
{
	background-color:#f8f8f8;
}

.red-bg
{
	background-color:#a62b26;
	color:#fff;
}

.red-bg span
{
	letter-spacing:1px;
}

.yellow-bg
{
	background-color:#f5c660;
}

.cream-bg
{
	background-color:#f0ece2;
}

.marble-bg
{
	background:url(../images/marble-bg.jpg) 0px 0px no-repeat;
	min-height:288px;
}

iframe
{
	float:right;
}

footer
{
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#000000;
	margin:0px;
	text-transform:uppercase;
	background-color:#fff;
}

footer a
{
	color:#000000;
}

footer a:hover, footer a:focus
{
	color:#000;
	text-decoration:underline;
}

footer .navbar-nav
{
	display:inline-block;
	margin:10px auto 0px auto;
	padding:0px;
}

footer .nav-item
{
	margin:0px 25px;
	padding:0px;
	float:left;
}

footer .nav-item:first-child
{
	margin-left:0px;
}

footer .navbar-nav .nav-link
{
	color:#000000;
	padding:0px;
	font-weight:500;
	font-size:12px;
	line-height:30px;
	letter-spacing:1px;
}

footer .navbar-nav .nav-link:hover, footer .navbar-nav .nav-link.active, footer .navbar-nav .nav-link:focus
{
    color:#f5c660;
	background-color:transparent;
}

@media screen and (min-device-width:1200px) and (max-device-width:1600px) and (-webkit-min-device-pixel-ratio:1)
{
 	.block-title h1
	{
		padding:54px 0px;
	}
	
	.block-title.first h1
	{
		padding:56px 0px 56px 0px;
	}
}

@media all and (min-width:1024px) and (max-width:1200px)
{
}

/* #Tablet (Portrait)
================================================== */
@media only screen and (max-width:961px)
{
	.block
	{
		padding:45px 0px;
	}
}

@media (max-width:768px)
{
}

/*  #Mobile (Portrait)
================================================== */
@media only screen and (max-width:480px)
{
	h1
	{
		padding-bottom:30px;
	}
	
	.phone
	{
		position:static;
		padding-left:35px;
		margin-top:10px;
		margin-bottom:20px;
		display:inline-block;
	}
	
	.navbar-brand
	{
		padding:15px;
		margin:0px 0px;
	}
	
	.btn-default
	{
		margin-top:20px;
	}
	
	.btn-block
	{
		margin-top:85px;
	}
	
	.carousel
	{
		height:auto;
	}
	
	.carousel.inner
	{
		height:auto;
	}
	
	.carousel.inner .carousel-caption
	{
		margin-top:10px;
	}
	
	.block-title h1
	{
		padding:40px 0px;
	}
	
	.block-title.first h1
	{
		padding:40px 0px 40px 0px;
	}
	
	.m-image
	{
		width:100%;
		height:auto;
	}
	
	footer, footer .text-right
	{
		text-align:center !important;
	}
	
	footer .nav-item
	{
		float:none;
		display:block;
		margin:0px;
	}
}