@font-face {
    font-family: "Custom Font";
    src: url("../fonts/roseritta.woff2") format("woff2"),
         url("../fonts/roseritta.woff") format("woff");
		
}



.tm-header .uk-logo .uk-svg path { fill: #165A55; }
.tm-header-overlay > div:not(.uk-sticky-fixed) .uk-logo .uk-svg path { fill: #ffffff; }

.pricing-table {
	margin-top: 60px;	
	margin-bottom: 30px;
}

.pricing-table:after {
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.pricing-table > div:first-child .pricing-column-content, .pricing-table > div:first-child h3 {
	border-left: 1px solid #e4e4e4!important;
}

.pricing-column {
	float: left;
	overflow: hidden;
	text-align: center;
	padding: 0px;
	background-color: #fff;
	transition: box-shadow 0.2s linear;
	-moz-transition: box-shadow 0.2s linear;
	-webkit-transition: box-shadow 0.2s linear;
	-o-transition: box-shadow 0.2s linear;
}

.pricing-column .pricing-column-content {
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 0px 0px 20px 0px;
}

.pricing-column.highlight {
	position: relative;
	z-index: 100;
	margin: -20px -1px 0px -1px;
	background-color: #FFF;
	box-shadow: 0px 0px 13px rgba(0,0,0,.09);
	-moz-box-shadow: 0px 0px 13px rgba(0,0,0,.09);
	-webkit-box-shadow: 0px 0px 13px rgba(0,0,0,.09);
	-o-box-shadow: 0px 0px 13px rgba(0,0,0,.09);
}

.pricing-column.highlight .nectar-button {
	margin: 10px 0px 20px 0px;
}

.pricing-column.highlight .pricing-column-content, .pricing-column.highlight h3  {
	border: none;
}

.pricing-column.highlight h3 .highlight-reason {
	display: block;
	font-family: 'OpenSansbold';
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgb(253, 253, 253);
}

.highlight-reason2 {
	display: block;
	font-family: 'OpenSansbold';
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgb(253, 253, 253);
}

.pricing-column.highlight .pricing-column-content {
	border-right: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}


.pricing-column.highlight:hover {
	box-shadow: 0px 0px 13px rgba(0,0,0,.15);
	-moz-box-shadow: 0px 0px 13px rgba(0,0,0,.15);
	-webkit-box-shadow: 0px 0px 13px rgba(0,0,0,.15);
	-o-box-shadow: 0px 0px 13px rgba(0,0,0,.15);
}

.pricing-column ul li {
	color: #888!important;
	padding: 10px 25px;
	list-style: none;
	line-height: 18px;
	border-bottom: 1px solid #efefef;
}

.pricing-column ul li:first-child {
	border-top: 1px solid #efefef;
}

.pricing-column ul li:nth-child(2n+1) {
	background-color: #fbfbfb;
}

.pricing-column.highlight h3 {
	color: #fff!important;
	background-color:#d60e78;
	padding: 15px 0px;
	margin-bottom: 0px!important;
}

.toggle .pricing-column h3 {
	font-size: 26px!important;
}

.pricing-column h3 {
	background-color: #fff;
	color: #d60e78;
	margin-bottom: 0px;
	font-size: 26px;
	line-height: 28px;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #EFEFEF;
	border-top: 1px solid #e4e4e4;
	padding: 18px 0px 18px 0px;
}

.pricing-column h4 {
	margin-left: -22px;
	padding: 20px 30px 6px 30px;
	font-size: 54px!important;
	line-height: 42px!important;	
	color: #454546;
	margin-bottom: 0px;
}

.pricing-column h4 .dollar-sign {
	font-size: 22px;
	line-height: 22px;
	top: -14px;
	right: -6px;
	font-family: 'OpenSansLight';
	position: relative;
}

.pricing-column .interval {
	display: block;
	color: #999;
	min-height: 38px;
	display: block;
	padding-bottom: 17px;
}

.pricing-column ul {
	margin-left: 0px;
}

.pricing-table.six-cols > div { width: 16.5%; }
.pricing-table.five-cols > div { width: 20%; }
.pricing-table.four-cols > div { width: 25%; }
.pricing-table.three-cols > div { width: 33.2%; }
.pricing-table.two-cols > div { width: 50%; }

.pricing-table .col {
	padding: 0px 20px;
}

.col .pricing-table h3 {
	margin-bottom: 0px;
}

.kk .uk-navbar-container:not(.uk-navbar-transparent) {
display: none;
}

.kk .kk2 {
display: none;
}
.embed-container {  
  position: relative;   
  padding-bottom: 56.25%; /* ratio 16x9 */  
  height: 0;   
  overflow: hidden;   
  width: 100%;  
  height: auto;  
}  
.embed-container iframe {  
  position: absolute;   
  top: 0;   
  left: 0;   
  width: 100%;   
  height: 100%;   
}