/**
 * Shortcodes Ultimate stylesheet
*/

.su-error {
	color: #888;
}

/* Spacer */
.su-spacer {
	display: block;
	height: 0px;
	line-height: 0px;
	clear: both;
}


/* Heading */
.su-heading {
	margin: 0 0 2em 0;
	background: 0 100% url(../images/su_heading_bg.png) repeat-x;
	
}
.su-heading-shell {
	padding: 5px 0 10px 0;
	text-align: left !important;
	font-size: 28px;
}

/* Quote */
.su-quote {
	padding: 0px 0 0 30px;
	margin: 0 0 1.5em 0;
	line-height: 1.5;
}
.su-quote-shell {
	padding: 0 40px 1em 0;
	font-style: italic;
}
.su-quote-style-1 {
	padding-top:15px;
	background: 0 0 url(../images/quote.png) no-repeat;
	font-size: 16px;
	font-family: Georgia, Serif;
	color:#999;

}
.su-quote-style-1 .su-quote-shell {
	background: 100% 100% url(../images/quote-shell.png) no-repeat;
}

.su-quote-style-2 {
	background: 0 7px url(../images/quote.png) no-repeat;
	font-size: 16px;
	font-family: Georgia, Serif;
	color:#999;

}

.su-quote-style-3 {
	background: 0 48% url(../images/quote3.png) no-repeat;
	font-size: 15px;
	padding-top: 11px;
	padding-left: 70px;
	color:#999;

}

/* Pullquote */
.su-pullquote {
	font-size: 16px;
	font-family: Georgia, Serif;
	color:#999;
	padding: 10px 0 10px 25px;
	width: 30%;
	font-style: italic;
	margin: 1em;
	line-height: 1.6;
}
.su-pullquote-align-left {
	float: left;
}
.su-pullquote-align-right {
	float: right;
}
.su-pullquote-style-1 {
	border-left: 5px solid #bbb;
}

/* Frame */
.su-frame {
	border: 1px solid #d3d3d3;
	background:#f5f5f5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.su-frame-shell {
		padding:6px;
		border:1px solid #fff;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
}
.su-frame-align-left {
	float: left;
	margin: 0 1.5em 1em 0;
}
.su-frame-align-right {
	float: right;
	margin: 0 0 1em 1.5em;
}
.su-frame-align-center {
	margin: 0 auto 1.5em auto;
}
.su-frame-align-none {
	margin: 0 0 1.5em 0;
}
.su-frame img {
	display: block !important;
	float: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

/* Divider */
.su-divider-solid {
	clear: both;
	height: 0px;
	margin: 1.5em 0;
	border-top: 1px solid #ddd;
}
.su-divider-solid a {
	display: block;
	float: right;
	padding-left: 10px;
	margin-top: -1.2em;
	background: #fff;
	color: #777;
	font-size: 10px;
	text-decoration: none;
}
.su-divider-shadow {
	clear: both;
	height: 8px;
	margin: 1.5em 0;
	background: url(../images/shadow_divider.png) no-repeat;
	background-size: 100% 8px;

}
.su-divider-shadow a {
	display: block;
	float: right;
	padding-left: 10px;
	margin-top: -1em;
	background: #fff;
	color: #777;
	font-size: 10px;
	text-decoration: none;

}



/* Columns */
.su-column-1-2 { width: 48% }
.su-column-1-3 { width: 30.66% }
.su-column-2-3 { width: 65.33% }
.su-column-1-4 { width: 22% }
.su-column-3-4 { width: 74% }
.su-column-1-5 { width: 16.8% }
.su-column-2-5 { width: 37.6% }
.su-column-3-5 { width: 58.4% }
.su-column-4-5 { width: 67.2% }
.su-column-1-6 { width: 13.33% }
.su-column-5-6 { width: 82.67% }
.su-column-dropcap { width: 35px; }
.su-column-dropcap_txt { width: 90%;}

.su-column {
	position: relative;
	margin: 0 4% 1.5em 0;
	float: left;
}
.su-column-last {
	margin-right: 0 !important;
	clear: right;
}


/* Spoiler */
.su-spoiler {
	margin: 0 0 1.5em 0;
}
.su-spoiler-title {
	padding: 0.3em 0 0.3em 26px;
	font-weight: bold;
	background: 0 50% url(../images/spoiler-closed.png) no-repeat;
	cursor: pointer;
}
.su-spoiler-content {
	padding: 15px 0;
	display: none;
}
.su-spoiler-open .su-spoiler-title {
	background: 0 50% url(../images/spoiler-open.png) no-repeat;
}
.su-spoiler-open .su-spoiler-content {
	display: block;
}

/* Tabs */
.su-tabs { margin: 0 0 1.5em 0 }

.su-tabs-style-1 .su-tabs-nav {
	padding: 5px 0 0 0;
	margin: 0;
	height: 27px;
	color:#555;
}
.su-tabs-style-1 .su-tabs-nav span {
	display: block;
	float: left;
	padding: 0 20px;
	height: 27px;
	line-height: 27px;
	margin-right: 5px;
	cursor: pointer;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #e5e5e5;
	border:1px solid #e5e5e5;
	border-bottom:none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.su-tabs-style-1 .su-tabs-nav span:hover { background: #fff; }
.su-tabs-style-1 .su-tabs-nav span.su-tabs-current { background: #fff;}
.su-tabs-style-1 .su-tabs-pane {
	padding: 15px;
	border: 1px solid #e5e5e5;
	background: #fff;
	display:none;
	color:#555;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	border-radius: 5px;
	border-top-left-radius: 0;
}

.su-tabs-style-2 .su-tabs-nav {
	padding: 5px 0 0 0;
	margin: 0;
	height:27px;
	color:#eee;
}
.su-tabs-style-2 .su-tabs-nav span {
	display: block;
	float: left;
	padding: 0 20px;
	height: 27px;
	line-height: 27px;
	margin-right: 5px;
	cursor: pointer;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #333;
	border:1px solid #222;
	border-bottom:none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.su-tabs-style-2 .su-tabs-nav span:hover { background: #111; }
.su-tabs-style-2 .su-tabs-nav span.su-tabs-current {background: #111; }
.su-tabs-style-2 .su-tabs-pane {
	padding: 15px;
	background:#111;
	color:#eee;
	border: 1px solid #222;
	display:none;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	border-radius: 5px;
	border-top-left-radius: 0;
}

.su-tabs-style-3 {
	border:10px solid #f0f0f0;
	border-left:210px solid #f0f0f0;
	color:#555;
	background:#fff;
}
.su-tabs-style-3 .su-tabs-nav {
	width: 200px;
	margin-left:-200px;
	float: left;
}
.su-tabs-style-3 .su-tabs-nav span {
	display: block;
	padding: 5px 10px;
	cursor: pointer;
	background: #f0f0f0;

}
.su-tabs-style-3 .su-tabs-nav span:hover {
	background: #f7f7f7; 	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px; }
.su-tabs-style-3 .su-tabs-nav span.su-tabs-current { 
background: #fff; 
-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;}
.su-tabs-style-3 .su-tabs-pane {
	padding: 15px;
	float: none;
	background:#fff;
	display:none;
}

/* Lists */
.su-list ul {
	list-style-type: none !important;
	margin: 0 0 0.6em 0 !important;
	padding: 0 !important;
}
.su-list ul li {
	list-style-type: none !important;
	display: block !important;
	padding: 3px 0 3px 22px !important;
}
.su-list-style-star li { background: 0 5px url(../images/list-style-star.png) no-repeat !important }
.su-list-style-arrow li { background: 0 5px url(../images/list-style-arrow.png) no-repeat !important }
.su-list-style-check li { background: 0 5px url(../images/list-style-check.png) no-repeat !important }
.su-list-style-cross li { background: 0 5px url(../images/list-style-cross.png) no-repeat !important }
.su-list-style-thumbs li { background: 0 5px url(../images/list-style-thumbs.png) no-repeat !important }
.su-list-style-link li { background: 0 5px url(../images/list-style-link.png) no-repeat !important }
.su-list-style-gear li { background: 0 5px url(../images/list-style-gear.png) no-repeat !important }
.su-list-style-time li { background: 0 5px url(../images/list-style-time.png) no-repeat !important }
.su-list-style-note li { background: 0 5px url(../images/list-style-note.png) no-repeat !important }
.su-list-style-plus li { background: 0 5px url(../images/list-style-plus.png) no-repeat !important }
.su-list-style-guard li { background: 0 5px url(../images/list-style-guard.png) no-repeat !important }
.su-list-style-event li { background: 0 5px url(../images/list-style-event.png) no-repeat !important }
.su-list-style-idea li { background: 0 5px url(../images/list-style-idea.png) no-repeat !important }
.su-list-style-settings li { background: 0 5px url(../images/list-style-settings.png) no-repeat !important }
.su-list-style-twitter li { background: 0 5px url(../images/list-style-twitter.png) no-repeat !important }

.su-list-style-home li { background: 0 5px url(../images/list-style-home.png) no-repeat !important }
.su-list-style-user li { background: 0 5px url(../images/list-style-user.png) no-repeat !important }
.su-list-style-phone li { background: 0 5px url(../images/list-style-phone.png) no-repeat !important }
.su-list-style-skype li { background: 0 5px url(../images/list-style-skype.png) no-repeat !important }
.su-list-style-email li { background: 0 5px url(../images/list-style-email.png) no-repeat !important }

.su-list-style-white-bullet li { background: 0 5px url(../images/bullet-white-alt.png) no-repeat !important }
.su-list-style-orange-bullet li { background: 0 5px url(../images/bullet-orange-alt.png) no-repeat !important }
.su-list-style-green-bullet li { background: 0 5px url(../images/bullet-green-alt.png) no-repeat !important }
.su-list-style-yellow-bullet li { background: 0 5px url(../images/bullet-yellow-alt.png) no-repeat !important }
.su-list-style-blue-bullet li { background: 0 5px url(../images/bullet-blue-alt.png) no-repeat !important }
.su-list-style-red-bullet li { background: 0 5px url(../images/bullet-red-alt.png) no-repeat !important }
.su-list-style-black-bullet li { background: 0 5px url(../images/bullet-black-alt.png) no-repeat !important }

#footer-widget-area .su-list ul li {
	background-position: 0px 2px !important;
}

/* Pricing Box */
.su-pricing-box {
	margin-bottom:20px; padding:0 0 20px; text-align:left; line-height:1;
}

.su-pricing-box-bg {
	margin-bottom:20px; padding:15px 25px 20px 25px; text-align:center; line-height:1;
}

.su-pricing-title {
	font-size:20px; margin-left:-6px; line-height:1;
}

.su-pricing-line {
	height:1px;
	margin:12px -25px 0px;
}

.su-pricing-line-2 {
	height:1px;
	margin:0px -25px 10px;
}

.su-pricing-box .su-pricing-line-2 {
	height:1px;
	margin:0px 0px 10px;
}

.su-pricing-slug {
	line-height:2;
}


.su-pricing-currency {
}


.su-pricing-content {
	font-weight:bold;
	font-size:11px;
	padding-top:8px;
	text-align:left;
	line-height:1.7
}



/* Box */
.su-box {
	margin: 0 0 1.5em 0;
}
.su-box-title {
		display: block;
		padding: 5px 15px;
		margin: 0;
		color: #fff;
		font-size: 1.1em;
		font-weight: bold;
		background: left bottom url(../images/box-title.png) repeat-x;
}

.su-box-content {
		padding: 15px;
		
}

/* Note */
.su-note {
	margin: 0 0 1.5em 0;
	
}

.su-note-shell {
	padding: 10px;
}

.su-note-shell img{
	padding-right: 10px;
	vertical-align:middle
}

/* Call out */
.su-callout {
	padding:25px;
	margin: 0 0 1.5em 0;
	background: 0 100% url(../images/callout_bg.png) repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Dropcap */
.su-dropcap-black{
	font-size: 30px; color:#fff; float: left; margin:-5px 5px -5px 0px; padding:18px; line-height: 1; background: url(../images/dropcap1.png) no-repeat 50% 50%;text-shadow: #999 0px -1px -1px;
}

.su-dropcap-blue{
	font-size: 30px; color:#fff; float: left; margin:-5px 5px -5px 0px; padding:18px; line-height: 1; background: url(../images/dropcap2.png) no-repeat 50% 50%; text-shadow: #888 0px -1px -1px;
}

.su-dropcap-gray{
	font-size: 30px; color:#fff; float: left; margin:-5px 5px -5px 0px; padding:18px; line-height: 1; background: url(../images/dropcap6.png) no-repeat 50% 50%; text-shadow: #999 0px -1px -1px;
}

.su-dropcap-red{
	font-size: 30px; color:#fff; float: left; margin:-5px 5px -5px 0px; padding:18px; line-height: 1; background: url(../images/dropcap7.png) no-repeat 50% 50%;text-shadow: #999 0px -1px -1px;
}

.su-dropcap-yellow{
	font-size: 30px; color:#fff; float: left; margin:-5px 5px -5px 0px; padding:18px; line-height: 1; background: url(../images/dropcap3.png) no-repeat 50% 50%;text-shadow: #999 0px -1px -1px;
}

.su-dropcap-green{
	font-size: 30px; color:#fff; float: left; margin:-5px 5px -5px 0px; padding:18px; line-height: 1; background: url(../images/dropcap4.png) no-repeat 50% 50%;text-shadow: #999 0px -1px -1px;
}

.su-dropcap-orange {
	font-size: 30px; color:#fff; float: left; margin:-5px 5px -5px 0px; padding:18px; line-height: 1; background: url(../images/dropcap8.png) no-repeat 50% 50%; text-shadow: #999 0px -1px -1px;
}

.su-dropcap-pink-orange{
	font-size: 30px; color:#fff; float: left; margin:-5px 5px -5px 0px; padding:18px; line-height: 1; background: url(../images/dropcap5.png) no-repeat 50% 50%; text-shadow: #999 0px -1px -1px;
}

.su-dropcap-purple{
	font-size: 30px; color:#fff; float: left; margin:-5px 5px -5px 0px; padding:18px; line-height: 1; background: url(../images/dropcap9.png) no-repeat 50% 50%; text-shadow: #999 0px -1px -1px;
}







/* Private */
.su-private {
	margin: 0 0 1.5em 0;
}

/* Gmap */
.su-gmap {
	margin: 0 0 1.5em 0;
	border: none;
}

/* Highlight */
.su-highlight {
	display: inline;
	padding: 1px 0;
}

/* Button */
.su-button {
	display: inline-block;
	text-decoration: none !important;
}
.su-button span {
	display: block !important;
	text-decoration: none !important;
	
}

.su-button img {
	display: inline !important;
	padding: 0 !important;
}

.su-button-style-1 span {
	background: 0 -20px url(../images/button-style-1.png) repeat-x;

}
.su-button-style-1:hover span {
	background: 0 0 url(../images/button-style-1.png) repeat-x;
}

.su-button-style-2 span {
	background: 0 50% url(../images/button-style-2.png) repeat-x;
}
.su-button-style-2:hover span {
	background: 100% 50% url(../images/button-style-2.png) repeat-x;
}

.su-button-style-3 span {
	background: 0 50% url(../images/button-style-3.png) repeat-x;
}
.su-button-style-3:hover span {
	background: 0 90% url(../images/button-style-3.png) repeat-x;
}

.su-button-style-4 span {
	background: 0 0 url(../images/button-style-4.png) repeat;
}
.su-button-style-4:hover span {
	opacity:0.8;
}

/* Fancy link */

.su-fancy-link {
	display: inline-block;
	margin: 0 !important;
	text-decoration: none;
	font-size:11px !important;
}
.su-fancy-link span{
	padding-left: 5px;
	text-decoration: none;
}

.su-fancy-link:hover span {
	padding-left:10px;
}



/* Services */
.su-service {
	position: relative;
	margin: 0 0 1.5em 0;
}
.su-service-title {
	display: block;
	height: 16px;
	line-height: 16px;
	margin: 0 0 5px 0;
	color: #333;
	font-size: 18px;
}
.su-service-title img {
	position: absolute;
	top: 0;
	left: 0;
	display: block !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.su-service-content { line-height: 1.4 }

/* Media */
.su-media {
	margin: 0 0 1.5em 0;
}

/* Table */
.su-table {
	width: 100% !important;
	margin: 0 0 1.5em 0 !important;
	border-collapse: collapse !important;
	font-size: 1em !important;
	list-style:none !important;
}

.su-table ul {
margin:0 !important;
}

.su-table th {
	padding: 15px !important;
	font-size: 1em !important;
	font-weight: normal !important;
	color: #333 !important;

}
.su-table td {
	padding: 8px 15px !important;
}
.su-table .su-even td {}

.su-table-style-1 table {

}
.su-table-style-1 th {
	padding: 8px 15px!important;
	font-size: 1em !important;
	font-weight: normal !important;
	color: #333 !important;
	font-weight: bold !important;
	text-align:left !important;
	background: #f4f4f4 !important;


}
.su-table-style-1 td {
	border-bottom: 1px solid #eee !important;
	background: #fff !important;
}
.su-table-style-1 tr:hover td{
	background:  #f4f4f4 !important;
}

.su-table-style-1 .su-even td {

}

.su-table-style-2 table {
	border: 1px solid #eee !important;
	font-size:12px !important;
	color:#555 !important;
}
.su-table-style-2 th {
		border: 1px solid #dedede !important;
		background:#f6f5f5 !important;

}
.su-table-style-2 td {
	border: 1px solid #ededed !important;
	background: #fff !important;
	padding:5px 15px !important;
}
.su-table-style-2 .su-even td {
	background: #fff !important;
}

.su-table-style-2 tr:hover td{
	background:#f6f5f5 !important;
}


.su-table-style-3 table {
	border: none !important;
	color:#444 !important;

}
.su-table-style-3 th {
	border: none !important;
	border-bottom: 2px solid #666 !important;
	background: #fff !important;
	font-weight:bold !important; 
	text-align:left !important;

}
.su-table-style-3 td {
	background: #fff !important;
}
.su-table-style-3 .su-even td {
	background: #f4f4f4 !important;
}




/* Document */
.su-document {
	border: none !important;
}

/* Members */
.su-members {
	padding: 1em;
	text-align: center;
	margin-bottom: 1.5em;
	color: #000;
}
.su-members-style-1 {
	width:310px;
	padding-top:65px;
	margin:0 auto;
	background: url(../images/key.png) 0 0 no-repeat;
	background-position: center top;
}
.su-members-style-2 {
	border-top: 1px solid #8DC3EB;
	border-bottom: 1px solid #8DC3EB;
	background: #D9EEFF;
}
.su-members-style-3 {
	border-top: 1px solid #fc9;
	border-bottom: 1px solid #fc9;
	background: #feffad;
}

/* Tweets */
.su-tweets {
	margin: 0 0 1.5em 0;
}
.su-tweet {}
.su-tweet-time {
	display: block;
	margin-top: 0.3em;
	font-size: 0.9em;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.su-tweets-style-1 .su-tweet {
	margin: 0 0 0.7em 0;
	padding: 0 0 0.7em 30px;
	border-bottom: 1px dotted #ccc;
	background: 0 8px url(../images/twitter.png) no-repeat;
}
.su-tweets-style-1 .su-tweet-last {
	margin: 0;
	padding: 0 0 0.7em 30px;
	border-bottom: none;
}
.su-tweets-style-2 .su-tweet {
	margin: 0 0 0.7em 0;
	padding: 10px 10px 10px 52px;
	border: 1px solid #222;
	background: #333 10px 14px url(../images/twitter2.png) no-repeat;
	font-size: 14px;
	font-family: Georgia, Serif;
	color:#eee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: #111 0px -1px -1px;

}
.su-tweets-style-2 .su-tweet a {
	color: #fff;
}

.su-tweets-style-2 .su-tweet-time {
	font-size: 11px;
}


.su-tweets-style-3 .su-tweet {
	margin: 0 0 0.7em 0;
	padding: 10px 10px 10px 42px;
	background:10px 12px url(../images/tweet-3.png) no-repeat;
	font-size: 12px;
	font-family: Georgia, Serif;
	color:#a1a1a1;
}

.su-tweets-style-3 .su-tweet a {
	color: #777;
}

.su-tweets-style-3 .su-tweet-time {
display:none;
}


/* menu 1 */

#sitemap_menu-1, #sitemap_menu-1 ul, #sitemap_menu-1 li{
	margin:0;
	padding:0;
	list-style:none;
}

#sitemap_menu-1{background:url(../images/line1.png) repeat-y;}

#sitemap_menu-1 li{
	line-height:20px;
	margin-top:1px;
	position:relative;
	width:100%;	background:url(../images/line2.png) no-repeat 0 0;

}


#sitemap_menu-1 li a{padding-left:28px;}

#sitemap_menu-1 li ul{	
	margin-left:28px;
	background:url(../images/line1.png) repeat-y;
}
#sitemap_menu-1 li li{	
	background:url(../images/line2.png) no-repeat 0 0;
}

#sitemap_menu-1:after, #sitemap_menu-1 ul:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#sitemap_menu-1, #sitemap_menu-1 ul{display:block;}
#sitemap_menu-1, #sitemap_menu-1 ul{min-height:1%;}
* html #sitemap_menu-1, * html #sitemap_menu-1 ul{height:1%;}


#sitemap_menu-1{background:url(../images/line1.png) repeat-y;}

#sitemap_menu-1 li{
	line-height:20px;
	margin-top:1px;
	position:relative;
	width:100%;	background:url(../images/line2.png) no-repeat 0 0;

}

/* menu 2 */
ul#sitemap_menu-2 { list-style:none; padding:0; margin:0;}
ul#sitemap_menu-2 li a{padding-left:25px; background:url('../../../images/active.png') no-repeat 2px 50%;}
ul#sitemap_menu-2 li a:hover{background:url('../../../images/active.png') no-repeat 7px 50%;}
ul#sitemap_menu-2 ul{ list-style:none; padding:0 0 0 20px; margin:0;}



/* sibling - site map */
.su-siblings .su-siblings ul, .su-siblings li{
	margin:0;
	padding:0;
	list-style:none;
}

.su-siblings{background:url(../images/line1.png) repeat-y; margin-left:0;}

.su-siblings li, .widget-area .su-siblings li{
	line-height:20px;
	margin-top:1px;
	position:relative;
	width:100%;
	background:url(../images/line2.png) no-repeat 0 0;
}

.widget-area .su-siblings li{
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	}


.su-siblings li a{padding-left:28px;}

.su-siblings li ul{	
	margin-left:28px;
	background:url(../images/line1.png) repeat-y;
}
.su-siblings li li{	
	background:url(../images/line2.png) no-repeat 0 0;
}

.su-siblings:after, .su-siblings ul:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.su-siblings .su-siblings ul{display:block;}
.su-siblings .su-siblings ul{min-height:1%;}
* html .su-siblings, * html .su-siblings ul{height:1%;}

/* subpages */

ul.su-subpages { list-style:none; padding:0; margin:0;}
ul.su-subpages li a{padding-left:25px; background:url('../../../images/active.png') no-repeat 2px 50%;}
ul.su-subpages li a:hover{background:url('../../../images/active.png') no-repeat 7px 50%;}
ul.su-subpages ul{ list-style:none; padding:0 0 0 20px; margin:0;}

.su_au_pos{font-size:10px; color:#666; margin: 5px 0 10px 170px; padding-bottom:2px; border-bottom: 1px solid #ddd;}
.su_au_dec{margin-bottom:5px; margin-left: 170px; }
.su_au_name{font-size:18px; line-height:0; margin-left: 170px;}

.widget-area ul.su-subpages li ul{padding-left:20px;}
.widget-area ul.su-subpages li ul li{background:none; padding-bottom:0px}
.widget-area ul.su-subpages li ul{background: url('../../../images/widget_divider.png') 0 4px no-repeat; padding-top:5px;}



/* blog posts */
.su-posts-1 h2{line-height:1; margin-bottom:15px; font-weight:bold; text-align:center;}
.su-posts-1 .entry-utility {text-align:center;  clear: both; font-size: 10px; line-height: 18px; font-weight:bold; margin:5px 0 20px 0; } 
.su-posts-1 .entry-utility a{color:#000; font-weight:bold; text-decoration:none;}
.su-posts-1 .entry-utility a:hover{text-decoration:underline;}
.su-posts-1 .entry-utility img {vertical-align: -25%; margin-right:2px;}

.su-posts-2 h2{text-align:left; line-height:1; margin-bottom:15px; font-weight:bold; }
.su-posts-2 .entry-utility {text-align:left;  clear: both; font-size: 10px; line-height: 18px; font-weight:bold; margin:5px 0 20px 0; } 
.su-posts-2 .entry-utility a{color:#000; font-weight:bold; text-decoration:none;}
.su-posts-2 .entry-utility a:hover{text-decoration:underline;}
.su-posts-2 .entry-utility img {vertical-align: -25%; margin-right:2px;}

.su-posts-bg  {padding:15px 20px; margin-bottom:15px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}



/* pricing tables --------------------------------------------------------------------------------- */

.pricing_table {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #313131;
	width:880px;
}
.pricing_table ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.pricing_table ul li {
	margin: 0px;
	width: 100%;
	height: 100%;
	height: 26px;
	padding-top: 10px;
	float: left;
	text-shadow: 1px 1px 0px #ffffff;
	text-align: center;
	padding-left: 0px;
}

/* 02 HEADERS  */

/* 1. Common styling */

.pricing_table li.pricing_header1 {
	height:36px;
	font-size: 18px;
	line-height:24px;
	color:#ffffff;
	text-shadow: 1px 1px 1px #000000;
	/* Rounded Corners */
	-webkit-border-radius:9px 9px 0 0;
	-khtml-border-radius:9px 9px 0 0;
	-moz-border-radius:9px 9px 0 0;
	border-radius:9px 9px 0 0;
	/* Gradient */
	background-image: -moz-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.3));
	background-image: -webkit-linear-gradient-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3)));
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3));
	background-image: -ms-linear-gradient(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3));
	background-image: no-repeat;

}
.pricing_table li.pricing_header2 {
	height:60px;
	font-size: 30px;
	font-weight:bold;
	line-height:50px;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #ffffff;
	text-shadow: 1px 1px 1px #ffffff;
	/* Gradient */
	background-color:#efefef;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #EBEBEB));
	background-image: -webkit-linear-gradient(#F3F3F3 0%, #EBEBEB 100%);
	background-image: -moz-linear-gradient(#F3F3F3 0%, #EBEBEB 100%);
	background-image: -o-linear-gradient(#F3F3F3 0%, #EBEBEB 100%);
	background-image: -ms-linear-gradient(#F3F3F3 0%, #EBEBEB 100%);
	background-image: linear-gradient(#F3F3F3 0%, #EBEBEB 100%);
}
.pricing_table li.pricing_header2 span {
	font-size: 10px;
	line-height:40px;
}

/* 2. First column specific styling */

.pricing_table .pricing_column_first li.pricing_header1 {
	background:none;
}
.pricing_table .pricing_column_first li.pricing_header2 {
	background-color:#efefef;
	border-bottom:1px solid #cccccc;
	/* Rounded Corners */
	-webkit-border-radius:9px 9px 0 0;
	-khtml-border-radius:9px 9px 0 0;
	-moz-border-radius:9px 9px 0 0;
	border-radius:9px 9px 0 0;
}
.pricing_table .pricing_column_first li.pricing_header2 span {
	font-size:18px;
	font-weight:bold;
	line-height:56px;
	padding-left:10px;
}



/* 03 COLUMNS STYLING  */

/* 1. Common columns styling */

.pricing_table .pricing_column_first,
.pricing_table .pricing_column {
	height: 100%;
	float: left;
	margin-right:1px;
	position:relative;
}
.pricing_table .pricing_column_first {
	*z-index:2;
}
.pricing_table .pricing_hover_area:hover .pricing_column {
	-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=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.pricing_table .pricing_hover_area .pricing_column:hover {
	-webkit-transform:scaleY(1.02);
	-moz-transform:scaleY(1.02);
	-o-transform:scaleY(1.02);
	-ms-transform:scaleY(1.02);
	transform:scaleY(1.02);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.pricing_table .pricing_column_first li {
	text-align: left;
}
.pricing_table .pricing_column_first li span {
	padding-left:10px;
}

/* 2. Columns sizes */

.pricing_six .pricing_column,
.pricing_six .pricing_column_first { /* 6 columns */
	width: 145px;
}
.pricing_five .pricing_column,
.pricing_five .pricing_column_first { /* 5 columns */
	width: 175px;
}
.pricing_four .pricing_column,
.pricing_four .pricing_column_first { /* 4 columns */
	width: 219px;
}
.pricing_three .pricing_column,
.pricing_three .pricing_column_first { /* 3 columns */
	width: 319px;
}

/* 3. Small screens styling */

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

	.pricing_table {
	width:100%;
		font-size:11px;
	}
	.pricing_table .pricing_column_first, 
	.pricing_table .pricing_column {
		margin-right:0;
	}
	.pricing_six .pricing_column,
	.pricing_six .pricing_column_first { /* 6 columns */
	width: 16.66%;
	}
	.pricing_five .pricing_column,
	.pricing_five .pricing_column_first { /* 5 columns */
	width: 19.99%;
	}
	.pricing_four .pricing_column,
	.pricing_four .pricing_column_first { /* 4 columns */
	width: 24.99%;
	}
	.pricing_three .pricing_column,
	.pricing_three .pricing_column_first { /* 3 columns */
	width: 33.33%;
	}
	.pricing_table li.pricing_header1 {
		font-size: 16px;
		font-weight:bold;
	}
	.pricing_table li.pricing_header2 {
		font-size: 24px;
	}
	.pricing_table li.pricing_header2 span {
		font-size: 9px;
	}
	.pricing_table .pricing_column_first li.pricing_header2 span {
		font-size:14px;
	}
	
}

@media handheld, only screen and (max-width: 767px) {

	.pricing_table {
	width:720px;
		font-size:10px;
	}
	.pricing_table li.pricing_header1 {
		font-size: 14px;
	}
	.pricing_table li.pricing_header2 {
		font-size: 22px;
	}
	.pricing_table li.pricing_header2 span {
		font-size: 9px;
	}
	.pricing_table .pricing_column_first li.pricing_header2 span {
		font-size:12px;
	}

}

/* 4. Rows styling */

.pricing_table .odd {
	background-color: #f6f6f6;
	border-bottom:1px solid #cccccc;
}
.pricing_table .even {
	background-color: #efefef;
	border-bottom:1px solid #cccccc;
}


/* 5. Table icons */

.pricing_table .pricing_yes,
.pricing_table .pricing_no {
height:20px;
width:100%;
float:left;
}
.pricing_table .pricing_yes {
background:url("../images/list-style-check.png") center top no-repeat; 

}
.pricing_table .pricing_no {
background:url("../images/list-style-cross.png") center top no-repeat; 
}



/* 6. Columns footer */
.pricing_table .pricing_footer {
	width: 100%;
	height: 40px;
	padding-top: 14px;
	padding-bottom: 6px;
	float: left;
	border-top: 1px solid #f9f9f9;
	border-bottom: 2px solid #323232;
	background-color: #e2e2e2;
}

/* 7. Buttons */
.pricing_table a.pricing_button {
	width: 100px;
	height: 21px;
	padding: 4px 0px 3px 0px ;
	display: block;
	text-align: center;
	text-decoration:none;
	font-weight: bold;
	margin: 0 auto;
	color: #ffffff;
	font-size: 12px;
	text-shadow: 1px 1px 1px #000;
	text-decoration: none;
	font-weight: bold;
	/* Gradient */
	background-image: -moz-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.3));
	background-image: -webkit-linear-gradient-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3)));
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3));
	background-image: -ms-linear-gradient(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3));
	background-image: no-repeat;
	border: 1px solid rgba(0,0,0,0.5);
	/* Button shadow */
	-webkit-box-shadow:0px 1px 0px rgba(000,000,000,0.8), inset 0px 1px 1px rgba(255,255,255,0.3);
	-moz-box-shadow:0px 1px 0px rgba(000,000,000,0.8), inset 0px 1px 1px rgba(255,255,255,0.3);
	box-shadow:0px 1px 0px rgba(000,000,000,0.8), inset 0px 1px 1px rgba(255,255,255,0.3);

}
.pricing_table a.pricing_button:hover {
	background-image: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.2));
	background-image: -webkit-linear-gradient-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2));
	background-image: -ms-linear-gradient(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2));
	background-image: no-repeat;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.pricing_table a.pricing_button:active {
	background-image: -moz-linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0));
	background-image: -webkit-linear-gradient-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0,2)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0));
	background-image: no-repeat;
	border: 1px solid rgba(0, 0, 0, 0.2);
}


/* 04 TOOLTIPS  */

.pricing_table a.tooltip {
	position:relative;
	z-index:24;
	color: #313131;
	text-decoration:none;
	background:url("../images/help.png") 97% center no-repeat;
	padding-left:10px;
	padding-right:23px;
}

.pricing_table a.tooltip:hover {
	z-index:25;
display:inline;
}
.pricing_table a.tooltip span {
	position:absolute;
	width: 220px;
	left: 10px;
	top: 25px;
	text-align:left;
	color: #ffffff;
	font-size:11px;
	line-height:16px;
	background: rgba(0,0,0,0.9);
	background: #000000;
	border: 1px solid #000000;
	text-shadow:none;
	padding: 7px 10px 7px 10px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	display:block;
	/* Hiding the tooltip */
	visibility:hidden;
	opacity: 0;
	/* Removing transition when the mouse leaves the tooltip - Fixing a display issue */
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	-ms-transition: all 0s ease;
	transition: all 0s ease;
}
.pricing_table a.tooltip:hover span {
	/* CSS3 Transition */
	-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;
	/* Showing the tooltip */
	visibility:visible;
	opacity: 1;
}



/* 05 COLORS  */

.pricing_table .gradient_blue a.pricing_button,
.pricing_table .gradient_blue li.pricing_header1 {
	background-color: #389DAD;
}
.pricing_table .gradient_green a.pricing_button,
.pricing_table .gradient_green li.pricing_header1 {
	background-color: #659B2C;
}
.pricing_table .gradient_yellow a.pricing_button,
.pricing_table .gradient_yellow li.pricing_header1 {
	background-color: #F4BA00;
}
.pricing_table .gradient_orange a.pricing_button,
.pricing_table .gradient_orange li.pricing_header1 {
	background-color: #E47417;
}
.pricing_table .gradient_red a.pricing_button,
.pricing_table .gradient_red li.pricing_header1 {
	background-color: #B04444;
}
.pricing_table .gradient_black a.pricing_button,
.pricing_table .gradient_black li.pricing_header1 {
	background-color: #212121;
}

/* 06 DARK TABLE  */

.pricing_dark_style {
	color: #fefefe;
	background-color:#000000;
}
.pricing_dark_style ul li {
	text-shadow: 1px 1px 1px #000000;
}
.pricing_dark_style li.pricing_header1 {
color:#ffffff;
	text-shadow: 1px 1px 1px #000000;
}
.pricing_dark_style li.pricing_header2 {
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	text-shadow: 1px 1px 1px #000000;
	/* Gradient */
	background-color:#121212;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #121212));
	background-image: -webkit-linear-gradient(#181818 0%, #121212 100%);
	background-image: -moz-linear-gradient(#181818 0%, #121212 100%);
	background-image: -o-linear-gradient(#181818 0%, #121212 100%);
	background-image: -ms-linear-gradient(#181818 0%, #121212 100%);
	background-image: linear-gradient(#181818 0%, #121212 100%);
}
.pricing_dark_style .pricing_column_first li.pricing_header2 {
	background-color:#121212;
	border-bottom:1px solid #000000;
}
.pricing_dark_style .odd {
	background-color: #181818;
	border-bottom:1px solid #000000;
}
.pricing_dark_style .even {
	background-color: #121212;
	border-bottom:1px solid #000000;
}
.pricing_dark_style .pricing_footer {
	border-top: 1px solid #090909;
	border-bottom: 2px solid #000000;
	background-color: #121212;
}
.pricing_dark_style a.tooltip {
	color: #fefefe;
}

