/**
	CUSTOM OVERRIDES BOOTSTRAP FOR THEME 
*/
a {
  color: #2878c8;
  font-weight: normal;
}
a:hover {
	color: #113b63;
}
.hero-buttons>a {
    margin: 15px 15px 0 0;
}
.section-blue a {
  color: #0AA5FF;
}
.section-purple a {
  color: #8977bc;
}
.section-dark a {
  color: #808080;
}
a.btn, a.btn:hover, a.btn:focus {
  color: #fff;
}

.footer a, .breadcrumb a, .post-skip-previous, .post-skip-next {
	font-weight: bold;
}
.hero-start-link {
  z-index: 2;
}
.section-background {
    z-index: inherit;
}
.page-header, .page-title {
    border-bottom: 0;
}
.section-small {
    padding: 40px 0;
}
.section-blue {
    color: #ddd;
    background-color: #256dac;
}
.section-blue .media-heading, .section-blue .section-heading {
    color: #fff;
}
.section-dark {
    color: #ddd;
    background-color: #505050;
}
.section-dark .media-heading, .section-dark .section-heading {
    color: #fff;
}
.section-purple {
    color: #ddd;
    background-color: #2c2f4c;
}
.section-purple .media-heading, .section-purple .section-heading {
    color: #fff;
}
.section-blue .section-heading::after, .section-purple .section-heading::after, .section-dark .section-heading::after {
    background-color: rgba(255,255,255,0.2);
}
.client-welcome-section {
    padding: 20px;
}
.container.main {
	margin-top: 120px;
	margin-bottom: 120px;
}
.container.blog {
	margin-top: 20px;
	margin-bottom: 120px;
}
.container .overlay{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.overflow {
    overflow: auto;
}
aside[role="complementary"] {
    margin-top: 30px;
}
.panel, .block, .product-view .product-shop, .product-view .box-collateral, .cart .crosssell, .cart .discount, .cart .shipping, .box-account, .addresses-list li.item, .order-info-box, .gift-message, .order-about {
    border-radius: 0;
}
.intro-text {
  /* padding: 50px 0px; */
  text-align: center;
  font-size: 20px;
  position: relative;
}
.lead.large {
  font-size: 20px;
}
.clickarea {
  height: 100%;
}
.media {
	margin-top: 30px;
}
.media-body {
    width: auto;
}
.media-object {
    max-width: none;
}
.media-fa {
	display: inline-block;
	width: 32px;
	float: left;
	font-size: 32px;
	line-height: 1;
	text-align: center;
	color: #f15c22;
}
.section-blue .media-fa {
  color: #0AA5FF;
}
.section-purple .media-fa {
  color: #8977bc;
}
.section-dark .media-fa {
  color: #808080;
}

.price {
  color: rgb(102, 102, 102);
}
.cartbubble {
    background-color: #f15c22;
    color: #fff;
    padding: 2px 5px !important;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    cursor: pointer;
    height: 20px;
    font-weight: bold;
    border-radius: 50%;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
}
.breadcrumb strong {
    font-weight: bold;
}
@media all and (min-width: 768px) {
  .mycart {
    display: none;
  }
}
.noty_text p.title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 2px;
}
.noty_text p.message {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 8px;
}
.callout,
.callout-body {
	zoom: 1;
	overflow: hidden;
	text-align: center;
}
@media all and (max-width:991px)
{
	.callout-body {
    	margin-bottom: 40px;
	}
}
.callout-body {
  	width: auto;
  	margin-top: 20px;
	font-weight: normal;
}
.callout-object {
  	display: block;
}
.callout-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.callout ul.square {
  text-align: left;
}
.section-blue .callout-heading {
    color: #fff;
}
.section-blue a {
	color: #ddd;
	cursor: pointer;
}
.section-blue select, .section-blue label#selectArrow:after {
	color:#256dac;
}
.btn-remove:after, .btn-previous:after, .btn-remove2:after, .btn-edit:after {
	color: #f15c22;
}
/**
 * ========================================
 * HERO
 * ========================================
 */
@media all and (max-width: 991px) {
	/* Fix issue on mobile where banners are too small */
	.hero-fullscreen.hero-section {
			min-height: 500px;
	}
}
/**
 * ========================================
 * BLOG
 * ========================================
 */
.blog-home {
	padding-top: 0;
}
.post-meta.social {
    height: 25px;
    font-weight: normal;
}
.post-meta.details {
	min-height: 30px;
}
.post-entry {
    margin-top: 30px;
}
.post-list-item-content p {
	font-size: 100%;
}
.post-list-item-header a {
    color: #222;
    font-weight: normal;
}
.post-list-item-header a:hover {
    color: #2878c8;
}
a.comment-link {
    border-radius: 2px;
    border: 1px solid #d5d5d5;
    background-color: #d5d5d5;
    padding: 0 12px;
    line-height: 24px;
    color: #999;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    position: relative;
}
a:hover.comment-link {
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
	color: #777;
}
.post-tags {
	margin-bottom: 10px;	
}
.post-tags a { 
	border-radius: 2px;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    padding: 0 12px;
    line-height: 24px;
    color: #999;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    position: relative;
	margin-right: 4px;
}
.post-tags a:hover { 
    background-color: #2878c8;
    border-color: #2878c8;
    color: #fff;
}
.social .stButton .chicklets {
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    color: #444;
}
/**
 * ========================================
 * ORDERS/TABLES
 * ========================================
 */
.table-bordered, .data-table {
    font-size: 14px;
}
.link-cart, .link-wishlist, .link-reorder, .link-compare, .link-print {
    padding-left: 5px;
	padding-right: 5px;
}
.price {
	line-height: 20px;
	padding: 0;
}
.order-info {
    font-size: 18px;
}
.order-info dd {
    padding-left: 0;
}
.order-info-box h2 {
    font-size: 16px;
}
.order-items h3 {
    font-size: 15px;
}
.pager {
	border-top: 0;
	padding: 16px 8px;
}
.pager .limiter select {
    width: 80px;
}
select.input-sm {
    height: auto;
	font-size: 14px;
}
.data-table>tbody>tr.click:hover>td, .data-table>tbody>tr.click:hover>th, .data-table>tbody>tr.click:hover>td .price,
.data-table>tbody>tr.click.hover>td, .data-table>tbody>tr.click.hover>th, .data-table>tbody>tr.click.hover>td .price{
	cursor: pointer;
	background-color: #26a4dd;
	color: #fff;
    -ms-touch-action: manipulation; /* IE10  */
    touch-action: manipulation;     /* IE11+ */
}
/*.data-table>tbody>tr.click:hover {}*/
/**
 * ========================================
 * CHECKOUT
 * ========================================
 */
.billing.shippingoptions {
    display: none;
}
li#opc-shipping {
    display: none;
}
.checkout-agreements .agreement-content {
    border-radius: 0;
    box-shadow: none;
}
.checkout.register.buttons-set {
    margin-top: 252px;
}
@media all and (max-width:767px)
{
	.checkout.register.buttons-set {
    	margin-top: 20px;
	}
}
@media all and (max-width:991px)
{
	.checkout.register.buttons-set {
    	margin-top: 20px;
	}
}
.opc .section {
    padding: 0px 0;
}
.opc .section:first-child .step-title {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.opc .section:last-child .step-title {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.opc .checkout-agreements {
    padding: 5px 0;
}
.opc .step-title h2 {
    margin: 3px 0;
}
.opc .step-title .number {
    background: #f15c22;
    color: #fff;
	padding: 2px 8px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
}
.opc .buttons-set .back-link small {
    display: inherit;
}
button.btn.checkout {
	float: right;
}
a.edit.checkout {
    font-weight: bold;
    font-size: 14px;
    margin-top: 2px;
	text-decoration: uppercase;
}
a.edit.checkout:hover {
}
.data-table>thead>tr>th {
    border-bottom-width: 1px;
}
.sp-methods select.month {
	width: 170px;	
}
.sp-methods input.cvv {
    width: 60px !important;
}
/**
 * ========================================
 * AVATAR
 * ========================================
 */
.avatar-menu {
    position: absolute;
    left: 12px;
    top: 18px;
}
.avatar-hello {
	float: right;
	margin: 5px 0px 20px 20px;
}

/**
 * ========================================
 * DOWNLOAD Selector
 * ========================================
 */
select {
	display: block;
	width: 230px;
	height: auto;
	padding: 6px 12px;
	font-size: 23px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	/*-webkit-appearance:none;
	-moz-appearance:none;
	appearance: none;*/
	border: 1px solid #fff;
	-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;
}
select:hover {
    border: 1px solid #ccc;
	cursor: pointer;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
select:focus {
    border: 1px solid #ccc;
	border-color: #66afe9;
 	cursor: pointer;
	outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
/*label#selectArrow {position:relative}
label#selectArrow:after {
    content:"\f078";   
    font-family: "FontAwesome";
	font-weight: 100;
    font-size: 23px;
    color:#444;
    right:12px; top:4px;
    padding:0 0 2px;
    position:absolute;
    pointer-events:none;
}*/
.files {
	display: flex;
}
.files img {
	padding: 15px;
    padding-left: 0px;
}
h3.media-heading a {
    color: #222;
    font-weight: normal;
}
h3.media-heading a:hover {
	color: #2878c8;
}
/**
 * ========================================
 * SIDEBAR (Account)
 * ========================================
 */
ul#accList li {
    padding: 0;
    margin: 0;
    border-top: 1px solid #e5e5e5;
}
ul#accList a {
    color: #000;
    font-weight: 400;
    padding: .8em 1em;
    display: block;
}
ul#accList a:hover {
    position: relative;
    background-color: #efefef;	
}
ul#accList .active {
    position: relative;
    background-color: #e5e5e5;
}
ul#accList a:hover:after,
ul#accList .active:after {
    content: "";
    position: absolute;
    top: 0;
    left: -3px;
    width: 3px;
    height: 100%;
    background-color: #f15c22;
}
/**
 * ========================================
 * FEATURE MATRIX
 * ========================================
 */
.featurematrix {
  border: none;
  border-collapse: collapse;
  padding: 0px;
  margin: 0px;
  width: 100%;
  font-family: "Segoe UI", Helvetica, san-serif;
  font-size: 14px;
  font-weight: normal;
  color: #666;
}
.featurematrix a {
  color: #666;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
.featurematrix a:hover {
  text-decoration: none;
 }
.featurematrix tr.header {
  background-color: white;
}
.featurematrix td {
  padding: 0px;
  margin: 0px;
  padding-left: 2px;
  border: none;
}
.featurematrix td.rowtitle {
  width: 100%;  
}
.featurematrix tr td:first-child {
  padding-left: 0px;
}
.featurematrix td.begingroup {
}
.featurematrix td.text div {
  vertical-align: bottom;
  text-align: center;
}
.featurematrix tr.header {
  background-color: white;
}
.featurematrix td.header {
  vertical-align: bottom;
  padding-bottom: 15px;
}
.featurematrix td.header .container {
  width: 100px;
  padding: 9px 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}
.featurematrix td.collapseExpandAll {
  vertical-align: bottom;
  padding-bottom: 15px;
  cursor: pointer;
  color: #6d8dab;
}
.featurematrix tr.categoryfirst td {
  padding-top: 9px;
  padding-bottom: 9px;
  border-top: 0px solid #e9e9e9;
}
.featurematrix tr.header.fixed {
  position: fixed;
  top: 120px;
  z-index: 1;
}
.featurematrix tr.headerplaceholder {
  display: none;
}
.featurematrix td.borderbottom {
  border-bottom: 1px solid #e9e9e9;
}
.featurematrix td.expcoll {
  min-width: 31px;
}
.featurematrix td.expcoll img, .featurematrix td.expcoll div {
  width: 23px;
  height: 23px;
  border: none;
  display: block;
  overflow: hidden;
  padding-right: 0px;
  cursor: pointer;
}
.featurematrix tr.category td {
  padding-top: 9px;
  padding-bottom: 9px;
  border-top: 1px solid #e9e9e9;
}
.featurematrix tr.categoryfirst td {
  padding-top: 9px;
  padding-bottom: 9px;
  border-top: 0px solid #e9e9e9;
}
.featurematrix td.check {
  text-align: center;
}
.featurematrix td.check.begingroup {
}
.featurematrix td.check div {
  background-position: center top;
  background-repeat: no-repeat;
  height: 17px;
  overflow: hidden;
  display: inline-block;
  width: 100px;
}
.featurematrix td.check.orange div {
  background-image: url('/skin/frontend/bootstrap/default/images/check-o.png');
}
.featurematrix td.check.blue div {
  background-image: url('/skin/frontend/bootstrap/default/images/check-b.png');
}
.featurematrix td.check.darkblue div {
  background-image: url('/skin/frontend/bootstrap/default/images/check-db.png');
}
.featurematrix td.check.bluehollow div {
  background-image: url('/skin/frontend/bootstrap/default/images/check-b-hollow.png');
  cursor:help;
}
.featurematrix td.check.darkbluehollow div {
  background-image: url('/skin/frontend/bootstrap/default/images/check-db-hollow.png');
  cursor:help;
}
.featurematrix tr.footer td.caption {
  font-size: 28px;
  line-height: 28px;
  font-weight: lighter;
  color: #252525;
  text-align: left;
}
.featurematrix tr.footer td {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding-top: 28px;
  padding-bottom: 28px;
  background-color: #fafafa;
}
.featurematrix tr.footer td {
  color: #a5a5a5;
  text-align: center;
  vertical-align: middle;
  line-height: 18px;
}
.featurematrix tr.footer a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
.featurematrix div.inner {
  display: none;
  padding: 9px 0;
}
.featurematrix div.inner .featurematrix tr.category td {
  border-top: none;
}
.featurematrix div.inner .featurematrix,
.featurematrix div.inner .featurematrix a {
  color: #666;
  text-decoration: none;
}
.featurematrix div.inner .featurematrix a:hover {
  text-decoration: underline;
}
.featurematrix .featurematrix tr.category td {
  padding-top: 8px;
  padding-bottom: 8px;
}
.featurematrix .cost  {
  font-size: 24px;
  display: inherit;
}
.featurematrix .gst  {
  font-size: 10px;
  display: block;
  line-height: 1.5;
}
.featurematrix .fa {
  display: inline;
}
.featurematrix .btn-pricing-bgblue {
  width: 100%;
  background-color: #26a4dd;
  border-color: #26a4dd;
}
.featurematrix .btn-pricing-bgdarkblue {
  width: 100%;
  background-color: #2c588c;
  border-color: #2c588c;
}
/**
 * ========================================
 * BANNERS
 * ========================================
 */
.banner-section {
  padding: 150px 0 40px;
  min-height: 350px;
}
.banner-blog-section {
  padding: 150px 0 40px;
  min-height: 350px;
}
.banner-section::after, .banner-blog-section::after {
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 0;
  content: "";
  opacity: 0.3;
  background-image: linear-gradient(#000000, rgba(0, 0, 0, 0));
}
.banner-section .container, .banner-blog-section .container {
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.banner-content {
  width: 100%;
  height: 100%;
  display: table;
}
.banner-content-inner {
  vertical-align: middle;
  display: table-cell;
}
.banner-content-inner.bottom {
  vertical-align: bottom;
}
.banner-content-inner.top {
  vertical-align: top;
}
.banner-buttons {
  margin-top: 30px;
}
.banner-buttons > a {
  margin: 15px 15px 0px;
}
.banner-buttons > a:only-child {
  margin: 0px;
}
.banner-maintitle {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.banner-subtitle {
  font-size: 20px;
  font-weight: bold;
  color: #53b7cc;
  margin-bottom: 0;
}
.banner-tagline {
  font-size: 22px;
  line-height: 1.2;
}
.banner-layout-simple .banner-maintitle {
  font-size: 48px;
  line-height: 1.2;
}
.banner-maintitle.shadow {
  text-shadow: 1px 1px #444444;
}
.banner-subtitle.shadow {
	text-shadow: 1px 1px #222222;
}
.banner-tagline.shadow {
	text-shadow: 1px 1px #222222;
}
@media all and (max-width:991px) {
	.banner-layout-simple .banner-maintitle {
		font-size: 32px;
		line-height: 1.2;
	}
}
/**
 * ========================================
 * Plan (Selector)
 * ========================================
 */
.planlist-row {
 	margin: 10px 0;
}
.planlist-section h3.header {
  	padding: 10px;	
	text-align: left;
}
.plan {
	background: rgb(250, 250, 250); text-align: center; color: rgb(51, 51, 51); margin-bottom: 20px; position: relative; box-shadow: 0px 1px 3px rgba(0,0,0,0.08);
}
.plan > .plan-title {
	padding: 20px; box-shadow: inset 0px 6px 0px #00cc99;
}
.plan > .plan-title > h2 {
	color: rgb(0, 0, 0); font-weight: 500; margin-top: 18px;
}
.plan > .plan-title > span {
	color: rgb(133, 144, 161); font-size: 16px; display: none;
}
.plan > .plan-price {
	padding: 0px 0px 10px;
}
.plan > .plan-price > .price {
	color: rgb(94, 103, 126); font-size: 36px; font-weight: 500; display: block;
}
.plan > .plan-price > .price small,.small {
	font-size: 33%;
}
.plan .plan-list {
	padding: 0px;
}
.plan .item-list {
	list-style: none; padding: 0px;
}
.plan .item-list li:nth-child(2n) {
}
.plan .item-list > li {
	padding: 0px 20px; color: rgb(94, 103, 126); line-height: 24px; font-size: 14px; min-height: 190px;
}
.plan .item-list > li > strong {
	color: rgb(94, 103, 126); font-size: 18px;
}
.plan .btn {
	padding: 14px 8px; width: 80%; max-width: 210px; margin-bottom: 48px;
}
.blue.plan-title {
	box-shadow: inset 0px 6px 0px #26a4dd;
}
.darkblue.plan-title {
	box-shadow: inset 0px 6px 0px #2c588c;
}
.orange.plan-title {
	box-shadow: inset 0px 6px 0px #f88e1d;
}
@media all and (max-width:991px) {
	.plan .item-list > li {
	  	min-height: 120px;
	}		
}
@media all and (max-width:767px) {
	.plan .item-list > li {
	  	min-height: 90px;
	}
}
@media all and (max-width: 479px) {
	.plan .item-list > li {
	  	min-height: 140px;
	}
}

/**
 * ========================================
 * SHOPLIST (Selector)
 * ========================================
 */
.shoplist-row {
 	margin: 10px 0;
}
.shoplist-section h3.header {
  	padding: 10px;	
	text-align: left;
}
.shop {
	background: rgb(250, 250, 250); text-align: center; color: rgb(51, 51, 51); margin-bottom: 20px; position: relative; box-shadow: 0px 1px 3px rgba(0,0,0,0.08);
}
.shop > .shop-title {
	padding: 20px; box-shadow: inset 0px 6px 0px #00cc99;
}
.shop > .shop-title > h2 {
	color: rgb(0, 0, 0); font-weight: 500; margin-top: 18px;
}
.shop > .shop-title > span {
	color: rgb(133, 144, 161); font-size: 16px; display: none;
}
.shop > .shop-price {
	padding: 0px 0px 10px;
}
.shop > .shop-price > .price {
	color: rgb(94, 103, 126); font-size: 36px; font-weight: 500; display: block;
}
.shop > .shop-price > .price small,.small {
	font-size: 33%;
}
.shop .shop-list {
	padding: 0px;
}
.shop .item-list {
	list-style: none; padding: 0px;
}
.shop .item-list li:nth-child(2n) {
	
}
.shop .item-list > li {
	padding: 0px 20px; color: rgb(94, 103, 126); line-height: 24px; font-size: 14px; min-height: 100px;
}
.shop .item-list > li > strong {
	color: rgb(94, 103, 126); font-size: 18px;
}
.shop .btn {
	padding: 14px 8px; width: 80%; max-width: 210px; margin-bottom: 48px;
}
.shop .btn-info {
	margin-bottom: 0px;
}
.blue.shop-title {
	box-shadow: inset 0px 6px 0px #26a4dd;
}
.darkblue.shop-title {
	box-shadow: inset 0px 6px 0px #2c588c;
}
.orange.shop-title {
	box-shadow: inset 0px 6px 0px #f88e1d;
}
/*@media all and (max-width:991px) {
	.shop .item-list > li {
	  	min-height: 90px;
	}	
}
@media all and (max-width:767px){
	.shop .item-list > li {
	  	min-height: 90px;
	}
}
@media all and (max-width:479px){
	.shop .item-list > li {
	  	min-height: 90px;
	}
}*/
/**
 * ========================================
 * ALERTS
 * ========================================
*/
.alert, .error-msg, .success-msg, .note-msg, .notice-msg, .block-cart .subtotal {
  padding: 2px 10px;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  color: #333;
}
.messages > li {
  margin-bottom: 0;
}
/**
 * ========================================
 * About
 * ========================================
 */
.icon-box {
  text-align: center;  
  margin-bottom: 20px;
}
.icon-box:hover .fa-round
{
  background-color: #d14f30;
  color: white;
}
.icon-box.list {
	margin-bottom: 0;
}
ul.icon-box.square {
  text-align: left;
}
.icon-title {
  margin: 16px 0 0 0;
  font-weight: 700;
  font-size: 20px;
}
.fa-4x.fa-round {
  padding-top: 34px;
  width: 120px;
  height: 120px;
  font-size: 50px;
}
.fa-round {
  padding-top: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  border: solid 1px #d14f30;
  color: #d14f30;
}
/**
 * ========================================
 * LABELS
 * ========================================
 */
.label { padding: 2px 4px; border-radius: 3px; color: rgb(255, 255, 255); text-transform: uppercase; font-size: 9.75px; font-weight: bold; background-color: rgb(153, 153, 153); -webkit-border-radius: 3px; -moz-border-radius: 3px; vertical-align: text-top; margin-left:0px; margin-right:4px; line-height:14px; }
.red.label { background-color: rgb(196, 60, 53); }
.orange.label { background-color: rgb(248, 148, 6); }
.green.label { background-color: rgb(70, 165, 70); }
.blue.label { background-color: #26a4dd; }
.darkblue.label { background-color: #2c588c; }
.orange.label { background-color: #f88e1d; }
/**
 * ========================================
 * BACKGROUNDS
 * ========================================
 */
.bgorange {
  background-color: #f88e1d;
}
.bgblue {
  background-color: #26a4dd;
}
.bgdarkblue {
  background-color: #2c588c;
}
/**
 * ========================================
 * SLIDERS
 * ========================================
 */
.slideshow-section {
	padding: 160px 15px;
} 
.content-slider {
	min-height: 210px;
}
.content-slide {
	text-align: left;
}
.content-slider + .rslides_tabs {
	text-align: center;
}
.content-slide blockquote {
  font-size: 20px;
  border-left: 0;
  padding: 0 0 0 30px;
  position: relative;
}
.content-slide blockquote .fa {
  position: absolute;
  color: #87c54b;
  font-size: 22px;
  left: 1px;
}
.section-blue .content-slide blockquote .fa { 
  color: #0AA5FF;
}
.section-purple .content-slide blockquote .fa { 
  color: #8977bc;
}
.section-dark .content-slide blockquote .fa { 
  color: #808080;
}

.slider-row {
  margin: 30px 0;
}
.content-slide .source {
  font-size: 18px;
  font-weight: 600;
  color: #87c54b;
}
.section-blue .content-slide .source { 
  color: #0AA5FF;
}
.section-purple .content-slide .source { 
  color: #8977bc;
}
.section-dark .content-slide .source { 
  color: #808080;
}

.content-slide .source .title {
  font-size: 12px;
  font-weight: normal;
  color: #ddd;
  display: block;
}

.features-slider-section .content-slider {
	min-height: 390px;
}		
.testimonial-slider-section .content-slider {
	min-height: 180px;
}	
@media all and (max-width:991px) {
	.features-slider-section .content-slider {
		min-height: 810px;
	}
	.features-slider-section h3.media-heading {
		margin-top: 20px;
	}
	.testimonial-slider-section .content-slider {
		min-height: 210px;
	}		
}
@media all and (max-width:767px) {
	.features-slider-section .content-slider {
		min-height: 810px;
	}		
	.testimonial-slider-section .content-slider {
		min-height: 350px;
	}
}
@media all and (max-width: 479px) {
	.features-slider-section .content-slider {
		min-height: 720px;
	}		
	.testimonial-slider-section .content-slider {
		min-height: 350px;
	}
}
/**
 * ========================================
 * RESPONSIVE SLIDES 1.54
 * ========================================
 */
.rslides {
	position: relative;
	list-style: none;
	/* overflow: hidden; */
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.features-slider-section .rslides img {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 4px;
}

.rslides_tabs {
	padding: 0;
	margin: 0;
}
.rslides_tabs li.rslides_here {
	opacity: 0.8;
}
.rslides_tabs li {
	display: inline-block;
	margin: 5px;
	opacity: 0.4;
}
.rslides_tabs li a {
	display: inline-block;
	width: 12px;
	height: 12px;
	font-size: 12px;
	line-height: 1;
	overflow: hidden;
}
.rslides_tabs li a:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #e9e9e9;
}
.rslides_tabs li a:before {
	background-color: #f15c22;	
}
.section-blue .rslides_tabs li a:before {
	background-color: #0AA5FF;	
}
.section-purple .rslides_tabs li a:before {
	background-color: #8977bc;	
}
.section-dark .rslides_tabs li a:before {
	background-color: #808080;	
}
.rslides_nav {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: inline-block;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	font-size: 30px;
	line-height: 1;
	overflow: hidden;
	color: #999;
	opacity: 0.4;
	text-align: center;
}
.section-dark .rslides_nav {
	color: #fff;
}
.section-accent .rslides_nav {
	color: #222;
}
.rslides_nav.prev {
	left: 0;
}
.rslides_nav.next {
	right: 0;
}
.rslides_nav:hover, .rslides_nav:focus {
	opacity: 1;
}
.rslides_nav:before {
	font-family: "FontAwesome";
	display: inline-block;
	width: 30px;
}
.rslides_nav.prev:before {
	content: "\f104";
}
.rslides_nav.next:before {
	content: "\f105";
}

.logo {
  max-width: 100%;
  height: auto;
	padding: 15px 30px;
}

ul.disc {
  margin-left: 32px;
	list-style-type: disc;
}
ul.circle {
  margin-left: 32px;
	list-style-type: circle;
}
ul.square {
  margin-left: 32px;
	list-style-type: square;
}
ol.number {
  margin-left: 24px;
  list-style-type: decimal;
}

.breadcrumb {
  padding: 0px;
  margin-bottom: 0px;
  background-color: #ffffff;
  border-radius: 0px;
  font-size: 12px;
  text-transform: uppercase;
}
.breadcrumb > li + li:before {
  content: "\003e";
}

/* Override header height to 60 */
.header-section {
    min-height: 60px;
    box-shadow: 0px 0px rgba(255,255,255,0.1); 
    background: none; 
    -webkit-box-shadow: 0 0px rgba(255, 255, 255, 0.1);
    padding: 0px;
}
.floating.header-section {
	background-color: rgba(0, 0, 0, 1.0);
    box-shadow: 0 0 20px 0 rgba(46,40,64,0.5);
}

.navbar-inner.navbar-bottom {
    padding: 20px;
	-webkit-transition: background .2s ease-in-out,padding .2s ease-in-out;
	-moz-transition: background .2s ease-in-out,padding .2s ease-in-out;
	transition: background .2s ease-in-out,padding .2s ease-in-out;
}
.floating .navbar-inner.navbar-bottom {
    padding: 0px;
}
/* Align hamburger menu to left/right */
.navbar-toggle {
    margin: 11px 15px;
    /* float: left; */   
    border: 0px solid transparent;
}
.navbar-toggle.left {
	float: left;
}

/* Set navbar/dropdown font and size */
.navbar-nav {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
}
.dropdown-menu {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
}  
/* Set navbar branding */
.navbar-brand {
	padding: 11px 15px 11px 0px;
}
/* When floating header force header height to 60 */
.floating.header-section .navbar-nav {
	min-height: 60px;
}
.floating .navbar-nav > li > a.account {
    background-color: #f15c22;
    color: #fff;
	-webkit-transition: background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
	transition: background .5s ease-in-out;
}

/* Fix menu buttons to make background of button larger */
.navbar-nav > li {
    padding: 0px;
}
.navbar-nav > li > a {
    padding: 20px 10px; color: inherit; line-height: inherit; position: relative;
}
.navbar-nav > li > a.account {
	padding-left: 50px;	
}
ul#topLinks {
    margin-left: 0;
}
/* Color of dropdown item currently being hovered/focused  */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #b5b5b5;
}
/* Color of selected navbar item when dropped-down */
.navbar-nav > .open > a, 
.navbar-nav > .open > a:focus, 
.navbar-nav > .open > a:hover {
    color: #555;
    background-color: #e7e7e7;
}
/* Shading and gradient for items */
.shading-light {
    opacity: 0.7;
}
.shading {
    opacity: 0.5;
}
.shading-dark {
    opacity: 0.3;
}
.shading-none {
	opacity: 1.0;
}
.gradient:after {
    position: absolute;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.95) 95%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(95%,rgba(0,0,0,0.95)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.95) 95%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.95) 95%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.95) 95%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.95) 95%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

/* Rotator */
.rotate {
    text-shadow: none !important;
}
.hero-title-rotate {
    color: rgb(255, 255, 255);
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: 16px;
    line-height: 1.15;
}

/* Provide round border to profile images */
.image-profile {
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
    margin-bottom: 25px;
    width: 128px;
    height: 128px;
}

.fixedbackground-section {
    /*padding: 50px 0;*/
}

#introCarousel{
    height: 100%;
}

.carousel-content {
    color:black;
    display:flex;
    align-items:center;
}

/* Allows fixed background image to properly animate */
.fixedbackground-section .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: none;
}

/* ======= Footer ======= */
.footer {
  background: #253340;
  color: #fff;
  padding-top: 40px;
  font-size: 14px;
  position: relative;
  z-index: 20;
}
.footer p {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
	margin-bottom: 15px;
}

.footer .btn-cta,
.footer a.btn-cta {
  padding: 9px 10px;
}
.footer .footer-col.links .fa {
  margin-right: 5px;
}
.footer .footer-col.links li {
  margin-bottom: 10px;
  display: block;
}
.footer .footer-col.connect .social {
  margin-bottom: 15px;
  overflow: hidden;
}
.footer .footer-col.connect .social li {
  margin-right: 10px;
}
.footer .footer-col.connect .social li a .fa {
  color: #b3b3b3;
  font-size: 22px;
}
.footer .footer-col.connect .social li a:hover .fa {
  color: #ec6952;
}
.footer .footer-col.connect .btn-cta-primary {
  background: #5d80a1;
  border-color: #5d80a1;
}
.footer .footer-col.connect .btn-cta-primary:hover {
  background: #4a6781;
  border-color: #4a6781;
}
.footer .footer-col .title {
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.footer .footer-col p {
  color: #fff;
}
.footer .footer-col a {
  color: #6d8dab;
}
.footer .footer-col a:hover {
  color: #8da6bd;
}
.footer .footer-col .navbar-form {
  padding-left: 0;
  padding-right: 0;
}
.footer .footer-col .navbar-form .form-control {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.footer .footer-col .navbar-form .form-control:focus {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.footer .has-divider {
  border-top: 1px solid #2b3b4a;
  padding-top: 30px;
  padding-bottom: 0px;
}
.footer .download .download-list li {
  margin-bottom: 15px;
}
.footer .download .download-list li .btn-ghost {
  text-align: left;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  width: 230px;
}
.footer .download .download-list li .btn-ghost:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.footer .contact p {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.footer .contact p a {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.footer .contact .fa {
  margin-right: 10px;
  font-size: 20px;
}
.footer .contact .email .fa {
  font-size: 16px;
}
.footer .bottom-bar {
  background: #1e1e1e;
  color: #b3b3b3;
  font-size: 14px;
  padding: 10px 0;
}
.footer .bottom-bar .copyright {
  line-height: 1.6;
}

.hero-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.hero-layout-simple .hero-subtitle {
  font-size: 48px;
  line-height: 1.2;
}

.hero-subtitle.shadow {
  text-shadow: 1px 1px #444444;
}
.hero-tagline.shadow {
	text-shadow: 1px 1px #222222;
}

.navbar-form .form-control {
	width: 280px;
}
  
@media all and (max-width: 479px)
{
	.hero-layout-simple .hero-subtitle {
		font-size: 24px;
	}
}

@media all and (max-width:767px)
{
	.testimonials-section .item .profile {
		position: static;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 30px;
	}
	.testimonials-section .item .content {
	  	padding-left: 60px;
	}
	.hero-layout-simple .hero-subtitle {
		font-size: 32px;
	}
	.header-section {
		background-color: rgba(0, 0, 0, 0.85);
		box-shadow: 0px 0px rgba(255,255,255,0.1); 
		-webkit-box-shadow: 0 0px rgba(255, 255, 255, 0.1);
		padding: 0px;
	}
	/* When mobile view restore padding */
	.floating.header-section {
		padding: 0px;
	}  
	.avatar-menu {
		left: 24px;
		top: 10px;
	}
	.navbar-nav > li > a.account {
		padding-left: 62px;
		background-color: #f15c22;
	}
	.navbar-inner.navbar-bottom {
    	padding: 0px;
	}
	/* Set navbar/dropdown font size bigger for touch */
	.navbar-nav {
		font-size: 13px;
	}
	ul#topLinks {
		margin-left: -15px;
	}
	.dropdown-menu {
		font-size: 13px;
	}
	.breadcrumb {
	  	font-size: 13px;
	}

	/* When mobile view remove padding for brand to move it closer to hamburger */
	.navbar-brand {
		padding: 11px 15px 11px 20px;
	}

	/* Background color of selected dropdown option in Hamburger menu */
	.navbar-nav .open .dropdown-menu {
		background-color: #fff;
	}

	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		margin-bottom: 8px;

		/* Allow scrolling area depending on orientation */
		max-height: @navbar-collapse-max-height;
		@media (max-device-width: @screen-xs-min) and (orientation: landscape) {
			max-height: 200px;
		}
	}

	/* Extend padding to align with Hamburger, Dropdown, Subitems */
	.navbar-nav > li > a {
		padding: 12px 25px;
	}

	/* Transition speed when selecting navbar/dropdown item */
	.navbar-nav .nav li a {
		-webkit-transition: background .2s ease-in-out;
		-moz-transition: background .2s ease-in-out;
		transition: background .2s ease-in-out;
	}

	.hero-title-rotate h1 {
		font-size: 32px;
		letter-spacing: 8px;
	}

  .footer-col {
    margin-bottom: 30px;
  }
  .footer-col .form-control {
    /* width: auto; */
  }
  .footer .footer-col .navbar-form {
    padding-left: 15px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .footer .footer-col .navbar-form .form-control {
    display: inline-block;
  }

}

/* CUSTOM */
@media all and (min-width: 768px) {
  .footer-col {
    margin-bottom: 30px;
  }
	.hero-layout-simple .hero-subtitle {
		font-size: 40px;
	}
	.hero-title-rotate {
		font-size: 40px;
		letter-spacing: 12px;
	}
}

@media all and (min-width:992px)
{   
	/* Set navbar/dropdown font and size
	.navbar-nav {
		font-size: 12px;
	}
	.dropdown-menu {
		font-size: 12px;
	} 
	.breadcrumb {
	  	font-size: 12px;
	} */

	/* Expand header height to approx. 80 */
	.navbar-nav {
		padding: 0px;
		border: 0px solid transparent;
		-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
		-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
		transition: background .5s ease-in-out,padding .5s ease-in-out;
	}
	.navbar-nav > li.header-action-button + li.header-action-button {
		margin-left: -15px;
	}
	.floating.header-section .navbar-nav > li {
		padding: 0px; 
	}
}

@media all and (min-width:1200px)
{
	/* Set navbar/dropdown font and size */
	.navbar-nav {
		font-size: 13px;
	}
	.dropdown-menu {
		font-size: 13px;
	} 
	.breadcrumb {
	  	font-size: 13px;
	}
}