@charset "utf-8";


@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,500,700);


@font-face {
	font-family: "Flaticon";
	src: url("../font/flaticon.eot");
	src: url("../font/flaticon.eot#iefix") format("embedded-opentype"),
	url("../font/flaticon.woff") format("woff"),
	url("../font/flaticon.ttf") format("truetype"),
	url("../font/flaticon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
 font-family: "Flaticon2";
	src: url("../font/flaticon2.eot");
	src: url("../font/flaticon2.eot#iefix") format("embedded-opentype"),
	url("../font/flaticon2.woff") format("woff"),
	url("../font/flaticon2.ttf") format("truetype"),
	url("../font/flaticon2.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}



/********************************************/
/***********    CSS DOCUMENT    **************/
/********************************************/

html,body{
	position:absolute;
	height:100%;
	min-height:100%;
	width:100%;

	font-family: 'Roboto', Arial, sans-serif;
	font-size:15px;
	font-weight:300;
	line-height:150%;
	color:#323232;

	margin:0px;
	padding:0px;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	/* Prevent mobile font resizing */
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;

	background-color:#ffffff;


}

h1, h1 a{ font-size:26px; font-weight:300 !important; line-height:100%; color:#213683; text-decoration:none !important;}
h2{font-size:22px; line-height: 100% !important;font-weight: 500; color:#db2927;}
h3{font-size:16px; font-weight:600; color:#213683; }

a:link {text-decoration:underline; color:#213683; outline:none; border:none; font-weight:400;}
a:visited {text-decoration:underline; color:#213683; outline:none; border:none; font-weight:400;}
a:hover {text-decoration:none; color:#213683; outline:none; border:none; font-weight:400;}
a:active {text-decoration:underline; color:#213683; outline:none; border:none; font-weight:400;}

a.nostyle{text-decoration:none !important;}

p{margin:15px 0px 15px 0px; text-align: justify;}

img {border:none;}
.image{max-width:100%;}

strong{font-weight:500;}

.radius{-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.radius_bottom{-webkit-border-bottom-right-radius: 5px;-webkit-border-bottom-left-radius: 5px;-moz-border-radius-bottomright: 5px;-moz-border-radius-bottomleft: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;}
.radius_top{-webkit-border-top-right-radius: 5px;-webkit-border-top-left-radius: 5px;-moz-border-radius-topright: 5px;-moz-border-radius-topleft: 5px;border-top-right-radius: 5px;border-top-left-radius: 5px;}
.no_radius{-webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; border-radius: 0px !important;}

.border{border:#bfc4d6 thin solid !important;}
.border_top{border-top:#bfc4d6 thin solid !important;}
.border_bottom{border-bottom:#bfc4d6 thin solid !important;}
.border_left{border-left:#bfc4d6 thin solid !important;}
.no_border{border:none !important;}

.padding{padding:25px;}
.padding_top{padding-top:25px;}
.padding_left{padding-left:25px;}
.padding_right{padding-right:25px;}
.padding_bottom{padding-bottom:25px;}
.no_bottom_padding{padding-bottom:0px!important;}
.no_top_padding{padding-top:0px !important;}
.no_left_padding{padding-left:0px !important;}
.no_padding{padding:0px !important;}
.margin{margin:25px !important;}
.margin_top{margin-top:25px !important;}
.margin_bottom{margin-bottom:25px !important;}
.margin_right{margin-right:25px !important;}
.margin_left{margin-left:25px !important;}
.no_top_margin{margin-top:0px;}
.no_bottom_margin{margin-bottom:0px;}
.no_right_margin{margin-right:0px;}
.no_left_margin{margin-left:0px;}
.no_margin{margin:0px !important;}

.hide{display:none !important;}

.italic{font-style:italic; }

.text_right{text-align:right;}
.text_center{text-align:center;}
.text_left{text-align:left;}
.right{float:right !important;}
.left{float:left !important;}

hr{border:0; border-top:#dedede thin solid;margin: 20px 0px 20px 0px;}

ul{margin:0px 0px 0px -40px; list-style: none;}
li{}


ul.list_icon li:before, .list_icon ul li:before{position: absolute;	margin-left: -20px;font-family:"Flaticon";content: "\e008";}
ul.list_icon2 li:before, .list_icon2 ul li:before,.col1 ul li:before{position: absolute; margin-left: -20px; font-size:12px; font-family:"Flaticon";content: "\e00c"; color:#009fe1;}
ul.list_icon li, ul.list_icon2 li, .list_icon ul li, .list_icon2 ul li, .col1 ul li{padding-left: 20px;}
ul.list_icon2 li, .list_icon2 ul li{font-size:16px;}

.invisible{display:none;}

.white, .white a{color:#FFF !important;}
.gray, .gray a{color:#b0b6cd !important;}
.blue, .blue a{color:#213683 !important;}
.lightblue, .lightblue a{color:#009fe1 !important;}
.red, .red a{color:#db2927 !important;}

.disable_select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}





/********************************************/
/*************    SELECTION   ***************/
/********************************************/

::selection {
	background:#009fe1;
	color:#323232;
}

::-moz-selection {
	background:#009fe1;
	color:#323232;
}

::-webkit-selection {
	background:#009fe1;
	color:#323232;
}


/********************************************/
/****************    MAIN    ****************/
/********************************************/

#main_container{
	position:relative;

	/*padding-top:20px;*/


	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -350px;/*Header en Footer in margin verminderen*/

	z-index:50;
}

.main{
	position:relative;
	width:1170px;

	margin:0px auto;
	padding:20px 0px 350px 0px;
	z-index:2;

}

#homepage .main{padding:0px 0px 350px 0px;}


/********************************************/
/*****************  HEADER  *****************/
/********************************************/

#header_container{
	position:absolute;
	width: 100%;
	top:0px;
	z-index:51;
	background:#ededed;
	border-bottom:#b0b6cd solid 5px;
}

#header{
	position:relative;
	height:125px;
	width:1170px;
	margin-left:auto;
	margin-right:auto;
}

#logo{
	margin-top:11px;
}



/*/********************************************/
/****************    Menu    ****************/
/********************************************/

#menu{
	position: absolute;
	height:40px;
	width:100% !important;
	bottom:0px;
	border-top:#fff 1px solid;
	font-size:16px;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index:100;
}

#mobile_menu{
	display:none;
	z-index: 1000;
	position: absolute;
	top:32px;
	right:5%;
	color:#213683;
	cursor:pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#mobile_menu span:before{font-size:40px !important;}
/*
Javscript regelt click
#mobile_menu:hover + #menu, #mobile_menu:focus + #menu, #menu:hover{display:block;}
*/

#mobile_menu:hover span:before{color:#009fe1;}


.menu, .menu ul{
	margin-left: -40px;
}

.menu li {
	float:left;
	list-style:none;
	border:none;
}

.menu li:hover {
	border-bottom:none;
}

.menu li a {
	outline:0;
	padding:10px 10px 10px 10px;
	text-decoration:none;
	display:block;
	font-weight:300;
	color:#323232 !important;
}

.menu li:hover a {
	position:relative;
	z-index:11;
	padding-bottom:1px;
	height:20px;
	color:#213683 !important;
	border-bottom:#009fe1 5px solid;
}

.menu li a.active{
	height:20px;
	border-bottom:#767e9c 5px solid;
}

#menu .glyph-icon{
	color:#b0b6cd;
}

.menu li:hover .glyph-icon{
	color:#213683 !important;
}

.menu li:hover div a {
	display:inline;
}

.menu li .drop, .menu li:hover .drop {
	padding:10px 10px 10px 10px;
}

.menu li.noactive .drop {
}

.menu li:hover .drop {

}

.menu li .nodrop, .menu li:hover .nodrop {
	background: none;
	padding:10px 10px 10px 10px;
}

.menu li:hover .nodrop {
}

.menu .dropdown_3column, .menu .dropdown_1column{
	margin-left:-999em;
	position:absolute;
	text-align:left;
	z-index: 100;
	display:none;

	-moz-opacity: 0;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);

	background:#ebebeb;

	transition: opacity .3s;
	-webkit-transition: opacity .3s; /* Safari */
	/*Anders knippert tekst op het einde naar opacity: 1*/
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	backface-visibility:         hidden;
}



/* Drop Downs */

.menu li:hover .dropdown_1column, .menu li:hover .dropdown_3column{
	margin-left:0px;
	width:auto;
	min-width:200px;

	-moz-opacity: 1;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
}

.menu .col{
	float: left;
	width:inherit;
}

.menu .col ul{
	list-style:none;

}

.menu .col ul li, .menu .col ul li a, .menu .col ul li:hover a{
	background:none !important;
	text-align: left;
}

.submenu{
	float:none !important;
	display:none;
	white-space: nowrap;
}

.menu .col ul li a{
	padding: 5px 15px 5px 15px;
	height:auto;
	width:inherit;
	min-width:200px;
	display:block;
	font-size:15px;
	border-bottom:#FFF thin solid;
	color:#323232 !important;
}

.menu .col ul li a:hover{
	color:#213683 !important;
}

.menu .col ul li:hover a{
	background:#b0b6cd !important;
}

.menu .col ul li:first-child a{
	border-top:#fff thin solid;
}


/* TOUCH SCREEN DEVICES  */


.menu li.noactive,.menu li.noactive:hover {
	background:none;
	border:none;
}

.menu li.noactive a {
	border-bottom:none;
}

.menu li.noactive.right {
	margin-right:0;
}

/* Kolommen */

.dropdown_3column .col_1{
	width:30%;
	padding-right:3%;
}

.dropdown_3column .col_2{
	width:30%;
	padding-right:3%;
}

.dropdown_3column .col_3{
	width:30%;
	padding-right:3%;
}

.dropdown_3column .col_1_2, .dropdown_3column .col_2_3{
	width:63%;
	padding-right:3%;
}



/********************************************/
/************    EXTRA MENU   ***************/
/********************************************/

#extra_menu1{
	position: absolute;
	top:7px;
	left: 50%;
	margin-left: -180px;
	font-size:13px;
	font-weight:400;

}

#extra_menu1 ul, #extra_menu2 ul{
	list-style:none;
}

#extra_menu1 ul li, #extra_menu2 ul li{
	float:left;
	position: relative;
}

#extra_menu1 ul li a{
	text-decoration:none;
	color:#b0b6cd;
	padding: 10px 10px 10px 10px;
}
#extra_menu1 ul li a.active, #extra_menu1 ul li a:hover {
	color:#7a7e8f;
}

#extra_menu1 ul li a.active:before {
	font-family:Flaticon;
	color:#b0b6cd;
	font-weight:600;
	font-size: 10px;
	text-decoration: none !important;
	content: "\e00d";
	left:50%;
	margin-left:-5px;
	top:15px;
	position:absolute;
}


#extra_menu2{
	position: absolute;
	right: 0px;
	top:15px;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
}

#extra_menu2 ul li a{
	text-decoration:none;
	color:#b0b6cd;
	padding: 6px 10px 5px 10px;
	background:#009fe1;
	color:#FFF;
	transition: all .3s;
	-webkit-transition: all .3s; /* Safari */
}

#extra_menu2 ul li a:hover{
	background:#b0b6cd !important;
	color:#213683 !important;
}

#extra_menu2 ul li:first-child a{
	background:#213683;

	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#extra_menu2 ul li:last-child a{
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}




/********************************************/
/************    BREADCRUMB   ***************/
/********************************************/

#breadcrumb{
	list-style:none;
	clear: both;
}
#breadcrumb li{color: #b0b6cd;display: inline-block;font-weight: 400;font-size: 13px;}
#breadcrumb li a{color:#b0b6cd; text-decoration:none; font-weight:400; cursor:pointer; display: inline-block;margin-right: 6px;}
#breadcrumb li a:hover{text-decoration:underline;}
#breadcrumb li:before{
	content:"  /  ";
}

#breadcrumb li:first-child:before{
	content:"";
}

.artikel #breadcrumb li{font-size: 18px;}


/********************************************/
/**************    KOLOMMEN   ***************/
/********************************************/

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:inherit;

	/*overflow:hidden;*/		/* This chops off any overhanging divs */
	/*margin-top:10px;*/
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0;	/* no left and right padding on columns, we just make them narrower instead
					only padding top and bottom is included here, make it whatever value you need */
	/*overflow:hidden;*/
}

/* 3 Column settings */
.threecol {
}
.threecol .colmid {
	right:25%;				/* width of the right column */
}
.threecol .colleft {
	right:25%;				/* width of the middle column */
}
.threecol .col1 {
	width:30%;				/* width of center column content (column width minus padding on either side) */
	left:50%;				/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:30%;				/* Width of left column content (column width minus padding on either side) */
	left:55%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:30%;				/* Width of right column content (column width minus padding on either side) */
	left:60%;				/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
.threecol .col1_2 {
	width:65%;				/* width of center column content (column width minus padding on either side) */
	left:50%;				/* 100% plus left padding of center column */
	float:left;
	position:relative;
	padding:0;
}
.threecol .col2_3 {
	width:65%;
	float:left;
	left: 55%;
	position: relative;
}

.threecol .col1_2 + .col3 {
	left:55%;
}

.threecol .col1_2_3{
	width:100%;
	left:50%;
	float:left;
	position:relative;
}

/* 2 Column settings */
.twocol {
}
.twocol .colmid {
	right:25%;				/* width of the right column */
}
.twocol .colleft {
	right:25%;				/* width of the middle column */
}
.twocol .col1 {
	width:47%;				/* width of center column content (column width minus padding on either side) */
	left:50%;				/* 100% plus left padding of center column */
}
.twocol .col2 {
	width:47%;				/* Width of left column content (column width minus padding on either side) */
	left:56%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}


.twocolumns{
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	min-height: 300px;
   	-webkit-column-fill: auto;
	-moz-column-fill: auto;
	column-fill: auto;

	-webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
}

.threecolumns{
	padding-top: 1em;

	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
	/*min-height: 300px;*/
   	-webkit-column-fill: auto;
	-moz-column-fill: auto;
	column-fill: auto;

	-webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
}

.twocolumns p:first-child, .threecolumns p:first-child{
	margin-top:0px;
}

.threecolumns img, .twocolumns img{
	-webkit-column-span: all; /* Chrome, Safari, Opera */
    column-span: all;
}

.threecol .onecol{
	width: 100%;
	position: relative;
	left: 50%;
}





/********************************************/
/*****************  HOMEPAGE *****************/
/********************************************/

#homepage_banner{
	position:relative;
	width:100%;

	max-height: 200px;
	min-height: 66px;
	overflow: hidden;
	line-height:0%;
	z-index: 2;
}

#homepage_banner img{
	width:100%;
	min-height: 66px;
}

#homepage_slogan_container{
	overflow:hidden;
	padding-bottom: 35px;
}

#homepage_slogan{
	position:relative;
	background:#db2927;
	height: 100px;
	margin-top:-35px;
	margin-left: -5px;
	z-index:1;
	color:#FFF;
	-ms-transform: rotate(-1.5deg); /* IE 9 */
    -webkit-transform: rotate(-1.5deg); /* Chrome, Safari, Opera */
    transform: rotate(-1.5deg);
}

#homepage_slogan h1{color:#FFF;}

#homepage_slogan div{
	position: relative;
	width:1170px;
	margin:0px auto;
	padding-top:35px;

	-ms-transform: rotate(0.8deg); /* IE 9 */
    -webkit-transform: rotate(0.8deg); /* Chrome, Safari, Opera */
    transform: rotate(0.8deg);
}

#homepage_slogan div strong{
	font-weight:400;
}




/********************************************/
/*****************  ARTIKEL *****************/
/********************************************/

.col .artikel:first-child{
	padding-top:0px !important;
}

.col .artikel:last-child{
	border-bottom:none !important;
}



/********************************************/
/************  FULSCREEN PICTURE ************/
/********************************************/

#fullscreen_container{
	position: absolute;
	top: 0%;
	left: 50%;
	width: 50%;
	height: 70%;
	margin-top:130px;
	overflow: hidden;
	z-index:1;
}

#fullscreen_container img{
	position: absolute;
	top: 0;
	right: 0%;
	bottom: 0;
	height: 100%;
}





/********************************************/
/**********  BROWSER SIZE WARNING  **********/
/********************************************/

#browser_size_warning{
	position:fixed;
	height:20px;
	width: 100%;
	bottom:0px;
	padding:10px;
	text-align: center;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	display:none;
	background:#bd5d5d;
	z-index: 1000;
}




/********************************************/
/*****************  FOOTER  *****************/
/********************************************/

#footer_container{
	position:relative;
	height:450px;
	z-index:53;
	overflow: hidden;
}

#footer{
	position:relative;
	width:1170px;
	margin:50px auto 0px auto;
	font-weight:400;
	font-size:13px;
	color:#fff;
  padding-bottom: 25px;
	z-index:2;
}

#footer strong{
	font-size:15px;
}

#footer span{
	position: absolute;
	left: 150px;
}

#footer_bgrd{
	position: absolute;
	top:0px;
	width:120%;
	margin-left:-10%;
	margin-top:50px;
	height:400px;
	background:#213683;

	-ms-transform: rotate(2deg); /* IE 9 */
    -webkit-transform: rotate(2deg); /* Chrome, Safari, Opera */
    transform: rotate(2deg);

	z-index:1;
}


#footer_copyright_container{
	position: relative;
	height:55px;
	background: #fff;
	font-size: 12px;
	line-height: 140%;
	font-weight:400;
	color:#b0b6cd;

	z-index:4;
}

#footer_copyright{
	width:1170px;
	margin: 0px auto;
	padding-top: 12px;
}

#footer_copyright_container a{
	color:#b0b6cd;
}



/********************************************/
/**********  Google Maps Homepage  **********/
/********************************************/

#googlemaps{	/* This fixes the IE7 overflow hidden bug */
	margin:0px !important;
	width:100%;
	height:100px;
  display: block;
	z-index:3;
}
#googlemaps a{
  display: block;
  float: left;
  width: 50%;
  height: auto;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

#googlemaps_center{
	position: absolute;
	height:auto;
	margin: auto;
	margin-left: -665px;
	overflow:hidden;
  width: 50%;
}

#googlemaps_center iframe{
	margin-top:-50px;
}



/***************************************/
/**********     Eyecatcher    **********/
/***************************************/

.eyecatcher_container{
	background:#213683;

	float: right;
	width:140px;
	height:140px;
	padding: 15px 15px 10px 15px;
	margin: 0px 0px 25px 25px;
	color:#fff;

	position: relative;
	right: 0px;
	font-size:24px;
	line-height: 120%;

}

a.eyecatcher, .eyecatcher{
	display:table-cell;
	vertical-align:bottom;
	position: relative;
	width: inherit;
	height: inherit;
	word-spacing: 9999999px;
	font-weight:300;
	color:#fff;
	text-decoration:none;
}

a.eyecatcher:hover{color:#b0b6cd;}
.eyecatcher:first-line{font-size:18px; font-weight:500;}

.next_page{
	display: block;
	position: relative;
	width: 60px;
	height:60px;
	padding-top:40px !important;
	cursor: pointer;
	text-decoration:none !important;
}
.next_page.flaticon-right-arrow26::before{
	font-size:60px !important;
	color:#b0b6cd;
}
.next_page:hover{
	opacity:0.6 !important;
	filter:alpha(opacity=60) !important;
}







/********************************************/
/*****************  Dialog  *****************/
/********************************************/

.dialog{
	display:relative;
	height:auto;
	width:inherit;
	display:none;
	padding-bottom: 20px !important;
}

.dialog p{
	padding:0;
	margin:0;
}

.dialog_product_image{
	float:left;
}

.dialog_background_icon{
	position:absolute;
	width:50px;
	height:50px;
	z-index:1;
	bottom:-35px;
	margin-left: 50%;
	left:-28px;
}

.dialog_background_icon img{
	width:100%;
	height:100%;
}

.dialog .description{
	width:280px;
	border-bottom:#FFFFFF thin solid;
	border-top:#FFFFFF thin solid;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.dialog_close{
	position:absolute;
	top:-60px;
	right:-5px;
	cursor:pointer;
	z-index: 1;
}

.dialog_extra{
	position:absolute;
	bottom:10px;
	right:30px;
}

.ui-dialog{
	position: absolute !important;
	width:500px !important;
	-webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
	border-radius: 5px !important;
	border:none !important;
	padding: 25px 25px 25px 25px !important;
	overflow:visible !important;
	background:#fff;
	top: 50px !important;
}

.ui-dialog .ui-dialog-titlebar{
	display:none;
}

.ui-dialog .ui-dialog-content{
	padding:0px !important;
	overflow:visible !important;
}

.ui-dialog textarea{
	margin-top:9px;
	width: 453px !important;
}

.ui-dialog .submitbutton{
	position:relative;
	padding:4px 10px 4px 10px;
	margin:16px 20px 10px 0px;
	color:#FFFFFF !important;
	text-decoration:none !important;
	background-color:#231d11;

	border:0;
}

.ui-dialog .submitbutton:hover{
	background-color:#c51f75;
}

.ui-dialog-content{
	/*height:auto !important;*/
}










/*******************************************/
/*****    STANDAARD CLOUD LAYOUT AANPASSINGEN: Formulier, popup enz  *****/
/*******************************************/


.FormRow, .control-group{
	position:relative;
	padding: 6px 0px 6px 0px;
	min-height: 20px;
	clear: both;
}

label{
	float:left;
}

label.control-label{
	cursor: pointer;
}

.input label{
	display:none;
}

.input span{
	position: absolute;
}

.memoPopupIcon{
	display:none;
}

.memoPopupIcon img{

}

.formValidationIcon{
	top: 20px;
	right: 15px;
	position: absolute;
}

.controls span{
	position: absolute;
	margin-top: -31px;
	color: #db2927;
	right: 10px;
}

.success{
	list-style:none !important;
	color:#2fa42f;
}

.errors{
	list-style:none !important;
	color:#db2927;
}

.formValidationMessage{
	position: absolute;
	right: 19px;
	top: 52px;
	color: #fff;
	font-size: 14px;
}

.btn, .btn1{
	position:relative;
	height: auto;

	padding:10px 20px 8px 20px !important;
	margin:0px;
	margin-right:10px;
	color:#213683 !important;
	text-decoration:none !important;

	font-weight:400;
	text-align:center;
	border:#213683 solid 1px !important;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	display:inline-block;

	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;

	float:none;

	transition: all .3s;
	-webkit-transition: all .3s; /* Safari */
}

.btn1{
	padding:8px 14px 0px 15px !important;
	border:#b0b6cd solid 1px !important;
	color:#b0b6cd !important;
	text-indent:20px;
	border:0 !important;
	margin-left:-15px;


}

.btn1:before{position: absolute;	margin-left: -40px;font-family:"Flaticon";content: "\e008"; font-size:10px;}

.btn:hover, .btn1:hover{
	background:#213683;
	color:#fff !important;
}

.btn1:hover{
	margin-left:0px;
}

input.btn{
	height:40px;
	text-size:14px;
	padding:10px 15px 10px 15px !important;
	text-align: left;
	width:100%;
}



.NieuwsbriefBtn input{
	position:absolute;
	width:0px !important;
	height:0px !important;
	margin:0 !important;
	padding: 0 !important;
}

.ui-widget-overlay{
	background-color:#2e282a !important;
	height:2000% !important;
	opacity:0.8 !important;
	filter:alpha(opacity=80) !important;
}




#dialog_algemene_voorwaarden{
	display:none;
}

#dialog_privacy-beleid{
	display:none;
}






#formConfirmationMessage{
	margin-top: 10px;
	color:#c34176;
	min-height: 0px;
	position: relative;
	padding:0;
}

#social #formConfirmationMessage{
	color:#fff;
}

#formConfirmationMessage span{
	position:relative;
}

#formConfirmationMessage label{
	display:none;
}





/*******************************************/
/************    FORM OP MAAT    ***********/
/*******************************************/



/*Radio Buttons*/
#msgFormField_219{position: relative;margin-top: 0px;color: #db2927;right: auto;float:left;}
.control-label[for="FormField_219"]{display:block !important; height:auto !important;padding-bottom: 10px;}

.control-label[for="FormField_708"]{display:block !important; height:auto !important;padding-bottom: 10px;}

/*Nieuwsbrief form*/

/*Registratie formulier*/
form[formid="39"] .btn-submit{width:120px; background:#213683; color:#fff !important;}
form[formid="39"] .btn-submit:hover{background:#009fe1; color:#fff !important;border-color:#009fe1 !important;}
form[formid="39"] .btn-reset{display:block;width:320px; float:right;}
form[formid="39"] .btn-reset:hover{background:#db2927; color:#fff !important; border-color:#db2927 !important;}

/*Verzekering formulier*/
form[formid="37"] .checkbox label{width:40%;}



/*******************************************/
/**************    INPUT TEXT  *************/
/*******************************************/

input, textarea{

	width:96%;
	height:30px;
	padding:5px 2% 5px 2%;
	font-size:15px;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 400 !important;
	color:#323232;
	background: #fff;
	outline:none;
	border:#b0b6cd solid 1px !important;
	/* Anders wordt in iOS border radius getoond */
	-webkit-appearance: none;
    border-radius: 0;

	-webkit-font-smoothing: antialiased;
	/*mooiere tekst in Firefox*/
	-moz-osx-font-smoothing: grayscale;

	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}

input[type="submit"] {

}

input[type="reset"] {
	display:none;
}

textarea{
	height: 85px;
}

input[type="text"] {

}

input[type="password"] {

}

textarea {

}

input[type=checkbox]{
	top:-4px;
	position: relative;
	display:none;
}

.formUnFilled{color:#fff !important;}

.checkbox {
	position: relative;
	width: auto;
	height: auto;

	clear:both;
	-webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox label {
	cursor: pointer;
	position: absolute;
	width: auto;
	height: 21px;
	background: #fff;
	left: 2px;
	top: 2px;
	padding-top:0px;
	padding-right: 30px;
	text-indent:30px;
	white-space: nowrap;
	display:block !important;
	font-size:16px;
	padding-bottom: 10px;
}

.checkbox label.radio {
	position: relative;
}

.checkbox label span{
	top: -5px;
	position: relative;
}

.checkbox label:after {
	content: '';
	position: absolute;
	width: 17px;
	height: 17px;
	background: #213683;



	top: 1px;
	left: 2px;
	border-radius: 25px;
	opacity: 0.3;
    filter: alpha(opacity=30);
}

.checkbox label:hover::after {
	opacity: 0.6;
    filter: alpha(opacity=60);
}

.checkbox input[type=checkbox]:checked + label:after {
	opacity: 1;
    filter: alpha(opacity=100);
	background:#009fe1;
}

.highlight{
	background: #e1e1e1;
	padding:5px 15px 5px 15px;
	border-bottom: #fff double;
	border-top: #fff double;
	color:#000;
}




/*******************************************/
/**************  SELECT MENU   *************/
/*******************************************/

fieldset { border:0;  margin-bottom: 40px;}
label,select,.ui-select-menu { float: left; height:0px;}
select { width: 280px; }

.clientSortData select { width: 100px; }

.ui-selectmenu-menu ul{padding-left: 0px; margin-left:0px; margin-top: 0px; height:auto !important; border:none !important; -webkit-border-radius:0px !important; -moz-border-radius:0px !important; border-radius:0px !important;}

.ui-selectmenu {
	position:relative;
	display: block;
	text-decoration: none !important;
	text-transform:uppercase !important;
	overflow:hidden;
	margin-bottom:10px;
	font-family: 'Roboto', Arial, sans-serif !important;
	font-size: 16px !important;
	letter-spacing:1px !important;
	color:#303030 !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height:35px;
	width: 250px;
	background-color:#cbc0c6 !important;

	border:none !important;
	-webkit-border-radius:0px !important; -moz-border-radius:0px !important; border-radius:0px !important;
}

.ui-selectmenu-icon { position:absolute; right:6px; margin-top:-8px; top: 50%; }
.ui-selectmenu-menu { padding:0; margin:0; list-style:none; position:absolute; top: 0; visibility: hidden; overflow: auto; z-index:999;}
.ui-selectmenu-open { visibility: visible; }
.ui-selectmenu-menu-popup { margin-top: -1px; }
.ui-selectmenu-menu-dropdown { }
.ui-selectmenu-menu li { padding:0; margin:0; display: block; font-weight: normal !important; }
.ui-selectmenu-menu li a,.ui-selectmenu-status {line-height: 1.4em; display:block; padding:.4em 1em; outline:none; text-decoration:none; border:none !important;}
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status { padding-left: 20px; position: relative; margin-left: 5px; }
.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon { position: absolute; top: 1em; margin-top: -8px; left: 0; }
.ui-selectmenu-status { line-height: 1.4em; }
.ui-selectmenu-open li.ui-selectmenu-item-focus a { }
.ui-selectmenu-open li.ui-selectmenu-item-selected { }
.ui-selectmenu-menu li span,.ui-selectmenu-status span { display:block; margin-bottom: .2em; }
.ui-selectmenu-menu li .ui-selectmenu-item-header { font-weight: bold; }
.ui-selectmenu-menu li .ui-selectmenu-item-content {  }
.ui-selectmenu-menu li .ui-selectmenu-item-footer { opacity: .8; }
/*for optgroups*/
.ui-selectmenu-menu .ui-selectmenu-group { }
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label { line-height: 1.4em; display:block; padding:.6em .5em 0; font-weight: bold; }
.ui-selectmenu-menu .ui-selectmenu-group ul { margin: 0; padding: 0; }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon{background: url(../img/arrow_down3_hover.png) 0px 2px no-repeat !important;}
.ui-state-active .ui-icon {background: url(../img/arrow_down3_hover.png) 0px 2px no-repeat !important;}

.ui-icon-triangle-1-s {}
.ui-icon {
	width: 20px !important;
	background: url(../img/arrow_down3.png) 0px 2px no-repeat !important;
}



.ui-widget-content .ui-state-hover, .ui-widget-content .ui-state-focus{
	background:#bbb1b7 !important;

	border:none !important;
	-webkit-border-radius:0px !important; -moz-border-radius:0px !important; border-radius:0px !important;
}






/*******************************************/
/*****    STANDAARD WVWEB LAYOUT: Sorteer en Filter  *****/
/*******************************************/

#filter_data{
	position: absolute;
	margin: 24px 0px 0px 350px;
	z-index: 1;
}

#sort_data_huur, #sort_data_koop{
	position: relative;
	margin-top: -24px;
}





#sort_data_huur select, #sort_data_koop select{
	padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

#fvf{
	width: 60px;
height: auto;
display: block;
position: absolute;
right: 0Px;
bottom: 45px;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
}


.filter_container{
	position:absolute;
	right:0px;
	top:50px;
}

.filter_container select {
	width: 150px;
}

.filter_container p{
	float:left;
}

.clientSortData{
	position: relative;
	padding-top: 8px;
	float: left;
	margin-left: 5px;
}

.clientFilterField{
	position: relative;
	padding-top: 8px;
	float: left;
	margin-left: 5px;
}


.total_counter{
	text-align: center;
	width:100%;
}

#total_counter_referentie{
	display:inline;
}

#paging_numbers{
	position: relative;
	z-index: 1;
	text-align: center;
	height: 20px;
}

#paging_numbers a, #paging_numbers span{
	padding:5px;
	text-decoration: none;
	color:#303030;
}

#paging_numbers a:hover{
	text-decoration: underline;
}

.active_paging_number{
	font-weight: 700;
	font-size:15px;
	color: #f99ca7 !important;
}



/*******************************************/
/*********    CLOUD PAGING   ****************/
/*******************************************/

.paging{
	position: relative;
	z-index: 1;
	text-align: center;
	height: 35px;
}

.paging ul li a, .paging span{
	padding:5px;
	text-decoration: none;
	color:#303030;
}

.paging ul li a:hover{
	text-decoration: underline;
}

.paging ul{
	list-style:none !important;
}

.paging ul li{
	display:inline;
}

.paging .current a, .active_paging_number{
	font-weight: 700;
	font-size:15px;
	color: #f99ca7 !important;
}

#pand_detail .PagingPreviousLink, #pand_detail .PagingNextLink {
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
}




.arrow a, .PagingPreviousLink, .PagingNextLink {
    position:absolute;
	height:30px;
	width:150px;
	right:0px;
	padding:10px 15px 0px 15px !important;
	margin:-20px 0px 0px 0px;

	text-decoration:none !important;
	text-transform:uppercase;
	font-weight:400;
	font-size:16px;
	background: #c34176;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	text-align: right;

	color:#c34176 !important;

	display:inline-block;

	float:none;

	/*Antialiasing aanpassen naar vetter*/
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
}

.arrow:first-child a{
    position: absolute;
	left: 0px;
	top:0px;
	text-align: left;
}

.arrow a:after{
	content:"volgende";
	color:#FFFFFF !important;
}

.arrow:first-child a:after{
	content:"vorige";
}

.arrow a:hover, .PagingPreviousLink:hover, .PagingNextLink:hover {
    background:#3a3a3a;
	color:#3a3a3a !important;
}






/********************************************/
/**************    ICONS    ***************/
/********************************************/

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
	font-family: Flaticon;
    font-size: 20px;
	font-style: normal;

}
.flaticon-delete30:before {
	content: "\e000";
}
.flaticon-direction33:before {
	content: "\e001";
}
.flaticon-email103:before {
	content: "\e002";
}
.flaticon-home63:before {
	content: "\e003";
}
.flaticon-left-arrow16:before {
	content: "\e004";
}
.flaticon-locked59:before {
	content: "\e005";
}
.flaticon-menu51:before {
	content: "\e006";
}
.flaticon-pig1:before {
	content: "\e007";
}
.flaticon-right-arrow26:before {
	content: "\e008";
}
.flaticon-sign20:before {
	content: "\e009";
}
.flaticon-social12:before {
	content: "\e00a";
}
.flaticon-sticking-plaster:before {
	content: "\e00b";
}
.flaticon-tick10:before {
	content: "\e00c";
}
.flaticon-uparrow2:before {
	content: "\e00d";
}



[class^="flaticon2-"]:before, [class*=" flaticon2-"]:before,
[class^="flaticon2-"]:after, [class*=" flaticon2-"]:after {
	font-family: "Flaticon2";
    font-size: 20px;
	font-style: normal;
}

.flaticon2-arrow:before { content: "\f100"; }







.flaticon:before{
	margin-left:-40px;
	position:absolute;
}

h1.flaticon, h1 .flaticon{
	margin-left:40px;

}

h1.flaticon:before, h1 .flaticon:before{
	font-size:26px;
	color:#009fe1;
}










@media only screen and (min-width: 1200px) {
	.hide_normal{display:none !important;}
}

/************** Extra breed *************/
@media only screen and (min-width: 1950px) and (max-height: 1200px) {

	#fullscreen_container img{height: auto;}

}

/*******************************************/
/*******************************************/
/************** iPAD Landscape *************/
/*******************************************/
/*******************************************/

@media only screen and (max-width: 1199px) and (min-width: 992px) {

	.hide_tablet_landscape{
		display:none !important;
	}

	.main, #header, #homepage_slogan div, #footer, #footer_copyright{
		width:950px;
	}
	#fvf {
	    width: 60px;
	    height: auto;
	    display: block;
	    position: static;
	    float: right;
	    margin-bottom: 20px;
	}
	#googlemaps_center{
		margin-left: -775px;
	}

	#footer span{left: 140px;}

}



/*******************************************/
/*******************************************/
/************** iPAD Portrait *************/
/*******************************************/
/*******************************************/

@media only screen and (max-width: 991px) and (min-width: 768px) {

	.hide_tablet_portrait{
		display:none !important;
	}

	.main, #header, #homepage_slogan div, #footer, #footer_copyright{
		width:730px;
	}
	#googlemaps_center{
		margin-left: -885px;
	}
	#fvf {
	    width: 60px;
	    height: auto;
	    display: block;
	    position: static;
	    float: right;
	    margin-bottom: 20px;
	}
	h1, h1 a{font-size: 20px;}
	#homepage_slogan div{padding-top:45px;}
	#extra_menu1{margin-left:-100px;}
	#footer{white-space: nowrap;}
	#footer span{position:relative;left:0px;}
	#footer .col3, #footer .col3 p{text-align:right;}
	#footer_copyright_container{font-size:11px;}


	.btn.right{float:left !important; margin-top:15px; }

	.eyecatcher_container{
		width:100px;
		height:100px;
		font-size:18px;
	}
}








/*******************************************/
/*******************************************/
/************** iPhone landscape ***********/
/*******************************************/
/*******************************************/

@media only screen and (max-width: 767px) and (min-width: 480px) {

	.hide_smartphone_landscape{
		display:none !important;
	}



	.main, #header, #homepage_slogan div, #footer, #footer_copyright, #googlemaps{
		width:90%;
		padding: 0px 5% 0px 5%;
	}

	#header{
		position:initial;
	}

	#googlemaps_center{
		margin-left: -1035px;
	}
	#fvf {
			width: 60px;
			height: auto;
			display: block;
			position: static;
			float: right;
			margin-bottom: 20px;
	}

	#main_container{margin: 0px auto; min-height: 500px;}
	.main{padding-bottom:0px !important;}

	h1, h1 a{font-size: 20px;}

	#menu{
		display:none;
		width:inherit !important;

		height:100%;
		min-height: 1500px!important;
		top:0px;
		background: #ebebeb;
		margin-left: -5%;
		padding-left: 5%;
		padding-right: 5%;
		padding-top:80px;
		z-index:999;
	}
	.menu li{float:none;}
	.menu li:hover a, .menu li a.active{border-bottom:none;height:auto;}
	.menu li:hover a{background:#b0b6cd !important;margin-left: -5%;text-indent: 5%; margin-right:-5%;}

	#mobile_menu{display:block;}
	.menu li:hover .dropdown_1column, .menu li:hover .dropdown_3column{position:relative; display:none !important;}


	#extra_menu1{right:5%;top:95px;left:auto;z-index: 102;}
	#extra_menu1 ul li:last-child a{padding-right:0px;}
	#extra_menu1 ul li a.active:before {content:"";}
	#extra_menu2{left: 5%;;top:96px;z-index: 101;}

	#homepage_slogan div{padding-top:35px;}
	#footer_container{height:auto;}
	#footer{white-space: nowrap;height:auto;}
	#footer_bgrd{height:100%;margin-top:30px;}

	#footer_copyright_container{font-size:11px;height:auto;}
	#footer_copyright{padding-bottom: 10px;}

	.colmask{width:100%;}
	.col{width:100% !important; left:50% !important;border-bottom: #ccc 1px solid;padding-bottom: 15px;padding-top: 15px;}
	.col:first-child{padding-top: 0px;}
	.col:last-child{border-bottom:none;}
	.col .artikel:first-child{padding-top: 20px !important;}

	#fullscreen_container{position:relative;width:100%;margin:0px auto;left:0%;margin-bottom: -50px;}
	#fullscreen_container img{position: relative;height: auto;width:100%;}

	.ui-dialog{width:80% !important;}
}

@media only screen and (max-width: 580px) and (min-width: 480px) {

}




/*******************************************/
/*******************************************/
/************** iPhone Portrait ************/
/*******************************************/
/*******************************************/

@media only screen and (max-width: 479px) {

	.hide_smartphone_portrait{
		display:none !important;
	}



	.main, #header, #homepage_slogan div, #footer, #footer_copyright, #googlemaps{
		width:90%;
		padding: 0px 5% 0px 5%;
	}
	#header{
		position:initial;
	}

	#googlemaps_center{
		margin-left: -1110px;
	}

	#fvf {
			width: 60px;
			height: auto;
			display: block;
			position: static;
			float: right;
			margin-bottom: 20px;
	}

	#main_container{margin: 0px auto; min-height: 500px;}
	.main{padding:0px 0px 0px 0px !important;}

	#logo{  height: 50px;  margin-top: 19px;}

	h1, h1 a{font-size: 20px;}

	#menu{
		display:none;
		width:inherit !important;

		height:100%;
		min-height: 1500px!important;
		top:0px;
		background: #ebebeb;
		margin-left: -5%;
		padding-left: 5%;
		padding-right: 5%;
		padding-top:80px;
		z-index:999;
	}
	.menu li{float:none;}
	.menu li:hover a, .menu li a.active{border-bottom:none;height:auto;}
	.menu li:hover a{background:#b0b6cd !important;margin-left: -5%;text-indent: 5%; margin-right:-5%;}

	#mobile_menu{display:block;}
	.menu li:hover .dropdown_1column, .menu li:hover .dropdown_3column{position:relative; display:none !important;}

	#extra_menu1{right:5%;top:91px;left:auto;font-size:11px;  z-index: 102;}
	#extra_menu1 ul li{float:none;  line-height: 150%;}
	#extra_menu1 ul li:last-child a{padding-right:0px;}
	#extra_menu1 ul li a.active:before {content:"";}
	#extra_menu2{left: 5%;;top:96px;z-index: 101;}


	#homepage_slogan{margin-top: -10px;}
	#homepage_slogan div{padding-top: 11px;}
	#footer_container{height:auto;}
	#footer{white-space: nowrap;height:auto;}
	#footer_bgrd{height:100%;margin-top:30px;}

	#footer_copyright_container{font-size:11px;height:auto;}
	#footer_copyright{padding-bottom: 10px;}

	.colmask{width:100%;}
	.col{width:100% !important; left:50% !important;border-bottom: #ccc 1px solid;padding-bottom: 15px;padding-top: 15px;}
	.col:first-child{padding-top: 0px;}
	.col:last-child{border-bottom:none;}
	.col .artikel:first-child{padding-top: 20px !important;}

	.btn.right{float:left !important; margin-top:15px; }

	#fullscreen_container{position:relative;width:100%;margin:0px auto;left:0%;margin-bottom: -50px;}
	#fullscreen_container img{position: relative;height: auto;width:100%;}

	.ui-dialog{width:80% !important;}
}























/*******************************************/
/************ Retina Display ***************/
/*******************************************/

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1023px), only screen and (min-device-pixel-ratio: 2) and (min-width: 1023px){



}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1023px) and (min-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1023px) and (min-width: 768px){



}


@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px) and (min-width: 480px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px) and (min-width: 480px){



}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 479px), only screen and (min-device-pixel-ratio: 2) and (max-width: 479px){



}










/*******************************************/
/************** ANIMATIONS *****************/
/*******************************************/


/* HTML */

@keyframes fadein {
	0%		{opacity: 0; filter: alpha(opacity=0);}
	100%	{opacity: 1; filter: alpha(opacity=100);}
}

@-webkit-keyframes fadein {
	0%		{opacity: 0;}
	100%	{opacity: 1;}
}

@keyframes fadeout {
	0%		{opacity: 1; filter: alpha(opacity=100);}
	100%	{opacity: 0; filter: alpha(opacity=0);}
}

@-webkit-keyframes fadeout {
	0%		{opacity: 1;}
	100%	{opacity: 0;}
}














/*******************************************/
/************ LTE IE8 WARNING **************/
/*******************************************/

#ie6_banner{
	background: #D40000;
	width: 100%;
	position: fixed;
	bottom: 0px;
	padding:15px 0;
	margin:0;
	z-index: 999;
}
#ie6_wrap{
	width: 1000px;
	margin: 0 auto;
}
#ie6_wrap h2{
	font-size: 18px;
	text-transform: none;
	color: #fff;
	background: none;
	margin: 0 0 10px 0;
	padding:0;
	font-weight: bold;
}
#ie6_wrap p{
	text-align: left;
	font-size: 12px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #fff;
	background: none;
	line-height: 16px;
	margin:0;
}
#ie6_wrap p a{
	color: #fff;
	background: none;
	text-decoration: underline;
	font-size: 12px;
}
#ie6_wrap p a:hover{
	color: #fff;
	background: none;
	text-decoration: none;
}
#ie6_links{
	float: right;
	width: 272px;
}
#ie6_links a{
	float: left;
	background: #D40000;
	width: 85px;
	height: 27px;
	padding: 12px 0 0 50px;
	margin:0 1px 1px 0;
	color:#fff;
}
#ie6_links a:hover{
	text-decoration: underline;
}
#ie6_links img{
	position: absolute;
	margin: -5px 0 0 -35px;
	border:none;
}


@media only screen and (max-width: 1200px){
  #footer_container .colleft{
    width: 100%;
  }
  #footer_container .col1{
    width: 25%;
  }
  #footer_container .col2{
    width: 40%;
  }
}

#partners{
	margin-bottom: 50px;
}
#partners a{
	width: 20%;
	max-width: 100px;
	display: block;
	margin-right: 20px;
	float: left;
	height: 100px;
}
#partners a img{
	display: block;
	object-fit: contain;
	object-position: center;
	width: 100%;
	height: 100%;
}
