@charset "UTF-8";
/***************************************
	Theme Name: Jarida
	Theme URI: http://themes.tielabs.com/jarida/
	Description: A Premium Wordpress News Theme
	Author: TieLabs
	Author URI: http://tielabs.com/
	Version: 2.4.9
	License: license purchased
	License URI: http://themeforest.net/licenses/regular_extended

	Tags: two-columns, fixed-width, custom-background, threaded-comments, translation-ready, custom-menu
***************************************/


@font-face {
	font-family: 'tiefontello';
	src: url('fonts/tiefontello.eot');
	src: url('fonts/tiefontello.eot?48072461#iefix') format('embedded-opentype'),
			 url('fonts/tiefontello.woff') format('woff'),
			 url('fonts/tiefontello.ttf') format('truetype'),
			 url('fonts/tiefontello.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'tiefontello';
		src: url('fonts/tiefontello.svg') format('svg');
	}
}

[class^="tieicon-"]:before, [class*=" tieicon-"]:before, .search-block .search-button:before, #main-nav li.menu-item-home a:before, blockquote:before, .rss-cat-icon:before, #twitter-widget li:before, .flex-direction-nav a:before,
span.tie-date:before, span.post-comments:before, span.post-views:before, span.post-meta-author:before, span.post-cats:before {
	font-family: "tiefontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	width:32px;
	height:32px;
	display:inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 32px;
	font-size:18px;
	-webkit-font-smoothing: antialiased;
	-o-transform: scale(1);
	text-rendering: optimizeLegibility;
	text-shadow: none;
}

/* Main Global Layout Settings */
*{ padding:0; margin:0; outline:none; list-style:none; border: 0 none;}
html {
		-ms-touch-action: manipulation;
		touch-action: manipulation;
}
body {
	background:#FFF url(images/patterns/body-bg13.png) top center;
	color: #333;
	font-family: Tahoma,Arial,Verdana,sans-serif;
	font-size: 13px;
}
img{
	max-width: 100%;
	height: auto;
}
pre ,code{
	direction:ltr;
	background:url(images/code-bg.png);
	font: 11px/19px 'andale mono', 'lucida console', monospace;
	padding: 3px;
	display: block;
	overflow-x: visible;
	overflow-y: hidden;
	margin: 0 0 20px 0;
	color: #666;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
}
h1, h2, h3,h4, h5, h6 { font-weight:normal;}

.alignright {float: right;}
.alignleft {float: left;}
.aligncenter{clear:both; margin-left:auto;  margin-right:auto;}
a {
	color: #444;
	text-decoration: none;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
a:hover { color: #000;}
.clear {clear: both;}

.post-title a,ul.slider-navigation li ,.pagenavi a,a.more-link ,.main-menu li a ,.subscribe-icons a ,.flickr_badge_image img, .mega-menu-link img {
	webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.button,a.button,#main-content input[type="submit"],#main-content input[type="submit"]:focus, span.onsale,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	padding: 6px 8px;
	display: inline-block;
	border: 0px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	cursor: pointer;
	line-height: 17px;
	width: auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background:#cd2122;
	color:#FFF;
	text-decoration:none;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
}
.button:hover,a.button:hover,#main-content input[type="submit"]:hover,
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{background:#444 !important; text-decoration:none !important; color: #FFF;}
textarea, input[type=text], input[type=password], input[type=email], select {
	border: 1px solid #e0e0e0;
	padding: 8px 6px;
	outline: none;
	font-size: 13px;
	color: #888;
	margin: 0;
	max-width:100%;
	display: block;
	background: #fff;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}
input, select {cursor: pointer;}
input[type=text], input[type=password], input[type=email] {cursor: text;}
textarea {overflow:auto; width:97%;}
textarea, input {padding: 5px;outline: none;}
select {padding: 2px;}
option {padding: 0 4px;}
input[type=button], button {padding: 4px;cursor: pointer;vertical-align: middle;}
input.text_input,textarea.textarea {border: 1px solid #ccc;-moz-border-radius: 1px;-webkit-border-radius: 1px; border-radius: 1px;}
input.text_input:focus,textarea.textarea:focus {border: 1px solid #999; }

::-moz-selection { background: #cd2122; color: #fff; text-shadow: none; }
::selection { background: #cd2122; color: #fff; text-shadow: none; }

::-webkit-scrollbar {width: 8px; height:8px; }
::-webkit-scrollbar-track {background: #FFFFFF;-webkit-box-shadow: inset 1px 1px 2px #E0E0E0;border: 1px solid #D8D8D8;}
::-webkit-scrollbar-thumb {background: #cd2122;-webkit-box-shadow: inset 1px 1px 2px rgba(155, 155, 155, 0.4);}
::-webkit-scrollbar-thumb:hover {-webkit-box-shadow: inset 1px 1px 10px rgba(0,0,0,0.3);}
::-webkit-scrollbar-thumb:active {background: #888;-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);}

/* Main Wrapper Style */
.background-cover{-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position:fixed; background-repeat:no-repeat; top:0; left:0; z-index:0; overflow: hidden; width: 100%; height:100%;}
.wrapper {
	position:relative;
	z-index:1;
	width:1220px;
	margin:0 auto;
	-moz-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	background:#FFF;
}
.wrapper.full-site, .wrapper.layout-2c.full-site{
	width:100% !important;
	-moz-box-shadow:  none;
	-webkit-box-shadow:  none;
	box-shadow:  none;
}
.wrapper:after, #main-content:after{display: block;visibility: hidden;clear: both;  height: 0;content: " ";}

.container{width:1160px; margin:0 auto;}

/* 2 Columns Layout */
.wrapper.layout-2c{width:1020px;}
.wrapper.layout-2c .container, .wrapper.layout-2c header#theme-header, .wrapper.layout-2c #main-nav, .wrapper.layout-2c #footer-widget-area, .wrapper.layout-2c .scroll-box-wide .group_items {width:955px ;}
.wrapper.layout-2c .header-content {margin: 0 -32px; padding: 25px 32px;}
.wrapper.layout-2c .sidebar-narrow{display:none;}
.wrapper.layout-2c .cats-review-box .reviews-cat {width: 304px;margin-right: 15px;}
.wrapper.layout-2c .cats-review-box .reviews-cat h4{width: 190px;}
.wrapper.layout-2c .wide-news-item , .wrapper.layout-2c .scroll-box-wide.scroll-box .scroll-item{width: 231px; margin-right: 10px;}


/* Header */
header#theme-header {margin:0 0 35px;position: relative; z-index: 1;}
header#theme-header:after, #signup_form:after, #buddypress:after, #main-nav:after{display: block;visibility: hidden;clear: both;  height: 0;content: ".";}

/* Top Menu Styles */
.top-nav {
	background:#2c2c2c;
	border-bottom:4px solid #cd2122;
	height:30px;
	z-index: 3;
	position: relative;
}
	.top-nav .menu-alert{
		float:left;
		color:#666;
		padding:8px 0;
		font-style:italic;
	}
	.top-nav ul {float: left;}
		.top-nav ul li {
			position: relative;
			display: inline-block;
			float: left;
			margin-right:20px;
		}
		.top-nav ul li a, .top-nav .breaking-news a {
			display: inline-block;
			height: 30px;
			line-height: 30px;
			color: #ccc ;
			padding:0  ;
			text-shadow:0 1px 1px #000;
			font-size: 12px;
		}
		.top-nav ul li a:hover, .top-nav .breaking-news a:hover {color: #FFF;}
		.top-nav ul ul {
			background: #2c2c2c;
			display: none;
			padding:0;
			position: absolute;
			top: 30px;
			width: 180px;
			z-index: 99999;
			float: left;
			-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
			box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
			-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
		}
			.top-nav ul ul li {background: none !important;border: none !important;z-index: 99999;min-width: 180px;}
				.top-nav ul ul ul {right: auto;left: 100%;top: 0;z-index: 99999;}
			.top-nav ul ul a {
				background: none !important;
				height: auto !important;
				line-height: 1em;
				padding: 10px 10px !important;
				width: 160px;
				display: block !important;
				margin-right: 0 !important;
				z-index: 99999;
				color: #ccc!important;
			}
			.top-nav ul ul li.current-menu-item:after{display: none;}
		.top-nav ul li:hover > a,.top-nav ul :hover > a ,.top-nav ul li.current-menu-item a { color:#fff;}

	.top-nav ul ul li:hover > a,  .top-nav ul ul :hover > a {color: #fff !important; padding:10px 5px 10px 15px;  }
	.top-nav ul li:hover > ul {display: block;}

/* Search */
.search-block {
	height:30px;
	overflow: hidden;
	float:right;
	margin-left:5px;
}
	.search-block #s {
		background:#3c3c3c;
		float: right;
		font: normal 11px tahoma;
		padding: 9px 12px 8px 12px;
		width: 90px;
		color:#999;
		border:0 none;
		border-left:1px solid #222;
		-webkit-transition: all ease-in-out 0.4s;
			-moz-transition: all ease-in-out 0.4s;
		-o-transition: all ease-in-out 0.4s;
		transition: all ease-in-out 0.4s;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0 ;
		opacity:0.7;
	}
	.search-block #s:focus {color:#fff;}
	.search-block .search-button {
		background:#3c3c3c ;
		cursor: pointer;
		float: right;
		height:30px;
		width:30px;
		display: block;
		border:0 none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0 ;
		opacity:0.7;
		-webkit-transition: all ease-in-out 0.4s;
			-moz-transition: all ease-in-out 0.4s;
		-o-transition: all ease-in-out 0.4s;
		transition: all ease-in-out 0.4s;
		border-right: 1px solid #222;
		padding: 0;
		margin: 0;
	}
	.search-block:hover .search-button,.search-block:hover #s {opacity:1; color:#ddd;}

	.search-block button.search-button:before{
		content: '\1f50d';
		font-size:18px;
		width:30px;
		height:30px;
		line-height:28px;
		color:#FFF;
	}

#tie_lang_switcher{float:right; padding:9px 5px 0;}
#tie_lang_switcher img{margin:0 2px;}
#tie_lang_switcher a{opacity:0.4; line-height: 0;}
#tie_lang_switcher a:hover{opacity:1;}

.top-nav .social-icons{float: right; margin: 3px 5px 0 0;}
.top-nav .social-icons [class^="tieicon-"]:before, .top-nav .social-icons [class*=" tieicon-"]:before,
.footer-bottom .social-icons [class^="tieicon-"]:before, .footer-bottom .social-icons [class*=" tieicon-"]:before{
		width:20px;
		height:24px;
		line-height: 24px;
		font-size:16px;
		color: #888;
}

.header-content{padding:25px 0; background:url(images/top-shadow.png) no-repeat top;}
	.logo {float: left;}
	.logo img{ max-width:100%;}
	.logo h1, .logo h2{font:bold 32pt arial;}
	.logo strong{ display:none;}
	.logo span{ font-weight: normal; font-size: 14px;}

/* Main Nav  */
#main-nav  {
	background:#2c2c2c;
	margin:0 auto;
	min-height: 50px;
	border-bottom:5px solid #cd2122;
	z-index: 12;
}
	#main-nav .container{position: relative;}
	#main-nav  .menu-alert{
		float:left;
		padding:18px 0 0 10px ;
		font-style:italic;
		color:#FFF;
	}
	#top-menu-mob , #main-menu-mob{ display:none; }
	#main-nav  ul li {
		text-transform: uppercase;
		font-family: Oswald,arial,Georgia, serif;
		font-size:16px;
		position: relative;
		display: inline-block;
		float: left;
		border:1px solid #222222;
		border-width:0 0 0 1px;
		height:50px;
	}
		#main-nav  ul li:first-child,
		#main-nav  ul li:first-child a{border:0 none;}
		#main-nav  ul li:last-child a{border-right:0 none;}
		#main-nav  ul li a {
			display: inline-block;
			height: 50px;
			line-height: 50px;
			color: #ddd;
			padding:0 14px;
			text-shadow:0 1px 1px #000;
			border-left:1px solid #383838;
			position: relative;
		}
		#main-nav ul li.parent-list a, .top-nav ul li.parent-list a {padding-right: 22px;}
		#main-nav ul li a .sub-indicator, .top-menu ul li a .sub-indicator {
			right: 7px;
			top: 50%;
			margin-top: -2px;
			position: absolute;
			display: inline-block;
			content: '';
			width: 0;
			height: 0;
			border: 4px solid transparent;
			border-top: 4px solid #ddd;
		}
		#main-nav  ul li a:hover {}
		#main-nav  ul ul{
			display: none;
			padding:0;
			position: absolute;
			top: 50px;
			width: 180px;
			z-index: 99999;
			float: left;
			background: #2d2d2d !important;
			-webkit-box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.2);
			box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.2);
			-webkit-border-bottom-right-radius: 3px;
			-webkit-border-bottom-left-radius: 3px;
			-moz-border-radius-bottomright: 3px;
			-moz-border-radius-bottomleft: 3px;
			border-bottom-right-radius: 3px;
			border-bottom-left-radius: 3px;
		}
		#main-nav  ul ul li, #main-nav  ul ul li:first-child {
			background: none !important;
			z-index: 99999;
			min-width: 180px;
			border:0 none;
			border-bottom: 1px solid #222;
			border-top: 1px solid #383838;
			font-size:13px;
			height:auto;
			margin:0;
		}
			#main-nav  ul ul li:first-child ,#main-nav ul li.current-menu-item ul li:first-child,
			#main-nav ul li.current-menu-parent ul li:first-child,#main-nav ul li.current-page-ancestor ul li:first-child { border-top:0 none !important;}
		#main-nav  ul ul ul ,#main-nav  ul li.current-menu-item ul ul,  #main-nav  ul li.current-menu-parent ul ul, #main-nav  ul li.current-page-ancestor ul ul{right: auto;left: 100%;  top: 0 !important;  z-index: 99999; }
		#main-nav  ul.sub-menu a ,
		#main-nav  ul ul li.current-menu-item a,
		#main-nav  ul ul li.current-menu-parent a,
		#main-nav  ul ul li.current-page-ancestor a{
			border:0 none;
			background: none !important;
			height: auto !important;
			line-height: 1em;
			padding: 10px !important;
			width: 160px;
			display: block !important;
			margin-right: 0 !important;
			z-index: 99999;
			color: #ccc !important;
			text-shadow:0 1px 1px #000 !important;
		}
		 #main-nav  ul li.current-menu-item ul a,
		 #main-nav  ul li.current-menu-parent ul a,
		 #main-nav  ul li.current-page-ancestor ul a{ color:#eee !important; text-shadow:0 1px 1px #222 !important;}

		#main-nav  ul li:hover > a, #main-nav  ul :hover > a {  color: #FFF ;}
		#main-nav  ul ul li:hover > a,
		#main-nav  ul ul :hover > a {color: #FFF !important;  padding-left:15px !important;padding-right:5px !important;}
		#main-nav  ul li:hover > ul {display: block;}
		#main-nav  ul li.current-menu-item,
		#main-nav  ul li.current-menu-parent,
		#main-nav  ul li.current-page-ancestor{
			margin-top:0;
			height:50px;
			border-left:0 none !important;
		}

		#main-nav  ul li.current-menu-item ul.sub-menu a, #main-nav  ul li.current-menu-item ul.sub-menu a:hover,
		#main-nav  ul li.current-menu-parent ul.sub-menu a, #main-nav  ul li.current-menu-parent ul.sub-menu a:hover
		#main-nav  ul li.current-page-ancestor ul.sub-menu a, #main-nav  ul li.current-page-ancestor ul.sub-menu a:hover{background: none !important;}

		#main-nav  ul li.current-menu-item a, #main-nav ul li.current-menu-item a:hover,
		#main-nav  ul li.current-menu-parent a, #main-nav ul li.current-menu-parent a:hover,
		#main-nav  ul li.current-page-ancestor a, #main-nav ul li.current-page-ancestor a:hover{
			background:#cd2122;
			text-shadow:0 1px 1px #b43300;
			color:#FFF;
			height:50px;
			line-height:50px;
			border-left:0 none !important;
		}
		#main-nav  ul.sub-menu li.current-menu-item,#main-nav  ul.sub-menu li.current-menu-item a,
		#main-nav li.current-menu-item ul.sub-menu a,#main-nav  ul.sub-menu li.current-menu-parent,
		#main-nav  ul.sub-menu li.current-menu-parent a,#main-nav li.current-menu-parent ul.sub-menu a,
		#main-nav  ul.sub-menu li.current-page-ancestor,#main-nav  ul.sub-menu li.current-page-ancestor a,
		#main-nav li.current-page-ancestor ul.sub-menu a{height:auto !important; line-height: 12px;}
		#main-nav  ul li.menu-item-home ul li a,
		#main-nav  ul ul li.menu-item-home  a,
		#main-nav  ul li.menu-item-home ul li a:hover{
			background-color:transparent !important;
			text-indent:0;
			background-image:none !important;
			height:auto !important;
			width:auto;
		}
	#main-menu-mob,#top-menu-mob{
		background: #222;
		width: 90%;
		padding: 5px;
		border: 1px solid #000;
		color:#DDD;
		float: none !important;
		height: 27px;
		margin:13px auto 0;
	}
	#top-menu-mob{
		width: 350px;
		margin:2px 0 0 0;
	}

	.fixed-nav {
			position: fixed;
			top: -90px;
			left: 0;
			width: 100% !important;
			z-index: 9999;
			opacity: 0.95;
			-webkit-transition: top .5s;
				 -moz-transition: top .5s;
					 -o-transition: top .5s;
							transition: top .5s;

			-webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
				 -moz-box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
							box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
	}

	.fixed-nav-appear {
		top: 0;
	}

	body.admin-bar .fixed-nav-appear {
			top: 32px;
	}

/* Mega Menu */
#main-nav ul li.mega-menu{position: static;}
	#main-nav ul li .mega-menu-block ul.sub-menu{
		display: none;
		top:0 !important;
		position: static;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 30px 0 30px 30px;
		border-bottom: 1px solid #383838;
	}
	#main-nav ul li .mega-menu-block ul.sub-menu ul{
		position: absolute;
		margin: 0;
	}
	#main-nav ul li.mega-menu .mega-menu-block{
		background: #2d2d2d ;
		display: none;
		padding: 0;
		position: absolute;
		top: 50px;
		width: 100%;
		z-index: 99999;
		left:0;
		-webkit-box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.2);
	}
		.mega-menu-content{ color:#FFF; float: right; width: 950px;}
		.wrapper.layout-2c .mega-menu-content{ width: 740px;}
		.mega-menu-item{float: left; width: 28%;padding: 30px 0 30px 4%;}
		.mega-menu-item.last-column{ padding-right: 4%; }
		.mega-menu-item img{width: 100%; max-width: 100%; height: auto; margin-bottom: 10px; opacity: .8;}
		.mega-menu-item img:hover{opacity: 1;}
		#main-nav ul li .mega-menu-item a,
		#main-nav ul li.current-menu-parent .mega-menu-item a,
		#main-nav ul li.current-menu-parent .mega-menu-item a:hover,
		#main-nav ul li.current-menu-item .mega-menu-item a,
		#main-nav ul li.current-menu-item .mega-menu-item a:hover{
			display: block;
			height: auto;
			line-height: 20px;
			padding: 0 ;
			border: 0 none;
			background: transparent !important;
		}
	.full-mega-menu .mega-menu-content{width: 100%;}


/* Breaking News */
.breaking-news{
	float:left;
	height:30px;
	position:relative;
	overflow:hidden;
	min-width: 55%;
}
	.breaking-news span{
		background:#cd2122;
		display:block;
		float:left;
		padding:0 10px;
		height:30px;
		line-height:30px;
		color:#FFF;
		font-family: Oswald,arial,Georgia, serif;
		text-transform: uppercase;
		font-size:10pt;
		margin-right:10px;
	}
	.breaking-news ul{float:left;}
	.breaking-news ul li{display:none}
	.breaking-news ul li:first-child{display:block}
	.breaking-news ul a{padding:8px;display:block;white-space:nowrap;}

/* Content  Column */
#main-content{
	margin: 20px auto 25px;
	position: relative;
	z-index: 0;
}
.content-wrap-wide .content{width:820px;}
.full-width{background-image: none; }
.content {float: left;width: 620px;}
#crumbs, .woocommerce-breadcrumb { margin-bottom:10px; clear:both; padding-bottom: 5px; border-bottom: 1px solid #DDD;}
div.not-found{padding:20px;}
.full-width .content ,body.error404  .content{  width:auto; float:none;}

/* Global Categories Box Styles */
.cat-box{margin-top:10px;margin-bottom:45px; border-top:5px solid #cd2122;position:relative;}
.empty-space{height:30px;}
.wide-box .empty-space, .recent-box .recent-post1.recent-post-blog .empty-space{height:20px;}
.recent-box .recent-post-blog .empty-space{height:0;}

	h2.cat-box-title {
		background:#cd2122;
		color:#FFF;
		float:left;
		padding:0px 10px 2px;
		font-size: 16px;
		font-family: Oswald,arial,Georgia, serif;
		text-transform: uppercase;
		position:absolute;
		left:0;
		top:0;
		z-index:6;
	}
		h2.cat-box-title  a{color:#FFF;}
			h2.cat-box-title  a:hover{color:#DDD;}

	p.post-meta{color:#aaa;margin:7px 0;font-size:10px;}
		p.post-meta a {color: #aaa;}
		p.post-meta a:hover {
			border-bottom: 1px #000 dotted;
			color:#000;
			text-decoration:none;
		}
		.post-meta .stars-small{float:left; margin:-1px 5px 0 0;}

/* Two columns */
.cat-box.column2{float:left;width:300px;margin-right:20px;}
	.column2.last-column, .wide-box li.last-column {margin-left: 0;margin-right: 0; }
	.column2 li , li.other-news{
		overflow:auto;
		padding: 5px 0;
		border-bottom:1px solid #eaeaea;
		-webkit-transition: all .40s;
		-moz-transition: all .40s;
		-o-transition: all .40s;
		transition: all .40s;
	}
		.column2 li h3 {font-size:13px;}
		li.first-news p {padding:0;}
		.column2 li.first-news{border-bottom:1px solid #eaeaea;padding:0 0 10px;  }

/* wide-box */
.wide-box li{
	overflow:hidden;
	padding: 5px 0;
	border-bottom:1px solid #eaeaea;
	-webkit-transition: all .40s;
	-moz-transition: all .40s;
	-o-transition: all .40s;
	transition: all .40s;
	width:292px;
	float:left;
	margin-right:24px;
}
	.wide-box ul{overflow:hidden;}
		.wide-box li.first-news p.post-meta{margin:10px 0; }
		.wide-box li.first-news{
			border-bottom:1px solid #eaeaea;
			padding:0 0 10px;
			width:100%;
			float:none;
			height:auto;
			margin:0;
		}
		.wide-box li.first-news .post-thumbnail{ margin-right:24px;}

	.wide-cat-box .wide-news-item{width: 282px;float:left;margin-right:10.5px;}
	.wide-cat-box .last-col{margin-right:0 !important;  }

/* list-box */
.list-box, .wide-box{clear:both;}
	.list-box li{
		overflow:hidden;
		padding: 5px 0;
		width:300px;
		float:right;
		clear:right;
	}
		.list-box li.first-news p.post-meta{margin:10px 0; }
		.list-box li.first-news{padding:0;width:300px;float:left;}

/* News In Pictures */
	.pic-box li.first-pic{
		padding:0;
		width:300px;
		float:left;
		margin:0;
	}
	.pic-box li{
		overflow:hidden;
		float:left;
		margin:10px 0 0 10px;
	}
		.pic-box .first-pic .post-thumbnail a{ color:#FFF;}
		.cat-box.pic-box li .post-thumbnail{margin:0;}

/* Scrolling Box */
.scroll-box{clear:both;}
	.scroll-box .cat-box-content{position:relative;}
		.scroll-box .scroll-item{
			float:left;
			width:200px;
			margin-right:10px;
			height:190px;
		}
			.scroll-box .scroll-item .post-meta .stars-small{float:none;margin-top:3px;}

	.group_items-box, .group_items{ height:190px !important; width:620px !important; overflow: hidden;}

	.group_items .scroll-item:last-child{margin-right:0 !important;}
	.scroll-nav{z-index: 10;position: absolute;top: 0;right: 0; }
		.scroll-nav a{
			background-color: #cd2122;
			width:25px;
			height:20px;
			overflow:hidden;
			display:inline-block;
			margin-left:2px;
			-webkit-transition: all .40s;
			-moz-transition: all .40s;
			-o-transition: all .40s;
			transition: all .40s;
			float:right;
		}
		.scroll-nav a:hover{background-color:#939393 !important;}
		.scroll-nav a .tieicon-left-open:before {content: '\e75d';}
		.scroll-nav a .tieicon-right-open:before {content: '\e75e';}
		.scroll-nav a i:before{width: 25px; height: 20px; line-height: 20px; color: #FFF; font-size: 14px;}

.scroll-box-wide{margin-top:20px;}
.scroll-box-wide .group_items-box, .scroll-box-wide .group_items{ height:220px !important; width:1160px !important;}
.layout-2c .scroll-box-wide .group_items-box, .layout-2c .scroll-box-wide .group_items{ height:220px !important; width:955px !important;}

.scroll-box-wide.scroll-box .scroll-item{width:282px; height:220px;margin-right:10.5px;}

/* Recent Posts Box */
.recent-box{clear:both;}
	.recent-box .cat-box-content{position:relative;}
		.recent-box .recent-item{
			float:left;
			width:200px;
			margin:0 10px 10px 0;
			height:190px;
		}
		.recent-box .recent-item:nth-child(3n+3){margin-right:0;}
		.recent-box .item-list{ padding:15px 0;}
		.recent-box .item-list:first-child{ padding:0 0 15px ;}
		.recent-box .item-list h2, .cat-box.wide-box .first-news h2{ padding-top:10px;}
		.recent-box .item-list p.post-meta{ margin-bottom:0;}

	.recent-box-pagination{position: relative;margin: -46px 0 45px; border-top: 1px solid #f2f2f2;}
	.recent-box-pagination .pagination{margin:0;}

.divider{background: url(images/stripe.png);height: 10px;overflow: hidden;margin: 10px 0 20px;clear:both;}

/* Reviews Box */
.cats-review-box .cat-box-content{ padding-top:35px; overflow:hidden;}
.cats-review-box .reviews-cat{width: 360px;margin-right: 40px;float:left}
.cats-review-box .reviews-cat:last-child {margin-right: 0 !important;}
.cats-review-box .reviews-cat h3{
	font-size: 16px;
	font-family: Oswald,arial,Georgia, serif;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 3px solid #333;
}
.cats-review-box .reviews-cat li{padding:7px 5px; border-bottom:1px solid #ddd; overflow:hidden;}
.cats-review-box .reviews-cat h4{font-weight:bold; display:inline-block; padding-top:2px;line-height: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 247px;}
.cats-review-box .reviews-cat .stars-large{float:right;}

/* Post Styles */
.page-head{padding: 3px 0;overflow: hidden;}
	.page-head .stripe-line{ margin-top:7px;}
	.page-title{
		float: left;
		margin-bottom: 10px;
		font-size: 26px;
		font-family: Oswald,arial,Georgia, serif;
		color:#000;
	}
	a.rss-cat-icon{
		float:right;
		content: '\f09e';
		width:16px;
		height:16px;
		margin:6px 0 0 4px;
		display:block;
	}
	a.rss-cat-icon:before{
		content: '\f09e';
		width: 16px;
		height: 16px;
		font-size: 16px;
		line-height: 16px;
		color: #f8bc2e;
	}
	.archive-meta{padding:15px 0;}

/* Author Page Styles */
.author-bio{clear:both;overflow:hidden;padding:15px 3px;}
	#author-avatar{ float:left; margin-right:15px;}
		#author-avatar img{
			border: 1px solid #ccc;
			padding: 4px;
			background: #fff;
			float: left;
			margin: 0 10px 5px 0;
			border-radius: 50%;
			box-shadow: 0 0 3px 0 #B5B5B5;
			-moz-box-shadow: 0 0 3px 0 #b5b5b5;
			-webkit-box-shadow: 0 0 3px 0 #B5B5B5;
		}

/* Single Post Styles */
.post { margin-bottom:20px;}
	.post-inner{padding:20px 0;}
	.single-post-thumb{ line-height:0;}
		.single-post-thumb img{width:100%; height:auto;}
	.head-lightbox a{cursor: -webkit-zoom-in;cursor: -moz-zoom-in;cursor: zoom-in;}
	.head-lightbox a:hover{opacity:.8;}
		.single-post-caption{background: #eee;text-align: center;color: #555;padding: 5px;font-size: 90%;}
		.post-title {
			font-family: Oswald,arial,Georgia, serif;
			margin-bottom:10px;
			font-size: 28px;
		}
		.post-inner p.post-meta{
			border-bottom:1px solid #f2f2f2;
			padding-bottom:5px;
			margin-bottom:10px;
		}
			p.post-meta span{display:inline-block;margin-right:8px;}
			span.tie-date:before, span.post-comments:before, span.post-views:before, span.post-meta-author:before, span.post-cats:before{
				font-size: 12px;
				width: 15px;
				height: 15px;
				line-height: 15px;
				text-align: left;
			}
			span.tie-date:before{content: '\e805';}
			span.post-comments:before{content: '\e802'}
			span.post-views:before{content: '\e804';}
			span.post-cats:before{content: '\e803';}
			span.post-meta-author:before{content: '\e806';}

		.item-list {
			border-bottom:1px solid #f2f2f2;
			padding:20px 0 ;
			clear:both;
		}
			.item-list p.post-meta {margin:10px 0;}
		.archive-wide-thumb{margin:0 0 10px !important;}
			.archive-wide-thumb a:hover img{opacity:0.8}

	.archives_2col .item-list{
		width:300px;
		float:left;
		clear:none;
		border:0 none;
	}
	.archives_2col .item-list .post-thumbnail{float:none; margin:0 0 10px 0;}
	.archives_2col .item-list .post-thumbnail img{ width:100%; height:auto;}
	.archives_2col .item-list.item_1{margin-right:20px;}
	.archives_2col .sep{clear:both; border-bottom: 1px solid #f2f2f2; }
	.page-link{
		margin:15px 0 0;
		padding:10px;
		background: #f2f2f2;
	}
	.page-link a{
		color: #FFF !important;
		padding: 5px 6px;
		background:#555;
	}
	.page-link a:hover{background:#333;}
	.edit-link{ clear:both; display:block;  margin-top:10px;}
	.post-tag { margin:-10px 0 20px}
		.post-tag a{
			border-color: #dedede #d8d8d8 #d3d3d3;
			text-shadow: 0 1px 0 #fff;
			-webkit-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
			-moz-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
			box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
			background: #ffffff;
			background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
			background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
			background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
			background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
			background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
			display: inline-block;
			text-decoration: none;
			font-size: 10px;
			padding: 3px 8px;
			line-height: 20px;
			color: #555;
			text-transform: uppercase;
			border: 1px solid #DEDEDE;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px ;
			cursor: pointer;
		}
		.post-tag a:hover{ background:#FFF;}

	.sticky {}
	a.more-link{
		background: #cd2122;
		color: #FFF;
		padding: 3px 7px ;
		display:block;
		float:left;
		margin-top:4px;
	}
		a.more-link:hover{background:#444 !important;}


/* Post Thumbnail */
.post-thumbnail {margin: 0 15px 10px 0;position: relative; line-height:0;}
	.post-thumbnail img {
		-webkit-transition: all .40s;
		-moz-transition: all .40s;
		-o-transition: all .40s;
		transition: all .40s;
		max-width:100%;
		height:auto;
	}
	.post-thumbnail a:hover  img{opacity:0.7;}

.item-list .post-thumbnail{float:left;margin-bottom:0;}
.cat-box li .post-thumbnail{margin:0 15px 0 0;}

	.column2 .post-thumbnail{float:left;}
	.column2 li.first-news .post-thumbnail{ margin: 0 0 10px 0; float:none;}
	.column2 li.first-news .post-thumbnail img{ width:100%; height:auto;}

	.wide-box li .post-thumbnail{float:left;}
	.wide-box li.first-news .post-thumbnail img{ width:100%; height:auto; }

	.list-box li .post-thumbnail{float:left;}
	.list-box li.first-news .post-thumbnail{margin:0 0 15px 0;float:none;}
	.list-box li.first-news .post-thumbnail img{ width:100%; height:auto;}

	.pic-box .first-pic .post-thumbnail{position:relative;}

	.scroll-box  .post-thumbnail img, .wide-cat-box .wide-news-item .post-thumbnail img{width:100%; height:auto;}
	.recent-item .post-thumbnail, .scroll-box .post-thumbnail ,  .wide-cat-box .wide-news-item .post-thumbnail{ margin:0 0 10px 0;}
	.recent-item .post-thumbnail img{ width:100%; height:auto;}

	.post-thumbnail img.attachment-tie-small{ width: 65px; height: 65px;}

.single-post-audio{ position:relative; min-height: 56px;}
.single-audio{bottom: 20px;position: absolute; background:rgba(0 , 0, 0 , .6); width: 90%;padding: 10px 5%;}
.single-post-audio div.jp-audio{margin-bottom:0;}

.google-map iframe{width: 100%;}

/* Share */
.share-post {
	clear: both;
	margin:10px 0 0;
	padding: 10px 0 10px 10px ;
	background:#F7F7F7;
	border-top:1px solid #EAEAEA;
	border-bottom:1px solid #EAEAEA;
	height:20px;
}
.mini-share-post {
	clear: both;
	margin:10px -20px -20px;
	padding:10px 10px 10px 25px;
	height:20px;
}
	.recent-box .mini-share-post{margin-bottom:-5px;}
	.share-post li , .mini-share-post li{
		text-align: left;
		float: left;
		width: 106px;
	}

/* Post Elements */
.entry {line-height:1.5;}
	.content .entry iframe {  max-width: 100%; }
	.entry p {padding-top: 0; padding-bottom: 1em;}
	.entry img { max-width:100%; height:auto;}
	.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
		margin-top: 25px;
		margin-bottom: 10px;
		line-height: 1em;
		font-family: Helvetica;
		font-weight: normal;
	}
		.entry h1 {font-size:36px;}
		.entry h2 {font-size:30px;}
		.entry h3 {font-size:24px;}
		.entry h4 {font-size:18px;}
		.entry h5 {font-size:14px;}
		.entry h6 {font-size:12px;}
	.entry ol,
	.entry ul {margin: 0 0 25px 10px;}
	.entry ul li {list-style: outside disc; list-style-type: disc; list-style-image: none; list-style-position: outside;}
	.entry ol li {list-style: outside decimal;}
		.entry li {margin: 0 0 5px 10px;}

	.entry table {
		border: 1px solid #DFDFDF;
		background-color: #F9F9F9;
		width: 100%;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
		color: #333;
		border-collapse: separate;
		border-spacing: 0;
	}
		.entry table td,.entry table th { border-top: 1px solid white;border-bottom: 1px solid #DFDFDF;color: #555;}
		.entry table th {
			text-shadow: 0 1px 0 #fff;
			font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
			font-weight: normal;
			padding: 7px 7px 8px;
			text-align: left;
			line-height: 1.3em;
			font-size: 14px;
		}
		.entry table td {font-size: 12px;padding: 4px 7px 4px;vertical-align: top;}

.gallery {margin: 0 auto 18px;}
.gallery .gallery-item {float: left;margin-top: 10px;text-align: center;width: 33%;  }
.gallery .gallery-item img {
	background:#FFF;
	padding: 2px;
	-moz-border-radius: 1px;-webkit-border-radius: 1px;
	box-shadow: 0 0 2px #B5B5B5;-moz-box-shadow: 0 0 2px #b5b5b5;-webkit-box-shadow: 0 0 2px #B5B5B5;
	-webkit-transition: all .40s;-moz-transition: all .40s;-o-transition: all .40s; transition: all .40s;
	width: 88%;
	height:auto;
}
.gallery .gallery-item a:hover  img{
	box-shadow: 0 0 2px #666;
	-moz-box-shadow: 0 0 2px #666;
	-webkit-box-shadow: 0 0 2px #666;
	opacity:0.6;
	margin:-5px 0 5px;
}
.gallery-columns-2 .gallery-item {width: 50%;}
.gallery-columns-4 .gallery-item {width: 25%;}
.gallery img {border: 0 none !important;}
.gallery-columns-2 .attachment-medium {max-width: 92%;  height: auto;}
.gallery-columns-4 .attachment-thumbnail {max-width: 84%;height: auto;}
.gallery .gallery-caption {color: #888;margin: 0 0 12px;}
.gallery br + br {display: none;}
.attachment img {display: block;margin: 0 auto;}


blockquote {
	font-size:12px;
	font-style:italic;
	line-height:22px;
	padding:0 0 0 60px;
	margin:0 0 30px 40px;
	min-height:60px;
}
blockquote:before {content: '\275d'; color: #555; font-size: 55px; width: 55px; height: 55px; line-height: 55px; margin-left: -70px; margin-top: 10px; float:left; }


/* Related Posts */
#related_posts , #author-box{clear:both;}
	.block-head{padding: 3px 0 0;overflow: hidden;}
		.block-head h3 , #comments-title, #respond h3{
			padding-bottom: 5px;
			border-bottom: 4px solid #333;
			font-size: 18px;
			font-family: Oswald,arial,Georgia, serif;
			text-transform: uppercase;
		}
	#related_posts .post-listing ,#author-box .post-listing { padding:10px 0;margin-bottom:20px;}
		#related_posts li {
			background: url(images/sidebar-bullet.png) no-repeat left 8px;
			padding: 0 12px 10px 0;
			line-height: 18px;
			overflow: hidden;
		}
		#related_posts li:hover {margin-right:5px;}
			#related_posts .related-item{
				float:left;
				width:200px;
				margin:0 10px 10px 0;
				height:200px;
			}
			#related_posts .related-item:nth-child(3n+3){margin-right:0;}
			#related_posts .related-item .post-thumbnail{ margin:0 0 10px 0;}
			.related-item .post-thumbnail img {width: 100%;height: auto;  }

/**
 * Check Also Box
 * -----------------------------------------------------------------------------
 */

#check-also-box {
	opacity: 0.99;
		position: fixed;
		z-index: 9999;
		bottom: 65px;
		right: -350px;
		width: 300px;
		background: #fff;
		border-bottom: 0 none;
		padding:10px 20px 20px;
		-webkit-transition: all .5s;
			 -moz-transition: all .5s;
				 -o-transition: all .5s;
						transition: all .5s;

	-webkit-box-shadow: 0 0 5px 0 #C2C2C2;
		 -moz-box-shadow: 0 0 5px 0 #C2C2C2;
				box-shadow: 0 0 5px 0 #C2C2C2;
}

#check-also-box.check-also-left {
		left: -350px;
		right: auto;
}

#check-also-box.show-check-also,
#check-also-box.check-also-left #check-also-close {
		right: 0;
		left: auto;
}

#check-also-box.check-also-left.show-check-also {
		right: auto;
		left: 0;
}

#check-also-box .block-head {
		padding: 0;
}

#check-also-box .block-head h3 {
		text-align: center;
		margin: 0 0 10px;
		display: block;
		float: none;
}

#check-also-box .post-thumbnail{
		margin: 0 0 10px;
}

.check-also-post {
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #eee;
}

.check-also-post:last-child {
		padding-bottom: 0;
		margin-bottom : 0;
		border-bottom : 0 none;
}

.check-also-post  .post-title {
		font-size: 22px;
		margin-bottom: 5px;
}

.check-also-post p {
		line-height: 20px;
}

#check-also-close {
		position: absolute;
		left: 0;
		top: 0;
		padding: 7px 20px;
		color: #000;
		font-size: 22px;
		font-family: arial;
}

#check-also-close:hover {
		opacity: 0.7;
}

#reading-position-indicator {
	display: block;
	height: 4px;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #cd2122;
	width: 0;
	z-index: 9999;
	max-width: 100%;
}

/* Post Navigation */
.navigation{margin:10px 0;clear:both;overflow:hidden;}
.nav-previous{float:left;}
.nav-next{float:right;}
.post-navigation{clear:both;margin:0 0 20px;overflow:hidden;}
.post-navigation div{ display: block;width: 245px;position: relative;font-size: 14px;color: #999;}
.post-previous{float: left;padding-left: 40px;}
.post-next{ float: right;text-align: right;padding-right: 40px;}
.post-navigation div span{display: block; font-size: 80%; color: #999;}
.post-navigation div a:after{ position: absolute; color: #ccc;font-size: 56px;margin-top: -11px;height: 22px;line-height: 22px;top: 34%;}
.post-previous a:after{content: '«';  left:0;}
.post-next a:after{content: '»';  right:0;}

/* Sidebar */
.sidebar {float: right;width: 300px;}
.full-width .sidebar, .full-width .sidebar-narrow{display:none !important;}

.sidebar-left .sidebar{float:left;}
.sidebar-left .content, .sidebar-left .sidebar-narrow{float:right;}

.sidebar-narrow-left .sidebar,.sidebar-narrow-left .content-wrap .content{float:right;}
.sidebar-narrow-left .content-wrap,.sidebar-narrow-left .content-wrap .sidebar-narrow{float:left;}
.sidebar-narrow-left .content-wrap .sidebar-narrow{margin-left:0;padding-left:0;border-left:0 none;}
.sidebar-narrow-left .sidebar{margin-left:25px;padding-left:14px;border-left:1px solid #eaeaea;}

.sidebar-narrow-right .sidebar,.sidebar-narrow-right .content-wrap .content{float:left;}
.sidebar-narrow-right .content-wrap,.sidebar-narrow-right .content-wrap .sidebar-narrow{float:right;}
.sidebar-narrow-right .content-wrap .sidebar-narrow{margin-right:0;padding-right:0;border-right:0 none;}
.sidebar-narrow-right .sidebar{margin-right:25px;padding-right:14px;border-right:1px solid #eaeaea;}


.sidebar-narrow{
	float:left;
	width:160px;
	margin:0 23px;
	padding:0 14px;
	border-right:1px solid #eaeaea;
	border-left:1px solid #eaeaea;
}
.sidebar-narrow .video-widget iframe,.sidebar-narrow .facebook-widget iframe,.sidebar-narrow .tie-soundcloud iframe,.sidebar-narrow .youtube-widget iframe,.sidebar-narrow .google-box div{ max-width:100% !important; height:auto;}
.sidebar-narrow span.author-avatar {display: block;text-align: center;}
.sidebar-narrow .author-avatar img{ float:none; margin-left:auto; margin-right:auto;}
.sidebar-narrow .author-social a {margin-left: -1px;}
.sidebar-narrow .flexslider ,.sidebar-narrow .slides > li, .sidebar-narrow .flexslider .slides img {max-height: 85px !important; width: 160px !important; height: 85px !important;}
.sidebar-narrow .slider-caption ,.sidebar-narrow  .flex-direction-nav{display:none;}
.sidebar-narrow .search-widget input{width: 138px;}
.sidebar-narrow .widget-feedburner-counter{ padding:0;}
.sidebar-narrow #login-form #log,.sidebar-narrow #login-form #pwd,.sidebar-narrow .widget-feedburner .feedburner-email{width:144px;}
.sidebar-narrow .widget-counter li{height: 90px !important;width: 80px !important;}
.sidebar-narrow .flickr-widget .flickr_badge_image,.sidebar-narrow  .news-pic .post-thumbnail{margin:5px;}

/* Widgets Styles */
.widget {clear: both;margin-bottom: 25px;}
.widget-top{padding-bottom: 5px ; border-bottom: 4px solid #333;}
.widget-top h4{
	font-size: 16px;
	font-family: Oswald,arial,Georgia, serif;
	text-transform: uppercase;
	line-height:1;
}
	.widget-top h4 a{color: #333;}
		.widget-top h4 a:hover{color: #000;}
	.widget-container {padding:10px 0;  clear:both; }
	.widget-container h3{font-size:inherit;}
		.widget-container li {
			background:url(images/sidebar-bullet.png) no-repeat left 8px;
			padding: 0 0 5px 12px;
			line-height: 18px;
			overflow: hidden;
		}
		.widget-container li ul.children, .footer-widget-container li ul.children{margin-left: 10px;}
			.widget-container li ul.children li, .footer-widget-container li ul.children li, .footer-widget-container ul.children{border:0 none !important;}
			.widget-container p {padding-bottom: 1.0em;}
			.widget-container a:hover {text-decoration: underline;}
			.widget-container li span.date, .footer-widget-container li span.date{color: #AAA;margin: 5px 0;font-size: 85%;}
			.widget-container li .stars-small, .footer-widget-container li .stars-small{float:left; margin:2px 5px 0 0;}
			.widget-container .post-thumbnail, .footer-widget-container .post-thumbnail{float:left;margin:0 10px 0 0;}

.review-widget .review-box{ margin:0;}
	.review-widget .review-box h2.review-box-header{ display:none;}
	.review-widget .review-box p{ padding-top: 1.0em; padding-bottom: 1.0em;}

.text-html-box{margin-bottom:20px;}
.widget_rss .widget-title img {width: 11px;height: 11px;}
.news-pic .post-thumbnail{margin:3px 7px;}
#tabbed-widget .tabs-wrap li ,.comments-avatar .widget-container li,.posts-list .widget-container li,.categort-posts .widget-container li,.authors-posts .widget-container li, .widget.woocommerce .widget-container li{
	background:transparent;
	padding:8px 0 4px;
	border-bottom:1px solid #f2f2f2;
}
#tabbed-widget .tabs-wrap li:last-child {background:transparent;padding:8px 0 4px;border-bottom:1px solid #f2f2f2;}
.authors-posts .widget-container li strong{float:right; display:block;}
.facebook-box{text-align:center;}
.facebook-box iframe { width:100% !important}
.google-box{text-align:center;position: relative; overflow: hidden;}
#wp_tag_cloud div {line-height: 1.6em;}


/* Twitter Widget */
#twitter-widget ul{margin:0 -10px ;}
#twitter-widget li{
	background: transparent;;
	border-bottom:1px solid #f2f2f2;
	padding:10px 10px 10px 30px;
}
#twitter-widget li:before{
	float:left;
	margin-left: -30px;
	margin-top: -5px;
	color: #45b0e3;
}
#twitter-widget li:last-child{border-bottom:0 none;}
	#twitter-widget .tweet_list .tweet_avatar img{
		padding:2px ;
		margin-left:5px;
		float: right;
		background:#FFF;
		border:1px solid #d6d6d6;
	}
.twitter-timestamp{font-style: italic;color: #888;font-size: 10px;float: right;clear: both;}


/* Tabbed Widget */
#tabbed-widget .widget-top{
	margin:-10px 0 10px;
	height:30px;
	border-bottom:0 none;
	padding:0;
}
	.tabs-wrap{clear:both; display:none;}
	.tabs-wrap#tab1{display:block;}
	#tabbed-widget  ul.tabs li {
		float: left;
		position: relative;
		line-height:30px;
		background:transparent;
		width:33.33%;
		padding:0;
	}
		.sidebar-narrow #tabbed-widget  ul.tabs li {width:100%; float:none;}
		.sidebar-narrow #tabbed-widget .widget-top {height:auto;}
		#tabbed-widget  ul.tabs li a {
			display: block;
			text-align: center;
			color: #FFF;
			padding:4px 0 ;
			line-height:30px;
			background:#2c2c2c;
		}
		#tabbed-widget ul.tabs li a:hover {background:#4c4c4c; text-decoration:none;}
		#tabbed-widget ul.tabs li.active a  {background:#cd2122;}
	.tagcloud a{
		padding:6px 8px;
		background: #ddd;
		-webkit-transition-duration: .3s;
		-moz-transition-duration: .3s;
		display:inline-block;
		margin: 0px -1px 2px 0px;
		font-size:11px !important;
	}
		.tagcloud a:hover{background: #cd2122;color: #FFF;  text-decoration:none;}
	#theme-footer .tagcloud a{background:#2b2b2b;}

/* Calender */
#wp-calendar {width: 100%;}
	#wp-calendar caption {
		color: #222;
		font-weight: bold;
		padding-bottom: 4px;
		text-align: center;
	}
	#wp-calendar tbody {color: #aaa;}
		#wp-calendar tbody td {
			background: #f5f5f5;
			border: 1px solid #fff;
			padding: 3px 0 2px;
			text-align: center;
		}
		#wp-calendar tbody .pad , #theme-footer #wp-calendar tbody .pad{background: none;border:0 none;}
	#wp-calendar tfoot #next {text-align: right;}
	#theme-footer #wp-calendar tbody td { background:#333; border-color:#555;}
	#theme-footer #wp-calendar caption { color:#FFF; }

/* Author Widget */
.author-avatar img {
	border: 1px solid #ccc;
	padding: 4px;
	background: #fff;
	float: left;
	margin: 0 10px 5px 0;
	border-radius: 50%;
	box-shadow: 0 0 3px 0 #B5B5B5;
	-moz-box-shadow: 0 0 3px 0 #b5b5b5;
	-webkit-box-shadow: 0 0 3px 0 #B5B5B5;
}
.author-description {font-size: 95%;  line-height: 17px;}
.author-social {  float: left;margin-top: 10px;}
.author-social a {opacity: 0.7;margin-left: 2px;}
.author-social a:hover {opacity: 1;}
.author-social a img{ width:18px;}

.widget .post-thumbnail img, .footer-widget .post-thumbnail img{width:60px;height:60px; }

/* Flickr Widget */
.flickr-widget .flickr_badge_image , .news-pic .post-thumbnail{float:left;margin:2px;}
	.flickr-widget .flickr_badge_image img, .news-pic .post-thumbnail img, .cat-box.pic-box .post-thumbnail img.attachment-tie-small{width:70px;height:70px;  }
	.flickr-widget .flickr_badge_image a:hover , .news-pic .post-thumbnail a:hover{opacity:0.5;}

/* Social Icons Widget */
.social-icons{text-align:center;}
	.social-icons a{position:relative;margin:0 2px 0 ; opacity:.7;}
	.social-icons a:hover{ opacity:1;}


/* Search Widget */
.search-widget input{
	background: white;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	box-shadow: 0 1px 3px 0 #B5B5B5;
	-moz-box-shadow: 0 1px 3px 0 #b5b5b5;
	-webkit-box-shadow: 0 1px 3px 0 #B5B5B5;
	border: 1px solid #DDD;
	padding: 10px;
	clear: both;
	margin-bottom:20px;
	width:278px;
	color:#999;
}
	.search-widget input:hover,
	.search-widget input:focus{color:#000;}

/* Counter Widget */
.sidebar .widget-counter{
	margin-bottom:20px;
	overflow:hidden;
	clear: both;
}
	.widget-counter.col1 li{width:100%;}
	.widget-counter.col2 li{width: 150px;}
	.widget-counter.col4 li{width: 75px;}
	.widget-counter li{
		line-height:15px;
		float:left;
		width:100px;
		height:87px;
		padding:7px 0 10px;
		-moz-transition:.4s linear; -webkit-transition:.4s ease-out; transition:.4s linear;
	}
		.widget-counter li a{display:block;text-align:center;}
		.widget-counter li a strong{opacity:.6;display:block; height:51px; margin-bottom:5px;
			-webkit-transition: all ease-in-out 0.2s;
			-moz-transition: all ease-in-out 0.2s;
			-o-transition: all ease-in-out 0.2s;
			transition: all ease-in-out 0.2s;
			font-size: 28px;
			margin: 8px auto;
			width: 50px;
			color: #FFF;
			height: 50px;
			display: block;
			text-align: center;
			background: #222;
			-webkit-border-radius: 50px;
			moz-border-radius: 50px;
			border-radius: 50px;
		}
		.widget-counter li a strong:before{height: 50px;width: 50px;font-size: 26px;line-height: 50px;;}
		.widget-counter li a:hover strong{opacity:1;}
		.widget-counter li:hover a{text-decoration: none;}
		.widget-counter li.rss-subscribers a:hover strong{ background: #f8bc2e; }
		.widget-counter li.rss-subscribers span {font-family: Oswald,arial,Georgia,serif;font-size: 12pt;display: block;text-transform: uppercase;}
		.widget-counter li.facebook-fans a:hover strong {background: #39599f;}
		.widget-counter li.twitter-followers a:hover strong{ background: #45b0e3;}
		.widget-counter li.youtube-subs a:hover strong{ background: #cc181e; }
		.widget-counter li.vimeo-subs a:hover strong{ background: #3fbfce; }
		.widget-counter li.dribbble-followers a:hover strong{ background: #d875a2;}
		.widget-counter li.soundcloud-followers a:hover strong{ background: #F76700;}
		.widget-counter li.behance-followers a:hover strong{ background: #1769ff;}
		.widget-counter li.instagram-followers a:hover strong{ background: #517fa4;}
		.widget-counter li span{display:block;font-size:21px;}
		.widget-counter li a small{color:#777;}

/* Login Widget */
#login-form{padding:11px 11px 0;}
#login-form #log, #login-form #pwd, .widget-feedburner .feedburner-email{
	background: #F9F9F9;
	color: #515151;
	font: 12px Tahoma;
	margin-bottom: 10px;
	display: block;
	width: 250px;
}
	#login-form #log:hover, #login-form #pwd:hover, .widget-feedburner .feedburner-email:hover{ color:#000;}
	#login-form #log:focus, #login-form #pwd:focus, .widget-feedburner .feedburner-email:focus{ background:#FFF; color:#000;}
	#login-form .login-button{ margin-right:20px;}
	#login-form p{padding-bottom:0;}
	ul.login-links{ margin-top:15px;}
	.content .entry #login-form p{ padding:0 }

/* FeedBurner Widget */
.widget-feedburner-counter{padding:11px;}

/* ADS Widgets */
.widget-container .ads125{margin:0 0 -8px 17px;padding-left:0;}
.ads125{overflow:hidden;padding-left:17px;margin-bottom:20px;}
.ads125 .ad-cell{width: 125px;height: 125px;  display: block; margin:3px 15px 12px 0; float: left;}
.widget-container .ads120-90 ,.widget-container .ads120-60,
.widget-container .ads120-600,.widget-container .ads120-240{margin:0 -7px -8px 18px;padding-left:0;}
.ads120-90,.ads120-60,.ads120-600,.ads120-240{overflow:hidden;padding-left:16px;margin-bottom:20px;}
.ads120-90 .ad-cell,.ads120-60 .ad-cell,.ads120-600 .ad-cell,.ads120-240 .ad-cell{width: 120px;height: 90px;display: block;margin:3px 22px 12px 0;float: left;}
.ads120-60 .ad-cell  {height: 60px;}
.ads120-600 .ad-cell{height: 600px;}
.ads120-240 .ad-cell{height: 240px;}
.ads160-600 ,.ads250-250{margin-bottom:20px;}
.widget-container .ads160-600 ,.widget-container .ads250-250{margin-bottom:0 }
.ads160-600 .ad-cell{width: 160px;height: 600px;display: block; margin:0 auto ;}
.ads250-250 .ad-cell{width: 250px;height: 250px;  display: block; margin:0 auto ;}
.ads300-100{margin-bottom:20px;}
.widget-container .ads300-100{margin:0 0 -5px;}
.ads300-100 .ad-cell{margin-bottom:3px;width:300px;height:100px; margin:10px auto ;}
.ads300-250,.ads300-600{margin-bottom:20px;}
.ads300-250 .ad-cell{width:300px;height:250px;  margin:0 auto ;}
.ads-one{padding-left:0 !important; margin:0 !important;}
.ads-one .ad-cell{float:none !important;  clear:both !important;margin-right:auto !important; margin-left:auto !important;}

/* Footer */
#theme-footer {
	opacity:0.99;
	position:relative;
	color: #ddd;
	background:#333;
	text-shadow: 0 0 1px #000;
	padding:20px 0;
	margin-top:20px;
	-webkit-box-shadow: 0 -5px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 -8px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 -8px 0 rgba(0, 0, 0, .1);
}
	#theme-footer a{color: #ccc;}
	#theme-footer a:hover{color: #FFF;}

/* Footer Widgets */
.footer-widgets-box{float:left; margin-right:4%;}
.footer-1c .footer-widgets-box{ width:  100% }
.footer-2c .footer-widgets-box{ width:  48%;}
.footer-3c .footer-widgets-box{ width:  30.66666666666667%;}
.footer-4c .footer-widgets-box{ width:  22%;}

	.narrow-wide-2c #footer-first , .wide-narrow-2c #footer-second {width:32%;}
	.narrow-wide-2c #footer-second, .wide-narrow-2c #footer-first{  width:64%;}

	.wide-left-3c #footer-first    ,.wide-right-3c #footer-third  { width:46%;}
	.wide-left-3c .footer-widgets-box , .wide-right-3c .footer-widgets-box {  width:23%;}

	.footer-1c .footer-widgets-box,
	.narrow-wide-2c #footer-second,
	.wide-narrow-2c #footer-second,
	.footer-2c #footer-second,
	.footer-3c #footer-third,
	.footer-4c #footer-fourth,
	.wide-right-3c #footer-third,
	.wide-left-3c #footer-third{margin-right:0;}

	.footer-widget-top{ border-bottom:3px solid #666;padding:10px 0;}
	.footer-widget-top h4{font-size: 16px;font-family: Oswald,arial,Georgia, serif;text-transform: uppercase;}
	.footer-widget-container{padding: 10px;}
		.footer-widget-container p {padding-bottom: 1.0em;}
		.footer-widget-container ul, #theme-footer .tabs-wrap ul{ border-bottom:1px solid #444; }
		.footer-widget-container li, #theme-footer #tabbed-widget .tabs-wrap li {
			padding: 6px 0;
			line-height: 18px;
			overflow: hidden;
			border-bottom: 1px solid #232323 !important;
			border-top: 1px solid #444;
		}
		.footer-widget-container li:first-child , #theme-footer #tabbed-widget .tabs-wrap li:first-child { border-top:0 none; }

		#theme-footer #tabbed-widget .widget-top { background:transparent; border-bottom-color:#444; overflow:hidden; }
		#theme-footer #tabbed-widget ul.tabs li a {text-shadow: 0 1px 0 #000; }
		#theme-footer #tabbed-widget ul.tabs li a:hover { color:#FFF; }
		#theme-footer #tabbed-widget ul.tabs li.active a {
			color:#FFF;
			background: #444;
			box-shadow: 0 -1px 2px #111;
			-moz-box-shadow: 0 -1px 2px #111;
			-webkit-box-shadow: 0 -1px 2px #111;
		}
		#theme-footer #tabbed-widget .tabs-wrap.tagcloud a {
			background: #444;
			border: 1px solid #222;
			text-shadow: 0 1px 0 #000;
			-moz-box-shadow: inset 0 0 2px #888, 0 0 2px #222;
			-webkit-box-shadow: inset 0 0 2px #888, 0 0 2px #222;
			box-shadow: inset 0 0 2px #888, 0 0 2px #222;
		}
		#theme-footer #tabbed-widget .tabs-wrap.tagcloud a:hover{ background:#555;}
		#theme-footer .widget-counter li{ border:0 none !important; width: 33.4%; }

		#theme-footer #twitter-widget .loading span{background:url(images/black-loader.gif) no-repeat top;}

#theme-footer .search-widget input{
	background: #414141;
	box-shadow: 0 1px 3px 0 #313131;
	-moz-box-shadow: 0 1px 3px 0 #313131;
	-webkit-box-shadow: 0 1px 3px 0 #313131;
	border: 1px solid #202020;
	color:#222;
}
	#theme-footer .search-widget input:hover,
	#theme-footer .search-widget input:focus{color:#000;}

	#login-form #log, #login-form #pwd, .widget-feedburner .feedburner-email{width:90%}
/* Footer Bottom */
.footer-bottom {
	position:relative;
	background:#333;
	height:45px;
	line-height:41px;
	color: #ccc;
}
	.footer-bottom .container{border-top: 4px solid #cd2122;}
	.footer-bottom .social-icons{
		float:right;
		margin:9px 0 0;
		line-height:0;
	}
	.footer-bottom a{color: #ccc;}
	.footer-bottom a:hover{color: #FFF;}

#topcontrol{
	z-index:2;
	background: #444 ;
	width: 40px;
	height: 40px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	position:fixed;
	bottom:-100px;
	right:10px;
	cursor:pointer;
	-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		overflow:auto;
		opacity:.7;
}
	#topcontrol:hover{ opacity:1;}
	#topcontrol:before {
		width: 40px;
		height: 40px;
		line-height: 38px;
		color: #FFF;
	}

/* Images */
img.size-auto,img.size-full,img.size-large,img.size-medium,.attachment img {max-width: 100%;height: auto;}
img.centered,
img.aligncenter {
	display: block;
	margin: 2px auto;
	border: 1px solid #cbcdcc;
	padding: 4px;
}
img.alignright {
	padding: 4px;
	margin: 2px 3px 3px 8px;
	display: inline;
	border: 1px solid #cbcdcc;
}
img.alignleft {
	padding: 4px;
	margin: 2px 8px 3px 3px;
	display: inline;
	border: 1px solid #cbcdcc;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
	max-width: 100%;
}
	.wp-caption img {max-width: 100% !important;}
	.wp-caption p.wp-caption-text {color: #888;margin: 5px;padding:0;}
	.wp-caption.alignleft{margin-right: 20px;}
	.wp-caption.alignright{margin-left: 20px;}

/* Navigation */
.pagination {overflow: hidden; margin-bottom:25px; clear:both;}
	.pagination a,
	.pagination span.extend,
	.pagination span.current {
		float:left;
		text-shadow: 0 1px 0 #FFF;
		margin-right : 3px;
		color: #777;
		padding: 6px 10px 3px;
	}
	.pagination a:hover {color:#000;}
	.pagination span.current {
		color: #FFF;
		background-color: #cd2122;
		text-shadow: 0 1px 0 #000;
		padding:4px 10px 6px;
	}
	.pagination .pages{
		float:right;
		display:block;
		font-size:85%;
		padding: 7px 0 2px;
	}

/* CommentList */
#comments-title {
	font-family: Oswald,arial,Georgia, serif;
	margin:25px 0 10px;
}
	#comments-title em{color: #333;}
.commentlist li{
	margin-bottom: 20px;
	clear:both;
	position:relative;
	clear:both;
}
	.comment-avatar {
		overflow:hidden;
		width:45px;
		height:45px;
		margin:0 10px 5px -30px;
		background: white;
		padding: 2px;
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
		box-shadow: 0 0 3px #B5B5B5;
		-moz-box-shadow: 0 0 3px #b5b5b5;
		-webkit-box-shadow: 0 0 3px #B5B5B5;
		float:left;
	}
	.author-comment{overflow:hidden;position:relative;}
		.author-comment cite {
			color:#3b3b3b;
			position:relative;
			display:block;
			margin-bottom:2px;
			padding-top:4px;
		}
	.commentmetadata {display: block;font-size:85%; clear:both; }
		.commentmetadata a{color:#3b3b3b;}
		.commentmetadata a:hover{color:#000;}
	.comment-wrap{
		background: white;
		border-radius: 1px;
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
		box-shadow: 0 1px 3px 0 #B5B5B5;
		-moz-box-shadow: 0 1px 3px 0 #b5b5b5;
		-webkit-box-shadow: 0 1px 3px 0 #B5B5B5;
		position:relative;
		padding:10px;
		margin-left:20px;
	}
		.comment-content{
			position:relative;
			clear:both;
			display:block;
			margin-top:10px;
			overflow:hidden;
			padding-bottom:5px;
		}
			.comment-content p{line-height:17px;  margin-bottom: 10px;}
		.nocomments {text-align: center;}
		.commentlist li ul li {margin-left:4px;}
		.commentlist  li.pingback{padding:5px 10px;border-bottom:1px solid #ddd;}
		.commentlist .children{margin-top:15px; margin-left:50px;}
		.commentlist .reply a{
			position:absolute;
			bottom:0;
			right:0;
			background:#ddd;
			padding:3px 10px;
			text-shadow:0 1px 1px #FFF;
			font-size:11px;
		}
			.commentlist .reply a:hover{background:#333;  color:#FFF; text-shadow:0 1px 1px #000; }
		.bypostauthor {}

/* Add Comments Form */
#respond {
	margin: 20px 0 10px;
	overflow: hidden;
	position: relative;
	clear: both;
}
	.commentlist li #respond {margin: 10px 0 20px 70px !important;}
#commentform {
	padding: 0 5px;
	margin-top: 5px;
	overflow: hidden;
}
	#commentform .required {font-weight: bold;}
	#commentform label {color: #888;}
	#commentform p {  margin:10px 0;}
	#commentform textarea,
	#commentform input {
		background:#F9F9F9;
		color: #515151;
		font: 12px Tahoma;
		margin-bottom: 7px;
	}
	#commentform input {display: block;width: 250px;}
	#commentform input[type="checkbox"]{margin: 2px 7px 0 0;float:left;clear:left;}
	#commentform textarea {width: 95%;}
	#commentform input:hover,#commentform textarea:hover {}
	#commentform input:focus, #commentform textarea:focus {background: #fff;}
	#commentform .form-allowed-tags ,.comment-form-comment label {display: none;}
	.comment-form-email,.comment-form-url,.comment-form-url,.comment-form-comment {clear: both;}
	.comment-notes{ margin-bottom:10px; }
	.form-submit #submit , #login-form .login-button , .widget-feedburner .feedburner-subscribe{
		height: 30px;
		line-height: 30px;
		width:auto;
		position:relative;
	}
	.form-submit #submit:hover, #login-form .login-button:hover , .widget-feedburner .feedburner-subscribe:hover {
		background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#FFF),color-stop(100%,#f8f8f8));
		background: -webkit-linear-gradient(top,#FFF 0,#f8f8f8 100%);
		background: -moz-linear-gradient(top,#FFF 0,#f8f8f8 100%);
		background: -o-linear-gradient(top,#FFF 0,#f8f8f8 100%);
		background: -ms-linear-gradient(top,#FFF 0,#f8f8f8 100%);
		background: linear-gradient(top,#FFF ,#f8f8f8 100%);
	}
	.form-submit #submit:active, #login-form .login-button:active , .widget-feedburner .feedburner-subscribe:active {top:2px;}
	input.error, textarea.error{border:1px solid #FF0000 !important;}

/* Ads */
.e3lan-top {float: right;line-height:0; margin-top:8px;}
.e3lan-bottom {line-height:0;margin:15px auto 20px;text-align:center;}
.e3lan-post {line-height:0;margin:20px auto ;text-align:center;}
.home-ads{clear:both;margin:5px auto 25px;text-align:center;}
.e3lan-top iframe, .e3lan-bottom iframe, .home-ads iframe, .home-ads iframe{margin: 0 auto;}
.e3lan-top img, .e3lan-bottom img, .home-ads img, .e3lan-post img {max-width: 100%;height: auto;}
.e3lan-top ins, .e3lan-bottom ins {width: 728px; height: 90px;}
.home-ads ins, .e3lan-post ins {width: 468px; height: 60px;}
.entry ins iframe { max-height: none !important; }



/* Tooltip */
a.ttip, a.tooldown{display:inline-block;}
.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
.tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 0 2px #000000; -webkit-box-shadow: 0 0 2px #000000; -moz-box-shadow: 0 0 2px #000000; }
.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
.tipsy-arrow-n { border-bottom-color: #000; }
.tipsy-arrow-s { border-top-color: #000; }
.tipsy-arrow-e { border-left-color: #000; }
.tipsy-arrow-w { border-right-color: #000; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }

/* Slider */
.flexslider .slides > li , .full-width .content .flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position:relative; height:508px;}
.flexslider .slides img {width: 100%; height:100%; display: block;}
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}
.flexslider , .full-width .content .flexslider {margin: 0 0 35px;position:relative;zoom: 1;width: 955px;height:508px;background: #000 url('images/black-loader.gif') no-repeat 50% 48%; }
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px}

.flex-direction-nav {position:absolute; top:5px; right:5px;}
.flex-direction-nav a {width: 30px; height: 30px; margin: 0 0 2px; display: block; background-color: #cd2122;  cursor: pointer; color: #FFF; opacity: 0;  -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;}
.flexslider:hover .flex-next {opacity: 0.8; }
.flex-direction-nav .flex-next:before {content: '\e75e';}
.flexslider:hover .flex-prev {opacity: 0.8;}
.flex-direction-nav .flex-prev:before {content: '\e75d';}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .disabled {opacity: .3!important; cursor: default;}

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .active {opacity: 1; cursor: default;}

.flex-control-nav {position: absolute; top: 10px; left:10px; text-align: center; height:13px;}
.flex-control-nav li {margin: 0 ; display: inline-block; zoom: 1; *display: inline; }
.flex-control-paging li a {display: block; cursor: pointer; text-indent: -9999px; border-radius: 100%;-moz-border-radius: 100%;-webkit-border-radius: 100%; margin-right:2px; width:8px; background:#999; height:8px;  -webkit-transition: all .5s ease; -moz-transition: all .5s ease; transition: all .5s ease;}
.flex-control-paging li a:hover { background: #DDD; }
.flex-control-paging li a.flex-active { background: #FFF; cursor: default; }
.slider-caption {position: absolute;left: 15px;bottom: 15px; max-width:90%;opacity: .85;}
.slider-caption p{padding: 10px;background: #000;color:#FFF;}
.slider-caption h2 , .full-width .content .slider-caption h2 {background: #cd2122; padding:5px 10px;color:#FFF; display: inline-block;font-family: Oswald,arial,Georgia, serif;}

/*small*/
.content .post-listing .flexslider { margin:0 auto 5px;}
.content .flexslider { width:620px; height:330px;}
.content .flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position:relative; height:330px;}
.content .flexslider .slides img {width: 100%; display: block;}
.content .slider-caption h2 a, .content .slider-caption h2{font-size: 22px;color:#FFF;  }
.content .ei-slider{ height:330px;}
.content .ei-slider-loading{line-height:375px;}
.content .ei-title h3{font-size: 12px;line-height: 14px;width:435px;}
.content .ei-title h2{font-size: 22px;}

/*sidebar slider*/
.sidebar .flexslider { width:300px; height:160px;}
.sidebar .flexslider .slides > li {height:160px;}
.sidebar .slider-caption {width: 100%;padding: 0;bottom: 0; left:0;}
.sidebar .slider-caption h2 {padding:0 10px 3px;}
.sidebar .slider-caption h2 a, .sidebar .slider-caption h2{font-size: 16px; color:#FFF; line-height: 24px;}

.ei-slider{position: relative;width: 100%;max-width: 955px;height: 508px;margin: 0 auto 45px;-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);}
.ei-slider-loading{ width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index:11;  background: #000 url('images/black-loader.gif') no-repeat 50% 48%;  color: #fff;text-align: center; line-height: 520px;}
.ei-slider-large{height: 100%;width: 100%;position:relative;overflow: hidden;}
.ei-slider-large li{position: absolute;top: 0;left: 0;overflow: hidden;height: 100%;width: 100%;}
.ei-slider-large li img{width: 100%;}
.ei-title{position: absolute;right: 10%;margin-right: 0;margin-left:2%;bottom: 25%;color:#fff;opacity: .85;}
.ei-title h2, .ei-title h3{text-align: right;}
.ei-title h2{color: #b5b5b5;font-size: 35px;font-family: Oswald,arial,Georgia, serif;background:#cd2122;float:right;padding:5px;}
.ei-title h3{clear:both;font-size: 14px;line-height: 20px;width:835px;background:#000;background:rgba(0, 0, 0, 0.9);padding:5px;}
.ei-slider-thumbs{height: 13px;margin: 0 auto;position: relative;max-width:100%!important;}
.ei-title a{color:#FFF;}
.ei-slider-thumbs li{position: relative;float: left;height: 100%;}
.ei-slider-thumbs li.ei-slider-element{top: 0;left: 0;position: absolute;height: 100%;z-index: 10;text-indent: -9000px;background: #cd2122;}
.ei-slider-thumbs li a{ display: block;text-indent: -9000px;background: #666 ;width: 100%;height: 100%;cursor: pointer;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3), 0 1px 0 1px rgba(255,255,255,0.5); -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3), 0 1px 0 1px rgba(255,255,255,0.5);  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3), 0 1px 0 1px rgba(255,255,255,0.5);
	-webkit-transition: background 0.2s ease;-moz-transition: background 0.2s ease; -o-transition: background 0.2s ease; -ms-transition: background 0.2s ease;   transition: background 0.2s ease;}
.ei-slider-thumbs li a:hover{background-color: #f0f0f0;}
.ei-slider-thumbs li img{ position: absolute;bottom: 50px;opacity: 0;z-index: 11;width: 100%;max-height:100px;
	-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease; -ms-transition: all 0.4s ease;   transition: all 0.4s ease;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-box-reflect:
				below 0px -webkit-gradient(
						linear,
						left top,
						left bottom,
						from(transparent),
						color-stop(50%, transparent),
						to(rgba(255,255,255,0.3))
						);
}
.content .ei-slider-thumbs li img{max-height:65px;}
.ei-slider-thumbs li:hover img{opacity: 1;  bottom: 13px;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}


/* Reviews Styles */
.review-box{margin:20px 0;}
h2.review-box-header{
	border-bottom:4px solid #333;
	font-size: 22px;
	font-family: Oswald,arial,Georgia, serif;
	padding:10px 0 6px;
	margin-bottom:3px;
	margin-top:0;
}
.review-item{
	padding:5px 0 8px;
	opacity:0.8;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
.review-item:hover{opacity:1;}
.review-item h5{font-size:inherit;margin:0 0 5px;color:#555;}
.review-percentage .review-item span{background:#F2F2F2;display:block;height:15px;}
.review-percentage .review-item span span{
	background-color: #cd2122;
	background-image:url(images/stripes.png);
	display:block;
	height:15px;
}
.review-stars .review-item, .user-rate-wrap{ background:#F2F2F2; margin-bottom:3px; overflow:hidden; padding:5px;}
.review-stars .review-item h5{float:left; padding-top:5px; margin-top:0;}
.review-stars .stars-large{float:right;}
.review-final-score .stars-large{float: none !important;margin: 0 auto 10px;}
.review-summary{background-color:#F2F2F2;overflow:hidden; margin-bottom:3px;}
.review-short-summary{padding:0 10px;display: table-cell;vertical-align: top;}
.review-final-score{
	background-color: #cd2122;
	width:100px;
	display: table-cell;
	vertical-align: top;
	text-align:center;
	color:#fff;
	padding:10px 5px;
}
.review-final-score h3{margin:0 0 -3px;font-size: 44px;color: #FFF;font-weight: bold;}
.review-final-score h3 span{font-size: 24px;}
.review-final-score h4{
	margin:0;
	font-size: 20px;
	font-family: Oswald,arial,Georgia, serif;
}
.review-top{float:left;width:55%; margin-right:20px;}
span.stars-large{
	width:98px;
	display:block;
	background:url(images/stars-large.png) no-repeat left bottom;
	height:22px;
}
span.stars-large span{
	width:100%;
	display:block;
	background:url(images/stars-large.png) no-repeat left top;
	height:22px;
	float:left;
	cursor: pointer;
}
span.stars-small{
	width:52px;
	display:block;
	background:url(images/stars-small.png) no-repeat left bottom;
	height:15px;
}
span.stars-small span{
	float: left;
	width:100%;
	display:block;
	background:url(images/stars-small.png) no-repeat left top;
	height:15px;
}
.user-rate {float: right;width: 98px;}
.post-thumbnail .stars-large, .post-thumbnail .stars-small{ position:absolute; bottom:5px; right:6px; }
.tie-rate-load{
	background:url(images/ajax-loader.gif) no-repeat center;
	width: 98px;
	height: 22px;
	display: block;
}


.entry ul.best-reviews li{list-style: none; margin: 0 0 10px; overflow:hidden; border-bottom: 1px solid #f2f2f2}
.entry ul.best-reviews .best-review-score{
	background: #AAA;
	-webkit-border-radius: 50px;
	moz-border-radius: 50px;
	border-radius: 50px;
	font-size: 28px;
	margin:15px 15px 0 0;
	width: 50px;
	color: #FFF;
	height: 50px;
	line-height: 50px;
	display: block;
	text-align: center;
}
.entry ul.best-reviews {margin: 0;}
.entry ul.best-reviews .post-thumbnail,.entry ul.best-reviews .best-reviews-content,.entry ul.best-reviews .best-review-score{float: left;}
.entry ul.best-reviews h3{margin: 2px 0 5px;}
.entry ul.best-reviews .best-reviews-content{width: 442px;}
.entry ul.best-reviews p.post-meta{border-bottom: 0 none; padding:0; margin:5px 0 0;}
.entry ul.best-reviews .post-thumbnail{width: 90px;}


/* Page Templates */
/*sitemap */
#sitemap {overflow:hidden;padding:10px 0 0 15px;}
	.sitemap-col {float: left;margin: 0 2% 10px 0;  width: 23%;}
	#sitemap .last {margin-right: 0px; }
		.sitemap-col h2 {color: #111;font-size: 20px;font-family: Georgia, serif;border-bottom: 1px solid #e9e9e9;padding-bottom: 10px;margin-bottom: -3px;}
		.sitemap-col ul {padding-left: 0px;margin-left: 0;}
			.sitemap-col ul li a {padding: 4px 0px 4px ;display:inline-block; }

/* Authors List */
ul.authors-wrap li{background:transparent;padding:20px;margin:0 -20px 10px; border-bottom:1px solid #f2f2f2;list-style:none;}
	ul.authors-wrap li h3{font-size: 22px;text-transform: capitalize;font-family: Oswald,arial,Georgia, serif;margin:0 0 5px;}

/* Timeline */
ul.timeline {border-left: 2px solid #DFDFE0;margin:0 0 30px 35px;overflow:hidden;}
	h2.timeline-head{background:#DFDFE0;border-radius: 35px;-moz-border-radius: 35px;-webkit-border-radius: 35px;margin-bottom:0;display:inline-block;  padding:5px 25px 4px;font-family: Oswald,arial,Georgia, serif;font-size: 18px;text-shadow: 0 1px 1px #FFF;color: #666;}
	ul.timeline li{background:transparent; list-style:none; padding: 2px 10px 2px 100px; position: relative;}
		ul.timeline li span{left: 0; position: absolute; display:inline-block; color:#999;}


/* Shortcodes */
.google-map.alignleft{margin-right:10px;}
.google-map.alignright{margin-left:10px;}
.google-map.aligncenter{ text-align:center;}

.post-tooltip{cursor:pointer;display:inline-block;border-bottom:1px #666 dotted;color:#ed5109;}
.post-tooltip:hover{ border-bottom-color:#ed5109;}
.highlight {background: #FF9;}
.dropcap{display: block;float: left;margin: 0 8px 0 0;font-size: 50px;line-height: 50px;font-family: Georgia, Arial,"helvetica neue",Helvetica,Verdana,sans-serif;}
.starlist li,.checklist li{background-position:left top;background-repeat:no-repeat;padding-left:25px;list-style:none !important;}
.starlist li  { background-image: url(images/bullet_star.png);}
.checklist li {background-image: url(images/bullet_check.png);}

.box{padding: 20px; background-color: #F6F6F6;  margin-bottom: 20px;  word-wrap: break-word;  -moz-border-radius: 5px;-webkit-border-radius: 5px; border-radius: 5px;border: 1px solid #FFF;}
.box div.box-inner-block{padding-left:60px; min-height:50px;}
.box .tieicon-boxicon{float:left; margin-left: -70px;}
.box .tieicon-boxicon:before{ line-height: 60px;height: 60px;width: 60px;font-size: 60px; margin: 0;}

.box.shadow{-moz-box-shadow: 2px 2px 7px rgba(153, 153, 153, 0.6);-webkit-box-shadow: 2px 2px 7px rgba(153, 153, 153, 0.6); box-shadow: 2px 2px 7px rgba(153, 153, 153, 0.6);border: 1px solid #AAA;}
.box.shadow div.box-inner-block{padding:0 !important;}
.box.info{background:#d6f6ff; border-color: #BFE3EC;}
.box.info .tieicon-boxicon:before{ content: '\e705'; color: #2CB4DA }
.box.success{background:#e2f2cb; border-color: #D1E4B7;}
.box.success .tieicon-boxicon:before{ content: '\2713'; color: #8AB84D }
.box.warning{ background:#fffddb;  border-color: #E9E59E;}
.box.warning .tieicon-boxicon:before{ content: '\26a0'; color: #ECC21B; font-size:55px; }
.box.error{ background:#ffe6e2; border-color: #EEBFB8;}
.box.error .tieicon-boxicon:before{ content: '\2715'; color: #F03317; font-size: 70px;}
.box.download{background:#e2f2cb; border-color: #D1E4B7;}
.box.download .tieicon-boxicon:before{ content: ''; color: #8AB84D}
.box.note{background:#fffddb; border-color: #E9E59E;}
.box.note .tieicon-boxicon:before{ content: '\f15c'; color: #ECC21B; }

a.shortc-button{border: 1px solid #a3a3a3;background: #d4d4d4;height: 25px;line-height:25px;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;color: white;display:inline-block;  margin:0 5px 20px;  padding:0 10px; position:relative;font-size:12px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),inset 0 1px 0 rgba(255, 255, 255, 0.5),inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: background .40s;-moz-transition: background .40s; -o-transition: background .40s;transition: background .40s;
	background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#d4d4d4),color-stop(100%,#c7c7c7));background: -webkit-linear-gradient(top,#d4d4d4 0,#c7c7c7 100%);background: -moz-linear-gradient(top,#d4d4d4 0,#c7c7c7 100%);background: -o-linear-gradient(top,#d4d4d4 0,#c7c7c7 100%);  background: -ms-linear-gradient(top,#d4d4d4 0,#c7c7c7 100%);background: linear-gradient(top,#d4d4d4 0,#c7c7c7 100%);
}
a.shortc-button:hover{  background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#d8d6d6),color-stop(100%,#cdcdcd));background: -webkit-linear-gradient(top,#d8d6d6 0,#cdcdcd 100%);background: -moz-linear-gradient(top,#d8d6d6 0,#cdcdcd 100%);background: -o-linear-gradient(top,#d8d6d6 0,#cdcdcd 100%);background: -ms-linear-gradient(top,#d8d6d6 0,#cdcdcd 100%);background: linear-gradient(top,#d8d6d6 0,#cdcdcd 100%);}
a.shortc-button:active{ top:1px;}
a.shortc-button.red{border: 1px solid #B63540;background: #ED596A;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#F77087),color-stop(100%,#E3414D));background: -webkit-linear-gradient(top,#F77087 0,#E3414D 100%);background: -moz-linear-gradient(top,#F77087 0,#E3414D 100%);background: -o-linear-gradient(top,#F77087 0,#E3414D 100%);background: -ms-linear-gradient(top,#F77087 0,#E3414D 100%);background: linear-gradient(top,#F77087 0,#E3414D 100%);}
a.shortc-button.red:hover{background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#F8889B),color-stop(100%,#E65762));  background: -webkit-linear-gradient(top,#F8889B 0,#E65762 100%);background: -moz-linear-gradient(top,#F8889B 0,#E65762 100%);background: -o-linear-gradient(top,#F8889B 0,#E65762 100%);background: -ms-linear-gradient(top,#F8889B 0,#E65762 100%);background: linear-gradient(top,#F8889B 0,#E65762 100%);}
a.shortc-button.green{border: 1px solid #5E8C22;background: #89C03E;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#A8D34E),color-stop(100%,#6AAD2D));background: -webkit-linear-gradient(top,#A8D34E 0,#6AAD2D 100%);background: -moz-linear-gradient(top,#A8D34E 0,#6AAD2D 100%);background: -o-linear-gradient(top,#A8D34E 0,#6AAD2D 100%);background: -ms-linear-gradient(top,#A8D34E 0,#6AAD2D 100%);background: linear-gradient(top,#A8D34E 0,#6AAD2D 100%);}
a.shortc-button.green:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#B2D862),color-stop(100%,#76C132));background: -webkit-linear-gradient(top,#B2D862 0,#76C132 100%);background: -moz-linear-gradient(top,#B2D862 0,#76C132 100%);background: -o-linear-gradient(top,#B2D862 0,#76C132 100%);background: -ms-linear-gradient(top,#B2D862 0,#76C132 100%);background: linear-gradient(top,#B2D862 0,#76C132 100%);}
a.shortc-button.blue{ border: 1px solid #1e638b;background: #00a2ff;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#00a2ff),color-stop(100%,#028edf));background: -webkit-linear-gradient(top,#00a2ff 0,#028edf 100%);background: -moz-linear-gradient(top,#00a2ff 0,#028edf 100%);background: -o-linear-gradient(top,#00a2ff 0,#028edf 100%);background: -ms-linear-gradient(top,#00a2ff 0,#028edf 100%);background: linear-gradient(top,#00a2ff 0,#028edf 100%);}
a.shortc-button.blue:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#3cb6fc),color-stop(100%,#31a6ea));background: -webkit-linear-gradient(top,#3cb6fc 0,#31a6ea 100%);background: -moz-linear-gradient(top,#3cb6fc 0,#31a6ea 100%);background: -o-linear-gradient(top,#3cb6fc 0,#31a6ea 100%);background: -ms-linear-gradient(top,#3cb6fc 0,#31a6ea 100%);background: linear-gradient(top,#3cb6fc 0,#31a6ea 100%);}
a.shortc-button.orange{ border: 1px solid #be8a2b;background: #FFA500 ;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#FFA500),color-stop(100%,#ed9900));background: -webkit-linear-gradient(top,#FFA500 0,#ed9900 100%);background: -moz-linear-gradient(top,#FFA500 0,#ed9900 100%);background: -o-linear-gradient(top,#FFA500 0,#ed9900 100%);background: -ms-linear-gradient(top,#FFA500 0,#ed9900 100%);background: linear-gradient(top,#FFA500 0,#ed9900 100%);}
a.shortc-button.orange:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ffb93a),color-stop(100%,#f3ab26));background: -webkit-linear-gradient(top,#ffb93a 0,#f3ab26 100%);background: -moz-linear-gradient(top,#ffb93a 0,#f3ab26 100%);background: -o-linear-gradient(top,#ffb93a 0,#f3ab26 100%);background: -ms-linear-gradient(top,#ffb93a 0,#f3ab26 100%);background: linear-gradient(top,#ffb93a0,#f3ab26 100%);}
a.shortc-button.pink{ border: 1px solid #cc198b;background: #ff00a2;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ff00a2),color-stop(100%,#ed0097));background: -webkit-linear-gradient(top,#ff00a2 0,#ed0097 100%);background: -moz-linear-gradient(top,#ff00a2 0,#ed0097 100%);background: -o-linear-gradient(top,#ff00a2 0,#ed0097 100%);background: -ms-linear-gradient(top,#ff00a2 0,#ed0097 100%);  background: linear-gradient(top,#ff00a2 0,#ed0097 100%);}
a.shortc-button.pink:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ff6cc9),color-stop(100%,#ea51b2));background: -webkit-linear-gradient(top,#ff6cc9 0,#ea51b2 100%);background: -moz-linear-gradient(top,#ff6cc9 0,#ea51b2 100%);background: -o-linear-gradient(top,#ff6cc9 0,#ea51b2 100%);background: -ms-linear-gradient(top,#ff6cc9 0,#ea51b2 100%);background: linear-gradient(top,#ff6cc9,#ea51b2 100%);  }
a.shortc-button.purple{ border: 1px solid #833083;background: #d700d7;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#d700d7),color-stop(100%,#b000b0));background: -webkit-linear-gradient(top,#d700d7 0,#b000b0 100%);background: -moz-linear-gradient(top,#d700d7 0,#b000b0 100%);background: -o-linear-gradient(top,#d700d7 0,#b000b0 100%);background: -ms-linear-gradient(top,#d700d7 0,#b000b0 100%);  background: linear-gradient(top,#d700d7 0,#b000b0 100%);}
a.shortc-button.purple:hover{background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#f969f9),color-stop(100%,#c302c3));background: -webkit-linear-gradient(top,#f969f9 0,#c302c3 100%);background: -moz-linear-gradient(top,#f969f9 0,#c302c3 100%);  background: -o-linear-gradient(top,#f969f9 0,#c302c3 100%); background: -ms-linear-gradient(top,#f969f9 0,#c302c3 100%);background: linear-gradient(top,#f969f9,#c302c3 100%);}
a.shortc-button.black{ border: 1px solid #000;background: #434343;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#434343),color-stop(100%,#232323));background: -webkit-linear-gradient(top,#434343 0,#232323 100%);background: -moz-linear-gradient(top,#434343 0,#232323 100%);background: -o-linear-gradient(top,#434343 0,#232323 100%);background: -ms-linear-gradient(top,#434343 0,#232323 100%);background: linear-gradient(top,#434343 0,#232323 100%);}
a.shortc-button.black:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#5a5959),color-stop(100%,#3d3d3d));background: -webkit-linear-gradient(top,#5a5959 0,#3d3d3d 100%);background: -moz-linear-gradient(top,#5a5959 0,#3d3d3d 100%);background: -o-linear-gradient(top,#5a5959 0,#3d3d3d 100%);background: -ms-linear-gradient(top,#5a5959 0,#3d3d3d 100%);background: linear-gradient(top,#5a5959,#3d3d3d 100%);}
a.shortc-button.white{ border: 1px solid #d9d9d9;background: #fbfbfb;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fbfbfb),color-stop(100%,#eee ));background: -webkit-linear-gradient(top,#fbfbfb 0,#eee 100%);background: -moz-linear-gradient(top,#fbfbfb 0,#eee 100%);  background: -o-linear-gradient(top,#fbfbfb 0,#eee 100%);background: -ms-linear-gradient(top,#fbfbfb 0,#eee 100%);background: linear-gradient(top,#fbfbfb 0,#eee 100%);box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),inset 0 1px 0 rgba(255, 255, 255, 0.5);color:#000;text-shadow: 0 1px 0 #FFF;}
a.shortc-button.white:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#FFF),color-stop(100%,#f8f8f8));  background: -webkit-linear-gradient(top,#FFF 0,#f8f8f8 100%);background: -moz-linear-gradient(top,#FFF 0,#f8f8f8 100%);background: -o-linear-gradient(top,#FFF 0,#f8f8f8 100%);background: -ms-linear-gradient(top,#FFF 0,#f8f8f8 100%);background: linear-gradient(top,#FFF ,#f8f8f8 100%);}
a.shortc-button.medium{ height:35px; line-height:35px; font-size:16px; padding:0 15px;}
a.shortc-button.big{ height:55px; line-height:55px; font-size:22px; padding:0 25px;}

.flickr-wrapper {overflow:hidden;margin-bottom:20px;}
.flickr-wrapper .flickr_badge_image {float:left;margin:8px;}
.flickr-wrapper .flickr_badge_image img{opacity:1;background:#FFF;padding:4px;box-shadow: 0 0 3px #B2B2B2;-moz-box-shadow: 0 0 3px #b2b2b2;-webkit-box-shadow: 0 0 3px #B2B2B2;}
.flickr-wrapper .flickr_badge_image a:hover img{ opacity:0.6;}

#twitter-shortcode{margin-bottom:10px;}
#twitter-shortcode li{padding:5px 10px 5px 30px;overflow:hidden;list-style:none;}
#twitter-shortcode li:last-child{border-bottom:0 none;}
#twitter-shortcode .tweet_list .tweet_avatar img{ padding:2px ;margin-left:5px;float: right;background:#FFF;border:1px solid #d6d6d6;}
#twitter-shortcode .loading{text-align:center; padding:10px;}

.toggle {background:#F6F6F6;margin-bottom: 15px;  border: 1px solid #E1E1E1;border-bottom: 1px solid #979797;padding: 5px 10px;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;position: relative;box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);  }
.toggle h3{font-weight: normal;font-size: 18px;padding: 5px 0;margin:0;text-shadow: 0 1px 1px #FFF; cursor:pointer; }
h3.toggle-head-close{display:none;}
h3.toggle-head-open .tieicon-up, h3.toggle-head-close .tieicon-down{ float:right; margin: -6px;}
.toggle-content{padding-top:15px;}
.toggle.close .toggle-content ,
.toggle.close  h3.toggle-head-open  {display:none;}
.toggle.close  h3.toggle-head-close {display:block;}

.author-info{background:#F6F6F6;margin-bottom: 15px;border: 1px solid #E1E1E1;border-bottom: 1px solid #979797;padding: 20px;border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;position: relative;box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1); }
.author-info-content{padding-left:100px;}
.author-info-content h3{margin:0 0 15px;}
.author-info img.author-img{max-width:70px; float:left; margin-right:15px;background:#FFF;padding:4px;  box-shadow: 0 0 3px #B2B2B2;-moz-box-shadow: 0 0 3px #b2b2b2;-webkit-box-shadow: 0 0 3px #B2B2B2;}

.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{position:relative;margin-right:4%;float:left;}
.one_half {width:48%}
.one_third { width:30.66%}
.two_third { width:65.33%}
.one_fourth { width:22%}
.three_fourth{ width:74%}
.one_fifth { width:16.8%}
.two_fifth { width:37.6%}
.three_fifth{ width:58.4%}
.four_fifth { width:67.2%}
.one_sixth { width:13.33%}
.five_sixth { width:82.67%}
.entry .last{margin-right:0 !important;clear:right;}

.post-tabs,.post-tabs-ver{  margin-bottom:20px;}
.post-tabs ul.tabs-nav{height:33px;margin:0;padding-left:20px;}
.post-tabs ul.tabs-nav li{  border:1px solid #E1E1E1;border-radius: 4px 4px 0 0;font-weight: bold;  line-height: 32px;cursor: pointer;display: block; float: left;margin: 0 5px 0 0;  padding: 0 16px;background:#ddd;border-bottom: 0 none;-webkit-transition: background .5s ease;-moz-transition: background .5s ease;-o-transition: background .5s ease;transition: background .5s ease;}
.post-tabs ul.tabs-nav li.current{  background:#F6F6F6; z-index:1;  height:33px;}
.post-tabs .pane{background: #F6F6F6;margin-bottom: 15px;border: 1px solid #E1E1E1;border-bottom: 1px solid #979797;  padding: 20px;border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);}
.post-tabs-ver ul.tabs-nav{float:left;width:170px;margin:0;padding-top:10px;}
.post-tabs-ver ul.tabs-nav li{  border:1px solid #E1E1E1;border-radius: 4px 0 0 4px;font-weight: bold;line-height: 32px;cursor: pointer;display: block; margin: 0 0 10px 0;padding: 0 16px; background:#ddd;border-right-width: 0;-webkit-transition: background .5s ease;-moz-transition: background .5s ease;-o-transition: background .5s ease;transition: background .5s ease;}
.post-tabs-ver ul.tabs-nav li.current{background:#F6F6F6;z-index:1;width:138px;}
.post-tabs-ver .pane{margin-left:170px;background: #F6F6F6;margin-bottom: 15px;border: 1px solid #E1E1E1; border-bottom: 1px solid #979797;padding: 20px; border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1); min-height:180px;}


/* Audio Player */
.wp-video-shortcode.mejs-container{ width: 100% !important; height: auto !important; padding-top: 57% !important;}
.wp-video-shortcode.mejs-container video , .mejs-layer{position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	width: 100% !important;
	height: 100% !important;
}

/*Pretty-Photo*/
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(images/prettyPhoto/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(images/prettyPhoto/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(images/prettyPhoto/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(images/prettyPhoto/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(images/prettyPhoto/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(images/prettyPhoto/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(images/prettyPhoto/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(images/prettyPhoto/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(images/prettyPhoto/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(images/prettyPhoto/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(images/prettyPhoto/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(images/prettyPhoto/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(images/prettyPhoto/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(images/prettyPhoto/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(images/prettyPhoto/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(images/prettyPhoto/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(images/prettyPhoto/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(images/prettyPhoto/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(images/prettyPhoto/loader.gif) center center no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:150px;overflow:hidden}
.pp_social .twitter{float:left; width: 70px;}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{display:block;float:right;height:100%;text-indent:-10000px;width:49%;-webkit-transition: none;-moz-transition: none;-o-transition: none;transition: none;}
a.pp_previous{display:block;float:left;height:100%;text-indent:-10000px;width:49%;-webkit-transition: none;-moz-transition: none;-o-transition: none;transition: none;}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

 .social-icons-widget .social-icons a{margin: 2px;}
.social-icons-widget .social-icons [class^="tieicon-"]:before, .social-icons-widget .social-icons [class*=" tieicon-"]:before {
		border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
		color:#FFF;
}
.social-icons-widget .social-icons.icon_24 [class^="tieicon-"]:before, .social-icons-widget .social-icons.icon_24 [class*=" tieicon-"]:before {
		width:24px;
		height:24px;
		line-height: 24px;
		font-size:14px;
}
.tieicon-delicious:before { content: '\23'; }
		.social-icons-widget .tieicon-delicious:before { background:#2567ee; }
.tieicon-stumbleupon:before { content: '\2f'; }
		.social-icons-widget .tieicon-stumbleupon:before { background:#f42424; }
.tieicon-fivehundredpx:before { content: '\30'; }
		.social-icons-widget .tieicon-fivehundredpx:before { background:#00adf1 }
.tieicon-foursquare:before { content: '\34'; }
		.social-icons-widget .tieicon-foursquare:before { background:#0d9ed1  }
.tieicon-grooveshark:before { content: '\38'; }
		.social-icons-widget .tieicon-grooveshark:before { background:#248fd3 }
.tieicon-forrst:before { content: '\3a'; }
		.social-icons-widget .tieicon-forrst:before { background:#297e09 }
.tieicon-digg:before { content: '\3b'; }
		.social-icons-widget .tieicon-digg:before { background:#b2b2b2 }
.tieicon-reddit:before { content: '\3e'; }
		.social-icons-widget .tieicon-reddit:before { background:#ff915c }
.tieicon-blogger:before { content: '\42'; }
		.social-icons-widget .tieicon-blogger:before { background:#f39d38 }
.tieicon-flickr:before { content: '\46'; }
		.social-icons-widget .tieicon-flickr:before { background:#ff0084 }
.tieicon-viadeo:before { content: '\48'; }
		.social-icons-widget .tieicon-viadeo:before { background:#f97618 }
.tieicon-vimeo:before { content: '\56'; }
		.social-icons-widget .tieicon-vimeo:before { background:#3fbfce }
.tieicon-myspace:before { content: '\5f'; }
		.social-icons-widget .tieicon-myspace:before { background:#487ccd }
.tieicon-googleplay:before { content: '\25b6'; }
		.social-icons-widget .tieicon-googleplay:before { background:#a0b532 }
.tieicon-soundcloud:before { content: '\73'; }
		.social-icons-widget .tieicon-soundcloud:before { background:#F76700  }
.tieicon-yelp:before { content: '\79'; }
		.social-icons-widget .tieicon-yelp:before { background:#c1230d }
.tieicon-github:before { content: '\e8'; }
		.social-icons-widget .tieicon-github:before { background:#666 }
		.tieicon-youtube:before { content: '\f167'; }
		.social-icons-widget .tieicon-youtube:before { background:#cc181e  }
.tieicon-xing:before { content: '\f168'; }
		.social-icons-widget .tieicon-xing:before { background:#00605e }
.tieicon-dropbox:before { content: '\f16b'; }
		.social-icons-widget .tieicon-dropbox:before { background:#459ce6 }
.tieicon-tumblr:before { content: '\f173'; }
		.social-icons-widget .tieicon-tumblr:before { background:#385a75 }
.tieicon-apple:before { content: '\f179'; }
		.social-icons-widget .tieicon-apple:before { background:#7e878b }
.tieicon-dribbble:before { content: '\f17d'; }
		.social-icons-widget .tieicon-dribbble:before { background:#d875a2 }
.tieicon-skype:before { content: '\f17e'; }
		.social-icons-widget .tieicon-skype:before { background:#00c6ff }
.tieicon-vkontakte:before { content: '\f189'; }
		.social-icons-widget .tieicon-vkontakte:before { background:#336699 }
.tieicon-friendfeed:before { content: '\f312'; }
		.social-icons-widget .tieicon-friendfeed:before { background:#93b4dd }
.tieicon-deviantart:before { content: '\f316'; }
		.social-icons-widget .tieicon-deviantart:before { background:#5d6f6d }
.tieicon-lastfm:before { content: '\f318'; }
		.social-icons-widget .tieicon-lastfm:before { background:#f54a3d }
.tieicon-instagram:before { content: '\f31f'; }
		.social-icons-widget .tieicon-instagram:before { background:#517fa4 }
.tieicon-spotify:before { content: '\f327'; }
		.social-icons-widget .tieicon-spotify:before { background:#7fb718 }
.tieicon-evernote:before { content: '\f333'; }
		.social-icons-widget .tieicon-evernote:before { background:#1c8328 }
.tieicon-paypal:before { content: '\f342'; }
		.social-icons-widget .tieicon-paypal:before { background:#34aad2 }
.tieicon-picasa:before { content: '\f345'; }
		.social-icons-widget .tieicon-picasa:before { background:#9d48a1 }
.tieicon-behance:before { content: '\f34e'; }
		.social-icons-widget .tieicon-behance:before { background:#1769ff  }
.tieicon-wordpress:before { content: '\e005'; }
		.social-icons-widget .tieicon-wordpress:before { background:#2071ad }
.tieicon-twitter:before , #twitter-widget li:before{ content: '\f099'; }
		.social-icons-widget .tieicon-twitter:before { background:#45b0e3 }
.tieicon-facebook:before { content: '\f09a'; }
		.social-icons-widget .tieicon-facebook:before { background:#39599f }
.tieicon-rss:before { content: '\f09e'; }
		.social-icons-widget .tieicon-rss:before { background:#f8bc2e }
.tieicon-pinterest-circled:before { content: '\f0d2'; }
		.social-icons-widget .tieicon-pinterest-circled:before { background:#f42424 }
.tieicon-gplus:before { content: '\f0d5'; }
		.social-icons-widget .tieicon-gplus:before { background:#fa0101 }
.tieicon-linkedin:before { content: '\f0e1'; }
		.social-icons-widget .tieicon-linkedin:before { background:#65b7d2 }
.tieicon-share:before { content: '\e73c'; }
		.social-icons-widget .tieicon-share:before { background:#55ac60 }

.tieicon-down:before { content: '\e75c'; }
.tieicon-up-open:before,.tieicon-up:before { content: '\e75f'; }
.tieicon-home:before {content: '\2302'; font-size: 14px; width: 20px; height: 20px;}

/* Animated Content */
@-ms-keyframes fadeIn {0% {opacity: 0;} 100% {opacity: 0.99;}}
@-o-keyframes fadeIn {0% {opacity: 0;} 100% {opacity: 0.99;}}
@-webkit-keyframes fadeIn {0% {opacity: 0;} 100% {opacity: 0.99;}}
@-moz-keyframes fadeIn {0% {opacity: 0;} 100% {opacity: 0.99;}}
@keyframes fadeIn {0% { opacity: 0;} 100% { opacity: 0.99;}}

.wrapper.animated .fade-in {
		-ms-animation: fadeIn ease-in 1;
		-o-animation: fadeIn ease-in 1;
		-webkit-animation: fadeIn ease-in 1;
		-moz-animation: fadeIn ease-in 1;
		animation: fadeIn ease-in 1;
		-ms-animation-fill-mode: backwards;
		-o-animation-fill-mode: backwards;
		-webkit-animation-fill-mode: backwards;
		-moz-animation-fill-mode: backwards;
		animation-fill-mode: backwards;
		-ms-animation-duration: 0.5s;
		-o-animation-duration: 0.5s;
		-webkit-animation-duration: 0.5s;
		-moz-animation-duration: 0.5s;
		animation-duration: 0.5s;
}

.wrapper.animated .list-box .post-thumbnail,
.wrapper.animated .recent-post-blog .post-thumbnail,
.wrapper.animated .recent-box .post-thumbnail,
.wrapper.animated .cat-box.column2 .post-thumbnail,
.wrapper.animated .pic-box .post-thumbnail,
.wrapper.animated .wide-cat-box .post-thumbnail{
		-ms-animation: fadeIn ease-in 1;
		-o-animation: fadeIn ease-in 1;
		-webkit-animation: fadeIn ease-in 1;
		-moz-animation: fadeIn ease-in 1;
		animation: fadeIn ease-in 1;
		-ms-animation-duration: 0.5s;
		-o-animation-duration: 0.5s;
		-webkit-animation-duration: 0.5s;
		-moz-animation-duration: 0.5s;
		animation-duration: 0.5s;
		-ms-animation-delay: 1.5s;
		-o-animation-delay: 1.5s;
		-webkit-animation-delay: 1.5s;
		-moz-animation-delay: 1.5s;
		animation-delay: 1.5s;
		-ms-animation-fill-mode: backwards;
		-o-animation-fill-mode: backwards;
		-webkit-animation-fill-mode: backwards;
		-moz-animation-fill-mode: backwards;
		animation-fill-mode: backwards;
}
.wrapper.animated .animated1 {
		-ms-animation-delay: 0.2s;
		-o-animation-delay: 0.2s;
		-webkit-animation-delay: 0.2s;
		-moz-animation-delay: 0.2s;
		animation-delay: 0.2s;
}
.wrapper.animated .animated2 {
		-ms-animation-delay: 0.7s;
		-o-animation-delay: 0.7s;
		-webkit-animation-delay: 0.7s;
		-moz-animation-delay: 0.7s;
		animation-delay: 0.7s;
}
.wrapper.animated .animated3 {
		-ms-animation-delay: 1.2s;
		-o-animation-delay: 1.2s;
		-webkit-animation-delay: 1.2s;
		-moz-animation-delay: 1.2s;
		animation-delay: 1.2s;
}
.wrapper.animated .animated4 {
		-ms-animation-delay: 1.5s;
		-o-animation-delay: 1.5s;
		-webkit-animation-delay: 1.5s;
		-moz-animation-delay: 1.5s;
		animation-delay: 1.5s;
}

#lang_sel {z-index: 10;}
#lang_sel ul, #lang_sel li{overflow: visible;}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	span.stars-large, span.stars-large span{
		background-image:url(images/stars-large@2x.png);
		background-size: 98px 44px;
	}
	span.stars-small,span.stars-small span{
		background-image:url(images/stars-small@2x.png);
		background-size: 52px 30px;
	}
}

/*  TABLET  : 1024px */
@media only screen and ( max-width: 1219px ){
	 .wrapper {width:986px !important;}
	 .wrapper.layout-2c .container, .wrapper.layout-2c header#theme-header, .wrapper.layout-2c #main-nav, .wrapper.layout-2c #footer-widget-area, .wrapper.layout-2c .scroll-box-wide .group_items {width: 100%;}
	 .container, header, #footer-widget-area,.scroll-box-wide .group_items {width:944px !important;}
	 .header-content, .wrapper.layout-2c .header-content {margin: 0 -21px; padding: 25px 21px;}
	 .sidebar-narrow{display:none;}
	 .mega-menu-content{ width: 730px !important;}
	 .cats-review-box .reviews-cat {width: 304px;margin-right: 15px;}
	 .cats-review-box .reviews-cat h4{width: 191px;}
	 .wide-cat-box .wide-news-item , .scroll-box-wide.scroll-box .scroll-item{width: 228px !important;}
	 .sidebar-narrow-right .content-wrap, .sidebar-narrow-left .content-wrap{float:none;}
	 .sidebar-narrow-left .sidebar, .sidebar-narrow-right .content-wrap .content{float:right}
	 .sidebar-narrow-right .sidebar, .sidebar-narrow-left .content-wrap .content{float:left}
	 .sidebar-narrow-right .sidebar,.sidebar-narrow-left .sidebar{padding:0; margin:0; border:0 none;}
	 .content-wrap-wide .content{width:620px;}
	 .scroll-box-wide .group_items-box, .scroll-box-wide .group_items{ height:220px !important; width:944px !important;}
	 .layout-2c .scroll-box-wide .group_items-box, .layout-2c .scroll-box-wide .group_items{ height:220px !important; width:944px !important;}
}

/* TABLET  : 768px */
@media only screen and (max-width: 985px) and (min-width: 768px){
		.wrapper {width:760px !important;}
		.wrapper.layout-2c .container, .wrapper.layout-2c header#theme-header, .wrapper.layout-2c #main-nav, .wrapper.layout-2c #footer-widget-area, .wrapper.layout-2c .scroll-box-wide .group_items {width: 100%;}
		 header , .container , #footer-widget-area, .group_items,.scroll-box-wide .group_items, #main-content , .content , .sidebar , .flexslider , .ei-slider, .ei-slider-large li{width:730px !important;}
		.header-content, .wrapper.layout-2c .header-content {margin: 0 -15px; padding: 25px 15px;}
		.wrapper.full-site .header-content , .wrapper.layout-2c.full-site .header-content { background:transparent;}
		.top-nav .container{  position:relative;}
		.sidebar-narrow-right .content-wrap,.sidebar-narrow-right .content-wrap .sidebar-narrow,.sidebar-narrow-right .sidebar,.sidebar-narrow-right .content-wrap .content,
	.sidebar-narrow-left .sidebar,.sidebar-narrow-left .content-wrap .content,.sidebar-narrow-left .content-wrap,.sidebar-narrow-left .content-wrap .sidebar-narrow{float:none;}
		.search-block { position:absolute; top:85px; right:0; z-index:1;}
		.logo {margin-top:0 !important;}
		.logo img{max-height:70px;}
		.e3lan-top{clear:both;float:none;text-align:center;border: 0 none;background:none !important; padding:20px 0 0;}
		.cats-review-box .reviews-cat, .wrapper.layout-2c .cats-review-box .reviews-cat {width: 236px;margin-right: 10px;}
		.cats-review-box .reviews-cat h4{overflow: visible;text-overflow: clip;width: auto;white-space: normal;}
		.wide-cat-box .wide-news-item , .scroll-box-wide.scroll-box .scroll-item{width: 174px !important;}
	.flexslider , .flexslider .slides > li,.ei-slider, .ei-slider-large li {height:388px !important;}
	.flex-direction-nav .flex-next {right:5px; opacity: 0.8; }
	.flex-direction-nav .flex-prev {left:5px; opacity: 0.8;}
	.ei-slider-large li img{width:100% !important; height:388px !important; margin:0 !important;}
	#top-menu-mob , #main-menu-mob{display:block;float:left;}
	.main-menu ul.menu , .top-menu ul.menu{ display:none; }
	.sidebar{-webkit-column-count: 2;-webkit-column-gap: 10px;-moz-column-count: 2;-moz-column-gap: 10px;column-count: 2;column-gap: 10px;}
	.search-block #s {width:200px;}
	.widget , .sidebar .flexslider , .search-widget input{clear:none !important;margin:0 3px 20px;-webkit-column-break-inside: avoid;-moz-column-break-inside: avoid; column-break-inside: avoid; }
	.widget-container .post-thumbnail a , .footer-widget-container .post-thumbnail a{ -webkit-transition: none !important; transition:none !important; }
	.widget-container .post-thumbnail  , .footer-widget-container .post-thumbnail {  position: inherit;}
	.widget-container .post-thumbnail img , .footer-widget-container .post-thumbnail img{ -webkit-transition: none !important; transition:none !important; opacity:1 !important;}
	.search-widget input{ width:332px;}
	.widget-counter li { width:118px;}
	.widget-counter.col2 li{width: 176px;}
	.widget-counter.col4 li{width: 88px;}
	.flickr-widget .flickr_badge_image img, .news-pic .post-thumbnail img {width: 66px;height: 66px;}
	.recent-box .recent-item , .scroll-box .scroll-item{ width: 236px; margin: 0 11px 10px 0;}
	.list-box li , .list-box li.first-news {  width:353px;}
	.cat-box.column2{width:355px;}
	.wide-box li { width:353px }
	.pic-box li{margin-left:31px;}
	#topcontrol, .today-date, #tie_lang_switcher{display:none;}
	.footer-widgets-box { width:48% !important; margin-right:4% !important;}
	#footer-second , #footer-fourth{  margin-right:0 !important;}
	#tabbed-widget ul.tabs li a { padding: 5px 15px 1px; }
	#related_posts .related-item{width: 236px;height: 200px;}
	.sidebar .flexslider ,.sidebar .slides > li{width: 354px !important; height: 188px !important;}
	.sidebar .flexslider{position: static;}
	.sidebar .flex-direction-nav{display:none;}
	#main-nav .main-menu {margin-left: 0  !important; margin-right:0 !important;}
	.archives_2col .item-list {width: 355px;}
	.scroll-box-wide .group_items-box, .group_items-box, .group_items, .scroll-box-wide .group_items, .layout-2c .scroll-box-wide .group_items-box, .layout-2c .scroll-box-wide .group_items{ height:200px !important; width:730px !important;}
	.flickr-widget .flickr_badge_image, .news-pic .post-thumbnail {margin: 2px 10px;}

	#check-also-box { display: none; }
}

/*  Phone  : 480px */
@media only screen and (max-width: 767px) and (min-width: 480px){
	#topcontrol , .today-date,.ei-slider-thumbs li img, .ei-title h3, .slider-caption p, .ppt, .pp_expand, .pp_contract, .entry ul.best-reviews .post-thumbnail,.entry ul.best-reviews .best-review-score, #tie_lang_switcher{display:none !important;}
	.wrapper {width:470px !important;}
	.wrapper.layout-2c .container, .wrapper.layout-2c header#theme-header, .wrapper.layout-2c #main-nav, .wrapper.layout-2c #footer-widget-area, .wrapper.layout-2c .scroll-box-wide .group_items {width: 100%;}
	 header#theme-header, .container , .breaking-news , #footer-widget-area,   .content , .sidebar , .flexslider , .ei-slider, .ei-slider-large li, .group_items,.scroll-box-wide .group_items, .wide-box li {width:410px !important; }
	 .content , .sidebar{float: none;}
	.wrapper.full-site .header-content , .wrapper.layout-2c.full-site .header-content { background:transparent;}
	.flexslider , .flexslider .slides > li ,.flexslider .slides img,.ei-slider, .ei-slider-large li{height:218px !important;}
	.ei-slider-large li img{width:100% !important; height:218px !important; margin-left: 0 !important; margin-top: 0 !important;}
	.ei-title h2, .slider-caption h2 a, .slider-caption h2{ font-size:22px;}
	.entry ul.best-reviews .best-reviews-content {width: 100%;}
	.sidebar-narrow-right .content-wrap,.sidebar-narrow-right .content-wrap .sidebar-narrow,.sidebar-narrow-right .sidebar,.sidebar-narrow-right .content-wrap .content,
	.sidebar-narrow-left .sidebar,.sidebar-narrow-left .content-wrap .content,.sidebar-narrow-left .content-wrap,.sidebar-narrow-left .content-wrap .sidebar-narrow{float:none;}
	.slider-caption{width:auto;}
	.logo{float:none;text-align:center;}
	.fixed-nav{position: initial;}
	#main-nav{ overflow:hidden;}
	#top-menu-mob , #main-menu-mob{display:block;float:left;}
	.main-menu ul.menu , .top-menu ul.menu, .breaking-news, .ei-title h3{ display:none; }
	#top-menu-mob{  width: 409px;}
	#main-menu-mob{ width: 390px;}
	.header-content, .wrapper.layout-2c .header-content {margin: 0 -30px; padding: 25px 25px;}
	.item-list .post-thumbnail, .pic-box .first-pic .post-thumbnail,.wide-box li.first-news .post-thumbnail{margin:0 0 10px 0; width:100%;}
	.item-list .post-thumbnail img, .pic-box .first-pic .post-thumbnail img,.wide-box li.first-news .post-thumbnail img{height:auto; width:100%;}
	.pic-box li.first-pic { margin-right:0; float:none; width:100%}
	.pic-box li { margin-left:26px}
	.widget , .search-widget input{clear:none;margin:0 0 20px;}
	.search-widget input{ width:388px;}
	.recent-box .recent-item , .recent-box .recent-item:nth-child(3n+3) ,.scroll-box .scroll-item , .scroll-box .scroll-item:nth-child(3n+3), .scroll-box-wide.scroll-box .scroll-item , .scroll-box-wide.scroll-box .scroll-item:nth-child(3n+3), .wide-cat-box .wide-news-item, .wide-cat-box .wide-news-item.last-col  { margin-right:10px; margin-bottom:10px;}
	.recent-box .recent-item:nth-child(2n+2),.scroll-box .scroll-item:nth-child(2n+2), .scroll-box-wide.scroll-box .scroll-item:nth-child(2n+2),.wide-cat-box .wide-news-item.last-col2 {margin-right: 0 !important;}
	.scroll-box-wide.scroll-box .scroll-item, .wide-cat-box .wide-news-item  {width: 200px !important;}
	.cat-box.column2{width:410px; float:none; margin-right:0;}
	.list-box li.first-news{float:none; width:auto;border-bottom: 1px solid #eaeaea; padding-bottom:10px; }
	.list-box li {border-left:0 none !important;border-right:0 none !important;float: none !important;width: auto;}
	.cats-review-box .reviews-cat, .wrapper.layout-2c .cats-review-box .reviews-cat {width: 100%;margin-right: 0;float:none;margin-bottom:15px;}
	.footer-widgets-box { width:100% !important; margin-right:0% !important;}
	.search-block #s , .search-block #s:focus{ width:110px}
	.top-nav .social-icons{float:left}
	.top-nav.head_menu{height:61px;}
	.footer-bottom{text-align:center;padding:0 20px;height:auto;overflow:hidden;}
	.footer-bottom div{ float:none !important; clear:both; margin:5px auto;}
	.widget-counter li {width: 136px;}
	.widget-counter.col2 li{width: 205px;}
	.widget-counter.col4 li{width: 102px;}
	.sitemap-col { float:none !important; width:auto !important;}
	#related_posts .related-item ,#related_posts .related-item:nth-child(3n+3) {margin-right: 10px !important;}
	#related_posts .related-item:nth-child(2n+2) {margin-right: 0 !important;}
	.flickr-widget .flickr_badge_image, .news-pic .post-thumbnail{margin:3px 16px;}
	.flickr-widget .flickr_badge_image img, .news-pic .post-thumbnail img {width: 70px;height: 70px;}
	.share-post {height: 48px;}
	.share-post li, .mini-share-post li {height: 31px;width: 133px !important;}
	.content .entry iframe,.content .single-post-video iframe, .google-map iframe{  max-height: 250px; }
	.review-top {float: none !important; width: auto !important; margin-right: 0 !important;}
	.ads120-90 .ad-cell,.ads120-60 .ad-cell,.ads120-600 .ad-cell,.ads120-240 .ad-cell, .ads125 .ad-cell{display: inline-block; float:none;}
	.ads120-90, .ads120-60, .ads120-600, .ads120-240, .ads125{text-align:center;}
	.sidebar .flexslider ,.sidebar .slides > li,.sidebar .flexslider .slides img {max-height: 218px !important; width: 410px !important; height: 218px !important;}
	.google-map{float:none !important; margin:0 !important; }
	#main-nav .main-menu {margin-left: 0  !important; margin-right:0 !important;}
	.slider-caption h2 a, .slider-caption h2 ,.ei-title h2{font-size: 18px !important;}
	.author-info-content {padding-left: 0;padding-right: 0;}
	.author-info img.author-img {margin:0 auto 15px;display: block;max-width: 70px;float: none;}
	.woocommerce div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page #content div.product div.images,
	.woocommerce div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page #content div.product div.summary {float: none !important;width: 100% !important;}
	.cats-review-box .reviews-cat h4 {width: 295px;}
	.archives_2col .item-list , .archives_2col .item-list.item_1{width: 410px; margin-right:0; float:none; clear:both;}
	.scroll-box-wide .group_items-box, .group_items-box, .group_items,.scroll-box-wide .group_items, .layout-2c .scroll-box-wide .group_items-box, .layout-2c .scroll-box-wide .group_items{ height:400px !important;  width:410px !important;}
	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator{float:none !important; width:100% !important;}
	.woocommerce table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon, .woocommerce table.cart input.button, .woocommerce-page table.cart input.button{margin-bottom:10px !important; height: 30px;}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{width: 40.2% !important; margin-left:4.8% !important; margin-right:4.8% !important;}
	.footer-bottom {line-height: 20px;font-size: 75%;}
	.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{margin:0 !important;float:none !important; width: auto !important;}
	.e3lan-top, .home-ads, .e3lan-post {margin-left: -24px;margin-right: -24px; float: none;}
	.e3lan-bottom {margin-left: -29px;margin-right: -29px; float: none;}
	.e3lan-top ins, .e3lan-bottom ins, .home-ads ins, .e3lan-post ins {width: 468px; height: 60px;}

	div.pp_pic_holder{width:90% !important;left:5% !important;}
	.pp_hoverContainer{width:92% !important;}
	#fullResImage, .pp_details{height: auto!important; width: 98%!important;}
	.pp_content, .ppt{width:100% !important; height:auto !important}
	.pp_content{padding-bottom:40px !important}
	.pp_gallery, .pp_expand, .pp_contract, .currentTextHolder{display:none !important;}

	#check-also-box { display: none; }
}

/* Phone  : 320px */
@media only screen and (max-width: 479px){
	#topcontrol,
	.today-date,
	.slider-caption p,
	#cats-tabs-box,
	.ei-slider-thumbs li img,
	.slider-caption p,
	a.random-article,
	.ei-title h3,
	.share-post span.share-text,
	.separator.sep-2,
	.woocommerce-page table.cart .product-thumbnail,
	.woocommerce-page table.cart .product-price,
	.ppt,
	.pp_expand,
	.pp_contract,
	.entry ul.best-reviews .post-thumbnail,
	.entry ul.best-reviews .best-review-score,
	#tie_lang_switcher{
		display:none !important;
	}

	.content,
	.sidebar{
		float: none;
	}

	.wrapper {
		width:330px !important;
	}

	.wrapper.layout-2c .container,
	.wrapper.layout-2c header#theme-header,
	.wrapper.layout-2c #main-nav,
	.wrapper.layout-2c #footer-widget-area,
	.wrapper.layout-2c .scroll-box-wide .group_items,
	.entry ul.best-reviews .best-reviews-content {
		width: 100%;
	}

	 header#theme-header,
	 .container,
	 #footer-widget-area,
	 #main-content,
	 .content,
	 .sidebar,
	 .flexslider,
	 .ei-slider,
	 .ei-slider-large li,
	 .group_items,
	 .scroll-box-wide .group_items {
	 	width:300px !important;
	 }

	.flexslider,
	.flexslider .slides > li,
	.flexslider .slides img,
	.ei-slider,
	.ei-slider-large li{
		height:159px !important;
	}

	.fixed-nav{
		position: initial;
	}

	.sidebar-narrow-right .content-wrap,
	.sidebar-narrow-right .content-wrap .sidebar-narrow,
	.sidebar-narrow-right .sidebar,
	.sidebar-narrow-right .content-wrap .content,
	.sidebar-narrow-left .sidebar,
	.sidebar-narrow-left .content-wrap .content,
	.sidebar-narrow-left .content-wrap,
	.sidebar-narrow-left .content-wrap .sidebar-narrow{
		float:none;
	}

	.top-nav{
		height:60px;
	}

	.top-nav.head_menu{
		height:93px;
	}

	.search-block{
		margin-left:0;
	}

	.search-block #s,
	.search-block #s:focus{
		width:245px;
	}

	.top-nav .social-icons{
		padding:5px 0;
		clear: both;
		float: none;
	}

	#main-nav{
		overflow:hidden;
	}

	.header-content{
		background:transparent
	}

	.slider-caption{
		width:auto;
	}

	.logo{
		float:none;
		text-align:center;
	}

	.wide-box li.first-news .post-thumbnail,
	.pic-box .first-pic .post-thumbnail{
		margin: 0 !important;
	}

	.cats-review-box .reviews-cat {
		width: 300px;
		margin-right: 0;
		margin-bottom:15px;
	}

	.cats-review-box .reviews-cat h4 {
		overflow: visible;
		text-overflow: clip;
		width: auto;
		white-space: normal;
	}

	#top-menu-mob,
	#main-menu-mob{
		display:block;
		margin:0 auto;
	}

	.main-menu ul.menu,
	.top-menu ul.menu,
	.breaking-news{
		display:none;
	}

	#top-menu-mob{
		width: 300px;
	}

	#main-menu-mob{
		width: 270px;
	}

	#main-menu-mob{
		margin-top: 13px;
	}

	.share-post{
		overflow:hidden;
		height:auto;
	}

	#commentform textarea {
		padding:0;
		width: 100%;
	}

	.pic-box li.first-pic { margin-right:0; float:none; width:100%}
	.pic-box .first-pic .post-thumbnail img{ width:100%; height:auto;}
	.pic-box li { margin-left:8px}
	.pic-box li .post-thumbnail img{ width:60px;  height:auto;}
	.widget , .search-widget input{clear:none;  margin:0 0 20px;}
	.search-widget input{ width:278px;}
	.recent-box .recent-item , .scroll-box-wide.scroll-box .scroll-item, .wide-cat-box  .wide-news-item,#related_posts .related-item{float:none; margin:0 0 20px 0;width:100% !important; height:auto; overflow:hidden;}
	.recent-item .post-thumbnail img {width: 100%;height:auto}
	.cat-box.column2{width:100%; float:none; margin-right:0;}
	.scroll-box .scroll-item { margin:0 0 10px; width:100%; height:auto; float:none;}
	.scroll-box .post-thumbnail ,   .post-navigation div{margin: 0 0 10px 0;}
	.wide-box li { width:280px }
	.list-box li.first-news{float:none; width:300px;border-bottom: 1px solid #eaeaea; padding-bottom:10px;}
	.list-box li {border-left:0 none !important;border-right:0 none !important;float: none !important;width: auto;}
	.list-box li.first-news .post-thumbnail {width:100%; height:auto; margin:0 auto 15px;}
	.footer-widgets-box { width:100% !important; margin-right:0% !important;}
	.flickr-widget .flickr_badge_image, .news-pic .post-thumbnail{margin: 2px 5px;}
	.flickr-widget .flickr_badge_image img, .news-pic .post-thumbnail img{width:60px; height:auto;}
	header{min-height:115px;}
	.logo img{max-height:70px;margin:0 !important; margin-top:0;}
	.footer-bottom{text-align:center;padding:0 5px;height:auto;overflow:hidden;}
	.footer-bottom div{ float:none !important; clear:both; margin:5px auto;}
	.widget-counter li {width: 100px;}
	.sitemap-col { float:none !important; width:auto !important;}
	.share-post {height: 50px; padding-left:5px;}
	.share-post li, .mini-share-post li {height: 31px;width: 105px ;}
	.widget-feedburner-counter, #login-form{padding-right:5px; padding-left:5px;}
	.content .entry iframe,.content .single-post-video iframe , .google-map iframe {  max-height: 170px; }
	.google-box iframe{ width:300px !important; float:left;}
	#login-form #log, #login-form #pwd, .widget-feedburner .feedburner-email{width:250px;}
	.review-top {float: none !important; width: auto !important; margin-right: 0 !important;}
	.widget-counter.col2 li,.widget-counter.col4 li{width: 160px;}
	.ads120-90 .ad-cell,.ads120-60 .ad-cell,.ads120-600 .ad-cell,.ads120-240 .ad-cell, .ads125 .ad-cell{display: inline-block; float:none; margin-right: 4px;}
	.widget-container .ads120-90, .widget-container .ads120-60, .widget-container .ads120-600, .widget-container .ads120-240, .widget-container .ads125{ margin:0 -7px 0 0;}
	.ads120-90, .ads120-60, .ads120-600, .ads120-240, .ads125{text-align:center;padding-left:5px;}
	.sidebar .flexslider ,.sidebar .slides > li, .sidebar .flexslider .slides img {max-height: 149px !important; width: 300px !important; height: 149px !important;}
	.google-map{float:none !important; margin:0 !important; }
	#main-nav .main-menu {margin-left: 0  !important; margin-right:0 !important;}
	.item-list .post-thumbnail{ float:none; margin-left:auto; margin-right:auto; text-align:center;}
	.slider-caption h2, .full-width .content .slider-caption h2{padding-top:0;}
	.slider-caption h2 a, .slider-caption h2 ,.ei-title h2{font-size: 16px !important;}
	.ads300-100 .ad-cell, .ads300-250 .ad-cell, .ads300-600 .ad-cell{width:100%; margin: 0;}
	.author-info-content {padding-left: 0;padding-right: 0;}
	.author-info img.author-img {margin:0 auto 15px;display: block;max-width: 70px;float: none;}
	.archives_2col .item-list , .archives_2col .item-list.item_1{width: 300px; margin-right:0; float:none; clear:both;}
	.woocommerce div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page #content div.product div.images,
	.woocommerce div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page #content div.product div.summary {float: none !important;width: 100% !important;}
	input[type=text], input[type=password], input[type=email], select {max-width: 90%;}
	.group_items-box, .group_items{ height:670px !important; width:300px !important;}
	.scroll-box-wide .group_items-box, .scroll-box-wide .group_items, .layout-2c .scroll-box-wide .group_items-box, .layout-2c .scroll-box-wide .group_items{ height:900px !important; width:300px !important;}
	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator,
	.woocommerce form .form-row-first, .woocommerce-page form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-last, .woocommerce table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon{float:none !important; width:100% !important;}
	.woocommerce form .form-row, .woocommerce-page form .form-row{padding:0 !important;}
	.woocommerce-page table.cart .product-remove{padding: 5px  !important;}
	.woocommerce table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon, .woocommerce table.cart input.button, .woocommerce-page table.cart input.button{margin-bottom:10px !important; height: 30px;padding-left: 5px !important; padding-right: 5px !important;}
	.woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text{width:165px !important;}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{width: 44% !important; margin-left:3% !important; margin-right:3% !important;}
	.footer-bottom {line-height: 20px;font-size: 85%;}
	.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{margin:0 !important;float:none !important; width: auto !important;}
	.e3lan-top, .e3lan-bottom, .home-ads, .e3lan-post { float: none;}
	.e3lan-bottom ins, .home-ads ins, .e3lan-post ins {width: 300px; height: 250px;}
	.e3lan-top ins {width: 320px !important; height: 100px !important;}

	div.pp_pic_holder{width:90% !important;left:5% !important;}
	.pp_hoverContainer{width:92% !important;}
	#fullResImage, .pp_details{height: auto!important; width: 98%!important;}
	.pp_content, .ppt{width:100% !important; height:auto !important}
	.pp_content{padding-bottom:40px !important}
	.pp_gallery, .pp_expand, .pp_contract, .currentTextHolder{display:none !important;}
	div.pp_default .pp_nav {width: 75px;}
	.pp_social .facebook {margin-left: 2px;width: 60px;}

	#check-also-box { display: none; }

}
