/* Font Face Override
---------------------------------------------------------------- */
/*@import url(http:////fonts.googleapis.com/css?family=Poppins&subset=latin);*/

@font-face {/*
	font-family: 'Helvetica Neue';
    src: url("../fonts/helvetica.ttf");*/
}

body {
	font-family: "Helvetica Neue", "open-sans", Arial, sans-serif;
	font-size: 12pt;
	line-height: 22pt;
	-webkit-font-smoothing: antialiased; /* This needs to be set or some font faced fonts look bold on Mac in Chrome/Webkit based browsers. */
	-moz-osx-font-smoothing: grayscale; /* Fixes font bold issue in Firefox version 25+ on Mac */
	background: #f5f5f5;
}

h1 {
  font-family: "Helvetica Neue", "open-sans";
  font-size: 32pt;
  line-height: 40px;
}

/* Container Elements
---------------------------------------------------------------- */
@media only screen and (min-width: 769px) {.container-body {min-height: 300px;}}

/* Form Elements
---------------------------------------------------------------- */
.form-group-firsttitle {
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
.form-group-title {
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold
}
.form-group-chktitle {
	padding-top: 15px;
	font-size: 18px;
	font-weight: bold
}
.input-control {
	margin: 0;
	padding: 1px;
	border: 1px solid #999;
	border-radius: 0;
	color: #333333;
	background: #ffffff;
}
.lstFotogs {
	/* Engine */
	margin: 0;
	padding: 1px;
	border: 1px solid #999;
	border-radius: 2px;
	color: #333333;
	background: #ffffff;
}
.cursor-pointer {
	cursor: pointer;
}
@media (min-width: 769px) {
	.form-wrap {
		margin-top: 20px;
	}
	.form-group-firsttitle {
		padding-top: 0;
		font-size: 16px;
	}
	.form-group-title {
		font-size: 16px;
	}
	.form-group-chktitle {
		font-size: 16px;
	}
}

/* Text Elements
---------------------------------------------------------------- */
body {
	color: black;
}
body a {
	color: #000000;
	text-decoration: underline;
}
body a:hover {
	/*color: #458dba; */
	color: #000000;
}
.text-notrequired {
	font-weight: normal;
}
.text-formtitle {
	font-size: 20px;
	font-weight: bold;
}
.text-validate {
	color: #cc0000;
	font-weight: bold;
	text-align: left;
}
.text-complete {
	color: #000080;
	font-weight: bold;
}
.text-discount {
	color: #cc0000;
}
.text-bold {
	font-weight: bold;
}
.text-justify-xs {
	text-align: justify;
}
.text-justify-xs h1, h2, h3, h4, h5, h6 {
	text-align: left;
}
@media (min-width: 769px) {
	.text-justify-xs {
		text-align: left;
	}
}
.text-fontawesome {
	font-family: FontAwesome;
}

.bmi-link  a:link{
	color: #000000 !important;
	text-decoration: none !important;
}
.bmi-link a:hover {
	/*color: #458dba; */
	color: #000000;
}

/* LinkInherit - This class will not change the style of a link.
---------------------------------------------------------------- */
.LinkInherit a {color: inherit; text-decoration: none;}
.LinkInherit a:hover {color: inherit; text-decoration: none;}

/* Spacing
---------------------------------------------------------------- */
.hero img {
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
	height: auto;
}
.hero_header {
	color: #ffffff;
	text-align: center;
	margin: 0;
	letter-spacing: 4px;
}
.position-relative {
	position: relative;
}
.clear {
	clear: both;
}

/* Buttons
---------------------------------------------------------------- */
.btn-go {
	height: 24px;
	padding: 0 6px 0 6px;
	font-size: 12px;
	border-radius: 3px;
}
.btn-addtocart {
	color: #ffffff;
	background: #333333;
	border-color: #adadad;
}
.btn-addtocart:hover {
	color: #333333;
	background: #e6e6e6;
}
.btn-addtocart:active {
	color: #333333;
	background: #e6e6e6;
}
.btn-addtocart:focus,
.btn-addtocart.focus {
	color: #ffffff;
	background: #333333;
	border-color: #adadad;
}

.btn-blue {
	color: #ffffff;
	background: #3778a0;
	border: 0;
	padding: 10px 20px 10px 20px;
}
.btn-blue:hover {
	text-decoration: underline;
}
.btn-blue:active {
	background: #3778a0;
}
.btn-blue:focus,
.btn-blue.focus {
	color: #ffffff;
	background: #3778a0;
	border: 0;
}

.btn-black {
	color: #ffffff;
	background: #333333;
	border-color: #adadad;
}
.btn-black:hover {
	color: #333333;
	background: #e6e6e6;
}
.btn-black:active {
	color: #333333;
	background: #e6e6e6;
}
.btn-black:focus,
.btn-black.focus {
	color: #ffffff;
	background: #333333;
	border-color: #adadad;
}

.btn-grey {
	color: #333333;
	background: #e6e6e6;
	border-color: #adadad;
}
.btn-grey:hover {
	color: #ffffff;
	background: #333333;
}
.btn-grey:active {
	color: #ffffff;
	background: #333333;
}
.btn-grey:focus,
.btn-grey.focus {
	color: #333333;
	background: #e6e6e6;
	border-color: #adadad;
}

.btn-green {
	color: #ffffff;
	background: #258c6d;
	border-color: #adadad;
}
.btn-green:hover {
	color: #ffffff;
	background: #217F32;
}
.btn-green:active {
	color: #ffffff;
	background: #e6e6e6;
}
.btn-green:focus,
.btn-green.focus {
	color: #ffffff;
	background: #217F32;
	border-color: #adadad;
}
.BMI-Button {
    height: 36px;
    border: 0;
    padding: 0 14px 0 14px;
    background: black;
    color: white;
    font-weight: bold;
	border-radius: 0;
}
.BMI-Button:focus {outline:0;}

.BMI-Button-arrow {
    height: 36px;
    border: 0;
    padding-left: 14px;
    background: black;
    color: white;
    font-weight: bold;
}
.BMI-Button-arrow:hover {
	text-decoration: underline;
}
.BMI-Button-arrow i {
	padding-left: 10px;
	padding-right: 14px;
	transition: all 0.3s linear;
}
.BMI-Button-arrow:hover i {
	padding-left: 15px;
	padding-right: 9px;
}
.BMI-Button-arrow:focus {outline:0;}
.BMI-Button-underline {
    height: 36px;
    border: 0;
    padding: 0 14px 0 14px;
    background: black;
    color: white;
    font-weight: bold;
	border-radius: 0;
}
.BMI-Button-underline:hover {text-decoration: underline;}
.BMI-Button-White-underline {
    height: 36px;
    border: 1px solid #000;
    padding: 0 14px 0 14px;
    background: white;
    color: black;
    font-weight: bold;
	border-radius: 0;
}
.BMI-Button-White-underline:hover {text-decoration: underline; color: #000000 !important}
.BMI-Button-underline-Blue {
    height: 36px;
    border: 0;
    padding: 10px 25px 10px 25px;
    background: #3778a0;
    color: white;
    font-weight: bold;
	border-radius: 0;
	text-decoration: none!important;
}
.BMI-Button-underline-Blue:hover {text-decoration: underline !important; color: white;}

/*.button-right-arrow{
	padding-left: 10px;
	padding-right: 14px;
}
.button-right-arrow:hover{
	padding-left: 15px;
	padding-right: 9px;
}
*/
/* Additional Bootstrap Modals
---------------------------------------------------------------- */
@media (min-width: 769px) {
	.modal-md {
	width: 720px;
	}
}
/* Bootstrap Modal Border Radius Remove */
.modal-content  {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
.bootstrap-dialog .modal-header {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}


/* Divs acting as Tables
---------------------------------------------------------------- */
.display-table {display: table; table-layout: auto;}
.display-row {display: table-row;}
.display-cell-top {display: table-cell;}
.display-cell-middle {display: table-cell; vertical-align: middle;}
.display-cell-bottom {display: table-cell; vertical-align: bottom;}

/* Misc
---------------------------------------------------------------- */
.copyright-author {
	margin-top: 10px;
}

/* Twensoft Demos
---------------------------------------------------------------- */
.twensoft-comments {color: red;}

/* Master Slider
---------------------------------------------------------------- */
.title2 {
  font-size: 50px;
  color: #fff;
  line-height: 50px;
  font-weight: 800; }

.sub-title2 {
  color: #fff;
  font-size: 14px; }

.sub-title3 {
  color: #fff;
  font-size: 34px;
  font-weight: 300;
  text-transform: capitalize; }

.btn1 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 25px;
  background-color: #000000;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 700;
  text-shadow: 0 1px rgba(0, 0, 0, 0.15);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  }

.btn1 i {
  margin-left: 5px; }

.btn1:hover {
  color: #333;
  background-color: #ddd;
  text-decoration: none;
  }

.btn2 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 25px;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 700;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.btn2 i {
  margin-left: 5px; }

.btn2:hover {
  color: #333;
  background-color: #edac15; }

 /*Font Awesome Social Icons*/
.social-icon {
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 40px!important;
    color: #000;
    text-shadow: none;
    /*border-radius: 3px;*/
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #AAA;
	text-decoration: none;
}

.social-icon:hover {
    border-color: transparent;
	text-decoration: none;
}

.social-icon i {
    display: block;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 40px;
    position: relative
}

.social-icon i:last-child {
    color: #FFF!important
}

.social-icon:hover i:first-child {
    margin-top: -40px
}

.social-icon-lg {
    margin: 0 5px 5px 0;
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 60px!important;
    color: #555;
    text-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #AAA
}

.social-icon-lg:hover {
    border-color: transparent
}

.social-icon-lg i {
    display: block;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 60px;
    position: relative
}

.social-icon-lg i:last-child {
    color: #FFF!important
}

.social-icon-lg:hover i:first-child {
    margin-top: -60px
}

.social-icon-sm {
    margin: 0 5px 5px 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px!important;
    color: #555;
    text-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #AAA
}

.social-icon-sm:hover {
    border-color: transparent
}

.social-icon-sm i {
    display: block;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 30px;
    position: relative
}

.social-icon-sm i:last-child {
    color: #FFF!important
}

.social-icon-sm:hover i:first-child {
    margin-top: -30px
}

si-border {
    border: 1px solid #AAA!important
}

.si-border-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.si-dark-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.si-gray-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.si-gray {
    background: #f3f3f3;
    border: 0
}

.si-dark {
    background-color: #333;
    border: 0!important;
    color: #fff!important
}

.si-colored-facebook,
.si-facebook:hover {
    background-color: #3B5998!important
}

.si-colored-twitter,
.si-twitter:hover {
    background-color: #00ACEE!important
}

.si-colored-google-plus,
.si-g-plus:hover {
    background-color: #DD4B39!important
}

.si-colored-skype,
.si-skype:hover {
    background-color: #00AFF0!important
}

.si-linkedin:hover,
.si-colored-linkedin {
    background-color: #0E76A8!important
}

.si-pin:hover,
.si-colored-pinterest {
    background-color: #C8232C!important
}

.si-rss:hover,
.si-colored-rss {
    background-color: #EE802F!important
}

.si-pinterest:hover,
.si-colored-pinterest {
    background-color: #C8232C!important
}

.si-tumblr:hover,
.si-colored-tumblr {
    background-color: #34526F!important
}

.si-vimeo:hover,
.si-colored-vimeo {
    background-color: #86C9EF!important
}

.si-digg:hover,
.si-colored-digg {
    background-color: #191919!important
}

.si-instagram:hover, .si-colored-instagram {
    /*background-color: #3F729B !important;*/
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );

}

.si-flickr:hover,
.si-colored-flickr {
    background-color: #FF0084!important
}

.si-paypal:hover,
.si-colored-paypal {
    background-color: #00588B!important
}

.si-yahoo:hover,
.si-colored-yahoo {
    background-color: #720E9E!important
}

.si-android:hover,
.si-colored-andriod {
    background-color: #A4C639!important
}

.si-appstore:hover,
.si-colored-apple {
    background-color: #000!important
}

.si-dropbox:hover {
    background-color: #3D9AE8!important
}

.si-dribbble:hover,
.si-colored-dribbble {
    background-color: #EA4C89!important
}

.si-soundcloud:hover,
.si-colored-soundcoloud {
    background-color: #F70!important
}

.si-xing:hover,
.si-colored-xing {
    background-color: #126567!important
}

.si-phone:hover,
.si-colored-phone {
    background-color: #444!important
}

.si-behance:hover,
.si-colored-behance {
    background-color: #053eff!important
}

.si-github:hover,
.si-colored-github {
    background-color: #171515!important
}

.si-stumbleupon:hover,
.si-colored-stumbleupon {
    background-color: #F74425!important
}

.si-email:hover,
.si-colored-email {
    background-color: #6567A5!important
}

.si-wordpress:hover,
.si-colored-wordpress {
    background-color: #1E8CBE!important
}

.social-shortcodes .left-heading {
    font-size: 30px;
    text-transform: uppercase
}
.social-icons:after,
.social-icons:before > .divide10:after,
.social-icons .divide10:before {
    display: table;
    content: "";
    width: 100%;
    clear: both
}

/* Dividers
---------------------------------------------------------------- */
.divide0 {
    width: 100%;
    height: 0px;
}
.divide2 {
    width: 100%;
    height: 2px;
}
.divide3 {
    width: 100%;
    height: 3px;
}
.divide5 {
    width: 100%;
    height: 5px;
}
.divide10 {
    width: 100%;
    height: 10px;
}
.divide15 {
    width: 100%;
    height: 15px;
}
.divide20 {
    width: 100%;
    height: 20px;
}
.divide25 {
    width: 100%;
    height: 25px;
}
.divide30 {
    width: 100%;
    height: 30px;
}
.divide35 {
    width: 100%;
    height: 35px;
}
.divide40 {
    width: 100%;
    height: 40px;
}
.divide45 {
    width: 100%;
    height: 40px;
}
.divide50 {
    width: 100%;
    height: 50px;
}
.divide55 {
    width: 100%;
    height: 55px;
}
.divide60 {
    width: 100%;
    height: 60px;
}
.divide65 {
    width: 100%;
    height: 65px;
}
.divide70 {
    width: 100%;
    height: 70px;
}
.divide75 {
    width: 100%;
    height: 75px;
}
.divide80 {
    width: 100%;
    height: 80px;
}
.divide85 {
    width: 100%;
    height: 85px;
}
/*margins*/
.margin10 {
    margin-bottom: 10px;
}
.margin20 {
    margin-bottom: 20px;
}
.margin30 {
    margin-bottom: 30px;
}
.margin40 {
    margin-bottom: 40px;
}
.no-padding {
    padding: 0px;
}

/* BMI Container - This is to force the column widths to be specific.
This is in accordance to the document "BM responsive web.pdf"
---------------------------------------------------------------- */

.BMI-Container {width: 100%}

/*
.BMI-Container {width: 300px;}

@media (min-width: 480px) {
	.BMI-Container {width: 480px;}
}
*/

@media (min-width: 768px) {
	.BMI-Container {width: 720px;}
}

@media (min-width: 1024px) {
	.BMI-Container {width: 960px;}
}

@media (min-width: 1280px) {
	.BMI-Container {width: 1044px;}
}


@media (min-width: 1440px) {
	.BMI-Container {width: 1140px;}
}

@media (min-width: 2560px) {
	.BMI-Container {width: 1296px;}
}
/* Ipad, iphone inputs appearance */
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
/*input[type="checkbox"],
input[type="radio"],
*/
input[type="select"],
input[type="password"],
input[type="email"],
.input-checkbox {
	outline: none!important;
	border: 2px solid #e1e3e4;
	-webkit-appearance: none!important;
	-moz-appearance:    none!important;
	o-appearance:         none!important;
	appearance:         none!important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}
input[type="text"]:focus,
input[type="select"]:focus,
select.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%);
}

/* Dropdown: Remove the original arrow */
select.input-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  /* no standardized syntax available, no ie-friendly solution available */
}
select.input-dropdown::-ms-expand {
    display: none;
}
select.input-dropdown:hover { cursor: pointer;}

select + i.far {
  float: right;
  margin-top: -33px;
  margin-right: 5px;
  /* this is so when you click on the chevron, your click actually goes on the dropdown menu */
  pointer-events: none;
  /* everything after this is just to cover up the original arrow */
  /* (for browsers that don't support the syntax used above) */
  background-color: #fff;
  padding-right: 5px;
  font-size:22px;
}
.input-dropdown {
    padding: 0px 16px;
	border-radius: 0;
}
/* HR */
.hr-bmi{border-top:#e5e5e5 2px solid;}

.BMI-no-text-decoration {
	text-decoration:none !important;
}

/* Breadcrumbs for the purchase pages. */
#PurchaseBreadcrumbs {display: none;}
@media (min-width: 600px) {#PurchaseBreadcrumbs {display: block;}}
.PurchaseBreadcrumbsHighlite {color: #3778a0; text-decoration: underline;}

.panel-title {
    line-height: 20pt;
}

/* Box Shadows
---------------------------------------------------------------- */
.shadown-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.shadown-1:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.shadown-2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.shadown-3 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.shadown-4 {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.shadown-5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

/* Form Validations */
.ValidateInput {border-color: red !important;}
.ValidateMessage {color: #cc0000; font-size: 9pt; font-weight: normal; text-align: left; display: none;}