
 
.contactMe, .contactMe * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 }
 
.contactMe * {
	outline: none;
	font-size: 14px;
	color: #666666;
	font-family: font-family:'CircularStd-Book';src:url("../fonts/circularStd-book/CircularStd-Book.eot");src:local("☺"),url("../fonts/circularStd-book/CircularStd-Book.woff") format("woff"),url("../fonts/circularStd-book/CircularStd-Book.ttf") format("truetype"),url("../fonts/circularStd-book/CircularStd-Book.svg") format("svg");font-weight:normal;font-style:normal;
 }
 
.contactMe {
	width: auto;
	padding: 0;
	margin: 0 auto;
	background: #FFFFFF;
	border: solid 0px #C9C9C9;
 }
 
	.contactMe.xsmall {max-width: 300px;}
 
	.contactMe.small {max-width: 600px;}
 
	.contactMe.medium {max-width: 500px;}
 
	.contactMe > header {padding: 30px 30px 20px 30px;}
 
		.contactMe > header > hr {display: none;}
 
	.contactMe > section {
		background: #FFF;
		padding: 30px;
	 }
 
	/* Form fields */
.contactMe .form-row {
		width: 100%;
		margin-bottom: 10px;
	 }
 
		.contactMe .form-row.two {font-size: 0;}
 
			.contactMe .form-row.two > div {
				display: inline-block;
				width: calc(50% - 5px);
			 }
 
				.contactMe .form-row.two > div:first-child {margin-right: 10px;}
 
		.contactMe .form-row.three {font-size: 0;}
 
			.contactMe .form-row.three > div {
				display: inline-block;
				width: calc(33% - 6px);
				vertical-align: top;
			 }
 
				.contactMe .form-row.three > div:nth-child(2) {
					width: calc(34% - 8px);
					margin-left: 10px;
					margin-right: 10px;
				 }
 
		.contactMe .form-row .title {
			font-size: 11px;
			line-height: 12px;
			text-transform: uppercase;
			text-align: left;
			margin-bottom: 3px;
			display: none;
		 }
 
	.contactMe .field {
		background: #FFF;
		font-size: 16px;
		color: #888888;
		width: 100%;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		font-weight: normal;
	 }
 
	.contactMe.xsmall .field {font-size: 13px;}
 
	.contactMe input {
		height: 40px;
		border: solid 0px #E4E4E4;
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
		background: #FFF;
	 }
 
	.contactMe input[type=file] {
		cursor: pointer;
		padding-top: 10px;
		padding-bottom: 10px;
	 }
 
	.contactMe textarea {
		resize: none;
		height: 150px;
		border: solid 0px #E4E4E4;
		font-size: 14px;
		line-height: 14px;
		padding: 10px;
		background: #FFF;
	 }
 
	.contactMe input::-webkit-input-placeholder,
.contactMe textarea::-webkit-input-placeholder {color: #9B9B9B; /* Chrome/Opera/Safari */}
 
	.contactMe input::-moz-placeholder,
.contactMe textarea::-moz-placeholder {color: #9B9B9B; /* Firefox 19+ */}
 
	.contactMe input:-ms-input-placeholder,
.contactMe textarea:-ms-input-placeholder {color: #9B9B9B; /* IE 10+ */}
 
	.contactMe input:-moz-placeholder,
.contactMe textarea:-moz-placeholder {color: #9B9B9B; /* Firefox 18- */}
 
	.contactMe .field.cm-date {
		cursor: pointer;
		padding-right: 36px;
		background-repeat: no-repeat;
		background-size: 20px 20px;
		background-position: right 8px center;
		background-image: url(../imgs/cal1.png);
	 }
 
	.contactMe .field.cm-time {
		cursor: pointer;
		padding-right: 36px;
		background-repeat: no-repeat;
		background-size: 20px 20px;
		background-position: right 8px center;
		background-image: url(../imgs/time1.png);
	 }
 
/* Datepicker plugin overrides */
.datepicker.dropdown-menu {
	max-width: 250px;
	padding: 4px;
	margin: 0;
 }
 
.datepicker.datepicker-inline td, .datepicker.datepicker-inline th, .datepicker.dropdown-menu td, .datepicker.dropdown-menu th {padding: 4px 7px;}
 
.datepicker.dropdown-menu .table-condensed {border: none;}
 
.datepicker.dropdown-menu .datepicker-days thead .dow {font-weight: bold;}
 
.datepicker.dropdown-menu .datepicker-days tbody .day.today {
	background: none;
	color: #3F9FFF;
	font-weight: bold;
 }
 
.datepicker.dropdown-menu .datepicker-days tbody .day.active {
	background: #3F9FFF;
	color: #FFF;
	font-weight: bold;
 }
 
.datepicker.dropdown-menu .datepicker-days tbody .day.today:hover {background: #EEE;}
 
.datepicker.dropdown-menu .datepicker-days tbody .day.active:hover {background: #3F9FFF !important;}
 
.datepicker.dropdown-menu .datepicker-days tbody .day.old,
.datepicker.dropdown-menu .datepicker-days tbody .day.new {color: #CCC;}
 
/* File field */
.contactMe .form-row.file input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
 }
 
.contactMe .form-row.file label {
	width: 100%;
	font-size: 22px;
	line-height: 24px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: block;
	overflow: hidden;
	padding: 8px 20px 8px 55px;
	position: relative;
 }
 
	.contactMe .form-row.file label i {
		position: absolute;
		top: 0;
		left: 0;
		width: 40px;
		height: 40px;
		background-color: #00a2e2;
		background-repeat: no-repeat;
		background-size: 26px 26px;
		background-position: left 7px center;
		background-image: url(../imgs/arrow-up.png);

	 }
 
.contactMe .form-row + .form-row.file,
.contactMe .form-row.file + .form-row {margin-top: 20px;}
 
.contactMe .form-row.file:hover label i {opacity: 0.9;}
 
/* Select 2 overrides */
.contactMe .select2-container {
	width: 100% !important;
	text-align: left;
 }
 
	.contactMe .select2-container .select2-selection {
		height: 40px;
		border: solid 0px #E4E4E4;
		background: #FFF;
	 }
 
		.contactMe .select2-container .select2-selection .select2-selection__arrow {
			height: 40px;
			width: 30px;
			top: 0;
			right: 0;
		 }
 
			.contactMe .select2-container .select2-selection .select2-selection__arrow b {border-width: 7px 5px 0 5px;}
 
	.contactMe .select2-container.select2-container--open .select2-selection .select2-selection__arrow b {border-width: 0 5px 7px 5px;}
 
	.contactMe .select2-container .select2-selection .select2-selection__rendered {
		height: 38px;
		color: #666666;
		font-size: 14px;
		line-height: 38px;
		padding-left: 10px;
		padding-right: 30px;
	 }
 
.contactMe.xsmall .select2-container .select2-selection .select2-selection__rendered {font-size: 13px;}
 
.contactMe .select2-container .select2-selection__clear {
	width: 20px;
	text-align: right;
	font-size: 18px;
	color: #888;
 }
 
.contactMe .select2-container .select2-selection__placeholder {color: #00a2e2;}
 
.contactMe.xsmall .select2-container .select2-selection__placeholder {font-size: 13px;}
 
.select2-dropdown {border-color: #00a2e2;}
 
	.select2-dropdown .select2-results li {
		font-size: 14px;
		line-height: 14px;
		padding: 13px 10px;
	 }
 
	.select2-dropdown .select2-search {padding: 9px 10px;}
 
/* Google reCAPTCHA */
.contactMe .re-captcha {
	margin-top: 20px;
	margin-bottom: 10px;
 }
 
	/* Google Invisible reCAPTCHA */
.contactMe .re-captcha.invisible {margin: 0;}
 
.contactMe .grecaptcha-badge {display: none;}
 
/* Messages box */
.contactMe .msg {
	display: none;
	padding: 12px 20px 12px 40px;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	word-break: break-word;
	margin: 20px 0 10px 0;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: left 12px top 12px;
 }
 
	.contactMe .msg.error {
		color: #FFF;
		background-color: #FFA12A;
	 }
 
	.contactMe .msg.success {
		color: #FFF;
		background-color: #00D466;
	 }
 
	.contactMe .msg strong {color: inherit;}
 
/* Submit button */
.contactMe .btn4 {
	border: 0;
	background: #3F9FFF;
	color: #FFF;
	font-weight: 400;
	cursor: pointer;
	padding: 12px 40px;
	margin-top: 10px;
 }


 
/* Theme London */
.contactMe.theme-london {
	background: #FFF;
	
	}
	
	.move {
	margin-top: 63px;
	margin-left: 0px;
	
	}
	 @media only screen and (max-width: 690px){
 .move {
    margin-top: 30px;
    margin-left: 0px;
	margin-bottom: 86px;
}
 }
 @media only screen and (max-width: 1024px) and (min-width: 700px){
	 
	 .move {
    margin-top: 30px;
    margin-left: 0px; 
 }
 }
 
	.contactMe.theme-london > header {padding-bottom: 0;}
 
		.contactMe.theme-london > header > hr {
			display: block;
			padding: 0;
			margin: 0;
			border: none;
			border-bottom: solid 0px #454545;
			padding-top: 10px;
		 }
 
	.contactMe.theme-london .form-row {margin-bottom: 20px;}
 
		.contactMe.theme-london .form-row .title {
			display: block;
			color: #656565;
			font-size: 15px;
			font-weight: 700;
		 }
 
	.contactMe.theme-london input {border-bottom: solid 1px #00a2e2; border-radius: 0px;}
 
	.contactMe.theme-london textarea {border-left: solid 1px #00a2e2;}
 
	.contactMe.theme-london .form-row.file label i {
		background-color: #454545;
	 }
 
	.contactMe.theme-london .select2-container .select2-selection {border-bottom: solid 1px #00a2e2;}
 
	.contactMe.theme-london .select2-container .select2-selection__placeholder {color: transparent;}
 
	.contactMe.theme-london input::-webkit-input-placeholder,
.contactMe.theme-london textarea::-webkit-input-placeholder {color: transparent; /* Chrome/Opera/Safari */}
 
	.contactMe.theme-london input::-moz-placeholder,
.contactMe.theme-london textarea::-moz-placeholder {color: transparent; /* Firefox 19+ */}
 
	.contactMe.theme-london input:-ms-input-placeholder,
.contactMe.theme-london textarea:-ms-input-placeholder {color: transparent; /* IE 10+ */}
 
	.contactMe.theme-london input:-moz-placeholder,
.contactMe.theme-london textarea:-moz-placeholder {color: transparent; /* Firefox 18- */}
 
	.contactMe.theme-london .field.cm-date {background-image: url(../imgs/cal3.png);}
 
	.contactMe.theme-london .field.cm-time {background-image: url(../imgs/time3.png);}
 
	.contactMe.theme-london .btn4 {
		background: #00a2e2;
	 }
	 .contactMe.theme-london .btn4:hover {
		background: #a4a4a4;
		color: #FFFFFF;
	 }
 
@element .contactMe and (max-width:399px) {.contactMe .form-row.two > div}
 
.contactMe .form-row.two > div:first-child {margin-right: 0;}
 
.contactMe .form-row.three > div {
	display: block;
	width: 100%;
	margin-bottom: 10px;
 }
 
	.contactMe .form-row.three > div:nth-child(2) {
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
	 }
 
 
/* Theme London */
.contactMe.theme-london .form-row.three > div {margin-bottom: 20px;}
 
/* Google reCAPTCHA */
.contactMe .re-captcha {
	-webkit-transform: scale(0.785);
	transform: scale(0.8);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
 }
 
	/* Google Invisible reCAPTCHA */
.contactMe .re-captcha.invisible {
		-webkit-transform: none;
		transform: none;
	 }
 
{}
 
 
