﻿/***************************************
	Theme Name: Zwordpress
	Theme URI: http://www.lifephotography.in/
	Description: Wordpress theme
	Author: Eraa tech team
	Author URI: www.eraatech.com
	Version: 3.0.4
	
	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Tags: two-columns, fixed-width, custom-background, threaded-comments, translation-ready, custom-menu
***************************************/



/* Main Global Layout Settings */
*{ padding:0; margin:0;	outline:none; list-style:none; border: 0 none;}
@font-face {
 font-family: 'OpenSans-Regular';
  src: url('fonts/OpenSans-Regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/OpenSans-Regular.woff') format('woff'),
	    url('fonts/OpenSans-Regular.otf') format('opentype'),
       url('fonts/OpenSans-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
       
}

@font-face {
 font-family: 'OpenSans-Bold';
  src: url('fonts/OpenSans-Bold.eot'); /* IE9 Compat Modes */
  src: url('fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/OpenSans-Bold.woff') format('woff'),
	    url('fonts/OpenSans-Bold.otf') format('opentype'),
       url('fonts/OpenSans-Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
       
}

body
{
/*	background: #fff; 
  background: -webkit-linear-gradient(left, #ffc0cb , #fff); 
  background: -o-linear-gradient(right, #fff, #ffc0cb); 
  background: -moz-linear-gradient(right, #ffc0cb , #fff);
  background: linear-gradient(to right,  #fff, #ffc0cb); */
  
  background:#fff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fff, #f0f0f0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff, #f0f0f0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #f0f0f0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, #f0f0f0); /* Standard syntax */
  
  
/*  
  background:#f0f0f0;*/
}

.page-id-5{
	/*background:#FFF url(images/patterns/body-bg7.png);*/
	/*background:#ccc;*/ 
	background:#ededed!important; 
}

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



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 { margin:-9px 0 0; padding:0 0 10px; text-align:center; font:13px 'OpenSans-Regular'; color:#444444; text-align:center;}
.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 {
	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;
}
textarea, input[type=text], input[type=password], input[type=email], select {
	border: 1px solid #ccc;
	background: #fff;
	font-size: inherit;
}
input, select {cursor: pointer;}
input[type=text], input[type=password], input[type=email] {cursor: text;}
textarea {overflow:auto;}
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: #F9A386; color: #fff; text-shadow: none; }
::selection { background: #F9A386; 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: #F88C00;-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 */



header:after{display: block;visibility: hidden;clear: both;	height: 0;content: ".";}
/* Top Menu Styles */
.top-nav {
	background:#fbfbfb;
	border-top:3px solid #f88c00;
	border-bottom:1px solid #ececec;
	height:30px;
	display:none;
}
	.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;
		}
		.top-nav ul li a {
			display: inline-block;
			height: 30px;
			line-height: 30px;
			color: #838383 ;
			padding:0 10px;
			text-shadow:0 1px 1px #FFF;
		}
		.top-nav ul li a:hover {color: #000;}
		.top-nav ul ul {
			background: #fbfbfb;
			display: none;
			padding:0;
			position: absolute;
			top: 30px;
			width: 180px;
			z-index: 99999;
			float: left;
			-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;
			-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;
				width: 160px;
				display: block !important;
				margin-right: 0 !important;
				z-index: 99999;
				color: #777!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:#000;}
		
	.top-nav ul li.current-menu-item:after{content: " ";display: block;width: 0;height: 0;position: absolute;top: 0;z-index: 2;right:45%;border: 4px solid transparent;border-top-color: #F88C00 ;}
	.top-nav ul ul li:hover > a,	.top-nav ul ul :hover > a {color: #000 !important; padding:10px 5px 10px 15px;	}
	.top-nav ul li:hover > ul {display: block;}

/* Today Date */
.today-date{
	float:left;
	padding:4px 10px;
	background:#ddd;
	font-size:11px;
	color:#333;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin:4px 10px 0 5px;
}
/* Search */
.search-block {
	height:30px;
	overflow: hidden;
	float:right;
	margin-left:5px;
}
	.search-block:after{content: " ";display: block;width: 0;height: 0;position: absolute;top: 14px;z-index: 2;right:30px;border: 4px solid transparent;border-right-color: #F88C00 ;}
	.search-block #s {
		background:#FFF;
		float: right;
		font: normal 11px tahoma;
		padding: 9px 12px 8px 12px;
		width: 90px;
		color:#C5C5C5;
		border:0 none;
		border-left:1px solid #ececec;
		-o-transition: width .7s , color .4s;
		-webkit-transition: width .7s , color .4s;
		-moz-transition: width .7s , color .4s;
		transition: width .7s , color .4s;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0 ;
	}
	.search-block #s:focus {color:#000;width:150px;}
	.search-block .search-button {
		background:#f88c00 url(images/separate.png) no-repeat center -215px;
		cursor: pointer;
		float: right;
		height:30px;
		width:30px;
		text-indent:-999999px;
		display: block;
		border:0 none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0 ;
	}
	.search-block:hover .search-button,.search-block:hover #s {opacity:1;	color:#444;}

/* Social */
.top-nav .social-icons{float:right;}
	.top-nav .social-icons a , .footer-bottom .social-icons a{	filter: url(css/filters.svg#grayscale);filter: gray;-webkit-filter: grayscale(1); margin:2px 1px 0 0;}
	.top-nav .social-icons a:hover ,.footer-bottom .social-icons a:hover{filter: none;-webkit-filter: grayscale(0); top:0;}
	.top-nav .social-icons a img{width:25px; height:25px;}


.header-content{padding:0px; background:#fff;}
	.logo {float: left;}
	.logo img{ max-width:100%; max-width: 100%; position: absolute; top: -45px;}
	.logo h1, .logo h2{font:bold 32pt arial; margin:0px; padding:0px;}
	.logo strong{ display:none;}
	.logo span{ font-weight: normal; font-size: 14px;}
	
.top_contacts{ margin:0px; padding:0px; width:100%; background:#e40000; position:relative;}	
.top_scoial{ margin:0 12px 0 0; padding:0px; width:123px; float:right; min-height:45px; display:none;}
.contac_mail{ margin:0px; padding:8px 0; width:217px; float:right;}
.contac_mail a{ font:17px 'OpenSans-Regular'; color:#fff; margin:0px; padding:0px 0 0 31px; text-decoration:none; background:url(images/mail_licon.png) no-repeat left center;}
.contac_mail a:hover{ text-decoration:none;}
.contac_number{ margin:0 22px 0 0; padding:8px 0px; width:125px; float:right; }
.contac_number span{
	 margin:0px; padding:0 0 0 25px; font:17px 'OpenSans-Regular'; color:#fff; text-decoration:none; background:url(images/contact_icon.png) no-repeat left center;}

/* Main Nav  */
#main-nav  {
	margin:0;
}
	#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 .main-menu{margin-left:0px;}
	
	#main-nav  ul{ margin:0 0 0 77px; padding:0px;}
	
	#main-nav  ul li {
		position: relative;
		float: left;
		list-style-type:none;
		margin:0px;
		padding:0px;
		display:inline-block;
		
	}
		#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 {
			/*color: #444444;
			float:left;
			padding:23px 39px;
			margin:0px;
			font: 15px 'OpenSans-Regular';*/
			color: #444444;
    float: left;
    font: 15px "OpenSans-Regular";
    margin: 0;
    padding: 23px 10px;
    text-transform: uppercase;
			
					}
		#main-nav  ul li a .sub-indicator{}
		#main-nav  ul li a:hover {}
		#main-nav  ul ul{
			display: none;
			padding:0;
			position: absolute;
			top: 42px;
			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 li.current-menu-item ul,
		#main-nav  ul li.current-menu-parent ul,
		#main-nav  ul li.current-page-ancestor ul{ top: 52px;}

		#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:12px;
			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 10px;
			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: #e40000; text-decoration:none;}
		#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{
			
		}
		
		#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{
			 color:#e40000;
		}
		#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 a{
			background-image:url(images/separate.png) !important;
			background-repeat:no-repeat !important;
			background-position:center -350px;
			text-indent:-9999px;
			height: 52px;
			width: 35px;
		}
		#main-nav  ul li.menu-item-home.current-menu-item a{background-position:center -292px;}
		#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;
		}
	#top-menu-mob{
		background: #FFF;
		width: 500px;
		padding: 5px;
		border: 1px solid #ccc;
		height: 26px;
		color:#000;
		margin:2px 0 0 10px;
	}
	#main-menu-mob{
		background: #222;
		width: 500px;
		padding: 5px;
		border: 1px solid #000;
		color:#DDD;
		height: 27px;
		margin:13px 0 0 10px;
	}
		body.dark-skin #top-menu-mob{background: #222;border: 1px solid #000;	color:#DDD;}
	.fixed-nav{
		position:fixed;
		top:-5px;
		width:1045px;
		z-index:999;
		opacity:0.9;
		-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);
	}
	body.admin-bar .fixed-nav{top:23px;}

/* Random Article Button */		
a.random-article{
	background: #494949 url(images/separate.png) no-repeat center -246px;
	width:42px;
	height:47px;
	display:block;
	float:right;
	text-indent:-99999px;
	margin:5px 0 0 10px;
}
	a.random-article:hover{ background-color:#777;}

/* Breaking News */
.breaking-news{
	background: #FFF;
	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;
	width:1045px;
	height:32px;
	margin:-5px auto 25px;
	overflow:hidden;
	position:relative;
}
	.breaking-news span{
		background:#FF0000;
		display:block;
		float:left;
		padding:6px 10px 3px;
		color:#FFF;
		font-family: Arial, Helvetica, sans-serif,arial,Georgia, serif;
		font-size:14pt;
	}
	.breaking-news ul{float:left;}
	.breaking-news ul li{display:block}
	.breaking-news ul a{padding:8px;display:block;white-space:nowrap;}

/* Content  Column */

.home_slider .cycloneslider-template-standard{ margin:0px; position:relative;}
.home_slider{ margin:0px; padding:0px; width:100%; clear:both; overflow:hidden; position:relative; float:left;}
.home_slider .cycloneslider-template-standard .cycloneslider-caption{ background:none; opacity:1;}
.home_slider .cycloneslider-template-standard  .cycloneslider-caption-title{ font:40px 'OpenSans-Regular'; text-align:center; margin:0px auto 0; padding:9px 0;}
.home_slider .cycloneslider-template-standard .cycloneslider-pager{ display:none;}
.full-width{background-image: none;	}
.latest_news h2,.latest_news li{float:left; font:bold 16px Arial, Helvetica, sans-serif; color:#fff; margin:0;}
.latest_news ul{width:200%;}
.latest_news a{font:bold 15px Arial, Helvetica, sans-serif; color:#fff; margin:0;  padding:0 10px;}
.latest_news a{border-right:2px solid #fff !important;}
.latest_news li:last-child a{border-right:none !important;;}











div.not-found{padding:20px;}
.full-width .content ,body.error404  .content{	width:auto;	float:none;}


/* Global Categories Box Styles */
.cat-box{margin-bottom:35px;}
	.cat-box-title{padding:3px 0;overflow:hidden;}
		.cat-box-title h2{
			color:#5E5E5E;
			float:left;
			margin-right:10px;
			font-size: 22px;
			font-family: Arial, Helvetica, sans-serif,arial,Georgia, serif;
		}
		.cat-box-title h2 a{color:#5E5E5E;}
			.cat-box-title h2 a:hover{color:#000;}
		
	
		.cat-box li.first-news .inner-content{padding:20px;overflow:hidden;}
	p.post-meta{color:#aaa;margin:7px 0;font-size:85%;}
		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:320px;margin-right:20px;}
	.column2.last-column {margin-left: 0;margin-right: 0; }
	.column2 li , li.other-news{
		background:#f7f7f7;
		overflow:hidden;
		padding: 5px 20px;
		border-top:1px solid #FFF;
		border-bottom:1px solid #eaeaea;
		-webkit-transition: all .40s;
		-moz-transition: all .40s;
		-o-transition: all .40s;
		transition: all .40s;
	}
	.column2 li:hover, li.other-news:hover{background:#f2f2f2;}
		.column2 li h3 {line-height:1.5em;	font-size:13px;}
		li.first-news p {padding:0;}
		.column2 li.first-news{border-bottom:3px solid #eaeaea;background:#FFF;padding:0;	}

/* wide-box */
.wide-box li{
	background:#f7f7f7;
	overflow:hidden;
	padding: 10px 20px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #eaeaea;
	-webkit-transition: all .40s;
	-moz-transition: all .40s;
	-o-transition: all .40s;
	transition: all .40s;
	width:286px;
	float:left;
	height:61px;
}
	.wide-box ul{background:#f7f7f7;overflow:hidden;}
		.wide-box li.first-news p.post-meta{margin:10px 0; }
		.wide-box li.first-news{
			border-bottom:3px solid #eaeaea;
			background:#FFF;
			padding:0;
			width:100%;
			float:none;
			height:auto;
		}
/* list-box */
.list-box, .wide-box{clear:both;}
	.list-box li{
		overflow:hidden;
		padding: 7px 15px;
		width:288px;
		float:right;
		clear:right;
	}
	li.other-news{border-left: 3px solid #eaeaea;}
		.list-box li.first-news p.post-meta{margin:10px 0; }
		.list-box li.first-news{
			padding:13px;
			width:310px;
			float:left;
		}

/* News In Pictures */
.pic-box .cat-box-content {padding:20px 20px 8px;}
	.pic-box li.first-pic{
		padding:0;
		width:300px;
		float:left;
		margin-right:14px;
		margin-left:0;
	}
	.pic-box li{
		overflow:hidden;
		padding: 1px 0 3px;
		width:70px;
		float:left;
		margin-left:6px;
	}
		.pic-box .first-pic .post-thumbnail h2{
			position:absolute;
			width: 270px;
			padding:10px;
			background: url(images/overlay.png);
			left: 4px;
			bottom: 7px;
		}
			.pic-box .first-pic .post-thumbnail a{ color:#FFF;}
			
/* Tabbed Categories */
.cat-tabs-wrap{padding:20px;}
	.cat-tabs-header{
		background:#F7F7F7;
		height:35px;
		border-bottom: 3px solid #EAEAEA;
		padding:8px 10px 0;
	}
		.cat-tabs-header li{
			float:left;
			margin-right:10px;
			line-height:30px;
			-webkit-border-top-left-radius: 2px;
			-webkit-border-top-right-radius: 2px;
			-moz-border-radius-topleft: 2px;
			-moz-border-radius-topright: 2px;
			border-top-left-radius: 2px;
			border-top-right-radius: 2px;
			padding:4px 15px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12pt;
		}
		.cat-tabs-header li.active{
			background:#FFF;
			box-shadow: 0 -1px 2px #d4d4d4;
			-moz-box-shadow:0 -1px 2px #d4d4d4;
			-webkit-box-shadow:0 -1px 2px #d4d4d4;
		}
	.cat-tabs-wrap li{
		overflow:hidden;
		padding: 5px 0;
		width:286px;
		float:right;
		clear:right;
	}
	.cat-tabs-wrap li.first-news{
		padding:0;
		width:310px;
		float:left;
		margin-right:20px;
	}
		.cat-tabs-wrap li.first-news p.post-meta{margin:10px 0;}
		
/* Scrolling Box */
.scroll-box{clear:both;}
	.scroll-box .cat-box-content{padding:20px;position:relative;}
		.scroll-box .scroll-item{
			float:left;
			width:140px;
			margin-right:10px;
			padding:3px;
			height:190px;
		}
			.scroll-box .scroll-item .post-meta .stars-small{float:none;margin-top:3px;}
			
	.group_items {width:614px;}
	.group_items .scroll-item:last-child{margin-right:0;}
	.scroll-nav{
		background:#F7F7F7;
		margin:10px -20px -20px;
		padding:5px;
		text-align:center;
	}
		.scroll-nav a{
			background:#b4b4b4;
			width:10px;
			height:10px;
			text-indent:-9999px;
			overflow:hidden;
			display:inline-block;
			margin:2px 2px 0;
			-moz-border-radius: 50px;-webkit-border-radius: 50px; border-radius: 50px;
			-webkit-transition: all .40s;
			-moz-transition: all .40s;
			-o-transition: all .40s;
			transition: all .40s;
		}
		.scroll-nav a:hover{background:#939393;}
		.scroll-nav a.activeSlide{background:#666;}

/* Recent Posts Box */
.recent-box{clear:both;}
	.recent-box .cat-box-content{padding:20px;position:relative;}
		.recent-box .recent-item{
			float:left;
			width:195px;
			margin:0 10px 10px 0;
			padding:2px;
			height:190px;
		}
		.recent-box .recent-item:nth-child(3n+3){margin-right:0;}
		.recent-box .item-list{ padding:10px 0;}

.divider{background: url(images/stripe.png);height: 10px;overflow: hidden;margin: 10px 0 20px;clear:both;}

/* Post Styles */
.page-head{padding: 3px 0;overflow: hidden;}
	.page-head .stripe-line{ margin-top:7px;}
	.page-title{
		float: left;
		margin-right: 10px;
		font-size: 26px;
		font-family: Arial, Helvetica, sans-serif,arial,Georgia, serif;
		color:#000;
	}
	a.rss-cat-icon{
		float:right;
		background:url(images/separate.png) no-repeat -19px -132px;
		width:16px;
		height:16px;
		margin:6px 0 0 8px;
		text-indent:-99999px;
		display:block;
	}
	.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{
			background: white;
			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;
		}
		
/* Single Post Styles */	

	
	.single-post-thumb{	margin:0 -1px;}
		.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;}
		
			p.post-meta span{display:inline-block;margin-right:10px;}
		.item-list {
			border-bottom:1px solid #f2f2f2;
			padding:20px 20px 25px;
			overflow:hidden;
			clear:both;
		}
			.item-list p.post-meta {margin:10px 0;}
		.archive-wide-thumb{margin:-20px -20px 10px;}
			.archive-wide-thumb a:hover img{opacity:0.8}
	.page-link{
		margin:15px 0 0;
		padding-top:5px;
		border-top:1px solid #f2f2f2;
	}
	.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 {}
	
/* Post Thumbnail */
.post-thumbnail {margin: 0 15px 10px 0;position: relative; padding:2px;}
	.post-thumbnail img {
		background:#FFF;
		padding: 4px;
		-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;
	}
	.post-thumbnail 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;
	}
	.post-thumbnail a:hover .overlay-icon{opacity:0.7;}
	.overlay-icon{
		background:url(images/link-overlay.png) no-repeat center;
		width:100%;
		height:100%;
		display:block;
		position:absolute;
		opacity:0;
		top:2px;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;			
	}

.item-list .post-thumbnail{float:left;margin-bottom:0;}
.cat-box li .post-thumbnail{margin:0 15px 0 0;}
	.cat-box li .post-thumbnail img{ padding:2px;}
	
		.column2 .post-thumbnail{float:left;}
		.column2 li.first-news .post-thumbnail{ margin: 0 0 10px 0; height:129px; float:none;}
			.column2 li.first-news .post-thumbnail img{ width:100%; height:100%;}
			
			.wide-box li .post-thumbnail{float:left;}
			.wide-box li.first-news .post-thumbnail{width:240px; height:160px}
			.wide-box li.first-news .post-thumbnail img{ width:100%; height:100%; }
			
			.list-box li .post-thumbnail{float:left;}
			.list-box li.first-news .post-thumbnail{margin:0 0 15px 0;float:none;width:302px;height:150px;}
			.list-box li.first-news .post-thumbnail img{ width:100%; height:100%;}

		.pic-box .first-pic .post-thumbnail{position:relative;}
		
		.cat-tabs-wrap li .post-thumbnail{float:left;	margin-bottom:0;}
		.cat-tabs-wrap li.first-news .post-thumbnail{margin:0 0 10px 0;float:none;width:302px; height:140px;}
		.cat-tabs-wrap li.first-news .post-thumbnail img{ width:100%; height:100%;}

	.scroll-box  .post-thumbnail img{width:130px;	height:60px;}
			.recent-item .post-thumbnail{ margin:0 0 10px 0;}
			.recent-item .post-thumbnail img{ width:185px; height:85px;}
			.recent-item .post-thumbnail .overlay-icon{ width:193px; height:103px;}


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

/* Share */
.share-post {
	clear: both;
	margin:10px -20px -20px;
	padding: 10px 0 10px 10px ;
	background:#F7F7F7;
	border-top: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{
		float: left;
		width: 106px;
	}
		.share-post span.share-text{
			background:#FF8500 ;
			margin: -10px 10px -10px -10px ;
			display:block;
			float:left;
			color: #FFF;
			padding:9px;
			font-family: Arial, Helvetica, sans-serif,arial,Georgia, serif;
			font-size: 14pt;
		}

/* Post Elements */
.entry {line-height:1.5;}
	.content iframe {	max-width: 100%; }
	
	.entry img { max-width:100%;}
	.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
		margin-bottom: 15px;
		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: inside disc;}
	.entry ol li {list-style: inside decimal;}
		.entry li {margin: 0 0 5px ;}
		

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

.gallery {margin: 0 auto 18px;}
.gallery .gallery-item {float: left;margin-top: 10px;text-align: center;width: 33%; background: url(images/link-overlay.png) no-repeat center center }
.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-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	line-height:22px;
	background:url(images/quote.png) no-repeat left 18px;
	padding:0 0 0 60px;
	margin:0 0 30px 40px;
	min-height:60px;
}

/* Related Posts */
#related_posts , #author-box{clear:both;}
	.block-head{padding: 3px 0 0;overflow: hidden;}
		.block-head h3 {
			float: left;
			margin-right: 10px;
			font-size: 22px;
			font-family: Arial, Helvetica, sans-serif,arial,Georgia, serif;
		}
	#related_posts .post-listing ,#author-box .post-listing {	padding:20px;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:195px;
				height:180px;
				margin:0 10px 10px 0;
				padding:2px;			
			}
			#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: 185px;height: 85px;	}
			
/* 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 */

		
/* Widgets Styles */


.widget-top h4{
	float: left;
	margin-right: 10px;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif,arial,Georgia, serif;
}
	.widget-top h4 a{color: #333;}
		.widget-top h4 a:hover{color: #000;}
	.widget-container {padding:0;	}
	.widget-container ul{margin-bottom:0 !important;}
	.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;*/
			list-style:none;
			
		}
		.widget-container .menu-sidebar-menu-container li{
			padding:3px 0 3px 12px;
			line-height: 18px;
			overflow: hidden;
			list-style-type: none;}
			.widget-container .menu-sidebar-menu-container li:hover,.widget-container .menu-sidebar-menu-container li.current-menu-item{ background:#e40000; }
			.widget-container .menu-sidebar-menu-container li:hover a,.widget-container .menu-sidebar-menu-container li.current-menu-item a{color:#fff !important;}
		.widget-container .menu-sidebar-menu-container a{  font: 14px open sans; padding: 4px 15px; text-decoration: none !important;}
		.widget-container li a{text-decoration:none;}
			.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{float:left; margin:2px 5px 0 0;}
			.widget-container .post-thumbnail, .footer-widget-container .post-thumbnail{float:left;margin:0 10px 0 0;}
				.widget-container .post-thumbnail img , .footer-widget-container .post-thumbnail img{padding:2px;}
			
.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;}
.widget.news-pic .post-thumbnail{margin:3px 7px;}
#tabbed-widget .tabs-wrap li:last-child ,
.comments-avatar .widget-container li:last-child,  .posts-list .widget-container li:last-child, .categort-posts .widget-container li:last-child, .authors-posts .widget-container li:last-child{border-bottom:0 none;}	
#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{
	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{margin-bottom:-15px; text-align:center;}
#wp_tag_cloud div {line-height: 1.6em;}

		
/* Twitter Widget */
#twitter-widget ul{margin:0 -10px ;}
#twitter-widget li{
	background:url(images/separate.png) no-repeat 7px 11px;
	border-bottom:1px solid #f2f2f2;
	padding:10px 10px 10px 30px;
}
#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-widget .loading span{
		background:url(images/small-loader.gif) no-repeat top;
		height: 17px;
		display: block;
	}

/* Tabbed Widget */
#tabbed-widget .widget-top{
	background: #F7F7F7;
	height: 35px;
	border-bottom: 3px solid #EAEAEA;
	padding: 8px 0 0 2px ;
	margin:-10px -10px 10px;
}
	#tabbed-widget  ul.tabs li {
		float: left;
		position: relative;
		margin-left: 3px;
		line-height:30px;
		padding:2px;
		background:transparent;
	}
		#tabbed-widget  ul.tabs li a {
			display: inline-block;
			text-align: center;
			color: #666;
			text-shadow: 0 1px 0 #FFF;
			padding:5px 9px 1px;
			line-height:30px;
		}
		#tabbed-widget ul.tabs li a:hover {color: #000;}
		#tabbed-widget ul.tabs li.active a  {
			-webkit-border-top-left-radius: 2px;
			-webkit-border-top-right-radius: 2px;
			-moz-border-radius-topleft: 2px;
			-moz-border-radius-topright: 2px;
			border-top-left-radius: 2px;
			border-top-right-radius: 2px;
			background:#FFF;
			box-shadow: 0 -1px 2px #d4d4d4;
			-moz-box-shadow:0 -1px 2px #d4d4d4;
			-webkit-box-shadow:0  -1px 2px #d4d4d4;
		}
	#tabbed-widget  .tabs-wrap.tagcloud a{
		padding:6px 8px;
		border: 1px solid #e9e9e9;
		background: #F7F7F7;
		text-shadow: 0 1px 0 white;
		-webkit-transition-duration: .3s;
		-moz-transition-duration: .3s;
		-moz-box-shadow: inset 0 0 2px #fff, 0 0 2px rgba(0,0,0,0.1);
		-webkit-box-shadow: inset 0 0 2px white, 0 0 2px rgba(0, 0, 0, 0.1);
		box-shadow: inset 0 0 2px white, 0 0 2px rgba(0, 0, 0, 0.1);
		display:inline-block;
		margin: 0px 0px 3px 0px;
	}
		#tabbed-widget  .tabs-wrap.tagcloud a:hover{background:#ededed;}

/* 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 ,	footer #wp-calendar tbody .pad{background: none;border:0 none;}
	#wp-calendar tfoot #next {text-align: right;}
	footer #wp-calendar tbody td { background:#333; border-color:#555;}
	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;
}
.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;}

/* Flickr Widget */
.flickr-widget .flickr_badge_image {float:left;margin:8px;}
	.flickr-widget .flickr_badge_image img{
		opacity:1;
		padding:2px;
		width:50px;
		height:50px;
		box-shadow: 0 0 2px #B2B2B2;
		-moz-box-shadow: 0 0 2px #b2b2b2;
		-webkit-box-shadow: 0 0 2px #B2B2B2;
	}
	.flickr-widget .flickr_badge_image a:hover img{opacity:0.6;}

/* Social Icons Widget */
.social-icons{text-align:center;}
	.social-icons a{margin:6px 4px;	position:relative;}
	.social-icons a:hover{top:-2px;}
	.social-icons.icon_24 img{width:24px; height:24px;}
	.social-icons.icon_16 img{width:16px; height:16px;}
	
/* 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:288px;
	color:#999;
}
	.search-widget input:hover,
	.search-widget input:focus{color:#000;}

/* Counter Widget */
#sidebar .widget-counter{
	margin-bottom:20px;
	overflow:hidden;
	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;
	clear: both;
	border: 1px solid #DDD;
	border-bottom:0 none;
}
	.widget-counter.col1 li{width:100%;border:0 none !important;}
	.widget-counter.col2 li, .widget-counter.col4 li{width: 153px;border-width:0 0 1px 0 !important;}
	.widget-counter.col2 li:nth-child(2n+2) , .widget-counter.col4 li:nth-child(2n+2){border-left:1px solid #DDD !important;}
	.widget-counter li{
		line-height:15px;
		float:left;
		width:102px;
		padding:7px 0;
		border-bottom:1px solid #ddd;
		-moz-transition:.4s linear; -webkit-transition:.4s ease-out; transition:.4s linear;
	}
	.widget-counter li:nth-child(3n-1) { border-right:1px solid #DDD; border-left:1px solid #DDD;}
		.widget-counter li a{display:block;text-align:center;}
		.widget-counter li a strong{ background:url(images/separate.png) no-repeat;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;}
		.widget-counter li a:hover strong{opacity:1;}
		.widget-counter li:hover{	background-color:#F8F8F8;}
		.widget-counter li:hover a{text-decoration: none;}
		.widget-counter li.rss-subscribers a strong{ background-position:center -884px ;}
		.widget-counter li.rss-subscribers a:hover strong{ background-position:center -939px ;}
		.rss-subscribers span{font-family: Arial, Helvetica, sans-serif,arial,Georgia, serif;font-size: 14pt;display: inline-block;}
		.widget-counter li.facebook-fans a strong {	background-position:center -992px ;}
		.widget-counter li.facebook-fans a:hover strong {	background-position:center -1046px ;}
		.widget-counter li.twitter-followers a strong{ background-position:center -668px;}
		.widget-counter li.twitter-followers a:hover strong{ background-position:center -722px;}
		.widget-counter li.youtube-subs a strong{ background-position:center -776px;}
		.widget-counter li.youtube-subs a:hover strong{ background-position:center -830px;}
		.widget-counter li.vimeo-subs a strong{ background-position:center -560px;}
		.widget-counter li.vimeo-subs a:hover strong{ background-position:center -614px;}
		.widget-counter li.dribbble-followers a strong{ background-position:center -452px;}
		.widget-counter li.dribbble-followers a:hover strong{ background-position:center -506px;}
		.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{
	border-color: #F1F1F1;
	border-top-color: #DDD;
	border-left-color: #DDD;
	background: #F9F9F9;
	color: #515151;
	font: 12px Tahoma;
	padding: 4px 7px;
	margin-bottom: 10px;
	border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;
	display: block;
	width: 250px;
	height: 24px;
}
	#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;}
	.welcome-text{margin-bottom:10px;}
	.content .entry #login-form p{ padding:0 }

/* FeedBurner Widget */
.widget-feedburner-counter{padding:11px;}
	
/* ADS Widgets */
.widget-container .ads125{margin:0 -7px -8px 13px;padding-left:0;}
.ads125{overflow:hidden;padding-left:22px;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:27px;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 15px 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{padding-left:5px;margin-bottom:20px;}
.widget-container .ads300-100{margin:0 -5px -5px;padding-left:0;}
.ads300-100 .ad-cell{margin-bottom:3px;width:300px;height:100px; margin:10px auto ;}
.ads300-250,.ads300-600{padding-left:5px;margin-bottom:20px;}
.widget-container .ads300-250, .widget-container .ads300-600{margin:0 -6px;padding-left:0;}
.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 */

	footer a{color: #ccc;}
	footer a:hover{color: #FFF;}
	#footer-first .footer-widget-top{ display:none;}

/* Footer Widgets */	
#footer-widget-area{
	margin:0px;
	padding:0px;
	width:100%; clear:both;
	
}
	
	
	.footer-2c .footer-widgets-box{	width:	48%;}
/*	.footer-3c .footer-widgets-box{	width:	30.66666666666667%;}*/
.footer-3c .footer-widgets-box{width:22%;}
	.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 h4{font-size: 22px;font-family: Arial, Helvetica, sans-serif,arial,Georgia, serif;}
	.footer-widget-container{padding:0px;}
		.footer-widget-container p {padding-bottom: 1.0em;}
		.footer-widget-container ul, footer .tabs-wrap ul{ margin:0px; padding:0px;}
		.footer-widget-container li, footer #tabbed-widget .tabs-wrap li {
			float:left;
			margin:0px; padding:0px;
			color:#444444;
		
		}
		
		.footer-widget-container li a:hover{ text-decoration:none; color:#e40000;}
		.footer-widget-container li:first-child , footer #tabbed-widget .tabs-wrap li:first-child { border-top:0 none; }

		footer #tabbed-widget .widget-top { background:transparent; border-bottom-color:#444; overflow:hidden; }
		footer #tabbed-widget ul.tabs li a {text-shadow: 0 1px 0 #000; }
		footer #tabbed-widget ul.tabs li a:hover { color:#FFF; }
		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;
		}
		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;
		}
		footer #tabbed-widget .tabs-wrap.tagcloud a:hover{ background:#555;}
		footer .widget-counter li{ border:0 none !important; width: 33.4%; }
		
		footer #twitter-widget .loading span{background:url(images/black-loader.gif) no-repeat top;}
		
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;
}
	footer .search-widget input:hover,
	footer .search-widget input:focus{color:#000;}

/* Footer Bottom */
.footer-bottom {
	background:#ededed;
	width:100%; padding:0px; margin:0px;
	
	}
	.footer-bottom .social-icons{
		float:right;
		margin:3px 15px 0;
		line-height:0;
	}
	.footer-bottom .social-icons img{width:25px; height:25px;}
	.footer-bottom a{color: #ccc;}
	.footer-bottom a:hover{color: #FFF;}

#topcontrol{
	z-index:2;
	background: #FF8500 url(images/separate.png) no-repeat center -410px;
	width: 30px;
	height: 30px;
	text-indent: -99999px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	position:fixed;
	bottom:-100px;
	right:10px;
	cursor:pointer;
	-webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    overflow:auto;
}
	#topcontrol:hover{ background-color:#fb9826 ;}

/* 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;
	max-width: 100% !important;
	padding: 4px;
	text-align: center;
}
	.wp-caption img {max-width: 100% !important;}
	.wp-caption p.wp-caption-text {color: #888;margin: 5px;padding:0;}

/* Navigation */
.pagination {overflow: hidden; margin-bottom:25px;}
	.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: #F88C00;
		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-size: 22px;
	font-family: Arial, Helvetica, sans-serif,arial,Georgia, serif;
	color: #999;
	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;}
	#respond h3 {
		font-size: 22px;
		font-family: Arial, Helvetica, sans-serif,arial,Georgia, serif;
	}
#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 {
		border-color: #F1F1F1;
		border-top-color: #DDD;
		border-left-color: #DDD;
		background: #F9F9F9;
		color: #515151;
		font: 12px Tahoma;
		padding:4px 7px;
		margin-bottom: 7px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	#commentform input {display: block;width: 250px;height:24px;}
	#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{
		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: black;
		text-shadow: 0 1px 0 white;
		height: 30px;
		line-height: 30px;
		width:auto;
		font-size: 13px;
		padding: 0 15px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		-webkit-transition: background .40s;
		-moz-transition: background .40s;
		-o-transition: background .40s;
		transition: background .40s;
		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 */	
.ads-top {float: right;line-height:0;}
.ads-bottom {line-height:0;margin:15px auto 20px;text-align:center;}
.ads-post {line-height:0;margin:20px auto ;text-align:center;}
.home-ads{clear:both;margin:20px auto;text-align:center;}

/* 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:498px;}
.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 20px;position:relative;zoom: 1;width: 997px;height:498px;background: #000 url('images/black-loader.gif') no-repeat 50% 48%;	-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);}
.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 a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(images/separate.png) no-repeat 3px -184px; position: absolute; top: 55%; cursor: pointer; text-indent: -9999px; opacity: 0;  -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: -24px -184px; right: -30px; }
.flex-direction-nav .flex-prev {left: -30px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.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 {width: 100%; position: absolute; bottom: -1px; 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; width:100%; background:#666; height:13px;  -webkit-transition: all .5s ease; -moz-transition: all .5s ease; transition: all .5s ease;}
.flex-control-paging li a:hover { background: #000; }
.flex-control-paging li a.flex-active { background: #F88C00; cursor: default; }
.slider-caption{position: absolute;width: 75%;padding: 10px;background: #000;right: 0;bottom: 13px;color:#FFF;opacity:0.8;}
.slider-caption h2 a, .full-width .content .slider-caption h2 {	color:#FFF;	font-size: 35px;font-family: Arial, Helvetica, sans-serif,arial,Georgia, serif;}

/*small*/
.content .flexslider { width:660px; 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{font-size: 22px;}
.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:310px; height:204px;}
#sidebar .flexslider .slides > li {height:204px;}
#sidebar .slider-caption {width: 100%;padding: 0;bottom: 0;}
#sidebar .slider-caption h2 {padding:3px 10px;}
#sidebar .slider-caption h2 a{font-size: 18px;}

.ei-slider{position: relative;width: 100%;max-width: 1005px;height: 498px;margin: 0 auto 35px;-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:999;	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:0.8;}
.ei-title h2, .ei-title h3{text-align: right;}
.ei-title h2{color: #b5b5b5;font-size: 35px;font-family: Arial, Helvetica, sans-serif,arial,Georgia, serif;background:#000;float:right;padding:5px;margin-bottom:5px;}
.ei-title h3{clear:both;font-size: 14px;line-height: 20px;width:835px;background:#000;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: #F88C00;}
.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: 999;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: Arial, Helvetica, sans-serif,arial,Georgia, serif;
	padding:10px 0 6px;
	margin-bottom:10px;
}
.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-bottom:5px;color:#555;}
.review-percentage .review-item span{background:#F2F2F2;display:block;height:15px;}
.review-percentage .review-item span span{
	background-color: #F88C00;
	background-image:url(images/stripes.png);
	display:block;
	height:15px;
}
.review-stars .review-item{ background:#F2F2F2; margin-bottom:2px; overflow:hidden; padding:5px;}
.review-stars .review-item h5{float:left; padding-top:5px;}
.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-top:10px;}
.review-short-summary{padding:0 10px;display: table-cell;vertical-align: top;}
.review-final-score{
	background-color: #F88C00;
	width:100px;
	display: table-cell;
	vertical-align: top;
	text-align:center;
	color:#fff;
	padding:10px 5px;
}
.review-final-score h3{margin-bottom:-5px;font-size: 44px;color: #FFF;font-weight: bold;}
.review-final-score h3 span{font-size: 24px;}
.review-final-score h4{
	margin-bottom:0;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif,arial,Georgia, serif;
}
.review-top{float:left;width:50%; margin-right:20px;}
span.stars-large{
	width:76px;
	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;
}
span.stars-small{
	width:52px;
	display:block;
	background:url(images/stars-small.png) no-repeat left bottom;
	height:15px;
}
span.stars-small span{
	width:100%;
	display:block;
	background:url(images/stars-small.png) no-repeat left top;
	height:15px;
}

/* 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: Arial, Helvetica, sans-serif,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:3px 20px 0;font-family: Arial, Helvetica, sans-serif,arial,Georgia, serif;font-size: 24px;}
	ul.timeline li{background:transparent; list-style:none; padding:2px 10px;}
		ul.timeline li span{ width:100px; display:inline-block; color:#999;}


/* Drak Skin */
body.dark-skin{	background-color:#000; color: #bfbfbf;}
body.dark-skin a , body.dark-skin .page-title, body.dark-skin .search-widget input {color: #DDD; }
body.dark-skin a:hover , body.dark-skin .widget-top h4 a:hover,  body.dark-skin #tabbed-widget ul.tabs li a:hover , body.dark-skin .top-nav ul li a:hover,
body.dark-skin .top-nav ul ul li:hover > a,	body.dark-skin .top-nav ul ul :hover > a , 	body.dark-skin .form-submit #submit:hover, body.dark-skin #login-form .login-button:hover ,body.dark-skin .widget-feedburner .feedburner-subscribe:hover , body.dark-skin .password-protected input[type="submit"]:hover { color: #FFF !important;}
body.dark-skin header , body.dark-skin #main-content , body.dark-skin .breaking-news{background: #3c3c3c;-moz-box-shadow: 0 0 5px #141414;-webkit-box-shadow:  0 0 5px #141414;box-shadow: 0 0 5px #141414;}
body.dark-skin .top-nav {background: #333;	border-bottom-color:#444;}
body.dark-skin .top-nav ul li a , body.dark-skin .commentlist .reply a{color: #999;text-shadow: 0 1px 1px #333;}
body.dark-skin .top-nav ul li {border-right-color: #444;}
body.dark-skin .cat-box-content, body.dark-skin #sidebar .widget-container, body.dark-skin .post-listing , body.dark-skin #sidebar .widget-counter {	background: #373737;box-shadow:  0 1px 3px 0 #141414;-moz-box-shadow: 0 1px 3px 0 #141414;-webkit-box-shadow:  0 1px 3px 0 #141414;border-top-color: #303030;border-right-color: #303030;border-left-color: #303030;}
body.dark-skin .item-list, body.dark-skin #tabbed-widget .tabs-wrap li , body.dark-skin .comments-avatar .widget-container li,
body.dark-skin .posts-list .widget-container li, body.dark-skin .categort-posts .widget-container li , body.dark-skin .commentlist li.pingback ,body.dark-skin #crumbs , body.dark-skin .post-inner p.post-meta,body.dark-skin  #twitter-widget li,body.dark-skin .authors-posts .widget-container li {border-bottom-color:#303030;}
body.dark-skin .ei-slider-thumbs li a{	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3), 0 1px 0 1px rgba(56,56,56,0.5);	-moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3), 0 1px 0 1px rgba(56,56,56,0.5);	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3), 0 1px 0 1px rgba(56,56,56,0.5);}
body.dark-skin .widget-counter li:nth-child(3n-1) {border-right-color: #303030;border-left-color: #303030;}
body.dark-skin .widget-counter li {border-bottom-color:#303030;border-left-color:#303030;}
body.dark-skin .widget-counter li:hover {background-color:#3c3c3c;}
body.dark-skin #twitter-widget .tweet_list .tweet_avatar img ,body.dark-skin .post-thumbnail img , body.dark-skin .comment-avatar , body.dark-skin .author-avatar img, body.dark-skin .review-stars .review-item ,body.dark-skin .review-summary,body.dark-skin  .commentlist .reply a{background-color:#272727;}
body.dark-skin .pagination a, body.dark-skin .pagination span.extend, body.dark-skin .pagination span.current {text-shadow: 0 1px 0 #111;}
body.dark-skin #tabbed-widget .widget-top, body.dark-skin .cat-tabs-header {background:#2e2e2e;border-bottom-color:#424242;}
body.dark-skin #tabbed-widget ul.tabs li a{text-shadow: 0 1px 0 #000;}
body.dark-skin #tabbed-widget ul.tabs li.active a , body.dark-skin .cat-tabs-header li.active{background:#424242; color:#999; -moz-box-shadow:0 -1px 2px #333; -webkit-box-shadow: 0  -1px 2px #333;}
body.dark-skin .author-avatar img{background:#424242; border-color:#222;}
body.dark-skin .scroll-nav ,body.dark-skin .top-nav ul ul {background: #303030;}
body.dark-skin .column2 li.first-news, body.dark-skin .wide-box li.first-news{background: #373737;border-top-color:#444; border-bottom-color: #292929;}
body.dark-skin .column2 li, body.dark-skin .wide-box li, body.dark-skin li.other-news{background: #333232;	border-top-color:#4d4d4d; border-bottom-color: #202020;}
body.dark-skin .column2 li:hover ,body.dark-skin li.other-news:hover{background:#2e2e2e;}
body.dark-skin li.other-news , body.dark-skin ul.timeline {border-left-color: #292929;}
body.dark-skin .share-post{background: #303030; border-top-color:#444;}
body.dark-skin #commentform textarea, body.dark-skin #commentform input , body.dark-skin #login-form #log, body.dark-skin #login-form #pwd, body.dark-skin .widget-feedburner .feedburner-email {border-color: #555;border-top-color: #222;border-left-color: #222;background: #303030;color: #999;}
body.dark-skin #commentform input:focus,body.dark-skin #commentform textarea:focus {color: #fff; background: #303030;}
body.dark-skin .form-submit #submit , body.dark-skin #login-form .login-button , body.dark-skin .widget-feedburner .feedburner-subscribe , body.dark-skin .password-protected input[type="submit"],
body.dark-skin .post-tag a, body.dark-skin .form-submit #submit:hover, body.dark-skin #login-form .login-button:hover ,body.dark-skin .widget-feedburner .feedburner-subscribe:hover ,body.dark-skin .password-protected input[type="submit"]:hover{
text-shadow: 0px 1px 0px #000;	color:#515151;	background: #111;	border: 1px solid #181818;
-moz-shadow: 0px 2px 2px rgba(0, 0, 0, 0.027), inset 0px 1px 0px rgba(0, 0, 0, 0.5), inset 0px -1px 0px rgba(0, 0, 0, 0.0187), inset 0px -25px 25px rgba(0, 0, 0, 0.37);
-o-shadow: 0px 2px 2px rgba(0, 0, 0, 0.027), inset 0px 1px 0px rgba(0, 0, 0, 0.5), inset 0px -1px 0px rgba(0, 0, 0, 0.0187), inset 0px -25px 25px rgba(0, 0, 0, 0.37);
-webkit-shadow: 0px 2px 2px rgba(0, 0, 0, 0.027), inset 0px 1px 0px rgba(0, 0, 0, 0.5), inset 0px -1px 0px rgba(0, 0, 0, 0.0187), inset 0px -25px 25px rgba(0, 0, 0, 0.37);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.027), inset 0px 1px 0px rgba(0, 0, 0, 0.5), inset 0px -1px 0px rgba(0, 0, 0, 0.0187), inset 0px -25px 25px rgba(0, 0, 0, 0.37);
}
body.dark-skin .comment-wrap, body.dark-skin .search-widget input {background: #373737;box-shadow: 0 1px 3px 0 #141414;-moz-box-shadow: 0 1px 3px 0 #141414;-webkit-box-shadow: 0 1px 3px 0 #141414;}
body.dark-skin .widget-counter li a strong {opacity: 1;}
body.dark-skin .cat-box-title h2 , body.dark-skin .cat-box-title h2 a, body.dark-skin .author-comment cite{color:#bfbfbf;}
body.dark-skin .cat-box-title h2 a:hover, body.dark-skin .search-block #s:hover, body.dark-skin .search-block #s:focus{color:#FFF;}
body.dark-skin #tabbed-widget  .tabs-wrap.tagcloud a{background: #303030; text-shadow: 0 1px 0 rgb(0, 0, 0); -moz-box-shadow: inset 0 0 2px #222, 0 0 2px rgba(0,0,0,0.1);-webkit-box-shadow: inset 0 0 2px #222, 0 0 2px rgba(0, 0, 0, 0.1);box-shadow: inset 0 0 2px #222, 0 0 2px rgba(0, 0, 0, 0.1); border: 1px solid #444}
body.dark-skin #tabbed-widget  .tabs-wrap.tagcloud a:hover,body.dark-skin h2.timeline-head{background: #222;}
body.dark-skin .search-block #s{background-color:#3a3a3a; border-left-color:#444}
body.dark-skin .search-widget input {border-color:#555;}
body.dark-skin #twitter-widget .loading span{background:url(images/black-loader.gif) no-repeat top;}
body.dark-skin .today-date{	background-color:#222; color: #888;}
body.dark-skin .highlight{ color: #222;}

 
/* 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;	border: #DADADA 1px solid;	margin-bottom: 20px;	word-wrap: break-word;	-moz-border-radius: 5px;-webkit-border-radius: 5px;	border-radius: 5px;	-moz-box-shadow: 0 0 7px #ccc;-webkit-box-shadow: 0 0 7px #ccc;box-shadow: 0 0 7px #ccc;border: 1px solid #FFF;}
.box div{padding-left:60px; min-height:50px;}
.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{padding:0;}
.box.info{background:#d6f6ff;}
.box.info div{background:url(images/info.png) no-repeat left top;}
.box.success{background:#e2f2cb;}
.box.success div{background:url(images/success.png) no-repeat left top;}
.box.warning{ background:#fffddb;}
.box.warning div{background:url(images/warning.png) no-repeat left top;}
.box.error{ background:#ffe6e2;	}
.box.error div{background:url(images/error.png) no-repeat left top;}
.box.download{background:#e2f2cb;}
.box.download div{background:url(images/download.png) no-repeat left top;}
.box.note{background:#fffddb;}
.box.note div{background:url(images/note.png) no-repeat left top;}

a.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.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.button:active{ top:1px;} 
a.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.button.medium{ height:35px; line-height:35px; font-size:16px; padding:0 15px;}
a.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: 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);	}
.toggle h3{padding-bottom:5px;margin-bottom:0;text-shadow: 0 1px 1px #FFF;	cursor:pointer;	background:url(images/toggle-close.png) no-repeat right;}
h3.toggle-head-close{background:url(images/toggle-open.png) no-repeat right;display:none;}
.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-bottom: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 */
.jp-jplayer{line-height:0;}
div.jp-audio{color: #666;position:relative;width:100%;margin-bottom:20px; text-align:center;}
.jp-interface {padding:2px 10px;height: 30px;background: #3A3B3C;background: -webkit-gradient( linear, left bottom, left top, color-stop(0, #222), color-stop(1, #3A3B3C) );	background: -moz-linear-gradient( center bottom, #222 0%, #3A3B3C 100% );	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);}
a.jp-play,a.jp-pause {width:18px; height:18px; float:left;  text-indent:-9999px;  outline:none;   margin: 0 0 0 -4px;}
a.jp-play {background: url("images/jplayer/sprite.png") 0 0 no-repeat;}
a.jp-pause {background: url("images/jplayer/sprite.png") 0 -30px no-repeat;display: none;}
.jp-progress {background: #706d6d; -webkit-box-shadow:inset 0px 1px 4px rgba(0,0,0,.4), 0px 1px 0px rgba(255,255,255,.4); -moz-box-shadow:inset 0px 1px 4px rgba(0,0,0,.4), 0px 1px 0px rgba(255,255,255,.4); box-shadow: inset 0px 1px 4px rgba(0,0,0,.4), 0px 1px 0px rgba(255,255,255,.4); width:100%; height:4px; float:left; margin: 5px 0 7px; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
.jp-seek-bar { width:0px; height:100%;  cursor: pointer;}
.jp-play-bar { background: url("images/jplayer/play-bar.png") left repeat-x; width:0px;height:5px;   position:relative;z-index: 1;-webkit-border-radius: 3px;-moz-border-radius: 3px;	border-radius: 3px;}
.jp-audio a.jp-mute,.jp-audio a.jp-unmute { text-indent:-9999px; float:right; height: 18px; width: 18px; outline:none;}
.jp-mute { background: url(images/jplayer/sprite.png) 0 -60px no-repeat;}
a.jp-unmute {background: url(images/jplayer/sprite.png) 0 -90px no-repeat;display: none;}
.jp-volume-bar {background: #706D6D;	-webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, .4),0px 1px 0px rgba(255, 255, 255, .4);-moz-box-shadow: inset 0px 1px 4px rgba(0,0,0,.4), 0px 1px 0px rgba(255,255,255,.4);box-shadow: inset 0px 1px 4px rgba(0, 0, 0, .4),0px 1px 0px rgba(255, 255, 255, .4);height: 2px;width:50px;	float: right;margin: 4px 1px 0 8px;}
.jp-volume-bar-value { background: url("images/jplayer/play-bar.png") left repeat-x; width:0px; height:3px; position:relative; z-index: 9999; }
	
/*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:55px;overflow:hidden}
.pp_social .twitter{float:left}
.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%}
a.pp_previous{display:block;float:left;height:100%;text-indent:-10000px;width:49%}
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}



/*********************\
\|**** MY CODING ****|/
/*********************\
*/

.footer_menu
{
	margin:0px;
	
	padding:0;
	
	width:100%!important;
	
	text-align:center;
}
.footer_menu ul
{
	list-style:none;
	
	margin:0;
	
	padding:20px 0;
}
.footer_menu ul li
{
	display:inline-block;
	
	margin:0;
	
	padding:0 15px;

}
.footer_menu ul li a
{
	color:#444444;
	
	font-family: 'OpenSans-Regular';
	
	font-size:13px;
}
.footer_menu ul li a:hover
{
	color:#444;
}
.copy-right
{
	background:#ededed;
	/*border:1px solid #383838;*/
}
footer {
	background:#e40000;
	
	margin:0px;
	
	padding:0 0 30px 0;
	
	position:relative;
	
	width:100%;

}
.page-id-122 footer
{
	display:none;
}
.page-id-122 .our_services
{
	display:none;
}
 .our_services
{
	 background: #e40000 none repeat scroll 0 0;
	 
    color: #fff;
	
    margin: 0;
	
    padding:16px 0 20px 16px;
	
    text-align: center;
	
    width: 100%;
	
	font-size:27px;
	
	font-family: 'OpenSans-Regular';
}

.footer-widget-top
{	
	border-bottom:1px solid #222;
	
	padding:10px 0; 
	
	display:none;
}

.footer-1c .footer-widgets-box
{	  
	float: none;
	
	margin: 0 auto 0;
	
	text-align: center; 
	
	width:80%;
}

#gallery 
{
	padding:24px 0;
}
.about,.ref
{
	padding:4px 0 13px 0!important;
}
.readmore
{
	padding:0;
	
	margin:0;
	
	float:right;
}

.bottom_content
{
 	/*background:#fff0ce;*/ 
	
	margin:0px; 
	
	padding:30px 0 0 0;
	
	width:100%; 
	
	clear: both;
}

.list_iemsbox
{
	background: #fff none repeat scroll 0 0;
	
    margin: 0 10px 0 2px;
	
    padding: 0 18px;
	
    width: 24% !important;
}
.list_iemsbox h1,.list_iemsbox h1 a
{ 
	font:18px 'OpenSans-Bold';
	
	color:#e40000; 
	
	margin:0px;
	
	padding:5px 0;
	text-decoration:none;
}
#html5-watermark{display:none !important;}
#html5-lightbox-box{width:1000px !important;}
#html5-elem-wrap{width:1000px!important; height:570px !important;}
.list_iemsbox h1 span
{ 
	font:18px Arial, Helvetica, sans-serif;
	
	padding:0 0 0 5px;
}
.list3
{ 
	font:12px Arial, Helvetica, sans-serif!important;
	
	padding:0px; 
	
	margin:0px;
}
.list_inner
{ 
	margin:0px; 
	
	padding:13px 0;
	
	width:100%;
	 
	clear:both;
}
.list_inner img
{
	margin:0px auto 0;
	
	max-width:100%; 
	
	text-align:center;
	
	display:block;
	
	float:none;
}

#alter
{
	margin:0 3px;
}


#ref_space
{
	margin:0px;
	padding:20px 0;
}

.welcome h1
{
	font-family:'OpenSans-Regular';
	
	font-size:27px;
}
.welcome p
{
	font-family:'OpenSans-Regular';
	
	font-size:15px;
	
	padding:10px 0 17px 0;
}

.abt_us
{
	margin:40px 0;
	
	padding:0;
	
	position:relative;
}

.more {
    bottom: -40px;
	
    left:515px;
	
    margin: 0;
	
    padding: 0;
	
    position: absolute;
}
.footer-widget-container li a,.widget-container ul li a
{ 
	margin:0px;
	
	 padding: 2px 30px 3px;
	
	float:left;
	
	color:#fff;
	
	font:13px 'OpenSans-Regular'; 
	
	text-decoration:none; 
	
	font-family: 'OpenSans-Regular';
	
	font-size:14px; 
	
	font-weight:600;
}
ul li#menu-item-73 a {
    margin: 0 -10px;
}
.footer-widget-container li a:hover
{
	color:#fff!important;
}


.cycloneslider
{
	width:100%!important;
}
/*#cycloneslider-homeslider-1 {
    height: 520px !important;
    max-width: 100% !important;
    width: 100% !important;
}*/

.slider_right
{

}


.footer-widgets-box
{
	float:left;
	 
	margin-right:4%;
	
	border-right: 1px solid #ff2323;
}

#video_space
{
	margin:0;
	
	padding:21px 0;
}
#prev {

	background: url(images/next.png) no-repeat center center!important;
}
#next
{
	background:url(images/prev.png)no-repeat center center!important;
}
.list_inner #logo-slider-wraper
{
	left:-5px!important;
}

.wpsp_detail 
{
	display:inline-block!important;
	
	float:none!important;
	
	text-align:center!important;
}
.wpsp_container
{
	display:inline-block!important;
	
	width:100%;
}
.wpsp_detail h3 a
{
	display:inline-block!important;
	
	color:#fff!important;
	
}
.wpsp_detail h3
{
	float:left!important;
	
	width:10%!important;
	
	display:inline-block!important;
	
	padding:18px 0 0 0;
	
	font-size:14px!important;
	
	font-family:'OpenSans-Bold';
	
	margin:0px!important;
}
.wpsp_detail p
{	
	
	display:inline-block!important;
	
	width:90%!important;
	
	color:#fff!important;
	
	float:right!important;
	
	padding:18px 0px 0px 0px!important;
	
	font-size:14px!important;
	
	font-family:'OpenSans-Bold';
	
	margin:0px!important;
}

.latest_news
{
	background:#383838;
	
	margin:0px;
	
	padding:0px;
}


.content 
{
	/*width:1081px;
	
 	margin:0 auto; */
	
/*	background:#fffbf1;
	
    background: -webkit-linear-gradient(#fff7e5,#fff0cf);
	
    background: -o-linear-gradient(#fff7e5, #fff0cf);
	
    background: -moz-linear-gradient(#fff7e5, #fff0cf);
	
    background: linear-gradient(#fff7e5, #fff0cf);*/
}


.post-inner
{
	padding:20px;
	
/*	background:#fff9ec; 
	
    background: -webkit-linear-gradient(#fff9ec,#fff4dc); 
	
    background: -o-linear-gradient(#fff9ec, #fff4dc); 
	
    background: -moz-linear-gradient(#fff9ec, #fff0d0); 
	
    background: linear-gradient(#fff9ec, #fff0d0); 
	
	border:1px solid #d5dad4;*/
	
	margin:-69px 0 45px;
	
	/*box-shadow: 10px 10px 5px #d9d9d9;*/
}


.page-id-122 .post-inner
{
	padding:0;
	
	/*background:#fff;
	
	border:1px solid #d5dad4;*/
	
	margin:-60px 0 0;
	
	/*box-shadow: 10px 10px 5px #d9d9d9;*/
}


.clr
{
	clear:both;
}
.footer-widgets-box:last-child
{
	border:none;
}
.-skin-default .-filters .-filter
{
 	font-family: 'OpenSans-Regular';
 
 	font-size:15px;
}

.-filters 
{
	border-bottom:1px solid #ccc;
	
	padding:0 20px 10px 20px;
	
	/*background:url(images/images/filters-icon-bg_03.png) no-repeat;*/
}
div.pp_overlay
{
	background:#fffbf0!important;
}
#html5-lightbox-overlay
{
	background:#fffbf0!important;
}

/*.cat-box-content, #sidebar .widget-container, .post-listing  {
		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;
		border-bottom:4px solid #F88C00;
	}*/
#comments
{
	display:none;
}

.post 
{ 
	margin-bottom:0px;
}

.-skin-default .-items .-item .itembox
{
	background:#e40000!important;
	
	/*border: 5px solid #ffffff;
	
    box-shadow: 3px 3px 5px #888888;*/
	
	/*padding-bottom:90%;*/
	
	border:none!important;
	
    box-shadow:none!important;
	
	padding-bottom: 59%!important;
}

.-skin-default .-filters .-filter
{
	color:#e40000!important;
	
	border:none!important;
	
	background:none!important;
}
.-skin-default .-filters .-filter.active
{
	background:#e40000!important;
	
	color:#fff!important;
	
    display: inline-block;
	
    margin: 2px;
	
    outline: medium none;
	
    padding: 3px 7px;
	
    text-decoration: none;
}
.-filter
{
	background:#e40000!important;
	
	color:#fff!important;
	
    display: inline-block;
	
    margin: 2px;
	
    outline: medium none;
	
    padding: 3px 7px;
	
    text-decoration: none;
}

.second_featured img
{
	width:100%!important;
}
.post-inner p.post-meta
{
	/*border-bottom:1px solid #f2f2f2;
	
	padding-bottom:5px;
	
	margin-bottom:10px;*/
}

.-skin-default .-items .-item .itembox .-mask, .-skin-default .-items .-item .itembox .genericon
{
	background:#e40000!important;
}

#page_title 
{
    left: 0;
	
    margin: 0 auto;
	
    padding: 0 34px;
	
    position: relative;
	
    /*top:-153px;*/
	
	top: -112px;
	
    width: 1081px;
}
.post-title 
{
	font-family:'OpenSans-Regular';
	
	font-size:37px;
	
	color:#e00000;
	
	 margin:0;
}
		
.sub
{
	font-family:'OpenSans-Regular';
	
	font-size: 21px;
	
	color:#e00000;
	
	margin:5px 0 0;
}

#crumbs 
{  
	background: #fff none repeat scroll 0 0;
	
    margin: -41px 0 0;
	
    opacity: 0.5;
	
   /* padding: 11px 167px;*/
   
   padding:11px 37px;
	
    position: relative;
	
  /*  top: -107px;*/
  
  top: -68px;
	
    width: 100%;
	
    z-index: 99999;
	
	color:#e00000;
	
	font-family: 'OpenSans-Bold';
	 
	font-size:13px;
	 
	text-transform:uppercase;	
}

.current,#crumbs a
{
	color:#040404;
	
	font-family: 'OpenSans-Bold';
	
	font-size:10px;
	
	font-weight:bold;
}

.page-id-9 footer
{
	display:none;
}
.page-id-9 .our_services
{
	display:none;
}

.right 
{
	margin:25px 0;
	
	padding:0;
	
	background:#fff0ce;
	
	border:2px solid #e40000;
}
.right  h4
{

	
    color: #fff;
	
    margin: 0;
	
    padding: 0px 8px;
	
    text-align: left;
	
    width: 100%;
}
.right ul
{
	margin:0px;
	
	padding:0px;
	
	list-style:none;
}
.right ul li
{
	margin:0px;
	
	padding:0px;
	
	font-family: 'OpenSans-Regular';
	
	font-size:15px;
	
	padding:10px 0;
	
	border-bottom:1px dashed #e40000;
	
	background:none;
}

.right ul li:last-child
{
	border:none;
}

.right ul li a
{
	color:#5c5b58;
	
	text-decoration:none;
}

.widget-top
{
	padding:0px;
	
	margin:0px;
}

.widget
{
	padding:0px;
	
	margin:0px;
}

/*.stripe-line{background:url(images/stripe.png) ;height:12px;overflow:hidden;margin-top:5px;}*/

/*.widget {clear: both;margin-bottom: 25px;}*/

/*#sidebar {float: right;width: 310px;}
.sidebar-left #sidebar{float:left;}
.sidebar-left .content{float:right;}*/


.top_title
{
	 border-bottom: 1px solid #e5e2dc;
    color: #e40000;
    font-family: "OpenSans-Regular";
    font-size: 27px;
    margin: 0;
    padding: 15px 0;
    width: 100%;}

.left
{
	margin:0 60px 0 0;
	
	padding:25px 0;
}

.gallery
{
	width:100%!important;
	
	margin:0px;
	
	padding:0px;
}

.wpcf7-submit
{
	 background: #e40000 none repeat scroll 0 0;
	 
    color: #fff;
	
    font-weight: bold;
	
    padding: 10px 20px;
	
	font-family: 'OpenSans-Regular';
	
}

.entry table td 
{
	/*font-size: 12px;padding: 4px 7px 4px;vertical-align: top;*/ 

	background: #fff none repeat scroll 0 0;

    border: 1px solid #ccc;
	
    font-size: 12px;
	
    padding: 4px 7px;
	
    vertical-align: top;}


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

.welcome_left 
{
    margin:0 0 20px 0;
	
    padding: 0;
	
    text-align: justify;
}
.welcome_left p
{
	text-align:justify!important;
}
.welcome_right 
{
	 border: 1px solid #ccc;
	 
    margin: 0 0 17px 45px;
	
    padding: 10px;
}

.welcome_right  img
{
	display:block;
	
	margin:0 auto;
	
	padding:0px;
}

.sus-left,.sus-right
{
	padding:0px;
}
.back
{
	float:left;
}
.forward 
{
	float:right;
}

.sus-right img 
{
    border: 1px solid #ccc;
	
    padding: 10px;
	
    width: 100%;
}
.forward img
{
	border: 1px solid #ccc;
	
    padding: 10px;
	
    width: 100%;
	
	margin:10px 0 0 0;
	
}

header 
{
	margin:0px;
	
	position: relative;
	
	width:100%;
	
	padding:0px;
}

.ptms_marquee a
{
	color:#fff;
	
	font-family: 'OpenSans-Bold';
	
	font-size:15px;
	
	text-decoration:none;
	    margin: 0 5px;
}
.ptms_marquee
{
	padding:15px 0!important;
}
 #main-content 
   {
/*    background:#fffbf1;
	
    background: -webkit-linear-gradient(#fff7e5,#fff0cf); 
	
    background: -o-linear-gradient(#fff7e5, #fff0cf); 
	
    background: -moz-linear-gradient(#fff7e5, #fff0cf);
	
    background: linear-gradient(#fff7e5, #fff0cf); */
	
/*    border-right: 1px solid #000;
	
	border-left: 1px solid #000;*/
	
    margin: 0 auto;
	
    padding:0px;
	
    width: 1081px;
}
/*
.page-id-122 #main-content 
 {
 	background:#fff;
}

*/

  .container
  { 
  	margin:0px auto 0; 
	
  	width:1081px!important;   
   }

/*.page-id-40 #page_title,.page-id-40 #crumbs
{	
	display:none;
}*/

/*.entry p {padding-top: 1.0em; padding-bottom: 1.0em;}*/


.parent_project ul
{
	width:80%;
	/*background:url(images/filters-icon-bg_03.png) no-repeat left;*/
	margin:0 auto;
	padding:0px;
}



.parent_project li 
{
   
	   display: inline-block;
    float: none !important;
    margin: 0 0 0 6px;
    padding-top: 11px;
    text-align: center;
    width: 12%;
}

.cat_parent li
{
 display: inline-block;
    float: none !important;
    margin: 0;
    padding-top: 11px !important;
    text-align: center;
    width: 12%;
}


.parent_project li:nth-child(4)
{
	width: 19%;
}
/*.parent_project li:nth-child(8)
{
	width:26%;
}  
*/
.cat_parent #cate:nth-child(7)
{
	width:12%;
}
/*.cat_parent #cate:nth-child(5)
{
width:12%;
}*/

.cat_parent #cate:nth-child(5) {
    width: 17%;
}


.cat_parent #cate:nth-child(4)
{
width: 19%;
}


.cat_parent li a:hover
{

	background: #e40000 none repeat scroll 0 0;
	
	color:#fff!important;
	
	padding:8px 3px;
	
	font-family: 'OpenSans-Regular';
	 
    font-size: 13px;
}

.cat_parent li a
{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #e40000 !important;
    font-family: "OpenSans-Regular";
    font-size: 13px;
    margin: 0;
  /*  padding: 10px !important;*/
    text-decoration: none;
    text-transform: uppercase;
}

.parent_project li a
{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #e40000 !important;
    font-family: "OpenSans-Regular";
    font-size: 13px;
    margin: 0;
    padding: 10px !important;
    text-decoration: none;
    text-transform: uppercase
}

.parent_project li  a:hover
{

	background: #e40000 none repeat scroll 0 0;
	
	color:#fff!important;
	
	padding:10px;
	
	font-family: 'OpenSans-Regular';
	 
    font-size: 13px;
}

#menu-parent .current a
{
	background: #e40000 none repeat scroll 0 0;
	color:#fff!important;
	padding:10px;
	font-size:11px;

}


#menu-parent
{
 background: rgba(0, 0, 0, 0) url("images/filters-icon-bg_03.png") no-repeat scroll left center;
    margin: 0 auto;
    padding: 0 0 14px;
    width: 75%;
}


#menu-parent .current:first-child a
{

padding:9px 9px;

}
.cat_parent li:first-child
{
margin: 0 0 0 35px !important;
    padding: 0;
    width: 5%;
}

.cat_parent li:first-child a
{
	padding:0;
}



.parent_project li:first-child
{
  margin: 0 0 0 35px !important;
    padding: 0;
    width: 5%;;
}

.parent_project li:first-child a
{
	padding:0;
}

.archive #all
{ 
	display:block;
}
.archive .post-inner
{
	/*background:#fff!important;*/
	 margin: -60px 0 0px;
	 border:none!important;
	 padding:0px;
}

.archive .second_featured
{
	margin:0 0 -45px;

}


/*.archive .content
{
	background:#fff!important;
}*/
/*.single .content
{
	background:#fff!important;
}*/
.single .post-inner
{
/*	background:#fff!important;*/
	/* margin: -88px 0 45px;*/
	margin:0px;
	 border:none;
	 padding-top:0px;
}

.single #single_top
{
	/*margin-top: -55px;*/
	margin-top:-60px;
}
.single #pull
{
	top:34px;
 left:0px;
 position:relative;
}

.single #post_heading
{
	/*margin-top:25px;*/
}

.single	#main-content
{
	background:#fff!important;
}

#current .cat_page
{
	display:none;
}

.top_cat
{
    margin: 0 auto;
    padding: 0;
    width: 100%;
	border-bottom:1px solid #ccc;
}

.top_cat ul
{
	background: rgba(0, 0, 0, 0) url("images/filters-icon-bg_03.png") no-repeat scroll left center;
    margin: 0 auto;
    padding:0 0 14px;
    width: 81%;
}

#pull {
    display: block;
    left:0px;
    position: relative;
    top:33px;
}




.top_cat li .active a
{
	padding:15px 12px;
	margin:0px;
	background:#ccc;

}

#cate a
{
	color:#556435;
	/*padding:7px 4px;*/
	padding:7px 10px;
}

/*#menu-parent
{
	padding-bottom:15px;
}
*/
.tab-content 
{
    display: none;
	
}

.parent_project
{
	/*margin:0 0 30px;*/
	
	margin:0 auto;
	
	width:100%;
	
	padding:0 0 12px;
	
	border-bottom:1px solid #ccc;
	
}

.cat_parent
{
	/*margin:0 0 30px;*/
	
	margin:0 auto;
	
	/*width:70%;*/
	
	width:100%;
	
	padding:0 0 0;
	
}	
.edu
{
	margin:0px;
	padding:0px;
}


.cat_page
{ 
 clear: both;
    float: left;
    margin: 0;
    padding: 40px 0 0;
    width: 1120px;
	  
}
.tab_content .cat_page
{
	display:none;
}

.single .top_cat
{
	border:none;

}


.cat_page a
{
 	width:30%;
	
	/*margin:0 0 35px 21px;*/
	
	margin:0 37px 35px 0;
	
	/*padding:75px 0px;*/
	
	padding:2% 0%;
	
	color:#fff;
	
	display:block ;
	
	float:left;
	
	text-align:center; 
	
	font-size:19px;
	
	font-family: 'OpenSans-Regular';
	
	/*background-position:49% 26%!important;*/
	
	background:#e40000 /*url(images/gallery-arrow.png) no-repeat*/;
	
	box-shadow: 3px 3px 5px #fabb00;
	
}

/*.parent_project li:last-child
{
	padding:5px 0;
}*/

.top_cat ul li
{
	  display: inline-block;
    float: none !important;
    margin: 0 0 0 6px;
    padding-top: 11px;
    text-align: center;
    width: 12%;
}


.top_cat ul li:nth-child(4)
{
	width:16%;
}


.project_img  img{
    margin:0px;
	padding:0px;/*height:157px;*/
	height:243px;
	width:100%;
}
.edu ul
{
	margin:0px;
	padding:0px;
	width:100%;
}
/*.edu ul .normal
{
	margin:0 0 20px 34px;
	padding:0px;
	 width:21%;
	 display:inline-block;
	 position:relative;
	 background:#000;
	 z-index:5000;
}*/

.cat_parent li:fifth-child
{
	width:15%;

}


.edu ul li:hover.black
{
	background: #000 none repeat scroll 0 0;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 100%;
}

/*.edu ul .normal p
{
	display:block;
	color: #fff;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  -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;

}*/



/*****\\\\------HOVER------\\\\*****/

.edu
{
	margin:0px;
	padding:40px 0 0 0;
	width:1120px;
}


.edu ul .normal
{
	/*margin:0 0 20px 34px;*/
	margin:0 30px 30px 0;
	padding:0px;
	/* width:21%;*/
	width:247px;
	 display:inline-block;
	 position:relative;
	 z-index:5000;
	 height: auto;
	 box-shadow: 0 1px 2px 2px #fabb00;
}
.edu ul li:last-child
{
	margin-right:0px;
}

/*.edu ul .normal p
{
	display:block;
	color: #fff;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  -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;
		    text-align: center;
			height:100%;
			margin:30px 0 0 0;

}*/
.screen p
{
	color:#fabb00;
    display: block;
    font-family: 'OpenSans-Regular';
    font-size: 15px;
    margin: 0;
    padding: 0;
    width: 100%;
	text-align:center;
}

.edu ul .normal h3 {
    clear: both;
    color: #fff;
    display: block;
    float: left;   
 font-family: 'OpenSans-Bold';
    line-height: normal;
   /* margin: 30px 0 0;*/
   margin:90px 0 0;
    padding: 0 0 7px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
	font-size: 14px;
}

.edu img {
  width: 100%;
/*  height: auto;*/
  position: relative;
}

/*.screen {
	background: rgba(0,0,0,0.5) url(images/gallery-arrow.png) no-repeat;
	left: 0;
	top: 0;
	border-radius: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	opacity: 0;
	z-index: 1000;
  -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-position:50% 66%;
}
*/

.screen {
    background: rgba(0, 0, 0, 0.5) url("images/hover-arrow.png") no-repeat scroll 50% 63%;
    border-radius: 0;
    display: inline-block;
    height: 100%;
    left: 0;
    opacity:1.00;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    z-index: 1000;
}



.screen:hover {
  opacity:0;
  background:url("images/hover-arrow.png") no-repeat scroll 50% 63%;
  
}

.screen .ALL
{
	display:none;
}


.edu ul .normal:hover
{
	border-bottom:5px solid #e40001;
	box-shadow:none;
}
	
/*****\\\\------HOVER------\\\\*****/



/*#hov:hover
{
position:absolute;
 width:13%; 
 height:auto;
 background:#000;
opacity:0.50;
z-index:5000;
}*/



.gall
{
	margin:40px 0 0 0 ;
	padding:0px;
}

.gall h1
{
	margin:0px;
	padding:0 0 15px 15px;
	font-family: 'OpenSans-Regular';
	font-size:15px;
}
.btm_cont
{
	margin:26px 0 0 0;
	padding:0px;
}

.btm_cont p
{
 font-family: "OpenSans-Regular";
    font-size: 15px;
    margin: 0;
    padding: 0;
    text-align: justify;
}
.btm_cont h2
{
	color: #f05a00;
    font-family: "OpenSans-Regular";
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 16px;
	line-height:26px;
}

#post_heading
{
	margin: 0 0 27px;
    padding:25px 0 17px 10px;
	font-family: 'OpenSans-Regular';
	font-size:27px;
	border-bottom:1px solid #ccc;
	color:#333333;
	border-top:1px solid #ccc;
}
.left_post 
{
	margin:0px;
	padding:0px;
}
.left_post p
{
	margin:0px;
	padding:0px;
	font-family:'OpenSans-Regular';
	font-size:15px;
	text-align:justify;
	line-height: 38px;
}

.meta-date
{
  background: #f05a00 none repeat scroll 0 0;
    color: #fff;
    margin: 17px 0;
    padding: 6px 18px;
	font-family: 'OpenSans-Regular';
	font-size:15px;
}

.sp-previous-arrow
{
	background: rgba(0, 0, 0, 0) url("images/arrows_03.jpg") no-repeat scroll 0 0 !important;
    height: 90px !important;
    left: 0 !important;
    position: absolute !important;
    /*top: 207px !important;*/
	top: 164px !important;
    width:6% !important;
	display:block;
	z-index: 999;
}
.sp-next-arrow
{
	 background: rgba(0, 0, 0, 0) url("images/arrows_05.jpg") no-repeat scroll 0 0 !important;
    float: right !important;
    height: 90px !important;
    /*left: 95% !important;*/
	
    position: absolute !important;
    right:-2px !important;
    /*top: 207px !important;*/
	top: 164px !important;
    width: 6% !important;
	display:block;
	z-index: 999;
}

.sp-full-screen  .sp-next-arrow
{
	width:2%!important;
	top:0px!important;
}
.sp-full-screen .sp-previous-arrow
{
	top:0px!important;
}

.sp-previous-arrow::before, .sp-previous-arrow::after, .sp-next-arrow::before, .sp-next-arrow::after
{
	background-color:none!important;
	height:0px!important;
	width:px!important;
	display:none;
}
.sp-previous-thumbnail-arrow::before, .sp-previous-thumbnail-arrow::after, .sp-next-thumbnail-arrow::before, .sp-next-thumbnail-arrow::after
{
	display:none!important;
}

.sp-fade-arrows
{
	opacity:1.00!important;
}
.left_post
{
	margin:0 73px 0 0;
	padding:0px;
}

.archive .our_services
{
	display:none;
}

.archive footer
{
	display:none;
}


/*********************\
\|**** MY CODING ****|/
/*********************\
*/

.welcome
{

}



/***************************************************** MEDIA QUERY *********************************************************/


   @media (min-width:1366px) 
{

   #pull {
    display:none;
    position: absolute;
	}

  

}

@media only screen and (max-width:1190px )
{
		.container
	{
		width:100%!important;
	}
	
	#main-content 
	{
		width:100%!important;
	}
	
	.content
	{
		width:100%;
	}
	#page_title
	{
		width:100%;
	}
	

}


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

	#alter {
    margin: 0;
	}
	.list_iemsbox
	{
		 margin: 0 13px 0 0;
	}



}

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

	.container
	{
		width:100%!important;
	}
	
	#main-content 
	{
		width:100%!important;
	}
	
	.content
	{
		width:100%;
	}
	#page_title
	{
		width:100%;
	}
	#pull
	{
		display:none;
	}
	.top_cat ul
	{	
		width:80%;
	}
	.cat_page
	{
		width:100%;
	}
	.cat_page a
	{
		margin:0 0 35px 24px;
	}
	#main-nav ul li a
	{
		padding:23px 21px;
		 font: 14px "OpenSans-Regular";
	}
	#alter
	{
		margin:0px;
	}
	.list_iemsbox {
    background: #fff none repeat scroll 0 0;
    margin: 0 10px 0 2px;
    /*padding: 0 18px;*/
	padding:0 8px;
    width: 24% !important;
	}
	#gallery {
    padding: 25px 0;
	}
	.more
	{
		left:50%;
	}
	.edu
	{
		width:100%;
	}
	.edu ul .normal
	{
		 width: 22%;
		 margin: 0 0 30px 24px;
	}
	#menu-parent
	{
		width:80%;
	}
	.sp-previous-arrow
	{
		 left: 21px !important;
	}
	.sp-next-arrow
	{
		right: 20px !important;
	}
	.cat_parent li a
	{	
		font-size: 12px;
	}
	.cat_parent li a:hover
	{
		font-size: 12px;
	}

 } 
@media(max-width:980px)
{
	#main-nav ul li a 
	{
    	padding: 23px 19px;
	}

	.list_inner #logo-slider-wraper 
	{
    	left:0!important;
		width:100% !important;
	}

	.more
	{
		left: 467px;
	}
	
	.top_cat ul 
	{
	    width: 85%;
	}
	#menu-parent
	{
		width:85%;
	}
	.sp-previous-arrow
	{
		top: 129px !important;
    	width: 8% !important;
	}
	.sp-next-arrow
	{
		top: 129px !important;
    	width: 8% !important;
	}
	
	
	#video_space
	{
		padding: 23px 0;
	}
	.slider_right {
    margin-left: 65px;
	}
	.left_post
	{
		margin:0px;
	}
	.list_iemsbox {
		box-sizing: border-box;
		display: block;
		float: left;
		height: 245px;
		padding:0 5px;
		/*margin: 0 85px 20px;*/
		margin:0 9% 20px !important;
		width:32%!important;
	}
		#alter
	{
		 margin: 0 85px;
	}
	.list_iemsbox h1
	{
		padding: 5px 35px;
	}
	.about, .ref
	{
		 padding: 4px 17px 13px !important;
	}	


	#main-nav ul
	{
		margin:0px;
	}
	#main-nav ul li a
	{
		padding: 23px 26px;
	}
	
	
	.slide
	{
		width:100% !important;
	}

	

	
/*mobial menus start*/

	#main-nav{   min-height: 52px;  display: block;}
	
	
	#menu-topmenus
	{
	
		background:#e40000;
	
		bottom: 0;
	
		float: none;
	
		left: auto;
	
		margin: 0;
	
		overflow: auto !important;
	
		padding:97px 0 0 0 !important;
	
		position: fixed;
	
		right:-985px;
	
		top: 0;
	
		width: 100%;
	
		z-index:15000;
	
	}
	
	#main-nav ul li:hover > a, #main-nav ul *:hover > a
	{
		color:#fff6e0!important;
	}
	.main-menu ul li a:hover
	{
		color:#fff6e0!important;
	}
	
	
	.open .main-menu{ display:block;}
	
	/*#main-nav ul li:hover > ul{ display:none;}*/
	
	#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 {
    color:#fff6e0;
}
	
	.main-menu  ul{ margin:0px; padding:0px; display:block;width:100%;text-align:center;}
	
	 .main-menu ul li{ margin:0px; padding:0px; clear:both; text-align:center; width:100%; background:none!important; float:none!important;}
	
	 .main-menu ul li a{ margin:0px; padding:15px 0!important;text-align:center; display:inline-block; float:none!important;font-weight:bold!important;}
	 
	 .fixed #menu-toggle{top: 11px;}
	 
	 .fixed
	 {
	  background:url(images/mobiale_menubgfixed.png)repeat-x scroll center bottom #fff;
	  
	  min-height:136px;
	 }
	 
	 #crumbs
	 {
	 	z-index:0;
	}
	 
	/*mobial menus End work */
	
	
	.slider-controls
	{
		top:-30%!important;
	}
	#next
	{
		 left: 207px!important;
		 margin:0!important;
	}
	#prev
	{
		margin:0!important;
		 left:0px!important;
	}
	.slider-controls a
	{
		top: -114px!important;
	}
	.sp-previous-arrow {
    left: 0 !important;
	}
	.sp-next-arrow {
    right: -1px !important;
	}

}



@media(max-width:800px)
{

	#main-nav ul
	{
		margin:0px;
	}
	#main-nav ul li a 
	{
    	padding: 23px 14px;
	}
	.top_cat ul li
	{
		width:14%;
		margin:0px;
	}
	
	.cat_parent ul li.PHARMA
	{
	
		width:15%;
	}
	
	
	.top_cat ul
	{
		width:92%;
	}
	.cat_parent li:first-child
	{
		margin: 0 0 0 37px !important;
	}
	
	.more 
	{
    	left: 50%;
	}
	#menu-parent {
    width: 96%;
}
	.parent_project li:first-child
	{
		margin: 0 0 0 36px !important;
	}
	.parent_project li:nth-child(7)
	{
		width:12%;
	}
	.cat_page a
	{
		margin:0 0 35px 20px;
	}
	.parent_project ul li
	{
		width:14%;
		margin:0px;
	}
	.edu ul .normal {
    margin: 0 0 30px 26px;
    width: 29%;
	}
	.list_iemsbox {
		margin: 0 5% 20px !important;
		width: 39% !important;
	}
	#alter
	{
		margin:0 5% 20px !important;
		width: 39% !important;
	}
	.list_inner #logo-slider-wraper {
    left: 26px !important;
    width: 93% !important;
}
	
}


@media(max-width:768px)
{

	.contac_number
	{
		margin:0 2px 0 0;
	}
	.more 
	{
    	left: 361px;
	}
	.parent_project
	{
		width:100%;
	}
	.parent_project li
	{
		margin:0 4px 0;
	}
	.edu ul .normal
	{
		 margin: 0 7px 20px;
		 width: 23%;
	}
	.slider_right 
	{
    	margin-left: 51px;
	}
	#ref_space img {
    padding: 0;
	}
	#ref_space {
    padding: 20px 0;
	}
	#next
	{
		left: 192px !important;
	}
	.cat_parent
	{
		width: 100%;
	}
	.cat_parent li a
	{
		font-size: 12px;
	}
	.edu ul .normal
	{
		width:31%;
	}
	.parent_project li:first-child
	{
		margin: 0 0 0 15px !important;
	}
	.cat_parent li a:hover
	{
		font-size: 12px;
	}
	#next {
    left: 197px !important;
    margin: 0 !important;
}

}

@media(max-width:736px)
{
	.contac_mail a
	{
		font: 13px "OpenSans-Regular";
		padding: 0 0 0 25px;
	
	}
	.contac_mail
	{
		width: 154px;
	}
	.contac_number span
	{
		 font: 14px "OpenSans-Regular";
	}
	.edu ul .normal {
		margin: 0 10px 23px;
		width: 22%;
	}

	.list_iemsbox h1 
	{
    	padding: 5px 0;
	}
	#logo-slider
	{
		left:0px!important;
	}
	#next {
		left: 170px !important;
	}
	.about, .ref 
	{
    	padding: 4px 0 13px !important;
	}
	.parent_project li a
	{
		font-size: 12px;
	}
	.parent_project li a:hover
	{
		font-size: 12px;
	}
	.parent_project li:first-child {
    margin: 0 0 0 29px !important;
	}
	.cat_parent li a {
    font-size: 11px;
	}	
	.cat_parent li a:hover {
	font-size: 11px;
	}
	.edu ul .normal {
    margin: 0 15px 23px;
    width: 29%;
	}
	
	/*.top_cat ul
	{
		background:none;
	}
	*/
	.slider_right {
    margin-left: 0;
	margin-top:25px;
	}
	.sp-previous-arrow
	{
		left: 118px !important;
		top: 205px !important;
	}
	.sp-next-arrow
	{
		right: 94px !important;
		top: 205px !important;
	}
	


}
@media(max-width:667px)
{

	.welcome_right
	{
	margin:0px 0 20px 0;
	}
	.footer-widgets-box
	{
		margin:0px!important;
	}
	.list_iemsbox
	{
		margin:0px!important;
		padding:0px!important;
		width:100%!important;
	}
	.footer-widgets-box
	{
		margin:0px!important;
	}
	.more 
	{
    	left: 279px;
	}
	.list_iemsbox h1
	{
		text-align:center;
	}
	.list_inner #logo-slider-wraper
	{
		width:100%!important;
		    left: -2px !important;
	}

	.readmore {
    float: none;
    margin: 0;
    padding: 0 0 0 18px;
	}
	.more {
    left: 314px;
	}
	.contac_mail 
	{
		width: 136px;
	}
	.contac_number span
	{
		font: 14px "OpenSans-Regular";
		  padding: 0 0 0 22px;
		 }
	.contac_mail a
	{
		font: 11px "OpenSans-Regular";
	}
	.contac_number
	{
		 width: 77px;
	}
	.contac_number span
	{
	font: 11px "OpenSans-Regular";
	}

	
	#alter
	{
		width:100%!important;
		margin:0!important;
	}

	#next {
   /* left: 395px !important;*/
   
   	left:413px!important;
	}
	#prev {
    left: -179px !important;
    margin: 0 !important;
	}
	
	.edu ul .normal {
    margin: 0 15px 23px;
    width: 45%;
	}
	.parent_project li:first-child
	{
		width:100%;
		background: rgba(0, 0, 0, 0) url("images/filters-icon-bg_03.png") no-repeat scroll left center;
		margin:0 0 15px !important;
	}
	.parent_project li:nth-child(4) {
    width: 100%;
	margin:0 0 15px !important;
	}
	.parent_project li:nth-child(7) {
    width: 100%;
	margin:0 0 15px !important;
	}
	.parent_project ul li
	{
		width:100%;
		margin:0 0 15px !important;
	}
	#menu-parent
	{
		background:none;
	}
	.cat_parent li:first-child
	{
		 width: 100%;
		 background: rgba(0, 0, 0, 0) url("images/filters-icon-bg_03.png") no-repeat scroll left center;
		margin:0 0 15px !important;
	}
	.top_cat ul li
	{
		width:100%;
		margin:0 0 15px !important;
	}
	.cat_parent #cate:nth-child(4)
	{
		
	width:100%;
		margin:0 0 15px !important;
	}
	.top_cat ul
	{
		background:none;
	}
	.cat_parent #cate:nth-child(5)
	{
		width:100%;
		margin:0 0 15px !important;
	}
	.cat_parent #cate:nth-child(7)
	{
		width:100%;
		margin:0 0 15px !important;
	}
	.sp-previous-arrow {
    left: 84px !important;
    top: 190px !important;
	}
	.sp-next-arrow
	{
		right:66px !important;
		top: 190px !important;
	}
		
}

@media(max-width:640px)
{
	.sp-previous-arrow {
    left: 0px !important;
    top: 190px !important;
}

.sp-next-arrow {
    right: -17px !important;
    top: 190px !important;
}

#prev {
    left: -155px !important;
    margin: 0 !important;
}

}
@media(max-width:600px)
{

	.list_iemsbox
	{
		margin:0px!important;
		padding:0px!important;
		width:100%!important;
	}
	.footer-widgets-box
	{
		margin:0px!important;
	}
	.more 
	{
    	left: 279px;
	}
	.list_iemsbox h1
	{
		text-align:center;
	}
	.list_inner #logo-slider-wraper
	{
		width:100%!important;
	}

	.contac_mail {
		float: right;
		margin: 0;
		padding: 8px 0;
		width: 217px;
	}
	.contac_mail a
	{
	font: 17px "OpenSans-Regular";
	}
	.contac_number {
		float: right;
		margin: 0 22px 0 0;
		padding: 8px 0;
		width: 125px;
	}
	.contac_number span
	{
		font: 17px "OpenSans-Regular";
	}
	widget-container ul#menu-service-4 li{}
	.footer-widget-container li, footer #tabbed-widget .tabs-wrap li
	{
		float:none;
		width:100%!important;
	}

	.footer-widgets-box
	{
		float:none!important;
		width:100%!important;
		clear:both!important;
		margin: 0 0 20px !important;
    text-align: center;
	}

	.footer-widget-container li a, .widget-container ul li a
	{
		float:none!important;
		display:block;	}
	
	.readmore 
	{
    float: none;
    margin: 0;
    padding: 0 0 0 18px;
	}
	.contac_number
	{
		 margin:-10px -199px 0 0 !important;
	}
	.contac_mail
	{
		padding:20px 0 0 18px;
	}
	.contac_mail a
	{
		padding: 0 0 0 48px;
		font: 15px "OpenSans-Regular";
	}
	
	table
	{
		width:100%;
	}
	

	/*#prev {
    left: -148px !important;
    margin: 0 !important;
	}*/
	
	#prev {
    left: -170px !important;
    margin: 0 !important;
}
	
	
	#next {
    left: 360px !important;
	}
	
	.cat_page a
	{
		width: 45%;
	}
	.edu ul .normal {
    margin: 0 141px 25px;
    text-align: center;
    width: 50%;
	}
	.sp-previous-arrow {
    left: 51px !important;
    top: 176px !important;
	}
	.sp-next-arrow
	{
		right: 37px !important;
		top: 176px !important;
	}
		
	
}

@media(max-width:568px)
{
	#menu-toggle
	{
		top: 5px;
	}
	.logo img
	{
		/*left:91px;*/
		left:25%;
	}
	#prev {
    left: -27% !important;
    margin: 0 !important;
}
#next {
    left: 62%!important;
}
	
	
	.logo
	{
		float:none;
	}
	.top_contacts
	{
		top: 97px;
		z-index: 5000;

	}
	.home_slider
	{
		   margin: 44px 0 0;
	}
	.contac_number
	{
		float:left;
		 margin-left: 50px !important;
		    margin-top: 0 !important;
	}
	.contac_mail
	{
		padding:9px 0 0 18px;
	}
	.entry table
	{
		width:100%;
	}
	.welcome_right
	{
		margin:0px 0 18px 0;
	}
	.sp-previous-arrow {
    left: 35px !important;
    top: 165px !important;
	}
	.sp-next-arrow
	{
		right: 24px !important;
		top: 165px !important;
	}
		
	

}
@media(max-width:533px)
{

	#prev {
    left: -25% !important;
    margin: 0 !important;
}

.contac_mail a
	{
		padding: 0 0 0 40px;}
	.sp-previous-arrow {
    left: 22px !important;
    top: 165px !important;
	}
	
	.sp-next-arrow {
    right: 13px !important;
    top: 165px !important;
	}
.logo img
	{
		/*left:91px;*/
		left:20%;
	}
.slider-controls{left:15px !important;}
}

@media(max-width:480px)
{

.home_slider .cycloneslider-template-standard .cycloneslider-caption-title
{
 font: 25px "OpenSans-Regular";
}

	
	.more 
	{
    	left: 225px;
	}
/*	.list_inner #logo-slider
	{
		left: -13px !important;
	}*/
	#menu-toggle
	{
	top: 4px;
	}
	.logo img
	{
		left:91px;
	}
	
	.logo
	{
		float:none;
	}
	.top_contacts
	{
		top: 92px;
		z-index: 5000;

	}
	.home_slider
	{
		   margin: 44px 0 0;
	}
	.contac_number
	{
		float:left;
		margin-top:0px!important;
	}
	.contac_mail
	{
		padding:9px 0 0 0;
	}
	.entry table
	{
		width:100%;
	}
	.welcome_right
	{
		margin:0px 0 18px 0;
	}
	
	.cat_page a {
    width: 45%;
}

.parent_project li {
    width: 100% !important;
}



.bottom_content
{	
	overflow:hidden;
}
.edu ul .normal {
    margin: 0 87px 25px;
    text-align: center;
    width: 60%;
}
.edu
{
	overflow:hidden;
}
.sp-previous-arrow {
    left: 0 !important;
    top: 144px !important;
}
.sp-next-arrow
{
	 right: -3px !important;
	 top: 144px !important;
}
.contac_number {
    float: left;
    margin-left: 8px !important;
    margin-top: 0 !important;
}

.footer_menu ul li { padding:0 10px;}
.footer_menu ul li a { font-size:11px;}
}
@media(max-width:414px)
{
	.top_contacts {
    top: 81px;
	}

	.logo img 
	{
    	left: 65px;
	}
	.contac_mail a {
    font: 13px "OpenSans-Regular";
    padding: 0 0 0 25px;
	}
	.contac_number span {
    font: 13px "OpenSans-Regular";
}
	.contac_number {
/*		float: none !important;
		margin: 0 0 0 10px !important;
	width:80%!important;*/
	}
		.contac_mail {
		/*padding: 0 0 10px 11px !important;
		text-align: left;
		width: 100% !important;
		*/
		 padding: 9px 9px 0 0;
    text-align: right;
	}
	
	.home_slider {
		margin: 50px 0 0;
	}
	.bottom_content {
    padding: 10px 0 0;
}

	#menu-toggle {
    top:2px;
	right:auto;
	left:9px;
	}
	
	.more {
    left: 173px;
	}
		.contac_number span {
		font: 15px "OpenSans-Regular";
	}
	.more {
		left: 190px;
	}

	#next {
    left: 65%!important;
	}
	
	#prev {
    left: -19% !important;
    margin: 0 !important;
	}


	

	.cat_page a {
    margin: 0 97px 25px;
    width: 50%;
	}
	.edu ul .normal
	{
		margin:0 83px 25px;
		width:60%;
	}
	#crumbs
	{
	font-size: 12px;
	}
	.sp-previous-arrow {
    top: 124px !important;
	}
	.sp-next-arrow
	{
		 top: 124px !important;
	}
}

@media(max-width:375px)
{

	.list_inner .slider-controls a {
    margin: 0 !important;
    width: 18px;
	}
	.footer-widget-container li a
	{
		float:none!important;
	}
	
.contac_number span {
    font: 13px "OpenSans-Regular";
}
.logo img {
    left: 15%;
	width:75%;
}

	.more
	{
		left:50%;
	}
	.edu ul .normal {
    margin: 0 52px 25px;
    width: 70%;
	}
	.cat_page a {
    margin: 0 80px 25px;
    width: 50%;
	}
	#crumbs {
    font-size: 10px;
	}
	.sp-previous-arrow {
    top: 116px !important;
	}
	.sp-next-arrow {
    top: 113px !important;
	right:0 !important;
	}
	#next {
    left: 70%!important;
}

}

@media(max-width:320px)
{

	.more {
    left:50%;
	}

	/*.slider-controls a
	{
   		 margin: -113px 232px 0 25px !important;
	}*/
	.entry table
	{
		width:100%;
	}

	.welcome_right
	{
		margin:0px;
	}
	#crumbs
	{
		    padding: 11px 35px;
	}
	.logo img
	{
    top: -33px;

	}
	
	.home_slider {
    margin: 85px 0 0;
	}
	.top_contacts
	{
		 top: 138px;
	}
/*	#menu-toggle
	{
		right: 122px;
	}*/
	.home_slider .cycloneslider-template-standard .cycloneslider-caption-title
	{
		font-size:15px!important;
	}
	.contac_mail a {
    font: 11px "OpenSans-Regular";
    padding: 0 0 0 25px;
	}
	.contac_number span {
    font: 11px "OpenSans-Regular";
}
	.contac_number {
    float: none !important;
    margin: 0 0 0 10px!important;
	/*	width: 100% !important;*/
	 width: 55%;
	}
	.contac_mail {
/*    padding: 0 0 10px 10px !important;
    text-align: left;
    width: 100% !important;*/
	 width: 45%;
}
	.menus_main
	{
		margin:0px;
		padding:0px;
	}
	.cat_page a {
    margin: 0 24px 25px;
    width: 85%;
}
.edu ul .normal {
    margin: 0 34px 25px;
    width: 80%;
}
.sub
{
	font-size: 19px;
}
#crumbs
{
font-size: 11px;
padding: 14px 0;
}
.top_contacts {
    top: 93px;
}
#menu-toggle {
    top:4px;
}	
.sp-previous-arrow {
    top: 104px !important;
	width:13% !important;
}
.sp-next-arrow
{
	 top: 104px !important;
	 width:13% !important;
}

#next {
    left: 89%!important;
}	
}
