.lnt-row{
	margin: 0 -7px 0 -7px;
}

.bottom-10{
	margin-bottom: 10px;
}
.bottom-15{
	margin-bottom: 15px;
}
.bottom-20{
	margin-bottom: 20px;
}
.bottom-25{
	margin-bottom: 25px;
}
.bottom-30{
	margin-bottom: 30px;
}
.bottom-35{
	margin-bottom: 35px;
}
.bottom-40{
	margin-bottom: 40px;
}
.bottom-45{
	margin-bottom: 45px;
}
.bottom-50{
	margin-bottom: 50px;
}
.bottom-55{
	margin-bottom: 55px;
}
.bottom-60{
	margin-bottom: 60px;
}

span.absolute-mask{
	position: absolute;
	content: "";
	display: block;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 4;
}

.no-gutter-class{
	margin: 0 -25px 0 -25px;
	padding: 0 15px 0 15px;
}

.position-absolute{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 2;
}

.displayTable{
	display: table;
	width: 100%;
}

.valign-middle{
	vertical-align: middle;
	display: table-cell;
}

#mk-page-wrapper .row{
	margin: 0 -2px 0 -2px!important;
}

.lnt-text-block-inner{
	padding: 0  55px 0 55px;
}

.lnt-text-block-inner small{
	display: block;
	font-size: 14px;
	padding-top: 20px;
}

.lnt-full-width-wrapper:after ,
.lnt-row:after ,
.lnt-full-width-wrapper:before ,
.lnt-row:before {
  display: table;
  content: " ";
}

.lnt-row:after,
.lnt-full-width-wrapper:after {
  clear: both;
}

.entry-content{
	margin-bottom: 0;
}

/*

	Section Divider

*/

.lnt-section-separators{
	position: relative;
}

.lnt-section-separators h1,
.lnt-section-separators h2,
.lnt-section-separators h3,
.lnt-section-separators h4{
	margin-top: 0;
}

.para-slide{
	background-attachment: fixed;
}

.sec-sep-content{
	position: relative;
	z-index: 10;
}

#lnt-bg-video-wrapper video{
	width: 100%;
	max-width: 100%;
	height: auto;
}

/*

	Tabs
	
============================= */

.tab-align-center .nav-tabs > li,
 .tab-align-center .nav-pills > li,
.tab-align-right .nav-tabs > li, 
.tab-align-right .nav-pills > li {
    float: none;
    display: inline-block;
    *display: inline; /* ie7 fix */
    zoom: 1; /* hasLayout ie7 trigger */
}

.tabs-left .nav-tabs,
 .tabs-right .nav-tabs, 
 .tabs-left .tab-content,
 .tabs-right .tab-content {
    height: 100%;
}

.tab-align-center .nav-tabs,
 .tab-align-center .nav-pills {
    text-align: center;
}

.tab-align-right .nav-tabs,
 .tab-align-right .nav-pills {
    text-align: right;
}

.tab-align-right .nav-tabs li:last-child {
    margin-right: -2px;
}

.tab-height-xs .tab-content {
    height: 135px !important;
    overflow: auto;
}

.tab-height-sm .tab-content {
    height: 195px !important;
    overflow: auto;
}

.tab-height-md .tab-content {
    height: 280px !important;
    overflow: auto;
}

.tab-height-lg .tab-content {
    height: 400px !important;
    overflow: auto;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-above > .nav-tabs > li > a:hover {
    border-color: #ddd #ddd #eee #ddd!important;
}

.tabs-above > .nav-tabs > .active > a,
.tabs-above > .nav-tabs > li.active > a:hover,
.tabs-above > .nav-tabs > li.active > a:focus {
    border-color: #ddd #ddd transparent #ddd!important;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover {
    border-color: #eee #ddd #ddd #ddd!important;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > li.active > a:hover,
.tabs-below > .nav-tabs > li.active > a:focus {
    border-color: transparent #ddd #ddd #ddd!important;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover {
    border-color: #ddd #eee #ddd #ddd!important;
}

.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > li.active > a:hover,
.tabs-left > .nav-tabs > li.active > a:focus {
    border-color: #ddd transparent #ddd #ddd!important;
}

.tabs-right > .nav-tabs {
    float: right;
    border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover {
    border-color: #ddd #ddd #ddd #eee!important;
}

.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > li.active > a:hover,
.tabs-right > .nav-tabs > li.active > a:focus {
    border-color: #ddd #ddd #ddd transparent!important;
}

.tab-content {
    padding: 10px;
}

.tabs-above.tab-bordered .tab-content {
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
}

.tabs-below.tab-bordered .tab-content {
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
}

.tabs-left .nav-tabs, 
.tabs-right .nav-tabs,
 .tabs-left .tab-content,
 .tabs-right .tab-content {
    height: 100%;
}

.tabs-left .tab-content {
    border: none;
    border-left: 1px solid #ddd;
}

.tabs-right .tab-content {
    border: none;
    border-right: 1px solid #ddd;
}

.tabs-left.tab-bordered .tab-content {
    border: 1px solid #ddd;
    border-radius: 0 4px 4px 0;
}

.tabs-left.tab-bordered .tab-content .tab-pane, 
.tabs-right.tab-bordered .tab-content .tab-pane {
    margin-left: 0;
}

.tabs-left .nav-tabs, .tabs-right .nav-tabs {
    margin-left: 0;
    margin-right: 0;
}

.tabs-right.tab-bordered .tab-content {
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
}

.kv-tab-loading {
    background-image: url('../img/loading.gif');
    background-position: right 2px center;
    background-repeat: no-repeat;
    z-index: 15000;
    cursor: wait;
    opacity: 0.6;
}

/**
 * sideways tabs
 */
 
.tab-sideways .nav-tabs {
    margin-top: 51px;
    border: none;
    position: relative;
}

.tab-sideways.tabs-left .nav-tabs > li.active,
.tab-sideways.tabs-right .nav-tabs > li.active {
    border-top: 1px solid #fff;
}

.tab-sideways .nav-tabs > li > a {
    border-bottom: 1px solid #ddd;
    border-right-color: transparent;
    text-align: center;
    border-radius: 4px 4px 0px 0px;
}

.tab-sideways .nav-tabs .dropdown-menu {
    margin-top: 20px;
}

.tabs-right.tab-sideways .nav-tabs > li.active > a,
.tabs-right.tab-sideways .nav-tabs > li.active > a:hover,
.tabs-right.tab-sideways .nav-tabs > li.active > a:focus {
    border-radius: 4px 4px 0px 0px;
    border-color: #ddd;
    border-bottom: none !important;
}

.tabs-left.tab-sideways .nav-tabs > li.active > a,
.tabs-left.tab-sideways .nav-tabs > li.active > a:hover,
.tabs-left.tab-sideways .nav-tabs > li.active > a:focus {
    border-radius: 4px 4px 0px 0px;
    border-color: #ddd;
    border-bottom: none !important;
}

.tabs-right.tab-sideways .nav-tabs > li {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.tabs-left.tab-sideways .nav-tabs > li {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.tab-sideways .nav-tabs > li > a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tab-sideways > .nav-tabs > li > a:hover {
    border-color: #ddd #ddd #eee #ddd!important;
}
.tab-sideways > .nav-tabs > .active > a,
.tab-sideways > .nav-tabs > li.active > a:hover,
.tab-sideways > .nav-tabs > li.active > a:focus {
    border-color: #ddd #ddd #fff #ddd!important;
}

/*

	Tables
	
============================= */

div.promo article {
  background: #151515; 
  color: #f9f9f9;
  margin: 0 -15px 0 -15px;
  padding: 15px 0 15px;
  text-align: center;
}

div.promo article.dpth{
	position: relative;
	z-index: 5;
}

div.promo-item-1{
	border-radius: 5px 0 0 5px;
}

div.promo-item-3{
	border-radius: 0 5px 5px 0;
}

div.promo .deal {
  padding: 10px 0 0 0;
}
div.promo .deal span {
  display: block;
  text-align: center;
}
div.promo .deal span:first-of-type {
  font-size: 23px;  
}
div.promo .deal span:last-of-type {
  font-size: 13px;
}
div.promo .price {
  display: block;
  width: 100%;  
  background: #292b2e;
  margin: 15px 0 10px 0;
  text-align: center;
  font-size: 23px;
  padding: 17px 0 17px 0;
}

div.promo ul {
  display: block;
  margin: 20px 0 10px 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  color: #999999;
}

div.promo li {
  display: block;
  margin: 10px 0 0 0;
}

div.promo button {
  border: none;
  border-radius: 40px;
  background: #96AA39;
  color: #f9f9f9;
  padding: 10px 37px;
  margin: 10px 0 20px 0px;
  display: inline-block;
}

div.promo .scale {
  transform: scale(1);
  box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.8);
  margin-top: -20px!important;
  padding-top: 35px!important;
  padding-bottom: 35px!important;
  position: relative;
  z-index: 10;
  border-radius: 5px;
}

div.promo .scale ul {
  color: #e9e9e9;
}

div.promo article.scale{
	background: #9C3C24;
}

div.promo .scale button {
  background: #822726;
}

div.promo .scale .price {
  color: #64AAA4;
  background: #272E38;
}

@media(max-width: 767px){
	div.promo article{
		margin-bottom: 25px!important;
		border-radius: 0!important;
	}
	
	div.promos > div:last-child article{
		margin-bottom: 0px!important;
	} 
}

.lnt-table-fancy {
  margin: 1em 0;
  width: 100%;
  overflow: hidden;
  background: #FFF;
  color: #024457;
  border-radius: 10px;
  border: 1px solid #167F92;
}

.lnt-table-fancy tr {
  border: 1px solid #D9E4E6;
}

.lnt-table-fancy tr:nth-child(odd) {
  background-color: #EAF3F3;
}

.lnt-table-fancy th {
  display: none;
  border: 1px solid #FFF;
  background-color: #476E37;
  color: #FFF;
  padding: 1em;
}

.lnt-table-fancy th:first-child {
  display: table-cell;
  text-align: center;
}
.lnt-table-fancy th:nth-child(2) {
  display: table-cell;
}
.lnt-table-fancy th:nth-child(2) span {
  display: none;
}
.lnt-table-fancy th:nth-child(2):after {
  content: attr(data-th);
}
@media (min-width: 480px) {
  .lnt-table-fancy th:nth-child(2) span {
    display: block;
  }
  .lnt-table-fancy th:nth-child(2):after {
    display: none;
  }
}
.lnt-table-fancy td {
  display: block;
  word-wrap: break-word;
  max-width: 7em;
}
.lnt-table-fancy td:first-child {
  display: table-cell;
  text-align: center;
  border-right: 1px solid #D9E4E6;
}
@media (min-width: 480px) {
  .lnt-table-fancy td {
    border: 1px solid #D9E4E6;
  }
}
.lnt-table-fancy th, .lnt-table-fancy td {
  text-align: left;
  margin: .5em 1em;
}
@media (min-width: 480px) {
  .lnt-table-fancy th, .lnt-table-fancy td {
    display: table-cell;
    padding: 1em;
  }
}


table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;    
}

.lnt-table-bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

.lnt-table-bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.lnt-table-bordered td, .lnt-table-bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;    
}

.lnt-table-bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.lnt-table-bordered td:first-child, .lnt-table-bordered th:first-child {
    border-left: none;
}

.lnt-table-bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.lnt-table-bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.lnt-table-bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.lnt-table-bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.lnt-table-bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

/*

	Logo slider
	
============================= */

.logoScroller{
	position: relative;
	padding-bottom: 30px;
}

.logoScroller h4{
	margin: 30px 0 30px;
	text-transform: uppercase;
}

.ls-item{
	height: 150px;
	text-align: center;
	line-height: 120px;
}

.wrap{
	width: 100%;
	display: block
	}

.logoItem {
      float: left;
      position: relative;
      width: 33.33333333333333%;
      padding-bottom: 17%;
	  display: inline-block;
    }
	
    .logoItemInner {
      position: absolute;
      left: 2px;
      right: 2px;
      top: 2px;
      bottom: 2px;
	  padding: 30px 0 30px;
      overflow: hidden;
	  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.19);
	  
    }
	
	.lgItem{
		display: table;
		width: 100%;
		height: 100%;
		text-align: center;
	}
	
.lsPagination{
	position: absolute;
	height: 40px;
	left: 0;
	right: 0;
	top: 62%;
	margin-top: -20px;
	z-index: 999;
}	
	
.lsPagination .ls-prev,.lsPagination .ls-next{
	position: absolute;
	height: 40px;
	width: 40px;
	border: 1px solid #e9e9e9;
	text-align: center;
	border-radius: 3px;
	z-index: 999;
}

.lsPagination:hover{
	cursor: pointer;
}

.lsPagination .ls-prev:hover i,.lsPagination .ls-next:hover i{
	color: #EB5648
}

.lsPagination .ls-prev:hover,
.lsPagination .ls-next:hover{
	border-color: #EB8C49;
}

.lsPagination .ls-prev i,
.lsPagination .ls-next i{
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.lsPagination .ls-prev:hover i{
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-right: 10px;  	
}

.lsPagination .ls-next:hover i{
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-left: 10px;  	
}

.lsPagination i{
	line-height: 40px;
	font-size: 22px;
	color: #dcdcdc;
}

.lsPagination .ls-prev{
	left: 12%;
}

.lsPagination .ls-next{
	right: 12%;
}	

.lgItem img{
width: 160px;
max-width: 160px;
height: auto;
}

@media screen and (max-width: 767px) {

	.logoItem {
      
      width: 50%;
      padding-bottom: 12%;
    }
	
}

	@media (min-width: 768px) and (max-width: 979px) {

	.logoItem {
      
      width: 33.33333333333333%;
      padding-bottom: 12%;
    }
	
}

/*

Cta

*/

.lnt-cta{
	position: relative;
}

.lnt-cta.cta-default{
	margin: 30px 0 30px;
}

.lnt-cta.cta-default article{
	border: 1px solid #e9e9e9;
	overflow: hidden;
	padding: 30px 25px 30px 25px;
	border-radius: 5px;
	background: #fbfbfb;
	position: relative;
	margin: 3px;
}

.lnt-cta.cta-default .btn,
.lnt-cta.cta-default h3{
	margin: 0;
}

.lnt-cta h3{
	line-height: 16px;
	margin: 0;
}

.lnt-cta.cta-default p{
	margin-top: 10px;
	margin-bottom: 0px;
}

.lnt-cta.cta-bg {
	background-color: #222222;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.lnt-cta.cta-bg .cta-inner{
	height: 380px;
	display: table;
	width: 100%;
	position: relative;
	z-index: 6;
}

.lnt-cta.cta-default p,
.lnt-cta.cta-bg .cta-inner p{
	font-size: 15px;
}

.lnt-cta.cta-bg .cta-inner h3{
	margin-bottom: 15px;
}

.lnt-cta.cta-bg .cta-inner article{
	display: table-cell;
	vertical-align: middle;
}

.lnt-cta.cta-bg .cta-inner article .btn{
	margin-top: 30px;
}

.cta-mask{
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}

/*

Lists

*/

ul.lnt-lists{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.lnt-lists li{
	position: relative;
	padding: 2px 0 0 40px;
	margin: 15px 0 15px;
}

ul.lnt-lists li:first-child{
	margin-top: 0;
}

ul.lnt-lists li:last-child{
	margin-bottom: 0;
}

ul.lnt-lists span{
	display: inline-block;
	margin-right: 8px;
	position: absolute;
	left: 0;
	top: 4px;
}

.default-list span{
	width: 25px;
	height: 25px;
	color: #fff;
	text-align: center;
	line-height: 24px;
}

.default-list.rounded span{
	border-radius: 20px;
	background: #17CBB2;
}

.default-list.diamond i{
	font-size: 12px!important;
}

.default-list.diamond:before{
	left: 12px;
	top: 9px;
	position: absolute;
	content: '';
	width: 25px;
	height: 25px;
	background: #17CBB2;
	border-radius: 3px;
	/* Rotate */
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	/* Rotate Origin */
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.default-list.square span{
	border-radius: 3px;
	background: #17CBB2;
}

/*

Hexagon 30px

*/

.hexagon > div{
  position: absolute;
  width: 30px; 
  height: 17.32px;
  background-color: #17CBB2;
  margin: 8.66px 0;
  border-left: solid 3px #17CBB2;
  border-right: solid 3px #17CBB2;
  left: 0;
}

.hexagon span{
	z-index: 300;
	left: 3px!important;
	top: 7px!important;
	font-size: 12px!important;
}

.hexagon > div:before,
.hexagon > div:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 21.21px;
  height: 21.21px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 1.3934px;
}

.hexagon > div:before {
  top: -10.6066px;
  border-top: solid 4.2426px #17CBB2;
  border-right: solid 4.2426px #17CBB2;
}

.hexagon > div:after {
  bottom: -10.6066px;
  border-bottom: solid 4.2426px #17CBB2;
  border-left: solid 4.2426px #17CBB2;
}

/*
	Notices
*/

.alerts{
	border-radius: 0px;
}

.noticeMessage {
    padding: 20px;
    border-left: 3px solid #eee;
	margin-bottom: 20px;
}

.noticeMessage.alert {
    border-top:0px;
    border-right:0px;
    border-bottom:0px;
	border-radius: 0px;
}

.noticeMessage.alert button {
    margin-right: 20px;
}

.noticeMessage h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.noticeMessage p:last-child {
    margin-bottom: 0;
}

.noticeMessage code {
    background-color: #fff;
    border-radius: 3px;
}

.noticeMessage-success {
    background-color: #F4FDF0;
    border-color: #3C763D;
}

.noticeMessage-success h4 {
    color: #3C763D;
}

.noticeMessage-danger {
    background-color: #fdf7f7;
    border-color: #d9534f;
}

.noticeMessage-danger h4 {
    color: #d9534f;
}

.noticeMessage-warning {
    background-color: #fcf8f2;
    border-color: #f0ad4e;
}

.noticeMessage-warning h4 {
    color: #f0ad4e;
}

.noticeMessage-info {
    background-color: #f4f8fa;
    border-color: #5bc0de;
}

.noticeMessage-info h4 {
    color: #5bc0de;
}

.noticeMessage-default {
    background-color: #EEE;
    border-color: #B4B4B4;
}

.noticeMessage-default h4 {
    color: #000;
}

.noticeMessage-notice {
    background-color: #FCFCDD;
    border-color: #BDBD89;
}

.noticeMessage-notice h4 {
    color: #444;
}


/*
	icoIcon Boxes
*/
.iconbox-group {
    padding: 45px 0 45px;
}

.iconbox-group-divided article {
    position: relative;
}

.iconbox-group-divided article:before {
    position: absolute;
    content: '';
    right: -15px;
    width: 1px;
    top: 0;
    bottom: 0;
    border-right: 1px dotted #dcdcdc;
}

.iconbox-group-divided .col-md-4:last-child article:before {
    border: 0px;
}

.iconbox-group-divided .col-md-3:last-child article:before {
    border: 0px;
}

article.LNTIconBoxes{
	position: relative;
}

article.LNTIconBoxes i{
	color: #51BAEF
}

/* Icon Box Default */

article.LNTIconBoxes.iconBoxDefault{
	text-align: center;
}

article.LNTIconBoxes.iconBoxDefault h3{
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: 'Open Sans Light',Arial,sans-serif;
	font-weight: normal;
	font-size: 21px;
    line-height: 28px;
}

article.LNTIconBoxes.iconBoxDefault .iconWrap {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: #0061BD;
    border-radius: 5px;
    line-height: 60px;
    color: #ffffff;
    font-size: 25px;
    position: relative;
}

article.LNTIconBoxes.iconBoxDefault .iconWrap:before {
    content: '';
    position: absolute;
    border: 2px solid #ffffff;
    width: 50px;
    height: 50px;
    z-index: 4;
    left: 5px;
    top: 5px;
    border-radius: 40px;
}

article.LNTIconBoxes.iconBoxDefault .iconWrap:after {
    content: '';
    position: absolute;
    background: #0061BD;
    width: 6px;
    z-index: 5;
    left: 50%;
    top: 0;
    bottom: 0;
    margin-left: -3px;
    border-radius: 40px;
}

article.LNTIconBoxes.iconBoxDefault .iconWrap i {
    position: relative;
    z-index: 6;
}

/* Icon Box Left */

article.LNTIconBoxes.iconBoxLeft .iconWrap {
    margin-right: 25px;
    width: 40px;
    height: 40px;
    display: inline-block;
	float: left;
}

article.LNTIconBoxes.iconBoxLeft .iconWrap i {
    font-size: 40px;
}

article.LNTIconBoxes.iconBoxLeft h3,article.LNTIconBoxes.iconBoxLeft p{
    margin-left: 78px;
}

/* Icon Box Left background-bg */


article.LNTIconBoxes.iconBoxLeftBg .iconWrap {
    margin-right: 25px;
    width: 50px;
    height: 50px;
    display: inline-block;
	float: left;
	background: #0061BD;
	text-align: center;
	line-height: 50px;
	border-radius: 5px;
	position: relative;
}

article.LNTIconBoxes.iconBoxLeftBg .iconWrap:before{
	content: '';
	display: block;
	position: absolute;
	 width: 50px;
    height: 50px;
	background: #fbfbfb;
	background: rgba(0,0,0,.1);
	right: -7px;
	border-radius: 5px;
	bottom: -5px;
	top: 7px;
	padding: 10px;
	z-index: -1;
}

article.LNTIconBoxes.iconBoxLeftBg .iconWrap i {
    font-size: 18px;
	color: #fff;
}

article.LNTIconBoxes.iconBoxLeftBg h3,article.LNTIconBoxes.iconBoxLeftBg p{
    margin-left: 78px;
}

/* Icon Box Left background-bg */

article.LNTIconBoxes.iconBoxTop .iconWrap{
    border: 1px solid #51BAEF;
	 width: 50px;
    height: 50px;
    display: inline-block;
	text-align: center;
	line-height: 50px;
	border-radius: 3px;
}

article.LNTIconBoxes.iconBoxTop  {
    text-align: center;
	padding: 20px 0 20px 0;
}

article.LNTIconBoxes.iconBoxTop p,article.LNTIconBoxes.iconBoxTop h3 {
    padding: 0 20px 0 20px;
}

article.LNTIconBoxes.iconBoxTop i {
    font-size: 20px;
}

@media (max-width: 767px) {
	article.LNTIconBoxes.iconBoxDefault{
	margin-bottom: 35px;
}
}

/*
	Notices
*/



/*
	Full-width-blocks
*/

.full-width-block{
	font-size: 16px;
	padding: 45px 0 0 0;
}

.full-width-block h3{
	margin: 0;
}

.full-width-block p{
	font-size: 16px;
	margin-bottom: 0;
}

.full-width-no-gutter{
	color: #FFFFFF;
}

.no-gutter-wrapper{
	display: table;
	height: 520px;
}

.no-gutter-wrapper >article{
	display: table-cell;
	vertical-align: middle;
	padding: 0 40px 0 40px;
}

.no-gutter-wrapper >article{
	display: table-cell;
	vertical-align: middle;
	padding: 0 40px 0 40px;
}

.no-gutter-wrapper >article h3{
	margin-top: 0px!important;
}

.no-gutter-wrapper p.sub-title{
	letter-spacing: 2px;
	text-transform: uppercase;
}

.no-gutter-wrapper >article .btn-bodered{
	padding: 8px 22px;
	margin-top: 30px;
	display: inline-block;
}

.full-width-no-gutter .left-no-gutter-block article{
	height: 520px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	margin: 0 -15px 0 -15px;
}

/*
	Call to action
*/

div.lnt-cta{
	position: relative;
}

div.lnt-cta.cta-default{
	margin: 30px 0 30px;
}

div.lnt-cta.cta-default article{
	border: 1px solid #e9e9e9;
	overflow: hidden;
	padding: 30px 25px 30px 25px;
	border-radius: 5px;
	background: #fbfbfb;
	position: relative;
	margin: 3px;
}

div.lnt-cta.cta-default .btn,
div.lnt-cta.cta-default h3{
	margin: 0;
}

div.lnt-cta h3{
	line-height: 16px;
	margin: 0;
}

div.lnt-cta.cta-default p{
	margin-top: 10px;
	margin-bottom: 0px;
}

div.lnt-cta.cta-bg {
	background-color: #222222;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

div.lnt-cta.cta-bg .cta-inner{
	height: 410px;
	display: table;
	width: 100%;
	position: relative;
	z-index: 6;
}

div.lnt-cta.cta-default p,
.lnt-cta.cta-bg .cta-inner p{
	font-size: 15px;
}

div.lnt-cta.cta-bg .cta-inner h3{
	margin-bottom: 15px;
}

div.lnt-cta.cta-bg .cta-inner article{
	display: table-cell;
	vertical-align: middle;
}

div.lnt-cta.cta-bg .cta-inner article .btn{
	margin-top: 30px;
}

span.cta-mask{
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}


/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
.image-modal{
	position: relative;
}
		
.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(101, 101, 101,.3);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
}

.image-reveal-modal {
    visibility: hidden;
    top: 100px!important;
    left: 50%;
    margin-left: -445px;
    width: 640px;
    background: #eee url(modal-gloss.png) no-repeat -200px -80px;
    position: absolute;
    z-index: 101;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -box-shadow: 0 0 10px rgba(0,0,0,.4);
	border: 5px solid rgba(0,0,0,.4);
}


a.close-reveal-modal {
    margin-left: 24px;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 28px;
	height: 28px;
	color: #fff;
	text-align: center;
	line-height: 26px;
	background: #EE6151;
	background: rgba(238, 97, 81,.5);
	border-radius: 28px;
	font-size: 16px;
}

/*
Profiles
*/
div.lnt-profiles{
	margin: 65px 0 65px 0!important;
}

div.lnt-profiles:before ,
.lnt-profiles:before {
  display: table;
  content: " ";
}

div.lnt-profiles:after,
.lnt-profiles:after {
  clear: both;
}

div.lnt-profiles{
	height: 45px 0 45px;
}

div.lnt-profiles .item-body p{
	color: #BABABA;
	margin: 0;
}

div.lnt-profiles h4{
	margin: 15px 0 0 0;
	text-transform: uppercase;
	font-family: Arial;
	color: #666;
	font-size: 14px;
	font-weight: bold;
}

div.lnt-profiles img{
	max-width: 100%;
	height: auto;
}

div.lnt-profiles ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

div.lnt-profiles article{
	position: relative;
}

div.lnt-profiles ul li{
	display: inline-block;
}

div.lnt-profiles header{
	margin-bottom: 45px;
}

div.profile-hidden-content{
	display: none;
}

div.profileModal {
    max-width: 550px;
    background: #fff;
    position: relative;
    margin: 0 auto;
}

div.profileModal .description-box {
    padding: 12px 36px 18px 36px;
}

div.profileModal .description-box h4 {
    font: 15px/24px 'opensans-bold', sans-serif;
    margin-bottom: 4px;
    color: #111;
}

.item-body h4 a.profile-open-modal {
    color: #666666;
}

div.profileModal .description-box p {
    font: 14px/24px 'opensans-regular', sans-serif;
    color: #A1A1A1;
    margin-bottom: 12px;
}

div.profileModal .description-box .position {
    font: 11px/21px 'opensans-light', sans-serif;
    color: #A1A1A1;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    text-align: left;
}

div.profileModal .link-box {
    padding: 18px 36px;
    background: #111;
    text-align: left;
    position: relative;
}

div.profileModal .link-box a {
    color: #fff;
    font: 11px/21px 'opensans-bold', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    cursor: pointer;
}

div.profileModal a:hover {
    color: #00CCCC;
}

div.profileModal a.popup-modal-dismiss {
    margin-left: 24px;
}

.mfp-fade.mfp-wrap .mfp-content div.profileModal {
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
/* content fadein */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content div.profileModal {
    opacity: 1;
}
/* content fadeout */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content div.profileModal {
    opacity: 0;
}

.prof-modal-image{
	position: relative;
	 -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.prof-modal-image img{
	position: relative;
	z-index: 3;
	border-radius: 100%;
}

.prof-modal-image div.modal-link{
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0,0,0,.5);
	z-index: 10;
	line-height: 100%;
	 -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
	border-radius: 100%;
}

.prof-modal-image div.modal-link span{
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 50%;
	margin-top: -14px;
	left: 50%;
	margin-left: -14px;
	font-size: 22px;
	text-align: center;
	line-height: 26px;
	color: #fff;
}

.item-wrap:hover .prof-modal-image div.modal-link{
	filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

