/***************
* Block kredittkort css *
****************/

.forbrukslan #logo.kredittkort {
	display: none !important;
}

.forbrukslan #logo.forbrukslan {
	display: table-cell !important;
}

.td_block_kredittkort {
    position: relative;
}

.td_block_kredittkort .table {
	display: table;
	width: 100%;
}

.td_block_kredittkort .row {
	display: table-row;
	width: 100%;
}

.td_block_kredittkort .cell {
	display: table-cell;
	padding: 20px;
	vertical-align: middle;
}

.td_block_kredittkort .cell:first-child {
	padding-left: 30px;
}

.td_block_kredittkort .cell:last-child {
	padding-right: 30px;
}

.td_block_kredittkort #label.row {
	background: #0b1931;
	color: #fff;
	font-family: 'lato';
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
}

.td_block_kredittkort #label.row .cell {
	border-right: 1px solid rgba(255,255,255,0.2);
	padding: 12px 20px;
}

.td_block_kredittkort #label.row #cta.cell {
	border: none !important;
}


/* Logo */
#logo.cell {
	text-align: center;
	vertical-align: middle;
	width: 287px;
}

#logo.cell .entry-thumb {
	box-shadow: 3px 3px 5px rgba(119,119,126,.4);
	border-radius: 10px;
}

#logo.cell .entry-thumb:hover {
	box-shadow: 3px 3px 5px rgba(119,119,126, 0);
}

/* Details */
#details.cell {
	vertical-align: middle;
}

#details.cell ul.benefits {
	margin-bottom: 0;
}

#details.cell ul.limit {
	margin: 0;
}

#details.cell ul.limit li::before {
	content:"\2713\0020";
	color: #2ec8b6;
}

/* vurdering */
#vurdering.cell {
	vertical-align: middle;
}

#vurdering.cell .dice {
	position: relative;
	float: left;
	transform: translateX(-50%);
	left: 50%;
}

#vurdering.cell .ico-dice {
	background: url(../images/dice.png) no-repeat;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
	border-radius: 10px;
	display: block;
	height: 60px;
	width: 60px;
	transition: transform .4s;
}

@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
	#vurdering.cell .ico-dice {
	background: url(../images/dice@2x.png) no-repeat;
	background-size: 180px 120px;
	display: block;
	height: 60px;
	width: 60px;
	}
}
	
#vurdering.cell .ico-dice:hover {
	-ms-transform: rotate(360deg);
	transform: translateY(-10px) rotate(20deg);
}

.ico-dice.ico-dice-1 {
	background-position: 0 0 !important;
}

.ico-dice.ico-dice-2 {
	background-position: -60px 0 !important;
}

.ico-dice.ico-dice-3 {
	background-position: -120px 0 !important;
}

.ico-dice.ico-dice-4 {
	background-position: 0 -60px !important;
}

.ico-dice.ico-dice-5 {
	background-position: -60px -60px !important;
}

.ico-dice.ico-dice-6 {
	background-position: -120px -60px !important;
}

#vurdering.cell .dice .tooltip {
	background: #f5c224;
	position: absolute;
	width: 160px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 4px;
	margin-top: 10px;
	display: none;
}

#vurdering.cell .dice.show .tooltip {
	display: block;
}

#vurdering.cell .dice .tooltip::before {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 7px solid #f5c224;
	content: '';
	top: -7px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

#vurdering.cell .dice .tooltip p {
	color: #3b2e16;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	margin-bottom: 0;
	padding: 5px;
}

/* rich review */
#vurdering.cell .rich-review {
	float: left;
	margin-top: 10px;
	width: 100%;
}

#vurdering.cell .rich-review > div {
	float: left;
	text-align: center;
	width: 100%;
}

#vurdering.cell .rich-review > div > span {
	float: left;
	text-align: center;
	width: 100%;
}

#vurdering.cell .rich-review > div span.stars {
	display: block;
	text-align: center;
	width: 100%;
}

/* vurdering end */

/* Affiliate CTA */
#cta.cell {
	padding-left: 20px;
	text-align: center;
	vertical-align: middle;
	width: 100px;
}

#cta.cell a {
	background: #2bb9a8;
	border-radius: 200px;
	color: #fff;
	display: block;
	font-family: 'Playfair Display', serif;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
	padding: 12px 40px;
	box-shadow: 3px 3px 5px rgba(119,119,126,.4);
	transition: all 0.4s;
}

#cta.cell a.active {
	background: #2ec8b6;
}

#cta.cell a.active:hover {
	background: #26a596;
	box-shadow: 3px 3px 5px rgba(119,119,126,0);
}

#cta.cell a.disable {
	background: #c0c0c0;
	color: #696969;
	box-shadow: 3px 3px 5px rgba(119,119,126,0);
}

#cta.cell .annonselenke {
	color: #ccc;
	display: block;
	font-size: 10px;
	text-transform: uppercase;
}

#cta.cell .note {
	display: block;
	font-size: 12px;
	line-height: normal;
	margin: 10px auto 0;
	text-align: center;
	width: 200px;
}

/* Affiliate CTA End */

.td_block_kredittkort .block-title {
    margin: 0px 0px 20px 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .td_block_kredittkort .block-title{
        margin: 0px 0px 17px 17px;
    }
}
@media (max-width: 767px) {
    .td_block_kredittkort .block-title{
        margin: 0px 0px 17px 10px;
    }
}
.td_block_kredittkort .td_block_inner {
    clear: right;
}
.td_block_kredittkort .td-block-row:last-child .td_module_kredittkort {
    margin-bottom: 0px !important;
}
.td_block_kredittkort .td-block-span12:last-child .td_module_kredittkort {
    margin-bottom: 0px !important;
}

@media (max-width: 767px) {
	.td_module_kredittkort {
		display: block;
		float: left;
		width: 100%;
	}
	
	.td_module_kredittkort .table {
		display: block;
		float: left;
		padding: 20px 0 !important;
		width: 100% !important;
	}
	
	.td-module-image .entry-thumb { 
		margin: auto;
	}
	
	.td_module_kredittkort .rating .ico-dice {
		margin: auto !important;
	}
	
	.td_module_kredittkort .table.rating .dice .tooltip {
		background: none;
    	position: relative !important;
    	width: 100%;
    	left: auto;
    	transform: none;
    	border: none;
    	display: block !important;
   		padding: 0 30px;
	}
	
	.td_module_kredittkort .rating .dice .tooltip::before {
		border: none !important;
	}
}


.td_module_kredittkort:nth-child(even) {
	background: #fff;
}

.td_module_kredittkort:nth-child(odd) {
	background: #f9fbff;
}



/****************
* Module kredittkort css *
****************/
.td_module_kredittkort h3.title {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px !important;
    margin: 0px 0px 12px 0px;
}

.td_module_kredittkort h3.title a {
	color: #000;
}

.td_module_kredittkort h3.title a:hover {
	color: #2ec8b6;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .td_module_kredittkort h3.title {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 8px;
    }
}
@media (max-width: 767px) {
    .td_module_kredittkort h3.title {
        font-size: 18px;
        line-height: 26px;
        font-weight: 700;
        margin-bottom: 8px;
    }
}
.td_module_kredittkort .td-module-thumb {
    margin-bottom: 12px;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .td_module_kredittkort .td-module-thumb {
        margin-bottom: 8px;
    }
}
@media (max-width: 767px) {
    .td_module_kredittkort .td-module-thumb {
        margin-bottom: 9px;
    }
}
.td_module_kredittkort .td-post-author-name {
    margin-bottom: 6px;
}
.td_module_kredittkort .td-post-date {
    margin-bottom: 6px;
}
.td_module_kredittkort .meta-info {
    margin-bottom: 5px;
    line-height: 11px;
}

.td_module_kredittkort h3.title {
    margin: 0px 0px 11px 0px;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .td_module_kredittkort h3.title {
        margin-bottom: 7px;
    }
}
@media (max-width: 767px) {
    .td_module_kredittkort h3.title {
        margin-bottom: 7px;
    }
}
.td_module_kredittkort .td-module-image .td-module-thumb {
    margin-bottom: 12px;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .td_module_kredittkort .td-module-image .td-module-thumb {
        margin-bottom: 9px;
    }
}
@media (max-width: 767px) {
    .td_module_kredittkort .td-module-image .td-module-thumb {
        margin-bottom: 9px;
    }
}
@media (min-width: 1024px) {
    .td_module_kredittkort .entry-thumb {
        min-height: 146px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .td_module_kredittkort .entry-thumb {
        min-height: 116px;
    }
}

.show_all_tables {
	margin-bottom: 1px !important;
	width: 100%;
}

.show_all_tables button {
	background: #0c1a30 !important;
	border: none !important;
	color: #fff;
	border-radius: 0;
	width: 100%;
}

.show_all_tables button:hover {
	background: #071120 !important;
}


/* RESPONSIVE */
@media (max-width: 767px) {
	.td_block_kredittkort .table {
		display: block;
		width: 100%;
	}
	
	.td_block_kredittkort #label.row {
		display: none !important;
	}

	.td_block_kredittkort .row {
		display: block;
		width: 100%;
	}

	.td_block_kredittkort .cell {
		display: block;
		float: left;
		width: 100% !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.td_module_kredittkort {
		display: block;
		float: left;
		width: 100%;
	}
	
	.td_module_kredittkort .table.td-module-image {
		display: block;
		float: left;
		padding: 0 !important;
		width: 30% !important;
	}
	
	.td_module_kredittkort .table.details {
		display: block;
		float: left;
		padding: 0 0 0 40px !important;
		width: 50% !important;
	}
	
	.td_module_kredittkort .table.rating {
		display: block;
		float: left;
		padding: 0 0 0 20px !important;
		width: 20% !important;
	}
	
	.td_module_kredittkort .table.affiliate-button {
		display: block;
		float: left;
		padding: 20px 0 0 !important;
		width: 100% !important;
	}
	
	#cta.cell .note {
		width: 100% !important;
	}
	
	.td-module-image .entry-thumb { 
		margin: auto;
	}
	
	.td_module_kredittkort .rating .ico-dice {
		margin: auto !important;
	}
	
	.td_block_kredittkort #label.row {
		display: none !important;
	}
	
	#cta.cell {
		display: block;
		padding-bottom: 0;
		width: 100%;
	}
}




