/*shortcode  for website teaser text*/
.syntaxhighlighter {
	padding:10px 0px;
	clear:both;
	display:block;
	background-color:#fff!important;
	float:left;
	
}
.teasercontainer{
    clear: both;
    padding: 20px 0;
  	margin:0 auto;
}
.teasertext h2 {
	color: #333;
    font-size:1.75em;
    line-height: 30px;
}

.teasertext h2{
	margin:0px;
	padding:0px;
	margin-bottom: 5px;
	text-shadow: 0 2px 1px #FFFFFF;

}
.teasertext h2 span{
	color: #009966;
	text-decoration:underline;
	font-weight:600;
}
.teasertext  p{
font-size:14px;
text-shadow: 0 1px 1px #FFFFFF;


}
.teasertext a:hover{
	opacity:.9;

}

.teasercontainer strong{
	color:#ff0000;
}
.teasercontainer .readmore2 {
	float:right;
}
.teasercontainer .readmore2 h5 {
	font-size:14px;
}

.teasercontainer .readmore2 a {
	margin-right:0px;
}

.readmore_portfolio{
	margin-top:10px;
	float:left;
	
}

.announcement{
	background-color:#222;
	border:1px solid #1d1d1d;
	padding:15px;
	margin-bottom:15px;
	color:#ccc;
}

.divider{
	width:100%;
	margin:10px 0px 40px;
	overflow:hidden;
	background-color: #DDDDDD;
    border-bottom: 1px dotted #DDDDDD;
    display: block;
    position: relative;
	
}

.divider2{
	width:100%;	
	margin:10px 0px;
	display:block;
	background-color:#ccc;
	height:10px;
	overflow:hidden;
	float:left;

}

.img_radius{
	height:100px;
	width:100px;
	border-radius:60px;
	-moz-border-radius:60px;
	-webkit-border-radius:60px;
	border:5px solid #fff;
	text-align:center;
	border:5px solid #E6E6E6;

}
/*  Ion Box */
.iconbox {
    margin-bottom: 30px;
}
/*Testimonila with image*/

.testimonial{
	margin-bottom:40px;
	float:left;
	width:100%;
	clear:both;
	overflow:hidden;
	float:left;	
}
.testimonial img{
width:70px;
height:70px;
float:left;

}




.testimonial_body{
	position: relative;
    background-color: #eaeaea;
	margin-left:120px;
	min-height:50px;
	padding:20px;
}

.testimonial_body:after {
	content: '';
	position: absolute; 
	width: 0;
	color:transparent;
	height: 0; 
	border: 15px solid;
	border-right-color: #eaeaea; 
	top: 20%;
	left: 0px;
	margin-left: -30px; /* adjust for border width */
}


.testimonial_body p{
	margin:0px;
	color:#666;
}
.testimonial_body h5{
	margin-top:20px;
	font-style:italic;
	text-align:left;
	color:#444;


}

.testimonial_body strong{
	padding-top:10px;
	display:block;



}
.author_image img{
	float:left;
	margin-right:20px;
	overflow:hidden;

}
.testimonial a img{
	

}

.testimonial strong{
	margin-bottom:10px;
}
/* Social Icons
----------------------------------------------------------------------------------------------------*/
.social_icons{
	margin:0px;
	padding:0px;
	list-style:none;

}
.social_icons a img{
	float:right;
	display:inline-block;
	margin-right:5px;

}

/* List styles 
----------------------------------------------------------------------------------------------------*/
/* List styles 
----------------------------------------------------------------------------------------------------*/
ul.ok, ul.circle{
	margin:0px;
	padding:0px;
	list-style:none; 
	margin-left:0px;
	margin-bottom:10px;
	}
	
ul.ok li, ul.circle li, ul.square li, ul.shopingcart li, ul.currencydollar li, ul.bulb li, ul.puzzle li, ul.globe li, ul.gear li, ul.hyperlink li, ul.arrow li, ul.monitor li,ul.refresh li{
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left:25px;
	margin:11px 0;
}
ul.arrow li{
background-image:url(../images/shortcodes/icons/arrow.png);
}
ul.ok li{
	background-image: url(../images/shortcodes/icons/ok.png);
}

ul.circle li{
	background-image: url(../images/shortcodes/icons/circle.png);
}
ul.shopingcart li{
background-image:url(../images/shortcodes/icons/shoppingcart.png);
}

ul.currencydollar li{
background-image:url(../images/shortcodes/icons/currencydollar.png);
}
ul.bulb li{
background-image:url(../images/shortcodes/icons/bulb.png);
}
ul.puzzle li{
background-image:url(../images/shortcodes/icons/puzzle.png);
}
ul.globe li{
background-image:url(../images/shortcodes/icons/globe.png);
}
ul.hyperlink li{
background-image:url(../images/shortcodes/icons/hyperlink.png);
}
ul.gear li{
background-image:url(../images/shortcodes/icons/gear.png);
}
ul.monitor li{
background-image:url(../images/shortcodes/icons/monitor.png);
}
ul.refresh li{
background-image:url(../images/shortcodes/icons/refresh.png);
}
ul.square li{
background-image:url(../images/shortcodes/icons/square.png);
}

.norightmargin{
margin-right:0px;
}

.content-column{
overflow: hidden;

}
.content-column .column1, .content-column .column2, .content-column .column3, .content-column .column4, .content-column .column5
{

overflow:hidden;

}
.content-column .last{
float:left;
}

.content-column .kaya_gallery li{
margin-bottom:10px !important;
list-style:none;

}

.entry-content{


}
.entry-content .column1, .entry-content .column2, .entry-content .column3, .entry-content.column4, .entry-content .column5
{

overflow:hidden;

}

.entry-content .kaya_gallery li{
margin-bottom:10px !important;
list-style:none;

}

/* alert message shortcodes 
------------------------------------------------------*/
.alert-blue {
	background:url("../images/info.png") no-repeat scroll 12px 50% #E4F5FD;
	border:1px solid #AFDBEE;
	display:block;
	margin:10px 0 15px;
	padding:13px 10px 10px 40px;
	color:#333;
	-moz-border-radius:5px;
 	-webkit-border-radius:5px;

}

.alert-green {
	background:url("../images/tick.png") no-repeat scroll 12px 50% #EDFFD6;
	border:1px solid #D2EBB1;
	display:block;
	margin:10px 0 15px;
	padding:13px 10px 10px 40px;
	color:#333;
	-moz-border-radius:5px;
  	-webkit-border-radius:5px;
}	

.alert-yellow  {
background:url("../images/alert.png") no-repeat scroll 12px 50% #FFFADE;
	border:1px solid #F8ECA9;
	
	display:block;
	margin:10px 0 15px;
	padding:13px 10px 10px 40px;
	color:#333;
	-moz-border-radius:5px;
  	-webkit-border-radius:5px;
}

/* Text hilighted 
--------------------------------------------------------------------------------------------------*/
.hilight-yellow{
background-color:#ffff99;
color:#fff;
padding:2px 5px;
}
.hilight-black{
	background-color:#000;
	color:#ccc;
	padding:2px 5px;
}
.hilight-blue{
background-color:#0066CC;
color:#fff;
padding:2px 5px;
}
.hilight-gray{
background-color:#999999;
color:#000;
padding:2px 5px;
}
.hilight-pink{
background-color:#FF00FF;
color:#fff;
padding:2px 5px;
}
.hilight-green{
background-color:#00FF00;
color:#fff;
padding:2px 5px;

}

.hilight-red{
	background-color:#FF0000;
		color:#fff;
		padding:2px 5px;
}

.hilight-orange{
	background-color:#FF9900;
	color:#fff;
	padding:2px 5px;
	
}
.hilight-white{
	background-color:#FFF;
	color:#FF0000;
	padding:2px 5px;

}
/* DropCap Colors */

.dropcap{ 
    display: block;
    margin-right: 15px;
    text-align: center;
 }

.dropcap-black{ 
    background-color: #323337!important;
    border-radius: 44px 44px 44px 44px;
    color: #FFFFFF;
    display: block;
    float: left;
    height:70px;
    line-height: 70px;
    margin-right: 15px;
    text-align: center;
    width: 70px;
 }
 .dropcap-blue{ 
   background-color:#0066CC;
   border-radius:44px;
	width:70px;
	height:70px;
		  float:left;
	  margin-right:20px;
    color: #FFFFFF;
	display:block;
	float:left;
	line-height:70px;
	text-align:center;
	
 }
 .dropcap-red{
	background-color:#FF0000;
	border-radius:44px;
	width:70px;
	height:70px;
	 
	  float:left;
	  margin-right:20px;
	color:#fff;
	display:block;
	text-align:center;
	line-height:40px;
 }
 .dropcap-green{
	 background-color:#00FF00;
	 border-radius:44px;
	 width:70px;
	 height:70px;
	 line-height:70px;
	  float:left;
	  margin-right:20px;
	 text-align:center;
	   color:#fff;
	 
 }
 .dropcap-yellow{
	background-color:#ffff99;
	border-radius:44px;
	color:#fff;
	width:70px;
	height:70px;
	display:block;
		  float:left;
	  margin-right:20px;
	text-align:center;
	line-height:70xp
 }
  .dropcap-gray{
	background-color:#4D4C47;
	border-radius:44px;
	color:#fff;
	width:70px;
	height:70px;

	  float:left;
	  margin-right:20px;
	text-align:center;
	line-height:70px;
	display:block;
	

 }
  .dropcap-pink{
	background-color:#FF00FF;
	border-radius:44px;
	line-height:70px;
	width:70px;
	height:70px;
	display:block;
	text-align:center;
	color:#fff;
	  float:left;
	  margin-right:20px;
	 }
  .dropcap-orange{
	background-color:#FF9900;
	color:#fff;
	border-radius:44px;
	  float:left;
	  margin-right:20px;
	font-weight:bold;
	width:70px;
	height:70px;
	text-align:center;
	line-height:70px;
 }
 
.dropcap-red:hover, .dropcap-orange:hover, .dropcap-pink:hover, .dropcap-gray:hover, .dropcap-yellow:hover, .dropcap-green:hover, .dropcap-blue:hover, .dropcap-black:hover{
background-color:#FF6C00;
} 
.dropcap-red h5, .dropcap-orange h5, .dropcap-pink h5, .dropcap-gray h5, .dropcap-yellow h5, .dropcap-green h5, .dropcap-blue h5, .dropcap-black h5{
color:#fff;
line-height:70px;
font-size: 40px;
} 
  /* twitter */
  
 footer .twitter_text a{
color:#f0f0f0;
}
footer .twitter_feeds .twitter_text a:hover{
color:#CCCCCC;
}
footer .twitter_text a:hover{
color:#FF6C00;
}


 /* Iconbox  styles
----------------------------------------------------------------------------------------------------*/
 /* Teaser Box styles
----------------------------------------------------------------------------------------------------*/

.teaserbox{
	overflow:hidden;	
	margin-bottom:30px;

}

.teaserboxicon{
 	margin-bottom:0px;
	
 }
 .teaserboxicon img{
 	min-width:100%;
	float:left;

 }
 .teaser_content{
 padding:20px 0px; 
 }
 .teaserbox h3{
 font-size:14px;
 }
  .teaserbox h3 a, .teaserbox h3 a:visited{
	text-transform:uppercase;
 }
 .teaserbox h3 a:hover{
 color:#999 !important;
 }
.teaserbox:last-child p{
margin-bottom:0px;
}
.dots_top{
	height:1px;
	border-radius:1px;
	border-bottom:4px dotted #fff;
	position:relative;
	top:2px;
	clear:both;
	display:block;
	width:100%;
	margin:0 auto;
}
.dots_bottom{
	height:1px;
	border-radius:1px;
	border-top:4px dotted #fff;
	position:relative;
	top:-2px;
	clear:both;
	display:block;
	width:100%;
	margin:0 auto;
}
	
/* services 
--------------------------------------------------------------------------------------------------*/
.servicesbox{
clear:both;
overflow:hidden;
margin-bottom:20px;
}
.servicesicon {
float:left;
margin-right:23px;
}
.servicesicon img {
padding:0px 0px 0px 0px;
}
.servicestext {
margin-left:71px;

}
.servicestext h3{
padding:0px 0px;
}

.servicestext .readmore {
float:left;
}

/* Icon Box*/

.icontext_img {
float:left;
margin:0px 20px 0px 0px
}
.icontext{
display:block;
overflow:hidden;
}
/* sidebar contact info
----------------------------------------------------------------------------------------------------*/
.sidebar .sidebar-contactinfo{
	margin-bottom:20px;
	float:left;
	width:100%;
}
.sidebar .sidebar-contactinfo p {
	padding-left:30px;
	width:100%;
	float:left;
}
.sidebar .sidebar-contactinfo p.address {margin:0px;}


	.sidebar .sidebar-contactinfo p span {
	color:#333;
	margin:0px;
	line-height:20px;
}
.phone{
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:16px;
	height:16px;}

.fax{
	background-image: url(../images/fax.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:16px;
	height:16px;}
.email{
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:16px;
	height:16px;

}
.address{
	background-image: url(../images/address.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-height:16px;
	display:block;
}
.address p {
	margin:0px;
	padding:0px;
}

/* toggle styles
----------------------------------------------------------------------------------------------------*/
.toggle_container{
	display:block;
	clear:both;

}

div.trigger {
	padding: .8% 0 1% 60px;
	margin:0;
	font-size:16px;
	font-weight: bold;
	width: auto;
	line-height:28px;
	text-decoration: none;
	display: block;
	cursor:pointer;
	color:#666;
	display:block;
	text-shadow: 0 1px 1px #fff;
	margin-bottom:1px;	
	background-image:url(../images/h2_trigger_a.png);
	background-position: 10px -39px;
    background-repeat:no-repeat;
	background-color:#dfdfdf;
	border-bottom:1px solid #ccc;

}

div.trigger a:hover {
	color: #1d1d1d;
}
div.active {
background-position:10px 7px;
}
.toggle_content {
	margin: 0 0 0px 0;
	padding: 0;	
	overflow: hidden;
	width:100%;
	clear: both;


}
.toggle_content .block {
	padding: 20px;
	background-color:#fff;



	
	}
.toggle_content .block p {
	padding: 5px 0;
	margin: 5px 0;
	
}
.toggle_content h3 {
	font: 2.5em normal Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #1d1d1d;
}
.toggle_content img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #1d1d1d;
}

/* Hariontal Tabs
----------------------------------------------------------------------------------------------------*/
#tabContaier{
	margin:20px auto;
	position:relative;

	float:left;


}
#tabContaier ul{
	overflow:hidden;
	height:35px;
	position:absolute;
	z-index:100;
}
#tabContaier li{
	float:left;
	list-style:none;
	margin-right:-1px;
}
#tabContaier li:last-child{
	margin-right:1px;
}
#tabContaier li a{
	border-right:0;
	color:#666;
	cursor:pointer;
	display:block;
	height:35px;
	line-height:35px;
	padding:0 30px;
	text-decoration:none;
	border:1px solid #ccc; /* for non-css3 browsers */
	background-color: #eee;
	background-image: url(../images/shortcodes/tabs_bg.png);
	background-repeat: repeat-x;
	background-position: left top;

}
#tabContaier li a:hover{
	background:#eee;
}
#tabContaier li a.active{
	background:#fff;
	border-top:2px solid #ccc;
	color:#333	
}

.tabDetails{

	background:#fff;
	min-height:100px;
	border:1px solid #ccc;	
			
}
.tabContents{
	padding:20px
	}


/* Vertical Tabs
----------------------------------------------------------------------------------------------------*/
#vtabContaier{
	margin:20px auto;
	position:relative;
}

#vtabContaier ul{
	overflow:hidden;
	border-right:1px solid #fff;
	position:absolute;
	z-index:100;
	margin:0px;
	padding:0px;
	width:20%;
	margin-top:20px;
}

#vtabContaier li{
	list-style:none;
	display:block;
}

#vtabContaier li:first-child a{
	border-top:1px solid #ccc;
}

#vtabContaier li a{
	border-bottom:none;
	border-right:0;
	color:#666!important;
	cursor:pointer;
	display:block;
	padding:10px 20px 10px 10px;
	text-decoration:none;
	border:1px solid #ccc;
	border-top:1px solid #fff;
	background-color: #eee;
	background-image: url(../images/shortcodes/tabs_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	
	
}


#vtabContaier li a:hover{
	background:#eee;
}
#vtabContaier li a.active{
	background:#fff;
	border-right:0;
	color:#333;
	border-left:2px solid #ccc;
}

.vtabDetails{
	background:#fff;
	margin-left:19.90%;
	min-height:200px;
	border:1px solid #ccc;

	
}
.vtabContents{
	padding:20px
	}


/* Recent Portfolio Posts
----------------------------------------------------------------------------------------------------*/
.sc_recentportfolio_posts{
	margin:0px;
	padding:0px;
	list-style:none;	
}

.sc_recentportfolio_posts li{
	margin-bottom:30px;
}
.sc_recentportfolio_posts li:last-child{
	
}
.sc_recentportfolio_posts li h4{
	margin:0px;
	padding:0px;

}

.sc_recentportfolio_posts li{
display:block;
clear:both;
}

/* Title Shortcode
----------------------------------------------------------------------------------------------------*/
.pagetitle_holder{
	width:100%;
	display:block;
	margin-bottom:20px;
	
	background-position:5px;
	clear:both;
	float:left;
	margin-top:10px;
	
}
.pagetitle_holder .title_desc{
	color:#999;
	font-size: 14px;
    text-shadow: 0 1px 1px #FFFFFF;
	position: relative;
	display:block;
	clear:both;
}
.pagetitle_holder .title_desc a{

}
.pagetitle_holder .title_desc a:hover{
	color:#999!important;
}
.pagetitle_holder div .title_desc{
	display:block;
	clear:both;
	margin-top:5px;
}

.pagetitle_holder h2 span{
	color:#333;
	
}
.pagetitle_holder p{
	margin:0px;
	padding:0px;
}

.pagetitle_holder div h2{
	background-repeat: repeat;
	color:#333;
	display: inline-block;
	letter-spacing:2px;
	margin:0px;	
	text-transform:uppercase;
	text-shadow: 0 2px 1px #111;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}
.title_readmore a{
color:#333;
text-decoration:underline;
}
.title_readmore a:hover{
color:#999;
text-decoration:underline;
}

/*pricing table start*/
#pricing_table{
text-align:center;
margin-top:50px;
width:101%;
}
#pricing_table span i{
color:#fff;	
}
#pricing_table .one_third{
margin-right:1px;
float:left;
width:32.95%;
}

#pricing_table .one_fourth{
margin-right:1px;
float:left;
width:24.65%;
}

#pricing_table .one_third ul,
#pricing_table .one_fourth ul{
list-style:none;
background-color:#F9F9F9;
-moz-box-shadow:inset 0 0 8px #dfdfdf;
-webkit-box-shadow:inset 0 0 8px #dfdfdf;
box-shadow:inset 0 0 8px #dfdfdf;
margin:0px!important;
}

#pricing_table .one_third ul li,
#pricing_table .one_fourth ul li{
padding-bottom:10px;
padding-top:10px;
border-bottom: 1px solid #dfdfdf;
border-top: 1px solid #F9F9F9;
text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
}

.pricing_col_0{
background: #0b5f6c; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45aebf', endColorstr='#0b5f6c'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#45aebf), to(#0b5f6c)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #45aebf,  #0b5f6c); /* for firefox 3.6+ */ 
background: -o-linear-gradient(top,  #45aebf,  #0b5f6c); /* for opera 3.6+ */ 
border-bottom:1px solid #05454f;
}
.pricing_col_1{
background: #b93d17; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee8317', endColorstr='#b93d17'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#ee8317), to(#b93d17)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #ee8317,  #b93d17); /* for firefox 3.6+ */ 
background: -o-linear-gradient(top,  #ee8317,  #b93d17); /* for opera 3.6+ */ 
border-bottom:1px solid #9a2c0a;
}
.pricing_col_2{
background: #537027; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a32d', endColorstr='#537027'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#68a32d), to(#537027)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #68a32d,  #537027); /* for firefox 3.6+ */ 
background: -o-linear-gradient(top,  #68a32d,  #537027); /* for opera 3.6+ */ 
border-bottom:1px solid #354c12;
}
.pricing_col_3{
background: #d79f07; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdc400', endColorstr='#d79f07'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#fdc400), to(#d79f07)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #fdc400,  #d79f07); /* for firefox 3.6+ */ 
background: -o-linear-gradient(top,  #fdc400,  #d79f07); /* for opera 3.6+ */ 
border-bottom:1px solid #cc9501;
}
.highlight{
background-color:#e3e3e3;
}

.heading{
padding:20px 20px 0px 20px;
text-align:center;
}

.heading h2{
color:#fff;
padding:0px 0px 5px;
padding-bottom:0px !important;
padding-top:0px !important;
}
 
.wide .heading{
margin-top:-30px;
padding-bottom:30px;

}

.wide .price_button{
padding-bottom:30px;

}
.pricing_space{
height:100px;
}

.heading span{
padding-top:10px;
padding-bottom:10px;
display:block;
}
.price_button{
background: #282828; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d4d4d', endColorstr='#282828'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#4d4d4d), to(#282828)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #4d4d4d,  #282828); /* for firefox 3.6+ */
background: -o-linear-gradient(top,  #4d4d4d,  #282828); /* for opera 3.6+ */ 
padding:30px;
border-top:1px solid #212121;
}

.price_button a.read_more:hover{
background-color:#999999 !important;
border:1px solid #000 !important;
}

#pricing_table span i{
color:#fff;
}
