body {
	/*background: transparent url(http://www.torontomaids.ca/Images/Cloth-3.jpg) repeat scroll top left; margin: 0pt; */
	background: url(../img/race_flag_m.jpg) center 0 no-repeat #fff;
	font: 14px/20px Arial, Helvetica, sans-serif;
	color: #444;
	position: relative;
	font-weight: 300;
	min-width: 1050px;
	background-size: cover;
}

#main-container {
	background: #fff;
	width: 700px;
	margin: 0 auto;
	padding: 20px;
}

#header {
	/*color: #686f76;*/
	text-align: center;
	margin-bottom: 25px;
}

a {
	/*color: #5a5a5a;*/
	color: #663333;
	text-decoration: none;
}

a:hover {
	color: #000;
}

nav a {
	margin: 0 5px;
}

form label {
	min-width: 300px;
}

footer {
	border-top: 1px solid #eaeaea;
	color: #949494;
	text-align: center;
	padding: 20px 0 5px 0;
}

i {
	margin-right: 5px;
}

.content {
	padding: 10px 50px;
}

.content h2 {
	margin-bottom: 20px;
}

.card {
	padding: 0 5px;
	/*min-height: 270px;*/
}

.card img {
	width: 100%;
	margin-top: 5px;
	/* Vertical align */
	/*position: relative;
	top: 50%;
	transform: translateY(-50%);*/
}

.card.picture {
	width: 100%; 
	/*width: 58%; */
	height: 335px; 
	/*background-color: #3b3b3b;*/
	position: relative;
}

.card.picture.bg3 {
	background-image: url('../img/image3.jpg');
	background-size: cover;
	background-position: 100%;
}

.card.picture.bg4 {
	background-image: url('../img/image4.jpg');
	background-size: cover;
	background-position: 100%;
}

.card.testimonial {
	width: 35%; 
	height: 335px;
}

.dark.card {
	background-color: #a1b670;
	color: #fff;
}

.left {
	float: left;
}

.text-center {
	text-align: center;
}

.clearfix {
	clear: both;
}

/**** Testimonial ****/
.quote_sections_dark {
	display: block;
	padding: 0;
	text-align: center;
	/*background: #444 !important;*/
	background: #1b1b1b !important;
	color: #bbb;
	position: absolute !important;
	opacity: 0.9 !important;
	right: 0;
}

.quote_sections_dark .item {
	padding: 0 12px;
}

small {
	letter-spacing: 0.2em;
	font-size: 11px;
}

.owl-theme .owl-controls {
	margin-top: -32px !important;
}

#bar{
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #7fc242;
}
#progressBar{
  width: 100%;
  /*background: #EDEDED;*/
  background: #555;
}

/**** Form ****/
form {
	padding: 0 65px;
}
label {
	color: #444;
	text-transform: uppercase;
	margin-bottom: 3px;
	display: block;
}

input[type="text"], 
input[type="email"], 
input[type="date"],
textarea, select {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	width: 456px;
	display: inline-block;
	height: 20px;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 20px;
	color: #555555;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
}

input[type="submit"] {
	background-color: #444;
	color: #fff !important;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #bbbbbb;
	border-bottom-color: #a2a2a2;
	border-color: #c5c5c5;
	padding: 8px 15px;
  	font-size: 13px;
  	cursor: pointer;
}

input[type="submit"]:disabled {
    background: #bbbbbb;
    cursor: default;
}

select {
	height: 30px;
  	width: 100%;
}

textarea {
	height: 100px;
}

/**** Message Box ****/
.info_message, .success_message, .warning_message, .error_message {
	margin-left: 3px;
	padding:11px;
	vertical-align: middle;
}
.info_message {
    color: #00529B;
    background-color: #BDE5F8;
}
.success_message {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.warning_message {
    color: #9F6000;
    background-color: #FEEFB3;
}
.error_message {
    color: #D8000C;
    background-color: #FFBABA;
}

@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.fade-in {
    -webkit-animation: fadeIn .5s ease-in 1 forwards;
  animation: fadeIn .5s ease-in 1 forwards;
  opacity: 0;
}

.is-paused {
    -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.active {
	color: #000;
}

.question {
	font-size: 15px;
	color: #333;
}

strong {
	font-weight: bold;
}