*{
	box-sizing: border-box;
	}

html,
body {
	font-family: 'Open Sans';
	/* font-size: 115%; */
	background: #fefefe;
	/* color: #fff; */
	background: #c5dff5;
	}

div#webpage {
	background: #fff;
}

a {
	color: #555;
	font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat';
	font-weight: 400;
	}


img.logo {
	width: 500px;
	padding: 0;
	max-width: 98%;
	margin: 1%;
	}

div#header_outer.bio_header {
	margin: 0;
	padding: 0;
	background: #fff;
	border-bottom:0;
	}

/* div#header_inner.bio_header {
	 background: #000; 
	} */

table.pricing_table{
	width: 98%;
	/* border: 1px solid #ccc; */
	border-collapse: collapse;
	border-radius: 5px;
	padding: 10px;
	/* display: block; */
	margin: auto;
	}

table.pricing_table tbody tr:nth-child(odd){
	background: #eee;
	}

table.pricing_table tbody tr td{
	border: 1px solid #aaa;
	border-radius: 3px;
	padding: 5px;
	}

table.pricing_table tbody tr th{
	text-align: left;
	padding: 10px;
	border-right: 1px solid #aaa;
	font-weight: 400;
	border: 1px solid #aaa;
	}

table.pricing_table thead tr th{
	padding: 10px;
	text-align: left;
	font-size: 115%;
	border: 1px solid #aaa;
	}

form table {
	margin-top: 20px;
	}

form table td,
form table th {
	background: #ddd;
	/* color: #fff; */
	border: 0;
}

td.calculate{
	padding:0 10px;
}

form table td textarea,
form table td input,
form table td select {
	background: #f9f9f9;
	/* color: #fff; */
	border: 0;
}

::placeholder {
  color: #777;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #777;
}

img.london {
	width: 100%;
	}

div.workshop_checkbox {
	padding: 5px;
	background: #555;
	margin: 5px;
	/* display: inline; */
	/* float: left; */
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
	}
	
div#preloader {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, .7);
	width: 100%;
	height: 100%;
	z-index: 99999;
	}
	
div#preloader p{
	position: absolute;
	bottom: 20%;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	padding: 1rem;
	text-align: center;
	background: #cceff7;
	font-size: 120%;
	border-top: 2px solid #a2ddeb;
	border-bottom: 2px solid #a2ddeb;
	color: #333;
	}
	
div#preloader .loader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
	position: absolute;
	top: calc(50% - 60px);
	left: calc(50% - 60px);
	}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
	}

form table td p#form_error_message	{
	border: 2px solid #e15b5b;
	color: #8b0808;
	}

form table tr.color_red td {
	color: #cf2828;
	}

form table tr.color_green td {
	color: #16a539;
	}

form table tr.color_yellow td {
	color: #dbad00;
	}


@media (max-width: 1200px){
	div#header_outer.bio_header {
		max-height: 999px;
		height: auto !important;
		position: sticky;
		border-bottom: 2px solid #fff;
		}

	div#header_inner.bio_header {
		height: auto !important;
		min-height: auto;
		}
		
	div#webpage {
		padding-top: 0;
		}
	}
	
@media (max-width: 992px){
	
	}
	
@media (max-width: 768px){
	
	}

@media (max-width: 576px){
		
	}
