.row:after {
	content: "";
	display: table;
	clear: both;
}

body {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:#03274B;
}

.row1 {
	background-color:#03274B;
}

.row1 .container h1 {
	padding: 10px 0px 10px 0px;
}

.row1 .container h1 a {
	color:#F8F9F3;
	font-size: 35px;
	font-variant: small-caps;
	text-decoration:none;
}

.row2 {
	background-color:#072C53;
	border-top: 1px solid #2B4D71;
	border-bottom: 1px solid #2B4D71;
	color: #F8F9F3;
}

.row3 {
	color:#333333;
	background-color:#F8F9F3;
	border-bottom: 2px solid #03274B;
}

.row4 {
	padding: 15px 0px 15px 0px;
	border-top: 1px solid #2B4D71;
	color: #7F99A9;
}

.nav-link {
	text-transform: uppercase;
}

.btn {
	margin-bottom:10px;
}

.btn:hover {
	background-color: RoyalBlue;
	color:fff;
}

.pay {
	display: block;
	height: 35px;
	background: url('/img/payments.png') no-repeat 99px 99px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}

.pay-cards {
    background-position: 0 0px;
    width: 122px;
}

.pay-swedbank {
    background-position: 0 -35px;
    width: 122px;
}

.pay-seb {
    background-position: 0 -140px;
    width: 122px;
}

.pay-citadele {
    background-position: 0 -175px;
    width: 122px;
}

.pay-dnb {
    background-position: 0 -70px;
    width: 130px;
}

.pay-nordea {
    background-position: 0 -105px;
    width: 140px;
}

.card-cst {
	min-height:290px;
}
