/*  
    Button styles    
*/
.button-back {
	display: inline-block;
   margin-right: 10px;
}
.button-back input {
	text-decoration: underline;
	vertical-align: top;
	height: auto;
}
.button-back input[type="button"] {
	text-align: left;
	text-decoration: underline;
}
.button-back:hover input[type="button"] {
	text-align: left;
	text-decoration: none;
	color: #b1b1b1;
}
a.button-login, .button-login::before {
	color: #fff;
}
a.button-download, .button-download::before {
	color: #fff;
}
a.button-gray-cta{
	z-index:99;
}
.effect {
	transition: all 0.2s ease-in;
}
.button-transparent, .button-transparent:visited {
	background-color: rgba(255,255,255, 0.8);
	color: #005daa;
}
.button-light, .button-light:visited {
   margin-top:10px;
    background-color: transparent;
    color: #009882;
    border: solid 1px #009882;
}
.PageAccordion .ui-accordion-content a.button-light, .PageAccordion .ui-accordion-content a.button-light:visited {
    background-color: transparent;
    color: #009882;
    border: solid 1px #009882;
}
.button-gray, .button-gray:visited {
	background-color: #f0f0f0;
	color: #005daa;
}
.button-dark, .button-dark:visited {
	background-color: #174e90;
	color: #fff;
}
.button-light, .button-dark, .button-transparent, .button-none {
	font-family: yamantranav, sans-serif;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	position: relative;
	width: 150px;
	padding: 10px;
	overflow: hidden;
}
.button-light:after, .button-dark:after, .button-transparent:after, .button-none:after, .btn-link:after {
    content: "\f054";
    font-family: "FontAwesome";
	position:relative;
	top:2px;
	left:5px;
	transition: all 0.2s ease-in;
}
.button-light:hover::after, .button-dark:hover::after, .button-transparent:hover::after, .button-none:hover::after {
	position:relative;
	top:2px;
	left:12px;
	height:100%;
}
.button-transparent:hover, .button-transparent:hover::after, .button-dark:hover, .button-dark:hover::after, .button-none:hover, .button-none:hover::after {
   color: #005daa;
}
.btn-link:hover::after {
	color: #616161;
}
.button-light:hover, .button-light:hover::after {
   color: #009882;
}
.button-dark:hover, .button-dark:hover::after {
   color: #fff;
}
.button-long {
  width: 100%;
  max-width: 300px;
}
.button-xlong {
  width: 100%;
  max-width: 320px;
}
/* CTAs */
.button-green-cta {
	background-color: #009882;
	color: #fff;
}
.button-blue-cta {
	background-color: #32a3dc;
	color: #fff;
}
.button-image-cta {
	background-color: rgba(255,255,255,0.8);
	color: #005daa;
}
.button-gray-cta, .button-gray-cta:visited {
	background-color: #f0f0f0;
	color: #005daa;
}
.button-gray-cta span {
	padding-left:28px;
}
.button-green-cta span, .button-blue-cta span {
	padding-left:28px;
	color:#FFF;
}
.button-image-cta span {
	padding-left:28px;
	color:#005daa;
}
.button-green-cta, .button-blue-cta, .button-gray-cta, .button-image-cta {
	font-family: yamantranav, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	position: relative;
	width: 200px;
	padding: 10px 0;
  margin-top:10px;
}
.button-green-cta.cta-long {
	width: 300px;
}
.button-green-cta:before, .button-blue-cta:before, .button-image-cta:before {
	font-size: 18px;
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 100%;
	text-align: center;
	background-color: rgba(255, 255, 255, .3);
	transition: all 0.3s ease-in;
}
.button-gray-cta:before {
	font-size: 18px;
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 100%;
	text-align: center;
	background-color: rgba(177, 177, 177, .3);
	transition: all 0.3s ease-in;
}
.button-green-cta:hover::before, .button-blue-cta:hover::before {
	background-color: rgba(255, 255, 255, .3);
	width: 100%;
	left: 0;
	transition: all 0.3s ease-in;
}

.button-green-cta.cta-long:hover::before  {
	background-color: rgba(255, 255, 255, .3);
	width: 300px;
	left: 0;
	transition: all 0.3s ease-in;
}
.button-image-cta:hover::before {
	background-color: rgba(50,163,220,0.5);
	width: 200px;
	left: 0;
	transition: all 0.3s ease-in;
}
.button-gray-cta:hover::before{
	background-color: rgba(177, 177, 177, .3);
	width: 200px;
	left: 0;
	transition: all 0.3s ease-in;
}
.button-green-cta.apply:before, .button-blue-cta.apply:before {
	content: "\f040";
	font-family: FontAwesome;
	padding-left:7px;
   color:#ffffff;
}
.button-image-cta.apply:before{
	content: "\f0f2";
	font-family: FontAwesome;
	padding-left:5px;
	z-index:-1;
   color:#005daa;
}
.button-gray-cta.apply:before{
	content: "\f040";
	font-family: FontAwesome;
	padding-left:7px;
	z-index:-1;
}
.button-green-cta.download:before, a.button-blue-cta.download:before {
	content: "\f019";
	font-family: FontAwesome;
	padding-left:5px;
   color:#ffffff;
}
.button-green-cta.visit:before, a.button-blue-cta.visit:before {
	content: "\f0f2";
	font-family: FontAwesome;
	padding-left:5px;
   color:#ffffff;
}
.button-image-cta.visit:before{
	content: "\f0f2";
	font-family: FontAwesome;
	padding-left:5px;
	z-index:-1;
   color:#005daa;
}
.button-gray-cta.visit:before{
	content: "\f0f2";
	font-family: FontAwesome;
	padding-left:5px;
	z-index:-1;
}
.button-green-cta.request:before, .button-blue-cta.request:before {
	content: "\f05a";
	font-family: FontAwesome;
	padding-left:7px;
   color:#ffffff;
}
.button-image-cta.request:before{
	content: "\f0f2";
	font-family: FontAwesome;
	padding-left:5px;
	z-index:-1;
   color:#005daa;
}
.button-gray-cta.request:before{
	content: "\f05a";
	font-family: FontAwesome;
	padding-left:7px;
	z-index:-1;
}
.button-green-cta.faq:before, .button-blue-cta.faq:before {
	content: "\f128";
	font-family: FontAwesome;
	padding-left:7px;
   color:#ffffff;
}
.button-image-cta.faq:before{
	content: "\f0f2";
	font-family: FontAwesome;
	padding-left:5px;
	z-index:-1;
   color:#005daa;
}
.button-gray-cta.faq:before{
	content: "\f128";
	font-family: FontAwesome;
	padding-left:7px;
	z-index:-1;
}
.button-green-cta.stacked, .button-blue-cta.stacked {
   width: 230px;
   padding-left: 15px;
}
.button-green-cta.stacked:hover::before, .button-blue-cta.stacked:hover::before {
   width: 230px;
}
/*    Log in buttons     */
.button-login:before  {
	font-family: "FontAwesome";
	content: '\f090';
	padding-left: 6px;
}
.button-download:before  {
	font-family: "FontAwesome";
	content: '\f019';
	padding-left: 6px;
}
/*input[type="submit"].button-green-cta.button-login.effect {
	padding: 4px;
}
input[type="submit"].button-green-cta.button-login.effect {
	padding-left: 26px;
}
input[type="submit"].button-green-cta.button-login.effect {
	background-color: #009882;
}*/

input.button-green-cta.button-login{
	padding-left: 26px;
}

/*   End Log in buttons     */

/* Over Image Buttons */
.button-image-cta:hover::before {
	background-color: rgba(255, 255, 255, .3);
	width: 200px;
	left: 0;
	transition: all 0.3s ease-in;
}

/*End Buttons*/

.btn {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  font-family: Yantramanav, sans-serif;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  letter-spacing: 0.1em;
  cursor: pointer;
  background-image: none;
  border: 3px solid #ccc;
  white-space: nowrap;
  padding: 5px 20px;
  font-size: 17px;
  line-height: 24px;
  border-radius: 0px;
  transition: .2s all ease;
}

.btn-sm {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  font-family: Yantramanav, sans-serif;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  letter-spacing: 0.1em;
  cursor: pointer;
  background-image: none;
  border: 3px solid #ccc;
  white-space: nowrap;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 24px;
  border-radius: 0px;
  transition: .2s all ease;
}

.btn-md {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  font-family: Yantramanav, sans-serif;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  letter-spacing: 0.1em;
  cursor: pointer;
  background-image: none;
  border: 3px solid #ccc;
  white-space: nowrap;
  padding: 5px 20px;
  font-size: 17px;
  line-height: 24px;
  border-radius: 0px;
  transition: .2s all ease;
}

.btn-lg {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  font-family: Yantramanav, sans-serif;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  letter-spacing: 0.1em;
  cursor: pointer;
  background-image: none;
  border: 3px solid #ccc;
  white-space: nowrap;
  padding: 10px 20px;
  font-size: 17px;
  line-height: 24px;
  border-radius: 0px;
  transition: .2s all ease;
}

.btn:focus,
.btn.focus {
  color: #fff;
  background-color: #32a3dc;
  border-color: #32a3dc;
  text-decoration: none;
}

.btn:focus:focus,
.btn:focus.focus,
.btn.focus:focus,
.btn.focus.focus {
  color: #fff;
  background-color: #32a3dc;
  border-color: #32a3dc;
}

.btn:focus:hover,
.btn.focus:hover {
  color: #fff;
  background-color: #32a3dc;
  border-color: #32a3dc;
}

.btn:focus:active,
.btn:focus.active,
.open > .btn:focus.dropdown-toggle,
.btn.focus:active,
.btn.focus.active,
.open > .btn.focus.dropdown-toggle {
  color: #fff;
  background-color: #32a3dc;
  border-color: #32a3dc;
}

.btn:focus:active:hover,
.btn:focus:active:focus,
.btn:focus:active.focus,
.btn:focus.active:hover,
.btn:focus.active:focus,
.btn:focus.active.focus,
.open > .btn:focus.dropdown-toggle:hover,
.open > .btn:focus.dropdown-toggle:focus,
.open > .btn:focus.dropdown-toggle.focus,
.btn.focus:active:hover,
.btn.focus:active:focus,
.btn.focus:active.focus,
.btn.focus.active:hover,
.btn.focus.active:focus,
.btn.focus.active.focus,
.open > .btn.focus.dropdown-toggle:hover,
.open > .btn.focus.dropdown-toggle:focus,
.open > .btn.focus.dropdown-toggle.focus {
  color: #fff;
  background-color: #32a3dc;
  border-color: #32a3dc;
}

.btn:focus:active,
.btn:focus.active,
.open > .btn:focus.dropdown-toggle,
.btn.focus:active,
.btn.focus.active,
.open > .btn.focus.dropdown-toggle {
  background-image: none;
}

.btn:focus.disabled:hover,
.btn:focus.disabled:focus,
.btn:focus.disabled.focus,
.btn:focus[disabled]:hover,
.btn:focus[disabled]:focus,
.btn:focus[disabled].focus,
fieldset[disabled] .btn:focus:hover,
fieldset[disabled] .btn:focus:focus,
fieldset[disabled] .btn:focus.focus,
.btn.focus.disabled:hover,
.btn.focus.disabled:focus,
.btn.focus.disabled.focus,
.btn.focus[disabled]:hover,
.btn.focus[disabled]:focus,
.btn.focus[disabled].focus,
fieldset[disabled] .btn.focus:hover,
fieldset[disabled] .btn.focus:focus,
fieldset[disabled] .btn.focus.focus {
  background-color: #32a3dc;
  border-color: #32a3dc;
}

.btn:focus .badge,
.btn.focus .badge {
  color: #32a3dc;
  background-color: #fff;
}

.btn:hover {
  color: #fff;
  background-color: #32a3dc;
  border-color: #32a3dc;
  text-decoration: none;
}

.btn:hover:focus,
.btn:hover.focus {
  color: #fff;
  background-color: #32a3dc;
  border-color: #32a3dc;
}

.btn:hover:hover {
  color: #fff;
  background-color: #32a3dc;
  border-color: #32a3dc;
}

.btn:hover:active,
.btn:hover.active,
.open > .btn:hover.dropdown-toggle {
  color: #fff;
  background-color: #32a3dc;
  border-color: #32a3dc;
}

.btn:hover:active:hover,
.btn:hover:active:focus,
.btn:hover:active.focus,
.btn:hover.active:hover,
.btn:hover.active:focus,
.btn:hover.active.focus,
.open > .btn:hover.dropdown-toggle:hover,
.open > .btn:hover.dropdown-toggle:focus,
.open > .btn:hover.dropdown-toggle.focus {
  color: #fff;
  background-color: #32a3dc;
  border-color: #32a3dc;
}

.btn:hover:active,
.btn:hover.active,
.open > .btn:hover.dropdown-toggle {
  background-image: none;
}

.btn:hover.disabled:hover,
.btn:hover.disabled:focus,
.btn:hover.disabled.focus,
.btn:hover[disabled]:hover,
.btn:hover[disabled]:focus,
.btn:hover[disabled].focus,
fieldset[disabled] .btn:hover:hover,
fieldset[disabled] .btn:hover:focus,
fieldset[disabled] .btn:hover.focus {
  background-color: #32a3dc;
  border-color: #32a3dc;
}

.btn:hover .badge {
  color: #32a3dc;
  background-color: #fff;
}

.btn:active,
.btn.active {
  color: #fff;
  background-color: #32a3dc;
  border-color: #32a3dc;
  box-shadow: 0 9px 21px 0 rgba(0, 0, 0, 0.15);
}

.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  color: #fff;
  background-color: #32a3dc;
  border-color: #32a3dc;
}

.btn:active:hover,
.btn.active:hover {
  color: #fff;
  background-color: #32a3dc;
  border-color: #32a3dc;
}

.btn:active:active,
.btn:active.active,
.open > .btn:active.dropdown-toggle,
.btn.active:active,
.btn.active.active,
.open > .btn.active.dropdown-toggle {
  color: #fff;
  background-color: #32a3dc;
  border-color: #32a3dc;
}

.btn:active:active:hover,
.btn:active:active:focus,
.btn:active:active.focus,
.btn:active.active:hover,
.btn:active.active:focus,
.btn:active.active.focus,
.open > .btn:active.dropdown-toggle:hover,
.open > .btn:active.dropdown-toggle:focus,
.open > .btn:active.dropdown-toggle.focus,
.btn.active:active:hover,
.btn.active:active:focus,
.btn.active:active.focus,
.btn.active.active:hover,
.btn.active.active:focus,
.btn.active.active.focus,
.open > .btn.active.dropdown-toggle:hover,
.open > .btn.active.dropdown-toggle:focus,
.open > .btn.active.dropdown-toggle.focus {
  color: #fff;
  background-color: #32a3dc;
  border-color: #32a3dc;
}

.btn:active:active,
.btn:active.active,
.open > .btn:active.dropdown-toggle,
.btn.active:active,
.btn.active.active,
.open > .btn.active.dropdown-toggle {
  background-image: none;
}

.btn:active.disabled:hover,
.btn:active.disabled:focus,
.btn:active.disabled.focus,
.btn:active[disabled]:hover,
.btn:active[disabled]:focus,
.btn:active[disabled].focus,
fieldset[disabled] .btn:active:hover,
fieldset[disabled] .btn:active:focus,
fieldset[disabled] .btn:active.focus,
.btn.active.disabled:hover,
.btn.active.disabled:focus,
.btn.active.disabled.focus,
.btn.active[disabled]:hover,
.btn.active[disabled]:focus,
.btn.active[disabled].focus,
fieldset[disabled] .btn.active:hover,
fieldset[disabled] .btn.active:focus,
fieldset[disabled] .btn.active.focus {
  background-color: #32a3dc;
  border-color: #32a3dc;
}

.btn:active .badge,
.btn.active .badge {
  color: #32a3dc;
  background-color: #fff;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #252525;
  background-color: transparent;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #252525;
  background-color: transparent;
  border-color: #ccc;
}

.btn-default:hover {
  color: #252525;
  background-color: transparent;
  border-color: #ccc;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #252525;
  background-color: transparent;
  border-color: #ccc;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #252525;
  background-color: transparent;
  border-color: #ccc;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: transparent;
  border-color: #ccc;
}

.btn-default .badge {
  color: transparent;
  background-color: #252525;
}

.btn-default:focus {
  color: #252525;
  background-color: transparent;
  border-color: #ccc;
}

.btn-default:focus:focus,
.btn-default:focus.focus {
  color: #252525;
  background-color: transparent;
  border-color: #ccc;
}

.btn-default:focus:hover {
  color: #252525;
  background-color: transparent;
  border-color: #ccc;
}

.btn-default:focus:active,
.btn-default:focus.active,
.open > .btn-default:focus.dropdown-toggle {
  color: #252525;
  background-color: transparent;
  border-color: #ccc;
}

.btn-default:focus:active:hover,
.btn-default:focus:active:focus,
.btn-default:focus:active.focus,
.btn-default:focus.active:hover,
.btn-default:focus.active:focus,
.btn-default:focus.active.focus,
.open > .btn-default:focus.dropdown-toggle:hover,
.open > .btn-default:focus.dropdown-toggle:focus,
.open > .btn-default:focus.dropdown-toggle.focus {
  color: #252525;
  background-color: transparent;
  border-color: #ccc;
}

.btn-default:focus:active,
.btn-default:focus.active,
.open > .btn-default:focus.dropdown-toggle {
  background-image: none;
}

.btn-default:focus.disabled:hover,
.btn-default:focus.disabled:focus,
.btn-default:focus.disabled.focus,
.btn-default:focus[disabled]:hover,
.btn-default:focus[disabled]:focus,
.btn-default:focus[disabled].focus,
fieldset[disabled] .btn-default:focus:hover,
fieldset[disabled] .btn-default:focus:focus,
fieldset[disabled] .btn-default:focus.focus {
  background-color: transparent;
  border-color: #ccc;
}

.btn-default:focus .badge {
  color: transparent;
  background-color: #252525;
}

.btn-default:hover {
  color: #fff;
  background-color: #32a3dc;
  border-color: #32a3dc;
  box-shadow: 0 9px 21px 0 rgba(0, 0, 0, 0.15);
}

.btn-default:hover:focus,
.btn-default:hover.focus {
  color: #fff;
  background-color: #32a3dc;
  border-color: #32a3dc;
}

.btn-default:hover:hover {
  color: #fff;
  background-color: #32a3dc;
  border-color: #32a3dc;
}

.btn-default:hover:active,
.btn-default:hover.active,
.open > .btn-default:hover.dropdown-toggle {
  color: #fff;
  background-color: #32a3dc;
  border-color: #32a3dc;
}

.btn-default:hover:active:hover,
.btn-default:hover:active:focus,
.btn-default:hover:active.focus,
.btn-default:hover.active:hover,
.btn-default:hover.active:focus,
.btn-default:hover.active.focus,
.open > .btn-default:hover.dropdown-toggle:hover,
.open > .btn-default:hover.dropdown-toggle:focus,
.open > .btn-default:hover.dropdown-toggle.focus {
  color: #fff;
  background-color: #32a3dc;
  border-color: #32a3dc;
}

.btn-default:hover:active,
.btn-default:hover.active,
.open > .btn-default:hover.dropdown-toggle {
  background-image: none;
}

.btn-default:hover.disabled:hover,
.btn-default:hover.disabled:focus,
.btn-default:hover.disabled.focus,
.btn-default:hover[disabled]:hover,
.btn-default:hover[disabled]:focus,
.btn-default:hover[disabled].focus,
fieldset[disabled] .btn-default:hover:hover,
fieldset[disabled] .btn-default:hover:focus,
fieldset[disabled] .btn-default:hover.focus {
  background-color: #32a3dc;
  border-color: #32a3dc;
}

.btn-default:hover .badge {
  color: #32a3dc;
  background-color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #32a3dc;
  border-color: #32a3dc;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #32a3dc;
  border-color: #32a3dc;
}

.btn-primary:hover {
  color: #fff;
  background-color: #32a3dc;
  border-color: #32a3dc;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #32a3dc;
  border-color: #32a3dc;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #32a3dc;
  border-color: #32a3dc;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #32a3dc;
  border-color: #32a3dc;
}

.btn-primary .badge {
  color: #32a3dc;
  background-color: #fff;
}

.btn-primary:focus {
  color: #fff;
  background-color: #32a3dc;
  border-color: #32a3dc;
}

.btn-primary:focus:focus,
.btn-primary:focus.focus {
  color: #fff;
  background-color: #32a3dc;
  border-color: #32a3dc;
}

.btn-primary:focus:hover {
  color: #fff;
  background-color: #32a3dc;
  border-color: #32a3dc;
}

.btn-primary:focus:active,
.btn-primary:focus.active,
.open > .btn-primary:focus.dropdown-toggle {
  color: #fff;
  background-color: #32a3dc;
  border-color: #32a3dc;
}

.btn-primary:focus:active:hover,
.btn-primary:focus:active:focus,
.btn-primary:focus:active.focus,
.btn-primary:focus.active:hover,
.btn-primary:focus.active:focus,
.btn-primary:focus.active.focus,
.open > .btn-primary:focus.dropdown-toggle:hover,
.open > .btn-primary:focus.dropdown-toggle:focus,
.open > .btn-primary:focus.dropdown-toggle.focus {
  color: #fff;
  background-color: #32a3dc;
  border-color: #32a3dc;
}

.btn-primary:focus:active,
.btn-primary:focus.active,
.open > .btn-primary:focus.dropdown-toggle {
  background-image: none;
}

.btn-primary:focus.disabled:hover,
.btn-primary:focus.disabled:focus,
.btn-primary:focus.disabled.focus,
.btn-primary:focus[disabled]:hover,
.btn-primary:focus[disabled]:focus,
.btn-primary:focus[disabled].focus,
fieldset[disabled] .btn-primary:focus:hover,
fieldset[disabled] .btn-primary:focus:focus,
fieldset[disabled] .btn-primary:focus.focus {
  background-color: #32a3dc;
  border-color: #32a3dc;
}

.btn-primary:focus .badge {
  color: #32a3dc;
  background-color: #fff;
}

.btn-primary:hover {
  color: #32a3dc;
  background-color: transparent;
  border-color: #32a3dc;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);
}

.btn-primary:hover:focus,
.btn-primary:hover.focus {
  color: #32a3dc;
  background-color: transparent;
  border-color: #32a3dc;
}

.btn-primary:hover:hover {
  color: #32a3dc;
  background-color: transparent;
  border-color: #32a3dc;
}

.btn-primary:hover:active,
.btn-primary:hover.active,
.open > .btn-primary:hover.dropdown-toggle {
  color: #32a3dc;
  background-color: transparent;
  border-color: #32a3dc;
}

.btn-primary:hover:active:hover,
.btn-primary:hover:active:focus,
.btn-primary:hover:active.focus,
.btn-primary:hover.active:hover,
.btn-primary:hover.active:focus,
.btn-primary:hover.active.focus,
.open > .btn-primary:hover.dropdown-toggle:hover,
.open > .btn-primary:hover.dropdown-toggle:focus,
.open > .btn-primary:hover.dropdown-toggle.focus {
  color: #32a3dc;
  background-color: transparent;
  border-color: #32a3dc;
}

.btn-primary:hover:active,
.btn-primary:hover.active,
.open > .btn-primary:hover.dropdown-toggle {
  background-image: none;
}

.btn-primary:hover.disabled:hover,
.btn-primary:hover.disabled:focus,
.btn-primary:hover.disabled.focus,
.btn-primary:hover[disabled]:hover,
.btn-primary:hover[disabled]:focus,
.btn-primary:hover[disabled].focus,
fieldset[disabled] .btn-primary:hover:hover,
fieldset[disabled] .btn-primary:hover:focus,
fieldset[disabled] .btn-primary:hover.focus {
  background-color: transparent;
  border-color: #32a3dc;
}

.btn-primary:hover .badge {
  color: transparent;
  background-color: #32a3dc;
}

.btn-success {
  color: #fff;
  background-color: #00b06c;
  border-color: #00b06c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #00b06c;
  border-color: #00b06c;
}

.btn-success:hover {
  color: #fff;
  background-color: #00b06c;
  border-color: #00b06c;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #00b06c;
  border-color: #00b06c;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #00b06c;
  border-color: #00b06c;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #00b06c;
  border-color: #00b06c;
}

.btn-success .badge {
  color: #00b06c;
  background-color: #fff;
}

.btn-success:focus {
  color: #fff;
  background-color: #00b06c;
  border-color: #00b06c;
}

.btn-success:focus:focus,
.btn-success:focus.focus {
  color: #fff;
  background-color: #00b06c;
  border-color: #00b06c;
}

.btn-success:focus:hover {
  color: #fff;
  background-color: #00b06c;
  border-color: #00b06c;
}

.btn-success:focus:active,
.btn-success:focus.active,
.open > .btn-success:focus.dropdown-toggle {
  color: #fff;
  background-color: #00b06c;
  border-color: #00b06c;
}

.btn-success:focus:active:hover,
.btn-success:focus:active:focus,
.btn-success:focus:active.focus,
.btn-success:focus.active:hover,
.btn-success:focus.active:focus,
.btn-success:focus.active.focus,
.open > .btn-success:focus.dropdown-toggle:hover,
.open > .btn-success:focus.dropdown-toggle:focus,
.open > .btn-success:focus.dropdown-toggle.focus {
  color: #fff;
  background-color: #00b06c;
  border-color: #00b06c;
}

.btn-success:focus:active,
.btn-success:focus.active,
.open > .btn-success:focus.dropdown-toggle {
  background-image: none;
}

.btn-success:focus.disabled:hover,
.btn-success:focus.disabled:focus,
.btn-success:focus.disabled.focus,
.btn-success:focus[disabled]:hover,
.btn-success:focus[disabled]:focus,
.btn-success:focus[disabled].focus,
fieldset[disabled] .btn-success:focus:hover,
fieldset[disabled] .btn-success:focus:focus,
fieldset[disabled] .btn-success:focus.focus {
  background-color: #00b06c;
  border-color: #00b06c;
}

.btn-success:focus .badge {
  color: #00b06c;
  background-color: #fff;
}

.btn-success:hover {
  color: #00b06c;
  background-color: transparent;
  border-color: #00b06c;
}

.btn-success:hover:focus,
.btn-success:hover.focus {
  color: #00b06c;
  background-color: transparent;
  border-color: #00b06c;
}

.btn-success:hover:hover {
  color: #00b06c;
  background-color: transparent;
  border-color: #00b06c;
}

.btn-success:hover:active,
.btn-success:hover.active,
.open > .btn-success:hover.dropdown-toggle {
  color: #00b06c;
  background-color: transparent;
  border-color: #00b06c;
}

.btn-success:hover:active:hover,
.btn-success:hover:active:focus,
.btn-success:hover:active.focus,
.btn-success:hover.active:hover,
.btn-success:hover.active:focus,
.btn-success:hover.active.focus,
.open > .btn-success:hover.dropdown-toggle:hover,
.open > .btn-success:hover.dropdown-toggle:focus,
.open > .btn-success:hover.dropdown-toggle.focus {
  color: #00b06c;
  background-color: transparent;
  border-color: #00b06c;
}

.btn-success:hover:active,
.btn-success:hover.active,
.open > .btn-success:hover.dropdown-toggle {
  background-image: none;
}

.btn-success:hover.disabled:hover,
.btn-success:hover.disabled:focus,
.btn-success:hover.disabled.focus,
.btn-success:hover[disabled]:hover,
.btn-success:hover[disabled]:focus,
.btn-success:hover[disabled].focus,
fieldset[disabled] .btn-success:hover:hover,
fieldset[disabled] .btn-success:hover:focus,
fieldset[disabled] .btn-success:hover.focus {
  background-color: transparent;
  border-color: #00b06c;
}

.btn-success:hover .badge {
  color: transparent;
  background-color: #00b06c;
}

.btn-info {
  color: #fff;
  background-color: #547abb;
  border-color: #547abb;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #547abb;
  border-color: #547abb;
}

.btn-info:hover {
  color: #fff;
  background-color: #547abb;
  border-color: #547abb;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #547abb;
  border-color: #547abb;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #547abb;
  border-color: #547abb;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #547abb;
  border-color: #547abb;
}

.btn-info .badge {
  color: #547abb;
  background-color: #fff;
}

.btn-info:focus {
  color: #fff;
  background-color: #547abb;
  border-color: #547abb;
}

.btn-info:focus:focus,
.btn-info:focus.focus {
  color: #fff;
  background-color: #547abb;
  border-color: #547abb;
}

.btn-info:focus:hover {
  color: #fff;
  background-color: #547abb;
  border-color: #547abb;
}

.btn-info:focus:active,
.btn-info:focus.active,
.open > .btn-info:focus.dropdown-toggle {
  color: #fff;
  background-color: #547abb;
  border-color: #547abb;
}

.btn-info:focus:active:hover,
.btn-info:focus:active:focus,
.btn-info:focus:active.focus,
.btn-info:focus.active:hover,
.btn-info:focus.active:focus,
.btn-info:focus.active.focus,
.open > .btn-info:focus.dropdown-toggle:hover,
.open > .btn-info:focus.dropdown-toggle:focus,
.open > .btn-info:focus.dropdown-toggle.focus {
  color: #fff;
  background-color: #547abb;
  border-color: #547abb;
}

.btn-info:focus:active,
.btn-info:focus.active,
.open > .btn-info:focus.dropdown-toggle {
  background-image: none;
}

.btn-info:focus.disabled:hover,
.btn-info:focus.disabled:focus,
.btn-info:focus.disabled.focus,
.btn-info:focus[disabled]:hover,
.btn-info:focus[disabled]:focus,
.btn-info:focus[disabled].focus,
fieldset[disabled] .btn-info:focus:hover,
fieldset[disabled] .btn-info:focus:focus,
fieldset[disabled] .btn-info:focus.focus {
  background-color: #547abb;
  border-color: #547abb;
}

.btn-info:focus .badge {
  color: #547abb;
  background-color: #fff;
}

.btn-info:hover {
  color: #547abb;
  background-color: transparent;
  border-color: #547abb;
}

.btn-info:hover:focus,
.btn-info:hover.focus {
  color: #547abb;
  background-color: transparent;
  border-color: #547abb;
}

.btn-info:hover:hover {
  color: #547abb;
  background-color: transparent;
  border-color: #547abb;
}

.btn-info:hover:active,
.btn-info:hover.active,
.open > .btn-info:hover.dropdown-toggle {
  color: #547abb;
  background-color: transparent;
  border-color: #547abb;
}

.btn-info:hover:active:hover,
.btn-info:hover:active:focus,
.btn-info:hover:active.focus,
.btn-info:hover.active:hover,
.btn-info:hover.active:focus,
.btn-info:hover.active.focus,
.open > .btn-info:hover.dropdown-toggle:hover,
.open > .btn-info:hover.dropdown-toggle:focus,
.open > .btn-info:hover.dropdown-toggle.focus {
  color: #547abb;
  background-color: transparent;
  border-color: #547abb;
}

.btn-info:hover:active,
.btn-info:hover.active,
.open > .btn-info:hover.dropdown-toggle {
  background-image: none;
}

.btn-info:hover.disabled:hover,
.btn-info:hover.disabled:focus,
.btn-info:hover.disabled.focus,
.btn-info:hover[disabled]:hover,
.btn-info:hover[disabled]:focus,
.btn-info:hover[disabled].focus,
fieldset[disabled] .btn-info:hover:hover,
fieldset[disabled] .btn-info:hover:focus,
fieldset[disabled] .btn-info:hover.focus {
  background-color: transparent;
  border-color: #547abb;
}

.btn-info:hover .badge {
  color: transparent;
  background-color: #547abb;
}

.btn-warning {
  color: #fff;
  background-color: #dd538e;
  border-color: #dd538e;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #dd538e;
  border-color: #dd538e;
}

.btn-warning:hover {
  color: #fff;
  background-color: #dd538e;
  border-color: #dd538e;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #dd538e;
  border-color: #dd538e;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #dd538e;
  border-color: #dd538e;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #dd538e;
  border-color: #dd538e;
}

.btn-warning .badge {
  color: #dd538e;
  background-color: #fff;
}

.btn-warning:focus {
  color: #fff;
  background-color: #dd538e;
  border-color: #dd538e;
}

.btn-warning:focus:focus,
.btn-warning:focus.focus {
  color: #fff;
  background-color: #dd538e;
  border-color: #dd538e;
}

.btn-warning:focus:hover {
  color: #fff;
  background-color: #dd538e;
  border-color: #dd538e;
}

.btn-warning:focus:active,
.btn-warning:focus.active,
.open > .btn-warning:focus.dropdown-toggle {
  color: #fff;
  background-color: #dd538e;
  border-color: #dd538e;
}

.btn-warning:focus:active:hover,
.btn-warning:focus:active:focus,
.btn-warning:focus:active.focus,
.btn-warning:focus.active:hover,
.btn-warning:focus.active:focus,
.btn-warning:focus.active.focus,
.open > .btn-warning:focus.dropdown-toggle:hover,
.open > .btn-warning:focus.dropdown-toggle:focus,
.open > .btn-warning:focus.dropdown-toggle.focus {
  color: #fff;
  background-color: #dd538e;
  border-color: #dd538e;
}

.btn-warning:focus:active,
.btn-warning:focus.active,
.open > .btn-warning:focus.dropdown-toggle {
  background-image: none;
}

.btn-warning:focus.disabled:hover,
.btn-warning:focus.disabled:focus,
.btn-warning:focus.disabled.focus,
.btn-warning:focus[disabled]:hover,
.btn-warning:focus[disabled]:focus,
.btn-warning:focus[disabled].focus,
fieldset[disabled] .btn-warning:focus:hover,
fieldset[disabled] .btn-warning:focus:focus,
fieldset[disabled] .btn-warning:focus.focus {
  background-color: #dd538e;
  border-color: #dd538e;
}

.btn-warning:focus .badge {
  color: #dd538e;
  background-color: #fff;
}

.btn-warning:hover {
  color: #dd538e;
  background-color: transparent;
  border-color: #dd538e;
}

.btn-warning:hover:focus,
.btn-warning:hover.focus {
  color: #dd538e;
  background-color: transparent;
  border-color: #dd538e;
}

.btn-warning:hover:hover {
  color: #dd538e;
  background-color: transparent;
  border-color: #dd538e;
}

.btn-warning:hover:active,
.btn-warning:hover.active,
.open > .btn-warning:hover.dropdown-toggle {
  color: #dd538e;
  background-color: transparent;
  border-color: #dd538e;
}

.btn-warning:hover:active:hover,
.btn-warning:hover:active:focus,
.btn-warning:hover:active.focus,
.btn-warning:hover.active:hover,
.btn-warning:hover.active:focus,
.btn-warning:hover.active.focus,
.open > .btn-warning:hover.dropdown-toggle:hover,
.open > .btn-warning:hover.dropdown-toggle:focus,
.open > .btn-warning:hover.dropdown-toggle.focus {
  color: #dd538e;
  background-color: transparent;
  border-color: #dd538e;
}

.btn-warning:hover:active,
.btn-warning:hover.active,
.open > .btn-warning:hover.dropdown-toggle {
  background-image: none;
}

.btn-warning:hover.disabled:hover,
.btn-warning:hover.disabled:focus,
.btn-warning:hover.disabled.focus,
.btn-warning:hover[disabled]:hover,
.btn-warning:hover[disabled]:focus,
.btn-warning:hover[disabled].focus,
fieldset[disabled] .btn-warning:hover:hover,
fieldset[disabled] .btn-warning:hover:focus,
fieldset[disabled] .btn-warning:hover.focus {
  background-color: transparent;
  border-color: #dd538e;
}

.btn-warning:hover .badge {
  color: transparent;
  background-color: #dd538e;
}

.btn-danger {
  color: #fff;
  background-color: #e75854;
  border-color: #e75854;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #e75854;
  border-color: #e75854;
}

.btn-danger:hover {
  color: #fff;
  background-color: #e75854;
  border-color: #e75854;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #e75854;
  border-color: #e75854;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #e75854;
  border-color: #e75854;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #e75854;
  border-color: #e75854;
}

.btn-danger .badge {
  color: #e75854;
  background-color: #fff;
}

.btn-danger:focus {
  color: #fff;
  background-color: #e75854;
  border-color: #e75854;
}

.btn-danger:focus:focus,
.btn-danger:focus.focus {
  color: #fff;
  background-color: #e75854;
  border-color: #e75854;
}

.btn-danger:focus:hover {
  color: #fff;
  background-color: #e75854;
  border-color: #e75854;
}

.btn-danger:focus:active,
.btn-danger:focus.active,
.open > .btn-danger:focus.dropdown-toggle {
  color: #fff;
  background-color: #e75854;
  border-color: #e75854;
}

.btn-danger:focus:active:hover,
.btn-danger:focus:active:focus,
.btn-danger:focus:active.focus,
.btn-danger:focus.active:hover,
.btn-danger:focus.active:focus,
.btn-danger:focus.active.focus,
.open > .btn-danger:focus.dropdown-toggle:hover,
.open > .btn-danger:focus.dropdown-toggle:focus,
.open > .btn-danger:focus.dropdown-toggle.focus {
  color: #fff;
  background-color: #e75854;
  border-color: #e75854;
}

.btn-danger:focus:active,
.btn-danger:focus.active,
.open > .btn-danger:focus.dropdown-toggle {
  background-image: none;
}

.btn-danger:focus.disabled:hover,
.btn-danger:focus.disabled:focus,
.btn-danger:focus.disabled.focus,
.btn-danger:focus[disabled]:hover,
.btn-danger:focus[disabled]:focus,
.btn-danger:focus[disabled].focus,
fieldset[disabled] .btn-danger:focus:hover,
fieldset[disabled] .btn-danger:focus:focus,
fieldset[disabled] .btn-danger:focus.focus {
  background-color: #e75854;
  border-color: #e75854;
}

.btn-danger:focus .badge {
  color: #e75854;
  background-color: #fff;
}

.btn-danger:hover {
  color: #e75854;
  background-color: transparent;
  border-color: #e75854;
}

.btn-danger:hover:focus,
.btn-danger:hover.focus {
  color: #e75854;
  background-color: transparent;
  border-color: #e75854;
}

.btn-danger:hover:hover {
  color: #e75854;
  background-color: transparent;
  border-color: #e75854;
}

.btn-danger:hover:active,
.btn-danger:hover.active,
.open > .btn-danger:hover.dropdown-toggle {
  color: #e75854;
  background-color: transparent;
  border-color: #e75854;
}

.btn-danger:hover:active:hover,
.btn-danger:hover:active:focus,
.btn-danger:hover:active.focus,
.btn-danger:hover.active:hover,
.btn-danger:hover.active:focus,
.btn-danger:hover.active.focus,
.open > .btn-danger:hover.dropdown-toggle:hover,
.open > .btn-danger:hover.dropdown-toggle:focus,
.open > .btn-danger:hover.dropdown-toggle.focus {
  color: #e75854;
  background-color: transparent;
  border-color: #e75854;
}

.btn-danger:hover:active,
.btn-danger:hover.active,
.open > .btn-danger:hover.dropdown-toggle {
  background-image: none;
}

.btn-danger:hover.disabled:hover,
.btn-danger:hover.disabled:focus,
.btn-danger:hover.disabled.focus,
.btn-danger:hover[disabled]:hover,
.btn-danger:hover[disabled]:focus,
.btn-danger:hover[disabled].focus,
fieldset[disabled] .btn-danger:hover:hover,
fieldset[disabled] .btn-danger:hover:focus,
fieldset[disabled] .btn-danger:hover.focus {
  background-color: transparent;
  border-color: #e75854;
}

.btn-danger:hover .badge {
  color: transparent;
  background-color: #e75854;
}

.btn-link {
  position: relative;
  color: #32a3dc;
  font-weight: normal;
  border-radius: 0;
  font-size: 12px;
  font-family: Yantramanav, sans-serif;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.btn-link:visited {
	background-color: transparent;
	color: #616161;
}

.btn-link,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover {
  color: #252525;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #a7b0b4;
  text-decoration: none;
}

/*
.btn-lg, .btn-group-lg > .btn {
  padding: 26px 73px;
  font-size: 18px;
  line-height: 24px;
  border-radius: 0px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 13px 41px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 0px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 8px 20px;
  font-size: 12px;
  line-height: 24px;
  border-radius: 0px;
}
*/

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}


.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-group[aria-label="First group"] {
  width: 100%;
}

.btn-group[aria-label="First group"] .btn {
  float: none;
  padding: 0;
  width: 50px;
  height: 50px;
  border-width: 3px;
  font-size: 20px;
  line-height: 45px;
}

.btn-group[aria-label="First group"] .btn + .btn {
  margin-left: 10px;
}

.btn-group[aria-label="First group"] span.text-light-clr {
  font-size: 20px;
  display: inline-block;
  width: 50px;
}

@media (max-width: 991px) {
  .btn-group[aria-label="First group"] .btn, .btn-group[aria-label="First group"] span.text-light-clr {
    font-size: 16px;
    line-height: 38px;
    width: 40px;
    height: 40px;
  }
  .btn-group[aria-label="First group"] .btn {
    border-width: 1px;
  }
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-group[aria-label="First group"] {
  width: 100%;
}

.btn-group[aria-label="First group"] .btn {
  float: none;
  padding: 0;
  width: 50px;
  height: 50px;
  border-width: 3px;
  font-size: 20px;
  line-height: 45px;
}

.btn-group[aria-label="First group"] .btn + .btn {
  margin-left: 10px;
}

.btn-group[aria-label="First group"] span.text-light-clr {
  font-size: 20px;
  display: inline-block;
  width: 50px;
}

@media (max-width: 991px) {
  .btn-group[aria-label="First group"] .btn, .btn-group[aria-label="First group"] span.text-light-clr {
    font-size: 16px;
    line-height: 38px;
    width: 40px;
    height: 40px;
  }
  .btn-group[aria-label="First group"] .btn {
    border-width: 1px;
  }
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}



.btn-variant-1 {
  border-width: 2px;
  font-size: 15px;
}

.btn-min-width {
  min-width: 165px;
}

.btn-elements-group * + .btn {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .btn-elements-group * + .btn {
    margin-top: 0;
    margin-left: 2.5vw;
  }
}

@media (min-width: 992px) {
  .btn-elements-group-2 {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.btn-elements-group-2 .btn {
  margin: 5px;
}

.btn-icon-left span.icon {
  margin-right: 15px;
  line-height: inherit;
  position: relative;
  bottom: -2px;
}

.btn-icon-left.btn-xs span.icon, .btn-group-xs > .btn-icon-left.btn span.icon {
  margin-right: 10px;
}

.btn-icon-right span.icon {
  margin-left: 15px;
  line-height: inherit;
  position: relative;
  bottom: -2px;
}

.btn-icon-right.btn-xs span.icon, .btn-group-xs > .btn-icon-right.btn span.icon {
  margin-left: 10px;
}

.btn-shadow {
  box-shadow: 0 9px 21px 0 rgba(0, 0, 0, 0.15);
}

.btn-icon-right.btn,
.btn-icon-left.btn {
  padding-left: 34px;
  padding-right: 34px;
}

.btn-icon-right.btn span.icon,
.btn-icon-left.btn span.icon {
  font-size: 26px;
}

.btn-icon-right.btn-sm,
.btn-group-sm > .btn-icon-right.btn,
.btn-icon-left.btn-sm, .btn-group-sm > .btn-icon-left.btn {
  padding-left: 28px;
  padding-right: 28px;
}

.btn-icon-right.btn-sm span.icon,
.btn-group-sm > .btn-icon-right.btn span.icon,
.btn-icon-left.btn-sm span.icon, .btn-group-sm > .btn-icon-left.btn span.icon {
  font-size: 24px;
}

.btn-icon-right.btn-lg,
.btn-group-lg > .btn-icon-right.btn,
.btn-icon-left.btn-lg, .btn-group-lg > .btn-icon-left.btn {
  padding-left: 44px;
  padding-right: 44px;
}

.btn-icon-right.btn-lg span.icon,
.btn-group-lg > .btn-icon-right.btn span.icon,
.btn-icon-left.btn-lg span.icon, .btn-group-lg > .btn-icon-left.btn span.icon {
  font-size: 28px;
}

.btn-icon-right.btn-xs,
.btn-group-xs > .btn-icon-right.btn,
.btn-icon-left.btn-xs, .btn-group-xs > .btn-icon-left.btn {
  padding-left: 18px;
  padding-right: 18px;
}

.btn-icon-right.btn-xs span.icon,
.btn-group-xs > .btn-icon-right.btn span.icon,
.btn-icon-left.btn-xs span.icon, .btn-group-xs > .btn-icon-left.btn span.icon {
  font-size: 21px;
}



.badge {
  display: inline-block;
  min-width: 10px;
  font-size: 12px;
  color: #32a3dc;
  vertical-align: middle;
  white-space: nowrap;
  letter-spacing: 0.08em;
  font-family: Yantramanav, sans-serif;
}

.badge:before {
  font-family: "FontAwesome";
  color: #a7b0b4;
  padding-right: 5px;
  font-size: 16px;
  left: 0px;
  top: 0px;
}


.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.CTA {
	font-family: yamantranav, sans-serif;
	color: #fff;
	background-color: #009882;
	text-align: center;
	padding: 5px;
	width: 75%;
	margin: 10px auto;
	-webkit-transition-duration: 0.3s; /* Safari */
	transition-duration: 0.3s;
}
.CTA:hover {
	background-color: #009daa;
	-webkit-transition-duration: 0.3s; /* Safari */
	transition-duration: 0.3s;
}
.CTA-2 {
	font-family: yamantranav, sans-serif;
	font-size: 20px;
	color: #fff;
	background-color: #32a3dc;
	text-align: center;
	padding: 10px 15px;
	margin: 10px auto;
	-webkit-transition-duration: 0.3s; /* Safari */
	transition-duration: 0.3s;
   text-decoration: none;
}
a.CTA-2:visited {
   text-decoration: none;
	color: #fff;   
}
.CTA-2:hover {
	color: #fff;
	background-color: #005daa;
	-webkit-transition-duration: 0.3s; /* Safari */
	transition-duration: 0.3s;
    text-decoration: none;
}
/* White link on a dark background */
.link-white {
  color: white;
  text-decoration: underline;
}