
body {
height: auto;
background:#ffffff;

}



.sonar-wrapper{
	text-align:center;
	margin-top:40px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	}

.btn-sonar {
	
margin-left:10px;
margin-right:10px;
background: transparent;
border: 2px solid #35BAF2;
border-radius: 50%;
width: 65px;
height: 65px;
display: inline-block;
color: #fff;
outline: none;
position: relative;
}
  
  .btn-sonar::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
  }
  
  /*  USE WITH SVG ICONS CUSTOM */
  .svg-adjust{top:-11px !important;}
  .btn-sonar img{width:45px;color:#35BAF2;display:inline-block;padding-top:10px;fill:#35BAF2;}
  
  
.btn-sonar:hover::before {animation: sonar-effect 1.2s ease-in-out 75ms;}
.btn-sonar span{font-size:32px;margin-top:15px;color:#35BAF2;}
.btn-sonar:hover span{color:#35BAF2;}

.star-container{margin-top:40px;margin-bottom:20px;display:block;margin-left:auto;margin-right:auto;text-align:center;}
.star-container span i{color:yellow;font-size:32px;}


@keyframes sonar-effect {
    0% {
        opacity: 0.3;
        -webkit-box-shadow: 0 0 0 2px rgba(53,186,242, 0), 0 0 10px 10px rgba(53,186,242, 0), 0 0 0 10px rgba(53,186,242, 0);
    }
    40% {
        opacity: 0.5;
        -webkit-box-shadow: 0 0 0 2px rgba(53,186,242, 0.1), 0 0 10px 10px #35BAF2, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        -webkit-box-shadow: 0 0 0 2px rgba(53,186,242, 0.1), 0 0 10px 10px #35BAF2, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(53,186,242,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(53,186,242,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(53,186,242,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(53,186,242,0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}








/* CHANGES THE MAXIMUM PAGE WIDTH */

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


/* ADDRESS BAR */
.address-bar {
	position:relative;  /* use for transparent slide up only */
  padding-top: 10px;
  padding-bottom: 0px;
  //background: #083D1F !important;
  background: #657654 !important;
  
  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;
  margin-top:12px;
  font-family: 'Montserrat', sans-serif;
  font-weight:400;
}
ul.address-list li a {
  display: block;
  color: #ffffff;
}
ul.address-list li i {
  color: white;
  font-size: 17px;
  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: 20px !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;
}



.hero-container{
 /*
background-image:linear-gradient(270deg, rgba(157, 116, 43, 0.5), rgba(0, 38, 56, 1)),
url('../images/banner4.jpg');

*/
min-height:500px;
//background-image:linear-gradient(to right, rgba(4, 37, 54,0.9), rgba(0, 68, 77,0.9), rgb(191, 126, 10,0.85)),url('../images/banner4.jpg');
//background-image:linear-gradient(to right, rgba(0, 0, 0,1), rgba(0, 0, 0,0.9), rgb(191, 126, 10,0.85));

background-color:#ffffff;

background-position:

    center center, /* this positions the gradient */
    center center; /* this positions the image */
    background-attachment:scroll,scroll;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;      
   background-size: cover;
   padding-bottom:50px;
   border-bottom:4px solid #657553;
}

/* LOGO */
img.logo{margin-top:-2px;padding-bottom:5px;display:block;position:relative;width:100px;} 

img.logo-banner{width:350px;margin-top:5%;padding:15px;border:1px solid rgba(246, 228, 91,0);background:rgba(0,0,0,0);}


p.intro-top{
padding-left:0.5em;
padding-right:0.5em;
margin-top:1%;
font-family: 'Libre Baskerville', serif;
font-size:23px;
//color:#ffffff;
color:rgb(59,59,59);
//text-shadow: 1px 1px 7px #000;
text-align:center;
font-weight:400;
z-index:10000;
}

img.chain{display:block;margin-left:auto;margin-right:auto;width:90px;}



.has-tip{border-bottom:none !important;font-weight:lighter;}

p.sub-text{color:#fff;font-size:19px;padding-left:1em;text-align:center;padding-bottom:1.5em;font-weight:normal;text-shadow: 1px 1px 3px #000;}

.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);

}

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


/* orbit slider home page */

.orbit-next,.orbit-previous{transition: all 0.2s ease-in-out;cursor:pointer;}

.orbit-previous:hover,.orbit-next:hover{background-color:rgba(0,0,0,0.8) !important;}

.orbit-container:hover button{background-color:rgba(0,0,0,0.3);}
.docs-example-orbit-slide h2{font-family: 'Montserrat', sans-serif;font-size:22px;margin-top:0px;font-weight:500;}
.docs-example-orbit-slide p{text-align:left !important;}

.docs-example-orbit-slide {
  padding: 2rem 4rem 1rem 4rem;
  color: #0a0a0a;
}

li.orbit-slide ul{font-family: 'Montserrat', sans-serif;font-size:17px;}

.orbit-slide{background:#f7f7f7;}



div.img-container {
 height: 200px;
	
    position: relative;
    overflow: hidden;
    //background-image: url(icons/checkered.jpg);
    //background-repeat: repeat;
}

div.img-container p{padding:80px 15px 0px 15px;font-weight:bold;}

div.img-container a > img {
	text-align:center;
	position: absolute;
    object-fit: scale-down;
    height: 200px;
    overflow: hidden;
    top: 0;
    bottom: 0;
	left:0;
	right:0;
    margin: auto;
}

div.p-inner{background:#fcfcfc;}

div.p-inner:hover{
box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.20), 0 4px 2px 0 rgba(0, 0, 0, 0.12);
background:#fafafa;
-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.header-container{
	
  margin-top:0px; /* use with transparent nav otherwise 0px */
background-image: url(../images/page-banner.jpg);
background-repeat:  no-repeat;
//background-position: 0px -100px;
background-size: cover;
min-height:230px;
padding-top:30px;
padding-bottom:30px;


}


div.header-container h1{
text-transform:none;	
text-align:left;
font-size:40px;
color:#ffffff;
letter-spacing:4px;
font-family: 'Montserrat', sans-serif;
font-weight:300;
margin-top:40px;
margin-left:0px;
}

div.page-breadcrumb a{color:white;font-size:15px;}
div.page-breadcrumb span{color:#cccccc;font-size:15px;}

.intro-section{
min-height:400px;
width: 100%;
height: auto;
background-image: url(../images/mid-seco.jpg);
background-repeat: no-repeat;
background-position: 80%;
-webkit-background-size: cover;
background-size: cover;
padding-top:40px;
padding-bottom:0px;	


	
}

.intro-container{ 
padding:15px;
}

.intro-container p{font-size:20px !important;padding-left:3em;padding-right:3em;color:#ffffff;}
.intro-container h2{color:#ffffff !important;}

/* TYPOGRAPHY */

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



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:150px;
text-align:center;
border-bottom:none;
text-transform:none;
}


h2.subheading{
font-weight:300;
color:#19191B;
font-family: 'Roboto' !important;
font-size:37px;	
	
}
h2.subheading span{color:#f18e00;}

h2.subheading:after {
    display: block;
    content: "";
    background: rgb(101,118,84);
    width: 80px;
    height: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
}



h2{
color:#333;
margin-top:40px;
font-family: 'Ubuntu', sans-serif;
font-size:24px;
font-weight:100;
}

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


h1.other:before {
    content: "";
    margin: auto;
	
    width: 40px;
    height: 3px;
    background: #e6e6e6;
    position: absolute;
	top:280px;
    bottom: 0;
    left: 0;
    right: 0;
}




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


/* PAGE CONTAINERS */

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


.page-container{}

.page-container h2{
font-weight:300;
color:#19191B;
font-family: 'Roboto' !important;
font-size:37px;	
	
}
.page-container h2 span{color:#f18e00;}

.page-container h2:after {
    display: block;
    content: "";
    background: #657654;
    width: 80px;
    height: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
	margin-left:0px;
	
}


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



div.mid-section-lower{
min-height:auto;
background:#ffffff;
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:50px;
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{
	font-weight:300;
	font-size:15px;
	margin-left:32px;
	padding-bottom:32px;
	display:block;
	text-align:left;
	font-family: 'Montserrat', sans-serif;
	}

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:190px;  /* ADJUST HEIGHT */
	}	



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



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

.share-section{background:#F9F9F9;padding-bottom:20px;}

p#share-text{color:#111111;margin-top:30px;margin-bottom:-20px;font-family: 'Montserrat', sans-serif;}

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



.content-container{background:#f7f7f7;}




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:#b3dc92;
padding-left:50px !important;
padding-right:50px !important;
padding-bottom:0px !important;
margin-bottom:0px !important;
}

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

}



img.profile{
margin-left:auto;
margin-right:auto;
display:block;
//overflow:hidden;
border:0px !important;
margin-top:0px;
margin-bottom:0px;
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;}

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

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

div.contact-wrapper {
  background: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left:5px;
  padding-right:5px;
}
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: #47543b !important;
}
div.contact-wrapper p {
  text-align: center;
  margin-bottom: 0px;
  font-size: 17px;
}

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

i#refresh{
	position:absolute;
	font-size:30px;
	margin-top:10px;
	
}

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

/* PROFILES */

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

}

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:18px;float:right;}
div.profile-container h2{margin-top:0px;display:block;background:#f2f2f2;padding:10px;}
div.profile-container img{position:relative;object-fit: cover;object-position: 50% 50%;margin-top:30px;border-radius:50%;width:220px;height:220px;}
div.profile-container p{font-size:16px;}

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


ul.servicelist{margin-left:23px;}
ul.servicelist li{font-family: 'Open Sans', sans-serif;font-weight:lighter;}
ul.servicelist li span i{color:red;}


/* colours */

.red{color:#ff0000;}
.circle{color:#1963A8;opacity:1;}

.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:#526043;}

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



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


span.designed-by img{margin-top:0px;display:inline-block;width:140px;}
span.designed-by{font-family: 'Open Sans', sans-serif;font-weight:lighter;color:#808080;display:inline-block;margin-top:14px;font-size:14px;}



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




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

}

div.reveal p{margin-top:0px;padding-left:15px;padding-right:15px;}

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



/* BOXES SIDE BY SIDE FULL WIDTH */




div.content-box-left-image{
max-width:50%;
min-height:250px;
background: url('../images/relaxation.jpg?v=2') no-repeat center top scroll; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}


.content-box-left{background:#F8F7F6 !important;padding-top:100px;padding-bottom:80px;}
.content-box-left .wrapper{margin-left:12%;margin-right:12%;}
.content-box-left .wrapper p{font-family: 'Open Sans', sans-serif;text-align: center;margin-top:50px;color:#808080;font-size:15px;text-transform:uppercase;}

.content-box-left .wrapper p.lead-paragraph{line-height:32px;font-size:15px;text-align:center;color:#4f4f4f;font-weight:normal;font-family: 'Open Sans', sans-serif;text-transform:none;}

div.address-section p{padding-top:30px;}


.content-box-left h1{
text-transform:none;
display:block;
padding-bottom:20px;
text-align:center !important;
color:#a0ce4e;
font-size:32px;
font-weight:500;
line-height:43px;
font-family: 'Open Sans', sans-serif;
}
	
	
i.content-box-icon{
margin-top:20px;
text-align:center;
display:block;
font-size:55px;
color:green;
text-shadow:2px 2px 3px  rgba(0,0,0,0.2);
}	



/* button */

.round{border-radius:1000px;}
.button.medium.blue-button{
background:#0089e7;
padding-top:1.4em;
padding-bottom:1.4em;
padding-left:2em;
padding-right:2em;
font-weight:bold !important;
box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
}
.button.medium.blue-button:hover{background: #1a1a1a;}


.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;}	
	

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





.masonry-css {
  -webkit-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
}

@media screen and (min-width: 25em) {
  .masonry-css {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

@media screen and (min-width: 37.5em) {
  .masonry-css {
    -webkit-column-count: 3;
            column-count: 3;
  }
}

@media screen and (min-width: 50em) {
  .masonry-css {
    -webkit-column-count: 4;
            column-count: 4;
  }
}

@media screen and (min-width: 68.75em) {
  .masonry-css {
    -webkit-column-count: 5;
            column-count: 5;
  }
}

.masonry-css-item {
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 1rem;
}




