/* Link Colors */


.footer-head-container{
	background: #ed1c24;
}

#block-widgets-s-socialmedia-profile-buttons a:hover {
	background: none repeat scroll 0 0 #ed1c24;
}

.footer img:hover {
    background: none repeat scroll 0 0 #ed1c24;
    border: 1px solid #ed1c24;
}

.view-slash-latest-news-home .views-row:hover img{
    background: none repeat scroll 0 0 #ed1c24;
    border: 1px solid #ed1c24;
}

.view-slash-portfolio-4-columns .views-row .views-field-nothing:hover {
	border: 4px solid #ed1c24;
}

#block-views-slash-home-items-block-1{
	background: none repeat scroll 0 0 #ed1c24;
}

.view-slash-blog .views-row img:hover{
    background: none repeat scroll 0 0 #ed1c24;
    border: 1px solid #ed1c24;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #ed1c24;
    background-image: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    background-color: #ed1c24;
    background-image: linear-gradient(to bottom, #ed1c24, #ed1c24);
}


/* Closure Back */

.closure-container{
	background: #000000;
}


/* Footer Back */

.footer {
    background: none repeat scroll 0 0 #333333;
}


.head-top-container{
	background: #333333;
}

.responsive-nav .navbar-inner{

    background: #333333;

}


/* Body Back */

body {
    background: none repeat scroll 0 0 #ffffff;
}


/* InterContent Container Region */

.inter-content-container{
	background-color: #eeeeee;
}