/*
	Theme Name: Flinkenberg
	Description: WordPress theme
	Author: Sofokus
	Author URI: http://www.sofokus.com/
	Version: 1.0.0

	Template: genesis
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px
*/


@font-face {
	font-family: 'montrealregular';
	src: url('fonts/montreal/montreal-regular-webfont.eot');
	src: url('fonts/montreal/montreal-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/montreal/montreal-regular-webfont.woff2') format('woff2'),
	url('fonts/montreal/montreal-regular-webfont.woff') format('woff'),
	url('fonts/montreal/montreal-regular-webfont.ttf') format('truetype'),
	url('fonts/montreal/montreal-regular-webfont.svg#montrealregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'montrealbold';
	src: url('fonts/montreal/montreal-bold-webfont.eot');
	src: url('fonts/montreal/montreal-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/montreal/montreal-bold-webfont.woff2') format('woff2'),
	url('fonts/montreal/montreal-bold-webfont.woff') format('woff'),
	url('fonts/montreal/montreal-bold-webfont.ttf') format('truetype'),
	url('fonts/montreal/montreal-bold-webfont.svg#montrealbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'aleoregular';
	src: url('fonts/aleo/aleo-regular-webfont.eot');
	src: url('fonts/aleo/aleo-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/aleo/aleo-regular-webfont.woff2') format('woff2'),
	url('fonts/aleo/aleo-regular-webfont.woff') format('woff'),
	url('fonts/aleo/aleo-regular-webfont.ttf') format('truetype'),
	url('fonts/aleo/aleo-regular-webfont.svg#aleoregular') format('svg');
	font-weight: normal;
	font-style: normal;

}

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

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

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

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

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

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

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

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

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

body {
	color: #666;
	font-family: Calibri, Candara, Optima, Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
}

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

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

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

a {
	text-decoration: none;
}

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

a:hover {
	color: #333;
}

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

strong {
	font-weight: 700;
}

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

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

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

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

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

cite {
	font-style: normal;
}

.ingress {
    display: block; font-size: 16px;
		font-family: Calibri, Candara, Optima, Arial, sans-serif;
		font-weight: 700;
    line-height: 24px; color: #181818;
    margin: 0 0 22px;
    margin: 0 0 2.2rem;
}
.ingress.text-center {
    text-align: center;
}

.ubermenu .ubermenu-icon {
	font-size:20px;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Calibri, Candara, Optima, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	color: #181818;
}

h1 {
	font-size: 32px;
	font-size: 3.6rem;
	margin-bottom: 24px;
}

h2 {
	font-size: 17px;
	font-size: 1.7rem;
}

h3 {
	font-size: 15px;
	font-size: 1.5rem;
}

h4 {
	font-size: 14px;
	font-size: 1.4rem;
}

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

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

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #dbdbdb;
	outline: none;
}

.top-header-search ::-moz-placeholder {
	color: #8b9cba;
	opacity: 1;
	font-family: Calibri, Candara, Optima, Arial, sans-serif;
	font-size: 12px;
}

.top-header-search ::-webkit-input-placeholder {
	color: #8b9cba;
	font-family: Calibri, Candara, Optima, Arial, sans-serif;
	font-size: 12px;
}

::-moz-placeholder {
	color: #acacac;
	opacity: 1;
	font-family: Calibri, Candara, Optima, Arial, sans-serif;
	font-size: 14px;
}

::-webkit-input-placeholder {
	color: #acacac;
	font-family: Calibri, Candara, Optima, Arial, sans-serif;
	font-size: 14px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 15px 24px;
	padding: 1.5rem 2.4rem;
	text-transform: uppercase;
	width: auto;
	border-radius: 2px;
	background: -webkit-linear-gradient(90deg, #c4c4c4 0%, #d1d1d1 100%);
	background: -moz-linear-gradient(90deg, #c4c4c4 0%, #d1d1d1 100%);
	background: -o-linear-gradient(90deg, #c4c4c4 0%, #d1d1d1 100%);
	background: -ms-linear-gradient(90deg, #c4c4c4 0%, #d1d1d1 100%);
	background: linear-gradient(0deg, #c4c4c4 0%, #d1d1d1 100%);
	font-family: Calibri, Candara, Optima, Arial, sans-serif;
	font-weight: 700;
}
select{
	font-family: Calibri, Candara, Optima, Arial, sans-serif;
	font-weight: 700;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #181818;
}

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

.button {
	border-radius: 3px;
	display: inline-block;
}

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

.sofokus-search-form {
	margin: 20px 0;
	width: 400px;
}

.sofokus-search-form input,
.sofokus-search-form select {
	margin-bottom: 7px;
}

.sofokus-search-header {
	display: block;
	padding-bottom: 10px;
	border-bottom: 2px solid #DBDBDB;
	font-size: 30px;
    font-size: 3.0rem;
}
body.login {
	background-color: red!important;
}
/* Tables
--------------------------------------------- */

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

th,
td {
	text-align: left;
}

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

td {
	padding: 6px 0;
	padding: 0.6rem 0;
}


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

/* Site Containers
--------------------------------------------- */
#wpadminbar {
	background-color: #004996;
}
.wrap {
	margin: 0 auto;
	max-width: 1320px;
}

.site-inner {
	min-height: 180px;
	clear: both;
}

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

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

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

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

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

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

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

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 295px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
	margin-right: 40px;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

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

body.archive .content,
body.single-news .content,
body.blog .content,
body.single-post .content,
body.tag .content,
body.category .content {
     float: left; border-right: 2px solid #dbdbdb;
}
body.archive.sidebar-content .sidebar-primary,
body.archive.sidebar-sidebar-content .sidebar-primary,
body.single-news.sidebar-content .sidebar-primary,
body.single-news.sidebar-sidebar-content .sidebar-primary,
body.single-post.sidebar-content .sidebar-primary,
body.single-post.sidebar-sidebar-content .sidebar-primary,
body.blog.sidebar-content .sidebar-primary,
body.blog.sidebar-sidebar-content .sidebar-primary,
body.tag.sidebar-content .sidebar-primary,
body.tag.sidebar-sidebar-content .sidebar-primary,
body.category.sidebar-content .sidebar-primary,
body.category.sidebar-sidebar-content .sidebar-primary{
    float: left;
    margin-left: 30px;
    margin-right: 0;
}

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

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

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}
.search-form{
    position: relative;
}
.search-form input[type=search],
.search-form input[type=text]{
    padding-right: 80px;
}
.search-form input[type="submit"] {
	position: absolute;
	top: 0;
    right: 0;
}

.search main .search-form{
    margin-top: 40px;
    margin-right: 24px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

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

.archive-description {
	padding: 40px 0 0;
	padding: 4rem 0 0;
}

.author-box {
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

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

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

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

.widget-title {
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
	font-family: Calibri, Candara, Optima, Arial, sans-serif;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


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

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

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #001527;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* 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;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

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

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

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

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


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

.helper-block {
    display: inline-block; vertical-align: middle; height:100%;
}

.site-header .wrap {
    display: block; height: 118px;
}
.site-header .sub-wrap {
    display: inline-block; width: 100%; height:100%; vertical-align: middle;
}
.site-header .one-fourth, .site-header .three-fourths {
    height: 100%;
}
.site-header .three-fourths {
    text-align: right;
}
.site-header .site-logo {
    margin: 0; vertical-align: middle;
}
.site-header .nav-primary {
    display: inline-block; vertical-align: middle; text-align: left;
}
.site-header.fixed {
    position: fixed; z-index: 99999; width: 100%; top: 0;
}
.site-header.fixed > .wrap {
    height: 50px;
}


#shiftnav-toggle-main.fixed {
     position: fixed !important; top: 0 !important;
     width: auto !important;
}
#shiftnav-toggle-main.fixed > #shiftnav-toggle-main-button {
    padding: 6px 20px !important;
}
body.shiftnav-open-right #shiftnav-toggle-main {
    padding-right: 0;
}
body.shiftnav-open-right #shiftnav-toggle-main > #shiftnav-toggle-main-button {
    background-color: #fff;
}
body.admin-bar #shiftnav-toggle-main.fixed {
    top: 32px !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

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

.title-area {
	float: left;
	font-weight: 700;
	padding: 16px 0;
	padding: 1.6rem 0;
	width: 320px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

/* Full width header, no widgets */

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

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	//background: url(assets/images/logo.png) no-repeat left;
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 164px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.widget-area {
	word-wrap: break-word;
}

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

.header-image .site-header .widget-area {
	padding: 40px 0;
	padding: 4rem 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}


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

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

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

.genesis-nav-menu a {
	border: none;
	display: block;
	padding: 0 15px;
	padding: 0 1.5rem;
	position: relative;
}

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

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

.genesis-nav-menu .sub-menu a {
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
}

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

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

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

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}

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

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

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

.nav-primary .wrap{
    padding-top: 0;
    padding-bottom: 0;
}

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

.top-header-fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 99999;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
	display:none;
}

.scroll-to-fixed-container{
	height: 45px;
}

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

/* Entries
--------------------------------------------- */
.home .site-inner,
.home .site-inner .wrap,
.home .content{
	background: #fff;
}
.home .entry {
	padding-top: 40px;
}
.entry {
	border-radius: 3px;
	padding: 0 0 40px 0;
	padding: 0 0 4rem 0;
}

.entry-content a {
	color: #004996;
}

.entry-content p a:visited {
	color: #bd002c;
}


.entry-content a:hover {
	color: #333;
}

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

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

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

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

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

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

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

.entry-meta {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
}

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

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding: 32px 0 8px;
	padding: 3.2rem 0 0.8rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

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

/* Blog / Article post
--------------------------------------------- */

body.archive .entry,
body.single-post .entry,
body.archive-news .entry,
body.single-news .entry,
body.category .entry,
body.tag .entry,
body.blog .entry {
    padding: 0 3rem 3rem 0;
}
body.archive .entry > .entry-header,
body.single-post .entry > .entry-header,
body.archive-news .entry > .entry-header,
body.single-news .entry > .entry-header,
body.category .entry > .entry-header,
body.tag .entry > .entry-header,
body.blog .entry > .entry-header {

}
/* image link */
body.archive .entry > .entry-header > a,
body.single-post .entry > .entry-header > a,
body.archive-news .entry > .entry-header > a,
body.single-news .entry > .entry-header > a,
body.category .entry > .entry-header > a,
body.tag .entry > .entry-header > a,
body.blog .entry > .entry-header > a {
    display: block; overflow: hidden;
}
body.archive .entry > .entry-header img,
body.single-post .entry > .entry-header img,
body.archive-news .entry > .entry-header img,
body.single-news .entry > .entry-header img,
body.category .entry > .entry-header img,
body.tag .entry > .entry-header img,
body.blog .entry > .entry-header img {
    display: block;
    max-height: 400px; margin: 0 0 40px 0;
}
body.archive .entry > .entry-header > .entry-title,
body.single-post .entry > .entry-header > .entry-title,
body.archive-news .entry > .entry-header > .entry-title,
body.single-news .entry > .entry-header > .entry-title,
body.category .entry > .entry-header > .entry-title,
body.tag .entry > .entry-header > .entry-title,
body.blog .entry > .entry-header > .entry-title {
    display: inline-block; margin-left: 20px;
}
body.archive .entry > .entry-header > .entry-meta,
body.single-post .entry > .entry-header > .entry-meta,
body.archive-news .entry > .entry-header > .entry-meta,
body.single-news .entry > .entry-header > .entry-meta,
body.category .entry > .entry-header > .entry-meta,
body.tag .entry > .entry-header > .entry-meta,
body.blog .entry > .entry-header > .entry-meta {
    float: left; display: inline-block; width: 200px; margin-bottom: 0;
}
    body.archive .entry > .entry-header > .entry-meta > .entry-categories,
    body.single-post .entry > .entry-header > .entry-meta > .entry-categories,
    body.archive-news .entry > .entry-header > .entry-meta > .entry-categories,
    body.single-news .entry > .entry-header > .entry-meta > .entry-categories,
    body.category .entry > .entry-header > .entry-meta > .entry-categories,
    body.tag .entry > .entry-header > .entry-meta > .entry-categories,
    body.blog .entry > .entry-header > .entry-meta > .entry-categories {
        display: block; margin-bottom: 24px;
    }
    body.archive .entry > .entry-header > .entry-meta > .entry-categories a,
    body.single-post .entry > .entry-header > .entry-meta > .entry-categories a,
    body.archive-news .entry > .entry-header > .entry-meta > .entry-categories a,
    body.single-news .entry > .entry-header > .entry-meta > .entry-categories a,
    body.category .entry > .entry-header > .entry-meta > .entry-categories a,
    body.tag .entry > .entry-header > .entry-meta > .entry-categories a,
    body.blog .entry > .entry-header > .entry-meta > .entry-categories a {
        display: inline-block; color: #ffffff; background-color: #004996;
        text-transform: uppercase; padding: 8px; margin: 0 4px 4px 0;
    }
    body.archive .entry > .entry-header > .entry-meta > .author,
    body.single-post .entry > .entry-header > .entry-meta > .author,
    body.archive-news .entry > .entry-header > .entry-meta > .author,
    body.single-news .entry > .entry-header > .entry-meta > .author,
    body.category .entry > .entry-header > .entry-meta > .author,
    body.tag .entry > .entry-header > .entry-meta > .author,
    body.blog .entry > .entry-header > .entry-meta > .author {
        display: block;
    }
    body.archive .entry > .entry-header > .entry-meta > .entry-time,
    body.single-post .entry > .entry-header > .entry-meta > .entry-time,
    body.archive-news .entry > .entry-header > .entry-meta > .entry-time,
    body.single-news .entry > .entry-header > .entry-meta > .entry-time,
    body.category .entry > .entry-header > .entry-meta > .entry-time,
    body.tag .entry > .entry-header > .entry-meta > .entry-time,
    body.blog .entry > .entry-header > .entry-meta > .entry-time {
        display: block;
    }
    body.archive .entry > .entry-header > .entry-meta > .meta-tags,
    body.single-post .entry > .entry-header > .entry-meta > .meta-tags,
    body.archive-news .entry > .entry-header > .entry-meta > .meta-tags,
    body.single-news .entry > .entry-header > .entry-meta > .meta-tags,
    body.category .entry > .entry-header > .entry-meta > .meta-tags,
    body.tag .entry > .entry-header > .entry-meta > .meta-tags,
    body.blog .entry > .entry-header > .entry-meta > .meta-tags {
        display: block; margin-top: 24px;
    }
    body.archive .entry > .entry-header > .entry-meta > .meta-tags .tag,
    body.single-post .entry > .entry-header > .entry-meta > .meta-tags .tag,
    body.archive-news .entry > .entry-header > .entry-meta > .meta-tags .tag,
    body.single-news .entry > .entry-header > .entry-meta > .meta-tags .tag,
    body.category .entry > .entry-header > .entry-meta > .meta-tags .tag,
    body.tag .entry > .entry-header > .entry-meta > .meta-tags .tag,
    body.blog .entry > .entry-header > .entry-meta > .meta-tags .tag {
        padding: 0 6px 6px 0;

    }
body.single-post .entry > .entry-header > .entry-meta > .meta-tags .tag,
body.blog .entry > .entry-header > .entry-meta > .meta-tags .tag,
body.archive .entry > .entry-header > .entry-meta > .meta-tags .tag{
	display: inline-block;
	word-wrap: break-word;
	padding: 0px 3px 0px 0px;
}
body.archive .entry > .entry-content,
body.single-post .entry > .entry-content,
body.archive-news .entry > .entry-content,
body.single-news .entry > .entry-content,
body.category .entry > .entry-content,
body.tag .entry > .entry-content,
body.blog .entry > .entry-content {
    margin-left: 220px;
}
body.archive .entry > .entry-content .more-link:before,
body.single-post .entry > .entry-content .more-link:before,
body.archive-news .entry > .entry-content .more-link:before,
body.single-news .entry > .entry-content .more-link:before,
body.category .entry > .entry-content .more-link:before,
body.tag .entry > .entry-content .more-link:before,
body.blog .entry > .entry-content .more-link:before {
    display: block; margin-top: 24px; content: "";
}
body.archive .entry > .entry-content .more-link,
body.single-post .entry > .entry-content .more-link,
body.archive-news .entry > .entry-content .more-link,
body.single-news .entry > .entry-content .more-link,
body.category .entry > .entry-content .more-link,
body.tag .entry > .entry-content .more-link,
body.blog .entry > .entry-content .more-link {
    color: #004996; font-size: 1.4rem;
    border-bottom: 1px solid transparent; font-family: Calibri, Candara, Optima, Arial, sans-serif;
		font-weight: 700;
}
body.archive .entry > .entry-content .more-link:hover,
body.single-post .entry > .entry-content .more-link:hover,
body.archive-news .entry > .entry-content .more-link:hover,
body.single-news .entry > .entry-content .more-link:hover,
body.category .entry > .entry-content .more-link:hover,
body.tag .entry > .entry-content .more-link:hover,
body.blog .entry > .entry-content .more-link:hover {
    border-bottom: 1px solid #004996;
}
body.archive .entry > .entry-content .more-link:after,
body.single-post .entry > .entry-content .more-link:after,
body.archive-news .entry > .entry-content .more-link:after,
body.single-news .entry > .entry-content .more-link:after,
body.category .entry > .entry-content .more-link:after,
body.tag .entry > .entry-content .more-link:after,
body.blog .entry > .entry-content .more-link:after {
    font-family: "fontawesome"; content: "\f178"; padding-left: 6px;
}
body.archive .entry .entry-footer,
body.single-post .entry .entry-footer,
body.archive-news .entry .entry-footer,
body.single-news .entry .entry-footer,
body.category .entry .entry-footer,
body.tag .entry .entry-footer,
body.blog .entry .entry-footer {
    margin-top: 60px;
    margin-bottom: 30px;
    border-bottom: 2px solid #dbdbdb;
}

body.blog .entry .entry-footer{
	clear: both;
}
body.archive .entry .entry-footer,
body.single-post .entry .entry-footer,
body.archive-news .entry:last-child .entry-footer,
body.single-news .entry .entry-footer,
body.category .entry:last-child .entry-footer,
body.tag .entry:last-child .entry-footer,
body.blog .entry:last-child .entry-footer {
    border-bottom: none;
}

/* Sharify plugin changes
--------------------------------------------- */

.entry .social-share {
    display: block; margin-top: 30px;
}
    .entry .social-share > span {

    }
    .entry .social-share > span > a:before {
        font-family: "fontawesome";
        display: inline-block;
        width: 20px; margin: 0 10px 6px 0;
        font-size: 16px; text-align: center;
        color: #a8a7a7;
    }
    .entry .social-share > span > a:hover:before,
    .entry .social-share > span > a:hover {
        color: #004996;
    }
    .entry .social-share > span.sharify-btn-twitter a:before {
         content: "\f099";
    }
    .entry .social-share > span.sharify-btn-facebook a:before {
        content: "\f09a";
    }
    .entry .social-share > span.sharify-btn-gplus a:before {
        content: "\f0d5";
    }
    .entry .social-share > span.sharify-btn-linkedin a:before {
        content: "\f0e1";
    }
    .entry .social-share .sharify-title,
    .entry .social-share .sharify-count {
        display: none;
    }

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

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

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

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #001527;
}

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

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

.entry-comments {
	padding: 0 40px 40px 0;
	padding: 0 4rem 4rem 0;
}

.comment-respond,
.entry-pings {
    background-color: #004996;
    margin: 40px 40px 40px 0;
    margin: 4rem 4rem 4rem 0;
    padding: 20px;
}
.comment-respond .comment-reply-title {
    color: #ffffff;
}

.comment-respond textarea,
.comment-respond input {
    color: #ffffff; background: #023468;
}
.comment-respond p {
     color: #ffffff;
    margin-bottom: 2rem;
}
.comment-respond a {
    color: #9f9f9f;
}

.comment-content {
	clear: both;
}

.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;
	margin-right: 1.2rem;
}

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

.comment-list li {
	margin-top: 2rem;
	padding: 2rem;
}

.comment-list li p {
    color: #181818;
}

li.comment {
     background-color: #ffffff;
     border: 2px solid #004996;
 }
.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

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

li.comment .comment-reply-link {
    color: #ffffff; background: #023468;
    border-radius: 2px;
    font-family: Calibri, Candara, Optima, Arial, sans-serif;
		font-size: 13px;
    padding: 0.6rem 1.2rem;
    text-transform: uppercase;
}
li.comment .comment-reply-link:hover {
    background: #181818;
}

.bypostauthor {
}

.form-allowed-tags {
	font-size: 1.4rem;
	padding: 1.6rem 2rem;
}


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

.sidebar {
	color: #666;
}
.sidebar p {
    font-size: 13px;
}
.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	border-radius: 3px;
}

.sidebar .enews-widget {
	background-color: #333;
}

.contact-box-widget {
	margin-bottom: 20px;
	font-size: 13px;
	font-family: Calibri, Candara, Optima, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}

.contact-box {
	margin-bottom: 20px;
}


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

.footer-widgets {
	clear: both;
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
	font-size: 11px;
}
.footer-widgets .textwidget img {
    margin: 0 1rem 1rem 0;
}

.footer-widgets-1{
	width: 300px; margin-right: 20px;
}

.footer-widgets-2,
.footer-widgets-3{
	width: 200px; margin-right: 20px;
}
.footer-widgets-4{
    width: 200px; margin-right: 20px;
}
.footer-widgets-5{
    width: 340px;
}
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5,
.footer-widgets-6{
	float: left;
}
.footer-widgets-6{
	clear:both;
	border-top: 1px solid #464545;
	width: 50%;
	padding-top: 25px;
	margin-top: 25px;
	font-family: Calibri, Candara, Optima, Arial, sans-serif;
}
.footer-widgets-7{
	float:right;
	border-top: 1px solid #464545;
	width: 50%;
	margin-top: 25px;
	padding-top: 25px;
	font-family: Calibri, Candara, Optima, Arial, sans-serif;
}
.footer-widgets-5 p{
	padding-bottom: 0;
	margin-bottom: 0;
}
.footer-widgets .widget-title{
	font-weight: normal;
	margin-bottom: 20px;
}

.footer-widgets a {
	color: #9f9f9f;
	font-size: 11px;
}
.footer-widgets li a {
	font-size: 13px;
}

.footer-widgets a:hover {
	color: #ddd;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 2px;
	margin-bottom: 0.2rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


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

.site-footer {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 40px 0;
	padding: 4rem 0;
	text-align: center;
}

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

/* SOFOKUS BLOCKS */

.sofokus-textarea,
.sofokus-2columns,
.sofokus-3columns{
    clear: both;
}

.sofokus-2columns,
.sofokus-3columns{
    float:left;
    width: 100%;
}

.sofokus-2columns > div,
.sofokus-3columns > div{
    padding-bottom: 20px;
}

.sofokus-ctabox{
    min-height: 300px;
}


/* END SOFOKUS BLOCKS */

.top-header-navi,
.top-header-nav{
	float:left;

}
.top-header-search{
	float:right;
	width: 25%;
}
.top-header-lang{
	float:left;
}

.top-header-lang .wpml-ls-legacy-dropdown {
	width: 80px;
	font-size: 14px;
}

#lang_sel a.lang_sel_sel{
	text-align: center;
	width: 81px;
	background: none;
}
#lang_sel a.lang_sel_sel::before{
	font-family: FontAwesome;
	content: '\f0dd';
	position: relative;
	top: -2px;
	margin-right: 5px;
}
#lang_sel ul ul,
#lang_sel li{
	width: 81px;
	text-align: center;
}

.top-header-search input[type=search]{
	border:none;
	background-color: #023468;
	box-shadow: none;
	color: #8b9cba;
	font-size: 12px;
}
.top-header-search input[type=submit]{
	background: transparent;
	text-indent: -9999px;
    z-index: 20;
}
.top-header-search form::after{
	font-family: FontAwesome;
	content: "\f002";
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: 9px;
	right: 15px;
    z-index: 10;
}

#lang_sel a.lang_sel_sel, #lang_sel a.lang_sel_sel:visited{
	padding-left: 0!important;
	min-height: 45px;
	padding-top: 12px;
}
#lang_sel ul ul{
	top: 45px;
}
#lang_sel ul ul > li > a {
    padding: 6px 10px;
}
#lang_sel ul ul > li:last-child a {
    padding-bottom: 16px;
}

.nav-secondary .genesis-nav-menu > .menu-item > a{
	text-transform: none;
	font-size: 11px;
	border-right: 1px solid #023468;
	text-align: center;
	padding-right: 20px;
	font-family: Calibri, Candara, Optima, Arial, sans-serif;
}
.top-header-lang a {
    font-family: Calibri, Candara, Optima, Arial, sans-serif;
}
/* ubermenu tweaks */
.ubermenu-item.ubermenu-item-level-0 > .ubermenu-target {
    position: relative; top: 1px; z-index: 50;
    border: 1px solid transparent; border-bottom: none;
	font-family: Calibri, Candara, Optima, Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
}
.ubermenu-item-level-0 > .ubermenu-target > .ubermenu-icon {
    font-size: 26px;
		font-weight: 700;
}
.ubermenu-item-level-0 > .ubermenu-target > .ubermenu-icon,
.ubermenu-item-level-0 > .ubermenu-target > .ubermenu-target-text {
    border-bottom: 2px solid transparent; line-height: 35px !important;
}
.ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target > .ubermenu-icon,
.ubermenu-item-level-0.ubermenu-current_page_ancestor > .ubermenu-target > .ubermenu-icon,
.ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target > .ubermenu-target-text,
.ubermenu-item-level-0.ubermenu-current_page_ancestor > .ubermenu-target > .ubermenu-target-text {
    border-bottom: 2px solid #bd002c;
}
.ubermenu-item-level-0.ubermenu-has-submenu-drop.ubermenu-active > .ubermenu-target {
    border: 1px solid #dbdbdb; border-bottom: none; background-color: #ffffff;
    border-radius: 2px 2px 0 0;
}
.ubermenu-item.ubermenu-item-header.ubermenu-item-level-1 {
    padding: 10px 12px;
}
.ubermenu-item.ubermenu-item-header.ubermenu-item-level-1 > .ubermenu-target {
    font-family: Calibri, Candara, Optima, Arial, sans-serif;
		text-transform: uppercase;
		font-weight: 700;
}

.nav-secondary{
	margin-top: 10px;
	margin-left: 5px;
}
.nav-secondary .genesis-nav-menu > .menu-item:last-child > a{
	border-right: none;
}

/* Content header (from flexible content)
--------------------------------------------- */
.content-header {
	position: relative;
	display: table;
	width: 100%;
	max-height: 480px;
	height: 480px;
	background-color: #ffffff;
}
.content-header > .dim {
    position: absolute; width: 100%; height: 100%; z-index: 1;
    background-color: #000000;
}
.content-header .wrap {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.content-header .table-cell {
	display: table-cell;
	vertical-align: middle;
	position: static;
	width: 435px;
	height: 100%;
}
.content-header .header1 {
	color: #ffffff;
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	text-transform: uppercase;
	font-family: Calibri, Candara, Optima, Arial, sans-serif;
	text-align: center;
}
.content-header .header-primary{

}
.content-header .header-secondary {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	text-transform: none;
	font-family: Calibri, Candara, Optima, Arial, sans-serif;
	text-align: center;
	line-height: 26px;
    text-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.content-header .header2 {
	margin-top: 20px;
	color: #ffffff;
	font-size: 20px;
	font-style: italic;
	line-height: 22px;
	text-align: left;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.content-header p {
	margin: 0;
}
.content-header .buttons {
	margin-top: 16px;
	text-align: center;
}
.content-header .buttons a:first-child{
	margin-right: 25px;
}

/* CTA buttons styles (all rules without colors)
--------------------------------------------- */
.cta-button {
    box-sizing: border-box !important; height: 30px; text-align: center;
    text-transform: uppercase; border: 1px solid transparent;
    padding: 4px 8px; vertical-align: middle; font-size: 14px; line-height: 18px;
    white-space: nowrap; font-family: Calibri, Candara, Optima, Arial, sans-serif;
}
.cta-button > .arrow {
    display: none;
}
.cta-button-with-arrow > .arrow {
    display: inline-block; font-size: 16px; line-height: 18px; margin-left: 15px;
}
.cta-button-large {
    height: 44px; padding: 10px 20px; font-size: 18px; line-height: 20px;
}
.cta-primary {
    border-color: #ffffff; background-color: #023468; color: #ffffff !important;
}
.cta-primary:hover {
    background-color: #181818;
}
.cta-secondary {
    border-color: #ffffff; background-color: #BD002C; color: #ffffff !important;
}
.cta-secondary:hover {
    background-color: #181818;
}


/** Sofokus text block **/
.sofokus-text-block{
	text-align: center;
	border-right: 1px solid #e4e4e4;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.sofokus-flexible-columns.template-three .sofokus-element:nth-of-type(3n) .sofokus-text-block{
	border-right: none;
}
.sofokus-text-block h2{
	font-family: Calibri, Candara, Optima, Arial, sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #181818;
	text-transform: uppercase;
}
.sofokus-text-block .sofokus-text-block-content{
	color: #181818;
	font-size: 14px;
	font-family: Calibri, Candara, Optima, Arial, sans-serif;
	line-height: 22px;
	padding-left: 20px;
	padding-right: 20px;
}
.sofokus-text-block .sofokus-text-block-link a{
	color: #004996;
	font-size: 13px;
	text-decoration: underline;
}

/** Sofokus linkbox **/
.sofokus-linkbox{
	margin-top: 60px;
	margin-bottom: 60px;
}

.sofokus-linkbox a {
	-webkit-transition: all 0s ease-in-out;
	-moz-transition:    all 0s ease-in-out;
	-ms-transition:     all 0s ease-in-out;
	-o-transition:      all 0s ease-in-out;
	transition:         all 0s ease-in-out;
}

.sofokus-linkbox-image{
	height: 260px;
	display: table;
	width: 100%;
	text-align: center;
	line-height: 30px;
	background-size: cover!important;
}
.sofokus-linkbox-image .table-cell{
	display: table-cell;
	vertical-align: middle;
}
.sofokus-linkbox-primary-text{
	color: #fff;
	text-transform: uppercase;
		font-family: Calibri, Candara, Optima, Arial, sans-serif;
}

.sofokus-linkbox-secondary-text{
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	font-family: Calibri, Candara, Optima, Arial, sans-serif;
	text-transform: uppercase;
}
.sofokus-linkbox-image p{
	margin-bottom: 0;
}
.sofokus-linkbox-links{
	list-style: none;
	text-align: center;
}
.sofokus-linkbox-links li{
	border-bottom: 1px solid #dbdbdb;
	padding-top: 15px;
	padding-bottom: 15px;
}
.sofokus-linkbox-links li a{
	color: #004996;
	font-size: 14px;
	font-weight: 600;
	font-family: Calibri, Candara, Optima, Arial, sans-serif;
	text-transform: uppercase;
}
.sofokus-linkbox-links li.last{
	border-bottom: none;
}
.sofokus-linkbox-links li.last a{
	color: #004996;
	font-size: 13px;
	text-transform: none;
	font-family: Calibri, Candara, Optima, Arial, sans-serif;
	text-decoration: underline;
}

.sofokus-element .flexi-table thead th {
    color: #181818;
}

.sofokus-contact .content {
	width: 100%;
}

.sofokus-contact p {
	margin-bottom: 0px;
}

.contact-box .email img,
.contact-box .phone-fax img,
.sofokus-contact .phone img,
.retailer .email img,
.retailer .phone img{
	max-width: 15px;
	margin-right: 4px;
}

/* Sofokus Contact List */
.sofokus-contact-list {

}
.sofokus-contact-list .group {
	margin-bottom: 12px;
}
.sofokus-contact-list .group .contact {
	margin-bottom: 24px;
}
.sofokus-contact-list .group .contact .contact-phone {
	vertical-align: middle;
}
.sofokus-contact-list .group .contact .contact-phone img {
	width: 14px; margin-right: 3px;
}

/* Sofokus retailer search */
.sofokus-retailer-search {
	margin-top: 15px; margin-bottom: 15px;
}
.sofokus-retailer-search .search-bar {
	color: #ffffff; background-color: #004996;
	padding: 10px 30px;
}
	.sofokus-retailer-search .search-bar .search-title {
		display: inline-block; font-size: 1.8rem; margin-right: 20px;
	}
	.sofokus-retailer-search .search-bar .search-select {
		display: inline-block; vertical-align: top; margin-right: 20px;
	}
		.sofokus-retailer-search .search-bar .search-select select.search-places {
			padding: 0 1.2rem; min-width: 150px;
			color: #181818; font-family: Calibri, Candara, Optima, Arial, sans-serif;
			border-radius: 0; border: 1px solid #181818;
			height: 30px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			-webkit-appearance: none;
			-moz-appearance: none;
			background-image:
			linear-gradient(45deg, transparent 50%, gray 50%),
			linear-gradient(135deg, gray 50%, transparent 50%),
			linear-gradient(to right, #ccc, #ccc);
			background-position:
			calc(100% - 12px) 12px,
			calc(100% - 8px) 12px,
			calc(100% - 25px) 0;
			background-size:
			5px 5px,
			5px 5px,
			1px 30px;
			background-repeat: no-repeat;
		}
	.sofokus-retailer-search .search-bar .search-button {
		display: inline-block; vertical-align: top;
	}
		.sofokus-retailer-search .search-bar .search-button .button {
			padding: 0 1.6rem; color: #181818;
			border-radius: 0; border: 1px solid #181818;
			font-family: Calibri, Candara, Optima, Arial, sans-serif; text-transform: none;
			background: #eaeaea; transition: background 500ms;
			height: 30px; line-height: 30px;
		}
		.sofokus-retailer-search .search-bar .search-button .button:hover {
			background: #ffffff;
		}

.sofokus-retailer-search .search-results {
	color: #666; background-color: #ffffff;
	padding: 20px 30px; overflow: hidden; display: none;
	font-size: 15px;
}
	.sofokus-retailer-search .search-results .retailer {
		margin-top: 5px; margin-bottom: 5px;
	}
	.sofokus-retailer-search .search-results .retailer.hidden {
		display: none;
	}
		/*.sofokus-retailer-search .search-results .retailer .phone:before {
			content: ""; display: inline-block; width: 18px; height: 18px;
			margin-right: 5px;
		}*/
			/*.sofokus-retailer-search .search-results .retailer .phone.mobile:before {
				background: url(assets/images/phone-icon-50x50.png) no-repeat center center;
				background-size: 18px 18px;
			}
			.sofokus-retailer-search .search-results .retailer .phone.fax:before {
				background: url(assets/images/fax-icon-50x50.png) no-repeat center center;
				background-size: 18px 18px;
			}*/
		.sofokus-retailer-search .search-results .retailer .phone span,
		.sofokus-retailer-search .search-results .retailer .phone a {
			vertical-align: top; line-height: 20px;
		}


.flexible-panel .sofokus-contact .content {
	background-color: white;
}

body aside.sidebar .current-steel-ancestor .sub-menu,
body aside.sidebar .current-electronics-ancestor .sub-menu,
body aside.sidebar .current-chemicals-ancestor .sub-menu,
body aside.sidebar .current-energy-ancestor .sub-menu {
	display: block;
}

body aside.sidebar .current-steel-ancestor .sub-menu .current-electronics-ancestor a,
body aside.sidebar .current-electronics-ancestor .sub-menu .current-electronics-ancestor a,
body aside.sidebar .current-chemicals-ancestor .sub-menu .current-electronics-ancestor a,
body aside.sidebar .current-energy-ancestor .sub-menu .current-energy-ancestor a {
	color: #bd002c;
}

body aside.sidebar .current-steel-ancestor > a,
body aside.sidebar .current-electronics-ancestor > a,
body aside.sidebar .current-chemicals-ancestor > a,
body aside.sidebar .current-energy-ancestor > a {
	color: #bd002c;
}




/** Breadcrumbs **/
.sofokus-breadcrumb{
	margin-top: 30px !important;
	margin-bottom: 70px !important;
	color: #a8a7a7;
	font-size: 11px;
	font-family: Calibri, Candara, Optima, Arial, sans-serif;
	text-transform: uppercase;
}
.sofokus-breadcrumb a{
	color: #a8a7a7;
	margin-right: 10px;
}
.sofokus-breadcrumb > span > span > span a {
	margin-left: 10px;
}
.sofokus-breadcrumb .breadcrumb_last{
	color: #bd002c;
	margin-left: 10px;
}

.widget_nav_menu{
	border-top: 1px solid #dbdbdb;
}

.footer-widgets .widget_nav_menu{
	border-top: none;
}

.widget_nav_menu li{
    position: relative;
}
.widget_nav_menu .menu-item-has-children > a:after{
	font-family: FontAwesome;
	content: '\f105';
	margin-right: 10px;
	position: absolute; right: 0; top: 8px;
}
.sidebar .menu > li {
    border-bottom: 1px solid #dbdbdb;
    padding: 6px 0;
}
.sidebar a {
    display: inline-block;
	color: #004996;
	font-size: 13px;
	font-family: Calibri, Candara, Optima, Arial, sans-serif;
    margin-right: 10px;
}
.sidebar .menu a {
    padding: 2px 10px;
}
.sidebar .menu li > .sub-menu {
    display: none; padding: 0 10px; margin: 10px 0 4px 0;
}
.sidebar .menu li.current-menu-item > .sub-menu,
.sidebar .menu li.current-menu-ancestor .sub-menu {
    display: block;
}
.sidebar .menu .current-menu-item > .sub-menu a,
.sidebar .menu .current-menu-parent > .sub-menu a {
    color: #7e7e7e;
}
.sidebar .menu li > .sub-menu li {
    padding-bottom: 6px;
}
.sidebar .menu li.current-menu-item > a,
.sidebar .menu li.current-menu-ancestor.current-menu-parent > a,
.sidebar .menu li > .sub-menu > .current-menu-item > a {
	color: #bd002c;
}
.sidebar .menu .current-energy-ancestor,
.sidebar .menu li.current-menu-item,
.sidebar .menu .current-menu-ancestor.current-menu-parent {
    background-color: #f4f3f3;
}

.sidebar .widget {
    margin-bottom: 60px;
}
.sidebar .widget-title {
	font-family: Calibri, Candara, Optima, Arial, sans-serif;
	font-size: 17px;
	color: #a8a7a7;
	margin-bottom: 30px;
}
.sidebar .widget.widget_categories a {
    font-size: 13pt;
}

/** Newsletter **/
.sofokus-newsletter{
	margin-top: 30px;
	margin-bottom: 30px;


}
.sofokus-newsletter input[type=email]{
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	padding: 13px 15px 15px!important;
	line-height: normal!important;
	height: 48px;
}
.sofokus-newsletter input[type=submit]{
	line-height: normal!important;
	height: 48px;
}
.sofokus-newsletter input[type=submit]{
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	background: -webkit-linear-gradient(90deg, #c4c4c4 0%, #d1d1d1 100%);
	background: -moz-linear-gradient(90deg, #c4c4c4 0%, #d1d1d1 100%);
	background: -o-linear-gradient(90deg, #c4c4c4 0%, #d1d1d1 100%);
	background: -ms-linear-gradient(90deg, #c4c4c4 0%, #d1d1d1 100%);
	background: linear-gradient(0deg, #c4c4c4 0%, #d1d1d1 100%);
	font-family: Calibri, Candara, Optima, Arial, sans-serif;
	font-weight: 600;
	font-size: 14px;
}
.sofokus-newsletter-text{
	float:left;
	font-size: 15px;
	position: relative;
	top: 11px;
	margin-right: 15px;
	margin-bottom: 20px;
	color: #5f5f5f;
}

.sofokus-newsletter-form{
	float:left;
	width: 460px;
}

.sofokus-newsletter .gform_body{
	float:left;
	padding-top: 0!important;
	margin-top: 0!important;
	width: 66%!important;
}
.sofokus-newsletter .gform_body li{
	margin-top: 0!important;
}
.sofokus-newsletter .gform_footer{
	padding-top: 12px!important;
	padding-top: 0!important;
	margin-top: 0!important;
	padding-bottom: 0 !important;
}
.sofokus-newsletter .gform_wrapper .gform_footer{
	clear:none;
	position: relative;
	left: -7px;
	display: inline-block;
	width: 33%;
}
.sofokus-newsletter .gform_wrapper{
	margin-top: 0!important;
}
.sofokus-newsletter .gform_wrapper li.hidden_label input{
	margin-top: 0;
	width:300px;
}
.sofokus-newsletter div.gform_wrapper li, .sofokus-newsletter div.gform_wrapper form li{
	margin-top: 0;
}
body .sofokus-newsletter .gform_wrapper label.gfield_label+div.ginput_container{
	margin-top: 0;
}
.sofokus-newsletter .wrap{
	max-width: 780px;
}

/* Flexible tabs
**************************************/

body .flexible-tabs {
    position: relative;
    margin-bottom: 20px;
}
body .flexible-tabs > ul {
     position: relative; top: 1px; z-index: 20; margin: 0;
}
body .flexible-tabs > ul > li.flexible-tab {
    list-style: none;
    color: #ffffff; background-color: #004996;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-right: 1px;
    padding: 10px 20px;
    cursor: pointer;
    float: left;
    white-space: nowrap;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    font-size: 14px;
	font-family: Calibri, Candara, Optima, Arial, sans-serif;
}
body .flexible-tabs > ul > li.flexible-tab:hover,
body .flexible-tabs > ul > li.flexible-tab.active {
    color: #bd002c; background-color: #ffffff;
}
body .flexible-tabs .flexible-tab.responsive-header {
    clear: both; color: #ffffff; background-color: #004996;
    white-space: nowrap; padding: 10px 20px;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    white-space: nowrap;
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    display: none;
}
body .flexible-tabs .flexible-tab.responsive-header:after {
    font-family: "fontawesome"; content: "\f0d7";
    position: absolute; right: 20px;
}
body .flexible-tabs .flexible-tab.responsive-header.active {
    color: #bd002c; background-color: #ffffff;
}
body .flexible-tabs .flexible-tab.responsive-header.active:after {
    content: "\f0d8";
}
body .flexible-tabs .flexible-panel {
    display: none;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
    clear: both;
    margin-bottom: 0;
    padding: 20px 20px;
    word-wrap: break-word;
    overflow: hidden;
}
body .flexible-tabs .flexible-panel.active {
    display: block;
}


/** Tabs **/

body .responsive-tabs ul.responsive-tabs__list{
	margin-left: 0;
}
body .responsive-tabs .responsive-tabs__list__item{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin-right: 1px;
	color: #004996;
	font-size: 14px;
	font-family: Calibri, Candara, Optima, Arial, sans-serif;
    padding: 10px 20px;
}

body .responsive-tabs .responsive-tabs__list__item--active,
body .responsive-tabs .responsive-tabs__list__item:hover{
	color: #bd002c !important;
	background-color: #fff !important;
}

.sofokus-flexible-columns .sofokus-feature-item .content {
	width: auto;
	float: none;
	background-color: transparent!important;
}

/* Different colour scheme for sub pages*/
body.single .responsive-tabs .responsive-tabs__list__item{
	background-color: #004996;
	color: #fff;
}
body.single .responsive-tabs .responsive-tabs__list__item:hover {
	color: #bd002c;
}

/* Custom post: box template */
.sofokus-custom-posts.template-box .title {
    display: none;
}
.sofokus-custom-posts.template-box .sofokus-custom-post {
    margin-bottom: 40px;
    margin-top: 40px;
    padding-bottom: 25px;
    padding-top: 25px;
    text-align: center;
}
.sofokus-custom-posts.template-box .sofokus-custom-post .post-title {
    color: #181818;
	font-family: Calibri, Candara, Optima, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 1.6rem;
}
.sofokus-custom-posts.template-box .sofokus-custom-post .post-content {
    color: #181818;
	font-family: Calibri, Candara, Optima, Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    padding-left: 20px;
    padding-right: 20px;
}
.sofokus-custom-posts.template-box .sofokus-custom-post .post-link {
    margin-top: 18px;
}
.sofokus-custom-posts.template-box .sofokus-custom-post .post-link a {
    color: #004996; font-size: 13px; text-decoration: underline;
}

.password-submit {
	margin-top: 20px;
}

.password-input  {
	width: 40%;
	margin-top: 15px;
}

.post-password-required .entry-meta {
	display: none;
}

.post-password-required .entry-title {
	margin-top: 30px;
}



/* Feature boxes
--------------------------------------------- */
.sofokus-feature-box {
    margin-top: 15px; margin-bottom: 15px;
}
.sofokus-feature-box .feature-box-image {
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
}
.sofokus-feature-box.alternative-theme .feature-box-image {
    background-color: #004996;
}
.sofokus-feature-box > .feature-box-frame {
    background-color: #f7f6f4;
}
.sofokus-feature-box > .feature-box-frame .feature-box-title {
    color: #ffffff; background-color: #004996;
    padding: 10px 20px; font-weight: 400; font-family: Calibri, Candara, Optima, Arial, sans-serif;
    font-size: 1.9rem; text-transform: uppercase;
}
.sofokus-feature-box > .feature-box-frame .feature-box-title a {
    color: #ffffff;
}
.sofokus-feature-box > .feature-box-frame .feature-box-content {
    color: #181818; background-color: #ffffff; padding: 10px 20px;
}
.sofokus-feature-box > .feature-box-frame .read-more-wrap {
    display: block; clear:both; margin-top: 12px;
}
.sofokus-feature-box > .feature-box-frame .read-more {
    color: #004996; font-size: 1.4rem;
    border-bottom: 1px solid transparent;
}
.sofokus-feature-box > .feature-box-frame .read-more:hover {
    border-bottom: 1px solid #004996;
}
.sofokus-feature-box > .feature-box-frame .read-more:after {
    font-family: "fontawesome"; content: "\f178"; padding-left: 6px;
}
.sofokus-feature-box.alternative-theme > .feature-box-frame .feature-box-title {
    background-color: #023468;
}
.sofokus-feature-box.alternative-theme > .feature-box-frame .feature-box-content {
    color: #ffffff; background-color: #004996;
}
.sofokus-feature-box.alternative-theme > .feature-box-frame .read-more {
    color: #ffffff;
}
.sofokus-feature-box.alternative-theme > .feature-box-frame .read-more:hover {
    border-bottom: 1px solid #ffffff;
}


/** Product search **/
.sofokus-product-search {
    background-color: #f8f8f8;
}
    .sofokus-product-search .wrap {
        width: 100%; max-width: 100%;
        background-color: transparent;
    }
    .sofokus-product-search .searchfields {
        background-color: #004996;
        text-align: center;
        padding: 16px 10px;
    }
    .sofokus-product-search .dropdown {
        position: relative; display: inline-block;
        background-color: #023468;
        border-radius: 4px;
        margin: 2px 10px;
        width: 300px;
    }
    .sofokus-product-search select {
        position: relative;
        background-color: transparent;
        border: medium none transparent;
        color: #8b9cba;
        font-family: Calibri, Candara, Optima, Arial, sans-serif;
        font-size: 12px;
        padding: 0 12px;
        -ms-appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none;
        width: 300px; height: 50px;
        z-index: 20;
        cursor: pointer;
    }
    .sofokus-product-search select::-ms-expand {
        display: none;
    }
    .sofokus-product-search .dropdown i {
        position: absolute; top: 15px; margin-left: -35px;
        display: inline-block;
        font-family: fontawesome;
        color: #ffffff;
        z-index: 10;
        width: 20px; height: 20px;
        font-size: 18px;
    }
    .sofokus-product-search .search-input {
        position: relative; display: inline-block; margin: 2px 10px;
        width: 300px; text-align: left;
    }
        .sofokus-product-search .search-input > input {
            background-color: #023468;
            border: medium none transparent;
            border-radius: 4px;
            color: #8b9cba;
            font-family: Calibri, Candara, Optima, Arial, sans-serif;
            font-size: 12px;
        }
        .sofokus-product-search #search {
            width: 300px; height: 50px; padding-right: 60px;
        }
        .sofokus-product-search #btn-product-search {
            position: absolute;
            background: transparent;
            width: 50px; height: 50px;
            padding: 0; margin-left: -50px;
            z-index: 20;
        }
        .sofokus-product-search .search-input i {
            position: relative; margin-left: -35px;
            display: inline-block;
            font-family: fontawesome;
            color: #ffffff;
            z-index: 10;
            width: 20px; height: 20px;
            font-size: 18px;
        }
    .sofokus-product-search .search {
        background-color: #004996;
        font-family: Calibri, Candara, Optima, Arial, sans-serif;
				text-align: center; color: #fff;
        padding-top: 20px;
        padding-bottom: 20px;
        width: 300px;
        margin: 0 auto;
    }
    .sofokus-product-search.search-close .searchfields {
        display: none;
    }
    .sofokus-product-search.search-open .search:before {
        content: "\f0d8";
    }
    .sofokus-product-search .search:hover {
        cursor: pointer;
    }
    .sofokus-product-search .search:before {
        font-family: "fontawesome"; margin-right: 5px;
    }
    .sofokus-product-search.search-open .search:before {
        content: "\f0d8";
    }
    .sofokus-product-search.search-close .search:before {
        content: "\f0d7";
    }


/** Shiftnav **/

/* Make hamburger icon container smaller and attach it right so
   that language selector doesn't get covered */
#shiftnav-toggle-main {
    left: auto !important;
    top: 69px !important;
    right: 0;
    width:30% !important;
}
body.admin-bar #shiftnav-toggle-main {
	top: 100px !important;
}
#shiftnav-toggle-main-button .fa-bars{
	color: #004996;
}

.shiftnav .shiftnav-target {
	font-family: Calibri, Candara, Optima, Arial, sans-serif !important;
	text-transform: uppercase;
    background: none !important;
    line-height: 250% !important;
    color: #004996 !important;
}
.shiftnav .current-menu-item {
    background: #004996 !important;
}
.shiftnav .current-menu-item > .shiftnav-target {
    color: #ffffff !important;
}
.shiftnav .current-menu-ancestor > .shiftnav-target {
    color: #BD002C !important;
}
.shiftnav .sub-menu-1 li > a {
    padding-left: 40px !important;
}
.shiftnav .sub-menu-2 li > a {
    padding-left: 56px !important;
}

/** Top header **/
.top-header-fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 99999;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
	display:none;
}

.scroll-to-fixed-container{
	height: 45px;
}

/** Blog entries**/

.entry-footer .entry-meta {
	border-top: none;
	clear: both;
}

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

@media only screen and (max-width: 1430px) {
	.wrap {
		margin: 0 auto;
		max-width: 1100px;
	}
	.sidebar-primary {
		width: 247px;
	}
	.content {
		width: 813px;
	}
    .footer-widgets .footer-widgets-5 {
        clear:both; float: none; text-align: center; width: 100%;
    }
    .footer-widgets .footer-widgets-5 .textwidget img {
        float: none;
    }
}

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

	.sofokus-linkbox{
		margin-bottom: 0;
	}
    .one-third,
    .one-fourth{
        width: 48.717948717948715%;
    }

	.sofokus-flexible-columns.template-three .one-third{
		width: 100%;
		margin-left: 0;
	}

	.one-third:nth-of-type(2n+1),
    .one-sixth:nth-of-type(3n+1){
        margin-left: 0;
    }
	.one-fourth:nth-of-type(2n+1){
		clear:left;
		margin-left: 0;
	}

    .one-sixth{
        width: 31.623931623931625%;
    }

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

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 673px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.sidebar-primary,
	.title-area {
		width: 247px;
	}
    .footer-widgets-1 {
       margin-right: 12px;
    }
	.footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
         width: 20.32%; margin-right: 12px;
     }
    .footer-widgets-4 {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1023px) {
	.sofokus-top-header .wrap{
		max-width: none;
	}

	.sofokus-flexible-columns.template-three .one-third{
		width: 100%;
	}
	.sofokus-text-block{
		margin-top: 10px;
		margin-bottom: 10px;
		border-right: none;
	}


    .content{
        width: 487px;
    }
    .sidebar-primary{
        width: 220px;
    }

    .wrap{
        max-width: 747px;
    }

    body.sidebar-content .entry > .entry-header > .entry-meta {
        display: block; float: none; width: 100%; margin-bottom: 24px;
    }
    body.sidebar-content .entry > .entry-header > .entry-meta > .entry-categories,
    body.sidebar-content .entry > .entry-header > .entry-meta > .author,
    body.sidebar-content .entry > .entry-header > .entry-meta > .entry-time,
    body.sidebar-content .entry > .entry-header > .entry-meta > .comments,
    body.sidebar-content .entry > .entry-header > .entry-meta > .meta-tags {
        display: inline-block; margin: 0 12px 0 0;
    }
    body.sidebar-content .entry > .entry-header > .entry-meta > .comments,
    body.sidebar-content .entry > .entry-header > .entry-meta > .meta-tags {
        display: block;
    }
    body.single .entry > .entry-content,
    body.sidebar-content .entry > .entry-content {
        margin-left: 0;
    }

	body {
		background-color: #fff;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	{
		width: 100%;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

	.archive-description,
	.author-box,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.site-header {
		padding: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu .menu-item{
        text-align: center;
    }

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

	.site-footer {
		padding: 16px 0;
		padding: 1.6rem 0;
	}

	.footer-widgets {
		padding: 40px 0 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

    .nav-collapse ul {
        margin: 0;
        padding: 0;
        width: 100%;
        display: block;
        list-style: none;
    }

    .nav-collapse li {
        width: 100%;
        display: block;
    }

    .js .nav-collapse {
        clip: rect(0 0 0 0);
        max-height: 0;
        position: absolute;
        display: block;
        overflow: hidden;
        zoom: 1;
    }

    .nav-collapse.opened {
        max-height: 9999px;
    }

    .nav-toggle {
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }



    /* Mobile navigation */

    .admin-bar .cmn-toggle-switch {
        top: 50px;
    }

    .cmn-toggle-switch {
        display: block;
        position: absolute;
        right: 5%;
        top: 20px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        width: 45px;
        height: 66px;
        font-size: 0;
        text-indent: -9999px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: none;
        border-radius: none;
        border: none;
        cursor: pointer;
        -webkit-transition: background 0.3s;
        transition: background 0.3s;
    }

    .cmn-toggle-switch:focus {
        outline: none;
    }

    .cmn-toggle-switch span {
        display: block;
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
        height: 6px;
        background: white;
    }

    .cmn-toggle-switch span::before,
    .cmn-toggle-switch span::after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 6px;
        background-color: #fff;
        content: "";
    }

    .cmn-toggle-switch span::before {
        top: -13px;
    }

    .cmn-toggle-switch span::after {
        bottom: -12px;
    }

    .cmn-toggle-switch__htx {
        background-color: transparent;
    }

    .cmn-toggle-switch__htx span {
        -webkit-transition: background 0 0.3s;
        transition: background 0 0.3s;
    }

    .cmn-toggle-switch__htx span::before,
    .cmn-toggle-switch__htx span::after {
        -webkit-transition-duration: 0.3s, 0.3s;
        transition-duration: 0.3s, 0.3s;
        -webkit-transition-delay: 0.3s, 0;
        transition-delay: 0.3s, 0;
    }

    .cmn-toggle-switch__htx span::before {
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, transform;
    }

    .cmn-toggle-switch__htx span::after {
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, transform;
    }

    /* active state, i.e. menu open */
    .cmn-toggle-switch__htx.active {
        background-color: transparent;
    }

    .cmn-toggle-switch__htx.active span {
        background: none;
    }

    .cmn-toggle-switch__htx.active span::before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .cmn-toggle-switch__htx.active span::after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .cmn-toggle-switch__htx.active span::before,
    .cmn-toggle-switch__htx.active span::after {
        -webkit-transition-delay: 0, 0.3s;
        transition-delay: 0, 0.3s;
    }
    .genesis-nav-menu .sub-menu{
        position: relative;
        left: auto;
        opacity: 1;
    }
    .genesis-nav-menu .sub-menu a,
    .genesis-nav-menu .sub-menu{
        width: 100%;
    }
    .footer-widgets-1 {
        width: 210px;
    }
    .footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
        width: 22.32%; margin-right: 12px;
    }
    .footer-widgets-4 {
        margin-right: 0;
    }
}

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

    .content,
    .sidebar-primary{
        width: 100%; clear:both;
    }
    .sidebar {
        float: none !important; margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body.archive .content,
    body.single-news .content,
    body.blog .content,
    body.single-post .content,
    body.tag .content,
    body.category .content {
        border-right: none;
    }

    .comment-respond {
        margin: 4rem 0 4rem 0;
    }

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

	#mobile-header {
        display: block;
        position: absolute;
        left: 5%;
        top: 20px;
    }
    .admin-bar #mobile-header{
        top: 60px;
    }
    .menu-primary{
        display: none;
    }
    .wrap{
        max-width: 540px;
    }
    .footer-widgets-1, .footer-widgets-2, .footer-widgets-3{
        width: 100%;
    }

	.sofokus-top-header .wrap{
		min-height: 45px;
	}
    .site-header .wrap {
        height: 88px;
    }
	#shiftnav-toggle-main {
		top: 56px !important;
	}

	.sofokus-newsletter .wrap {
		max-width: 540px;
	}

	.sofokus-search-form {
		width: 100%;
	}

    .footer-widgets-1 {
        width: 100%; clear:both; text-align: center;
    }
    .footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
        width: 31.5%; margin-right: 12px; text-align: center;
    }
    .footer-widgets-4 {
        margin-right: 0;
    }

}

@media only screen and (max-width: 767px) {
	.top-header-search {
		width: 187px;
	}
	.top-header-nav {
		display:none;
	}
	/* lower block of the shiftnav menu*/
	.shiftnav-inner > ul {
		display: block;
	}
	body.blog h2.entry-title {
		font-size: 26px;
		font-size: 2.6rem;

	}
	body.blog .entry > .entry-header > .entry-title {
		margin-left: 0;
	}
}

@media only screen and (max-width: 600px) {
	.content-header .header-primary.header1{
		font-size: 26px;
		line-height: 30px;
	}
    .wrap{
        width: 90%;
    }
    .sofokus-flexible-columns.wrap,
	.sofokus-top-header .wrap{
		width: 100%;
	}
	.content-header .header1,
    .override-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}

	.sofokus-newsletter .gform_wrapper li.hidden_label input {
		width: 100%;
	}
	.sofokus-newsletter-form{
		width: 100%;
	}
	.sofokus-newsletter .gform_body,
	.sofokus-newsletter .gform_footer{
		float:none;
		width: 100%!important;
		left: 0!important;
	}

    .footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
        clear: both; float: none; width: 100%; margin-right: 0; text-align: center;
    }
}
@media only screen and (max-width: 424px) {
	.content-header .buttons a {
		margin-right: 0px !important;
		margin-top: 10px;
		display: block;
	}

	.sofokus-search-form input {
		width: 100%;
	}

}

@media only screen and (max-width: 350px) {
	.sofokus-product-search .search {
		width: 100%;
	}
	.sofokus-product-search .searchfields {
		width: 100%;
	}
	.sofokus-newsletter-form {
		width: 100%;
	}
	.sofokus-newsletter .gform_body {
		width: 66%;
	}

	.sofokus-newsletter .gform_wrapper .gform_footer {
		width: 33%;
	}
}
/*WP download manager*/
.w3eden .label-default {
	display: none !important;
}
