
/**************************** GLOBAL ************************************/

body {
	font-size: (18px + 1.2vw)!important;
	color:#50565e;
    font-weight: normal;
}


h1 { font-size: calc(20px + 1.2vw);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: #353a41;
  letter-spacing:1px;}

h2 { font-size: 22px;
  margin: 0 0; 
  color:#2f343a !important;
  letter-spacing:1px;}

p { font-size: 18px ;
	color:#50565e;
   font-weight: normal;}


/**************************** LINKS *****************************/
a {
    color: #fff;
}
a:visited {
    color: #fff;
}
a:hover {
    color: #50565e;
}



/*drop shaddow for nav*/

.shadow {
	-webkit-box-shadow: -1px 6px 19px 4px rgba(0,0,0,0.52);
	-moz-box-shadow: -1px 6px 19px 4px rgba(0,0,0,0.52);
	box-shadow: -1px 6px 19px 4px rgba(0,0,0,0.52);
	}

/* end drop shaddow */

/**************************** HOME PAGE *****************************/

.orbit-slides-container {
  width: 100%
  height: 350px !important;
}

ul.orbit-container {
    height: auto !important;
}


/**************************** taken out due to flickering images with IE





li.orbit-slide {
    max-height: none !important;
}

.orbit-container {
  position: relative;
  height: 350px !important;
  margin: 0;
  list-style: none;
  overflow: hidden; }

HOME PAGE *****************************/



.callout.small {
    padding-top: 1.5rem;
    padding-right: 0.2rem;
    padding-bottom: 0.5rem;
    padding-left: 0.2rem; }

.callout.large {
    padding-top: 2rem;
    padding-right: 0.5rem;
    padding-bottom: 2rem;
    padding-left: 0.5rem; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #5b616a; }

subheader2 {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1.4;
  color: #50565e; }


.button-rounded-hover {
  border: 0;
  border-radius: 5000px;
  padding: 1rem 2rem;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  font-size: 1rem;
  letter-spacing: 2px;
  transition: all 0.35s ease;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.button.success {
    background-color: #f27f03 !important;
    color: #fff; 
	border-radius: 5000px;
	letter-spacing: 2px;
	font-size:18px;
	box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
	}

.button.success:hover, .button.success:focus {
      background-color: #5a951f !important;
      color: #2f343a; 
	  }






/**************************** CONTULTATION PAGE *****************************/

.contact-us-section {
  padding: 2rem;
  background: #fefefe;
}

.contact-us-section .contact-us-section-left {
  padding-right: 2rem;
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 40em) {
  .contact-us-section .contact-us-section-left {
    border-right: 1px solid #e6e6e6;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.contact-us-section .contact-us-section-right {
  padding-left: 2rem;
}

@media print, screen and (min-width: 40em) {
  .contact-us-section .contact-us-section-right {
    border-left: 1px solid #e6e6e6;
  }
}

.contact-us-section .contact-us-header {
  margin-bottom: 2rem;
}

@media screen and (min-width: 40em) and (max-width: 74.9375em) {
  .contact-us-section .contact-us-header {
    font-size: 32px;
  }
}

.contact-us-section .responsive-embed {
  margin-bottom: 0;
  padding-bottom: 55%;
}

.contact-us-form input[type=text],
.contact-us-form input[type=email],
.contact-us-form textarea {
  margin-bottom: 1.5rem;
}

.contact-us-form-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-us-form-actions input[type=submit] {
  border-radius: 5000px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.contact-us-form-actions .contact-us-file-button {
  background: transparent;
  color: #8a8a8a;
}

.contact-us-list {
  list-style-type: none;
  margin: 0;
}

.contact-us-list li a {
  color: #0a0a0a;
}

.contact-us-list li::before {
  margin-right: 2rem;
  font-size: 2rem;
  vertical-align: middle;
  color: #8a8a8a;
  font-family: 'FontAwesome';
}

.contact-us-list .address::before {
  content: '\f041';
  margin-left: 0.4rem;
  margin-right: 2.3rem;
}

.contact-us-list .email::before {
  content: '\f003';
}

.contact-us-list .phone::before {
  content: '\f098'; 
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0);
  color: #fefefe; }



/* Product Image Gallery WHAT WE DO PAGE ---- */


















/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}