
.socials {
	padding-right: 50px;
}
.socials ul {
	list-style: none;
	letter-spacing: 1.0em;
}
.socials ul li {
  position: relative;
  display: inline-block;
}
.socials ul li a::before {
	font-family: 'FontAwesome';
	display: inline-block;
	vertical-align: top;
  padding: 0 .4rem;
	content: '\f08e';
	color: #fff;
	-webkit-font-smoothing: antialiased;
	font-size: 2.5rem;
}
.socials ul li a[href*="facebook.com"]::before {
  content: '\f230';
}
.socials ul li a[href*="twitter.com"]::before {
  content: '\f081';
}
.socials ul li a[href*="tel:7704221455"]::before {
  content: '\f098';
}
.socials ul li a[href*="mailto:info@mylacocina.com?subject=From MyLaCocina Website"]::before {
  content: '\f0e0';
}

.callnow {
    width: 400px;
    height: 45px;
    font-size: 1.3em;
		font-weight: 700;
		color: #d4492a;
		margin-top: : 10px;
    padding: 6px 0px;
		float: left;
    text-align: center;

}
.socialtop {
    background: #fff;
    width: 660px;
    height: 65px;
    font-size: 1.2em;
		font-weight: 400;
		margin-top: 10px;
    padding: 12px 15px;
    color: #d4492a;
    float: left;
    text-align: center;
		border-style: solid;
		border-width: 0.1em;
		border-color: #d4492a;
  }

.orderonline {
    background: #d4492a;
    width: 160px;
    height: 45px;
    font-size: 1.2em;
		font-weight: 400;
		color: #d4492a;
		margin-top: 10px;
    padding: 12px 0;
    float: right;
    text-align: center;
}
.logo-nav-wrapper {
		background-color: rgba(0, 0, 0, 0.5);
    right: 0px;
    width: 320px;
	}
.logo {
	margin:0 auto;
	padding: 20px;
	width: 100%;
  height: auto;
}

.insta {
	border: #ec1261 solid 10px;
	width:250px;
	padding:0 !important;
	margin: 30px auto 0;
	}

.secondary-nav-wrapper {
    display: inline-block;
    float: right;
    position: relative;
}

/* ==== GENERAL ==== */
body {
	font-family: 'Arvo', serif;
	font-size: 14px;
	background-repeat: repeat;
	color: rgb(102,102,102);
	background-color: rgb(252,250,236);
	background-image: url(../img/body-bg.jpg);
}

.navigation {
	height: 50px;
  background-color: rgba(117,166,91,.5);
}
.bg-faded {
    background-color: transparent;
}
.navbar-toggler {
    background-color: white;
}
.navbar-brand {
    color: white!important;
}
.flex-sm-row {
    width: 100%;
}
.nav-item.active {
    background-color: #39a69b;
    border-radius: 10px;
}

nav.main-nav {
  background-position: 0px top, 0px bottom;
}
nav.main-nav .nav-item {
  transition: background-color .3s ease;
}
nav.main-nav .nav-item:hover {
  background-color: #75a65b;
	color: #ffffff;
  border-radius: 10px;
}
nav.main-nav .nav-item:active {
  background-color: ##9e1e62;
	color: #ffffff;
  border-radius: 10px;
}
.navbar {
	height: 50px;
	background-image: url(../img/header-bg-sml.png);
	background-repeat: repeat-x;
	border-bottom-style: solid;
	border-bottom-width: 4px;
}
.navbar .navbar-nav {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-size: 1.0em;
	display: inline-block;
	float: none;
	padding-left: 20px;
}
.nav li a:hover {
		background-color: #75a65b;
	  color: #ffffff;
}
.navbar-brand> img {
	width: 45%;
	top: 0px;
}
a.navbar-brand {
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
}
.bordertop .container h1 {
	margin-top: -60px
}

/* ==== CURRENT ACTIVE STATE ==== */
.nav-justified li.active {
	background-color: #75a65b;
	color: #ffffff ;
	/* font-family: 'Arvo', serif; */
	font-size: 1.6em;
	/* font-weight: 700; */
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #2e5440;
}
.navbar-right li a:hover {
	color: white;
	/* background-color: transparent; */
}
.navbar .navbar-collapse {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	text-align: center;
	font-family: 'Anton', sans-serif;
	z-index: 5;
}
.content-container {
	margin: 0 130px;
}
.topcontact {
	color: #FFF;
	font-weight: 400;
	margin-left: 0 !important;
	margin-right: 0 !important;
	background-repeat: repeat-x;
	background-color: rgb(129,170,107);
	height: -60px;
}
#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px; /* negative of the offset - height of link element */
    right: 10px; /* padding from the left side of the window */
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 24px; /* height of link element */
    right: 12px; /* padding from the left side of the window */
}
.well {
	background: rgba(17,17,17,0.50);
}

/* ==== GLOBAL ==== */

h1,h2, h3,h4,h5,h6 {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-weight: normal;
}
h1 {
	font-size: 3em;
}
h1,h2 {
	margin: 0 0 0px;
	font-family: inherit;
}
h2.lecture-title {
  margin: 20px 0;
  font-size:2.6em;
  font-family: 'Arvo', serif;
	font-weight: 700;
}
h3 {
	color: #fff;
	font-size: 2em;
}
h4 {
	font-size: 1.4em;
	color: rgb(219,84,10);
	font-weight: bold;
	line-height: 1.2em;
}
p {
	margin: 0 0 15px;
}
p.lead {
	font-weight: normal;
}
a:link, a:visited {
	color: #F0AD4D;
}
button, input, .btn, a.btn {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	color: white;
}
.btn {
	font-weight: bold;
	box-shadow: none;
	margin-bottom: -3px;
	margin-top: 3px;
	width: 50%;
}
button.btn:focus {
	outline: none !important;
}
.btn-success {
	background-color: #81aa6b;
	border: none;
	/* width: 50%; */
}
.btn-success:hover {
	background:#6a9b3d;
	border-color: #6a9b3d;
}
btn-danger {
	background-color: #dd5638;
	border-collapse: #d95131;
}
.btn.btn-lg.btn-success.btn-block h4 {
	color: rgb(255,255,255);
}
#content img {
	border: 3px solid #75a65b;
}
#accordion img {
	border: none;
	float: left;
	margin:0;
	margin-right: 10px;
}

img {
	max-width: 100%;
}
.centering{
	float:none;
	margin:0 auto
}
.col-sm-7.hero-text h1 {
	font-family: "Londrina Solid", cursive;
	font-size: 3.0em;
	text-shadow: 3px 3px 0px #79b044;
	letter-spacing: 0.03em;
	padding-top: 40px;
	text-transform: capitalize;
}

blockquote {
	/* color: #eb571b; */
	font-weight: 400;
	font-size: 1.5em;
  /* border-left: 6px groove #75a65b; */
	background-image: url(../img/header-bg.png);
	background-position: top 12px;
	background-repeat: repeat-x;
}

/* ==== PROJECT FEATURES ==== */
.rows.threecallouts .col-sm-4 h1 {
	font-family: 'pacifico', "cursive;";
	font-size: 1.8em;
	line-height: 1em;
	position: relative;
	display: block;
	color: white;
	z-index: 1;
	text-shadow: 2px 2px 0px #E47430;
	text-decoration: none;
}
.rows.threecallouts .col-sm-4 h1 span {
	font-family: 'Anton', "san-serif;";
	font-size: 1.8em;
	line-height: 2em;
	color: white;
	display: block;
	padding-top: 20px;
	font-style: italic;
}
.rows.twocallouts .col-md-6 h4 span {
	font-size: 1.2em;
	line-height: 1.2em;
	position: relative;
	display: block;
	z-index: 1;
	text-align: center;
}
.rows.twocallouts .col-md-6 img {
	margin: 0 auto;
}
hr.wave90 {
	width: 90%;
	height: 14px;
	border: 0;
	background-image: url(../img/wave-grn-2.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}
hr.wave90white {
	width: 80%;
	height: 14px;
	border: 0;
	background-image: url(../img/wave-white-2.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}
hr.wave100 {
	width: 100%;
	height: 14px;
	border: 0;
	background-image: url(../img/wave-grn-2.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}
hr.ribbon100 {
	width: 71%;
	height: 15px;
	border: 0;
	background-image: url(../img/subhd-ribbons.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}
hr.separator {
	width: 100%;
	border: none;
	background-image: url(../img/white_border2.png);
	background-repeat: repeat-x;
	background-position: -5px;
	padding-top: 0px;
}
.pix-separater {
	background-image: url(../img/separater-border.png);
	background-position: -5px;
	height: 15px;
	width: 60%;
	border: none;
	padding-top: 0px;
}
.rows .col-sm-4 .menu {
	background-image: url(../img/home-menu.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 255px;
}
.rows .col-sm-4 .location {
	background-image: url(../img/home-location.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 255px;
}
.rows .col-sm-4 .shop {
	background-image: url(../img/home-shop.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 255px;
}
.rows .col-sm-6 .ordernow {
	background-image: url(../img/giftcard-ordernow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 255px;
	text-align: center;
}
/** order gift card **/
.bg-giftcard {
	background-image: url(../img/giftcard-ordernow.jpg);
	background-repeat: no-repeat;
	background-position: center;
	min-height: 300px;
	text-align: center;
	margin: 0 auto;
}
.rows .col-sm-6 .ordernowdetails {
	display: block;
	height: 255px;
}
section {
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
}
.section.main-content {
	padding: 40px 0;
}
.section-header {
	text-align: center;
}
section h2 {
	margin: 20px 0 40px;
	font-family: "Bahiana", "cursive;";
	font-size: 3.5em;
}
section h3 {
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	font-size: 2.5em;
	text-shadow: 2px 2px 3px rgba(68,68,68,1);
	font-family: 'Anton', "sans-serif;";
}
#primary {
	padding-bottom: 40px;
}
.bordertop {
	color: white;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-size: 1em;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	top: -2px;
}
.bordertop p {
	margin: 7px 0 0 0;
}
.pricetop {
	background-color: rgb(248,168,30);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	color: white;
	font-size: 1.6em;
	position: relative;
	text-align: center;
	margin-bottom: 10px;
	margin-top: -5px;
}
.pricetop p {
	margin: 7px 0 0 0;
}
#page-features {
	text-align: center;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#project-features {
	text-align: center;
	padding-right: 0;
	padding-left: 0;
}
#giftcard-features {
	padding-top: 10px;
	padding-bottom: 20px;
}
#work {
	background-image: url(../img/panel-body-bg.png);
	background-repeat: repeat;
	background-color: #8BC653;
	text-align: center;
	padding: 40px 0;
	color: white;
}
#locations {
	background-image: url(../img/lines-bg.png);
	background-repeat: repeat-x;
	text-align: center;
	position: relative;
	bottom: 20px;
}
#map_canvas div[draggable="false"] { border-radius: 5px }

#subhd-bg {
	text-align: center;
	color: white;
	background-image: url(../img/c-pattern2.jpg);
	background-repeat: repeat-x;
	height: 50px;
	background-position: -2px -16px;
}
#subhd-bg h1 {
	font-family: 'Lobster Two', "cursive;";
	font-size: 3em;
	vertical-align: middle;
	text-align: left;
	color: rgb(211,74,7);
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 35px;
	height: 50px;
	z-index: 1;
}
#subhd-bg h1 span {
	font-family: 'Londrina Solid', cursive;
	font-size: 0.6em;
	text-shadow: none;
	color: white;
}
/* ==== FOOTER ==== */
footer {
	color: #fff;
	font-size: 0.75em;
	background-image: url(../img/gold-wall-bg.jpg);
	/* ====background-repeat: repeat-x;==== */
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
footer p {
	margin: 0;
	font-weight: 700;
}
footer a:link, footer a:visited {
	color: #fff;
}
footer a:hover {
	color: #fff;
}
/* ==== STORY ==== */
.story,.widget,.events, #comments {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	position: relative;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	boder-radius: 4px;
	background-color: #ffffff;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
	padding: 15px;
}
.story header,
.story .story-excerpt,
.story .story-body,
#comments .comments-wrap {
	padding-top: 10px;
}
.story header h1,
.story header h3 {
	text-align: center;
	text-shadow: 2px 2px 3px rgba(68,68,68,1);
}
.story header h1 {
	font-size: 24px;
}
.story-image {
	height: auto;
}
.story-details {
	font-size: 12px;
	width: 90%;
}
.story-details i.fa {
	padding-left: 10px;
}
.story-details i.fa:first-child {
	padding: 0;
}
.story-body .lead img {
	position: relative;
	float: left;
	padding-right: 15px;
	padding-bottom: 20px;
	display: block;
}
.col-sm-5.col-md-offset-1 p img {
	border: 4px solid #81aa6b;
}
/* ==== EVENTS SIDEBAR ==== */
.events {
	padding: 20px;
	background-image: url(../img/sub-hd-bg.jpg);
	background-repeat: repeat;
}
.events2 {
	padding: 20px;
}
.events img {
	float: left;
	margin-right: 10px;
}
.events2 img {
	float: left;
	margin-right: 10px;
}
.events h4 {
	font-family: 'Bahiana', cursive;
	font-size: 2.5em;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.events ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.events ul li {
	margin: 0 0 5px;
}
.events ul li:hover {
	position: relative;
	left: 1px;
}
/* ==== RESOURCES ==== */
.resource {
	width: 31.33333333%;
	float: left;
	margin: 0 3% 40px 0;
}
.resource:nth-child(3n) {
	margin-right: 0;
}

/* ==== FORMS ==== */
label {
	display: block;
	font-weight: lighter;
	text-transform: uppercase;
	color: rgb(102,102,102);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 6px 12px;
}
input[type="submit"],
button[type="submit"] {
	display: inline-block;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.33;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	border-radius: 6px;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
	outline: none;
	border: none;
	background: #aaa
}

/** Carousel Fade **/
.carousel-indicators li {
    background: #ccc;
}
.carousel-indicators .active {
	background: #75a65b;
}
.carousel.fade {
	opacity: 1;
}
.carousel.fade .item {
	transition: opacity ease-out .7s;
	left: -1px;
	opacity: 0;
	top: -2px;
	position: absolute;
	width: 100%;
	display: block;
}
.carousel.fade .item:first-child {
	top: auto;
	opacity: 1;
	position: relative;
}
.carousel.fade .item.active{
	opacity: 1;
}
/* --------------------------------------
   myCarousel-index page
 -------------------------------------- */
.carousel-caption {
  align-items: center;
	font-size: 1.5em;
	z-index: 10;
}
.carousel-caption h3 {
	font-size: 2.5em;
	color: #fff;
	font-weight: 700;
	font-style: italic;
	text-transform: none;
}
#myCarousel .item {
	height: 500px;
}
#slide1 {
	background-image: url(../img/carousel_large_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#slide2 {
	background-image: url(../img/carousel_large_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#slide3 {
	background-image: url(../img/carousel_large_03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#slide4 {
	background-image: url(../img/carousel_large_04.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/* Bootstrap overrights
 --------------------------------------
   Accordian - Menu
 -------------------------------------- */

.panel-heading {
    content: "\f078";
}
.panel-body ul {
	list-style-type: none;
}
.panel-body h4 img {
	text-align: left;
	display: inline;
	float: left;
}
h3.panel-title a {
	text-decoration: none;
	color: #fff;
	font-weight: 600;
}
/* set panel bg img, color, height here */
.panel-default>.panel-heading {
	height: 50px;
	background-image: url(../img/subhd-ribbons.png);
	background-size: cover;
	/*background-color: #81aa6b;*/
}
/* set panel dropdown menu color here */
.panel-body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	background-color: #FFFFFF;
}
#accordion h3 {
	margin: 0px;
	color: #FFF;
	font-size: 2.0em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 1px 1px 0px #6d6d6d;
}
#accordion h4 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 1.4em;
	letter-spacing: 0.01em;
	color: #B42A29;
	text-transform: uppercase;
}
#accordion p {
	font-size: 1.0em;
	font-family: 'Arvo', serif;
}
#accordion h1 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 2.4em;
	color: #E05C0D;
}
.glyphicon {
	font-style: normal;
	font-weight: lighter;
	line-height: 1;
	font-size: 0.8em;
	padding-left: 10px;
	/*float: right;*/
	color: #dfe8ab;
}
#locations h1 {
	font-size: 2.0em;
	margin: 0px;
	color: #DD5638;
}
.story-body ul {
	color: #DD5638;
	font-weight: bold;
}
ul,
ul li {
    margin-left: 4px;
    padding-left: 4px;
}
/* ==== MEDIA QUERIES ==== */

@media (max-width: 1200px) {

	.navbar-brand> img {
		width: 110px;
		top: 0px;
	}
	.navbar-toggle {
	  display: block;
	}
	.nav>li>a {
		display: block;
		text-align: left;
		text-transform: uppercase;
		font-size: 1.2em;
	}
	.navbar .navbar-collapse {
		background-color: #75a65b;
		text-align: left;
		font-family: 'Arvo', serif;
		font-weight: 700;
		line-height: 1.3em;
		padding: 10px;
	}
	.nav-justified li a{
		text-align: left;
		margin-bottom: 0px;
	}
	.nav-justified li.active {
		background-color: #b3d3a1;
		font-size:1.2em;
		margin-left: 10px;
		margin-right: 20px;
		padding: 12px 5px;
	}
	.navbar-inverse .navbar-toggle{
		position: relative;
		float: right;
		padding: 10px 10px;
		margin-top: 5px;
		margin-right: 25px;
		margin-bottom: 8px;
		background-color: #75a65b;
		border: 1px solid transparent;
		border-radius: 4px;
	}
	.navbar-right li.active {
		border-left: white 4px solid;
		color: #ff441f;
		display: block;
		background-image: none;
		font-size: 1.2em;
		text-shadow: 1px 1px 0px #2B542C;
	}
	.navbar-inverse .navbar-nav li a {
		color: #fff;
	}
	.navbar-inverse .navbar-nav li a:hover {
		background-color: #75a65b;
		border-radius: 10px;
		background-image: none;
		height: none;
		margin: 0px;
		color: #fff;
		line-height: none;
		font-size: 1.2em;
	}
	.navbar-static-top .container h3 {
    display: none;
  }
	.navbar-header {
    float: none;
  }
  .navbar-left,.navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }

  .navbar-nav>li {
    float: none;
  }
  .collapse.in{
    display:block !important;
  }
	.callnow{
		width: auto;
		text-align: left;
		float: none;
		padding: 0px;
	}

}

@media screen and (max-width : 990px) {

	.navbar {
		height: 90px;
	}
	.navbar .navbar-header {
		height: 65px;
	}
	.navbar-header {
	  float: none;
	}
	.navbar-toggle {
	  display: block;
	}
	.navbar-collapse.collapse {
	  display: none!important;
	}
	.navbar-collapse.collapse.in{
	  display:block !important;
	}
	.navbar-nav {
	  float: none!important;
	}
	.navbar-nav>li {
	  float: none;
	}
	#myCarousel .item {
		height: 550px;
	}
	#slide1 {
		background: url('../img/carousel_medium_01.jpg') top center no-repeat;
	}
	#slide2 {
		background: url('../img/carousel_medium_02.jpg') top center no-repeat;
	}
	#slide3 {
		background: url('../img/carousel_medium_03.jpg') top center no-repeat;
	}
	#slide4 {
		background: url('../img/carousel_medium_04.jpg') top center no-repeat;
	}
	.navbar .navbar-collapse {
		font-size: 1.2em;
	}
}

@media screen and (max-width : 768px) {

	.site-header {
		background-image: url(../img/header-bg.png);
		background-repeat: repeat-x;
		height: 135px;

	}
	.navbar {
		background-image: url(../img/header-bg-sml.png);
		height: 13px;
	}
	.navbar .navbar-header {
		height: 10px;
	}
	.navigation {
	height: 10px;
	margin: 0;
	padding: 0
	}
	.navbar .navbar-toggle {
    float: left;
    margin-left: 25px;
		margin-top: -70px
  }
	.navbar .navbar-nav {
		margin: 20px -5px;
	}
  .navbar-brand {
		padding: 0px;
	}
	.navbar-inverse .navbar-brand{
		color: #9d9d9d;
		padding-left: 20px;
	}
	.navbar-right li a:hover {
		text-decoration: none;
		color: #white;
	}
	.navbar-right li.active {
		text-transform: uppercase;
	}
	.socialtop {
		padding: 5px 0;
		height: 30px;
		font-size: 1.0em;
		margin-top: -10px;
		padding: 5px 0;
	}
	.orderonline {
		padding: 5px 0;
		height: 30px;
		font-size: 1.0em;
		margin-top: -10px;
		padding: 5px 0;
	}

	.post {
		width: 90%;
		margin: 0 auto;
		padding: 10px;
		margin-bottom: 40px;
	}
	.story {
		margin: 0 auto;
		margin-bottom: 40px;
	}
	.menu {
		margin: 0 auto;
		padding: 0px;
	}
		.menu-comments-badge {
		right: 10px;
	}
	.events {
		width: 90%;
		margin: 0 auto;
		padding: 10px;
		margin-bottom: 40px;
	}
	.events2 {
		width: 90%;
		margin: 0 auto;
		padding: 10px;
		margin-bottom: 40px;
	}
	#accordion h4 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.accent {
		font-size: 3.2em;
	}
	.accentMenuItems {
		font-size: 1.4em;
	}
	#myCarousel .item { height: 250px; }
	#slide1 {
		background: url('../img/carousel_small_01.jpg') top center no-repeat;
		background-size: cover;
	}
	#slide2 {
		background: url('../img/carousel_small_02.jpg') top center no-repeat;
		background-size: cover;
	}
	#slide3 {
		background: url('../img/carousel_small_03.jpg') top center no-repeat;
		background-size: cover;
	}
	#slide4 {
		background: url('../img/carousel_small_04.jpg') top center no-repeat;
		background-size: cover;
	}
	.carousel-caption {
		font-size: 1.2em;
	}
	.carousel-caption h3{
		font-size: 3.5em;
	}
	.btn.btn-lg.btn-success.btn-block h4 {
		color: rgb(255,255,255);
		font-size: 0.8em;
	}
	.btn {
		width: 65%;
	}

}

@media screen and (max-width : 568px) {
	.resource {
		width: 100%;
		margin-right: 0;
		min-height: 0;
	}
	h4 {
		font-size: 1em;
	}
	h5 {
		font-size: 0.8em;
	}
	.accent {
		font-size: 2.7em;
	}

	.secondary-nav-wrapper {top: 0;	width: 100%;	}
	.callnow {font-size: 15px;}
	.logo-nav-wrapper {width: 100%;}
	.callnow{
		width: auto;
		text-align: left;
		font-size: 0.7em;
		padding: 0px;
		float: none;
		text-transform: uppercase;
	}

	.socialtop {
		width: 50%;

	}
	.orderonline {
		width: 50%;
	}

	.nav-toggle {padding: 10px 35px 40px 25px;}
	.header-nav-wrapper nav ul li {  }
	.location-desc {margin: 0 0 20px;}
	#vr-signup-form-23089744183874 {margin:20px}

	.carousel-caption {
		font-size: 0.5em;
	}
	.carousel-caption h3{
		font-size: 5.0em;
		font-weight: 700;
	}
	.rows.threecallouts .col-sm-4 h1 {
		line-height: 1.5px;
		text-shadow: 2px 2px 0px #E47430;
	}
	h3.panel-title a {
		text-decoration: none;
		color: #fff;
		font-size: 0.8em;
	}
	.col-sm-6.bg-giftcard.Absolute-Center ul {
		font-size: 0.8em;
	}
	#dallas iframe {
		width: 80%
	}
	#acworth iframe {
		width: 80%
	}
	.navbar-brand {
		padding: 0px;
	}
	.col-sm-6.bg-giftcard.Absolute-Center p {
		font-size: 1.0em;
	}

}
/* JQuery Dialog Styles  */
	.ui-dialog-titlebar {
		background-color: #8BC653;
		background-image: none;
		color: #000;
	}
	.ui-dialog-content {
		background-color: #ade490;
	}
