/* Basic Colors
		Pink: #c23172
		Dark Pink: #611a2d
		Light Green: #84b077
		Dark Green: #21361f
		Beige: #f0eee8
---------------------------------------------------------------- */

/* Font Face Override
---------------------------------------------------------------- */
@import url(https:////fonts.googleapis.com/css?family=Quicksand&subset=latin);
body {
  font-family: 'Quicksand', sans-serif;
  background: #f0eee8;
}

/* Container Elements
---------------------------------------------------------------- */
@media only screen and (min-width: 769px) {.container-body {min-height: 300px;}}

/* Form Elements
---------------------------------------------------------------- */
.form-group-firsttitle {
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
.form-group-title {
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold
}
.form-group-chktitle {
	padding-top: 15px;
	font-size: 18px;
	font-weight: bold
}
.input-control {
	margin: 0;
	padding: 0px 5px;
	border: 1px solid #999;
	border-radius: 4px;
	color: #333333;
	background: #ffffff;
}
.lstFotogs {
	/* Engine */
	margin: 0;
	padding: 1px;
	border: 1px solid #999;
	border-radius: 2px;
	color: #333333;
	background: #ffffff;
}
.cursor-pointer {
	cursor: pointer;
}
@media (min-width: 769px) {
	.form-wrap {
		margin-top: 20px;
	}
	.form-group-firsttitle {
		padding-top: 0;
		font-size: 16px;
	}
	.form-group-title {
		font-size: 16px;
	}
	.form-group-chktitle {
		font-size: 16px;
	}
}

/* Text Elements
---------------------------------------------------------------- */
body {
	color: black;
/* color: #222222; */	
}
body a {
	color: #611a2d;
	text-decoration: none !important;
}
body a:hover {
	color: #21361F;
}
.text-notrequired {
	font-weight: normal;
}
.text-formtitle {
	font-size: 20px;
	font-weight: bold;
}
.text-validate {
	color: #611a2d;
	font-weight: bold;
	text-align: left;
}
.text-complete {
	color: #000080;
	font-weight: bold;
}
.text-discount {
	color: #cc0000;
}
.text-bold {
	font-weight: bold;
}
.text-justify-xs {
	text-align: justify;
}
.text-justify-xs h1, h2, h3, h4, h5, h6 {
	text-align: left;
}
@media (min-width: 769px) {
	.text-justify-xs {
		text-align: left;
	}
}
.text-fontawesome {
	font-family: FontAwesome;
}

/* Spacing
---------------------------------------------------------------- */
.hero img {
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
	height: auto;
}
.hero_header {
	color: #ffffff;
	text-align: center;
	margin: 0;
	letter-spacing: 4px;
}
.position-relative {
	position: relative;
}
.clear {
	clear: both;
}

/* Buttons
---------------------------------------------------------------- */
.btn-go {
	height: 24px;
	padding: 0 6px 0 6px;
	font-size: 12px;
	border-radius: 3px;
}
.btn-addtocart {
	color: #ffffff;
	background: #333333;
	border-color: #adadad;
}
.btn-addtocart:hover {
	color: #333333;
	background: #e6e6e6;
}
.btn-addtocart:active {
	color: #333333;
	background: #e6e6e6;
}
.btn-addtocart:focus,
.btn-addtocart.focus {
	color: #ffffff;
	background: #333333;
	border-color: #adadad;
}

.btn-blue {
	color: #ffffff;
	background: #3b5e8d;
	border-color: #adadad;
}
.btn-blue:hover {
	color: #333333;
	background: #e6e6e6;
}
.btn-blue:active {
	color: #333333;
	background: #e6e6e6;
}
.btn-blue:focus,
.btn-blue.focus {
	color: #ffffff;
	background: #3b5e8d;
	border-color: #adadad;
}

.btn-black {
	color: #ffffff;
	background: #611A2D;
	/*border-color: #adadad;*/
}
.btn-black:hover {
	color: #fff;
	background: #21361F;
}
.btn-black:active {
	color: #333333;
	background: #e6e6e6;
}
.btn-black:focus,
.btn-black.focus {
	color: #ffffff;
	background: #611A2D;
	border-color: #adadad;
}

.btn-grey {
	color: #333333;
	background: #e6e6e6;
	border-color: #adadad;
}
.btn-grey:hover {
	color: #ffffff;
	background: #21361f;
}
.btn-grey:active {
	color: #ffffff;
	background: #21361f;
}
.btn-grey:focus,
.btn-grey.focus {
	color: #333333;
	background: #e6e6e6;
	border-color: #adadad;
}

.btn-lightgrey {
	font-size: 14px;
	color: #333333;
	background: #f0f0f0;
	border-color: #666666;
}
.btn-lightgrey:hover {
	color: #ffffff;
	background: #21361f;
}
.btn-lightgrey:active {
	color: #ffffff;
	background: #21361f;
}
.btn-lightgrey:focus,
.btn-lightgrey.focus {
	color: #333333;
	background: #f0f0f0;
	border-color: #666666;
}

.btn-green {
	color: #ffffff;
	background: #258c6d;
	border-color: #adadad;
}
.btn-green:hover {
	color: #ffffff;
	background: #217F32;
}
.btn-green:active {
	color: #ffffff;
	background: #e6e6e6;
}
.btn-green:focus,
.btn-green.focus {
	color: #ffffff;
	background: #217F32;
	border-color: #adadad;
}


/* Additional Bootstrap Modals
---------------------------------------------------------------- */
@media (min-width: 769px) {
	.modal-md {
	width: 720px;
	}
	.modal-dialog {
	width: 800px;
	}
	.modal-body {
		padding-left: 40px;
		padding-right: 40px;
	}	
}


/* Divs acting as Tables
---------------------------------------------------------------- */
.display-table {display: table; table-layout: auto;}
.display-row {display: table-row;}
.display-cell-top {display: table-cell;}
.display-cell-middle {display: table-cell; vertical-align: middle;}
.display-cell-bottom {display: table-cell; vertical-align: bottom;}

/* Misc
---------------------------------------------------------------- */
.copyright-author {
	margin-top: 10px;
}

/* Twensoft Demos
---------------------------------------------------------------- */
.twensoft-comments {color: red;}

/* Master Slider
---------------------------------------------------------------- */
.title2 {
  font-size: 50px;
  color: #fff;
  line-height: 50px;
  font-weight: 800; }

.sub-title2 {
  color: #fff;
  font-size: 14px; }

.sub-title3 {
  color: #fff;
  font-size: 34px;
  font-weight: 300;
  text-transform: capitalize; }

.btn1 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 25px;
  background-color: #000000;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 700;
  text-shadow: 0 1px rgba(0, 0, 0, 0.15);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  }

.btn1 i {
  margin-left: 5px; }

.btn1:hover {
  color: #333;
  background-color: #ddd;
  text-decoration: none;
  }

.btn2 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 25px;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 700;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.btn2 i {
  margin-left: 5px; }

.btn2:hover {
  color: #333;
  background-color: #edac15; }

 /*Font Awesome Social Icons*/
.social-icon {
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px!important;
    color: #555;
    text-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #AAA
}

.social-icon:hover {
    border-color: transparent
}

.social-icon i {
    display: block;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 40px;
    position: relative
}

.social-icon i:last-child {
    color: #FFF!important
}

.social-icon:hover i:first-child {
    margin-top: -40px
}

.social-icon-lg {
    margin: 0 5px 5px 0;
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 60px!important;
    color: #555;
    text-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #AAA
}

.social-icon-lg:hover {
    border-color: transparent
}

.social-icon-lg i {
    display: block;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 60px;
    position: relative
}

.social-icon-lg i:last-child {
    color: #FFF!important
}

.social-icon-lg:hover i:first-child {
    margin-top: -60px
}

.social-icon-sm {
    margin: 0 5px 5px 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px!important;
    color: #555;
    text-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #AAA
}

.social-icon-sm:hover {
    border-color: transparent
}

.social-icon-sm i {
    display: block;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 30px;
    position: relative
}

.social-icon-sm i:last-child {
    color: #FFF!important
}

.social-icon-sm:hover i:first-child {
    margin-top: -30px
}

si-border {
    border: 1px solid #AAA!important
}

.si-border-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.si-dark-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.si-gray-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.si-gray {
    background: #f3f3f3;
    border: 0
}

.si-dark {
    background-color: #333;
    border: 0!important;
    color: #fff!important
}

.si-colored-facebook,
.si-facebook:hover {
    background-color: #3B5998!important
}

.si-colored-twitter,
.si-twitter:hover {
    background-color: #00ACEE!important
}

.si-colored-google-plus,
.si-g-plus:hover {
    background-color: #DD4B39!important
}

.si-colored-skype,
.si-skype:hover {
    background-color: #00AFF0!important
}

.si-linkedin:hover,
.si-colored-linkedin {
    background-color: #0E76A8!important
}

.si-pin:hover,
.si-colored-pinterest {
    background-color: #C8232C!important
}

.si-rss:hover,
.si-colored-rss {
    background-color: #EE802F!important
}

.si-pinterest:hover,
.si-colored-pinterest {
    background-color: #C8232C!important
}

.si-tumblr:hover,
.si-colored-tumblr {
    background-color: #34526F!important
}

.si-vimeo:hover,
.si-colored-vimeo {
    background-color: #86C9EF!important
}

.si-digg:hover,
.si-colored-digg {
    background-color: #191919!important
}

.si-instagram:hover, .si-colored-instagram {
    /*background-color: #3F729B !important;*/
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );

}

.si-flickr:hover,
.si-colored-flickr {
    background-color: #FF0084!important
}

.si-paypal:hover,
.si-colored-paypal {
    background-color: #00588B!important
}

.si-yahoo:hover,
.si-colored-yahoo {
    background-color: #720E9E!important
}

.si-android:hover,
.si-colored-andriod {
    background-color: #A4C639!important
}

.si-appstore:hover,
.si-colored-apple {
    background-color: #000!important
}

.si-dropbox:hover {
    background-color: #3D9AE8!important
}

.si-dribbble:hover,
.si-colored-dribbble {
    background-color: #EA4C89!important
}

.si-soundcloud:hover,
.si-colored-soundcoloud {
    background-color: #F70!important
}

.si-xing:hover,
.si-colored-xing {
    background-color: #126567!important
}

.si-phone:hover,
.si-colored-phone {
    background-color: #444!important
}

.si-behance:hover,
.si-colored-behance {
    background-color: #053eff!important
}

.si-github:hover,
.si-colored-github {
    background-color: #171515!important
}

.si-stumbleupon:hover,
.si-colored-stumbleupon {
    background-color: #F74425!important
}

.si-email:hover,
.si-colored-email {
    background-color: #6567A5!important
}

.si-wordpress:hover,
.si-colored-wordpress {
    background-color: #1E8CBE!important
}

.social-shortcodes .left-heading {
    font-size: 30px;
    text-transform: uppercase
}
.social-icons:after,
.social-icons:before > .divide10:after,
.social-icons .divide10:before {
    display: table;
    content: "";
    width: 100%;
    clear: both
}

/*-----------------------------------------------------------------------------------*/
/*	DIVIDERS
/*-----------------------------------------------------------------------------------*/
.divide0 {
    width: 100%;
    height: 0px;
}
.divide2 {
    width: 100%;
    height: 2px;
}
.divide3 {
    width: 100%;
    height: 3px;
}
.divide5 {
    width: 100%;
    height: 5px;
}
.divide10 {
    width: 100%;
    height: 10px;
}
.divide15 {
    width: 100%;
    height: 15px;
}
.divide20 {
    width: 100%;
    height: 20px;
}
.divide25 {
    width: 100%;
    height: 25px;
}
.divide30 {
    width: 100%;
    height: 30px;
}
.divide35 {
    width: 100%;
    height: 35px;
}
.divide40 {
    width: 100%;
    height: 40px;
}
.divide45 {
    width: 100%;
    height: 40px;
}
.divide50 {
    width: 100%;
    height: 50px;
}
.divide55 {
    width: 100%;
    height: 55px;
}
.divide60 {
    width: 100%;
    height: 60px;
}
.divide65 {
    width: 100%;
    height: 65px;
}
.divide70 {
    width: 100%;
    height: 70px;
}
.divide75 {
    width: 100%;
    height: 75px;
}
.divide80 {
    width: 100%;
    height: 80px;
}
.divide85 {
    width: 100%;
    height: 85px;
}
/*margins*/
.margin10 {
    margin-bottom: 10px;
}
.margin20 {
    margin-bottom: 20px;
}
.margin30 {
    margin-bottom: 30px;
}
.margin40 {
    margin-bottom: 40px;
}
.no-padding {
    padding: 0px;
}


/* Change the white to any color ;)
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #611A2D;
  /*-webkit-text-fill-color: #611A2D;*/
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
  transition: background-color 5000s ease-in-out 0s;
}

.form-control {
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
    border: 1px solid #611A2D;
 /* -webkit-text-fill-color: #611A2D;*/
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
  transition: background-color 5000s ease-in-out 0s;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="checkbox"],
input[type="radio"],
.input-checkbox {
/*-moz-appearance: none;*/
appearance: none;
}

/* Dropdown: Remove the original arrow */
select.input-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  /* no standardized syntax available, no ie-friendly solution available */
}
select.input-dropdown::-ms-expand {
    display: none;
}
select.input-dropdown:hover { cursor: pointer;}

select + i.fa {
  float: right;
  margin-top: -30px;
  margin-right: 5px;
  /* this is so when you click on the chevron, your click actually goes on the dropdown menu */
  pointer-events: none;
  /* everything after this is just to cover up the original arrow */
  /* (for browsers that don't support the syntax used above) */
  padding-right: 5px;
  font-size:22px;
  }
.input-dropdown {
    padding: 0px 5px;
	border-radius: 4px;
}
/*
#PB, option.selected {
    width:100px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

#PB, option {
  width: 200px; 
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
*/