﻿/*!
 * Simplicity v3.1.1 (http://howeyweb.com)
 * Copyright 2001-2014 Howey Web, LLC.
 */

/* Simple Standards */
.scrollup { width:40px; height:40px; opacity:0.2; position:fixed; bottom: 60px; right: 30px; display:none; text-indent:-9999px; border: 0px; background: url("../images/scroll-top.png") no-repeat;}
.input-xs { height: 24px; padding: 5px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; }
.blackout_cover { display: none; margin-top: -3px; height: 100%; width: 100%; position: fixed; background: rgba(3,3,3,.8); z-index: 99997 }

/* Photo Gallery*/
.photoName { margin-top: 8px; min-height: 30px; }
.photoGallery { width: 100%; height: auto; max-width: 250px; margin-top: 15px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border: thin #ccc solid }
.hw_enlarge_image { position: fixed; display: none; border: thin #CCC solid; background: #fff; top: 50px; width: 550px; padding: 10px; border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; box-shadow: 0px 0px 10px #fff; -webkit-box-shadow: 0px 0px 10px #fff; -moz-box-shadow: 0px 0px 10px #fff; z-index: 99998 }
.pthumbnail { position: relative; float: left; font-size: 14px; color: #FFF; margin: 5px }
.pthumbnail .visit { cursor: pointer; position: absolute; opacity: 0; width: 90%; text-align: center; top: 100px; left: 10px; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; }
.pthumbnail:hover .visit { opacity: 1; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; }
.pthumbnail .visit { text-transform: uppercase; background: rgba(55, 55, 55, 0.9); padding: 10px 10px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.pthumbnail .visit :hover { color: #FFF; text-decoration: none; }
.do_close { float: right; margin-top: -23px; margin-right: -23px; cursor: pointer }

/* Blog*/
.article-date { color: #555; }
.hw_blog_min_date { color: #555; }
.article-img { width: 100%; max-width: 350px; height: auto; margin-bottom: 15px; }
.hold_ratings { display: none }
.blog_lg_img { border: 1px #ddd solid; width: 100%; max-width: 200px; padding: 3px; height: auto; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; margin-bottom: 20px }

/* Calendar*/
#calendar { border: 1px #CCC solid; max-width: 900px; margin: 40px auto; background: #fff; padding: 6px; box-shadow: 1px 1px 8px #555; -webkit-box-shadow: 1px 1px 8px #555; -moz-box-shadow: 1px 1px 8px #555; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#calendar h2 { font-family: Arial, Helvetica, sans-serif }
.fc-header-title h2 { font-family: 'Open Sans', sans-serif; margin: 0; border: 0; color: #333; font-size: 19px; white-space: nowrap; font-weight: bold }

/* Testimonial*/
.testimonialBox { border-bottom: thin #ccc dashed; margin-bottom: 20px; padding-bottom: 20px; }
.testimonialText {	}
.testimonialName { font-weight: bold; margin-top: 3px; }
.testimonialImg { width: 80px; height: auto; border-radius: 40px; -moz-border-radius: 40px; -webkit-border-radius: 40px; }

