@charset "utf-8";
/* CSS Document */


/* ---------------------------------------------
Fonts:
font-family: 'PT Sans Narrow', sans-serif;
font-family: 'Open Sans', sans-serif;
300italic,400italic,600italic,400,300,600,700

----------------------------------------------*/


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%
}
html, body{
height:100%;
margin:0;

}
body,td,th {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666;
	line-height: 140%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	/**/
		
}
*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
nav a {
	position: relative;
	display: inline-block;
	margin-left: 20px;
	outline: none;
	text-decoration: none;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.1em;
	color: #77787b;	
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

nav a:hover,
nav a:focus {
	outline: none;
}

nav a {
	padding: 0 0 10px;
}

nav a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #FC8E00;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

nav a:hover::after,
nav a:focus::after {
	height: 5px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
nav a.axotmnu_select {
	border-bottom: 5px solid #FC8E00;
}

/*nav a {
	padding: 8px 0;
}

nav a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: rgba(252,142,0,0.9);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

nav a:hover::after,
nav a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}*/
#container{
			min-height: 100%;
height: auto !important;
height: 100%;
/*margin: 0 auto -105px;*/
}
footer{
	height: 125px;
	/*margin-top: 25px;*/
	background-color: #1e99cc;	
	clear:both;
	color: #fff;
}
.push{
clear:both;

}
.header{
	height: 135px;
	float: left;	
	width: 100%;	
}
.contentrow{
	float: left;	
	width: 100%;
}
.contentrow_middle{
	float: left;	
	width: 100%;
	box-shadow: inset 0 1px 7px -3px rgba(0,0,0,0.6);
	-webkit-box-shadow inset: 0 1px 7px -3px rgba(0,0,0,0.6);
	-o-box-shadow: inset 0 1px 7px -3px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 0 1px 7px -3px rgba(0,0,0,0.6);
	margin-top: 0px;	
	padding-bottom: 45px;
}

.middle_inner{
	margin-top: 30px;	
}

.bottombar{
	height: 35px;
	float: left;
	background-color: #1e99cc;	
	width: 100%;
	color: #fff;
	box-shadow: inset 0 1px 7px -3px rgba(0,0,0,0.4);
	-webkit-box-shadow inset: 0 1px 7px -3px rgba(0,0,0,0.4);
	-o-box-shadow: inset 0 1px 7px -3px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0 1px 7px -3px rgba(0,0,0,0.4); 
}

.bottom_inner h2{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-shadow: -1px -1px #0b83b5;
	font-size: 30px;
	line-height: 120%;
}
.bottom_inner h2 .blue{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-shadow: -1px -1px #0b83b5;
	font-size: 30px;
	line-height: 120%;
	font-style:italic;
	color: #72dbff;
}
.bottom_inner h2 .fat{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-shadow: -1px -1px #0b83b5;
	font-size: 30px;
	line-height: 120%;
	font-style:italic;
}
.logo img{
	height: auto;
    margin: 20px 10px;
    width: 61%;
}
.logo{
	float: left;	
}
.nav{
	float: right;	
	margin-top: 63px;
}
.nav a{
	
}

.block_right h1, .block_left h1, .art_title, .nws_d_title, .acy_d_title{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #fc8e00;
	font-size: 32px;	
	line-height: 110%;
}
.art_title, .nws_d_title, .acy_d_title{
	padding-bottom: 20px;
    padding-right: 30px;
    padding-top: 20px;	
}
.nws_d_sdesc{
	display: none;	
}
.right_in{
	float: left;
	margin-left: 30px;	
	font-size: 0.9em;
}
.act, .nws, .clients{
	padding-bottom: 20px;
	border-bottom: 1px solid #4ecaf5;
	margin-bottom: 10px;	
}
.leftrow{
	float: left;
	width: 100%;
	clear:both;	
}
.block{
	width: 33.3333%;
	float: left;
	margin-bottom: 20px;	
}
.block_in{
	margin: 10px;
	text-align: center;
	font-size: 0.9em;
	float:left;
}
.blocktxt{
	padding-bottom: 15px;	
}
.block_in h2{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
	width: 100%;
	padding-top: 80px;
	font-size: 1.1em;	
	margin-bottom: 5px;
}
.lidgelden h2{
	background-image: url(https://www.axoclub.be/images/M/lidgelden.png);
	background-position: center top;
	background-repeat: no-repeat;	
}
.contacten h2{
	background-image: url(https://www.axoclub.be/images/M/contacten.png);
	background-position: center top;
	background-repeat: no-repeat;	
}
.publiceren h2{
	background-image: url(https://www.axoclub.be/images/M/info.png);
	background-position: center top;
	background-repeat: no-repeat;	
}
.samenwerken h2{
	background-image: url(https://www.axoclub.be/images/M/samenwerken.png);
	background-position: center top;
	background-repeat: no-repeat;	
}
.promoten h2{
	background-image: url(https://www.axoclub.be/images/M/contact_icon.png);
	background-position: center top;
	background-repeat: no-repeat;	
}
.inrichten h2{
	background-image: url(https://www.axoclub.be/images/M/events.png);
	background-position: center top;
	background-repeat: no-repeat;	
}
.producten h2{
	background-image: url(https://www.axoclub.be/images/M/shop.png);
	background-position: center top;
	background-repeat: no-repeat;	
}
.platform h2{
	background-image: url(https://www.axoclub.be/images/M/platform.png);
	background-position: center top;
	background-repeat: no-repeat;	
}
.AIO h2{
	background-image: url(https://www.axoclub.be/images/M/Aio.png);
	background-position: center top;
	background-repeat: no-repeat;	
}
.morelink, .acy_l_inschrijven, .acy_lnk_mailto a{
	text-decoration: none;
	font-size: 1em;
	color: #fff;
	background-color: #fc8e00;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	padding: 5px 15px;
	margin: 15px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.acy_l_inschrijven{
	margin-left: -10px;	
}
.morelink:hover, .acy_l_inschrijven:hover, .acy_lnk_mailto a:hover{
	text-decoration: none;
	font-size: 1em;
	color: #fff;
	background-color: #1e99cc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	padding: 5px 15px;
	margin: 15px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.foot_left{
	background-image: url(https://www.axoclub.be/images/M/contactinfo.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 70px;
	width: 40%;
	float: left;
}
.foot_right{
	float: right;
	width: 40%;
	height: 55px;
}
.foot_right .circ{
	float: right;
	margin: 20px 6px 10px 6px;	
	width: 54px;
	height: 54px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-border-radius: 27px;
-moz-border-radius: 27px;
border-radius: 27px;
background-color: #4ecaf5;
position: relative;
box-shadow:inset 0 0 0 0px rgba(255,255,255, 0),
		inset 0 0 0 0px rgba(255,255,255,0),
		0 1px 2px rgba(255,255,255,0);
cursor: pointer;
}
.cont{
	z-index: 0;
	background-image: url(https://www.axoclub.be/images/M/contact_blue.png);
	background-position:center;
	background-repeat: no-repeat;
}
.strt{
	z-index: 1;
	background-image: url(https://www.axoclub.be/images/M/start_blue.png);
	background-position:center;
	background-repeat: no-repeat;
}
.verg{
	z-index: 2;
	background-image: url(https://www.axoclub.be/images/M/vergelijk_blue.png);
	background-position:center;
	background-repeat: no-repeat;
}
.pres{
	z-index: 3;
	background-image:url(https://www.axoclub.be/images/M/presentatie_blue.png);
	background-position:center;
	background-repeat: no-repeat;
}
.foot_right .circ:hover{
	float: right;
	margin: 20px 6px 7px 6px;	
	width: 54px;
	height: 54px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	box-shadow:inset 0 0 0 3px rgba(255,255,255, 1),
		inset 0 0 0 3px rgba(255,255,255,1),
		0 0px 3px rgba(255,255,255,1);
}
.r_butts{
	margin-bottom: 10px;
	float: left;	
}
@media (min-width: 768px) {
	.innerrow, .middle_inner{
	width: 750px;
	margin: 50px auto -10px;
}
.top_inner{
	width: 750px;
	margin: 0 auto;
	height: 130px;	
}
.topbar{
	height: 135px;
	float: left;
	background-color: #fff;	
	width: 100%;
}
.bottom_inner{
	width: 750px;
	margin: 0 auto;
	height: 185px;	
}
.block_left{
	max-width: 600px;
	float: left;
	border-right: 1px solid #4ecaf5;
	padding-right: 10px;
	margin: 0 auto;
}
.block_right{
	width: 144px;
	float: right;
	/*border-bottom: 1px solid #4ECAF5;*/
	margin-bottom: 20px;
	margin-top: 0px;
}
.foot_left{
	width: 50%;	
}
.footer_in{
	font-size: 0.9em;
    margin: 0 auto;
    padding-top: 5px;
    width: 750px;	
}	
.logo img{
	height: auto;
    margin: 20px 10px 0px 10px;
    width: 25%;
}
.logo{
	float: left;
	 text-align: center;
    width: 100%;	
}
.nav{
	float: right;
    margin-top: 16px;
    text-align: center;
    width: 100%;
}
.h01{
	float: left;
	width: 47%;	
}
.h02{
	float: right;
	width: 47%;	
}
.h03{
	display:none;	
}
.act, .clients {
    border-bottom: 0px solid #4ECAF5;
    margin-bottom: 10px;
    padding-bottom: 20px;
}
.nws{
    border-bottom: 0px solid #4ECAF5;
    margin-bottom: 10px;
    padding-bottom: 20px;
}
.right_in{
	float: left;
	margin-left: 0px;	
	font-size: 0.9em;
	width: 100%;
}
}
@media (min-width: 992px) {
	.innerrow, .middle_inner{
	width: 920px;
	margin: 30px auto 0;
}
.top_inner{
	width: 920px;
	margin: 0 auto;
	height: 100px;	
}
.topbar{
	height: 100px;
	float: left;
	background-color: #fff;	
	width: 100%;
}
.bottom_inner{
	width: 770px;
	margin: 0 auto;
	height: 175px;	
}
.block_left{
	max-width: 770px;
	float: left;
	border-right: 1px solid #4ecaf5;
	padding-right: 10px;
}
.block_right{
	max-width: 144px;
	float: right;
	border-bottom: 0px solid #4ECAF5;
	margin-bottom: 0px;
	margin-top: 0px;
}
.footer_in{
	font-size: 0.9em;
    margin: 0 auto;
    padding-top: 5px;
    width: 920px;	
}	
.logo img{
	height: auto;
    margin: 20px 10px 0px 10px;
    width: 51%;
}
.logo{
	float: left;
	 text-align: left;
    width:auto;	
}
.nav{
	float: right;	
	margin-top: -11px;
	text-align: right;
    width: auto;
}
.h01{
	float: left;
	width: 100%;	
}
.h02{
	float: right;
	width: 100%;	
}
.h03{
	display:block;	
}
.right_in{
	float: left;
	margin-left: 30px;	
	font-size: 0.9em;
}
.act, .clients {
    border-bottom: 1px solid #4ECAF5;
    margin-bottom: 10px;
    padding-bottom: 20px;
}
.nws{
    border-bottom: 1px solid #4ECAF5;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
}
@media (min-width: 1200px) {
	.innerrow, .middle_inner{
	width: 1000px;
	margin: 30px auto 0;
}	
.top_inner{
	width: 1000px;
	margin: 0 auto;
	height: 100px;	
}
.topbar{
	height: 100px;
	float: left;
	background-color: #fff;	
	width: 100%;
}
.bottom_inner{
	width: 770px;
	margin: 0 auto;
	height: 175px;	
}
.block_left{
	min-width: 850px;
	float: left;
	border-right: 0px solid #4ecaf5;
	padding-right: 30px;
	min-height: 530px;
}
.block_right{
	max-width: 144px;
	float: right;
	border-left: 1px solid #4ecaf5;
	border-bottom: 0px solid #4ECAF5;
	margin-bottom: 0px;
	margin-top: 0px;
}
.footer_in{
	font-size: 0.9em;
    margin: 0 auto;
    padding-top: 5px;
    width: 1000px;	
}
.logo img{
	height: auto;
    margin: 20px 10px;
    width: 61%;
}
.logo{
	float: left;	
	 text-align: left;
    width: auto;
}
.nav{
	float: right;	
	margin-top: 63px;
	text-align: right;
    width: auto;
}
.h01{
	float: left;
	width: 100%;	
}
.h02{
	float: right;
	width: 100%;	
}
.h03{
	display:block;	
}
.right_in{
	float: left;
	margin-left: 0px;	
	font-size: 0.9em;
}
.act, .clients {
    border-bottom: 1px solid #4ECAF5;
    margin-bottom: 10px;
    padding-bottom: 20px;
}
.nws{
    border-bottom: 1px solid #4ECAF5;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
}
.nws_d_text{
	font-size: 1em;
	line-height: 140%;	
}
.nws_d_text a{
	color: #1E99CC;
	text-decoration:none;	
}
.nws_d_text a:hover{
	color: #000;
	text-decoration:none;	
}
a.nws_d_returnlnk {
    background-color: #FC8E00;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 1em;
    margin: 15px;
    padding: 5px 15px 7px 15px;
    text-decoration: none;
    transition: all 0.4s ease-in-out 0s;
	float:right;
}
a.nws_d_returnlnk:hover{
	text-decoration: none;
	font-size: 1em;
	color: #fff;
	background-color: #1e99cc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	padding: 5px 15px 7px 15px;
	margin: 15px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.nws_l_gridtable{
	width: 100%;	
}
.nws_l{
	width: 100%;
	margin: 0;
	padding: 0;	
}
.nws_l_title{
	color: #000;
    font-family: 'Open Sans',sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 110%;	
}
.art_text h3{
	color: #FC8E00;
    font-family: 'Open Sans',sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 110%;
	margin: 0 0 10px 0;
}
.panel h2{
	color: #FC8E00;
    font-family: 'Open Sans',sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 110%;
}
.nws_l_sdesc{
	margin: 0;
	padding: 0;	
}
.nws_l_sdesc p{
	margin: 5px 0px;
	padding: 0;	
}
a.nws_l_lnk{
	float: right;	
	color: #FC8E00;
}
a.nws_l_lnk:hover{
	float: right;	
	color: #000;
	text-decoration:none;
}
.art_text a, .noselect{	
	color: #1E99CC;
}
.art_text a:hover, .noselect:hover{	
	color: #000;
	text-decoration:none;
}
.select{
	padding: 5px 10px;
	background-color: #FC8E00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: white;
}
.nws_td_date .nwsdate{
	color: black;	
}
.nws_l_right_gridtable, .nws_l_inner_gridtable, .nws_l_gridtable{
	width: 100%;	
}
.nws_l_td{
	padding: 10px 0px;
	border-bottom: 1px dotted #1E99CC;	
}
.pwrap{
	float: right;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #efefef;
	
}
.textwrap{
	width: 100%;
	float:left;
	BACKGROUND-IMAGE: url(/images/M/schema_small.jpg); 
	BACKGROUND-REPEAT: no-repeat; 
	BACKGROUND-POSITION: left top;	
}
.panel{
	float: left;
	line-height: 140%;	
}
.panel li, .pwrap li{
	list-style-image: url("/file?fle=2559");
	margin: 0 0 10px 0;
	padding: 0;	
}
.pwrap ul{
	margin-left: -15px;
}
.formules, .formules td{
	border: 1px solid #f7f7f7;
	font-size: 15px;
	line-height: 140%;	
}
.title_o{
	font-size: 1.1em;
	padding: 5px;	
}
.formules h3{
	font-size: 1.5em;
	color: #000;
	font-weight: 300;
	width: 100%;
	text-align: center;	
}
.formules a{
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 400;
	color:white;
	text-decoration:none;
	padding: 8px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 5px;
	background-color: #ff8200;
	display:block;
	text-transform:uppercase;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.formules a:hover{
	background-color: #1e99cc;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
}
.art_text, .axolabel, .axolabel2{
	font-size: 0.9em;
	line-height: 140%;	
}
.axolabel, .axolabel2{
	padding-left: 25px;	
}
.cnt_text, .cnt_text2, input.axofield{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height:140%;
	border: 1px solid #b6b6b6;
	font-size: 14px;
	padding: 5px;	
		box-shadow: inset 0 1px 7px -3px rgba(0,0,0,0.3);
	-webkit-box-shadow inset: 0 1px 7px -3px rgba(0,0,0,0.3);
	-o-box-shadow: inset 0 1px 7px -3px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 1px 7px -3px rgba(0,0,0,0.3);	
}
input.axobutton{
	text-decoration: none;
	font-size: 1em;
	color: #fff;
	background-color: #fc8e00;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	padding: 5px 15px;
	margin-right: 10px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border: 0px solid white;
	cursor: pointer;
}
input.axobutton:hover{
	text-decoration: none;
	font-size: 1em;
	color: #fff;
	background-color: #1e99cc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	padding: 5px 15px;
	margin-right: 10px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border: 0px solid white;
}
.intro{
	padding-bottom: 25px;
	border-bottom: 1px dotted #4ECAF5;	
	text-align: center;
}
.tab_content h3{
	color: black;
	font-weight:normal;	
}
.acy_d_header{
	font-weight: bold;
	color: black;
	padding: 30px 0px 15px 0px;	
}
.acy_d_sdesc{
	padding-left: 25px;	
}
.art_title a{
	 color: #FC8E00;
    font-family: 'Open Sans',sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 110%;
	padding-bottom: 20px;
    padding-right: 30px;
    padding-top: 20px;
	display: block;	
	text-decoration: none;
}
.art_text2 a{
	font-size: 1em;	
}