/*!
 * Start adWhite Custom Style Sheet
 * Copyright 2010-2016 adWhite Advertising & Marketing, Mike Lampkin - developer
 * Licensed under MIT

 Copyright (c) Copyright 2010-2016 adWhite Advertising & Marketing, Mike Lampkin - developer

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

abc2d0
999999
h1 {
  font-family: "garamond-premier-pro",sans-serif;
  }
  
h1 {
  font-family: "rooney-sans",sans-serif;
  }
  
  abc2d0
  
  Dark Blue: 005295
  Green: 1fb25a
  */




body
{
	display:inline-block;
	position:relative;
	font-family: "rooney-sans",sans-serif;
	font-size:18px;
	color:#000;
	text-decoration: none;
	margin:0 auto;
	margin-top:30px;
}

h1,h2,h3,h4,h5,h6 { 
	font-family: 'garamond-premier-pro', sans-serif; 
	font-weight:700;
	margin:10px auto;
	}

h3 {
	font-size:200%;
}

h4 {
	font-size:150%;
}


#social-sprites {
/* 	display:inline-block; */
/* 	width:30%; */
	height:100%;
	margin:0 auto;
	padding:0;
	vertical-align:middle;
	z-index:1000;
	}

#social-sprites p {
	display:inline-block;
	position:relative;
	margin:0 auto;
	padding:2px;
	height:50px;
	width:50px;
	vertical-align:middle;
}

.phone {
    background:url('../images/social-icons-sprites-50px.png') -0px -5px;
}
.phone:hover {
    background:url('../images/social-icons-sprites-50px.png') -300px -5px;
}

.email {
    background:url('../images/social-icons-sprites-50px.png') -50px -5px;
}
.email:hover {
    background:url('../images/social-icons-sprites-50px.png') -350px -5px;
}

.facebook {
    background:url('../images/social-icons-sprites-50px.png') -100px -5px;
}
.facebook:hover {
    background:url('../images/social-icons-sprites-50px.png') -400px -5px;
}

.twitter {
    background:url('../images/social-icons-sprites-50px.png') -150px -5px;
}
.twitter:hover {
    background:url('../images/social-icons-sprites-50px.png') -450px -5px;
}

.instagram {
    background:url('../images/social-icons-sprites-50px.png') -200px -5px;
}
.instagram:hover {
    background:url('../images/social-icons-sprites-50px.png') -500px -5px;
}

.google {
    background:url('../images/social-icons-sprites-50px.png') -250px -5px;
}
.google:hover {
    background:url('../images/social-icons-sprites-50px.png') -550px -5px;
}

.linkedin {
    background:url('../images/social-icons-sprites-50px.png') -0px -55px;
}
.linkedin:hover {
    background:url('../images/social-icons-sprites-50px.png') -300px -55px;
}

.vimeo {
    background:url('../images/social-icons-sprites-50px.png') -50px -55px;
}
.vimeo:hover {
    background:url('../images/social-icons-sprites-50px.png') -350px -55px;
}

.youtube-icon {
    background:url('../images/social-icons-sprites-50px.png') -100px -55px;
}
.youtube-icon:hover {
    background:url('../images/social-icons-sprites-50px.png') -400px -55px;
}

.youtube {
    background:url('../images/social-icons-sprites-50px.png') -150px -55px;
}
.youtube:hover {
    background:url('../images/social-icons-sprites-50px.png') -450px -55px;
}

.skype {
    background:url('../images/social-icons-sprites-50px.png') -200px -55px;
}
.skype:hover {
    background:url('../images/social-icons-sprites-50px.png') -500px -55px;
}

.yahoo {
    background:url('../images/social-icons-sprites-50px.png') -250px -55px;
}
.yahoo:hover {
    background:url('../images/social-icons-sprites-50px.png') -550px -55px;
}


section { 
	display:inline-block;
/* 	position:relative; */
	width:100%;
	padding:50px 0; 
	margin:0 auto!important;
	overflow: hidden;
	}

section h2
{
	margin:0 auto!important;
	padding:0;
	font-size:300%;
	font-weight:700;
	color:#005295;
}

section p {
	margin:12px auto!important;
}

section img {
	display: inline-block;
	height: 125px;
	width: auto;
	margin: 10px 25px;
}

.row {
	margin:0 auto;
}
.social-icons {
	width:50px;
	height:50px;
}
.section-dark
{
/* 	color: rgba(255, 255, 255, 0.94); */
	background-color: #abc2d0;
}

.section-dark a
{
/* 	color: #efefef; */
	text-decoration: none;
}

.section-light
{
/* 	color: #abc2d0; */
	background-color: #efefef;
}

.section-light a { text-decoration: none; }

.section-light h4 {
	text-align: left;
	margin-top: 20px;
	padding: 0 0 0 10px;
	width: 100%;
	color: #e7e7e7;
	text-transform:uppercase;
	font-weight: 900;
	border-top-left-radius:8px;
	border-bottom-left-radius:8px;
	
	
	  /* fallback */
  background-color: #005295;
  background-repeat: repeat-y;

  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, left top, right top, from(#005295), to(#e7e7e7));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(left, #005295, #e7e7e7);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #005295, #e7e7e7);

  /* IE 10 */
  background: -ms-linear-gradient(left, #005295, #e7e7e7);

  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #005295, #e7e7e7);
}


.section-dark h4 {
	text-align: left;
	margin-top: 20px;
	padding: 0 0 0 10px;
	width: 100%;
	color: #fff;
	text-transform:uppercase;
	font-weight: 900;
	border-top-left-radius:8px;
	border-bottom-left-radius:8px;
	
	  /* fallback */
  background-color: #005295;
  background-repeat: repeat-y;

  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, left top, right top, from(#005295), to(#abc2d0));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(left, #005295, #abc2d0);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #005295, #abc2d0);

  /* IE 10 */
  background: -ms-linear-gradient(left, #005295, #abc2d0);

  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #005295, #abc2d0);
}

.section-dark h4 span:first-child,
.section-light h4 span:first-child {
	-webkit-filter: drop-shadow(2px 2px 2px #010101);
	filter: drop-shadow(2px 2px 2px #010101);
}

.section-dark h4 span:last-child,
.section-light h4 span:last-child {
	font-size:90%;
	font-weight:100;
	font-style:normal;
	text-transform:none;
	-webkit-filter: drop-shadow(2px 2px 2px #010101);
	filter: drop-shadow(2px 2px 2px #010101);
}

.backimage {
	position:absolute;
	z-index:-999;
	width:100%;
	height:500px;
	border: 0px solid red;
}


/* NAVBAR NAVBAR */

/*     #navbarCollapse .toggled #navbarCollapse { display: none !important; } */
    
/*
.toggled .collapse {
	display: none!important; 
	}
*/
nav .container {
	text-align: center;
	margin: 0 auto;
}

/*
nav .container #navbarCollapse,
nav .container #navbarCollapse ul,
nav .container #navbarCollapse ul li,
nav .container #navbarCollapse ul li a {
	height: 100%;
	border: 1px solid purple;
}
*/
.navbar-link:hover
	{
	color: #ccc!important;
	background-color: #abc2d0!important;
	}

.navbar-link
	{
	-webkit-transition: background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;
	transition: background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;
	}

/* COLOR MY MENU BAR */
.navbar-default
{
	background-color: #abc2d0;
/* 	border-color: #ffffff; */
}

/* COLOR MY MENU BAR */
.navbar-default
	{
		background-color: #abc2d0;
		border-color: #000055;
	}

.navbar-default .navbar-brand 
	{ 
	color: #abc2d0; 
	}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus 
	{ 
	color: #abc2d0; 
	}
.navbar-default .navbar-text 
	{ 
	color: #999; 
	background-color: #abc2d0;
	}
.navbar-default .navbar-nav > li > a 
	{ 
	color: #005295; 
	border-right: 1px solid #1fb25a;
	padding-right:20px;
	margin-top:20px;
	}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus 
	{ 
	color:#000;
	font-weight:900; 
	}

  
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus
	{
	color: #fff; 
	background-color: #1fb25a;
	}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus
	{
	color: #fff; 
	background-color: #1fb25a;
	}

/* THIS IS THE TOGGLE BUTTON */
.navbar-default .navbar-toggle 
	{ 
		border-color: #000;
		background-color: #fff; 
	 }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus 
	{ 
		background-color: #000; 
	}
.navbar-default .navbar-toggle .icon-bar 
	{ 
		background-color: #abc2d0; 
	}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form 
	{ 
		color: #fff; 
	}
.navbar-default .navbar-link { color: #e7e7e7; }
.navbar-default .navbar-link:hover { color: #1fb25a; }





/* SHRINK THE NAVBAR */
nav.navbar, nav.li {
	height: 100px;
}

nav.navbar.shrink {
	height: 40px;
}

.navbar-default.shrink .navbar-nav > li > a {
	margin-top:0px;
}

img.logo {
	height: 70px;
}

img.logo.shrink-img {
	display:inline-block;
	position:relative;
	height: 40px;
	padding:0;
	margin:0 auto;
	margin-right:30px;
	top:-10px;
}

nav.navbar.noshrink.shrink {
	display:none;
}
	
/* ANIMATION FOR SHRINKING THE NAVBAR */
nav.navbar {
   -webkit-transition: all 0.8s ease;
   transition: all 0.8s ease;
}

img.logo {
   -webkit-transition: all 0.6s ease;
   transition: all 0.6s ease;
}


@media (max-width: 425px) {  
	img {
		max-width: 250px !important;
	}
}



@media (min-width: 768px) {
	.mw-550 {
		max-width: 550px !important;
	}
}














header
{
	display:block;
	position:relative;
	top:50px;
	background-image: url("../images/50129592-new.jpg");
    overflow: hidden;
	text-align: center;
	height:500px;
	width:100%;
	color: #fff;
	border-bottom:20px solid #abc2d0;
	margin-bottom:30px;
	padding:0;
}


#home .home-box {
	display:inline-block;
	
	width:100%;
	height:100%;
	margin:10px auto;
	padding:0;
}

#home .logo-container	{
	display:inline-block;
	max-width:1000px;
	width:900px;
	vertical-align:top;
}


#home .logo-container img {
	width:100%;
	margin:0 auto;
	-webkit-filter: drop-shadow(2px 2px 2px #010101);
	filter: drop-shadow(2px 2px 2px #010101);
}

#home .phone-number {
	margin:0 auto;
	font-size:200%;
	font-weight:bold;
	-webkit-filter: drop-shadow(2px 2px 2px #010101);
	filter: drop-shadow(2px 2px 2px #010101);
}

#home p.hours {
	margin:0 auto;
	font-size:100%;
	font-weight:bold;
	color:yellow;
	-webkit-filter: drop-shadow(2px 2px 2px #010101);
	filter: drop-shadow(2px 2px 2px #010101);
	border-radius:10px;
	padding:10px 40px;
	background-color:rgba(171, 194, 209, 0.3);
	width:450px;
}

#home .social-container {
	font-size:200%;
	-webkit-filter: drop-shadow(0px 0px 0px #fff);
	filter: drop-shadow(0px 0px 0px #fff);
}


/* Slideshow container */


#kodak {
	display:inline-block;
	position:relative;
	margin:auto;
	width:253px;
	height:330px;
	border:15px solid #fff;
	background-color:#e7e7e7;
	-webkit-filter: drop-shadow(5px 5px 5px #010101);
	filter: drop-shadow(5px 5px 5px #010101);
	-ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
	}
	

#leica {
	display:inline-block;
	position:relative;
	margin:0 auto;
	width:350px;
	height:456px;
	border:15px solid #fff;
	background-color:#e7e7e7;
	overflow:hidden;
	-webkit-filter: drop-shadow(5px 5px 5px #010101);
	filter: drop-shadow(5px 5px 5px #010101);
	}

.carousel {
/*
	display:block;
	position:relative;
*/
	margin:0;
	padding:0px 0 0 0;
	width:100%;
	height:100%;
}
.carousel-inner{
	width:100%;
	padding:0;
	margin:0;
	}

.carousel-inner > .item > img {
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	}

.carousel i {
	position:relative;
	vertical-align: middle;
	top:50%;
	font-size:1vw;
}
 
.carousel-indicators {
	display:none;
}

/* END SLIDESHOW */





/*

hr.star-light,
hr.star-primary
{
	padding: 0;
	border: none;
	border-top: solid 5px;
	text-align: center;
	max-width: 250px;
	margin: 25px auto 30px;

}

hr.star-light:after,
hr.star-primary:after
{
	content: "\f005";
	font-family: FontAwesome;
	display: inline-block;
	position: relative;
	top: -0.8em;
	font-size: 2em;
	padding: 0 0.25em;
}

hr.star-light { border-color: #fff; }

hr.star-light:after
{
	background-color: #abc2d0;
	color: #fff;
}

hr.star-primary { border-color: #abc2d0; }

hr.star-primary:after
{
	background-color: #efefef;
	color: #abc2d0;
}
*/

.section-light hr.elegant 
{
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.section-dark hr.elegant 
{
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, #abc2d0, rgba(255, 255, 255, 1.0), #abc2d0);
}

.img-centered { margin: 0 auto; }

.center {text-align: center;}
.centered { margin: 0 auto; }

.black {background-color:#000;color:#fff;}


.blendbox {
	width:100%;
    background: #437491; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#abc2d0 0%, #165072 100%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#abc2d0 0%, #165072 100%)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#abc2d0 0%, #165072 100%)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#abc2d0 0%, #165072 100%)); /* Standard syntax */
}

div.photos {
	background-color: #999;
	padding: 10px;
	border: 3px solid #abc2d0;
}

div.gallery {
	display: inline-block;
	margin:  5px auto;
	padding: 0;
	height: 150px;
}

img.gallery {
	width:100%;
	border: 3px solid #fff;
}


.cta {
	position:relative;
	width:100%;
	height:200px;
		background-image:url("../images/cta-bkgnd-grass.jpg");
		background-position:center bottom;
		background-size:contain;
		background-repeat:repeat-x;
/* 	text-align:center; */
	margin:0 auto;
	padding:10px;
	text-align:center;
}

.cta p {
    margin:0;
    position:absolute;
    width:100%;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}

.cta p a {
	color:#fff;
	font-size:300%;
	line-height:normal;
	font-weight:900;
	text-decoration:none;
	-webkit-filter: drop-shadow(5px 5px 5px #010101);
	filter: drop-shadow(5px 5px 5px #010101);
}

.cta p:hover a {
	border-radius:10px;
	background:#1fb25a;
	padding:10px 40px;
}



/* First image (Logo. Full height) */
.bgimg-1
{
	background-image: url("../images/background.jpg");
	min-height: 100%;
	
	background-color: #abc2d0;
}

/* Second image (Portfolio) */
.bgimg-2
{
	background-image: url('../images/background.jpg');
	min-height: 300px;
}

/* Third image (Contact) */
.bgimg-3
{
	background-image: url('../images/background.jpg');
	min-height: 300px;
}


.ridikulus {
	border-radius: 5px!important;
	background-color: #fff;
	-webkit-filter: drop-shadow(5px 5px 5px #010101);
	filter: drop-shadow(5px 5px 5px #010101);
}

.circle
{
	border-radius: 50%!important;
	background-color: #fff;
	-webkit-filter: drop-shadow(5px 5px 5px #010101);
	filter: drop-shadow(5px 5px 5px #010101);
}

.opacity, .hover-opacity:hover
{
	opacity: 0.60;
	filter: alpha(opacity=60);
}

.opacity-off, .hover-opacity-off:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
}

/*

.img-about {
	display: inline-block;
	max-width: 25%;
	height: auto;
	padding: 0 20px;
	margin: 0 auto;
	border: 1px solid red;
}

.img-services {
	display: inline-block;
	max-width: 30%;
	height: auto;
	padding: 0 20px;
	margin: 0 auto;
	border: 1px solid red;
}
*/


.photo-box {
	display:inline-block;
	position:relative;
	margin:10px auto;
	text-align:center;
	width:100%;
}

.photo-box-display {
	display:inline-block;
	position:relative;
	margin:10px auto;
	text-align:center;
	max-width:650px;
	width:400px;
	border:1px solid #000;
}

.photo-box-pics {
	display:none;
	width:100%;
	height:auto;
	margin:2px auto;
	padding:1px;
	}

.photo-library {
	display:inline-block;
	position:relative;
	width:100%;
	text-align:center;
}
	
.photo-library-item {
	display:inline-block;
/* 	width:24%; */
	border:1px solid #000;
}

.photo {
	margin:1px;
	padding:1px;
}




#contact {
	margin:0px;
}

.mugshot {
	width:200px;
}

.mugshot2 {
	width:360px;
}

.featureshot {
	width:450px;
}

.subshot {
	width:100px;
}

.storypic {
	width:200px;
}



#services-wrapper {
	width:100%;
	text-align:center;
}

#services-wrapper .services-box {
	display:inline-block;
	width:240px;
	border:1px solid black;
	border-bottom:5px solid black;
	border-radius:10px;
	margin:10px;
	vertical-align:top;
	text-align:left;
}

#services-wrapper .services-box p {
	width:85%;
	line-height:95%;
	margin:5px auto;
}

#services-wrapper span:first-child {
	display:inline-block;
	width:100%;
	text-align:center;
	font-size:100%;
	font-weight:bold;
	padding:5px;
	background-color:#abc2d0;
	border-radius:10px;
}

#services-wrapper span:last-child {
	display:inline-block;
	width:100%;
	text-align:center;
	font-size:100%;
	line-height:100%; 
	font-weight:bold;
	padding:5px;
	background-color:#e7e7e7;
	border-radius:10px;
	}

#services-wrapper ul.no-dot {
	list-style:none;
}


#services-wrapper ul.arrow-dot {
	list-style:circle;
}

#services-wrapper .dash-dot li {
    padding-left: 16px; 
    }

#services-wrapper .dash-dot li:before {
	list-style:none;
    content: "-"; /* Insert content that looks like bullets */
    padding-right: 8px;
    }
    
#services-wrapper li {
	line-height:105%;
	margin:10px 0;
}

#services-wrapper .health {
	border:1px solid red;
	border-bottom:5px solid red;
	border-radius:10px;
}

#services-wrapper .health span:first-child {
	background-color:rgba(255, 0, 0, 0.7);
}

#services-wrapper .cat {
	border:1px solid #ff7d6e;
	border-bottom:5px solid red;
	border-radius:10px;
}

#services-wrapper .cat span:first-child {
	background-color:rgba(255, 125, 110, 0.7);
}




.mapbox {
	width:100%;
	height:450px;
    background-image: url('../images/map-1920.jpg');
    background-size: cover;
    margin:0px;
    padding:30px; 
}

.mapgraphic {
	display:inline-block;
	float: left;
	margin:10px 0 0 0;
	z-index: 1;
}

.mapmessage {
	display:block;
	margin:0;
	padding:0;
	text-align:right;
	z-index:5;
	font-family: "Helvetica";
	font-size:9px;
	font-color:black!important;
	text-decoration:none;
}



section.success
{
	background: #999;
	color: #fff;
}

.modal-footer {
	color: #fff;
	font-size: 1em;
	text-align: center;
}

button.close {
	color: #fff!important;
}

input,textarea {
	border:none;
	background-color:#e7e7e7;
	color:#000;
	width:100%;
	border-radius:4px;
	padding:25px;
	margin:10px auto;	
}

.error {
	color: #FF0000;
	}

/*
.name,.email,.button {
	width:100%;
	background-color:#fff;
	padding:0;
}
*/

.btn-span {
	width:100%;
}

.btn-social
{
	display: inline-block;
	height: 50px;
	width: 50px;
	border: 2px solid #fff;
	border-radius: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 45px;
}

.btn-outline
{
	color: #fff;
	font-size: 20px;
	border: solid 2px #fff;
	background: transparent;
	transition: all 0.3s ease-in-out;
	margin-top: 5px;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active
{
	color: #000055;
	background: #e7e7e7;
	border: solid 2px #fff;
}


/*
.map-box {
	display:inline-block;
	position:relative;
	width:100%;
	padding:0;
	margin:10px auto;
}
*/

footer { color: #fff; }
footer h3 { margin-bottom: 30px; }

footer a {
	color: #fff;
}

footer .footer-above
{
	padding-top: 30px;
	background-color: #2C3E50;
}

footer .footer-col { margin-bottom: 30px; }

footer .footer-below
{
	padding: 25px 0;
	background-color: #233140;
}







.fleft {
	float:left;
}

.fleft:after {
	clear:both;
}

.fright {
	float:right;
}

.fright:after {
	clear:both;
}


.noshow {
	display:none!important;
}

.border {
	border:1px solid green;
}

.w330 {
	width: 330px;
}

.w300 {
	width: 300px;
}

.w200 {
	width: 200px;
}


.fa-facebook-official {
	font-size: 44px;
}




.banner {
  background-color: #00b454;
  padding-top: 20px;
  padding-bottom: 20px;
}

.l1 {
  text-transform: uppercase;
  font-size: 30px;
}

.l2 {
  font-size: 22px;
}

#contact {
  border-bottom: 12px solid #aac1d1;
}


.section-light .banner {
  padding: 30px;
  text-align: center;
  color: #fff;
}

.section-light .banner .l1 {
  font-size: 20px;
}

.section-light .banner .l2 {
  font-size: 16px;
}

@media (min-width: 781px) {  
.section-light .banner {
  display: none;
}
  }
  
  
  
  
.revels img {
    min-width: 330px;
}


.services-box .sb-title {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.services-box .sb-subt {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.services-box ul {
    padding-left: 12px;
    padding-right: 12px;
}



.graflex {
    transform: rotate(350deg) !important;
}




.service-cluster {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
}

.service-cluster h3 {
	font-family: "rooney-sans",sans-serif;
    font-size: 20px ;
    background-color: #005295;
    color: #fff;
    padding:6px 12px 4px;
    margin-bottom: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.service-cluster ul {
    border-left: 1px solid #005295;
    border-right: 1px solid #005295;
    border-bottom: 1px solid #005295;
    padding-left: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.service-cluster li {
    margin-bottom: 5px;
    line-height: 23px;
}

.service-cluster .annote {
    display: block;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    background-color: rgba(170, 194, 208, .5);
    margin-right: 10px;
    padding: 5px;
    border-radius: 2px;
}


.price-wrap {
    font-weight: 600;
    font-size: 20px;
      color: rgba(0,0,0,.9);
      padding: 3px;
      display: inline-block;
}


.health-cluster {
    padding: 20px;
}

.health-cluster h3 {
    font-family: "rooney-sans",sans-serif;
    font-size: 20px ;
    background-color: rgba(30, 178, 90, 1.00);
    color: #fff;
    padding:6px 12px 4px;
    margin-bottom: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    text-align: center;
}

.health-cluster ul {
    border-left: 1px solid rgba(30, 178, 90, 1.00);
    border-right: 1px solid rgba(30, 178, 90, 1.00);
    border-bottom: 1px solid rgba(30, 178, 90, 1.00);
    padding: 20px;
    text-align: center;
    font-size: 20px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}


.service-cta {
    padding: 20px;
}

.service-cta h3 {
    font-family: "rooney-sans",sans-serif;
    font-size: 20px ;
    background-color: rgba(9, 82, 149, .8);
    color: #fff;
    padding:6px 12px 4px;
    margin-bottom: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    text-align: center;
}

.service-cta ul {
    border-left: 1px solid rgba(30, 178, 90, 1.00);
    border-right: 1px solid rgba(30, 178, 90, 1.00);
    border-bottom: 1px solid rgba(30, 178, 90, 1.00);
    padding: 20px;
    text-align: center;
    font-size: 20px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}


.zildjan {
    border-left: 1px solid #ccd8df;
    padding-left: 15px;
    margin-left: 4px;
}



.sloxy {
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    background-color: rgba(170, 194, 208, .5);
    margin-right: 10px;
    padding: 5px;
    border-radius: 2px;
}

.fs-16 {
	font-size: 16px !important;
}


span.more-titling {
    border-bottom: 2px solid rgba(9,82,49,.25);
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 3px;
    font-weight: 600;
}





.row-punch-card {
    margin-bottom: 30px;
}

.row-punch-card .call-out {
     text-align: center;
    font-family: "rooney-sans",sans-serif;
    border: 1px solid rgba(9, 82, 149, .3);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-radius: 7px;
    font-size: 28px;
    line-height: 34px;
    max-width: 450px;
    padding: 70px 20px;
    background-image: url('../images/jenny-sue-circle-bg3.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}

.col-punch-card {
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-carousel-hair {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.title-hair-color {
    z-index: 200;
    position: relative;
    top: -25px;
    font-family: 'Satisfy', cursive;
  background: linear-gradient(to right, #FF6A00, #FF0080, #FFD500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
transform: rotate(-5deg);
    padding:  10px 0;
    text-align: center;
}


.ff-satisfy {
	    font-family: 'Satisfy', cursive;
}


.call-out {
    margin-bottom: 60px;
}

.call-out > .call-out-contain {
    transform: rotate(-10deg);
}

span.w-ask {
        font-family: 'Satisfy', cursive;
      color: #20b25a;
    display: block;
    font-size: 70px;
    margin-bottom: 20px;
}


.p-dpc {
    font-size: 50px;
    padding-bottom: 20px;
    font-family: 'Satisfy', cursive;
    background: linear-gradient(to right, #005295, #20b25a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    margin-top: 10px;
}

.link-hair-color {
 background: linear-gradient(to right, #FF6A00, #FF0080, #005295);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;   
}