/* -- Global Styles -- */

html,
body {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	cursor: default;
}

a {
	text-decoration: none;	
}

.columns {
	width: 100%;
	overflow: hidden;	
}

.column {
	float: right;
	width: 48%;	
}

.column:first-child {
	float: left;
}


/* -- Forms -- */

form {
	margin: 0;
	padding: 0;
}

label {
	display: block;
	position: absolute;
	z-index: 4;
	font-size: 12px;
	line-height: 14px;
	margin-top: -7px;
	padding-left: 12px;
	color: #A5A7AC;
	text-transform: uppercase;
}

label.blank {
	font-size: 14px;
	line-height: 17px;
	margin-top: 14px;
}

input[type="text"],
input[type="email"],
textarea {
	outline: none;
	padding: 18px 15px;
	border: 0;
	background: #EEEFF4;
}

input::placeholder,
textarea::placeholder {
	font-size: 14px;
	color: #A5A7AC;
}

select {
	visibility: hidden;	
}

.form-error {
	color: red;
}

.form-file input {
	padding-right: 50px;
}

.form-file-image input {
	padding-left: 54px;
	padding-right: 80px
}

.form-file-image .form-file-thumb {
	width: 43px;
	height: 43px;
}

.form-required {
	border-color: #D4141E !important;	
}

.mce-tinymce.mce-container.mce-panel {
    border: 2px solid #E8E8E8 !important;
}

.mce-tinymce .mce-edit-area {
	border-top: 0 !important;
}

.mce-combobox .mce-btn {
	display: none !important;	
}

.mce-window .mce-button {
	background: #A8343C !important;
}

textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
	background-color: 
}

.form-item {
	padding-bottom: 20px;
}

.form-extra {
	position: absolute;
	left: -9999px;
}

.inline0,
.inline1,
.inline2,
.inline3,
.inline4 {
	position: relative;
	display: inline-block;
	margin: 0 10px 0 0;
	transition: margin .2s;
}

.inline1 {
	width: 100%;
}

.inline2 {
	width: 47%;
}

.inline3 {
	width: 30%;
}

.inline4 {
	width: 20%;
}

.form-select {
	height: 44px;
	margin: 4px 0 8px;
}

.form-select-trigger {
	height: 40px;
	line-height: 40px;
	border: 2px solid #E5E5E5;
	background-position: right 7px;
}

.form-select-open .form-select-trigger {
	background-position: right -19px;	
}

.form-select-trigger span {
	height: 40px;
	padding: 0 30px 0 10px;
}

.form-select-trigger input {
	height: 40px;
	line-height: 40px;
}

.form-select:focus .form-select-trigger,
.form-select-focus .form-select-trigger,
.form-select-open .form-select-trigger {
	border-color: #E5E5E5;
}

.multiadder {
	border-top: 2px solid #E5E5E5;
	border-bottom: 2px solid #E5E5E5;
}

.multiadder-fields {
	float: none;
	width: auto;	
}

.multiadder-group {
	padding-top: 30px;	
}

.multiadder-list {
	float: none;
	width: auto;
	padding-top: 20px;
}

.multiadder-list ul {
	padding: 0;
	margin: 0;
	border-left: 0;
	min-height: auto !important;
}

.multiadder-list ul li {
	padding: 8px;
	border-bottom: 1px solid #FFF;
}

.multiadder-list ul li .multiadder-move {
	height: 2px;
}

.multiadder-list ul li.multiadder-insert-before .multiadder-move {
	margin-top: -2px;
}

.multiadder-list ul li.multiadder-insert-after .multiadder-move {
	margin-bottom: -2px;
}

.form-list {
	background: #FFF;
	border: 2px solid #E5E5E5;
	border-top: 0;
}

.form-list::-webkit-scrollbar {
	width: 9px;
	height: 9px;
}

.form-list::-webkit-scrollbar-button {
	width: 5px;
	height: 5px;
}

.form-list::-webkit-scrollbar-thumb {
	background: #B2B2B2;
	border: 3px solid #FFF;
}

.form-list::-webkit-scrollbar-thumb:hover {
	background: #B2B2B2;
}

.form-list::-webkit-scrollbar-thumb:active {
	background: #B2B2B2;
}

.form-list::-webkit-scrollbar-track {
	background: #FFF;
	border: 0px solid #FFF;
}

.form-list::-webkit-scrollbar-track:hover {
	background: #FFF;
}

.form-list::-webkit-scrollbar-track:active {
	background: #FFF;
}

.form-list::-webkit-scrollbar-corner {
	background: transparent;
}

.form-list span {
	padding: 8px 10px;
}

.form-list-bottom-up {
	border: 2px solid #E5E5E5;
	border-bottom: 0;
}

.form-radio {
	width: 10px;
	height: 10px;
	padding: 4px;
	margin: 4px 6px 8px 1px;
	border: 2px solid #E5E5E5;
}

.form-checkbox {
	width: 14px;
	height: 14px;
	padding: 3px;
	margin: 4px 5px 8px 0;
	border: 2px solid #E5E5E5;
}

.parallax {
	position: relative;
	overflow: hidden;
}

.parallax div:first-child {
	transition: margin 0s linear;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;	
}

#dialog {
	background: #FFF;	
}

#dialog .dialog-submit input {
	outline: 0;
	border: 1px solid #49D5DA;
	height: 50px;
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	line-height: 50px;
	font-size: 17px;
	text-transform: uppercase;
	text-align: center;
	padding: 0 40px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FFF;
	background: #49D5DA;
	cursor: pointer;
	transition: background .2s, color .2s;

}

#loading {
	display: none;	
}

.loading #loading {
	display: block;
	position: fixed;
	z-index: 9999;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #FFF;
	color: #CCC;
}

.loading #loading div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	margin-left: -50px;
}


/* -- Wrapper -- */

#nav {
	position: fixed;
	z-index: 100;
	width: 100%;
	transition: background .5s;
}

#nav .pad {
	height: 22px;
	padding: 50px;
	transition: padding .5s;
}

#nav.fixed {
	background: #3EB2CE;
}

#nav.fixed .pad {
	padding: 20px 50px;
}

#nav .menu {
	display: block;
	position: relative;
	float: left;
	width: 28px;
	height: 21px;
	margin-top: 1px;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
}

#nav .menu hr {
	display: block;
	height: 1px;
	overflow: hidden;
	background: #FFF;
	margin: 0 0 8px 0;
	border: none;
	transition: transform .3s, opacity .3s, margin .3s;
}

#nav .menu.close hr:nth-child(1) {
	transform: rotate(45deg);
	margin: 0;
	margin-top: 11px;
}

#nav .menu.close hr:nth-child(2) {
	opacity: 0;
}

#nav .menu.close hr:nth-child(3) {
	transform: rotate(-45deg);
	margin: 0;
	margin-top: -8px;
	margin-left: -5px;
}

#nav .menu.back hr:nth-child(1) {
	transform: rotate(45deg);
	margin: 0;
	margin-top: 11px;
	margin-left: -25px;
}

#nav .menu.back hr:nth-child(2) {
	margin-top: -2px;
	opacity: 1;
}

#nav .menu.back hr:nth-child(3) {
	transform: rotate(-45deg);
	margin: 0;
	margin-top: -8px;
	margin-left: -29px;
}

#nav .quote {
	display: block;
	float: right;
	padding: 7px 16px;
	margin-top: -8px;
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	border: 1px solid #FFF;
	transition: background .3s;
}

#nav .quote:hover {
	background: rgba(255, 255, 255, .2);
}

#menu {
	position: fixed;
	height: 100%;
	z-index: 99;
	background: #494C55;
	top: 0;
	left: -400px;
	transition: left .5s;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}

#menu.open {
	left: 0;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 130px 0 40px;
	transition: padding .5s;
}

#menu ul.compact {
	padding-top: 100px;
}

#menu ul li {
	margin: 0;
	padding: 0;
}

#menu ul li a {
	display: block;
	padding: 10px 80px 10px 50px;
	font-size: 32px;
	color: #FFF;
}

#menu ul li a hr {
	display: block;
	width: 1px;
	height: 1px;
	border: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	background: transparent;
	transition: background .3s, width .3s;
}

#menu ul li a:hover hr {
	width: 100%;
	background: #FFF;
}

#logo {
	position: absolute;
	z-index: 90;
	width: 208px;
	height: 120px;
	background: #FFF;
	top: 220px;
	left: 50%;
	margin-left: -100px;
	background: url(../images/logo.png) no-repeat;
	background-size: 100% auto;
	transition: width .5s, height .5s, margin .5s;
}

#logo.fixed {
	position: fixed;
	z-index: 101;
	top: 10px;
	width: 130px;
	height: 40px;
	margin-left: -65px;
}

#logo h1 {
	display: none;
}

#work-panel {
	display: none;
	position: fixed;
	z-index: 99;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#work-panel .content {
	position: absolute;
	left: 2000px;
	top: 62px;
	width: 100%;
	height: -moz-calc(100% - 62px);
    height: -webkit-calc(100% - 62px);
    height: calc(100% - 62px);
	overflow: auto;
	background: #FFF;
}

#work-panel .content a {
	color: #FC895D;
}

#work-panel .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: rgba(0,0,0,.5);
	opacity: 0;
}

#work-panel .hero img {
	display: block;
	width: 100%;
	height: auto;
}

.work-content {
	background: #FFF;
	padding: 50px 10%;	
}

.work-content img {
	display: block;
	width: 100%;
	height: auto;	
}

.work-content h3 {
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 0;
}

.work-content video {
	display: block;
	width: 100%;
	height: auto;
}

.work-content .columns {
	padding: 50px 0;
	font-size: 22px;
}

.work-content .columns .column p:first-child {
	margin-top: 0;
}

#work-panel .navigate {
	height: 25px;
	padding: 50px 10%;
	text-align: center;
	text-transform: uppercase;
	background: #333;
}

#work-panel .navigate a {
	display: inline-block;
	margin: 0;
	color: #CCC;
	padding: 4px 0;
	transition: color .2s;
}

#work-panel .navigate a:hover {
	color: #FFF;
}

#work-panel .navigate a.close {
	background: #666;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 16px;
	transition: background .2s;
}

#work-panel .navigate a.close:hover {
	color: #FFF;
	background: #45B2CC;
}

#work-panel .navigate a.prev {
	display: block;
	float: left;
	margin: 0;
}

#work-panel .navigate a.next {
	display: block;
	float: right;
	margin: 0;
}

#home {
	position: relative;
	width: 100%;
	height: 100%;
}

#home-main {
	position: relative;
	height: 1100px;
	background: #22133B url(../images/home-hero.jpg) fixed no-repeat;
	background-size: 100% auto;
	color: #FFF;
	text-align: center;
}

#home-main .tagline {
	position: absolute;
	width: 100%;
	height: 50px;
	top: 430px;
	text-align: center;
	font-weight: 300;
	font-size: 40px;
	line-height: 42px;
	-webkit-font-smoothing: antialiased;
	transition: font-size .5s;
}

#home-callouts {
	position: absolute;
	width: 100%;
	height: 472px;
	bottom: 50px;
	text-align: center;
}

#home-callouts .callout-col {
	float: left;
	width: 320px;
}

#home-callouts .callout-col:first-child,
#home-callouts .callout-col:last-child  {
	float: left;
	width: 33.3%;
	width: calc(50% - 160px);
}

#home-callouts .callout {
	position: relative;
	width: 320px;
	height: 470px;
	margin: auto;
	font-size: 15px;
	line-height: 26px;
	background: url(../images/home-callout-bg.png);
	background-size: 100% 100%;
	background-color: RGB(32, 19, 59, .2);
}

#home-callouts .callout strong {
	font-family: 'ZCOOL QingKe HuangYou', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 18px;
	color: #FFA356;
}

#home-callouts .callout-pad {
	padding: 20px;
	-webkit-font-smoothing: antialiased;
	text-align: left;
}

#home-callouts .callout-title {
	padding: 12px 0 40px;
	text-align: center;
	font-family: 'ZCOOL QingKe HuangYou', sans-serif;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 1px;
	cursor: default;
}

#home-callouts .callout-button {
	position: absolute;
	height: 30px;
	bottom: 50px;
	text-align: center;
	width: 60%;
	padding: 0 20%;
}

#home-callouts .callout-button a {
	display: block;
	padding: 12px;
	border: 1px solid #FFF;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	line-height: 17px;
	letter-spacing: 2px;
	transition: background .2s;
}

#home-callouts .callout-button a:hover {
	background: rgba(255, 255, 255, .2);
}


#home-callouts .webby {
	padding: 25px 0;
	text-align: center;	
}

h2 {
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 4px;
	color: #3E3E3E;
	text-transform: uppercase;
	font-weight: bold;
	cursor: default;
}

h3 {
	font-family: 'ZCOOL QingKe HuangYou', sans-serif;
	font-size: 48px;
	line-height: 50px;
	margin: 0 0 40px;
}

h4 {
	font-family: 'ZCOOL QingKe HuangYou', sans-serif;
	font-size: 26px;
	line-height: 40px;
	margin: 0;
}

h5 {
	color: #AAA;
	font-size: 16px;
	line-height: 26px;
	margin: 0;
}


/* -- Homepage -- */

#home-work {
	position: relative;
	padding: 100px 50px 50px;	
}

#home-work h2 {
	top: 25px;
	position: absolute;
}

#home-work-slider {
	position: relative;
	width: 100%;
}

#home-work-slider ul {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#home-work-slider ul li {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

#home-work-slider ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

#home-work .slider-page {
	display: none;
}

#home-work .slider-next {
	width: 18px;
	height: 34px;
	border: 0;
	margin-right: -35px;
	background: url(../images/arrow-right.png) no-repeat;
	background-size: 18px 32px;
}

#home-work .slider-prev {
	width: 18px;
	height: 34px;
	border: 0;
	margin-left: -35px;
	background: url(../images/arrow-left.png) no-repeat;
	background-size: 18px 33px;
}

#home-work .text {
	display: block;
	width: 38%;
	max-width: 400px;
	position: absolute;
	right: 10%;
	top: 15%;
	color: #FFF;
}

#home-work .text.dark {
	color: #3E3E3E;
}

#home-work .title {
	display: block;
	font-family: 'ZCOOL QingKe HuangYou', sans-serif;
	font-size: 48px;
	padding-bottom: 26px;
}

#home-work .description {
	display: block;
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 40px;
}

#home-work .button {
	display: inline-block;
	padding: 18px 22px;
	border: 1px solid #FFF;
	color #FFF;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	transition: background .2s;
	cursor: pointer;
}

#home-work .button:hover {
	background: rgba(255, 255, 255, .2);
}

#home-work .text.dark .button {
	color: #3E3E3E;
	border-color: #3E3E3E;
}

#home-work .text.dark .button:hover {
	background: rgba(62, 62, 62, .1);
}

#home-work-scholastic a {
	background: url(../images/home-work-scholastic.jpg) center center no-repeat;
	background-size: cover;	
}

#home-work-scholastic .text {
	right: auto;
	left: 6%;
	top: 25%;
}

#home-work-sb a {
	background: url(../images/home-work-sb.jpg) center center no-repeat;
	background-size: cover;	
}

#home-work-sb .text {
	right: auto;
	top: auto;
	bottom: 15%;
	text-align: center;
	width: 100%;
	max-width: 100%;
}

#home-work-giada a {
	background: url(../images/home-work-giada.jpg) center center no-repeat;
	background-size: cover;	
}

#home-work-giada .text {
	right: auto;
	left: 6%;
	top: 10%;
}

#home-work-lb a {
	background: url(../images/home-work-lb.jpg) left center no-repeat;
	background-size: cover;	
}

#home-work-lb .text {
	top: 20%;
}

#home-work-bf a {
	background: url(../images/home-work-bf.jpg) right center no-repeat;
	background-size: cover;	
}

#bf-logos {
	margin-bottom: 50px;	
}

#bf-logos img {
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
}

#home-work-bf .text {
	right: auto;
	left: 6%;
	top: auto;
	bottom: 22%;
}

#home-work-bf .title {
	display: none;
}

#home-work-vr a {
	background: #21C2FC;
}

#home-work-vr .video {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

#home-work-vr .video video {
	width: 100%;
	height: auto;
}

#home-work-vr .text {
	right: 0;
	left: 0;
	min-width: 100%;
	width: 100%;
	top: auto;
	bottom: 5%;
	text-align: center;
}

#home-work-vr .title {
	padding-bottom: 10px;
}

#home-work-vr .description {
	padding-bottom: 25px;
}


#home-work-stj a {
	background: url(../images/home-work-stj.jpg) left center no-repeat;
	background-size: cover;	
}


#home-work-ecf a {
	background: #3A55A0 url(../images/home-work-ecf.jpg) left center no-repeat;
	background-size: cover;	
}

#home-work-ecf .text {
	top: 20%;
}

#home-work-sp a {
	background: #50873D url(../images/home-work-sp.jpg) left center no-repeat;
	background-size: cover;	
}

#home-work-sp .text {
	right: auto;
	left: 6%;
	top: auto;
	bottom: 22%;
}

#home-work-marble a {
	background: #520B6B url(../images/home-work-marble.jpg) left center no-repeat;
	background-size: cover;	
}


home-service {
	position: relative;
	height: 800px;
	color: #FFF;
}

#home-service .parallax {
	height: 800px;
}

#home-service .parallax div {
	height: 1000px;
}

#home-service .text {
	position: absolute;
	z-index: 2;
	width: 100%;
}

#home-service h2 {
	color: #FFF;
	text-align: center;
	margin-top: 110px;
}

#home-service-callouts {
	padding: 100px 50px 0;
	text-align: center;
}

#home-service-callouts .callout-col {
	float: left;
	width: 50%;
	width: calc(50% - 25px);
}

#home-service-callouts .callout-col:last-child {
	float: right;
}

#home-service-callouts .callout {
	position: relative;
	width: auto;
	height: 380px;
	margin: auto;
	font-family: 'ZCOOL QingKe HuangYou', sans-serif;
	font-size: 26px;
	line-height: 33px;
	color: #FFF;
	background: rgba(0,0,0,.18);
	border: 1px solid rgba(255,255,255,.6);
}

#home-service-callouts .callout-pad {
	padding: 20px 40px;
	-webkit-font-smoothing: antialiased;
	text-align: center;
}

#home-service-callouts .callout-pad p {
	max-width: 400px;
	margin: 30px auto;
}

#home-service-callouts .callout-title {
	padding: 12px 0 30px;
	text-align: center;
	font-family: 'ZCOOL QingKe HuangYou', sans-serif;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 1px;
	cursor: default;
	border-bottom: 1px solid rgba(255,255,255,.2);
}

#home-service-callouts .callout-button {
	position: absolute;
	height: 50px;
	bottom: 50px;
	text-align: center;
	width: 60%;
	padding: 0 20%;
}

#home-service-callouts .callout-button a {
	display: inline-block;
	padding: 18px 12px;
	width: 100%;
	max-width: 150px;
	border: 1px solid #FFF;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
	line-height: 17px;
	letter-spacing: 2px;
	transition: background .2s;
}

#home-service-callouts .callout-button a:hover {
	background: rgba(255, 255, 255, .2);
}


#home-about {
	overflow: hidden;
	padding: 80px 10% 110px;
}

#home-about h2  {
	text-align: center;
	margin-bottom: 70px;
} 

#home-about .mike-text {
	min-height: 200px;
	padding: 0 10%;
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}

#home-about .mike-text h4 {
	max-width: 810px;
	color: #3E3E3E;
	line-height: 33px;
	padding-bottom: 30px;
}


#home-about .mike-text h4 span {
	color: #45B2CC;
}

#home-about img {
	float: left;
	border: 1px solid #CCC;
	border-radius: 50%;
	margin-right: 40px;
}

#home-about .description {
	font-family: 'ZCOOL QingKe HuangYou', sans-serif;
	font-size: 30px;
	line-height: 40px;
	color: #5F5F5F;
}


#home-about .columns {
	padding-top: 50px;
}



#home-about .person {
	box-sizing: border-box;
	float: left;
	width: 33%;
	padding-left: 2%;
	padding-right: 2%;
	border-right: 1px solid #CCC;
	text-align: center;
	color: #3E3E3E;
}

#home-about .person:last-child {
	border-right: 0;
}

#home-about .person h4 {

}

#home-about .person p {
	font-size: 15px;
	line-height: 26px;
}

#home-custom {
	position: relative;
	height: 800px;
	color: #FFF;
}

#home-custom .parallax {
	height: 800px;
}

#home-custom .parallax div {
	height: 1000px;
}

#home-custom .text {
	position: absolute;
	z-index: 2;
	bottom: 80px;
	padding-left: 101px;
	width: 50%;
	text-shadow: 0 0 20px rgba(100, 99, 95, 1);
}

#home-custom h2 {
	color: #FFF;
}

#home-custom .description {
	font-family: 'ZCOOL QingKe HuangYou', sans-serif;
	font-size: 30px;
	line-height: 40px;
	color: #FFF;
}


#home-quote {
	position: relative;
	z-index: 3;
	padding: 50px;
	box-shadow: 0 4px 3px rgba(0,0,0,.1);
	background: #FFF;
}

#home-quote-frame {
	min-height: 600px;
	padding: 50px;
	border: 1px solid #CCC;	
}

#home-quote .description {
	font-family: 'ZCOOL QingKe HuangYou', sans-serif;
	font-size: 21px;
	line-height: 23px;
	color: #565656;
	padding-bottom: 30px;
}

#home-quote form {
	padding-top: 20px;
}

#home-quote textarea {
	height: 215px;
}

#home-quote #quote-submit {
	padding: 50px 0 60px;
	text-align: center;
}

#home-quote #quote-submit #quote-question {
	height: 50px;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	transition: color .3s;
}

#home-quote #quote-submit #quote-question.show {
	color: #3E3E3E;
}

#home-quote #quote-submit input {
	outline: 0;
	border: 1px solid #49D5DA;
	height: 50px;
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	line-height: 50px;
	font-size: 17px;
	text-transform: uppercase;
	text-align: center;
	padding: 0 40px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #49D5DA;
	background: #FFF;
	cursor: pointer;
	transition: background .2s, color .2s;
}

#home-quote #quote-submit input:hover {
	background: #49D5DA;
	color: #FFF;
}

#home-quote-thanks {
	display: none;
	text-align: center;
	padding-top: 160px;
	font-size: 22px;
	font-weight: bold;
	color: #3E3E3E;
}

#home-map {
	position: relative;
	z-index: 1;
	height: 800px;
	overflow: hidden;
	background: url(../images/home-map.jpg) no-repeat;
	background-position: bottom center;
	background-size: auto 800px;
	background-attachment: fixed;
	text-align: center;
}

#home-map #map-pin {
	display: none;
	position: fixed;
	z-index: 1;
	width: 517px;
	height: 259px;
	opacity: 0;
	background: url(../images/home-map-pin.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	bottom: 300px;
	left: 50%;
	margin-left: -263px;
	color: #FFF;
	
}

#home-map #map-pin p {
	margin: 0;
}

#home-map #map-pin .name {
	font-weight: 300;
	font-size: 22px;
	padding: 20px 0 12px;
}

#home-map #map-pin .location {
	padding-bottom: 0;
	-webkit-font-smoothing: antialiased;
	font-size: 13px;
	letter-spacing: 1px;
}

#home-map #map-pin .phone {
	-webkit-font-smoothing: antialiased;
	font-size: 13px;
	letter-spacing: 1px;
}

#scroll-top {
	position: absolute;
	z-index: 2;
	left: 50%;
	bottom: 0;
	width: 100px;
	height: 50px;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	margin-left: -50px;
	background: #FFF url(../images/arrow-up.png) center center no-repeat;
	background-size: 34px 16px;
	border-radius: 10px 10px 0 0;
	color: #9AE7DD;
	transition: color .3s, padding .3s;
}

#scroll-top:hover {
	padding-bottom: 10px;
	color: #45B2CC;
}


/* -- RESPONSIVE - TABLET -- */

@media screen and (max-width: 1000px) {
	
	#home-main {
		height: auto;	
	}

	#home-callouts {
		position: relative;
		height: auto;
		padding-top: 600px;
	}
	
	#home-callouts .callout-col {
		float: none;
		width: auto
	}
	
	#home-callouts .callout-col:first-child,
	#home-callouts .callout-col:last-child  {
		float: none;
		width: auto;
	}
	
	#home-callouts .callout {
		margin-bottom: 20px;
	}
	
	
	.column {
		width: auto;
		float: none;
	}
	
	.column:first-child {
		float: none;
	}
		
	
	#home-about {
		padding: 100px 5%;
	}

	#home-about .description {
		margin-top: 0;
		font-size: 26px;
		line-height: 38px;
	}
	
	#home-custom .text {
		padding: 0 50px;
		bottom: 50px;
	}
	
	#home-work .text {
		width: 50%;
		right: 5%;
	}
	
	#home-work-sb .text {
		width: 100%;
		max-width: 100%;
		bottom: 10%;
		right: 0;
	}

	#home-service .callout {
		font-size: 22px;
		line-height: 28px;
	}
	
	#home-service .callout-pad p {
		margin: 25px auto;
	}	
		
}


/* -- RESPONSIVE - LARGE PHONE -- */

@media screen and (max-width: 800px) {

#home-about {
		padding: 100px 50px;
		text-align: center;
	}
	
	#home-about img {
		float: none;
		margin: 0;
		margin-bottom: 20px;
		
	}
	
	#home-about .description {
		font-size: 26px;
		line-height: 38px;
		text-align: left;
	}


	#home-about .mike-text {
		padding: 0;
	}

	#home-about .columns {
		padding-top: 0;
	}
	
	#home-about .person {
		float: none;
		width: auto;
		padding: 20px 0;
		border: 0;
		border-bottom: 1px solid #CCC;
		text-align: left;
	}
	
	#home-work .title {
		font-size: 32px;
		padding-bottom: 36px;
	}
	
	#home-work .description {
		display: none;
	}
	
	#home-work .button {
		display: none;
	}
	
	#home-work .text {
		width: 40%;
	}
	
	#home-work-sb .text {
		width: 100%;
		max-width: 100%;
	}
	
	#home-work-vr .text {
		bottom: 0;
	}
	
	#home-service h2 {
		margin-top: 50px;	
	}
	
	#home-service-callouts {
		padding-top: 30px;
		font-size: 14px;
	}

	#home-service .callout-col,
	#home-service .callout-col:last-child {
		float: none;
		margin-bottom: 30px;
		width: auto;
	}
	
	#home-service .callout {
		height: auto;
		padding-bottom: 80px;
		font-size: 20px;
		line-height: 26px;
	}
	
	#home-service .callout-pad p {
		margin: 20px auto;
	}		
	
}


/* -- RESPONSIVE - PHONE -- */

@media screen and (max-width: 600px) {

	#menu ul {
		padding-top: 70px;
	}

	#nav .pad {
		padding: 30px;
	}
	
	#nav.fixed .pad {
		padding: 20px 30px;
	}

	#nav .quote {
		display: none;
	}		

	#home-main .tagline {
		font-size: 26px;
	}
	
	#home-service-callouts {
		padding-left: 10%;
		padding-right: 10%;	
	}
	
	#home-service .callout {
		padding-bottom: 70px;
	}		
	
	#home-service .callout-pad {
		padding: 20px;
	}	
	
	#home-service .callout-pad p {
		padding: 20px auto;
	}	
			
	#home-service-callouts .callout-title {
		padding: 2px 0 20px;
		font-size: 26px;
		line-height: 26px;
	}
	
	#home-service-callouts .callout-button {
		bottom: 35px;
	}

	#home-custom .text {
		padding: 0 50px;
		width: auto;
	}
	
	#home-custom .description {
		font-size: 26px;
		line-height: 38px;
	}	

	#home-quote {
		padding: 50px 30px;
	}

	
	#home-quote-frame {
		padding: 20px;
	}

	#home-quote .description {
		padding-bottom: 0;
	}
	
	#home-quote #quote-submit {
		padding: 10px 0 30px;
	}

}
