/*
	Main-Red:	#E30613
	Light-Red:	#EE7A19
	Dark-Red:	#C51B07

	Main-Blue:	#48BED9
	Light-Blue:	#A1D9E6
	Dark-Blue:	#378CA1

	Main-Gray:	#646363
	Light-Gray:	#A3A4A7
	Extra-Light-Gray: #CED0D2
*/

body {
	font-family: 'Open Sans', sans-serif;

}
hr {
	border-color: #F7F6F6;
}
a {
	color: #40546d;
}

.container {
	margin-top: 30px;
}

.main-nav {
	margin-top: 22px;
	padding-left: 0;
	float: right;
}
	.main-nav li a {
		font-weight: bold;
		letter-spacing: 1px;
		text-decoration: none;
		margin-left: 100px;
		color: #A3A4A7;
	}
	.main-nav li a:hover {
		color: #646363;
	}
	.main-nav li {
		list-style: none;
		float: left;
	}

.navbar {
	margin-bottom: 30px;
}
	.navbar-logo img {
		width: 360px;
	}

.center-panel {
	border-right: 1px solid #F7F6F6;
}

.title-content h2:hover {
	color: #E30613;
}

.dl-horizontal dt {
	width: 240px;
	letter-spacing: 0.8px;
}
	.dl-horizontal dt.text-muted {
		color: #A3A4A7;
	}
	.dl-horizontal {
		margin-top: 20px;
	}
	.dl-horizontal dd {
		margin-left: 260px;
		color: #646363;
	}

.dl-horizontal.small-col dt {
	width: 120px;
}
	.dl-horizontal.small-col dd {
		margin-left: 140px;
	}

.main-picture {
	height: 320px;
	width: 100%;
	border: 1px solid #F7F6F6;
	border-radius: 2px;
	text-align: center;
}
	.main-picture img {
		max-width:100%;
	    max-height:100%;
		vertical-align: middle;
	}

.main-content {
	height: 320px;
}
	.main-content h2 {
		margin-top: 0;
	}

	.contact-title {
		padding-top: 20px;
	}
	.contact-title-phone span {
		color: black;
	}
	.contact-title-phone span {
		color: #48BED9;
	}

.picture-navigation {
	position: relative;
	bottom: 0;
	margin-top: 20px;
}
	.picture-navigation-item {
		float: left;
		margin-right: 5px;
		border: 1px solid #F7F6F6;
		border-radius: 2px;
		cursor: pointer;
		width: 100px;
		height: 100px;
		text-align: center;
	}
	.picture-navigation-item img {
		max-width: 100%;
	    max-height: 100%;
		vertical-align: middle;
	}

.brand-sidepanel {
	text-align: center;
}
	.brand-sidepanel img {
		width: 150px;
		margin-bottom: 5px;
	}

.trust-icon {
	width: 30px;
	height: 30px;
	background-color: #a20e16;
	float: left;
	margin-right: 10px;
}
	.trust-icon span {
		width: 100%;
		height: 100%;
		color: white;
		text-align: center;
		padding-top: 7px;
	}

.trust-content {
	max-width: 180px;
	float: left;
}

.trust-content p {
	line-height: 1.2em;
	font-size: 12px;
}

.page-header {
	color: #40546d;
}

.nav-pills li {
	background-color: #EEE;
	color: #646363;
	padding: 10px 15px;
	text-align: center;
	float: left;
	width: 18%;
	border-radius: 4px;
	margin-right: 2%;
}
	.nav-pills li:hover {
		background-color: #CED0D2;
	}
	.nav-pills li.active {
		background-color: #E30613;
		color: #FFF;
	}
	.nav-pills li.active:hover {
		background-color: #E30613;
	}

.tab-navigation {
	margin-top: 50px;
	margin-bottom: 20px;
}
	.tab-navigation .nav-pills li {
		/*padding-right: 10px;*/
	}
	.tab-navigation .nav-pills li:last-of-type {
		/*padding-right: 0;*/
		margin-right: 0;
	}

.tab-content p {
	margin: 20px 0;
	font-family: 'Open Sans', sans-serif;
	text-align: justify;
}
.tab-content pp {
	margin: 20px 0;
	font-family: 'Open Sans', sans-serif;
	text-align: justify;
}

.tab-content {
	font-size: 16px;
	letter-spacing: 0.6px;
	line-height: 1.4em;
	padding-top: 20px;
	text-align: justify;
}
	.tab-content .tab-panel {
		/*display: none;*/
	}
	.tab-content .tab-panel.active {
		/*display: block;*/
	}
	.tab-content .content-img {
		width: 300px;
		height: 250px;
		text-align: center;
		float: left;
		border: 1px solid #F7F6F6;
		border-radius: 2px;
	}
	/*.tab-content .content-img:nth-of-type(even) {
		float: right;
		margin-left: 40px;
	}
	.tab-content .content-img:nth-of-type(odd) {
		margin-right: 40px;
	}*/
	.tab-content .content-img.logo {
		width: 360px;
		height: auto;
		border: 0;
		margin-left: 40px;
		border-radius: 0;
		float: left;
	}
	.tab-content .row .dl-horizontal {
		margin-top: 0;
	}
	.tab-content #contact .row {
		padding-top: 80px;
	}
	.tab-content .content-img.single {
		float: right;
		width: 450px;
		height: 320px;
	}
	.tab-content .content-img img {
		max-width: 100%;
		max-height: 100%;
	}
	.tab-content .dl-horizontal dt {
		width: 240px;
		letter-spacing: 0.8px;
	}
	.tab-content .dl-horizontal dd {
		margin-left: 260px;
		color: #646363;
	}
	.tab-content .dl-horizontal.small-col dt {
		width: 180px;
	}
	.tab-content .dl-horizontal.small-col dd {
		margin-left: 200px;
	}
	.tab-content .about-img.big {
		width: 100%;
		float: left;
		padding: 5px;
	}
	.tab-content .about-img {
		width: 50%;
		float: left;
		padding: 5px;
	}

.jumbo-container {
	margin-top: 50px;
	background-color: #40546d;
	border-radius: 2px;
	position: relative;
	display: block;
	padding-bottom: 50px;
}
	.jumbo-container h1 {
		color: white;
		text-align: center;
		padding: 50px 0;
	}
	.feature-container {
		text-align: center;
		height: 300px;
		margin-left: 6%;
	}
	.feature-container .feature-item {
		height: 260px;
		background-color: white;
		margin: 20px 20px;
		width: 20%;
		padding: 5px 10px;
		border-radius: 5px;
		float: left;
	}
	.feature-container .feature-item h2 {
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.feature-container .feature-item p {
		color: #646363;
	}
	.feature-container .feature-item .feature-icon {
		background-color: blue;
		width: 70px;
		height: 70px;
		margin: 0 auto;
		background-color: #48BED9;
		border-radius: 50%;
		margin-top: -35px;
	}
	.feature-container .feature-item .feature-icon span {
		font-size: 36px;
		color: white;
		text-align: center;
		padding-top: 15px;
	}
	
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto 
}

/*table {
	padding-left: 25%;
    border-collapse: collapse;
    border-spacing: 0px;
}
.td1 {
    border-top: 1px solid #CCC;
    background-color: #4D4D4D;
    color: #FFF;
    padding: 5px;
    font-size: 15px;
}
.td2 {
    border-top: 1px solid #CCC;
    padding: 5px;
}
*/
	
.bestsellerContainer {
    clear: both;
    margin-top: 60px;
    text-align: left;
    width: 100%;
	color: #40546d
}
	.bestsellerContainerHeading {
    border-bottom: 3px solid #333;
    padding: 0;
	}
	.bsItem {
    cursor: pointer;
    display: inline-block;
    height: 300px;
    margin-right: 3%;
    margin-top: 30px;
    overflow: hidden;
    padding: 0;
    transition: all 0.2s ease-in-out 0s;
    vertical-align: top;
    width: 22.2%;
	}
	.bsItemImgContainer {
    cursor: pointer;
    height: 230px;
    position: relative;
    text-align: center;
    width: 100%;
	}
	.bsItem h2 {
    color: inherit;
    font-size: 16px;
    margin: 0;
    padding: 0;
    transition: all 0.1s ease-in-out 0s;
	}
	.bsItem p {
    color: inherit;
    font-size: 15px;
    margin-top: 7px;
    padding: 0;
    transition: all 0.2s ease-in-out 0s;
	}
	.bsItem:last-child {
    margin-right: 0;
	}
	img.bs {
	margin-top: 20px;
	max-height: 100%;
	max-width: 100%;
	float: right;
	}
	
	
.footer {
	margin: 50px 0;
	background-color: #646363;
	border-radius: 2px;
	color: white;
	height: 260px;
	padding: 20px 0;
}
	.footer h4 {
		margin-bottom: 30px;
	}
	.footer p {
		font-size: 12px;
		margin-left: 30px;
	}
	.footer p a {
		color: white;
		text-decoration: none;
	}
	.footer p a:hover {
		text-decoration: none;
	}
	.footer .footer-column {
		margin-left: 150px;
		width: 180px;
		float: left;
	}
	.footer .footer-column:first-of-type {
		margin-left: 70px;
	}
	.footer .footer-column:last-child {
		width: auto;
	}
	.footer .footer-column:last-child p {
		margin-left: 0;
	}
	.footer .footer-column span {
		float: left;
	}

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

	.feature-container .feature-item h2 {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.feature-container .feature-item p {
		font-size: 12px;
	}
}

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

	.jumbo-container {
		display: none;
	}
}



/*
	Main-Red:	#E30613
	Light-Red:	#EE7A19
	Dark-Red:	#C51B07

	Main-Blue:	#48BED9
	Light-Blue:	#A1D9E6
	Dark-Blue:	#378CA1

	Main-Gray:	#646363
	Light-Gray:	#A3A4A7
	Extra-Light-Gray: #CED0D2
*/