@import url('https://fonts.googleapis.com/css?family=Special+Elite');
blockquote {
	font-weight: 600;
	font-size: 2.5rem;
	line-height: 1.4;
	position: relative;
	margin: 0;
	padding: .5rem;
    border-left:0px !important;
}
blockquote span{
    font-size: 1.5rem !important;
}
blockquote:before,
blockquote:after {
	position: absolute;
	color: #f1efe6;
	font-size: 8rem;
	width: 4rem;
	height: 4rem;
}

blockquote:before {
    font-family: 'Special Elite', cursive;
	content: '“';
	left: -5rem;
	top: -2rem;
    color:rgba(236, 174, 61, 0.9) !important;
}

blockquote:after {
    font-family: 'Special Elite', cursive;
	content: '”';
	right: -5rem;
	bottom: 1rem;
    color:rgba(236, 174, 61, 0.9) !important;
}
.parallax-31{
    background: rgba(0, 0, 0, 0) url(../images/success.jpg) no-repeat fixed 50% 0 !important;
}

.thumbnail {
	position: relative;
	width: 350px !important;
	height: 250px !important;
	overflow: hidden;
  }
  .thumbnail img {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100%;
	width: auto;
	-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
  }
  .parallax-42{
	background: rgba(0, 0, 0, 0) url(../images/wp6680461.jpg) no-repeat fixed 50% 0 !important;
}

.my-custom-image-1 {
	width: 100px !important;
	height: 100px !important;
}
.fo-copyright-holder .sc-icons li a{
	font-size: 22px !important;
}
.footer-cropped {
	position: relative;
	width: 80px;
	height: 80px;
	overflow: hidden;
  }
  
  /* Set the image to fill its parent and make transparent */
  .footer-cropped img {
	position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);

  }
@media only screen and (max-width: 991px) {
	.main-logo{
		width : 100% !important;
	}

	blockquote:before {
		font-family: 'Special Elite', cursive;
		content: '“';
		left: 0rem;
		top: 0rem;
		color:rgba(236, 174, 61, 0.9) !important;
	}
	
	blockquote:after {
		font-family: 'Special Elite', cursive;
		content: '”';
		right: 0rem;
		bottom: 0rem;
		color:rgba(236, 174, 61, 0.9) !important;
	}

}