/*
Author: Vitalstorm Inc.
Location: http://www.vitalstorm.com/
Description: metrics form style sheet
*/
#form-metrics {
	padding-top: 20px;
}

#form-metrics input {
	border: 1px solid #dfdfdf;
	font-family: arial;
	font-size: 16px;
	color: #222;
	border-radius: 5px;
	margin-bottom: 30px;
	font-size: 13px;
	width: 100%;
	height: 20px;
	padding: 10px 5px;
	align-self: center;
}


.error-border{
	border: 1px solid #ff0000 !important;
	transition: .3s ease-in-out;
}


#form-metrics button {
	align-self: center;
	width: 100%;
	padding: 0 20px;
	height: 40px;
	background-color: #f9a54e;
	border: none;
	border-radius: 4px;
	font-family: arial;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
  transition: .5s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#form-metrics button:hover {
	background-color: #000;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #ccc;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #ccc;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #ccc;
}
:-moz-placeholder { /* Firefox 18- */
	color: #ccc;
}

.form-message {
    font-family: arial;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 20px auto;
    line-height: 20px;
}

.form-error {
	color: #F8333C;
}

.form-success {
	color: #fff;
}

.input-error {
	box-shadow: 0 0px 5px #F8333C;
}


.ajax-button{
  position:relative;
  display:inline-block;
  text-align:center;
}


.loading{
  font-size:0 !important;
  width:30px !important;
  height:30px !important;
  margin-top:5px !important;
  border-radius:15px !important;
  padding:0 !important;
  border:3px solid #fff !important;
  border-bottom:3px solid rgba(255,255,255,0.0)!important;
  border-left:3px solid rgba(255,255,255,0.0)!important;
  background-color:transparent !important;
  animation-name: rotateAnimation;
  -webkit-animation-name: wk-rotateAnimation;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes rotateAnimation {
    0%   {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
@-webkit-keyframes wk-rotateAnimation {
    0%   {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}
}
.fa-check, .fa-close{
  color:#fff ;
  font-size:18px !important;
  position:absolute;
  left:50%;
  top:50%;
  margin-left:-9px;
  margin-top:-9px;
  -webkit-transform:scaleX(0) !important;
  transform:scaleX(0) !important;
}

.finish{
  -webkit-transform:scaleX(1) !important;
  transform:scaleX(1) !important;
}
.hide-loading{
  opacity:0;
  -webkit-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
  -webkit-transform:scale(0) !important;
  transform:scale(0) !important;
}

#mail-honey {
	top: 0;
  visibility: hidden;
	position: absolute;
}

#mail-submit:focus {
  outline:none;
}

#include_desktop_contact_form input{
	font-size: 16px;
	font-weight: 800;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	color: #767676;
	border: none;
	margin: 0 20px 0 0;
	padding: 10px;
	width: 16%;
}

#include_desktop_contact_form #form_submit{
	font-weight: 800;
	font-size: 15px;
	color: #fff;
	background-color: #E31D1A;
	border: none;
	border-radius: 15px;
	margin: 15px auto;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.48) 0px 1px 6px;
}

.submit{
	width: 290px;
	text-align: center;
}

#mobile-contact-btns {
  display: none;
}

/** mobile navigation **/


.container .logo,
.container .nav-trigger {
  position: absolute;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%); }

.container .logo {
  left: 17.5%; }
  .container .logo a {
    display: block; }
  .container .logo img {
    display: block;
    width: 325px;
    transition: ease-in-out .5s; }
  .container .logo .img_resize {
    width: 200px;
    transition: .5s ease-in-out; }

.container .nav-trigger {
  /* vertically align its content */
  display: table;
  height: 100%;
  padding: 0 1em;
  font-size: 1.2rem;
  text-transform: capitalize;
  font-weight: bold;
  right: 8px;
  border-left: 1px solid #cfcfcf; }
  .container .nav-trigger span {
    /* vertically align inside parent element */
    display: table-cell;
    vertical-align: middle; }
  .container .nav-trigger em, .container .nav-trigger em::after, .container .nav-trigger em::before {
    /* this is the menu icon */
    display: block;
    position: relative;
    height: 2px;
    width: 22px;
    background-color: #898989;
    backface-visibility: hidden; }
  .container .nav-trigger em {
    /* this is the menu central line */
    margin: 6px auto 14px;
    transition: background-color .2s; }
  .container .nav-trigger em::before, .container .nav-trigger em::after {
    position: absolute;
    content: '';
    left: 0;
    transition: transform .2s; }
  .container .nav-trigger em::before {
    /* this is the menu icon top line */
    transform: translateY(-6px); }
  .container .nav-trigger em::after {
    /* this is the menu icon bottom line */
    transform: translateY(6px); }
.container.nav-open .nav-trigger em {
  /* transform menu icon into a 'X' icon */
  background-color: rgba(255, 255, 255, 0); }

.container.nav-open .nav-trigger em::before {
  /* rotate top line */
  transform: rotate(-45deg);
background-color: #898989; }

.container.nav-open .nav-trigger em::after {
  /* rotate bottom line */
  transform: rotate(45deg);
background-color: #898989;}
	.overlay_black {
	  position: fixed;
	  content: '';
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background-color: rgba(0, 0, 0, 0.4);
	  z-index: 9;
	  display: none; }
		.width {
  width: 70% !important; }
	#off_canvas_menu{
		height: 100%;
	  width: 0;
	  position: fixed;
	  z-index: 999 !important;
	  top: 0;
	  background-color: #fff !important;
	  overflow-x: hidden;
	  transition: 0.5s;
		left: 0;
	}

	#company_info img {
	margin: 0;
	height: auto;
	width: 175px;
}

.container .nav-trigger{
	display: none;
}





@media (max-width: 1024px){
  #include_desktop_contact_form input {
    font-size: 14px;
    font-weight: 800;
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
    color: #767676;
    border: none;
    margin: 0px 0px 0 0;
    padding: 10px;
    width: 17%;
  }

  #include_desktop_contact_form #form_submit {
    font-weight: 800;
    font-size: 15px;
    border: none;
    border-radius: 15px;
    margin: 15px auto;
  }
}


@media (max-width: 767px){
	#mobile_menu{
		color: #fff;
		line-height: 40px;
		font-size: 25px;
		margin-top: 40px;
	}

	#mobile_menu > ul > li{
		border-bottom: 1px solid #ccc;
	    WIDTH: 100%;
	    CLEAR: BOTH;
	    PADDING: 10PX 0;
	}

	#mobile_menu li:last-child{
		border-bottom: none;
	}

	#mobile_menu a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 18px;
	color: #989898;
	transition: 0.3s;
	text-transform: capitalize;
	font-weight: 300;
	}
	.sub-menu li a {
		display: block;
	}
	img.sub-menu-mobile {
	  FLOAT: RIGHT;
	  MARGIN-RIGHT: 30PX;
		PADDING-TOP: 16px;
	}

	i.sub-menu-mobile {
			color: #989898;
			font-size: 14px;
	    FLOAT: RIGHT;
	    MARGIN-RIGHT: 30PX;
		PADDING-TOP: 15px;
	}


	.sub-menu{
		display: none;
		padding: 0;
		position: relative;
		background: #fff;
	}


	.sub-menu a {
		font-size: 90%
	}

	.close-button {
		display: none;
	}

	#number_rewrite {
		margin-right: 50px;
	}

	.sub-menu li {
	    border-bottom: 1px solid #efefef;
	    padding: 10px;

	}

	.sub-menu li:nth-child(odd){
	    font-weight:bold;
			background: #f9f9ff;
	}​

	.sub-menu li a  {
	    font-size: 10px !important;
	}
	#schedule .inner-padding {
		padding: 0;
	}
	#contact_us_mobile {
		display: none;
	}
	.container .nav-trigger {
    display: flex;
    justify-content: center;
    align-items: center;
		right: 0;
}
	#company_info img {
		width: 100px !important;
}
	#form-metrics {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
	}
	#form-metrics input {
		width: 70%;
		margin: 10px auto;
	}
	#form-metrics button {
		width: 73%;
		margin-top: 20px;
	}
	#mobile_contact_form{
		display: block;
		position: fixed;
		background: rgba(0,0,0,.75);
		width: 100%;
		height: 100%;
		left: -100%;
		z-index: 1;
		overflow-y:scroll;
		top: 0;
	}
	#mobile-contact-btns {
	display: block;
	position: fixed;
	bottom: 0px;
	z-index: 8;
	width: 100%
}
#mobile-contact-btns .inner {
	display: flex;
	justify-content: center;
}
.mobile-contact-schedule {
	background: #004c6c;
	width: 100%;
	padding: 5px 20px;
	height: 50px;
	box-shadow: 0 6px 10px rgba(125,125,125,.2);
}
.mobile-contact-call {
	background: #F9A54F;
	width: 100%;
	padding: 5px 20px;
	height: 50px;
	box-shadow: 0 6px 10px rgba(125,125,125,.2);
}
.mobile-contact-call a,
.mobile-contact-schedule a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

.mobile-contact-call a i,
.mobile-contact-schedule a i {
	font-size: 20px;
	line-height: 50px;
	color: #fff;
	margin-right: 20px;
}
#schedule_me {
	display: none;
}
#mobile-contact-btns .inner a {
	color: #fff;
	font-size: 22px;
	font-weight: 700;

}
}
