/* Add here all your CSS customizations */


blockquote.testimonial {
    background: #0099E6 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 10px;
    color: #666;
    font-family: Georgia,serif;
    font-style: italic;
    margin: 0;
    padding: 10px 50px;
    position: relative;
}
blockquote.testimonial::before {
    color: #fff;
    content: "“";
    font-size: 80px;
    font-style: normal;
    left: 10px;
    line-height: 1;
    position: absolute;
    top: 0;
}
blockquote.testimonial::after {
    bottom: -0.5em;
    color: #fff;
    content: "”";
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    position: absolute;
    right: 10px;
}
blockquote.testimonial p {
    color: #fff;
    font-family: Georgia,serif;
    font-size: 1.2em;
    font-style: italic;
    line-height: 1.3;
}
.testimonial-arrow-down {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #0099E6;
    height: 0;
    margin: 0 0 0 25px;
    width: 0;
}
.testimonial-author {
    margin: 8px 0 0 8px;
}
.testimonial-author .img-thumbnail {
    float: left;
    margin-right: 10px;
}
.testimonial-author .img-thumbnail img {
    max-width: 60px;
}
.testimonial-author strong {
    color: #111;
    display: block;
    padding-top: 7px;
}
.testimonial-author span {
    color: #666;
    display: block;
    font-size: 12px;
}
.testimonial-author p {
    color: #999;
    margin: 0 0 0 25px;
    text-align: left;
}


#wp-calendar {
    width: 100%;
}
#wp-calendar caption {
    color: #fff;
    margin-bottom: 15px;
    padding: 8px 0;
}
#wp-calendar thead {
    font-size: 10px;
}
#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
}
#wp-calendar tbody {
    color: #aaa;
}
#wp-calendar tbody td {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #fff;
    padding: 8px;
    text-align: center;
}
#wp-calendar tbody td:hover {
    background: #fff none repeat scroll 0 0;
}
#wp-calendar tbody .pad {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#wp-calendar tfoot #next {
    font-size: 12px;
    text-align: right;
    text-transform: uppercase;
}
#wp-calendar tfoot #prev {
    font-size: 12px;
    padding-top: 10px;
    text-transform: uppercase;
}
.page-top.custom-product {
    background-color: #999;
    background-image: url("../img/custom-header-bg.jpg");
    background-repeat: repeat;
    border-top: 5px solid #888;
	padding-bottom: 10px;
}
.page-top.custom-product .row {
    position: relative;
}
.page-top.custom-product p.lead {
    color: #e8e8e8;
}
.page-top.custom-product img {
    bottom: -20px;
    position: relative;
}
.page-top.custom-product h1 {
    color: #fff;
    margin-bottom: 10px;
    margin-top: 30px;
}


.newsletter_box {
    clear: left;
    float: left;
    width: 100%;
}
.newsletter_box .nbox {
    clear: left;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.newsletter_box .nbox label {
    clear: left;
    float: left;
    width: 100%;
}
.newsletter_box .nbox input {
    border: 1px solid #000;
    clear: left;
    float: left;
    padding: 5px;
    width: 100%;
}

.newsletter_box .nbox .nbtns{
	 font-size: 14px;
    padding: 10px 15px;
    width: auto;
	
}