/*.ccm-page {
	font-size: 18px !important;
}*/
h1, .h1 {
	font-size: 1.8em !important;
}
hr {
	margin-top: 30px !important;
	margin-bottom: 20px !important;
}
.header-container {
	border-top: none !important;
}
.main-container {
	background: transparent !important;
}
.main-container .home-content-inner .home-middle {
	background:  transparent !important;
}
.header-container {
	background:  transparent !important;
}
.header-content-inner {
	background:  transparent !important;
}
.global-navi {
	background:  transparent !important;
}
.main-content-inner {
	background-color: rgba(255, 255, 255, 0) !important;
}
.boks {
    color: #ffffff;
    padding: 20px 30px;
    margin-bottom: 20px;
	-moz-border-radius-topleft: 75px 25px;
	-webkit-border-top-left-radius: 75px 25px;
	border-top-left-radius: 75px 25px;
	-moz-border-radius-topright: 10px 75px;
	-webkit-border-top-right-radius: 10px 75px;
	border-top-right-radius: 10px 75px;
	-moz-border-radius-bottomleft: 75px 10px;
	-webkit-border-bottom-left-radius: 75px 10px;
	border-bottom-left-radius: 75px 10px;
	-moz-border-radius-bottomright: 25px 75px;
	-webkit-border-bottom-right-radius: 25px 75px;
	border-bottom-right-radius: 25px 75px;
}
.boks h1,
.boks h2,
.boks h3,
.boks h4,
.boks h5,
.boks h6 {
    color: #ffffff;
}
.boks a {
    color: #ddd !important;
}
.boks a:hover {
    color: #fff !important;
}
.boks2 {
	padding: 20px;
	margin-bottom: 10px;
}
.boks2 .col-sm-12 {
    padding-right: 30px;
}

.footer-container {
	color: #0039b5 !important;
	background-color: transparent !important;
}