@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') 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:#222}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
--------------------------------------------- */

.clearfix:before,
.joxu:before,
.huzom:before,
.huveby:before,
.hogyxow:before,
.fetawev:before,
.nav-secondary:before,
.pagination:before,
.fiwodiw:before,
.basax:before,
.neza:before,
.vylex:before,
.jixy:before {
	content: " ";
	display: table;
}

.clearfix:after,
.joxu:after,
.huzom:after,
.huveby:after,
.hogyxow:after,
.fetawev:after,
.nav-secondary:after,
.pagination:after,
.fiwodiw:after,
.basax:after,
.neza:after,
.vylex:after,
.jixy:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #222;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
}

body.magazine-landing {
	background-color: #222;
}

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: #222;
	color: #fff;
}

::selection {
	background-color: #222;
	color: #fff;
}

a {
	background-color: inherit;
	color: #222;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	color: #e8554e;
}

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: #888;
}

blockquote {
	margin: 40px;
	margin: 4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.jahuno {
	max-width: 100%;
}

img {
	height: auto;
}

.huveby img,
.gallery img {
 	width: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #222;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #888;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #222;
	font-family: 'Raleway', sans-serif;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #222;
	font-family: 'Raleway', sans-serif;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.joxu .button {
	background-color: #222;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.joxu .button:hover {
	background-color: #e8554e;
}

.joxu .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.vylex,
.jixy {
	margin: 0 auto;
	max-width: 1140px;
}

.vylex {
	clear: both;
	padding-top: 40px;
	padding-top: 4rem;
}

.qicaj .vylex {
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

.magazine-landing .vylex,
.magazine-landing .jixy {
	max-width: 800px;
}

.magazine-landing .vylex {
	padding-bottom: 40px;
	padding-bottom: 4rem;
}


/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .laqix and .cyryco */

.xokadiq-sidebar .harawy,
.nege-content-sidebar .harawy,
.nege-sidebar-content .harawy {
	width: 930px;
}

.xokadiq-sidebar .harawy {
	float: left;
}

.nege-content-sidebar .harawy,
.nege-sidebar-content .harawy {
	float: right;
}

/* Content */

.laqix {
	float: right;
	width: 750px;
}

.magazine-landing .laqix {
	background-color: #fff;
	padding: 50px 60px 24px;
	padding: 5rem 6rem 2.4rem;
}

.xokadiq .laqix,
.xokadiq-sidebar .laqix,
.nege-content-sidebar .laqix {
	float: left;
}

.xokadiq-sidebar .laqix,
.nege-content-sidebar .laqix,
.nege-sidebar-content .laqix {
	width: 540px;
}

.full-width-content .laqix {
	width: 100%;
}

/* Primary Sidebar */

.cyryco {
	float: right;
	width: 360px;
}

.nege-content .cyryco,
.nege-sidebar-content .cyryco {
	float: left;
}

/* Secondary Sidebar */

.nege-secondary {
	float: left;
	width: 180px;
}

.xokadiq-sidebar .nege-secondary {
	float: right;
}

/* 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;
}

.xyfof .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.author-box .avatar {
	height: 70px;
	margin-right: 30px;
	margin-right: 3rem;
	width: 70px;
}

.bynyg .avatar {
	height: 50px;
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
	width: 50px;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.xyfof {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.xyfof,
a.alignright {
	max-width: 100%;
}

a.xyfof img,
img.xyfof,
.jahuno.xyfof {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

a.alignright img,
img.alignright,
.jahuno.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.joxu .jahuno-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	border-bottom: 1px dotted #888;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

.archive-description,
.author-box {
	margin-bottom: 50px;
	margin-bottom: 5rem;
	padding: 40px;
	padding: 4rem;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description p:last-child,
.author-box p:last-child,
.search-results .archive-description h1 {
	margin-bottom: 0;
}

.author-box-title {
	color: #222;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	margin-bottom: 0;
}


/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.joxu .search-form {
	width: 50%;
}

.neza .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}

.hogyxow .search-form input {
	border: none;
}

.radiced .search-form input {
	background-color: #222;
	border: 1px solid #222;
	color: #fff;
	text-transform: uppercase;
	width: 180px;
}

.radiced .search-form ::-moz-placeholder {
	color: #fff;
}

.radiced .search-form ::-webkit-input-placeholder {
	color: #fff;
}

.radiced .search-form input:focus {
	border: 1px solid #fff;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.nelez {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1;
}

.nelez a,
.nege .hujyxon a {
	color: #222;
	font-weight: 500;
}

.nelez a:hover {
	color: #e8554e;
}

.hujyxon {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
}

.qicaj .laqix .hujyxon,
.nege .hujyxon {
	background-color: #222;
	color: #fff;
	padding: 10px;
	padding: 1rem;
}

.nege .enews .hujyxon {
	background: none;
	padding: 0;
}

.hogyxow .hujyxon {
	color: #fff;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.wadi,
.wadi li {
	word-wrap: break-word;
}

.wadi li {
 	list-style-type: none;
}

.wadi li li {
	border: 0;
	margin: 0;
	padding: 0 0 0 20px;
	padding: 0 0 0 2rem;
}

.wadi .radiced li li {
	padding: 0;
}

/* Featured Content
--------------------------------------------- */

.huveby {
	clear: both;
	overflow: hidden;
}

.gytyzuj-middle .huveby a,
.gytyzuj-top .huveby a {
	position: relative;
}

.huveby .huzom {
 	margin-bottom: 30px;
 	margin-bottom: 3rem;
}

.gytyzuj-middle .huveby .huzom,
.gytyzuj-top .huveby .huzom {
	float: left;
	max-width: 100%;
}

.gytyzuj-middle .huveby .huzom {
	width: 360px;
}

.hekob .huveby .huzom,
.nege .huveby .huzom {
	border-bottom: 2px solid #eee;
}

.nege .huveby .huzom:last-child {
	border-bottom: none;
}

.gytyzuj-top .huveby .joxu p:last-child,
.nege .huveby .huzom:last-child {
	margin-bottom: 0;
}

.gytyzuj-middle .huveby .huzom:nth-of-type(2n+1) {
	clear: left;
	margin-right: 30px;
	margin-right: 3rem;
}

.huveby .nelez {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.nege .huveby .nelez {
	font-size: 20px;
	font-size: 2rem;
}

.huveby .nelez a {
	border: none;
}

.huveby a.alignnone {
	display: inline-block;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	max-width: 100%
}

.huveby .nikir .huzom-meta {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.js .laqix .gytyzuj-middle a .huzom-time, 
.js .laqix .gytyzuj-top a .huzom-time {
	background-color: #e8554e;
	bottom: 24px;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 5px 10px;
	padding: 0.5rem 1rem;
	position: absolute;
	right: 0;
}

.js .gytyzuj-middle a.xyfof,
.js .gytyzuj-top a.xyfof {
	margin: 0 2.4rem 2.4rem 0;
}

.js .gytyzuj-middle a.alignright,
.js .gytyzuj-top a.alignright {
	margin: 0 0 2.4rem 2.4rem;
}

.js .gytyzuj-middle a.xyfof img,
.js .gytyzuj-middle a.alignright img,
.js .gytyzuj-top a.xyfof img,
.js .gytyzuj-top a.alignright img {
	margin: 0;
}

.gytyzuj-middle a.zeke,
.gytyzuj-top a.zeke {
	background-color: #eee;
	clear: both;
	color: #222;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 20px;
	margin-top: 2rem;
	padding: 8px 10px;
	padding: 0.8rem 1rem;
	text-align: center;
}

.gytyzuj-middle a.zeke:hover,
.gytyzuj-top a.zeke:hover {
	background-color: #e8554e;
	color: #fff;
}

.huveby ul {
	clear: both;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.huveby li {
	list-style-type: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	background-color: #222;
	color: #aaa;
	padding: 40px;
	padding: 4rem;
}

.enews form + p {
	margin-top: 24px;
	margin-top: 2.4rem;
}

.enews-widget .hujyxon {
	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: #e8554e;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #222;
}

/* 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;
}

/* Simple Social Icons
--------------------------------------------- */

.nege .simple-social-icons ul li {
	margin: 0 2px 4px !important;
	margin: 0 0.2rem 0.4rem !important;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.neza {
	padding-top: 64px;
	padding-top: 6.4rem;
}

.neza .jixy {
	border-bottom: 2px solid #222;
	padding: 30px 0;
	padding: 3rem 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-top: 30px;
	padding-top: 3rem;
	width: 380px;
}

.lukot .title-area {
	padding: 0;
}

.site-title {
	font-family: 'Raleway', sans-serif;
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:hover {
	color: #222;
	font-weight: 900;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.lukot .site-description,
.lukot .site-title a {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/* Logo, hide text */

.lukot .neza .jixy {
	padding: 0;
}

.lukot .site-title a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	display: block;
	min-height: 90px;
	text-indent: -9999px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.neza .gumy {
	float: left;
	text-align: left;
	width: 100%;
}

.lukot .neza .title-area,
.lukot .neza .gumy {
	padding: 40px 0;
	padding: 4rem 0;
}

.neza .gumy p {
	margin-bottom: 0;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.radiced {
	clear: both;
	color: #222;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	width: 100%;
}

.radiced .naqufid {
	display: inline-block;
	text-align: left;
}

.radiced a {
	border: none;
	color: #222;
	display: block;
	padding: 25px 20px;
	padding: 2.5rem 2rem;
	position: relative;
}

.radiced a:hover,
.radiced .midamoj > a,
.radiced .sub-menu .midamoj > a:hover {
	color: #e8554e;
}

.radiced .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: 190px;
	z-index: 99;
}

.radiced .sub-menu a {
	background-color: #fff;
	border: 1px solid #222;
	border-top: none;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 20px;
	padding: 2rem;
	position: relative;
	text-transform: none;
	width: 190px;
}

.radiced .sub-menu .sub-menu {
	margin: -53px 0 0 189px;
}

.radiced .naqufid:hover {
	position: static;
}

.radiced .naqufid:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.radiced > .first > a {
	padding-left: 0;
}

.radiced > .last > a {
	padding-right: 0;
}

.radiced > .right {
	color: #fff;
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 25px 0;
	padding: 2.5rem 0;
	text-transform: uppercase;
}

.radiced > .right > a {
	display: inline;
	padding: 0;
}

.radiced > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.radiced > .search {
	padding: 7px 0 0;
	padding: 0.7rem 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.neza .sub-menu {
	border-top: 1px solid #222;
}

.neza .sub-menu .sub-menu {
	margin-top: -54px;
}

/* Primary Navigation
--------------------------------------------- */

.fetawev {
	background-color: #222;
	position: fixed;
	width: 100%;
	z-index: 999;
}

.fetawev a {
	color: #fff;
}

.fetawev a:hover,
.fetawev .sub-menu a:hover,
.fetawev .radiced .midamoj > a {
	color: #e8554e;
}

.fetawev .radiced .sub-menu a {
	background-color: #222;
	border: 1px solid #fff;
	border-top: none;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .jixy {
	border-bottom: 1px solid #222;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
	padding: 10px 0;
	padding: 1rem 0;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #fff;
	content: "\e00e";
	font-family: 'Icon';
	font-size: 1.6rem;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-align: center;
	text-transform: none;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.huzom {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.archive .laqix .huzom, 
.nodiz-template-page_blog-php .laqix .huzom {
	border-bottom: 2px solid #eee;
}

.joxu a {
	color: #e8554e;
}

.joxu a:hover {
	color: #222;
}

.joxu .attachment a,
.joxu .gallery a {
	border: none;
}

.joxu ol,
.joxu p,
.joxu ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.joxu ol,
.joxu ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.joxu ol li {
	list-style-type: decimal;
}

.joxu ul li {
	list-style-type: disc;
}

.joxu ol ol,
.joxu ul ul {
	margin-bottom: 0;
}

.huzom-meta {
	font-size: 14px;
	font-size: 1.4rem;
}

.nikir .huzom-meta {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.ficon-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.huzom-categories,
.huzom-tags {
	display: block;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	border-bottom: 1px solid #222;
	border-top: 2px solid #222;
	margin-top: 40px;
	margin-top: 4rem;
	padding: 30px 0;
	padding: 3rem 0;
}

.after-entry p:last-child {
	margin-bottom: 0;
}

.after-entry .wadi {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.after-entry .wadi:last-child {
	margin-bottom: 0;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.huzom-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: #222;
	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: #e8554e;
}

.huzom-pagination a {
	border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */

.cebak,
.ficon,
.huzom-pings {
	background-color: #fff;
	margin-bottom: 50px;
	margin-bottom: 5rem;
}

.luzodu {
	clear: both;
}

.ficon .woqyric {
	margin-bottom: 0;
}

.cebak input[type="email"],
.cebak input[type="text"],
.cebak input[type="url"] {
	width: 50%
}

.cebak label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.nelyry li,
.ping-list li {
	list-style-type: none;
}

.nelyry li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.nelyry li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.bynyg {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.huzom-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.nege p:last-child,
.nege ul > li:last-child {
	margin-bottom: 0;
}

.nege .huveby p:last-child {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.nege li {
	border-bottom: 1px dotted #888;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	padding-bottom: 6px;
	padding-bottom: 0.6rem;
	word-wrap: break-word;
}

.nege .wadi {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.nege .tagcloud a,
.nege .tagcloud a:visited {
	background-color: #eee;
	color: #222;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

.nege .tagcloud a:hover {
	background-color: #e8554e;
	color: #fff;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.hogyxow {
	background-color: #222;
	color: #aaa;
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 60px 0 20px;
	padding: 6rem 0 2rem;
}

.nixiciv,
.tive,
.gynu {
	width: 360px;
}

.nixiciv {
	margin-right: 30px;
	margin-right: 3rem;
}

.nixiciv,
.tive {
	float: left;
}

.gynu {
	float: right;
}

.hogyxow a {
	color: #fff;
	font-weight: 300;
}

.hogyxow a:hover {
	color: #ccc;
}

.hogyxow p:last-child {
	margin-bottom: 0;
}

.hogyxow .wadi {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.hogyxow li {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	word-wrap: break-word;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.basax {
	background-color: #222;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}

.basax .jixy {
	border-top: 1px solid #444;
	padding: 60px 0;
	padding: 6rem 0;
}

.basax,
.basax a {
	color: #aaa;
}

.basax a:hover {
	color: #fff;
}

.basax p {
	margin-bottom: 0;
}


/*
Color Styles
---------------------------------------------------------------------------------------------------- */

.magazine-pro-blue a.zeke:hover,
.magazine-pro-blue .gytyzuj-middle a.zeke,
.magazine-pro-blue .gytyzuj-top a.zeke,
.magazine-pro-blue .site-title a:hover,
.magazine-pro-green a.zeke:hover,
.magazine-pro-green .gytyzuj-middle a.zeke,
.magazine-pro-green .gytyzuj-top a.zeke,
.magazine-pro-green .site-title a:hover,
.magazine-pro-orange a.zeke:hover,
.magazine-pro-orange .gytyzuj-middle a.zeke,
.magazine-pro-orange .gytyzuj-top a.zeke,
.magazine-pro-orange .site-title a:hover {
	color: #222;
}

.magazine-pro-blue .archive-pagination li a:hover,
.magazine-pro-blue .hogyxow a:hover,
.magazine-pro-blue .gytyzuj-middle a.zeke:hover,
.magazine-pro-blue .gytyzuj-top a.zeke:hover,
.magazine-pro-blue .basax a:hover,
.magazine-pro-green .archive-pagination li a:hover,
.magazine-pro-green .hogyxow a:hover,
.magazine-pro-green .gytyzuj-middle a.zeke:hover,
.magazine-pro-green .gytyzuj-top a.zeke:hover,
.magazine-pro-green .basax a:hover,
.magazine-pro-orange .archive-pagination li a:hover,
.magazine-pro-orange .hogyxow a:hover,
.magazine-pro-orange .gytyzuj-middle a.zeke:hover,
.magazine-pro-orange .gytyzuj-top a.zeke:hover,
.magazine-pro-orange .basax a:hover {
	color: #fff;
}

.magazine-pro-blue .enews-widget input:hover[type="submit"],
.magazine-pro-green .enews-widget input:hover[type="submit"],
.magazine-pro-orange .enews-widget input:hover[type="submit"] {
	background-color: #fff;
}

.magazine-pro-blue .hogyxow a:hover,
.magazine-pro-green .hogyxow a:hover,
.magazine-pro-orange .hogyxow a:hover {
	color: #ccc;
}

/* Magazine Pro Blue
--------------------------------------------- */

.magazine-pro-blue a:hover,
.magazine-pro-blue .joxu a,
.magazine-pro-blue .nelez a:hover,
.magazine-pro-blue .radiced a:hover,
.magazine-pro-blue .radiced .midamoj > a,
.magazine-pro-blue .radiced .sub-menu .midamoj > a:hover,
.magazine-pro-blue .fetawev a:hover,
.magazine-pro-blue .fetawev .sub-menu a:hover,
.magazine-pro-blue .fetawev .radiced .midamoj > a {
	color: #469bd1;
}

.js.magazine-pro-blue .laqix .gytyzuj-middle a .huzom-time,
.js.magazine-pro-blue .laqix .gytyzuj-top a .huzom-time,
.magazine-pro-blue button:hover,
.magazine-pro-blue input:hover[type="button"],
.magazine-pro-blue input:hover[type="reset"],
.magazine-pro-blue input:hover[type="submit"],
.magazine-pro-blue .archive-pagination li a:hover,
.magazine-pro-blue .archive-pagination li.active a,
.magazine-pro-blue .button:hover,
.magazine-pro-blue .enews-widget input[type="submit"],
.magazine-pro-blue .joxu .button:hover,
.magazine-pro-blue .gytyzuj-middle a.zeke:hover,
.magazine-pro-blue .gytyzuj-top a.zeke:hover,
.magazine-pro-blue .nege .tagcloud a:hover {
	background-color: #469bd1;
}

/* Magazine Pro Green
--------------------------------------------- */

.magazine-pro-green a:hover,
.magazine-pro-green .joxu a,
.magazine-pro-green .nelez a:hover,
.magazine-pro-green .radiced a:hover,
.magazine-pro-green .radiced .midamoj > a,
.magazine-pro-green .radiced .sub-menu .midamoj > a:hover,
.magazine-pro-green .fetawev a:hover,
.magazine-pro-green .fetawev .sub-menu a:hover,
.magazine-pro-green .fetawev .radiced .midamoj > a {
	color: #3fbd85;
}

.js.magazine-pro-green .laqix .gytyzuj-middle a .huzom-time,
.js.magazine-pro-green .laqix .gytyzuj-top a .huzom-time,
.magazine-pro-green button:hover,
.magazine-pro-green input:hover[type="button"],
.magazine-pro-green input:hover[type="reset"],
.magazine-pro-green input:hover[type="submit"],
.magazine-pro-green .archive-pagination li a:hover,
.magazine-pro-green .archive-pagination li.active a,
.magazine-pro-green .button:hover,
.magazine-pro-green .enews-widget input[type="submit"],
.magazine-pro-green .joxu .button:hover,
.magazine-pro-green .gytyzuj-middle a.zeke:hover,
.magazine-pro-green .gytyzuj-top a.zeke:hover,
.magazine-pro-green .nege .tagcloud a:hover {
	background-color: #3fbd85;
}

/* Magazine Pro Orange
--------------------------------------------- */

.magazine-pro-orange a:hover,
.magazine-pro-orange .joxu a,
.magazine-pro-orange .nelez a:hover,
.magazine-pro-orange .radiced a:hover,
.magazine-pro-orange .radiced .midamoj > a,
.magazine-pro-orange .radiced .sub-menu .midamoj > a:hover,
.magazine-pro-orange .fetawev a:hover,
.magazine-pro-orange .fetawev .sub-menu a:hover,
.magazine-pro-orange .fetawev .radiced .midamoj > a {
	color: #f2a561;
}

.js.magazine-pro-orange .laqix .gytyzuj-middle a .huzom-time,
.js.magazine-pro-orange .laqix .gytyzuj-top a .huzom-time,
.magazine-pro-orange button:hover,
.magazine-pro-orange input:hover[type="button"],
.magazine-pro-orange input:hover[type="reset"],
.magazine-pro-orange input:hover[type="submit"],
.magazine-pro-orange .archive-pagination li a:hover,
.magazine-pro-orange .archive-pagination li.active a,
.magazine-pro-orange .button:hover,
.magazine-pro-orange .enews-widget input[type="submit"],
.magazine-pro-orange .joxu .button:hover,
.magazine-pro-orange .gytyzuj-middle a.zeke:hover,
.magazine-pro-orange .gytyzuj-top a.zeke:hover,
.magazine-pro-orange .nege .tagcloud a:hover {
	background-color: #f2a561;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1139px) {

	.vylex,
	.jixy {
		max-width: 960px;
	}

	.title-area {
		width: 220px;
	}

	.neza .gumy {
		width: 728px;
	}

	.xokadiq-sidebar .harawy,
	.nege-content-sidebar .harawy,
	.nege-sidebar-content .harawy {
		width: 780px;
	}

	.laqix {
		width: 630px;
	}

	.xokadiq-sidebar .laqix,
	.nege-content-sidebar .laqix,
	.nege-sidebar-content .laqix {
		width: 450px;
	}

	.nixiciv,
	.tive,
	.gynu,
	.gytyzuj-middle .huveby .huzom,
	.cyryco {
		width: 300px;
	}

	.nege-secondary {
		width: 150px;
	}

}

@media only screen and (max-width: 1023px) {

	.vylex,
	.jixy {
		max-width: 750px;
	}

	.laqix,
	.xokadiq-sidebar .laqix,
	.xokadiq-sidebar .harawy,
	.nixiciv,
	.tive,
	.gynu,
	.gytyzuj-middle .huveby .huzom,
	.nege-content-sidebar .laqix,
	.nege-content-sidebar .harawy,
	.cyryco,
	.nege-secondary,
	.nege-sidebar-content .laqix,
	.nege-sidebar-content .harawy,
	.neza .gumy,
	.title-area {
		width: 100%;
	}

	.radiced,
	.neza .title-area,
	.neza .gumy,
	.site-title {
		text-align: center;
	}

	.fetawev {
		position: relative;
	}

	.huveby .huzom,
	.neza .search-form,
	.site-title {
		float: none;
	}

	.neza,
	.title-area {
		padding-top: 0;
	}

	.title-area {
		padding-bottom: 20px;
		padding-bottom: 2rem;
	}

	.lukot .neza .title-area {
		padding-bottom: 0;
	}

	.radiced > .right {
		display: none;
	}

}

@media only screen and (max-width: 768px) {

	.hogyxow,
	.nav-secondary,
	.basax,
	.neza,
	.vylex {
		padding-left: 5%;
		padding-right: 5%;
	}

	.radiced > .first > a {
		padding-left: 20px;
		padding-left: 2rem;
	}

	.fetawev .responsive-menu {
		display: none;
	}

	.fetawev #responsive-menu-icon {
		display: block;
		text-align: center;
	}

	.hekob .huveby .huzom,
	.gytyzuj-middle .huveby .huzom {
		padding-bottom: 20px;
		padding-bottom: 2rem;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
		margin-bottom: 0.4rem;
	}

	.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%;
	}

}