/*
Theme Name: oyetheme
Theme URI: http://wordpress.com/
Author: Khanakia
Author URI: https://wordpress.com/
Description: Custom Theme Designed
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: customtheme
Text Domain: oyetheme
*/

@import url('assets/css/fonts.css');
@import url('assets/css/icomoon.css');

/* GENERAL ---------------- */

body {
	color: #3c3c3c;
	background-color: #fff;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
}


img {
	max-width: 100%;
}

p {
	font-size: 18px;
	line-height: 24px;
}


ul {
	padding: 0;
}

li {
	list-style: none;
}

ol li {
	list-style: inherit;
}



/* Utils -------------------- */
.bgwhite {
	background: rgba(255,255,255,0.5);
}

/* Common --------------------*/

/* Discount label styling ----- */
.discount-text {
	display: inline-block;
	padding: 10px 15px;
	font-size: 13px;
	color: #fff;
	background: #ff5722;
	border-radius: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

/* Discount label for single type ----- */
.discount-data {
	margin-top: 20px;
	text-align: right;
}

/* Discout label for brand ------------ */
.typen-discount-text {
	padding: 4px 12px;
}

/* Discount label for brand ------------ */
.brand-discount-text {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 4px 12px;
	z-index: 1;
}

.kikvorsch-container {
	width: 800px;
	margin: 0 auto;
}

.kikvorsch-container.main {
	margin-top: 25px;
}

.hasfooter {
	padding-bottom: 160px;
}

::-webkit-input-placeholder {
	color: #009351;
}

::-moz-placeholder {
	color: #009351;
}  

:-ms-input-placeholder {
	color: #009351;
}

input:-moz-placeholder {
	color: #009351;
}

.icomoon-icon:before,
.icomoon-icon:after {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.btn {
	position: relative;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	outline: 0;
	font-size: 16px;
}

.btn:focus {
	color: #fff;
	outline: 0;
}

.btn:hover {
	outline: 0;
	color: #fff;
}

.btn-login {
	display: inline-block;
	color: #009351;
	margin-top: 20px;
	border: 1px solid #009351;
	padding: 5px 10px;
	text-decoration: none;
}

.btn-login:focus {
	color: #009351;
}

.btn-login:hover {
	text-decoration: none;
	color: #fff;
	background-color: #009351;
}

.cs-btn {
	position: relative;
	display: inline-block;
	min-height: 26px;
	padding-left: 40px;
	font-weight: bold;
	color: inherit;
	text-decoration: none;
	outline: 0;
}

.cs-btn:focus {
	color: inherit;
	text-decoration: none;
	outline: 0;
}

.cs-btn:hover {
	color: inherit;
	text-decoration: none;
	outline: 0;
}

.btn-notice:before {
	position: absolute;
	left: 0;
	top: 4px;
	content: "\e900";
}

.btn-mail:before {
	position: absolute;
	left: 0;
	top: 5px;
	content: "\e908";
}

.btn-toon:before {
	position: absolute;
	left: 0;
	top: 3px;
	content: "\e904";
	font-size: 22px;
}

.btn-zoeken:before {
	margin-right: 10px;
	content: "\e905";
}

.btn-loadmore {
	background-image: url('images/icons/load-more-icon.png');
	background-position: left 10px center;
	background-repeat: no-repeat;
	background-size: 20px;
}

.btn-prev {
	padding-left: 70px;
}

.btn-prev:before {
	content: "\e90a";
	color: #ffffff;
	left: 0;
	position: absolute;
	top: 10px;
}

.btn-next {
	float: right;
	padding-right: 70px;
}

.btn-next:after {
	content: "\e909";
	color: #fff;
	right: 0;
	position: absolute;
	top: 10px;
}

.icomoon-button.btn-logout {
	display: inline-block;
	margin-top: 6px;
	font-size: 15px;
	color: #009351;
	text-decoration: none;
}

.btn-logout:hover {
	color: #009351;
	text-decoration: none;
}

.overlay-cover {
	display: none;
	background: #0b5c5d;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	z-index: 20000;
}

.loader {
	display: none;
	margin-top: -35px;
	margin-left: -35px;
	font-size: 10px;
	position: fixed;
	top: 50%;
	left: 50%;
	text-indent: -9999em;
	border-top: 10px solid rgba(255, 255, 255, 0.8);
	border-right: 10px solid rgba(255, 255, 255, 0.8);
	border-bottom: 10px solid rgba(255, 255, 255, 0.8);
	border-left: 10px solid #009351;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
	z-index: 100001;
}

.loader,
.loader:after {
	border-radius: 50%;
	width: 70px;
	height: 70px;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.title-style {
	margin: 35px 0 0;
	text-transform: uppercase;
	color: #009351;
	font-weight: bold;
	font-size: 22px;
}

.title-style1 {
	margin: 20px 0;
	text-transform: uppercase;
	color: #009351;
	font-weight: bold;
	font-size: 22px;
}

.data-list {
	margin: 0;
	padding: 0;
	overflow: auto;
	margin-top: 20px;
}

.data-list.simple li {
	width: 50%;
	float: left;
	height: 108px;
	padding: 10px 20px;
}

.data-list.typen li {
	width: 50%;
	float: left;
	padding: 10px 20px;
	min-height: 400px;
}

.data-list li:nth-of-type(odd) {
	padding-right: 10px;
}

.data-list li:nth-of-type(even) {
	padding-left: 10px;
}

.data-list .data-list-link {
	outline: 0;
	text-decoration: none;
}

.data-list .data-list-inner {
	width: 100%;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.data-list.simple .data-list-inner {
	position: relative;
	display: table;
	height: 100%;
	background-size: 116%;
}

.data-list.typen .data-list-inner {
	height: 230px;
	margin-bottom: 5px;
	background-size: contain;
}

.data-list.simple .data-list-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.78);
}

.data-list.typen .list-title {
	min-height: 50px;
}

.data-list .list-title {
	font-size: 17px;
	color: #282828;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.data-list.simple .list-title {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.type-image {
	max-height: 150px;
}

.icomoon-button {
	font-size: 20px;
	font-weight: bold;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.btn-fancy {
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 10;
}

.btn-fancy:focus {
	outline: 0;
}

.slider-fancy {
	background-image: url('images/icons/zoom-icon-dark.png');
	right: 30px;
	bottom: 10px;
	width: 16px;
	height: 16px;
}

.term-fancy {
	background-image: url('images/icons/zoom-icon-dark.png');
	right: 0px;
	bottom: 10px;
	width: 16px;
	height: 16px;
}

@media screen and (max-width: 850px) {
	.kikvorsch-container {
		width: 100%;
		margin: 0;
	}
}

@media screen and (max-width: 767px) {
	.hasfooter {
		padding-bottom: 220px;
	}

	.discount-data {
		margin-bottom: 20px;
		text-align: center;
	}
}

@media screen and (max-width: 600px) {
	.data-list {
		max-width: 480px;
		margin: 0 auto;
	}

	.data-list li:nth-of-type(odd),
	.data-list li:nth-of-type(even) {
		padding-left: 0;
		padding-right: 0;
	}

	.data-list.simple li {
		float: none;
		width: 100%;
		padding: 10px 20px !important;
	}

	.data-list.typen li {
		float: none;
		width: 100%;
		padding: 10px 20px !important;
	}

}

@media screen and (max-width: 480px) {

	.btn {
		font-size: 13px;
	}

	.btn-prev {
		padding-left: 50px;
	}

	.btn-next {
		padding-right: 50px;
	}

	.term-fancy {
		right: 10px;
	}
}


/* 
	Common Custom --------------------------------------
	(If we have to override some code then do in this section do not touch above section) 
*/

.fancybox-close {
	background-image: url('images/icons/x-icon.png');
	background-image: url('images/icons/x-icon.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-color: #fff;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	top: -15px;
	right: -15px;
}

.fancybox-nav,
.fancybox-nav:focus {
	outline: 0;
}

.fancybox-nav span {
	height: 30px;
	margin-top: -15px;
	visibility: visible;
}

.fancybox-prev span {
	left: 0;
	background-image: url('images/icons/prev-arrow-white.png');
	background-image: url('images/icons/prev-arrow-white.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 14px 26px;
}

.fancybox-next span {
	right: 0;
	background-image: url('images/icons/next-arrow-white.png');
	background-image: url('images/icons/next-arrow-white.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 14px 26px;
}


/* Header ----------------------- */
header .kikvorsch-header {
	color: #009351;
}

header .kikvorsch-header-list {
	overflow: auto;
	margin: 0;
	padding: 0;
}

header .kikvorsch-header-list li {
	float: left;
}

header .kikvorsch-header .kikvorsch-logo {
	width: 240px;
	height: 60px;
	background-color: #009351;
}

header .kikvorsch-header .logo-El {
	width: 100%;
	height: 100%;
	background-image: url('images/home/logo.png');
	/*background-image: url('images/home/logo.svg');*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: 220px;
}

header .kikvorsch-header .kikvorsch-login {
	padding-left: 20px;
}

header .kikvorsch-header .kikvorsch-notice {
	color: #009351;
	padding: 18.5px 25px;
}

header .kikvorsch-header .kikvorsch-typen {
	color: #009351;
	padding: 18.5px 20px 18.5px 0;
}

header .kikvorsch-header .kikvorsch-logout {
	color: #009351;
	padding: 18.5px 20px 18.5px 0;
	float: right;
}

header .kikvorsch-header .kikvorsch-zoeken {
	padding: 15px 25px 15px 0;
}

header .kikvorsch-header .search-zoeken {
	border: none;
	font-weight: bold;
	color: inherit;
	font-size: 16px;
	padding: 5px;
	font-family: 'Lato', sans-serif;
}

@media screen and (max-width: 767px) {
	header .kikvorsch-header-list {
		position: relative;
	}

	header .kikvorsch-header-list li {
		width: 50%;
	}

	header .kikvorsch-header .kikvorsch-logo {
		float: none;
	}

	header .kikvorsch-header .kikvorsch-zoeken {
		width: 100%;
	}

	header .kikvorsch-header .kikvorsch-logout {
		position: absolute;
		top: 15px;
		right: 20px;
		padding: 0;
		float: none;
		width: auto;
	}

	header .kikvorsch-header .kikvorsch-notice {
		padding: 18.5px 25px 7px;
	}

	header .kikvorsch-header .kikvorsch-zoeken {
		padding: 7.5px 25px 15px;
	}
}



/*Homepage CSS ------------------ */
.homeCt-inner {
	padding: 10px 20px;
}

@media screen and (max-width: 850px) {
	.homeCt-inner {
		padding: 20px 0;
	}
}


/* Brand Overview CSS ----------- */

.brandCt-inner .brandContent {
	padding-left: 30px;
	padding-right: 30px;
}

.brand-col-lists {
	width: 100%;
	margin: 0;
	padding: 0;
}

.brand-col-lists li {
	float: left;
	height: 100%;
	width: 50%;
	padding: 0 10px;
}

.brand-col-lists .right-section {
	padding-bottom: 20px;
	vertical-align: bottom;
}

.brandCt-inner #upperslider .item {
	height: 300px;
	overflow: hidden;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.brandCt-inner .btn-carousel {
	color: #000000;
	margin-top: -10px;
	outline: 0 none;
	position: absolute;
	top: 50%;
	z-index: 10;
}

.brandCt-inner .slider-inner {
    position: relative;
	margin-top: 30px;
    padding: 0 20px;
}

.brandCt-inner .btn-carousel {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	color: #000;
	outline: 0;
	z-index: 10;
}

.brandCt-inner .btn-carousel:hover {
	text-decoration: none;
	color: #000;
}

.brandCt-inner .btn-carousel:focus {
	text-decoration: none;
	outline: 0;
}

.brandCt-inner .btn-carousel.previous {
	left: 0;
}

.brandCt-inner .btn-carousel.next {
	right: 0;
}

.brand-col-lists li img {
	max-height: 200px;
}

.brandCt-inner .brand-image {
	margin-top: 30px;
}

.brandCt-inner .fancy-main {
	padding: 0 30px;
}

.brandCt-inner .section-brand {
	position: relative;
	overflow: auto;
}

.brandCt-inner .brand-des {
	font-size: 18px;
	color: #3c3c3c;
	background-color: #fafafa;
	padding: 30px;
	margin-top: 35px;
}

.brand-col-lists li img.fancy-single {
    max-height: 400px;
    max-width: 400px;
}

.brand-col-lists li img.brand-image {
    max-height: 150px;
}

.brandCt-inner .brand-des p {
	font-size: 18px;
}

@media screen and (max-width: 767px) {
	.brandCt-inner .row {
		margin: 0;
	}

	.brand-col-lists {
		display: block;
	}

	.brand-col-lists li {
		display: block;
		width: 100%;
		float: none;
		padding: 0 15px;
	}

	.brand-col-lists .right-section {
		padding-bottom: 0;
	}

	.brandCt-inner [class^="col-"] {
		padding: 0;
	}

	.brandCt-inner .title-style {
		margin: 25px 0;
	}

	.brandCt-inner .fancy-main {
		padding: 0;
	}

	.brandCt-inner .brand-image,
	.brand-col-lists li img.fancy-single {
		max-width: 300px;
	}

	.brandCt-inner .brand-des {
		padding: 20px;
	}
}

@media screen and (max-width: 480px) {
	.brandCt-inner .brandContent {
		padding-left: 0;
		padding-right: 0;
	}
}

/* Type Overview --------------- */

.typeCt-inner .type-content {
	margin-bottom: 20px;
	padding: 0 20px;
	overflow: auto;
}

.typeCt-inner .left-section {
	float: left;
}

.typeCt-inner .right-section {
	float: right;
	margin-top: 20px;
    margin-right: 20px;
}

.typeCt-inner .type-description {
	font-weight: bold;
	color: #009351;
}


/* Search Page CSS ---------------- */
.searchCt-inner .search-string {
	padding: 30px 20px;
}

.searchCt-inner .load-more-btn {
	margin: 50px 0;
	color: #009351;
}


/* Single Page CSS ----------------- */
.singleCt-inner .singleContent {
	margin-top: 10px;
}

.singleCt-inner .singleContent .row {
	margin: 0;
}

.singleCt-inner .singleContent .left-section {
	padding: 0 10px 0 20px;
}

.singleCt-inner .singleContent .right-section {
	padding: 0 20px 0 10px;
}

.singleCt-inner .feature-list {
	line-height: 30px;
}

.singleCt-inner .feature-list li {
	font-size: 14px;
	padding-left: 20px;
	background-image: url('images/icons/small-arrow.png');
	background-image: url('images/icons/small-arrow.svg');
	background-size: 4px 8px;
	background-repeat: no-repeat;
	background-position: left top 11px;
}

.singleCt-inner .feature-list span {
	font-weight: bold;
}

.singleCt-inner .type-row {
	overflow: auto;
	margin: 20px 0 0;
	padding: 0;
	text-align: center;
}

.singleCt-inner .type-row li {
	margin-top: 15px;
}

.singleCt-inner .sliderfancybox {
	outline: 0;
}

.singleCt-inner .type-row-image {
	max-height: 120px;
}

.singleCt-inner .slider-inner {
	position: relative;
	padding: 0 20px;
}

.singleCt-inner .slider-inner {
	position: relative;
	padding: 0 20px;
	margin-top: 30px;
}

.singleCt-inner #upperslider .item {
	height: 500px;
	overflow: hidden;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.singleCt-inner #lowerslider .item {
	height: 80px;
	overflow: hidden;
    cursor: pointer;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.singleCt-inner .btn-carousel {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	color: #000;
	outline: 0;
	z-index: 10;
}

.singleCt-inner .btn-carousel:hover {
	text-decoration: none;
	color: #000;
}

.singleCt-inner .btn-carousel:focus {
	text-decoration: none;
	outline: 0;
}

.singleCt-inner .btn-carousel.previous {
	left: 0;
}

.singleCt-inner .btn-carousel.next {
	right: 0;
}

.singleCt-inner .feature-des {
	margin: 20px 0 30px 0;
	padding: 20px;
	font-size: 14px;
	line-height: 22px;
	background-color: #fafafa;
}

.singleCt-inner .feature-des p {
	font-size: 18px;
}

.singleCt-inner .leverbar-data {
	margin-top: 20px;
	font-family: 'Lato', sans-serif;
}

.singleCt-inner .leverbar-title {
	font-size: 22px;
	display: inline-block;
	margin: 0;
	padding: 14px 10px 0 25px;
	color: #009351;
	font-weight: bold;
	float: left;
}

.singleCt-inner .leverbar-lists {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.singleCt-inner .leverbar-lists li {
	float: left;
	padding-right: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #009351;
}

.singleCt-inner .leverbar-lists li a {
	color: inherit;
	text-decoration: none;
	outline: 0;
}

.singleCt-inner .leverbar-number {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 5px;
	padding-top: 14px;
	border-radius: 50%;
	text-align: center;
	border: 2px solid #009351;
}

.singleCt-inner .leverbar-divers {
	display: inline-block;
	padding-top: 16px;
}

@media screen and (max-width: 767px) {
	.singleCt-inner .singleContent .left-section {
		padding: 0 20px;
	}

	.singleCt-inner .singleContent .right-section {
		padding: 0 20px;
	}

	.singleCt-inner #upperslider .item {
		height: 300px;
	}

	.singleCt-inner .feature-des {
		padding: 20px;
		margin: 30px 0;
	}

	.singleCt-inner .leverbar-title {
		display: block;
		padding: 14px 10px 0 20px;
		float: none;
	}

	.singleCt-inner .leverbar-lists {
		display: block;
		margin: 10px 0 0 20px;
	}

	.singleCt-inner .leverbar-lists li {
		margin: 10px 0;
	}
}

@media screen and (max-width: 600px) {
	.singleCt .kikvorsch-footer .btn-prev {
		padding-right: 0;
		text-align: right;
	}

	.singleCt .kikvorsch-footer .btn-next {
		padding-left: 0;
		text-align: left;
	}
}


/* Popup CSS --------------- */

.popup_content {
	position: relative;
	background-color: #fff;
	width: 100%;
	max-width: 450px;
	padding: 30px;
}

.popup_content .close_btn {
	position: absolute;
	top: 12px;
	right: 12px;
	color: #009351;
	font-size: 12px;
	outline: 0;
	text-decoration: none;
}

.popup_content label {
	color: #009351;
	margin-right: 10px;
}

.asset-field {
	width: 100%;
	padding: 5px 10px;
	outline: 0;
	border: 0;
	border: 1px solid #009351;
}

.asset-field.error {
	border: 1px solid #ff0000;
}

.btn-asset {
	margin-top: 20px;
}

.btn-asset .assetform-btn {
	text-decoration: none;
	padding: 10px 20px;
	background-color: #009351;
	color: #fff;
	outline: 0;
	display: inline-block;
}

/* Login Page CSS ------------- */
.loginCt-inner form {
	margin-top: 120px;
	position: relative;
	padding-bottom: 70px;
}

.loginCt-inner .login-details {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

.loginCt-inner .login-details label {
	color: #009351;
	font-size: 18px;
	font-weight: bold;
	text-transform: lowercase;
	margin: 0 0 10px 20px;
}

.loginCt-inner .login-details input {
	display: block;
	width: 100%;
	padding: 12px 20px;
	border: 1px solid #eaeaea;
}

.loginCt-inner .login-form .password-label {
	margin-top: 50px;
}

.loginCt-inner .login-form input:focus {
	border: 1px solid #009351;
}

.kikvorsch-loginbottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 12px 35px;
	background-color: #009351;
}

.kikvorsch-loginbottom .button-primary {
	background-color: transparent;
	border: 0;
}

.login-form .error-message {
	display: none;
	margin-top: 20px;
	color: #ff0000;
}

.login-form .error-message a {
	color: inherit;
	text-decoration: underline;
}

.login-form .success-message {
	display: none;
	margin-top: 20px;
	color: #009351;
}

.login-form .success-message a {
	color: inherit;
	text-decoration: underline;
}

.login-form .keyerror {
	margin: 50px 0;
	padding: 0 20px;
	text-align: center;
	font-size: 18px;
}

@media screen and (max-height: 600px) {
	.loginCt-inner form {
		margin-top: 40px;
	}
}

@media screen and (max-width: 480px) {
	.loginCt-inner .login-details {
		padding: 0 20px;
	}
}


/* Footer CSS ------------- */

footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
}

footer .csdatafade {
	height: 30px;
	width: 100%;
	background: -webkit-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    ); 
    background-image: -moz-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background-image: -o-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background-image: linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background-image: -ms-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
}

footer .kikvorsch-details {
	background: #fff;
	padding: 20px 35px;
	color: #009351;
}

footer .kikvorsch-footer {
	padding: 12px 35px;
	background-color: #009351;
}

footer .kikvorsch-details-list {
	overflow: auto;
	margin: 0;
}

footer .kikvorsch-details-list.two-col li {
	width: 50%;
	float: left;
}

footer .kikvorsch-details-list.two-col li:last-of-type {
	text-align: right;
}

footer .kikvorsch-details-list.two-col li.single-list-item {
	text-align: left;
}

footer .kikvorsch-details-list.three-col li {
	width: 33.33%;
	float: left;
}

@media screen and (max-width: 767px) {
	footer .kikvorsch-details {
		padding: 15px 12px 5px;
	}

	footer .kikvorsch-details-list {
		display: table;
		margin: 0 auto;
	}

	footer .kikvorsch-details-list.two-col li {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}

	footer .kikvorsch-details-list.two-col li:last-of-type {
		text-align: left;
	}

	footer .kikvorsch-details-list.three-col li {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	footer .kikvorsch-footer {
		padding: 12px;
	}
}