
body {
height: auto;
background:#ffffff;
//background-image: url('../images/back.jpg');
//background-repeat: repeat-x;
//background-position: -100px 270px;
}



/* CHANGES THE MAXIMUM PAGE WIDTH */

/* CHANGE BLOG.CSS .BLOG-MAIN REMOVE */
.grid-container{max-width: 75.5rem !important;}
/* CHANGE NAV WIDTH TO SAME AS ABOVE */
.top-bar {max-width: 75.5rem !important;}


/* ADDRESS BAR */
.address-bar {
  padding-top: 15px;
  padding-bottom: 12px;
  
  background:#26a05d;
  //background:#BBBC1D;
  padding-right: 10px;
}

ul.address-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
ul.address-list li {
  float: left;
  color: #ffffff;
  margin-right: 30px;
  font-size: 14px;
  font-weight:lighter;
  font-family: 'Open Sans', sans-serif;
}
ul.address-list li a {
  display: block;
  color: #ffffff;
}
ul.address-list li i {
  color: white;
  font-size: 15px;
  padding-right: 5px;
}
ul.address-list li.location {
  margin-left: 0px;
}

ul.social-icons li {
  float: right;
  margin-left: 0px;
  margin-right: 0px;
}
ul.social-icons li a {
  display: block;
  margin-left: 10px !important;
}
ul.social-icons li a i {
  color: #ffffff;
  font-size: 22px;
  transition: all 0.2s ease-in-out;
}
ul.social-icons li a i:hover {
  opacity: 0.7;
}



div#SmartText, div#epilogue {
  position: absolute;
  margin-left: -500px;
  font-size: 12px;
  color: #1A1A1A;
  width: 400px;
}

div#SmartText p {
  font-size: 12px;
}

div#SmartText h1 {
  font-size: 25px;
  background: none;
  color: black;
}

div#SmartText h2 {
  font-size: 25px;
  background: none;
  color: black;
}

/* LOGO */

.hero-container{
 //margin-top:-75px;    /* use with slideup sticky nav */
min-height:500px;
//width:100%;
text-align:center;
//height: 540px; 
background: url('../images/banner-2.jpg?v=4598795') no-repeat center center scroll; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
padding-bottom:15px;
}

img.logo{margin-top:-15px;display:block;position:relative;width:270px;}
//img.logo{margin-top:-10px;padding-bottom:7px;display:block;position:relative;width:225px;} /* logo fixed smaller for transparent nav */


h1.intro-top{
text-transform:none;
	display:block;
	//line-height:1em;
//padding-left:0.5em;
//padding-right:0.5em;
margin-top:27%;
font-family: 'Yanone Kaffeesatz', sans-serif;
font-size:52px;
color:#5DAA54;
//text-shadow: 1px 1px 1px #000;
text-align:left;
font-weight:normal;
z-index:10000;
}

p.sub-text{color:#1a1a1a;font-size:18px;text-align:left;padding-bottom:0.5em;font-weight:lighter;}
h2.subtitle{margin-top:0px;padding-bottom:25px;text-align:left;font-size:19px;color:#333;font-weight:bold;text-shadow: 1px 1px 1px rgba(0,0,0,0.1);letter-spacing:2px;}

.home-button{
font-weight:bold !important;
-webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .75);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .75);

}

ul.serviceslist li span i{color:#e5e5e5;}
ul.serviceslist li{font-family: 'Montserrat', sans-serif;font-weight:lighter;font-size:15px;}

/* ICONS */

.social-icons{margin-top:-49px;}
.social-bottom{transition:all 0.2s ease-in-out;font-size:20px !important;}
.social-bottom > i.social-blue{text-shadow: 0px 2px 4px  rgba(0,0,0,0.2);}
.social-bottom:hover{opacity:0.8;}
.social-blue{color:#91C8FD;}
.social-gray{color:#ffffff;font-size:16px !important;}

.social-share-box{
	text-align:right;
	margin-top:29%;
	
}





div.header-container{
	/*
  margin-top:0px; 
  
background-image: url(../images/page-banner-hex.jpg?v=3);
background-repeat:  no-repeat;
background-position: 0px 0px;
background-size: cover;
*/


/*
background: rgb(148,191,232);
background: -moz-radial-gradient(center, ellipse cover, rgba(148,191,232,1) 0%, rgba(32,124,229,1) 100%);
background: -webkit-radial-gradient(center, ellipse cover, rgba(148,191,232,1) 0%,rgba(32,124,229,1) 100%);
background: radial-gradient(ellipse at center, rgba(148,191,232,1) 0%,rgba(32,124,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94bfe8', endColorstr='#207ce5',GradientType=1 );
*/
/*
background-color: #75c044;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(45deg, #008ac9, #75c044);
    background-image: linear-gradient(45deg, #008ac9, #75c044);
*/

background-image: linear-gradient(to right,#61B157 0%,#00a1d0 100%);


padding-left:0px;
height:290px;
padding-top:30px;
padding-bottom:30px;


}


div.header-container h1{
	
text-align:left;
font-size:30px;
color:#ffffff;
letter-spacing:4px;
font-family: 'Open Sans', sans-serif;
margin-top:145px;
font-weight:bold;
margin-left:0px;
}

div.header-container p{color:white;margin-top:-5px;letter-spacing:3px;text-transform:uppercase;font-size:14px;padding-left:42px;}
/*
div.header-container h1::after {
    content: "";
    display: block;
    border-top: 4px solid yellow;
    width: 70px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 50px;
}
*/

/* SANTE Q STYLES */

.header-container-sante{
 //margin-top:-75px;    /* use with slideup sticky nav */
height:auto;
//width:100%;
text-align:center;
//height: 540px; 
background: url('../images/sante.jpg?v=459g8795') no-repeat center 0px scroll; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
padding-bottom:90px;
}

.holder {
	margin-top:190px;
    padding-left: 3em;
    padding-right: 3em;
	padding-top:50px;
	padding-bottom:20px;
    border: 1px solid #ffffff;
    background: linear-gradient(-135deg, rgba(26, 68, 97, .4) 0%, rgba(53, 123, 191, .4)100%);
    font-weight: 800;
    font-size: 1.25rem;
}

.holder h1{padding-top:40px;font-family: 'Muli', sans-serif !important;color:white;font-weight:bold;font-size:47px;text-transform:none;}
.holder p{
	    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	margin-top: 0;
    margin-bottom: 1rem;
	font-family: 'Muli', sans-serif !important;
	color:white;
	font-weight:700 !important;
	font-size:19px;
	
	}

.holder i{color:white;padding-top:60px;}

.cols{
	
	}
	
	.cols h2{
		border:none !important;padding-left:0px !important;
		font-weight: 700;
    color: #1B6891;
	font-size:2rem;
	}
	
.cols p{font-family: 'Muli', sans-serif;
    color: #9B9C9E;}	

	
	.color-panel h2{display:block;min-height:90px;color:white;border:none !important;padding-left:0px !important;font-size: 2rem;padding-right:2em;}
	.color-panel{
		background-color: #26a05d;
    color: #ffffff;
    padding: 1em 2em 1em 2em;
    height: 100%;
	}
	.color-panel p{color:white;font-family: 'Muli', sans-serif;}

/*****************************/

/* PROFILES */

div div div.profile-container{
background:#ffffff !important;
border:1px solid #e5e5e5;
//border:none !important;
padding-bottom:0px;
}

div.bio{margin-top:23px;}
div.profile-container h2 > span{color:#808080;display:block;padding-top:3px;white-space:none;font-weight:lighter;font-size:16px;}
div.profile-container h2{margin-top:0px;display:block;background:#fcfcfc;padding:10px;}
div.profile-container img{position:relative;object-fit: cover;object-position: 50% 50%;margin-top:0px;width:270px;height:270px;}
div.profile-container p{font-size:16px;}


/* TYPOGRAPHY */

p{font-size:17px;font-weight:lighter;font-family: 'Open Sans', sans-serif;}

.normal-text{font-weight:normal;}

.larger-font{font-size:20px;color:#595959;text-decoration:underline;}

h1{color:#333333;font-family: 'Open Sans', sans-serif;font-size:22px;text-transform:uppercase;display:block;}

h1.logo-heading{
color:white;
font-family: 'Cutive', serif;
font-weight: 300;
font-size: 50px;
word-spacing: 5px;
margin-top:50px;
text-align:center;
border-bottom:none;
text-transform:none;
}

h2{
	
//color:#444;
color: #1B6891;
margin-top:40px;
//font-family: 'Ubuntu', sans-serif;
font-family: 'Open Sans', sans-serif;
font-size:24px;
font-weight:700;

}

div.page-container h2{border-left:4px solid #e5e5e5;padding-left:15px;}
div.bio-extended h2{padding-left:0px;border:none;}

.inner-wrapper h3{display:block;padding:15px;background:#61B157;color:white;font-size:20px;width:100%;text-align:center;}
.inner-wrapper{padding:0px 0px 15px 0px;border:none !important;}
.inner-wrapper ul{padding-left:15px;}
.inner-wrapper i{color:#ccc;}

h2 > strong{color:#2392FB;}

h2.dark-headings {
    color: #3f3f3f;
    text-align: center;
}

h2.welcome{color:#595959;margin-top:50px;font-size:40px;margin-bottom:50px;text-align:center;font-family: 'Montserrat', sans-serif;}

.mid-section-lower div div div > h2.welcome:after{
    content: "";
    position: absolute;
    width: 6%;
    height: 1px;
    margin-top: 70px;
    left: 47%;
	border-bottom: 4px solid #808080 !important;
}


h2.gallery-headings {
    display: block;
    border-bottom: 1px dotted black;
    color: #111111;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 32px;
	font-weight:normal;
}

h5.desc-heading{
	margin-bottom:5px;
	color:#ccc;
}


/* PAGE CONTAINERS */

.wrapper-white{
	background:#ffffff;
	padding-bottom:50px;
}


.page-container{}


p.tagline-1{color:#f2f2f2;text-align:center !important;font-size:22px;font-weight:normal;}



div.mid-section-lower{
min-height:auto;
background:#f9f9f9;
padding-top:40px;
padding-bottom:40px;

}


/*  CARD EXAMPLES HOME PAGE   */

/* ARTICLE CARDS */

div.text-card{background:white;box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);transition:all 0.3s ease-in-out;}
div.text-card:hover{box-shadow: 0 0 9px 0 rgba(0,0,0,0.2);}


div.text-card .inner p{
	text-align:left;
color: #262525;
line-height:24px;
font-size:15px;
margin-left:30px;
margin-right:30px;
padding-bottom:0px;
font-family: 'Montserrat', sans-serif;
font-weight:300;
}

div.text-card .inner .top-label > span{
	display:block;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	font-size:11px;
	padding-top:30px;
	letter-spacing:3px;
	padding-bottom:80px;
	margin-left:30px;
	}
	
	
div.text-card h3{
	color: #231f20 !important;
	 margin-left:30px;
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
    padding-bottom: 16px;
	font-weight:300 !important;
    line-height: 40px;
	}
	
a.readmore-link{
	display:block;
	font-weight:400;
	font-size:15px;
	margin-left:32px;
	padding-bottom:32px;
	font-family: 'Montserrat', sans-serif;
	}
	
	a.readmore-link:hover{text-decoration:underline;}

a.readmore-link:hover{color:green;}
a.readmore-link i{transition:all 0.2s ease-in-out;}
a.readmore-link:hover i{margin-left:3px;}

/* include image */
div.card-image-container{padding-bottom:40px;}
div.card-image-container a img{
	min-width:100%;
	object-fit: cover;
	height:250px;  /* ADJUST HEIGHT */
	}	



/*********************************************/


div.service-intro{background:#f7f7f7 !important;border:1px solid #e5e5e5;}


div.mid-section-lower p{text-align:center;font-size:17px;}

p#share-text{text-align:center;color:#595959;margin-top:0px;margin-bottom:-30px;}

i.share-it{font-size:45px;opacity:0.4;}



.content-container{background:#f7f7f7;}

ol.number-list li{margin-bottom:15px;}
ul.arrow-list{margin-left:23px;}
ul.service-page-list li{font-family: 'Open Sans', sans-serif;font-weight:lighter;}
ul.service-page-list{margin-left:23px;}
ul.service-page-list li i{color:#e5e5e5;}

div.inner-panel{
margin-top:10px;
padding:10px 10px 10px 10px;
background: #ffffff;
box-shadow: 0 5px 10px 0 rgba(0,0,0,0.22);

}
div.inner-panel h2{text-align:center;margin-bottom:30px;font-size:32px;font-family: 'Titillium Web', sans-serif !important;}
div.inner-panel p{text-align:center;font-weight:normal;}


/* ABOUT PROFILE BLOCK */

.panel{padding-left:0px !important;padding-bottom:0px !important;margin-bottom:0px !important;}

.about-row{padding-bottom:0px !important;margin-bottom:0px !important;margin-left:0px !important;margin-right:0px !important;}

p.img-cont{display:block;padding:0px !important;margin-bottom:0px !important;width:100%;}

div.about-block{
background:#61B157;
padding-left:50px !important;
padding-right:50px !important;
padding-bottom:0px !important;
margin-bottom:0px !important;
}

.portrait-container{
background:#61B157 !important;
border:0px !important;
padding:0px !important;

}

h2.profile > span{display:inline-block;font-size:19px;font-weight:normal;}


img.profile{
margin-left:auto;
margin-right:auto;
display:block;
//overflow:hidden;
border:0px !important;
margin-top:0px;
margin-bottom:-1px;
width: 100%;
object-fit: cover;
padding-bottom:0px !important;
}

div.about-block p{color:white;}
div.about-block h2{color:white;font-size:26px;font-family: 'Open Sans', sans-serif;text-transform:uppercase;font-weight:bold;}
div.about-block h2 small{line-height:23px;margin-top:5px;color:white;font-weight:normal;font-size:18px;text-transform:none;margin-bottom:30px;display:block;}

div.bio-extended p{}

/* END ABOUT BLOCK */


/* LEFT AND RIGHT IMG CLASSES */

.imgisleft{margin-right:15px;margin-top:7px;padding-bottom:5px;}
.imgisright{margin-left:15px;margin-top:7px;}


/* CONTACT */
div.contact-section {
  background: #EDF4F8;
  padding-top: 80px;
  padding-bottom: 40px;
}

span.contact-icon {
  display: block;
  font-size: 50px;
  margin-top: -80px;
  left: 37%;
  text-align: center;
}

div.contact-wrapper {
  background: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
}
div.contact-wrapper h2 {
  color: #535f70;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  text-shadow: none;
  font-family: 'Open Sans', sans-serif;
}
div.contact-wrapper h2:hover {
  color: #166bab;
}
div.contact-wrapper:hover span.contact-icon > i.plum {
  color: #60ad56 !important;
}
div.contact-wrapper p {
  text-align: center;
  margin-bottom: 0px;
  font-size: 17px;
}

i.send-icon{font-size:22px;color:green;}	
i.error-icon{font-size:22px;color:red;}	


/* TESTIMONIALS NEW */


div div div.testimonial-container{
background:#fcfcfc !important;
border:1px solid #e5e5e5;

}

div div div.testimonial-container > i{font-size:35px;display:block;padding-top:25px;margin-right:10px;color:#ccc;opacity:1;}
div div div.testimonial-container p{margin-left:47px;font-size:15px;}
div div div.testimonial-container p.testimonial-person{letter-spacing:0.15em;font-weight:normal;font-size:14px;color:#595959;}
div div div.testimonial-container p.testimonial-line2{letter-spacing:0.09em;font-weight:lighter;font-size:12px;margin-top:-15px;}


/* share icons */


.share-icon {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 37px;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
	transition: all 0.3s ease;
	outline: 0;

	box-shadow: 
	  		0 2px 4px rgba(0,0,0, 0.12),
	    	0 2px 4px rgba(0,0,0, 0.24);
}
	.share-icon:hover,
	.share-icon:focus {
		box-shadow: 
	  		0 3px 6px rgba(0,0,0, 0.12),
	    	0 3px 6px rgba(0,0,0, 0.24);

	    -webkit-transform: scale(1.2);
	    -moz-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	    -o-transform: scale(1.2);
	    transform: scale(1.2);
	}
	
	

.facebook {
	background-color: #3b5998; 
}
.pinterest {
	background-color: #BD081C; 
}

.linkedin-home {
	background-color: #007BB6; 
}
.twitter {
	background-color: #00abe3; 
}
.googleplus {
	background-color: #d3492c;
}

.facebook,.linkedin-home,.pinterest,
.twitter,
.googleplus {
	color: #fff;
}
    .pinterest:hover,
    .linkedin-home:hover,
	.facebook:hover,
	.twitter:hover,
	.googleplus:hover {
		color: #eee;
	}


/* LINK STYLES */

.link-style1{color:#549ef8;}
.link-style2{color:white;font-weight:bold;text-decoration:underline;}
.link-style2:hover{color:#f2f2f2;}
.link-style3{color:#549ef8;font-weight:700;font-size:14px;}





/* colours */

.red{color:#ff0000;}
.circle{color:#1963A8;opacity:1;}
.dark-green{color:#136A3C;}
.pale-green{color:#E0E0A2;}
.white{color:#ffffff !important;}
.fb {color: #3b5998;}
.li{color: #0076B4;}
.gplus {color: #d3492c;}
.bg-white{background:#ffffff;}

.tiny-link{color:#0F7AEC;font-size:11px;}

.plum{color:#61B157}

div.section-1-home{
padding-top:50px;
background:white;

}


div.clients-section{

background:#f7f7f7;
padding-top:30px;
padding-bottom:50px;

}


.lower-section{
background:white;
padding-bottom:30px;

}

div.service-title{
background:white;
padding-top:10px;
padding-bottom:35px;
}


/*  LOWER SERVICE BOXES */
.square-card-container {
padding:20px 10px 10px 10px;
background:white;
    position: relative;
    display: block;
    margin-bottom: 1.25rem;
    border-radius: 3px;
    box-shadow: none;
    transition: all 0.2s ease-out;
    //cursor: pointer;
    overflow: hidden;
box-shadow: 0 2px 5px  rgba(0,0,0,0.15);
}




.square-card-container:hover {box-shadow: 0 5px 10px 0 rgba(0,0,0,0.22);}

.service-box-home{text-align:center;}
.service-box-home h3{text-align:center;font-size:19px;color:#5b5b5b;font-family:ubuntu,Tahoma,Arial;}
.service-box-home i{text-align:center;display:block;font-size:100px;color:#d9d9d9;}
.service-box-home p{font-size:13px;color:#595959;padding-bottom:5px;}

.service-box-home a:hover >  i{opacity:0.9;color:#afe592;}


/* RECENT BLOG POSTS HOME PAGE */



div.home-image-container{
//height:auto;  /* NEW  */
   // width: 100%;
   overflow: hidden;
   // display: block;
   background:blue;
	}
	
	
	div.home-image-container a > img{
		
	min-width:100%;
	object-fit: cover;
	height:182px;  /* ADJUST HEIGHT */
	 -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	}	

	
div.home-post{
	background:white;
	//box-shadow: 0 1px 15px 0 rgba(0,0,0,0.15);
	border: 1px solid #e5e7e9;
	}
div.home-post p.content{color:#595959;font-size:14px;padding-left:5px;padding-right:5px;}
div.home-post h4{margin-top:20px;color: #25313d;font-family: 'Open Sans', sans-serif;font-size:18px;font-weight:700;padding-right:10px;padding-left:15px;transition:all 0.3s ease-in-out;}
div.home-post h4:hover{color: #cfaa45;}
div.home-post > div.inner:hover h4{color:#cfaa45;}
div.home-post p.author{color:#595959;font-size:14px;}
div.home-post p.date{margin-left:15px;margin-top:20px;padding-bottom:15px;text-transform:uppercase;color: #aaaaaa;font-size:11px;font-weight:normal;font-family: 'Open Sans', sans-serif;}
div.home-post p > span{color: #cfaa45;}






/********************************/


/* BOTTOM BOXES HOME PAGE  */



div.textcontent p{text-align:left;margin-bottom:0px;margin-top:-5px;font-size:14px;}

div.bottom-box h2{
color:#4d4d4d;
text-align:left !important;
font-size:18px;
font-weight:bold;
margin-top:30px;
text-shadow:none;
font-family: 'Open Sans', sans-serif;
}

div.bottom-box h2:hover{color:#166bab;}
.bottom-box{background:#f9f9f9;
padding-top:0px;
padding-bottom:15px;}
.bottom-box .textcontent{padding-top:0px; padding-bottom:30px;}
.bottom-box .textcontent p{margin-top:15px;}
.bottom-box .service-icon-home{margin-top:30px;font-size:50px;color:#DDDD9F;}




/******************************/

/* SCROLL TO TOP BUTTON */

.back-to-top {
    position: fixed;
	text-align:center;
    bottom: 50%;
    right: 10px;
    text-decoration: none;
    color: #ffffff;
	background-color: rgba(81, 116, 164, 0.5);
    font-size: 30px;
    padding: .1em .1em .1em .1em;
	border-radius: 3px;
	width:42px;
	height:42px;
    display: none;
	z-index:5000;
}


.back-to-top:hover {    
    background-color: rgba(81, 116, 164, 1);
	text-decoration:none;
	color:#d9d9d9;
}

.back-to-top > i{margin-top:1px;color:#ffffff;display:block;}


/* FOOTER */

footer {
background: #1a1a1a;
padding: 5px;
}

footer p{
color:#808080;
font-size:14px;
margin-top:15px;
}


img.footer-logo{margin-top:12px;display:block;width:120px;}




/* PORTFOLIO MODAL */

.portfolio-modal p{font-size:16px;}

p.product-title{
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-size:14px;
font-weight:bold;
text-align:center;
}

p.product-title > span{
font-weight:normal;

}

ul.modal-list {
    list-style: none;
    margin-left: 0px;
	background:#f2f2f2;
	padding:10px;
}

ul.modal-list li{color:#4E5A5E;font-size:16px;}

ul.home-list{text-align:left;list-style:none;color:#595959;font-size:17px;}

div.modal-container{padding:25px;}
div.modal-container h2{margin-top:0px;}

div.reveal{
margin-top:0px !important;
padding:0px !important;
//border-radius:10px !important;
outline:none;

}

div.reveal p{margin-top:0px;}

div.reveal p > img{margin-top:40px;}

div.modal-header{
//border-radius:10px;
padding-top:0px;
padding-bottom:15px;
//background:#F1F3F4 !important;
display:block;
height:50px;

}


p.modal-lead{
	color: #6d6e71;
	font-weight:bold;
	padding-left:10px;
	padding-right:5px;
}

h2#modalTitle{

margin-top:1px;
font-weight:bold;
font-size:21px;
color:#627279;
background:#F1F3F4 !important;
width:100%;
display:block;
padding-top:10px;
padding-left:25px;
border-bottom:1px solid #CFD7DA !important;
padding-bottom:10px;
}

.modal-button{margin-top:10px;}

h2.movie-title{
color:#40545C;
font-weight:bold;
font-size:25px;
margin-top:30px;
}



.button.medium.clear-style{
	font-size:17px;
background:transparent !important;
padding-top:1.1em;
padding-bottom:1.1em;
padding-left:2em;
padding-right:2em;
border:1px solid #cccccc;
font-weight:bold !important;
color:#696969;
transition: all 0.3s ease-in-out;
}
.button.medium.clear-style:hover{border: 1px solid #808080;}
.button.medium.clear-style i{transition: all 0.3s ease-in-out;margin-left:3px;font-size:19px;}
.button.medium.clear-style:hover > i{padding-left:5px;}	
	

/* SIDEBAR NAV */	

ul.services-nav{margin-top:50px;}

ul.services-nav li > a {
	font-size:14px;
    transition: all 0.2S ease-in-out;
    display: block;
    color: #666666 !important;
    padding: 15px 20px 15px 20px !important;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

ul.services-nav li > a:hover{background:#f9f9f9;}
ul.services-nav li a > i{transition: all 0.2S ease-in-out;color:#FBC12F;}
ul.services-nav li a:hover  i{margin-right:-3px;}

ul.services-nav > li:first-child  {
	 
    //background: #FBC12F;
	background:#187E47;
    border: none; 
	padding: 13px 20px 13px 20px !important;
    font-size:14px;
    color: #ffffff !important;
    text-align: center;
    font-weight: bold;
}


/* SLIDE UP TILE CAPTIONS */
 
 
.service-top{}

 
  
.cta > .inner {
    position: relative;
    overflow: hidden;
	box-sizing: border-box;
	padding:0px;
	margin:0px;
	
}

.cta-description{
	
	background:rgba(92, 170, 82,0.7);
	padding:35px 15px 35px 15px;
	margin-top:-70px;
	//z-index:5000;
	position:absolute;
	width:100%;
    transition: all .4s  ease-in-out;
	height:auto;

}
.cta-description h3{font-size:18px;color:white;margin-top:-20px;padding-bottom:10px;padding-top:7px;}
.cta-description  > i{font-size:35px;float:left;color:white;margin-top:-17px;padding-right:10px;}


div.cta:hover a.tnail{
transform: translate(0px, -20px);
-webkit-transition: -webkit-transform .5s ease-out,top .5s ease-out;
}
	
div.cta:hover .cta-description{
	background:rgb(92, 170, 82);
	transition: all .4s  ease-in-out;
	display:block;
	margin-top:-210px;
	}

.cta a.tnail {
    position: relative;
   
    -webkit-transition: -webkit-transform .4s ease-out,top .4s ease-out;
    -moz-transition: -moz-transform .4s ease-out,top .4s ease-out;
    -o-transition: -o-transform .4s ease-out,top .4s ease-out;
    transition: transform .4s ease-out,top .4s ease-out;
	
    display: block;
    background-repeat: no-repeat;
}

.cta a.tnail > img{
	margin-bottom:-20px;
	height: 400px;
	object-fit: cover;
	min-width:100%;
	
}


div.call-to-action p{font-size:16px;color:white;opacity:0;transition: all .4s  ease-in-out;margin-left:5px;}
div.cta:hover div.inner .cta-description .call-to-action  p{display:block;opacity:1;margin-top:-10px;}


div.img-container {  
height: 200px; /*can be anything*/
position: relative;
overflow:hidden;

//background-image: url('icons/checkered.jpg');
//background-repeat: repeat;
}

div.img-container > img {  
position: absolute;  
top: 0;  
bottom: 0;  
left: 0;  
right: 0;  
margin: auto;
}
