


.copyright > p {
    margin-top: 20px;
    text-align: center;
	margin-bottom:10px;
}

#services h1, #features h1 {
    width: 80%;
}

.space40 {
	clear: both;
    display: block;
    height: 40px;	
}
.space10 {
	clear: both;
    display: block;
    height: 10px;	
}

.marginBottom {
	margin-top: 30px;
}

.formSecWrap .formSecWrap2 .form-actions.form-wrapper {
    float: right;
    margin-right: -5px !important;
}

.formSecWrap .formSecWrap2 .form-item.form-type-checkbox.form-item-copy {
    float: left;
}

form#contact-site-form {
    padding-left: 10px;
}

form#contact-site-form {
    padding-left: 10px;
}


.gmap-wrap{}

#google-map{height:300px;max-width:100%;width:100%}
.googlemap-wrap {
	height:0;overflow:hidden;opacity:0;visibility:hidden;transition:all .4s ease-in-out
 }
 
.wdays {
    margin-left: 17px;
    margin-top: -21px;
}
	
.date-month, .tags {
	text-transform:uppercase;	
}


.item-list .pager li {
    background-image: none;
    display: inline;
    list-style-type: none;
    padding: 0.4em;
}
.item-list .pager ul li {
    margin: 0 0 0.25em 1.5em;
    padding: 0;
}
.pager-current {
    font-weight: bold;
}

.pager {
    background: none repeat scroll 0 0 #F4F4F4;
    text-align: center;
	
}

.element-invisible {
	display:none;
}

/* Comments */
.comment-title .permalink {
	font-weight: 700;
	color: #222222;
}

#comments li {
    float: left;
}

.links.inline a{color: #FFFFFF;}

.comment {
display: inherit;	
}

#comments .comment-delete, #comments .comment-reply, #comments .comment-edit  {
 	background-color: #7B133C;
    color: #FFFFFF !important;
    font-size: 10px;
    padding: 5px 12px;
	margin-right:4px;
    text-shadow: none;
    text-transform: uppercase;
}
#comments .comment-delete:hover, #comments .comment-reply:hover, #comments .comment-edit:hover  {
 	background-color: #222222;
    color: #FFFFFF !important;
}

#comments input[type="text"], #comments input[type="password"],#comments  input[type="email"], #comments  textarea, select {
	width:100%;	
}


.indented {
    margin-left: 25px;
}


/*Blocks */

.widget_search input[type="text"] {
	width: 74% !important;
	 padding: 0px 10px !important;
	 
	 
	
}

.widget_search .form-submit {
	margin-right:-15px;
    padding: 6px 12px !important;
}

.widget_search a.button, .widget_search button, .widget_search input[type="submit"], .widget_search input[type="reset"], .widget_search input[type="button"] {
    margin: 0 -37px 10px 0 !important;
}


.search-result {
    border-bottom: 1px solid #F2F2F2;
    padding-top: 25px;
}

#drupal_messages {
    background-color: #FFFFFF;
    box-shadow: 2px 2px 27px 8px #000000;
    position: fixed;
    left: 5%;
    text-align: left;
    top: 10%;
    width: 40%;
    z-index: 1000;
}

.alert-box {
		color:#555;
		font-family:Tahoma,Geneva,Arial,sans-serif;font-size:14px;
		padding:10px 36px;
		margin:10px;
}
.message {
	background:#fff8c4;
	border:1px solid #f2c779;
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	form#contact-site-form {
		padding-left: 0px;
	}

}



 
/*fix */

.thumbImage img{
    transition: all 0.7s ease-in-out;
-webkit-transition: all 0.7s ease-in-out;
}
.thumbImage .thumbText h3 {
margin-bottom: 10px;
padding-top: 10px;
border-bottom: 1px solid #fff;
    transition: all 1s ease-in-out;
-webkit-transition: all 1s ease-in-out;
}
.thumbImage .thumbText p {
margin-bottom: 10px;
color: #fff;
    transition: all 1s ease-in-out;
-webkit-transition: all 1s ease-in-out;
}
.thumbImage .thumbTextWrap {
position: absolute;
top: 0;
    height: 100%;
max-width: 100%;
min-width: 100%;
opacity: 0;
background: #7B133C;
text-align: center;
    transition: all 1s ease-in-out;
-webkit-transition: all 1s ease-in-out;
-webkit-user-select: none;
}
.ie8 .thumbImage .thumbTextWrap {
display:none;
}
.thumbImage .thumbTextWrap:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -0.5em; /* Adjusts for spacing */
}
.thumbText {
    text-align: center;
transform: scale(0);
-webkit-transform: scale(0);
    transition: all 0.7s ease-in-out;
-webkit-transition: all 0.7s ease-in-out;
display: inline-block;
  vertical-align: middle;
  width: 90%;
}
.thumbImage:hover img {
opacity: 0;
    transform: scale(10);
-webkit-transform: scale(10);
}
.touch-device .thumbImage:hover img {
    transform: none;
-webkit-transform: none;
}
.thumbImage:hover .thumbTextWrap {
opacity: 1;
}
.thumbImage:hover .thumbText {
transform: scale(1);
-webkit-transform: scale(1);
}
.touch-device .thumbImage:hover .thumbTextWrap {
display: block;
opacity: 1;
}
.touch-device .thumbText {
transform: scale(1);
-webkit-transform: scale(1);
}
.touch-device .thumbImage:hover .thumbText {
transform: scale(1);
-webkit-transform: scale(1);
}
