/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #5a5a5a;
  font-family: 'Muli' ;
margin-left: auto;
	margin-right: auto;
	max-width: 2000px;
		background: #fff;
}
.outerbox {overflow-x: hidden;}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #263238;
  font-family: 'Muli' ;
}
.headingtext {
     margin-top: 0;
      margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
    font-size: 2.5rem;
    text-transform: uppercase;
}

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {	
width: 40%;
    max-width: 600px;
	top: 1rem;
    bottom: 1rem;
    z-index: 1;
    margin-top: 0px;
}
.carousel-caption h2 {font-size: 23px}
.carousel-caption p {font-size: 18px}
@media (min-width: 62em) {
    .carousel-caption {
    width: 40%;
    max-width: 500px;
 top: 2rem;
    bottom: 2rem;
    z-index: 1;
    margin-top: auto;
    margin-bottom: auto;
}
    .carousel-caption h2 {font-size: 32px}
.carousel-caption p {font-size: 25px}
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #000!important;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #000!important;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='000000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='000000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}



@media (max-width: 576px) {
.carousel-item {
min-height: 10px
}
.carousel-caption {
	left: 0%;
width: 100%;
	top: -1.45rem;
    bottom: 1rem;
    z-index: 1;
}


}



@media (min-width: 576px) {

.carousel-caption {
	left: 10%;
width: 80%;
	top: -0.5rem;
    bottom: 2rem;
    z-index: 1;
}


}

@media (min-width: 768px) { 


.carousel-caption {
	left: 10%;
width: 60%;
	top: 0.5rem;
    bottom: 2rem;
    z-index: 1;
}


}


@media (min-width: 992px) { 
.carousel-item {
min-height: 250px
}

.carousel-caption {
	left: 10%;
width: 40%;
	top: 3.5rem;
    bottom: 2rem;
    z-index: 1;
}


}

@media (min-width: 1200px) { 
.carousel-item {
min-height: 150px
}

	.carousel-caption {
	left: 10%;
width: 40%;
	top: 8rem;
    bottom: 2rem;
    z-index: 1;
}



}


@media (min-width: 1800px) { 
.carousel-item {
min-height: 150px
}

	.carousel-caption {
	left: 10%;
width: 40%;
	top: 12rem;
    bottom: 2rem;
    z-index: 1;
}



}


/* Declare heights because of positioning of img element */
.carousel-item {
min-height: 150px
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 1rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.logo-spacing {
	max-width: 270px;
	margin: 0px 0px;
}

.dark-bg {
    background: #209a83;
}


.transparent-bg {
		background: rgb(38,50,56);
background: -moz-linear-gradient(135deg, rgba(38,50,56,0.5) 0%, rgba(32,41,45,0.5) 100%);
background: -webkit-linear-gradient(135deg, rgba(38,50,56,0.5) 0%, rgba(32,41,45,0.5) 100%);
background: linear-gradient(135deg, rgba(38,50,56,0.5) 0%, rgba(32,41,45,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#263238",endColorstr="#20292d",GradientType=1);

}
.mobiletel {background-color: #8CC1C3; font-size: 18px;}
.nav-bar{


	
}

.nav-link {
	color: #000 !important;
	font-size: 18px;
}

.nav-link:hover {
	color: #3DA58E !important;
	font-size: 18px;
}

.nav-item {
  position: relative;
  display: inline-block;
  color: #D1D1D1 !important;
  padding: 0px 8px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  z-index: 10;
  margin: 0px !important;
  border: none;
  border-radius: 0px;
  padding: 0px;
}

.dropdown-item {
	
 padding: 6px 25px;
font-size: 18px;
 color: #000 !important;
}

.dropdown-item:hover {
 padding: 6px 25px;
 background-color: none !important;
 color: #3DA58E !important;
}

.dropdown-menu a {
  color: black;

  text-decoration: none;
  display: block;
}

.dropdown-menu:hover {
	
background-color: #000 !important;
    color: #fff !important;
}

.nav-item:hover .dropdown-menu {
	
	display: block;

}


.top-link {
	color: #D1D1D1;
	font-size: 25px;
}

.top-link:hover {
	color: #007A6B;
	font-size: 25px;
	text-decoration: none;
}

.top-link-social {
	color: #D1D1D1 !important;
	font-size: 30px;
}

.top-link-social:hover {
	color: #007A6B !important;
	font-size: 30px;
		text-decoration: none;
}

.phone-icon {
	
	color: #007A6B !important;
}
	
	

.dropdown-style {
	padding: 0px;
	border-top: 1px solid #fff;

}

.slider-image {
	width: 100%;
  max-height: 800px !important;
}
@media (min-width: 62em) {
  .slider-image {
	width: 100%;
  max-height: 700px !important;
}  
}
.side-pad {
	padding: 0px 50px
}


.edj-button {

transform-origin:middle;
background: rgb(0,122,107);
background: -moz-linear-gradient(135deg, rgba(0,122,107,1) 0%, rgba(3,120,87,1) 100%);
background: -webkit-linear-gradient(135deg, rgba(0,122,107,1) 0%, rgba(3,120,87,1) 100%);
background: linear-gradient(135deg, rgba(0,122,107,1) 0%, rgba(3,120,87,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007a6b",endColorstr="#037857",GradientType=1);
    border: none;
    border-radius: 50px;
    color: white;
    padding: 15px 32px;
    text-align: center;
 
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 5px 18px 0 rgba(0, 0, 0, 0.08);
}



.edj-button:hover {
color:#fff;
transform-origin:middle;

text-decoration: none;
 -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
background: rgb(0,122,107);
background: -moz-linear-gradient(308deg, rgba(0,122,107,1) 0%, rgba(3,120,87,1) 100%);
background: -webkit-linear-gradient(308deg, rgba(0,122,107,1) 0%, rgba(3,120,87,1) 100%);
background: linear-gradient(308deg, rgba(0,122,107,1) 0%, rgba(3,120,87,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007a6b",endColorstr="#037857",GradientType=1);


    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.3), 0 8px 20px 0 rgba(0, 0, 0, 0.2);
}




.edj-button a {
	text-decoration: none;
	color: #fff;
	
}



.edj-button-white {
    transform-origin: middle;
    border: #fff solid 1px;
    color: white;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    text-align: center;
    display: inline-block;
    font-size: 1em;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 5px 18px 0 rgba(0, 0, 0, 0.08);
}





.carosel-behind {
	z-index: -1 !important;
}








.hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 65%;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-content {
  position: relative;
  z-index: 99;
}




/* DEMO 5 ============================== */
.hover-5::after {
  content: '';
  width: 100%;
  height: 10px;
 background: rgb(0,122,107);
background: -moz-linear-gradient(308deg, rgba(0,122,107,1) 0%, rgba(3,120,87,1) 100%);
background: -webkit-linear-gradient(308deg, rgba(0,122,107,1) 0%, rgba(3,120,87,1) 100%);
background: linear-gradient(308deg, rgba(0,122,107,1) 0%, rgba(3,120,87,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007a6b",endColorstr="#037857",GradientType=1);
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  transition: all 0.3s;
  z-index: 999;
}

.hover-5 .hover-overlay {
  background: rgba(0, 0, 0, 0.1);
}

.hover-5-title {
  position: absolute;
  bottom: 1rem;
  left: 0;
	right: 0;
  transition: all 0.3s;
  padding: 2rem 3rem;
  z-index: 99;

}

.hover-5-title span {
  transition: all 0.4s;
  opacity: 0;
  color: #007A6B;

}

.hover-5:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.hover-5:hover .hover-5-title {
  bottom: 0;
}

.hover-5:hover .hover-5-title span {
  opacity: 1;
}

.hover-5:hover::after {
  bottom: 0;
}





.linkbox {
	background: rgb(0,122,107);
background: -moz-linear-gradient(308deg, rgba(0,122,107,1) 0%, rgba(3,120,87,1) 100%);
background: -webkit-linear-gradient(308deg, rgba(0,122,107,1) 0%, rgba(3,120,87,1) 100%);
background: linear-gradient(308deg, rgba(0,122,107,1) 0%, rgba(3,120,87,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007a6b",endColorstr="#037857",GradientType=1);

	padding: 0.8rem;
	border-radius: 0px 0px 5px 5px;
	color: #FFF !important;
    margin-bottom: 5px;
}

.linkbox-text {
	
	color: #FFF !important;
	
	text-decoration: none;
}

.linkbox-text:hover {
	
	color: #D1D1D1 !important;
	text-decoration: none;
}
.minboxheight{min-height: 100px;}
.top-rounded {
	border-radius: 5px 5px 0px 0px;
}


.drop-shadow {
	  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 5px 18px 0 rgba(0, 0, 0, 0.08);
	    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.drop-shadow:hover {
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.3), 0 8px 20px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 62em) {
    .minboxheight{min-height: 300px;}
}








/*=======================================================
			CONTACT FORM
========================================================*/




.contact.light-border #contact_form li .form-control {
	border: 1px solid #ececec !important;
}
.contact.light-border #contact_form li .form-control:focus {
	border: 1px solid #eeb013 !important;
}

.contact.light-border #contact_form li textarea {
	height: 200px !important;
}


.edj-wrapper-form {

    background: #fff;
	box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.03), 0 -4px 8px 0 rgba(0, 0, 0, 0.03);
padding: 30px;
	border-radius: 10px 10px 0px 0px;

    }


.about-me:before {
	position: absolute;
	top: 0px;
	height: 50px;
	left: 0px;
	width: 100%;
	background: #FFF;;
	content: "";
}
.about-me {
	position: relative;
	color: #fff;
}

.about-me h3 {

	color: #fff;
}


.maps {
	
	width: 100%;
	height: 450px;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
	border: none;
    margin-bottom: -6px;
}


.green-text {
	
 color: #3DA58E !important;
}

.green-border {
	
	border-bottom: #20292D solid 1px;
	border-top: #20292D solid 1px;
	
}


.footer-text {
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 1em;
	padding: 20px 0px;
	
}
.footer-text.larger {font-size: 1.2em}
.footer-text:hover {
	
	color: #fff;
	text-decoration: none;
	
}


.footer-text-fix {
	text-align: center;
	color: #fff;

	
}
.footer-text-fix.larger {font-size: 1.2em}
.footer-text-fix:hover {
	
	color: #fff;
	text-decoration: none;
	
}


.caption-float {
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	z-index: 50;
}

.box-spacing {
	padding: 350px 0px 50px 0px;
}













.heading {

    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}

.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);

}


.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
        background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  position: relative;
}
.testimonial4_header h4{

  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  margin: auto;

  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    padding-left: 90px;
    padding-right: 90px;
}
.testimonial4_slide h4 {
  font-size: 22px;
}

.testimonial .carousel {
	padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* ------testimonial  close-------*/

.menu-border {
	
	border-top: #D1D1D1 dotted 1px;
	
}

.large-link {
	font-size: 24px !important;
	 font-weight: bold !important;
}

.article {

  position: relative;
}

.background-image {
	  background-image: url("../img/new-patientsb.jpg");
  background-repeat: no-repeat, repeat;
	background-size: cover;
	width: 100% !important;
  background-color: #cccccc;
}

.background-image-team {
	  background-image: url("../img/team.jpg");
  background-repeat: no-repeat, repeat;
	background-size: cover;
	width: 100% !important;
  background-color: #cccccc;
}

.background-image-fa {
	  background-image: url("../img/facial-aesthetics.jpg");
  background-repeat: no-repeat, repeat;
	background-size: cover;
	width: 100% !important;
  background-color: #cccccc;
}

.background-image-braces {
	  background-image: url("../img/braces.jpg");
  background-repeat: no-repeat, repeat;
	background-size: cover;
	width: 100% !important;
  background-color: #cccccc;
}

.background-image-whitening {
	  background-image: url("../img/whitening.jpg");
  background-repeat: no-repeat, repeat;
	background-size: cover;
	width: 100% !important;
  background-color: #cccccc;
}
.background-image-comp {
	  background-image: url("../img/composite-bondingb.jpg");
  background-repeat: no-repeat, repeat;
	background-size: cover;
	width: 100% !important;
  background-color: #cccccc;
}
.background-image-veneers {
	  background-image: url("../img/venners.jpg");
  background-repeat: no-repeat, repeat;
	background-size: cover;
	width: 100% !important;
  background-color: #cccccc;
}
.background-image-crowns {
	  background-image: url("../img/crowns1top.jpg");
  background-repeat: no-repeat, repeat;
	background-size: cover;
	width: 100% !important;
  background-color: #cccccc;
}
.background-image-cosmetic {
	  background-image: url("../img/cosmetic.jpg");
  background-repeat: no-repeat, repeat;
	background-size: cover;
	width: 100% !important;
  background-color: #cccccc;
}

.background-image-fillings {
	  background-image: url("../img/fillings.jpg");
  background-repeat: no-repeat, repeat;
	background-size: cover;
	width: 100% !important;
  background-color: #cccccc;
}
.background-image-fillingsb {
	  background-image: url("../img/fillingsb.jpg");
  background-repeat: no-repeat, repeat;
	background-size: cover;
	width: 100% !important;
  background-color: #cccccc;
}
.background-image-fillingsc {
	  background-image: url("../img/fillingsc.jpg");
  background-repeat: no-repeat, repeat;
	background-size: cover;
	width: 100% !important;
  background-color: #cccccc;
}
.background-image-mt {
	  background-image: url("../img/rmt.jpg");
  background-repeat: no-repeat, repeat;
	background-size: cover;
	width: 100% !important;
  background-color: #cccccc;
}

.background-image-gum {
	  background-image: url("../img/gum.jpg");
  background-repeat: no-repeat, repeat;
	background-size: cover;
	width: 100% !important;
  background-color: #cccccc;
}

.background-image-rct {
	  background-image: url("../img/root-canal.jpg");
  background-repeat: no-repeat, repeat;
	background-size: cover;
	width: 100% !important;
  background-color: #cccccc;
}

.background-image-g2 {
	  background-image: url("../img/genral-2.jpg");
  background-repeat: no-repeat, repeat;
	background-size: cover;
	width: 100% !important;
  background-color: #cccccc;
}

.background-image-general {
	  background-image: url("../img/generalc.jpg");
  background-repeat: no-repeat, repeat;
	background-size: cover;
	width: 100% !important;
  background-color: #cccccc;
}
.background-image-generalb {
	  background-image: url("../img/generalb.jpg");
  background-repeat: no-repeat, repeat;
	background-size: cover;
	width: 100% !important;
  background-color: #cccccc;
}
.background-image-generale {
	  background-image: url("../img/generale.jpg");
  background-repeat: no-repeat, repeat;
	background-size: cover;
	width: 100% !important;
  background-color: #cccccc;
}
.background-image-generald {
	  background-image: url("../img/generald.jpg");
  background-repeat: no-repeat, repeat;
	background-size: cover;
	width: 100% !important;
  background-color: #cccccc;
}
.background-image-private {
	  background-image: url("../img/private.jpg");
  background-repeat: no-repeat, repeat;
	background-size: cover;
	width: 100% !important;
  background-color: #cccccc;
}
.background-image-privateb {
	  background-image: url("../img/privateb.jpg");
  background-repeat: no-repeat, repeat;
	background-size: cover;
	width: 100% !important;
  background-color: #cccccc;
}
.background-image-testi {
    background-image: url(../img/testimonials.jpg);
    background-repeat: no-repeat, repeat;
    background-size: cover;
    width: 100% !important;
    background-color: #cccccc;
}


.overlay:before{
  position: absolute;
  content:" ";
  width:100%;
  height:100%;
  display: block;
  z-index:0;
  background-color: rgba(0, 0, 0, 0.2);
}
.overlayb:before{
  position: absolute;
  content:" ";
  width:100%;
  height:100%;
  display: block;
  z-index:0;
  background-color: rgba(61, 165, 142, 0.4);
}

.margin-600 {
    margin-top: 50px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
}
@media (min-width: 62em) {
 .margin-600 {
    margin-top: 100px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 100px;
	padding-top: 100px;
    padding-bottom: 100px;
    display: block;
}       
}
.margin-b-600 {
	margin: 0px 0px 50px;
	padding: 0px 0px 50px;
}

.contact-box {
	    background-color: #f7f7f7;
}

.caption-background {
	background: rgba(0, 0, 0, 0.7);
	padding: 20px 30px;
	border: #fff solid 2px;
}

.table-header {
	background: #209a83;
	color: #fff;
}

.image-style {
	 border: #EEE solid 1px;
	    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	margin-bottom: 20px;
}
.imagepadtop { padding-top: 40px}
/* Stick2*/
/* Page content */
.content {
  padding: 0px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
 position: relative;
  width: 100%;
}
@media (min-width: 40em) {
  .sticky {
  position: fixed;
  top: 0;
  width: 100%;
}  
}
/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
 .sticky + .content {
  padding-top: 60px;
}
 .primary-nav {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
 }
 .shrink {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        min-height: 45px !important;
    }
 .shrink .navbar-brand img {
        max-height: 30px !important;
        line-height: 30px!important;
    }
 .shrink a {
        padding-top: 0px !important;
        padding-bottom: 0px !important;       
    }
 .shrink .navbar-toggler-icon {
    color: #000
}


/* tag cloud*/
.tagcloud01 {padding-top: 20px; padding-bottom: 20px;}
.tagcloud01 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tagcloud01 ul li {
	display: inline-block;
	margin: 0 .3em .3em 0;
	padding: 0;
}
.tagcloud01 ul li a {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding: 0 1em;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333;
	font-size: 15px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
.tagcloud01 ul li a:hover {
	background-color: #209A83;
	border: 1px solid #209A83;
	color: #fff;
}
.tagcloud01  ul li  a.up{
	display: inline-block;

	height: 28px;
	line-height: 28px;
	padding: 0 1em;
	background-color: #000000;
	border: 1px solid #000000;
	border-radius: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #FFF;
	font-size: 15px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
.tagcloud01 ul li  a:hover.up{
	background-color: #000000;
	border: 1px solid #000000;
	color: #fff;
}
.tagcloud01  ul li  a.tagtitle {
	display: inline-block;

	height: 28px;
	line-height: 28px;
	padding: 0 1em;
	background-color:#209A83;
	border: 1px solid #209A83;
	border-radius: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #FFF;
	font-size: 15px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
.tagcloud01 ul li  a:hover.tagtitle {
	background-color: #209A83;
	border: 1px solid #209A83;
	color: #fff;
}
