body {
	font: 16px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#adadad;
	width:100%;
	background-color:#333;
}
p, ul, ol, dl, table, fieldset, blockquote, pre, code {
}
/* headings
------------------------------------------------------*/
h1, h2, h3, h4, h5, #sidebarmenu1, #slidecaption h4, #slidecaption h1 {
	color:#fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-family:'Ubuntu Condensed';
}

h1 {
	font-size: 30px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 11px;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
hr {
	border: 1px solid #eee;
	width: 100%;
	color: #eee;
	height: 1px;
}
/* imgage alignment
----------------------------------------------------------------------------------------------------*/
.alignright {
	float: right;
	margin: 3px 0 0px 10px;
	width:auto;
}
.alignleft {
	float: left;
	margin:0px 20px 0px 0px;
	width:auto;
}
.align {
	float: left;
	margin: 0 10px 0px 0;
	width:auto;
}
a img {
	border:none;
}
img{
	
	max-width:100%;	
	height:auto;
} *|*:focus {
 outline: none;
}
a:link, a {
	color:#ccc;
	text-decoration:none;
}
a:hover {
	color:#ccc;
}
.v_space {
	clear: both;
	padding-top:0px;
	overflow:hidden;
}
.thumb {
	float: left;
	margin: 0px 20px 0px 0px;
}
.description {
	display:block;
	overflow: hidden;
}
.img_radius {
	height:100px;
	width:100px;
	-moz-border-radius:100px;
	border-radius:100px;
}
.text_position {
	text-align:center;
}

.title_container {
	background: url(images/title_container.png) repeat-x scroll center bottom transparent;
	color: #3F3F3F;
	margin-bottom:15px;
	padding-bottom:10px;
}
.title_container h3 span {
	background: url(images/title_container_heading_bg.png) repeat-x scroll center bottom transparent;
	padding: 0 0 14px;
}


/*end common/genral style*/
.sidebar {
	padding-left:20px;
	border-left:1px solid #464545;
}


.content {
background-image:url(images/content_bg.png);
background-repeat:repeat;
padding:20px;
overflow:hidden;
margin-bottom:60px;
border:1px solid #222;
box-shadow: 4px 4px 4px -1px rgba(0, 0, 0, 0.7);
display:block;

}
/* menu bar start*/
.logo {
	margin-bottom:15px;
}
.logo_responsive{
display:none;

}
.menu_bar {
	position:fixed;
	padding-left:20px;
	top:-450px;
}

.menu_bar_top {
	background-image:url(images/menu_top_bg.png);
	background-repeat:repeat-y;
	width:182px;
	padding:20px;
	text-align:center;
}
.menu_bar_bottom {
	background-image:url(images/menu_bottom_bg.png);
	background-repeat:no-repeat;
	width:222px;
	height:36px;
}

/* menu bar end*/


/* sub header start*/
.sub_header {
	border-bottom:1px solid #464545;
	overflow:hidden;
	padding:0px 0px 20px 0px;
	margin-bottom:20px;
}
.sub_header h2 {
	float: left;
	font-size:32px;
	font-weight:bold;
}

.search_box {
	float:right;
	width:200px;
	position:relative;
	z-index:22;
	padding-top:5px;
}
.search_box input#s {
	border:1px solid #111;
}
#search_form {
	float: right;
	height:26px;
	position: relative;
	border-radius:5px;
}
.search_box input#s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	vertical-align: middle;
	background-color:#2e2e2e;
	border:1px solid #393939;
	height:9px;
	padding-right:30px;
	color:#fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3) inset;
	color: #C9C9C9;
	padding: 8px 0 8px 10px;
}
.search_box input#searchsubmit {
	background: url(images/search_arrow.png) no-repeat scroll 0 0 transparent;
	display: block;
	font-size: 0;
	width:14px;
	height:13px;
	line-height: 0;
	position: absolute;
	right:0px;
	top:0px;
	border:none;
	cursor:pointer;
	background-color:#d11818;
	padding:13px;
	background-position:center;
}
.search_box input#searchsubmit:hover {
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
/* sub header end*/


/* about us start*/
ul.list {
	list-style:none;
	margin-top:5px;
}
ul.list li {
	background-image:url(images/list_arrow.png);
	background-repeat:no-repeat;
	background-position:2px 2px;
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom:1px solid #464545;
	padding-left:23px;
}
.teaser_box {
	margin-bottom:27px;
}
/* about us end*/


/* portfolio start */
.portfolio_content{
	display:none;
	margin-bottom:20px;
	overflow:hidden;
	border-bottom:3px solid #444;
}

.portfolio_title_holder{
padding:10px;
margin-bottom:28px;
border-bottom:1px solid #000;
background-color:#101010;
color:#fff;
}

.portfolio_title_holder h5{
color:#B5B5B5;
font-size:15px;
}

.portfolio_title_holder h4{
font-size:16px;
padding-bottom:5px;
}
 
.portfolio_item img{
border-bottom:2px solid #000;
}

span.close_panel {
	width:50px;
	height:30px;
	cursor:pointer;
	position: relative ;
	left:97.5%;
}

/* portfolio end*/

/* contact start*/
#contact-form label {
	clear:both;
}
label.error {
	width:100%;
	color:#c96363;
}
.successmsg {
	color: #88d48b;
}
#contact-form input {
	clear:both;
	display:block;
	padding:8px 10px;
	margin-bottom:20px;
	width:230px;
	color:#666;
	margin-top:10px;
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 padding-box #343434;
	border-color: #333333 #333333 #555555;
	border-radius: 8px 8px 8px 8px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7) inset;
	color: #CCCCCC;
	display: block;

}
#contact-form textarea {
	width:400px;
	height:100px;
	padding:8px 10px;
	color:#666;
	margin-top:10px;
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 padding-box #343434;
	border-color: #333333 #333333 #555555;
	border-radius: 8px 8px 8px 8px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7) inset;
	color: #CCCCCC;
	display: block;
}
#contact-form input#captcha {
	width:20px!important;
}
#contact-form input#submit {
	padding:10px 20px;
	background-color:#222!important;
	color:#ccc;
	display:block;
	border:1px solid #111;
	width:120px!important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #000;
	cursor:pointer;
	margin-top:20px;
	cursor:pointer;
}
#contact-form input#kaya_submit:hover {
	background-color:#333;
}
#contact-form small {
	font-size:12px;
}
ul#response {
	list-style:none;
	color: #FFCC00;
}

.contact_box span {
	display:block;
	margin-bottom:10px;
}

span.user_name {
	background-image:url(images/user_icon.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:40px;
	display:block;
	padding-bottom:10px;
	margin-bottom:10px;
	line-height:18px;
}
span.address {
	background-image: url(images/address_icon.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:40px;
	display:block;
	padding-bottom:10px;
	margin-bottom:10px;
	line-height:18px;
}
span.telephone {
	background-image: url(images/phone_icon.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:40px;
	display:block;
	padding-bottom:10px;
	margin-bottom:10px;
	line-height:18px;
}
span.mail {
	background-image:url(images/mail_icon.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:40px;
	display:block;
	padding-bottom:10px;
	margin-bottom:10px;
	line-height:18px;
}

/* contact end*/


/* footer start*/
.copyright {
	float:left;
	padding-top:18px;
	margin-left:15px;
}
#social_media {
	width:24px;
	margin:auto;
	padding-top: 10px;

}
#footer_social_media {
	float:right;
	margin-right:20px;
	position: relative;
	bottom:50px;
	margin-top:5px;
}
#footer_rss {
	background-image: url(images/rss_icon.png);
	background-repeat: no-repeat;
	height:24px;
	width:24px;
	float: right;
	margin-left: 8px;
}
#footer_rss:hover {
	background-position: right;
}
#footer_facebook {
	background-image: url(images/facebook_icon.png);
	background-repeat: no-repeat;
	background-position: left;
	float: right;
	height:24px;
	width:24px;
	margin-left: 8px;
}
#footer_facebook:hover {
	background-position: right;
}
#footer_twitter {
	background-image: url(images/twitter_icon.png);
	background-repeat: no-repeat;
	float: right;
	height:24px;
	width:24px;
	margin-left: 8px;
}
#footer_twitter:hover {
	background-position: right;
}

#bottom_footer_section {
	position: absolute;
	bottom:-50px;
	width:100%;
	text-align:center;
	z-index:999;
	position:fixed;
}
#toggleDiv {
	width:81px;
	height:48px;
	position:relative;
	top:20px;
	background-image:url(images/trigger_button.png);
	background-repeat:no-repeat;
	cursor:pointer;
	margin:0 auto;
}
#toggleDiv.active {
	background-position: left bottom;
}
/* footer end*/