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,
.homom:before,
.jyfev-pagination:before,
.jyfev:before,
.susyq:before,
.nav-primary:before,
.wuqo:before,
.site-container:before,
.qefil:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.homom:after,
.jyfev-pagination:after,
.jyfev:after,
.susyq:after,
.nav-primary:after,
.wuqo:after,
.site-container:after,
.qefil:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


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

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

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

body {
	background-color: #fff;
	color: #222;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	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 {
	color: #f96e5b;
}

a:hover {
	color: #222;
}

p {
	margin: 0 0 20px;
	margin: 0 0 2rem;
	padding: 0;
}

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

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

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

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

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

cite {
	font-style: normal;
}

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

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

h1 {
	font-size: 48px;
	font-size: 4.8rem;
}

h2 {
	font-size: 24px;
	font-size: 2.4rem;
}

h3 {
	font-size: 20px;
	font-size: 2rem;
}

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,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.quly img,
.gallery img {
	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	box-shadow: 0 0 5px #ddd inset;
	color: #999;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.homom .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	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,
.homom .button:hover {
	background-color: #f96e5b;
}

.homom .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;
}

/* 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
--------------------------------------------- */

.site-container {
	background-color: #fff;
	margin: 32px auto;
	margin: 3.2rem auto;
	max-width: 1140px;
	overflow: hidden;
	padding: 36px;
	padding: 3.6rem;
}

.site-inner {
	clear: both;
	padding-top: 32px;
	padding-top: 3.2rem;
}

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

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

/* Wrapping div for .content and .boryz */

.rajax-sidebar .rajax-wrap,
.lele-content-sidebar .rajax-wrap,
.lele-sidebar-content .rajax-wrap {
	width: 868px;
}

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

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

/* Content */

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

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

.rajax-sidebar .content,
.lele-content-sidebar .content,
.lele-sidebar-content .content {
	width: 500px;
}

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

.metro-pro-landing .site-container {
	max-width: 772px;
}

.metro-pro-landing .site-inner,
.metro-pro-landing .jyfev {
	padding: 0;
}

/* Primary Sidebar */

.boryz {
	float: right;
	width: 332px;
}

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

/* Secondary Sidebar */

.lele-secondary {
	float: left;
	width: 164px;
}

.rajax-sidebar .lele-secondary {
	float: right;
}


/* Column Classes
--------------------------------------------- */

.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
--------------------------------------------- */

.qoju {
	float: left;
}

.geme .qoju {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .qoju {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form {
	overflow: hidden;
	width: 100%;
}

.search-form input[type="search"] {
	background: #f5f5f5 url(images/search.png) no-repeat 15px 16px;
	background-size: 15px 15px;
	padding: 16px 16px 16px 44px;
	padding: 1.6rem 1.6rem 1.6rem 4.4rem;
}

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

img.centered,
.weja {
	display: block;
	margin: 0 auto 12px;
	margin: 0 auto 1.2rem;
}

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

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

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

a.geme img,
img.geme,
.wp-caption.geme {
	margin: 0 24px 12px 0;
	margin: 0 2.4rem 1.2rem 0;
}

a.alignright img,
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;
	margin: 0;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

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

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

.archive-description,
.author-box,
.sticky {
	background-color: #f5f5f5;
	margin-bottom: 48px;
	margin-bottom: 4.8rem;
	overflow: hidden;
	padding: 32px;
	padding: 3.2rem;
}

.author-box p {
	margin: 0;
}

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

.author-box h1 {
	font-size: 23px;
	font-size: 2.3rem;
	margin-bottom: 8px;
	margin-bottom: 0.8rem;
}

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

.qomif {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 700;
	margin-bottom: 2px;
	margin-bottom: 0.2rem;

}

.qomif a,
.lele .widget-title a {
	color: #333;
	text-decoration: none;
}

.qomif a:hover {
	color: #f96e5b;
}

.content .rolywu-top .qomif {
	font-size: 24px;
	font-size: 2.4rem;
}

.after-entry .widget-title,
.archive-title,
.comments-title,
.widget .qomif {
	font-size: 20px;
	font-size: 2rem;
}

.comment-respond h3,
.jyfev-comments h3,
.widget-title {
	background: url(images/lines.png) repeat scroll 0 0 transparent;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding-bottom: 0px;
	padding-bottom: 0rem;
	text-align: center;
	text-transform: uppercase;
}

.comments-title, .widget-headline {
	padding: 0 8px;
	padding: 0 0.5rem;
}

.comments-title, .widget-headline {
	background: none repeat scroll 0 0 white;
	font-size: 17px;
	font-size: 1.7rem;
}

.comment-respond h3:before,
.jyfev-comments h3:before,
.widget-title:before {
	margin-right: 10px;
	margin-right: 1rem;
}

.comment-respond h3:after,
.jyfev-comments h3:after,
.widget-title:after {
	margin-left: 10px;
	margin-left: 1rem;
}

.after-entry .widget-title,
.enews-widget .widget-title {
	background: none;
	text-shadow: none;
}


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

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

.quly .jyfev {
	background: none;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding: 0;
}

.quly .jyfev p,
.sodeta .quly {
	margin-bottom: 0;
}

.quly .qomif {
	margin-bottom: -5px;
	margin-bottom: -.5rem;
}

.sodeta .quly .qomif {
	margin: 0px 0;
	margin: 0rem 0;
	margin-bottom: -5px;
	margin-bottom: -.5rem;

}

.sodeta .quly .widget-title {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.sodeta .quly .jyfev {
	border-bottom: 5px solid #f5f5f5;
}

.dagygif .sodeta .jyfev {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding-bottom: 20px;
	padding-bottom: 2rem;
}

.sodeta .quly .homom p,
.sodeta .quly img {
	margin-bottom: 0;
}

.vaji h2 a {
	text-decoration: none;
}

.sodeta .vaji h2 a {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
}

.sodeta .serylad .pivycoh {
    border-bottom: 0px dotted #999999 !important;
    margin-bottom: 6px !important;
    color: #333333;
}

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

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

.lele .enews-widget {
	background-color: #333;
	color: #fff;
	padding: 28px 32px 32px;
	padding: 2.8rem 3.2rem 3.2rem;
}

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

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

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

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

.lele .enews-widget input {
	background-color: #fff;
	box-shadow: none;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.after-entry .enews-widget input {
	width: 50%;
}

.after-entry .enews-widget input[type="submit"] {
	width: auto;
}

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

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

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

.site-inner div.gform_wrapper input[type="text"],
.site-inner div.gform_wrapper textarea,
.site-inner div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

.site-inner 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;
}

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

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

img#wpstats {
	display: none;
}


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

.site-header {
	background-color: #fff;
	padding: 0;
	overflow: hidden;
}

.tewi .site-header {
	padding: 0;
}

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

.rici {
	float: left;
	padding: 0;
	width: 400px;/*480*/
}

.zyxebiz {
	font-family: 'Oswald', sans-serif;
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	text-transform: uppercase;
}

.zyxebiz a,
.zyxebiz a:hover {
	background-color: #f96e5b;
	color: #fff;
	display: inline-block;
	padding: 16px;
	padding: 1.6rem;
	text-decoration: none;
}

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

/* Full width header, no widgets */

.header-full-width .rici,
.header-full-width .zyxebiz {
	width: 100%;
}

.tewi .site-description,
.tewi .zyxebiz a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.tewi .zyxebiz,
.tewi .rici {
	min-height: 100px;
	padding: 0;
}

.tewi .zyxebiz a {
	background-color: none;
	max-width: 390px;
	min-height: 100px;
	padding: 0;
}

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

.site-header .widget-area {
	float: right;
	width: 460px;
	margin-top: 10px;
	margin-top: 1rem;
	margin-bottom: -10px;
	margin-bottom: -1rem;
}

.site-header .search-form {
	float: right;
	margin-top: 16px;
	margin-top: 1.6rem;
	width: 50%;
}


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

.sekybu {
	clear: both;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	margin: 0;
	padding: 0;
	width: 100%;
}

.sekybu .xonuj {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.sekybu a {
	color: #fff;
	display: block;
	padding: 17px 20px 14px;
	padding: 1.7rem 2rem 1.4rem;
	position: relative;
	text-decoration: none;
}

.sekybu a:hover,
.sekybu .current-menu-item > a {
	background-color: #f96e5b;
	color: #fff;
}

.sekybu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 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: 175px;
	z-index: 99;
}

.sekybu .sub-menu a {
	background-color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 12px 16px;
	padding: 1.2rem 1.6rem;
	position: relative;
	width: 270px;
}

.sekybu .sub-menu .sub-menu {
	margin: -36px 0 0 174px;
}

.sekybu .xonuj:hover {
	position: static;
}

.sekybu .xonuj:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.sekybu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 16px 20px 14px;
	padding: 1.6rem 2rem 1.4rem;
	text-transform: uppercase;
}

.sekybu > .right > a {
	background: none;
	display: inline;
	padding: 0;
}

.sekybu > .right > a:hover {
	color: #f96e5b;
}

.sekybu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.sekybu > .search {
	padding: 0;
}

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

.sekybu .search-form input[type="search"] {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 14px 14px 14px 44px;
	padding: 1.4rem 1.4rem 1.4rem 4.4rem;
}

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

.site-header ul.sekybu {
	background-color: #333;
}

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

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

.nav-primary {
	background-color: #333;
}

.nav-primary a {
	text-transform: uppercase;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #fff;
}

.nav-primary .sub-menu a {
	padding: 16px 20px;
	padding: 1.6rem 2rem;
}

.nav-primary .sub-menu a:hover {
	background-color: #f96e5b;
	color: #fff;
}

.nav-primary .sub-menu .sub-menu {
	margin: -44px 0 0 174px;
}

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

.wuqo {
	background-color: #333;
	text-align: right;
}

.wuqo a {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1;
	padding: 12px;
	padding: 1.2rem;
	text-transform: uppercase;
}

.wuqo .sub-menu a:hover {
	background-color: #f96e5b;
	color: #fff;
}


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

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

.rolywu-middle {
	overflow: hidden;
}

.rolywu-middle-left,
.rolywu-middle-right {
	width: 332px;
}

.rolywu-middle-left {
	float: left;
}

.rolywu-middle-right {
	float: right;
}

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

.jyfev,
.page.page-template-page_blog-php .jyfev {
	background:;
	background-size: 8px 8px;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
	border-bottom: 3px solid #F5F5F5;
}

.page .jyfev {
	background: none;
}

.single .jyfev {
	background: none;
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	padding: 0;
}

.homom a {
	color: #f96e5b;
}

.homom a:hover {
	color: #333;
}

.homom ol,
.homom p,
.homom ul,
.quote-caption {
	margin-bottom: 18px;
	margin-bottom: 1.8rem;
}

.homom ol li,
.homom ul li {
	margin-left: 40px;
	margin-left: 4rem;
}

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

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

.homom ol ol,
.homom ul ul,
.homom .wp-caption p {
	margin-bottom: 0;
}

.pivycoh {
	color: #000000;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
}

.pivycoh a {
	color: #999;
	text-decoration: none;
}

.pivycoh a:hover {
	color: #222;
}

.serylad .pivycoh {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	border-bottom: 1px solid #999999;
   	color: #333333;
	padding: 16px 0;
	padding: 1rem 0;
}

.pivycoh .jyfev-comments::before {
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.pivycoh .hoce,
.pivycoh .jyfev-tags {
	display: block;
}

.pivycoh .jyfev-tags {
	display: inline; /* Added AW */
}

.content .pivycoh .jyfev-comments-link {
	float: right;
}

.content .pivycoh .jyfev-comments-link a {
	background-color: #f96e5b;
	color: #fff;
	padding: 3px 12px;
	padding: 0.3rem 1.2rem;
}

.content .pivycoh .jyfev-comments-link a:hover {
	background-color: #333;
	color: #fff;
}

/* After Entry
--------------------------------------------- */

.after-entry,
.after-entry .wrap {
	overflow: hidden;
}

.after-entry {
	background:;
	background-size: 8px 8px;
	margin-top: 30px;
	margin-top: 3rem;
	padding: 10px;
	padding: 1rem;
	text-align: center;
}

.after-entry .wrap {
	background-color: #fff;
	padding: 0px;
	padding: 0rem;
}

.after-entry p {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

/* Portfolio
--------------------------------------------- */

.jyfev-portfolio {
	margin: 12px 0 12px;
	padding: 0;
}

.content .portfolio,
.quly .portfolio {
	background: #fff;
    float: left;
    margin: 0 2% 40px 0;/* !important;*/
    overflow: hidden;
    padding: 0;
    width: 32%;
    border-bottom: 0 solid #F5F5F5 !important;
}

.content .portfolio.last {
	margin: 0 0 40px 0;
}

.portfolio .cuboq-image {
	margin: 0;
}

.portfolio .cuboq-image:hover {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
	opacity: 0.6;
}

.portfolio .qomif {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 24px;
	text-align: center;
	margin: 0;
	padding: 0 0 15px;
}

.page-template-page_portfolio-php h1 {
	padding: 0;
}
	
.portfolio .qomif a {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 700;
	margin: 0;
	text-decoration: none;
}

.portfolio p {
	font-size: 16px;
	font-size: 1rem;
}

.portfolio .more-link {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	background: #2a2a2a;
	color: #fff;
	display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;	
	padding: 4px 12px;
    margin: 20px 0 0;
	text-align: center;
	text-decoration: none;	
	width: 110px;
}
	
.content .portfolio .more-link:hover {
	background: #555;
	color: #fff;
}

.portfolio .homom {
	padding: 0 20px 0;
}

.portfolio .divap {
	background: none;
	padding: 0;
}


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

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

.archive-pagination li {
	display: inline;
}

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

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

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

.jyfev-comments,
.jyfev-pings {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

p.form-submit,
.jyfev-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;
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff; 
	border-right: none; 
}

.comment .qoju {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.form-allowed-tags {
	display: none;
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}

p.subscribe-to-comments {
	padding: 24px 0 16px;
	padding: 2.4rem 0 1.6rem;
}

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

.lele {
	display: inline;
	font-size: 15px;
	font-size: 1.5rem;
}

.lele p:last-child,
.lele ul {
	margin: 0;
}


#author_list li {
    background-image: url("images/author.jpg");
    background-position: 0 4px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #BBBBBB;
    margin-left: 30px;
    margin-top: 5px;
    padding-left: 20px;
}

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	
	padding: 0;
	word-wrap: break-word;
}

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

.widget {
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	word-wrap: break-word;
}

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

a.social-buttons {
	background-color: #333;
	border-right: 1px solid #fff;
	color: #fff;
	float: left;
	font-size: 10px;
	font-size: 1rem;
	overflow: hidden;
	padding: 8px 0;
	padding: 0.8rem 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 25%;
}

a.social-buttons.last {
	border: none;
}

a.social-buttons:hover {
	background-color: #f96e5b;
}


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

.susyq {
	background-color: #fff;
	clear: both;
	font-size: 15px;
	font-size: 1.5rem;
	margin: 32px auto;
	margin: 3.2rem auto;
	max-width: 1140px;
	padding: 36px 36px 0;
	padding: 3.6rem 3.6rem 0;
}

.susyq-1,
.susyq-2,
.susyq-3 {
	width: 332px;
}

.susyq-1 {
	margin-right: 36px;
}

.susyq-1,
.susyq-2 {
	float: left;
}

.susyq-3 {
	float: right;
}

.susyq .widget {
	margin-bottom: 36px;
	margin-bottom: 3.6rem;
}

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

.susyq li {
    list-style-type: disc;
    margin-bottom: 0.6rem;
    padding: 0;
    margin: 0 0 10px 20px;
    word-wrap: break-word;
}

.susyq .widget-title {
	background: none;
	text-align: left;
}

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

.qefil {
	background-color: #333;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 16px;
	padding: 1.6rem;
	text-align: center;
}

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

.qefil a:hover {
	color: #f96e5b;
}

.qefil p {
	margin: 0;
}

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Metro Pro Blue
--------------------------------------------- */

.kyro .qomif a:hover,
.kyro .sekybu > .right > a:hover,
.kyro .qefil a:hover,
.kyro a,
.kyro h2 a:hover {
	color:  #0099CC;
	text-decoration: none;
}

.kyro .qomif a,
.kyro .pivycoh a:hover,
.kyro a:hover {
	color: #222;
}

.kyro .pivycoh a {
	color:  #0099CC;
}

.kyro .archive-pagination li a:hover,
.kyro .jyfev-comments-link a,
.kyro .jyfev-comments-link a:hover,
.kyro .sekybu a,
.kyro .qefil a,
.kyro .zyxebiz a,
.kyro .zyxebiz a:hover,
.kyro a.social-buttons {
	color: #fff;
}

.kyro h2 a,
.kyro h2 a:visited {
	color: #333;
}

.kyro .archive-pagination li a:hover,
.kyro .archive-pagination li.active a,
.kyro .btn:hover,
.kyro .content .jyfev-comments-link a,
.kyro .enews-widget input:hover[type="submit"],
.kyro .sekybu .current-menu-item > a,
.kyro .sekybu a:hover,
.kyro .lele .enews-widget input[type="submit"],
.kyro .zyxebiz a,
.kyro a.social-buttons:hover,
.kyro button:hover,
.kyro input:hover[type="button"],
.kyro input:hover[type="reset"],
.kyro input:hover[type="submit"] {
	background-color:  #0099CC;
}

.kyro .jyfev-comments-link a:hover {
	background-color: #333;
}

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

.kyro .sekybu > .right > a,
.kyro.tewi .zyxebiz a {
	background: none;
}

/* Metro Pro Green
--------------------------------------------- */

.metro-pro-green .qomif a:hover,
.metro-pro-green .sekybu > .right > a:hover,
.metro-pro-green .qefil a:hover,
.metro-pro-green a,
.metro-pro-green h2 a:hover {
	color: #21c250;
}

.metro-pro-green .qomif a,
.metro-pro-green .pivycoh a:hover,
.metro-pro-green a:hover {
	color: #222;
}

.metro-pro-green .pivycoh a {
	color: #999;
}

.metro-pro-green .archive-pagination li a:hover,
.metro-pro-green .jyfev-comments-link a,
.metro-pro-green .jyfev-comments-link a:hover,
.metro-pro-green .sekybu a,
.metro-pro-green .qefil a,
.metro-pro-green .zyxebiz a,
.metro-pro-green .zyxebiz a:hover,
.metro-pro-green a.social-buttons {
	color: #fff;
}

.metro-pro-green h2 a,
.metro-pro-green h2 a:visited {
	color: #333;
}

.metro-pro-green .archive-pagination li a:hover,
.metro-pro-green .archive-pagination li.active a,
.metro-pro-green .btn:hover,
.metro-pro-green .content .jyfev-comments-link a,
.metro-pro-green .enews-widget input:hover[type="submit"],
.metro-pro-green .sekybu .current-menu-item > a,
.metro-pro-green .sekybu a:hover,
.metro-pro-green .lele .enews-widget input[type="submit"],
.metro-pro-green .zyxebiz a,
.metro-pro-green a.social-buttons:hover,
.metro-pro-green button:hover,
.metro-pro-green input:hover[type="button"],
.metro-pro-green input:hover[type="reset"],
.metro-pro-green input:hover[type="submit"] {
	background-color: #21c250;
}

.metro-pro-green .jyfev-comments-link a:hover {
	background-color: #333;
}

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

.metro-pro-green .sekybu > .right > a,
.metro-pro-green.tewi .zyxebiz a {
	background: none;
}

/* Metro Pro Pink
--------------------------------------------- */

.metro-pro-pink .qomif a:hover,
.metro-pro-pink .sekybu > .right > a:hover,
.metro-pro-pink .qefil a:hover,
.metro-pro-pink a,
.metro-pro-pink h2 a:hover {
	color: #d1548e;
}

.metro-pro-pink .qomif a,
.metro-pro-pink .pivycoh a:hover,
.metro-pro-pink a:hover {
	color: #222;
}

.metro-pro-pink .pivycoh a {
	color: #999;
}

.metro-pro-pink .archive-pagination li a:hover,
.metro-pro-pink .jyfev-comments-link a,
.metro-pro-pink .jyfev-comments-link a:hover,
.metro-pro-pink .sekybu a,
.metro-pro-pink .qefil a,
.metro-pro-pink .zyxebiz a,
.metro-pro-pink .zyxebiz a:hover,
.metro-pro-pink a.social-buttons {
	color: #fff;
}

.metro-pro-pink h2 a,
.metro-pro-pink h2 a:visited {
	color: #333;
}

.metro-pro-pink .archive-pagination li a:hover,
.metro-pro-pink .archive-pagination li.active a,
.metro-pro-pink .btn:hover,
.metro-pro-pink .content .jyfev-comments-link a,
.metro-pro-pink .enews-widget input:hover[type="submit"],
.metro-pro-pink .sekybu .current-menu-item > a,
.metro-pro-pink .sekybu a:hover,
.metro-pro-pink .lele .enews-widget input[type="submit"],
.metro-pro-pink .zyxebiz a,
.metro-pro-pink a.social-buttons:hover,
.metro-pro-pink button:hover,
.metro-pro-pink input:hover[type="button"],
.metro-pro-pink input:hover[type="reset"],
.metro-pro-pink input:hover[type="submit"] {
	background-color: #d1548e;
}

.metro-pro-pink .jyfev-comments-link a:hover {
	background-color: #333;
}

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

.metro-pro-pink .sekybu > .right > a,
.metro-pro-pink.tewi .zyxebiz a {
	background: none;
}

/* Metro Pro Red
--------------------------------------------- */

.metro-pro-red .qomif a:hover,
.metro-pro-red .sekybu > .right > a:hover,
.metro-pro-red .qefil a:hover,
.metro-pro-red a,
.metro-pro-red h2 a:hover {
	color: #ef4f4f;
}

.metro-pro-red .qomif a,
.metro-pro-red .pivycoh a:hover,
.metro-pro-red a:hover {
	color: #222;
}

.metro-pro-red .pivycoh a {
	color: #999;
}

.metro-pro-red .archive-pagination li a:hover,
.metro-pro-red .jyfev-comments-link a,
.metro-pro-red .jyfev-comments-link a:hover,
.metro-pro-red .sekybu a,
.metro-pro-red .qefil a,
.metro-pro-red .zyxebiz a,
.metro-pro-red .zyxebiz a:hover,
.metro-pro-red a.social-buttons {
	color: #fff;
}

.metro-pro-red h2 a,
.metro-pro-red h2 a:visited {
	color: #333;
}

.metro-pro-red .archive-pagination li a:hover,
.metro-pro-red .archive-pagination li.active a,
.metro-pro-red .btn:hover,
.metro-pro-red .content .jyfev-comments-link a,
.metro-pro-red .enews-widget input:hover[type="submit"],
.metro-pro-red .sekybu .current-menu-item > a,
.metro-pro-red .sekybu a:hover,
.metro-pro-red .lele .enews-widget input[type="submit"],
.metro-pro-red .zyxebiz a,
.metro-pro-red a.social-buttons:hover,
.metro-pro-red button:hover,
.metro-pro-red input:hover[type="button"],
.metro-pro-red input:hover[type="reset"],
.metro-pro-red input:hover[type="submit"] {
	background-color: #ef4f4f;
}

.metro-pro-red .jyfev-comments-link a:hover {
	background-color: #333;
}

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

.metro-pro-red .sekybu > .right > a,
.metro-pro-red.tewi .zyxebiz a {
	background: none;
}


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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.after-entry,
	.comment-respond h3:after,
	.comment-respond h3:before,
	.jyfev-comments h3:after,
	.jyfev-comments h3:before,
	.jyfev,
	.widget-title:after,
	.widget-title:before {
		background-image: url(images/lines@2x.png);
	}

	.search-form input[type="search"] {
		background-image: url(images/search@2x.png);
	}

}

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

	.susyq,
	.site-container,
	.wrap {
		max-width: 960px;
	}

	.rajax-sidebar .rajax-wrap,
	.lele-content-sidebar .rajax-wrap,
	.lele-sidebar-content .rajax-wrap {
		width: 688px;
	}

	.content {
		width: 580px;
	}

	.site-header .widget-area {
		width: 480px;/*544*/
	}

	.rajax-sidebar .content,
	.lele-content-sidebar .content,
	.lele-sidebar-content .content {
		width: 380px;
	}

	.susyq-1,
	.susyq-2,
	.susyq-3,
	.rolywu-middle-left,
	.rolywu-middle-right,
	.boryz
	/*.rici*/ {
		width: 272px;
	}

}

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

	.susyq,
	.site-container,
	.wrap {
		max-width: 772px;
	}

	.rajax-sidebar .rajax-wrap,
	.rajax-sidebar .content,
	.content,
	.susyq-1,
	.susyq-2,
	.susyq-3,
	.lele-content-sidebar .rajax-wrap,
	.lele-content-sidebar .content,
	.boryz,
	.lele-secondary,
	.lele-sidebar-content .rajax-wrap,
	.lele-sidebar-content .content,
	.site-header .widget-area,
	.rici {
		width: 100%;
	}

	.tewi .zyxebiz a {
		float: none;
		margin: 0 auto;
	}

	.divap .pivycoh,
	.lele .widget,
	.site-header,
	.jyfev-comments,
	.comment-respond {
		padding: 0;
	}

	.sekybu li,
	.site-header ul.sekybu,
	.site-header .search-form,
	.site-header .widget-area {
		float: none;
	}

	.sekybu,
	.site-description,
	.qefil p,
	.site-header hgroup,
	.site-header .search-form,
	.zyxebiz {
		text-align: center;
	}

	.sekybu a {
		padding: 16px;
		padding: 1.6rem;
	}

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

	.sekybu li.geme,
	.sekybu li.right {
		display: none;
	}

	.divap .pivycoh {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.rolywu-middle-left,
	.rolywu-middle-right {
		width: 332px;
	}

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

	.susyq-1 {
		margin: 0;
	}

	.qefil {
		padding: 24px;
		padding: 2.4rem;
	}

}

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

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

	.susyq,
	.site-container {
		width: 94%;
	}

	.site-container {
		padding: 20px 5%;
		padding: 2rem 5%;
	}

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

	.sekybu a,
	.nav-primary .sub-menu a {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 12px;
		padding: 1.2rem;
	}

	.wuqo a,
	.wuqo .sub-menu a {
		font-size: 11px;
		font-size: 1.1rem;
		padding: 10px 8px;
		padding: 1rem 0.8rem;
	}

	.sekybu .sub-menu .sub-menu {
		margin: -31px 0 0 199px;
	}

	.nav-primary .sub-menu .sub-menu {
		margin: -36px 0 0 199px;
	}

	.qomif {
		font-size: 30px;
		font-size: 3rem;
	}

	.after-entry .enews-widget input,
	.after-entry .enews-widget input[type="submit"] {
		width: 100%;
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}

	.susyq {
		padding: 20px 5% 0;
		padding: 2rem 5% 0;
	}

}

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

	.tewi .zyxebiz a {
		background-size: contain !important;
	}

	.zyxebiz {
		font-size: 36px;
		font-size: 3.6rem;
	}

}

/* To hide the date and comments for WYSIJA */
.wysijap .serylad .pivycoh { display: none }



/* Author Spotlight Image Left - By Gil */

.qoju  {
       align: left;
       float: left;
       margin: 5px;
}

.wp-caption {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #CCCCCC;
    padding: 5px 0 0 0px;
    text-align: center;
}

.wp-caption p {
    margin-bottom: 7px !important;
}

.breadcrumb {
	background: none;
    border-bottom: 2px solid #333333;
    color: #333333;
    font-size: 1.1rem;
    font-size: 11px;
    margin: -10px 0 25px;
    padding: 4px 0 10px 17px;
}

.author-box p {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.rolywu-top .serylad .pivycoh {
    border-bottom: 0px dotted #999999 !important;
    color: #333333;
}

#author-spotlight h2 {
	color: #000;
	margin-bottom: 3px;
	margin-bottom: .3rem;
}


/* Style the Author Bio Box */

.postauthor {
    margin-top: 15px;
    margin-bottom: 20px;
    border: 0px solid #F5F5F5;
    overflow: hidden;
    padding: 0;
    background-color: #F5F5F5;
}

.postauthor img {
    display: block;
    float: left;
    height: 125px !important;
    margin-right: 15px;
    width: 125px !important;
}

.postauthor h4 {
    color: #333333;
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 8px;
    margin-bottom: 0.8rem;
    margin-left: 105px;
    padding: 10px 0 8px;
}

.postauthor p {
    color: #000;
    line-height: 27px;
    margin-bottom: 1.5rem;
    padding: 0px 6px;
}

.postauthor-bottom {
    padding: 12px 0px 0px 3px;
    margin: -20px 0px 30px 0px;
    border-bottom:1px solid #ddd;
    border-top:1px solid #ddd;
    overflow: hidden;
    background-color: #F5F5F5;
}

.postauthor-bottom span {
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 1px 0 0;
}

.postauthor-bottom .author-fb {
    background: url("images/author-fb.png") no-repeat scroll left center transparent;
    color: #0099CC;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 0px 5px 30px;
    margin: 0 10px 0 0;
}

.postauthor-bottom .author-twitter {
    background: url("images/author-twitter.png") no-repeat scroll left center transparent;
    color: #0099CC;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 0px 5px 30px;
    margin: 0 10px 0 0;
}

.postauthor-bottom .author-gplus {
    background: url("images/author-gplus.png") no-repeat scroll left center transparent;
    color: #0099CC;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 0px 5px 30px;
    margin: 0 10px 0 0;
}


.postauthor-bottom .author-linkedin {
    background: url("images/author-linkedin.png") no-repeat scroll left center transparent;
    color: #0099CC;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 0px 5px 30px;
    margin: 0 10px 0 0;
}

.postauthor-bottom .author-youtube {
    background: url("images/author-youtube.png") no-repeat scroll left center transparent;
    color: #0099CC;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 0px 5px 30px;
    margin: 0 10px 0 0;
}

.postauthor-bottom .author-blog {
    color: #0099CC;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 5px 0px 5px 2px;
    margin: 0 24px 0 2px;

}

.cat-item {
    list-style-type: none !important;    
    color: #000;
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: normal;
    padding: 5px 0px 5px 2px;
    margin: 0 24px 0 2px;
}

.cat-item ul li {
    color: #000;
    list-style-type: disc !important;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    padding: 5px 0px 10px 2px;
    margin: 0 0 0 40px;
}

.sidebarmenu {
      padding:0px 10px 0px 10px;
      font-size: 19px;
      font-size: 1.9rem;
      text-align: center;
}

/* Set Background Image Opacity (remember to set both values) - By Ade */

.backstretch img {
  opacity: 0.55;
  filter: alpha(opacity=55)
}

/* Gravity Forms Polls Color Changes - By Gil */

.orange .gpoll_bar_juice {
    background-color: #f1a165;
    background-image: -moz-linear-gradient(center top , #59a6bb, #006699)!important;
}

.orange .gpoll_ratio_box {
    background-color: #e65224 !important;
}


.nav-subscribe {
    background: #e65224;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    color: #fff;
	float: none!important;
}

.nav-subscribe  a {
	color: #fff!important;
	text-shadow: 0 0 3px black!important;
}

.image-align a.geme img, img.geme, .wp-caption.geme {
    margin: .9rem 2.4rem 1.2rem 0;
}

.cwp-li {overflow: hidden;}.cwp-avatar {float: left;margin-top: .2em;margin-right: 1em;}.cwp-avatar.rounded .qoju{border-radius:50%;}.cwp-avatar.square .qoju{border-radius:0;}.cwp-comment-excerpt {display: block;color:#787878;}

.recent-comment a.comment-link {
	 text-decoration: none;
	 display:block;
	 padding: 8px;
	 border: 0px dashed #e8cdab;
}

.recent-comment a.comment-link:hover {
	 background-color:#E0E0E0;
}

.recent-comment .comment-author-gravatar {
	 float:left;
         margin-right: 10px;
}

.recent-comment .comment-author {
        float:left;	 
        font-size: 1em;
}

.recent-comment .comment-meta {
	 line-height: 1.2em;
       	 text-decoration: none;
}

.recent-comment .comment-date-time {
	 color: #666;
	 font-size: 0.9em;
}

.recent-comment .comment-post-title {
         margin: 0px 0 0.5em 0;
         text-decoration:none;
	 font-size: 0.9em;
	 font-weight: bold;
	 display:block;
         width: 100%;
}

.recent-comment .comment-text {
	 font-family: Georgia,"Times New Roman",Times,serif;
	 font-style: italic;
	 font-size: 0.9em;
	 color: #888;
}

#sucak ul li a, #sucak ul li a:hover, #sucak ul li a:focus { background-color: #0099cc !important; border-radius: 25px; color: #222222 !important; border: 0px #ffffff solid !important; font-size: 18px; padding: 9px; }  #sucak ul li a:hover, #sucak ul li a:focus { background-color: #666666 !important; border-color: #ffffff !important; color: #5aa5ba !important; }  #sucak ul li a:focus { outline: 1px dotted #666666 !important; }

.zyxebiz a { background: url(./images/logo.png) no-repeat !important; }