/* Pink */

a, a:visited, a:focus {
	color: #0b72b5;
}

a:hover {
	color: #0c62a5;
}


.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next,
.entry time,
#pagination a:hover,
#pagination a.current,

input[type=submit],
button,
a.comment-reply-link,
.tribe-events-read-more,
.tribe-events-read-more:visited,
.tribe-events-widget-link a,
.tribe-events-widget-link a:visited {
	color: #fffffe;
	background-color: #0b72b5;
}

a.button,
a.button:visited
{
	color: white;
}


a.button:hover,
input[type=submit]:hover,
button:hover,
a.comment-reply-link:hover,
.tribe-events-read-more:hover,
.tribe-events-widget-link a:hover{
	background-color: #000;
}

.item > a:hover .item-desc {
	background: rgba(63, 124, 207, 0.8);
	color: #000;
}

#navigation > li.current_page_item > a,
#navigation > li.current_page_item > a:visited,
#navigation > li.current-menu-item > a,
#navigation > li.current-menu-item > a:visited,
#navigation > li.current-menu-ancestor > a,
#navigation > li.current-menu-ancestor > a:visited,
#navigation > li.current > a,
#navigation > li.current > a:visited,
#footer .s-title,
#footer .widget h3,
#footer .widget-title,
.item > a:hover:after {
	border-color: #000000;
}

#navigation > li.current_page_item > a:before,
#navigation > li.current-menu-item > a:before,
#navigation > li.current-menu-ancestor > a:before,
#navigation > li.current > a:before {
	border-top-color: #000000 !important;
}
 .nowrap     { white-space:nowrap; }

 #logo a, #logo a:visited, #footer a, footer a:visited {
    color: #0b72b5;
}
/* 
.first-widget-area { 
color: #0b72b5;
 }
 */
  
.CC-Frontpage-Link  a, a:visited
 {
	color: #0b72b5 ; 
 }
 .cc-item-list  a, a:visited
 {
	color: #0b72b5; 
 }
 a:hover
 {
	color: #0c82c5;
 }
 a.button , a.button:visited,  input[type=submit], button, a.comment-reply-link, a.comment-reply-link:visited .tribe-events-read-more:visited, tribe-events-read-more, .tribe-events-widget-link a:visited, .tribe-events-widget-link {
    background-color: #0b72b5;
}
a.button:hover, input[type=submit]:hover, button:hover, a.comment-reply-link:hover, .tribe-events-read-more:hover, .tribe-events-widget-link a:hover {
    background-color: #0c82c5;
	color: #000;
}

.col-sm-cc,.col-xs-cc1
{
	width: 33%;
	float: left;
}
@media (min-width: 1600px)
{
	.col-sm-cc,.col-xs-cc1
	{
		width: 25%;
		float: left;
	}
}
@media (max-width: 768px)
{
	.col-sm-cc,.col-xs-cc1
	{
		width: 50%;
		float: left;
	}
}
.item-desc
{
	background: rgba(0,0,0,0.75);
}

.post-date:before
{
	content: " | ";
	
}
 #slideshow .slides > li {
    min-height: 200px;
}
.sld-info {
	margin: 10px 0 10px -15px;
}
#header {
    background: #fff; 
	border-bottom: 5px solid rgba(220,220,220,1.0);
}
#page-title h2, #navigation a, #navigation a:visited ,.widget h3, .widget-title, .s-title,#footer h1, #footer h2, #footer h3, #footer h4,
#footer a, #footer a:visited
{
	color: #000;
}



#footer {
    color: #333333;
}
.sidebar .widget li a:hover {
    color: #333;
}

.sidebar .widget li a, .sidebar .widget li a:visited {
    color: #000;
}
#navigation a, #navigation a:visited {
    font-family: "Arial Condensed Bold", "Helvetica Neue Condensed", sans-serif;
}
.widget ul
{
	border-bottom-style: none !important;
}
#wp-admin-bar-wp-logo{
display:none !important;
}
/*
.ccitem-desc {
    background: rgba(0,0,0,0.75);
}*/
.ccitem-desc {
    position: absolute;
    bottom: -10px;
    width: 100%;
    text-align: center;
    padding: 15px 10px;
	color: white;
    transition: background-color 0.15s ease;
}
@media (max-width: 768px)
{
	.ccitem-desc { 
		font-size: 24px;
	}
}
@media (min-width: 769px) and (max-width: 992px)
{
	.ccitem-desc { 
		font-size: 24px;
	}
}
@media (min-width: 993px) and (max-width: 1399px)
{
	.ccitem-desc { 
		font-size: 12px;
	}
}

@media (min-width: 1400px) 
{
	.ccitem-desc { 
		font-size: 14px;
	}
}


#logo a, #logo a:visited, #footer a, footer a:visited {
    color: #0b72b5;
} 
#footer {
    background: #fff;
    border-top: 5px solid rgba(220,220,220,1.0);
	padding-top: 10px;
}