/* Customize the font! */

header #mobile-nav .phone,
footer .top h4,
header nav > ul > li.phone,
ul.widgets h4,
#features h2,
.button strong,
.button.grey,
.continue,
.text-slider h2,
.tweets-widget .tweet_time,
.upcoming-widget li strong, .mobile-calendar li strong,
#content h4,
#content .gallery .title
{ font-family: 'Exo', sans-serif; font-weight:800; }

#features h3,
.button,
.recent-widget h3,
.top-image h1,
.text-slider h3,
#content h1,
table.calendar thead th
{ font-family: 'Exo', sans-serif; font-weight:400; }

/* Customize the colors! */

a,
#features h2,
.recent-widget h3,
.text-slider h2,
#content h2,
#content .gallery a:hover { color:#00b9ff;
 }
 


.text-slider h2,
#content .gallery a:hover {
			text-shadow:2px 1px 6px #666666; 
 }

 


header nav .dropdown li:hover,
#bottom span.next:hover,
#bottom span.prev:hover,
#slider .flex-direction-nav a:hover,
#testimonials .flex-direction-nav a:hover,
#pagination a:hover,
table.calendar thead th { border-color: #00b9ff; }

header nav .dropdown li:hover,
#slider .elements .top-corner,
#slider .elements .bottom-corner,
.no-rgba header nav .dropdown li:hover,
#pagination a:hover,
#filters span.active,
#filters span.active:hover,
header #mobile-nav .mobile-nav-toggle,
header #mobile-nav li.current a { background: #00b9ff;  }

#bottom span.next:hover,
#bottom span.prev:hover,
#slider .flex-direction-nav a:hover,
#testimonials .flex-direction-nav a:hover,
table.calendar thead th a.cal-nav { background-color: #00b9ff; }

.button,
table.calendar thead th {
	border: 1px solid #888888;
	background-color: #cccccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#999999));
	background-image: -webkit-linear-gradient(top, #cccccc, #999999);
	background-image: -moz-linear-gradient(top, #cccccc, #999999);
	background-image: -o-linear-gradient(top, #cccccc, #999999);
	background-image: -ms-linear-gradient(top, #cccccc, #999999);
	background-image: linear-gradient(top, #cccccc, #999999);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#cccccc', EndColorStr='#999999');
}
.button:hover {
	background-color: #999999;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#cccccc));
	background-image: -webkit-linear-gradient(top, #999999, #cccccc);
	background-image: -moz-linear-gradient(top, #999999, #cccccc);
	background-image: -o-linear-gradient(top, #999999, #cccccc);
	background-image: -ms-linear-gradient(top, #999999, #cccccc);
	background-image: linear-gradient(top, #999999, #cccccc);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#999999', EndColorStr='#cccccc');
}

