@import url(https://fonts.googleapis.com/css?family=Kaushan+Script);
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);
@import url(https://fonts.googleapis.com/css?family=Lobster);
/* = DEFAULT STYLES = */
body {
	margin: 0;
	font-size: 14px;
	font-family: 'PT Sans Narrow', sans-serif;
	background: url(../images/background.jpg) center fixed;
	background-size: cover;
}
/* = DEFAULT - LINKS = */
a {
	text-decoration: none;
	font-weight: bold;
	color: #ff0040;
}
a:hover, a:focus {
	text-decoration: underline;
	color: #666;
}
/* = DEFAULT - TEXT ITEMS = */
p {
	margin: 20px 0;
	line-height: 1.75em;
}
/* = DEFAULT - HEADINGS = */
h1 {
	font-size: 36px;
	margin: 0;
	font-weight: bold;
	color: #fff;
	border-bottom: 2px solid #ff0040;
	text-shadow: 2px 2px 15px #000;
	font-family: 'Kaushan Script', cursive;
}
h1 span {
	color: #ff0040;
	font-size: 26px;
}
h2 {
	font-size: 29px;
	margin: 0;
	border-bottom: 2px solid #ff0040;
	text-align: center;
}
h3 {
	font-size: 24px;
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #ff0040;
	text-shadow: 2px 2px 15px #000;
	padding-bottom: 3px;
	font-family: 'Kaushan Script', cursive;
	text-decoration: underline;
}
h4 {}
h5 {}
/* = DEFAULT - Custom Bootstrap = */
.container {
	max-width: 1000px;
	margin: 0 auto;
}
/* Buttons */
.btn {
	background: #333;
	color: #fff;
}
.btn:hover, .btn:focus {
	background: #666;
	color: #fff;
}
/* = HEADER = */
header {
	padding-top: 5px;
	padding-bottom: 10px;
	background: rgba(0, 0, 0, 0.5)
}
.header-inner {
	width: auto;
	max-width: 100% !important;
	margin: 0 auto;
}
/* HEADER - LOGO */
.logo {
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
}
.logo img {
	margin: 0 auto;
}
.logo img:hover {
	opacity: .8;
}
.logo .slogan {
	font-size: 20px;
	color: #fff;
}
/* = CALL TO ACTION = */
.c2a {
	text-align: center;
	margin-top: 10px;
	text-shadow: 2px 2px 15px #000;
	color: #ff0040;
	font-family: 'PT Sans Narrow', sans-serif;
}
.tagline {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.tel {
	display: block;
	font-size: 25px;
	font-weight: bold;
	color: #ff0040;
}
.tel a {
	color: #fff;
}
.tel a:hover, .tel a:focus {
	color: #ff0040;
}
address {
	display: block;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: bold;
}
.social a {
	font-size: 28px;
	color: #fff;
}
.social a:hover {
	color: #ff0040;
}
.closed {
	font-weight: bold;
	font-size: 24px;
}
.open {
	font-weight: bold;
	font-size: 20px;
}
/* = NAVIGATION = */
nav {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d0e4f7+0,681010+0,ff0040+50,681010+100&0.8+0,0.8+100 */
	background: -moz-linear-gradient(left, rgba(104, 16, 16, 0.8) 0%, rgba(255, 0, 64, 0.8) 50%, rgba(104, 16, 16, 0.8) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(104, 16, 16, 0.8) 0%, rgba(255, 0, 64, 0.8) 50%, rgba(104, 16, 16, 0.8) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(104, 16, 16, 0.8) 0%, rgba(255, 0, 64, 0.8) 50%, rgba(104, 16, 16, 0.8) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc681010', endColorstr='#cc681010', GradientType=1);
	/* IE6-9 */
}
.navbar-default {
	border-radius: 0;
	border: 0;
	background: transparent;
	text-align: center;
}
.navbar-default .navbar-nav>li>a {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	transition: all 0.3s ease-out;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 2px;
}
.navbar-default .navbar-nav>li:last-child>a {}
.navbar-default .navbar-nav>li>a:hover {
	color: #000;
	transition: all 0.3s ease-out;
	background: #fff;
}
.dropdown-menu {
	margin-top: -2px;
	background: transparent;
	box-shadow: none;
	border: none;
	border-radius: 0;
	padding: 0;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {}
.navbar-default .dropdown-menu>li>a {}
.navbar-default .dropdown-menu>li>a:hover {}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #000;
	transition: all 0.3s ease-out;
	background: #fff;
}
.navbar-default .navbar-nav>li>a:focus {}
.navbar-toggle {
	background: #ff0040;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	color: #ff0040;
}
.navbar-default .navbar-toggle .icon-bar {}
/* Centering Nav */
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	margin-bottom: -5px;
	font-family: 'Kaushan Script', cursive;
}
.navbar .navbar-collapse {
	text-align: center;
}
/* = BANNER = */
#banner {
	border-bottom: 4px solid #fff;
	box-shadow: 0px 35px 45px #000;
}
.banner-inner {}
.carousel-inner {
	border: none;
	box-shadow: none;
}
.carousel.fade {
	opacity: 1;
}
.carousel.fade .item {
	-moz-transition: opacity ease-in-out .7s;
	-o-transition: opacity ease-in-out .7s;
	-webkit-transition: opacity ease-in-out .7s;
	transition: opacity ease-in-out .7s;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	z-index: 1;
}
.carousel.fade .item:first-child {
	top: auto;
	position: relative;
}
.carousel.fade .item.active {
	opacity: 1;
	-moz-transition: opacity ease-in-out .7s;
	-o-transition: opacity ease-in-out .7s;
	-webkit-transition: opacity ease-in-out .7s;
	transition: opacity ease-in-out .7s;
	z-index: 2;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	width: 100%;
}
.carousel-indicators li {
	border: 4px solid #000;
	background-color: #fff;
	width: 14px;
	height: 14px;
}
.carousel-indicators .active {
	border: 2px solid #000;
	width: 16px;
	height: 16px;
}
/* = MAIN = */
main {
	text-align: left;
	color: #fff;
	font-size: 20px;
	text-shadow: 12px 15px 15px #000;
	margin-top: 30px;
	font-family: 'PT Sans Narrow', sans-serif;
}
.main-inner {}
/*#topping p {font-size: calc(14px + (18 - 28)*(100vw - 800px)/(1920 - 800));} */
/* = SECTION = */
section {}
/* = FLOATED IMAGES = */
img.pull-left {
	margin: 10px 20px 20px 0;
	box-shadow: 0 25px 25px #000;
	border: 2px solid #fff;
	padding: 8px;
}
img.pull-right {
	margin: 0px 0 20px 20px;
	box-shadow: 0 25px 25px #000;
	border: 2px solid #fff;
	padding: 8px;
}
/* = ASIDE = */
aside {
	text-align: left;
}
aside p {}
/* CONTACT FORM */
#contactform label {
	cursor: pointer;
	color: #fff;
	text-shadow: 2px 2px 15px #fff;
}
#contactform button {
	width: 100%;
	border-radius: 3px;
	background: #ff0040;
	transition: all 0.3s ease-out;
	color: #fff
}
#contactform button:hover {
	background: #fff;
	transition: all 0.3s ease-out;
	color: #ff0040;
}
#contactform .alert {
	padding: 7px 25px;
	width: 100%;
	margin-bottom: 0px;
}
#contactform input.alert {
	padding: 0;
}
#contactform .alert-danger {
	color: #a94442;
}
.company-heading {
	font-size: 30px;
	color: #ff0040;
	font-weight: bold;
}
.office-contact {
	padding: 15px;
}
.office-contact a {
	color: #ff0040;
	font-weight: bold;
	font-family: 'PT Sans Narrow', sans-serif;
}
.office-contact a:hover {
	color: #fff;
	text-decoration: none;
}
.office-contact .tel a {
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}
.office-contact .email {
	color: #fff;
	font-size: 20px;
}
.office-contact .social {
	display: block;
}
.office-contact .email a {
	font-weight: normal;
	font-size: 20px;
	color: #ff0040;
}
.office-contact .tel a:hover {
	color: #ff0040;
}
.office-contact .email a:hover {
	color: #fff;
}
.office-contact address {
	display: block;
	margin-bottom: 0px;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	font-family: 'PT Sans Narrow', sans-serif;
}
/* = CONTACT INFO = */
#contact-info {
	border-top: 4px solid #fff;
	padding: 15px;
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	-webkit-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.75);
}
.contact-info-inner {}
.contact-info-inner p {
	margin: 5px;
	color: #fff;
	font-size: 18px;
	font-family: 'PT Sans Narrow', sans-serif;
}
.contact-info-inner p.phone {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.contact-info-inner ul {
	list-style: none;
	padding: 0px;
	margin-left: 10px;
}
.contact-info-inner h3 {
	color: #fff;
	border-bottom: 2px solid #ff0040;
	margin-top: 10px;
	font-family: 'Kaushan Script', cursive;
}
#contact-info span {
	margin: 0px 15px 0px 15px;
}
#contact-info a {
	color: #ff0040;
	font-weight: bold;
}
#contact-info a:hover {
	color: #fff;
	text-decoration: none;
}
.application {
	background: #333;
	color: #fff;
	padding: 20px;
	margin: 20px auto;
	display: block;
	text-align: center;
}
.application:hover, .application:focus {
	background: #666;
	color: #fff;
}
#apply button {
	width: 100%;
	border-radius: 3px;
	background: #ff0040;
	transition: all 0.3s ease-out;
	color: #fff
}
#apply button:hover {
	background: #fff;
	transition: all 0.3s ease-out;
	color: #ff0040;
}
/* = FOOTER = */
footer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px solid #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d0e4f7+0,681010+0,ff0040+50,681010+100&0.8+0,0.8+100 */
	background: -moz-linear-gradient(left, rgba(104, 16, 16, 0.8) 0%, rgba(255, 0, 64, 0.8) 50%, rgba(104, 16, 16, 0.8) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(104, 16, 16, 0.8) 0%, rgba(255, 0, 64, 0.8) 50%, rgba(104, 16, 16, 0.8) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(104, 16, 16, 0.8) 0%, rgba(255, 0, 64, 0.8) 50%, rgba(104, 16, 16, 0.8) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc681010', endColorstr='#cc681010', GradientType=1);
	/* IE6-9 */
	font-family: 'Kaushan Script', cursive;
}
.footer-inner {}
.sitemap {
	text-align: center;
}
.sitemap ul {
	margin-bottom: 0;
}
.copyright {
	text-align: center;
	font-family: 'PT Sans Narrow', sans-serif;
}
/* = FOOTER - LINKS = */
footer a {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
footer a:hover, footer a:focus {
	color: #ccc;
}
/* = BACK TO TOP LINK = */
#top-link-block.affix-top {
	position: absolute;
	/* allows it to "slide" up into view */
	bottom: -82px;
	/* negative of the offset - height of link element */
	left: 10px;
	/* padding from the left side of the window */
}
#top-link-block.affix {
	position: fixed;
	/* keeps it on the bottom once in view */
	bottom: 18px;
	/* height of link element */
	left: 10px;
	/* padding from the left side of the window */
}
.back-to-top {
	color: #000;
}
.back-to-top:hover {
	color: #ff0040;
}
/* = SITEMAP PAGE = */
ul.sitemap-page {
	margin: 20px auto;
	display: block;
	max-width: 500px;
	float: none;
	font-family: 'Kaushan Script', cursive;
}
ul.sitemap-page li {
	list-style: none;
}
ul.sitemap-page li a {
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	color: #ff0040;
	/* CSS3 Transition Effect */
	-webkit-transition: all 0.12s ease-out;
	-moz-transition: all 0.12s ease-out;
	-o-transition: all 0.12s ease-out;
	text-align: center;
	font-size: 36px;
	line-height: 55px;
	display: block;
}
ul.sitemap-page li a:hover {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	/* CSS3 Transform Effect */
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	text-shadow: 0 3px 0 #ccc, 0 14px 10px rgba(0, 0, 0, 0.15), 0 24px 2px rgba(0, 0, 0, 0.1), 0 34px 30px rgba(0, 0, 0, 0.1);
}
/*TABLE*/
thead {
	color: #fff;
	font-family: 'Kaushan Script', cursive;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d0e4f7+0,681010+0,ff0040+50,681010+100&0.8+0,0.8+100 */
	background: -moz-linear-gradient(left, rgba(104, 16, 16, 0.8) 0%, rgba(255, 0, 64, 0.8) 50%, rgba(104, 16, 16, 0.8) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(104, 16, 16, 0.8) 0%, rgba(255, 0, 64, 0.8) 50%, rgba(104, 16, 16, 0.8) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(104, 16, 16, 0.8) 0%, rgba(255, 0, 64, 0.8) 50%, rgba(104, 16, 16, 0.8) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc681010', endColorstr='#cc681010', GradientType=1);
	/* IE6-9 */
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	text-align: center;
}
/*MENU LIST ITEMS*/
.menu div {
	margin: 1em 1px;
}
.menu h3 {}
.menu div .item {
	float: left;
	font-weight: bold;
	margin: 15px 5px 0 0;
}
.menu div .price {
	float: right;
	font-weight: bold;
	margin: 15px 0 0 5px;
}
.menu div .dots {
	overflow: hidden;
	border-bottom: dotted 0.16em;
	height: 2.5em;
	color: #8f0004;
}
.menu div p {
	text-align: left;
	margin: 0px 0px 15px;
}
.menu p span {
	color: #8f0004;
}
.menu.styled {}
/* = LIST STYLE IP = */
ul.list-items {
	margin: 10px 0 10px 60px;
}
ul.list-items li {
	color: #000;
	font-weight: bold;
}
ul.list-items li a {
	color: #000;
	font-weight: bold;
}
ul.list-items li a:hover {
	color: #000;
	text-decoration: none;
}
/* = GALLERY = */
.gallery {
	background-color: rgba(189, 9, 50, 0.8);
	padding: 20px 5px;
}
.contact-info-inner .order {
	background: #ff0040;
	color: #fff !important;
	padding: 1px 6px 3px 6px;
	font-size: 16px;
	margin-top: -12px;
}
.contact-info-inner .order:hover {
	background: #fff;
	color: #000 !important;
}
.header-inner .order {
	background: #ff0040;
	font-weight: bold;
	padding: 1px 7px;
	font-size: 16px;
	margin: -12px 0 0 15px;
}
.header-inner .order:hover {
	background: #fff;
	color: #000;
}
.home-img {
	margin-bottom: 65px !important;
}
.logo .call {
	color: #fff;
	font-size: 20px;
}
/* = MEDIA QUERIES= */
@media screen and (max-width: 1366px) {}
@media screen and (max-width: 1024px) {
	address {
		font-size: 14px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 16px;
	}
}
@media screen and (max-width: 991px) {
	.navbar-default .navbar-nav>li>a {
		font-size: 13px;
		padding: 10px 5px;
	}
	.sitemap {
		text-align: center;
	}
	.copyright {
		text-align: center;
	}
	address {
		font-size: 12px;
	}
	.tagline {
		font-size: 20px;
	}
	.logo .slogan {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	address {
		font-size: 14px;
	}
	.tagline {
		font-size: 16px;
	}
	footer a {
		font-size: 12px;
	}
}
@media screen and (max-width: 767px) {
	.c2a {
		margin-top: 0px;
	}
	address {
		font-size: 18px;
	}
	.tagline {
		font-size: 20px;
	}
	.menu div .item, .menu div .price {
		float: none;
		text-align: center;
	}
	.list-inline>li {
		display: block;
		margin: 10px 0;
	}
}
@media screen and (max-width: 741px) {
	.navbar .navbar-nav {
		display: block;
		margin-bottom: 0;
	}
	.logo img {
		margin: 0 auto;
	}
	img.pull-left {
		float: none !important;
		margin: 0 auto;
	}
	img.pull-right {
		float: none !important;
		margin: 0 auto;
	}
	.c2a {
		text-align: center;
	}
	.logo .slogan {
		font-size: 22px;
	}
}
@media screen and (max-width: 600px) {}
@media screen and (max-width: 500px) {
	.logo .slogan {
		font-size: 18px;
	}
	address {
		font-size: 14px;
	}
	h1 {
		font-size: 26px;
	}
}
@media screen and (max-width: 320px) {}
