/* ===============
   GLOBALS 
   =============== */
.blue_arrow {
	top: -2px;
    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: #0b193b;
    border-width: 20px;
    margin-left: -20px;
}
.grey_arrow {
	top: -2px;
    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: #f1f3f8;
    border-width: 20px;
    margin-left: -20px;
}
.white_arrow:after {
	content: "";
	bottom: -20px;
    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: 10px;
    margin-left: -10px;
}
.grey_back {
	background-color: #f1f3f8 !important;
}
.green_back {
	background-color: #9ccc00 !important;
}
.blue_back {
	background-color: #212d4c !important;
}
.brick_light_blue {
	background-color: #212d4c !important;
}
.brick_light_blue *, .brick_light_blue *:before {
	color: #fff !important;
}
.lblue_back {
	background-color: #e5e8ef !important;	
}
.red_back {
    background-color: #DB440C !important;
}
.skype_blue {
	background-color: #00aff0;
	color: #fff;
}
.windows_back {
	    background-color: #28abe3;
}
.orange_back {
	background-color: #ff9600 !important;
}
.full_image {
	background-size: cover;
}
.easymove_back {
	background-image: url('/static/images/zakelijk/row-easymove.jpg');
    background-size: cover;
}
.white {
	color: #fff;
}
.grey {
	color: #a4abbd;
}
.green {
	color: #9ccc00;
}
.message_alert {
	display: inline-block;
	width: 100%;
	text-align: center;
	background: #ffe1b7;
	color: #ff9600;
	padding: 10px;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 500;
}
.fixed_image {
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
}
.border_image {
    border-radius: 4px;
    box-shadow: 0px 4px 5px #000;
}
.inline-block {
	display: inline-block;
}
.margin-top {
	margin-top: 15px;
}
.simple_border_image {
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
}
img.circle_image {
	border-radius: 50%;
}
/* ===============
   TYPOGRAPHY 
   =============== */
h1 {
	font-size: 40px;
	font-weight: 300;
	padding-bottom: 20px;
	line-height: 40px;
}
h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    padding-bottom: 19px;
}

.text_col h2 {
	font-size: 23px;
}
h3 {
	font-size: 21px;
	font-weight: 300;
	margin-bottom: 15px;
	color: #444;
	line-height: 31px;
}
.small_container h3 {
	font-size: 21px;
	margin-bottom: 5px;
}
h4 {
	font-size: 16px;
	font-weight: 300;
	color: #383838;
	padding-bottom: 5px;
	margin-bottom: 16px;
}
h5 {
	color: #383838;
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 5px;
}
h6 {
	font-size: 15px;
	font-weight: 700;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
h2.section_title, h3.section_title {
	font-size: 34px;
	line-height: 41px;
}
p, li, input, label, textarea {
	font-family: Roboto, sans-serif;
	font-size: 15px;
	line-height: 1.7rem;
	font-weight: 300;
	color: #555;
}
code {
	    font-family: monospace;
    font-size: 13px;
    padding: 20px;
    display: inline-block;
    background: #f8f8f8;
    margin: 10px 0px;
    border-radius: 5px;
}
b em {
	font-weight: 500;
}
.pill {
	background: #9ccc00;
	padding: 13px 20px;
	border-radius: 28px;
	font-size: 15px;
	display: inline-block;
	font-weight: 500;}

.pill.white_back {
	background: #fff;
	color: #383838;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
}
.sub {
	font-size: 0.6em;
}
p {
	padding-bottom: 1.2rem;
}
p span.price {
	font-size: 2em;
	font-weight: 400;
}
p.intro {
	font-size: 16px;
	line-height: 32px;
	font-weight: 400;
	padding-bottom: 0;
	padding-top: 5px;
}
b, strong {
	font-weight: 500;
}
em, i {
	font-style: italic;
	font-weight: 300;
}
blockquote {
	font-size: 35px;
    line-height: 45px;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}
.testimonial blockquote {
	font-size: 17px;
	line-height: 1.8em;
	color: #383838;
	margin-bottom: 20px;
}
a {
	color: #28539b;
	text-decoration: none;
	font-weight: 400;
}
a:hover {
	text-decoration: underline;
}
a.arrow_link {
	padding-left: 9px;
	display: inline-block;
}
a.arrow_link:before {
	content: "\f054";
	font-family: 'FontAwesome';
	float: left;
	font-size: 0.8em;
	margin-top: 2px;
	margin-right: 7px;
	margin-left: -8px;
}
a.toggle_link {
	padding-bottom: 10px;
}
a.toggle_link:after {
	content: "\f078";
	font-family: 'FontAwesome';
	display: inline-block;
	font-size: 0.8em;
	margin-top: 4px;
	margin-left: 6px;
}
a.toggle_link.active:after {
	content: "\f077";
}
hr {
	background: none;
	border: none;
	border-top: 1px solid #ccc;
	margin-bottom: 20px;
	clear: both;
}
hr.white {
	border-top: 1px solid #fff;
}
hr.dotted {
	border-top: 1px dotted #ccc;
}
hr.dashed {
	border-top: 1px dashed #ccc;
}
hr.timeline {
	position: absolute;
	top: 28px;
	width: 100%;
}
.border_bottom {
	border-bottom: 1px solid #eee;
}
.large_icon {
	font-size: 30px !important;
	margin-bottom: 20px;
}
.large_grey_icon {
	font-size: 35px !important;
	margin-bottom: 20px;
	color: #cdcdcd;
}
.text_col .big_icon {
    width: 150px;
    height: 150px;
    background: #323B5E;
    border-radius: 50%;
    font-size: 50px;
    color: #fff;
    padding-top: 50px;
}
/* ===============
   LIST STYLES
   =============== */
ul.list {
	padding-bottom: 8px;
}
ul.list > li {
	padding-left: 20px;
	line-height: 1.6em;
	position: relative;
	margin-left: 0px;
	margin-bottom: 5px;
}
ul.list > li:before {
	content: "\f054";
	font-family: 'FontAwesome';
	float: left;
	font-size: 0.8em;
	color: #383838;
	position: absolute;
	left: 0px;
	top: 1px;
}
ul.check {
	padding-left: 0px;	
	margin-bottom: 20px;
}
ul.check li {
	list-style: none;
	padding-left: 27px;
	position: relative;
}
ul.big_check li {
	font-size: 18px;
	padding-left: 40px;
	padding-bottom: 10px;
}
ul.large_check li {
	font-size: 20px;
	line-height: 34px;
	margin-bottom: 15px;
}
ul.check li:before {
	content: "\f00c";
	font-family: 'FontAwesome';
	float: left;
	font-size: 1.2em;
	color: #9cc000;
	position: absolute;
	left: 0px;
}
ul.large.check li {
	font-size: 17px;
    margin-bottom: 6px;
    padding-left: 50px;
}
ul.white li, ul.white li:before, ul.white a {
	color: #fff !important;
}
ul.plan_list {
	margin-bottom: 20px;
}
ul.plan_list hr {
	width: 40px;
	border-top: 1px solid #ddd;
	margin-bottom: 5px;
}
ul.float_li {
	margin: 0;
}
ul.float_li li {
	float: left;
	padding-right: 30px;
	font-size: 14px;
	padding-left: 20px;
}
ul.float_li li:before {
	font-size: 1em;
}
ul.third_li li {
	width: 33.333333333333%;
}
ul.toggle_list .answer {
	padding-left: 0;
	display: none;
	padding-bottom: 10px;
	padding-top: 10px;
}
ul.toggle_list .answer:before {
	content: "";
}

ul.inline {
	margin: 0;
}
ul.inline li {
	display: inline;
	margin: 0 2rem;
}
.toggle_list li.question {
	cursor: pointer;
}
.toggle_list li.question {
	padding-bottom: 7px;
	border-bottom: 1px dashed #383838;
}
.toggle_list.white li.question {
	border-bottom: 1px dashed #fff;
}
.toggle_list li.question:hover, .toggle_list li.question.active {
	font-weight: 500;
}
.toggle_list li.active:before {
    content: "\f078";
}
ul.accordion li:nth-child(odd) {
	font-size: 17px;
	padding: 7px 10px;
	float: left;
	width: 100%;
	border-radius: 4px;
	margin-bottom: 10px;
	background: #f5f5f5;
	cursor: pointer;
}
ul.accordion li:nth-child(odd):after {
	content: "\f067";
	float: right;
	font-family: "FontAwesome";
	margin-top: 2px;
	margin-right: 5px;
	display: inline-block;
	transition: all 0.4s;
}
ul.accordion li {
	display: block;
}
ul.accordion li.active:after {
	transform: rotate(-45deg);
	transition: all 0.4s;
}
ul.accordion li:nth-child(even) {
	display: none;
	width: 100%;
	height: auto;
}
ol {
	margin-bottom: 25px;
}
ol li {
	list-style: decimal;	
	margin-left: 22px;
	padding-left: 10px;
}
.menu_centered {
	width: 100%;
	text-align: center;
}
.menu_centered ul {
	display: inline-block;
}
.menu_centered li {
	float: left;
}
ul.circle_tabs {
	margin: 20px 0px 10px 0px;
	overflow: hidden;
}
ul.circle_tabs li {
	float: left;
	color: #fff;
	cursor: pointer;
	padding-right: 30px;
	font-size: 18px;
	font-weight: 300;
}
ul.circle_tabs.dark {
	overflow: visible;
}
ul.circle_tabs.dark li {
    background: #ddd;
    color: #383838;
    padding: 16px 31px;
    border-radius: 4px 4px 0px 0px;
    font-size: 18px;
}
ul.circle_tabs.dark li:before {
	content: "" !important;
}
ul.circle_tabs.dark li.current {
	margin-top: -9px;
	padding-top: 25px;
}
ul.circle_tabs.dark li:hover, ul.circle_tabs.dark li.current {
	color: #383838;
	background: #fff;
}
ul.circle_tabs li.current {
	font-weight: 500;
}
ul.circle_tabs li:before {
	content: "\f10c";
	color: #fff;
	font-family: "FontAwesome";
	padding-right: 7px;
	display: inline-block;
}
ul.circle_tabs li.current:before {
	content: "\f111";
	color: #9ccc00;
}
ul.table_toggle .toggle {
	width: 100%;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
	font-size: 20px;
	cursor: pointer;
	color: #aaa;
	transition: all 0.3s;
	padding-top: 20px;
}
ul.table_toggle .toggle:hover {
	color: #323B5E;
	transition: all 0.3s;
	padding-left: 10px;
}
ul.table_toggle .toggle.active { 
	color: #323B5E;
	transition: all 0.3s;
}
ul.table_toggle .toggle:after {
	content: "\f067";
	font-family: "FontAwesome";
	float: right;
	display: inline-block;
	margin-right: 0px;
	transition: all 0.3s;
}
ul.table_toggle .toggle:hover:after {
	margin-right: 10px;
}
ul.table_toggle .toggle.active:after {
	content: "\f067";
	transform: rotate(45deg);
	margin-right: 0px;
	transition: all 0.3s;
}
ul.table_toggle .content {
	display: none;
}
ul.mob_buttons li a {
	width: 100%;
	padding: 15px;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	float: left;
}
ul.mob_buttons li a:hover {
	background: rgba(255,255,255,0.2);
	text-decoration: none;
}
ul.mob_buttons li a i {
	position: absolute;
	right: 17px;
	top: 15px;
	font-size: 27px;
}
/* ===============
   BUTTONS
   =============== */

.btn {
	color: #fff;
	background: #9cc000;
	padding: 10px 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	transition: background 0.3s;
}

a.btn.nomargin {
	margin: 0;
}

a.btn:hover {
	text-decoration: none;
	background: #8EAF01;
	transition: background 0.3s;
}
a.btn:after {
	content: "\f054";
	font-family: 'FontAwesome';
	font-size: 0.8em;
	padding-left: 9px;
}
a.btn_prive {
	background: #003f9f;
	color: #fff;
}
a.btn_prive:hover {
	background: #014cbd;
}
a.btn_transparent {
	color: #fff;
	background: transparent;
	padding: 9px 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	display: inline-block;
	border: 1px solid #fff;
	margin-bottom: 10px;
	margin-right: 10px;
	transition: background 0.3s;	
}
a.btn_trans_dark {
	color: #383838;
	background: transparent;
	padding: 9px 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	display: inline-block;
	border: 1px solid #383838;
	margin-bottom: 10px;
	margin-right: 10px;
	transition: background 0.3s;
}
a.btn_trans_dark:hover {
	background: rgba(0, 0, 0, 0.10);
	text-decoration: none;
}
a.btn_transparent:hover {
	background: rgba(255, 255, 255, 0.15);
	text-decoration: none;
}
a.btn_transparent:after {
	content: "\f054";
	font-family: 'FontAwesome';
	font-size: 0.8em;
	padding-left: 9px;
}
a.btn_trans_dark:after {
	content: "\f054";
	font-family: 'FontAwesome';
	font-size: 0.8em;
	padding-left: 9px;
}
.btn_cart {
	background: #ff9600;
	text-transform: uppercase;
	font-weight: 500;
}
.btn_cart:after {
	content: "\f054";
	font-size: 1em;
	font-size: 0.8em;
	padding-right: 2px;
	margin-left: 0px;
}
.btn_cart:hover {
	background: #EB6B06 !important;
}
table .btn_cart {
	width: 100%;
	border-radius: 0;
	padding: 13px 0px;
	font-size: 15px;
}
table .btn_cart:after {
	margin-left: 8px;
	font-size: 12px;
}
a.btn_blue {
	background: #47517B;
}
a.btn_blue:hover {
	background: #0b193b;
}
a.btn_green {
	background: #9CCC00;
	color: #fff;
	font-weight: bold;
}
a.btn_green:hover {
	background: #91be00;
}
button.btn_file {
	padding: 4px 10px;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 3px;
	background: transparent;
	outline: none;
	display: inline-block;
	font-family: "Roboto";
	text-transform: uppercase;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #383838;
	cursor: pointer;
}
button.btn_file:hover {
	background: #383838;
	color: #fff;
}
a.btn_white {
	background: #fff;
	color: #DB440C;
}
.white_btn {
	background: #fff;
	color: #383838;
	padding: 14px 13px;
}
.white_btn:hover {
	background: #fff !important;
	color: #9ccc00;
}
a.btn_white:hover {
	background: #fff;
	color: #0b193b;
}
a.scroll_btn {
	width: 100%;
	padding: 15px;
	text-align: left;
}
a.scroll_btn:after {
	transform: rotate(90deg);
	display: inline-block;
	float: right;
}
.circle_button {
	width: 220px;
	height: 220px;
	border-radius: 50%;
	padding-top: 75px;
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
	display: inline-block;
	cursor: pointer;
	position: relative;
}
.circle_button span {
	position: absolute;
	width: 220px;
	height: 220px;
	left: 0px;
	top: 0px;
	border-radius: 50%;
	font-size: 20px;
	padding-top: 40px;
	opacity: 0;
	transition: all 0.3s;
}
.circle_button:hover span {
	padding-top: 85px;
	opacity: 1;
	font-size: 55px;
	transition: all 0.3s;
}
/* ===============
   FORM
   =============== */
form {
	margin-top: 30px;
	margin-bottom: 30px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #aaa;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #aaa;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #aaa;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #aaa;
}
input, textarea {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border: none;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
	width: 100%;
	background: #f5f5f5;
	padding: 12px 20px;
	border-radius: 3px;
	margin-bottom: 20px;
}
textarea {
	border: 0;
	resize: none;
	background: #f5f5f5;
	width: 100%;
	height: 150px;
	padding: 12px 20px;
	margin-bottom: 15px;
}
input[type="submit"], button[type="submit"] {
	background: #9cc000;
	color: #fff;
	font-weight: 500;
	padding: 8px 16px;
	padding-right: 10px;
	cursor: pointer;
	-webkit-appearance: none;
	border: none;
	font-size: 16px;
	border-radius: 3px;
}
input[type="submit"]:after, button[type="submit"]:after {
	content: "\f061";
	font-family: 'FontAwesome';
	font-size: 0.8em;
	padding-left: 12px;
	top: -2px;
	position: relative;
}
input[type="submit"]:hover, button[type="submit"]:hover {
	background: #8EAF01;
}
input[type="number"] {
	font-family: 'Roboto';
	border: 1px solid #ccc;
	padding: 2px 7px;
	font-size: 13px;
	font-weight: 700;
}
label {
	width: 100%;
	font-weight: 500;
	padding-left: 10px;
	padding-bottom: 10px;
	float: left;
	color: #777;
}
.select_label {
	float: left;
	width: 100%;
	font-weight: 300;
	color: #383838;
	padding-left: 15px;
}
.blue_label {
	background: #212d4c;
	padding: 4px 20px;
	color: #fff;
	border-radius: 4px;
	margin-bottom: 6px;
	display: inline-block;
	font-weight: 400;
	margin-right: 26px;
	width:80px; 
	text-align: center;
	padding:6px 0;
}
/* ===============
   PANELS
   =============== */
.panel {
	background:  #f1f3f8;
	padding: 15px;
	border-radius: 3px;
	position: relative;
	display: block;
}
a.panel  {
	cursor: pointer;
	border: 1px solid  #f1f3f8;
	transition: all 0.3s;
	margin: 10px 0px;
}
a.panel:hover {
	border: 1px solid #ddd;
	background: #fff;
	transition: all 0.3s;
	text-decoration: none;
}
a.panel i {
	font-size: 40px;
	color: #28539b;
	margin-bottom: 10px;
	margin-top: 10px;
}
.panel img {
	position: relative;
	left: 0;
	top: 0;
	margin-bottom: 20px;
}
.white_panel {
	background: #fff;
	width: 100%;
	padding: 20px;
	border-radius: 3px;
	overflow: hidden;
}
a.white_panel {
	display: block;
}
.white_panel img {
	width: 100%;
}
.white_panel .center img {
	width: auto;
}
.panel h3,
.seamless_panel h3,
.white_panel h3 {
	margin-bottom: 5px;
}
.white_panel h6 {
	font-weight: 500;
}
.white_panel .half {
	padding: 0 !important;
}
.white_panel .check li {
	font-size: 1.05em;
	line-height: 1.9em;
}
.white_panel .small_check li {
	font-size: 15px;
	line-height: 1.7em;
}
.white_panel ul.list {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.white_panel .check {
	margin-bottom: 0px;
}
.white_panel .btn_cart {
	margin-top: 16px;
}
.green_panel {
	background: #9ccc00;
	border-radius: 3px;
	padding: 10px 15px;
	margin-bottom: 15px;
}
.small_panel {
	border-radius: 3px;
	border: 1px solid #ccc;
	margin-bottom: 9px;
	padding: 15px;
	background: #f8f8f8;
}
.small_panel h4 {
	margin-bottom: 5px;
	font-weight: 400;
}
.small_panel a{
	font-weight: 300;
	font-size: 14px;
}
.blue_panel {
	background: #323b5e;
	padding: 15px;
	border-radius: 3px;	
}
.blue_panel img {
	width: 100%;
}
.blue_panel h3 {
	color: #fff;
	font-size: 20px;
	height: 50px;
	margin-bottom: 0px;
}
.blue_panel p span {
	font-size: 2.4em;
	font-weight: 400;
}
.blue_panel .panel_content {
	padding: 10px;
}
.blue_panel li {
	color: #fff;
}
.blue_panel p {
	color: #fff;
	height: 110px;
}
.blue_panel .center p {
	height: auto;
}
.transparent_panel {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	background: rgba(255, 255, 255, 0.9);
	padding: 10px;
	margin-bottom: 20px;
}
.transparent_panel .col {
	padding: 20px 70px;
}
.transparent_panel li {
	font-weight: 400;
	line-height: 1.7em;
}
.grey_panel {
	background:  #f1f3f8;
	border-top: 3px solid #e5e8ef;
	padding: 10px;
	margin-bottom: 12px;
	width: 100%;
	display: block;
}
.grey_panel h3 {
	font-size: 22px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0;
}
.grey_panel p {
	font-size: 14px;
	padding: 0px;
	margin: 0;
	padding-bottom: 12px;
}
a.grey_panel {
	cursor: pointer;
}
a.grey_panel:hover {
	border-top: 3px solid #999;
	text-decoration: none;
}
a.big_panel:hover {
	border-bottom: 7px solid #999;
	text-decoration: none;
}
a.big_panel img {
	width: 100%;
}
a.grey_panel img {
	height: 40px;
	width: auto;
	margin-bottom: 20px;
}
.high_grey_panel {
	height: 260px;
}
.high_grey_panel img {
	height: 192px !important;
	margin-top: -13px;
}
.big_panel {
	background:  #f1f3f8;
    display: block;
    padding: 14px;
    border-bottom: 7px solid #e5e8ef;
    margin-bottom: 14px;
    color: #383838;
}
a.big_panel span {
    font-size: 13px;
    font-weight: 300;
    padding-top: 20px;
    display: inline-block;
}
a.big_panel h2 {
	padding-bottom: 4px;
}
a.big_panel {
	cursor: pointer;
}
.package_panel {
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    float: left;
    position: relative;
}
.package_panel a {
	display: block;
	width: 100%;
	padding: 20px 0px;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 10;
	background: rgba(0,0,0, 0.9);
}
.package_panel a > * {
	color: #fff !important;
	text-decoration: none;
	display: inline-block;
	width: 100%;
}
.package_panel a h2 {
	font-size: 34px;
	font-weight: 100;
}
.package_panel a .price {
	font-size: 30px;
	font-weight: 400;
}
.package_panel img {
	float: left;
}
a.btn_action {
	padding: 15px 25px;
    background: #fff;
    color: #28abe3;
    position: absolute;
    bottom: -75px;
    z-index: 20000000000;
    width: 259px;
    margin-left: -130px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 4px;
}
.hover_panel {
	background:  #f1f3f8;
	border-bottom: 6px solid #e8e8e8;
	padding: 10px;
	margin-bottom: 20px;
	width: 100%;
	display: block;
	cursor: pointer;
}
.hover_panel:hover {
	border-bottom: 6px solid #0b193b;
}
a.hover_panel, a.hover_panel:hover {
	text-decoration: none;
}
.product_panel {
	width: 100%;
	display: block;
	text-align: center;
	position: relative;
	background: #f5f5f5;
	padding: 20px 0px;
	overflow: hidden;
	border-radius: 4px;
	cursor: pointer;
	margin-bottom: 30px;
}
.product_panel h4 span {
	font-size: 0.5em;
	font-weight: 400;
	text-transform: uppercase;
}
.click_panel {
	cursor: pointer;
}
.large_block .color_fade {
	content: "";
	width: 105%;
	height: 105%;
	left: 0;
	top: 0;
	opacity: 0;
	position: absolute;
	z-index: 5;
	transition: all 0.4s;
}
.large_block:hover .color_fade {
	opacity: 0.8;
	transition: all 0.4s;
}
.large_block, .wide_block {
	text-align: center;
	padding: 24px;
	text-decoration: none !important;
	cursor: pointer;
	background-size: cover;
	background-position: bottom center;
	overflow: hidden !important;
	position: relative;
	width: 100%;
}
.large_block .bg_image {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	transform: scale(1);
	transition: all 0.4s;
	z-index: 2;
}
.large_block:hover .bg_image {
	transform: scale(1.2);
	transition: all 0.6s ease-in-out;
}
h6.small_price {
	width: 70px;
	height: 70px;
	color: #383838;
	background: #fff;
	text-align: center;
	border-radius: 50%;
	padding-top: 12px;
	font-size: 12px !important;
	line-height: 18px;
	position: absolute;
	right: 30px;
	font-weight: 400;
	bottom: 43px;
	z-index: 200;
}
h6.small_price b {
	color: #383838;
	font-size: 19px !important;
	top: -6px;
	position: relative;
	width: 100%;
	text-align: center;
	display: block;
}
.large_block .back, .small_wide .back {
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0;
	left: 0;
	padding: 23px;
	z-index: 5;
	font-weight: 400;
	text-align: right;
	padding-right: 55px;
	font-size: 13px;
	transition: all 0.4s;
	text-transform: uppercase;
	background: rgba(0,0,0,0.1);
}
.large_block:hover .back {
	transform: translateX(0px);
	opacity: 1;
	transition: all 0.4s;
}
.large_block .logo {
	    position: absolute;
	    bottom: 16px;
	    left: 18px;
	    z-index: 2000;
	    width: 105px;
	    opacity: 1;
	    transition: all 0.3s;
}
.large_block hr, .wide_block hr {
	width: 40px;
	border: none;
	border-top: 1px solid #fff;
	margin-top: 20px;
	opacity: 1;
	transition: all 0.4s;
}
.large_block i {
	width: 55px;
	height: 55px;
	font-size: 22px;
	padding-top: 18px;
	border-radius: 50%;
	transition: all 0.5s;
}
.large_block h3, .wide_block h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
}
.large_block h6, .wide_block h6 {
	font-size: 15px;
	line-height: 23px;
	font-weight: 300;
}
.large_block .title {
	position: relative;
	z-index: 12;
}
.large_block:hover .title {
	transform: translateY(0px);
	opacity: 1;
	transition: all 0.4s ease-in-out;
}
.large_block:hover hr, .wide_block:hover hr {
	width: 70px;
	opacity: 1;
	transition: all 0.4s;
}
.large_block:after, .wide_block:after {
	content: "";
	width: 23px;
	height: 19px;
	background-image: url('/static/yourhosting/img/base/home_arrow.png');
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 20px;
	color: #ccc;
	cursor: pointer;
	display: block;
	transition: all 0.3s;
	z-index: 9;
}
.large_block *, .wide_block * {
	cursor: pointer !important;
	color: #fff;
}
.domain_small {
	padding: 25px;
}
.domain_small:after {
	content: url('/static/yourhosting/img/pages/home/home_arrow_dark.png');
    top: 42px;
}
.domain_small * {
	color: #383838;
	font-weight: 300;
	transition: all 0.3s;
}
.domain_small h3 {
	text-align: left;
	width: 50%;
	font-weight: 400;
}
.domain_small:hover h3 {
	color: #fff;
	transition: all 0.3s;
}
.domain_small .pill {
	position: absolute;
	top: 6px;
	right: 32px;
	color: #fff;
	font-weight: 400;
	padding: 9px 12px;
	font-size: 14px;
}
.small_wide {
	text-align: left;
	padding: 24px 20px;
	background-size: cover;
}
.small_wide .small_logo {
	width: 110px;
	margin-top: 6px;
	position: absolute;
	left: 21px;
	bottom: 10px;
	font-size: 30px;
}
.small_text {
	    width: 100%;
	    font-weight: 300;
	    font-size: 33px;
	    top: 55px;
	    opacity: 0.4;
	    left: 18px;
	    position: absolute;
}
.list_block {
	padding: 20px 20px 10px 20px;
}
.list_block h3 {
	font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 3px;
}
.list_block li {
	border-top: 1px solid #eee;
	padding-top: 6px;
	width: 100%;
	display: inline-block;
}
.list_block ul {
	margin-top: 15px;
}
.list_block li:before {
	margin-top: 11px;
	top: -2px !important;
}
.list_block a {
	font-weight: 300;
	float: left;
	padding: 2px 0px;
	width: 100%;
}
.small_block {
	padding: 16px;
	text-decoration: none;
	text-align: center;
}
.small_block * {
	color: #fff;
	text-decoration: none;
}
.small_block h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}
.small_block h6 {
	font-size: 15px;
	font-weight: 300;
}
.office_banner {
	background-image: url('/static/yourhosting/img/headers/header_office_new.png');
	text-align: left;
    padding-left: 20px;
    background-size: 500px;
    background-position: 36px 8px;
}
.office_banner img {
	width: 100px;
    margin-bottom: -3px;
}
.large_block ul {
	text-align: left;
	width: auto;
	display: inline-block;
}
.hosting_block #mt {
	    width: 190px;
    margin: 5px 0px;
    margin-bottom: 10px;
}
.large_block li {
	font-size: 14px !important;
}
/* ===============
   SPECS TABLE
   =============== */
#price_table.blue_back h1 {
	text-align: center;
	color: #fff;
}	

table.price_specs {
	width: 100%;
	overflow: visible;
}
table.price_specs th span {
	width: 100%;
	font-size: 23px;
	display: block;
}
table.price_specs th span[data-exbtwprice] {
	width: auto !important;
	display: inline;
}
table.price_specs tbody {
	display: none;
}
td.left {
	text-align: left !important;
	line-height: 1.4em;
}
table.price_specs .abbo_switch {
	position: absolute;
}
table.price_specs th h4 {
	font-size: 18px;
	margin-bottom: 11px;
	font-weight: 400;
	color: #0b193b;
	margin-top: 12px;
}
table.price_specs th h4 small {
	margin-bottom: 5px;
	font-weight: 400;
	color: #0b193b;
}
table.price_specs th.product span[data-jaar] p {
	display: inline-block;
    margin-left: 1px;
    top: -8px;
    position: relative;
    font-size: 12px;
    margin-bottom: 0px;
    padding-bottom: 0;
    height: 5px;
}
table.price_specs strike {
	padding-bottom: 5px;
    display: block;
}
table.price_specs h6, table.price_specs small, table.price_specs strike {
	font-weight: 400;
	font-size: 12px;
	margin-bottom: 2px;
	color: #aaa;
	text-transform: uppercase;
}
table.price_specs small {
	margin-top: 7px;
	display: block;
	margin-bottom: 20px;
}
table.price_specs tr {
	background: #fff;
}
table.price_specs thead tr:first-child, table.price_specs tfoot tr {
	background: transparent;
}
table.price_specs td {
	border: 1px solid #eee;
	padding: 15px 10px;
	font-size: 13px;
	color: #383838;
	text-align: center;
	font-weight: 300;
	overflow: visible;
	line-height: 20px;
}
table.price_specs td .fa-check {
	color: #9ccc00;
}
table.price_specs td:nth-child(1) {
	font-weight: 500;
	text-align: left;
} 
table.price_specs td button {
	color: #003f9f;
	font-weight: 500;
	font-size: 13px;
	background: none;
	webkit-appearance: none;
	border: none;
	outline: none;
	padding: 0;
	cursor: pointer;
}
table.price_specs form button.btn_cart {
	background: #ff9600;
	color: #fff;
	padding: 12px 10px;
	border-radius: 0px;
	margin: 0;
}
table.price_specs form button.btn_cart:hover {
	background: #EB6B06;
}
table.price_specs td button:before {
	content: "\f078";
	font-family: 'FontAwesome';
	margin-right: 4px;
}
table.price_specs form button:before {
	content: "";
}
table.price_specs td button.active:before {
	content: "\f077";
}
table.price_specs .table_title {
    padding-top: 46px;
    font-size: 21px;
    padding-bottom: 24px;
    font-weight: 300 !important;
}
table.price_specs .table_title span {
	width: auto;
	/* background: #fff; */
	padding: 12px 2px;
	border-radius: 0px 7px 0px 0px;
	font-size: 14px;
	position: relative;
	bottom: -12px;
	left: -10px;
}
table.price_specs .table_title span:after {
	content: '\f078';
	font-family: 'FontAwesome';
	color: #aaa;
	font-size: 0.7em;
	margin-left: 8px;
	display: inline-block;
	transform: rotate(0deg);
	transition: all 0.3s;
	margin-top: -6px;
}
table.price_specs .table_title span.active:after {
	transform: rotate(180deg);
	transition: all 0.3s;
}
table.price_specs th {
	position: relative;
}
table.price_specs th .populair {
	color: #fff;
	font-size: 11px;
	position: absolute;
	left: 0px;
	width: 100%;
	text-align: center;
	top: -23px;
	font-weight: 500;
	text-transform: uppercase;
	background: #9ccc00;
	padding: 6px 0px;
	border-radius: 4px 4px 0px 0px;
}
table.price_specs th.selected_plan {
	background: #0b193b;
	transition: all 0.3s;
}
table.price_specs th.selected_plan * {
	color: #fff !important;
	transition: all 0.3s;
}
table.price_specs .spec_icon {
	    margin-right: 10px;
    display: block;
    float: left;
    font-size: 19px;
    margin-left: 9px;
    width: 30px;
    color: #0B78C7;
}
table.price_specs .icon {
	max-width: 20px;
}
table.price_specs .blocked_name h4 {
	background: #002B6D;
	color: #fff;
	padding: 21px 22px;
	width: 97px;
	display: inline-block;
	border: 1px solid #eee;
	border-radius: 4px;
}
.specs_table_row .container {
	overflow: visible;
}
.specs_table_row .show_tooltip {
	color: #aaa;
	float: left;
	margin-right: 6px;
	cursor: pointer;
	margin-top: 4px;
}
.specs_table_row .show_tooltip:hover {
	color: #9ccc00;
	
}
.specs_table_row .table_tip {
	    position: absolute;
	    background: #002B6D;
	    padding: 20px;
	    width: 280px;
	    border-radius: 4px;
    left: -20px;
    bottom: -20px;
    opacity: 0;
}
.table_tip:after {
	right: 100%;
	bottom: 21px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #002B6D;
	border-width: 7px;
	margin-top: -7px;
}
.table_tooltip {
	position: relative;
}
.table_tip {
	z-index: 2000;
}
.table_tip h5 {
	color: #fff;
	font-weight: 400;	
}
.table_tip p {
	color: #fff;
	font-size: 13px;
	padding-bottom: 0px;
}
.table_tip .fa {
	    position: absolute;
    color: #fff;
    top: 12px;
    right: 12px;
    cursor: pointer;
}
.table_tip a {
	color: #6B9CE8;
}
.table_tip .fa:hover {
	color: #9ccc00;
}
table.price_specs tfoot td {
	border: none;
	padding: 0;
	border-right: 1px solid #fff;
}
table.price_specs .hosting-pakket h4 {
	font-size: 30px;
	margin-bottom: 2px;
	color: #fff;
	font-weight: 300;
	margin-top: 11px;
}
table.has_icons td:nth-child(1) {
	border-right: 1px solid #fff;
	width: 45px;
}
table.has_icons td:nth-child(1) i {
    font-size: 17px;
    color: #0056B9;
    margin-left: 4px;
}
p.footnote {
	font-size: 13px;
	margin-top: 18px;
	line-height: 20px;
}
.small_container p.footnote {
	margin-top: 1px;
	color: #777;
	font-weight: 400;
}
.price_block h2 {
	font-size: 40px;
	margin-bottom: 5px;
	padding-bottom: 0;
}
.price_block small {
	font-size: 13px;
	margin-bottom: 30px;
	display: inline-block;
}
/* ===============
   TOOLTIPS
   =============== */
.yh_tooltip {
	position: relative;
	border-bottom: 1px dotted #aaa;
	cursor: help;
}
.yh_click_tooltip i {
	margin-left: 6px;
	cursor: pointer;
}
.yh_click_tooltip {
	position: relative;
}
.click_tooltip {
	width: 400px;
    height: auto;
    padding: 11px 20px 12px 14px;
    text-align: left;
    line-height: 19px;
    font-size: 14px;
    color: #383838;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -200px;
}
.click_tooltip i {
	font-size: 14px;
	color: #aaa;
	position: absolute;
	right: 5px;
	top: 5px;
}
.tooltip_block {
	max-width: 400px;
	height: auto;
	padding: 10px;
	position: absolute;
	display: block;
	font-weight: 400;
	background: #333;
	border-radius: 4px;
	font-size: 13px;
	line-height: 22px;
	margin-left: -200px;
	color: #fff;
	opacity: 0;
	z-index: 20000000000000000000;
}
.tooltip_block a {
	color: #fff;
	color: #9ccc00;
}
.tooltip_block li {
	font-size: 13px;
}
.tooltip_block:after {
	top: 100%;
	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: #333;
	border-width: 6px;
	margin-left: -6px;
}
/* ===============
   VIDEOS
   =============== */
.yh_video {
	width: 100%;
	height: 200px;
	overflow: hidden;
	box-shadow: 0px 0px 10px #aaa;
	position: relative;
}
.yh_video .fade {
	background: #0b193b;
	z-index: 20;
}
.yh_video .play_button {
	background: url('/static/images/videos/video_icon.png');
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    background-size: 70px;
    margin-left: -35px;
    cursor: pointer;
    z-index: 200;
}
.video_wrapper {
	width: 80%;
	float: right;
	position: relative;
}
.col.full .video_wrapper {
	width: 50%;
	margin-right: 25%;
}
/* ===============
   POSITIONS
   =============== */
.position_top {
	position: absolute;
	top: 0;
}
.position_left {
	position: absolute;
	left: 0;
}
.position_right {
	position: absolute;
	right: 0;
}
.position_bottom {
	position: absolute;
	bottom: 0;
}
#hideShowFN div.extend > div {
	font-family: Roboto, sans-serif;
}
.no_padding {
	padding: 0 !important;
}
.no_top_padding {
	padding-top: 0px !important;
}
.no_bottom_padding {
	padding-bottom: 0px;
}
/* ===============
   SELECT BOX
   =============== */
ul.select_box {
	width: 100%;
	background: #fff;
	position: relative;
	border-radius: 3px;
	cursor: pointer;
	text-align: left;
}
ul.select_box li.active:after {
	content: "\f0d7";
    font-family: 'FontAwesome';
    margin-left: 5px;
    font-size: 18px;
    color: #4e4e4e;
    position: absolute;
    right: 20px;
    top: 12px;
}
ul.select_box li.single_product.active:after {
    color: #fff;
}
ul.select_box li {
	display: none;
	padding: 8px 20px;
	cursor: pointer;
}
ul.select_box li.active {
	display: block;
}
/* ===============
   MODAL STYLES
   =============== */
.modal_back {
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 20000000000000000;
}
.normal_modal {
	top: 50px;
	width: 600px;
	background: #fff;
	position: fixed;
	left: 50%;
	height: auto;
	display: block;
	border-radius: 4px;
	z-index: 2000000000000000000000;
	padding: 20px;
	margin-left: -300px;
	opacity: 0;
}
.video_modal {
	width: 800px;
	padding: 0;
	margin-left: -400px;
}
.video_modal .close_modal {
	color: #fff;
	right: -20px;
	top: 0px;
}
.close_modal {
	right: 10px;
	top: 10px;
	color: #aaa;
	position: absolute;
	cursor: pointer;
}
/**
 * table
 */
table td.nowrap {
	white-space: nowrap;
}

a.external {
    padding-right: 20px;
    background: transparent url(/static/images/shared/arrows/external_link_icon.gif) no-repeat right center;
}

a.movie {
	padding-right: 20px;
	background: transparent url(/static/images/shared/arrows/movie_icon.gif) no-repeat right center;
}

.wait, .wait .input {
	cursor: wait;
}
/* ===============
   SELECT field
   =============== */
.select_list {
	
	border: 1px solid #ccc;
	position: relative;
}
.select_list li {
	padding: 10px;
	cursor: pointer;
	font-size: 14px;
	background: #fff;
}
.select_list .select_drop_down {
	position: absolute;
	width: 100%;
	display: none;
	border: 1px solid #ccc;
	height: 200px;
	overflow-y: scroll;
	box-shadow: 0px 0px 3px #777;
}
.select_list.active li {
	border-bottom: 1px solid #ccc;
}
.select_list li.active {
	display: block;
}
.select_list li.toggle:after {
	content: '\f078';
	float: right;
	font-family: 'FontAwesome';
}
.select_list.active li.active {
	background: #eaeff5;
}
.select_list.active li.active:after {
	content: '';
}
.select_list.active li[value="None"]:after {
	content: '\f078';
	float: right;
	font-family: 'FontAwesome';
}
.select_list li:hover {
	background: #eaeff5;
}
.select_list li:last-child {
	border-bottom: none;
}
.select_toggle_wrap {
	position: absolute;
	height: 200px;
	width: 100%;
	overflow-y: scroll;
}
input[type="file"] {
	background: #fff;
	padding: 5px;
	appearance: none;
	font-family: "Roboto"
}
.border_block {
	padding: 1px 13px;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding-top: 14px;
	margin-bottom: 20px;
}
.no_border {
	border: none !important;
}
.no_border h2 {
	padding-bottom: 0px;
}
.container.border_bottom {
	padding: 40px 0px;
	border-bottom: 1px solid #ccc;
}
.step_number {
	width: 62px;
	height: 62px;
	background: #28539B;
	display: inline-block;
	border-radius: 50%;
	font-size: 28px;
	color: #fff;
	padding-top: 15px;
	margin-bottom: 14px;
	border: 2px solid #fff;
	font-weight: 500;
}
.website_block {
	margin-top: 30px;
}
.website_block .twothird {
	padding-right: 40px;
}
.website_block .screenshots img {
	width: 46%;
	float: left;
	height: auto;
	margin: 2%;
	box-shadow: 0px 4px 5px #ccc;
}
.website_block ul.list {
	margin-bottom: 20px;
}
.simple_product td:nth-child(even) {
	background: #f5f5f5;
}
.simple_product td[colspan] {
	background: #fff;
}
.simple_product th.product h4 {
	margin-bottom: 7px;
	padding-top: 20px;
}
.simple_product th.product strike {
	margin-bottom: 0px;
}
.border_table td {
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 13px;
	color: #383838;
	font-size: "Roboto";
}
.border_table i {
	margin: 2px;
	font-size: 12px;
}
.border_table i.fa-envelope {
	color: #66717d;
}
.border_table i.fa-user {
	color: #80a90e;
}
.border_table i.fa-calendar {
	color: #cec18f;
}
.border_table i.fa-tasks {
	color: #73baa9;
}
.border_table i.fa-pencil {
	color: #3498af;
}
.border_table th {
    padding: 20px 6px !important;
    font-size: 13px;
}
form .errorlist li {
	color: red;
}
#aangepaste_openingstijden {
	margin-bottom: 30px;
}
#aangepaste_openingstijden span {
	font-size: 15px;
	margin-right: 20px;
	font-weight: 500;
}
#aangepaste_openingstijden p {
	height: auto;
}
img.icon_image {
	float: left;
	margin-right: 6px;
	margin-top: -5px;
	width: 25px;
	height: auto;
	margin-left: -5px;
}
table.gstl_50 {
	z-index: 10001;
}
.styled_select {
	width: 100%;
	position: relative;
	border: 1px solid #aaa;
	background: #fff;
	border-radius: 4px;
	float: left;
}
.styled_select select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	background: none;
	padding: 15px;
	width: 100%;
	font-size: 17px;
	font-family: 'Roboto';
	font-weight: 300;
}
.styled_select:after {
	content: "\f078";
	font-family: 'FontAwesome';
	position: absolute;
	right: 15px;
	top: 19px;
}