html, body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding:0;
	/*background-image: url("images/bg001.jpg");*/
	background-position: center top;
	overflow-x: hidden;
	/*background: url(../images/bg001.jpg) no-repeat center center fixed; */
	background: url(../images/bg000.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border: 0;
}

.menu {
	position: relative;
	background-color: transparent;
 	margin: auto;
	width: 100%;
	border: 0px solid red;
} 

.content {
	position: relative;
 	margin: auto;
	width: 75%;
	padding-bottom: 75px;
	background-color: white;
	border: 0px solid green;
} 

#indexbox {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 25px 25px 50px 25px;
	color: black;
	text-align: justify;
/*	box-shadow: 0 0 13px 5px #aaaaaa; 
	-webkit-box-shadow: 0px 0px 13px -3px #333333;
	box-shadow: 0px 0px 13px -3px #333333;*/
}

#textbox {
	position: relative;
	width: 92%;
	margin: 0 auto;
	top: 25px;
	padding: 25px 25px 50px 25px;
	color: black;
	text-align: justify;
	font-size: 20px;
/*	box-shadow: 0 0 13px 5px #aaaaaa; */
	-webkit-box-shadow: 0px 0px 13px -3px #333333;
	box-shadow: 0px 0px 13px -3px #333333;
}

.home_right
{
    width:250px;
    float:right;
    margin-top:10px; 
    background-image:url(images/homeservicesback.jpg);
    background-position: 150px -20px, 0px 0px;
    background-repeat: no-repeat repeat;
    color:#000;
    padding:5px;
    box-shadow:#888888 0px 0px 7px;
}

div.gallery {
  border: 1px solid #ccc;
}

div.gallery img {
  width: 50%;
  height: auto;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 33.33333%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

div.polimg {
    background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
}

div.polimg:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	transition: all 0.35s;
}

div.polimg img {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 10px 20px;


}

h1 {
	text-align: center;
	font-weight: bold;
	font-size: 56px;
	font-family: 'Dancing Script', cursive;
}


h4 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

p {
	
}

td {
	font-size: calc(1.25vw + .5vw);
}

#ttitle {
  text-align: center;
  font-size: calc(1.75vw + 1.5vw);
  font-weight: bold;
  color: black;
}

#ttinfo {
  text-align: center;
  font-size: calc(0.7vw + 0.7vw);
/* font: italic bold 18px/30px Georgia, serif; */
  font-family: "Times New Roman", Georgia, serif;
  font-weight: bold;
  font-style: italic;
  color: black;
}

.spotlight.image {
    cursor: pointer;
  max-width: 100%;
  height: auto;
}

/*
.cardcount {
  width:30%;

}

.card {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.card-container {
  padding: 0.01em 16px;
}
*/


.polaroid {
  background: #fff;
  padding: 1rem;
  box-shadow: 0 0.2rem 1.2rem rgba(0,0,0,0.2);
  
}
.polaroid > img{
  max-width: 100%;
  height: auto;
}
.caption {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2em;
}
.item {
  width: 24%;
  display: inline-block;
  margin-top: 2rem;
  filter: grayscale(100%);
}
.item .polaroid:before {
  content: '';
  position: absolute;
  z-index: -1;
  transition: all 0.35s;
}
.item:nth-of-type(4n+1) {
  transform: scale(0.8, 0.8) rotate(5deg);
  transition: all 0.35s;
}
.item:nth-of-type(4n+1) .polaroid:before {
  transform: rotate(6deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  right: 12px;
  box-shadow: 0 2.1rem 2rem rgba(0,0,0,0.4);
}
.item:nth-of-type(4n+2) {
  transform: scale(0.8, 0.8) rotate(-5deg);
  transition: all 0.35s;
}
.item:nth-of-type(4n+2) .polaroid:before {
  transform: rotate(-6deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  left: 12px;
  box-shadow: 0 2.1rem 2rem rgba(0,0,0,0.4);
}
.item:nth-of-type(4n+4) {
  transform: scale(0.8, 0.8) rotate(3deg);
  transition: all 0.35s;
}
.item:nth-of-type(4n+4) .polaroid:before {
  transform: rotate(4deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  right: 12px;
  box-shadow: 0 2.1rem 2rem rgba(0,0,0,0.3);
}
.item:nth-of-type(4n+3) {
  transform: scale(0.8, 0.8) rotate(-3deg);
  transition: all 0.35s;
}
.item:nth-of-type(4n+3) .polaroid:before {
  transform: rotate(-4deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  left: 12px;
  box-shadow: 0 2.1rem 2rem rgba(0,0,0,0.3);
}
.item:hover {
  filter: none;
  transform: scale(1, 1) rotate(0deg) !important;
  transition: all 0.35s;
}
.item:hover .polaroid:before {
  content: '';
  position: absolute;
  z-index: -1;
  transform: rotate(0deg);
  height: 90%;
  width: 90%;
  bottom: 0%;
  right: 5%;
  box-shadow: 0 1rem 3rem rgba(0,0,0,0.2);
  transition: all 0.35s;
}

/* ------ [ Footer ] ------ */

footer.nb-footer {
	background: #222;
	border-top: 4px solid #222;
}

footer.nb-footer .about {
	margin: 0 auto;
	margin-top: 40px;
	max-width: 1170px;
	text-align: center;
}

footer.nb-footer .about p {
	font-size: 13px;
	color: #999;
	margin-top: 30px;
}

footer.nb-footer .about .social-media {
	margin-top: 15px;
}

footer.nb-footer .about .social-media ul li a {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 50%;
	font-size: 16px;
	color: #acacac; /* Social Media Icon Color */
	border: 1px solid rgba(255, 255, 255, 0.3);
}

footer.nb-footer .about .social-media ul li a:hover {
	background: #f2f2f2;
	color: #fff;
	border-color: #f2f2f2;
}

footer.nb-footer .footer-info-single {
	margin-top: 30px;
}

footer.nb-footer .footer-info-single .title {
	color: #aaa;
	text-transform: uppercase;
	font-size: 16px;
	border-left: 4px solid #b78c33;
	padding-left: 5px;
}

footer.nb-footer .footer-info-single ul li a {
	display: block;
	color: #aaa;
	padding: 2px 0;
}

footer.nb-footer .footer-info-single ul li a:hover {
	color: #b78c33;
}

footer.nb-footer .footer-info-single p {
	font-size: 13px;
	line-height: 20px;
	color: #aaa;
}

footer.nb-footer .copyright {
	margin-top: 15px;
	background: #111;
	padding: 7px 0;
	color: #999;
}

footer.nb-footer .copyright p {
	margin: 0;
	padding: 0; 
}


.back-to-top1 {
    position: fixed;
    bottom: 25px;
    right: 75px;
    display: none;
  background: #f2f2f2;
  color: #111;
}

#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}


/* ------ [ Social-Media ] ------ */
.fa {
  padding: 12px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

.fa:hover {
  opacity: 0.7;
  color: #000;
}