/* Global Styles
------------------------------------------------------------------------------ */
html, body {
  height: 100%;
  overflow: auto; }

html {
  -webkit-font-smoothing: antialiased; }

body {
  font-family: 'Montserrat', sans-serif;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

h1 {
  font-size: 45px;
  line-height: 45px;
  color: #e51937;
  font-weight: 300;
  margin: 0 0 10px 0;
  font-family: 'Bitter', serif; }

h2 {
  font-size: 24px;
  line-height: 30px;
  color: #e51937;
  font-weight: 300;
  margin: 0 0 10px 0; }

h3 {
  font-size: 24px;
  line-height: 28px;
  color: #000;
  font-weight: bold;
  margin: 0 0 5px 0; }

h4 {
  font-size: 18px;
  line-height: 20px;
  color: #666;
  font-weight: normal;
  margin: 0 0 5px 0;
  font-family: 'Bitter', serif; }

h5 {
  font-size: 16px;
  line-height: 20px;
  color: #e51937;
  font-weight: bold;
  margin: 0 0 5px 0; }

h6 {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  font-weight: bold;
  margin: 0 0 5px 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit; }

p {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  margin-bottom: 20px; }

a {
  color: #e51937;
  outline: 0; }

a:focus {
  color: #e51937;
  outline: none; }

a:hover {
  color: #e51937; }

a img {
  border: none; }

ul, ol {
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 20px 0;
  padding: 0 0 0 15px; }

table {
  border-collapse: separate;
  width: 100%; }

table th {
  display: table-cell; }

table td {
  display: table-cell; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

select.form-control {
  padding-right: 34px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background: #fff url(../images/icon-arrow-down.png) right center no-repeat; }

@-moz-document url-prefix() {
  select.form-control {
    background-image: none; } }

/* Alerts
  -------- */
.alert-success {
  background-color: rgba(89, 133, 39, 0.61);
  color: #fff;
  border-color: transparent; }

.alert-info {
  background-color: rgba(141, 141, 141, 0.71);
  color: #fff;
  border-color: transparent; }

.alert-warning {
  background-color: rgba(203, 164, 74, 0.71);
  color: #fff;
  border-color: transparent; }

.alert-danger {
  background-color: rgba(255, 0, 0, 0.61);
  color: #fff;
  border-color: transparent; }

.btn-default[disabled] {
  color: #000; }

/* Tabs
-------- */
.nav-tabs {
  border-bottom: 5px solid #e1e1e1; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background-color: #e1e1e1;
  padding: 20px; }

.nav > li > a {
  position: relative;
  display: block; }

/*ul.nav-tabs {
  background: #efefef;
}*/
.panel-body {
  padding: 0;
  margin-bottom: 0; }

.form-control:focus {
  border-color: rgba(180, 20, 43, 0.3);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0 8px rgba(180, 20, 43, 0.6); }

/* Layout
------------------------------------------------------------------------------ */
header {
  height: 140px; }

.logo {
  text-align: left;
  padding-left: 15px; }

.navbar-brand {
  padding-top: 5px;
  width: 70px; }

.navbar-brand img {
  width: 100%; }

.navbar-header {
  float: left; }

.navbar-default .navbar-toggle {
  border: none;
  background: #514d4b;
  padding: 4px 8px 6px 8px;
  margin: 10px 0 0 0;
  border-radius: 1px;
  float: left; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: #fff !important; }

.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #514d4b; }

.navbar-toggle .icon-bar {
  height: 3px;
  margin-top: 3px; }

.navbar-default {
  background: transparent url(../images/bg_header.jpg);
  border: none; }

.navbar-default .navbar-toggle {
  border-color: #fff; }

.navbar-default .navbar-toggle:hover {
  background-color: #ee3c45; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 13px;
  padding: 15px 40px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.navbar-static-top {
  z-index: 1;
  opacity: 0.99; }

#shoppinglist_wrapper {
  z-index: 9999;
  position: fixed;
  opacity: 1; }

div#shoppinglist_notification_wrapper {
  z-index: 99999;
  position: fixed;
  opacity: 1; }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background: #cf1430; }

.navbar-default > .container {
  position: relative; }

.nav-main {
  margin: 0;
  text-align: center;
  background: #e51937;
  border-radius: 6px;
  position: absolute;
  top: 185px;
  left: 20px;
  right: 20px;
  z-index: 100; }

.nav-main li {
  display: inline-block;
  float: none; }

.nav-main li a {
  display: inline-block;
  color: #fff;
  font-size: 16px; }

.navbar-default .nav-util-extra {
  float: right;
  margin: 0; }

.navbar-default .nav-util-extra li {
  float: left; }

.navbar-default .nav-util-extra li a {
  font-size: 12px;
  padding: 15px 15px;
  font-family: Arial, Helvetica, sans-serif; }

.navbar-default .nav-util {
  float: right;
  margin: 0; }

.navbar-default .nav-util li {
  float: left; }

.navbar-default .nav-util li a {
  font-size: 12px;
  padding: 15px 15px;
  font-family: Arial, Helvetica, sans-serif; }

.navbar-default .navbar-nav > li.nav-user > a {
  padding: 15px 40px 15px 10px; }

.navbar-default li.nav-user > a:hover {
  color: #fff;
  background: none; }

.navbar-default li.nav-user > a > span.user-avatar {
  color: #000;
  font-size: 20px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 20px;
  width: 32px;
  height: 32px;
  position: absolute;
  overflow: hidden;
  top: 8px;
  right: 0;
  text-align: center;
  background: #fff; }

.navbar-default li.nav-user > a > span.user-avatar > i {
  padding-top: 2px;
  color: #e51937; }

/* SEARCH */
#search {
  text-align: right;
  padding-top: 15px; }

#search .btn:active, #search .btn.active {
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0); }

#search .btn i {
  font-size: 35px;
  vertical-align: middle;
  padding-left: 20px; }

#search .btn-search {
  padding: 18px 0 18px 20px; }

#search_wrapper {
  position: fixed;
  height: 0;
  top: 50px;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.96);
  z-index: 9999;
  overflow: hidden;
  -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */ }

#search_wrapper.active {
  height: 100%; }

#site_search {
  padding: 70px 50px 20px 50px;
  border-bottom: 5px solid #e51937;
  position: relative; }

#site_search .input-group-addon {
  font-size: 40px;
  font-weight: normal;
  background: none;
  border: none; }

#site_search .form-control {
  font-size: 25px;
  font-weight: normal;
  color: #e51937;
  background: none;
  border: none;
  box-shadow: none; }

#search_content_wrapper {
  overflow-y: scroll;
  overflow-x: hidden; }

#search_content {
  padding: 50px; }

.btn-close-search {
  font-size: 20px;
  font-weight: normal;
  position: absolute;
  top: 44px;
  right: 0; }

#search_loading {
  float: right;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */ }

#search_loading.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.body-overflow {
  overflow: hidden; }

.shoppinglist-overflow {
  overflow: scroll;
  height: 100%; }

/* Content
------------------------------------------------------------------------------ */
#page-header {
  text-align: center;
  font-family: 'Bitter', serif;
  background-repeat: no-repeat;
  background-position: 0 0;
  max-width: 1288px;
  margin: 0 auto;
  position: relative;
  z-index: -1; }

#page-header img {
  max-width: 100%; }

#page-header .sub-header {
  height: 135px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 99; }

#page-header .sub-header h1 {
  margin: 0;
  padding-left: 75px;
  color: #fff;
  font-size: 42px;
  line-height: 45px;
  font-weight: normal;
  display: table-cell;
  vertical-align: middle;
  text-align: left; }

.text {
  padding: 60px 0; }

.text li {
  margin-bottom: 10px; }

.text .alert li {
  margin-bottom: 0; }

.rounded {
  border-radius: 2px; }

.cta .row div[class^="col-"], .cta .row div[class*=" col-"] {
  padding: 0; }

.cta-content {
  position: relative;
  display: block;
  overflow: hidden; }

.cta-content .btn-more {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -72px;
  padding: 15px 20px; }

.cta-text {
  top: 20px;
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 10; }

.cta-text h3 {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  background: #d57f19;
  border-radius: 4px;
  padding: 15px 0;
  margin: 0 20px 10px 20px; }

.cta-text h3.bg_aqua {
  background: #277075; }

.cta-text h3.bg_white {
  background: #fff; }

.cta-text p {
  color: #e51937;
  padding: 15px 30px; }

.page-header {
  text-align: center;
  padding: 40px 0; }

/* FORMS */
.form-group {
  margin-bottom: 20px; }

.form-control {
  color: #333;
  height: 55px;
  border: 1px solid #fff;
  box-shadow: none;
  border-radius: 2px;
  background-color: #fff; }

.input-group-addon {
  color: #e51937;
  border: 1px solid #fff; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #F5F5F5; }

.form-content {
  background-color: #efefef;
  padding: 40px; }

.form-content label {
  color: #767676;
  font-weight: normal; }

.row-headers {
  border-bottom: 3px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
  text-transform: uppercase; }

/* HOME GALLERY */
#home-slider {
  margin-bottom: 40px;
  position: relative;
  max-width: 1288px;
  margin: 0 auto; }

#home-slider h3 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 25px;
  color: #fff;
  font-weight: normal;
  text-shadow: 0 0 15px #333;
  font-family: 'Bitter', serif;
  /*font-family: Georgia, 'Times New Roman', Times, serif;*/ }

#home-slider p {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  padding: 0 40px;
  text-shadow: 0 0 15px #333; }

#home-slider .item {
  position: relative;
  text-align: center; }

#home-slider .item img {
  max-width: 100%;
  height: auto; }

#home-slider .home-slider-content {
  position: absolute;
  color: red;
  top: 40px;
  left: 0;
  width: 100%;
  text-align: center;
  text-shadow: 0 0 60px #000; }

#home-slider .btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -70px;
  box-shadow: 0 0 1px #999; }

/* USER PROFILE */
.profile .profile-heading {
  background: none repeat scroll 0 0 #F5F5F5;
  border-radius: 4px 4px 0 0;
  color: #fff;
  padding: 30px;
  text-align: center; }

.profile .profile-heading img {
  border-radius: 50%;
  height: 112px;
  width: 112px; }

.form-content-profile {
  background-color: #efefef;
  padding: 40px 40px 0 40px; }

.form-content-profile label {
  color: #767676;
  font-weight: normal; }

.fileinput {
  display: block !important; }

.fileinput .btn, .btn-file > input, .form-content-profile .btn-default {
  background: #c8c8c8;
  border: 1px solid #c8c8c8;
  width: 100%;
  letter-spacing: 1px; }

.fileinput .fileinput-new {
  font-size: 11px;
  color: #fff;
  font-weight: bold;
  font-family: Montserrat, sans-serif; }

/* BLOG */
.post {
  margin-bottom: 60px; }

.post-title {
  padding-left: 80px; }

.post-date {
  border-radius: 30px;
  background: #666666;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  float: left;
  width: 60px;
  height: 60px;
  padding-top: 4px;
  margin-bottom: 10px; }

.post-date span {
  display: block;
  font-size: 32px;
  font-weight: bold; }

.post-meta {
  color: #999;
  padding: 0 0 10px 0;
  clear: both;
  position: relative; }

.post-image {
  float: none;
  width: 100%;
  margin: 0 0 20px 0; }

.post-share {
  position: absolute;
  top: -6px;
  right: 0;
  display: block;
  height: 36px;
  width: 64px;
  overflow: hidden;
  -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  /* easeOutQuart */ }

.post-share.active {
  width: 172px; }

.post-share .btn-share {
  border-radius: 0;
  padding: 8px 12px;
  position: absolute;
  right: 0;
  width: 64px;
  height: 40px;
  z-index: 10;
  background: #fff; }

.post-social {
  display: block;
  background: #e51937;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 172px;
  height: 40px; }

.post-social a {
  font-size: 20px;
  color: #9e1126;
  display: block;
  text-align: center;
  float: left;
  width: 36px;
  height: 36px;
  padding: 8px;
  overflow: hidden; }

.post-social a:hover {
  color: #fff;
  background: #9e1126;
  text-decoration: none; }

.post-social a span {
  display: none !important; }

/* BLOG - Comments */
.post-comments {
  padding: 20px 0; }

.post-comment-name {
  color: #000; }

.post-comment-date {
  color: #000; }

/* BLOG - Sidebar */
.side-widget {
  background-color: #efefef;
  padding: 15px 0 25px 0; }

.side-widget h4 {
  font-size: 14px;
  text-transform: uppercase;
  color: #9d9a9a;
  text-align: center;
  background: #fff;
  margin: 10px 15px 10px 15px;
  padding: 15px 0;
  font-family: 'Montserrat', sans-serif; }

.side-widget ul {
  margin: 0 15px 0 15px;
  padding: 0; }

.side-widget ul li {
  list-style: none;
  margin: 0; }

.side-widget ul li a {
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  display: block;
  color: #333333;
  padding: 14px 0 14px 15px;
  text-decoration: none;
  border-bottom: 1px solid #d4d4d4;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */ }

.side-widget ul li a:hover {
  color: #fff;
  background: #e51937;
  border-bottom: 1px solid #e51937; }

.form-blog {
  margin-bottom: 15px; }

.form-blog .form-control {
  background-color: #efefef; }

/* AD SLIDER */
#interactive-slider {
  padding: 0 20px 0 70px; }

.interactive-slider {
  padding: 60px 0 50px 0;
  color: #999;
  position: relative; }

.interactive-slider h3 a {
  display: inline-block;
  background: #e51937;
  color: #fff;
  padding: 15px 100px;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 40px;
  font-family: 'Montserrat', sans-serif; }

@media screen and (max-width: 768px) {
  .interactive-slider h3 {
    font-size: 12px;
    text-align: center;
    margin: auto;
    padding: 15px; }
    .interactive-slider h3 a {
      padding: 15px 30px; }

  #interactive-slider {
    padding: 0 20px 0 20px; }
 }

.interactive-slider .interactive-prev {
  position: absolute;
  left: 0;
  top: 42%;
  width: 65px;
  height: 125px;
  text-indent: -999px;
  overflow: hidden;
  color: #fff;
  z-index: 999;
  cursor: pointer;
  background: url(../images/sprite-ad-arrows.png) 0 0 no-repeat; }

.interactive-slider .interactive-next {
  position: absolute;
  right: 15px;
  top: 42%;
  width: 65px;
  height: 125px;
  text-indent: -999px;
  overflow: hidden;
  color: #fff;
  z-index: 999;
  cursor: pointer;
  background: url(../images/sprite-ad-arrows.png) 0 -125px no-repeat; }

.interactive-slider .owl-pagination {
  margin-top: 0;
  padding-top: 25px; }

.slider-item {
  min-height: 50px; }

.slider-item h5 {
  font-style: 18px;
  line-height: 20px;
  color: #857b68;
  font-weight: normal; }

.slider-item .slider-add-list {
  padding: 5px 10px;
  font-style: 11px;
  text-transform: none;
  letter-spacing: 0;
  /*position: absolute;*/
  bottom: 0;
  left: 0;
  margin-right: 10px; }

.slider-item .slider-login {
  padding: 5px 10px;
  font-style: 11px;
  text-transform: none;
  letter-spacing: 0;
  bottom: 0;
  right: 40px;
  position: absolute; }
  @media screen and (max-width: 768px) {
    .slider-item .slider-login {
      right: 0; } }

.slider-image {
  float: left;
  width: 140px;
  height: 170px;
  overflow-y: hidden;
  margin-right: 20px;
  min-height: 50px;
  text-align: center; }

.slider-text {
  width: 180px;
  float: left;
  min-height: 50px;
  /*height: 120px;*/
  position: relative; }

.slider_wide_text {
  width: 280px; }

.slider-image img {
  max-width: 100%;
  max-height: 100%;
  text-align: center; }

.slider-price {
  color: #e51937;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: -2px;
  font-family: 'Montserrat', sans-serif; }

.slider-unit {
  font-size: 12px;
  color: #857b68; }

.interactive-slider .owl-pagination .owl-page {
  border: 1px solid #e51937; }

.interactive-slider .owl-pagination .owl-page.active {
  background: #e51937; }

.interactive-slider .owl-pagination .owl-page {
  width: 13px;
  height: 13px; }

.interactive-slider-loader {
  text-align: center;
  padding: 64px 0; }

/* List Views */
.list-items {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px; }

.list-items img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all 0.6s ease;
  /* Transition for Webkit browsers */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2; }

.list-item {
  max-width: 93%; }

.list-items img {
  width: 850px;
  max-height: 245px; }

.list-title {
  color: #a1a1a1;
  text-align: center;
  padding: 15px 0;
  background-color: #fff;
  top: 15px;
  right: 10px;
  left: 10px;
  z-index: 10;
  -webkit-transition: all 0.2s ease-out;
  /* Saf3.2+, Chrome */
  /* FF4+ */
  /* IE10? */
  /* Opera 10.5+ */
  transition: all 0.2s ease-out; }

.list-title h3 {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.2s ease-out;
  /* Saf3.2+, Chrome */
  /* FF4+ */
  /* IE10? */
  /* Opera 10.5+ */
  transition: all 0.2s ease-out; }

.list-text {
  right: 0;
  bottom: 0;
  left: 0;
  height: 150px;
  padding: 30px 10px 0 10px;
  color: #fff;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  z-index: 9;
  -webkit-transition: all 0.2s ease-out;
  /* Saf3.2+, Chrome */
  /* FF4+ */
  /* IE10? */
  /* Opera 10.5+ */
  transition: all 0.2s ease-out; }

.list-items:hover .list-title {
  background-color: #e51937; }

.list-items:hover .list-title h3 {
  color: #fff; }

.list-items:hover .list-text {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.list-items:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  /* For Webkit browsers */
  filter: none;
  /* For IE 6 - 9 */
  -webkit-transition: all 0.6s ease;
  /* Transition for Webkit browsers */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

/* response after reminder is sent*/
.form-response {
  display: none; }

.list-stores {
  position: relative;
  background: #efefef;
  min-height: 150px;
  padding: 15px;
  margin-bottom: 20px; }

/* SHOPPING LIST
------------------------------------------------------------------------------ */
#shoppinglist-container {
  z-index: 9999;
  color: #000;
  width: 500px;
  position: fixed;
  top: 49px;
  right: 0;
  -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  /* easeOutQuart */
  margin-right: -640px;
  box-shadow: 0 0 1px #666; }
  #shoppinglist-container hr {
    margin-bottom: 0px; }
  #shoppinglist-container li {
    list-style-type: none; }
  #shoppinglist-container ul {
    margin: 0; }
  #shoppinglist-container p {
    margin-bottom: 0; }
  #shoppinglist-container .nav > li > a {
    height: 70px;
    padding: 20px;
    line-height: 1em;
    max-width: 170px;
    text-align: center; }
  #shoppinglist-container i.icon-closed {
    font-size: 1em;
    color: #000; }
    #shoppinglist-container i.icon-closed:hover {
      color: #e51937; }
  #shoppinglist-container .container {
    width: 100%; }
  #shoppinglist-container .row {
    background: #fff; }
  #shoppinglist-container .highlighted-row {
    background: #e51937;
    padding: 20px;
    color: #fff;
    text-transform: UPPERCASE; }
    #shoppinglist-container .highlighted-row h2 {
      color: #fff;
      text-align: center;
      font-size: 1.2em;
      margin: 0; }
  #shoppinglist-container #close-shopping-list {
    cursor: pointer;
    position: absolute;
    font-size: 1.5em;
    color: #fff;
    right: 30px;
    top: 25px; }
  #shoppinglist-container #shopping-items, #shoppinglist-container #ul-shopping-lists {
    overflow-y: scroll;
    max-height: 300px !important;
    padding: 0 20px; }
  #shoppinglist-container .list-item {
    position: relative; }
  #shoppinglist-container h6 {
    font-size: 12px;
    font-weight: bold;
    margin: 0; }
  #shoppinglist-container p {
    font-size: 12px;
    line-height: 12px; }
  #shoppinglist-container .shopping-list-item, #shoppinglist-container .shopping-list-li {
    border-bottom: 1px solid #d4d4d4;
    padding: 5px 0px;
    position: relative; }
    #shoppinglist-container .shopping-list-item:last-child, #shoppinglist-container .shopping-list-li:last-child {
      border-bottom: 0; }
  #shoppinglist-container .shopping-list-item {
    padding: 10px 0px; }
  #shoppinglist-container .shopping-list-li {
    color: #333333;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 15px 10px;
    margin: 10px 0; }
    #shoppinglist-container .shopping-list-li button.btn-delete {
      position: absolute;
      right: 10px;
      top: 20px; }
    #shoppinglist-container .shopping-list-li form {
      margin-bottom: 0; }
  #shoppinglist-container button.btn-delete, #shoppinglist-container button.btn-add {
    background: none;
    padding: 0;
    color: #d4d4d4;
    font-size: 15px; }
    #shoppinglist-container button.btn-delete span, #shoppinglist-container button.btn-add span {
      color: #454140;
      max-width: 40%; }
  #shoppinglist-container .btn:hover, #shoppinglist-container .btn:focus, #shoppinglist-container .btn.focus {
    outline: none;
    box-shadow: none;
    color: #e51937; }
  #shoppinglist-container .form-row {
    background: #efefef;
    margin: 0;
    padding: 0; }
  #shoppinglist-container .form-content {
    padding: 20px 0px 0px 10px; }
  #shoppinglist-container .shoppinglist-date {
    color: #c1c1c1;
    font-size: 0.9em;
    padding-bottom: 10px; }
  #shoppinglist-container .add-items {
    color: #e51937;
    padding-left: 20px; }
  #shoppinglist-container .share-button a {
    font-size: 16px;
    color: #c2c2c2;
    text-decoration: none;
    padding: 5px; }
    #shoppinglist-container .share-button a:hover {
      color: #e51937; }
  #shoppinglist-container .share-button .post-social {
    display: block;
    background: transparent;
    position: relative; }
  #shoppinglist-container .share-button .post-social a {
    font-size: 20px;
    color: #c2c2c2;
    display: block;
    text-align: center;
    float: left;
    width: 36px;
    height: 36px;
    padding-top: 8px;
    overflow: hidden; }
  #shoppinglist-container .share-button .post-social a:hover {
    color: #e51937;
    background: transparent;
    text-decoration: none; }
  #shoppinglist-container .share-button .post-social a span {
    display: none; }
  #shoppinglist-container .share-button .post-social.non-auth-list {
    height: auto !important;
    width: 80px !important;
    float: left; }
  #shoppinglist-container #alert-shoppinglist, #shoppinglist-container .alert-items-list {
    margin: 13px; }
  #shoppinglist-container input.btn.btn-default {
    width: 100%; }
  #shoppinglist-container p.alert.alert-info {
    background: #fff;
    color: black;
    border-left: 3px solid #a0a0a0;
    border-radius: 0;
    font-size: 0.9em; }
  #shoppinglist-container .active-list {
    background: #eee; }
  #shoppinglist-container .activate {
    display: none; }
  #shoppinglist-container .item-details i {
    color: #666666;
    font-size: 12px;
    line-height: 12px; }

.shoppinglist-active {
  margin-right: 0px !important; }

.badge {
  background-color: #e51937;
  position: absolute;
  right: -10px;
  top: -10px;
  padding: 2px 5px 5px 5px; }

.badge-hide {
  display: none; }

.form-quant {
  background: transparent;
  display: inline-table;
  text-align: center;
  float: left; }
  .form-quant .input-group-addon {
    background: transparent;
    padding: 0; }
  .form-quant button {
    border: none;
    background: transparent;
    color: #a0a0a0;
    padding: 0; }
    .form-quant button:focus {
      outline: none; }

.glyphicon-plus-sign:hover, .glyphicon-minus-sign:hover {
  color: #b5b5b5; }

.glyphicon-plus-sign, .glyphicon-minus-sign {
  color: rgba(0, 0, 0, 0.3); }

i.quantity-field {
  max-width: 20px;
  min-width: 20px; }

i.quantity-toggle.glyphicon-minus-sign {
  margin-right: 7px; }

i.quantity-toggle.glyphicon-plus-sign {
  margin-left: 7px; }

.glyphicon-plus-sign:active, .glyphicon-minus-sign:active {
  color: rgba(255, 0, 0, 0.6); }

.inactive-glyphicon:hover {
  cursor: not-allowed; }

.inactive-glyphicon:active, .inactive-glyphicon:hover {
  color: #a0a0a0; }

input.item-quan {
  border: none;
  width: 25px; }

.highlighted-item {
  background-color: #ccc; }

.quantity-controls {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -10px; }

.item-details {
  margin-left: 100px; }

.form-delete {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -12px; }

.btn-view-list {
  margin-right: 10px;
  font-size: 10px; }

.alert-shoppinglist {
  width: 350px;
  height: 80px;
  padding: 10px;
  z-index: 9999;
  max-width: 350px;
  position: fixed;
  top: 49px;
  right: 10px;
  background-color: #fff;
  padding: 10 20px;
  border: 2px solid rgba(0, 0, 0, 0.2); }
  .alert-shoppinglist h6 {
    font-size: 0.7em; }
  .alert-shoppinglist .message {
    margin: 0 40px 0 20px; }
  .alert-shoppinglist i {
    position: absolute;
    top: 13px;
    margin-right: 20px; }
  .alert-shoppinglist button {
    position: absolute;
    top: 28px;
    right: 20px; }

.weekly-ad-btn {
  float: left;
  color: #666;
  font-size: 12px; }

/* Stores
------------------------------------------------------------------------------ */
button.stores-filter {
  background: transparent;
  border: 0; }

@media (max-width: 768px) {
  .element-item.col-sm-4.col-stores {
    width: 50%; } }
@media (max-width: 550px) {
  .element-item.col-sm-4.col-stores {
    width: 100%; } }

a .col-stores {
  min-height: 260px;
  border: 4px solid white;
  background: #efefef;
  padding: 2%;
  padding: 10px 25px;
  color: #9d9b9b; }
  a .col-stores:hover {
    -webkit-transition: all 0.8s ease;
            transition: all 0.8s ease;
    background: #b4142b; }
    a .col-stores:hover h3, a .col-stores:hover h4, a .col-stores:hover span {
      color: #fff; }
    a .col-stores:hover h3 {
      background: #e51937;
      -webkit-transition: all 0.8s ease;
              transition: all 0.8s ease; }
    a .col-stores:hover i {
      color: #fff; }
    a .col-stores:hover .icon-gas-pump.text-info, a .col-stores:hover .icon-medicine.text-info, a .col-stores:hover .icon-paw.text-info, .col-stores:hover .icon-gtg.text-info {
      background: #ff1c3d;
      -webkit-transition: all 0.8s ease;
              transition: all 0.8s ease; }
    a .col-stores:hover span.stores-distance {
      color: #fff;
      -webkit-transition: all 0.6s ease;
              transition: all 0.6s ease; }
  a .col-stores h3 {
    color: #9d9b9b;
    background: #ffffff;
    border-radius: 5px;
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 10px; }
  a .col-stores i {
    color: #9d9b9b;
    text-align: center; }
  a .col-stores .icon-gas-pump.text-info, a .col-stores .icon-medicine.text-info, a .col-stores .icon-paw.text-info, .col-stores .icon-gtg.text-info {
    background: #a1a1a1;
    border-radius: 50%;
    padding: 7px 0px 7px 7px;
    color: #fff;
    background: #a1a1a1;
    border-radius: 50%;
    padding: 7px 0px 7px 7px;
    color: #fff;
    margin-left: 8px; }
    .icon-gtg {
      width: 29px;
      height: 29px;
      padding: 7px 0px 7px 5px !important;
    }
  a .col-stores div.icon-store-features {
    position: absolute;
    right: 20px;
    bottom: 30px; }
  a .col-stores div.row-store-info {
    margin-top: 20px;
    margin-left: 10px; }

.container-stores div.col-sm-7.search-stores {
  text-align: right;
  font-size: 1.2em;
  vertical-align: middle;
  padding-top: 0.5%; }
.container-stores #searchForm label {
  width: 50%;
  text-align: right; }
.container-stores #searchForm .input-group {
  width: 50%; }
.container-stores div#filters {
  margin-top: 40px; }
  .container-stores div#filters button {
    margin: 0px 0 30px 0px;
    text-align: right;
    text-transform: uppercase;
    font-size: 1.1em;
    color: #a1a1a1; }
  @media (min-width: 768px) {
    .container-stores div#filters .col-sm-4 {
      width: 100%;
      text-align: right; }

    .container-stores div#filters .col-sm-offset-8 {
      margin-left: 0; }
 }
.container-stores input#address {
  background: #efefef; }
.container-stores .glyphicon.glyphicon-search.input-group-addon {
  background: #e51937;
  color: #fff; }
.container-stores label.form-control {
  color: #e51937;
  font-weight: normal;
  font-size: 1.2em; }

span.stores-distance {
  color: #e51937; }

button.button.stores-filter:focus {
  box-shadow: none;
  outline: 0 none; }

i.icon-radio-checked, i.icon-radio-unchecked {
  margin: 10px; }

/* Detail View */
.panel.store-photo {
  width: 285px;
  height: 136px; }
  .panel.store-photo img {
    height: 100%; }

.btn-get-directions {
  margin-right: 20px; }

.col-back-btn {
  margin-bottom: 45px; }

small.icon-gas-pump.text-info, small.icon-medicine.text-info, small.icon-paw.text-info, small.icon-gtg.text-info {
  background: #e51937;
  border-radius: 50%;
  padding: 6px 0px 7px 7px;
  color: #fff; }
  h2 .icon-gtg {
    padding: 5px 6px 7px 4px !important;
  }
.preffered-store {
  margin-bottom: 20px; }

/* Employment Form
------------------------------------------------------------------------------ */
button.btn.btn-default.btn-remove-school {
  position: absolute;
  top: -5px;
  right: 15px;
  padding: 5px; }

button.btn.btn-default.btn-remove-employment {
  padding: 5px; }

#education-section .col-sm-6 {
  margin-bottom: 30px; }

/* Sidebar
------------------------------------------------------------------------------ */
/* Footer
------------------------------------------------------------------------------ */
footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff; }

footer h4 {
  font-size: 14px;
  padding: 20px 0 10px 0;
  color: #ee3c45;
  font-family: 'Montserrat', sans-serif; }

footer a {
  color: #362f2d;
  line-height: 24px; }

footer p {
  font-size: 12px;
  color: #362f2d;
  margin: 0 0 10px 0; }

.footer {
  padding-top: 80px;
  padding-bottom: 40px; }

.footer .nav-main {
  margin: 0;
  text-align: left;
  background: none;
  border-radius: 6px;
  position: static;
  width: 100%; }

.footer .nav-main > li {
  display: block;
  float: left;
  width: 50%; }

.footer .nav-main li a {
  font-size: 14px;
  padding: 10px 0 10px 0;
  color: #ee3c45;
  display: block;
  font-family: 'Montserrat', sans-serif; }

.footer .nav-main li a:hover {
  background: none;
  text-decoration: underline; }

.footer .nav-main li .dropdown-menu {
  position: static;
  display: block;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  min-width: 100px!important;
  box-shadow: none; }

.footer .nav-main li ul.dropdown-menu li {
  line-height: 16px;
  display: block;
  float: none; }

.footer .nav-main li ul.dropdown-menu li a {
  color: #362f2d;
  line-height: 16px;
  font-size: 12px;
  white-space: normal;
  padding: 5px 0 5px 0;
  font-family: Arial, Helvetica, sans-serif; }

.footer .nav-main li ul.dropdown-menu li a:hover {
  color: #ee3c45; }

.footer .nav-main > li:nth-child(4) {
  clear: left; }

.footer .nav-main > li:nth-child(4) {
  clear: left; }

.footer .nav-util-extra {
  float: none;
  margin: 0; }

.footer .nav-util-extra li {
  float: none; }

.footer .nav-util-extra li:first-child > a {
  font-size: 14px;
  padding: 10px 0 10px 0;
  color: #ee3c45;
  display: block;
  font-family: 'Montserrat', sans-serif; }

.footer .nav-util-extra li:first-child > a:hover {
  background: none;
  text-decoration: underline; }

.footer .nav-util-extra li a {
  color: #362f2d;
  line-height: 16px;
  font-size: 12px;
  padding: 5px 0 5px 0;
  font-family: Arial, Helvetica, sans-serif; }

.footer .nav-util-extra li a:hover {
  color: #ee3c45;
  background: none; }

.subfooter {
  padding: 40px 0;
  background: #e51937; }

.subfooter p {
  color: #fff; }

.subfooter .fcopy {
  text-align: left; }

.subfooter .flink {
  text-align: right; }

.subfooter .flink a {
  color: #fff; }

#social-media {
  margin: 0;
  padding: 0; }

#social-media li {
  margin: 0;
  padding: 0;
  display: block;
  float: left; }

#social-media li a {
  display: block;
  float: left;
  text-indent: -9999px;
  overflow: hidden;
  width: 46px;
  height: 46px;
  background: url(../images/sprite-social-media.png) 0 0 no-repeat; }

#social-media .social-facebook {
  background-position: 0 0; }

#social-media .social-twitter {
  background-position: -50px 0; }

#social-media .social-instagram {
  background-position: -96px 0; }

#social-media .social-pinterest {
  background-position: -145px 0; }

#social-media .social-youtube {
  background-position: -194px 0; }

#social-media .social-google {
  background-position: -242px 0; }

/* Misc CSS
------------------------------------------------------------------------------ */
input[type="search"] {
  width: 95%; }

.image-left {
  float: left;
  margin: 0 20px 20px 0; }

.image-right {
  float: right;
  margin: 0 0 20px 20px; }

.table_5 td {
  padding: 5px; }

.table_10 td {
  padding: 10px; }

.table_20 td {
  padding: 20px; }

.btn-more {
  color: #e51937;
  background-color: #fdfcfc;
  border-color: #fdfcfc;
  padding: 15px 25px;
  text-transform: uppercase;
  font-size: 12px; }

.btn-more:hover {
  color: #e51937;
  background-color: #eaeaea;
  border-color: #eaeaea; }

/* 3rd Party
------------------------------------------------------------------------------ */
/*!
 * Datetimepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datetimepicker {
  padding: 4px;
  margin-top: 1px;
  border-radius: 4px;
  direction: ltr; }

.datetimepicker-inline {
  width: 220px; }

.datetimepicker.datetimepicker-rtl {
  direction: rtl; }

.datetimepicker.datetimepicker-rtl table tr td span {
  float: right; }

.datetimepicker-dropdown, .datetimepicker-dropdown-left {
  top: 0;
  left: 0; }

[class*=" datetimepicker-dropdown"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

[class*=" datetimepicker-dropdown"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute; }

[class*=" datetimepicker-dropdown-top"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0; }

[class*=" datetimepicker-dropdown-top"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  border-bottom: 0; }

.datetimepicker-dropdown-bottom-left:before {
  top: -7px;
  right: 6px; }

.datetimepicker-dropdown-bottom-left:after {
  top: -6px;
  right: 7px; }

.datetimepicker-dropdown-bottom-right:before {
  top: -7px;
  left: 6px; }

.datetimepicker-dropdown-bottom-right:after {
  top: -6px;
  left: 7px; }

.datetimepicker-dropdown-top-left:before {
  bottom: -7px;
  right: 6px; }

.datetimepicker-dropdown-top-left:after {
  bottom: -6px;
  right: 7px; }

.datetimepicker-dropdown-top-right:before {
  bottom: -7px;
  left: 6px; }

.datetimepicker-dropdown-top-right:after {
  bottom: -6px;
  left: 7px; }

.datetimepicker > div {
  display: none; }

.datetimepicker.minutes div.datetimepicker-minutes {
  display: block; }

.datetimepicker.hours div.datetimepicker-hours {
  display: block; }

.datetimepicker.days div.datetimepicker-days {
  display: block; }

.datetimepicker.months div.datetimepicker-months {
  display: block; }

.datetimepicker.years div.datetimepicker-years {
  display: block; }

.datetimepicker table {
  margin: 0; }

.datetimepicker td, .datetimepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 0; }

.table-striped .datetimepicker table tr td, .table-striped .datetimepicker table tr th {
  background-color: transparent; }

.datetimepicker table tr td.minute:hover {
  background: #eee;
  cursor: pointer; }

.datetimepicker table tr td.hour:hover {
  background: #eee;
  cursor: pointer; }

.datetimepicker table tr td.day:hover {
  background: #eee;
  cursor: pointer; }

.datetimepicker table tr td.old, .datetimepicker table tr td.new {
  color: #999; }

.datetimepicker table tr td.disabled, .datetimepicker table tr td.disabled:hover {
  background: 0;
  color: #999;
  cursor: default; }

.datetimepicker table tr td.today, .datetimepicker table tr td.today:hover, .datetimepicker table tr td.today.disabled, .datetimepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a',endColorstr='#fdf59a',GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)}.datetimepicker table tr td.today:hover,.datetimepicker table tr td.today:hover:hover,.datetimepicker table tr td.today.disabled:hover,.datetimepicker table tr td.today.disabled:hover:hover,.datetimepicker table tr td.today:active,.datetimepicker table tr td.today:hover:active,.datetimepicker table tr td.today.disabled:active,.datetimepicker table tr td.today.disabled:hover:active,.datetimepicker table tr td.today.active,.datetimepicker table tr td.today:hover.active,.datetimepicker table tr td.today.disabled.active,.datetimepicker table tr td.today.disabled:hover.active,.datetimepicker table tr td.today.disabled,.datetimepicker table tr td.today:hover.disabled,.datetimepicker table tr td.today.disabled.disabled,.datetimepicker table tr td.today.disabled:hover.disabled,.datetimepicker table tr td.today[disabled],.datetimepicker table tr td.today:hover[disabled],.datetimepicker table tr td.today.disabled[disabled],.datetimepicker table tr td.today.disabled:hover[disabled]{background-color:#fdf59a}.datetimepicker table tr td.today:active,.datetimepicker table tr td.today:hover:active,.datetimepicker table tr td.today.disabled:active,.datetimepicker table tr td.today.disabled:hover:active,.datetimepicker table tr td.today.active,.datetimepicker table tr td.today:hover.active,.datetimepicker table tr td.today.disabled.active,.datetimepicker table tr td.today.disabled:hover.active{background-color:#fbf069}.datetimepicker table tr td.active,.datetimepicker table tr td.active:hover,.datetimepicker table tr td.active.disabled,.datetimepicker table tr td.active.disabled:hover{background-color:#006dcc;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(top, #08c, #04c);
  background-image: linear-gradient(top, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0044cc',GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datetimepicker table tr td.active:hover, .datetimepicker table tr td.active:hover:hover, .datetimepicker table tr td.active.disabled:hover, .datetimepicker table tr td.active.disabled:hover:hover, .datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active:hover.disabled, .datetimepicker table tr td.active.disabled.disabled, .datetimepicker table tr td.active.disabled:hover.disabled, .datetimepicker table tr td.active[disabled], .datetimepicker table tr td.active:hover[disabled], .datetimepicker table tr td.active.disabled[disabled], .datetimepicker table tr td.active.disabled:hover[disabled] {
  background-color: #04c; }

.datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active {
  background-color: #039; }

.datetimepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px; }

.datetimepicker .datetimepicker-hours span {
  height: 26px;
  line-height: 26px; }

.datetimepicker .datetimepicker-hours table tr td span.hour_am, .datetimepicker .datetimepicker-hours table tr td span.hour_pm {
  width: 14.6%; }

.datetimepicker .datetimepicker-hours fieldset legend, .datetimepicker .datetimepicker-minutes fieldset legend {
  margin-bottom: inherit;
  line-height: 30px; }

.datetimepicker .datetimepicker-minutes span {
  height: 26px;
  line-height: 26px; }

.datetimepicker table tr td span:hover {
  background: #eee; }

.datetimepicker table tr td span.disabled, .datetimepicker table tr td span.disabled:hover {
  background: 0;
  color: #999;
  cursor: default; }

.datetimepicker table tr td span.active, .datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(top, #08c, #04c);
  background-image: linear-gradient(top, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0044cc',GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active:hover:hover, .datetimepicker table tr td span.active.disabled:hover, .datetimepicker table tr td span.active.disabled:hover:hover, .datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active:hover.disabled, .datetimepicker table tr td span.active.disabled.disabled, .datetimepicker table tr td span.active.disabled:hover.disabled, .datetimepicker table tr td span.active[disabled], .datetimepicker table tr td span.active:hover[disabled], .datetimepicker table tr td span.active.disabled[disabled], .datetimepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #04c; }

.datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active {
  background-color: #039; }

.datetimepicker table tr td span.old {
  color: #999; }

.datetimepicker th.switch {
  width: 145px; }

.datetimepicker th span.glyphicon {
  pointer-events: none; }

.datetimepicker thead tr:first-child th, .datetimepicker tfoot tr:first-child th {
  cursor: pointer; }

.datetimepicker thead tr:first-child th:hover, .datetimepicker tfoot tr:first-child th:hover {
  background: #eee; }

.input-append.date .add-on i, .input-prepend.date .add-on i, .input-group.date .input-group-addon span {
  cursor: pointer;
  width: 14px;
  height: 14px; }

/*!
 * Jasny Bootstrap v3.1.0 (http://jasny.github.com/bootstrap)
 * Copyright 2011-2014 Arnold Daniels.
 * Licensed under Apache-2.0 (https://github.com/jasny/bootstrap/blob/master/LICENSE)
 */
.nav-tabs-bottom {
  border-bottom: 0;
  border-top: 1px solid #ddd; }

.nav-tabs-bottom > li {
  margin-bottom: 0;
  margin-top: -1px; }

.nav-tabs-bottom > li > a {
  border-radius: 0 0 4px 4px; }

.nav-tabs-bottom > li > a:hover, .nav-tabs-bottom > li > a:focus, .nav-tabs-bottom > li.active > a, .nav-tabs-bottom > li.active > a:hover, .nav-tabs-bottom > li.active > a:focus {
  border: 1px solid #ddd;
  border-top-color: transparent; }

.nav-tabs-left {
  border-bottom: 0;
  border-right: 1px solid #ddd; }

.nav-tabs-left > li {
  margin-bottom: 0;
  margin-right: -1px;
  float: none; }

.nav-tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  margin-bottom: 2px; }

.nav-tabs-left > li > a:hover, .nav-tabs-left > li > a:focus, .nav-tabs-left > li.active > a, .nav-tabs-left > li.active > a:hover, .nav-tabs-left > li.active > a:focus {
  border: 1px solid #ddd;
  border-right-color: transparent; }

.row > .nav-tabs-left {
  padding-right: 0;
  padding-left: 15px;
  margin-right: -1px;
  position: relative;
  z-index: 1; }

.row > .nav-tabs-left + .tab-content {
  border-left: 1px solid #ddd; }

.nav-tabs-right {
  border-bottom: 0;
  border-left: 1px solid #ddd; }

.nav-tabs-right > li {
  margin-bottom: 0;
  margin-left: -1px;
  float: none; }

.nav-tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-left: 0;
  margin-bottom: 2px; }

.nav-tabs-right > li > a:hover, .nav-tabs-right > li > a:focus, .nav-tabs-right > li.active > a, .nav-tabs-right > li.active > a:hover, .nav-tabs-right > li.active > a:focus {
  border: 1px solid #ddd;
  border-left-color: transparent; }

.row > .nav-tabs-right {
  padding-left: 0;
  padding-right: 15px; }

.alert-fixed-top, .alert-fixed-bottom {
  position: fixed;
  width: 100%;
  z-index: 1035;
  border-radius: 0;
  margin: 0;
  left: 0; }

@media (min-width: 992px) {
  .alert-fixed-top, .alert-fixed-bottom {
    width: 992px;
    left: 50%;
    margin-left: -496px; }
 }

.alert-fixed-top {
  top: 0;
  border-width: 0 0 1px 0; }

@media (min-width: 992px) {
  .alert-fixed-top {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-width: 0 1px 1px 1px; }
 }

.alert-fixed-bottom {
  bottom: 0;
  border-width: 1px 0 0 0; }

@media (min-width: 992px) {
  .alert-fixed-bottom {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-width: 1px 1px 0 1px; }
 }

.offcanvas {
  display: none; }

.offcanvas.in {
  display: block; }

@media (max-width: 767px) {
  .offcanvas-xs {
    display: none; }

  .offcanvas-xs.in {
    display: block; }
 }

@media (max-width: 991px) {
  .offcanvas-sm {
    display: none; }

  .offcanvas-sm.in {
    display: block; }
 }

@media (max-width: 1199px) {
  .offcanvas-md {
    display: none; }

  .offcanvas-md.in {
    display: block; }
 }

.offcanvas-lg {
  display: none; }

.offcanvas-lg.in {
  display: block; }

.canvas-sliding {
  -webkit-transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s;
  transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s; }

.offcanvas-clone {
  height: 0px !important;
  width: 0px !important;
  overflow: hidden !important;
  border: none !important;
  margin: 0px !important;
  padding: 0px !important;
  position: absolute !important;
  top: auto !important;
  left: auto !important;
  bottom: 0px !important;
  right: 0px !important;
  opacity: 0 !important; }

.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle; }

.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 23px;
  height: 100%;
  width: 100%;
  direction: ltr;
  cursor: pointer; }

.fileinput {
  margin-bottom: 9px;
  display: inline-block; }

.fileinput .form-control {
  padding-top: 7px;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text; }

.fileinput .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center; }

.fileinput .thumbnail > img {
  max-height: 100%; }

.fileinput .btn {
  vertical-align: middle; }

.fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists {
  display: none; }

.fileinput-inline .fileinput-controls {
  display: inline; }

.fileinput-filename {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden; }

.form-control .fileinput-filename {
  vertical-align: bottom; }

.fileinput.input-group {
  display: table; }

.fileinput.input-group > * {
  position: relative;
  z-index: 2; }

.fileinput.input-group > .btn-file {
  z-index: 1; }

.fileinput-new.input-group .btn-file, .fileinput-new .input-group .btn-file {
  border-radius: 0 4px 4px 0; }

.fileinput-new.input-group .btn-file.btn-xs, .fileinput-new .input-group .btn-file.btn-xs, .fileinput-new.input-group .btn-file.btn-sm, .fileinput-new .input-group .btn-file.btn-sm {
  border-radius: 0 3px 3px 0; }

.fileinput-new.input-group .btn-file.btn-lg, .fileinput-new .input-group .btn-file.btn-lg {
  border-radius: 0 6px 6px 0; }

.form-group.has-warning .fileinput .fileinput-preview {
  color: #8a6d3b; }

.form-group.has-warning .fileinput .thumbnail {
  border-color: #faebcc; }

.form-group.has-error .fileinput .fileinput-preview {
  color: #a94442; }

.form-group.has-error .fileinput .thumbnail {
  border-color: #ebccd1; }

.form-group.has-success .fileinput .fileinput-preview {
  color: #3c763d; }

.form-group.has-success .fileinput .thumbnail {
  border-color: #d6e9c6; }

.input-group-addon:not(:first-child) {
  border-left: 0; }

/*
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.owl-prev {
  position: absolute;
  left: 15px;
  top: 45%;
  width: 66px;
  height: 66px;
  text-indent: -999px;
  overflow: hidden;
  color: #fff;
  z-index: 999;
  cursor: pointer;
  background: url(../images/sprite-home-arrows.png) 0 0 no-repeat; }

.owl-next {
  position: absolute;
  right: 15px;
  top: 45%;
  width: 66px;
  height: 66px;
  text-indent: -999px;
  overflow: hidden;
  color: #fff;
  z-index: 999;
  cursor: pointer;
  background: url(../images/sprite-home-arrows.png) 0 -66px no-repeat; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-pagination {
  position: relative;
  display: block;
  text-align: center;
  height: 15px;
  margin-top: -20px; }

.owl-pagination .owl-page {
  display: inline-block;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  margin: 0 5px;
  box-shadow: 0 0 1px #999; }

.owl-pagination .owl-page.active {
  background: #e51937;
  border: 1px solid #e51937; }

.btn {
  padding: 10px 15px; }

.btn-default {
  background: #a0a0a0;
  border: 1px solid #a0a0a0;
  color: #fff;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase; }

.btn-default:hover {
  color: #fff;
  background-color: #b5b5b5; }

.pagination > li > a, .pagination > li > span {
  color: #333333;
  padding: 12px 20px; }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #333333; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #e51937;
  border: 1px solid #e51937; }

.pickup_date, .dob, .dob2, .available_start_date, .employer_start_date, .employer_end_date, .event_date {
  cursor: pointer !important; }

/* Helper classes
------------------------------------------------------------------------------ */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
/* Print styles.
------------------------------------------------------------------------------ */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }
 }

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?fiz8ws');
  src: url('../fonts/icomoon.eot?#iefixfiz8ws') format('embedded-opentype'), url('../fonts/icomoon.woff?fiz8ws') format('woff'), url('../fonts/icomoon.ttf?fiz8ws') format('truetype'), url('../fonts/icomoon.svg?fiz8ws#icomoon') format('svg');
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-paw:before {
  content: "\e600"; }

.icon-facebook:before {
  content: "\e601"; }

.icon-twitter:before {
  content: "\e602"; }

.icon-share:before {
  content: "\e603"; }

.icon-radio-checked:before {
  content: "\e604"; }

.icon-radio-unchecked:before {
  content: "\e605"; }

.icon-closed:before {
  content: "\e606"; }

.icon-medicine:before {
  content: "\e607"; }

.icon-gas-pump:before {
  content: "\e608"; }

a.login_usr {
    background-color: #a0a0a0;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    color: #fff;
    padding: 5px 20px;
    text-decoration: none;
}
a.login_usr:hover {
    background-color: #b5b5b5;
}
a.access_coupons_btn {
    background-color: #eb1634;
    border: 1px solid #eb1634;
    border-radius: 4px;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
}
a.access_coupons_btn:hover{
    background: #cf1430 none repeat scroll 0 0;
	border: 1px solid #cf1430;
}
a.login_email {
    background: #a0a0a0 none repeat scroll 0 0;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
}
a.login_email:hover {
    background-color: #b5b5b5;
}
.update_card{
    color: #e51937;
	background-color: #EFEFEF;
}
.update_card:hover,.update_card:focus,.update_card:active{
    color: #e51937;
	text-decoration: underline;
	outline: none!important;
	background-color: #EFEFEF;
	box-shadow: none!important;
	webkit-box-shadow: none;
}
.alert-review {
    background-color: #ecb853;
    border-color: #ecb853;
    color: #fff;
}
#update_cart_modal .modal-dialog{
	left: 50%;
    margin-left: -250px;
    margin-top: -130px;
    position: absolute;
    top: 50%;
    width: 500px;
}
#update_cart_modal .form-group .update_text {
	text-align: center;
}
#update_cart_modal .form-group .update_text p{
	color: #4e7c19;
	font-size: 18px;
}
#update_cart_modal .form-group .coupon_text {
	color: #656565;
	font-size: 14px;
	margin: auto;
	text-align: center;
	width: 250px;
}
#update_cart_modal .form-group.btm_txt{
	margin-bottom: 35px;
}
#update_cart_modal .form-group .update_text img {
	height: 50px;
	margin-bottom: 10px;
}

/* Custom Media Queries
------------------------------------------------------------------------------ */
@media (max-width: 767px) {
  .text {
    padding-top: 20px; }

  .pd_15 {
     padding-left: 15px;
     padding-right: 15px;
  }

  .navbar-collapse{
     margin-right: 0px!important;
  }

  .navbar-collapse .nav-main{
     margin-right: -15px!important;
  }

  h1 {
    font-size: 40px;
    line-height: 40px; }

  h2 {
    font-size: 20px;
    line-height: 26px; }

  h3 {
    font-size: 20px;
    line-height: 24px; }

  h4 {
    font-size: 16px;
    line-height: 18px; }

  h5 {
    font-size: 14px;
    line-height: 18px; }

  h6 {
    font-size: 12px;
    line-height: 18px; }

  .form-control {
    height: 45px; }

  .form-content {
    padding: 20px; }

  .navbar > .container {
    padding: 0; }

  .navbar > .container > .navbar-header {
    margin-left: 0;
    margin-right: 0; }

  #page-header .sub-header {
    height: 110px; }

  #filters.row {
	margin-right: 0px!important;
  }

  .container .row.text {
      margin-left: 15px!important;
      margin-right: 15px!important;
   }

  #page-header .sub-header h1 {
    font-size: 30px;
    line-height: 35px;
    padding-left: 15px; }

  .navbar-default .nav-util-extra {
    float: none;
    margin: 0;
    clear: both;
    width: 100%; }

  .navbar-collapse {
    clear: both;
    float: none; }

  .navbar-default .nav-util-extra li {
    float: none;
	margin-right: -15px!important;
	}

  .navbar-default .nav-util-extra > li > a {
    display: block;
    border: none !important; }

  .navbar {
    margin-bottom: 0; }

  .nav-main {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    padding: 0;
    margin: 0; }

  .nav-main li {
    display: block; }

  .nav-main li a {
    display: block; }

  .navbar-default .navbar-nav > li > a {
    border-bottom: 1px solid #f16277; }

  .navbar-default .navbar-nav > li.nav-user > a {
    padding: 15px 20px 15px 20px;
    border: none; }

  .navbar-default .nav-util {
    margin-right: 15px; }

  .navbar-default .nav-util li a {
    border: none; }

  .container-stores #searchForm label {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
	font-size: 1em;}
  .container-stores #searchForm .input-group {
    width: 100%; }

  #shoppinglist-container {
    width: 100%;
    left: 100%;
    margin-right: 0;
    box-shadow: 1px 1px 1px #999; }

  .shoppinglist-active {
    left: 0px !important; }

  .subfooter .fcopy, .subfooter .flink {
    text-align: center; }

  .btn-more {
    padding: 12px 18px; }

  .owl-prev, .owl-next {
    display: none; }

  .owl-pagination .owl-page {
    width: 10px;
    height: 10px; }

  .slider-image {
    width: 100px;
    margin-right: 20px; }

  .slider-text {
    width: 140px; }

  .slider_wide_text {
    width: 260px; }

  #interactive-slider {
    padding: 0 20px 0 40px; }

  .interactive-slider .interactive-prev, .interactive-slider .interactive-next {
    display: none; }

  .img-responsive-right {
    max-width: 100%;
    height: auto;
    display: block;
    float: none;
    margin: 0 0 20px 20px; }

  .img-responsive-left {
    max-width: 100%;
    height: auto;
    display: block;
    float: none;
    margin: 0 20px 20px 0; }

  .image-left {
    float: none;
    margin: 0 0 20px 0; }

  .image-right {
    float: none;
    margin: 0 0 20px 0; }

  video {
    max-width: 100%; }
 }

@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 12px;
    padding: 15px 8px; }

  .navbar-default .nav-util-extra li a {
    padding: 15px 15px; }

  .navbar-default .nav-util li a {
    font-size: 12px; }

  /* Home Gallery */
  #home-slider .home-slider-content {
    top: 140px;
    left: 50%;
    width: 700px;
    margin-left: -350px; }

  #home-slider h3 {
    font-size: 50px;
    line-height: 50px; }

  #home-slider p {
    font-size: 20px;
    line-height: 30px; }

  #home-slider .btn {
    bottom: 60px; }

  /* BLOG */
  .post-image {
    float: right;
    width: 300px;
    margin: 0 0 20px 20px; }

  .btn {
    padding: 18px 30px; }

  .btn-sm {
    padding: 10px 10px; }

  .btn-more {
    padding: 13px 20px; }

  .owl-pagination {
    margin-top: -40px; }

  .owl-pagination .owl-page {
    width: 15px;
    height: 15px; }

  .img-responsive-right {
    max-width: 100%;
    height: auto;
    display: block;
    float: right;
    margin: 0 0 20px 20px; }

  .img-responsive-left {
    max-width: 100%;
    height: auto;
    display: block;
    float: left;
    margin: 0 20px 20px 0; }
 }

@media (min-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 12px;
    padding: 15px 25px; }

  .navbar-default .nav-util li a {
    font-size: 12px; }

  .navbar-default .nav-util-extra li a {
    font-size: 12px; }

  /* Home Gallery */
  #home-slider .home-slider-content {
    top: 170px;
    width: 800px;
    margin-left: -400px; }

  #home-slider h3 {
    font-size: 60px;
    line-height: 60px; }

  #home-slider p {
    font-size: 24px;
    line-height: 34px; }

  /* BLOG */
  .post-image {
    width: 400px; }

  .btn-more {
    padding: 14px 22px; }

  .owl-pagination .owl-page {
    width: 20px;
    height: 20px; }

  .slider-image {
    width: 110px;
    margin-right: 20px; }

  .slider-text {
    width: 160px; }

  .slider_wide_text {
    width: 260px; }
 }

@media (min-width: 1200px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 15px;
    padding: 15px 25px; }

  .navbar-default .nav-util li a {
    font-size: 12px; }

  .navbar-default .nav-util-extra li a {
    font-size: 12px; }

  /* Home Gallery */
  #home-slider .home-slider-content {
    top: 200px;
    width: 1000px;
    margin-left: -500px; }

  #home-slider h3 {
    font-size: 70px;
    line-height: 70px; }

  #home-slider p {
    font-size: 28px;
    line-height: 40px; }

  /* BLOG */
  .post-image {
    width: 500px; }

  .btn-more {
    padding: 15px 25px; }

  .slider-image {
    width: 140px;
    margin-right: 20px; }

  .slider-text {
    width: 180px; }

  .slider_wide_text {
    width: 300px; }
 }

#ivie section video{
    left: 50%;
    margin-left: -27%;
    position: relative;
}
#search_wrapper{
    display:inline-block;
}
@media (max-width:768px){
   #search_wrapper{
      display:none;
   }
}

@keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

/* Opera < 12.1 */
.ht_50{
	height: 50px;
}
@media screen and (max-width: 420px) {
	.ht_50{
	height: 70px;
	}
}
/*  Custom Image Center Style added 11-3-16 */
.imgcenter {
  margin: 0 auto;
}
