.outer {
	margin: 0 auto;
	max-width: 800px;
}


#Resources .download_icon {
	background: url(/Images/Global/download.png) no-repeat;
	width: 7px;
	background-size: 7px 10px;
	height: 10px;
	display: inline-block;
	margin-left: 5px;
}

#big .item {
	margin: 2px;
	color: #FFF;
	border-radius: 3px;
	text-align: center;
}

#thumbs .item {
	height: auto;
	line-height: 70px;
	padding: 4px;
	margin: 0px;
	color: #FFF;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
}

#thumbs .item h1 {
	font-size: 18px;
	padding: 0px 0px;
}

#thumbs .current .item {
	background: #FF5722;
}

.owl-theme .owl-nav [class*='owl-'] {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
	background-color: #D6D6D6;
}

#big.owl-theme {
	position: relative;
}

#big.owl-theme .owl-next,
#big.owl-theme .owl-prev {
	width: auto !important;
	color: gray;
	background: white;
	margin: 2px;
	margin-top: -32px;
	position: relative;
	text-align: center;
	top: 50%;
	padding: 5px;
}

#thumbs.owl-theme .owl-next,
#thumbs.owl-theme .owl-prev {
	background: #333;
}

.owl-theme .owl-nav {
	margin-top: -36px;
}

#thumbs .owl-stage-outer {
	padding-top: 10px;
}

#thumbs .owl-stage-outer .item h1,
#big .owl-stage-outer .item h1 {
	border-bottom: 0px solid;
}

#thumbs .item:hover {
	border: 0.5px solid #454545;
}

#thumbs .current .item {
	background: #fff;
}

.prod-tabs .nav>li>a {
	padding: 9px 4px;
	font-size: 11px;
	width: 100%;
	border: none;
	border-bottom: 1px solid #ddd;
}

.prod-tabs > .nav-tabs > li > a.active,
.prod-tabs > .nav-tabs > li > a.active:hover {
	border-top: 2px solid #d15757;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	color: #000000 !important;
	border-bottom: 1px solid #fff;
}

.prod-tabs>.nav-tabs>li>a:hover {
	border: 0.5px solid #ddd;
	border-bottom: none;
	background-color: transparent;
}

.owl-stage .owl-item .item h1 {
	padding: 9px 0px;
}


/*CTA Button*/

.CTAsignup {
	text-align: center;
	background: #428bca;
	width: 200px;
	padding: 15px;
}

.CTAsignup a {
	text-decoration: none;
	color: #fff;
}