/* half color, half img */

div.row_halved_left .vc_parallax-inner,
div.row_halved_left {
	background-size: 50% !important;
	background-position: center left !important;
}

div.row_halved_right .vc_parallax-inner,
div.row_halved_right {
	background-size: 50% !important;
	background-position: center right !important;	
}

div.row_halved .vc_parallax-inner {
	background-repeat: no-repeat;
}

div.row_halved_left .upb_video-bg {
	width: 50% !important;
	min-width: 50% !important;
	right: auto !important;
	left: 0 !important;
}

div.row_halved_right .upb_video-bg {
	width: 50% !important;
	min-width: 50% !important;
	left: auto !important;
}


div.row_halved_left .vc_video-bg {
	width: 50%;
	right: auto;
	left: 0;
}

div.row_halved_right .vc_video-bg {
	width: 50%;
	left: auto;
	right: 0;
}

div.row_halved .vc_video-bg iframe {
	width: 100%;
}

.pricing-table-service {
	border-collapse: collapse;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
}

.pricing-table-service td {
	padding: 15px;
	border: 1px solid;
	width: 250px;
	font-weight: 300;
	border-color: inherit;
}

.rrt-col-featured td:first-child {
	text-align: left;
	width: 260px;
	font-weight: 400;
	font-family: inherit;
}

.rrt-col-featured.rrt-row-featured  tr:first-child td:first-child {
	text-align: center;
	font-weight: 400;
	font-family: inherit
}

.rrt-row-featured tr:first-child td {
	width: 250px;
	font-family: inherit
}

/* RRT */

.pricing-table-service tr:hover {
	/*background: #6cc4b6;*/
	color: #fff;
	cursor: pointer;
	border-color: inherit;
}

.pricing-table-service tr:hover a {
	color: #fff;
}

.pricing-table-service img {
	margin: 0 5px 0 0;
}

.pricing-table-service-badge {
	position: absolute;
	left: 0;
	top: 0;
	padding: 4px;
	font-size: 0.65em;
	display: none;
}


@media(max-width:1000px) {
	
	.pricing-table-service {
		width: 100%;
		box-sizing: border-box;
	}
	
	.pricing-table-service td {
		display:  block;
		width:  auto;
		box-sizing: border-box;
		border-bottom-width: 0px;
		position: relative;
		transition:  background 0.35s, color 0.35s;
	}
	
	.pricing-table-service tr:last-child td:last-child {
		border-bottom-width: 1px;
	}
	
	.pricing-table-service  tr {
		border-width: 0;
	}
	
	.pricing-table-service  tr:hover a {
		color: #000;
	}
	
	.pricing-table-service  td:hover a {
		color: #fff;
	}
	
	.pricing-table-service  td:hover {
		cursor: pointer;
	}
	
	.pricing-table-service-badge {
		display: inline-block;
	}
	
	.pricing-table-service  tr:first-child td {
		width: auto;
	}
	
	.pricing-table-service  td:first-child {
		width: auto;
	}

}