/*
	Theme Name: Tactus Theme
	Theme URI: www.tactustechnology.com
	Description: Tactus Theme is a two or three column child theme created for the Genesis Framework.
	Author: HyperArts
	Author URI: http://www.hyperarts.com/
 
	Version: 2.0.1
 
	Tags: blue, gray, white, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments
 
	Template: genesis
	Template Version: 1.8
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Featured Image
* Inner
* Page Title
* Home Featured
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Portfolio
* Headlines
* Ordered / Unordered Lists
* Post Info / Meta
* Author Box
* Column Classes
* Featured Post Grid
* Archive Page
* Images
* Post Navigation
* Primary Sidebar
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form / eNews and Update Widget - removed
* Calendar Widget - removed
* Footer Widgets
* Footer
* Custom Footer
* Comments - removed
* Gravity Forms - removed
* Smooth Scroll 
* Bootstrap Overrides
* Custom CSS for Inner Pages

* Responsive Design

*/

/* Defaults
------------------------------------------------------------ */
/* Sticky Footer
------------------------------------------------------------ */
html {
    position: relative;
    min-height: 100%;
}
body {
    margin: 0 0 100px; /* bottom = footer height */
}
body.single-jobs #footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
}
/* 
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
font-weight: 100;
font-family: "proxima-nova",sans-serif;
font-size: 16px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #545454;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
/*.sticky,*/
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
}

input,
select,
textarea {
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #86817F;
	font-family: "proxima-nova-condensed",sans-serif;
	font-size: 14px;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	color: #0FA4D6;
	text-decoration: none !important;
	transition: all 0.2s ease-in-out;
}

a:hover {
	color: #106580;
	text-decoration: none !important;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #F8F8F8 !important;
}

::-moz-selection {
	background-color: #f05927;
	color: #fff;
}

::selection {
	background-color: #f05927;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */

.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.minimum-landing .wrap {
	/*width: 800px;*/
}

#wrap {
	max-width:100%;
	margin: 0 auto;
	}


/* Header
------------------------------------------------------------ */

/* added css to counter act or override the bootstrap nav css colors */
.navbar-default .navbar-collapse, .navbar-default .navbar-form, .navbar-default {
	background: transparent !important;
	border-color: transparent !important;
	padding-right: 0px !important;
	padding-left: 0px !important;
}
#header .wrap {
	width: 100%;
	max-width: 1140px;
	padding: 0;
}
.navbar {
	margin-bottom: 0px !important;
}
#header {
	margin: 0 auto;
	min-height: 80px;
	padding-top: 28px;
	overflow: hidden;
	width: 100%;
	position: fixed; top: 0;
	z-index: 100;
	-moz-box-shadow: 0px 2px 6px #898B8D;
	-webkit-box-shadow: 0px 2px 6px #898B8D;
	box-shadow: 0px 2px 6px #898B8D;
	background: #F8F8F8;
	background-color: #F8F8F8;
	z-index: 1010;
}

#title-area {
	float: left;
	overflow: hidden;
	background: url("images/logo.png") no-repeat left;
	background-size: 50%;
	width: 310px;
	margin-top: -35px;
	text-indent: -9999px;
	overflow: visible;
}

#title-area:after {
	position: relative;
	top: 10px;
	content: 'material science innovations for tactile interfaces';
	width: 100%;
	max-width: 310px;
	font-size: 14px;
}

#title {
font-family: "proxima-nova-condensed",sans-serif;
font-size: 50px;
font-weight: 700;
line-height: 1;
margin: 0px;
text-transform: uppercase;
display: block;

}

#title a,
#title a:hover {
	color: #3e3e3e;
	text-decoration: none;
	display: block;
}

#description {
	display: none;
}

#header .widget-area {
	float: right;
}

.navbar-toggle {
	margin-top: 0 !important;
	}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 100%;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

#nav,
#subnav {
	background-color: #f5f5f5;
	border-top: 1px solid #e4e4e4;
}

.menu-primary,
.menu-secondary,
#header .menu {
	clear: both;
	color: #3e3e3e;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#header .menu {
	float: right;
	width: auto;
}

.menu-primary ul,
.menu-secondary ul,
#header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
	color: #3e3e3e;
	display: block;
	padding: 10px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary li:hover a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary li:hover a,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu li a:hover,
#header .menu li:hover a
{
	color:#545454;
}
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	color: #545454;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: none;
	background-color: #fff;
	border: 1px solid #e4e4e4;
	border-top: none;
	color: #3e3e3e;
	font-size: 12px;
	padding: 10px;
	position: relative;
	text-transform: none;
	width: 163px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	background-color: #fff;
	color: #f05927;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 185px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 175px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -39px 0 0 184px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#menu-main-menu .menu-item a {
font-family:"proxima-nova-condensed";
font-size:16px;
font-weight:400;
color:rgb(133,128,127);
}

#menu-main-menu .menu-item a:hover, #menu-main-menu .menu-item a:active {
color:#898B8D;
}

.menu li.right {
	float: right;
	font-weight: 400;
	letter-spacing: 2px;
	padding: 20px;
	text-transform: uppercase;
}

.menu li.right a {
	color: #3e3e3e;
	display: inline;
}

.menu li.right a:hover {
	color: #f05927;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Featured Image
------------------------------------------------------------ */

#featured-image {
	text-align: center;
	width: 100%;
}


/* Inner
------------------------------------------------------------ */

#inner {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding: 80px 0 0;
}

.minimum #inner {
	padding: 0 0 40px;
}

.minimum #inner .wrap {
	border-top: 5px solid #f5f5f5;
	padding: 80px 0;
}


/* Page Title
------------------------------------------------------------ */

#page-title {
	background-color: #f5f5f5;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0;
}

#page-title p {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
}

a.page-title-button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #3e3e3e;
	border-radius: 5px;
	color: #fff;
	float: right;
	font-size: 24px;
	margin: 7px 45px 0 0;
	padding: 11px 20px 10px;
}

a.page-title-button:hover {
	background-color: #f05927;
}


/* Home Featured
------------------------------------------------------------ */

#home-featured {
	overflow: hidden;
	padding: 60px 0;
	width: 100%;
}

#home-featured a.icon-facebook,
#home-featured a.icon-facebook:hover,
#home-featured a.icon-google,
#home-featured a.icon-google:hover,
#home-featured a.icon-pinterest,
#home-featured a.icon-pinterest:hover,
#home-featured a.icon-twitter,
#home-featured a.icon-twitter:hover {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50px;
	background: #ddd url(images/icons.png);
	border-radius: 50%;
	display: block;
	height: 140px;
	margin: 0 auto 30px;
	padding: 0;
	text-indent: -9999px;
	width: 140px;
}

#home-featured a.icon-facebook:hover,
#home-featured a.icon-google:hover,
#home-featured a.icon-pinterest:hover,
#home-featured a.icon-twitter:hover {
	background: #f05927 url(images/icons.png);
}

#home-featured a.icon-facebook,
#home-featured a.icon-facebook:hover {
	background-position: 0 0;
}

#home-featured a.icon-google,
#home-featured a.icon-google:hover {
	background-position: -138px 0;
}

#home-featured a.icon-pinterest,
#home-featured a.icon-pinterest:hover {
	background-position: 0 -138px;
}

#home-featured a.icon-twitter,
#home-featured a.icon-twitter:hover {
	background-position: -138px -138px;
}

.home-featured-1,
.home-featured-2,
.home-featured-3,
.home-featured-4 {
	float: left;
	margin: 0;
	overflow: hidden;
	text-align: center;
	width: 25%;
}

body.home #section_1 h1 {
    font-size: 40px  !important;
    line-height: 50px;
    margin-top: 24px;
    margin-bottom: 0px !important; 
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 12px;
	margin: 0 0 30px;
	padding: 10px 15px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 15px 20px;
}

.taxonomy-description p {
	font-size: 14px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 100%;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 740px;
}

.sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 100%;
}

.hentry {
	/* margin: 0 0 50px;*/
}

.single-portfolio .hentry {
	margin: 0;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 30px;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
/*
.sticky {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	padding: 20px 30px;
}*/

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px dotted #ddd;
	clear: both;
	margin: 0 0 25px;
}


/* Portfolio
------------------------------------------------------------ */

.post-type-archive-portfolio .portfolio {
	float: left;
	margin: 0 15px 30px;
	width: 340px;
}

.portfolio-featured-image a img {
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	border: 10px solid #f5f5f5;
	transition: all 0.2s ease-in-out;
}

.portfolio-featured-image a img:hover{
	border: 10px solid #ddd;
}

.single-portfolio #content {
	text-align: center;
}

.single-portfolio img {
	border: 20px solid #f5f5f5;
}


/* Headlines
------------------------------------------------------------ */
#section_1 h1 {
    font-family: "proxima-nova-condensed",sans-serif;
    font-size: 51px  !important;
    line-height: 72px;
    margin-top: 24px;
    margin-bottom: 48px; 
}
#section_1 h2 {
    font-family: "proxima-nova-condensed",sans-serif;
    font-size: 28px !important;
    line-height: 48px;
    margin-top: 48px;
    margin-bottom: 24px;
}
h2 {
    font-family: "proxima-nova-condensed",sans-serif;
    font-size: 28px !important;
    line-height: 48px;
    margin-top: 48px;
    margin-bottom: 24px;
}
h1, h1 p { font-family: "proxima-nova-condensed",sans-serif; font-size: 51px; line-height: 72px; margin-top: 24px; margin-bottom: 48px; }
	
h2, h2 p { font-family: "proxima-nova-condensed",sans-serif; font-size: 28px; line-height: 48px; margin-top: 48px; margin-bottom: 24px; }

h3, h3 p { font-family: "proxima-nova-condensed",sans-serif; font-size: 21px; line-height: 24px; margin-top: 24px; margin-bottom: 0px; font-weight: 400; }

h3.blue, h3.blue p, h1.blue, h2.blue, h4.blue {color: #0FA4D6 !important;}

.white {
	color: #F8F8F8 !important;
}
.light-blue {
	color: #0FA4D6 !important;
}
.black {
	color: #121212;
}
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: "proxima-nova-condensed",sans-serif;
	font-weight: 400;
	line-height: 1.25;
	margin: 0 0 30px;
}

h1,
h2,
h2 a,
h2 a:visited {

}

.single-portfolio h1 {
	margin: 0 0 20px;
}

h1.entry-title {text-align: center;}

h2 a,
h2 a:visited {
	color: #3e3e3e;
}

h2 a:hover {
	color: #f05927;
	text-decoration: none;
}

.sidebar h2 a,
.sidebar h2 a:hover {
	font-size: 28px;
}

h3,
.genesis-grid h2 a,
.genesis-grid h2 a:hover {
	font-size: 21px;
}

h4 {
	font-size: 18px;
}

.widget-area h4 {
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.widget-area h4 a {
	color: #3e3e3e;
	text-decoration: none;
}

h5 {
	font-size: 18px;
}

h6,
.taxonomy-description h1 {
	font-size: 16px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 35px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info / Meta
------------------------------------------------------------ */

.post-info,
.post-meta {
	clear: both;
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
}

.post-info {
	margin: 0 0 25px;
}

.genesis-grid .post-info {
	margin: 0 0 10px;
}

.post-meta {
	border-top: 1px dotted #ddd;
	padding: 10px 0 0;
}

.post-info a,
.post-info a:visited,
.post-meta a,
.post-meta a:visited {
	color: #999;
	font-weight: normal;
}

.post-info a:hover,
.post-meta a:hover {
	color: #3e3e3e;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background: none;
	margin: 0 0 50px;
	overflow: hidden;
}

.author-box p {
	font-size: 16px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid p {
	font-size: 16px;
}

.genesis-grid-even,
.genesis-grid-odd {
	border-bottom: 1px dotted #ddd;
	margin: 0 0 30px;
	padding: 0;
	width: 47%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.post-image {
	margin: 0 10px 10px 0;
}

.alignleft .avatar {
	margin: 0 10px 0 0;
}

.alignright .avatar {
	margin: 0 0 0 10px
}

.author-box .avatar {
	float: left;
	margin: 0 20px 0 0;
}

.comment-list li .avatar {
	float: left;
	margin: 0 10px 10px 0;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft,
.wp-caption.alignleft {
	display: inline;
	margin: 0 20px 20px 0;
}

img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 0 0 20px 20px;
}

.wp-caption {
	padding: 20px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}


/* Primary Sidebar
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 16px;
	width: 300px;
}


.sidebar-content #sidebar {
	float: left;
}

.sidebar p {
	font-size: inherit;
	margin: 0 0 15px;
}

#sidebar a,
#sidebar a:visited {
	color: #3e3e3e;
}

#sidebar a:hover {
	color: #f05927;
}

.sidebar .widget {
	margin: 0 0 40px;
}

#footer-widgets ul li,
#sidebar ul li {
  	background: url(images/list-sidebar.png) no-repeat top left;
  	border-bottom: 1px dotted #ddd;
	list-style-type: none;
	margin: 0 0 5px 2px;
	padding: 1px 0 5px 14px;
}

#footer-widgets ul li a,
#footer-widgets ul li a:visited,
#sidebar ul li a,
#sidebar ul li a:visited {
	color: #f05927;
	font-weight: normal;
}

#footer-widgets ul li a:hover,
#sidebar ul li a:hover {
	color: #3e3e3e;
}

#sidebar .tagcloud a,
#sidebar .tagcloud a:visited {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: none;
	background-color: #3e3e3e;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

#sidebar .tagcloud a:hover {
	background-color: #f05927;
	color: #fff;
}

/* **************************** FOOTER */
.custom-footer div {
	display: inline-block;
}
.custom-footer div:nth-child(1) {
}
.custom-footer div:nth-child(2) {
}
.custom-footer div:nth-child(2) ul{
}
.custom-footer div:nth-child(3) {
float: right;
margin: 22px 0 0 0;
}
#social-list {
	width: 105px;
}
.custom-footer li {
	display: inline-block;
	list-style: none;
	list-style-type: none;
}


/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	padding: 3px;
	width: 95%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px dotted #ddd;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0 0 10px;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"],
.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	-moz-transition: all 0.2s ease-in-out;
	-moz-border-radius: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-border-radius: 5px;
	background-color: #3e3e3e;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	padding: 10px 20px;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

input:hover[type="button"],
input:hover[type="submit"],
.navigation li a:hover,
.navigation li.active a {
	background-color: #f05927;
	border: none;
	text-decoration: none;
}

a.button-2 {
font-weight: 200;
width: auto;
height: auto;
margin: 0 auto;
display: table;
margin-top: 10px;
}
.button-2 {
border-radius: 4px;
border-style: solid;
border-width: 1px;
cursor: pointer;
font-family: inherit;
font-weight: bold;
line-height: 1;
margin: 0 0 1.25em;
position: relative;
text-decoration: none;
text-align: center;
display: inline-block;
padding-top: 0.85em;
padding-right: 3.75em;
padding-bottom: 0.9125em;
padding-left: 3.75em;
font-size: 1em;
background: #F05A28;
border-color: #F05A28;
color: #F8F8F8;
}
.button-2:hover, .button-2:focus, .button-2 a:hover, .button-2 a:focus, .button-2 a:visited, .button-2 {

color: #efefef !important;
text-decoration: none;
}
.center-button {
	width: auto;
	height: auto;
	display: block;
	margin: 0 auto;
}
.button {
border-style: solid;
border-width: 1px;
cursor: pointer;
font-family: inherit;
font-weight: bold;
line-height: 1;
margin: 0 0 1.25em;
position: relative;
text-decoration: none;
text-align: center;
display: inline-block;
padding-top: 0.85em;
padding-right: 3.75em;
padding-bottom: 0.9125em;
padding-left: 3.75em;
font-size: 1em;
background-color: #0FA4D6;
border-color: #F05A28;
color: #F8F8F8;
-webkit-transition: background-color 300ms ease-out;
-moz-transition: background-color 300ms ease-out;
transition: background-color 300ms ease-out;
}
.button:hover, .button:focus {
background-color: #106580; color:white;
}
.button-2 a {
font-weight: 200 !important;
letter-spacing: 1px !important;
}
.button-2 a {
font-weight: 200 !important;
letter-spacing: 1px !important;
}

/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background-color: #f5f5f5;
	border-top: 1px solid #e4e4e4;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 40px 0 20px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

#footer-widgets p {
	font-size: inherit;
	margin: 0 0 20px;
}

#footer-widgets ul {
	margin: 0;
}

.footer-widgets-1 {
	float: left;
	margin: 0 30px 0 0;
	width: 360px;
}

.footer-widgets-2 {
	float: left;
	width: 360px;
}

.footer-widgets-3 {
	float: right;
	width: 360px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	clear: both;
	color: #999;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	height: 100px;
}

#footer .wrap {
	overflow: hidden;
	max-width: 1140px;
	height: 100px;
}

#footer p {
	color: inherit;
	font-size: inherit;
	margin: 0 0 25px;
}

#footer a,
#footer a:visited {
	color: #999;
	font-weight: normal;
	text-decoration: none;
}

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

#footer .gototop {
	float: left;
	width: 35%;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 60%;
}


/* Custom Footer
------------------------------------------------------------ */
#footer .custom-footer {
	padding: 0;
}
#footer .custom-footer,
#footer .custom-footer .menu {
	text-align: left;
	height: 50px;
	margin-top: 20px;
}

#footer .custom-footer .widget {
	clear: both;
	display: inline-block;
}

#footer .custom-footer .menu {
	float: none;
}

#footer .custom-footer li {
	display: inline-block;
	float: none;
	margin: 0 5px;
	list-style-type: none;
}

#footer .custom-footer li a,
#footer .custom-footer li a:visited {
	font-family: "proxima-nova-condensed";
	font-size: 14px;
	font-weight: 400;
	color: rgb(133,128,127);
}

#footer .custom-footer li a:hover {
	color: #898B8D;
}


/* Company Page
------------------------------------------------------------ */

/* Technology Page Styles
------------------------------------------------------------ */		

#materials.layer {
	padding: 100px 0 0 0;
}

#materials li {
	padding: 10px;
}

#buttons .wrap {
	text-align: center;
}


/* News & Events Page Styles
------------------------------------------------------------ */

/* Careers Page Content Styles
------------------------------------------------------------ */

	
/* Press Release and Privacy Policy Pages
------------------------------------------------------------ */

body.page-template-default .entry-content, body.single-press_release #content {
	padding: 5% 13%;
}

/* Jobs Post Page Styles and Press Release Pages
------------------------------------------------------------ */
#content div.jobs {
	padding: 5% 2%;
}

/* Default Page Template
------------------------------------------------------------ */
.page-template-default #wrap #inner .wrap #content-sidebar-wrap #content div.page {
	padding: 5% 2%;
}

/* Smooth Scroll 
------------------------------------------------------------ */
.scrollup {
right: 10px !important;
bottom: 100px !important;
}
/* Bootstrap Overrides
------------------------------------------------------------ */
.carousel-control.left, .carousel-control.right  {
background-image: none !important;
}

.grey {
	color: #F05A28 !important;

}

.carousel-control {
	font-weight: 600 !important;
	opacity: 0.8 !important;
}

.carousel-control:hover {
	opacity: 1 !important;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.8);
}

.carousel-control .icon-prev, .carousel-control .icon-next {
margin-top: -40px !important;
font-size: 50px !important;
}

.carousel-control {
	text-shadow: 0 1px 2px rgba(0, 10, 255, 1);
}


/* White Paper */
ul.outside {
	padding: 0 0 0;
}

ul.outside li {
	color: #545454;
}

ul.inside li {
	list-style-type: circle;
	color: #545454;
}

p.inner-section {
	margin: 0 0 10px;
}

p.before-list {
	margin: 0 0 0;
}

/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 1200px) {
	.content-wrap {
		padding: 0 2%;
	}
	#header .wrap, #footer .wrap {
		padding: 0 2%;
	}
	
	.wrap, 
	#header {
		width: 100%;
		/*padding-left: 15px;
		padding-right: 5px;*/
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#content {
		width: 100%;
	}

	.post-type-archive-portfolio .portfolio {
		width: 280px;
	}
	.custom-footer div:nth-child(2) {
		
	}

}

@media only screen and (max-width: 1100px) {

	#inner {
		clear: both;
		margin: 0 auto;
		overflow: hidden;
		padding: 70px 0 0;
	}
}	

@media only screen and (max-width: 1023px) {

	body {
		font-size: 14px;
		margin: 0 auto;
		width: 100%;
	}
	
	.archive-page,
	.content-sidebar #content,
	.content-sidebar-sidebar #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content #content,
	.menu-primary,
	.menu-secondary,
	.minimum-landing .wrap,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	.wrap,
	#content-sidebar-wrap,
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	#header,
	#header ul.menu,
	/* #header .widget-area */,
	#sidebar-alt
	/* #title-area */ {
		width: 100%;
	}

	.menu-primary,
	.menu-secondary,
	#description,
	#footer .creds,
	#footer .gototop,
	#header ul.menu,
	#header .search-form,
	#title
	{
		float: none;
		text-align: center;
	}
	#title-area {
		float: left;
	}
	#title {
		width: 100px;
	}
	#title-area:after {
	display: none;
	}
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	#header .search-form,
	#wrap {
		margin: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	#content,
	#description,
	#footer-widgets .wrap,
	#header .widget-area,
	#title,
	#title a,
	#title a:hover,
	#header .search-form,
	#title-area {
		padding: 0;
	}

	#header {
		/* background-size: contain !important; */
	}
	
	#title {
		margin-top: 12%;
	}

	.menu-primary li,
	.menu-secondary li,
	#header ul.menu li {
		display: inline-block;
		float: none;
	}
	
	.menu-primary a,
	.menu-secondary a,
	#header .menu a {
		border: none;
		padding: 10px;
	}

	a.page-title-button,
	.menu li.right {
		display: none;
	}

	.menu li li {
		text-align: left;
	 }

	 #page-title {
		 padding: 10px 0;
	 }

	#page-title p {
		font-size: 24px;
		text-align: center;
	}

	.minimum #inner,
	#inner {
		padding-top: 120px;
	}

	.minimum #inner .wrap {
		padding: 30px 0;
	}

	.post-type-archive-portfolio .portfolio {
		margin: 10px 15px;
		width: 45%;
	}

	.single-portfolio img {
		border: none
	}

	#footer-widgets .widget {
		padding: 20px 20px 25px 0;
	}

	#footer .custom-footer li {
		margin: 0 10px;
	}

	#footer .wrap {
	}
	#footer .custom-footer li {
		display: inline-block;
		float: none;
		margin: 0 2px;
		list-style-type: none;
	}
}

@media only screen and (max-width: 960px) {
	#title-area {
		width: 200px;
        margin-top: -15px;
	}

	#title {
		margin-top: 20%;
	}
}

@media only screen and (max-width: 900px) {
	#title-area {
		position: absolute;
    	
    	left: 10px;
	}
	#menu-main-menu .menu-item a {
		font-size: 14px;
	}
	.custom-footer div:nth-child(1) {
	}
	.custom-footer div:nth-child(2) {
		display: none !important;
	}

	#header {
		min-height: 120px;
	}
    #header {
        min-height: 80px;
    }

    #title {
		margin-top: 0;
	}
}
@media only screen and (max-width: 800px) {
#header .menu a {
padding: 8px;
}
#footer .custom-footer {
}
.custom-footer div:nth-child(2) {
}
.button-2 { /*
display: block;
margin: 0 auto;
width: 50%; */
}
}
@media only screen and (max-width: 767px) {
	.address{
	padding-top: 2%;
	text-align: center;
	}
	#title-area {
        margin-top: -10px;
	}	

	#materials .one-half {
		min-height: 200px;
	}
}
@media only screen and (max-width: 600px) {


	#home-featured {
		padding: 30px 0 0;
	}
	.home-featured-1,
	.home-featured-2,
	.home-featured-3,
	.home-featured-4 {
		padding: 0 0 30px;
		width: 50%;
	}
	.genesis-grid-even,
	.genesis-grid-odd {
		width: 100%
	}
	.post-type-archive-portfolio .portfolio {
		margin: 0 0 20px;
		text-align: center;
		width: 100%;
	}
	.portfolio-featured-image a img,
	.portfolio-featured-image a img:hover {
		border: none;
	}
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
	}
	.navigation li a,
	.navigation li.disabled,
	.navigation li a:hover,
	.navigation li.active a {
		padding: 5px 10px;
	}
	#header .wrap {
		padding: 0;
	}
	#header .widget-area {
		width: 100%;
	}
	#header .menu {
		width: 100%;
		background: #121212;
	}
	#header ul.menu li {
	width: 50%;
	float: left;
	}	
	#menu-main-menu .menu-item a {
	color: #F8F8F8;
	}
	#header .menu a {
		padding: 10px 8px;
	}
	#header .menu .current-menu-item a {
	color:#898B8D;
	}
	#section_2_content_1_image {
		margin-bottom: 70px;
	}
}

@media only screen and (max-width: 480px) {
	h2.blue p, h2 {
		font-size: 24px !important;
		line-height: 48px;
	}
	.button-2 {
	width: auto;
	}
	.entry-content p {
	margin: 5px 0 20px;
	}
	#header {
	position: relative;
	min-height: 50px;
	padding-top: 1em;
	}
	#inner {
	padding: 0;
	}
	.button-2 {
	padding-top: 0.55em !important;
	padding-right: 2em !important;
	padding-bottom: 0.6125em !important;
	padding-left: 2.75em !important;	
	}
	#footer-logo {
	}
	.custom-footer div:nth-child(1) {
	margin: 0;
	}
	.custom-footer div:nth-child(3) {
	}
	#section_2_content_1_image {
	margin-bottom: 0px;
	}
	.custom-footer div:nth-child(3) {
	float: left;
	margin: 22px 0 0 0;
	}
}



@media only screen and (max-width: 320px) {
#header ul.menu li {
	width: 100%;
	}	

}
@media only screen and (max-width: 300px) {

	.home-featured-1,
	.home-featured-2,
	.home-featured-3,
	.home-featured-4 {
		padding: 0 0 30px;
		width: 100%;
	}
	

}
