/* Add here all your CSS customizations */
body .gsc-control-cse {
	background: transparent;
	border: 0;
	padding: 0;
	width: 172px;
}

body .gsc-input-box  {
	border: 1px solid #ccc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 20px;
    font-size: 0.9em;
    height: 34px;
    margin: 0;
    padding: 2px 6px;
    width: 170px;
}

body input.gsc-search-button,
body input.gsc-search-button:hover,
body input.gsc-search-button:focus {
    background-color: #ccc;
    background-image: none;
    border: 0 none;
    border-radius: 100%;
    color: #333;
    filter: none;
    height: auto;
    padding: 6px;
    position: absolute;
    right: 6px;
    top: 3px;
    width: auto;
}
.text-white{color:#ffffff}
.text-grey{color:#666666}
.text-blue{color:#0088cc}
.mar-lft-20{margin-left:20px}
.carousel{
    background: #2f4357;
    margin-top: 20px;
}
.carousel .item{
    min-height:412px; /* Prevent carousel from being distorted if for some reason image doesn't load */
}
.carousel .item img{
    margin: 0 auto; /* Align slide image horizontally center */
}
.carousel-caption{top:30%;text-align:left}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}
.carousel-control.left, .carousel-control.right{background-image:none}
.carousel-control{top:45%}
.featured-box .box-content{padding:14px}
.icon-featured {
    font-size: 32px;
    line-height: 82px;
    width: 82px;
    height: 82px;
}
blockquote.testimonial {
    background: #fff;
    border: 1px solid #ccc;
}

blockquote.testimonial {
    background:transparent;
    border-radius: 10px;
    border:1px solid #ccc;
    color: #666;
    font-family: Georgia, serif;
    font-style: italic;
    margin: 0;
    padding: 10px 50px;
    z-index: 1;
    position: relative;margin-bottom:30px;min-height:168px;
}
.testimonial-arrow-down {
    /* border-left: 15px solid transparent; */
    /* border-right: 1px solid #ccc; */
    /* border-top: 15px solid #CCC; */
    border: 1px solid #ccc;
    width: 15px;
    height: 0;
    z-index: 0;
  -ms-transform: rotate(-44deg);
    -webkit-transform: rotate(-44deg); 
    transform: rotate(-44deg);
    margin: -13px 0 0 25px;
    width: 20px;
    height: 20px;
}
.testimonial-arrow-down {
    border-top-color:transparent;border-right:transparent;
}
blockquote.testimonial:before, blockquote.testimonial:after{color:#ccc}
blockquote.testimonial p{color:#ccc}
.inside-testimonial-arrow{    position: absolute;
    bottom: -10px;
    z-index: 99;
    left: 0px;
    background: #fff;}
@media screen and (max-width:768px){
.carousel-caption{top:20%}
	}