/*=========================================================================
  Heading
//=======================================================================*/
.st-heading h3{
    background: url(../images/line-title.png) repeat-x scroll center center transparent;
	font-size:14px;
    font-weight: bold;
    line-height: 120%;
	text-transform:uppercase;
}
.st-heading span{
	background: #fff;
    padding-right: 5px;
    white-space: normal;
}


/*=========================================================================
  Teaser
//=======================================================================*/
.st-teaser{
	background:url(../images/diagonal-noise.png) repeat #f6f5f5;
	border:1px solid #d9d9d9;
	margin: 0 0 20px;
}
.st-teaser .teaser-content{
	padding:20px 20px 1px;
}


/*=========================================================================
  Blockquote & Pullquote
//=======================================================================*/
blockquote p, 
.st-pullquote{
	padding:5px 10px;
	border-left:3px solid #e3e3e3;
	background:#f6f5f5;
}
.st-pullquote{
	margin:20px 0;
}
.st-pullquote.alignleft{
	width:30%;
	margin:20px 20px 10px 0;
}
.st-pullquote.alignright{
	width:30%;
	margin:20px 0 0 20px;
}


/*=========================================================================
  Divider
//=======================================================================*/
.st-divider {
	clear:both;
	display:block;
	width:100%;
	margin:20px 0 40px;
	position:relative;
	height:1px;
	background:#e3e3e3;
}
.st-divider:after{
	background:#ccc;
	position:absolute;
	left:40%;
	right:40%;
	bottom:0; 
}
.st-divider.divider2 {
	clear:both;
	display:block;
	width:100%;
	height:3px;
	border:none;
	background:url(../images/dotted.png) repeat-x;
}


/*=========================================================================
  Highlight
//=======================================================================*/
.st-highlight {
	padding:0 5px;
	color:#222;
	border: none;
	background-color:#e3e3e3;
}


/*=========================================================================
  Icon List
//=======================================================================*/
h1 .st-icon,
h2 .st-icon,
h3 .st-icon,
h4 .st-icon,
h5 .st-icon,
h6 .st-icon{
	margin-right:5px;
}
.st-icon{
	display:inline-block; 
	text-align:center; 
	font-size:24px; 
	line-height:40px;
	height:40px; 
}
.st-icon.large	{
	font-size:64px; 
	line-height:100px; 
	height:100px; 
}
.st-icon.box{
	width:40px;
}
.st-icon.rounded{
	width:40px;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
			border-radius:5px;
}
.st-icon.circle{
	width:40px;
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
			border-radius:50%;
}
.st-icon.large.box,
.st-icon.large.rounded,
.st-icon.large.circle{
	width:100px;
}


/*=========================================================================
  Dropcap
//=======================================================================*/
.st-dropcap{
	line-height:30px;
	width:30px;
	float:left;
	font-size:20px;
	margin:7px 8px 0 0;
	text-align:center;
	color:#777;
	background:#e3e3e3;
	font-family:Arial, Helvetica, sans-serif;
}
.st-dropcap.dropcap2{
	background:url(../images/bg_dropcaps.png) no-repeat center center #e3e3e3;
}


/*=========================================================================
  Flags
//=======================================================================*/
mark, 
.st-flag{
	color:#fff;
	padding:2px 7px 1px;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:0.5px;
	position:relative;
	background:#989898;
	font-family:Arial, Helvetica, sans-serif;	
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
}
mark a,
mark a:hover, 
.st-flag a, 
.st-flag a:hover{ 
	color:#fff; 
}


/*=========================================================================
  More-Link
//=======================================================================*/
a.more-link{
	padding:3px 28px 3px 10px;
	font-size:11px;
	position: relative;
	background:#e9e9e9;
}
a.more-link:hover{
	color:#fff;
	background:#FF5C43;
}
a.more-link:after{
	content:"\2192";
	display:block;
	position:absolute;
	right:0;
	top:0;
	padding-right:10px;
}


/*=========================================================================
  Buttons
//=======================================================================*/
.st-button{
	display:inline-block;
	color:#fff;
	font:bold 12px Arial, Helvetica, sans-serif;
	padding:4px 8px;
	background:#C3C3C3;
}
.st-button:hover{
	color:#fff;
}
.st-button span{
}
.st-button.small{
	font-size:11px;
	line-height:10px;
	padding:8px 10px;
}
.st-button.medium{
	font-size:13px;
	line-height:20px;
	padding:6px 15px;
}
.st-button.large{
	font-size:15px;
	line-height:20px;
	padding:10px 20px;
}
/*color*/
.st-button.light{
	background-color: #c3c3c3;
}
.st-button.grey{
	background-color: #92938f;
}
.st-button.dark{
	background-color: #132120;
}
.st-button.brown{
	background-color: #A1713E;
}
.st-button.purple{
	background-color: #734E99;
}
.st-button.blue{
	background-color: #28BEE3;
}
.st-button.green{
	background-color: #72B626;
}
.st-button.orange{
	background-color: #FF6700;
}
.st-button.red{
	background-color: #FF5C43;
}
.st-button.pink{
	background-color: #DF5E84;
}


/*=========================================================================
  Callout Box
//=======================================================================*/
.st-info{
	position:relative;
	margin-bottom:20px;
	padding:20px 20px 1px;
	background:#f6f5f5;
	border:1px solid rgba(0, 0, 0, 0.09);
}


/*=========================================================================
  Tabs
//=======================================================================*/
.st-tabs{
	background:#fff;
	margin-bottom:20px;
}
.st-tabs .tabs-title{
	margin:0;
	padding:0;
	border:none;
	overflow:hidden;
}
.st-tabs .tabs-title li{
	float:left;
	border:1px solid #E3E3E3;
	border-bottom-width:2px;
	margin-bottom:-1px;
	margin-right:-1px;
	padding-bottom:1px;
}
.st-tabs .tabs-title li a{
	border-top:none;
	padding:7px 15px;
	display:block;
	background:#f6f5f5;
	color:#777;
}
.st-tabs .tabs-title li a:hover{
	background:#fff;
}
.st-tabs .tabs-title li.active{
	z-index:99;
	border-bottom-color:#fff;
}
.st-tabs .tabs-title li.active a{
	color:#222;
	z-index:9;
	background-color:#fff;
}
.st-tabs .tabs-container{
	background:#fff;
	border:1px solid #E3E3E3;
	padding:15px 15px 0;
	margin-top:-1px;
}
.st-tabs .tabs-container .widget{ 
	margin-bottom:20px; 
}


/*=========================================================================
  Icon Box
//=======================================================================*/
.st-iconbox h4{
	margin-bottom:10px; 
}
.st-iconbox .iconbox-left{
	float:left;
	overflow:hidden;
	margin-right:10px;
}
.st-iconbox .iconbox-left span { 
	font-size:64px;
	height:64px;
	line-height:64px;
}
.st-iconbox .iconbox-left img { 
	margin: 0 0 5px; 
}
.st-iconbox .iconbox-right{ 
	overflow:hidden; 
}


/*=========================================================================
  Message Box
//=======================================================================*/
.st-message{
	border:1px solid #bbbbbb;
	color:#555;
	padding:15px;
	margin-bottom:20px;
	position:relative;
}
.st-message p{ 
	margin:0; 
}
.widget .st-message p{
	line-height:18px;
}
.st-message.success{
	color:#649505;
	border-color:#b7ec82;
	background:#EBF6E0;
}
.st-message.warning{
	color:#cba200;
	border-color:#fbe951;
	background:#fff9c6;
}
.st-message.error{
	color:#BD0000;
	border-color:#ffacac;
	background:#FFE9E9;
}
.st-message.info{
	color:#0d70bb;
	border-color:#8accff;
	background:#c3e5ff;
}
.st-message.help{
	color:#555;
	border-color:#ccc;
	background:#f6f5f5;
}
.st-message .message-close{
	position:absolute;
	right:-5px;
	top:-5px;
	background:url(../images/icons/alert-close.png) no-repeat center center;
	padding:0;
	height:10px;
	width:10px;
	display:block;
	text-indent:-9999px;
}


/*=========================================================================
  Accordions & Toggle
//=======================================================================*/
.st-accordion{
	width:100%;
	margin-bottom:20px;
}
.st-toggle{
	width:100%;
	margin-bottom:5px;
	border:1px solid #e3e3e3;
}
.st-accordion ul{
	margin:0;
}
.st-accordion ul li{
	height:auto;
	overflow:hidden;
	margin:0 0 5px;
	line-height:40px;
}
.st-accordion ul li .accordion-title,
.st-toggle .toggle-title{
	cursor:pointer;
	display:block;
	position:relative;
	outline:none;
	padding:10px 10px 10px 50px;
}
.st-accordion ul li .accordion-title{
	padding-bottom:0;
	padding-top:0;
	border:1px solid #e3e3e3;
}
.st-accordion ul li .accordion-title .accordion-icon, 
.st-toggle .toggle-title .toggle-icon{
	background:url(../images/accordion-open.png) no-repeat center center #f6f5f5;
	text-indent:-9000px;
	width:40px;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	border-right:1px solid #E3E3E3;
	-webkit-transition:all 0.2s ease-in-out;
	   -moz-transition:all 0.2s ease-in-out;
		 -o-transition:all 0.2s ease-in-out;
		-ms-transition:all 0.2s ease-in-out;
			transition:all 0.2s ease-in-out;
}
.st-accordion ul li .accordion-title:hover .accordion-icon, 
.st-toggle .toggle-title:hover .toggle-icon{
}
.st-accordion ul li .accordion-title:hover .accordion-icon,
.st-toggle .toggle-title:hover .toggle-icon{
	right:10px;
}
.st-accordion ul li .accordion-title.active .accordion-icon,
.st-toggle .toggle-title.active .toggle-icon{ 
	background:url(../images/accordion-close.png) no-repeat center center #efefef; 
	color:#03aede;
}
.accordion-content,
.toggle-content {
	padding:20px;
	margin:0;
	line-height:22px;
	background:#ffffff;
}
.toggle-content{
	padding:20px;
	border-top:1px solid #E3E3E3;
}
.accordion-content{
	border:1px solid #E3E3E3;
	border-top:none;
}
.st-accordion p:last-child,
.st-toggle p:last-child {
	margin:0; 
}


/*=========================================================================
  Slider
//=======================================================================*/
.st-slider{}


/*=========================================================================
  Images
//=======================================================================*/
.st-image { 
	max-width:100%;
	height:auto;
}
.st-image.alignleft {
	float:left;
	margin:0 20px 20px 0;
}
.st-image.alignright {
	float:right;
	margin:0 0 20px 20px;
}


/*=========================================================================
  Frames
//=======================================================================*/
.st-frame {
	background-color: #FFFFFF;
    border: 1px solid #e9e9e9;
    margin: 0;
    padding: 6px 6px 5px;
    position: relative;
	line-height:70%;
	z-index:0;
}
.frame-shadow img{
	width:100%;
	display:block;
	margin-bottom: 10px;
}


/*=========================================================================
  Video (Youtube, Vimeo)
//=======================================================================*/
.st-video {
	margin-bottom:20px;
	z-index:0;
}
.st-frame .st-video{
	margin-bottom:0;
}


/*=========================================================================
  Code
//=======================================================================*/
.st-code{
	border:1px solid #ddd;
	margin-bottom:20px;
	padding: 20px 0;
	background-color:#f5f5f5; 
	font-family:Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;
	font-size:11px;
	color: #666;
}
.st-code span{
	display:block;
	padding:0 15px;
	line-height:20px;
	height:20px;
}
.st-code span:nth-child(odd){ 
	background:#fcfcfc;
}


/*=========================================================================
  Pricing Tables
//=======================================================================*/
.st-pricing{
	margin:50px auto 30px;
	position:relative;
	
}

.st-pricing.c4	{ width:920px; }
.st-pricing.c3	{ width:695px; }
.st-pricing.c2	{ width:470px; }
.st-pricing.c1	{ width:230px; }

.st-pricing .plan-container{
	width:185px;
	float:left;
	position:relative;
	text-align:center;
	margin:0 0 20px;
	z-index:0;
	background:#303030;
	color:#999;
	padding:20px;
}

.st-pricing .plan-title{
	font-size:18px;
}
.st-pricing .plan-price{
	font-size:30px;
	border-bottom:1px solid rgba(0, 0, 0, 0.2);
	padding:5px 0;
	font-weight:200;
	line-height:100%;
}
.st-pricing .plan-price span,
.st-pricing .plan-price cite{
	font-size:50%;
}
.st-pricing .plan-price cite{
	vertical-align:text-top;
}
.st-pricing .plan-content{
	border-top:1px solid rgba(255, 255, 255, 0.1);
	padding:10px 0;
}
.st-pricing .plan-content ul{
	margin:0;
	padding:0;
	list-style:none;
}
.st-pricing .plan-content ul li{
	padding:10px;
}
.st-pricing .plan-link a{
	padding:10px;
	background:#f6f5f5;
	display:block;
}
.st-pricing .plan-link a:hover{
	background:#fff;
}

/*featured*/
.st-pricing .plan-container.featured{
	background:#FF5C43;
	padding:30px;
	margin-top:-20px;
	color:#fff;
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
			box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
}
.st-pricing .featured .plan-price{
	font-size:50px;
}


/*=========================================================================
  Blog
//=======================================================================*/
.st-blog{ 
	margin-bottom:20px;
}
.st-blog .blog-inner{
	overflow:hidden;
}
.st-blog .post-date{
	background-color: #ECECEC;
    display: block;
    float: left;
    height: 40px;
    margin-right: 15px;
    padding: 10px 0 0;
	line-height:1;
    text-align: center;
    width: 50px;
}
.st-blog .date-day{
	display:block;
	font-size:20px;
	font-weight:bold;
}
.st-blog .date-month{
	display:block;
	text-transform:uppercase;
}
.st-blog .post-title{
	margin-bottom:5px;
	padding-bottom:5px;
	font-size:16px;
}
.st-blog .post-meta{
	margin-bottom:10px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
    font-size: 11px;
    font-style: italic;
    padding: 3px 0;
}
.st-blog .post-meta span:after{
	margin-right:10px;
	padding-left:10px;
	display:inline-block;
	content:"|";
}
.st-blog .post-meta span:last-child:after{
	content:"";
}
.st-blog p{
	margin-bottom:10px;
}


/*=========================================================================
  Portfolio
//=======================================================================*/
.st-portfolio{
}
.st-portfolio li {
	margin-bottom:20px;
}
.portfolio-inner{
	padding:10px 0;
}
.portfolio-inner,
li:hover .portfolio-inner,
.portfolio-list{
	border:none;
	background:none;
	text-align:center;
	position:relative;
}
.portfolio-inner:after{
	position:absolute;
	height:1px;
	width:100px;
	left:50%;
	margin:0 0 0 -50px;
	bottom:0;
	display:block;
	content:'';
	background:#e3e3e3;
}
.portfolio-list:hover .portfolio-inner:after{
	background:#FF5C43;
}
.portfolio-inner .post-title{
	padding-bottom:0;
	margin-bottom:0;
}
.portfolio-inner span{
	background:none;
	padding:0;
}


/*=========================================================================
  Socials
//=======================================================================*/
.st-social {}
.st-social a{
	width:23px;
	height:23px;
	display:inline-block;
	text-indent:9999px;
	overflow:hidden;
	margin:3px;
	opacity:0.5;	
	filter:alpha(opacity=50);
}
.st-social a:hover{
	opacity:1;
	filter:alpha(opacity=100);
}
.st-social .facebook	{ background:url(../images/socials/facebook.png) no-repeat top center }
.st-social .google		{ background:url(../images/socials/gplus.png) no-repeat top center }
.st-social .twitter		{ background:url(../images/socials/twitter.png) no-repeat top center }
.st-social .youtube		{ background:url(../images/socials/youtube.png) no-repeat top center }
.st-social .vimeo		{ background:url(../images/socials/vimeo.png) no-repeat top center }
.st-social .flickr		{ background:url(../images/socials/flickr.png) no-repeat top center }
.st-social .dribbble	{ background:url(../images/socials/dribbble.png) no-repeat top center }
.st-social .linkedin	{ background:url(../images/socials/linkedin.png) no-repeat top center }
.st-social .pinterest	{ background:url(../images/socials/pinterest.png) no-repeat top center }
.st-social .RSS			{ background:url(../images/socials/rss.png) no-repeat top center }
.st-social .email		{ background:url(../images/socials/-.png) no-repeat top center }


/*=========================================================================
  Testimonials
//=======================================================================*/
.st-testimonial{
	margin-bottom: 20px; 
}
.st-slider .st-testimonial{
	margin-bottom:0;
}
.st-testimonial .testimonial-content{
	margin:0 1px;
	padding:20px;
	position:relative;	
	background:#f6f5f5;
	border:1px solid #E3E3E3;
}
.st-testimonial .testimonial-meta{
	padding-left:55px;
	font-size:11px;
	color:#666;
	position:relative;
	
}
.st-testimonial .testimonial-meta:before{
	content:url(../images/testimonial-arrow.png);
	position:absolute;
	top:-2px;
	left:30px;
}
.st-testimonial .testimonial-meta span:before{
	content:'/';
	margin-right:8px;
}
.st-testimonial .testimonial-meta strong, 
.st-testimonial .testimonial-meta span{ 
	margin-right:10px; 
}


/*=========================================================================
  Clients
//=======================================================================*/
.st-client{
}
.st-client li{
	float:left;
	display:block;
	margin: 0 10px 20px 0;
	width:176px;
	border:1px solid #ddd;
	line-height:70%;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.st-client li.last{
	margin-right:0;
}
.st-client li:hover{
	opacity:1;
	filter:alpha(opacity=100);
}


/*=========================================================================
  Google Maps
//=======================================================================*/
.st-gmap{
	margin-bottom:20px;
}


/*=========================================================================
  Contact Form
//=======================================================================*/
.st-contact-form{
	margin-bottom:20px;
}
.st-contact-form input.text_input{
	width:50%;
	margin-bottom:10px;
	padding:8px;
}


/*=========================================================================
  Contact Info
//=======================================================================*/
.st-contact{
	padding-left:25px;
}
.st-contact.address{
	background:url(../images/icons/pin.png) no-repeat left 3px; 
}
.st-contact.phone{ 
	background:url(../images/icons/phone.png) no-repeat left 3px; 
}
.st-contact.fax{ 
	background:url(../images/icons/fax.png) no-repeat left 3px; 
}
.st-contact.mail{ 
	background:url(../images/icons/mail.png) no-repeat left 3px; 
}
.st-contact.website{ 
	background:url(../images/icons/site-link.png) no-repeat left 3px; 
}
