/*	SITEWIDE	*/
@font-face {
  font-family: "Sweet Mavka Script";
  font-weight: 300;
  font-style: normal;
  src:
    local("Sweet Mavka Script"),
    url("fonts/sweet_mavka_script.otf") format("opentype");
  font-display: swap;
}

* {
	margin: 0;
	padding: 0;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

abbr[title],
acronym[title] {
	border-bottom: thin solid;
	cursor: help;
}

body {
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #555555;
	text-align: left;
	background: #ebebeb;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}

h1 {
	font-size: 32px;
	line-height: 20px;
}
h1 p {
	font-family: "Sweet Mavka Script", serif;
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h2.title {
	font-size: 26px;
	line-height: 100%;
}

h3 {
	font-size: 16px;
	line-height: 24px;
}

h4 {
	font-size: 14px;
	line-height: 20px;
}

h5 {
	font-size: 14px;
	line-height: 20px;
}

h6 {
	font-size: 14px;
	line-height: 20px;
}

small {
	font-size: 10px;
	line-height: 16px;
}

a {
	color: #004477;
	text-decoration: none;
}

a:hover {
	color: #4a630f;
	text-decoration: underline;
}

fieldset,
img {
	border: none;
}

hr {
	display: none;
}

.toggle {
	display: none;
}

.fixed {
	clear: both;
	margin: 0;
	padding: 0;
	content: ".";
}

#search,
.sticky,
#commentform textarea {
	-moz-border-radius: 6px;
	-webkitz-border-radius: 6px;
	border-radius: 6px;
}

#submit {
	-moz-border-radius: 3px;
	-webkitz-border-radius: 3px;
	border-radius: 3px;
}

/*	MOBILE MENU	*/

#menu {
	display: none;
}

.menu_button {
	display: none;
}

/*	PAGE NAV - TOPMOST MENU	*/

.logo {
	width: 90px;
	margin-left: 5px;
	text-align: center;
}

.logo img {
	height: 100px;
}

#Page-nav {
	display: flex;
	align-items: center;
	justify-content: left;
	position: relative;
	max-width: 1169px;
	min-width: 320px;
	margin: 0 auto;
	z-index: 5;

	border: 1px solid #000000;

	background: #000000;
	background: linear-gradient(90deg, black, #222);

	box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);

	clear: both;
}

/*	SITE TITLE AND SUBTITLE	*/

.sitetitle {
	display: block;
	width: 350px;
}

.sitetitle h1, .sitetitle {
	font-size: 24px;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	line-height: 100%;

	text-shadow:
		/* White glow */
		0 0 3px #ffffff,
		0 0 5px #ffffff;
}

.sitetitle p {
	display: block;
	font-family: "Sweet Mavka Script", serif;
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	text-shadow:
		/* White glow */
		0 0 3px #ffffff,
		0 0 5px #ffffff;
}

.sitetitle a {
	color: #ffffff;
}

.sitetitle a:hover {
	text-decoration: none;
}

.sitesubtitle {
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	text-shadow: 0 1px 0 #fff;
	text-align: center;
	text-shadow: 1px 1px 1px #999;
}

/*	WRAPPER	*/

#wrapper {
	max-width: 1169px;
	min-width: 320px;
	margin: 0 auto;

	border: 1px solid  #bbbbbb;
	background-color: #ffffff;

	box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
}

/*	HEADER	*/

#header {
	position: relative;
	z-index: 1;

	text-align: center;
	background-color: #fff;
	box-shadow: -1px -1px 0 #bbb, 1px 0 0 #bbb;
}

/*	CONTENT	*/

#content {
	float: left;
	width: calc(100% - 352px);
	min-height: 100px;
	padding: 0 15px 20px;
	overflow: hidden;

	background-color: #FFFFFF;
	box-shadow: -1px 0 0 #BBBBBB, 1px 1px 0 #BBBBBB;
}

.foreword {
	margin-bottom: 20px;
	padding: 1%;

	font-size: 14px;
	line-height: 160%;
}

/*	PAGES	*/

#pages {
	float: left;

	height: 31px;
	margin-left: 10px;
	
	font-size: 14px;
}

#pages a {
	display: block;
	padding: 0 10px;

	color: #ABAAAA;
	line-height: 30px;

	border: 1px solid #555;
	border-bottom: none;

	background: #333333;

	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px 6px;
	border-top-right-radius: 6px 6px;
}

#pages a:hover {
	color: #fff;
}

#pages ul li ul {
	float: none;
	display: none;
	position: absolute;
	top: 30px;
	left: -1px;
	width: 150px;
	margin: 0;
	padding: 0 5px;
	overflow: hidden;
	z-index: 100;

	text-align: left;

	border: 1px solid #555;
	background: #454546;

	list-style: circle inside;
}

#pages ul li li a {
	display: inline;
	
	border: none;
	background: none;
}

#pages li {
	float: left;
	position: relative;
	margin-right: 10px;

	list-style: none;
}

#pages li:hover ul {
	display: block;
}

#pages li.current_page_item a {
	color: #334455;
	background: #f7f7f7;
	text-shadow: 1px 1px 1px #ddd;
}

/*	MENU	*/

.menu {
	display: none;
}

.menu_button {
	display: none;
}

/*	SEARCH	*/

#search {
	float: right;
	min-width: 250px;
	height: 26px;
	margin-right: 10px;
	overflow: hidden;

	border: 1px solid #999;

	background: #333 url('images/search-input-bg.gif') no-repeat right 0;
}

#search form {
	padding: 0;
}

#search input#s {
	width: 190px;
	padding: 6px;

	color: #DDDDDD;
	font-size: 12px;

	border: none;
	background: transparent;
}

#search input#searchsubmit {
	padding: 3px 5px;

	font-size: 12px;

	border: 1px solid #e5e5e5;
	background: #f2f2f2;
}

.main_sections {
	margin: 10px 1% 20px; 
	padding-bottom: 20px;
	border-bottom: 1px solid #DADADA;
}

/*  OWL CAROUSEL*/


.owl-item-back {
	position: absolute;
	box-sizing: border-box;
	bottom: 0;
	width: 100%; 
	padding: 10px; 
	
	background-color:rgb(0, 0, 0, 0.6); 
	background-color: linear-gradient(rgb(0, 0, 0, 0.6), #000000);
	z-index: 100;
}

.owl-item-category {
	display: block;
	position: absolute;
	top: -40px;

	font-size: 14px;
	color: #FFFFFF;
	text-transform: capitalize;

	padding: 5px 10px;
	background-color:#4476ff;

	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.owl-item-category a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

.owl-item-category a:hover {
	font-size: 14px;
	color: #a8b5ff;
	text-decoration: none;
}

.owl-item-title {
	font-size: 22px;
	color: #FFFFFF; 
	font-weight: bold;
	
	line-height: 1.2;  
}


/*	POST	*/

.post {
	margin: 0 0 20px;
}

div.post-single {
	margin: 0;
	padding: 0;
}

.post h1.title {
	margin: 0;

	font-size: 22px;
	line-height: 26px;

	border-bottom: 1px solid #ffffff;
}

.post h1.title a {
	color: #445566;
}

.post h1.title a:hover {
	color: #4a630f;
}

.post h1.title-single {
	color: #445566;
}

.post ul,
.post ol {
	margin: 0 30px 18px;
}

ul.ya-share2__list {
	margin: 2px 0 0 0;
	padding-top: 2px;
}

.post li {
	margin: 0 0 5px 0;
	line-height: 160%;
}

.post hr {
	display: block;
}

.post p {
	margin: 0 0 30px;
	line-height: 190%;
}

.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
	margin: 0 0 10px 0;
	color: #555 !important;
}

.post .entry {
	font-size: 16px;
	text-align: left;
}

.post .entry a {
	color: #417cb7;
	text-decoration: underline;
}

.post .entry a:hover {
	color: #4a630f;
}

.post .title_img,
.post .entry img {
	width: 100%;
	height: auto;
    margin-bottom: 10px;
}

.post .entry img.noborder {
	background: #fff;
	border: none;
	padding: 5px 0 0 0;
}

.post .entry table {
	background: #fff;
	border: 1px solid #ccc;
	border-width: 2px;
	border-collapse: collapse;
	margin: 5px 0 10px;
}

.post .entry th,
.post .entry td {
	border: 1px solid #ccc;
	padding: 3px 10px;
	text-align: left;
	vertical-align: top;
}

.post .entry .entry tr.even td {
	background: #f7f7f7;
}

.post .entry th {
	background: #edeff0;
}

.post .entry blockquote {
	margin: 30px;
	padding: 0 10px;
	
	font-family: "PT Serif","Noto Sans Armenian","Noto Sans Bengali","Noto Sans Cherokee","Noto Sans Devanagari","Noto Sans Ethiopic","Noto Sans Georgian","Noto Sans Hebrew","Noto Sans Kannada","Noto Sans Khmer","Noto Sans Lao","Noto Sans Osmanya","Noto Sans Tamil","Noto Sans Telugu","Noto Sans Thai",serif;;
	font-size: 20px;
	color: #555;
	font-weight: bold;
	font-style: italic;

	text-align: center;
}

.post .entry blockquote p {
	line-height: 140% !important;
	border-left: 3px solid #5C5C5C;
	border-right: 3px solid #5C5C5C;
}

.post .entry code {
	background: #334455;
	color: #ddd;
}

.post .entry pre {
	font-size: 12px;
	width: 95%;
	line-height: 16px;
	overflow: auto;
	font-family: "Courier New", FixedSys;
	color: #555;
	background: #fafafa;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 15px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0 5px 16px;
	margin: 0 0 20px;
}

.post .post-info-top {
	height: 26px;
	position: relative;
	overflow: hidden;
	display: block;
	line-height: 26px;
	color: #999;
}

.post .post-info-bottom {
	margin: 5px 0 0;
	padding: 2px 0;
	position: relative;
	overflow: hidden;
	display: block;
	border-top: 1px solid #ddd;
	line-height: 24px;
	color: #999;
}

.post .post-info-top a,
.post .post-info-bottom a {
	color: #999;
}

.post .post-info-top a:hover,
.post .post-info-bottom a:hover {
	color: #4a630f;
	text-decoration: underline;
}

.more-link {
	margin: 10px 0 20px;
	text-align: center;
	background: none !important;
}

.more-link:hover {
	text-decoration: underline !important;
}

.post .entry p.read-more a,
.post .entry p a.more-link,
.post-info-date,
.post-info-category,
.post-info-tags,
#gotocomments,
#addcomment {
	display: block;
	padding-left: 20px;
	background: url(images/icons.gif) 0 0 no-repeat;
}

.post-info-date {
	background-position: 0 -34px;
	font-size: 11px;
}

.post-info-category {
	display: inline;
	background-position: -35px -60px;
}

.post-info-tags {
	display: inline;
	background-position: -20px -240px;
}

#gotocomments {
	float: right;
	background-position: 0 -100px;
	margin-right: 10px;
}

#addcomment {
	float: right;
	background-position: 0 -120px;
}

.post .entry p.read-more a,
.post .entry p a.more-link {
	bottom: 0;
	left: 10px;
	text-decoration: none;
	color: #4a630f;
	background-position: 0 -20px;
}

a.more-link:hover {
	text-decoration: underline;
}

.sticky {
	width: 638px;
	background: #f2f2f2;
	border: 1px solid #ccc;
}

.post h2.sticky-h2 a {
	color: #ff4e00;
}

.post .add-info {
	padding: 0 10px;
}

.post .add-info h3 {
	line-height: 16px;
	font-size: 12px;
	color: #4a630f;
	margin-bottom: 5px;
	background: #e5e5e5;
}

.post .add-info ul {
	list-style: square;
}

/*	SIDEBAR	*/

#sidebar-border {
	float: right;
	width: 320px;
	overflow: hidden;

	background: #ffffff;
	box-shadow: 1px 1px 0 #bbb, 1px 1px 0 #bbb;
}

#sidebar {
	padding: 0 8px 10px;
	border: 1px solid #fff;
}

#sidebar a {
	color: #555555;
	text-shadow: 0 1px 0 #fafafa;
	text-decoration: none;
}

#sidebar a:hover {
	color: #999999;
	text-decoration: underline;
}

#sidebar ul.recent_posts li {
	list-style-type: none;
	padding-left: 0;
	background: none;
}

#sidebar h2,
#sidebar h3 {
	text-shadow: 1px 1px 1px #ddd;
	color: #445566;
	font-size: 16px;
	margin: 0;
	padding: 0 5px;
	line-height: 30px;
	border-bottom: 1px solid #fff;
}

#sidebar li {
	line-height: 24px;
}

#sidebar li.widget {
	margin-bottom: 0;
}

#sidebar li.widget div {
	padding: 8px 0;
}

#sidebar li.widget div.fixed {
	padding: 0;
	margin: 0;
	border: none;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul ul {
	padding: 8px 5px;
	border-top: 1px solid #ddd;
}

#sidebar ul ul ul {
	padding: 0;
	border-top: none;
}

#sidebar ul ul li {
	padding-left: 15px;
	background: url("images/icons.gif") no-repeat 0 -280px;
}

#sidebar ul ul li:hover {
	background: url("images/icons.gif") no-repeat -10px -260px;
}

#sidebar-border-left {
	overflow: hidden;
	float: left;
	width: 180px;
	background: #f4f4f4;
	border: 1px solid #ccc;
}

#sidebar-left {
	width: 160px;
	padding: 20px 10px 10px;
}

#sidebar-left a {
	color: #555;
	text-shadow: 0 1px 0 #fafafa;
	text-decoration: none;
}

#sidebar-left a:hover {
	color: #999;
	text-decoration: underline;
}

#sidebar-left h3,
#sidebar h2 {
	text-shadow: 1px 1px 1px #ddd;
	color: #445566;
	font-size: 16px;
	margin: 0;
	padding: 0 5px;
	line-height: 30px;
	border-bottom: 1px solid #fff;
}

#sidebar-left li {
	line-height: 20px;
}

#sidebar-left li.widget {
	margin-bottom: 10px;
}

#sidebar-left li.widget div {
	padding: 8px 5px;
	border-top: 1px solid #ddd;
}

#sidebar-left li.widget div.fixed {
	padding: 0;
	margin: 0;
	border: none;
}

#sidebar-left ul {
	list-style: none;
}

#sidebar-left ul ul {
	padding: 8px 5px;
	border-top: 1px solid #ddd;
}

#sidebar-left ul ul ul {
	padding: 0;
	border-top: none;
}

#sidebar-left ul ul li {
	padding-left: 15px;
	background: url("images/icons.gif") no-repeat 0 -280px;
}

#sidebar-left ul ul li:hover {
	background: url("images/icons.gif") no-repeat -10px -260px;
}

.category_flex li {
	width: 28%;
	float: left;
	text-align: left;
	padding-left: 15px;
	background: url("images/icons.gif") no-repeat 0 -280px;
	list-style-type: none;
}

.category_flex {
	display: flow-root;
	margin-bottom: 10px;
	padding: 8px 0;
	border-top: 1px solid #ddd;
}

#pagination,
#nav-below {
	width: 100%;
	margin: 0;
	padding: 2px 10px;
	display: block;
	line-height: 18px;
}

.navigation {
	border-bottom: 1px solid #fff;
	text-align: right;
	line-height: 24px;
	margin: 0;
	padding: 2px 10px;
}

#nav-below {
	width: 100%;
	padding: 10px 0px 20px;
	display: block;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
}

.nav-previous {
	float: left;
	width: 50%;
}

.nav-next {
	float: right;
	width: 50%;
	text-align: right;
}

#footer {
	width: 100%;
	margin: 0 auto;
	background: #333333;
}

#footer-inside {
	max-width: 1169px;
	min-width: 320px;
	margin: 0 auto;
}

#footer-inside a {
	text-decoration: none;
}

#footer-inside .recent, #footer-inside .all_tags {
	padding-bottom: 30px;

	border-bottom: 1px solid rgba(255,255,255,.1);
}

.all_tags>ul {
	color: #ffffff;
	list-style: none;
}
.all_tags>ul>li {
	float: left;
	width: 18%;
	margin-right: 1%;
	padding-left: 1%;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.5;
}
.all_tags>ul>li:first-letter {
	text-transform: uppercase;
}

.all_tags>ul>li>a {
	color: #ffffff;
	text-decoration: none;
}
.all_tags>ul>li:hover {
	background-color: #999999;
	cursor: pointer;
}
#footer-inside .copyright {
	float: left;
	color: #AAAAAA;
}

.headline {
	padding-top: 30px;
}

.headline h2 {
	padding-bottom: 30px;

	font-size: 26px;
	color: #FFFFFF;
	text-align: center;
}

.copyright .bottom-title {
	margin-top: 10px;
	margin-bottom: 3px;

	font-size: 20px;
	color: #FFFFFF;
}

.copyright .bottom-copyright {
	margin-bottom: 10px;
}

.copyright .bottom-copyright a {
	color: #AAAAAA;
}

.copyright .bottom-map {
	margin-bottom: 10px;
}

.copyright .bottom-map a {
	color: #FFFFFF;
}

#footer-inside .informer {
	float: right;

	margin-top: 13px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#google728 {
	width: 728px;
	margin: 0 auto 30px;
}

#google468 {
	display: none;
}

#google580 {
	display: block;
	width: 580px;
	margin: 0 auto 30px;
}

#google300 {
	display: none;
}

#vk_comments {
	margin-top: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
}

#vk_groups {
	margin: 0 auto;
}

.widget_adsensem {
	text-align: center;
}

#archive-title {
	margin-bottom: 5px;
}

#archive-title h1 {
	padding-bottom: 10px;
	font-size: 32px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
}

.ratings {
	float: right;
	margin: 0;
}

.ratings img {
	border-style: none !important;
	padding: 0 !important;
}

.ratings_title {
	margin-bottom: 5px;
	font-weight: bold;
}
.rating p {
	margin-bottom: 0;

	text-align: center;
	font-weight: normal;	
}

.kksr-legend {
	display: none;
}

.yashare-auto-init {
	text-align: left;
	margin-bottom: 10px;
}

.yashare {
	text-align: left;
	margin-bottom: 5px;
	font-weight: bold;
}

.wp-pagenavi {
	margin-left: 10px;
}

.main_sections_item {
	display: flex;
	width: 100%;
	margin: 10px 0;

	background: #F0F0F0;
	border-radius: 5px;
}

.main_sections_item img {
	width: 175px;
	height: 110px;
}

.main_sections_item_description {
	display: flex;
	width: calc(100% - 175px);
	align-items: center;
	vertical-align: baseline;
	padding: 10px 20px;
}

.index_cat {
	width: 48%;
	margin-bottom: 20px;
	padding: 1%;
	border: solid #333 0px;
	float: left;
}

.index_cat > a {
	display:block;
}

.index_cat_item {
	vertical-align: middle;
	margin: 5px 0 0;
	line-height: 1.5;
}

.index_cat_item p {
	font-size: 15px;
}

.index_cat_item a {
	color: #445566 !important;
}

.index_cat_item_title {
	font-size: 18px; 
	margin-bottom: 10px;
	line-height: 1.3;
}

.index_cat_img {
	width: 100%;
	height: auto;
	margin: 10px 0;
	background: #fff;
}
.post_list {
	width: 100%;
    margin-bottom: 20px;
    padding: 1%;
    border: solid #333 0px;
}
.post_list ul {
	padding: 0 15px 0 0;
	font-size: 16px;
	font-weight: normal;
	list-style: none;
}
.post_list li {
	display: flex;
	justify-content: left;
	align-items: center;
	margin: 5px 0;
	padding-left: 10px;
	padding-bottom: 5px;
	list-style: none;
	border-bottom: 1px solid #DDDDDD;
}
.post_list li:first-child {
	margin-top: 20px;
}
.post_list hr {
	display: block;
	height: 0;
	border: none;
	border-bottom: 1px solid #DDDDDD;
}
#search-title {
	margin: 0 1% 10px;
}

#search-title h1 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 30px;
	line-height: 32px;
	border-bottom: 1px solid #ccc;
}

.related_border {
	width: 100%;
	margin: 0;
	padding: 0;
}

.related_item {
	box-sizing: border-box;
	width: 23.5%;
	margin-right: 2%;
	padding: 0;
	float: left;
	text-align: left;
	font-size: 16px;
}

.related_item:nth-child(5) {
	margin: 0;
}

.related_item a p {
    margin-top: 0;
}

.related_item p {
	line-height: 130%;

	text-align: center;
}

.related_item.home {
	width: 23.5%;
	margin-right: 2%;
}

.related_item.home:nth-child(5) {
	margin: 0;
}

.related_item.home img {
	border: none;

	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.related_item.home img:hover {
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out,-webkit-transform .5s ease-out;
    will-change: transform;
}

.related_item.home p {
	color: #FFFFFF;
	font-weight: bold;
}

.related_item .title_img {
	width: 100%;
    margin-bottom: 0;
	border: 1px solid #AAAAAA;
}

.post .related_item a {
	text-decoration: none;
}

.post .related_item a:hover {
	text-decoration: underline;
}

.back-to-top {
	margin-right: 0;
	float: right;
	color: #f2f2f2;
	font-size: 14px;
}

.back-to-top a {
	border: none;
	color: #f2f2f2;
}

.tagline {
	height: 28px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 25px;
	padding-left: 10px;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	background-color: #666666;
}

.tag_item {
	margin: 5px;
	padding: 0 5px;
	float: left;
	color: #ffffff;
	text-align: center;
}

.tag_item a {
	color: #ffffff;
}

.tag_item:hover {
	text-decoration: underline;
}

.mosaic_item {
	width: 33%;
	height: auto;
	float: left;
}

.mosaic_item img {
	width: 100%;
	height: auto;
}

/*textarea{width:100%;height:100px;padding:6px;border-color:#6C6C6C;border-width:1px;border-style:solid;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;color:#333333;}*/
textarea {
	width: calc(100% - 14px);
	height: 100px;
	padding: 6px;
	border-color: #6C6C6C;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #333333;
}

input[type="email"] {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input {
	padding: 6px;
	border-width: 1px;
	border-color: #6C6C6C;
	border-style: solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #333333;
}

#searchsubmit {
	background: none repeat scroll 0 0 #6C6C6C;
	color: #FFFFFF;
}

#searchform input {
	margin-bottom: 5px;
}

input:focus {
	background: #FFFFFF;
}

.search_by_name {
	background: #F2F2F2;
	margin: 10px 1% 20px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: solid #ddd 1px;
}

.searchform_submit {
	float: right;
	margin-left: 10px;
}

.searchform_text {
	overflow: hidden;
}

input[type="text"] {
	font-size: 14px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.related_clear {
	display: none;
}

.index_title {
	/*	display: block;*/
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.crp_related ul li {
	float: left;
	width: 30%;
	height: 270px;
	overflow: hidden;
	margin-right: 1.5%;
	list-style-type: none;
	padding: 5px !important;
	border: 1px solid #ccc;
	border-radius: 7px;
}

.crp_related ul li img {
	display: block;
	width: 100%;
	padding: 0 !important;
}

.crp_excerpt {
	display: block;
	text-align: center;
}

.crp_title {
	display: none;
}

.crp_clear {
	clear: both;
}

.recent_post {
	display: flex;
	align-items: center;
	height: 60px;
}

.recent_post img {
	width: 60px;
	height: 60px;
	border: 1px solid #DDDDDD;
	background-size: cover;
}

.recent_post_image {
	margin-right: 10px;
}

.recent_post_title {
	color: #324552;
}

.recent_post_text {
	text-align: left; 

	line-height: 120%;
}

.recent_post_category {
	text-align: left;
	
	text-transform: capitalize;
}

.recent_post_category a {
	color: #AAAAAA !important;
}

#youtube_container {
  position: relative;

  height: 0;
  padding-top: 30px;
  padding-bottom: 52%;

  overflow: hidden;
}
#youtube_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.post_tag_label {
	display: inline-block;
}
.post_tag_label a {
	display: inline-block;
	margin: 0 10px;
	padding: 3px 4px;
	font-size: 11px;
	color: #999999;
	border: 1px solid #999999;
	border-radius: 3px;
}
.post_tag_label a:hover {
	text-decoration: none;
	color: #555555;
	border: 1px solid #555555;
}

@media only screen and (max-width:1169px) {
	#footer-inside {
		padding: 0 10px;
	}
}

@media only screen and (max-width:700px) {
	.all_tags>ul>li {
		width: 31%;
		margin-right: 1%;
		padding-left: 1%;
	}
}

@media only screen and (min-width:481px) and (max-width:767px) {
	#searc #search {
		display: none;
	}

	#content {
		width: 94%;
		box-shadow: none;
	}

	.owl-item-title {
		font-size: 18px;
	}

	#google728 {
		display: none;
	}

	#google468 {
		display: block;
		width: 468px;
		margin: 0 auto 15px;
	}

	#google580 {
		display: none;
	}

	#google300 {
		display: block;
		width: 300px;
		margin: 0 auto 15px;
	}

	.related_item {
		width: 49%;
		margin-right: 1%;
		float: left;
		text-align: left;
		font-size: 16px;
	}

	.related_item.home {
		width: 49%;
		margin-right: 1%
	}

	.related_item.home:nth-child(2) {
		margin: 0;
	}
	
	.related_item.home p {
		margin-bottom: 20px;
	}

	#sidebar-border {
		float: none;
		width: 100%;
	}

	#sidebar h3,
	#sidebar h2 {
		font-size: 20px;
		padding: 0;
	}

	#sidebar li {
		font-size: 16px;
		line-height: 32px;
	}

	#footer {
		width: 100%;
		height: auto;
		margin: 0;
	}

	#text-5 {
		text-align: center;
	}

	.related_clear {
		display: block;
	}

	.post_list li {
		justify-content: space-between;
	}
}

@media only screen and (min-width:321px) and (max-width:480px) {
	body {
		font-size: 14px;
	}

	.logo {
		display: none;
	}

	.sitetitle h1, .sitetitle {
		max-width: 340px;
		font-size: 16px;
		line-height: 1.05;
	}

	.sitetitle h1 span {
		font-size: 18px;
	}

	#Page-nav {
		position: fixed;
		width: 100%;
		height: 52px;
		padding: 0;
	}

	#menu {
		display: block;
		position: fixed;
		left: -125px;
		top: 0;
		width: 125px;
		height: 100%;
		z-index: 5000;
		background: #454546;
		transition: left .2s linear;
	}

	#menu li {
		padding: 10px 12px;
		color: #ffffff;
		font-size: 16px;
		list-style-type: none;
	}

	#menu a {
		color: #ffffff;
		text-decoration: none;
	}

	#menu li:hover {
		background: #aaaaaa;
	}

	.menu_button {
		display: block;
		float: left;
		width: 48px;
		height: 40px;
		background: url(images/button_menu.gif) no-repeat #000000;
		-moz-background-size: 100%;
		-webkit-background-size: 100%;
		-o-background-size: 100%;
		background-size: 100%;
		cursor: pointer;
		pointer-events: all;
	}

	#mask {
		opacity: 0.7;
		background: #000;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		pointer-events: all;
		display: none;
		z-index: 3000;
	}

	.sitetitle {
		margin: 0;
		padding: 0;
	}

	.sitesubtitle {
		display: none;
	}

	.tagline {
		display: none;
	}

	.tag_item {
		width: auto;
		margin: 2px;
	}

	.main_sections {
		margin: 10px 0 20px;
	}

	.owl-item-title {
		font-size: 16px;
	}

	#pages {
		display: none;
	}

	#wrapper {
		width: 100%;
		padding-top: 52px;
		background-color: #454546;
		border: none;
	}

	.search_by_name {
		margin: 0 0 20px;
		border: none;
	}

	#content {
		width: 100%;
		padding: 20px 0;
		box-shadow: none;
	}

	.post-info-date {
		margin-left: 5px;
	}

	h2.title {
		margin-left: 5px;
	}

	.post h1.title-single {
		margin-left: 5px;
	}

	.post h1.title {
		margin: 0 5px;
	}

	.post .post-info-top {
		margin: 0 5px;
	}

	#archive-title h1 {
		margin-left: 5px;
	}

	.post .post-info-bottom {
		margin: 5px 5px 0;
	}

	.post p {
		margin: 0 5px 30px;
	}

	.post h2, .post h3 {
		margin: 0 5px 18px;
	}

	#google728 {
		display: none;
	}

	#google468 {
		display: block;
		width: 468px;
		margin: 0 auto 15px;
	}

	#google580 {
		display: none;
	}

	#google300 {
		display: block;
		width: 300px;
		margin: 0 auto 15px;
	}

	#adsense-manager-3 {
		text-align: center;
	}

	.index_cat {
		width: 100%;
		padding: 0 0 20px;
	}

	.index_title {
		margin-left: 5px;
		font-size: 22px;
		line-height: 24px;
		height: auto;
		overflow: visible;
		word-wrap: normal;
		white-space: normal;
	}

	.index_cat_item {
		margin: 5px 5px 0;
	}

	.rating p {
		margin: 0;
	}

	.kk-star-ratings {
		justify-content: center;
	}

	.related_title {
		display: none;
	}

	.related_item.home {
		width: 100%;
		padding: 0;

		margin-bottom: 20px;
	}

	.related_item {
		width: 100%;
	}

	.yarpp-related h3 {
		margin: 0 5px !important;
	}

	#nav-below {
		margin: 0;
	}

	.nav-previous {
		width: 48%;
		padding-left: 2%;
	}

	.nav-next {
		width: 48%;
		padding-right: 2%;
	}

	#sidebar-border {
		float: none;
		width: 100%;
	}

	#sidebar h3,
	#sidebar h2 {
		padding: 0;
	}

	#footer {
		width: 100%;
		height: auto;
		margin: 0;
	}

	#footer-inside .copyright,
	#footer-inside .informer {
		float: none;
		margin-bottom: 10px;
		font-size: 12px;
		text-align: center;
	};

	#text-5 {
		text-align: center;
	}

	.related_clear {
		display: none;
	}
	.all_tags>ul>li {
		width: 48%;
		margin-right: 1%;
		padding-left: 1%;
	}
	.post_list li {
		justify-content: space-between;
	}
}

@media only screen and (max-width:320px) {
	body {
		font-size: 14px;
	}

	.logo {
		display: none;
	}

	#Page-nav {
		position: fixed;
		height: 52px;
		padding: 0;
	}

	#menu {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		z-index: 5000;
		background: #454546;
	}

	#menu li {
		padding: 10px 12px;
		color: #ffffff;
		font-size: 16px;
		list-style-type: none;
	}

	#menu a {
		color: #ffffff;
		text-decoration: none;
	}

	#menu li:hover {
		background: #aaaaaa;
	}

	.menu_button {
		display: block;
		float: left;
		width: 48px;
		height: 40px;
		background: url(images/button_menu.gif) no-repeat #000000;
		-moz-background-size: 100%;
		-webkit-background-size: 100%;
		-o-background-size: 100%;
		background-size: 100%;
		cursor: pointer;
		pointer-events: all;
	}

	#mask {
		opacity: 0.7;
		background: #000;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		pointer-events: all;
		display: none;
		z-index: 3000;
	}

	.sitetitle h1, .sitetitle {
		max-width: 200px;
		font-size: 14px;
		line-height: 100%;
	}

	.sitesubtitle {
		display: none;
	}

	.tagline {
		display: none;
	}

	.tag_item {
		width: auto;
		margin: 2px;
	}

	.owl-item-title {
		font-size: 14px;
	}

	#pages {
		display: none;
	}

	#wrapper {
		width: 100%;
		padding-top: 52px;
		background-color: #454546;
		border: none;
	}

	.search_by_name {
		margin: 0 0 20px;
		border: none;
	}

	#content {
		width: 100%;
		padding: 0 0 20px;
		box-shadow: none;
	}

	.post-info-date {
		margin-left: 5px;
	}

	h2.title {
		margin-left: 5px;
	}

	.post h1.title-single {
		margin-left: 5px;
	}

	.post h1.title {
		margin: 0 5px;
	}

	.post .post-info-top {
		margin: 0 5px;
	}

	#archive-title h1 {
		margin-left: 5px;
	}

	.post .post-info-bottom {
		margin: 10px 5px 0;
	}

	.post p {
		margin: 0 5px 30px;
	}

	.post h2, .post h3 {
		margin: 0 5px 18px;
	}

	#google728 {
		display: none;
	}

	#google468 {
		display: block;
		width: 468px;
		margin: 0 auto 15px;
	}

	#google580 {
		display: none;
	}

	#google300 {
		display: block;
		width: 300px;
		margin: 0 auto 15px;
	}

	.index_cat {
		width: 100%;
		padding: 0 0 20px;
	}

	.index_title {
		margin-left: 5px;
		font-size: 22px;
		line-height: 24px;
		height: auto;
		overflow: visible;
		word-wrap: normal;
		white-space: normal;
	}

	.index_cat_item {
		margin: 5px 5px 0;
	}

	.related_title {
		display: none;
	}

	.related_item {
		width: 100%;
	}

	.yarpp-related h3 {
		margin: 0 5px !important;
	}

	#nav-below {
		margin: 0;
	}

	.nav-previous {
		width: 48%;
		padding-left: 2%;
	}

	.nav-next {
		width: 48%;
		padding-right: 2%;
	}

	#sidebar-border {
		float: none;
		width: 320px;
	}

	#sidebar h3,
	#sidebar h2 {
		padding: 0;
	}

	#footer {
		width: 100%;
		height: auto;
		margin: 0;
	}

	.related_clear {
		display: none;
	}

	.all_tags>ul>li {
		width: 100%;
		margin-right: 0;
		padding-left: 0;
	}
	.post_list li {
		justify-content: space-between;
	}
}

.core-title A {
	font-size: 14px;
}