/*
    Theme Name:     Genesis Child Theme - Groove Jones
    Description:    Genesis Framework child theme for Groove Jones' site
    Author:         Cameron Kloot
    Author URI:     http://www.pushdigital.com
    Template:       genesis
    Version:        1.0.0
    Text Domain:    genesis-child
*/

/*
Imports
---------------------------------------------------------------------------------------------------- */

@import url(//fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic);
@import url(//fonts.googleapis.com/css?family=Raleway:400,300);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */
body, html { overflow: visible!important; }

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #24272e;
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

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

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

a {
	color: #000;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

large {
	font-size: 120%;
}

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

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea,
.button,
div.gform_wrapper input[type=email],
div.gform_wrapper input[type=number],
div.gform_wrapper input[type=password],
div.gform_wrapper input[type=tel],
div.gform_wrapper input[type=text],
div.gform_wrapper input[type=url] {
	background-color: #fff;
	border: 2px solid #000;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 16px;
	padding: 0 16px;
	height: 40px;
	line-height: 40px;
	width: 100%;
	text-transform: uppercase;
}

textarea,
div.gform_wrapper textarea {
	line-height: 1.625;
	height: auto;
	padding: 16px;
}

input[type="radio"],
input[type="checkbox"] {
	height: auto;
	line-height: 1.625;
	margin-right: 6px;
}

input:focus,
textarea:focus {
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #fff;
	box-shadow: none;
	color: #000;
	cursor: pointer;
	padding: 0 24px;
	text-transform: uppercase;
	width: auto;
	display: inline-block;
	text-decoration: none;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	background-color: rgb(36, 39, 46);
	padding-top:110px;
	-webkit-transform: translate3d(0,0,0);
}

.wrap {
	background-color: transparent!important;
	margin: 0 auto;
	max-width: 1256px;
    padding-left: 20px;
    padding-right: 20px;
}

.site-inner {
	clear: both;
	/*padding-top: 40px;*/
	background-color: #fff;
	padding-top: 60px;
}

.page-template-default .site-inner,
.single .site-inner {
	background-color: #fff
}

.page-template-contact .site-inner,
.page-template-careers-iFrame .site-inner,
.page-template-blog .site-inner,
.home .site-inner {
	padding-top:0;
}

.page-template-about .site-inner { padding: 0; }

.page-template-newabout .site-inner { padding: 0; }

.page-template-blog .header-image {
	/*padding-top: 130px;*/
}

.page-template-default .content-sidebar-wrap,
.single .content-sidebar-wrap {
	position: relative;
}

/* Column Widths and Positions
--------------------------------------------- */

.content {
	float: right;
	width: 816px;
}

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

.sidebar-primary {
	float: left;
	width: 360px;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

.inactive { display:none!important; }

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-next, .slick-prev {
	position: absolute;
	z-index: 55;
	top:0;
	height: 100%;
	font-size: 8rem;
}
/*.slick-next {left:95%;}*/
/*.slick-prev {right:95%;}*/

.slick-next, .slick-prev,
.slick-next:hover, .slick-prev:hover {
	background-color: transparent;
	border: none;
	color: #ddd;
	outline:none;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.colorbox-link:hover {
	text-decoration: none;
}
#cboxLoadedContent .info .line1 {
	margin-top: 2px;
	margin-right: 12px;

}
#cboxLoadedContent .info .line2 {
}
#cboxLoadedContent .info .line1,
#cboxLoadedContent .info .line2 {
	margin-bottom: 0px;
	font-size: 28px;
	font-weight: 700;
	display: inline-block;
}
/* WordPress
--------------------------------------------- */

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

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

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
}

.archive-description {
	padding: 40px 40px 24px;
}

.author-box {
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}

/*
Gravity Forms
---------------------------------------------------------------------------------------------------- */

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
    list-style-type: none;
}

div.gform_wrapper .gform_footer {
	margin-top: 0;
}

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

.site-header {
	background-color: #24272e;
	padding: 40px 0 20px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-top: 12px;
}
/*
.home .site-header {
	padding-top:0;
}
.mobile-menu {
	margin: 0;
}*/
.blade {
	background-repeat: repeat-x;
	/*width:1520px;*/
	/*height:330px;*/
	background-size:125% auto;

}
/*.blade:first-child {background-position: -100px 0!important; }*/

.hero,
.menu-icon-bar,
.mobile-menu,
.title-area .logo {
	-webkit-transition: all 650ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	   -moz-transition: all 650ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	     -o-transition: all 650ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	        transition: all 650ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */

	-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
	   -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
	     -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
	        transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
}


.title-area .logo {
	display: block;
	margin-bottom: 0;
	max-width: 480px;

}

.site-description,
.site-title,
.site-title a {
	display: none;
	visibility: hidden;
	text-indent: -9999px;
	margin-bottom: 0;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	display: block;
	padding: 28px 24px;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #999;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
    margin-top: -55px;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 16px 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

/* Mobile Menu
--------------------------------------------- */

.nav-primary {
	background-color:#24272e;
	display: none;

	/*margin-top: 4%;*/
	/*top:65px!important;*/
}
#menu-primary-menu {
	margin-top: 100px;
}
.nav-primary .genesis-nav-menu .menu-item {
	width: 100%;
	border-top:1px solid #444;
	border-bottom: 1px solid #333;
}
.nav-primary .genesis-nav-menu .menu-item:first-child {
border-top: none;
}
.nav-primary .genesis-nav-menu .menu-item:last-child {
border-bottom: none;
}

.nav-primary .genesis-nav-menu #menu-item-877 a:before,
.nav-primary .genesis-nav-menu #menu-item-878 a:before,
.nav-primary .genesis-nav-menu #menu-item-879 a:before,
.nav-primary .genesis-nav-menu #menu-item-880 a:before,
.nav-primary .genesis-nav-menu #menu-item-881 a:before {
	position: relative;
	z-index: 55;
	content:'';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
.nav-primary .genesis-nav-menu #menu-item-877 span,
.nav-primary .genesis-nav-menu #menu-item-878 span,
.nav-primary .genesis-nav-menu #menu-item-879 span,
.nav-primary .genesis-nav-menu #menu-item-880 span,
.nav-primary .genesis-nav-menu #menu-item-881 span {
	color: transparent;
}
.nav-primary .genesis-nav-menu #menu-item-877,
.nav-primary .genesis-nav-menu #menu-item-878,
.nav-primary .genesis-nav-menu #menu-item-879,
.nav-primary .genesis-nav-menu #menu-item-880,
.nav-primary .genesis-nav-menu #menu-item-881 {
	width:15%;
	border: none;
}
.nav-primary .genesis-nav-menu #menu-item-877 a:before {
	content:"\f082";
}
.nav-primary .genesis-nav-menu #menu-item-878 a:before {
	content:"\f081";
}
.nav-primary .genesis-nav-menu #menu-item-879 a:before {
	content:"\f16d";
}
.nav-primary .genesis-nav-menu #menu-item-880 a:before {
	content:"\f194";
}
.nav-primary .genesis-nav-menu #menu-item-881 a:before {
	content:"\f08c";
}
.nav-primary .genesis-nav-menu .menu-item a {
	color:#fff;
	font-weight: 700;
	text-decoration: none;
	text-indent: 10%;
	padding: 16px 0;
}
.mobile-menu {
	float: right;
	margin: 35px 0;

}
#mmenu-button {
	position: relative;
	z-index: 666;
	display: block;
}
.menu-icon {
	display: inline-block;
	margin-right:10px;
	float: right;
}

.menu-icon-bar {
	display: block;
	width: 78px;
	height: 8px;
	background-color: #fff;
	border-radius: 4px;
}

.menu-icon-bar + .menu-icon-bar {
	margin-top: 8px
}

.mobile-menu a:hover .menu-icon-bar {
	background-color: #fa6482;
	background-color: #999;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

.mm-listview a {
	font-size: 18px;
}




/* Secondary Navigation
--------------------------------------------- */
.mm-menu {
    width: 80%;
    min-width: 140px;
    max-width: 275px!important;
}
.site-header {
	background-color: #24272e;
	/*display: none;*/
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	padding: 0;
}
.site-header .logo {
	max-width: 380px;
}
.site-header .genesis-nav-menu a {
	/*padding: 20px;*/
}

.site-header .genesis-nav-menu .sub-menu a {
	/*padding: 16px 20px;*/
}

.site-header a:hover,
.site-header .current-menu-item > a,
.site-header .menu-item-home > a,
.site-header .menu-item-home > a:hover {
	color: #fff;
}

.site-header .sub-menu a:hover {
	color: #333;
}




/*
Social
---------------------------------------------------------------------------------------------------- */

.s-container {
	list-style: none;
	margin: 0;
	padding: 0;
}

.s-container li {
	list-style-type: none;
	display: inline-block;
	margin-right: 14px;
}

.s-container a,
.ss-container span {
	display: block;
	font-size: 24px;
	line-height: 1;
}

.ss-container span {
	background-color: #000;
	color: #fff;
	padding: 7px 30px 9px;
	font-size: 24px;
	margin-right: 10px;
}

.ss-container a.ss-fk {
	color: #3b5998;
}

.ss-container a.ss-tr {
	color: #55acee;
}

.ss-container a:hover {
	color: #000!important;
}

.social-share {
	margin: 0 0 24px;
}

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

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	position: relative;
	margin-bottom: 30px;
}

.page-template-default > .site-container > .site-inner > .wrap { background-color:#fff!important; padding-top:20px; padding-bottom:20px; }
/*.page-template-default .entry { padding:30px; }*/
/*.page-template-default .site-footer { padding-top:0; margin-top:0; }*/
.page-template-default .site-footer .wrap { padding-top:0; padding-bottom: 0;}
.page-template-default p.entry-meta.date {
    display: none;
}

.page-template-default .entry-header,
.single .entry-header {
	display: inline-block;
	width: 360px;
	margin-bottom: 40px;
}

.entry-title {
	font-size: 30px;
	line-height: 1;
}

.single .entry-title,
.page .entry-title {
	font-size: 50px;
}

.page-template-default .entry-title,
.single .entry-title {
	border-bottom: 2px solid #000;
	padding-bottom: 20px;
	margin-bottom: 0;
}

.entry-title a:hover {
	color: #000;
}

.entry-thumbnail {
	margin-bottom: 30px;
}

.entry-thumbnail img {
	display: block;
	width: 100%;
	margin-bottom: 0;
}

.entry-content a {

}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #999;
	font-size: 14px;
    clear:both;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	margin: 40px 0;
	clear: both;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #24272e;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #999;
	text-decoration: none;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	/*list-style-type: none;*/
	margin-bottom: 6px;
	word-wrap: break-word;
	list-style: inside;
}
.sidebar .crp_related_widget li {
	line-height: 24px;
	margin-bottom: 18px;
}
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 30px;
}

.sidebar .widget-title {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 28px;
	border-bottom: 2px solid #000;
	padding-bottom: 10px;
	margin-bottom: 30px;
	display: inline-block;
}

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

.widget_widget_crp ul li a {
	font-size: 24px;
}

/*
Home Sections
---------------------------------------------------------------------------------------------------- */

/* Hero
--------------------------------------------- */

.hero {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

.hero div[id^='ytplayer-'] {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hero.loaded div[id^='ytplayer-'] {
	/*background-color: #000;*/
}

.hero div[id^='ytplayer-'] .ytplayer-player {
	width:100%!important;
	height:100%!important;
}

.hero .text {
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	/*position: absolute;*/
	padding: 18% 20px 26%;
	width: 100%;
	z-index: 9;
}

/*.hero .text h1 {
    display: inline-block;
    margin-bottom: 0;
    background-color: #000;
    padding: 0 8px;
    font-size: 40px;
}*/
.hero .text {
    color: rgb(255, 255, 255);
    text-align: center;
    letter-spacing: 1px;
    width: 100%;
    z-index: 9999;
    position: relative;
		padding: 0;
	display: none;
}
.hero .text h1 {
    display: inline-block;
    margin-bottom: 0;
    background-color: RGB(0, 0, 0);
    padding: 0 8px;
    font-size: 40px;
    position: absolute;
    bottom: 550px;
    left: 22.5%;
    width: 80%;
}

.hero video{margin-bottom: -10px; width: 100% !important;}

/* Projects
--------------------------------------------- */

.projects {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	background-color:#24272e;
	padding: 100px 0 80px;
}

.projects .projects-content {
	/*padding-bottom: 50px;*/
	/*margin-bottom: 50px;*/
}
.projects-content > * { margin:0; }
.projects .projects-content h1 {
	font-size: 3.6em;
}

.projects .projects-content h2 {
	font-size: 3.0em;
}

.projects .projects-content h3 {
	font-size: 2.4em;
}

.projects .projects-content h4 {
	font-size: 2.0em;
}

.projects .projects-content h5 {
	font-size: 1.8em;
}

.projects .projects-content h6 {
	font-size: 1.6em;
}
.projects .focus {
border-bottom: 4px solid #fff;
}
.projects .focus .image {

}
.projects .platform {
	margin-top: 20px;
}
.projects .images {
	text-align: center;
}
.projects .focus.images {
	text-align: left;
	padding-bottom: 20px;
}

.projects .images .image {
	display: inline-block;
	width: 18%;
	/*max-height: 70px;*/
	/*padding: 10px;*/
	/*padding-bottom: 16px;*/
	margin-right: 8px;
}
.projects .images .image:last-child {
margin-right: 0;
}

.projects .images .image img {
	width: auto;
	/*max-height: 70px;*/
}

.flexGrid{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center; /* Vertical center alignment */
    justify-content: center; /* Horizontal center alignment */
	background: black;
}

.flexThird{
	width: 33.3%;
	position: relative;
	color: white;
	margin-bottom: 4px;
}

.flexThird img{
	opacity: 1;
  	display: block;
  	width: 100%;
  	height: auto;
  	transition: .65s ease;
  	backface-visibility: hidden;
}

.thePopup{
	transition: .65s ease;
  	opacity: 0;
  	position: absolute;
  	top: 0;
  	left: 0;
	right: 0;
	bottom: 0;
  	text-align: center;
}

.popupText{
	margin: 10px;
	color: white;
}

.flexThird a{
	color: white;
}

.flexThird:hover img {
  opacity: .35;
}

.flexThird:hover .thePopup {
  opacity: 1;
}

@media screen and (max-width: 700px) {
 	.flexThird{width: 100%;}
	.flexThird:nth-of-type(7), .flexThird:nth-of-type(8), .flexThird:nth-of-type(9){display: none;}
}

.home .services-row img, .home .latestNews-row img{
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
}

.enable-popUp-animation{
	-webkit-animation: popUp .7s ease-in both;
	animation: popUp .7s ease-in both;
}

/* Blades
--------------------------------------------- */

.blades .blade {
	/*background-size: cover;*/
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.blades .blade.no-text {
	padding: 12% 0;
}

.blades .blade a.cover-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}

.blades .blade h2 {
	color: #fff;
	margin-bottom: 0;
	text-transform: uppercase;
	display: block;
	padding: 12% 0;
}

/* Instagram
--------------------------------------------- */

.instagram {
	background-color: #000;
	padding-top: 16px;
	text-align: center;
}
.sbi_owl-wrapper .sbi_owl-item:first-child .sbi_item { width:100%!important; }
/*
Header Image
---------------------------------------------------------------------------------------------------- */

.header-image,
.header-image {
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.footer-image img,
.header-image img {
	display: block;
	width: 100%;
	max-width: 5000%;
	transform-origin: top;
}

.content-sidebar-wrap .content {
	background-color:#fff;
}

/*
About
---------------------------------------------------------------------------------------------------- */
.page-template-about .about-section.header {
background-position: right bottom, center center;
 background-repeat: no-repeat;
}
.page-template-about .about-section {
	padding: 80px 0;
	background-color: #fff;
}


/* Header, Products, Awards
--------------------------------------------- */

.page-template-about .header {
	background-size: cover;
	background-position: center;
}

.page-template-about .products-content,
.page-template-about .header-content {
	width: 50%;
}

.page-template-about .executive-content {
	width: 100%;
}

.page-template-about .products-content.
.page-template-about .executive-content {
	float: left;
}

.page-template-about .products-content .line-1,
.page-template-about .header-content .line-1,
.page-template-about .executive-content .line-1 {
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0;
}

.page-template-about .products-content .line-2,
.page-template-about .header-content .line-2,
.page-template-about .executive-content .line-2 {
	font-size: 50px;
	font-weight: 700;
}

.page-template-about .products-content .text {
	font-size: 22px;
}

.page-template-about .executive-content .text,
.page-template-about .header-content .text {
	font-size: 18px;
}

.page-template-about .products {

}

.page-template-about .products-image {
	float: right;
	width: 50%;
	text-align: center;
	padding: 40px;
}

.page-template-about .products-list, .page-template-awards .awards-list {
    clear: both;
    width: 100%;
    float: left;
    margin-top: 10px;
    padding-top: 60px;
    border-top: 2px solid #000;
    text-align: center;
}

.page-template-about .products-list .section-title, .page-template-awards .awards-list .section-title {
    margin-bottom: 30px;
}

.page-template-about .products-list .product, .page-template-awards .awards-list .award {
    display: inline-block;
    width: 24%;
    padding: 10px 30px;
    vertical-align: top;
}

.page-template-about .products-list .product .image, .page-template-awards .awards-list .award .image {
    margin-bottom: 20px;
}

.page-template-about .products-list .product .image img, .page-template-awards .awards-list .award .image img {
    border-radius: 50%;
}

.page-template-about .products-list .product-content h4, .page-template-awards .awards-list .award-content h4 {
    font-size: 24px;
    font-weight: 700;
}

.page-template-awards .awards-list .title-text{
    font-weight: bold;
    text-align: center;
 }

.page-template-awards .awards-list {
    border-top: none !important;
    padding-bottom: 60px;
    padding-top: 0px !important;
}

.page-template-awards .site-inner {
    padding-top: 30px;
}

/* Team
--------------------------------------------- */

.page-template-about .team {
	text-align: center;
	background-color: #24272d;
}

.page-template-about .team-member {
	width: 19%;
	padding: 10px;
	display: inline-block;
	vertical-align: top;
}

.page-template-about .team-member .image {
	max-width: 200px;
	margin: 0 auto;
}

.page-template-about .team-member .image img {
	display: block;
	margin-bottom: 0;
	border-radius: 50%;
}

.page-template-about .team-member .info {
	margin-top: 30px;
	color: #fff;
}

.page-template-about .team-member .info p {
	margin-bottom: 4px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
}

.page-template-about .about-section.footer {
	padding: 0;
}

.page-template-about .footer img {
	display: block;
	width: 100%;
	max-width: 5000%;
}

/*New About
---------------------------------------------------------------------------------------------------- */
.page-template-newabout .about-section.header {
background-position: right bottom, center center;
 background-repeat: no-repeat;
}
.page-template-newabout .about-section {
	padding: 20px 0;
	background-color: #fff;
}


/* Header, Products
--------------------------------------------- */

.page-template-newabout .header {
	background-size: cover;
	background-position: center;
}

.page-template-newabout .header-row {
	display: flex;
	flex-wrap: wrap;
	padding: 0 4px;
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

/* Create two equal columns that sits next to each other */
.header-col {
	padding: 0 4px;
}

.header-col img {
	margin-top: 8px;
	vertical-align: middle;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-animation: popUp .4s ease-in both;
	animation: popUp .4s ease-in both;
}

/* Images popUp animation begin */
/* Effect 8:  */
@-webkit-keyframes popUp {
	0% { opacity: 0;}
	70% { -webkit-transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes popUp {
	0% { opacity: 0;}
	70% { -webkit-transform: scale(1.1); transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}
/* Images popUp animation end */

.page-template-newabout .products-content,
.page-template-newabout .header-content {
	width: 50%;
	margin-top: 20px;
}

.page-template-newabout .executive-content {
	width: 100%;
}

.page-template-newabout .products-content,
.page-template-newabout .executive-content {
	float: left;
}

.page-template-newabout .products-content .line-1,
.page-template-newabout .executive-content .line-1,
.page-template-newabout .header-content .line-1 {
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0;
}

.page-template-newabout .products-content .line-2,
.page-template-newabout .executive-content .line-2,
.page-template-newabout .header-content .line-2 {
	font-size: 50px;
	font-weight: 700;
}

.page-template-newabout .header-content .text,
.page-template-newabout .executive-content .text {
	font-size: 18px;
}

.page-template-newabout .header-content .text {	
	word-break: normal;
	hyphens: auto;
}

.page-template-newabout .header-image {
	width: 26%;
	margin-left: 8%;
}

.page-template-newabout .products {

}

.page-template-newabout .products-image {
	float: right;
	width: 50%;
	text-align: center;
	padding: 40px;
}

.page-template-newabout .products-list {
	clear: both;
	width: 100%;
	float: left;
	margin-top: 10px;
	padding-top: 60px;
	border-top: 2px solid #000;
	text-align: center;
}

.page-template-newabout .products-list .section-title {
	margin-bottom: 30px;
	font-size: 50px;
	font-weight: 700;
}

.page-template-newabout .products-list .product {
	display: inline-block;
	width: 24%;
	padding: 10px 30px;
	vertical-align: top;
}

.page-template-newabout .products-list .product .image {
	margin-bottom: 20px;
}

.page-template-newabout .products-list .product .image img {
	border-radius: 50%;
}

.page-template-newabout .products-list .product-content h4 {
    font-size: 24px;
    font-weight: 700;
}


/* Team
--------------------------------------------- */

.page-template-newabout .team {
	text-align: center;
	background-color: #24272d;
}

.page-template-newabout .team-member {
	width: 24%;
	padding: 10px;
	display: inline-block;
	vertical-align: top;
}

.page-template-newabout .team-member .image {
	max-width: 200px;
	margin: 0 auto;
}

.page-template-newabout .team-member .image img {
	display: block;
	margin-bottom: 0;
	border-radius: 50%;
}

.page-template-newabout .team-member .info {
	margin-top: 30px;
	color: #fff;
}

.page-template-newabout .team-member .info p {
	margin-bottom: 4px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
}

.page-template-newabout .about-section.footer {
	padding: 0;
}

.page-template-newabout .footer img {
	display: block;
	width: 100%;
	max-width: 5000%;
}



/* Executives
--------------------------------------------- */

.page-template-newabout .executive{
	text-align: left;
	background-color: #ffffff;
}

.page-template-newabout .executive .executive-body {
	display: flex;
}

.page-template-newabout .executive-member {
	width: 100%;
	/*padding: 20px;*/
	display: inline-block;
	vertical-align: top;
}

.page-template-newabout .executive-member .image {
	max-width: 200px;
    max-height: 200px;
}

.page-template-newabout .executive-member .image img {
	display: block;
	margin-bottom: 0;
    float: left;
    padding-bottom: 10px;
}

.page-template-newabout .executive-member .info {
	/*margin: 0 0 40px 0;*/
    color: #fff;
    text-align: left;
    /*padding-left: 20px;*/
    width: 75%;
    display: table;
}

.page-template-newabout .executive-member .info div.bio p{
	/*margin-bottom: 4px;*/
	font-weight: 400 !important;
	font-size: 14px !important;
/*	display: -webkit-box;
	text-overflow: ellipsis;
	word-wrap: break-word;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;*/
	word-break: normal;
	hyphens: auto;
}

.page-template-newabout .executive-member .info p {
	margin-bottom: 0px;
	font-weight: 900;
	text-transform: inherit;
	font-size: 17px;
	letter-spacing: 1px;
    color: #000000;
}

.page-template-newabout .executive-member hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.page-template-newabout .executive-member .connect {
    display: inline-grid;
    float: left;
    margin: 10px 0 0 5px;
    font-size: 12px;
}
.page-template-newabout .executive-member .connect #twitter {
    float: left;
    width: 20px;
    height: 20px;        
}

.page-template-newabout .executive-member .connect #linkedin {
    float: left;
    width: 20px;
    height: 20px;    
}

.page-template-newabout .executive-member .connect #email  {
    float: left;
    width: 20px;
    height: 20px;    
}

.page-template-newabout .executive-member .connect  p{
    margin: 0
}

/*
Contact Form ID 5
---------------------------------------------------------------------------------------------------- */

div#gform_wrapper_5{
    background: #C5D8E6;
    padding: 0px 10px 0px 25px;
}

form#gform_5 .gform_heading{display: none !important;visibility: hidden !important;}

form#gform_5 ul#gform_fields_5 {
    display: grid;
    grid-template-columns: 50% 50%;
}

form#gform_5 ul#gform_fields_5 textarea, form#gform_5 ul#gform_fields_5 input{
    font-size: 14px !important;
    width: 100%;
    margin-top: 12px;
    padding-left: 5px;
}

form#gform_5 .col-2-span{
    grid-column-start: 1;
    grid-column-end: span 2;
}

form#gform_5 .gfield_radio{
    display: flex;
    font-size: 0.8em;
}

form#gform_5 .ginput_container_radio{
    width: 100%;
}

form#gform_5 .gfield_radio li{
    width: 50%;
}

form#gform_5 input[type=submit]{
    font-size: 14px !important;
    width: 25%;
}

ul#gform_fields_5 li {margin-top: 0px;}

form#gform_5 ul#gform_fields_5 ul.gfield_radio li input{ margin: 2px 0 0 4px;}

form#gform_5 ul#gform_fields_5 ul.gfield_radio li label{ font-size: 14px; }

/*
Contact Page
---------------------------------------------------------------------------------------------------- */

.page-template-contact .map-image img,
.page-template-careers-iFrame .map-image img {
	display: block;
	width: 100%;
	max-width: 5000%;
}

.page-template-contact .map-image,
.page-template-careers-iFrame .map-image {
	position: relative;
	background-repeat: no-repeat;
	width:100%;
	min-height:250px;
	background-size:100%;
	/*margin-bottom: 20px;*/
}

.page-template-contact .map-image .shadow,
.page-template-careers-iFrame .map-image .shadow {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.5),
                inset 0 -20px 20px -20px rgba(0,0,0,0.5);
}

.page-template-contact .map iframe,
.page-template-careers-iFrame .map iframe {
	float: left;
	width: 100%;
	height: 400px;
}


.page-template-contact .contact-content,
.page-template-careers-iFrame .contact-content {
	padding: 40px 0;
}

.page-template-contact .contact,
.page-template-careers-iFrame .contact {
	/*padding: 60px 0 40px;*/
}

.page-template-contact .contact .text,
.page-template-contact .contact .form,
.page-template-careers-iFrame .contact .text,
.page-template-careers-iFrame .contact .form {
	width: 49%;
	float: left;
}

.page-template-contact .contact .form,
.page-template-careers-iFrame .contact .form {
	float: right;
}

.page-template-contact .contact .form .gfield_label,
.page-template-careers-iFrame .contact .form .gfield_label {
	display: none;
}

/*
Featured Posts
---------------------------------------------------------------------------------------------------- */
.feature-video {
	transform: translate3d(0px, 0px, 0px)!important;
	height: auto!important;
}


.single-post .site-inner { background-color:#fff; }

.featured-posts  {
	background-color: #eee;
	box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.75),
                inset 0 -20px 20px -20px rgba(0,0,0,0.75);
}

.featured-posts .section-title {
	text-transform: uppercase;
	font-weight: 700;
	/*margin-bottom: 30px;*/
	text-align: center;
}

.featured-posts .entry:nth-of-type(3n+1) {
	/*margin-left: 0;*/
}

.featured-posts .entry-thumbnail {
	margin-bottom: 0;
}

.featured-posts .entry-header {
	display: none;
}

.posts .entry-footer,
.featured-posts .entry-footer {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
a.post-title {
	/*min-height: 60px;*/
	margin-top: 8px;
	padding:0 10px;
	/*text-align: center;*/
	display: block;
}
a, a:active, a:focus { outline: none;}
.page-template-newabout .featured-posts .entry, .page-template-blog .featured-posts .entry {
	background-color: transparent;
}
.posts .entry-footer .entry-meta a,
.featured-posts .entry-footer .entry-meta a {
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	display: block;
	background-color: #24272d;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 20px;
}

.posts .entry-footer .entry-meta a:hover,
.featured-posts .entry-footer .entry-meta a:hover {
	color: #24272d;
	background-color: #fff;
}

.featured-posts .entry-footer .entry-meta a:hover {
	background-color: #eee;
}

/*
Blog Page
---------------------------------------------------------------------------------------------------- */

/* Featured Posts
--------------------------------------------- */

.page-template-blog .featured-posts {
	padding: 100px 0 60px;
}
.page-template-about .featured-posts .entry,
.page-template-newabout .featured-posts .entry,
.page-template-blog .featured-posts .entry {
	margin-bottom: 0;
	margin-left:10px;
	margin-right:10px;
}
.page-template-blog .featured-posts .section-title {
	text-align: center;
}

/* Posts
--------------------------------------------- */


.page-template-blog .posts {
	padding-top: 40px;
}

.page-template-blog .posts-header {
	margin-bottom: 34px;
}

.page-template-blog .posts .section-title {
	float: left;
	width: 70%;
	font-size: 30px;
}

.page-template-blog .search-form {
	float: right;
	width: 30%;
	position: relative;
}

.page-template-blog .search-form input[type="search"] {
	border-width: 2px;
	border-radius: 30px;
	padding-left: 20px;
}

.page-template-blog .search-form:after {
	content: '\f002';
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 20px;
	line-height: 40px;
}

.posts .entry {
	background-color: #eee;
}

.posts .entry:nth-of-type(4n+1) {
	margin-left: 0;
}

.posts .entry-header {
	padding: 0 30px 30px;
}

.posts .entry-title {
	font-size: 18px;

}

.posts .entry-header .entry-meta {
	margin-bottom: 0;
}

.entry-header .entry-meta {
	font-size: 14px;
	margin-bottom: 10px;f
	font-weight: 400;
	color: #000;
}

.posts .entry-header .entry-meta:before {
	content: '\f073';
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	margin-right: 10px;
}

.load-more-wrap {
	padding: 20px 0 60px;
	text-align: center;
}

.load-more-wrap .load-more {
	background-attachment:
}

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

.site-footer {
	background-color: #24272e;
	font-size: 14px;
	padding: 40px 0;
	color: #fff;
	line-height: 32px;
}

.site-footer p {
	margin-bottom: 0;
}

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

.site-footer .copyright {
	color: #999;
	text-align: left;
}

.site-footer .contact {
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	text-align: right;
	margin-bottom: 10px;
}

.site-footer .contact a {
	display: inline-block;
	line-height: 24px;
}

.site-footer .contact a + a {
	padding-left: 15px;
	margin-left: 8px;
	border-left: 2px solid #fff;
}

.site-footer .contact a:hover {
	color: #999;
}

.site-footer .contact a i {
	font-size: 24px;
	margin-right: 8px;
}
.site-footer .social-links {
float: right;
text-align: center;
width: 100%;
margin-top: 10px;
}
.site-footer .social-links ul li {
margin-right: 10px;
margin-left: 10px;
}
.site-footer .social-links ul li a {
display: block;
font-size: 48px;
line-height: 1;
}


/**************************************************
*
* colorbox	CONTAINER STYLES
*
**************************************************/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url('assets/images/overlay.png') repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url('assets/images/controls.png') no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url('assets/images/controls.png') no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url('assets/images/controls.png') no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url('assets/images/controls.png') no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url('assets/images/controls.png') left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url('assets/images/controls.png') right top repeat-y;}
    #cboxTopCenter{height:21px; background:url('assets/images/border.png') 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url('assets/images/border.png') 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url('assets/images/loading_background.png') no-repeat center center;}
        #cboxLoadingGraphic{background:url('assets/images/loading.gif') no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url('assets/images/controls.png') no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url('assets/images/controls.png') no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url('assets/images/controls.png') no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

#cboxLoadedContent { padding:20px; }

/**************************************************
*
*	CONTAINER STYLES
*
**************************************************/

#horiz_container_outer
{
	width:800px;
	overflow-x:hidden;
	overflow-y:hidden;
	position:relative;
	height:310px;
	margin:5px auto;

	border:1px solid #cccccc;
}

#horiz_container
{
	width:4040px;
	margin:0px;
	padding:0px;
	height:300px;
}

#horiz_container ul
{
	margin:0px; padding:0px;
	float:left;
}

#horiz_container_inner
{
	padding:5px;
	padding-left:0px;
}

#horiz_container li
{
	list-style:none;
	display: inline-table;
	margin:0px;
}

#horiz_container li img
{
	padding:0px;
	margin:0px;
}




/**************************************************
*
*	SCROLLING STYLES
*
**************************************************/

#scrollbar
{
    position:relative;
    width:815px; height:12px;
    display:block;
    font-size:1px;
    top:0px;
    margin:0px auto;
}

#track
{
    position:absolute; left:0px; top:0;
    width:815px; height:12px;
    background: #676767;
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#dragBar
{
    position:absolute; left:0px; top:0px;
    width:20px; height:10px;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.39, rgb(229,229,229)),
    color-stop(0.7, rgb(245,245,245))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(229,229,229) 39%,
    rgb(245,245,245) 70%
);

}

#left_scroll {
	position:absolute;
	border-color: transparent gray transparent transparent;
	border-style: solid;
	border-width: 5px;
	width: 0;
	height: 0px;
	cursor:pointer;
	top:1px;
	left:-15px;
}

#right_scroll {
	position:absolute;
	right:-15px;
	top:1px;
	border-color: transparent transparent transparent gray;
	border-style: solid;
	border-width: 5px;
	width: 0;
	height: 0px;
	cursor:pointer;
}

/* Prevent selection problem */
#scrollbar, #track, #dragBar, #left, #right {
    -moz-user-select: none;
    -khtml-user-select: none;
}



/*
Media Queries
---------------------------------------------------------------------------------------------------- */


@media only screen and (min-width:1350px) {
	.hero .text h1 {
		bottom: 400px;
		left: 10%;
	}
}

@media only screen and (min-width:1600px) {
	.hero .text h1 {
		bottom: 500px;
		left: 10%;
	}
}
@media only screen and (min-width:1750px) {
	.hero .text h1 {
		bottom: 600px;
		left: 10%;
	}
}
@media only screen and (max-width: 1350px) {
	.hero .text h1 {
		bottom: 400px;
		left: 10%;
	}

}
@media only screen and (max-width: 1255px) {
	.wrap {
		max-width: 1140px;
	}

	.content {
		width: 710px;
	}
	.hero .text h1 {
		bottom: 350px;
		left: 6%;
	}

	.page-template-newabout .header-image {
		display: none;
	}

}

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

	.wrap {
		max-width: 1024px;
	}

	.content {
		width: 590px;
	}

	.projects .projects-content {
		font-size: 14px;
	}

	.single .entry-title,
	.page .entry-title {
		font-size: 40px
	}
	.category-blog .entry-title {
		font-size:28px;
	}
	.category-sandbox .entry-title {
		font-size:28px;
	}
	.category-news .entry-title {
		font-size:28px;
	}
	.category-work .entry-title {
		font-size:18px;
	}
	.hero .text h1 {
		/*bottom: 350px;*/
		/*left: 6%;*/
		font-size:32px;
	}

}

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

}
@media only screen and (max-width: 1024px) {
	.hero .text h1 {
    /*bottom:0;*/
    /*left: 0;*/
    font-size: 21px;
		/*position: relative;*/
		/*top: 250px;*/
	}
}
@media only screen and (max-width: 1023px) {

	.content,
	.sidebar-primary,
	.page-template-default .entry-header,
	.single .entry-header {
		width: 100%;
	}

	.entry,
	.sidebar .widget {
		padding: 0;
	}

	.site-inner {
		padding-top: 30px;
	}

	.projects {
		padding: 80px 0 60px;
	}

	.projects .projects-content {
		font-size: 12px;
	}

	.page-template-newabout .about-section {
		padding: 20px 0 20px;
	}
        .page-template-newabout .executive-member .info {
        padding: 20px;
        width: 100%;
        }
        .page-template-about .about-section {
		padding: 60px 0 40px;
	}
	.products-content .one-half ul {
	    padding: 0 20px;
	}
	.page-template-about .team-member {
		width: 33%;
	}
        .page-template-newabout .team-member {
		width: 33%;
	}
        
        .page-template-newabout .executive-member {
                width: 100%;
	}
        
        .page-template-newabout .executive-member .info {
        padding: 0 20px;
        width: 100%;
        margin: 0 0 0 220px;
        display: table-cell;
        }

	.featured-posts .entry,
	.posts .entry {
		margin-left: 0;
		width: 100%;
	}

	.page-template-blog .posts-header {
		margin-bottom: 40px;
	}
	a.post-title {
		text-align: left;
	}
}

@media only screen and (max-width: 980px) {
	.page-template-newabout .executive-member {
	    width: 100%;
	}
		
                
         .page-template-newabout .team-member {
	    width: 100%;
	}
		    
    
        .page-template-about .team-member {
	    width: 20%;
	}
		
}
@media only screen and (max-width: 960px) {

	.page-template-about .about-section.header {
		padding: 0;
	}

	.page-template-about .about-section.header .wrap {
		background-color: rgba(0,0,0,0.75)!important;
	}

	.page-template-about .header-content {
		padding: 40px 0;
		color: #fff;
	}

	.page-template-about .products-content,
	.page-template-about .header-content,
	.page-template-about .products-image {
		width: 100%;
	}

	.page-template-about .products-list .product {
		padding:10px 20px;
	}
        
        .page-template-newabout .executive-member {
	    width: 100%;
	}
		
        
        .page-template-newabout .team-member {
	    width: 20%;
	}
		
}
@media only screen and (max-width: 960px) {

	.page-template-newabout .about-section.header {
		padding: 0;
	}

	.page-template-newabout .about-section.header .wrap {
		background-color: rgba(0,0,0,0.75)!important;
	}

	.page-template-newabout .header-content {
		padding: 40px 0;
		color: #fff;
	}

	.page-template-newabout .products-content,
	.page-template-newabout .header-content,
	.page-template-about .products-image {
		width: 100%;
	}

	.page-template-newabout .products-list .product {
		padding:10px 20px;
	}


	.page-template-blog .featured-posts {
		padding: 60px 0 40px;
	}

	.page-template-contact .contact .text,
	.page-template-contact .contact .form,
    .page-template-careers-iFrame .contact .text,
    .page-template-careers-iFrame .contact .form {
		width: 100%;
	}

}

@media only screen and (max-width: 940px) {
	.hero .text h1 {
    /*bottom: 250px;*/
    /*left: 3%;*/
    font-size: 28px;
	}
}
@media only screen and (max-width: 920px) {
	.blade {
		background-size:150% auto;
	}
}
@media only screen and (max-width: 900px) {
	.title-area {
		padding-top: 6px;
		padding-bottom: 6px;
	}
        .executive-member .info h3 { font-size:18px; }

	.team-member .info h3 { font-size:18px; }
	.site-header {max-height: 100px;}
}
@media only screen and (max-width: 800px) {
	.hero .text h1 {
    /*bottom:0;*/
    /*left: 0;*/
    font-size: 21px;
		/*position: relative;*/
		/*top: 250px;*/
	}
	
	.page-template-contact .map-image,
    .page-template-careers-iFrame .map-image {
		min-height: 230px;
	}

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

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin-left: 0;
		width: 100%;
	}

	.title-area .logo {
		max-width: 300px;
	}

	.mobile-menu {
		margin: 18px 0;
	}

	.menu-icon-bar {
		width: 60px;
    	height: 6px;
	}

	.menu-icon-bar + .menu-icon-bar {
		margin-top: 6px;
	}

	.projects .images .image {
		width: 100%;
		display: block;
		padding: 20px 0;
	}
	.projects .images .image img {
    width: auto;
    max-height: 45px;
}
	.blade {
	    background-size: 225% auto;
	}
	.blades .blade h2,
	.blades .blade.no-text {
		padding: 20% 0;
		font-size: 24px;
	}
        

	.page-template-about .team-member,
	.page-template-about .products-list .product {
		display: block;
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}

        
        .page-template-newabout .team-member,
        .page-template-newabout .executive-member,
	.page-template-newabout .products-list .product {
		display: inline-block;
		width: 100%;
		margin: 0 auto;
	}
        
        .page-template-newabout .executive-member .info {
        margin: 0 0 0 220px;
        color: #fff;
        text-align: left;
        padding: 0 20px;
        width: 100%;
        display: table-cell;
        }
        
        
	.page-template-blog .posts .section-title,
	.page-template-blog .search-form {
		width: 100%;
		margin-bottom: 10px;
	}

	.site-footer .one-half + .one-half {
		margin-top: 20px;
	}

	.site-footer .copyright,
	.site-footer .contact {
		text-align: center;
	}
	.projects .focus {
			border: none;
			display: block;
			margin-bottom: 60px;
		}
		.projects .focus p {
			margin-bottom: 10px;
		}
		.projects .focus .image {
	    width: 20%;
	    float: left;
			padding: 0;
	    margin-right: 3.1426%;
			height: 40px;
		}
		.projects .platform {
			margin-top: 80px;
		}
		
}
@media only screen and (max-width: 666px) {
	.hero .text h1 {
	    /*bottom: 150px;*/
	    /*left: 8%;*/
	    /*font-size: 18px;*/
	}
		
		.page-template-contact .map-image,
        .page-template-careers-iFrame .map-image {
			min-height: 180px;
		}
}
@media only screen and (max-width: 599px) {
	.hero .text h1 {
	    /*bottom: 150px;*/
	    /*left: 4%;*/
	    font-size: 16px;
	}
	
	.page-template-contact .map-image,
    .page-template-careers-iFrame .map-image {
		min-height: 140px;
	}
}
@media only screen and (max-width: 550px) {
	
}
@media only screen and (max-width: 510px) {
	
	.hero .text h1 {
		position: static;
		margin-top: 60px;
		width: 80%;
	}

		
}
@media only screen and (max-width: 480px) {
	
	
	.title-area .logo {
		max-width: 250px;
	}

	.mobile-menu {
		margin: 12px 0;
	}

	.menu-icon-bar {
		width: 40px;
    	height: 4px;
	}

	.menu-icon-bar + .menu-icon-bar {
		margin-top: 4px;
	}

	.blades .blade h2,
	.blades .blade.no-text {
		padding: 30% 0;
		font-size: 20px;
	}
	.title-area .logo {
		max-width: 150px!important;
	}
	.site-container {
		padding-top:45px!important;
	}
	.mobile-menu {
		margin:12px 0!important;
	}
	.menu-icon-bar {
		width: 30px!important;
		height: 4px!important;
	}
	.menu-icon-bar + .menu-icon-bar { margin-top:4px!important; }
	.blade {
	    background-size: 300% auto;
	}
	#cboxLoadedContent .info .line1 { margin-right: 4px; }
	#cboxLoadedContent .info .line1,
	#cboxLoadedContent .info .line2 {
		margin-bottom: 0px;
		font-size: 16px;
		font-weight: 700;
		display: inline-block;
	}
	#cboxLoadedContent {
         padding: 10px;
	}
	#cboxLoadedContent span p {
		font-size:11px;
	}
	.site-footer .social-links ul li a {
	font-size:36px;
	}
        
        .page-template-newabout .executive-member .info {
        padding: 0 20px;
        width: 100%;
        margin: 0 0 0 220px;
        display: inline;
        }
        
}
@media only screen and (max-width: 444px) {
	.page-template-contact .map-image,
    .page-template-careers-iFrame .map-image {
		min-height: 100px;
	}
        .page-template-newabout .executive-member .info {
        display: inline-block;
        margin: auto 0;
        padding: 0;
        }
}
@media only screen and (max-width: 400px) {
	.site-header {
		max-height: 50px;
		height:50px;
	}
	.mobile-menu {
		position: absolute;
		top: 7px;
		right:7px;
		display: block;
	}
}

@media only screen and (min-width: 320px) {
	.slick-prev	{right:90%;}
	.slick-next	{left: 90%;}
	.slick-next, .slick-prev {
		opacity: .5;
		padding: 0;
	}
}
@media only screen and (min-width: 667px) and (max-width:815px){
	
}
@media only screen and (min-width: 820px) and (max-width:900px){
	
}
@media only screen and (min-width: 768px) {
	.slick-prev	{right:95%;}
	.slick-next	{left: 95%;}
	.slick-next, .slick-prev {
		opacity: .5;
		padding: 0;
	}
	.site-footer .social-links {float:right; text-align: right;}
}


@media only screen and (min-width: 1140px) {
	.map-image { height: 350px; }

	.category-blog .entry-title {
			min-height: 150px;
	}
	.category-sandbox .entry-title {
			min-height: 150px;
	}
	.category-news .entry-title {
			min-height: 150px;
	}
	.category-work .entry-title {
			min-height: 150px;
	}
	
	.page-template-about .about-section.header {
		background-size: 38% auto, 100% 100%!important;
	}
        
        
        .page-template-newabout .about-section.header {
		background-size: 38% auto, 100% 100%!important;
	}
}

@media only screen and (min-width: 1250px) {
	.map-image { height: 400px; }

}

@media only screen and (min-width: 1400px) {
	.map-image { height: 444px; }

	.page-template-about .about-section.header {
		background-size: 35% auto, 100% 100%!important;
	}.page-template-newabout .about-section.header {
		background-size: 35% auto, 100% 100%!important;
	}

        
}

@media only screen and (min-width: 1600px) {

	.page-template-about .about-section.header {
		background-size: 30% auto, 100% 100%!important;
	}
        
        
        
        .page-template-newabout .about-section.header {
		background-size: 30% auto, 100% 100%!important;
	}
}


@media only screen and (min-width: 1024px) and (max-width:1139px) {
	.category-blog .entry-title {
			min-height: 200px;
	}
	.category-sandbox .entry-title {
			min-height: 200px;
	}
	.category-news .entry-title {
			min-height: 200px;
	}
	.category-work .entry-title {
			min-height: 150px;
	}
}
