/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}
/**
* search inputboxes and dropdowns
 */
.show-on-hover:hover > ul.dropdown-menu {
    display: block;
}
.featurette {
    margin-top: 15%;
}
/**
* Content
 */
.search-result-div{
    margin-top: 3%;
}
.search-div {
    margin-top: 5%;
    margin-bottom: 15%
}
.search-input-group {
    width: 100% !important;
    height: 60px;
    box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.1);
}
.page-not-found-div {
    padding-top: 50px;
}
/*
* Menu
 */
.link-nav {
    display: contents;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
background-color: #222;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  bottom: 3rem;
  color: #5a5a5a !important;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 2rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 2rem;
  }
}

.btn-outline-success {
	color: #ff8000 !important;
border-color: #ff8000 !important;
    height: 60px;
    width: 190px;
}
.btn-outline-success:hover {
	background-color: transparent !important;
	background-image: none !important;
	color: #000; 
}
.btn-outline-success:active, .btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success.hover, .btn-outline-success.focus, .btn-outline-success.active {
	box-shadow: 0 0 10px #ff8000; 
}
.search-button {
	border-radius: 5px; 
}
.img-logo{
	height: auto; 
	width: 150px; 
}
.carousel-img{
	height: auto; 
	width: 50px; 
}
.tim-title {
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 0 50px;
}
.results-section {
	background-color: #f7f7f7;
}
.div-headings {
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #acacb3;
	margin: 0;
}
.img-responsive {
	height: 100%; 
	width: 100%; 
}
.thumbnail {
	background-color: #fff;
	border-radius: 5px; 
	padding: 10px; 
	border: 1px solid rgba(0,0,0,.125);
	margin-bottom: 15px;
}
.item-heading {
	padding: 10px; 
}
.product_view .modal-dialog{max-width: 800px; width: 100%;}
.pre-cost{text-decoration: line-through; color: #a5a5a5;}
.space-ten{padding: 10px 0;}
.class {color: #ff8000;}
@media (max-width: 479px) {
	.navbar-nav {
		text-align: left; 
	}
}
.yonkinto-link {
	color: #5a5a5a !important;
	text-transform: uppercase;
font-size: 15px;
font-weight: 300;
padding: 5px;
cursor: pointer;
}

/*----------- Sign in page -----------*/ 
::selection {
  background-color: #b5e2e7;
}

::-moz-selection {
  background-color: #8ac7d8;
}

#logbox {
  padding: 10px;
  margin: 50px auto;
  width: 340px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.signup-header {
    text-align: center;
    font-size: 175%;
    color: #757575;
    font-weight: 300;
    padding-bottom: 50px;
}

.signup-header, input {
  font-family: "Open Sans", Helvetica, sans-serif;
}

.input {
  width: 75%;
  height: 50px;
  display: block;
  margin: 0 auto 15px;
  padding: 0 15px;
  border: none;
  border-bottom: 2px solid #ebebeb;
}
.input:focus {
  outline: none;
  border-bottom-color: #ff8000 !important;
}
.input:hover {
  border-bottom-color: #dcdcdc;
}
.input:invalid {
  box-shadow: none;
}

.pass:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

.inputButton {
  position: relative;
  width: 85%;
  height: 50px;
  display: block;
  margin: 30px auto 30px;
  color: #ff8000 !important;
background-color: transparent;
border-color: #ff8000 !important;
}
.inputButton:hover {
  box-shadow: 0 0 10px #ff8000;
}
.inputButton:active {
  box-shadow: 0 0 10px #ff8000;
}
.inputButton:focus {
  box-shadow: 0 0 10px #ff8000;
}
.signin-modal-header {
	display: flex;
list-style: none;
width: 100%;
}
.signin-modal-list-item {
	width: 100%; 
	text-align: center; 
}
/*--------------end Sign in page ----------*/
/**
* Alert message
 */
.alert-message
{
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}
.alert-message h4
{
    margin-top: 0;
    margin-bottom: 5px;
}
.alert-message p:last-child
{
    margin-bottom: 0;
}
.alert-message code
{
    background-color: #fff;
    border-radius: 3px;
}
.alert-message-success
{
    background-color: #F4FDF0;
    border-color: #3C763D;
}
.alert-message-success h4
{
    color: #3C763D;
}
.alert-message-danger
{
    background-color: #fdf7f7;
    border-color: #d9534f;
}
.alert-message-danger h4
{
    color: #d9534f;
}
.alert-message-warning
{
    background-color: #fcf8f2;
    border-color: #f0ad4e;
}
.alert-message-warning h4
{
    color: #f0ad4e;
}
.alert-message-info
{
    background-color: #f4f8fa;
    border-color: #5bc0de;
}
.alert-message-info h4
{
    color: #5bc0de;
}
.alert-message-default
{
    background-color: #EEE;
    border-color: #B4B4B4;
}
.alert-message-default h4
{
    color: #000;
}
.alert-message-notice
{
    background-color: #FCFCDD;
    border-color: #BDBD89;
}
.alert-message-notice h4
{
    color: #444;
}
.alert {
    border-right-style: none !important;
    border-top-style: none !important;
    border-bottom-style: none !important;
    border-radius: 0px !important;
    margin-top: 10%;
}
.registration-alert {
    margin-top: 0 !important;
}
.menu-link {
    text-decoration: none;
    color: #ff8000;
}
.menu-link:hover, .menu-link:focus, .menu-link:active{
    text-shadow: 0 0 10px #ff8000;
    text-decoration: none;
    color: #ff8000;
}
.alternate-link {
    text-decoration: none;
    color: #5a5a5a;
}
.alternate-link:hover, .alternate-link:focus, .alternate-link:active{
    text-shadow: 0 0 10px #5a5a5a;
    text-decoration: none;
    color: #5a5a5a;
}
.provider-section{
    margin-top: 10%;
}
.provider-section .btn-outline-success {
    position: relative;
    width: 85%;
    height: 50px;
    display: block;
    margin: 30px auto 30px;
}
.profile-pic-input {
    width: 75%;
    height: 50px;
    display: block;
    margin: 0 auto 15px;
    padding: 5px 0 55px 0;
}

.well-sm {
    border-radius: 3px;
}
.well {
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}