/*
Theme Name: MahiFX Main
Theme URI: http://evoke.digital
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.3.1
Author: Ndougan
Author URI: http://evoke.digital
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* ## Typographical Elements
--------------------------------------------- */

@font-face {font-family: 'HelveticaNeueLT-LightItalic';src: url('webfonts/2E6245_0_0.eot');src: url('webfonts/2E6245_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2E6245_0_0.woff2') format('woff2'),url('webfonts/2E6245_0_0.woff') format('woff'),url('webfonts/2E6245_0_0.ttf') format('truetype');}


@font-face {font-family: 'HelveticaNeueLT-Bold';src: url('webfonts/2E6245_1_0.eot');src: url('webfonts/2E6245_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2E6245_1_0.woff2') format('woff2'),url('webfonts/2E6245_1_0.woff') format('woff'),url('webfonts/2E6245_1_0.ttf') format('truetype');}


@font-face {font-family: 'HelveticaNeueLT-Light';src: url('webfonts/2E6245_2_0.eot');src: url('webfonts/2E6245_2_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2E6245_2_0.woff2') format('woff2'),url('webfonts/2E6245_2_0.woff') format('woff'),url('webfonts/2E6245_2_0.ttf') format('truetype');}


@font-face {font-family: 'HelveticaNeueLT-BoldItalic';src: url('webfonts/2E6245_3_0.eot');src: url('webfonts/2E6245_3_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2E6245_3_0.woff2') format('woff2'),url('webfonts/2E6245_3_0.woff') format('woff'),url('webfonts/2E6245_3_0.ttf') format('truetype');}


@font-face {font-family: 'HelveticaNeueLT-Black';src: url('webfonts/2E6245_4_0.eot');src: url('webfonts/2E6245_4_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2E6245_4_0.woff2') format('woff2'),url('webfonts/2E6245_4_0.woff') format('woff'),url('webfonts/2E6245_4_0.ttf') format('truetype');}


@font-face {font-family: 'HelveticaNeueLTStd-Roman';src: url('webfonts/2EFD31_0_0.eot');src: url('webfonts/2EFD31_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2EFD31_0_0.woff2') format('woff2'),url('webfonts/2EFD31_0_0.woff') format('woff'),url('webfonts/2EFD31_0_0.ttf') format('truetype');}


@font-face {font-family: 'HelveticaNeueLTStd-It';src: url('webfonts/2EFD31_1_0.eot');src: url('webfonts/2EFD31_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2EFD31_1_0.woff2') format('woff2'),url('webfonts/2EFD31_1_0.woff') format('woff'),url('webfonts/2EFD31_1_0.ttf') format('truetype');}

html {
	font-size: 16px;
}
body {
	padding: 0;
	font-size: 16px;
	font-family: 'HelveticaNeueLTStd-Roman', sans-serif;
	color: #221E1F;
	line-height: 1.5;
	position: relative;
}
p {
	font-size: 16px;
	margin: 0 0 1.25rem;
	padding: 0;
	color:#221E1F;
}
p small {
	font-size: 0.8125em;
	color:#221E1F;
}
p.lead,
span.lead,
.page-lead {
	font-size: 20px;
	font-family: 'HelveticaNeueLT-Bold', sans-serif;
	color: #9D9F9F;
	line-height: 1.3;
}

a {
	color: #000000;
}
a:hover,
a:focus,
a:active {
	color: #000000;
}

input[type="submit"] {
	padding: 8px 25px;
	border-radius: 3px;
	font-size: 15px;
	font-weight: bold;
	box-shadow: none;
	-webkit-box-shadow: none;
	background: #fff;
	color: #B72F17;
	border: 3;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
	background: #ccc;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.btn {
	padding: 8px 25px;
	border: none;
	border-radius: 3px;
	font-size: 15px;
	box-shadow: none;
	-webkit-box-shadow: none;
	font-weight:bold;
}
.btn-mini {
	padding: 3px 5px;
}
.btn-primary {
	background: transparent;
	border: 2px solid #B72F17;
	color: #B72F17;
}
.btn-full {
	width: 100%;
}

.btn-red {
	background: #ffffff;
	border: 2px solid #B72F17;
	color: #B72F17;
	font-size: 15px;
	font-weight:bold;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active {
	color: #B72F17 !important;
	background: #f5f5f5 !important;
	border-color: #B72F17;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.btn-red:active:hover,
.btn-red.active:hover,
.open>.dropdown-toggle.btn-red:hover,
.btn-red:active:focus,
.btn-red.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-red:active.focus,
.btn-red.active.focus,
.open>.dropdown-toggle.btn-red.focus {
	color: #fff !important;
    background-color: #888 !important;
    border: none;
}
.btn-red .icon {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 4px 5px 0 5px;
	border: 1px solid #B72F17;
	border-radius: 50%;
}
.btn-red .ion-chevron-down {
	padding: 4px 5px 0 5px;
}
.btn-red .ion-chevron-right {
	padding: 3px 7px 0 7px;
}


.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	color: #B72F17 !important;
	background: #f5f5f5 !important;
	border-color: #B72F17;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
	color: #fff !important;
    background-color: #888 !important;
    border: none;
}
.btn-primary .icon {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 4px 5px 0 5px;
	border: 1px solid #B72F17;
	border-radius: 50%;
}
.btn-primary .ion-chevron-down {
	padding: 4px 5px 0 5px;
}
.btn-primary .ion-chevron-right {
	padding: 3px 7px 0 7px;
}
.btn-default {
	background-color: #B72F17 !important;
	color: #fff !important;
	float: left;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	color: #fff !important;
    background: #CF3E25 !important;
    border: none;
    box-shadow: none;
	-webkit-box-shadow: none;
}
.btn-default .icon {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 4px 5px 0 5px;
	background: #fff;
	color: #B72F17;
	border-radius: 50%;
}
.btn-default .ion-chevron-down {
	padding: 4px 5px 0 5px;
}
.btn-default .ion-chevron-right {
	padding: 3px 7px 0 7px;
}
.form-control,
.comment-form-author input, .comment-form-email input, .comment-form-url input, .comment-form-comment input, .comment-form-author textarea, .comment-form-email textarea, .comment-form-url textarea, .comment-form-comment textarea {
	display: block;
	width: 100%;
	height: 40px;
	padding: 19px 20px;
	font-size: 1rem;
	line-height: 1.428571429;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 2px solid #9D9F9F;
	border-radius: 3;
	box-shadow: none;
	-webkit-transition: all ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: all ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: all ease-in-out .15s, box-shadow ease-in-out .15s;
}
.comment-form-author input, .comment-form-email input, .comment-form-url input, .comment-form-comment input,.comment-form-author textarea, .comment-form-email textarea, .comment-form-url textarea, .comment-form-comment textarea {
	background-color: #fff;
}
.comment-form-author textarea, .comment-form-email textarea, .comment-form-url textarea, .comment-form-comment textarea {
	height: 200px;
}
#commentform {
	font-size: 0.875rem;
}
.form-control:focus,
.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus,
.comment-form-comment input:focus,
.comment-form-author textarea:focus,
.comment-form-email textarea:focus,
.comment-form-url textarea:focus,
.comment-form-comment textarea:focus {
	background-color: #fff;
	border-color: #B72F17;
	box-shadow: none;
}

ol,
ul {
	font-size: 0.875rem;
	margin: 0 0 1.25rem 1.25rem;
	padding: 0 0 0 1.25rem;
}
ul {
	margin-left: 0;
	padding-left: 1rem;
	list-style-image: url(images/bullet-red.png);
}

ul#pluslist {
	margin-left: 0;
	list-style-image: none;
}

ul#pluslist li{
   list-style: none;
}
ul#pluslist li:before{
   content: '';
   display: inline-block;
   height: 8px;
   width: 8px;
   background: url(images/bullet-red.png) no-repeat;
	 background-size: contain;
	 padding-right: 1rem;
}

li {
	margin-bottom: 1em;
}

b,
strong {
	font-family: 'HelveticaNeueLT-Bold', sans-serif;
	font-weight: normal;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

strong em,
em strong {
	font-family: 'HelveticaNeueLT-Bold', sans-serif;
	font-weight: normal;
}

hr {
	margin-top: 25px;
	border-color: #9D9F9F;
}

.pad-lg2 {
	padding-top: 80px;
	padding-bottom: 20px;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	color: #B72F17;
	line-height: 1;
	margin: 0.625rem 0 1.25rem;
	font-family: 'HelveticaNeueLT-Bold', sans-serif;
	font-weight: normal;
}

h1, .h1 {
	font-size: 2.8125rem;
}
h2, .h2 {
	font-size: 50px;
	color: #B72F17;
	line-height: 1;
	margin: 0.625rem 0 1.25rem;
	font-family: 'HelveticaNeueLT-Bold', sans-serif;
	font-weight: normal;
}
h3, .h3 {
	font-size: 40px;
	color: #221E1F;
	font-family: 'HelveticaNeueLT-Bold', sans-serif;
}
h4, .h4 {
	font-size: 20px;
	color:#9C9EA0;
	font-family: 'HelveticaNeueLT-Bold', sans-serif;
	line-height:24px;
}
h5, .h5 {
	font-size: 18px;
}


.lg-heading {
	font-size: 3.5rem;
}

.img-full {
	max-width: 100%;
	width: 100%;
	height: auto;
}
img {
	max-width: 100%;
	height: auto;
}
.pad-lg {
	padding-top: 80px;
	padding-bottom: 80px;
}

.highlight {
	color: #B72F17;
	font-family: 'HelveticaNeueLT-Bold', sans-serif;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: static;
}

/* Header */

body.admin-bar .navbar-fixed-top {
    top: 32px;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
	margin: 25px 0;
	width: 172px;
	height: 46px;
	background: url(images/logo.png) no-repeat left center;
	background-size: 172px;
	text-indent: -9999px;
	transition: 0.2s margin ease-in-out;
	-webkit-transition: 0.2s margin ease-in-out;
}
.navbar-collapse {
	margin-top: 37px;
	transition: 0.2s margin ease-in-out;
	-webkit-transition: 0.2s margin ease-in-out;
}
.navbar.is-scroll>.container .navbar-brand,
.navbar.is-scroll>.container-fluid .navbar-brand {
	margin: 5px 0;
}
.is-scroll .navbar-collapse {
	margin-top: 17px;
}
.navbar-default {
	margin: 0;
	background: rgba(0, 0, 0, 0.85);
	border: none;
	border-top: 2px solid #B72F17;
	border-radius: 0;
}
.navbar-default .navbar-nav>li {
	margin-right: 20px;
	margin-bottom: 0;
}
.navbar-default .navbar-nav>li:last-child {
	margin-right: 0;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
	border-top: 1px solid #fff;
	padding: 5px 20px 10px 0;
	font-family: 'HelveticaNeueLT-Bold', sans-serif;
	font-size: 0.8em;
}
.navbar-default .navbar-nav>.active>a {
	color: #fff;
	border-color: #fff;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:active,
.navbar-default .navbar-nav>.active>a:focus {
	color: #B72F17;
	border-color: #B72F17;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	background: transparent;
}

.mahifx-logo img {
	max-width: 60px;
	width: 100%;
	height: auto;
}

.menu-products {
	background: #ececec;
	padding: 0px 0;
}
.nav-products {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.nav-products a {
	display: inline-block;
	margin-right: 10px;
}
.nav-products img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

/* Front page */
/* Carousel */
#carousel-main {
	background-color: #e5e5e5;
}
#carousel-main .item {
	padding: 140px 30px;
	background: #111 url(images/mahifx-background.jpg) no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	color: #fff;
}
#carousel-main .item-vector {
	background: #111 url(images/banner-vector.jpg) no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
}
#carousel-main .item-trade {
	background: #111 url(images/trade-banner.jpg) no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
}
#carousel-main .item > .container {
	position: relative;
}
#carousel-main .main-indicators {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.65);
	border-bottom: 3px solid #c5c5c5;
}
#carousel-main .main-indicators ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: static;
	bottom: auto;
	left: auto;
	z-index: 15;
	width: auto;
	text-align: center;
}
#carousel-main .col-xs-4 {
	width: 33.33333333%;
}
#carousel-main .main-indicators ol li {
	margin: 0;
	padding: 30px;
	position: relative;
  display: block;
  height: inherit;
  text-indent: 0;
  border: none;
  border-radius: 0;
  cursor: pointer;
  background: none;
	color: #fff;
}
#carousel-main .main-indicators ol li a {
	display: block;
	color: #fff;
}
#carousel-main .main-indicators ol li:after {
	content: '';
	display: block;
	height: 3px;
	width: 100%;
	background: #c5c5c5;
	position: absolute;
	left: 0;
	bottom: -3px;
}
#carousel-main .main-indicators ol li.active {
	background: rgba(0,0,0,0.5);
	color: #c12e2a;
}
#carousel-main .main-indicators ol li.active a {
	color: #c12e2a;
}
#carousel-main .main-indicators ol li.active:after {
	background: #c12e2a;
}
#carousel-main .main-indicators ol li a .logo-inline {
	margin: 0 auto;
	text-indent: -9999px;
	font-family: 'HelveticaNeueLT-Bold', sans-serif;
}
#carousel-main .main-indicators ol li a .logo-inline-compass {
	width: 164px;
	height: 15px;
	background: url(images/logos-inline-sprite.png) no-repeat;
	background-position: 0 0;
}
#carousel-main .main-indicators ol li.active a .logo-inline-compass {
	background-position: 0 -15px;
}
#carousel-main .main-indicators ol li a .logo-inline-vector {
	width: 149px;
	height: 15px;
	background: url(images/logos-inline-sprite.png) no-repeat;
	background-position: -303px 0;
}
#carousel-main .main-indicators ol li.active a .logo-inline-vector {
	background-position: -303px -15px;
}

#carousel-main .main-indicators ol li a .logo-inline-echo {
    width: 149px;
    height: 15px;
    background: url(images/logos-inline-sprite.png) no-repeat;
    background-position: -303px 0;
}
#carousel-main .main-indicators ol li.active a .logo-inline-echo {
    background-position: -303px -15px;
}
#carousel-main .main-indicators ol li a .logo-inline-trade {
	width: 139px;
	height: 15px;
	background: url(images/logos-inline-sprite.png) no-repeat;
	background-position: -164px 0;
}
#carousel-main .main-indicators ol li.active a .logo-inline-trade {
	background-position: -164px -15px;
}

@media screen and (max-width: 480px) {
	#carousel-main .main-indicators ol li a .logo-inline {
		text-indent: 0;
		background: none;
		width: auto;
	}
}

.hero {
	position: relative;

	color: #fff;
	border-bottom: 3px solid #aaa;
	background: #aaa;
	background-size: cover;
	-webkit-background-size: cover;
	min-height: 90vh;

}
#carousel-main .item.item-vector .hero-round {
	float: right;
}

.pad-lg2 {
	padding-top: 80px;
	padding-bottom: 20px;
}

.hero-round {
	font-size: 16px;
	background: rgba(0,0,0,0.3);
  width: 30em;
  height: 30em;
  border-radius: 50%;
  margin: 0;
	padding: 5em 5.625em 0 5.625em;
	color: #fff;
}
.hero-round * {
	margin: 0;
}
.hero-round h4 {
	margin: 1em 0 0;
	padding: 1em 0 0;
	border-top: 3px solid #e5e5e5;
	color: #fff;
	font-family: 'HelveticaNeueLTStd-Roman', sans-serif;
}

.hero-round-small {
	font-size: 16px;
	background: rgba(183,47,23,0.8);
	color: #fff;
  width: 10em;
  height: 10em;
  border-radius: 50%;
  margin: 0 auto;

	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -5em;

  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-webkit-align-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
}
.hero-round-small:hover,
.hero-round-small:active,
.hero-round-small:focus {
	color: #fff;
	text-decoration: none;
}
.hero-round-small * {
	margin: 0;
}
.hero-round-small h4 {
	margin: 1.875em 0 0;
	color: #fff;
	text-align: center;
	font-size:23px;
	margin-top:23px;
}
.hero-round-small .icon {
	width: 100%;
	text-align: center;
	margin: 1px 0 0;
	font-size:27px;
}

.demo-mfx p.lead {
	color: #fff;
	font-size: 1.5em;
}
.demo-mfx header {
	max-width: 500px;
	margin: 0 auto;
}
.demo-mfx section {
	max-width: 700px;
	margin: 0 auto;
}

.outro {
	position: relative;
}
.outro header {
	padding-right: 60px;
}
.outro header h2 {
	margin-bottom: 30px;
}
.outro header .btn {
	position: absolute;
	bottom: 90px;
}
.outro section h3 {
	color: #9D9F9F;
}
.outro ul {
	margin-left: 0;
	padding-left: 16px;
	list-style: none;
}
.outro li {
	font-family: 'HelveticaNeueLT-Bold', sans-serif;
	font-size: 1.125rem;
	color: #9D9F9F;
	position: relative;
}
.outro li:before {
	content: '';
	background: url(images/bullet-big.png);
	position: absolute;
	width: 33px;
	height: 33px;
	left: -45px;
	top: 8px;
}
.outro li span {
	font-size: 1.5rem;
}

.call-to-action h2 span {
	color: #9D9F9F;
}
.contact-form-front > p {
	text-align: left;
}
.contact-form-front > p .ajax-loader {
	display: block;
	float: none;
	margin: 10px auto !important;
}

.contact-area {
	width:230px;
	float:left;
}

/* Main and other pages */
.page #main,
.single #main,
.blog #main {
	padding-top: 60px;
	padding-bottom: 60px;
	padding-right: 40px;
}
.page h1 {
	margin-top: 0;
}
.page .entry-header {
	margin-bottom: 40px;
}
.page .page-title h1,
.page .page-title h2 {
	padding-right: 60px;
	text-transform: lowercase;
}

/* Sidebar */
.sidebar {
	padding-top: 60px;
	padding-bottom: 60px;
}
.widget {
	margin-bottom: 40px;
}
.widgettitle {
	font-size: 1rem;
}
.widget ol,
.widget ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

/* benefits*/
.page-template-page-benefits .more-info h4 {
	min-height: 35px;
	padding-right: 50px;
	margin: 0;
}
.page-template-page-benefits .col-md-8 .row:last-of-type {
	margin-top: 30px;
}
.page-template-page-benefits #content ul {
	margin: 0;
	padding-left: 1rem;
}

/* components */
.components-items {
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: wrap;
	-webkit-flex-flow: wrap;
	align-items: center;
	justify-content: space-between;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
}
.components-items li {
	display: inline-block;
	width: 15%;
	margin: 0 20px;
	font-size: 1rem;
	font-family: 'HelveticaNeueLT-Bold',sans-serif;
	color: #B72F17;
	text-align: center;
	line-height: 1;
}
.components-items img {
	margin-bottom: 20px;
}
.components-items span {
	min-height: 32px;
}
.components-items li * {
	display: block;
}
.components-items hr {
	margin-top: 10px;
}

.components-banner {
	background: #111;
	background-size: cover;
	-webkit-background-size: cover;
	padding: 200px 0;
}

.components-technology {
	background-color: #f7f7f7;
}
.components-technology .page-title {
	padding-right: 80px;
}
.components-technology .narrow-content {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}
.c-t-chart {
	margin-top: 40px;
	margin-bottom: 40px;
}

.components-partnership .entry-header {
	margin-top: 0;
	margin-bottom: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	justify-content: flext-end;
	-webkit-align-items: flex-end;
	-webkit-justify-content: flext-end;
}
.components-partnership .entry-header h2 {
	margin: 0;
}
.components-partnership hr {
	margin-bottom: 40px;
}

.components-pricing {
	background-color: #f7f7f7;
}
.components-pricing .page-title {
	padding-right: 100px;
	padding-left: 30px;
}

.components-solution-chart {
	margin-top: 30px;
}
.components-solution-chart img {

}

.components-control {
	background-color: #f7f7f7;
}
.components-control .page-title {
	padding: 0;
	padding-left: 20px;
}
.components-control .page-title h2 {
	margin: 0;
	line-height: 1;
}
.components-control-chart {
	margin-top: 30px;
	margin-bottom: 80px;
}
.components-control-chart img {

}

/* Footer */
.site-footer {
	color: #aaa;
	padding: 30px 0;
	font-size: 0.8125rem;
}
#inner-footer {
	position: relative;
}
.footer-links {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #e5e5e5;
}
#menu-footer-links {
	list-style: none;
	margin: 0 0 0 -10px;;
	padding: 0;
	line-height: 1;
	max-width: 600px;
}
#menu-footer-links li {
	display: inline-block;
	margin-bottom: 0;
}
#menu-footer-links li a {
	padding: 0 10px;
	color: #aaa;
	font-size: 0.75rem;
}
#menu-footer-links li a:hover,
#menu-footer-links li a:focus,
#menu-footer-links li a:active {
	text-decoration: none;
	color: #B72F17;
}
.our-products {
	width: 100%;
	display: block;
	list-style: none;
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #e5e5e5;
}
.our-products li {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 0;
}
.our-products li.our-products-title {
	margin: 0 10px 0 0;
}
.our-products li img {
	max-width: 100%;
	height: auto;
}
.attribution {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #e5e5e5;
}
.attribution p:last-of-type {
	margin: 0;
}
.site-footer .social {
	float: right;
}
.single-post .social {
	margin: 0 0 120px 8.333333335%
}

.single-post .social a,
.site-footer .social a {
    text-indent: -5000px;
    background: transparent url(images/social_media3.png)no-repeat scroll left top;
    height: 42px;
    width: 42px;
    display: inline-block;
    padding: 0 0 0 5px;
}
.single-post .social a.facebook,
.site-footer .social a.facebook {
	background-position: -50px top;
}
.single-post .social a.linkedin,
.site-footer .social a.linkedin {
	background-position: -102px top;
}
.single-post .social a.youtube,
.site-footer .social a.youtube {
    background-position: -155px top;
}
.single-post .social a.instagram,
.site-footer .social a.instagram {
    background-position: -207px top;
}
.single-post .social a.reddit,
.site-footer .social a.reddit {
    background-position: -260px top;
}
.single-post .social a.stumbleupon,
.site-footer .social a.stumbleupon {
    background-position: -312px top;
}
.single-post .social a.rss,
.site-footer .social a.rss {
    background-position: -365px top;
}
.single-post .social a.twitter:hover,
.site-footer .social a.twitter:hover {
    background-position: 0 -51px;
}
.single-post .social a.facebook:hover,
.site-footer .social a.facebook:hover {
	background-position: -50px -51px;
}
.single-post .social a.linkedin:hover,
.site-footer .social a.linkedin:hover {
	background-position: -102px -51px;
}
.single-post .social a.youtube:hover,
.site-footer .social a.youtube:hover {
    background-position: -155px -51px;
}
.single-post .social a.instagram:hover,
.site-footer .social a.instagram:hover {
    background-position: -208px -50px;
}
.single-post .social a.reddit:hover,
.site-footer .social a.reddit:hover {
    background-position: -260px -51px;
}
.single-post .social a.stumbleupon:hover,
.site-footer .social a.stumbleupon:hover {
    background-position: -312px -51px;
}
.single-post .social a.rss:hover,
.site-footer .social a.rss:hover {
    background-position: -365px -51px;
}

/* Contact page */
.page-template-page-contact .banner {
	background: #111;
	background-size: cover;
	-webkit-background-size: cover;
}
.page-template-page-contact .page-title {
	padding-right: 0;
}
.page-template-page-contact h5 {
	margin-bottom: 10px;
	color: #999;
}
.page-template-page-contact .highlight {
	font-size: 1.25rem;
}
.contact-sidebar {
	margin-top: 15px;
	padding-left: 60px;
}

/* Buzz */
.buzz .banner {
	background: #111;
	background-size: cover;
	-webkit-background-size: cover;
}
.buzz .testimonials {
	background: #111;
	background-size: cover;
	-webkit-background-size: cover;
}
.buzz article.post {
	padding-left: 10px;
	padding-bottom: 30px;
	background: url(images/bullet-red.png) no-repeat 0 10px;
}
.buzz .post-query-title {
	margin: 5px 0 10px;
	font-size: 1rem;
	font-family: 'HelveticaNeueLTStd-Roman', sans-serif;
}
.buzz .post-query-title a {
	color: #5a5a5a;
}
.buzz article.post time {
	font-size: 0.75em;
	color: #999;
	text-transform: uppercase;
}
.buzz-post-meta {
	font-size: 0.75em;
}
.buzz-post-meta a {
	margin-right: 10px;
	text-decoration: underline;
}
.buzz-post-meta a:last-of-type {
	margin-right: 2px;
}
#carousel-testimonial {
	position: relative;
}
.carousel .testimonial-item {
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
}
.carousel .slider-nav {
	max-width: 60%;
	margin: 0 auto;
}
.carousel .slider-nav h4 {
	color: #fff;
	font-size: 2.25rem;
}
.carousel-indicators {
	position: absolute;
	bottom: -40px;
}
.carousel .slider-nav .carousel-control-container {
	position: relative;
}
.carousel-control {
	position: absolute;
	top: 13px;
	left: auto;
	right: 0;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	left: -15px;
}
.carousel-control.left,
.carousel-control.right {
	background: none;
}
.buzz .case-study {
	background: #f7f7f7;
}
.buzz-anz {
	position: relative;
}
.buzz-anz img {
	position: absolute;
	bottom: 0;
	right: 10px;
}
.buzz .case-study-content {
	margin-top: 40px;
}

/* Comments */
ol.commentlist {
	margin: 30px 0 0;
	list-style: none;
}
ol.commentlist li {
	background: transparent;
	padding-right: 0;
	list-style-type: none;
}
ol.commentlist ul.children li {
	background: transparent !important;
}
.entry-comments,
.entry-pings,
.comment-respond {
	border-top: 1px solid #ddd;
	background-color: transparent;
	max-width: 850px;
	margin: 0 auto 20px;
}
.comment-header {
	font-size: 1rem;
	position: relative;
}
.comment-author {
	margin-bottom: 0
}
ol.commentlist time {
	font-size: 0.8125rem;
}
.comment-respond {
	border-top: 1px solid #ddd;
	background-color: transparent;
}

.comment-respond,
.entry-pings {
	padding: 40px 0;
}

.entry-comments {
	padding: 40px 0;
}
.comment-edit-link {
	position: absolute;
	top: 50px;
	right: 0;
	font-size: 0.75rem;
}

.avatar {
	float: left;
}
.comment .avatar {
	margin: 0 16px 24px 0;
}
.comment-author img {
    border-radius: 50%;
}

.comment-content {
	clear: both;
	background-color: #fff;
	border: 2px solid #ddd;
	border-radius: 5px;
    padding: 20px 30px;
    margin-bottom: 5px;
}
ol.commentlist li.bypostauthor,
.bypostauthor .comment-content {
	border-color: #B2C6FF;
	background: transparent;
}
.comment-content p {
	font-size: 0.9375rem;
    margin: 0 0 20px;
}
.comment-content p:last-child {
	margin: 0;
}
.commentlist li {
	margin-top: 10px;
	padding: 0;
}
.commentlist li li {
	padding-left: 24px;
}
.comment-reply {
    text-align: right;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.875rem;
}
a.comment-reply-link {
	position: static;
    display: inline;
    text-align: inherit;
    cursor: pointer;
    border: none;
    padding: 0;
    line-height: 1.428571429;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #00aeef;
    background-color: transparent;
    font-weight: 700;
    font-size: 0.875rem;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: transparent;
	text-decoration: underline;
	color: #00aeef;
}
.comment-author .comment-author-link,
.comment-author span[itemprop="name"] {
    font-size: 1.375rem;
    font-weight: bold;
    color: #38424b;
}
.comment-meta {
    margin-top: -5px;
    font-size: 0.8125rem;
    text-transform: uppercase;
}
.comment-meta a,
ol.commentlist a.comment-edit-link {
    padding: 0;
	color: #bdc3c7;
}
.comment-meta a:hover {
    color: #95a5a6;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-respond .form-submit {
	text-align: right;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}
.comment-form-comment label {
	display: none;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 1rem;
	padding: 24px;
}
.comment-respond {
	margin: 0;
	width: 100%;
	border: none;
}
#comments,
.comment-reply-title {
	font-size: 1.125rem;
}
.comment-form-comment textarea {
	width: 100%;
}

/* Page builder hack */
.narrow-heading {
	padding: 0 150px;
}
.panel-grid-cell .so-panel{
	margin-bottom: 0 !important; /* Adjust the number on this row as desired */
}
.right-heading .panel-grid-cell:nth-of-type(1) {
	float: right !important;
}
.right-heading .panel-grid-cell:nth-of-type(2) {
	float: left !important;
}
.big-num {
	margin: 0;
	padding: 0;
	list-style: none;
}
.big-num li {
	font-size: 1rem;
	font-family: 'HelveticaNeueLT-Bold',sans-serif;
	color: #B72F17;
}
.big-num span.number {
	font-size: 40px;
	color: #aaa;
}
.big-num li * {
	display: block;
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px){

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px){
	.page .page-title {
		padding-right: 10px;
	}
	.icon-indie {
		max-height: 64px;
	}
	.contact-sidebar {
		padding-left: 0;
	}
	.page #main, .single #main, .blog #main {
		padding-right: 10px;
	}
	.contact-form-front > p {
		text-align: center;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px){
	html {
		font-size: 14px;
	}
	.page .page-title {
		padding-right: 15px;
	}
	.features-info h2,
	.outro header {
		padding-right: 0;
	}
	.container {
		padding-right: 15px;
		padding-left: 15px;
	}
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		margin: 25px 0 25px 15px;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: rgba(255,255,255,0.2);
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
		background: #6e6e6e;
		margin: 0 -15px;
	}
	.navbar-nav {
		margin: 10px 0;
	}
	.navbar-default .navbar-nav>li {
		margin-right: 0;
		margin-bottom: 5px;
	}
	.navbar-default .navbar-nav>li a {
		border: none;
		border-bottom: 2px solid #aeaeae;
		font-size: 1.2rem;
	}
	.navbar-default .navbar-nav>li a:hover,
	.navbar-default .navbar-nav>li a:focus,
	.navbar-default .navbar-nav>li a:active {
		color: #222;
		border-color: #aeaeae;
	}
	.navbar-collapse {
		padding-left: 25px;
		padding-right: 25px;
	}
	.navbar-toggle {
		margin-top: 30px;
		margin-right: 15px;
	}
	.is-scroll .navbar-toggle {
		margin-top: 10px;
	}
	.divider-label {
		text-transform: uppercase;
		font-size: 1.4rem;
		color: #9e9e9e;
	}
	.contact-form-front .row {
		margin-bottom: 10px;
	}
	.narrow-content img {
		margin-bottom: 20px;
		max-width: 40%;
	}
	.narrow-heading {
		padding: 0;
	}
	.hero-round {
		float: left !important;
	}
	.hero-round-small {
		left: auto;
		margin-left: 0;
		right: 0;
	}
	.big-num {
		text-align: center;
	}
	.big-num li {
    display: inline-block;
    margin-right: 20px;
	}
}

@media only screen and (max-width: 600px) {
	h1, .h1,
	.lg-heading {
		font-size: 2rem;
	}
	h2, .h2,
	.lg-heading {
		font-size: 1.75rem;
	}
	#carousel-main .main-indicators ol li {
		padding: 15px 5px;
		min-height: 80px;
	}
	#carousel-main .main-indicators ol li .logo-inline {
		text-indent: 0;
		background: none;
		width: auto;
		height: auto;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px){
	html {
		font-size: 14px;
	}
	.pad-lg {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.page #main, .single #main, .blog #main {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#carousel-main .item {
		padding: 120px 15px 140px;
	}
	.hero-round,
	.hero-round-small {
		width: auto;
		height: auto;
		border-radius: 10px;
		font-size: 12px;
	}
	.hero-round {
		padding: 20px 15px;
	}
	.hero-round img {
		max-width: 60%;
	}
	.hero-round h4,
	.hero-round-small h4 {
		font-size: 1.125em;
	}
	.hero-round-small {
		right: auto;
		left: 50%;
		width: 120px;
		margin-left: -60px;
		bottom: -50px;
		text-align: center;
		border-radius: 0;
		padding: 5px 15px;
		display: none;
	}
	.hero-round-small h4 {
		margin: 0;
	}
	.hero {
		min-height: auto;
		padding: 60px 0;
	}
	.hero-round-small h1 {
		color: #B72F17;
		font-size: 1.5rem;
	}
	.narrow-content img {
		max-width: 100%;
	}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){
	html {
		font-size: 13px;
	}
	.pad-lg {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.page #main, .single #main, .blog #main {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	h1, .h1 {
		font-size: 1.75em;
	}
	h2, .h2 {
		font-size: 1.5em;
	}
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		width: 100px;
    background-size: 100px;
    margin: 5px 0;
	}
	.navbar-toggle {
		margin-top: 10px;
		padding: 6px 7px;
	}
	#carousel-main .item {
		padding: 80px 15px 140px;
	}
}

.testimonials {
	box-sizing: border-box;
	padding-top: 40px;
	padding-bottom: 40px;
}
.testimonials h4 {
	color: #fff;
	margin: 0;
}
.testimonials hr {
	border-color: #fff;
	margin-top: 5px;
}
.testimonials .testimonials-inner {
	position: relative;
}
.testimonials #text-slider {
	font-family: 'HelveticaNeueLT-Bold', sans-serif;
	font-weight: normal;
	color: #fff;
	position: static;
}
.testimonials #text-slider .text-slideshow {
	position: relative;
}
.testimonials #text-slider .text-slideshow article,
.testimonials #staff-text-slider .staff-text-slideshow article {
	margin-top: 0;
	color: #fff;
	padding: 0 15px;
	box-sizing: border-box;
}
.testimonials #text-slider article span,
.testimonials #staff-text-slider article span {
	font-family: 'HelveticaNeueLT-Light', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	padding: 0 15px;
	width: 50%;
}
.testimonials #text-slider article span:first-child,
.testimonials #staff-text-slider article span:first-child {
	font-size:24px;
	line-height: 1.3;
	text-align: right;
}
.testimonials #text-slider #text-slider-controls {
	position: absolute;
	top: 5px;
	right: 7px;
	margin: 0;
}
.testimonials a {
	width: 12px;
	height: 19px;
	display: inline-block;
}
.testimonials #text-slider #text-slider-controls a i {
	font-size: 16px;
	color: #fff;
	vertical-align: top;
	display: inline-block;
}
.testimonials #text-slider #text-slider-controls a i:hover {
	color: #9C9EA0;
}

@media only screen and (max-width : 480px){
	.testimonials #text-slider .text-slideshow article span,
	.testimonials #staff-text-slider .staff-text-slideshow article span {
		font-size: 13px;
	}
	.testimonials #text-slider .text-slideshow article span:first-child,
	.testimonials #staff-text-slider .staff-text-slideshow article span:first-child {
		font-size: 16px;
	}
}

#content .collapseomatic_content {
	margin-left: 0;
}

.center-image img {
	margin: 0 auto;
}

@media only screen and (min-width : 769px){
	.no-desktop {
		display: none;
	}
}
@media only screen and (max-width : 768px){
	.no-mobile {
		display: none;
	}
}




/* Press page additions */

.press-container .press {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 7px;
	margin-bottom: 15px
}

.press-container .panel-grid-cell .panel-grid-cell .widget.panel-last-child .press {
	border-bottom: 0;
}

.press-container .panel-grid-cell .panel-grid-cell > .so-panel:nth-child(n+7) {
	display: none;
}

.press-container .panel-grid-cell .panel-grid-cell.show-all > .so-panel:nth-child(n+7) {
	display: block;
}

.press-container .press h5 {
	color: #555555;
	margin-bottom: 2px;
}

.press-container .press p,
.press-container .press p a,
.press-container .read-more {
	color: #999999
}

.press-container .read-more {
	cursor: pointer;
}

.press-container .read-more:hover {
	color: #b72f17;
	text-decoration: underline;
}

.press-container .press p a:hover{
	color: #b72f17;
}

.press-header {
	border-bottom: 1px solid #9D9F9F;
	padding-bottom: 0px;
	margin-bottom: 15px;
}

.press-header h3 {
	color: #9d9f9f;
	font-size: 26px;
	margin-bottom: 1em;
}

/* # Our Team
============================================================== */

.our-team .so-widget-sow-image {
	position: relative;
	width: 50%;
	margin: 0 0 20px;
	padding-top: 50%;
	overflow: hidden;
	border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.our-team .so-widget-sow-image img {
	position: absolute;
	width: 100%;
	top: 0;
	height: auto;
}

.our-team h4 {
	margin: 0 0 10px;
}

.our-team .team-row {
	border-bottom: 1px solid #9D9F9F;
}

.our-team .collapseomatic_content {
	border-top: 1px solid #9D9F9F;
	padding: 30px 0 10px;
}

@media screen and (max-width: 768px) {
	.our-team .so-widget-sow-image {
		margin: 0 auto 20px;
	}
	.our-team .team-row {
		border-bottom: none;
	}
	.our-team .siteorigin-widget-tinymce {
		border-bottom: 1px solid #9D9F9F;
	}
}

/* @end */

/* # Recruiters
============================================================== */

.recruiters h3, .recruiters h4 {
	color: #B72F17;
}

.recruiters ul.basic {
	list-style: initial;
	list-style-position: inside;
	padding-left: 30px;
}

.recruiters ol {
	list-style: decimal;
	list-style-position: inside;
}

/* @end */

/* # Blog Index
============================================================== */
body.blog .container .pad-lg {
	padding-top: 0;
}

body.blog > .container #main {
	padding-top: 0;
	padding-right: 10px;
}

body.blog > .container #main .page-header {
	position: relative;
	margin: 0 0 25px;
	padding: 0;
	border-bottom: 0;
}

body.blog > .container #main .page-header > h1.blog_title {
	position: absolute;
	margin: 0;
	font-size: 100px;
	top: 10%;
	left: 0;
	z-index: 90;
}

body.blog > .container #main .page-header > h1.blog_title a {
	color: #B72F17;
	text-decoration: none;
}

body.blog > .container #main .page-header nav.indicators {
	text-align: center;
}

body.blog > .container #main .page-header nav.indicators li {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 10px 0 0;
	cursor: pointer;
}

body.blog > .container #main .page-header nav.indicators li:last-child {
	margin-right: 0;
}

body.blog > .container #main .page-header nav.indicators li:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 12px;
	height: 12px;
	background: #000;
	-moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}

body.blog > .container #main .page-header nav.indicators li.active:after,
body.blog > .container #main .page-header nav.indicators li:hover:after {
	background: #B72F17;
}

body.blog > .container #main .page-header section.posts {
	position: relative;
	margin-bottom: 25px;
	margin-left: calc((100vw - 100%) / -2);
	width: calc(100vw - 8px);
	overflow: hidden;
}

body.blog > .container #main .page-header section.posts > div {
	padding-top: 27.976190475%;
}

body.blog > .container #main .page-header section.posts article.post {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-transform: translate3d(100%, -50%, 0);
  -webkit-transform: translate3d(100%, -50%, 0);
  -ms-transform: translate3d(100%, -50%, 0);
  transform: translate3d(100%, -50%, 0);
	-moz-transition: -moz-transform 0.5s;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

body.blog > .container #main .page-header section.posts article.post.active {
	-moz-transform: translate3d(0%, -50%, 0);
	-webkit-transform: translate3d(0%, -50%, 0);
	-ms-transform: translate3d(0%, -50%, 0);
	transform: translate3d(0%, -50%, 0);
	z-index: 80;
}

body.blog > .container #main .page-header section.posts article.post.prev {
	-moz-transform: translate3d(-100%, -50%, 0);
	-webkit-transform: translate3d(-100%, -50%, 0);
	-ms-transform: translate3d(-100%, -50%, 0);
	transform: translate3d(-100%, -50%, 0);
}

body.blog > .container #main .page-header section.posts article.post.prep {
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
}

body.blog > .container #main .page-header .post .container {
	position: absolute;
	left: 50%;
	bottom: 0;
	height: calc(100% - 132px);
	-moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.blog > .container #main .page-header .post h1 {
	position: absolute;
	margin: 0;
	width: 70%;
	top: 50%;
	left: 50%;
	-moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
	font-size: 45px;
	text-align: center;
}

body.blog > .container #main .page-header .post h1 a {
	color: #fff;
	text-decoration: none;
}

body.blog > .container #main .page-header .post h3 {
	position: absolute;
	margin: 0;
	right: calc((100vw - 100%) / -2 + 20px);
	bottom: 25px;
	font-size: 28px;
}

body.blog > .container #main .page-header .post h3 a {
	color: #B72F17;
	text-decoration: none;
}

body.blog > .container #main .page-header .post .image {
	position: relative;
	overflow: hidden;
	background: #000;
}

body.blog > .container #main .page-header .post .image > div {
	padding-top: 27.976190475%;
}

body.blog > .container #main .page-header .post .image img {
	position: absolute;
	width: 100%;
	top: 50%;
	-moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	opacity: 0.8;
	-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

body.blog > .container #main section.categories {
	display: flex;
	flex-wrap: wrap;
}

body.blog > .container #main section.categories > article {
	float: left;
	width: 31.6%;
	margin-right: 2.5%;
	margin-bottom: 90px;
}

body.blog > .container #main section.categories > article:nth-child(3n+3) {
	margin-right: 0;
}

body.blog > .container #main section.categories > article header {
	position: relative;
	margin: 0 0 10px;
}

body.blog > .container #main section.categories > article header a:hover .title h1 {
	color: #B72F17;
}

body.blog > .container #main section.categories > article header .image {
	position: relative;
	display: block;
	overflow: hidden;
}

body.blog > .container #main section.categories > article header .image > div {
	padding-top: 55.95238095%;
}

body.blog > .container #main section.categories > article header .image img {
	position: absolute;
	width: 100%;
	top: 50%;
	-moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

body.blog > .container #main section.categories > article header .title {
	position: absolute;
	width: 100%;
	height: 50%;
	padding: 0 10px;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
}

body.blog > .container #main section.categories > article header .title h1 {
	position: absolute;
	margin: 0;
	bottom: 10px;
	font-size: 26px;
	color: #fff;
}

body.blog > .container #main section.categories > article section.posts p {
	margin: 0 0 12px;
	font-size: 18px;
	border-bottom: 1px solid #000;
}

body.blog > .container #main section.categories > article section.posts p:last-child {
	margin: 0;
	border-bottom: 0;
}

body.blog > .container #main section.categories > article section.posts p a:hover,
body.blog > .container #main section.categories > article section.posts p a:focus {
	color: #B72F17;
	text-decoration: none;
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
	body.blog > .container #main .page-header > h1.blog_title,
	body.blog > .container #main .page-header .post h1 {
		font-size: 40px;
	}
	body.blog > .container #main .page-header .post h3 {
		font-size: 24px;
	}
	body.blog > .container #main section.categories > article header .title h1 {
		font-size: 24px;
	}
	body.blog > .container #main section.categories > article section.posts p {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767px) {
	body.blog > .container #main .page-header > h1.blog_title {
		display: none;
	}
	body.blog > .container #main .page-header .post h1 {
		font-size: 34px;
	}
	body.blog > .container #main .page-header > h1.blog_title {
		top: 116px;
	}
	body.blog > .container #main .page-header .post h3 {
		font-size: 24px;
		display: none;
	}
	body.blog > .container #main .page-header .post .container {
		width: 100%;
		height: calc(100% - 96px);
	}
	body.blog > .container #main section.categories > article header .title h1 {
		font-size: 24px;
	}
	body.blog > .container #main section.categories > article section.posts p {
		font-size: 16px;
	}
	body.blog > .container #main section.categories > article {
		width: 100%;
		margin-right: 0;
		margin-bottom: 60px;
	}
	body.blog > .container #main section.categories > article header .title {
		height: 35%;
	}
}

/* @end */


/* # Blog Category
============================================================== */
body.category .container .pad-lg,
body.tag .container .pad-lg {
	padding-top: 0;
}

body.category .container .page-header,
body.tag .container .page-header {
	position: relative;
	margin: 0 0 35px;
	border-bottom: 0;
}

body.category .container .page-header .image,
body.tag .container .page-header .image {
	position: relative;
	width: 100vw;
	margin-left: calc((100vw - 100%) / -2);
	overflow: hidden;
	background: #000;
}

body.category .container .page-header .image img,
body.tag .container .page-header .image img {
	position: absolute;
	width: 100%;
	top: 50%;
	-moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
	opacity: 0.8;
}

body.category .container .page-header h1,
body.tag .container .page-header h1 {
	position: absolute;
	font-size: 45px;
	margin: 0;
}

body.category .container .page-header h1.blog_title,
body.tag .container .page-header h1.blog_title {
	top: 10%;
	left: 0;
}

body.category .container .page-header h1.blog_title a,
body.tag .container .page-header h1.blog_title a {
	color: #B72F17;
	text-decoration: none;
}

body.category .container .page-header h1.archive_title,
body.tag .container .page-header h1.archive_title {
	top: calc((100% - 132px) / 2 + 132px);
	left: 50%;
	color: #fff;
	-moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
	text-align: center;
}

body.category .container section.posts,
body.tag .container section.posts {
	display: flex;
	flex-wrap: wrap;
}

body.category .container section.posts > article.post,
body.tag .container section.posts > article.post {
	float: left;
	width: 31.6%;
	margin-right: 2.5%;
	margin-bottom: 35px;
}

body.category .container section.posts > article.post:nth-child(3n+3),
body.tag .container section.posts > article.post:nth-child(3n+3) {
	margin-right: 0;
}

body.category .container section.posts > article.post header,
body.tag .container section.posts > article.post header {
	margin: 0 0 20px;
}

body.category .container section.posts > article.post header .image a,
body.tag .container section.posts > article.post header .image a {
	position: relative;
	display: block;
	padding-top: 55.95238095%;
	overflow: hidden;
}

body.category .container section.posts > article.post header img,
body.tag .container section.posts > article.post header img {
	position: absolute;
	width: 100%;
	top: 50%;
	-moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.category .container section.posts > article.post .post_content h3,
body.tag .container section.posts > article.post .post_content h3 {
	font-family: 'HelveticaNeueLTStd-Roman', sans-serif;
	font-size: 26px;
	line-height: 1.65;
	margin: 0;
}

body.category .container section.posts > article.post .post_content h3 a,
body.tag .container section.posts > article.post .post_content h3 a {
	border-bottom: 2px solid #000;
}

body.category .container section.posts > article.post .post_content h3 a:hover,
body.category .container section.posts > article.post .post_content h3 a:focus,
body.tag .container section.posts > article.post .post_content h3 a:hover,
body.tag .container section.posts > article.post .post_content h3 a:focus {
	border-bottom: 2px solid transparent;
	text-decoration: none;
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
	body.category .container .page-header h1,
	body.tag .container .page-header h1 {
		font-size: 40px;
	}
	body.category .container section.posts > article.post .post_content h3,
	body.tag .container section.posts > article.post .post_content h3 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 767px) {
	body.category .container .page-header h1,
	body.tag .container .page-header h1 {
		font-size: 34px;
	}
	body.category .container .page-header h1.blog_title,
	body.tag .container .page-header h1.blog_title {
		display: none;
	}
	body.category .container .page-header h1.archive_title,
	body.tag .container .page-header h1.archive_title {
		top: calc((100% - 96px - 62px) / 2 + 96px);
	}
	body.category .container section.posts > article.post,
	body.tag .container section.posts > article.post {
		float: left;
		width: 100%;
		margin-right: 0;
		margin-bottom: 45px;
	}
	body.category .container section.posts > article.post header,
	body.tag .container section.posts > article.post header {
		margin: 0 0 15px;
	}
	body.category .container section.posts > article.post .post_content h3,
	body.tag .container section.posts > article.post .post_content h3 {
		font-size: 18px;
	}
	body.category .container section.posts > article.post .post_content h3 a,
	body.tag .container section.posts > article.post .post_content h3 a
	body.category .container section.posts > article.post .post_content h3 a:hover,
	body.tag .container section.posts > article.post .post_content h3 a:hover {
		border-bottom-width: 1px;
	}
}

/* @end */

body.category .container .page-header .category-nav,
body.tag .container .page-header .category-nav,
body.single-post > .container #main .category-nav {
	position: relative;
	width: 100vw;
	margin-left: calc((100vw - 100%) / -2);
	background: #F3F3F3;
	overflow: hidden;
}

body.category .container .page-header .category-nav h3,
body.tag .container .page-header .category-nav h3,
body.single-post > .container #main .category-nav h3 {
	margin: 0;
	padding: 25px 0 15px;
	font-family: 'HelveticaNeueLTStd-Roman', sans-serif;
	font-size: 22px;
}

body.category .container .page-header .category-nav .container > h3,
body.tag .container .page-header .category-nav .container > h3,
body.single-post > .container #main .category-nav .container > h3 {
	width: calc((100vw - 100%) / 2 - 20px);
	margin-left: calc((100vw - 100%) / -2 + 20px);
}

body.category .container .page-header .category-nav .container > h3 a:hover,
body.category .container .page-header .category-nav .container > h3 a:focus,
body.tag .container .page-header .category-nav .container > h3 a:hover,
body.tag .container .page-header .category-nav .container > h3 a:focus,
body.single-post > .container #main .category-nav .container > h3 a:hover,
body.single-post > .container #main .category-nav .container > h3 a:focus {
	text-decoration: none;
}

body.category .container .page-header .category-nav .container,
body.tag .container .page-header .category-nav .container,
body.single-post > .container #main .category-nav .container {
	position: relative;
}

body.category .container .page-header .category-nav .container .category-options,
body.tag .container .page-header .category-nav .container .category-options,
body.single-post > .container #main .category-nav .container .category-options {
	position: absolute;
	display: block;
	width: 25%;
	top: 0;
	z-index: 10;
}

body.category .container .page-header .category-nav .container .category-options:before,
body.tag .container .page-header .category-nav .container .category-options:before,
body.single-post > .container #main .category-nav .container .category-options:before {
	content: "▼";
	position: absolute;
	right: 15px;
	top: calc((100% + 10px) / 2);
	-moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	z-index: -1;
	cursor: pointer;
}

body.category .container .page-header .category-nav .container .category-options h3,
body.tag .container .page-header .category-nav .container .category-options h3,
body.single-post > .container #main .category-nav .container .category-options h3 {
	padding: 25px 0 15px;
}

body.category .container .page-header .category-nav .container .category-options select,
body.tag .container .page-header .category-nav .container .category-options select,
body.single-post > .container #main .category-nav .container .category-options select {
	position: absolute;
	left: 0;
	top: 0;
	min-height: 22px;
	padding: 25px 0 15px;
	width: 100%;
	color: transparent;
	-webkit-appearance: none;
	border: 0;
	background: none;
	cursor: pointer;
	margin: 0;
	outline: none;
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
	body.category .container .page-header .category-nav .container > h3,
	body.tag .container .page-header .category-nav .container > h3,
	body.single-post > .container #main .category-nav .container > h3 {
		display: inline-block;
		width: auto;
		margin-left: 0;
		margin-right: 100px;
	}
	body.category .container .page-header .category-nav .container .category-options,
	body.tag .container .page-header .category-nav .container .category-options,
	body.single-post > .container #main .category-nav .container .category-options {
		width: 30%;
		left: 145px;
	}
}

@media only screen and (max-width: 767px) {
	body.category .container .page-header .category-nav .container > h3,
	body.tag .container .page-header .category-nav .container > h3,
	body.single-post > .container #main .category-nav .container > h3 {
		display: inline-block;
		width: auto;
		margin-left: 0;
		margin-right: 100px;
	}
	body.category .container .page-header .category-nav .container .category-options,
	body.tag .container .page-header .category-nav .container .category-options,
	body.single-post > .container #main .category-nav .container .category-options {
		width: 50%;
		left: 145px;
	}
}

/* # Blog Post
============================================================== */
body.single-post {
	background: #F3F3F3;
}

body.single-post > .container #main {
	padding-top: 0;
	padding-right: 10px;
}

body.single-post > .container #main .page-header {
	position: relative;
	margin: 0;
	padding: 0;
	border-bottom: 0;
}

body.single-post > .container #main .page-header .image {
	position: relative;
	width: 100vw;
	margin-left: calc((100vw - 100%) / -2);
	overflow: hidden;
	background: #000;
}

body.single-post > .container #main .page-header .image img {
	position: absolute;
	width: 100%;
	top: 50%;
	-moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	opacity: 0.8;
	-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

body.single-post > .container #main .page-header h1 {
	position: absolute;
	font-size: 100px;
	margin: 0;
	top: 170px;
	left: 0;
}

body.single-post > .container #main .page-header h1 a {
	color: #B72F17;
}

body.single-post > .container #main .page-header h1 a:hover,
body.single-post > .container #main .page-header h1 a:focus {
	text-decoration: none;
}

body.single-post > .container #main .page-header h1.blog_title {
}

body.single-post > .container #main .page-header h1.archive_title {
	top: calc((100% - 65px) / 2);
	left: 50%;
	color: #fff;
	-moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

body.single-post > .container #main article.post {
	width: 83.33333333%;
	margin: 0 auto 30px;
}

body.single-post > .container #main article.post > header {
	position: relative;
	width: 100vw;
	left: calc((100vw - 100%) / -2);
	margin: 0 0 30px;
	padding: 50px 0 30px;
	background: #f7f7f7;
}

body.single-post > .container #main article.post > header .container {
}

body.single-post > .container #main article.post > header .container h1.single-title {
	margin: 0 0 20px;
	font-size: 54px;
	text-align: center;
	color: #B72F17;
}

body.single-post > .container #main article.post > header .container .meta {
	text-align: center;
	margin: 0 0 30px;
}

body.single-post > .container #main article.post > header .container .meta time {
	margin-right: 10px;
}

body.single-post > .container #main article.post > header .container .meta .reading {
	margin-right: 10px;
}

body.single-post > .container #main article.post > header .container .meta .tags .tags-title {
	font-family: 'HelveticaNeueLTStd-It', 'HelveticaNeueLTStd-Roman', sans-serif;
}

body.single-post > .container #main article.post > header .image {
	position: relative;
	width: 83.33333333%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

body.single-post > .container #main article.post > header .image img {
	position: absolute;
	width: 100%;
	top: 50%;
	-moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}


body.single-post > .container #main article.post > section.post_content a {
	color: #B72F17;
	text-decoration: underline;
}

body.single-post > .container #main article.post > section.post_content a:hover,
body.single-post > .container #main article.post > section.post_content a:focus {
	text-decoration: none;
}

body.single-post > .container #main article.post > section.post_content img {
	display: block;
	margin: 0 0 1.25rem 50%;
	-moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.single-post > .container #main article.post > section.post_content img.alignleft {
	margin: 0 0 1.25rem 0;
	-moz-transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

body.single-post > .container #main article.post > section.post_content img.alignright {
	margin: 0 0 1.25rem auto;
	-moz-transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

body.single-post > .container #main article.post > section.post_content blockquote {
	width: 85%;
	border-left: 2px solid #B72F17;
	font-style: normal;
	color: #B72F17;
	margin: 65px 0;
	padding: 0 0 0 30px;
}

body.single-post > .container #main article.post > section.post_content blockquote p {
	font-size: 26px;
	line-height: 1;
	color: #B72F17;
}

body.single-post > .container #main span.share-post {
	display: inline-block;
	margin: 0 0 15px 8.333333335%;
	padding: 0 0 2px;
	color: #000;
	font-family: 'HelveticaNeueLT-Light', 'HelveticaNeueLTStd-Roman', sans-serif;
}

body.single-post > .container #main span.next-post {
	display: block;
	width: 40%;
	margin-left: 60%;
	margin-bottom: 60px;
}

body.single-post > .container #main a.next-post h3,
body.single-post > .container #main a.next-post h4 {
	font-family: 'HelveticaNeueLTStd-Roman', sans-serif;
	margin: 0;
	color: #000;
}

body.single-post > .container #main a.next-post h3 {
	font-weight: bold;
	font-size: 28px;
	line-height: 1.3;
}

body.single-post > .container #main a.next-post h4 {
	margin: 0 0 20px;
	font-size: 24px;
}

body.single-post > .container #main a.next-post:hover,
body.single-post > .container #main a.next-post:focus {
	text-decoration: none;
}

body.single-post > .container #main a.next-post:hover h3,
body.single-post > .container #main a.next-post:hover h4 {
	color: #B72F17;
}

body.single-post > .container #main section.recommended {
	width: 100vw;
	margin-left: calc((100vw - 100%) / -2);
	padding: 75px 0 100px;
	background: #f7f7f7;
}

body.single-post > .container #main section.recommended .container > h3 {
	font-family: 'HelveticaNeueLTStd-Roman', sans-serif;
	font-weight: bold;
	font-size: 28px;
	line-height: 1.3;
	margin: 0 0 25px;
	color: #000;
}

body.single-post > .container #main section.recommended section.posts {
	display: flex;
	flex-wrap: wrap;
}

body.single-post > .container #main section.recommended section.posts > article {
	float: left;
	width: 31.6%;
	margin-right: 2.5%;
}

body.single-post > .container #main section.recommended section.posts > article:nth-child(3n+3) {
	margin-right: 0;
}

body.single-post > .container #main section.recommended section.posts > article header {
	margin: 0 0 20px;
}

body.single-post > .container #main section.recommended section.posts > article header .image div {
	position: relative;
	display: block;
	padding-top: 55.95238095%;
	overflow: hidden;
}

body.single-post > .container #main section.recommended section.posts > article header img {
	position: absolute;
	width: 100%;
	top: 50%;
	-moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.single-post > .container #main section.recommended section.posts > article .post_content h3 {
	font-family: 'HelveticaNeueLTStd-Roman', sans-serif;
	font-size: 20px;
	line-height: 1.65;
	margin: 0;
}

body.single-post > .container #main section.recommended section.posts > article .post_content h3 a {
	border-bottom: 2px solid #000;
}

body.single-post > .container #main section.recommended section.posts > article .post_content h3 a:hover,
body.single-post > .container #main section.recommended section.posts > article .post_content h3 a:focus {
	border-bottom: 2px solid transparent;
	text-decoration: none;
}

body.single-post > .container #main #disqus_thread {
	padding-top: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1300px) {
	body.single-post > .container #main .page-header h1 {
		top: calc((100% - 132px) / 2 + 132px);
		font-size: 44px;
		-moz-transform: translateY(-50%);
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	body.single-post > .container #main .page-header h1 {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	body.single-post > .container #main .page-header h1 {
		font-size: 34px;
	}
	body.single-post > .container #main article.post > section.post_content blockquote {
		margin: 35px 0;
	}
	body.single-post > .container #main article.post > section.post_content blockquote p {
		font-size: 20px;
	}
	body.single-post > .container #main a.share-post {
		margin: 0 0 70px 8.333333335%;
	}
	body.single-post > .container #main a.next-post {
		width: 83.33333333%;
		margin: 0 auto 45px;
	}
	body.single-post > .container #main section.recommended section.posts > article {
		width: 100%;
		margin-right: 0;
		margin-bottom: 45px;
	}
}

/* @end */

body.home .home-blog {
	padding: 70px 0 95px;
}

body.home .home-blog h2 {
	margin: 0 0 35px;
	font-size: 84px;
	line-height: 1;
}

body.home .home-blog h2 a {
	color: #B72F17;
}

body.home .home-blog h2 a:hover,
body.home .home-blog h2 a:focus {
	text-decoration: none;
}

body.home .home-blog .posts {
	display: flex;
	flex-wrap: wrap;
}

body.home .home-blog .posts > article {
	float: left;
	width: 31.6%;
	margin-right: 2.5%;
}

body.home .home-blog .posts > article:nth-child(3n+3) {
	margin-right: 0;
}

body.home .home-blog .posts > article header {
	margin: 0 0 20px;
}

body.home .home-blog .posts > article header .image div {
	position: relative;
	display: block;
	padding-top: 55.95238095%;
	overflow: hidden;
}

body.home .home-blog .posts > article header img {
	position: absolute;
	width: 100%;
	top: 50%;
	-moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.home .home-blog .posts > article .post_content h3 {
	font-family: 'HelveticaNeueLTStd-Roman', sans-serif;
	font-size: 20px;
	line-height: 1.65;
	margin: 0;
}

body.home .home-blog .posts > article .post_content h3 a {
	border-bottom: 2px solid #000;
}

body.home .home-blog .posts > article .post_content h3 a:hover,
body.home .home-blog .posts > article .post_content h3 a:focus {
	border-bottom: 2px solid transparent;
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	body.home .home-blog .posts > article {
		width: 100%;
		margin-right: 0;
		margin-bottom: 45px;
	}
	body.home .home-blog .posts > article:last-child {
		margin-bottom: 0;
	}
}

body .header-menu-pad {
	background: #000;
	width: 100%;
	height: 98px;
}

body.home #home-video {
  position: relative;
	margin: 0 0 35px;
  padding-top: 45%;
	overflow: hidden;
}
body.home #home-video .video-container {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 125%;
	-moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.home #home-video .video-container .video-embed, #home-video .video-container iframe {
  width: 100%;
  height: 100%;
}
body.home #home-video .playpause {
	position: absolute;
	z-index: 17;
	color: #fff;
	border-color: #fff;
	outline: none;
	background: transparent;
	border: 3px solid;
	height: 70px;
	width: 70px;
	left: 50%;
	top: 50%;
	margin-left: -35px;
	margin-top: -35px;
	border-radius: 50%;
}
body.home #home-video .playpause:hover {
	color: rgba(255,255,255,0.8);
  border-color: rgba(255,255,255,0.8);
}
body.home #home-video .playpause:hover .symbol, .no-js .video-wrap {
  fill: rgba(255,255,255,0.8);
}
body.home #home-video .playpause svg {
	position: absolute;
	top: 50%;
	left: 50%;
}
body.home #home-video .playpause svg .symbol {
  fill: #fff;
}

@media screen and (max-width: 667px) {
	body.home #home-video .image-wrap,
	body.home #home-video .playpause {
		pointer-events: none;
	}
	body.home #home-video .playpause svg {
		width: 20px;
		height: 20px;
		margin-left: -9px;
		margin-top: -10px;
	}
}
@media screen and (max-width: 1024px) and (min-width: 668px) {
	body.home #home-video .playpause svg {
		width: 20px;
	  height: 20px;
	  margin-left: -9px;
	  margin-top: -10px;
	}
}
@media screen and (min-width: 1025px) {
	body.home #home-video .playpause {
	  height: 96px;
	  width: 96px;
	  margin-left: -48px;
	  margin-top: -48px;
	  background: rgba(0,0,0,0.6);
	}
	body.home #home-video .playpause svg {
		width: 40px;
    height: 40px;
    margin-left: -17px;
    margin-top: -21px;
	}
}

body.home #home-video .image-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	background: #000;
}
body.home #home-video .image-wrap .image {
	position: absolute;
	width: 100%;
	top: 50%;
	-moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.home #home-video .image-wrap .image img {
	position: absolute;
	width: 100%;
	height: auto;
	display: block;
	top: 0;
	left: 0;
}

body.home #home-video.playing .image-wrap,
body.home #home-video.playing .playpause {
	display: none;
}

@media only screen and (max-width: 767px) {
	body .header-menu-pad {
		height: 96px;
	}
}

body .buttons-wrap.menu-buttons {
	width: 100%;
	bottom: 0;
  background: #ececec;
}

body .buttons-wrap.menu-buttons ol {
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: static;
	bottom: auto;
	left: auto;
	z-index: 15;
	width: auto;
}

body .buttons-wrap.menu-buttons ol li {
	margin: 0;
  position: relative;
  display: block;
  height: inherit;
  text-indent: 0;
  border: none;
  border-radius: 0;
  background: none;
  color: #000;
	border-right: 1px solid #000;
}
body .buttons-wrap.menu-buttons ol li:first-child {
	border-left: 1px solid #000;
}
body .buttons-wrap.menu-buttons ol li.active {
	color: #c12e2a;
}
body .buttons-wrap.menu-buttons ol li.active:after {
	content: '';
  display: block;
  height: 6px;
  width: 100%;
  background: #c12e2a;
  position: absolute;
  left: 0;
  bottom: -6px;
	z-index: 100;
}
body .buttons-wrap.menu-buttons ol li a {
	display: block;
  color: #000;
	padding: 20px 15px 10px;
}
body .buttons-wrap.menu-buttons ol li a:hover {
	color: #c12e2a;
	text-decoration: none;
}
body .buttons-wrap.menu-buttons ol li.active a {
  color: #c12e2a;
}

body .buttons-wrap.menu-buttons ol li a .logo-inline {
	margin: 0 0 10px;
	text-indent: -9999px;
	font-family: 'HelveticaNeueLT-Bold', sans-serif;
}

body .buttons-wrap.menu-buttons ol li a .logo-inline-compass {
	width: 156px;
  height: 49px;
  background: url(images/home-compass.png) no-repeat ;
	background-size: contain;
}
body .buttons-wrap.menu-buttons ol li a .logo-inline-vector {
	width: 156px;
  height: 49px;
  background: url(images/home-vector.png) no-repeat;
	background-size: contain;
}

body .buttons-wrap.menu-buttons ol li a .logo-inline-echo {
    width: 156px;
    height: 49px;
    background: url(images/home-echo.png) no-repeat;
    background-size: contain;
}

body .buttons-wrap.menu-buttons ol li a .logo-inline-trade {
	width: 156px;
  height: 49px;
  background: url(images/home-trade.png) no-repeat;
	background-size: contain;
}

@media only screen and (max-width: 767px) {
	body .buttons-wrap.menu-buttons {
		display: none;
	}
}
