/* KM blue: #0063a6 */
/* .col-lg-12 = PC */
/* .col-sm-12 = Tablet */
/* .col-xs-12 = Mobile */

/* km-blue: 25, 70, 121 */
/* menu/home: #194679 */

/* ----------------------------------- */
/* ---------- CUSTOM STYLES ---------- */
/* ----------------------------------- */
.km-price { display: none;}
* {
	font-family: 'Source Sans Pro', sans-serif;
}

#menuBar {
	background-color: rgba(25, 70, 121, 0.95) !important;
}

#topmenu {
	background-color: transparent !important;
	background: none !important;
}

#topmenu .menu {
	background-color: transparent !important;
	background: none;
	border: none !important;
}

#topmenu .menu:hover {
	background-color: rgba(255, 255, 255, 0.25) !important;
}

#menu li ul {
	background: #194679 none repeat scroll 0 0 !important;
}

#menu li ul a:hover {
	background-color: rgba(255, 255, 255, 0.25) !important;
}


#banner {
	position: relative;
	float: left;
	width: 100%;
	height: 500px;
}

#banner-overlay {
	position: absolute;
	width: 100%;
	height: auto;

	bottom: 50px;

	padding: 50px 0px;
	background-color: rgba(0, 0, 0, 0.25);
	text-align: center;
}

#banner-overlay h1 {
	display: block;
	color: white !important;
	font-size: 40px;
	text-shadow: 2px 2px #000;
}

#banner .heroSlider-fixed {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	padding: 0px !important;
}

#banner-slide {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}

#banner-slide .slick-list {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}

#banner-slide .slick-track {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}

#banner-slide .slick-slide {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}

#banner-slide .slick-slide span {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;

	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

#sign-up {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	background-color: #4cb651;
	text-align: center;
}

#sign-up a {
	display: block;
	padding: 15px 0px;
	width: auto;

	color: white !important;
	text-decoration: none;
}

#sign-up a:hover {
	text-decoration: underline;
}

#sign-up a i {
	
	padding-right: 5px;
	
}

#sign-up a span {
	
}


#news, #events, #board {
	height: auto;
}

#news h2 {
	padding: 15px 0px;
}

#news h2 i {
	color: #4cb651;
	padding-right: 10px;
}

#news h2 span {
	
}


#news .heroSlider-fixed {
	position: relative;
	float: left;
	width: 100%;
	height: 400px;
	padding: 0px !important;
}

#news .heroSlider-fixed .prev {
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #4CB651;
	border-radius: 10px;
	color: white !important;
	display: block !important;

	top: auto !important;
	right: 30px !important;
	left: auto !important;
	bottom: 25px !important;
}

#news .heroSlider-fixed .prev span {
	position: absolute;
	top: 55%;
	left: 45%;
	transform: translate(-50%, -50%);
	font-size: 10px;
}

#news .heroSlider-fixed .next {
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #4CB651;
	border-radius: 10px;
	color: white !important;
	display: block !important;

	top: auto !important;
	right: 0px !important;
	left: auto !important;
	bottom: 25px !important;
}

#news .heroSlider-fixed .next span {
	position: absolute;
	top: 55%;
	left: 55%;
	transform: translate(-50%, -50%);
	font-size: 10px;
}

#news #news-slider {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}

#news .slick-list {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}

#news .slick-track {
	position: relative;
	float: left;
	height: 100%;
}


#news .KMNewsItemInner {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}


#news .KMNewsItemInner .newsImgCon {
	position: relative;
	float: left;
	width: 100%;
	height: 200px;

	background-image: url(images/logo.jpg);
	background-position: center center;
	background-size: 80% auto;
	background-repeat: no-repeat;
}

#news .KMNewsItemInner .KMNewsHeader {
	position: relative;
	float: left;
	width: 100%;
	height: 50px;
	overflow: hidden;
	background-color: transparent !important;
}

#news .KMNewsItemInner .KMNewsHeader i {
	display: none !important;
}

#news .KMNewsItemInner .KMNewsHeader span {
	position: relative;
	float: left;
	width: 100% !important;
	height: 100%;
	text-align: center;
	padding: 5px;

	color: black;
	font-weight: 600;
	font-size: 18px;

	border-bottom: 1px solid #103f74;
}

#news .KMNewsItemInner .KMNewsTeaser > span {
	position: relative;
	float: left;
	width: 100%;
	height: 100px;
	text-align: center;
	padding: 5px;

	color: #5e5e5e;
	font-weight: 600;
	font-size: 14px;

	border-bottom: 1px solid #103f74;
}


#news .KMNewsItemInner .KMNewsDate {
	display: none !important;
}

#news .KMNewsItemInner .KMNewsDateTxt {
	display: none !important;
}

#news .KMNewsItemInner .KMNewsAuth {
	display: none !important;
}


#news .KMNewsItemInner .KMNewsName {
	display: none !important;
}

#news .KMNewsItemInner .KMNewsInfo div:nth-child(3) i {
	display: none !important;
}

#news .KMNewsItemInner .KMNewsInfo div:nth-child(3) a {
	color: black;
	font-weight: 600;
	text-decoration: none;
	padding: 5px;
}

#news .KMNewsItemInner .KMNewsInfo div:nth-child(3) a:hover {
	text-decoration: underline;
}



#events h2 {
	padding: 15px 0px;
}

#events h2 i {
	color: #4cb651;
	padding-right: 10px;
}

#events h2 span {
	
}


#events .heroSlider-fixed {
	position: relative;
	float: left;
	width: 100%;
	height: 400px;
	padding: 0px !important;
}

#events .heroSlider-fixed .prev {
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #4CB651;
	border-radius: 10px;
	color: white !important;
	display: block !important;

	top: auto !important;
	right: 30px !important;
	left: auto !important;
	bottom: 25px !important;
}

#events .heroSlider-fixed .prev span {
	position: absolute;
	top: 55%;
	left: 45%;
	transform: translate(-50%, -50%);
	font-size: 10px;
}

#events .heroSlider-fixed .next {
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #4CB651;
	border-radius: 10px;
	color: white !important;
	display: block !important;

	top: auto !important;
	right: 0px !important;
	left: auto !important;
	bottom: 25px !important;
}

#events .heroSlider-fixed .next span {
	position: absolute;
	top: 55%;
	left: 55%;
	transform: translate(-50%, -50%);
	font-size: 10px;
}

#events #events-slider {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}

#events .slick-list {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}

#events .slick-track {
	position: relative;
	float: left;
	height: 100%;
}


#events .KMEventItemInner {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}


#events .KMEventItemInner .eventImgCon {
	position: relative;
	float: left;
	width: 100%;
	height: 200px;

	background-image: url(images/logo.jpg);
	background-position: center center;
	background-size: 80% auto;
	background-repeat: no-repeat;
}

#events .KMEventItemInner .KMEventHeader {
	position: relative;
	float: left;
	width: 100%;
	height: 50px;
	overflow: hidden;
	background-color: transparent !important;
}

#events .KMEventItemInner .KMEventHeader i {
	display: none !important;
}

#events .KMEventItemInner .KMEventHeader span {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 5px;

	color: black;
	font-weight: 600;
	font-size: 18px;

	border-bottom: 1px solid #103f74;
}

#events .KMEventItemInner .KMEventContent span {
	position: relative;
	float: left;
	width: 100%;
	height: 100px;
	text-align: center;
	padding: 5px;

	color: #5e5e5e;
	font-weight: 600;
	font-size: 14px;

	border-bottom: 1px solid #103f74;
}


#events .KMEventItemInner .km-event-dropdown-ekstra {
	display: none !important;
}

#events .KMEventItemInner .KMEventItemReadMore {
	color: black;
	font-weight: 600;
	text-decoration: none;
	padding: 5px;
}

#events .KMEventItemInner .KMEventItemReadMore:hover {
	text-decoration: underline;
}

#events .KMEventItemInner .KMEventInvite {
	display: none;
}





#board h2 {
	padding: 15px 0px;
}

#board h2 i {
	color: #4cb651;
	padding-right: 10px;
}

#board h2 span {
	
}

#board .board-img {
	position: relative;
	float: left;
	width: 100%;
	height: 200px;
}

#board .board-img {
	position: relative;
	float: left;
	width: 100%;
	height: 200px;

	background-image: url(images/img3.jpg);
	background-position: top center;
	background-size: cover;
}

#board .board-title {
	position: relative;
	float: left;
	width: 100%;
	height: 50px;
	overflow: hidden;
	background-color: transparent !important;
}

#board .board-title span {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 5px;

	color: black;
	font-weight: 600;
	font-size: 18px;

	border-bottom: 1px solid #103f74;
}

#board .board-teaser span {
	position: relative;
	float: left;
	width: 100%;
	height: 100px;
	text-align: center;
	padding: 5px;
	overflow: hidden;

	color: #5e5e5e;
	font-weight: 600;
	font-size: 14px;

	border-bottom: 1px solid #103f74;
}

#board .board-read-more a {
	color: black;
	font-weight: 600;
	text-decoration: none;
	padding: 5px;
}

#board .board-read-more a:hover {
	text-decoration: underline;
}


#gallery-container {
	position: relative;
	float: left;
	width: 100%;
	height: auto;

	padding: 50px 0px;
	background-image: url(images/galleri.jpg);
	background-position: top center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#gallery-box {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	background-color: #103f74;
	color: white;
	padding: 15px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
}

#gallery-box .header {
	position: relative;
	float: left;
	width: 60%;
	padding-top: 50px;
	padding-bottom: 25px;
	color: white !important;
	border-bottom: 1px solid #4cb651;
	text-decoration: none;
}

#gallery-box .header:hover {
	text-decoration: underline;
}

#gallery-box .header h2 span {
	color: white !important;
}

#gallery-box .header h2 i {
	padding-right: 10px;
	color: white !important;
}



#gallery-box p {
	position: relative;
	float: left;
	width: 80%;
	height: auto;
}

#gallery-box p a {
	position: relative;
	float: left;
	color: white;
	text-decoration: none;
	font-weight: 600;
	padding-bottom: 50px;
}

#gallery-box p a:hover {
	text-decoration: underline;
}

#gallery-box .line-fade {
	position: absolute;
	width: 100%;
	height: 6px;
	left: 0px;
	background-color: #1b547e;
	bottom: 10px;
}

#gallery-box .line-fade .line-bright {
	position: absolute;
	width: 75px;
	left: 75px;
	height: 100%;
	background-color: #44966b;
}

.cms-teaser {
	position: relative;
	float: left;
	height: auto;
	padding: 25px 0px;
}

.cms-teaser .header {
	position: relative;
	float: left;
	width: 100%;
	height: auto;

	padding: 10px 0px;
	text-align: center;
	text-decoration: none;
	color: black;
}

.cms-teaser .header:hover {
	text-decoration: underline;
}

.cms-teaser .header h2 i {
	padding-right: 10px;
	color: #4cb651 !important;
}

.cms-teaser .text {
	position: relative;
	float: left;
	width: 100%;
	height: 100px;
	overflow: hidden;
	text-align: center;
	margin: 0px;
	padding: 15px 0px;

	color: #7e7e7e;
	font-size: 14px;
	border-bottom: 1px solid #103f74;
	border-top: 1px solid #103f74;
}

.cms-teaser .read-more {
	position: relative;
	float: left;
	width: 100%;
	padding: 10px 0px;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	color: black;
}

.cms-teaser .read-more:hover {
	text-decoration: underline;
}


#sponsor-container {
	position: relative;
	float: left;
	width: 100%;
	height: auto;

	padding: 50px 0px;

	background-image: url(images/sponsorer.jpg);
	background-position: top center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#maps-container {
	position: relative;
	float: left;
	width: 100%;
	height: auto;

	border-top: 5px solid #103f74;
}


footer {
	background-color: #103f74 !important;
}

.footer-header {
	padding: 15px 0px;
	color: white;
	border-bottom: 1px solid #1a5981;
}

.footer-box {
	padding: 15px 0px;
}

.footer-box p {
	color: white;
	margin: 0px;
	padding: 5px 0px;
}

.footer-box a {
	display: block;
	padding: 5px 0px;
	text-decoration: none;
	color: white;
}

.footer-box a:hover {
	text-decoration: underline;
}

/* ----------------------------------- */
/* ------- CUSTOM RESPONSIVE --------- */
/* ----------------------------------- */
.heroSlider-fixed {
	position: relative;
}
#indhold img {
	max-width: 100%;
	height: auto;
}
.km-lang-select {
	display: none;
}
.ellipse {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.boxShadow {
	-webkit-box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.75);
}
.hideOnSub {
	display: none;
}
.parallax {
	background-position: center center !important;
	background-attachment: fixed !important;
	background-size: cover !important;
}
.fullCol1 {
	position: relative;
}
.fullCol1:before, .fullCol1:after {
	content: "";
	background: #333333;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 9999px;
}
.fullCol1:before {
	right: 100%;
}
.fullCol1:after {
	left: 100%;
}
.fullCol2 {
	position: relative;
}
.fullCol2:before, .fullCol2:after {
	content: "";
	background: #181818;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 9999px;
}
.fullCol2:before {
	right: 100%;
}
.fullCol2:after {
	left: 100%;
}

.home_link_responsive {
	font-size:2em !important;
	color:#fff;
	width:60px !important;
	height:60px;
	float:left;
	text-align:center;
	z-index:99999;
	display:block;
}
.home_link_responsive:hover, .show_hide_responsive:hover, .menu.create_profile_link_responsive:hover {
	background-color:rgba(255, 255, 255, 0.2);
}
#topmenu .fa-home:before{
     line-height: 65px;
	transition:ease 0.4s;	
}
/* ----------------------------------- */
/* ------------ KM Farver ------------ */
/* ----------------------------------- */
.km-blue, .chosen-container-single .chosen-single div b:before {
	color: rgb(25, 70, 121) !important;
}
.km-bg-blue, .chosen-container .chosen-results li.highlighted {
	/*background-color:#4abcea;*/
	background-color: rgb(25, 70, 121) !important;
}
.km-border-blue {
	border-top: 1px solid rgb(25, 70, 121) !important;
	border-bottom: 1px solid rgb(25, 70, 121) !important;
}
.km-bg-blue-fade, .dataTable tbody tr:nth-child(odd) {
	background-color: rgba(25, 70, 121, 0.2) !important;
}
.km-ico:before {
	color: #fff !important;
	background: #4abcea !important;
}
.km-bico:after, .km-bico:before {
	color: #4abcea !important;
}
/* ---------------------------------- */
/* -------------- BODY -------------- */
/* ---------------------------------- */
#body {
	margin: 0;
	padding: 0;
}
/* ----------------------------------- */
/* -------------- FONTS -------------- */
/* ----------------------------------- */
body { /*BRØDTEKST*/
	font-family: 'Source Sans Pro', sans-serif !important;
	font-size: 1em;
	font-weight: normal;
	color: #333;
}
h1 {
	font-size: 1.6em;
	font-weight: 600;
	color: #1d1d1d;
	margin: 0;
}
h2 {
	font-size: 1.4em;
	color: #1d1d1d;
	font-weight: 600;
	margin: 0;
}
h4 {
	color: #339900;
	text-transform: uppercase;
	font-weight: bold;
	margin: 2px 2px 2px 2px;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase, .initialism {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
/* ----------------------------------- */
/* -------------- LINKS -------------- */
/* ----------------------------------- */
#indhold a:link, #indhold a:visited {
	color: #0063a6;
	text-decoration: none;
}
#indhold a:hover, #indhold a:active {
	text-decoration: underline;
}
/* ----------------------------------- */
/* ------------- TOPMENU ------------- */
/* ----------------------------------- */
#body {
	padding-top: 0px;
}
#menuBar {
	background-color: #477190;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1002;
}
#topmenu {
	position: relative;
	background: #477190;
	text-transform: uppercase;
	display: block !important;
}
#topmenu .menu {
	padding: 0 15px;
	font-size: 16px;
	line-height: 60px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background-color: #194679;
	border-right: 5px solid #477190;
}
#topmenu ul li ul li a.menu {
	border: none;
}
#menu li ul li a {
	float: left;
	padding: 0px 12px !important;
	width: 100%;
	white-space: nowrap;
	display: block;
	color: #fff;
	font-size: 0.9em;
	border-left: 6px solid transparent !important;
}
#menu ul ul li {
	width: 100% !important;
	display: block;
	height: 40px;
}
#menu ul ul {
	width: auto !important;
}

@media screen and (min-width: 770px) {
#menu-mobile {
	display: none !important;
	background-color: #477190 !important;
}
#ctl00_ContentPlaceHolderBody_repEvent_ctl01_Label1 {
	float: left;
}
.menu_create_profile_link_responsive {
	display: none;
}
.km-event-dropdown-invite {
	font-size: 3px !important;
}
#leftmenu {
	display: block !important;
}
li .hasdrop {
	width: 40px;
}
.hasdrop ul li {
	display: none;
}
.hasdrop ul li ul {
	top: 0px !important;
	left: 230px !important;
}
.hasdrop {
	width: 100px;
	margin: 0;
	display: block;
	height: 60px;
	position: relative !important;
}
.hasdrop .hasdrop {
	padding: 0 !important;
	height: 30px;
}
.hasdrop .hasdrop:after {
	display: none;
}
#topmenu {
	height: 60px;
}
#topmenu li {
	list-style: none;
}
#menu {
	list-style: none;
	margin-left: 10px;
	margin: 0;
	padding: 0;
	display: inline-block;
}
#menu li {
	display: inline-block;
	position: relative;
	padding: 0;
}
.km-event-dropdown-invite {
	font-size: 6px !important;
	padding: 0 !important;
	float: left;
	margin-top: 0 !important;
	line-height: 0px;
}
#menu li a {
	width: 100%;
	font-size: 14px !important;
}
#menu li ul {
	text-align: left;
	display: none;
	position: absolute;
	left: 0;
	z-index: 10000000000000000000000001;
	padding: 0;
	background: #477190 none repeat scroll 0 0;
	top: 100%;
}
#menu li ul li ul {
	top: 0;
	left: 100%;
}
#menu li:hover > ul {
	Display: block;
}
#menu li ul li a {
	float: left;
	padding: 0px 12px !important;
	color: #fff;
	font-size: 0.9em;
	border-bottom: 1px solid #477190;
	border-left: 6px solid transparent !important;
}
#menu li ul .menu {
	line-height: 40px;
	text-align: left;
}
}
#nav-icon3 {
	display: block;
	cursor: pointer;
	height: 100%;
	width: 60px;
}
.topmn .popout:after {
	content: " \f078";
	font-family: FontAwesome;
}
.topmn .level2 .popout:after {
	content: "\f054";
	margin-left: 10px;
}

@media screen and (max-width: 769px) {
#topmenu #menu .level2 a {
	text-indent: 30px;
	background-image: url(../images/responsivebg.png);
}
#topmenu #menu .level3 a {
	text-indent: 40px;
	background-image: url(../images/responsivebg.png);
}
#topmenu #menu .level4 a {
	text-indent: 50px;
	background-image: url(../images/responsivebg.png);
}
#topmenu #menu .level5 a {
	text-indent: 60px;
}
#topmenu #menu .level6 a {
	text-indent: 70px;
}
#topmenu #menu .level7 a {
	text-indent: 80px;
}
.topmn ul {
	padding-left: 0px;
}
#topmenu .topmn .menu {
	padding: 0;
}
.topmn .popout:after, .topmn .level2 .popout:after {
	content: "\f055";
	font-family: FontAwesome;
	float: right;
	margin-right: 10px;
}
.topmn .active:after, .topmn .level2 .active:after {
	content: "\f056";
	font-family: FontAwesome;
	float: right;
	margin-right: 10px;
}

.btnwrap span div {
	width: 43px !important;
}

#km-logged-in-btns > .btnwrapwrap:nth-of-type(1) {
	right: 45px !important;
	top: 130px !important;
}

#km-logged-in-btns > .btnwrapwrap:nth-of-type(2) {
	right: 45px !important;
	top: 165px !important;
}

#km-logged-in-btns > .btnwrapwrap:nth-of-type(3) {
	right: 45px !important;
	top: 200px !important;
}

#ctl00_cntrlRoleSelection_panLnkAdmin {
	right: -25px !important;
	top: -30px !important;
}
}
/* ----------------------------------- */
/* ------------- CONTENT ------------- */
/* ----------------------------------- */
#content {
	position: relative;
	float: left;
}
/* ----------------------------------- */
/* ------------- INDHOLD ------------- */
/* ----------------------------------- */
#indhold {
	position: relative;
	width: 100%;
	padding: 25px 0px;
	margin: 0;
	min-height: 300px;
}
#ctl00_ContentPlaceHolderBody_lblPageContent {
	display: block;
}
/* ---------------------------------- */
/* -------------- LEFT -------------- */
/* ---------------------------------- */
#left {
	position: relative;
	float: left;
	width: 172px;
	min-height: 550px;
	margin-bottom: 5px;
	z-index: 1;
}
/* ----------------------------------- */
/* ------------ LEFT MENU ------------ */
/* ----------------------------------- */
#menucon a:hover {
	color: #fff !important;
	background-color: #000;
	border-left: 6px solid #000 !important;
	border-right: 6px solid #000 !important;
	font-weight: 600 !important;
}
#leftmenu {
}
.DynamicMenuStyle {
	display: block !important;
}
.StaticMenuStyle {
	display: block !important;
}
#ctl00_mnSel_mnuMenu a {
	font-weight: normal !important;
}
.IE8Fix {
	margin-top: -5px;
}
.show_left {
	font-size: 0px;
	line-height: 70px;
	text-align: center;
	display: inline-block;
	color: #fff;
	float: left;
	margin-right: 20px;
	text-decoration: none;
	transition: all .1s linear;
	width: 30px;
	height: 57px;
}
.show_left:after {
	background: #000 none repeat scroll 0 0;
	box-shadow: 0 0.3em 0 0 #000, 0 0.6em 0 0 #000;
	content: "";
	font-size: 30px;
	height: 0.08em;
	left: 0;
	position: absolute;
	top: 21px;
	width: 1em;
}
.show_left:hover {
}
.DynamicMenuStyle {
	width: 100%;
}
table.StaticMenuStyle > tbody > tr > td:nth-child(2) > img {
	display: none;
}
table.StaticMenuStyle > tbody > tr > td:nth-child(2) {
	position: absolute;
	right: 15px;
	width: 15px !important;
	height: 15px;
	background: url("images/btn-arrow-right.png") no-repeat center center;
	margin-top: 10px !important;
}
#menucon {
	display: none;
	position: absolute;
	border-top: 0px !important;
	top: 70px;
	width: 340px;
	z-index: 1001 !important;
}
#menucon a {
	display: none;
	color: #000 !important;
	background-color: #fff;
	text-decoration: none;
	line-height: 60px;
	text-indent: 30px;
	width: 330px;
	font-size: 18px !important;
	font-weight: 400 !important;
	border-left: 0px solid #cfcfcf !important;
	transition: all .1s ease-in-out;
}
.StaticMenuStyle {
	display: block !important;
}
/* ----------------------------------- */
/* ----- FOOTER + KLUBMODUL LOGO ----- */
/* ----------------------------------- */

footer {
	text-decoration: none;
	background-color: #fff;
	color: #000;
	position: relative;
	width: 100%;
}
#klubmodul {
	float: right;
	margin: 15px;
	position: relative;
	z-index: 2;
}
/* ----------------------------------- */
/* ---------- IFRAME NYHEDER --------- */
/* ----------------------------------- */

/* ----------------------------------- */
/* ----------- LOGIND BOKS ----------- */
/* ----------------------------------- */

.create_profile_link {
	position: absolute;
	right: 120px;
	background-color: #00a637;
	font-weight: 600;
	top: 0;
}
.show_hide, .show_hide2 {
	position: absolute;
	font-weight: 600;
	z-index: 1001;
	right: 0px;
	top: 0px;
	width: 120px;
	color: #fff;
	line-height: 60px;
	text-align: center;
	background: #194679;
	/* Skift her */
    
	display: inline-block;
	text-decoration: none;
}
.show_hide i, .show_hide2 i {
	color: #fff;
	font-size: 30px;
	margin-top: 6px;
}
#loginbox, #loginbox2 {
	position: absolute;
	border-top: 0px !important;
	display: none;
	right: 0;
	top: 60px;
	width: 428px;
	z-index: 1001 ! important;
	background-color: #fff;
	border-bottom: 4px solid #194679;/* Skift her */
}
#loginbox {
	background-color: #fff;
}
#loginbox2 {
	background-color: #fff;
}
.logintop, .logintop2 {
	height: 60px;
	line-height: 60px;
	text-align: left;
	color: #fff;
	background-color: #194679;
	/* Skift her */
    
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 20px;
	border-bottom: 4px solid #194679;/* Skift her */
}
.logintop {
	margin-bottom: 30px;
}
#ctl00_lnkCreateprofile {
	float: right;
	text-decoration: none;
	text-transform: none;
	color: #fff;
}
#ctl00_lnkCreateprofile:before {
	content: "\f105";
	font-family: FontAwesome;
	transition: all .1s linear;
	margin-right: 10px;
	font-size: 20px;
}
#ctl00_lnkCreateprofile:hover:before {
	margin-right: 5px;
}
#loginbox .login {
}
#loginbox #logininfo {
	position: relative;
	float: left;
}
#loginbox #logininfo a, #loginbox #logininfo span {
	color: red;
	text-decoration: underline;
}
#usermenu {
	position: absolute;
	width: 100%;
	top: 0;
	right: 0;
	z-index: 10003;
	color: #3D3D3D;
}
#createprofile {
	float: right;
}
#createprofile a {
	color: #343434;
	text-transform: capitalize;
	font-weight: 300;
	font-size: 12px;
	text-decoration: none;
}
#createprofile img {
	display: block;
	margin: 0 auto;
}
#loginbox .login {
	padding: 0 20px;
	height: 200px;
}
#loginbox2 .login {
	padding: 0 20px;
}
#loginbox .login:after {
	content: "";
	position: absolute;
	left: 137px;
	border-width: 7px 7px 0px 7px;
	border-color: #003270 transparent;
	/* reduce the damage in FF3.0 */
    
	display: block;
	width: 0;
	margin-top: 4px;
}
#loginbox #logininfo {
	position: relative;
	float: left;
}
#loginbtn {
	position: relative;
	float: right;
}
#ctl00_ImgLogin {
	font-size: 16px !important;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	display: block;
	border-radius: 3px;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 184px;
	background-color: #00A637;
	/* Skift her */
    
	-webkit-box-shadow: 0px 3px 0px 0px rgba(0, 83, 27, 1);
	-moz-box-shadow: 0px 3px 0px 0px rgba(0, 83, 27, 1);
	box-shadow: 0px 3px 0px 0px rgba(0, 83, 27, 1);
	transition: all 0.1s linear 0s;
}
#ctl00_ImgLogin:hover {
	-webkit-box-shadow: 0px 0px 0px 0px rgba(13, 103, 166, 1);
	-moz-box-shadow: 0px 0px 0px 0px rgba(13, 103, 166, 1);
	box-shadow: 0px 0px 0px 0px rgba(13, 103, 166, 1);
	margin-top: 3px;
	margin-bottom: -3px;
}
#loginbox #logininfo a, #loginbox #logininfo span {
	font-size: 16px !important;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	display: block;
	border-radius: 3px;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 184px;
	background-color: #FFBA53;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(198, 198, 198, 1);
	-moz-box-shadow: 0px 3px 0px 0px rgba(198, 198, 198, 1);
	box-shadow: 0px 3px 0px 0px rgba(198, 198, 198, 1);
	transition: all 0.1s linear 0s;
}
#loginbox #logininfo a:hover {
	-webkit-box-shadow: 0px 0px 0px 0px rgba(198, 198, 198, 1);
	-moz-box-shadow: 0px 0px 0px 0px rgba(198, 198, 198, 1);
	box-shadow: 0px 0px 0px 0px rgba(198, 198, 198, 1);
	margin-top: 3px;
	margin-bottom: -3px;
}
#ctl00_ImgLogin i {
	text-indent: 10px;
	transition: all 0.1s linear 0s;
}
#ctl00_ImgLogin:hover i {
	text-indent: 20px;
}
#ctl00_valReqUsername, #ctl00_valReqPassword {
	position: absolute;
	display: block;
	width: 0px;
	margin-left: 2px;
	font-size: 20px;
}
#loginbox #dkkort {
	margin-top: 2px;
	float: left;
}
#ctl00_valCustUkendt {
	margin-left: 7px;
}
.customprofilebtn {
	text-align: center;
	width: 96px;
	display: inline-block;
	font-size: 16px;
}
.custombg {
	margin-top: 10px;
	padding: 15px 0 10px 0;
}
#profile {
	margin-left: 9px;
	font-size: 12px;
	text-align: center;
}
#ctl00_cntrlRoleSelection_panLnkAdmin hr {
	display: none;
}
#ctl00_txtUsername {
	border: 0 none;
	padding-left: 60px;
	padding: 0 10px 0 50px;
	margin-bottom: 15px;
	height: 40px;
	width: 100%;
	position: relative;
	border: 1px solid #FFE4E1;
}
#ctl00_txtUsername_ico {
	content: "f007";
	position: absolute;
	left: 21px;
	top: 90px;
	width: 43px;
	height: 40px;
	padding: 6px 0;
	text-align: center;
	background: #194679;
	color: #fff;
	font-size: 32px;
	z-index: 1;
}
#ctl00_txtPassword {
	border: 0 none;
	padding-left: 60px;
	padding: 0 10px 0 50px;
	margin-bottom: 15px;
	height: 40px;
	width: 100%;
	border: 1px solid #FFE4E1;
}
#ctl00_txtPassword_ico {
	content: "f13e ";
	position: absolute;
	left: 21px;
	top: 145px;
	width: 43px;
	height: 40px;
	padding: 6px 0;
	text-align: center;
	background: #194679;
	color: #fff;
	font-size: 32px;
	z-index: 1;
}
.prodilebtn {
	height: 55px;
}
.prodilebtn a {
	font-size: 16px !important;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 3px;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 100%;
	margin-bottom: 14px;
	transition: all .1s linear;
}
.prodilebtn a:hover {
	border-bottom-width: 0px;
	margin-top: 3px;
}
.prodilebtnProfile a, .prodilebtnTeams a {
	background-color: #00A637;
	color: #fff;
	border-bottom: 3px solid rgba(198, 198, 198, 1);
}
.prodilebtnLogout a {
	background-color: #CC5151;
	color: #fff;
	border-bottom: 3px solid rgba(160, 64, 64, 1);
}
#ctl00_cntrlRoleSelection_panLnkAdmin a:before {
	content: "Admin login";
	font-size: 16px !important;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 3px;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 100%;
	margin-bottom: 14px;
	background-color: #0063a7;
	background-image: url(images/adminlogo.png);
	background-position: 116px center;
	background-repeat: no-repeat;
	color: #fff;
	border-bottom: 3px solid rgba(0, 80, 124, 1);
	transition: all 0.1s linear 0s;
}
#ctl00_cntrlRoleSelection_panLnkAdmin a:hover:before {
	border-bottom-width: 0px;
}
#ctl00_cntrlRoleSelection_lnkAdmin {
	font-size: 0px !important;
}
/* ----------------------------------- */
/* ---------- NEWS ARCHIVE ----------- */
/* ----------------------------------- */

.center-text {
	text-align: center!important
}
#newsArchive_rightcol {
	display: none!important
}
.NewsHeading {
	margin-top: -20px!important
}
.NewsHeading h1 {
	text-align: center!important;
	font-size: 30px!important;
}
.NewsHeading h1:after {
	content: "";
	width: 80px!important;
	height: 10px!important;
	display: block!important;
	border-bottom: 2px solid red!important;
	margin-right: auto!important;
	margin-left: auto!important;
	margin-bottom: 59px!important;
}
#newsArchive_leftcol a:link {
	color: #000!important
}
#newsArchive_leftcol .NewsItem {
	border: none !important;
	margin-right: 5px!important;
	padding: 5px 10px !important;
	position: relative !important;
	marign-bottom: 20px!important;
	width: 47%!important;
	float: left!important;
	margin-bottom: 52px!important;
}
#newsArchive_leftcol .NewsItem:hover .NewsHeader span {
text-decoration:none!important!important
}
#newsArchive_leftcol .NewsItem:hover .newsImgCon {
	background-size: 100%!important;
	text-decoration: none!important
}
#newsArchive_leftcol .NewsName {
	position: absolute!important;
	top: 305px!important;
	left: 100px!important;
	font-size: 14px!important;
font-style: normal!important!important;
	font-weight: 700;
	color: #000!important;
}
#newsArchive_leftcol .NewsAuth img {
	display: none!important
}
#newsArchive_leftcol .NewsHeader {
	color: #000 !important;
	font-weight: 700 !important;
	font-size: 20px !important;
	margin-top: 20px !important;
	display: block!important;
}
#newsArchive_leftcol .newsImgCon {
	width: 100%!important;
	display: block!important;
	height: 250px!important;
	background-size: 115%!important;
	background-repeat: no-repeat!important;
	-webkit-transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
	background-position: center!important;
}
#newsArchive_leftcol .NewsTeaser {
	margin-top: 17px !important;
	overflow: hidden!important;
	height: 100px !important;
	color: #587986;
}
#newsArchive_leftcol .NewsDateTxt {
	font-style: normal !important;
	positioN: absolute !important;
	top: 304px !important;
	left: 12px !important;
	padding-right: 8px !important;
	border-right: 1px solid #000 !important;
}
/* ----------------------------------- */
/* -------- LEFT MENU DROPDOWN ------- */
/* ----------------------------------- */

.show_left {
	text-indent: -10000px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	color: #fff;
	width: 30px;
	text-decoration: none;
	padding: 0 10px 0 10px;
	background: url(images/hamburger.png) #194679 no-repeat left 10px center;
	transition: all .1s linear;
	position: absolute;
	top: 0 !important;
	float: left;
	z-index: 99;
	display: block;
}
.show_left:hover {
}
#leftmenu {
}
#leftmenu a {
	width: 271px;
}
table.StaticMenuStyle > tbody > tr > td:nth-child(2) > img {
	display: none;
}
table.StaticMenuStyle > tbody > tr > td:nth-child(2) {
	position: absolute;
	right: 15px;
	width: 15px !important;
	height: 15px;
	background: url("images/btn-arrow-right.png") no-repeat center center;
	margin-top: 10px !important;
}
#menucon {
	display: none;
	position: absolute;
	border-top: 0px !important;
	left: 0;
	top: 60px;
	width: 271px;
	z-index: 1001 !important;
}
#menucon a {
	display: none;
	color: #000 !important;
	background-color: #fff;
	text-align: left !important;
	line-height: 35px;
	padding: 0px 0px;
	font-size: 0.9em;
	border-left: 6px solid #fff;
	border-bottom: 1px solid #ccc;
	transition: all .1s ease-in-out;
 S
}
#con a:hover {
	border-left: 6px solid #477190 !important;
}
.StaticMenuStyle {
	display: block !important;
}
/* ----------------------------------- */
/* ----------- SYSTEM STYLE ---------- */
/* ----------------------------------- */
#hall {
	overflow-x: scroll;
}
#EventMembers {
	color: #000 !important;
}
.FormIndhold {
	background-attachment: fixed;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #000000;
	width: 250px;
}
table {
	font-size: inherit;
}
td {
	margin: 2px 2px 2px 2px;
	margin: 12px 12px 12px 12px;
}
.td {
	margin: 2px 2px 2px 2px;
	background-image: url(images/Tabelbg.gif);
}
.tdalert {
	border: 2px;
	border-style: dotted;
	border-color: green;
	padding: 3pt 3pt;
	margin: 2px 2px 2px 2px;
	background-color: #000000;
}
.tdSize11 {
	border-style: solid;
	color: #a5abb1;
	border-width: 1px;
	font-size: 11px;
}
.tdSize14 {
	border-style: solid;
	color: #a5abb1;
	border-width: 1px;
	text-decoration: underline;
	font-size: 14px
}
#TipBox {
	display: none;
	position: absolute;
	z-index: 1000;
	border: green dotted 1px;
	padding: 5px;
	background-color: #FFFFFF;
}
.TipBox {
	display: none;
	position: absolute;
	font-size: 10px;
	font-weight: bold;
	font-family: verdana;
	border: #72B0E6 solid 1px;
	padding: 15px;
	color: #1A80DB;
	background-color: #FFFFFF;
}
.arrow-button {
	display: none;
}
#responsive-login {
	display: none;
}
.menu.create_profile_link_responsive {
	display: none !important;
}
.show_hide_responsive {
	display: none;
}

@media screen and (max-width: 769px) {
#topmenu {
	position: fixed;
	z-index: 999;
	background-color: transparent;
	top: 60px;
	width: 100%;
	left: -100%;
}
#topmenu-responsive.shrink.after {
	top: 40px !important;
}
#topmenu-responsive.shrink {
	top: 40px !important;
}
#topmenu-responsive {
	top: 60px !important;
	position: fixed !important;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 100vh;
	display: block;
	padding-bottom: 60px;
	width: 80%;
	right: 100%;
	transition: ease-out 0.4s;
	background-color: #474b50;
}
#topmenu-responsive.after {
	top: 60px !important;
	right: 20%;
	transition: ease-out 0.4s;
	animation-name: shadow;
}
.home_link_responsive {
	background-color:#194679;
	border-right:1px solid #fff;
}
#menu {
	left: 0px !important;
	padding: 0 !important;
}
.topmn > ul {
	width: 100%;
}
#menu-mobile {
	height: 60px !important;
	border-bottom: 1px solid #000;
}
.show_hide_responsive, .menu.create_profile_link_responsive {
	color: #fff !important;
	border: none !important;
}
#nav-icon3 span {
	background-color: #fff !important;
	height: 4px !important;
}
#shadow-box {
	top: 100px !important;
}
body #usermenu {
	top: 0px !important;
}
#nav-icon3 {
	display: block;
	cursor: pointer;
	height: 50px;
	width: 60px;
	position: relative;
	top: 5px;
}
#mobileLogo {
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#mobileLogo img {
	width: 15%;
	margin: 10px;
	float: left;
}
#mobileLogo span {
	display: block;
	width: 50vw;
	line-height: auto;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.1em;
	text-align: center;
}
#usermenu .logind a {
	height: 45px;
	padding-top: 5px;
}
#usermenu .logind a i:before {
	line-height: 40px !important;
}
#loginbox, #loginbox2 {
	position: absolute;
	border-top: 0px !important;
	display: none;
	right: 0;
	top: 45px;
	width: 428px;
	z-index: 1001 ! important;
	background-color: #fff;
	border-bottom: 4px solid #000;
}
.show_hide, .show_hide2 {
	line-height: 45px !important;
	padding-top: 0 !important;
}

#body {
	padding-top: 0px !important;
}

#banner-slide .slick-slide span {
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
}
/* ------------------------------------- */
/* ----------- Responsive CSS ---------- */
/* ------------------------------------- */

/* ----------------------------------- */
/* -------------- BOXES -------------- */
/* ----------------------------------- */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container:before, .container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}

@media (min-width: 769px) {
.container {
	width: 750px;
}
}

@media (min-width: 992px) {
.container {
	width: 970px;
}
}

@media (min-width: 1200px) {
.container {
	width: 1170px;
}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
	content: " ";
	display: table;
}
.container-fluid:after {
	clear: both;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.row:before, .row:after {
	content: " ";
	display: table;
}
.row:after {
	clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-1 {
	width: 8.33333%;
}
.col-xs-2 {
	width: 16.66667%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-4 {
	width: 33.33333%;
}
.col-xs-5 {
	width: 41.66667%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-7 {
	width: 58.33333%;
}
.col-xs-8 {
	width: 66.66667%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-10 {
	width: 83.33333%;
}
.col-xs-11 {
	width: 91.66667%;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-pull-1 {
	right: 8.33333%;
}
.col-xs-pull-2 {
	right: 16.66667%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-4 {
	right: 33.33333%;
}
.col-xs-pull-5 {
	right: 41.66667%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-7 {
	right: 58.33333%;
}
.col-xs-pull-8 {
	right: 66.66667%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-10 {
	right: 83.33333%;
}
.col-xs-pull-11 {
	right: 91.66667%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-push-1 {
	left: 8.33333%;
}
.col-xs-push-2 {
	left: 16.66667%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-4 {
	left: 33.33333%;
}
.col-xs-push-5 {
	left: 41.66667%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-7 {
	left: 58.33333%;
}
.col-xs-push-8 {
	left: 66.66667%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-10 {
	left: 83.33333%;
}
.col-xs-push-11 {
	left: 91.66667%;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}
.col-xs-offset-1 {
	margin-left: 8.33333%;
}
.col-xs-offset-2 {
	margin-left: 16.66667%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-4 {
	margin-left: 33.33333%;
}
.col-xs-offset-5 {
	margin-left: 41.66667%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-7 {
	margin-left: 58.33333%;
}
.col-xs-offset-8 {
	margin-left: 66.66667%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-10 {
	margin-left: 83.33333%;
}
.col-xs-offset-11 {
	margin-left: 91.66667%;
}
.col-xs-offset-12 {
	margin-left: 100%;
}

@media (min-width: 769px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
}
.col-sm-1 {
	width: 8.33333%;
}
.col-sm-2 {
	width: 16.66667%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-4 {
	width: 33.33333%;
}
.col-sm-5 {
	width: 41.66667%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-7 {
	width: 58.33333%;
}
.col-sm-8 {
	width: 66.66667%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-10 {
	width: 83.33333%;
}
.col-sm-11 {
	width: 91.66667%;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-pull-0 {
	right: auto;
}
.col-sm-pull-1 {
	right: 8.33333%;
}
.col-sm-pull-2 {
	right: 16.66667%;
}
.col-sm-pull-3 {
	right: 25%;
}
.col-sm-pull-4 {
	right: 33.33333%;
}
.col-sm-pull-5 {
	right: 41.66667%;
}
.col-sm-pull-6 {
	right: 50%;
}
.col-sm-pull-7 {
	right: 58.33333%;
}
.col-sm-pull-8 {
	right: 66.66667%;
}
.col-sm-pull-9 {
	right: 75%;
}
.col-sm-pull-10 {
	right: 83.33333%;
}
.col-sm-pull-11 {
	right: 91.66667%;
}
.col-sm-pull-12 {
	right: 100%;
}
.col-sm-push-0 {
	left: auto;
}
.col-sm-push-1 {
	left: 8.33333%;
}
.col-sm-push-2 {
	left: 16.66667%;
}
.col-sm-push-3 {
	left: 25%;
}
.col-sm-push-4 {
	left: 33.33333%;
}
.col-sm-push-5 {
	left: 41.66667%;
}
.col-sm-push-6 {
	left: 50%;
}
.col-sm-push-7 {
	left: 58.33333%;
}
.col-sm-push-8 {
	left: 66.66667%;
}
.col-sm-push-9 {
	left: 75%;
}
.col-sm-push-10 {
	left: 83.33333%;
}
.col-sm-push-11 {
	left: 91.66667%;
}
.col-sm-push-12 {
	left: 100%;
}
.col-sm-offset-0 {
	margin-left: 0%;
}
.col-sm-offset-1 {
	margin-left: 8.33333%;
}
.col-sm-offset-2 {
	margin-left: 16.66667%;
}
.col-sm-offset-3 {
	margin-left: 25%;
}
.col-sm-offset-4 {
	margin-left: 33.33333%;
}
.col-sm-offset-5 {
	margin-left: 41.66667%;
}
.col-sm-offset-6 {
	margin-left: 50%;
}
.col-sm-offset-7 {
	margin-left: 58.33333%;
}
.col-sm-offset-8 {
	margin-left: 66.66667%;
}
.col-sm-offset-9 {
	margin-left: 75%;
}
.col-sm-offset-10 {
	margin-left: 83.33333%;
}
.col-sm-offset-11 {
	margin-left: 91.66667%;
}
.col-sm-offset-12 {
	margin-left: 100%;
}
}

@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
}
.col-md-1 {
	width: 8.33333%;
}
.col-md-2 {
	width: 16.66667%;
}
.col-md-3 {
	width: 25%;
}
.col-md-4 {
	width: 33.33333%;
}
.col-md-5 {
	width: 41.66667%;
}
.col-md-6 {
	width: 50%;
}
.col-md-7 {
	width: 58.33333%;
}
.col-md-8 {
	width: 66.66667%;
}
.col-md-9 {
	width: 75%;
}
.col-md-10 {
	width: 83.33333%;
}
.col-md-11 {
	width: 91.66667%;
}
.col-md-12 {
	width: 100%;
}
.col-md-pull-0 {
	right: auto;
}
.col-md-pull-1 {
	right: 8.33333%;
}
.col-md-pull-2 {
	right: 16.66667%;
}
.col-md-pull-3 {
	right: 25%;
}
.col-md-pull-4 {
	right: 33.33333%;
}
.col-md-pull-5 {
	right: 41.66667%;
}
.col-md-pull-6 {
	right: 50%;
}
.col-md-pull-7 {
	right: 58.33333%;
}
.col-md-pull-8 {
	right: 66.66667%;
}
.col-md-pull-9 {
	right: 75%;
}
.col-md-pull-10 {
	right: 83.33333%;
}
.col-md-pull-11 {
	right: 91.66667%;
}
.col-md-pull-12 {
	right: 100%;
}
.col-md-push-0 {
	left: auto;
}
.col-md-push-1 {
	left: 8.33333%;
}
.col-md-push-2 {
	left: 16.66667%;
}
.col-md-push-3 {
	left: 25%;
}
.col-md-push-4 {
	left: 33.33333%;
}
.col-md-push-5 {
	left: 41.66667%;
}
.col-md-push-6 {
	left: 50%;
}
.col-md-push-7 {
	left: 58.33333%;
}
.col-md-push-8 {
	left: 66.66667%;
}
.col-md-push-9 {
	left: 75%;
}
.col-md-push-10 {
	left: 83.33333%;
}
.col-md-push-11 {
	left: 91.66667%;
}
.col-md-push-12 {
	left: 100%;
}
.col-md-offset-0 {
	margin-left: 0%;
}
.col-md-offset-1 {
	margin-left: 8.33333%;
}
.col-md-offset-2 {
	margin-left: 16.66667%;
}
.col-md-offset-3 {
	margin-left: 25%;
}
.col-md-offset-4 {
	margin-left: 33.33333%;
}
.col-md-offset-5 {
	margin-left: 41.66667%;
}
.col-md-offset-6 {
	margin-left: 50%;
}
.col-md-offset-7 {
	margin-left: 58.33333%;
}
.col-md-offset-8 {
	margin-left: 66.66667%;
}
.col-md-offset-9 {
	margin-left: 75%;
}
.col-md-offset-10 {
	margin-left: 83.33333%;
}
.col-md-offset-11 {
	margin-left: 91.66667%;
}
.col-md-offset-12 {
	margin-left: 100%;
}
}

@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
}
.col-lg-1 {
	width: 8.33333%;
}
.col-lg-2 {
	width: 16.66667%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-4 {
	width: 33.33333%;
}
.col-lg-5 {
	width: 41.66667%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-7 {
	width: 58.33333%;
}
.col-lg-8 {
	width: 66.66667%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-10 {
	width: 83.33333%;
}
.col-lg-11 {
	width: 91.66667%;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-pull-0 {
	right: auto;
}
.col-lg-pull-1 {
	right: 8.33333%;
}
.col-lg-pull-2 {
	right: 16.66667%;
}
.col-lg-pull-3 {
	right: 25%;
}
.col-lg-pull-4 {
	right: 33.33333%;
}
.col-lg-pull-5 {
	right: 41.66667%;
}
.col-lg-pull-6 {
	right: 50%;
}
.col-lg-pull-7 {
	right: 58.33333%;
}
.col-lg-pull-8 {
	right: 66.66667%;
}
.col-lg-pull-9 {
	right: 75%;
}
.col-lg-pull-10 {
	right: 83.33333%;
}
.col-lg-pull-11 {
	right: 91.66667%;
}
.col-lg-pull-12 {
	right: 100%;
}
.col-lg-push-0 {
	left: auto;
}
.col-lg-push-1 {
	left: 8.33333%;
}
.col-lg-push-2 {
	left: 16.66667%;
}
.col-lg-push-3 {
	left: 25%;
}
.col-lg-push-4 {
	left: 33.33333%;
}
.col-lg-push-5 {
	left: 41.66667%;
}
.col-lg-push-6 {
	left: 50%;
}
.col-lg-push-7 {
	left: 58.33333%;
}
.col-lg-push-8 {
	left: 66.66667%;
}
.col-lg-push-9 {
	left: 75%;
}
.col-lg-push-10 {
	left: 83.33333%;
}
.col-lg-push-11 {
	left: 91.66667%;
}
.col-lg-push-12 {
	left: 100%;
}
.col-lg-offset-0 {
	margin-left: 0%;
}
.col-lg-offset-1 {
	margin-left: 8.33333%;
}
.col-lg-offset-2 {
	margin-left: 16.66667%;
}
.col-lg-offset-3 {
	margin-left: 25%;
}
.col-lg-offset-4 {
	margin-left: 33.33333%;
}
.col-lg-offset-5 {
	margin-left: 41.66667%;
}
.col-lg-offset-6 {
	margin-left: 50%;
}
.col-lg-offset-7 {
	margin-left: 58.33333%;
}
.col-lg-offset-8 {
	margin-left: 66.66667%;
}
.col-lg-offset-9 {
	margin-left: 75%;
}
.col-lg-offset-10 {
	margin-left: 83.33333%;
}
.col-lg-offset-11 {
	margin-left: 91.66667%;
}
.col-lg-offset-12 {
	margin-left: 100%;
}
}

@media (max-width: 769px) {
.hidden-xs {
	display: none !important;
}
#body {
	padding-top: 60px;
}
}

@media (min-width: 769px) and (max-width: 991px) {
.hidden-sm {
	display: none !important;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
	display: none !important;
}
}

@media (min-width: 1200px) {
.hidden-lg {
	display: none !important;
}
}

.pad-0 {
	padding: 0px !important;
}
.pad-15 {
	padding: 15px !important;
}
.pad-25 {
	padding: 25px !important;
}
.pad-50 {
	padding: 50px !important;
}
.pad-t-0 {
	padding-top: 0px !important;
}
.pad-t-15 {
	padding-top: 15px !important;
}
.pad-t-25 {
	padding-top: 25px !important;
}
.pad-t-50 {
	padding-top: 50px !important;
}
.pad-b-0 {
	padding-bottom: 0px !important;
}
.pad-b-15 {
	padding-bottom: 15px !important;
}
.pad-b-25 {
	padding-bottom: 25px !important;
}
.pad-b-50 {
	padding-bottom: 50px !important;
}
.pad-tb-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.pad-tb-15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.pad-tb-25 {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}
.pad-tb-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.pad-l-0 {
	padding-left: 0px !important;
}
.pad-l-15 {
	padding-left: 15px !important;
}
.pad-l-25 {
	padding-left: 25px !important;
}
.pad-l-50 {
	padding-left: 50px !important;
}
.pad-r-0 {
	padding-right: 0px !important;
}
.pad-r-15 {
	padding-right: 15px !important;
}
.pad-r-25 {
	padding-right: 25px !important;
}
.pad-r-50 {
	padding-right: 50px !important;
}
.pad-lr-0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.pad-lr-15 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.pad-lr-25 {
	padding-left: 25px !important;
	padding-right: 25px !important;
}
.pad-lr-50 {
	padding-left: 50px !important;
	padding-right: 50px !important;
}


.clear {
	clear: both !important;
}

.slick-dots {
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
}
.slick-dots li {
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
}
.slick-dots li button {
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: #fff;
	border: none;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}
.slick-dots li:hover button {
	background-color: black;
	cursor: pointer;
}
.slick-dots li.slick-active button {
	background-color: black;
}
	
/* Custom Arrow */
.prev {
	color: #999;
	position: absolute;
	top: 38%;
	left: 10px;
	font-size: 1.5em;
	display: none !important;
}
.prev:hover {
	cursor: pointer;
	color: black;
}
.next {
	color: #999;
	position: absolute;
	top: 38%;
	right: 10px;
	font-size: 1.5em;
	display: none !important;
}
.next:hover {
	cursor: pointer;
	color: black;
}

@media screen and (max-width: 800px) {
 .next {
 display: none !important;
}
}

#spons {
  position: relative;
  float: left;
  width: 100%;
  height: 300px;
  background-color: transparent;
}


#spons .slick-list {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

#spons .slick-list .slick-track {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

#spons .slick-list .slick-track .slick-slide{
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

#spons a {
  position: relative;
  float: left;
  top: 10%;
  left: 10%;

  width: 80%;
  height: 80%;
    display: inline-block;
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.sponsWrapper {
	display: inline-block;
	height: 400px;
}
.sponsWrapper a {
	display: inline-block;
	height: 170px;
	width: 80%;
	margin:15px 10%;
	background-size:contain;
	background-position: center center;
	background-repeat: no-repeat;
}

body #km-login-input .btnwrapwrap {
	width: 200px;
}