
body {
	font-family: 'Montserrat', sans-serif;
	/*color:#444348;*/
	color:#444348;
	padding-top: 0px;
	/*padding-top: 30px;*/

}

.thumbnail {
	position: relative;
	display: block;
	padding: 0px;
}
.captiontext {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;

}

.Valignbottom  {
	position: absolute;
	bottom: 0;
	left: 0;
	padding:5px;
}

.carousel-caption {
	top:120px;
}


.MCHeading, a.MCHeading:link, 
a.MCHeading:hover, a.MCHeading:active	{
	color:#fff;
	font-size:18px;
}
.MCSubHeading, a.MCSubHeading:link, 
a.MCSubHeading:hover, a.MCSubHeading:active	{
	color:#fff;
	font-weight:bold;
	font-size:18px;
}

.grad {
	margin-top:40px;
	border-radius: 4px;
	background: #425305; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left top, #425305, yellow); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, #425305, yellow); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, #425305, yellow); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, #425305, yellow); /* Standard syntax */
	padding:15px;
	color:#fff;
	font-size:18px;
	text-align:center;
}
.grad a{
	color:#fff;
}

.container {
	padding-right: 5px;
    	padding-left: 5px;
}

.text-bold	{
	font-weight:bold;
}

a	{
	color:#444348;
}

.h1, h1 {
	font-size: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	color:#444348;
}


.whitefont {
	color:#fff;
}



.h2, h2 {
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	color:#7b7a80;
}


.h3, h3 {

	margin-top: 5px;
	margin-bottom: 5px;
	/*color:#7b7a80;
	font-size: 24px;*/
	font-size: 16px;
	color:#444348;
}

.h5, h5 {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	color:#7b7a80;
}

.padding-top30 {
	padding-top: 30px;
}

.top30 {
	background-color: #000;
}

.box-shadow	{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.gray {
	background: #4b5151;
	margin:15px;
	padding:10px 5px;
}

.lightgray {
	background: #f1f1f1;
	margin:15px;
	padding:10px 5px;
}

.gray-top {
	background: #4b5151;
	margin: 0px 5px 0px;
	padding:2px;
}

.rounded {
	border-radius: 4px;
}


input {

	border-radius: 4px;
	border: 1px solid #4b5151;
}

.white-text	{
	color:#fff;
}

.white-bg	{
	background: #fff;
}

.noleftpadding	{
	padding-left: 0px;
}

.norightpadding	{
	padding-right: 0px;
}

.CTA-Top {
	margin-left:200px;
	margin-Right:200px;
}

@media (min-width:768px) {

	.gray-top {
		background: #4b5151;
		/* margin: 0px 0px 0px 40px; */
		margin: 0px 0px 0px 20px;
		/* padding-left:230px; */

	}


	.CTA-Top {
		margin-left:100px;
		margin-Right:100px;
	}
/*
	.panel-1	{
		min-height:160px;
	}

	.panel-2	{
		min-height:160px;
	}

	.panel-3	{
		min-height:160px;
	}
	.panel-4	{
		min-height:160px;
	}
*/

}



@media (max-width:767px) {
/*
	.CTA-Top {
		margin-left:100px !important;
		margin-Right:100px !important;
	}
*/

}

/*
@media (min-width:1440px) {

	.container {
		width: 1300px;
		padding-left:30px;
		padding-right:30px;
	}

	h1	{
		font-size: 34px;	
	}

}
*/

/*---Home---*/

.Home-bg {
    background: url('../images/Home-bg_01.jpg') no-repeat center center;
    background-size: 100% 100%;
  /*  min-height: 750px;
    position:relative; */
}

.lead-in	{
	background-color: rgba(255,255,255,.7);
	padding:20px;
	color:#000;
	font-size:36px;
	margin: 70px 0px 70px  0px;
}

.lead-in > p	{
	margin:  10px 20px 20px 0px;
	line-height: 40px;
	font-weight: 800;
}

/*---Stallcat---*/


.Stallcat-bg {
    background: url('../images/stallcat-bg_01.jpg') no-repeat center center;
    background-size: 100% 100%;
  /*  min-height: 750px;
    position:relative; */
}

.Stallcat-rowmargin {
	margin-bottom: 100px;
}

.lead-in-placeholder	{
	padding: 20px;
	margin: 70px 0px 70px 0px;
}

.productslist	{
	color: #c95710;
}


.Stallholderlink a:link,
.Stallholderlink a:hover,
.Stallholderlink a:active,
.Stallholderlink a:focus	{
	text-decoration:none;
}


/*---Nav---*/

.navbar-brand	{
	position: absolute;
	top: -80px;
	/*left: -70px;*/
	left: -30px;
}

.navbar-brand2020 {
    position: absolute;
    top: 0px;
    left: -30px;

}


.navbar-inverse	{
	background-color: transparent;
	border-color: transparent;
}

.navbar-inverse .navbar-nav > li > a {
	color: #252644;
	font-size:18px;
	padding:15px 22px 15px 22px;
	background-color: #000;
	/*font-weight:bold;*/
}

.navbar-inverse .navbar-nav > li > a:hover, 
.navbar-inverse .navbar-nav > li > a:focus {
	color: #fff;
	background-color: #cc5711;
}


.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:hover, 
.navbar-inverse .navbar-nav > .open > a:focus	{
	color: #fff;
	background-color: #cc5711;
}

.productgroupnav {
	float: right;
	margin: 0;
	padding:10px;
	margin-bottom: 0;
	list-style: none;
}

.productgroupnav > li {
	float: left;
	position: relative;
	display: block;
}

.productgroupnav > li > a,
.productgroupnav > li > a:link  {
	color: #252644;
	font-size:10px;
	/*padding:10px;*/
	padding: 10px 5px 10px 5px;
	background-color: #fff;
}


.productgroupnav > li > a:hover, 
.productgroupnav > li > a:focus {
	color: #fff;
	background-color: #cc5711;
}

.gray-top > ul > li  	{
	color:#fff;

}

.gray-top > ul > li > a	{
	color:#fff;
	font-size:14px;
	display: block;
	padding:10px;
}



@media (min-width:768px) {

	.navbar-collapse {
		margin-left:20px;
		background: #fff;
	}

	.navbar-inverse .navbar-nav > li > a {
		line-height:2;
		font-size: 14px!important;
		background-color: #fff;
	}
}

@media (min-width:992px) {
	.navbar-inverse .navbar-nav > li > a {
		line-height:2;
		font-size: 14px!important;
		background-color: #fff;
	}

}

@media (min-width:1200px) {
	.navbar-inverse .navbar-nav > li > a {
		line-height:2;
		font-size: 18px!important;
		background-color: #fff;
	}

}

/*---Footer---*/

footer	{
	background-color: #f2f2f2;
	margin:0px -5px 0px -5px;
}

footer	> .row {
	margin:0px;
	padding:20px ;
}

.footerheading	{
	font-weight:bold;
	font-size:16px;
	color:#5c5b60;

}

/*---table---*/

.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th 	{

	border-top: 0px solid #ddd;
	border-bottom: 1px solid #d1d1d1;
	font-size: 12px;
}

.table > thead > tr > td, 
.table > thead > tr > th	{

	border-top: 0px solid #ddd;
	border-bottom: 3px solid #d1d1d1;
	font-weight:bold;
	font-size:16px;
	color:#5c5b60;
}

/*---Buttons---*/

.btn-gray {
	border: 1px solid #9f9f9f;
	background: #9f9f9f;
	color:#fff;
}


.btn-gray:hover {
	background: #9a9a9a;
	color:#fff;

}


.btn-gray:active {
	background: #818d9d;
	border-color: #5d6979;
	-webkit-box-shadow: 0 0 5px #818d9d inset;
	-moz-box-shadow: 0 0 5px #818d9d inset;
	box-shadow: 0 0 5px #818d9d inset; 
}


.btn-shop {
	border: 1px solid #9f9f9f;
	background: #9f9f9f;
	color:#fff;
}


.btn-shop:hover {
	background: #58ae0d;
	color:#fff;

}


.btn-shop:active {
	background: #58ae0d;
	border-color: #5d6979;
	-webkit-box-shadow: 0 0 5px #818d9d inset;
	-moz-box-shadow: 0 0 5px #818d9d inset;
	box-shadow: 0 0 5px #818d9d inset; 
}

.btn-group.open .btn.btn-gray.dropdown-toggle {
	background-color: #8c97a6; 
}




/*---Panel---*/

.panel-default > .panel-heading

{
	background-color:#fff;
}


.panel

{
	background-color:#fff;
	border: 0px solid #fff;

	box-shadow: 0 0px 0px rgba(0,0,0,.05);

}


.panel-heading

{
	padding:0px;
	background-color:#fff;
	border:0px;
	margin: 10px 0px;

}

.page-header

{
	border-bottom:0px;
	margin-top: 20px;
	margin-bottom: 5px;
}

.panel-body
{
	padding-right:0px ;
	padding-left:0px ;
}


.panel-border
{
	border: 4px solid #eeeeee;
	padding:15px ;
}


.panel-1	{
	background: #7e471e;
	padding:10px 20px 10px 20px;
	color:#fff;
	min-height:190px;
}

.panel-2	{
	background: #7f6119;
	padding:10px 20px 10px 20px;
	color:#fff;
	min-height:190px;
}

.panel-3	{
	background: #2d644f;
	padding:10px 20px 10px 20px;
	color:#fff;
	min-height:190px;
}

.panel-4	{
	background: #009899;
	padding:10px 20px 10px 20px;
	color:#fff;
	min-height:190px;
}
/*
.panel-1:hover	{
	background: #bb5000;
}

.panel-2:hover	{
	background: #b88100;
}

.panel-3:hover	{
	background: #009a5e;
}

.panel-4:hover	{
	background: #0fbabb;
}
*/
.panel-1 > div > a	{
	color:#fff;	
}

.panel-2 > div > a	{
	color:#fff;	
}

.panel-3 > div > a	{
	color:#fff;	
}

.panel-4 > div > a	{
	color:#fff;	
}

.panel-5 > div > a	{
	color:#fff;	
}


/*
@media (min-width 768px) {

	.panel-1	{
		min-height:190px;
	}

	.panel-2	{

		min-height:190px;
	}

	.panel-3	{

		min-height:190px;
	}

	.panel-4	{

		min-height:190px;
	}


}
*/
@media (min-width:1200px) {

	.panel-1	{
		min-height:160px;
	}

	.panel-2	{

		min-height:160px;
	}

	.panel-3	{

		min-height:160px;
	}

	.panel-4	{

		min-height:160px;
	}


}

/*---Tabs---*/


.tab-content
{
	padding:30px ;
	min-height:320px;
	border-top-right-radius : 0px;
	border-top-left-radius : 0px;
	border-bottom-right-radius : 10px;
	border-bottom-left-radius : 10px;
	border: 4px solid #eeeeee;
	border-top-width:0px; ;
}

.nav-tabs	{
	width:100%;
}

.nav-tabs > li > a {
	margin-right: 0px;
	/*padding:15px 32px 15px 32px ;*/
	border-top-right-radius : 10px;
	border-top-left-radius : 10px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;

}

/*
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	border: 0px solid #ddd;
}
*/

.nav-tabs > li.active {
	border-bottom-color: #fff;
	border-top-right-radius : 10px;
	border-top-left-radius : 10px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
}

.nav-tabs > .active {
	border-bottom-color: #fff;
	border-top-right-radius : 10px;
	border-top-left-radius : 10px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
}


.TabHeading_01 {

	background-color: #ff8f3d;
	color:#535152;
	border-top-right-radius : 10px;
	border-top-left-radius : 10px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	border: 4px solid #eeeeee;
	margin-right:4px;
	width:18%;
	font-size:14px;
	/*font-weight:bold;*/
	text-align: center;
}

.TabHeading_01 > a {
/*	color:#fff;
	color:#535152;
*/
}


.TabHeading_01 > a:hover {
/*	color:#23527c;*/
	color:#535152;
}

.TabHeading_02 {

	background: #ffc233;
	color:#535152;
	border-top-right-radius : 10px;
	border-top-left-radius : 10px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	border: 4px solid #eeeeee;
	margin-right:4px;
	width:18%;
	font-size:14px;
	/*font-weight:bold;*/
	text-align: center;
}


.TabHeading_03 {

	background: #99dc2c;
	color:#535152;
	border-top-right-radius : 10px;
	border-top-left-radius : 10px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	border: 4px solid #eeeeee;
	margin-right:4px;
	width:19%;
	font-size:14px;
	/*font-weight:bold;*/
	text-align: center;
}


.TabHeading_04 {

	background: #63cef0;
	color:#535152;
	border-top-right-radius : 10px;
	border-top-left-radius : 10px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	border: 4px solid #eeeeee;
	margin-right:4px;
	width:18.3%;
	font-size:14px;
	/*font-weight:bold;*/
	text-align: center;
}


.TabHeading_05 {

	background: #64adf1;
	color:#535152;
	border-top-right-radius : 10px;
	border-top-left-radius : 10px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	border: 4px solid #eeeeee;
	/*margin-right:5px;*/
	margin-right:-1px;
	width:24%;
	font-size:14px;
	/*font-weight:bold;*/
	text-align: center;
}

.TabHeadingFull_01 {
	background-color: #ff8f3d;
	color:#535152;
	border-top-right-radius : 10px;
	border-top-left-radius : 10px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	border: 4px solid #eeeeee;
	margin-right:4px;
	width:16%;
	font-size:14px;
	/*font-weight:bold;*/
	text-align: center;
}

.TabHeadingFull_02 {
	background: #ffc233;
	color:#535152;
	border-top-right-radius : 10px;
	border-top-left-radius : 10px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	border: 4px solid #eeeeee;
	margin-right:4px;
	width:16%;
	font-size:14px;
	/*font-weight:bold;*/
	text-align: center;
}


.TabHeadingFull_03 {
	background: #99dc2c;
	color:#535152;
	border-top-right-radius : 10px;
	border-top-left-radius : 10px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	border: 4px solid #eeeeee;
	margin-right:4px;
	width:16%;
	font-size:14px;
	/*font-weight:bold;*/
	text-align: center;
}


.TabHeadingFull_04 {
	background: #63cef0;
	color:#535152;
	border-top-right-radius : 10px;
	border-top-left-radius : 10px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	border: 4px solid #eeeeee;
	margin-right:4px;
	width:16%;
	font-size:14px;
	/*font-weight:bold;*/
	text-align: center;
}


.TabHeadingFull_05 {
	background: #64adf1;
	color:#535152;
	border-top-right-radius : 10px;
	border-top-left-radius : 10px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	border: 4px solid #eeeeee;
	/*margin-right:5px;*/
	width:16%;
	font-size:14px;
	/*font-weight:bold;*/
	text-align: center;
}

.TabHeadingFull_06 {
	background: #9764f1;
	color:#535152;
	border-top-right-radius : 10px;
	border-top-left-radius : 10px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	border: 4px solid #eeeeee;
	/*margin-right:5px;*/
	width:16%;
	font-size:14px;
	/*font-weight:bold;*/
	text-align: center;
}

.TabHeading_StallCat {
	background: #c95710;
	color:#fff;
	border-top-right-radius : 10px;
	border-top-left-radius : 10px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	border: 4px solid #eeeeee;
	margin-right:4px;
	font-size:14px;
	/*font-weight:bold;*/
	text-align: left;
	padding:10px 15px 10px 15px;
	margin-top:15px;
	width:95%;
}

.tab-StallCat
{
	padding:15px ;
	min-height:320px;
	border-top-right-radius : 0px;
	border-top-left-radius : 0px;
	border-bottom-right-radius : 10px;
	border-bottom-left-radius : 10px;
	border: 4px solid #eeeeee;
	border-top-width:0px; 
	background: #f7f7f7;

}

.Tab-xs	{
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	width:100%;
}


.TabH_01 {
	color:#ff8f3d;
}
.TabH_02 {
	color:#ffc233;
}
.TabH_03 {
	color: #99dc2c;
}
.TabH_04 {
	color: #63cef0;
}
.TabH_05 {
	color: #64adf1;
}
.TabH_06 {
	color: #9764f1;
}
.tab-StallCat .active 	{
	color: #c95710;
}

.tab-pane > ul {
	padding: 0;
}

.tab-pane > ul > li {
	list-style: none;
}

.tab-content-item	{
	border: 0px solid #eeeeee;
	border-bottom-width:1px  ;
	padding:10px 0px 10px 0px;

}

.tab-content-item > h5	{
	color:#535152;
	font-size:16px;
	font-weight:bold;
}

.tab-content-item > p	{
	color:#817f80;
	font-size:14px;
	margin: 0px;
}

.tab-content-itemH	{
	border: 0px solid #eeeeee;
	border-bottom-width:0px  ;
	/* padding:10px 0px 10px 0px; */

}

.tab-content-itemH > h5	{
	font-size:16px;
	font-weight:bold;
}

.tab-content-itemH > p	{
	color:#817f80;
	font-size:12px;
	margin: 0px;
}

.tab-content-item > a	{
	color:#535152;
	font-size:12px;
}



.TabHeadingShop_01 {

	background-color: #eeeeee;
	color:#535152;
	border-top-right-radius : 10px;
	border-top-left-radius : 10px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	border: 4px solid #eeeeee;
	margin-right:4px;
	width:49%;
	font-size:14px;
	/*font-weight:bold;*/
	text-align: center;
}

.TabHeadingShop_01 > a {
	color:#fff;
}


.TabHeadingShop_01 > a:hover {
	color:#23527c;;
}

.TabHeadingShop_02 {

	background: #eeeeee;
	color:#535152;
	border-top-right-radius : 10px;
	border-top-left-radius : 10px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	border: 4px solid #eeeeee;
	margin-right:4px;
	width:49%;
	font-size:14px;
	/*font-weight:bold;*/
	text-align: center;
}

.TabHeadingShop {
	border:4px solid #eeeeee;
	background: #eeeeee;
}

.active.TabHeadingShop {
	border:4px solid #eeeeee;
	background: #fff;
}

/*
@media (max-width:1100px) {

	.TabHeading_01 {
		font-size:14px;
	}

	.TabHeading_02 {
		font-size:14px;
	}

	.TabHeading_03 {
		font-size:14px;
	}

	.TabHeading_04 {
		font-size:14px;
	}

	.TabHeading_05 {
		font-size:14px;
	}

	.TabHeading_06	{
		font-size:14px;
	}
}
*/



.Eventdate	{
	font-size:16px;
	font-weight:bold;
	color:#817f80;
}

.EventTime	{
	font-size:12px;
	font-weight:bold;
	color:#817f80;
}


.EventsHr	{
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0;
	border-top: 3px solid #eee;
	margin-right: 20px;
	margin-left: 20px;
}
.EventsHHr	{
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0;
	border-top: 3px solid #eee;

}

.requiredmark	{
	color:#ff0000;
}

.form-control	{
	background-color: #f7f7f7;
}

/*---glyphicon and fa inside input box---*/

/* enable absolute positioning */
.inner-addon { 
	position: relative; 
}

/* style icon */
.inner-addon .glyphicon, .inner-addon .fa  {
	position: absolute;
	padding: 10px;
	pointer-events: none;
}

/* align icon */
.left-addon .glyphicon, .left-addon .fa  {
	left:  0px;
}

.right-addon .glyphicon, .right-addon .fa {
	right: 0px;
}

/* add padding  */
.left-addon input  {
	padding-left:  30px;
	background: #f7f7f7;
}
.right-addon input {
	padding-right: 30px;
	background: #f7f7f7;
}

.form-controladmin {
    display: block;
    width: 100%;
    height: 28px;
    padding: 2px;
    margin: 2px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


td, th {

    padding: 2px;
}

.btn-gray a:link	{
	color:#fff;
}

select, textarea {
    border-radius: 4px;
    border: 1px solid #4b5151;
}

.OnlineShop	{
	padding-left: 220px;
	padding-top: 15px;
	margin-bottom: 0px;
	font-weight: bold;
}
.font44 {
	font-size: 44px;
}


.font40 {
	font-size: 40px;
}


.font36 {
	font-size: 36px;
}



.font32 {
	font-size: 32px;
}


.font24 {
	font-size: 24px;
}


.font20 {
	font-size: 20px;
}


.font18 {
	font-size: 18px;
}


.font16 {
	font-size: 16px;
}


.font14 {
	font-size: 14px;
}


.font12 {
	font-size: 12px;
}


.font10 {
	font-size: 10px;
}


.panel-green {
    border-color: #5cb85c;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-green > .panel-heading {
	border-color: #5cb85c;
	color: white;
	background-color: #5cb85c;
	padding: 10px 15px;
	min-height:80px;
}

td	{
	font-size: 14px;
}

.Social {
    background-color: #f0f0f0;
    border-radius: 10px;
}

.form-control2 {
	/* display: block; */
	height: 34px;
	/* width:100%; */
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.formsection0	{
	/*background-color: #f1dccc;*/
	background-color: #dcead7;

	/*background-color: #fbfbfb;*/
	border: 1px solid #ccc;
}

.formsection1	{
	/*background-color: #f1dccc;*/
	background-color: #f8eee6;

	/*background-color: #fbfbfb;*/
	border: 1px solid #ccc;
}

.formsection2	{
	/*background-color: #ccebdf;*/
	background-color: #e6f5ef;
	/*background-color: #fbfbfb;*/
	border: 1px solid #ccc;
}

.formsection3	{
	/*background-color: #eeeeee;*/
	border: 1px solid #ccc;
}

.bottom-align-text {
	position: absolute;
	bottom: 0;
	right: 0;
}

.carousel-content {
    color:black;
    display:flex;
    align-items:center;
}
.carousel-content > div > p	{
	margin: 10px 20px 20px 0px;
	line-height: 40px;
	/*font-weight: 800;*/
	min-height:150px;
}
.carouselRight {
	right: 0!important;
	left: auto;
	width:1%;
}

.carouselLeft {
	left: 0!important;
	right: auto;
	width:1%;
}

.navbar-toggle {
	background-color: #333;
}

.SBP_TD	{
	width:300px!important;
}

.ShopColor	{
	/*color:#58ae0d;*/
	color:#c95710;
}

select#iQuantity, 
select#soflow, 
select#soflow-color,
select#iVariant{
   /*   -webkit-appearance: button;
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;*/

   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-border-radius: 2px;
   background-image: -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
   /*background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
   background-position: 97% center;
   background-repeat: no-repeat;*/
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   margin: 5px 0px;
   overflow: hidden;
   padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 300px;
}

.Topcontact	{
	background-color: rgba(0,0,0,.3);
	padding: 20px;
	/* padding: 20px 10px 20px 30px; */
	color: #fff;
	/* margin: 0px 20px 0px -20px; */
	/*margin: 0px 20px 0px 0px; */
}


a[href^=tel] { color: inherit; text-decoration: none; }

.howitworks1 	{
	color:#ad1f39 ;
	width:25%;
	text-align: center;
	vertical-align: bottom;
	padding: 5px 40px 5px 40px;
}
.howitworks2	{
	color:#076d7b;
	width:25%;
	text-align: center;
	vertical-align: bottom;
	padding: 5px 40px 5px 40px;
}
.howitworks3	{
	color:#87901b;
	width:25%;
	text-align: center;
	vertical-align: bottom;
	padding: 5px 40px 5px 40px;
}
.howitworks4	{
	color:#d66c16;
	width:25%;
	text-align: center;
	vertical-align: bottom;
	padding: 5px 40px 5px 40px;
}
.howitworks1 a:link, .howitworks1 a:visited,	{
	color:#ad1f39 !important;
	font-weight:bold !important;
}
.howitworks2 a:link, .howitworks2 a:visited,		{
	color:#ad1f39 !important;
	font-weight:bold !important;
}
.howitworks3 a:link, .howitworks3 a:visited,		{
	color:#ad1f39 !important;
	font-weight:bold !important;
}
.howitworks4 a:link, .howitworks4 a:visited,		{
	color:#ad1f39 !important;
	font-weight:bold !important;
}


/*BUBBLE */

/* CSS talk bubble */
.talk-bubble {
	margin: 40px;
  display: inline-block;
  position: relative;
	/*width: 200px;*/
	height: auto;
	background-color: lightyellow;
}
.border{
  border: 5px solid #cc5712;
}
.round{
  border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;

}

/* Right triangle placed top left flush. */
.tri-right.border.left-top:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: -40px;
	right: auto;
  top: -8px;
	bottom: auto;
	border: 32px solid;
	border-color: #cc5712 transparent transparent transparent;
}
.tri-right.left-top:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: -20px;
	right: auto;
  top: 0px;
	bottom: auto;
	border: 22px solid;
	border-color: lightyellow transparent transparent transparent;
}

/* Right triangle, left side slightly down */
.tri-right.border.left-in:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	/*left: -40px;*/
	left: -34px;
	right: auto;
  top: 30px;
	bottom: auto;
	/*border: 20px solid;*/
	border: 15px solid;
	border-color: #cc5712 #cc5712 transparent transparent;
}
.tri-right.left-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: -20px;
	right: auto;
  top: 38px;
	bottom: auto;
	border: 12px solid;
	border-color: lightyellow lightyellow transparent transparent;
}

/*Right triangle, placed bottom left side slightly in*/
.tri-right.border.btm-left:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: -8px;
  right: auto;
  top: auto;
	bottom: -40px;
	border: 32px solid;
	border-color: transparent transparent transparent #cc5712;
}
.tri-right.btm-left:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 0px;
  right: auto;
  top: auto;
	bottom: -20px;
	border: 22px solid;
	border-color: transparent transparent transparent lightyellow;
}

/*Right triangle, placed bottom left side slightly in*/
.tri-right.border.btm-left-in:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 30px;
  right: auto;
  top: auto;
	bottom: -40px;
	border: 20px solid;
	border-color: #cc5712 transparent transparent #cc5712;
}
.tri-right.btm-left-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 38px;
  right: auto;
  top: auto;
	bottom: -20px;
	border: 12px solid;
	border-color: lightyellow transparent transparent lightyellow;
}

/*Right triangle, placed bottom right side slightly in*/
.tri-right.border.btm-right-in:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: 30px;
	bottom: -40px;
	border: 20px solid;
	border-color: #cc5712 #cc5712 transparent transparent;
}
.tri-right.btm-right-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: 38px;
	bottom: -20px;
	border: 12px solid;
	border-color: lightyellow lightyellow transparent transparent;
}
/*
	left: -8px;
  right: auto;
  top: auto;
	bottom: -40px;
	border: 32px solid;
	border-color: transparent transparent transparent #cc5712;
	left: 0px;
  right: auto;
  top: auto;
	bottom: -20px;
	border: 22px solid;
	border-color: transparent transparent transparent lightyellow;

/*Right triangle, placed bottom right side slightly in*/
.tri-right.border.btm-right:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: -8px;
	bottom: -40px;
	border: 20px solid;
	border-color: #cc5712 #cc5712 transparent transparent;
}
.tri-right.btm-right:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: 0px;
	bottom: -20px;
	border: 12px solid;
	border-color: lightyellow lightyellow transparent transparent;
}

/* Right triangle, right side slightly down*/
.tri-right.border.right-in:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: -40px;
  top: 30px;
	bottom: auto;
	border: 20px solid;
	border-color: #cc5712 transparent transparent #cc5712;
}
.tri-right.right-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: -20px;
  top: 38px;
	bottom: auto;
	border: 12px solid;
	border-color: lightyellow transparent transparent lightyellow;
}

/* Right triangle placed top right flush. */
.tri-right.border.right-top:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: -40px;
  top: -8px;
	bottom: auto;
	border: 32px solid;
	border-color: #cc5712 transparent transparent transparent;
}
.tri-right.right-top:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: -20px;
  top: 0px;
	bottom: auto;
	border: 20px solid;
	border-color: lightyellow transparent transparent transparent;
}

/* talk bubble contents */
.talktext{
  padding: 1em;
	text-align: left;
  line-height: 1.5em;
}
.talktext p{
  /* remove webkit p margins */
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}