/*
***********
 Vibrations
***********
*/

body {
    margin: 0px;
    background-color: #ffffff;
    color: #FFF;
    font-family: Lato, Tahoma, Geneva, sans-serif;
}
.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-size: 2rem;
    margin: 0px;
    padding: 10px 0px;
    font-weight: normal;
    letter-spacing: .25em;
}
.masthead .hmy-content {
    padding: 10px;
}
.masthead .phone {
    font-size: 1.8rem;
    margin: 0;
    padding: 10px 0px;
    font-weight: normal;
}
.masthead .phone a {
    font-size: 1.8rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    border-bottom: none;
}
.tagline {
    display: block;
    letter-spacing: 0.5em;
    font-size: 45%;
    text-transform: uppercase;
}
.servicelist li
{
    font-size: 1.1rem;
    font-weight: 700;
    padding-left: 22px;
    background-image: url(images/checkmark.png);
    background-repeat: no-repeat;
    background-position: left 4px;
    line-height: 1.5em;
}

.servicelist ul
{
   	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.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.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%;
}
.centered {
    text-align: center;
}
.max-420 .hmy-content {
    max-width: 420px;
    margin: auto;
    padding-top: 0px;
    text-align: justify;
    text-justify: inter-word;
}
.max-960 .hmy-content {
    max-width: 960px;
    margin: auto;
    padding-top: 0px;
    text-align: justify;
    text-justify: inter-word;
}
.max-1260 .hmy-content {
    max-width: 1260px;
    margin: auto;
    padding-top: 0px;
    text-align: justify;
    text-justify: inter-word;
}
/*Exception Rules Layout Specific*/
body.p7vibes-05, body.p7vibes-06 {
 background:   url(images/comp023.gif) repeat fixed;
/*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;
}
/* Blockquotes */
blockquote {
    display: block;
    background: #fff;
    padding: 15px 20px 15px 45px;
    margin: 16px 0 20px;
    position: relative;
    /*Font*/
    font-family: Georgia, serif;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #333;
    text-align: left;
    /*Borders - (Optional)*/
    border-left: 15px solid #191996;
    border-right: 2px solid #191996;/*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: #F8F8F8;
}
cite a {
    text-decoration: none;
    background: #eee;
    cursor: pointer;
    padding: 0 3px;
    color: #973E10;
}
cite a:hover {
    color: #666;
}
blockquote em {
    font-style: italic;
}
/* Special Links */
a[href^="tel:"] {
    font-size: 1.2rem;
    color: #1c458b !important;
    text-decoration: none;
    border-bottom: dashed 1px #1c458b;
}
a[href^="tel:"]:hover {
    color: #e43742 !important;
    border-bottom: dashed 1px #e43742;
}
a[href^="tel:"]:before {
    content: "\260e";
    margin-right: 0.15em;
}
a[href^="mailto:"] {
    font-size: 1.2rem;
    color: #1c458b !important;
    text-decoration: none;
    border-bottom: dashed 1px #1c458b;
}
a[href^="mailto:"]:hover {
    color: #e43742 !important;
    border-bottom: dashed 1px #e43742;
}
a[href^="mailto:"]:before {
    content: "\2709";
    margin-right: 0.15em;
}
a.external:after {
    content: url(images/external.png);
    margin-left: 0.25em;
}
#mwd a {
    color: #CCD2F4 !important;
    text-decoration: none;
    border-bottom: dashed 1px #E84814;
}
#mwd a:hover {
    color: #FCFCFC !important;
    border-bottom: dashed 1px #fff;
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
.hmy-section h1, .masthead h1 {
    font-size: 1.35rem !important;
    letter-spacing: normal !important;
}
.phone {
    font-size: 1.5rem !important;
}
}

@media only screen and (min-width: 0px) and (max-width: 900px) {
.break-to-50.hmy-section {
    flex-basis: 50% !important;
}
.hmy-section.heading {
    flex-basis: 100% !important;
}
.masthead .hmy-content {
    text-align: center !important;
}
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
body {
    font-size: 95%;
}
.p7HMY .hmy-section {
    flex-basis: 100% !important;
}
.hmy-content-wrapper {
    border: none !important;
}
.p7form-wrapper {
    border: none !important;
    padding: 0px !important;
}
.masthead .hmy-content {
    padding: 0px 5px !important;
}
}

/*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;
}
}
