/* ===============
   TEMPORARY STYLES
   =============== */
#decemberactie {
    background: #000;
    overflow: hidden;
    background-attachment: fixed;
}
#decemberactie, .decemberactie .container, .decemberactie .col {
    padding: 0;
}
#decemberactie .col {
    position: inherit;
}
#decemberactie .half:nth-child(1) {
    padding: 50px 0px;
    color: #fff;
}
#decemberactie .half:nth-child(2) {
    position: absolute;
    right: 0px;
    height: 100%;
}
#decemberactie #kerstbal {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 5;
}
#decemberactie #templates {
    position: absolute;
    bottom: 0;
    right: 60px;
    z-index: 2;
}
#theme_output .feestdagen {
    position: relative;
}
#theme_output .feestdagen:after {
    content: url('/static/yourhosting/img/pages/mijnwebsite/bells.png');
    position: absolute;
    right: 0px;
    top: -10px;
}
#kerstbal_header {
	width: 300px; 
	position: absolute; 
	display: block;
	top: -52px; 
	left: 50%;
	opacity: 0;
	transform: translateY(-120px) scale(1);
	transition: all 0.4s ease-in-out;
	cursor: pointer !important;
}
#kerstbal_header.activated {
	opacity: 1;
	transform: translateY(0px);
}
#kerstbal_header:hover {
	transform: scale(1.1);
}
/* ===============
   TOP BAR
   =============== */
#top_bar {
	padding: 0px;
	width: 100%;
}
#top_bar .col {
	padding: 4px 5px;
}
#top_bar img {
	padding: 10px 0px;
}
#top_bar ul {
	margin-right: -10px;
}
#top_bar li {
	float: left;
	line-height: 1.5rem;
}
#top_bar li a {
	font-size: 14px;
	font-weight: 400;
	color: #c6cddc;
	padding: 4px 16px;
}
#top_bar li a:hover {
	text-decoration: none;
	color: #fff;
}
#top_bar .align_right a {
	font-size: 16px;
	padding: 21px 12px !important;
	float: left;
	text-transform: uppercase;
	font-size: 14px;
}
#wereld_switch a {
	font-size: 17px !important;
	padding: 25px 18px !important;
	float: left;
	position: relative;
	display: inline-block;
	text-align: center;
}
#wereld_switch a.active {
	font-weight: 500 !important;
	color: #fff;
}
#wereld_switch a.active:after {
	content: "\f0d8";
	font-family: 'FontAwesome';
	position: absolute;
	bottom: -7px;
	display: inline-block;
	font-size: 47px;
	width: 100%;
	left: 0px;
}
/* ===============
   LOGO BAR
   =============== */
#logo_bar {
	padding: 10px 0px;
	padding-bottom: 14px;
}
#main_menu form {
	margin: 0;
}
#main_menu .container {
	overflow: visible;
}
#main_menu input[type="text"] {
	float: right;
	width: 100%;
	padding: 11px 20px;
	font-size: 13px;
}
#main_menu input[type="submit"] {
	position: absolute;
	top: 10px;
	right: 10px;
	font-family: 'FontAwesome';
	padding: 6px 14px;
}
#main_menu #search {
	width: 9rem;
	float: left;
	position: relative;
}
#main_menu #search input[type="text"] {
	height: 35px;
	float: right;
	border: 1px solid #ccc;
	margin-bottom: 0;
}
#main_menu .gsc-search-button, #main_menu .gsc-clear-button {
	display: none;
}
#main_menu #search:after {
	content: "\f002";
	font-family: 'FontAwesome';
	position: absolute;
	top: 11px;
	right: 21px;
	font-size: 14px;
	color: #d8d8d8;
}
#main_menu #winkelmand {
    background: #ffe1b7;
    width: 16%;
    height: 35px;
    border-radius: 3px;
    text-align: center;
    padding-top: 9px;
    font-size: 17px;
    float: right;
}
#main_menu #winkelmand span {
	position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 15px;
    background: #9ccc00;
    font-size: 14px;
    color: #fff;
    padding-top: 5px;
    top: -5px;
    font-weight: 500;
}
#main_menu #winkelmand i {
	color: #ff9600;
}
#main_menu #winkelmand #cta {
	display: none;
}
#main_menu #winkelmand[data-products] {
	display: block;
}
/* ===============
   MAIN MENU
   =============== */
#main_menu {
	padding: 9px 0px;
	position: relative;
	z-index: 10000;
	box-shadow: 0px 2px 3px #aaa;
}
#main_menu .container {
	overflow: visible;
}
#main_menu ul {
	margin-left: -8px;
	padding-top: 6px;
	position: relative;
	z-index: 10001;
}
#main_menu a {
	font-weight: 400;
	color: #444;
	padding: 12px 17px 24px 18px;
	font-size: 16px;
}
#main_menu .twothird > ul > li:hover > a {
	color: #9ccc00;
	text-decoration: none;
}
#main_menu li {
	float: left;
	line-height: 1.5rem;
}
#main_menu li:first-child > a {
	padding-left: 6px;
}
#main_menu li .submenu {
position: absolute;
    top: 48px;
    left: 0px;
    width: 1150px;
    height: 230px;
    padding: 20px 30px;
    display: none;
}
#main_menu li:hover .submenu {
	display: block;
}
#main_menu li .submenu ul {
	width: auto;
	float: left;
	padding-right: 60px;
}
#main_menu li .submenu ul li {
	width: auto;
	float: none;
	color: #fff;
	font-weight: 500;
	padding: 0;
}
#main_menu .submenu a {
	color: #a4b6d5;
	font-weight: 400;
	font-size: 13px;
	padding: 0;
}
#main_menu .submenu a:hover {
	color: #fff;
	text-decoration: none;
}
#main_menu .submenu a:after, #main_menu .submenu a[target="_blank"]:after {
	content: "";
}
#main_menu .submenu .title {
	padding-bottom: 15px;
	font-size: 16px;
}
#submenu_back {
	width: 100%;
	z-index: 10000;
	height: 230px;
	position: absolute;
	background: #0b193b;
	margin-top: 56px;
	opacity: 0.95;
	display: none;
}
#main_menu .twothird >ul > li.no_sub > a:after {
	content: "\f0da";
	margin-left: 7px;
}
#main_menu .twothird >ul > li > a:after {
	content: "\f0d7";
    font-family: 'FontAwesome';
    margin-left: 5px;
    font-size: 12px;
    color: #B1B1B1;
}
#main_menu a[target="_blank"]:after {
	content: "\f0da";
    font-family: 'FontAwesome';
    margin-left: 5px;
    font-size: 12px;
    color: #B1B1B1;
}
/* ===============
   BIG HEADER
   =============== */
.big_header {
	padding: 60px 0px;
	background-size: cover !important;
	background-position: center;
}
.big_header h1 {
	font-size: 40px;
	line-height: 50px;
}
.big_header .twothird {
	padding: 0px;
	padding-right: 80px;
}
.big_header.red_back .container {
	overflow: visible;
}
.big_header.red_back .twothird {
	padding: 0px;
	padding-right: 130px;
	padding-top: 43px;
}
.big_header .twothird .transparent_panel {
	padding: 36px;
	border-radius: 0px;
	background: rgba(255,255,255,0.5);
}
.big_header .third .white_panel {
	text-align: center;
	padding: 0 !important;
	border-radius: 0px;
	opacity: .9;
}
.big_header .price {
	width: 100%;
	float: left;
    padding: 20px;
    font-weight: 500;
    font-size: 20px;
}
.big_header .third {
	padding: 0px;
	/* padding-left: 50px; */
}
.big_header .white_panel h3 {
	padding: 20px 0px;
}
.big_header .office_panel {
	background: #EA4715;
	overflow: hidden;
}
.big_header .office_panel i {
	color: #FFF;
	font-size: 33px;
	margin: 12px 11px;
	float: left;
}
.big_header .office_icons {
	float: left;
	margin: 10px 20px;
}
.big_header .office_panel img {
	width: 100%;
	float: left;
} 
.big_header .show_video {
	font-size: 20px;
	cursor: pointer;
	margin-top: 21px;
	display: block;
}
.big_header .show_video:before {
	content: "\f144";
	color: #fff;
	font-family: "FontAwesome";
	float: left;
	font-size: 44px;
	display: block; 
	margin-right: 10px;

}
/* ===============
   PRODUCT HEADER
   =============== */
header.tld_header {
	height: 350px;
	padding: 100px 0px;
	background-size: 1200px;
	background-position: 64%;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
}
header.tld_header .background {
	height: 350px;
	background-size: 1200px;
	background-position: 64%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
}
header.tld_header .container {
	position: relative;
	z-index: 15;
}
header.tld_header .white_back {
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	display: block;
	width: 50%;
	height: 350px;
	z-index: 2;
}
header.tld_header h1 {
	color: #fff;
	font-size: 32px;
	line-height: 48px;
}
header.tld_header h1 strong  {
	font-size: 50px;
}
.product_header {
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #141b28;
	height: 240px;
}
.product_header.white_back {
	background-color: #fff;
}
.product_header .container {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	padding-left: 10px;
}
.product_header h1 {
	font-size: 33px;
	line-height: 40px;
	color: #fff;
}
.product_header.white_back h1 {
	color: #383838;
}
header.col_header {
	padding: 25px 0px;
}
header.col_header .logo {
	width: 120px;
	height: auto;
}
header.col_header h1 {
	font-size: 29px;
	padding-bottom: 15px;
}
header.col_header h3 {
	font-size: 19px;
	padding-bottom: 20px;
}
header.home_header {
	padding-top: 70px;
	position: relative;
	overflow: hidden;
	height: 370px;
	background: #383838 !important;
}
header.home_header .container {
	overflow: visible;
}
header.home_header .header_image {
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0px;
	left: -8%;
	width: 116%;
	height: 150%;
	opacity: 1;
}
header.home_header h1 {
	line-height: 54px;
	margin-bottom: 50px;
}
header.proefperiode {
	padding: 90px 0px;
	padding-bottom: 240px;
    background-size: cover;
    background-position:top center;
    background-repeat: no-repeat;
    position: relative;
}
header.proefperiode p.intro {
	margin-bottom: 40px;
}
header.proefperiode .helper_layer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
}
header.proefperiode .container {
	overflow: visible;
}
header.proefperiode .select_box {
	width: 67%;
	float: left;
	border-radius: 3px 0px 0px 3px;
}
header.proefperiode .select_box li.active strong, header.proefperiode .select_box li:hover strong {
	color: #9ccc00;
}
header.proefperiode .select_box span.label {
    background: #9ccc00;
    padding: 4px 9px;
    float: right;
    margin-right: 26px;
    margin-top: -4px;
    border-radius: 4px;
    color: #fff;
}
header.proefperiode input[type="number"] {
	width: 8%;
	float: left;
	height: 43px;
	border-radius: 0px 3px 3px 0px;
	border: none;
	background: #f5f5f5;
	text-indent: 7px;
	border-left: 1px solid #ddd;
}
header.proefperiode .order_form {
	padding: 50px 0px;
	padding-top: 80px;
	background: #0B193B;
	position: relative;
	height: 260px;
}
header.proefperiode .btn {
    height: 43px;
    width: 23%;
    padding: 13px 20px;
    text-align: center;
    float: right;
}
header.proefperiode .proefperiode_box {
	width: 100%;
    position: absolute;
    z-index: 10;
}
header.proefperiode .proefperiode_message {
	color: #fff;
	position: absolute;
	bottom: -140px;
	width: 100%;
	text-align: left;
	opacity: 0;
}
header.paralax_header {
    padding: 50px 0px;
    overflow: hidden !important;
    position: relative;
    background-size: cover;
}
header.paralax_header .bg_image {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 130%;
    background-size: cover;
    background-position: center;
}
header.paralax_header img.logo {
	margin-bottom: 3px;
	margin-top: -33px;
	width: 140px;
}
header.paralax_header .half img.align_right {
	position: absolute;
	right: 0px;
}
header.paralax_header .container {
	position: relative;
	z-index: 2;
	overflow: visible;
}
header.paralax_header h1 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 21px;
	padding-bottom: 0px;
	margin-top: 21px;
}
header.paralax_header h3 {
	margin-bottom: 46px;
	padding-bottom: 0px;
}
header.paralax_header a.btn_cart, header.paralax_header a.white_btn {
	text-transform: none;
	font-size: 16px;
}
header.paralax_header a.btn_cart:after, header.paralax_header a.white_btn:after {
    content: '\f061';
    position: relative;
    top: -1px;
}
header.centered_header {
	padding: 80px 0px;
	background-size: cover;
	background-position: center;
}
header.centered_header form {
	margin-bottom: 0px;
}
/* ===============
   SUBNAV
   =============== */
#sub_nav, .fixed_sub {
	position: relative;
	z-index: 1000000;
	box-shadow: 0px 2px 6px #777;
}
#sub_nav.grey_back {
	box-shadow: inset 0 -10px 10px -10px #ccd1dc;
}
#sub_nav li, .fixed_sub li {
	float: left;
}
.fixed_sub li ul li a {
	padding: 10px 9px !important;
}
#sub_nav .container, .fixed_sub .container {
	overflow: visible;
}
#sub_nav li a, .fixed_sub li a {
	display: inline-block;
	padding: 20px 17px;
	color: #c6cddc;
}
#sub_nav.grey_back li a, .fixed_sub.grey_back li a {
	color: #383838;
}
#sub_nav li:hover a, .fixed_sub li:hover a {
	color: #fff;
	background: #313a5e;
	text-decoration: none;
}
#sub_nav .sub a, .fixed_sub .sub a {
	font-size: 13px;
	padding: 9px 9px;
	color: #c6cddc !important;
}
#sub_nav .sub a:hover, .fixed_sub .sub a:hover {
	color: #fff !important;
}
#sub_nav li ul, .fixed_sub li ul {
	position: absolute;
	left: 0px;
	top: 67px;
	width: 100%;
	z-index: 10;
	display: none;
}
#sub_nav li:hover ul, .fixed_sub li:hover ul {
	display: block;
}
#sub_nav li.has_children > a:after, .fixed_sub li.has_children > a:after {
    content: "\f0d7";
    margin-left: 5px;
    font-family: FontAwesome;
}
#sub_nav .sub_nav_sub, .fixed_sub .sub_nav_sub {
	display: none;
	position: absolute;
	top: 100%;
	height: 45px;
	left: 0px;
	background-color: #313a5e;
}
#sub_nav .btn, .fixed_sub .btn {
	float: right;
	padding: 14px 20px;
	background: #fff;
	color: #DB440C;
	font-size: 15px;
	margin-top: 10px;
}
#sub_nav .white_btn {
	display: none;
}
.fixed_sub .white_btn {
	display: block;
	color: #383838 !important;
	transition: none !important;
}
.fixed_sub .white_btn:hover {
	color: #9ccc00 !important;
	transition: none !important;
}
#sub_nav .btn {
	opacity: 0;
}
#fixed_nav .btn {
	opacity: 1;
}

#sub_nav .btn.green, .fixed_sub .btn.green {
	background: #9CCC00;
	color: #fff;
}
#sub_nav .btn.orange, .fixed_sub .btn.orange {
	background: #ff9600;
	color: #fff;
}
#sub_nav .btn.orange {
	display: none;
}
#sub_nav .btn.green:hover, .fixed_sub .btn.green:hover {
	background: #fff;
	color: #9ccc00;
}
#sub_nav .btn:hover, .fixed_sub .btn:hover {
	background: #DB440C;
	color: #fff;
}
.fixed_sub .btn.orange:hover {
	background: #e26e23;
}
#sub_nav .btn:after, .fixed_sub .btn:after {
	content: '\f061';
	font-size: 1em;
}
#sub_nav .btn_green:hover, .fixed_sub .btn_green:hover {
	color: #fff;
	background: #9ccc00;
}
#sub_nav .col, .fixed_sub .col {
	padding: 0 !important;
}
.fixed_sub li ul {
	top: 49px;
}
.fixed_sub li ul a {
	padding: 11px 17px !important;
}
.fixed_sub .btn_green {
	margin-top: 9px !important;
}
/* ===============
   INTRO TEXT
   =============== */
#intro .container {
	overflow: visible;
}
#intro .twothird {
	padding-top: 20px;
	padding-left: 9px;
}
#intro .third img {
	width: 240px;
	float: right;
	margin-top: -18px;
	right: 0px;
}
#intro .full.center p {
	padding: 0px 120px;
}
#intro {
	padding: 50px 0px;
}
#intro .panel .check {
	margin-bottom: 0px;
}
#intro .panel .check li {
	font-size: 17px;
	line-height: 33px;
}
#intro p.white {
	font-weight: 400;
}
#intro p.white a {
	color: #fff;
	font-weight: 700;
	text-decoration: underline;
}
/* ===============
   CONTENT BLOCKS
   =============== */
.third .blue_panel img, .half .blue_panel img {
	margin-bottom: 10px;
}
#resource_faq .container {
	overflow: visible;
}
.breadcrumbs  {
	position: absolute;
	top: -30px;
	left: 15px;
}
.breadcrumbs .fa-home {
	font-size: 18px;
	margin-top: 4px;
	position: relative;
	float: left;
}
.breadcrumbs a {
	color: #ccc;
	font-weight: 400;
	font-size: 13px !important;
	float: left;
}
.breadcrumbs li {
	font-size: 12px;
	color: #777;
	float: left;
	font-size: 13px !important;
	font-weight: 500;
}
.breadcrumbs li span {
	font-size: 13px !important;
}
.breadcrumbs li a:after {
    content: "\f105";
    font-family: "FontAwesome";
    position: relative;
    margin: 0 10px;
}
.breadcrumbs li:last-child a:after {
    content: "";
}
.breadcrumbs li a:hover {
	text-decoration: none;
}
.breadcrumbs li a:hover span {
	text-decoration: underline;
}
.image_block {
	display: block;
	position: relative;
	text-align: center;
}
.image_block img {
	max-width: 100%;
	width: auto;
	height: auto;
	position: relative;
	top: -46px;
}
.sidebar_tabs {
	background: rgba(255,255,255,0.9);
	margin-top: 20px;
	border-radius: 4px;
}
.sidebar_tabs .col {
	padding: 0;
}
.sidebar_tabs article {
	background: #fff;
	height: 500px;
	width: 60%;
	padding: 30px;
	float: left;
}
.sidebar_tabs .quarter li {
	padding: 7px 18px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	cursor: pointer;
}
.sidebar_tabs .quarter li:hover, .sidebar_tabs .quarter li.active {
	background: #fff;
	color: #0b193b;
	font-weight: 400;
}
.sidebar_tabs .tab_sidebar {
	float: right;
	width: 40%;
	height: 500px;
	padding-top: 60px;
}
.sidebar_tabs .tab_sidebar a {
	font-size: 0.8em;
}
.sidebar_tabs .tab_sidebar h3 {
	font-size: 22px;
	margin-bottom: 40px;
}
.white_back .sidebar_tabs {
	background: #f5f5f5;
	box-shadow: 0px 0px 5px #ccc;
}
.white_back .sidebar_tabs .tab_image {
	float: left;
	margin-right: 10px;
}
.resources_faq .container {
	overflow: visible;
}
.resources_faq h1 {
	margin-top: 7px;
	font-size: 30px;
}
.resources_faq h3 {
	line-height: 1.3em;
}
.resources_faq a[name] {
	width: 100%;
    border-top: 1px solid #ccc;
    float: left;
    margin-bottom: 10px;
}
.resources_faq .third {
	padding-left: 37px !important;
}
.resources_faq .third h4 {
	font-weight: 500;
	margin-top: 17px;
}
.video_row .video_wrapper {
	width: 50%;
	margin-left: 25%;
	float: left;
}
.video_wrapper h4 {
	font-weight: 400;
	font-size: 19px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.video_wrapper h6 {
	font-weight: 300;
}
.simple_content  {
	margin-bottom: 20px;
}
.simple_content h3 {
	font-size: 20px;
}
.white_content .wrap {
	display: block;
	padding: 20px 0px;
	overflow: hidden;
	position: relative;
}
.white_content .image {
	width: 47%;
	height: 100%;
	position: absolute;
	top: 0px;
	text-align: center;
	 white-space: nowrap;
}
.white_content .image img {
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
}
.white_content .image.align_right {
	right: 0px;
}
/* ===============
   VOORDELEN
   =============== */
#voordelen {
	background: #323b5e;
}
#voordelen li {
	width: 24%;
	display: inline-block;
	margin-bottom: 20px;
}
#voordelen .five_features li {
	width: 19%;
}
#voordelen i {
	color: #fff;
	text-align: center;
	width: 100px;
	height: 100px;
	margin-bottom: 20px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #444D71;
	padding-top: 33px;
	font-size: 36px;
	text-shadow: 4px 3px 0px #323b5e;
	display: inline-block;
	position: relative;
}
#voordelen i:after {
	font-family: 'FontAwesome';
    content: "\f058";
    color: #9CCC00;
    position: relative;
    font-size: 27px;
    left: -38px;
    display: block;
    bottom: 2px;
    display: block;
    text-shadow: 4px 3px 0px rgba(0, 0, 0, 0.2);
}
#voordelen h1 {
	margin-bottom: 24px;
}
#voordelen h4 {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	padding-bottom: 15px;
	margin-bottom: 0;
}
#voordelen h2 {
	color: #fff;
    margin-bottom: 5px;
    padding-top: 19px;
    font-size: 25px;
}
/* ===============
   OFFICE ICONS
   =============== */
.office_icons {
	padding: 80px 0px;
	overflow: hidden;
}

.office_table_icon {
	border-bottom: none;
	padding: 0px 2px;
	display: inline-block;
	top: 5px;
}
.office_icons .container {
	overflow: visible;
}
.office_icons li {
	font-size: 60px;
	width: 16.666666667%;
	float: left;
	text-align: center;
	color: #fff;
	position: relative;
	margin-bottom: 2px;
	padding-right: 2px;
}
.subnav li {
	padding-right: 0px;
}
.office_icons li {
	position: relative;
}
.office_icons i {
	display: inline-block;
	width: 100%;
	height: 135px;
	position: relative;
	z-index: 10;
	background: #aaa;
	padding-top: 35px;
	cursor: pointer;
}
.office_product_name {
	position: absolute;
	width: 100%;
	font-weight: 500 !important;
	font-size: 14px;
	left: 0;
	text-align: center;
	bottom: 10px;
	z-index: 6;
}

.subnav li:hover .office_product_name,
li.active .office_product_name {
	bottom: 100%;
    font-size: 14px;
    font-weight: 500 !important;
    left: -100%;
    position: absolute;
    text-align: center;
    width: 300%;
    z-index: 6;
}

.office_content {
	position: absolute;
	left: 100%;
}
.office_content li {
	font-size: 14px;
	width: auto;
}
.small_icons {
	margin-bottom: 30px;
}
.office_content .small_icons li {
	float: left;
	width: 5%;
	height: 45px;
}
.office_content .small_icons i {
	padding-top: 12px;
	font-size: 22px;
	height: 100%;
}
.office_front .subnav {
	position: absolute;
	width: 100%;
	top: 50px;
}
.office_front .subnav li {
	width: calc(100% / 18);
	height: auto;
	float: left;
	z-index: 350000000;
	background: #fff;
}
.office_front .subnav li i {
	font-size: 25px;
	padding: 15px 0px;
	height: auto;
	background: transparent;
	color: #ccc;
}
.office_popup {
	z-index: 20;
	padding: 50px;
}
.office_popup h2 {
	font-size: 36px;
	margin-bottom: 4px;
	line-height: 47px;
}
.office_popup p {
	font-size: 17px;
	line-height: 31px;
}
.office_popup .large_icon {
	color: #fff;
	float: right;
	height: auto;
	background: transparent;
	font-size: 300px !important;
	margin-top: -11px;
	width: auto;
	opacity: 0.3;
}
.office_popup .half:last-child {
	padding-left: 40px;
	padding-top: 22px;
}
.office_popup small {
	font-size: 14px;
	padding-bottom: 3px;
	display: block;
	opacity: 0.6;
}
.office_popup .front_inner .large_icon {
	color: #fff;
	text-align: center;
	height: auto;
	background: transparent;
	font-size: 160px !important;
	margin-top: 10px;
	position: absolute;
	width: 100%;
	opacity: 1;
}
/* ===============
   FEATURE TABS
   =============== */
.feature_tabs {
	padding-bottom: 0px;
	padding-top: 60px;
}
.feature_tabs i {
	font-size: 35px;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #aaa;
}
.feature_tabs h6 {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}
.indicator_arrow {
	position: absolute;
	background: #f5f5f5;
}
.indicator_arrow:after {
	top: -60px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(245, 245, 245, 0);
	border-top-color: #f5f5f5;
	border-width: 15px;
	margin-left: -15px;
}
.feature_tabs .content {
	background: #fff;
	padding: 60px 0px;
}
.feature_tabs .fifth {
	cursor: pointer;
}
.feature_tabs .fifth:hover i, .feature_tabs .fifth.active i {
	color: #d24827;
}
.feature_tabs .half:first-child {
	padding-right: 40px;
}
/* ===============
   CALL TO ACTION
   =============== */
#cta {
	text-align: center;
	padding: 40px 0px;
}
#cta.easymove_back {
	padding: 60px 0px;
}
#cta h1 {
	font-size: 30px;
	line-height: 1.5em;
}
#cta h2 {
	font-size: 1.7em;
	color: #fff;
	padding-bottom: 0;
	line-height: 2em;
}
#cta h3 {
	color: #fff;
	padding: 15px 0px 25px 0px;
}
#cta h2 a {
	position: relative;
	left: 10px;
	font-size: 0.8em;
	font-weight: 400;
	padding: 0px 13px;
}
#cta h2 a.toggle_form:after {
	content: " \f078";
}
#cta h2 a.toggle_form_active:after {
	content: " \f077";
}
#cta h3 {
	line-height: 1.7em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: -12px;
}
.home_cta {
	padding-top: 20px !important;
	padding: 40px 0px;
}
.home_cta li {
	width: 25%;
	float: left;
	text-align: center;
}
.home_cta li.show {
	transform: translateX(0px);
	opacity: 1;	
	transition: all 0.4s;
}
.home_cta li span {
	display: block;
}
.home_cta a:hover {
	text-decoration: none;
}
.home_cta li a {
	width: 100%;
	height: 100%;
	float: left;
}
.home_cta a span {
	color: #383838;
}
.home_cta a:hover i {
	font-size: 30px;
	transition: all 0.3s;
	color: #315080;
	transform: scale(1.15);
	padding-top: 16px;
}
.home_cta li i {
	width: 60px;
	height: 60px;
	margin-bottom: 10px;
	border-radius: 50%;
	background: #fff;
	color: #B2B7C1;
	padding-top: 20px;
	font-size: 22px;
	transition: all 0.3s;
}
/* ===============
   HALF HALF CONTENT
   =============== */
#yh_content .half:first-child {
	padding-right: 35px;
}
#yh_content .half:last-child {
	padding-left: 35px;
}
.bubble_icons i {
	width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50%;
    font-size: 30px;
    background: #fff;
    color: #aaa;
    margin-bottom: 27px;
    padding-top: 26px;
}
/* ===============
   PANEL 50 50
   =============== */
#panel_50 .half:first-child {
	padding-right: 10px;
}
#panel_50 .half:last-child {
	padding-left: 10px;
}
.software_list li {
	width: 14%;
	float: left;
}
.website_list li {
	width: 16%;
	float: left;
}
.software_list a, .website_list a {
	font-size: 13px;
}
/* ===============
   CONTENT FIXED BACKGROUND
   =============== */
.fixed_content {
	background: url('/static/images/werelden2/background_magento_hosting.jpg') no-repeat center center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.fixed_content .third img {
	max-width: 50%;
	margin-top: 30px;
}
/* ===============
   PRICE TABLE
   =============== */

#price_table .container {
	overflow: visible;
}
#price_table .tab_links, .product_plans .tab_links {
	position: relative;
	z-index: 10;
}
#price_table .tab_links li, .product_plans .tab_links li {
	font-size: 18px;
	font-weight: 300;
	padding: 16px 20px 17px 20px;
	background: #e5e8ef;
}
#price_table .tab_links li.active, .product_plans .tab_links li.active {
    font-size: 18px;
    font-weight: 300;
    padding: 25px 20px 17px 20px;
    background: #fff;
    border-top: 1px solid #f5f5f5;
    margin-top: -10px;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
}

#price_table .tab_content, .product_plans .tab_content {
	background: #fff;
	border: 1px solid #f5f5f5;
	margin-top: -1px;
	border-radius: 0px 4px 4px 4px;
}
/* ===============
   PRODUCT PLANS
   =============== */
.cover_image .abbo_switch .switcher {
	background: rgba(255,255,255,0.4);
	border: none;
}
.cover_image .abbo_switch .switcher i {
	color: #fff;
	top: 5px;
}
.cover_image .abbo_switch .switch label {
	color: rgba(255,255,255,0.5);
	font-weight: 400;
}
.cover_image .abbo_switch .switch label.active, .cover_image .abbo_switch .switch label:hover {
	color: #fff;
	font-weight: 500;
}
.white_product_plan {
	background: #fff;
	padding: 20px;
	margin-top: 30px;
	border-radius: 4px;
	padding-top: 25px;
	margin-bottom: 30px;
	position: relative;
	cursor: pointer;
}
.white_product_plan.faded {
	opacity: 0.2;
	transition: all 0.4s;
}
.white_product_plan .green_selected {
	width: 100%;
	padding: 9px 20px;
	color: #9ccc00;
	border-radius: 4px;
	border: 1px solid #9ccc00;
	margin-top: 0px;
	display: inline-block;
}
.white_product_plan.populair {
	margin-top: 0px;
	padding-top: 55px;
}
.white_product_plan .label {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	padding-top: 16px;
	font-size: 14px;
	color: #00216f;
	text-transform: uppercase;
	font-weight: 500;
}
.white_product_plan hr { 
	width: 70%;
	border: none;
	border-top: 1px solid #eee;
	margin-top: 10px;
}
.white_product_plan p {
	font-weight: 400;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.white_product_plan .price {
	display: block;
	font-size: 38px;
	font-weight: 300;
}
.white_product_plan small {
	display: block;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 40px;
	margin-top: 5px;
}
.white_product_plan .btn_cart {
	width: 100%;
	margin: 0;
}
.white_product_plan .small_footnote {
	font-size: 13px;
    color: #aaa;
    padding-top: 14px;
    display: block;
    line-height: 20px;
}
.product_plans {
	padding-top: 30px;
}
.abbo_switch .switcher {
	width: 75px;
	height: 30px;
	background: #0B193B;
	border-radius: 15px;
	display: inline-block;
	position: relative;
	transition: all 0.3s;
	cursor: pointer;
	margin: 0px 5px;
	border: 2px solid #48546F;
	}
 .abbo_switch label {
 	padding: 0;
 	text-transform: uppercase;
 	margin-bottom: 10px;
 }
 .abbo_switch .switch label {
	display: inline;
	color: #fff;
	width: auto;
	float: none;
	position: relative;
	top: -10px;
	padding: 0;
	text-transform: uppercase;
	color: #8E94A2;
	font-weight: 500;
	font-size: 12px;
	transition: color 0.3s;
	cursor: pointer;
	}
.abbo_switch .switch label.active {
	color: #fff;
	font-weight: 500;
	transition: color 0.3s;
}
.abbo_switch .switcher i {
	color: #9ccc00;
	left: 5px;
	top: 3px;
	position: absolute;
	font-size: 22px;
	transition: color 0.3s;
}
.abbo_switch .switcher label {
	text-transform: uppercase;
    font-size: 11px;
    position: absolute;
    top: 3px;
    left: 2px;
    color: #fff;
    font-weight: 500;
}
.grey_back .abbo_switch label {
	color: #888;
}
.grey_back .abbo_switch .switcher {
	background: #fff;
	border: 2px solid #ccc;
}
.grey_back .abbo_switch label.active {
	color: #333;
}
.product_plans .plan {
	background: #fff;
	max-width: 50%;
	float: left;
	border-right: 1px solid #ddd;
	position: relative;
	overflow: hidden;
	padding-bottom: 13px;
	border-bottom: 1px solid #ddd;
}
.product_plans .plan:nth-child(1) {
	border-left: 1px solid #ddd;
}
.product_plans .plan_name {
	background: #eee;
	padding: 20px;
	position: relative;
	margin-bottom: 40px;
	display: inline-block;
	width: 100%;
}
.product_plans .plan_name:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #eee;
	border-width: 10px;
	margin-left: -10px;
}
.product_plans .plan_name h2 {
	padding-bottom: 0px;
	font-weight: 400;
	position: relative;
	top: -6px;
}
.product_plans .plan_label {
	padding: 0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 11px;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 13px;
}
.product_plans .plan_name h2.big {
	font-size: 40px;
	margin-top: 12px;
}
.product_plans .plan_name label {
	padding: 0;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 11px;
	position: relative;
	margin-top: -8px;
}
.product_plans .product_specs h3 {
	font-size: 37px;
	font-weight: 500;
	margin-bottom: 40px;
}
.product_plans .product_specs h6 {
	margin-bottom: 25px;
    line-height: 1.4em;
}
.product_plans .product_specs h3 .valuta {
	font-size: 0.6em;
	margin-right: 6px;
}
.product_plans .product_specs h3 .cents {
	font-size: 0.6em;
	top: -0.5em;
	position: relative;
}
.product_plans .product_specs h3 .conditions {
	position: relative;
	color: #bbb;
	top: 10px;
	font-size: 13px;
	display: block;
	font-weight: 400;
}
.product_plans .product_specs p {
	font-size: 14px;
	margin: 20px 50px;
}
.product_plans .plan a.btn {
	margin-right: 0;
	width: 90%;
	padding: 17px;
}
.product_plans a.free {
	width: 100%;
    float: left;
    font-size: 13px;
    color: #aaa;
}
.product_plans .container {
	padding-top: 50px;
}
.product_plans .populair {
	margin-top: -25px;
	z-index: 2;
	box-shadow: 0px 0px 5px #aaa;
	border: none;
}
.product_plans .populair .plan_name {
	background: #25304A;
	padding-top: 30px;
}
.product_plans .populair .plan_name span {
	font-weight: 500;
	text-transform: uppercase;
	padding-bottom: 2px;
	font-size: 13px;
	position: relative;
	color: #9ccc00 !important;
	display: block;
	top: -12px;
}
.product_plans .populair .plan_name > * {
	color: #fff !important;
}
.product_plans .populair .plan_name:after {
	border-top-color: #25304A;
}
a.toggle_price_table:after {
	content: "\f078";
	top: -1px;
    position: relative;
}
a.toggle_price_table.active:after {
	content: "\f077";
    top: -2px;
    position: relative;
}
.simple_plans {
	background-size: 1500px;
	background-position: top center;
	background-repeat: no-repeat;
}
.simple_plans .hidden .hide_group_table {
	display: none !important;
}
.simple_plans .show_group_table {
	display: block !important;
}
.simple_plans .circle_tabs li {
	font-size: 21px;
}
.simple_plans .circle_tabs li.current {
	font-weight: 400;
}
.simple_plans .plan {
	width: 18%;
	margin: 1%;
	float: left;
	background: #fff;
	border-radius: 4px;
	margin-top: 40px;
	position: relative;
	margin-bottom: 40px;
	cursor: pointer !important;
	display: block;
	box-shadow: 0px 0px 10px #bbb;
}
.simple_plans form {
	margin-bottom: 0px;
}
.simple_plans .plan:hover .plan_name {
	background: #212d4c;
	border: 1px solid #212d4c;
	transition: all 0.3s;
}
.simple_plans .plan:hover .plan_name h2 {
	color: #fff;
	transition: all 0.3s;
}
.simple_plans .plan:hover .plan_name p {
	color: #fff;
	transition: all 0.3s;
}
.simple_plans .plan:hover .plan_name label {
	color: #fff;
	transition: all 0.3s;
}
.simple_plans .plan:hover .plan_name i {
	color: #fff;
	transition: all 0.3s;
}
.simple_plans .plan.populair:hover .plan_name {
	background: #fff;
	border: 1px solid #ddd;
	transition: all 0.3s;
}
.simple_plans .plan.populair:hover .plan_name p {
	background: #fff;
	border: 1px solid #ddd;
	transition: all 0.3s;
}
.simple_plans .plan.populair:hover .plan_name h2 {
	color: #212d4c;
	transition: all 0.3s;
}
.simple_plans .plan.populair:hover .plan_name label {
	color: #383838;
	transition: all 0.3s;
}

.simple_plans .plan hr {
	margin: 10px 8%;
}
.simple_plans .plan.populair {
	padding-top: 30px;
	margin-top: 10px;
}
.simple_plans strike {
	text-decoration: none;
}
.simple_plans span.label {
	position: absolute;
	width: 100%;
	left: 0px;
	top: -8px;
	font-size: 13px;
	color: #212d4c;
	font-weight: 500;
	background: #FFFFFF;
	padding: 14px 0px;
	border-radius: 4px 4px 0px 0px;
	text-transform: uppercase;
}
.simple_plans .plan_name {
	display: block;
	background: #fff;
	margin: 10px;
	overflow: hidden;
	border-radius: 3px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	position: relative;
}
.simple_plans h2.big {
	font-size: 40px;
	margin-top: 20px;
	padding-bottom: 5px;
	color: #212d4c;
}
.plan.populair h2.big {
	color: #fff;
}
.simple_plans .plan_info {
	color: #aaa;
	font-size: 14px;
	position: absolute;
	top: 10px;
	right: 12px;
}
.simple_plans label {
	padding: 0;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 19px;
	color: #383838;
}
.plan.populair .plan_name label {
	color: #fff;
}
.plan.populair .plan_name p {
	color: #fff;
}
.simple_plans li {
	font-size: 13px;
}
.simple_plans .toggle li {
	float: left;
	padding: 5px 15px;
	color: #6384B7;
	font-size: 17px;
	margin-bottom: 25px;
}
.simple_plans .toggle li:before {
	content: '\f1db';
	margin-right: 7px;
	font-family: 'FontAwesome';
	color: #6384B7;
}
.simple_plans .toggle li.active {
	color: #fff;
}
.simple_plans .toggle li.active:before {
	content: '\f111';
	color: #9ccc00;
}
.simple_plans strike {
	font-size: 11px;
	display: block;
	color: #AFAFAF;
	margin-bottom: 4px;
	margin-top: 22px;
}
.simple_plans h1 {
	margin-top: 10px;
	margin-bottom: 50px;
}
.simple_plans .plan h3 {
	font-weight: 400;
	display: inline-block;
	position: relative;
	width: 100%;
	font-size: 40px;
    color: #666;
    margin-bottom: 15px;
}
.simple_plans .plan .plan_price_wrapper {
	display: inline-block;
	position: relative;
}
.simple_plans .plan .plan_price_wrapper .full small{
	font-size: 20px;
	font-weight: 500;
	top: -14px;
	left: -5px;
	display: inline-block;
	position: relative;
}
.simple_plans .plan .plan_price_wrapper span {
	display: inline-block;
	float: left;
	width: auto;
}
.simple_plans .plan .plan_price_wrapper .full {
	font-size: 40px;
}
.simple_plans .plan .plan_price_wrapper .cents {
	font-size: 20px;
	position: relative;
	top: -6px;
	left: -5px;
	font-weight: 500;
}
.simple_plans h3 .conditions {
	font-size: 11px;
	display: block;
	color: #aaa;
	margin-top: 7px;
}	
.simple_plans h6 {
	font-weight: 500;
	margin: 10px 0px;
	font-size: 13px;
}
.simple_plans .btn_cart {
	font-size: 15px;
	margin-bottom: 20px;
	width: 90%;
	margin: 5%;
	padding: 13px 0px;
}
.simple_plans .footnote {
	    color: #fff;
    font-size: 12px;
    text-align: left;
    width: 100%;
    float: left;
    margin-top: -20px;
    margin-left: 13px;
}
.plan h3 .asterisk {
	font-size: 0.4em;
    top: -18px;
    position: relative;
    left: -3px;
}
.plan.populair .plan_name {
	background: #212d4c;
}
.plan.populair .plan_name i {
	color: #fff;
}
.plan.populair:hover .plan_name i {
	color: #aaa;
}
.hosting-pakket .populair {
	background: #212d4c !important;
}
.standaard li {
	color: #383838;
	font-size: 14px;
	font-weight: 500;
	width: auto;
	float: left;
	margin-bottom: 3px;
	width: 50%;
}
.standaard .full li {
	width: 33.33333333%;
}
.standaard h3 {
	margin-bottom: 25px;
}
.standaard {
	overflow: visible;
}
.standaard .third {
	margin-top: -13px;
}
/* ===============
   ORDER PRODUCT
   =============== */
.order_product h6 {
	font-weight: 300;
}
.order_product h6 span {
	font-weight: 700;
}
.order_product input[type="number"] {
	margin-left: 10px;
	width: 65px;
	height: 28px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.order_product .btn {
	margin-top: 30px;
}
.order_product .price, .order_product .price_tax {
	width: 100%;
	text-align: right;
	float: right;
}
.order_product .twothird h3 {
	margin-bottom: 10px;
}
.order_product .price {
	font-size: 24px;
	color: #0b193b;
}
.order_product .price_tax {
	    color: #9ccc00;
    font-weight: 500;
    margin-top: 7px;
    font-size: 15px;
}
.order_product .price p {
	display: inline;
	font-size: 0.6em;
}
.order_product i.fa-close {
	position: absolute;
    right: 12px;
    top: 18px;
    font-size: 20px;
    color: #aaa;
    cursor: pointer;
}
.order_product i.fa-close:hover {
	color: #0b193b;
	transition: all 0.3s;
}

/* ===============
   HOSTING BLOCKS
   =============== */
.hostingslide {
    display: none;
}
.hostingslide.active {
	display: block;
}
.hostingslide .hidden[data-group] {
    background: #fff;
    padding: 0px 15px;
    border-radius: 0px 4px 4px 4px;
    overflow: hidden;
    margin-bottom: 20px;
}
ul.toggle li {
	cursor: pointer;
}
.hosting-pakket th.product {
	background: #002B6D;
}
.hosting-pakket th.product:nth-child(2) {
	border-radius: 4px 0px 0px 0px;
}
.hosting-pakket th.product:nth-child(6) {
	border-radius: 0px 4px 0px 0px;
}
.hosting-pakket th.product .populair {
	top: -23px;
}
.hosting-pakket th.product.featured {
	background: #212d4c;
}
.hosting-pakket .table_title span {
	bottom: -28px !important;
}
.hosting-pakket th.product small {
	margin-top: 1px;
	color: #fff;
}
.hosting-fixed-menu {
	padding: 0 !important;
	background: #002B6D !important;
}
.hosting-fixed-menu a {
	width: 70% !important;
	margin: 0% 15% !important;
	border-radius: 4px !important;
	display: inline-block;
	line-height: 10px;
}
.hosting-fixed-menu th {
	padding-top: 17px;
	padding-bottom: 12px;
}
.hosting-fixed-menu h4 {
	color: #fff !important;
}
.hosting-fixed-menu th.featured {
	background: #212d4c;
}
.extra_producten_knop {
	opacity: 0;
}
/* ===============
   DOMAIN PAGE
   =============== */
.domain_bar_wrapper .container {
	overflow: visible;
}
.domain_bar_wrapper .full {
	padding: 10px;
	background: #fff;
	border-radius: 4px;
	display: block;
	overflow: hidden;
	position: absolute;
	margin-top: -90px;
}
.domain_bar_wrapper .half, .domain_bar_wrapper .third, .domain_bar_wrapper .twothird {
	margin-top: 65px;
}
.domain_bar_wrapper .third {
	padding-right: 0;
}
.domain_bar_wrapper .twothird {
	padding-left: 0;
}
.domain_bar_wrapper .half:nth-child(2) {
	padding-top: 20px;
	padding-left: 60px;
}
.domain_bar_wrapper .half p:nth-child(3) {
font-size: 12px;
}
.domain_bar_wrapper img {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}
.domain_bar_wrapper li {
	font-size: 13px;
}
.domain_bar {
	position: relative;
	margin: 0;
	margin-bottom: 10px;
	background: #9ccc00;
	padding: 17px;
	border-radius: 2px;
	width: 100%;
	z-index: 9999;
}
.domain_bar #domain_prefix {
	position: absolute;
	top: 24px;
	padding: 10px 8px 10px 14px;
	border-right: 1px solid #ccc;
	font-size: 14px;
}
.twothird .domain_bar {
	position: relative;
}
.domain_bar input {
	margin-bottom: 0px;
}
.domain_bar input[type="text"] {
	background: #fff;
}
.domain_bar button[type="submit"] {
	position: absolute;
	top: 24px;
	right: 24px;
	background: #ff9600;
}
.domain_header .container {
	overflow: visible;
}
.domain_header p {
	margin-bottom: 30px;
}
.domain_advantages h2 {
	margin-top: 40px;
	margin-bottom: 10px;
}
.domain_advantages img {
	max-height: 250px;
}
#rotate p {
	display: none;
	opacity: 0;
	transition: all 0.3s;
	padding-top: 5px;
}
#rotate p.active {
	display: inline-block;
	opacity: 1;
	transition: all 0.3s;
}
#domain_selector {
	padding-left: 50px;
}
#domain_selector li {
	font-size: 15px;
	line-height: 25px;
	padding: 10px;
}
#domain_selector li.active {
	background: #f5f5f5;
	font-weight: 500;
}
.domain_results {
	display: none;
}
article .result p {
	padding-top: 17px;
	font-size: 17px;
	width: 100%;
	border-bottom: 1px solid #eee;
}
article .result p b {
	font-size: 1.3em;
}
article .result p .btn {
	float: right;
	font-size: 14px;
	font-weight: 500;
	padding: 4px 13px;
	margin-top: -3px;
	text-transform: uppercase;
	border: 1px solid #9ccc00;
	background: #fff;
	color: #9ccc00;
}
/* ===============
   FOOTER
   =============== */
footer {
	width: 100%;
	padding: 50px 0px;
}
footer .breadcrumbs a span, footer .breadcrumbs a i {
	color: #9DAEC7 !important;
}
footer * {
	color: #fff !important;
}

footer .breadcrumbs {
	top: 0;
	position: relative;
}

footer a {
	color: #9DAEC7 !important;
}
footer .border_right {
	border-right: 1px solid #35455D;
}
footer .border_bottom_block {
	border-bottom: 1px solid #35455D;	
	margin-bottom: 50px;
	padding-bottom: 50px;
}
footer ul.social li {
	float: left;
	margin-right: 15px;
	margin-top: 7px;
}
footer ul.social li a {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	float: left;
	background: #253854;
	text-align: center;
	padding-top: 10px;
	font-size: 22px;
}
footer ul.list li:before {
	color: #9DAEC7;
}
footer .col_2_12 li, footer .col_fifth li {
	padding-left: 0px;
	margin-bottom: 0px;
}
footer .col_2_12 li:before, footer .col_fifth li:before {
	content: "";
}
footer h4 {
	font-size: 20px;
	margin-top: 5px;
}
footer .twitter_feed {
	width: 100%;
	margin-top: 10px;
}
footer .twitter_feed li, footer .twitter_feed ul {
	display: block;
	width: 100%;
	float: left;
}
footer .twitter_feed div {
	float: left;
	margin: 0;
	width: 20%;
	margin-left: 5%;
	height: auto;
	position: relative;
	padding-right: 10px;
	margin-top: 5px;
}
footer .twitter_feed div img {
	border-radius: 50%;
}
footer .twitter_feed div i {
	position: absolute;
    font-size: 20px;
    color: #002B6D !important;
    width: 30px;
    height: 30px;
    background: #fff;
    text-align: center;
    padding-top: 6px;
    border-radius: 50%;
	right: 0px;
    top: 40px;
}
footer .twitter_feed blockquote {
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 75%;
	padding-left: 20px;
	margin-top: 0px;
}
.logo_blocks .text_left li {
	float: left;
	margin: 0px 12px;
	width: 40px;
}
.logo_blocks .col {
	padding: 0;
	margin-top: 5px;
}
.logo_blocks .text_right ul {
	display: inline-block;
}
.logo_blocks .text_right li {
	float: left;
	margin: 0px 12px;
}
.disclaimer {
	padding: 20px 0px;
}
.disclaimer li {
	float: left;
}
.disclaimer li a {
	padding: 0px 10px;
	font-weight: 300;
	font-size: 13px;
}
.disclaimer li:first-child a {
	padding-left: 0px;
}
.disclaimer li:after {
	content: "|";
}
.disclaimer li:last-child:after {
	content: "";
}
.disclaimer * {
	color: #9aa1b4;
	font-size: 13px;
}
/* ===============
   TABS
   =============== */
.tab_links {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.tab_links li {
	cursor: pointer;
	float: left;
	padding: 10px 20px 10px 20px;
	font-size: 15px;
	background: #ddd;
	border-radius: 4px 4px 0px 0px;
	font-weight: 400;
}
.tab_links li a {
	color: #383838;
}
.tab_links li:hover {
	background: #f5f5f5;
}
.tab_links li.active {
	padding: 15px 20px 10px 20px;
	margin-top: -5px;
	background: #f5f5f5;
}
.tab_content {
	background: #f5f5f5;
	padding: 20px;
	width: 100%;
	float: left;
}

.tab_content article {
	background: #fff;
	padding: 20px;
	padding-top: 30px;
	overflow: hidden;
}

.tab_content article.has_columns {
	background: transparent;
	padding: 0;
	padding-top: 0px;
}

.tab_content article .supportCats {
	float: left;
	width: 25%;
	padding-right: 20px;
}

.tab_content article .supportCats > ul > li {
	font-size: 1.2rem;
	cursor: pointer;
	line-height: 3rem;
	position: relative;
}

.tab_content article .supportCats > ul > li a {
	color: #383838;
	font-weight: 300;
}

.tab_content article .supportCats > ul > li i {
	margin-right: 10px;
}

.tab_content article .supportCats ul ul li {
	border-top: 1px dashed #b0b1b1;
	padding-left: 20px;
	line-height: 2rem;
}

.tab_content article .supportCats ul ul li:last-child {
	border-bottom: 1px dashed #b0b1b1;
}

.tab_content article .supportCats > ul > li:after {
	content: "\f078";
	font-size: 0.8rem;
	font-family: FontAwesome;
	position: absolute;
	right: 0;
	top: 0;
}

.tab_content article .supportCats li.active,
.tab_content article .supportCats > ul > li.active {
	font-weight: bold;
}

.tab_content article .supportCats > ul > li.active:after {
	content: "\f077";
}

.tab_content article .supportQuestions {
	background: #fff;
	float: left;
	padding: 20px;
	width: 75%;
	background: #fff;
}

.tab_content article .supportQuestions ul.list li {
	margin: 0;
}
.tab_content article .supportQuestions .supportlist,
.tab_content article .supportCats ul ul {
	display: none;
}

.tab_content article .supportQuestions .supportlist:first-child,
.tab_content article .supportCats ul li.active ul {
	display: block;
}
.tab_content ul.normal_list li {
	font-size: 15px !important;
	line-height: 2rem !important;
	border-bottom: 1px dashed #b0b1b1 !important;
}
.tab_content ul.normal_list li:after {
	content: " " !important;
}
.tab_content.white_tab_content {
	background: #fff;
	padding: 0px;
}
.tab_links.white_tabs li {
	background: #f0f0f0;
}
.tab_links.white_tabs li.active {
	background: #fff;	
}
/**
 * Support bricks
 * 
 */
.resources_faq .brick {
	background: #F2F2F3;
	padding: 1px 20px;
	margin-bottom: 2rem;
	border-radius: 3px;
}
.resources_faq .brick h2 {
	margin-top: 0;
}
.resources_faq .brick h3 {
	margin-bottom: 0;
}
.resources_faq .brick input {
	padding: 5px;
}
.resources_faq .brick ul.list {
	margin: 0;
}

.resources_faq .brick.brick_green {
	background: #9CCC00;
	color: #fff;
	border-radius: 4px;
}

.resources_faq .brick.brick_green ul li:before,
.resources_faq .brick.brick_green ul li a,
.resources_faq .brick.brick_green p {
	color: #fff;
}

.resources_faq .third .btn.wide {
	width: 100%;
	line-height: 2rem;
    padding: 0 1rem;
    position: relative;
    width: 100%;
}
.resources_faq .third .btn.wide:after {
	padding-left: 0;
	position: absolute;
	right: 1rem;
}

.resources_faq blockquote{
	background: #F2F2F3;
	color: #000;
	font-size: 1rem;
	border-left: 3px solid #d2d2d3;
	padding: 1rem;
	line-height: 1.5rem;
}

.resources_faq blockquote h3{
	margin-bottom: 0;
}

.resources_faq .third li {
    font-size: 14px;
}

.resources_faq li pre {
    font-weight: bold;
    margin: 1rem 0;
}

.resources_faq table td {
	padding :0.5rem 0;	
}

/**
 * support form
 * 
 */
.resources_faq #supportItems {
	padding :0.5rem 0;	
	border-radius: 3px;
}

.resources_faq #supportItems .accordion-item {
	border-left: 4rem solid #28539b;
	background: #f5f5f5;
	padding: 2rem;
	border-radius: 3px;
	position: relative;
}

.resources_faq #supportItems .accordion-item:before {
	position: absolute;
	background: url(/static/images/content/webdesign/icon-env.png) center -42px no-repeat;
	width: 4rem;
	height: 4rem;
	top: 1rem;
	left: -4rem;
	display: block;
	content: ' ';
}

.resources_faq .footer {
	clear: both;
}

#supportItems h2 {
    margin-top: 0;
}

#supportItems input[type='text'],
#supportItems input[type='password'],
#supportItems select,
#supportItems textarea {
    border: 1px solid #CACACA;
    background: #fff;
    margin-bottom: 0;
}

#support-login {
    background-color: #f5f5f5;
    color: #6d6d6d !important;
    display: block;
    font-weight: 300;
}
#support-login input {
	background: #fff;
}
#support-login span.login {
    color: #28539B;
    cursor: pointer;
    font-weight: 500;
}
#support-login #sl-initial {
    padding: 21px;
    text-align: center;
}
#support-login #sl-secondary {
    display: none;
}
#support-login span:hover {
    text-decoration: underline;
}
#support-login #sl-secondary .column {
    position: relative;
    clear: both;
    margin-right: 21px;
}
#support-login #sl-secondary form {
    margin: 0;
}
#support-login #sl-secondary form a {
    color:#878787;
}
#support-login #sl-secondary form label {
	padding: 0;
    margin: 0 0 1rem;
}
.field-wrap-recipient select {
	width: 100%;
	padding: 5px;
}

.support-form label[for='id_customer_copy'] {
	float: none;
}

.support-form .form-field-submit {
	overflow: hidden;
}

.support-form .form-field-submit button {
	float: right;
}

form[name='quick_login_block'] {
	overflow: hidden;
}

form[name='quick_login_block'] .action-bar {
	margin: 1rem 1rem 0;
}

form[name='quick_login_block'] #button_login_submit {
	float: right;    
	margin: 0 0 1rem 0;
}

form ul.side-by-side {
	display: flex;
	/*flex-direction: row;*/
}

form ul.side-by-side li {
	flex: 1;
	box-sizing: border-box;
	padding: 0 1rem;
}

small {
	font-size: 0.75rem;
}

#gm {
	position: relative;
}

#gm-ad {
    position: absolute;
    background: rgb(2255, 255, 255);
    background: rgba(2255, 255, 255, 0.9);
    top: 110px;
    right: 10px;
    padding: 30px;
    width: 12rem;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
    font-size: 13px;
    line-height: 19px;
}

.cp-sb {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #efefef;
}

.cp-sb  h6 {
	/*font-weight: 300;*/
	line-height: 23px;
}

.cp-sb  h6 img {
	position: relative;
	top: 5px;
	margin-right: 0.5rem;
}

.cp-sb  h6 span {
	font-size: 0.6rem;
}

#blue_block,
#blue_block p {
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    background: #214e9f;
    overflow: hidden;
}

#blue_block {
	padding: 1rem;
}
/**
 * Sidebar sidebar-whois2
 * 
 */
#sidebar-whois2 {
	background: #9CCC00;
	color: #fff;
	padding: 1rem;
	border-radius: 4px;
	margin-bottom: 2rem;
}
#sidebar-whois2 #whois_quick {
	position: relative;
	margin-bottom: 0;
}

#sidebar-whois2 button[type="submit"] {
	float: right;
	background: #FF9600;
	top: 6px;
	position: absolute;
	right: 6px;
	font-size: 14px;
}

#sidebar-whois2 button[type="submit"]:hover {
	background: #e58701;
}

#sidebar-whois2 h2,
#sidebar-whois2 h3 {
	color: #fff;
	margin: 0;
	padding: 0;
}


.news .yh_tab_pane {
    background-color: #fff;
    padding: 25px 0;
}
.news .yh_tab_panes > div {
    padding: 0;
}
.news .show-more.disabled span, .news .show-more.news-disabled span {
    background: #fff none repeat scroll 0 0;
    color: #bebebe;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    top: 20px;
}
.news .item {
    border-bottom: 1px dashed #e1e1e1;
    color: #4e4e4e;
    margin-bottom: 25px;
    padding: 0 25px 30px;
}
.news .item.last {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding: 0 25px;
}
.news .item h2 {
    margin: 0;
}
#news-malfunction .item h2, #news-maintenance .item h2  {
	padding-right: 70px;
}
.news .item .subtitle {
    font-weight: bold;
    margin-top: 20px;
}
.news .notice {
    background-color: #f5f5f5;
    border-radius: 4px;
    color: #777777;
    margin: 0 25px 25px;
    padding: 18px;
}
.news .item.is_actief {
    background-image: url("/static/images/content/nws_actief.png");
    background-position: right top;
    background-repeat: no-repeat;
}
.news .item.is_gepland {
    background-image: url("/static/images/content/nws_gepland.png");
    background-position: right top;
    background-repeat: no-repeat;
}
.news .item.is_afgerond {
    background-image: url("/static/images/content/nws_klaar_onderhoud.jpg");
    background-position: right top;
    background-repeat: no-repeat;
}
#news-malfunction .item.is_afgerond {
    background-image: url("/static/images/content/nws_klaar_storingen.png");
    background-position: right top;
    background-repeat: no-repeat;
}
#news-general .item {
    background-image: none !important;
}
.news .footer {
    background: transparent none repeat scroll 0 0;
    border-bottom: 1px dashed #bebebe;
    border-left: 1px dashed #bebebe;
    border-right: 1px dashed #bebebe;
    height: 30px;
    margin: 10px 0 30px;
    text-align: center;
}
.news .footer .show-more {
    border-width: 0 10px 10px;
    margin-top: 20px;
    position: relative;
    background: #9ccc00;
    padding: 7px 20px;
    color: #fff;
    border-radius: 3px;
    top: 20px;
    font-size: 14px;
    cursor: pointer;
}

/**
 * suppprt tables
 */
.resources_faq table {
	width: 100%;
	margin-bottom: 2rem;
}
.resources_faq table td {
	padding: 5px;
}
.resources_faq table.styled td {
	text-align: center;
}
.resources_faq table.styled tr:first-child td {
	font-weight: bold;
}
.resources_faq table td input {
	display: inline-block;
	width: 2rem;
	padding: 0 5px;
	line-height: 2rem;
}
.resources_faq table th:first-child,
.resources_faq table td:first-child {
	font-weight: bold;
}
.resources_faq table.styled th:first-child,
.resources_faq table.styled td:first-child {
	text-align: left;
}
.resources_faq table td:last-child input {
	display: inline-block;
	width: 5rem;
}

.twitter_placeholder {
    height: 334px;
    background: url("/static/images/content/MijnWebsite.png") no-repeat;
    background-size: contain;
    margin-bottom: 2rem;
}

/**
 * Video
 */
.vidimg {
    display: block;
    height: 113px;
    width: 200px;
    background: transparent url(/static/images/werelden2/vidlink.jpg) no-repeat top;
}
.vid:hover .vidimg {
    cursor: pointer;
    background: transparent url(/static/images/werelden2/vidlink.jpg) no-repeat bottom;
}

#whois-quick {
	background: #9CCC00;
	color: #fff;
	padding: 1rem;
	border-radius: 4px;
	margin-bottom: 2rem;
	position: relative;
}

#whois-quick form {
	margin: 0;
	padding: 0;
}

#whois-quick #quick_domain {
	width: 60%;
	margin: 0;
	padding: 12px 125px 12px 20px;
}

#whois-quick button[type='submit'] {
    background: #FF9600;
    position: absolute;
    top: 23px;
    right: 42%;
}

#whois-quick .whois-slogan {
    position: absolute;
    top: 30px;
    right: 1rem;
    color: #fff;
}

@media screen and (max-width: 768px) {
	#whois-quick .whois-slogan {
	    position: relative;
	    top: 0;
	    right: 0;
	    padding: 1rem 0 0;
	}

	#whois-quick #quick_domain {
		width: 100%;
	}

	#whois-quick button[type='submit'] {
		right: calc(1rem + 6px);
	}
}

#hostingmanager-mogelijkheden table tr > td:first-child {
	width: 33%;
}

#thumbs { 
	padding-top: 10px; 
	overflow: hidden;
}
#thumbs img.links {
	border: 1px solid #d4d4d4;
	padding: 5px 4px;
	background-color: white;
	cursor: pointer;
	float: left;
	margin-right: 8px;
}
#thumbs img.rechts {
	border: 1px solid #d4d4d4;
	padding: 5px 4px;
	background-color: white;
	cursor: pointer;
	float: right;
}
#largeImage {
	border: 1px solid #d4d4d4;
	padding: 0px;
	background-color: white;
	width: 100%;
}
#description {
	background: #003f9f;
	color: white;
	position: absolute;
	bottom: 0;
	padding: 10px 0px 10px 10px;
	width: 100%;
	margin: 0px;
}
#panel {
	position: relative;
}
.rss {
	padding: 5px;
	display: block;
}
.rss a {
	font-size: 13px;
	color: #383838;
}
/* Over ons pagina: team */
.row.team-bg {
	padding: 40px 0;
}

.team {
	width: 20%;
	float: left;
	text-align: center;
}

.team > img {
    border-radius: 50%;
    float: left;
    margin: 40px 5% 10px;
    width: 90%;
}

.medewerker {
	font-size: 15px;
	font-weight: 400;
}
.medewerker-functie {
	font-size: 13px;
	font-weight: 300;
}
.domain_panel a {
	color: #383838;
}
.domain_panel a:hover {
	color: #212d4c;
	text-decoration: none;
}
.testimonial_slider {
	margin-bottom: 40px;
}
.testimonial_slider article {
	overflow: hidden;
	display: inline-block;
}
.testimonial_slider .image {
	width: 20%;
	float: left;
	padding: 20px;
	text-align: center;
}
.testimonial_slider .quote {
	width: 80%;
	float: left;
	padding: 0px 70px 0px 50px;
}
.testimonial_slider blockquote {
	color: #383838;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
	font-style: italic;
}
.testimonial_slider small {
	color: #aaa;
	font-size: 17px;
}
.tab_toggles li:after {
	content: "\f10c";
	font-family: "FontAwesome";
	color: #aaa;
}
.tab_toggles li.active:after, .tab_toggles li:hover:after {
	content: "\f111";
	font-family: "FontAwesome";
	color: #9CCC00;
	transition: all 0.3s;
}
.tab_toggles {
	display: inline-block;
}
.tab_toggles li {
	width: 20px;
	float: left;
	cursor: pointer;
}
#yh_wizard span[data-step] {
	margin-top: -20px;
}
#yh_wizard span[data-step] b {
	width: 39px;
	display: inline-block;
	height: 36px;
	padding-top: 9px;
	background: #fff;
	color: #ccc;
	border-radius: 4px;
	cursor: pointer;
	border: 1px solid #ccc;
	transition: background 0.3s;
	margin-top: 4px;
	font-size: 14px;
}
#yh_wizard span[data-step].active b, #yh_wizard span[data-step] b:hover {
	background: #9ccc00;
	transition: background 0.3s;
	color: #fff;
	border: 2px solid #9ccc00;
	margin-top: 3px;
}
#yh_wizard span[data-step].completed b {
	background: #fff;
	transition: background 0.3s;
	color: #9ccc00;
	border: 1px solid #9ccc00;
	margin-top: 4px;
}
#yh_wizard .timeline {
	width: 94%;
	border-bottom: 2px dotted #eee;
	padding-top: 13px;
	margin: 3%;
}
#yh_wizard article {
	display: none;
	padding-top: 5px;
	overflow: hidden;
}
#yh_wizard article p, #yh_wizard article li {
	font-size: 16px;
}
#yh_wizard article.active {
	display: block !important;
}
#yh_wizard .step_content {
	padding-bottom: 15px;
}
#yh_wizard .module_title {
    margin-top: 71px;
    font-size: 27px;
    color: #555;
    width: 100%;
    margin-bottom: 10px;
}
#yh_wizard i.fa-chevron-left {
	position: absolute;
	top: 99px;
	left: 9px;
	font-size: 19px;
	color: #ccc;
	cursor: pointer;
}
#yh_wizard i.fa-chevron-left:hover, #yh_wizard i.fa-chevron-right:hover {
	color: #28539B;
}
#yh_wizard i.fa-chevron-right {
	position: absolute;
	top: 99px;
	right: 11px;
	font-size: 19px;
	color: #ccc;
	cursor: pointer;
}
#yh_wizard .zoom_image {
	width: 99%;
	height: 350px;
	background-size: cover;
	background-position: center;
	float: left;
	margin-top: 20px;
	cursor: zoom-in;
	border: 1px solid #ccc;
}
#yh_wizard .image {
	cursor: crosshair;
}
#yh_wizard .image_choice {
	opacity: 0.7;
	display: inline-block;
	width: 45%;
	float: left;
	margin: 2.5%;
}
#yh_wizard .image_choice.no_click {
	opacity: 1;
	width: 70%;
	margin: 10px 15%;
}
#yh_wizard .image_choice img {
	box-shadow: 0px 0px 5px #555;
	max-width: 100%;
	margin-top: 10px;
}
#yh_wizard .image_choice:hover {
	opacity: 1;	
	transition: all 0.3s;
}
#yh_wizard .next_step_button {
	display: inline-block;
	border-radius: 4px;
	border: 1px solid #3E475A;
	padding: 9px 11px;
	color: #3E475A;
	font-weight: 500;
	padding-right: 14px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-bottom: 19px;
}
#yh_wizard .next_step_button:hover {
	background: #3E475A;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s;
}
#yh_wizard .next_step_button:after {
	content: "\f054";
	font-family: "FontAwesome";
	margin-left: 11px;
	position: relative;
	top: 0px;
	font-size: 0.8em;
}
#yh_wizard .step_content p {
	margin-bottom: 5px;
	text-align: left;
}
#yh_wizard .step_content ul.list {
	margin-bottom: 12px;
}
#yh_wizard .no_zoom {
	cursor: default;
	background-size: 100%;
}
#yh_wizard .step_content h4 {
	font-weight: 500;
	margin-bottom: 5px;
	margin-top: 15px;
}
.wizard_message {
    background: #fff;
    margin-top: -15px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    padding: 12px 6px;
    font-size: 13px;
    line-height: 21px;
    font-weight: 300;
    text-align: left;
    width: 560px;
    border-top: 1px solid #ccc;
}
.contact_schema {
	position: absolute;
	z-index: 200;
	right: 0px;
	background: #fff;
	padding: 22px;
	top: 22px;
	box-shadow: 0px 0px 4px #777;
	font-family: "Roboto";
}
.icon-collection {
	width: 110%;
	margin-left: -12px;
}
.icon-collection a {
	width: 100px;
	height: 100px;
	background: transparent url(/static/images/werelden2/software-logos2.png) no-repeat;
	border-radius: 4px;
	float: left;
	text-indent: -999999px;
	margin: 0;
}
.icon-collection a:hover {
	background-color: #fff;
}
#ic-joomla{
	background-position:0 0;
}
#ic-magento{
	background-position:-100px 0;
}
#ic-wordpress{
	background-position:-200px 0;
}
#ic-Drupal{
	background-position:-698px -94px;
}
#ic-ubuntu{
	background-position:-300px 0;
}
#ic-debian{
	background-position:-400px 0;
}
#ic-centos{
	background-position:-500px 0;
}
#ic-archlinux{
	background-position:-600px 0;
}
#ic-freebsd{
	background-position:-700px 0;
}
#ic-prestashop{
	background-position:0 -100px;
}
#ic-fileserver{
	background-position:-100px -100px;
}
#ic-lamp{
	background-position:-200px -100px;
}
#ic-gentoo{
	background-position:-300px -100px;
}
#ic-fedora{
	background-position:-400px -100px;
}
#ic-suse{
	background-position:-500px -100px;
}
#ic-openbsd{
	background-position:-600px -100px;
}
#ic-laravel{
	background-position:0 -200px;
}
#etva .clearfix {
		display: block;
		width: auto;
		height: auto;
	}
	#etva .etinputoutput {
		background: rgba(255,255,255, 0.9) !important;
	}
	#iristip {
		position: absolute;
	    z-index: 200;
	    top: -100px;
	    left: 90px;
	    opacity: 0;
	}
	.etfeedbackbox input[type="radio"], .etfeedbackbox label {
		float: left;
		width: auto;
		margin-bottom: 0px;
		padding-bottom: 0;
	}
	.etfeedbackselectionbox {
		padding-bottom: 0px;
	}
	.etfeedbacktitle {
		position: relative;
	    display: inline-block;
	    top: -7px;
	    padding-bottom: 2px;	
	}
	.etfeedbackbox input[type="radio"] {
		margin-top: 8px !important;
		margin-right: 7px !important;
	}
	.etfeedbackoptionwrapper {
		padding-top: 13px;
	}
	.etfaqlist li {
		font-size: 14px;
	}
	.etoutputbox p {
		font-size: 14px;
	}

.theme_select .menu_centered li {
	padding: 9px 20px;
	border-bottom: 3px solid #ccc;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 15px;
}
.theme_select .menu_centered li.active, .theme_select .menu_centered li:hover {
	border-bottom: 3px solid #9cc000;
	font-weight: 500;
}
.theme_select .menu_centered {
	margin-bottom: 30px;
}
#theme_output li {
	width: 33.33333333333%;
	float: left;
	padding: 15px;
}
#theme_output li a {
	position: relative;
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	max-width: 100%;
}
#theme_output li a .theme_name {
	position: absolute;
	color: #fff;
	bottom: 10px;
	right: 16px;
	z-index: 200;
	opacity: 0;
	transition: all 0.3s;
}
#theme_output li a:hover .theme_name {
	opacity: 1;
	transition: all 0.7s;
}
#theme_output li a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,43,109,0.9);
	background-image: url('/static/yourhosting/img/pages/mijnwebsite/bouwen.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 0px;
	opacity:0;
	top: 0px;
	left: 0px;
	transition: all 0.3s;
}
#theme_output li a:hover:after {
	opacity: 1;
	background-size: 150px;
	transition: all 0.4s;
}
#theme_output li a img {
	float: left;
}
#domain_checker {
	position: relative;
	margin: 0;
	padding: 0;
}
#domain_checker form {
	margin: 1rem 0;
}
#domain_checker form input[type='text'] {
	margin: 0;
}
#domain_checker span {
	font-weight: 500;
	color: #383838;
	position: absolute;
	left: 0px;
	padding: 21px 20px;
}
#domain_checker.full_bg span {
	color: #383838;
}
#domain_checker input[type="text"] {
	background: rgba(255,255,255,0.7);
	color: #383838;
	font-weight: 400;
	padding-left: 80px;
	height:60px;
}
#domain_checker.full_bg input[type="text"] {
	background: #fff;
	color: #383838;
}
#domain_check input[type="text"], #domain_check button {
	height: 30px;
}
#domain_checker ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #383838;
    font-weight: 300;
}
#domain_checker :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #383838;
   font-weight: 300;
   opacity:  1;
}
#domain_checker ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #383838;
   font-weight: 300;
   opacity:  1;
}
#domain_checker :-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-weight: 300;
   color:    #383838;
}

#domain_checker.full_bg ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #aaa !important;
    font-weight: 400;
}
#domain_checker.full_bg :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #aaa !important;
   font-weight: 400;
   opacity:  1;
}
#domain_checker.full_bg ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #aaa !important;
   font-weight: 400;
   opacity:  1;
}
#domain_checker.full_bg :-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-weight: 400;
   color:    #aaa !important;
}

#domain_checker button {
	background: #ff9600;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 13px 28px;
	border-radius: 0px 4px 4px 0px;
	transition: all 0.3s;
	height: 60px;
	text-transform: uppercase;
}
#domain_checker button:hover {
	background: #E86F07;
	transition: all 0.3s;
}
#domain_checker button:after {
	content: "\f061";
	font-size: 17px;
	top: -1px;
	position: relative;
	right: -3px;
	transition: all 0.3s;
}
#domain_checker button:hover:after {
	right: -8px;
	transition: all 0.3s;
}
.homepage_tabs, .homepage_tabs .container {
	overflow: visible;
}
.homepage_tabs .container:first-child ul {
	float: left;
	width: 100%;
	box-shadow: 0px 3px 15px #ccc;
}
.homepage_tabs .container:first-child {
	margin-top: -110px;
}
.homepage_tabs .container:first-child li {
	width: 20%;
    float: left;
    background: #fff;
    text-align: center;
    position: relative;
    padding: 30px 10px;
    border-right: 1px solid #D3D6DE;
    cursor: pointer;
    border-left: 1px solid #EEEEF3;
}
.homepage_tabs .container:first-child li * {
	display: inline-block;
	width: 100%;
	font-weight: 300;
	color: #383838;
}
.homepage_tabs .container:first-child li:first-child {
	border-radius: 4px 0px 0px 4px;
	border-left: none;
}
.homepage_tabs .container:first-child li:last-child {
	border-radius: 0px 4px 4px 0px;
	border-right: none;
}
.homepage_tabs .container:first-child li i {
	font-size: 35px;
	margin-bottom: 10px;
}
.homepage_tabs .container:first-child li:hover *, .homepage_tabs .container:first-child li.active * {
	color: #9ccc00;
	font-weight: 400;
}
.homepage_tabs .container:first-child li.active:after {
	content: "";
	bottom: -32px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 20px;
	margin-left: -20px;
}
.homepage_tabs article {
	transform: translate(-40px, 0px);
	height: 0;
	opacity: 0;
	visiblity: hidden;
	position: absolute;
	padding: 0;
	overflow: hidden;
}
.homepage_tabs article.active {
	position: relative;
	visibility: visible;
	width: 100%;
	height: auto;
	transform: translate(0px, 0px);
	opacity: 1;
	transition: all 0.7s;
}
#bart_van_yourhosting h2 {
	font-size: 32px;
	font-weight: 400;
	margin-bottom: 30px;
}
#bart_van_yourhosting h3 {
	font-size: 35px;
	font-weight: 300;
	margin-bottom: 10px;
	margin-top: 50px;
}
#bart_van_yourhosting p {
	font-size: 20px;
}
#bart_van_yourhosting p a {
	margin-left: 10px;
}
.price_specs .hide_normal_state {
	display: none;
}
.fixed_menu .btn_cart {
	width: auto;
	padding: 8px 9px;
	border-radius: 4px;
}
.fixed_menu .btn_cart:after {
	padding-left: 2px;
}
#back_to_top {
	    position: fixed;
	    bottom: 30px;
	    right: 30px;
	    color: #A7ADBD;
	    width: 40px;
	    height: 40px;
	    border-radius: 3px;
	    padding-top: 7px;
	    font-size: 25px;
	    z-index: 200;
	    text-align: center;
	    box-shadow: 0px 2px 5px #aaa;
	    opacity: 0;
	    cursor: pointer;
}
#etcfaq {
	position: absolute !important;
	z-index: 100;
	width: 550px !important;
	border: none;
	box-shadow: 0px 1px 4px #aaa;
	padding: 0;
	overflow: visible !important;
	left: 50% !important;
	margin: 0 !important;
	display: block;
	border: none !important;
	outline: none;
	padding: 0 !important;
}
#close_etcfaq {
	position: absolute;
	top: 17px;
	right: 18px;
	color: #fff;
	cursor: pointer;
	opacity: 0;
}
#etcfaq .etcfaqtitle {
	padding: 15px 13px !important;
	background: #002b6d;
	color: #fff;
	font-weight: 300 !important;
	font-size: 18px;
	display: inline-block;
	width: 100%;
	float: left;
	border-radius: 4px 4px 0px 0px;
}
#etcfaq:before {
	display: none !important;
}
#etcfaq:after {
	border-right: 10px solid #002b6d !important;
	top: 14px !important;
}
#etcfaq .etfaqlist {
	padding: 0 !important;
}
#etcfaq .etfaqlist li {
    float: left;
    margin: 0 !important;
    width: 100%;
}
#etcfaq .etfaqlist .etfaqquestion {
	padding: 15px 13px !important;
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
#etcfaq .etfaqlist .etfaqquestion:hover, #etcfaq .etfaqlist .etfaqquestion.etactive {
	background: #f1f3f8;
	text-decoration: none !important;
}
#etcfaq .etfaqlist .etfaqquestion .bullet {
	float: right;
	margin-top: 5px !important;
}
#etcfaq .etfaqanswer {
	float: left;
	padding: 13px 13px 0px 14px;
	height: auto;
}
.azure_footer {
	background-image: url('/static/yourhosting/img/pages/azure/footer_back.jpg');
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 0px;
}
.azure_footer .transparent_panel .col {
	padding: 20px;
}
.azure_footer .transparent_panel .col h2 {
	padding-bottom: 0;
}
.row[data-scroll="producten"] .third .large_block small {
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	position: absolute;
	width: 100%;
	left: 0;
	top: 75px;
}
.row[data-scroll="producten"] .quarter .large_block small {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	position: absolute;
	width: 100%;
	left: 0;
	top: 55px;
}
.azure_footer .transparent_panel {
	padding-top: 20px;
	margin-bottom: 60px;
	overflow: hidden;
}
.azure_footer .dark_back {
	background: rgba(0,0,22,0.6);
	padding: 50px 0px;
}
.azure_footer .dark_back .border_bottom {
	margin-bottom: 30px;
}
.azure_footer .dark_back * {
	color: #fff !important;
}
.image_voordelen h2 {
	font-size: 28px;
	margin-bottom: 20px;
}
.image_voordelen {
	overflow: hidden;
}
.image_voordelen .container {
	overflow: visible;
}
.image_voordelen .col > ul {
	margin-left: 36px;
}
.image_voordelen .col > ul li p:last-child {
	padding-bottom: 0;
}
.image_voordelen .v_image {
	position: absolute;
	width: 47%;
	height: 700px;
	top: 0px;
	right: 0px;
	background-image: url('/static/yourhosting/img/pages/azure/pakket_back.jpg');
	background-size: cover;
	background-position: center bottom;
	transform: translateX(50px);
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.image_voordelen li.title {
	font-size: 20px;
	line-height: 34px;
	font-weight: 300;
	color: #aaa;
	border-bottom: 1px solid #D6D9E0;
	margin-bottom: 15px;
	padding-bottom: 6px;
	cursor: pointer;
	position: relative;
}
.image_voordelen li.title.active {
	color: #383838;
	transition: all 0.4s;
}
.image_voordelen li.title:before {
	 content: "\f058";
	 color: #9ccc00;
	 font-family: 'FontAwesome';
	 position: absolute;
	 left: -35px;
}
.image_voordelen li.title:after {
	 content: "+";
	 position: absolute;
	 right: 5px;
}
.image_voordelen li.title.active:after {
	 content: "-";
	 position: absolute;
	 right: 5px;
}
.image_voordelen li.hidden {
	padding-bottom: 30px;
}
.color_blocks .tabs li {
	padding-top: 30px;
	outline: 1px solid #fff;
	text-align: center;
	display: inline-block;
	margin: 0;
	float: left;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	transform: scale(1);
	transition: all 0.3s;
}
.color_blocks .tabs:not(.active_state) li:hover {
	background-color: #fff !important;
}
.color_blocks .tabs li:hover * {
	color: #383838;
}
.color_blocks .tabs.active_state li.active:hover * {
	color: #fff !important;
}
.color_blocks .tabs.active_state li.not_active {
	padding-top: 10px;
	padding-bottom: 10px;
	background: transparent !important;
	transition: all 0.3s;
}
.color_blocks .tabs.active_state li.active {
	padding-top: 10px;
	padding-bottom: 10px;
	transition: all 0.3s;
}
.color_blocks .tabs.active_state li.not_active * {
	color: #9B9B9B !important;
	transition: all 0.3s;
}
.color_blocks .tabs li * {
	color: #fff;
	transition: all 0.3s;
}
.color_blocks h3 {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 7px;
}
.color_blocks small {
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.color_background {
	height: 0;
}
.color_background .container {
	display: none;
}
.color_background .container.active {
	display: block;
}
.color_background * {
	color: #fff;
}
.color_background .check li:before {
	color: #fff;
}
.small_container.border_bottom {
	padding-top: 0;
}
.domain_filter_results ul {
	display: none;
	opacity: 1;
}
.filter_wrap {
	overflow: hidden;
}
.domain_filter_results li, .domain_search_results li {
	position: relative;
	width: calc(100% / 3);
	float: left;
	border: 1px solid #D6D9E0;
	padding: 12px 8px;
	margin-left: -1px;
	margin-top: -1px;
	cursor: pointer;
}
.domain_filter_results h3, .domain_search_results h3 {
	clear: both;
	display: block;
}
.domain_filter_results li:hover, .domain_search_results li:hover {
	background: rgba(214,217,224,0.2);
}
.domain_filter_results li .domain, .domain_search_results li .domain {
	font-size: 15px;
	color: #002B6D;
	font-weight: 500;
	width: 38%;
	float: left;
	padding-left: 4px;
}
.domain_filter_results li .tooltip, .domain_search_results li .tooltip {
	width: 15%;
	float: left;
	color: #D6D9E0;
}
.domain_filter_results .old_price, .domain_search_results .old_price {
	color: #B3B7BF;
	font-size: 12px;
	text-decoration: line-through;
	font-weight: 400;
	width: 16%;
	float: left;
}
.domain_search_results ul[data-target="search"] {
	transition: opacity 0.2s ease-in-out;
}
.domain_filter_results li .new_price, .domain_search_results li .new_price {
	font-size: 15px !important;
	color: #002B6D;
	font-weight: 500;
}
.domain_filter_results li:after, ul.filter li:after, .domain_search_results li:after {
	content: "\f054";
	font-family: "FontAwesome";
	float: right;
	color: #D6D9E0;
	margin-right: 4px;

}
.extensie_search i {
	font-size: 25px;
	color: #8E8E8E;
	margin-right: 10px;
	margin-top: 9px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	z-index: 20;
	margin-left: 5px;
}
.extensie_search {
	width: 100%;
	heigth: 60px;
}
.extensie_search .state_2 input[type="text"] {
	width: 100%;
	opacity: 0;
	height: 45px;
	margin-bottom: 0;
}
.extensie_search .state_2 i {
	position: absolute;
	right: 15px;
	top: 5px;
}
.extensie_search small {
	display: inline-block;
	transform: translateX(10px);
	opacity: 0;
	cursor: pointer;
	font-weight: 300;
	transition: all 0.4s ease-in-out;
}
.extensie_search small.show {
	transform: translateX(0);
	opacity: 1;
	
}
ul.filter li {
	cursor: pointer;
	padding: 0px 8px;
	line-height: 32px;
	width: 100%;
	margin-bottom: 2px;
	background: transparent;
	font-size: 13px;
	font-weight: 500;
	border-radius: 4px;
}
ul.filter li.active, ul.filter li:hover, ul.filter li.active:after, ul.filter li:hover:after {
	background: #9ccc00;
	color: #fff;
}
.search_message {
	font-weight: 300;
	margin-bottom: 30px;
	float: left;
	width: 100%;
	display: none;
}
.full_image .image_wrap {
	position: absolute;
	height: 100%;
	width: calc(50% - 30px);
	background-size: cover;
	top: 0;
	right: 0;
	background-position: center;
}
.full_image .image_wrap.left_align {
	left: 0 !important;
}
.full_image .col.align_left {
	padding-left: 30px;
}
.full_image .col.align_right {
	padding-left: 30px;
}
#domain_extensie_output {
	min-height: 250px;
}
.prive_home {
	padding-bottom: 80px !important;
}
header.prive_home h1 {
	margin-bottom: 15px;
    text-shadow: 0px 2px 48px #383838 !important;
}
.prive_banner {
	background: #fff;
	display: inline-block;
	overflow: hidden;	
	position: relative;
}
.prive_home form {
	margin-top: 10px !important;
}
.prive_banner {
	border-radius: 4px;
	overflow: hidden;
	width: 100%;
}
.prive_banner .content {
	padding: 10px 20px;
	overflow: hidden;
	padding-top: 30px;
}
.prive_banner .content h3 {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
	color: #383838;
}
.prive_banner .content h6 {
	color: #383838;
	font-weight: 300;
}
.prive_banner:hover {
	text-decoration: none;
	box-shadow: 0px 0px 15px #aaa;
	transition: all 0.4s ease-in-out;
}
.prive_banner:hover .price_label {
	transition: all 0.2s ease-in-out;
}
.prive_banner .price_label {
    position: absolute;
    width: 90px;
    height: 90px;
    background: #002b6d;
    text-align: center;
    border-radius: 50%;
    padding-top: 20px;
    font-size: 32px;
    color: #fff;
    top: 120px;
    right: 20px;
    font-weight: 500;
    transform: scale(1);
	transition: all 0.2s ease-in-out;
}
.prive_banner .bg_image {
	width: 100%;
	height: 180px;
	background-size: cover;
	background-position: center;
}
.prive_banner .price_label .toptext {
	font-size: 13px;
	font-weight: 300;
	display: block;
}
.prive_banner .price_label .gratis {
    font-size: 18px;
    display: inline-block;
    top: -8px;
    position: relative;
    font-weight: 700;
}
.prive_banner .logo_wrap {
	position: absolute;
	top: 0px;
	width: auto;
	padding: 5px 17px;
	background: transparent;
	overflow: hidden;
	border-radius: 0px 0px 4px;
}
.prive_banner .price_label .price {
	position: relative;
	margin-top: 5px;
	padding-left: 6px;
}
.prive_banner .price_label .price small {
	position: relative;
    display: inline-block;
    top: -12px;
    font-size: 16px;
    left: -6px;
}
.prive_banner .logo {
	height: 25px;
	width: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}
.prive_banner ul.list {
	margin-top: 18px;
}
.prive_banner ul.list li {
	color: #28539b;
	font-size: 14px;
}
.domain_background {
	background-size: cover;
	padding: 40px 0px !important;
	background-attachment: fixed;
}
.seamless_panel {
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
}
.seamless_panel .content {
	padding: 30px;
	width: 60%;
	display: inline-block;
	float: left;
}
.seamless_panel .right {
	background: #002B6D;
	display: inline-block;
	width: 40%;
	height: auto;
	float: left;
}
.seamless_panel .right a {
	width: 50%;
	text-align: center;
	color: #fff;
	font-weight: 300;
	height: 123px;
	display: inline-block;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	float: left;
	margin-left: 0px;
	margin-top: 0px;
}
.seamless_panel .right a:hover {
	background: rgba(255,255,255, 0.1);
	text-decoration: none;
}
.seamless_panel .right a:nth-child(odd) {
	border-right: 1px solid rgba(255,255,255,0.3);
}
.seamless_panel a .name {
	display: block;
	margin-top: 42px;
	font-size: 20px;
	margin-bottom: 5px;
}
.seamless_panel a .price {
	font-size: 15px;
	font-weight: 500;
}
#domain_panel_wrap .panel {
	width: 50%;
	float: left;
	border: 5px solid #fff;
	height: 160px;
	padding: 0;
	position: relative;
	background-size: cover;
}

#domain_panel_wrap .panel .tld {
	display: block;
	margin: 0 auto;
	width: 5rem;
	line-height: 2.5rem;
	border-radius: 1.25rem;
	background: rgba(255,255,255,0.8);
	text-align: center;
	margin-top: 3rem;
	font-size: 1.5rem;
}

#domain_panel_wrap .panel .price-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.3);
	color: #fff;
	padding: 10px 0px;
	text-align: center;
	font-weight: 500;
}

#domain_panel_wrap .panel .strike {
	text-decoration: line-through;
	font-size: 0.8em;
}
.table_category {
	font-size: 20px !important;
	font-weight: 300 !important;
	padding-top: 30px !important;
}
#domain_panel_wrap .panel img.tld {
	border-radius: 20px;
	position: absolute;
	left: 50%;
	margin-left: -45px;
	top: 35px;
}
.voordeel_numbers {
	text-align: center;
	background-size: cover;
	background-attachment: fixed;
}
.voordeel_numbers li {
	width: 32%;
	display: inline-block;
    position: relative;
    padding: 30px 0px;
}
.voordeel_numbers li p {
    color: #28539B;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    z-index: 3;
}
.voordeel_numbers li span {
    font-weight: 900;
    font-size: 190px;
    position: absolute;
    left: 55%;
    top: 70px;
    color: #fff;
    z-index: 1;
}
.voordeel_numbers li i {
    color: #28539B;
    font-size: 50px;
    margin-bottom: 20px;
    display: block;
    position: relative;
    z-index: 2;
}
.support_header {
	padding: 100px 0px 200px 0px;
	background-size: cover;
	position: relative;
}
#job_support {
	height: 0;
	padding: 0;
	position: relative;
	z-index: 20;
}
#job_support .container {
	position: relative;
	padding: 0;
	margin-top: -33px;
}
#job_support .container form.job_form {
	padding: 0;
	margin: 0;
	position: relative;
}
#job_support form.job_form input[type="text"] {
	height: 75px;
	background: #fff;
}
#job_support form.job_form button[type="submit"] {
	height: 75px;
	background: #9ccc00;
	position: absolute;
	right: 0px;
	top: 0px;
	border-radius: 0px 4px 4px 0px;
    padding: 28px 24px !important;
    cursor: pointer;
}
#job_support form.job_form button[type="submit"]:after {
	content: none;
}
#job_answer {
	padding-top: 100px;
}
#job_answer .container {
	overflow: visible;
}
#job_answer .etoutputleft {
	width: 66.666666666%;
	float: left;
}
#job_answer .etquestionrepeatbox {
	font-size: 24px;
}
#job_answer .etoutputright {
	width: 33.333333333%;
	float: left;
}
#job_answer .etfaq {
	padding: 20px;
	box-shadow: 0px 0px 6px #ccc;
}
.faq_panel {
	width: 100%;
	padding: 15px;
	margin-bottom: 10px;
	border-radius: 3px;
	background: #fff;
	position: relative;
	cursor: pointer;
	box-shadow: 0px 0px 5px #aaa;
}
.faq_panel h3 {
	margin: 0;
	z-index: 10;
	position: relative;
}
.faq_panel:after {
	content: "\f067";
	font-family: 'FontAwesome';
	position: absolute;
	right: 24px;
	top: 24px;
	color: #ccc;
	font-size: 18px;
}
.faq_panel.opened:after {
	content: "\f068";
}
.faq_panel ul {
	margin-top: 14px;
	padding-bottom: 0;
}
#maatwerk_advies_block {
	position: fixed;
	top: 160px;
	right: -50px;
	display: block;
	z-index: 2000000;
	opacity: 0;
}
.close_banner {
	position: absolute;
	right: 21px;
	top: 10px;
	width: 14px;
	height: 15px;
}
.support_block {
	border: 1px solid #fff;
	background-image: none !important;
	background-color: transparent;
}
.support_block i {
	font-size: 37px;
    margin-top: -8px;
}
.status_message {
	position: absolute;
	right: 0px;
	padding: 15px 20px;
	background: rgba(255,255,255,0.3);
	color: #fff;
	border-radius: 0px 0px 4px 4px;
	top: -100px;
	font-size: 14px;
	font-weight: 400;
	opacity: 0;
}
.status_message i {
	margin-right: 10px;
}
.status_message a {
	color: #fff;
}
#job_avatar {
	bottom: 10px;
	left: 20%;
	position: absolute;
}
.status_message i:nth-child(even) {
	margin-left: 30px;
}
.contact_form_left {
	width: 49%;
	float: left;
}
.contact_form_left .dk_container {
	display: block;
	background: #f5f5f5;
	border: none;
	border-radius: 4px;
}
.contact_form_left .dk_container .dk_label {
	font-weight: 300;
	color: #777;
	font-size: 14px;
	font-family: "Roboto";
	padding-left: 5px;
}
.contact_form_left .form-field, .contact_form_right .form-field {
	margin-bottom: 0px !important;
}
.contact_form_right {
	width: 49%;
	float: right;
}
.contact_form_left label, .contact_form_right label {
	font-weight: 300;
}
.contact_form_right textarea {
	height: 240px;
}
.bijlage_label {
	margin-left: 10px;
}
.support_header {
	padding: 100px 0px 200px 0px;
	background-size: cover;
	position: relative;
}
.status_message i {
	margin-left: 10px;
}
.status_message a {
	color: #fff;
	font-weight: 300 !important;
}
.status_message a.error {
	color: #ff9600;
	font-weight: 500 !important;
}
#job_support {
	height: 0;
	padding: 0;
	position: relative;
	z-index: 20;
}
#job_support .container {
	position: relative;
	padding: 0;
	margin-top: -33px;
}
#job_support .container form.job_form {
	padding: 0;
	margin: 0;
	position: relative;
}
#job_support form.job_form input[type="text"] {
	height: 75px;
	background: #fff;
}
#job_support form.job_form button[type="submit"] {
	height: 75px;
	background: #9ccc00;
	position: absolute;
	right: 0px;
	top: 0px;
	border-radius: 0px 4px 4px 0px;
    padding: 28px 24px !important;
    cursor: pointer;
}
#job_support form.job_form button[type="submit"]:after {
	content: none;
}
#job_answer {
	padding-top: 100px;
}
#job_answer .container {
	overflow: visible;
}
#job_answer .etoutputleft {
	width: 66.666666666%;
	float: left;
}
#job_answer .etquestionrepeatbox {
	font-size: 24px;
}
#job_answer .etoutputright {
	width: 33.333333333%;
	float: left;
}
#job_answer .etfaq {
	padding: 20px;
	box-shadow: 0px 0px 6px #ccc;
}
.faq_panel {
	width: 100%;
	padding: 15px;
	margin-bottom: 10px;
	border-radius: 3px;
	background: #fff;
	position: relative;
	cursor: pointer;
	box-shadow: 0px 0px 5px #aaa;
}
.faq_panel h3 {
	margin: 0;
	z-index: 10;
	position: relative;
}
.faq_panel:after {
	content: "\f067";
	font-family: 'FontAwesome';
	position: absolute;
	right: 24px;
	top: 24px;
	color: #ccc;
	font-size: 18px;
}
.faq_panel.opened:after {
	content: "\f068";
}
.faq_panel ul {
	margin-top: 14px;
	padding-bottom: 0;
}
#maatwerk_advies_block {
	position: fixed;
	top: 300px;
	right: -50px;
	display: block;
	z-index: 2000000;
	opacity: 0;
}
.close_banner {
	position: absolute;
	right: 21px;
	top: 10px;
	width: 14px;
	height: 15px;
}
.support_block {
	border: 1px solid #fff;
	background-image: none !important;
	background-color: transparent;
}
.support_block:hover {
	background: rgba(255,255,255, 0.2);
}
.support_block i {
	font-size: 37px;
    margin-top: -8px;
}
.status_message {
	position: absolute;
	right: 0px;
	padding: 15px 20px;
	background: #f1f3f8;
	color: #fff;
	border-radius: 0px 0px 4px 4px;
	top: -100px;
	font-size: 14px;
	font-weight: 400;
	opacity: 0;
}
.status_message i {
	margin-right: 10px;
}
.status_message a {
	color: #383838;
}
#etva {
	clear: both;
	transform: translateY(-40px);
	border-radius: 4px 4px 0px 0px;
	background: none !important;
	position: relative;
	overflow: visible;
	z-index: 200;
}
#etva cite.etquestion {
	font-weight: 300;
}
.etquestionrepeatbox b {
	font-weight: 500 !important;
}
#etva .etinput .etinputcontainer .etinputbox {
	background: #fff !important;
    box-shadow: 0px 1px 8px #aaa;
}
#etva .etinputoutput {
	background: none !important;
}
#etva .etsubmit:after {
	content: "\f061";
    font-size: 17px;
    top: 1px;
    position: relative;
    right: -8px;
    transition: all 0.3s;
	font-family: 'FontAwesome';
}
#etva .etquestionrepeatbox {
	margin-top: 110px;
	font-size: 19px !important;
}
#etva .etinput {
	width: 1150px !important;
	margin: 0 auto;
	position: absolute !important;
	left: 50%;
	margin-left: -575px;
	top: 0px;
	z-index: 2000;
}
#etva .etoutput {
	width: 1150px !important;
	margin: 0 auto;
}
#etva .etchar {
	display: none !important;
}
#etva .etfaq {
	margin-top: 100px !important;
}
#etva .etoutput {
	margin: 0 auto !important;
	padding: 0px !important;
}
#etva .etoutputbox, #etva .etoutputbox p {
	font-size: 15px;
}
#job_avatar {
	bottom: 10px;
	left: 20%;
	position: absolute;
}
.status_message i:nth-child(even) {
	margin-left: 30px;
}
.etoptiontext {
	margin-top: -5px;
	display: inherit;
}
.etfeedbacktitle {
	margin-top: 15px !important;
	line-height: 1.6;
	font-size: 15px !important;
}
.etfeedbacktexttitle {
	font-size: 15px !important;
	font-weight: 300 !important;
}
textarea.etfeedbacktext {
	border: none !important;
	font-size: 15px !important;
	font-weight: 300 !important;
	padding: 15px !important;
}
.etsubmitfeedback {
	background: transparent !important;
	padding: 10px !important;
	border: 1px solid #383838 !important;
	border-radius: 4px !important;
	color: #383838 !important;
	font-weight: 400 !important;
	font-size: 15px !important;
}
.contact_header {
    padding: 100px 0px;
    background-size: cover;
    position: relative;
}
.contact_header .status_message {
    top: -100px;
}
.contact_header .container {
    opacity: 0;
}
.openingstijden_wrapper {
    background: rgba(0,0,0,0.3);
    padding: 20px;
    border-radius: 4px;
    transform: translateX(15px) translateY(-15px);
}
.openingstijden_wrapper h5 {
    margin-bottom: 5px;
}
.openingstijden_wrapper span {
    width: 50%;
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 5px;
}
.opening_message {
    bottom: 0px;
    left: 50%;
    padding: 17px 16px;
    border-radius: 4px 4px 0px 0px;
    color: #fff;
    position: absolute;
    opacity: 0;
    font-size: 18px;
    font-weight: 400;
}
.contact_bottom .panel {
    height: 200px;
    padding: 25px;
}
.contact_bottom li {
    font-weight: 300;
    line-height: 30px;
}
.contact_bottom li span {
    width: 100px;
    display: inline-block;
}
.aangepaste_openingstijden span {
	font-size: 15px;
	font-weight: 300;
	display: inline-block;
	line-height: 25px;
}
.aangepaste_openingstijden span:nth-child(odd) {
	width: 40%;
}
.aangepaste_openingstijden span:nth-child(even) {
	width: 60%;
}
@media screen and (max-width: 1200px) {
	body{
	    -webkit-text-size-adjust: none;
	}
	#etva .etinput {
		width: 940px !important;
		margin-left: -470px;
	}
	#etva .etoutput {
		width: 940px !important;
	}
	#main_menu li .submenu {
		width: 960px;
	}
	#main_menu li .submenu ul {
		padding-right: 30px;
	}
	.domain_filter_results li {
		width: 50%;
	}
	p, li {
		font-size: 14px;
	}
	.large_block h3, .wide_block h3, .list_block h3 {
		font-size: 16px;
	}
	.large_block, .wide_block {
		padding: 18px;
	}
	.list_block {
		padding-top: 18px;
	}
	.large_block li, .list_block li {
		font-size: 13px !important;
	}
	.office_banner {
		background-position: -25px 8px;
	}
	footer h4 {
		font-size: 17px;
	}
	footer .twitter_feed blockquote, footer p, footer a, .disclaimer *, #voordelen h4, .panel li  {
		font-size: 13px;
	}
	.logo_blocks .text_right li {
		margin: 0px 7px;
	}
	#bart_van_yourhosting h2 {
		margin-bottom: 11px;
	}
	.theme_select .menu_centered li {
		padding: 9px;
		font-size: 14px;
	}
	.white_product_plan p, .blue_panel .btn_transparent, .home_cta li {
		font-size: 14px;
	}
	#main_menu .submenu a {
		font-size: 13px !important;
		padding: 0 !important;
	}
}

.white_panel .background_holder {
	margin: -20px 0 -20px -20px;
	height: 40vw;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	.white_panel .background_holder {
		display: none;
	}
}

.domeinregistreren_footer {
	background-image: url('/static/yourhosting/img/pages/domeinnaam-registreren/footer_back.jpg');
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 0px;
}
.minav {
	display: flex;
	justify-content: flex-end;
}

.minav > div {
	margin-left: 12px;
	float: none;
}

table.gsc-search-box td.gsc-input {
	padding-right: 0 !important;
}

/**
 * BTW SWITCH
 */
#btw-switch {
	float: left;
    width: 8.25rem;
    height: 2.4rem;
    overflow: visible;
}

#btw-switch ul {
	border-radius: 3px;
	border: 1px solid #CCCCCC;
	height: 2.2rem;
	overflow: hidden;
    margin: 0;
    background: #fff;
    padding: 0;
}

#btw-switch ul.open {
	height: auto;
}
#btw-switch ul.open li:hover {
	color: #555;
	background: #f8f8f8;
}
#btw-switch ul.open li:hover:after {
	color: #999;
}
#btw-switch ul li {
	text-align: left;
	line-height: 2.2rem;
	display: none;
	width: 8.25rem;
	padding-left: 0.5rem;
	cursor: pointer;
    color: #999;
    position: relative;
    box-sizing: border-box;
}

#btw-switch ul.open li {
	display: block;
}

#btw-switch ul li.active {
	display: block;
	font-weight: 500;
}

#btw-switch ul li:after {
	content: " ";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 1.75rem;
	text-align: center;
	font-family: "FontAwesome";
}

#btw-switch ul.open li:first-child:after,
#btw-switch ul li.active:after {
	content: "\f078";
}

#btw-switch ul.open li:after {
	content: " ";
}
