/*
Theme Name: Vello Systems
Theme URI: http://www.vellosystems.com/
Description: Vello Systems Theme
Version: 1.0
Author: Mighty Digital
Author URI: http://www.mightydigital.com/
*/

/* begin global */

body {
	font-family:Lato, "Helvetica Neue", Arial, sans-serif;
	font-weight:300;
	font-size:14px;
	line-height:140%;
	color:#333;
	background-color:#33353e;
}

h1, h2, h3 {
	font-family:Lato;
	font-weight:300;
}

p {
	margin: 0 0 15px;
}

a {
	color:#93a101;
}

a:hover {
	color:#0a8ce2;
	text-decoration:none;
}

.btn-default { 
	border-color:#779a0b;
	background-color:#779a0b;
	color:#fff;
}

.btn-default:hover { 
	border-color:#0a8ce2; 
	background-color:#0a8ce2;
	color:#fff;
}

/* end global */

/* begin header */
	
#header {
	position:relative;
	z-index:2;
	margin:0;
	background-color:transparent;
	border:0;
}

#header a:hover {
	text-decoration:none;
}

#header .skirt {
	background: transparent url(images/header-skirt.png) no-repeat center top;
	height:30px;
}

#header .primary {
	background: transparent url(images/header-bg.png) repeat-x;
	height:65px;
}

#header .primary .wrapper {
	background: transparent url(images/header-overlay-bg.png) no-repeat scroll 300px 0;
	height:65px;
}

#header .primary .container {
	position:relative;
}

#header .primary .logo {
	position:absolute;
	top:10px;
}

#header .primary .btn-default { 
	border-color:transparent; 
	background-color:#000;
	color:#fff;
}

#header .primary .btn-default:hover { 
	background-color:#333;
	color:#fff;
}

#primary-nav {
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
	top:18px;
	right:0;
}

#primary-nav > li {
	float:left;
	margin-left:3px;
}

#primary-nav li:first-child {
	margin:0;
	padding:0;
}

#primary-nav > li a {
	background-color:transparent;
	display:block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:0 12px;
	line-height:30px;
	color:#fff;
	border-left:1px solid transparent;
	border-top:1px solid transparent;
	position:relative;
	z-index:1;
}

#primary-nav li a:hover {
	color:#fff;
}

#primary-nav > .current-menu-ancestor > a,
#primary-nav > .current-menu-item > a {
	background-color:#15518c;
	color:#fff !important;
}

#primary-nav .sub-menu {
	display:none;
	list-style:none;
	line-height:20px;
	position:absolute;
	margin-top:-1px;
	background-color:#7ba029;
	padding:10px 15px;
	width:200px;
	
	-moz-border-radius: 0 3px 3px 3px;
	-webkit-border-radius: 0 3px 3px 3px;
	border-radius: 0 3px 3px 3px;
	
	-moz-box-shadow: 2px 2px 4px -2px #333;
	-webkit-box-shadow: 2px 2px 4px -2px #333;
	box-shadow: 2px 2px 4px -2px #333;
/*	*/
	border:1px solid #a9c174;
	border-right:0;
	border-bottom:0;
}

#primary-nav .sub-menu li {
	border-top:1px solid #88aa3f;
	border-bottom:1px solid #6e9025;
}

#primary-nav .sub-menu li:first-child,
#primary-nav .sub-menu li.first {
	border-top:0;
}

#primary-nav .sub-menu li:last-child,
#primary-nav .sub-menu li.last {
	border-bottom:0;
}

#primary-nav .sub-menu a {
	line-height:18px;
	padding:5px 0;
}

#primary-nav .sub-menu a:hover {
	color:#d8ed03;
}

#primary-nav > li:hover > a {
	background-color:#7ba029;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #a9c174;
	border-right:0;
	border-bottom:0;
	-moz-box-shadow: 2px 2px 4px -3px #333;
	-webkit-box-shadow: 2px 2px 4px -3px #333;
	box-shadow: 2px 2px 4px -3px #333;
}

#primary-nav > li.has-sub-menu:hover > a {
	background-color:#7ba029;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px 3px 0 0;
	border:1px solid #a9c174;
	border-right:0;
	border-bottom:0;
	padding-bottom:4px;
	-moz-box-shadow: 2px 0 4px -4px #333;
	-webkit-box-shadow: 2px 0 4px -4px #333;
	box-shadow: 2px 0 4px -4px #333;
}

#header .secondary {
	background-color:#000;
	height:30px;
	overflow:hidden;
}

#header .secondary ul {
	list-style:none;
	margin:8px 0 0;
	padding:0;
	float:right;
	
}
#header .secondary ul li {
	float:left;
	border-left:1px solid #666;
	padding-left:10px;
	margin-left:10px;
	font-size:12px;
	line-height:12px;
}

#header .secondary ul li:first-child {
	border:0;
	margin:0;
	padding:0;
}

#header .secondary a {
	color:#fff;
}

#header .secondary a:hover {
	color:#0a8ce2;
}

/* end header */

/* begin footer */

#footer {
	background-color:#33353e;
	padding:40px 0 20px;
	font-family:Lato;
	font-weight:300;
}

#footer .logo img {
	float:right;
	margin-right:30px;
}

#footer .copyright {
	background-color:#2c2e35;
	padding:15px 0;
	font-size:12px;
	line-height:16px;
	color:#999;
}

#footer h3 {
	font-family:Lato;
	font-weight:300;
	font-size:18px;
	color:#c3d600;
	margin-top:0;
}

#footer ul {
	list-style:none;
	padding:0;
	font-size:12px;
}

#footer a {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	color:#0a8ce2;
	text-decoration:none;
}

#footer .col {
	margin-bottom:20px;
}

#footer .social {
	color:#fff;
	font-size:18px;
	text-align:right;
}

#footer .social a {
	color:#666;
	text-decoration:none;
	margin-left:6px;
}

#footer .social a:hover {
	color:#0a8ce2;
	text-decoration:none;
}

#footer .secondary .btn-default { 
	background-color:#fff;
	border-color:#ccc;
	color:#333;
}

#footer .secondary .btn-default:hover { 
	background-color:#0a8ce2;
	border-color:#0a8ce2;
	color:#fff;
}

/* end footer */

/* begin page */

#body {
	position:relative;
	z-index:1;
	margin-top:-30px;
	background-color:#fff;
}

#body .header {
	background: #c3d600 url(images/page-header-bg.png) repeat-x;
	min-height:120px;
	-moz-box-shadow: 0 0 5px 0 #777;
	-webkit-box-shadow: 0 0 5px 0 #777;
	box-shadow: 0 0 5px 0 #777;
}

#body .header h1 {
	font-size:38px;
	margin-top:50px;
	margin-bottom:20px;
	line-height:46px;
}

#body h2 {
	line-height:38px;
	color:#779a0b;
}

#content h1:first-child,
#content h2:first-child,
#content h3:first-child {
	margin-top:0;
}

#body h3 {
    font-size:24px;
	line-height:28px;
	color:#779a0b;
}

#content {
	padding-top:20px;
	padding-bottom:30px;
}

#content ul li {
	padding:5px 0;
}

.breadcrumbs {
	padding-top:20px;
}

.breadcrumbs span span {
	padding:0 4px 0 2px;
}

.breadcrumbs a {
	color:#000;
}

.breadcrumbs a:hover {
	color:#0a8ce2;
	text-decoration:none;
}

.breadcrumbs a .icon-home {
	margin-right:6px;
}

/* end page */

/* begin features */

.page-l2 #body h2 {
	color:#000;
}

.page-l2 #content {
	line-height:28px;
}

.features {
	padding:30px 0;
}

.feature {
	background-color:#e6e6e6;
}

#body .feature h2,
.feature h2 {
	background: #ccc url(images/feature-news-bg.jpg) no-repeat center top;
	height:95px;
	margin:0;
	padding:0 20px;
	font-size:24px !important;
	line-height:28px !important;
	color:#fff;
	display:table-cell;
	vertical-align:middle;
	width:300px;
}

#body .feature.bg1 h2,
.feature.bg1 h2 {
	background-image: url(images/feature-bg1.jpg);
}

#body .feature.bg2 h2,
.feature.bg2 h2 {
	background-image: url(images/feature-bg2.jpg);
}

#body .feature.bg3 h2,
.feature.bg3 h2 {
	background-image: url(images/feature-bg3.jpg);
}

.home #body .feature.feature-vellos h2,
.home .feature.feature-vellos h2 {
	background-image: url(images/feature-vellos-bg.jpg);
	text-indent:-1000px;
}

.home .feature.feature-case-study h2 {
	background-image: url(images/feature-case-study-bg.jpg);
}

.feature .content {
	padding:20px;
	line-height:26px;
}

.feature .action {
	background: #fff url(images/feature-action-bg.png) no-repeat center top;
	height:48px;
	padding:8px 20px 0;
}

.home .feature.feature-news ul {
	padding:0;
	list-style:none;
	line-height:22px;
}

.home .feature.feature-news ul li {
	margin-top:10px;
}

.home .feature.feature-news ul li:first-child {
	margin-top:0;
}

.home .feature.feature-news ul li span {
	font-size:11px;
	font-weight:bold;
	font-style:italic;
}

.home .feature.feature-news ul li a {
	color:#666;
}

.home .feature.feature-news ul li a:hover {
	color:#0a8ce2;
}

/* end features */

/* begin home */

.home .banner {
	position:relative;
	z-index:1;
	margin-top:-30px;
	background-color:#33363f;
}

.home .banner .container {
	position:relative;
}

.home .banner .skirt {
	background: transparent url(images/banner-skirt.png) no-repeat center top;
	width:100%;
	height:30px;
	position:absolute;
	z-index:2;
	bottom:-18px;
}

.home .banner .slider {
	position: relative;
 	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.home .banner .slider li {
	-webkit-backface-visibility: hidden;
	list-style:none;
	margin:0;
	padding:0;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.home .banner .slider li:first-child {
	position: relative;
	display: block;
	float: left;
}

.home .banner .slider img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.home .banner .slider_nav,
.home .banner .slider_tabs {
	visibility:hidden;
}

.home .banner .slider_nav, 
.home .banner .slider_tabs a {
	font-size:16px;
	color:#666;
	text-decoration:none;
	outline:none;
}

.home .banner .slider_nav:hover {
	color:#fff;
}

.home .banner .slider_tabs a:hover {
	color:#000;
}

.home .banner .slider_nav {
	position:absolute;
	top:40%;
}

.home .banner .slider_nav.prev {
	left:0;
}
	
.home .banner .slider_nav.next {
	right:0;
}

.home .banner .slider_tabs {
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	position:absolute;
	bottom:15px;
	width:80%;
	margin-left:10%;
}

.home .banner .slider_tabs li {
	display:inline;
	padding:0 4px;
}

.home .banner .slider_tabs .icon-circle {
	display:none;
}

.home .banner .slider_here .icon-circle {
	display:inline;
}

.home .banner .slider_here .icon-circle-blank {
	display:none;
}

.home .headline {
	background: #c3d600 url(images/page-header-bg.png) repeat-x left -30px;
	padding:40px 0;
	-moz-box-shadow: 0 0 5px 0 #777;
	-webkit-box-shadow: 0 0 5px 0 #777;
	box-shadow: 0 0 5px 0 #777;
}

.home .headline h1 {
	margin:0;
	font-size:32px;
}

/* end home */

/* begin blog */

.blog .authors-container .author ul {
	margin-left:0;
}

.author .widget ul li,
.blog .authors-container .author ul li {
	margin-bottom:10px;
}

.blog .tagline {
	font-size:18px;
}

.blog .authors-container .author h2 {
	margin-bottom:10px;
}

.blog .meta {
	border-top: 1px solid rgba(0, 0, 0, 0.13);
	padding-top:5px;
	margin-bottom:20px;
}

.blog #commentform input,
.blog #commentform textarea {
	margin-bottom:0;
}

.blog .comment-subscription-form {
	margin-bottom:5px;
}

/* end blog */

/* begin sidebar */

#sidebar {
	padding-top:20px;
	padding-bottom:30px;
	padding-left:60px;
}

#secondary-nav {
	margin-bottom:30px;
}

#secondary-nav,
#secondary-nav ul {
	list-style:none;
	padding:0;
}

#body #secondary-nav li {
	padding:2px 0;
}

#secondary-nav > .menu-item,
#secondary-nav > .menu-item > a {
	display:none;
}

#secondary-nav > .current-menu-ancestor, 
#secondary-nav > .current-menu-item {
	display:block;
}

#secondary-nav .sub-menu .current-menu-item a {
	color:#000;
}

.sidebar-box {
	background-color:#f6f6f6;
	padding:15px;
	margin-bottom:30px;
}

#body .sidebar-box h3 {
	background: transparent url(images/feature-action-bg.png) no-repeat;
	height:48px;
	padding:0 15px 0;
	margin:-15px -15px 10px;
	color:#333;
	font-size:18px;
	line-height:48px;
}

#body .sidebar-box h3 i {
	margin-right:5px;
}
#body .sidebar-box h3 i:after {
	content:" ";
}

#sidebar .widget-area > ul {
	list-style:none;
	padding:0;
}

/* end sidebar */

/* begin media queries */

/* <= 767px (mobile) */
@media (max-width: 767px) {
	.home .banner .slider_nav,
	.home .banner .slider_tabs {
		display:none;
	}
	
	.feature {
		margin-top:20px;
	}
	
	.features .row div:first-child .feature {
		margin-top:0;
	}
	
	#body .feature h2,
	.feature h2 {
		font-size:28px;
		background:none !important;
		text-indent:0;
		color:#000;
		height:auto;
		line-height:38px;
		padding-top:20px;
		display:block;
		width:auto;
	}
	
	.home #body .feature.feature-vellos h2 {
		text-indent:0;
	}
	
	#body .feature .content {
		min-height:0;
	}
	
	.feature .action {
		background:none;
		height:auto;
		padding-top:0;
		padding-bottom:20px;
	}
	
	#header .primary .wrapper {
		background-position: 10% 0;
	}
	
	/* begin mobile nav */
	
	#primary-nav {
		display:none;
		position:relative;
		z-index:1000;
		top:65px;
		list-style:none;
		line-height:18px;
		background-color:#7ba029;
		padding:5px 15px;
		-moz-border-radius: 0 0 3px 3px;
		-webkit-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
		-moz-box-shadow: 2px 2px 4px -2px #333;
		-webkit-box-shadow: 2px 2px 4px -2px #333;
		box-shadow: 2px 2px 4px -2px #333;
		border:1px solid #a9c174;
		border-right:0;
		border-bottom:0;
	}

	#primary-nav li {
		border-top:1px solid #88aa3f;
		border-bottom:1px solid #6e9025;
		float:none;
		margin:0;
	}

	#primary-nav li:first-child,
	#primary-nav li.first {
		border-top:0;
	}

	#primary-nav li:last-child,
	#primary-nav li.last {
		border-bottom:0;
	}
	
	#primary-nav > li a {
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
		line-height:18px;
		padding:10px 0;
		color:#fff;
		border:0;
	}

	#primary-nav > li:hover a,
	#primary-nav > li.has-sub-menu:hover > a {
		background-color:#7ba029;
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
		border:0;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		box-shadow:none;
		padding:10px 0;
		color:#d8ed03;
	}
	
	#primary-nav .sub-menu {
		display:none;
	}
	
	/* end mobile nav */
	
	.home .headline h1 {
		font-size:26px;
	}
	
	#footer .social {
		text-align:center;
	}
	
	#sidebar {
		padding-top:0;
		padding-left:15px;
	}
	
	#sidebar .sidebar-box h3 {
		background-image:none;
		margin-bottom:0;
	}
}

/* >= 768px (tablet, desktop/laptop, large desktop/laptop) */
@media (min-width: 768px) {
	#primary-nav {
		display:block !important;
	}
}

/* >= 768px && <= 979px (tablet) */
@media (min-width: 768px) and (max-width: 991px) {
	.home .feature h2 {
		font-size:28px;
	}
	
	#header .primary .wrapper {
		background-position: 125px 0;
	}
}

/* >= 980px && <= 1199px (desktop/laptop) */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* keep layout at 940px (desktop/laptop) */

/* >= 1200px (large desktop/laptop) */
@media (min-width: 1200px) {
	.container {
		max-width: none !important;
		width: 970px;
	}
	
	#header .primary .wrapper {
		background-position: 375px 0;
	}
}

/* end media queries */
