body {
	margin: 0 auto;
	font-family: Helvetica, Roboto, Ariel, sans-serif;
}
.logo img {
	margin: 5px auto 10px;
}
.phone {
	padding: 0.5em 0;
	font-weight: 600;
	font-size: 35px;
	text-align: center;
	color: #FFFFFF;
	margin: 0 auto;
	letter-spacing: 5px;
	background-color: #07344c;
}

/*************************** GLOBAL CLASS ******************************/

.sections {
	padding: 1em 0.5em 1.5em 0.5em;
	color: #000000;
	/*					border-top: 1px solid #cacaca;*/
	font-weight: 300;
	font-size: 16px;
	overflow-x: hidden;
	overflow-y: auto;
}
.programs {
	padding: 50px 10px;
    color: #000000;
    font-weight: 300;
    font-size: 16px;
    overflow-x: hidden;
    overflow-y: auto;
}
.mobile-options {
	background-color: #ffffff;
	padding: 20px;
	margin: 20px auto;
	border-radius: 5px;
	width: 80%;
	text-align: center;
	border: 2px solid #c7c7c7;
}
.mobile-options ul {
	text-align: left;
}
hr {
	border: 1px solid #eaeaea;
}
.sections:nth-of-type(odd) {
	background: -webkit-linear-gradient(#F2F2F2, #FFFFFF, #F2F2F2);
	background: -o-linear-gradient(#F2F2F2, #FFFFFF, #F2F2F2);
	background: -moz-linear-gradient(#F2F2F2, #FFFFFF, #F2F2F2);
	background: linear-gradient(#F2F2F2, #FFFFFF, #F2F2F2);
}
.inline {
	display: inline-block;
	margin: 0 auto 2em;
}
.smallHeader {
	margin: 0.5em auto 0;
	font-size: 21px;
	color: #404040;
	padding-bottom: 1em;
	font-weight: 600;
	text-align: center;
}
.topHeader {
	margin: 0 auto;
	font-size: 15px;
	color: #055883;
	text-align: center;
}
.largeHeader {
	margin: 0 auto;
	font-size: 24px;
	text-align: center;
	font-weight: 600;
	color: #404040;
	padding: 0.5em 0 1em 0;
	text-transform: capitalize;
}
.leftHeader {
	margin: 0 auto;
	font-size: 18px;
	color: #404040;
	padding: 0.5em 0;
	font-weight: 600;
}
.pageHeader {
	padding: 1em;
	text-align: center;
	font-size: 26px;
	color: #404040;
	/*    text-shadow: 2px 2px 1px #cacaca;*/
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin: 0 auto;
}
.sectionHeader {
	text-align: center;
	color: #404040;
	text-transform: uppercase;
	letter-spacing: 6px;
	text-shadow: 1px 1px 2px #C5C5C5;
	padding: 0.5em 0;
	margin: 0 auto;
	font-weight: 600;
	font-size: 28px;
}
.pop {
	color: #545454;
	font-size: 15px;
	font-weight: 600;
}
.centered {
	float: none;
	margin: 0 auto;
}
.scale {
	-ms-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.scale:hover {
	-ms-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.imgRight {
	float: right;
	margin: 1em;
	clear: both;
}
.imgLeft {
	float: left;
	margin: 1em;
	clear: both;
}
.imgCenter {
	margin: 1em auto;
	display: block;
}
.specText {
	width: 80%;
	margin: 0.5em auto;
}
.textgap {
	padding: 0.5em;
}
.padBottom {
	padding-bottom: 3em;
}
.padTop {
	padding-top: 3em;
}
.nopadding {
	padding: 0;
}
.formtext {
	color: #000000;
	width: 85%;
	margin: 10px 0;
	text-align: center;
}
.regForm {
	padding: 2em;
	background-color: #B7CDD8;
	margin-bottom: 2em;
}
.order-sum {
	border: 1px solid #eaeaea;
	padding: 1em 2em;
}
.form-control {
	margin: 0 auto;
}
.myBtn {
	background: -webkit-linear-gradient(#C5C5C5, #FFFFFF);
	background: -o-linear-gradient(#C5C5C5, #FFFFFF);
	background: -moz-linear-gradient(#C5C5C5, #FFFFFF);
	background: linear-gradient(#C5C5C5, #FFFFFF);
	color: #055883;
	border: 1px solid #055883;
	border-radius: 0;
	font-weight: 600;
	margin-top: 5px;
}
.myBtn:hover {
	background: -webkit-linear-gradient(#FFFFFF, #C5C5C5);
	background: -o-linear-gradient(#FFFFFF, #C5C5C5);
	background: -moz-linear-gradient(#FFFFFF, #C5C5C5);
	background: linear-gradient(#FFFFFF, #C5C5C5);
	color: #055883;
	border: 1px solid #055883;
	border-radius: 0;
}
.specBtn {
	background-color: #055883;
	padding: 0.4em 0.7em;
	font-weight: bold;
	margin: 10px;
	color: #FFFFFF;
	position: relative;
	z-index: 2;
	text-align: center;
}
.specBtn:hover {
	background-color: rgba(246, 128, 32, 0.8);
	color: #FFFFFF;
}
.specBtn.focus,
.specBtn:focus {
	color: white;
}
.table {
	width: 80%;
	background-color: #FFFFFF;
	margin: 2em auto;
}

/*
.table>tbody>tr:nth-of-type(odd)>td,
.table>tbody>tr:nth-of-type(even)>th {
    background-color: #EAEAEA;
    color: black;
}
*/

.table .myBtn {
	color: #055883;
	margin: 0.5em;
}
.table .myBtn:hover {
	color: #055883;
}
.table th {
	text-align: center;
	background-color: #74A8C3;
	color: #FFF;
	white-space: nowrap;
}
.table .summary th {
	text-align: center;
	background-color: #FFFFFF;
	color: #545454;
	white-space: nowrap;
}
.textDec {
	color: inherit;
}
.textDec:hover {
	text-decoration: none;
	color: inherit;
}
.mySize {
	max-width: 768px;
	border: 2px solid #8e8e8e;
}
.staff-item {
	padding-top: 60px;
}

/*
.cat {
    padding-bottom: 30px;
    text-align: center;
    font-size: 16px;
    color: #0c3c54;
}
*/


/*************************** NAV BAR ******************************/

.navbar {
	background-color: #fff;
	margin-bottom: 0px;
	z-index: 100;
	border-radius: 0;
	width: 100%;
	border-bottom: 3px solid #4ba6bb;
	box-shadow: 0 1px 6px rgba(50, 50, 50, .3);
	padding: 15px 0 0 0;
}
.navbar-toggle {
	background-color: #055883;
	color: #FFFFFF;
	border: 2px solid white;
	border-radius: 10%;
}
.navbar-toggle .icon-bar {
	background-color: white;
}
.navbar a {
	color: #055883;
}
.navbar-collapse.collapse {
	padding: 0;
}
.topline-header {
	padding: 15px 50px 5px 0;
	background-color: #07344c;
	color: white;
}
.topline-header a {
	color: white;
	text-decoration: none;
}
.dropdown-menu {
	background-color: #07344c/*#4ba6bc*/;
	border-radius: 0;
	padding: 5px 0;
	float: none;
	margin: 13px 0;
	border: none;
	box-shadow: none;
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 0px 0 15px 0;
	letter-spacing: 1px;
}
.nav>li>a:focus,
.nav>li>a:hover {
	text-decoration: none;
	color: #4ba6bb;
	background-color: #fff;
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: initial;
	margin: 0;
	text-decoration: none;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	background-color: #1d5370;
	color: #fff;
	background-image: none;
	text-decoration: none;
}
.dropdown-menu li a {
	color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: 1px;
}
.dropdown-toggle {
	margin: 0;
	white-space: nowrap;
}
#ceu-menu:focus,
#ceu-menua:hover,
#ceu-menua:active {
	background-color: #07344c;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 100%;
	margin: 0 auto;
	background-color: #172F3C;
	position: relative;
}
.dropdown-submenu>.dropdown-menu li a {
	color: #FFF;
	text-shadow: 1px 1px 1px black;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
#searchbar {
	float: none;
	width: 100%;
	display: none;
	height: 60px;
	border-top: 1px solid #d8d8d8;
	padding-left: 25px;
	padding-right: 10px;
	z-index: 99;
	background: #fff;
	-webkit-box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
}
#searchform {
	position: relative;
	margin: 0 10px 0 0;
}
#searchsubmit {
	position: absolute;
}
#search_input {
	display: block;
	border: 1px solid #b9b9b9;
	padding: 0 0 0 10px;
	font-size: 14px;
	font-weight: bold;
	color: #676767;
	outline: none;
	border-radius: 20px;
}
#searchsubmit {
	background: none;
	border: 0;
	outline: none;
}
.searchBtn {
	font-size: 20px;
	color: #FFFFFF;
	padding: 15px 5px;
}
.search {
	position: fixed;
	top: 0;
	right: 0;
	width: 15%;
	height: 53px;
	background-color: #055883;
	text-align: center;
	z-index: 99;
	border-bottom: 1px solid white;
}
.login_tab {
	padding-top: 0.5em;
}
.cartBtn {
	color: #FFFFFF;
}

/*************************** NAVBAR END ******************************/


/*************************** INDEX PAGE ******************************/


.carousel {
/*	max-width: 1200px;*/
	margin: 0 auto;
/*	max-height: 432px;*/
}
.carousel-control.right {
	background-image: none;
	width: 10%;
}
.carousel-control.left {
	background-image: none;
	width: 10%;
}
#carousel2 .glyphicon-chevron-right {
	color: #055883;
}
#carousel2 .glyphicon-chevron-left {
	color: #055883;
}
.carousel .carousel-inner>.item.active,
.carousel-inner>.item.next.left,
.carousel-inner>.item.prev.right {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.banner-title {
	color: black;
	font-size: 30px;
	line-height: 1.4;
	font-weight: 600;
	width: 80%;
	margin: 0 auto;
	padding: 2em 0 0.5em 0;
}
.banner-add-on {
	color: black;
	font-size: 25px;
	line-height: 1.4;
	width: 80%;
	font-weight: 400;
	margin: 0px auto 10px;
}
.main-slider-Img {
	position: relative;
	margin: 0 auto;
}
.main-slider-text {
	width: 25%;
	text-align: center;
	background-color: #f2f2f2;
	overflow: hidden;
}
.slide-left {
	position: absolute;
	top: 45%;
	left: 2%;
	font-size: 40px;
	color: #c5c5c5;
	opacity: 0.5;
}
.slide-right {
	position: absolute;
	top: 45%;
	right: 2%;
	font-size: 40px;
	color: #c5c5c5;
	opacity: 0.5;
}
.slide-right:hover {
	opacity: 1;
	color: #c5c5c5;
	text-decoration: none;
}
.slide-left:hover {
	opacity: 1;
	color: #c5c5c5;
	text-decoration: none;
}
.slide-left a:hover,
a:focus {
	color: #c5c5c5;
	text-decoration: none;
}
.slide-right a:hover,
a:focus {
	color: #c5c5c5;
	text-decoration: none;
}
.modal-play-btn {
	position: absolute;
	bottom: 10%;
	left: 45%;
	color: #07344c;
	background-color: #ffffff8a;
	border: none;
	padding: 10px 30px;
	font-size: 20px;
	font-weight: bold;
}
.carousel-indicators {
	bottom: 5px;
}
.main-indicators {
	text-align: center;
	padding: 20px 0;
}
.main-indicators li {
	width: 50px;
	height: 5px;
	margin: 1px 6px;
	border-radius: 0px;
	border: none;
	background-color: rgba(7, 52, 76, 0.32);
}
.main-indicators .active {
	width: 50px;
	height: 5px;
	margin: 1px 6px;
	background-color: #07344c;
}
.middle-row {
	display: flex;
}
.middlebox {
	text-align: center;
	color: #000000;
	margin: 20px auto;
	background-color: #F2F2F2;
	border: 10px solid #FFFFFF;
	font-size: 16px;
	overflow: hidden;
	padding: 2.5em 1em;
}
.middlebox .btn {
	width: 55%;
	margin: 12px auto;
}

/*
#midLeft {
	left: 0;
	z-index: 1;
	opacity: 1;
	margin-top: 0;
}
#midLeft:hover {
	left: 0;
}
#midMain {
	z-index: 2;
}
*/

.product-line .thumbnail img {
	max-height: 200px;
}
.storeImages img {
	max-width: 200px;
	max-height: 150px;
}
.store-img-block {
	height: 250px;
	overflow: hidden;
	margin: 20px auto 5px;
	position: relative;
	width: 250px;
	border: 1px solid #000000;
}
.store-img-block:hover {
	box-shadow: 0px 2px 7px black;
}
.store-image-height {
	max-height: 150px;
}
.top-store-item .thumbnail {
	border: none;
	margin-bottom: 0;
	padding-top: 20px;
	background-color: transparent;
}
.shipping-option {
	margin-bottom: 10px;
}
.product-title {
	font-size: 15px;
	margin-top: 5px;
}
.spacer {
	height: 150px;
}
.testimonialbox {
	clear: both;
	margin: 20px 0;
}
.testimonialText {
	padding: 1em;
	text-align: center;
}
.blogArticle {
	padding: 2em 0;
}
.blogArticle img {
	margin: 0 auto;
}
.blogArticle h3 {
	margin-left: 20px;
	color: #055883;
}
.blogbox {
	border-left: 1px solid #055883;
}
.fitImage {
	display: inline-block;
	padding: 0 1em;
}
.fitImage a {
	position: relative;
}
.fitImage h2 {
	position: absolute;
	top: 27px;
	left: 0;
	width: 150px;
}
.fitImage img {
	display: inline-block;
	position: relative;
	width: 150px;
	height: 150px;
}
.fitImage h2 span {
	color: white;
	font-size: 16px;
	background: rgb(0, 0, 0);
	background: rgba(6, 6, 6, 0.7);
	padding: 8px 0;
	position: absolute;
	width: 150px;
	bottom: -39px;
	left: 0;
}
.fitImage p {
	width: 200px;
	margin: 5px auto;
	font-size: 16px;
}
.trainerImage {
	display: inline-block;
	padding: 0 1em;
}
.trainerImage img {
	display: inline-block;
	position: relative;
	width: 150px;
}
.trainerImage p {
	margin: 0 auto 10px;
	max-width: 200px;
	font-size: 16px;
}
.trainerImage a {
	position: relative;
}
.trainerImage h2 {
	position: absolute;
	top: 26px;
	left: 0;
	width: 150px;
}
.trainerImage h2 span {
	color: #FFFFFF;
	font-size: 16px;
	background: rgb(0, 0, 0);
	background: rgba(6, 6, 6, 0.7);
	padding: 9px 0;
	position: absolute;
	top: 22px;
	left: 0;
	width: 100%;
}
.topFooter {
	color: #FFFFFF;
	padding: 2em 0;
	text-align: center;
	text-shadow: 1px 1px 1px #000000;
	background-color: #808080;
	border-top: 1px solid #000000;
	border-top: 1px solid #000000;
}
.topFooter form {
	max-width: 350px;
	margin: 0 auto;
}
.contactUs a {
	text-decoration: none;
	font-size: 16px;
	color: #FFFFFF;
}
.contactUs p {
	font-size: 16px;
	padding-top: 10px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
}
.bottomFooter {
	background-color: #000000;
	color: #FFFFFF;
	padding: 20px 0;
	text-align: center;
}
.bottomFooter a {
	color: #FFFFFF;
}

/*************************** INDEX PAGE END ******************************/

/*************************** Become Successful Offer *****************************/

.offer-header {
	background-image: url(/images/theme/gray-wood.jpeg);
	background-repeat: round;
	background-size: 100%;
	padding: 50px 10px;
	margin: 0px auto 40px;
}
.offer-tag {
	margin: 0 auto;
	font-size: 27px;
	text-align: center;
	color: #ffffff;
	letter-spacing: 1px;
	padding: 0.5em 0 1em 0;
	text-transform: capitalize;
}
.offer-list {
	padding-left: 20px;
	text-indent: 2px;
	list-style: none;
	list-style-position: outside;
	margin: 0em 4em;
	display: table;
	margin-bottom: 2em;
}
.offer-list li {
	font-size: 15px;
	border-bottom: 1px solid #adadad;
	padding: 15px 0;
}
.offer-list li::before {
	content: "✔";
	margin-left: -1.5em;
	margin-right: 0.5em;
	font-size: 28px;
	color: rgb(5, 88, 131);
	vertical-align: middle;
}
.offer-content {
	letter-spacing: 1px;
}
.offer-header-2 {
    margin: 0.5em auto 0;
    font-size: 21px;
    color: #404040;
    padding-bottom: 1em;
    letter-spacing: 2px;
    text-align: center;
    line-height: 34px;
    padding-left: 0;
    list-style: none;
}
.large-text {
	font-size: 20px;
}
.center-input {
text-align-last:center;
}
/*************************** Master Trainer *****************************/

.master1 {
	width: 70%;
	padding: 40px 0 19px 0;
}
.master2 {
	padding-bottom: 60px;
}
.master6 {
	padding: 60px 0 20px 0;
}
.master3-hero {
	position: relative;
}
.master-hero-over {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 0;
}
.master-hero-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.5;
	top: 0;
	left: 0;
	z-index: 0;
}
.master-hero-txt {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 25px 0;
	color: #ffffff;
	z-index: 1;
}
.master-enroll-btn {
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	padding: 10px 40px;
	background-color: #0bb7de;
	transition: all 500ms ease;
}
.master-enroll-btn:hover {
	/*		background: rgba(0, 0, 0, 0);*/
	color: #000;
	/*		box-shadow: inset 0 0 0 4px #0bb7de;*/
	text-decoration: none;
}
.master-hero-header {
	color: #ffffff;
	padding: 0em 36px;
	margin: 0 auto 18px;
	font-weight: 600;
	font-size: 35px;
}
.img-overlay {
	position: relative;
	max-width: 250px;
	margin: 10px auto;
}
.project-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	transition: .5s ease;
	opacity: 1;
}
.project-overly h1 {
	font-size: 40px;
}
.project-overlay:hover {
	opacity: 0;
}
.cert-list {
	width: 100%;
	margin: 15px auto;
}
.cert-list h2 {
	/*		font: 400 40px/1.5 Helvetica, Verdana, sans-serif;*/
	margin: 0;
	padding: 0;
}
.cert-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0px 20px 0 0;
}
.bene-item {
	margin: 15px auto;
}
.cert-list li {
	/*		font: 200 20px/1.5 Helvetica, Verdana, sans-serif;*/
	border-bottom: 1px solid #ccc;
	font-size: 17px;
}
.cert-list li:last-child {
	border: none;
}
.cert-list li a {
	text-decoration: none;
	color: #000;
	padding: 5px;
	-webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
	-moz-transition: font-size 0.3s ease, background-color 0.3s ease;
	-o-transition: font-size 0.3s ease, background-color 0.3s ease;
	-ms-transition: font-size 0.3s ease, background-color 0.3s ease;
	transition: font-size 0.3s ease, background-color 0.3s ease;
	display: block;
}
.cert-list li a:hover {
	background: #f1f1f1;
}
.case-list li {
	padding: 5px;
}
.master-container .leftHeader {
	color: #F68020;
}
.pro-space {
	padding: 30px 0;
}
@media screen and (max-width: 767px) {
	.master1 {
		width: 100%;
	}
	.master-hero-header {
		font-size: 20px;
		margin: 0 auto;
	}
}

/*************************** GET CERTIFIED PAGE ******************************/

.bannerImage {
	margin: 0 auto;
}
.anchor {
	display: block;
	height: 80px;
	margin-top: -80px;
	visibility: hidden;
}
.certButton {
	display: block;
	margin: 0 auto;
	width: 50%;
	background-color: #055883;
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.certButton:hover {
	background-color: rgba(246, 128, 32, 0.8);
	color: #FFFFFF;
}

/*************************** SPECIALTY PAGES ******************************/

.specBox {
	padding: 2em 0 2.5em 0;
	color: #000000;
	clear: both;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.4;
}
.specBox img {
	margin: 2.5em 2em 0 2em;
	display: inline-block;
}
.specBox ul {
	list-style-type: square;
	margin: 0 auto;
	display: table;
	padding: 0 3.5em;
}
.specBox ul li {
	margin: 0.5em 0;
}
.add-ons ul {
	list-style-type: none;
	padding: 0;
	max-width: 768px;
	margin: 1em auto;
}
.add-ons li {
	margin: 0.5em auto;
}
.add-ons a {
	font-size: 20px;
	text-decoration: none;
}

/*************************** RECERTIFICATION PAGE ******************************/

.recertNav button {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	padding: 0.5em 0em;
	background-color: #F68020;
	border-radius: 0;
	border: none;
	border-right: 1px solid #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
}
.recertNav button:hover {
	background-color: rgba(246, 128, 32, 0.7);
	color: #FFFFFF;
}
.ceuBox {
	padding: 1em 0;
}
.ceuBox figure {
	padding: 1em;
}
.ceuBox a {
	font-size: 16px;
	color: #055883;
}
.ceuBox a:hover {
	color: black;
}

/***************************   STORE ITEM PAGE ******************************/

.storePictures .item img {
	margin: 0px auto;
	border: 2px solid #D8D8D8;
	margin-bottom: 10px;
}
.storeSlideIndicator {
	text-align: center;
	padding: 0;
	overflow: auto;
}
.storeSlideIndicator li {
	list-style-type: none;
	display: inline-block;
	cursor: pointer;
}
.storeSlideIndicator li img {
	margin: 5px auto;
	border: 2px solid #D8D8D8;
	height: 75px;
	width: 75px;
}
.storeSlideIndicator li img:hover {
	border-color: #000000;
}
.storeMain {
	padding-bottom: 4em;
}
.storeDetails {
	padding: 1em 8em;
}
.storeDetails h2 {
	color: #404040;
	padding: 0.5em 0;
	margin: 0 auto;
	font-weight: 600;
	font-size: 22px;
}
.storeDetails h2 {
	color: #404040;
	padding: 0.5em 0;
	margin: 0 auto;
	font-weight: 600;
	font-size: 22px;
}
.storeDetails {
	font-size: 15px;
	font-family: Helvetica, Roboto, Ariel, sans-serif;
}
.storeDetails ul li {
	font-size: 15px;
	font-family: Helvetica, Roboto, Ariel, sans-serif;
}
.storeForm {
	padding: 1em 0.75em 2.5em;
	background-color: #F68020;
	color: white;
	text-shadow: 1px 1px 1px #000000;
}
.main-store {
	border: 4px solid #b1b1b1;
	max-height: 500px;
}
.buttons img {
	margin: 5px;
	border: 1px solid #b1b1b1;
	max-width: 50px;
	min-height: 50px;
	display: inline-block;
	cursor: pointer;
}
.store-price {
	margin: 0.2em 0 0.3em 0;
	font-size: 26px;
	line-height: 1;
}
#store-sale {
	color: #901B1C;
	font-size: 20px;
	text-shadow: none;
	margin: 5px auto;
	font-weight: 600;
}
.sale-item {
	font-size: 0.8em;
	color: #901B1B;
	font-weight: 600;
	text-shadow: none;
}
.store-crumb {
	background: none;
}
.storeRecent {
	padding-bottom: 1.5em;
	text-align: center;
}
.storeRecent figure {
	display: inline-block;
	margin: 1em 0;
	position: relative;
}
.storeRecent figcaption {
	margin: 0 auto;
	font-size: 14px;
	position: absolute;
	max-height: 65px;
	clear: both;
	bottom: 0;
	color: white;
	background-color: rgba(0, 0, 0, 0.5);
	overflow: hidden;
}
#input-qty {
	text-align: center;
	color: #000000;
}
.product-input {
	text-align: center;
	color: black;
}
#accessory-size {
	color: #000000;
	margin-bottom: 10px;
}
.accessories {
	font-size: 13px;
	font-weight: 100;
	text-align: left;
}
.storeRecent img {
	display: inline-block;
	border: 1px solid black;
	margin: 0;
	width: 150px;
	height: 150px;
	overflow: hidden;
}
.glyphicon-star {
	color: #EA9D01;
	font-size: 1.5em;
}
.glyphicon-star-empty {
	font-size: 1.5em;
	color: #D8D8D8;
}
.storeReviews {
	padding: 0em 4em;
}
.reviewer {
	overflow: auto;
	margin-bottom: 2em;
}
.reviewer h4 {
	margin: 3em 0;
	text-align: center;
	clear: both;
}

/*
.featuredProduct {
	width: 250px;
	margin: 1em auto;
	background-color: #DDE0E7;
	padding-bottom: 1em;
	color: #055883;
	height: 350px;
	position: relative;
}
.featuredProduct:hover {
	box-shadow: 0px 2px 7px black;
}
*/

.productPrice {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 5px;
	font-size: 24px;
}
.productDesc p {
	color: #055883;
	overflow: hidden;
	margin: 10px auto;
	max-height: 45px;
	max-width: 240px;
	font-weight: 600;
}
.store-item-video {
	margin: 1em auto;
	position: relative;
	display: table;
	text-align: center;
	border: 3px solid #c5c5c5;
}
.store-item-video:hover {
	border-color: black;
}
.modal-content iframe {
	margin: 0 auto;
	display: block;
}
.vid-body {
	background-color: #1c1c1c;
}
.vid-header {
	background-color: #1c1c1c;
	color: white;
}
.play-btn {
	position: absolute;
	top: 12px;
	right: 0px;
	width: 100%;
	overflow: hidden;
	height: 100%;
	color: black;
	font-size: 40px;
}
.play-btn:hover {
	text-decoration: none;
	color: black;
}
.play-btn:focus {
	outline: none;
	color: black;
}
.store-item-image {
	opacity: 0.65;
}
.fig {
	display: inline-block;
	margin: 0 1em;
}

/***************************   STORE ITEM PAGE END ******************************/


/***************************   STORE NAV BAR  ******************************/

.storeNavbar {
	background-color: #F68020;
	margin-bottom: 0;
	z-index: 5;
	border-radius: 0;
	text-shadow: 1px 1px 1px #000000;
	width: 100%;
	margin: 0 auto;
}
.storeNavbar-toggle {
	background-color: #F68020;
	padding: 15px 10px;
	margin: 0 auto;
	width: 100%;
	color: #FFFFFF;
	border: none;
}
.storeNavbar a {
	color: #FFFFFF;
}
.store-dropdown-menu {
	background-color: #FF9E50;
}
.storeNav>li>a {
	position: relative;
	display: block;
	padding: 15px 0;
}
.storeNav>li>a:focus,
.storeNav>li>a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FF9E50;
}
.storeNav .open>a,
.storeNav .open>a:focus,
.storeNav .open>a:hover {
	color: #FFFFFF;
	background-color: #f68020;
}
.store-dropdown-menu>li>a:focus,
.store-dropdown-menu>li>a:hover {
	background-color: #F68020;
	color: #FFFFFF;
	background-image: none;
}
.store-dropdown-menu li a {
	color: #FFFFFF;
}

/***************************   STORE NAV BAR END  ******************************/


/***************************   MY CART  ******************************/

.cartItem {
	border-bottom: 2px solid #9F9F9F;
}
.cartItem text-center p {
	display: inline-block;
	margin: 5px;
	vertical-align: middle;
}
.inline-cart {
	display: inline-block;
}
.cartItem img {
	margin: 0.5em auto;
}
.cartItem a:focus {
	color: #337ab7;
	text-decoration: none;
	outline: none;
}
.totalTable {
	margin: 0 auto 15px;
	border: 2px solid #9F9F9F;
	table-layout: fixed;
	border-top: 0;
	width: 100%;
}
.codes {
	padding: 1em 0;
	display: inline-block;
	text-align: center;
}
.codes input {
	display: inline-block;
	width: 50%;
	min-width: 80px;
}
.codes .btn {
	width: 80px;
	background-color: #F68020;
	color: white;
}
.codes .btn:hover {
	color: black;
}
.price {
	font-size: 15px;
	color: #000;
}
.pricing p {
	margin: 0;
	font-weight: 600;
}
.quantity {
	white-space: nowrap;
}
.quantity input {
	height: 35px;
	border-radius: 5px;
	width: 40px;
	margin: 5px;
	border: 1px solid black;
}
.quantity button {
	margin: 5px 0;
	background-color: #F68020;
	color: white;
}
.quantity>.btn:hover {
	color: black;
}
.cartTable {
	width: 100%;
	margin: 0;
	table-layout: fixed;
	border: none;
	border: 2px solid #9F9F9F;
}
.cartTable>tbody>tr>td {
	vertical-align: middle;
	border: none;
}
.cartTable>tbody>tr>th {
	background-color: #055883;
	color: #FFFFFF;
}
.summaryTable {
	width: 100%;
	margin: 0;
	table-layout: auto;
	font-size: 13px;
	border: none;
	border: 1px solid #eaeaea;
}
.checkoutBtn {
	background-color: #F7F7F7;
	font-size: 18px;
	margin: 0 auto 15px;
	color: black;
	float: right;
	border: 1px solid black;
	border-radius: 0;
}
.checkoutBtn:hover {
	color: white;
	background-color: #74A8C3;
}
.codesField {
	margin: 1em 0;
}
.storeForm input,
select {
	color: #000000;
	text-align: center;
}
.storeForm input:focus {
	color: #000000;
}

/***************************  EXAM PAGE  ******************************/

.examContent {
	text-align: center;
	margin: 2em auto;
}
.examContentBox {
	max-width: 300px;
	min-height: 350px;
	margin: 0 auto;
	padding-top: 2em;
	background-color: #464646;
	overflow: auto;
	color: #FFFFFF;
	border-radius: 1em;
	text-shadow: 1px 1px 1px #000000;
}
.examContentBox ul {
	font-size: 14px;
	text-align: left;
	margin: 1em auto;
	display: table;
	word-wrap: break-word;
}
.examContentBox h4 {
	margin-bottom: 1em;
}
.buyBtn {
	clear: both;
	padding: 3em 0;
}
.iccptImg {
	float: right;
	margin: 2em;
}
.workshop_form {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 20px;
}
.select-member-form {
	max-width: 500px;
	margin: 0px auto 20px;
	/* background: #EAEAEA; */
	padding: 1em 2em;
	border: 1px solid #eaeaea;
}
.orangeBtn {
	background-color: #F68020;
	color: white;
	margin: 10px auto;
}
.largeBtn {
	font-size: 20px;
}
.confirm-text {
	font-size: 15px;
	margin: 0 30px 30px;
	border: 1px solid #eaeaea;
	padding: 1em 2em;
}
.one-border {
	border: 1px solid #eaeaea;
}

/***************************   FAQ PAGE  ******************************/

#faq_tag ul {
	list-style-type: none;
}
#faq_tag a {
	display: inline-block;
	margin: 0.5em auto;
}

/***************************   Dashboard PAGE  ******************************/

.dashImg {
	padding: 0;
}
.dashImg:hover {
	box-shadow: 0px 2px 7px black;
}
.dashText {
	color: #055883;
	text-align: center;
	font-weight: 600;
}
.forgot-form {
	width: 80%;
	margin: 0 auto 15px;
}
.dash-block {
	padding: 0;
	border-radius: 0;
	text-align: center;
	margin: 0em 0;
	/*
	border-left: 1em solid white;
	border-right: 1em solid white;
	*/
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.dashboard-text {
	margin: 0 auto;
	padding: 2em 0;
	font-weight: bold;
	font-size: 24px;
	white-space: nowrap;
	text-decoration: none;
	border: 1px solid #FFFFFF;
}
.row>.dash-block {
	background-color: #055883;
	color: white;
}
.dash-block:hover {
	-ms-transform: scale(0.8, 0.8);
	-webkit-transform: scale(0.8, 0.8);
	transform: scale(0.8, 0.8);
}
.order-part-one {
	border: 2px solid #c5c5c5;
	overflow: auto;
	padding: 2em;
	margin: 1em auto;
}
.dash-block a {
	text-decoration: none;
	color: inherit;
}
.dash-back {
	padding: 0.5 0;
}
.dashBtn {
	background-color: #055883;
	padding: 0.4em 0.7em;
	font-weight: bold;
	margin: 10px 0;
	color: #FFFFFF;
	position: relative;
	z-index: 2;
	text-align: center
}
.dashBtn:hover {
	background-color: #055883;
	color: #FFFFFF;
}
.dashBtn.focus,
.dashBtn:focus {
	color: white;
}
.myrow {
	margin: 0 auto 2em;
}
.list-left {
	padding-left: 0;
	list-style-type: none;
}
.address-left {
	display: table;
	margin: 0 auto;
}
.addressHeader {
	margin: 0.5em auto 0.2em;
	font-size: 21px;
	color: #404040;
	font-weight: 600;
	text-align: center;
}
.search-result {
	max-width: 400px;
	margin: 0 auto;
}
.search-result img {
	max-width: 200px;
}
.searchtext {
	font-size: 15px;
	margin-top: 10px;
}
.form-setup {
	display: block;
	width: 100%;
	height: 28px;
	padding: 4px 8px;
	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;
}
.myLabel {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 1px;
	font-weight: 500;
	font-size: 14px;
}
.form-group {
	margin-bottom: 10px;
}
.profile-image {
	margin: 1em auto;
}
.centered {
	display: table;
	margin: 0 auto;
}
.custom-file-input::-webkit-file-upload-button {
	visibility: hidden;
	width: 100%;
	position: relative;
}
.custom-file-input::before {
	content: 'Select Profile Image';
	display: table;
	margin: 0 auto;
	background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
	border: 1px solid #999;
	border-radius: 3px;
	padding: 5px 8px;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	cursor: pointer;
	text-shadow: 1px 1px #fff;
	font-weight: 700;
	font-size: 10pt;
}
.custom-file-input:hover::before {
	border-color: black;
}
.custom-file-input:active::before {
	background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
.summaryTable .pop {
	font-size: 13px;
}
.summaryTable .accessories {
	font-size: 12px;
}
.summaryTable .price {
	font-size: 13px;
}

/***************************   LARGE DEVICES AND DESKTOPS  ******************************/

@media screen and (max-width: 1200px) {
	.banner-title {
		font-size: 25px;
		padding: 1em 0 0.5em;
	}
	.banner-add-on {
		font-size: 22px;
	}
}

/***************************   MEDIUM DEVICES AND DESKTOPS  ******************************/

@media screen and (max-width: 992px) {
	.specBox ul {
		padding: 0.5em 2em;
	}
	.blogArticle {
		padding: 1em 0 3em 0;
	}
	.blogbox {
		padding: 3em 0 1em 0;
		border: none;
		border-top: 1px solid #055883;
	}
	.trainerImage {
		padding: 0 3em;
		position: relative;
		margin-top: 2em;
		top: -25px;
	}
	.middlebox {
		font-size: 14px;
	}
}

/***************************  SMALL DEVICES AND TABLETS  ******************************/

@media screen and (max-width: 767px) {
	.sections {
		padding: 0.5em;
		font-size: 14px;
	}
	.inline {
		margin: 2em auto;
	}
	.specBox {
		padding: 1em 0 1.5em 0;
		font-size: 14px;
	}
	.specText {
		font-size: 14px;
	}
	.smallHeader {
		font-size: 20px;
		padding-bottom: 0.5em;
	}
	.largeHeader {
		font-size: 23px;
		padding-bottom: 0.5em;
	}
	.testimonialbox {
		text-align: center;
	}
	.phone {
		margin: 0;
		background-color: #055883;
		color: #FFFFFF;
		font-size: 21px;
		padding: 10px 0;
		letter-spacing: 0;
	}
	.navbar {
		background-color: #055883;
		margin-bottom: 0;
		z-index: 100;
		border-radius: 0;
		padding: 0;
	}
	.nav>li>a {
		padding: 10px 0;
		color: white;
	}

	.sectionHeader {
		letter-spacing: 0;
	}
	.footspace {
		padding: 25px 0;
		border-bottom: 1px solid #000000;
	}
	.topFooter {
		padding: 0;
	}
	.middle-row {
		display: block;
	}
	.middlebox {
		max-width: 400px;
		margin: 20px auto;
		float: none;
		border: none;
	}
	.table {
		width: 100%;
	}
	/*
	#midRight {
		left: 0;
		z-index: 1;
		opacity: 1;
		margin-top: 0;
	}
	#midRight:hover {
		left: 0;
	}
*/
	.recertNav {
		text-align: center;
		margin: 0 auto;
		padding: 0;
	}
	.recertNav a {
		margin: 1px 0;
		border: none;
		font-size: 14px;
		border-bottom: 1px solid black;
	}
	#searchItem {
		display: none;
	}
	.leftHeader {
		text-align: center;
		margin-top: 10px;
	}
	.dropdown-menu {
		position: inherit;
		text-align: center;
		list-style: none;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.dropdown-menu>li>a {
		padding: 15px 0;
		white-space: normal;
	}
	.storeNavbar {
		background-color: #f68020;
		margin-bottom: 0;
		z-index: 100;
		border-radius: 0;
		width: 100%;
		margin: 0 auto;
	}
	.pageHeader {
		font-size: 22px;
		letter-spacing: 5px;
		padding: 1em 0.3em;
	}
	.cartTable>tbody>tr>td {
		display: block;
	}
	.remove {
		display: none;
	}
	.totalTable {
		width: 100%;
		float: right;
	}
	.codes {
		width: 100%;
	}
	.checkoutBtn {
		margin: 0 auto;
	}
	.dashText {
		font-size: 14px;
	}
	.main-carousel .carousel-inner>.item.active,
	.carousel-inner>.item.next.left,
	.carousel-inner>.item.prev.right {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.main-slider-text {
		width: 100%;
		font-size: 12px;
	}
	.main-slider-Img {
		width: 100%;
	}
	.main-carousel {
		max-height: none;
	}
	.banner-title {
		font-size: 25px;
		padding: 0.5em 0 0 0;
	}
	.banner-add-on {
		font-size: 22px;
	}
	.main-indicators {
		display: none;
	}
	.slide-right {
		top: 80%;
	}
	.slide-left {
		top: 80%;
	}
	.specText {
		margin: 1em auto;
		width: 100%;
		padding: 0 10px;
	}
	.specBox ul {
		padding: 0.5em 1em;
	}
	.regForm {
		padding: 1em 0.3em;
		max-width: 70%;
		margin: 0 auto 3em;
	}
	.dash-text {
		margin: 0 auto;
		padding: 1em 0;
		font-weight: bold;
		font-size: 24px;
		white-space: nowrap;
		text-decoration: none;
		border: 1px solid rgba(0, 0, 0, 0.2);
	}
	.myrow {
		max-width: 400px;
		text-center;
		margin: 0 auto;
	}
	.spacer {
		height: inherit;
	}
	.searchtext {
		width: 60%;
		margin: 10px auto;
	}
}

/***************************  EXTRA BREAK  ******************************/

@media screen and (max-width: 700px) {
	.bannerImage {
		display: none;
	}
	.table-responsive {
		overflow-x: scroll;
	}
	.videoBox {
		width: 100%;
	}
}

/***************************  550 BREAKPOINT  ******************************/

@media screen and (max-width: 550px) {
	.specBox img {
		margin: 0;
	}
	.testimonialText {
		padding: 1em 0;
		font-size: 14px;
	}
	.storeDetails {
		padding: 1em;
	}
	.reviewer h4 {
		margin: 1em 0;
	}
	.storeReviews {
		padding: 0;
	}
	.storeForm {
		margin: 10px auto;
	}
	.imgRight {
		margin: 1em auto;
		clear: both;
		display: block;
		float: none;
	}
	.imgLeft {
		margin: 1em auto;
		clear: both;
		display: block;
		float: none;
	}
	.store-img-block {
		height: 200px;
		width: 200px;
	}
	.top-store-item {
		width: 100%;
	}
	.js-inventories-accessories-drop-down {
		width: 100%;
	}
	.regForm {
		padding: 1em 0.3em;
		max-width: 100%;
		margin: 0 auto 3em;
	}
}

/***************************  SMALL TO MEDIUM MIDDLE RANGE  ******************************/

@media screen and (min-width: 768px) and (max-width: 991px) {
	.nav>li>a {
		font-size: 12px;
	}
	.storeNav>li>a {
		font-size: 12px;
	}
	.banner-title {
		font-size: 20px;
		padding: 2em 0 0.5em 0;
	}
	.banner-add-on {
		font-size: 18px;
	}
}

/***************************  SPECIAL RANGE  ******************************/

@media screen and (min-width: 600px) and (max-width: 991px) {
	.storeDetails {
		padding: 1em 4em;
	}
	.reviewer h4 {
		margin: 1em 0;
	}
	.storeForm {
		margin: 1em 8em;
	}
}

/***************************  BREAKPOINT LARGER THAN 768 SCREEN  ******************************/

@media screen and (min-width: 768px) {
	/*
	#midLeft {
		left: -41%;
		z-index: 1;
		opacity: 0.4;
		height: 450px;
		margin-top: 70px;
		-webkit-transition: all .6s cubic-bezier(0.4, 0, 0.46, 2);
		-moz-transition: all .6s cubic-bezier(0.4, 0, 0.46, 2);
		-o-transition: all .6s cubic-bezier(0.4, 0, 0.46, 2);
		-ms-transition: all .6s cubic-bezier(0.4, 0, 0.46, 2);
		transition: all .6s cubic-bezier(0.4, 0, 0.46, 2);
	}
	#midLeft:hover {
		left: -51%;
		opacity: 1;
	}
	#midRight {
		right: 100px;
		z-index: 1;
		padding: 1.5em 0;
		opacity: 0.6;
		height: 450px;
		margin-top: 70px;
		-webkit-transition: all .6s cubic-bezier(0.4, 0, 0.46, 2);
		-moz-transition: all .6s cubic-bezier(0.4, 0, 0.46, 2);
		-o-transition: all .6s cubic-bezier(0.4, 0, 0.46, 2);
		-ms-transition: all .6s cubic-bezier(0.4, 0, 0.46, 2);
		transition: all .6s cubic-bezier(0.4, 0, 0.46, 2);
	}
	#midRight:hover {
		right: -10px;
		opacity: 1;
	}
	#midRight:active {
		right: -10px;
		opacity: 1;
	}
	#midRight.active {
		right: -10px;
		opacity: 1;
	}
	#midMain {
		z-index: 2;
		height: 550px;
	}
	#midMain:hover {
		opacity: 1;
		z-index: 5;
	}
*/
	.search {
		display: none;
	}
	#searchbar {
		position: fixed;
		right: 0;
		display: none;
		float: left;
		width: 100%;
		height: 60px;
		border-top: 1px solid #d8d8d8;
		padding-left: 25px;
		padding-right: 10px;
		padding-top: 9px;
		z-index: 99;
		background: #fff;
		-webkit-transform: translateZ(0);
		-webkit-box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
		box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
	}
	#s {
		display: block;
		width: 75%;
		border: 0;
		outline: none;
		padding: 0;
		font-size: 14px;
		font-weight: bold;
		color: #676767;
	}
}
