@import "animate.css";
@import 'https://fonts.googleapis.com/css?family=Open+Sans';
@import url('https://fonts.googleapis.com/css?family=PT+Serif');

* {
    box-sizing: border-box;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}
[class*="col-"] {
    float: left;
    padding: 0;
    /* border: 1px solid red; */
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

img {
    max-width: 100%;
    height: auto;
}

/* ===== DEFAULT STYLES ============================================================================================= */
body {
	margin: 0;
	padding: 0;
	background-color: #333;
}
body,td,th {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 1em;
	color: #333;
}

a {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;	
	color: #084e85;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #ed9621;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

a.greylink {
	color: #999;
}
a.greylink:visited {
	text-decoration: none;
}
a.greylink:hover {
	color: #ed9621;
	text-decoration: none;
}
a.greylink:active {
	text-decoration: none;
}

/* ----- Parallax -------------------------------------------------------------------- /*
/* background setup */
.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
}

/* fullscreen setup */
html, body {
    /* give this to all tags from html to .fullscreen */
    height:100%;
}
.fullscreen,
.content-a {
    width:100%;
    height:100%;
    overflow:hidden;
}
.fullscreen.overflow,
.fullscreen.overflow .content-a {
    height:auto;
    min-height:100%;
}

/* content centering styles */
.content-a {
    display:table;
	padding: 60px 0 60px 0;
}
.content-b {
	display:table-cell;
    position:relative;
	vertical-align:middle;
	text-align:center;
}

section {
	/* background: #f5f5f5; */
}
.not-fullscreen {
    /* height: 50%; */
    height: 40%;
}

h1 {
	margin-top: 0;
}
h3 {
	margin-top: 0;
	margin-bottom: .4em;
}

.white {
	background: #fff;
	padding: 0 20px;
}
.drk-grey {
	background: #333;
}
.white-txt {
	color: #fff;
}
.grey-txt {
	color: #999;
}
.testimonial {
	font-family: 'PT Serif', serif;
	font-style: italic;
	font-size: 1.2em;
}

#map-wrap {
	display: block;
	float: left;
	width: 100%;
}
.embed-container {
	position: relative;
	padding-bottom: 36.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90%;
}

/* ===== LARGE DESKTOP ============================================================================================== */
@media only screen and (min-width: 1025px) {
	H2 {
		padding-top: 0;
		margin-top: 0;
	}

	header {
		width: 100%;
		height: 125px;
		top: 0;
		position: fixed;
		z-index: 99999;
		background-color: #084e85;
		/* 
		-webkit-box-shadow: 0 4px 6px #999;
		-moz-box-shadow: 0 4px 6px #999;
		box-shadow: 0 4px 6px #999;
		-webkit-transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
		 */
		-webkit-box-shadow: 0 4px 4px rgba(0,0,0,.4);
		-moz-box-shadow: 0 4px 4px rgba(0,0,0,.4);
		box-shadow: 0 4px 4px rgba(0,0,0,.4);
		transition: height 700ms ease;
	}
		.shrink {
			height: 43px;
		}
		#header {
			max-width: 1100px;
			height: 125px;
			margin: auto;
			padding: 0 20px;
			background-image: url(../images/circ.png);
			background-repeat: no-repeat;
			background-position: right top;
				/*
				border-right-width: 1px;
				border-left-width: 1px;
				border-right-style: dashed;
				border-left-style: dashed;
				border-right-color: #CCC;
				border-left-color: #CCC;
				*/
		}
			.logo {
				width: 470px;
				height: 116px;
				float: left;
				background-image: url(../images/logo.png);
				background-repeat: no-repeat;
				background-position: bottom;
			}
			.phone {
				float: right;
				padding-top: 30px;
				text-align: right;
			}
				.phone-txt {
					color: #81a2cf;
					font-size: 42px;
					font-weight: 600;
				}
			.menu {
				padding-top: 5px;
				color: #fff;
			}
				a.menu:link {
					color: #fff;
					text-decoration: none;
				}
				a.menu:visited {
					color: #fff;
					text-decoration: none;
				}
				a.menu:hover {
					color: #ed9621;
					text-decoration: none;
				}
				a.menu:active {
					color: #ed9621;
					text-decoration: none;
				}
			

	#hero {
		max-width: 1920px;
		height: 400px;
		margin: 125px auto 0 auto;
		background-image: url(../images/hero.jpg);
		background-repeat: no-repeat;
		background-position: center;
	}
	#hero2 {
		width: 1920px;
		height: 400px;
		margin: 125px auto 0 auto;
		background-image: url(../images/hero2.jpg);
		background-repeat: no-repeat;
	}
	#hero3 {
		width: 1920px;
		height: 400px;
		margin: 125px auto 0 auto;
		background-image: url(../images/hero3.jpg);
		background-repeat: no-repeat;
	}
	#no-hero {
		width: 1920px;
		margin: 125px auto 0 auto;
	}

	.grey {
		background: #f5f5f5;
		padding: 0 20px;
	}

	#container {
		max-width: 1100px;
		margin: auto;
	}

	.box-100 {
		float: left;
		width: 100%;
		text-align: left;
		margin-top: 40px;
	}
		.box-img-left {
			float: left;
			padding-right: 20px;
			}
		.box-img-right {
			float: right;
			padding-left: 20px;
			}
	
	.box-50-left {
		float: left;
		width: 49%;
		margin-top: 40px;
		margin-right: 1%;
		text-align: left;
	}
	.box-50-right {
		float: right;
		width: 49%;
		margin-top: 40px;
		margin-left: 1%;
		text-align: left;
	}
		.circle-box1, .circle-box2, .circle-box3, .circle-box4 {
			float: left;
			width: 130px;
			height: 130px;
			padding-top: 20px;
			margin-right: 20px;
			background-image: url(../images/circle-bkg.png);
			background-repeat: no-repeat;
			text-align: center;
			background-position: left;
		}
		.circle-box1 {
			padding-top: 22px;
		}
		.circle-box2 {
			padding-top: 22px;
			padding-right: 4px;
		}
		.circle-box3 {
			padding-top: 26px;
		}
		.circle-box4 {
			padding-top: 24px;
		}
		.fa-white {
			color: #fff;
		}
		.pad-left-10 {
			padding-left: 10px;
			margin-left: 10px;
		}

	/* ----- forms ------------------------------------------------------------------- */
	#form-wrap {
		width: 100%; 
		margin: 0;
		padding: 0;
	}
	#form-wrap label {
		display: block;
		float: left;
		width: 100%;
		margin: 5px 0 5px 0;
		padding: 0;
		text-align: left;
	}
	#form-wrap input[type="text"] {
		display: block;
		float: left;
		width: 100%;
		margin: 0;
		padding: 8px;
		border: 1px solid #cfcfcc;
		border-radius: 0;
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		font-size: .9em;
		color: #333;
		background-color: #f2f2ed;
		-webkit-appearance: none;
	}
	#form-wrap input[type="password"] {
		display: block;
		float: left;
		width: 100%;
		margin: 0;
		padding: 8px;
		border: 1px solid #cfcfcc;
		border-radius: 0;
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		font-size: .9em;
		color: #333;
		background-color: #f2f2ed;
		-webkit-appearance: none;
	}
	#form-wrap textarea {
		display: block;
		float: left;
		width: 100%;
		margin: 0;
		padding: 8px;
		border: 1px solid #cfcfcc;
		border-radius: 0;
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		font-size: .9em;
		color: #333;
		background-color: #f2f2ed;
		-webkit-appearance: none;
	}
	#form-wrap select {
		display: block;
		float: left;
		width: 100%;
		margin: 0;
		padding: 8px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border: 1px solid #CCC;
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		font-size: .9em;
		color: #333;
	}
	#form-wrap .radio-inline, .checkbox-inline {
		position: relative;
		display: inline-block;
		padding: 5px 0 0 0;
		vertical-align: middle;
		font-weight: normal;
		cursor: pointer;
		font-size: .9em;
	}
	.button1 {
		padding: 6px 10px 6px 10px;
		border: 0;
		color: #FFF;
		font-size: 1.2em;
		background-color: #ed9621;
		cursor: pointer;	
		-webkit-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		-o-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		-webkit-appearance: button;
		float: right;
		margin-top: 20px;

	}
	.button1:hover {
		background-color: #f3b171;
	}
}

/* ===== TABLET LANDSCAPE / SMALL DESKTOP =========================================================================== */
@media only screen and (min-width: 992px) and (max-width: 1024px) {
	header {
		width: 100%;
		height: 125px;
		top: 0;
		position: fixed;
		z-index: 99999;
		background-color: #084e85;
		/* 
		-webkit-box-shadow: 0 4px 6px #999;
		-moz-box-shadow: 0 4px 6px #999;
		box-shadow: 0 4px 6px #999;
		-webkit-transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
		 */
		-webkit-box-shadow: 0 4px 4px rgba(0,0,0,.4);
		-moz-box-shadow: 0 4px 4px rgba(0,0,0,.4);
		box-shadow: 0 4px 4px rgba(0,0,0,.4);
		transition: height 700ms ease;
	}
		.shrink {
			height: 43px;
		}
		#header {
			max-width: 1100px;
			height: 125px;
			margin: auto;
			padding: 0 20px;
			background-image: url(../images/circ.png);
			background-repeat: no-repeat;
			background-position: right top;
				/*
				border-right-width: 1px;
				border-left-width: 1px;
				border-right-style: dashed;
				border-left-style: dashed;
				border-right-color: #CCC;
				border-left-color: #CCC;
				*/
		}
			.logo {
				width: 470px;
				height: 116px;
				float: left;
				background-image: url(../images/logo.png);
				background-repeat: no-repeat;
				background-position: bottom;
			}
			.phone {
				float: right;
				padding-top: 30px;
				text-align: right;
			}
				.phone-txt {
					color: #81a2cf;
					font-size: 42px;
					font-weight: 600;
				}
			.menu {
				padding-top: 5px;
				color: #fff;
			}
				a.menu:link {
					color: #fff;
					text-decoration: none;
				}
				a.menu:visited {
					color: #fff;
					text-decoration: none;
				}
				a.menu:hover {
					color: #ed9621;
					text-decoration: none;
				}
				a.menu:active {
					color: #ed9621;
					text-decoration: none;
				}
			

	#hero {
		max-width: 1920px;
		height: 400px;
		margin: 125px auto 0 auto;
		background-image: url(../images/hero.jpg);
		background-repeat: no-repeat;
		background-position: center;
	}
	#hero2 {
		width: 1920px;
		height: 400px;
		margin: 125px auto 0 auto;
		background-image: url(../images/hero2.jpg);
		background-repeat: no-repeat;
	}
	#hero3 {
		width: 1920px;
		height: 400px;
		margin: 125px auto 0 auto;
		background-image: url(../images/hero3.jpg);
		background-repeat: no-repeat;
	}
	#no-hero {
		width: 1920px;
		margin: 125px auto 0 auto;
	}

	.grey {
		background: #f5f5f5;
		padding: 0 20px;
	}

	#container {
		max-width: 1100px;
		margin: auto;
	}

	.box-100 {
		float: left;
		width: 100%;
		text-align: left;
		margin-top: 40px;
	}
		.box-img-left {
			float: left;
			padding-right: 20px;
			}
		.box-img-right {
			float: right;
			padding-left: 20px;
			}
	
	.box-50-left {
		float: left;
		width: 49%;
		margin-top: 40px;
		margin-right: 1%;
		text-align: left;
	}
	.box-50-right {
		float: right;
		width: 49%;
		margin-top: 40px;
		margin-left: 1%;
		text-align: left;
	}
		.circle-box1, .circle-box2, .circle-box3, .circle-box4 {
			float: left;
			width: 130px;
			height: 130px;
			padding-top: 20px;
			margin-right: 20px;
			background-image: url(../images/circle-bkg.png);
			background-repeat: no-repeat;
			text-align: center;
			background-position: left;
		}
		.circle-box1 {
			padding-top: 22px;
		}
		.circle-box2 {
			padding-top: 22px;
			padding-right: 4px;
		}
		.circle-box3 {
			padding-top: 26px;
		}
		.circle-box4 {
			padding-top: 24px;
		}
		.fa-white {
			color: #fff;
		}
		.pad-left-10 {
			padding-left: 10px;
			margin-left: 10px;
		}

	/* ----- forms ------------------------------------------------------------------- */
	#form-wrap {
		width: 100%; 
		margin: 0;
		padding: 0;
	}
	#form-wrap label {
		display: block;
		float: left;
		width: 100%;
		margin: 5px 0 5px 0;
		padding: 0;
		text-align: left;
	}
	#form-wrap input[type="text"] {
		display: block;
		float: left;
		width: 100%;
		margin: 0;
		padding: 8px;
		border: 1px solid #cfcfcc;
		border-radius: 0;
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		font-size: .9em;
		color: #333;
		background-color: #f2f2ed;
		-webkit-appearance: none;
	}
	#form-wrap input[type="password"] {
		display: block;
		float: left;
		width: 100%;
		margin: 0;
		padding: 8px;
		border: 1px solid #cfcfcc;
		border-radius: 0;
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		font-size: .9em;
		color: #333;
		background-color: #f2f2ed;
		-webkit-appearance: none;
	}
	#form-wrap textarea {
		display: block;
		float: left;
		width: 100%;
		margin: 0;
		padding: 8px;
		border: 1px solid #cfcfcc;
		border-radius: 0;
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		font-size: .9em;
		color: #333;
		background-color: #f2f2ed;
		-webkit-appearance: none;
	}
	#form-wrap select {
		display: block;
		float: left;
		width: 100%;
		margin: 0;
		padding: 8px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border: 1px solid #CCC;
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		font-size: .9em;
		color: #333;
	}
	#form-wrap .radio-inline, .checkbox-inline {
		position: relative;
		display: inline-block;
		padding: 5px 0 0 0;
		vertical-align: middle;
		font-weight: normal;
		cursor: pointer;
		font-size: .9em;
	}
	.button1 {
		padding: 6px 10px 6px 10px;
		border: 0;
		color: #FFF;
		font-size: 1.2em;
		background-color: #ed9621;
		cursor: pointer;	
		-webkit-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		-o-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		-webkit-appearance: button;
		float: right;
		margin-top: 20px;

	}
	.button1:hover {
		background-color: #f3b171;
	}
}

/* ===== TABLETS PORTRAIT =========================================================================================== */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	header {
		width: 100%;
		height: 125px;
		top: 0;
		position: fixed;
		z-index: 99999;
		background-color: #084e85;
		-webkit-box-shadow: 0 4px 4px rgba(0,0,0,.4);
		-moz-box-shadow: 0 4px 4px rgba(0,0,0,.4);
		box-shadow: 0 4px 4px rgba(0,0,0,.4);
		transition: height 700ms ease;
	}
		.shrink {
			height: 43px;
		}
		#header {
			max-width: 1100px;
			height: 125px;
			margin: auto;
			padding: 0 20px;
			background-image: url(../images/circ.png);
			background-repeat: no-repeat;
			background-position: right top;
		}
			.logo {
				width: 272px;
				height: 116px;
				float: left;
				background-image: url(../images/logo-sm.png);
				background-repeat: no-repeat;
				background-position: bottom;
			}
			.phone {
				float: right;
				padding-top: 30px;
				text-align: right;
			}
				.phone-txt {
					color: #81a2cf;
					font-size: 36px;
					font-weight: 600;
				}
			.menu {
				padding-top: 5px;
				color: #fff;
			}
				a.menu:link {
					color: #fff;
					text-decoration: none;
				}
				a.menu:visited {
					color: #fff;
					text-decoration: none;
				}
				a.menu:hover {
					color: #ed9621;
					text-decoration: none;
				}
				a.menu:active {
					color: #ed9621;
					text-decoration: none;
				}
			

	#hero {
		max-width: 1920px;
		height: 400px;
		margin: 125px auto 0 auto;
		background-image: url(../images/hero.jpg);
		background-repeat: no-repeat;
		background-position: center;
	}
	#hero2 {
		width: 1920px;
		height: 400px;
		margin: 125px auto 0 auto;
		background-image: url(../images/hero2.jpg);
		background-repeat: no-repeat;
	}
	#hero3 {
		width: 1920px;
		height: 400px;
		margin: 125px auto 0 auto;
		background-image: url(../images/hero3.jpg);
		background-repeat: no-repeat;
	}
	#no-hero {
		width: 1920px;
		margin: 125px auto 0 auto;
	}

	.grey {
		background: #f5f5f5;
		padding: 0 20px;
	}

	#container {
		max-width: 1100px;
		margin: auto;
	}

	.box-100 {
		float: left;
		width: 100%;
		text-align: center;
		margin-top: 40px;
	}
		.box-img-left {
			width: 100%;
			padding: 0;
			text-align: center;
		}
		.box-img-right {
			width: 100%;
			padding: 0;
			text-align: center;
		}
	
	.box-50-left {
		float: left;
		width: 100%;
		margin-top: 40px;
		margin-right: 1%;
		text-align: left;
	}
	.box-50-right {
		float: right;
		width: 100%;
		margin-top: 40px;
		margin-left: 1%;
		text-align: left;
	}
		.circle-box1, .circle-box2, .circle-box3, .circle-box4 {
			float: left;
			width: 130px;
			height: 130px;
			padding-top: 20px;
			margin-right: 20px;
			background-image: url(../images/circle-bkg.png);
			background-repeat: no-repeat;
			text-align: center;
			background-position: left;
		}
		.circle-box1 {
			padding-top: 22px;
		}
		.circle-box2 {
			padding-top: 22px;
			padding-right: 4px;
		}
		.circle-box3 {
			padding-top: 26px;
		}
		.circle-box4 {
			padding-top: 24px;
		}
		.fa-white {
			color: #fff;
		}
		.pad-left-10 {
			padding-left: 10px;
			margin-left: 10px;
		}

	/* ----- forms ------------------------------------------------------------------- */
	#form-wrap {
		width: 100%; 
		margin: 0;
		padding: 0;
	}
	#form-wrap label {
		display: block;
		float: left;
		width: 100%;
		margin: 5px 0 5px 0;
		padding: 0;
		text-align: left;
	}
	#form-wrap input[type="text"] {
		display: block;
		float: left;
		width: 100%;
		margin: 0;
		padding: 8px;
		border: 1px solid #cfcfcc;
		border-radius: 0;
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		font-size: .9em;
		color: #333;
		background-color: #f2f2ed;
		-webkit-appearance: none;
	}
	#form-wrap input[type="password"] {
		display: block;
		float: left;
		width: 100%;
		margin: 0;
		padding: 8px;
		border: 1px solid #cfcfcc;
		border-radius: 0;
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		font-size: .9em;
		color: #333;
		background-color: #f2f2ed;
		-webkit-appearance: none;
	}
	#form-wrap textarea {
		display: block;
		float: left;
		width: 100%;
		margin: 0;
		padding: 8px;
		border: 1px solid #cfcfcc;
		border-radius: 0;
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		font-size: .9em;
		color: #333;
		background-color: #f2f2ed;
		-webkit-appearance: none;
	}
	#form-wrap select {
		display: block;
		float: left;
		width: 100%;
		margin: 0;
		padding: 8px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border: 1px solid #CCC;
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		font-size: .9em;
		color: #333;
	}
	#form-wrap .radio-inline, .checkbox-inline {
		position: relative;
		display: inline-block;
		padding: 5px 0 0 0;
		vertical-align: middle;
		font-weight: normal;
		cursor: pointer;
		font-size: .9em;
	}
	.button1 {
		padding: 6px 10px 6px 10px;
		border: 0;
		color: #FFF;
		font-size: 1.2em;
		background-color: #ed9621;
		cursor: pointer;	
		-webkit-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		-o-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		-webkit-appearance: button;
		float: right;
		margin-top: 20px;

	}
	.button1:hover {
		background-color: #f3b171;
	}
}

/* ===== SMARTPHONES LANDSCAPE ====================================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	header {
		width: 100%;
		height: 200px;
		top: 0;
		position: fixed;
		z-index: 99999;
		background-color: #084e85;
		-webkit-box-shadow: 0 4px 4px rgba(0,0,0,.4);
		-moz-box-shadow: 0 4px 4px rgba(0,0,0,.4);
		box-shadow: 0 4px 4px rgba(0,0,0,.4);
		transition: height 700ms ease;
	}
		.shrink {
			height: 43px;
		}
		#header {
			max-width: 1100px;
			height: 200px;
			margin: auto;
			padding: 0 20px;
			background-image: url(../images/circ.png);
			background-repeat: no-repeat;
			background-position: right top;
		}
			.logo {
				width: 100%;
				height: 105px;
				margin-bottom: 15px;
				background-image: url(../images/logo-xsm.png);
				background-repeat: no-repeat;
				background-position: center bottom;
			}
			.phone {
				width: 100%;
				text-align: center;
			}
				.phone-icon {
					width: 20px;
				}
				.phone-txt {
					color: #81a2cf;
					font-size: 20px;
					font-weight: bold;
				}
			.menu {
				padding-top: 5px;
				color: #fff;
			}
				a.menu:link {
					color: #fff;
					text-decoration: none;
				}
				a.menu:visited {
					color: #fff;
					text-decoration: none;
				}
				a.menu:hover {
					color: #ed9621;
					text-decoration: none;
				}
				a.menu:active {
					color: #ed9621;
					text-decoration: none;
				}
			

	#hero {
		height: 0;
		margin: 160px auto 0 auto;
	}
	#hero2 {
		height: 0;
		margin: 160px auto 0 auto;
	}
	#hero3 {
		height: 0;
		margin: 160px auto 0 auto;
	}
	#hero3 {
		height: 0;
		margin: 160px auto 0 auto;
	}

	.grey {
		background: #f5f5f5;
		padding: 0 20px;
	}

	#container {
		max-width: 1100px;
		margin: auto;
	}

	.box-100 {
		float: left;
		width: 100%;
		text-align: center;
		margin-top: 40px;
	}
		.box-img-left {
			width: 100%;
			padding: 0;
			text-align: center;
		}
		.box-img-right {
			width: 100%;
			padding: 0;
			text-align: center;
		}
	
	.box-50-left {
		float: left;
		width: 100%;
		margin-top: 40px;
		margin-right: 1%;
		text-align: center;
	}
	.box-50-right {
		float: right;
		width: 100%;
		margin-top: 40px;
		margin-left: 1%;
		text-align: center;
	}
		.circle-box1, .circle-box2, .circle-box3, .circle-box4 {
			float: left;
			width: 100%;
			height: 130px;
			padding-top: 20px;
			margin-right: 0;
			background-image: url(../images/circle-bkg.png);
			background-repeat: no-repeat;
			text-align: center;
			background-position: center;
		}
		.circle-box1 {
			padding-top: 22px;
		}
		.circle-box2 {
			padding-top: 22px;
			padding-right: 4px;
		}
		.circle-box3 {
			padding-top: 26px;
		}
		.circle-box4 {
			padding-top: 24px;
		}
		.fa-white {
			color: #fff;
		}
		.pad-left-10 {
			padding-left: 10px;
			margin-left: 10px;
		}

	/* ----- forms ------------------------------------------------------------------- */
	#form-wrap {
		width: 100%; 
		margin: 0;
		padding: 0;
	}
	#form-wrap label {
		display: block;
		float: left;
		width: 100%;
		margin: 5px 0 5px 0;
		padding: 0;
		text-align: left;
	}
	#form-wrap input[type="text"] {
		display: block;
		float: left;
		width: 100%;
		margin: 0;
		padding: 8px;
		border: 1px solid #cfcfcc;
		border-radius: 0;
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		font-size: .9em;
		color: #333;
		background-color: #f2f2ed;
		-webkit-appearance: none;
	}
	#form-wrap input[type="password"] {
		display: block;
		float: left;
		width: 100%;
		margin: 0;
		padding: 8px;
		border: 1px solid #cfcfcc;
		border-radius: 0;
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		font-size: .9em;
		color: #333;
		background-color: #f2f2ed;
		-webkit-appearance: none;
	}
	#form-wrap textarea {
		display: block;
		float: left;
		width: 100%;
		margin: 0;
		padding: 8px;
		border: 1px solid #cfcfcc;
		border-radius: 0;
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		font-size: .9em;
		color: #333;
		background-color: #f2f2ed;
		-webkit-appearance: none;
	}
	#form-wrap select {
		display: block;
		float: left;
		width: 100%;
		margin: 0;
		padding: 8px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border: 1px solid #CCC;
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		font-size: .9em;
		color: #333;
	}
	#form-wrap .radio-inline, .checkbox-inline {
		position: relative;
		display: inline-block;
		padding: 5px 0 0 0;
		vertical-align: middle;
		font-weight: normal;
		cursor: pointer;
		font-size: .9em;
	}
	.button1 {
		padding: 6px 10px 6px 10px;
		border: 0;
		color: #FFF;
		font-size: 1.2em;
		background-color: #ed9621;
		cursor: pointer;	
		-webkit-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		-o-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		-webkit-appearance: button;
		float: right;
		margin-top: 20px;

	}
	.button1:hover {
		background-color: #f3b171;
	}
}

/* ===== SMARTPHONES PORTRAIT ======================================================================================= */
@media only screen and (min-width: 320px) and (max-width: 479px ) {
	header {
		width: 100%;
		height: 200px;
		top: 0;
		position: fixed;
		z-index: 99999;
		background-color: #084e85;
		-webkit-box-shadow: 0 4px 4px rgba(0,0,0,.4);
		-moz-box-shadow: 0 4px 4px rgba(0,0,0,.4);
		box-shadow: 0 4px 4px rgba(0,0,0,.4);
		transition: height 700ms ease;
	}
		.shrink {
			height: 43px;
		}
		#header {
			max-width: 1100px;
			height: 200px;
			margin: auto;
			padding: 0 20px;
			background-image: url(../images/circ.png);
			background-repeat: no-repeat;
			background-position: right top;
		}
			.logo {
				width: 100%;
				height: 105px;
				margin-bottom: 15px;
				background-image: url(../images/logo-xsm.png);
				background-repeat: no-repeat;
				background-position: center bottom;
			}
			.phone {
				width: 100%;
				text-align: center;
			}
				.phone-icon {
					width: 20px;
				}
				.phone-txt {
					color: #81a2cf;
					font-size: 20px;
					font-weight: bold;
				}
			.menu {
				padding-top: 5px;
				color: #fff;
			}
				a.menu:link {
					color: #fff;
					text-decoration: none;
				}
				a.menu:visited {
					color: #fff;
					text-decoration: none;
				}
				a.menu:hover {
					color: #ed9621;
					text-decoration: none;
				}
				a.menu:active {
					color: #ed9621;
					text-decoration: none;
				}
			

	#hero {
		height: 0;
		margin: 160px auto 0 auto;
	}
	#hero2 {
		height: 0;
		margin: 160px auto 0 auto;
	}
	#hero3 {
		height: 0;
		margin: 160px auto 0 auto;
	}
	#no-hero {
		height: 0;
		margin: 160px auto 0 auto;
	}

	.grey {
		background: #f5f5f5;
		padding: 0 20px;
	}

	#container {
		max-width: 1100px;
		margin: auto;
	}

	.box-100 {
		float: left;
		width: 100%;
		text-align: center;
		margin-top: 40px;
	}
		.box-img-left {
			width: 100%;
			padding: 0;
			text-align: center;
		}
		.box-img-right {
			width: 100%;
			padding: 0;
			text-align: center;
		}
	
	.box-50-left {
		float: left;
		width: 100%;
		margin-top: 40px;
		margin-right: 1%;
		text-align: center;
	}
	.box-50-right {
		float: right;
		width: 100%;
		margin-top: 40px;
		margin-left: 1%;
		text-align: center;
	}
		.circle-box1, .circle-box2, .circle-box3, .circle-box4 {
			float: left;
			width: 100%;
			height: 130px;
			padding-top: 20px;
			margin-right: 0;
			background-image: url(../images/circle-bkg.png);
			background-repeat: no-repeat;
			text-align: center;
			background-position: center;
		}
		.circle-box1 {
			padding-top: 22px;
		}
		.circle-box2 {
			padding-top: 22px;
			padding-right: 4px;
		}
		.circle-box3 {
			padding-top: 26px;
		}
		.circle-box4 {
			padding-top: 24px;
		}
		.fa-white {
			color: #fff;
		}
		.pad-left-10 {
			padding-left: 10px;
			margin-left: 10px;
		}

	/* ----- forms ------------------------------------------------------------------- */
	#form-wrap {
		width: 100%; 
		margin: 0;
		padding: 0;
	}
	#form-wrap label {
		display: block;
		float: left;
		width: 100%;
		margin: 5px 0 5px 0;
		padding: 0;
		text-align: left;
	}
	#form-wrap input[type="text"] {
		display: block;
		float: left;
		width: 100%;
		margin: 0;
		padding: 8px;
		border: 1px solid #cfcfcc;
		border-radius: 0;
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		font-size: .9em;
		color: #333;
		background-color: #f2f2ed;
		-webkit-appearance: none;
	}
	#form-wrap input[type="password"] {
		display: block;
		float: left;
		width: 100%;
		margin: 0;
		padding: 8px;
		border: 1px solid #cfcfcc;
		border-radius: 0;
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		font-size: .9em;
		color: #333;
		background-color: #f2f2ed;
		-webkit-appearance: none;
	}
	#form-wrap textarea {
		display: block;
		float: left;
		width: 100%;
		margin: 0;
		padding: 8px;
		border: 1px solid #cfcfcc;
		border-radius: 0;
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		font-size: .9em;
		color: #333;
		background-color: #f2f2ed;
		-webkit-appearance: none;
	}
	#form-wrap select {
		display: block;
		float: left;
		width: 100%;
		margin: 0;
		padding: 8px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border: 1px solid #CCC;
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		font-size: .9em;
		color: #333;
	}
	#form-wrap .radio-inline, .checkbox-inline {
		position: relative;
		display: inline-block;
		padding: 5px 0 0 0;
		vertical-align: middle;
		font-weight: normal;
		cursor: pointer;
		font-size: .9em;
	}
	.button1 {
		padding: 6px 10px 6px 10px;
		border: 0;
		color: #FFF;
		font-size: 1.2em;
		background-color: #ed9621;
		cursor: pointer;	
		-webkit-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		-o-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		-webkit-appearance: button;
		float: right;
		margin-top: 20px;

	}
	.button1:hover {
		background-color: #f3b171;
	}
}
