/*
Theme Name: Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description: Place here your custom CSS styles
*/
.main-navigation .navbar-default .navbar-nav > li ul {
	display: none;
}

.main-navigation .navbar-default .navbar-nav > li:hover ul {
	display: block;
}

.solutions-heading {
	color: #DF3A01;
}

h1.footer-heading {
	color: #00FF00;
}

h3.footer-heading {
	color: #00FF00;
}

a.nt {
	color: white;
}

span.orange {
	color: #DF3A01;
}

b,span.green {
	color: green;
}

/* NewsTicker */

.smartmarquee {
	position: relative;
	overflow: hidden;
        scrolldelay=400;
}
.smartmarquee .container {
	position: absolute;
}

.newsticker {
	height: 300px;
	width: 300px;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
}

.newsticker .container {
	margin: 0;
	padding: 0;
}

.newsticker .container li {
	width: 285px;
	margin: 0 0 0 5px;
	padding: 5px 0 5px 0;
	border-bottom: 1px dotted #999
}

.newsticker .container li a {
	cursor: pointer;
	color: #339BEB;
}

.newsticker-heading {
	width: 300px;
	height: 30px;
	background-color: green;
	color: white;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 3px;
}
.marquee {
	height: 35px;
	line-height: 100%;
	font-family: Tahoma, Arial, sans-serif;
	margin-bottom: 10px;
        margin-right: 10px;
	width: 600px;
background-image : url('../images/new.gif');
  background-repeat: no-repeat;
  background-position : center left;
	font-size: 10pt;

	.marquee.scroll {
		-webkit-marquee: auto medium infinite scroll normal;
		overflow-x: -webkit-marquee; }
 

