/*css line*/
/* */
/*css line*/
/* */
body {
  background-color: #F1FFBD;
	background-attachment: fixed;
	background-position: 0 0;
	background-repeat: repeat;
}

a {
  color: #59187A;
}
a:hover {
  color: #3D005C;
}

h2 {
  color: #ADC74F;
}

div.container {
	overflow-x: hidden;
	background-color: white;
/*	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); */
}

section {
	position: relative;
}

ul.navbar-nav li:hover {
  background-color: #F1FFBD !important;
}

.picture.description img {
  max-width: 100%;
}

img {
  max-width: 100%;
}

.picture.description .picture {
  text-align: center;
}

.picture.description :first-child {
  z-index: 1;
}

.information-template {
  border: 1px solid white;
  background-color: white;
  /* box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05); */
  box-shadow: inset 0 1px 100px 1px rgba(0, 0, 0, 0.05);
  margin: 20px 0;
  padding: 20px;
}
.information-template h3 {
  margin-top: 0;
}
.picture.description {
  font-weight: 700;
  font-size: 1.2em;
/*  padding-top: 20px; */
/*  padding-bottom: 20px; */
}

.picture.description em {
  color: #000;
}
.picture.description .caption {
  font-size: 0.8em;
}

.picture.description .description {
  color: #59187A;
}
.nav>li>a:hover {
  color: #3D005C !important;
}
.btn {
  border-radius: 2px;
  text-shadow: none;
  font-weight: 700;
  color: white;
  margin-bottom: 10px;
  margin-right: 8px;
}
.btn a {
  color: #3D005C;
}
.btn.btn-default:hover a {
  color: white;
  text-decoration: none;
}
.btn-default {
  background-color: #ADC74F;
  background-image: none;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffaece4f', endColorstr='#ff9ebe3f', GradientType=0);
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-default:hover {
  background-color: #4A5C0C;
}

.page-footer {
  background-color:  #ADC74F;
  color: #3D005C;
}
.page-footer a {
  color: #59187A;
}
.page-footer a:hover {
  color: #3D005C;
}
/*
.page-footer a {
  color: #F1FFBD;
}
.page-footer a:hover {
  color: #4A5C0C;
}


.page-footer {
  background-color:  #3D005C;
  color: #ADC74F;
}
.page-footer {
  background-color:  #59187A;
  color: #ADC74F;
}
.page-footer {
  background-color:  #59187A;
  color: #F1FFBD;
}
.page-footer {
  background-color:  #3D005C;
  color: #F1FFBD;
}
.page-footer {
  background-color:  #ADC74F;
  color: #3D005C;
}
*/
.customer-note {
  display: none;
}

.flower-pic-row {
	text-align: center;
}

.flower-pic {
	max-width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* footer */

.fit-width-1 {
	font-size: 4vw;
	text-align: center;
}

.row-eq-height {
  display: -webkit-box;
/*  display: -webkit-flex; */
/*  display: -ms-flexbox; */
/*  display:         flex; */
/*  flex-wrap: wrap; */
}
.row-eq-height > [class*='col-'] {
  display: -webkit-box;
/*  flex-direction: column; */
}

/* Secure Forms */
.form_info {
/*	display: none; */
}
.secure_form {
	color: #333;
}

.secure_form input, textarea {
	display: block;
	margin-bottom: 20px;
	font-size: 12px;
	color: #777777;
}

.secure_form input:hover {
	width: 100%; 
}

.secure_form textarea:hover {
	width: 100%; 
}

.secure_form input[type="checkbox"]:hover, .secure_form input[type="radio"]:hover {
	width: auto; 
}

.input_hover_area {
	position: relative;
}
.input_hover_area .tooltip2 {
	display: none;
}
.input_hover_area:hover .tooltip2 {
    background: #eeeeee;
    border-radius: 3px;
    bottom: 23px;
    color: #ADC74F;
    display: inline;
/*    height: 30px; */
/*    left: 0; */
/*    line-height: 30px; */
	padding: 1px;
    position: absolute;
    font-size: 12px;
    z-index: 1000;
    width: 100%;
}
.textarea_hover_area {
	position: relative;
}
.textarea_hover_area .tooltip2 {
	display: none;
}
.textarea_hover_area:hover .tooltip2 {
    background: #eeeeee;
    border-radius: 3px;
    bottom: 100px;
    color: #ADC74F;
    display: inline;
/*    height: 30px; */
/*    left: 0; */
/*    line-height: 30px; */
	padding: 1px;
    position: absolute;
    font-size: 12px;
    z-index: 1000;
    width: 100%;
}
.secure_form h3 {
	font-size: 14px;
	color: #333;
}

.secure_form h4 {
	font-size: 14px;
	color: #333;
}

.secure_form input[type=checkbox] {
    position: relative;
    bottom: 1px;
    display: inline;
    float: left;
    margin-right: 5px;
    margin-bottom: 0px;
}
.secure_form input[type=radio] {
    position: relative;
    bottom: 1px;
    display: inline;
    float: left;
    margin-right: 5px;
    margin-bottom: 0px;
}
.secure_form label {
	color: #333;
	font-size: 12px;
}
.secure_form .form_checkbox {
	margin-bottom: 20px;
}
.secure_form .form_radio {
	margin-bottom: 20px;
	color: #333;
}
.secure_form textarea {
	max-width: 275px;
	height: 100px;
	width: 90%;
}
.secure_form .btn {
	color: white;
}

.secure_form .btn-primary {

}

@media (min-width: 768px) {
	.fit-width-1 {
		font-size: 33px;
	}
}
@media (min-width: 992px) {
	.fit-width-1 {
		font-size: 38px;
	}
}
@media (min-width: 1200px) {
	.fit-width-1 {
		font-size: 42px;
	}
}
@media (max-width: 991px) {
	.row-eq-height {
		display: block;
	}
}

/* end footer */
@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

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

}

@media (max-width: 767px) {
	.secure_form label {
		font-size: 10px;
	}
}

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

}

@media (min-width: 992px) and (max-width: 1199px) {

}

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

}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

}

@media (max-device-width: 480px) and (orientation: landscape) {

}

@media all and (transform-3d), (-webkit-transform-3d) {

}

@media print {

}
