body {
	color: #222222;
	font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: inherit;
	font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.1;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
.thumbnail {
	display: inline-block;
}
#home_banner {
	background: url("../images/banner_bg_main.jpg") no-repeat;
	background-size: cover;
	height: 500px;
}
#home_banner_shade {
	color: #cdd6dc;
	background-color: rgba(0, 0, 0, 0.2);
	height: 500px;
}
ul.star li {
	background: rgba(0, 0, 0, 0) url("../images/bullet/star.png") no-repeat scroll
		left 3px;
}
ul.check li {
	background: rgba(0, 0, 0, 0) url("../images/bullet/check.png") no-repeat
		scroll left 3px;
}
ul.short {
	list-style-type: none;
	margin: 20px 0;
	padding: 0;
}
ul.short li {
	margin: 5px;
	padding: 0 0 0 25px;
}
#top_bar {
	background: #3c4147 none repeat scroll 0 0;
	color: #fff;
	padding: 6px 0;
}
.well.cart_form {
	background: #c2e6f5;
	border: 1px solid #83aaba;
}
.btn-normal:hover,
.btn-normal:active {
	color: #444;
}
.btn-impact {
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
	font-size: 18px;
	font-weight: bold;
	padding: 5px 10px;
	text-transform: uppercase;
}
.btn-success {
	background-color: #42aa06;
}
.btn-success-bordered {
	background-color: #fff;
	border-color: #ddd;
	color: #3fb618;
}
.btn-group-xs > .btn,
.btn-xs {
	padding: 0.1rem 0.25rem;
	font-size: 0.845rem;
}
img.thumbnail {
	border: 1px solid #797777;
	margin: 5px;
}
a.dark:link,
a.dark:visited {
	color: #3e4651;
}
a.dark:hover,
a.dark:active {
	color: #535a63;
	text-decoration: none;
}
#top_bar a:link,
#top_bar a:visited {
	color: #fefefe;
}
#top_bar a:hover,
#top_bar a:active {
	color: #ff834f;
	text-decoration: none;
}
#header_middle {
	padding: 20px 10px 35px 10px;
}
#logo {
	max-width: 500px;
	float: left;
}
.white_band {
	padding: 25px;
}
.navy_band {
	background-color: #0d2963;
	color: #8ac0e1;
	padding: 25px;
}
.navy_band img.right {
	border: 4px solid #318dc5;
	padding: 0;
	margin: 15px 0 15px 25px;
}
.navy_band img.left {
	border: 4px solid #318dc5;
	padding: 0;
	margin: 15px 25px 15px 0;
}
.blue_band {
	background-color: #1689d2;
	color: #c7c5f6;
	padding: 25px;
}
.blue_band img.right {
	border: 4px solid #186a9d;
	padding: 0;
	margin: 15px 0 15px 25px;
}
.blue_band img.left {
	border: 4px solid #186a9d;
	padding: 0;
	margin: 15px 25px 15px 0;
}
.orange_band {
	background-color: #f1708a;
	color: #2b040c;
	padding: 25px;
}
.orange_band img.left {
	border: 4px solid #b0186e;
	padding: 0;
	margin: 15px 25px 15px 0;
}
.orange_band img.right {
	border: 4px solid #b0186e;
	padding: 0;
	margin: 15px 0 15px 25px;
}
.yellow_band {
	background-color: #fbed9f;
	color: #2b040c;
	padding: 25px;
}
.yellow_band img.left {
	border: 4px solid #d4cc38;
	padding: 0;
	margin: 15px 25px 15px 0;
}
.yellow_band img.right {
	border: 4px solid #d4cc38;
	padding: 0;
	margin: 15px 0 15px 25px;
}
.navy_band {
	background-color: #0a2fab;
	color: #c7c5f6;
	padding: 25px;
}
.navy_band img.left {
	border: 4px solid #435cdb;
	padding: 0;
	margin: 15px 25px 15px 0;
}
.navy_band img.right {
	border: 4px solid #435cdb;
	padding: 0;
	margin: 15px 0 15px 25px;
}
/*end of main navbar styles*/
footer {
	/*background:#F1F1F1 url('../images/light-orange-noise.jpg') repeat;*/
	background-color: #e3e9ec;
	margin-top: 0;
	padding: 25px;
}
footer a:link,
footer a:visited {
	color: #44484d;
}
footer a:hover,
footer a:active {
	text-decoration: underline;
	color: #444;
}
.grid-list > li {
	position: relative;
	background-color: #fefefe;
	border: 1px solid #eee;
	/*float: left;*/
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin: 10px 10px 25px 10px;
	padding: 10px;
	transition: all 0.5s ease 0s;
	min-height: 254px;
}
.grid-list > li:hover {
	border: 1px solid #42aa06;
	background-color: #fff;
	border-radius: 0;
	/*box-shadow: 0 0 4px 2px rgba(0,0,0,0.1);*/
}
.grid-list-300 > li {
	height: 300px;
}
.grid-list-200 > li {
	height: 200px;
}
.grid-list-160 > li {
	height: 160px;
}
.grid-list-bottom {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.grid-image-holder {
	width: 135px;
	height: 100px;
	margin: 10px auto;
	text-align: center;
	/*border:1px solid #ddd;
    border-radius:4px;*/
}
.grid-image-holder img {
	vertical-align: bottom;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 4px;
}
.grid-list-title-3line {
	width: 100%;
	height: 60px;
	overflow: hidden;
}
.grid-list-title-2line {
	width: 100%;
	height: 45px;
	overflow: hidden;
}

.cycle-slideshow img {
	height: auto;
	width: 100%;
}

.tpc_pink {
	color: #f94a73;
}
.tpc_green {
	color: #42aa06;
}
.tpc_orange {
	color: #e15115;
}
.tpc_blue {
	color: #1689d2;
}
.text_shadow1 {
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

#header_3circles {
	float: right;
	padding-top: 10px;
}
.header_circle_links li {
	margin-left: 15px;
}
.header_circle_links a:link,
.header_circle_links a:visited {
	color: #323a45;
	font-size: 20px;
	transition: all 0.5s ease 0s;
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.header_circle_links a:hover,
.header_circle_links a:active {
	color: #ff834f;
	text-decoration: none;
}
.header_circle_links a:link .circle-icon,
.header_circle_links a:visited .circle-icon {
	color: #57606b;
	border: 1px solid #57606b;
	transition: all 0.5s ease 0s;
}
.header_circle_links a:hover .circle-icon,
.header_circle_links a:active .circle-icon {
	color: #fff;
	background-color: #ff834f;
	border: 1px solid #ff834f;
}

.header_circle_links a.orange:link,
.header_circle_links a.orange:visited {
	color: #323a45;
}
.header_circle_links a.orange:hover,
.header_circle_links a.orange:active {
	color: #ff834f;
}
.header_circle_links a.orange:link .circle-icon,
.header_circle_links a.orange:visited .circle-icon {
	color: #fff;
	background-color: #ff834f;
	border: 1px solid #ff834f;
}
.header_circle_links a.orange:hover .circle-icon,
.header_circle_links a.orange:active .circle-icon {
	color: #57606b;
	border: 1px solid #57606b;
	background-color: #fff;
}

.header_circle_links a.green:link,
.header_circle_links a.green:visited {
	color: #323a45;
}
.header_circle_links a.green:hover,
.header_circle_links a.green:active {
	color: #42aa06;
}
.header_circle_links a.green:link .circle-icon,
.header_circle_links a.green:visited .circle-icon {
	color: #fff;
	background-color: #42aa06;
	border: 1px solid #42aa06;
}
.header_circle_links a.green:hover .circle-icon,
.header_circle_links a.green:active .circle-icon {
	color: #57606b;
	border: 1px solid #57606b;
	background-color: #fff;
}

.header_circle_links a.blue:link,
.header_circle_links a.blue:visited {
	color: #323a45;
}
.header_circle_links a.blue:hover,
.header_circle_links a.blue:active {
	color: #0896ce;
}
.header_circle_links a.blue:link .circle-icon,
.header_circle_links a.blue:visited .circle-icon {
	color: #fff;
	background-color: #0896ce;
	border: 1px solid #0896ce;
}
.header_circle_links a.blue:hover .circle-icon,
.header_circle_links a.blue:active .circle-icon {
	color: #57606b;
	border: 1px solid #57606b;
	background-color: #fff;
}

.circle-icon {
	border-radius: 4px;
	font-size: 18px;
	padding: 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 29px;
}
.header_circle_links a .link-detail {
	color: #636a72;
	font-size: 13px;
	left: 5px;
	position: absolute;
	top: 28px;
	white-space: nowrap;
	font-weight: 300;
}
.header_circle_links a .link-detail.tar {
	left: auto;
	right: 0;
	top: 25px;
}

@media screen and (max-width: 1199px) {
	#logo {
		max-width: 500px;
		float: none;
		margin: 0 auto;
	}
	#header_3circles {
		float: none;
		text-align: center;
		padding-top: 10px;
	}
}
/*976 width container*/
@media screen and (min-width: 992px) {
	.grid-list > li {
		width: 164px;
	}
}

/*750 width container*/
@media screen and (min-width: 768px) and (max-width: 991px) {
	.grid-list > li {
		width: 164px;
	}
}

/*100% width container for 767 and below*/
@media screen and (max-width: 767px) {
	#header_middle {
		padding: 10px 10px;
	}
	.grid-list > li {
		width: 164px;
	}
}

.box-shadow1 {
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.2) inset;
}
.box-shadow2 {
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.2) inset;
}
.box-rounded {
	border: 1px solid #dddddd;
	box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	padding: 10px;
	min-height: 180px;
}
