
/* ----------------------------------------------------
	 GENERAL STYLES
------------------------------------------------------- */


body {
    width: 100%;
    height: 100%;
    font-family: 'Lato', sans-serif;
	color: #333333;
    background-color: white;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {

    text-transform: uppercase;
    letter-spacing: 1px;
	margin-bottom: 20px;
}

p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.7em;
}

img {
	max-width: 100%;
	height: auto;
}

h2 {
	color: #ceb453;
	font-size: 23px;
	text-align: left;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
}


h3 {
	color: #cc6633;
	font-size: 16px;
	line-height: 2em;
	text-align: center;
	font-weight: 400;
    font-family: 'Oswald', sans-serif;
}

h3 span {
	color: #cc6633;
	font-size: 15px;
	display: block;
	margin-top: 2px;
	padding-bottom: 2px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: capitalize;
}


h4 {
	color: #ceb453;
	font-size: 23px;
	line-height: 1.3em;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}

h5 {
	color: #cc6633;
	font-size: 16px;
	text-transform: none;
	display: block;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin-top: 5px;
	line-height: 1.4em;
	text-align: center;
}

h6 {

	font-family: 'Oswald', sans-serif;
    font-weight: 400;
	font-size: 18px;
	margin-top: 30px;
	line-height: 1.7em;
	color: #ceb453;
	text-align: center;
}


a {
	color: #ceb453;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


a:hover {
	color: #cc6633;
}


.logo {
	margin-top: -7px;
	margin-left: 3px;
}


/* ----------------------------------------------------
	 NAVIGATION STYLES
------------------------------------------------------- */


.navbar-custom {
    margin-bottom: 0;
    text-transform: uppercase;
	font-family: 'Lato', sans-serif;
    background-color: #cdb96c;
}

.navbar-custom .navbar-brand {
    font-weight: 400;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
	color: white;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-toggle {
	color: #333333;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
	margin-top: 0;
	font-size: 14px;
}


.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
    outline: 0;
    background-color: rgba(255,255,255,.3);
}


/* ----------------------------------------------------
	 INTRO STYLES
------------------------------------------------------- */


.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/banner.jpg) no-repeat bottom center scroll;
    background-color: white;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .main-text {
    font-size: 50px;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	margin-top: 90px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
	padding: 20px;
	line-height: 1.4em;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

/* ----------------------------------------------------
	 ABOUT  STYLES
------------------------------------------------------- */


.box-hours {
	background-color: #FFC;
	padding: 8px;
	border: 6px double #cdb96c;
	background-image: url(/templates/lightpies/img/bg.png);
	background-position: left top;
	background-repeat: repeat;
	margin-top: 76px;
}


.circular {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	float: left;
	margin-top: 27px;
	margin-left: 9px;
}


/* ----------------------------------------------------
	 CONTENT STYLE
------------------------------------------------------- */


.content-section {
    padding-top: 78px;
}


/* ----------------------------------------------------
	 SLIDER STYLES
------------------------------------------------------- */

.header-carousel {
	background-color: transparent;
	position: relative;
}

.header-carousel img {
	height: auto;
    min-width: 100%;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-indicators li {
	border: 1px solid white;
}
.carousel-indicators .active {
	background-color: white;
}


/* ----------------------------------------------------
	 MAIN MENU STYLES
------------------------------------------------------- */


.menu-content {
	font-size: 15px;
	position: relative;
	display: block;
	line-height: 1.7em;
	margin-bottom: 30px;
	-webkit-font-smoothing: antialiased;
}

.heading {
	font-size: 18px;
	color: #666;
	padding-bottom: 8px;
	margin-top: 7px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

.menu-heading {
	text-align: left;
	font-weight: 700;
	color: #cc6633;
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0;
}


.description {
	text-align: left;
	color: #333333;
	width: 86%;
	margin-bottom: 27px;
    font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
}


.price {
	position: absolute;
	font-family: 'Lato', sans-serif;
	color: #333333;
	font-size: 14px;
	display: inline;
	font-weight: 400;
	right: 0;
}


hr.style {
    height: 10px;
    border-style: solid;
    border-color: #ceb453;
    border-width: 2px 0 0 0;
	width: 10%;
}


/* ----------------------------------------------------
	 IMAGES STYLES
------------------------------------------------------- */

.images {
	margin-top: 54px;
	margin-bottom: 40px;
}

.images .col-md-4 {
	padding-right: 0;
	padding-left: 0;
}
.images-inner {
	position: relative;
	padding: 0;
	overflow: hidden;
}
.images-inner>img {
	display: block;
	max-width: 100%;
	height: auto;
}


/* ----------------------------------------------------
	 LATEST NEWS STYLES
------------------------------------------------------- */


.margin-bottom {
	margin-bottom: -53px;
}

.date {
	color: #cc6633;
	display: block;
	font-size: 15px;
	margin-bottom: -10px;
	padding-top: 10px;
	font-weight: 600;
}

hr.news {
    height: 10px;
    border-style: solid;
    border-color: #ceb453;
    border-width: 2px 0 0 0;
	width: 4%;
	margin: 0;
	margin-top: 20px;
}

/* ----------------------------------------------------
	 VISIT US  STYLES
------------------------------------------------------- */


.visit-box {
	background-color: #FFC;
	border: 6px double #cdb96c;
	background-image: url(/templates/lightpies/img/bg.png);
	background-position: left top;
	background-repeat: repeat;
	padding: 14px;
}

.visit-section {
    width: 100%;
    padding: 86px 0;
    color: #fff;
    background: url(../img/photo5.jpg) no-repeat center center;
    background-color: white;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.contact-btn {
	color: #fff;
	background-color: #ceb453;
	margin-bottom: 12px;
	border-radius: 5px;
	text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
	font-size: 15px;
	text-align: center;
	margin-top: 7px;
}

.contact-btn:hover {
	color: white;
	background-color: #993300;
}

.google-map {
	width: 100%;
	margin: 0 auto;
	height: 300px;
	padding-top: 14px;
	padding-bottom: 25px;
}

#boston {
	width: 100%;
	height: 100%;
}

/* ----------------------------------------------------
	 FOOTER STYLES
------------------------------------------------------- */


footer {
    padding: 27px 0;
	background-image: url(/templates/lightpies/img/bg-footer.jpg);
	background-position: left top;
	background-repeat: repeat;
}


footer .icon1 {
	margin-left: 13px;
	margin-top: 22px;
}


/* ----------------------------------------------------
	 RESPONSIVE STYLES
------------------------------------------------------- */


@media(max-width:1024px) {

.circular {
	width: 142px;
	height: 142px;
}

}



@media(min-width:767px) {

.intro {
        height: 100%;
        padding: 0;
}

.intro .intro-body .main-text {
        font-size: 100px;
}

.intro .intro-body .intro-text {
        font-size: 25px;
}


}

@media(max-width:800px) {

.col-xs-offset-2 {
	margin-left: 0;
}

}

@media(max-width:768px) {

.box-hours {
	margin-top: 40px;
	margin-bottom: 40px;
}

}

@media(max-width:600px) {

.circular {
	float: left;
	margin: 7px;
	padding: 12px;
}

}


@media(max-width:320px) {

.circular {
	display: none;

}

.content-section {
	padding-top: 46px;

}


}
