/*
	Theme Name:  Razberi
	Description: Custom child theme for the <a href="http://genesistheme.com">Genesis Framework</a>.
	Author:      Jared Atchison
	Author URI:  http://www.jaredatchison.com
	Version:     1.0.0
	License:     GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Template:    genesis
*/


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

/* Baseline Normalize - normalize.css v3.0.1 | 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,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:0 0}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
--------------------------------------------- */

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

*, *:before, *:after {
  box-sizing: inherit;
}

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

.clearfix: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;
}

.clearfix: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 {
	background-color: #000;
	color: #060606;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}

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: #d23138;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

strong {
	font-weight: 700;
}

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

blockquote {
	background: rgba(0,0,0,0.05);
	margin: 40px 40px 24px;
	font-style: italic;
	padding: 15px 20px;
	color: #444;
}

blockquote p:last-of-type {
	margin: 0;
}

code,
pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	color: #333333;
	border: 1px solid #e1e1e8;
	background-color: #f7f7f9
}

code {
	padding: 2px 4px;
	white-space: nowrap;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	line-height: 18px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}

cite {
	font-style: normal;
}

hr,
.clear-line {
	overflow: hidden;
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px;
	padding: 20px 0 0;
}

i[class^="icon-"]:before,
i[class*=" icon-"]:before {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 24px;
	color: #d23138;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 18px;
	color: #d23138;
}

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

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

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #999;
	padding: 10px;
	width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 10px;
	width: auto;
}

input:focus,
textarea:focus {
	border-color: #999;
	outline: none;
}

.input-large {
	font-size: 18px;
	padding: 15px;
}

select.input-large {
	height: 54px;
	line-height: 54px;
	padding-top: 12px;
}

.input-small {
	font-size: 12px;
	padding: 5px 10px;
}

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

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

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

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
	color:transparent;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button.button-invert:hover {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 10px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	width: 250px;
	-webkit-appearance: none;
	margin: 0px auto;
}

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

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: block;
}

.button.button-block {
	display: block;
	width: 100%;
}

.button.button-large {
	font-size: 28px;
	padding: 10px 20px;
}

.button.button-small {
	font-size: 13px;
	padding: 8px;
}

.button.button-mini {
	font-size: 11px;
	padding: 5px 8px;
}

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

/* Search Form
--------------------------------------------- */

.search-form {
	max-width: 500px;
}

.search-form input[type="search"] {
	max-width: 300px;
}



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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 5px 10px;
}

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

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}

/* Profile Builder
--------------------------------------------- */

.wppb-alert, .wppb-user-forms {
	background-color: #efefef;
	border: 1px solid #333;
	padding: 25px;
	font-style: italic;
}

.wppb-user-forms {
	font-style: normal;
}

/* Gallery
--------------------------------------------- */

.gallery {
    margin: 0 auto 40px;
    overflow: hidden;
    width: 100%;
}

.gallery-item {
    float: left;
    margin: 10px 0 0;
    text-align: center;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery img {
    border: 2px solid #cfcfcf;
}

.gallery-caption {
    margin-left: 0;
}

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

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table th,
.table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table th {
	font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}

.table tbody + tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}

.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	border-left: 0;
	border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	border-top-left-radius: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	border-top-right-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	border-bottom-left-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
	border-bottom-right-radius: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	border-bottom-left-radius: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	border-bottom-right-radius: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
	border-top-left-radius: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
	border-top-right-radius: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: #f5f5f5;
}

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

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

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

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

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

.alignright {
	float: right;
}

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

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

img.block {
	display: block;
}

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

/*
 * Column Classes
 *
 * Width: 1140px
 * Gutter: 30px
 * Link: http://www.billerickson.net/column-class-generator/
--------------------------------------------- */

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

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

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

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

.one-fourth {
	width: 23.026315789474%;
}

.three-fourths {
	width: 74.342105263158%;
}

.one-fifth {
	width: 17.894736842105%;
}

.two-fifths {
	width: 38.421052631579%;
}

.three-fifths {
	width: 58.947368421053%;
}

.four-fifths {
	width: 79.473684210526%;
}

.one-sixth {
	width: 14.473684210526%;
}

.five-sixths {
	width: 82.894736842105%;
}

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


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

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

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

.site-inner {
	background-color: #fff;
	clear: both;
}

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

/* Content */

.content {
	float: right;
	width: 690px;
	padding-top: 45px;
}

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

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

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 240px;
	padding-top: 45px;
}

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


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

.site-header {
	background-color: #fff;
}

.site-header .wrap {
	height: 100px;
	position: relative;
}

.title-area {
	float: left;
	width: 117px;
	margin: 25px 0 0;
}

h1.site-title,
p.site-title {
	margin: 0;
}

.site-title a {
	background: url(images/logo-2x.png) no-repeat;
	background-size: contain;
	display: block;
	height: 45px;
	overflow: hidden;
	text-indent: -99999px;
	white-space: nowrap;
	width: 117px;
}

.header-widget-area {
	float: right;
	text-align: right;
	max-width: 800px;
}

/* Secondary Navigation
--------------------------------------------- */

.header-secondary {
	float: right;
	color: #818285;
	font-size: 12px;
	vertical-align: middle;
	padding: 12px 0 0;
}

.header-secondary a {
	color: #818285;
	font-size: 18px;
	vertical-align: middle;
	margin: 0 8px;
}

.header-secondary a:hover,
.header-secondary form button:hover {
	color: #8e1921;
	text-decoration: none;
}

.header-secondary .contact {
	font-size: 12px;
	margin: 0 20px 0  0px;
	padding: 0 0 0 20px;
	border-left: 1px solid #a8a9ab;
}

.header-secondary .support {
    font-size: 12px;
    margin: 0 20px 0 10px;
    padding: 0 0 0 20px;
    border-left: 1px solid #a8a9ab;
}

.header-secondary form {
	width: 150px;
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	border: 1px solid #efefef; /* efefef */
	margin: 0 20px 0 0;	
}

.header-secondary form input[type=search] {
	height: 20px;
	width: 110px;
	margin: 0;
	float: left;
	border: none;
	padding: 0 5px;
	font-size: 12px;
}

.header-secondary form button {
	height: 20px;
	width: 30px;
	float: right;
	padding: 0;
	font-size: 12px;
	color: #818285;
	background-color: #fff;
	border: none;
	padding: 0;
}

.header-secondary .demo {
	font-size:14px;
	line-height:30px;
	height:32px;
	background-color:#d23138;
	color: #ffffff;
	font-style:italic;
	font-weight:bold;
	width:150px;
	display:inline-block;
	text-align:center;
	margin:0;
}

.header-secondary .demo:hover{
	background-color:#8e1921;
	color:#ffffff;
}

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

.nav-header {
	position: absolute;
	bottom: 0;
	right: 0;
}

.genesis-nav-menu {
	clear: both;
	color: #76777b;
	line-height: 1;
	font-size: 14px;
	width: 100%;
}

.genesis-nav-menu a {
	border: none;
	color: #999;
	display: block;
	position: relative;
}

.genesis-nav-menu a:hover {
	text-decoration: none;
}

.genesis-nav-menu .menu-item {
	float: left;
	list-style: none;
}

.genesis-nav-menu > .menu-item {
	margin: 0 0 0 60px;
}

.genesis-nav-menu > .menu-item > a {
	border-bottom: 6px solid white;
	padding: 10px 0 12px 0;
}

.genesis-nav-menu > .menu-item > a:hover,
.genesis-nav-menu > .menu-item:hover > a,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .current_page_parent > a,
.genesis-nav-menu .current-page-parent > a,
.genesis-nav-menu .current-menu-parent > a,
.genesis-nav-menu .current-page-ancestor > a {
	border-color: #8e1921;
}

.genesis-nav-menu .sub-menu {
	background-color: #efefef;
	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: 260px;
	min-width: 170px;
	z-index: 99;
	border-bottom: 1px solid #d1d1d2;
}

.genesis-nav-menu .sub-menu .menu-item {
	float: none;
	margin: 0;
	display: block;
	width: 100%;
}

.genesis-nav-menu .sub-menu a {
	border-top: 1px solid #d1d1d2;
	font-size: 14px;
	padding: 10px 15px;
	position: relative;
}

.genesis-nav-menu .sub-menu li:not(.no-hover) a:hover {
	background-color: #8e1921;
	color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
	position: relative;
	opacity: 1;
	left: auto;
	background-color: #55565a;
	border-bottom: 0;
	width: 100% !important;
}

.genesis-nav-menu .sub-menu .sub-menu a {
	border-top: 1px solid #67686c;
	padding-left: 50px;
	color: #b4b4b4;
}

.genesis-nav-menu .sub-menu .sub-menu a:hover {
	color: #fff;
}

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

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

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

.section-header {
	position: relative;
	height: 300px;
	border-bottom: 6px solid #d23138;
}

.section-header h1,
.section-header p {
	margin: 0;
	line-height: 1;
	font-size: 36px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba( 85, 86, 90, 0.75 );
	padding: 20px 0;
}

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

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

.entry {
	margin-bottom: 40px;
}

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

.entry-content ol,
.entry-content p,
.entry-content ul,
.entry-content .wp-video,
.entry-content .wp-audio-shortcode,
.entry-content .video-player,
.quote-caption {
	margin-bottom: 26px;
}

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

.entry-content .gform_wrapper ul.gform_fields {
	margin: 0 0 30px;
}

.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 ul.list-unstyled,
.entry-content ol.list-unstyled {
	margin-left: 20px;
}

.entry-content ul.list-unstyled > li,
.entry-content ol.list-unstyled > li,
.entry-content .gform_wrapper ul li {
	list-style: none;
}

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

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

/* Subs */

.content .subhead {
	font-size: 28px;
	font-weight: 600;
	color: #55565a;
}

.content .subdesc {
	font-size: 24px;
	font-weight: 600;
	color: #d23138;
	font-style: italic;
	margin: 0 0 16px 0;
}


/* Entry Navigation
--------------------------------------------- */

.pagination {
	clear: both;
	font-size: 14px;
	margin: 40px 0;
	text-align: center;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #efefef;
	color: #333;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #d23138;
	color: #fff;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.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 label[for="subscribe"] {
	display: inline-block;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

li.comment {
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

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

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}


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

.sidebar {
	background-color: #efefef;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}


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

.sidebar-primary .widget,
.sidebar-primary section.widget.widget_archive {
	border-bottom: 24px solid #fff;
}

.sidebar-primary .widget:last-of-type {
	border-bottom: 0;
}

.widget-title {
	font-size: 18px;
	font-weight: 700;
	color: #55565a;
}

.widget {
	padding: 20px;
	font-size: 18px;
}

.widget ul {
	list-style: none;
}

.widget ul li {
	margin: 0 0 10px 0;
}

.widget ul li:last-of-type {
	margin: 0;
}

.widget ul li a {
	font-style: italic;
}


/* Menus
--------------------------------------------- */

.widget_subpages {
	border-bottom: 24px solid #fff !important;
	padding: 0;
	font-style: normal;
}

.widget_subpages .widget-title {
	height: 55px;
	margin: 0;
	color: #55565a;
	font-size: 18px;
	font-weight: 700;
	padding: 0 0 15px 75px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
	background: url(images/brandmark.png) 20px 0 no-repeat;
/*	-webkit-justify-content: center;
	-ms-justify-content: center;*/
}

.widget_subpages .widget-title a {
	color: #55565a;
}

.widget_subpages .widget-title a:hover {
	text-decoration: none;
}

.widget_subpages ul {
	list-style: none;
	border-top: 2px solid #fff;
	line-height: 1.
}

.widget_subpages ul li {
	font-size: 18px;
	border-bottom: 2px solid #fff;
	margin: 0;
}

.widget_subpages ul li a {
	display: block;
	color: #76777b;
	padding: 8px 20px;
	font-style: normal;
}

.widget_subpages ul li a:hover {
	background-color: #e5e5e5;
	text-decoration: none;
}

.widget_subpages ul li.widget_subpages_current_page > a {
	color: #fff;
	background-color: #d23138;
}

.widget_subpages ul ul {
	border: none;
	padding: 5px 0;
	background-color: #cdcdce;
}

.widget_subpages ul ul li {
	font-size: 15px;
	border: none;
}

.widget_subpages ul ul li a {
	color: #000;
	padding: 5px 10px 5px 30px;
	background-color: #cdcdce;
}

.widget_subpages ul ul li.widget_subpages_current_page a {
	color: #d23138;
	background-color: #cdcdce;
}

/* Blocks
--------------------------------------------- */

.widget_sidebar_block {
	padding: 0;
}

.widget_sidebar_block .padded {
	padding: 20px;
}

.widget_sidebar_block img {
	display: block;
	margin: 0 auto;
}

.widget_sidebar_block img:last-of-type,
.widget_sidebar_block p:last-of-type {
	margin-bottom: 0;
}

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

.widget_recent_entries ul li {
	font-size: 14px;
	padding-left: 20px;
	margin: 0 0 14px 0;
}

.widget_recent_entries ul li:before {
	content: '\f054';
	font-family: 'FontAwesome';
	float: left;
	margin: 1px 0 0 -18px;
	color: #d23138;
}

.widget_recent_entries .post-date {
	color: #999;
	display: block;
	font-size: 12px;
}

.widget_recent_entries ul li a  {
	color: #222;
	font-style: normal;
}


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

.footer-products {
	background-color: #efefef;
	padding: 30px 0 60px;
}

.footer-products img {
	display: block;
	margin: 0 auto 20px auto;
}

.footer-products .heading {
	text-align: center;
	font-size: 36px;
	color: #55565a;
	font-weight: 400;
	margin: 0;
}

.footer-products .subheading {
	text-align: center;
	font-size: 24px;
	color: #d23138;
	font-weight: 400;
	font-style: italic;
}

.footer-products .product {
	padding-top: 15px;

}

.footer-products .one-half {
	width: 46.875%;
	margin-left: 6.25%;
}

.footer-products .one-third {
	width: 29.166666666667%;
	margin-left: 6.25%;
}

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

.footer-products .title {
	text-align: center;
	font-size: 24px;
	color: #d23138;
	font-weight: 400;
	font-style: italic;
}

.footer-products .desc p:last-of-type {
	margin: 0;
}

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

.site-footer {
	background-color: #000;
	color: #fff;
	font-size: 12px;
	padding: 15px 0;
}

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

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

.site-footer .left {
	float: left;
}

.site-footer .right {
	float: right;
	font-size: 24px;
	line-height: 1;
	margin-top: -5px;
}

.site-footer .right a {
	display: inline-block;
	margin: 0 10px 0 15px;
}


/* Product slideshow
---------------------------------------------------------------------------------------------------- */

.product-slider {
	margin: 0 0 35px 0;
}

.product-slider .slide-inner {
	height: 400px;
}

.product-slider .slide-inner {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
}

.product-slider .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -42px;
	color: #c0c0c2;
	font-size: 60px;
	line-height: 1;
	height: 84px;
	z-index: 5;
	width: 40px;
	background: none;
	outline: 0;
}

.product-slider .slick-arrow:hover {
	color: #d23138;
}

.product-slider .slick-arrow.slide-next {
	right: 0;
}


/* Product tabs
---------------------------------------------------------------------------------------------------- */

.product-tabs .tab-nav {
	background-color: #cdcdce;
	overflow: visible;
}

.product-tabs .tab-nav a {
	border-right: 1px solid #55565a;
	box-sizing: border-box;
	display: block;
	float: left;
	font-size: 24px;
	color: #000;
	line-height: 1.3;
	text-align: center;
	position: relative;
}

.product-tabs .tab-nav a span {
	height: 100px;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.product-tabs .tab-nav a:last-of-type {
	border: none;
}

.product-tabs.tab-count-1 .tab-nav a {
	width: 100%;
}

.product-tabs.tab-count-2 .tab-nav a {
	width: 50%;
}

.product-tabs.tab-count-3 .tab-nav a {
	width: 33.333333%;
}

.product-tabs .tab-nav a:hover {
	background-color: #b9b9b9;
	text-decoration: none;
}

.product-tabs .tab-nav a.active {
	background-color: #55565a;
	color: #fff;
}

.product-tabs .tab-nav a.active::before {
	display: block;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #55565a transparent transparent transparent;
	position: absolute;
	bottom: -15px;
	margin-left: -15px;
	left: 50%;
	content: '';
}

.product-tabs .tab-content-wrap {
	background-color: #efefef;
	padding: 35px 25px;
}

.product-tabs .tab-content  {
	display: none
}

.product-tabs .tab-content.active {
	display: block;
}

/* Where to buy
---------------------------------------------------------------------------------------------------- */

.wtb-list {
	margin-top: 40px;
}

.wtb-list h5 {
	font-size: 28px;
	color: #55565a;
	margin: 0 0 20px 0;
}

.wtb-region {
	margin: 20px 0 20px 0;
}

.wtb-list img {
	display: block;
	margin: 0 auto;
}

.wtb-item {
	margin-bottom: 30px;
}

.wtb-list .wtb-logo {
	height: 80px;
	padding: 0 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}


/* Archives
---------------------------------------------------------------------------------------------------- */

.blog-archive .entry-title {
	font-size: 24px;
	font-weight: 400;
	font-style: italic;
}

.blog-archive .subdesc {
	margin-bottom: 40px;
}


/* Sugar Calendar
---------------------------------------------------------------------------------------------------- */

.sc_large {
	margin: 0 0 30px;
}

#sc_calendar {
	overflow: auto;
}

#sc_events_calendar_head {
	padding-top: 16px !important;
}

.sc_large #sc_events_calendar_head h2 {
	font-size: 24px;
}

.sc_large #sc_events_calendar_head select {
	max-width: 70px;
	height: 30px;
	vertical-align: top;
	display: inline-block;
	padding: 0 5px;
}

#sc_events_calendar_head input {
	height: 28px;
	vertical-align: top;
	background-color: #666;
	text-transform: none;
	padding: 0 5px !important;
	line-height: 1;
	display: inline-block;
	font-size: 14px !important;
	width: 70px !important;
}

.sc_large #sc_calendar th {
	font-size: 14px;
}

.sc_large #sc_calendar td.calendar-day {
	height: 70px;
}


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

.btn-home {
	width: 250px;
	margin: 0 auto;
	display: block;
	border: 2px solid #d23138;
	text-align: center;
	height: 65px;
	line-height: 62px;
	font-size: 24px;
	font-weight: 700;
	font-style: italic;
}

.btn-home:hover {
	border-color: #8e1921;
	color: #8e1921;
	text-decoration: none;
}


/* Slides
--------------------------------------------- */

.home-slides-wrap {
	position: relative;
}

.home-slides {
	position: relative;
}

.home-slides .slick-dots {
	position: absolute;
	text-align: center;
	bottom: 30px;
	left: 0;
	width: 100%;
}

.home-slides .slick-dots li {
	display: inline-block;
	background-color: #fff;
	border: 2px solid #55565a;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	margin: 0 8px;
	font-size: 12px;
}

.home-slides .slick-dots li button {
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 50%;
	padding: 0;
	text-indent: -9999px;
	margin: 3px 0 0 0;
	outline: none;
}

.home-slides .slick-dots li.slick-active button {
	background-color: #d23138;
}

.home-slides .slick-dots li:hover button {
	background-color: #55565a;
}

.home-slides .slide {
	height: 575px;
	text-align: left;
}

.home-slides .slide .box {
	height: 450px;
	max-width: 960px;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
/*	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;*/
	position: relative;
}

.home-slides .slide .large {
	color: #fff;
	font-size: 46px;
	font-weight: 300;
	text-shadow: 1px 1px 1px #000;
	line-height: 1.1;
	margin: 0 0 28px 0;
}

.home-slides .slide .large.tall {
	margin: 0 0 80px;
}

.home-slides .slide .large small {
	font-size: .75em;
	display: block;
	margin-top: 6px;
}

.home-slides .slide .small {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	text-shadow: 1px 1px 1px #000;
	line-height: 1.3;
	margin: 0 0 40px 0;
}

.home-slides .slide .btn-wrap {
	overflow: hidden;
	margin-bottom: 20px;
}

.home-slides .slide .btn-learn {
	/*border: 2px solid #fff;*/
	color: #fff;
	background-color: #d23138;
	border-radius: 2px;
	font-style: italic;
	font-weight: 600;
	font-size: 26px;
	height: 70px;
	min-width: 260px;
	display: inline-block;
	line-height: 70px;
	padding: 0 20px;
	text-align: center;
	float: left;
}

.home-slides .slide .btn-learn:hover {
	text-decoration: none;
	background-color: #8e1921;
}

.home-slides .slide .btn-txt {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	text-shadow: 1px 1px 1px #000;
	line-height: 1.3;
	margin: 6px 0 0 25px;
	float: left;
}

.home-slides .slide .btn-txt.single-line {
	margin-top: 18px;
}

/*
.home-slides .slide .large {
	color: #fff;
	font-size: 53px;
	font-weight: 800;
	text-shadow: 1px 1px 2px #000;
	line-height: 1.2;
	margin: 0 0 16px 0;
}

.home-slides .slide .small {
	color: #fff;
	font-size: 38px;
	font-weight: 700;
	text-shadow: 1px 1px 2px #000;
	line-height: 1.2;
	margin: 0 0 34px 0;
}

.home-slides .slide .btn-wrap {
	margin: 0;
}

.home-slides .slide .btn-learn {
	border: 2px solid #fff;
	color: #fff;
	background-color: #d23138;
	border-radius: 2px;
	font-style: italic;
	font-weight: 700;
	font-size: 30px;
	height: 70px;
	min-width: 260px;
	display: inline-block;
	line-height: 70px;
	padding: 0 20px;
}

.home-slides .slide .btn-learn:hover {
	text-decoration: none;
	background-color: #8e1921;
} */

.tagline {
	font-size: 24px;
	background-color: #d23138;
	text-align:center;
	color:#ffffff;
	padding:10px 0;
}

/* Partners
--------------------------------------------- */

.home-partners {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	/*z-index: 1001;*/
	background-color: rgba( 85, 86, 90, 0.75 );
	text-align: center;
	padding: 15px 0;
}

.home-partners-title {
	font-size: 36px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 6px 0;
	text-shadow: 1px 1px 1px #000;
}

.home-partners .slide .img {
	height: 65px;
	padding: 0 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.home-partners .slick-arrow,
.home-products .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -42px;
	color: #616465;
	font-size: 60px;
	line-height: 1;
	height: 84px;
	z-index: 5;
	width: 40px;
	background: none;
	outline: 0;
	left: -50px;
}

.home-partners .slick-arrow:hover,
.home-products .slick-arrow:hover {
	color: #c0c0c2;
}

.home-partners .slick-arrow.slide-next,
.home-products .slick-arrow.slide-next {
	right: -50px;
	left: auto;
}

/* Whitepaper
--------------------------------------------- */

.home-whitepaper {
	padding: 50px 0;
}

.home-whitepaper h3 {
	color: #55565a;
	font-size: 36px;
	font-weight: 400;
	text-align: center;
	margin: 0 0 34px 0;
}

.home-whitepaper img {
	float: left;
}

.home-whitepaper .details {
	position: relative;
}

.home-whitepaper .details.has-img {
	margin: 0 0 0 520px;
}

.home-whitepaper h5 {
	font-size: 24px;
	color: #d23138;
	font-style: italic;
	font-weight: 400;
	line-height: 1.4;
}

/* Products
--------------------------------------------- */

.home-products {
	padding: 50px 0 160px;
	background-color: #efefef;
}

.home-products h3 {
	color: #55565a;
	font-size: 36px;
	font-weight: 400;
	text-align: center;
	margin: 0 0 34px 0;
}

.home-products img {
	float: left;
}

.home-products .details {
	position: relative;
	color: #55565a;
}

.home-products .details.has-img {
	margin: 0 0 0 520px;
}

.home-products h5 {
	font-size: 24px;
	color: #55565a;
	font-weight: 400;
	margin: 0 0 2px 0;
}

.home-products .btn-home.top {
	margin-bottom: 70px;
}

.home-products .slick-dots {
	position: absolute;
	text-align: center;
	bottom: -110px;
	left: 0;
	width: 100%;
}

.home-products .slick-dots li {
	display: inline-block;
	background-color: #fff;
	border: 2px solid #55565a;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	margin: 0 8px;
	font-size: 12px;
}

.home-products .slick-dots li button {
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 50%;
	padding: 0;
	text-indent: -9999px;
	margin: 3px 0 0 0;
	outline: none;
}

.home-products .slick-dots li.slick-active button {
	background-color: #d23138;
}

.home-products .slick-dots li:hover button {
	background-color: #55565a;
}


/* Features
--------------------------------------------- */

.home-features {
	padding: 60px 0;
	background: url(images/home-features-bg.jpg);
	background-size: cover;
}

.home-features .block {
	width: 45%;
	float: left;
	background: rgba(255,255,255,0.6);
	padding: 30px;
}

.home-features .block.right {
	float: right;
}

.home-features h5 {
	font-size: 36px;
	color: #000;
	font-weight: 400;
}

.home-features h6 {
	font-size: 24px;
	color: #d23138;
	font-weight: 400;
	margin: 0;
	font-style: italic;
}

.home-features h6 a {
/*	color: #000;*/
}

.home-features h6 a:hover {
	/*text-decoration: none;
	color: #d23138;*/
}

.home-features .right h6 {
	margin-bottom: 8px;
}

.home-features p {
	line-height: 1.2;
}

.home-features .btn-home {
	background-color: #fff;
}



/* Search window overlay
---------------------------------------------------------------------------------------------------- */

.search-window {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background: rgba(255,255,255,0.94);
	z-index: 99999;
	display: none;
	padding: 20px;
}

.search-window-close {
	position: absolute;
	top: 40px;
	right: 40px;
	color: #666;
	font-size: 36px;
}

.search-window-close:hover {
	color: #000;
	text-decoration: none;
}

.search-window-inputs {
	margin: 170px auto 0 auto;
	max-width: 660px;
	background-color: #fff;
	border: 1px solid #d2d2d2;
	border-radius: 2px;
	height: 75px;
	overflow: hidden;
	padding: 10px;
}

.search-window-inputs input[type=text] {
	float: left;
	width: 80%;
	height: 55px;
	font-size: 26px;
	border: none;
}

.search-window-inputs input[type=text]::-webkit-input-placeholder {
	color: #bbb;
}

.search-window-inputs button {
	float: right;
	width: 20%;
	height: 55px;
	max-width: 65px;
	text-align: center;
	padding: 0;
	background-color: #444;
	font-size: 24px;
	color: #fff;
	padding: 0px 0 0;
}

.search-window-inputs button:hover {
	background-color: #333;
}

.mobile-search {
	position: absolute;
	top: 20px;
	line-height: 1;
	right: 86px;
	font-size: 28px;
	display: none;
}

.mobile-search a {
	color: #999;
}

.mobile-search:hover {
	text-decoration: none;
}


/* Magnific Popup
---------------------------------------------------------------------------------------------------- */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


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

/* Base Styling
-------------------------------- */

.mobile-menu-toggle {
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: 30px;
	width: 36px;
	height: 28px;
	float: right;
	outline: none;
}

.mobile-menu-toggle > span {
	width: 36px;
	height: 4px;
	position: absolute;
	left: 0;
	-webkit-transition: top .15s .15s ease-in-out,-webkit-transform .15s .3s ease-in-out;
	-moz-transition: top .15s .15s ease-in-out,-moz-transform .15s .3s ease-in-out;
	-ms-transition: top .15s .15s ease-in-out,-ms-transform .15s .3s ease-in-out;
	-o-transition: top .15s .15s ease-in-out,-o-transform .15s .3 ease-in-out;
	transition: top .15s .15s ease-in-out,transform .15s .3s ease-in-out;
}

.mobile-menu-toggle .top-bar {
	top: 0;
	background-color: #d23138;
}

.mobile-menu-toggle .middle-bar {
	top: 11px;
	background-color: #d23138;
}

.mobile-menu-toggle .bottom-bar {
	top: 22px;
	background-color: #d23138;
}

.sidr-open .mobile-menu-toggle .top-bar {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 10px;
}

.sidr-open .mobile-menu-toggle .middle-bar {
	opacity: 0;
}

.sidr-open .mobile-menu-toggle .bottom-bar {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 10px;
}

.sidr {
	display:block;
	position:fixed;
	top:0;
	height:100%;
	z-index:999999;
	width:260px;
	overflow-x:hidden;
	overflow-y:auto;
}

.sidr.right {
	left:auto;
	right:-260px;
}

.sidr.left {
	left:-260px;
	right:auto;
}

.sidr a {
	display: block;
	padding: 10px 10px;
	line-height: 20px;
	text-decoration: none;
}

.sidr li.sidr-class-menu-item-has-children {
	position: relative;
}

.sidr li.sidr-class-menu-item-has-children > .submenu-toggle {
	background: rgba(255, 255, 255, .2);
	cursor: pointer;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
	-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;
}

.sidr li.sidr-class-menu-item-has-children > .submenu-toggle:hover {
	background: rgba( 255, 255, 255, .75 );
}

.sidr li.sidr-class-menu-item-has-children > .submenu-toggle:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -3px 0 0 -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #ffffff transparent transparent transparent;
}

.sidr ul li ul {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  margin: 0;
  display: none;
}

.sidr ul li.submenu-active > ul,
.sidr ul li.sidr-class-current-menu-item > ul {
	display: block;
}

.sidr ul.sidr-class-sub-menu {
	background-color: #333;
}

.sidr ul.sidr-class-sub-menu ul.sidr-class-sub-menu {
	background-color: #252525;
}

.sidr ul li.submenu-active > a,
.sidr ul li.sidr-class-current-menu-item.sidr-class-menu-item-has-children > a {
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

.sidr ul li.submenu-active > .submenu-toggle:before,
.sidr ul li.sidr-class-current-menu-item > .submenu-toggle:before {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}

.sidr ul li ul li a {
	padding-left: 20px;
}

.sidr ul li.sidr-class-menu-item-has-children > a {
	padding-right: 50px;
}

.sidr-class-sub-menu .sidr-class-current-menu-item > a {
	background: #222;
	font-weight: bold;
}

.sidr ul li.sidr-class-search,
.sidr ul li .icon {
	display: none;
}

.sidr ul li .label {
	display: inline;
}

/* Match Theme
-------------------------------- */

.sidr {
	background: #444;
}

.sidr a {
	color: #fff;
}

.sidr a:hover {
	background: #222;
}

.events-table {
	font-size: 14px;
}

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

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

	body {
		font-size: 18px;
	}

	.wrap {
		max-width: 767px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-item {
		margin: 0 0 0 24px;
	}

	.sidebar-primary {
		width: 200px;
	}

	.content {
		width: 500px;
	}

	.widget_subpages .widget-title,
	.widget_subpages ul li {
		font-size: 16px;
	}

	.product-tabs .tab-nav a {
		font-size: 18px;
	}

	.home-slides .slide .box {
		padding-left: 30px;
		padding-right: 30px;
	}

	.home-slides .slide .large {
		font-size: 36px;
	}

	.home-slides .slide .small,
	.home-slides .slide .btn-txt {
		font-size: 18px;
	}

	.home-slides .slide .btn-txt  {
		margin-top: 14px;
	}

	.home-slides .slide .btn-txt.single-line {
		margin-top: 24px;
	}

	.home-partners .slick-arrow, .home-products .slick-arrow {
		left: 0;
	}

	.home-partners .slick-arrow.slide-next,
	.home-products .slick-arrow.slide-next {
		right: 0;
	}

	.home-whitepaper img,
	.home-products img {
		max-width: 300px;
	}

	.home-whitepaper .details.has-img,
	.home-products .details.has-img {
		margin: 0 0 0 330px;
	}

	.home-products {
		padding-bottom: 100px;
	}

	.home-products .slick-dots {
		bottom: -50px;
	}

	.home-features h5  {
		font-size: 28px;
	}

	.home-features .btn-home {
		display: block;
		width: 100%;
	}
	
	.header-secondary .social {
		display:none;
	}	
}

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

	.home-slides .slide .btn-learn  {
		float: none;
	}

	.home-slides .slide .btn-txt  {
		float: none;
		clear: both;
		margin: 20px 0 0;
	}

	.home-slides .slide .btn-wrap {
		margin: 0;
	}
}

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

	body {
		font-size: 16px;
	}

	.wrap {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.content,
	.sidebar-primary,
	.footer-widgets .widget-area,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-fifth,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.footer-products .product {
		margin: 0;
		width: 100%;
	}

	.title-area {
		margin: 10px 0 0;
	}

	.site-header .wrap {
		height: 70px;
	}

	.header-secondary,
	.nav-header {
		display: none;
	}

	.section-header {
		height: 160px;
		background-size: cover !important;
	}

	.section-header h1,
	.section-header p {
		font-size: 22px;
	}

	.content .subhead,
	.content .subdesc,
	h1,
	h2,
	h3,
	.footer-products .heading,
	.footer-products .subheading {
		font-size: 22px
	}

	.content {
		padding-top: 25px;
	}

	.sidebar-primary {
		padding-top: 10px;
	}

	.sidebar-primary .hide {
		display: none;
	}

	blockquote {
		margin: 20px
	}

	.site-footer {
		text-align: center;
	}

	.site-footer .right {
		width: 100%;
		margin: 20px 0 0;
	}

	.footer-products .subheading {
		margin: 0;
	}

	.footer-products .product {
		margin-bottom: 30px;
	}

	.footer-products .title  {
		margin: 0;
	}

	.product-slider .slide-inner {
		height: 300px;
	}

	.product-slider .slide-inner img  {
		max-height: 100%;
	}

	.product-tabs .tab-nav a {
		width: 100% !important;
		padding: 10px;
		border: none;
		border-bottom: 1px solid #55565a;
	}

	.product-tabs .tab-nav a span {
		display: block !important;
		height: auto;
	}

	.product-tabs .tab-nav a.active::before {
		display: none;
	}

	/* Home */
	.home-slides .slide .large {
		font-size: 28px;
	}

	.home-slides .slide .large.tall {
		margin-bottom: 40px;
	}

	.home-slides .box {
		padding: 0 20px;
	}

	.home-slides .slide .small  {
		font-size: 18px;
	}

	.home-slides .slide .btn-txt  {
		font-size: 18px;
	}

	.home-slides .slide .btn-learn  {
		font-size: 22px;
		line-height: 65px;
	}

	.home-whitepaper img,
	.home-products img {
		max-width: 100%;
		float: none;
		margin: 0 auto 10px;
	}

	.home-whitepaper .details.has-img,
	.home-products .details.has-img {
		margin: 0;
	}

	.home-features .block {
		float: none;
		width: 100%;
		height: auto !important;
	}

	.home-features .block.left {
		margin-bottom: 20px;
	}

	.mobile-search,
	.mobile-menu-toggle {
		display: block;
	}
	
}

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

	.home-slides .slide {
		height: 320px;
	}

	.home-slides .slide .box {
		height: 260px;
	}

	.home-slides .slide .btn-txt {
		display: none;
	}

	.home-slides .slide .btn-learn {
		height: auto;
		min-width: 200px;
		font-size: 16px;
		padding: 15px 10px;
		line-height: 1;
	}

	.home-slides .slide .large {
		font-size: 22px;
		margin: 0 0 12px 0;
	}

	.home-slides .slide .small {
		margin: 0 0 20px 0;
	}

	.home-slides .slick-dots {
		bottom: 10px;
	}

	.home-partners {
		padding: 5px 0;
		position: relative;
	}

	.home-partners-title {
		font-size: 20px
	}
	
	.tagline {
		font-size: 18px
	}	
}
