/*
Styles for older IE versions (previous to IE9).
*/

.ie .upper-bar ul,
.ie .header-nav ul,
.ie .footer-nav ul,
.ie .footer-1 ul {
	list-style-type: none;
    display:inline; 
	zoom:1;
	overflow: hidden;
}
.ie .upper-bar ul li,
.ie .header-nav ul li,
.ie .footer-nav ul li,
.ie .footer-1 ul li {
	display: inline;
	zoom: 1;
}
.ie .upper-bar .social-media-links {
	width: 250px;
}
.ie ul.sm {
	list-style-type: none;
}
.ie a.icon-social {
	display: block;
	float: left;
	zoom: 1;
	width: 22px;
	height: 18px;
	padding: 0;
	overflow: hidden;
	position: relative;
}
.ie #navbar {
	z-index: 9999;
	position: relative;
}
.ie .footer-1,
.ie .footer-2,
.ie .footer-3 {
	font-size: 12px;
}
.ie .footer-1 {
	margin-right: 20px;
}
.ie .footer-1 ul {
	padding-left: 0;
}
.ie .footer-1 ul li {
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.ie .site-footer {
	display: block;
	height: 300px;
	zoom: 1;
	overflow: visible;
}
.ie .footer-1 .widget-title,
.ie .footer-2 .widget-title,
.ie .footer-3 .widget-title {
	font-size: 12px;
	text-transform: uppercase;
}
.ie .search-field {
	font-size: 12px;
	padding: 3px 5px;
	border: solid 1px #ccc;	
}
.ie .search-submit {
	color: #333;
	width: 60px;
	background: #CCC;
}

.ie ul.slider-count li {
	border: solid 1px #fff;
}

.home-icons .widget a {
	width: 150px;
	margin: 0 5px;
}


.site-main .col-3 .content-area {
	padding-top: 20px;	
}

/* Internet Explorer 8 */
.ie8 .site {
	border: 0;
}

.ie8 img.size-full,
.ie8 img.size-large {
	height: auto;
	width: auto;
}

.ie8 .sidebar .entry-header,
.ie8 .sidebar .entry-content,
.ie8 .sidebar .entry-summary,
.ie8 .sidebar .entry-meta {
	max-width: 724px;
}

.ie8 .author-info {
	margin-left: 0;
}

.ie8 .paging-navigation .nav-previous .meta-nav {
	padding: 5px 0 8px;
	width: 40px;
}

.ie8 .paging-navigation .nav-next {
	line-height: 1;
}

.ie8 .format-status .entry-content:before,
.ie8 .format-status .entry-meta:before {
	content: none;
}

.ie8 .site-main .widget-area {
	margin-right: 0;
}

/* Internet Explorer 7 */
.ie7 audio,
.ie7 canvas,
.ie7 video {
	display: inline;
	zoom: 1;
}

.ie7 legend {
	margin-left: -7px;
}

.ie7 button,
.ie7 input,
.ie7 select,
.ie7 textarea {
	vertical-align: middle;
}

.ie7 button,
.ie7 input[type="button"],
.ie7 input[type="reset"],
.ie7 input[type="submit"] {
	overflow: visible;
}

.ie7 input[type="checkbox"],
.ie7 input[type="radio"] {
	height: 13px;
	width: 13px;
}

.ie7 .screen-reader-text {
	clip: rect(1px 1px 1px 1px); /* IE7 */
}

.ie7 .site-header {
	position: relative;
	z-index: 1;
}

.ie7 .main-navigation {
	max-width: 930px;
	padding-right: 0;
}

.ie7 .nav-menu li a,
.ie7 .nav-menu li {
	display: block;
	float: left;
}

.ie7 .nav-menu ul {
	top: 28px;
	left: 0;
}

.ie7 .nav-menu li ul ul {
	left: 100%;
	top: 0;
}

.ie7 .site-header .search-form [type="search"],
.ie7 .site-header .search-form [type="text"] {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	height: 28px;
	outline: 0;
	width: 150px;
}



.ie7 .format-status .entry-content,
.ie7 .format-status .entry-meta {
	padding-left: 60px;
}

.ie7 .sidebar .format-status .entry-content,
.ie7 .sidebar .format-status .entry-meta {
	padding-left: 60px;
}

.ie7 .sidebar .post-navigation .nav-links,
.ie7 .sidebar .paging-navigation .nav-links {
	width: 604px;
}

.ie7 .paging-navigation .meta-nav {
	padding: 0 0 10px;
	vertical-align: middle;
	width: 40px;
}

.ie7 .comments-title,
.ie7 .comment-list,
.ie7 .comment-reply-title,
.ie7 .comment-respond .comment-form {
	width: 604px;
}

.ie7 .site-footer .widget-area {
	max-width: none;
	left: auto;
}

/* RTL for Internet Explorer 7 & 8 */
.rtl .format-audio .entry-content:before,
.rtl .comment-reply-link:before,
.rtl .comment-reply-login:before {
	-ms-filter: "FlipH";
	filter: FlipH;
}