body {
	border-top: 3px solid;
}

#sidebar-sliderside-active {
	display: -webkit-flex;
    display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 6px auto 0;
	max-width: 1216px;
}

#mainSlider {
    flex: 75%;
}

#mainSlider,
#mainSlider .sliderItems {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#sidebar-sliderside {
    flex: 20%;
}

#sidebar-sliderside .widget_content_title {
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#today {
	bottom: 0;
	color: #000;
	font-size: 12px;
	position: absolute;
	text-align: left;
	width: auto;
	width: auto;
	left: 0;
	top: auto;
	margin: 0;
}

#today span {
	background-color: rgba(0,0,0,0);
	display: inline-block;
	font-family: iransans;
	font-size: 10pt;
	padding: 0px 4px 0;
	position: relative;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255,255,255,.5);
	vertical-align: middle;
}

.jTime {
    font-family: iransans;
    font-size: 27px;
    font-weight: 100;
    text-align: center;
    vertical-align: top;
}

.gDate {
	direction: ltr;
    font-size: 95% !important;
}

.home .site-main {
	margin-top: 0;
	margin-bottom: 0;
}

.page .site-main,
.single .site-main {
    margin-top: 40px !important;
}

.single #primary,
.archive #primary,
.page .site-content,
.single .site-content {
    margin: 0 auto 12px;
}

.home #primary {
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,.0);
	-moz-box-shadow: 0 0 0 rgba(0,0,0,.0);
	box-shadow: 0 0 0 rgba(0,0,0,.0);
}

.page.pahe-gallery .entry-content a {
	display: block;
	width: 100%;
}

.page .entry-content img[src$="gif"] {
	display: none;
}

.single .site-main,
.archive .site-main{
    margin: 5px 0;
}

/**
.wide-section {
}
*/

.row-view img {
    width: 70px;
    height: 70px;
}

.slogan {
    color: #0e6bc7;
    font-size: 12pt;
	margin-bottom: 8px;
    padding: 0 10px;
    position: relative;
    text-align: center;
}

/*.slogan .s-padder::before {
    content: "\f10e";
    font-family: fontawesome;
	font-size: 10pt;
	padding: 0 6px;
}

.slogan > div {
    border: 1px double rgba(255, 255, 255, 0.3);
    display: inline-block;
    padding: 15px 60px;
}

.slogan .s-padder::after {
    content: "\f10d";
    font-family: fontawesome;
	font-size: 10pt;
	padding: 0 6px;
}*/

/*
.navbar,
.menu-padder {
	-webkit-border-radius:  7px;
	-moz-border-radius: 7px ;
	-o-border-radius: 7px;
	-khtml-border-radius: 7px;
    border-radius: 7px;
}

.nav-padder {
    margin: 0 auto;
	max-width: 1190px;
}

.menu-padder .nav-menu li:first-child,
.menu-padder .nav-menu li:first-child a {
	-webkit-border-radius: 0 0 22px 22px;
	-moz-border-radius: 0 0 22px 22px;
	-o-border-radius: 0 0 22px 22px;
	-khtml-border-radius: 0 0 22px 22px;
    border-radius: 0 0 22px 22px;
	}

.user-account,
.user-account > a {
    -webkit-border-radius: 22px 0 0;
	-moz-border-radius: 22px 0 0;
	-khtml-border-radius: 22px 0 0;
	-o-border-radius: 22px 0 0;
    border-radius: 22px 0 0;
}

.nav-menu {
    padding: 8px 0 !important;
}
*/

.nav-menu li > ul {
    background-color: rgba(255, 255, 255, 0) !important;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
	-webkit-box-shadow: 0 8px 7px 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 8px 7px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 8px 7px 0 rgba(0, 0, 0, 0);
    padding: 0 !important;
}

ul.nav-menu,
div.nav-menu > ul {
    margin: 0;
}

.nav-menu li > ul li {
    margin-bottom: 1px;
}

.nav-menu .sub-menu,
.nav-menu .children,
.user-account > ul  {
	display: block;
    opacity: 0;
    height: auto;
	-webkit-transition: all 0.4s ease 0.2s;
	-moz-transition: all 0.4s ease 0.2s;
    transition: all 0.4s ease 0.2s;
    visibility: hidden;
    z-index: -99999;
}

.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
.user-account.menu-toggled-on > ul {
    opacity: 1;
	visibility: visible;
	z-index: 99999;
} 

.sub-menu li a {
    padding: 10px 15px 12px;
}

.user-account.n-logged-in > a {
    padding: 4px 6px;
}

.search-form label::before {
	font-weight: ligher;
}

.user-account img {
	height: 32px !important;
	width: 32px !important;
}

.nav-menu li > ul li > a,
.nav-menu li > ul li a {
    border-right: 0 solid rgba(0, 0, 0, 0);
}

.nav-menu li > ul li:hover > a,
.nav-menu li > ul li a:hover {
    border-right: 0 solid rgba(0, 0, 0, 0.2);
}

.nav-menu > li > .sub-menu {
    padding: 12px 1px 1px 1px !important;
}

.nav-menu > li > .sub-menu li {
    box-shadow: 0 0 4px rgba(0,0,0,.15) !important;
}

.h-container .search-form-padder {
	max-width: 337px;
	margin: 22px auto 0;
	float: left;
	width: 100%;
}

.newsticker-container {
    background-color: rgba(0,0,0,0);
	margin-top: 6px;
}

#newsticker {
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.sliderItem {
    height: 100%;
    position: absolute;
    width: 100%;
}

.slider-readmore {
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	bottom: 25%;
	color: #333;
	cursor: pointer;
	font-size: 9pt;
	left: 10%;
	padding: 4px 8px;
	position: absolute;
	right: auto;
	z-index: 999;
}

.slider-readmore::before {
    border-left: 1px solid #ddd;
	border-right: 0 none;
	color: #ef5350;
	content: "\f105";
	font-family: fontawesome;
	font-size: 14pt !important;
    margin-right: 8px;
	padding: 5px 8px 5px 4px;
	vertical-align: middle;
}

.slider-the-content {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	left: 0;
	right: 0;
	bottom: -7px;
	filter: alpha(opacity=70);
	opacity: .7;
	width: 100%;
}

.slider-the-content > div {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-align: justify;
	font-weight: 900;
}

#mainSlider {
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

.slider-the-thumbnail img {
	height: 100%;
}

.classic-sliderItem {
    padding: 12px;
}

/*.c-slider-items {
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-o-border-radius: 32px;
	-khtml-border-radius: 32px;
    border-radius: 32px;
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #29aff9;
}

.c-slider-items img{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-khtml-border-radius: 10px;
    border-radius: 10px;
}*/

/*@-webkit-keyframes animateslides {
	0% { right: -35%; top: -11%; }
	25% { right: 0%; top: 0%; }
	50% { right: -35%; top: -11%; }
	100% { right: 0%; top: 0%; }
}

@keyframes animateslides {
	0% { right: -35%; top: 0%; }
	25% { right: 0%; top: 0%; }
	50% { right: -35%; top: 0%; }
	100% { right: 0%; top: 0%; }
}

.slider-the-thumbnail img {
	-webkit-animation: animateslides 60s linear forwards infinite;
	animation: animateslides 60s linear forwards infinite;
    position: relative;
}*/

.slider-the-thumbnail {
    height: 100%;
}

.site-content .slider-the-thumbnail img,
#slider-container .slider-the-thumbnail img {
	height: auto;
}

#c_pager {
	text-align: right;
}

#c_pager > span {
	font-size: 20pt;
}

/* .sidebar-left {
    padding-right: 6px;
}

.sidebar-right {
    padding-left: 6px;
}

.sliderTitle {
    margin-bottom: 6px !important;
}

.widget-title{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 6px !important;
}

.single-item {
    margin: 0 0 6px;
    padding: 6px;
}

#postLoader_btn {
    margin: 6px 0;
} */

.widget-area .widget {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	over-flow: hidden;
}

.reviews-content{
	margin-bottom: 6px;
}

.reviews-content li {
	width: 19.3894%;
	width: -webkit-calc(22% - 28px);
	width: calc(22% - 28px);
}

.gm-style .gm-style-iw {
	padding: 0 8px !important;
}

@-webkit-keyframes shareappbtn {
	0% { right: 0px; top: 0px; }
	20% { right: -3px; top: -3px; }
	40% { right: 6px; top: 3px; }
	60% { right: 3px; top: -3px; }
	80% { right: 0px; top: 6px; }
	100% { right: 0px; top: 0px; }
}

@keyframes shareappbtn {
	0% { right: 0px; top: 0px; }
	20% { right: -3px; top: -3px; }
	40% { right: 6px; top: 3px; }
	60% { right: 3px; top: -3px; }
	80% { right: 0px; top: 6px; }
	100% { right: 0px; top: 0px; }
}

/*@-webkit-keyframes shareappbtn {
	0% { top: 0; visibility: visible; }
	25% { top: -52px; visibility: hidden; }
	75% { top: 52px; visibility: hidden; }
	100% { top: 0; visibility: visible; }
}

@keyframes shareappbtn {
	0% { top: 0; visibility: visible; }
	25% { top: -52px; visibility: hidden; }
	75% { top: 52px; visibility: hidden; }
	100% { top: 0; visibility: visible; }
}*/

.fullwide_section-2 .socialapps:hover i {
	-webkit-animation: .1s 3 ease shareappbtn forwards;
	animation: .1s 3 ease shareappbtn forwards;
	background-color: rgba(0,255,255,.2);
}

.fullwide_section-2 i {
	background-color: rgba(0,255,255,.0);
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	color: #fff;
	font-size: 28pt !important;
	font-weight: 100 !important;
	height: 64px;
	line-height: 1.7 !important;
	margin: 0;
	position: relative;
	top: 0;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	width: 64px;
}

.fullwide_section-2 .socialapps {
	-webkit-transition: transform .4s ease .1s;
	-moz-transition: transform .4s ease .1s;
	transition: transform .4s ease .1s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.slogan .socialapps:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}

.slogan #newsticker .newsitems {
	width: 100% !important;
}

.slogan .cycle-slideshow.newsitems li a {
	color: #fff;
	font-size: 12pt;
	line-height: 12;
}

.slogan .tickerLable {
	display: none;
}

.fullwide_section-1 {
    color: #fff;
	font-size: 11pt;
    line-height: 2.4;
    margin: 0;
    padding: 60px 10px;
    text-align: justify;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.fullwide_section-1-content {
	margin: 0 auto;
	max-width: 1190px;
	position: relative;

}

.fullwide_section-1-content .about-img {
	text-align: center;
}

.fullwide_section-1-content img {
    border: 0 solid rgba(255, 255, 255, 0.2);
    padding: 10px;
}

.fullwide_section-1-content > div div,
.fullwide_section-1-content > div select {
	display: inline-block;
	vertical-align: top;
}

.fullwide_section-1-content > div {
	border: 0 solid #ccc;
	border-radius: 3px;
	text-align: center;
	position: relative;
}

.fullwide_section-1-content > div select {
	font-family: IRANSans;
    padding: 5px 12px;
    border: none;
	border-bottom: 0 solid #dd5555;
	font-size: 10pt;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border-radius: 3px;
	text-align: center;
	width: 140px;

}

.fullwide_section-1-content > div select:focus {
    outline: none;
}

.fullwide_section-1 #loading {
	border: 0 none;
	position: absolute;
	width: 100%;
	bottom: -43px;
	text-align: center;
	right: 0;
	left: 0;
	height: 14px;
}

.fullwide_section-1 #loading img {
	padding: 0;
	background-color: rgba(255,255,255,.8);
	border-radius: 10px;
}

.fullwide_section-1 button.submit {
	font-size: 10pt;
	color: #fff;
	background-color: #ff8822;
	width: 103px;
	border: 0 none rgba(0,0,0,0);
	border-radius: 3px !important;
	display: inline-block;
	line-height: 2.4;
	vertical-align: top;
}

.car-spares-banner {
	text-align: center;
	font-size: 17pt;
	font-weight: 100;
}

.gbutton {
	font-size: 12pt;
	font-weight: 100;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	padding: 6px 18px;
	border: 1px solid rgba(255,255,255,.5);
	border-radius: 3px;
}

.mytable {
    border-collapse: collapse;
    display: table;
	margin: auto;
}

.mytrow {
    display: table-row;
}

.mytrow div {
    border: 0 solid rgba(255, 255, 255, 0.4);
    margin: 0;
    padding: 2px;
}

.myth,
.mytd {
    display: table-cell;
	vertical-align: middle;
}

.myth {
    font-weight: bold;
}

#footer-feeds {
    margin: 0 auto 12px;
    padding: 0;
}

.gm-style .gm-style-iw {
    font-family: Yekan;
    font-size: 10pt;
    padding: 0 8px !important;
}

#gototop_el {
	color: #ec6d1d;
}

.vclf {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0 solid #ddd;
	height: 50px;
	margin: 0 0 6px;
	padding: 10px 4px;
	
}

#footer-container {
    background-position: 50% 0;
    padding-top: 128px;
}

.site-footer .textwidget {
	color: #fff;
	font-size: 9pt;
	line-height: 1.6;
	text-align: justify;
	text-align: center;
}

.site-footer .wp-video {
	margin: -9px auto 0 !important;
}

.site-footer .widget-title {
	background-color: rgba(255,255,255,.04) !important;
}

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

#header-info-bar .info-bar-signiu a {
	background-color: #dd3333 !important;
	border: 1px solid #cc2222 !important;
	color: #fff !important;
}

#header-info-bar {
	margin-bottom: 0;
	position: relative;
	z-index:99999;
}

.header-logo img {
    height: 104px !important;
}

.brands {
	padding: 5px;
	border: 0 solid #ddd;
	margin: 10px auto !important;
}

.brands .branad-items {
	text-align: center;
}

.brands .brand-item {
	border: 0 solid #e5e5e5;
	position: relative;
	display: inline-block;
	margin: 0 3px;
	vertical-align: top;
	width: calc(9% - 20px);
}

.brands .brand-side1,
.brands .brand-side2 {
	box-shadow: 0 0 3px rgba(0,0,0,0.15);
	width: 100%;
	height: 80px;
	padding: 0;
	border: 0 solid #ddd;
	border-radius: 4px;
	text-align: center;
	backface-visibility: hidden;
	transition: all .4s ease .1s;
	overflow: hidden;
	
}

.brands .brand-side1 {
	position: relative;
	transform: rotateY(0deg);
}

.brands .brand-side1 img {
	height: 72%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.brand-side1-logo {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.brands .brand-side2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	transform: rotateY(180deg);
}

.brands .brand-side2 .brand-logo img{
	height: 75px;
	margin: 10px auto;
}

.brands .brand-side2 .brand-title {
	border-bottom: 1px solid #eee;
	font-size: 130%;
	font-weight: bold;
	padding: 3px 2px;
}

.brands .brand-side2 .brand-description {
	text-align: justify center;
	padding: 3px;
}

.brands .brand-item:hover .brand-side1 {
	transform: rotateY(180deg);
}

.brands .brand-item:hover .brand-side2 {
	transform: rotateY(360deg);
}

.button.brand-button::before {
	content: "";
	font-family: fontawesome;
	font-size: 10pt;
	line-height: 0;
	position: relative;
	top: 1px;
}

.button.brand-button {
	background-color: #ef5350;
	top: 0;
	color: #fff;
	transition: all .1s ease 0s;
	font-size: 9pt;
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	line-height: 6.4;
}

.brand-side2 .brand-logo,
.brand-side2 .brand-description,
.brand-side2 .brand-title {
	display: none;
}

.footer-info-bar-padder span {
	font-size: 13px;
	padding: 0 10px;
	line-height: 2.4;
}

.sliderTitle::before,
.widget-title::before {
	line-height: 1.7;
}

.nav-padder {
	margin: -30px auto 0;
	max-width: 95%;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.navbar {
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 0 10px;
}

.fixed_menu {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.has_scrollbar {
	max-height: 390px;
	text-align: right;
}

.has_scrollbar .archive_link_container {
    text-align: right;
    margin-bottom: 6px;
    max-width: 98%;
    margin-top: 6px;
}

.has_scrollbar .single-item.row-view {
    max-width: 98%;
}

.has_scrollbar .archive_link {
	background-color: #fff !important;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
	box-shadow: 0 0 4px rgba(0,0,0,.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #444;
	display: block;
	float: none;
	padding: 8px !important;
	text-align: center;
}

#mainSlider {
    margin: 0 auto;
}

#sidebar-sliderside .widget:nth-of-type(2) {
    margin-top: 6px;
}

#sidebar-sliderside .widget:nth-of-type(2) .widget-content-slider-img {
	display: none;
}

.home #sidebar-three {
    padding: 0 0 0 6px;
    position: relative;
    top: 0;
}

#bookmarks-panel {
	margin: 6px auto 0;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 999;
}

#bookmarks-panel > ul {
	list-style: none;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1216px;
	width: 100%;
	text-align: center;
}

#bookmarks-panel .linkcat {
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #0054a2;
	flex: 31%;
	margin: 0 2px;
	padding: 0;
	width: 32%;
}

#bookmarks-panel li {
    list-style: none;
	padding: 5px 10px;
}

#bookmarks-panel .blogroll {
    padding: 14px;
    text-align: right;
}

#bookmarks-panel .blogroll li:before {
	bottom: 0;
	content: "\f058";
	color: #f8efde;
	font-family: fontawesome;
	font-size: 12pt;
	vertical-align: middle;
}

#bookmarks-panel .blogroll li:hover {
	background-color: rgba(0,0,0,.2);
	-webkit-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}

#bookmarks-panel h2 {
	background-color: #053877;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	color: #eee;
	font-weight: 400;
	padding: 5px 10px;
	position: relative;
	text-align: center;
	font-size: 10pt;
}

#bookmarks-panel h2::after {
	bottom: -46px;
	content: "\f0dd";
	color: #053877;
	font-family: fontawesome;
	font-size: 43pt;
	left: 50%;
	position: absolute;
	text-shadow: 0 0 0 rgba(0,0,0,0);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#bookmarks-panel a {
    color: #fff;
	padding: 2px 5px;
}

.home_links {
	background-color: rgba(255,255,255,0);
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 999999;
}

.home_links > ul {
	list-style: none;
	margin: 0 auto;
	max-width: 1216px;
	width: 100%;
}

.home_links .linkcat {
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	padding: 0;
	width: 100%;
}

.home_links li {
    list-style: none;
	padding: 0;
}

.home_links h2 {
    display: none;
}

.home_links .blogroll {
    padding: 0;
    text-align: center;
}

.home_links .blogroll li {
	display: inline-flex;
	margin-bottom: 12px;
}

.home_links a {
    color: #fff;
	padding: 0;
}

.home_links img {
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0px 6px rgba(0,0,0,.5);
	box-shadow: 0 0px 6px rgba(0,0,0,.5);
	height: 50px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
	width: 220px;
}

.home_links img:hover  {
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
	z-index: 9999;
}

.recent_posts_title .fa {
    color: #bbb;
    top: 2px;
    position: relative;
}

@media (max-width: 644px){

	.page .site-main,
	.single .site-main,
	.home .site-main {
		margin-top: 0 !important;
	}

	.home #sidebar-three {
		top: 0;
	}

	.home_links img {
		height: 68px;
		width: 310px;
	}

	.menu-padder {
		margin-right: 0;
	}

	#n_logo.show_it {
		right: 45px;
	}
	
	.nav-padder,
	.navbar,
	.menu-padder {
		-webkit-border-radius:  0;
		-moz-border-radius: 0 ;
		-o-border-radius: 0;
		-khtml-border-radius: 0;
		border-radius: 0;
		margin: 0;
		max-width: 100%;
		padding: 0;
	}

	.menu-padder .nav-menu li:first-child,
	.menu-padder .nav-menu li:first-child a {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-o-border-radius: 0;
		-khtml-border-radius: 0;
		border-radius: 0;
	}

	.user-account,
	.user-account > a {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-khtml-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
	}

	.nav-menu .sub-menu,
	.nav-menu .children {
		display: none;
	}

	.menu-item-home a {
		padding: 19px 20px 21px 20px !important;
	}

	#footer-feeds .widget {
		display: table-row;
		width: 100%;
	}
	
	.post-info-bar {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	
	.footer-menu-padder {
		display: none !important;
	}
}

@media (max-width: 599px){
	.header-logo,
	.h-container,
	.h-container h1,
	.h-container h2 {
		text-align: right !important;
	}
	.home_links img {
		height: 60px;
		width: 288px;
	}
}

@media (max-width: 420px){
	body {
		padding: 0;
	}

	.site-header {
		height: auto !important;
	}

	.home_links .blogroll li {
		display: block;
		margin-bottom: 12px;
		width: 100%;
	}

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

	#bookmarks-panel {
		background-color: rgba(0,0,0,0);
		height: auto;
		margin: 0 auto 12px;
	}

	#bookmarks-panel .linkcat {
		display: block;
		margin-top: 12px;
		width: 100%;
	}

	#bookmarks-panel h2 {
		border-radius: 0;
	}

	#n_logo.show_it {
		display: none;
	}

	.header-logo,
	.h-container,
	.h-container h1,
	.h-container h2 {
		text-align: center !important;
	}

	.header-logo {
		margin: -5px auto -15px;
	}

	.header-padder #today {
		position: relative;
		margin: 49px auto 12px !important;
	}

	.home_tabs #tc1 .tabs_post {
		width: 100%;
	}

	.has_scrollbar .archive_link_container {
		max-width: 97%;
	}

	.home_links img {
		-webkit-border-radius: 0;
		border-radius: 0;
	}

	.home_links .blogroll li {
		margin-bottom: 0;
	}
	
	.site-title.title {
		margin: 25px 0 10px;
	}
}
