@CHARSET "UTF-8";


/* Sticky footer styles
 -------------------------------------------------- */
.top-bar {
	min-height: 5px;
}


#logo-div {
	width: 64px;
	height: 64px;
}

#main-title {
	margin: 20px auto;
}

a.nounderline:link {
	text-decoration: none;
}








.fit-content ul {
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: -ms-fit-content;
	width: -o-fit-content;
	width: fit-content;
	padding: 10px 5px; margin : 0 auto;
	list-style: none;
	overflow: hidden;
	margin: 0 auto;
}

.fit-content ul li {
	float: left;
	margin: 0 5px;
}

.fit-content a {
	display: block;
	padding: 4px 10px;
	text-decoration: none; /**/
}


.testimonial {
    margin: 0;
    background: white;
    padding: 10px 50px;
    position: relative;
    font-family: Georgia, serif;
    color: #666;
    border-radius: 5px;
    font-style: italic;
   /* text-shadow: 0 1px 0 white;
    background-image: linear-gradient(#CEF3FF, #B7EDFF);*/
}

.testimonial:before, .testimonial:after {
    content: "\201C";
    position: absolute;
    font-size: 80px;
    line-height: 1;
    color: #999;
    font-style: normal;
}

.testimonial:before {
    top: 0;
    left: 10px;
}
.testimonial:after {
    content: "\201D";
    right: 10px;
    bottom: -0.5em;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid white;
    margin: 0 0 0 25px;
}
.testimonial-author {
    margin: 0 0 0 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
    text-align:left;
}
.testimonial-author span {
    font-size: 12px;
    color: #666;
}