/*
*****************************************
 PVII Vibrations: A Harmony Page Pack
 by Project Seven Development
 www.projectseven.com
*****************************************
*/
body {
  margin: 0px;
  background-color: #FFF;
  color: #181818;
  font-family: Lato, Tahoma, Geneva, sans-serif;
}
.hmy-section p, .hmy-section ul {
  font-size: 1.1rem;
}
.hmy-section h1 {
  font-size: 2rem;
}
.hmy-section h2 {
  font-size: 1.75rem;
}
.hmy-section h3 {
  font-size: 1.6rem;
}
.hmy-section h4, .hmy-section h5 {
  font-size: 1.2rem;
}
.masthead h1 {
  font-family: Lato, Tahoma, Geneva, sans-serif;
  font-size: 2rem;
  margin: 0px;
  padding: 10px 0px;
  font-weight: normal;
  letter-spacing: .25em;
 }
.masthead h1 a:link, .masthead .phone a:link {
  color: #181818;
  text-decoration:none;
}

.masthead h1 a:hover, .masthead .phone a:hover {
	color: #f05b29 !important;
}
.formtext p {
	font-size: 85%;
	}
.masthead .hmy-content {
  padding: 10px;
}
.masthead .phone {
  font-size: 1.8rem;
  margin: 0 68px 0 0;
  padding: 10px 0px;
  font-weight: normal;
}
/*.masthead .phone a {
  border-bottom: none;
}*/
.tagline {
  display: block;
  letter-spacing: 0.5em;
  font-size: 50%;
  text-transform: uppercase;
}
.tagline2 {
  display: block;
  letter-spacing: 0.1em;
  font-size: 70%;
  text-transform: uppercase;
}
.fancy {
  border-radius: 3px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.45);
}
.floatrt {
  float: right;
  margin: 12px 0 10px 16px;
}
.floatlt {
  float: left;
  margin: 12px 16px 10px 0;
}
a[class="popup"] {
  display: inline-block;
  padding-right: 16px;
  line-height: 18px;
  background: transparent url(images/markers/icon_external.gif) no-repeat bottom right;
}
blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 5px 0px /*15%*/;
  position: relative;
  /*Font*/
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.3;
  color: #333;
  text-align: left;
  /*Borders - (Optional)*/
  border-left: 15px solid #212121;
  border-right: 2px solid #212121;
  border-top: 1px solid #212121;
  border-bottom: 1px solid #212121;
  /*Box Shadow - (Optional)
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;*/
}
blockquote::before {
  content: "\201C";
  /*Unicode for Left Double Quote*/
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  /*Positioning*/
  position: absolute;
  left: 10px;
  top: 5px;
}
blockquote::after {
  /*Reset to make sure*/
  content: "";
}
cite {
  padding: 0 3px;
  color: #D74200;
}
cite a {
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #973E10;
}
cite a:hover {
  color: #666;
}
blockquote em {
  font-style: italic;
}
.hmy-section.heading {
  flex-basis: 100%;
}
.multi-bg {
  background-size: cover;
}
.multi-bg.silverblue {
  background-color: rgb(75, 103, 119);
  background: linear-gradient(rgba(75, 103, 119, 0.75), rgba(75, 103, 119, 0.75)), url(images/lambo.jpg) no-repeat center;
}
.multi-bg.darkblue {
  color: #FFF !important;
  border-color: #181818 !important;
  background-color: rgba(3, 88, 178, 0.75);
  background: linear-gradient(rgba(3, 88, 178, 0.99), rgba(3, 88, 178, 0.70)) /*, url(images/lambo.jpg) no-repeat center*/ ;
}
.multi-bg.rust {
  background-color: rgb(193, 67, 46);
  background: linear-gradient(rgba(193, 67, 46, 0.75), rgba(193, 67, 46, 0.75)) /*, url(images/ferrari.jpg) no-repeat center*/ ;
}
.multi-bg.white {
  background-color: rgb(255, 255, 255);
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.9)), url(images/mclaren.jpg) no-repeat center;
}
.multi-bg.black {
  background-color: rgb(0, 0, 0);
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.75)) /*, url(images/lambo.jpg) no-repeat center*/ ;
}
.custom-bg .hmy-content {
  padding: 30px;
}
.p7HMY.hmy-noscript .multi-bg {
  background-image: none !important;
  background: rgb(0, 0, 0) !important;
  color: #FFF !important;
}
.big {
  font-size: 135%;
}
#intro p {
  font-size: 125% !important;
}
.footer p {
  font-size: 85%;
}
.centered {
  text-align: center;
}
.max-960 .hmy-content {
  max-width: 960px;
  margin: auto;
  padding-top: 0px;
  text-align: justify;
}
/*
*************************************************************
                      SOCIAL ICONS
*************************************************************
*/
.social-icons img {
	filter: grayscale(1);
	opacity: 1;
	transition: all linear .5s;
	max-width: 32px;
}
.social-icons img:hover {
	filter: grayscale(0);
	opacity: 1;
}
ul.social-icons {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
.social-icons li {
	list-style-type: none;
	display: inline-block;
}
/*SOM Exception Rules*/
.p7SOM-09 ul a {
  padding: 12px 22px;
  color: #AAA;
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
}
.p7SOM-09 ul a:hover {
  color: #FFF;
  background-color: #C1432E;
  border-color: #000;
}
.p7SOM-09 a.trig_open {
  background-image: url(images/som-down-light.gif);
}
.p7SOM-09 .som-header:hover {
  color: #FFF;
}
.p7SOM-09 a.current_mark {
  font-weight: bold;
  color: #C1432E;
}
/*Toolbar */
.som-toolbar.som-top-right {
  right: .5em;
  top: 0px;
}
.som-toolbar.som-top-right, .som-toolbar.som-top-right a {
  border-radius: 0px 0px 5px 5px;
}
.p7SOM-09.som-toolbar a {
  color: #CCC !important;
  background-color: #181818 !important;
  background: rgba(24, 24, 24, 0.7) !important;
  font-size: 3em;
  padding: .3em .2em .1em .2em;
}
.p7SOM-09.som-toolbar a:hover, .p7SOM-09.som-toolbar.opened a {
  color: #666 !important;
  background-color: #181818 !important;
  background: #181818 !important;
}
/* Toolbar Icon Text */
.som-toolbar i {
  color: #fff;
  display: block;
  font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 11px;
  font-style: normal;
  text-transform: uppercase;
  position: absolute;
  top: .3em;
  width: 100%;
}
/*Exception Rules Layout Specific*/
body.p7vibes-05, body.p7vibes-06 {
  background: url(images/lambo.jpg) no-repeat center fixed;
  background-size: cover;
}
.p7vibes-05 .section-heading .hmy-content {
  padding: 15px 10px 0px 10px;
}
.contact .hmy-content {
  width: 100%;
  padding: 20px;
}
.p7form-wrapper {
  text-align: left;
}
.p7form-wrapper * {
  box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 900px) {
  .break-to-50.hmy-section {
    flex-basis: 50% !important;
  }
  .break-to-100.hmy-section {
    flex-basis: 100% !important;
	border: none !important;
  }
  .p7HMY .hmy-section .hmy-content-wrapper {
	  border-radius: 0px !important; 
	  border: none !important;
	}
  .hmy-section.heading {
    flex-basis: 100% !important;
  }
  .masthead h1 {
    font-size: 1.4rem !important;
    letter-spacing: .1em;
  }
  .floatrt, .floatlt {
    float: none !important;
    width: auto;
    margin: 10px auto 22px;
    display: block;
  }
  blockquote {
    margin: 10px 0;
  }
  @media only screen and (min-width: 0px) and (max-width: 600px) {
    body {
      font-size: 90%;
    }
    .p7HMY .hmy-section {
      flex-basis: 100% !important;
    }
    .hmy-content-wrapper {
      border: none !important;
    }
    .p7form-wrapper {
      border: none !important;
      padding: 0px !important;
    }
    .masthead h1 {
      text-align: center;
    }
    .masthead .phone {
      font-size: 1.5rem;
      margin: 0;
      padding: 0;
      text-align: center;
    }
  }
  /*iPhone 6 Plus*/
  @media screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
    .multi-bg, body {
      background-size: cover;
      background-attachment: scroll;
    }
  }
}
/*iPad Query */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .multi-bg, body {
    background-attachment: scroll;
    background-size: auto;
  }
}