/**
 * Shortcodes Ultimate stylesheet
*/

.su-error {
	color: #f03;
}

/* Spacer */
.su-spacer {
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
}
.su-spacer-5 { height: 5px }
.su-spacer-10 { height: 10px }
.su-spacer-20 { height: 20px }
.su-spacer-30 { height: 30px }
.su-spacer-40 { height: 40px }

/* Heading */
.su-heading {
	margin: 0 0 1.5em 0;
	padding: 2px 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.su-heading-shell {
	padding: 20px 0;
	text-align: center;
	border-top: 4px solid #eee;
	border-bottom: 4px solid #eee;
	font-size: 1.5em;
}
.su-heading.su-heading-style-2 {
	background: url("../../../../images/separating-lines.gif") no-repeat scroll center center transparent;
    margin: 0 0 15px;
    text-align: center;
	border:0;
}
.su-heading.su-heading-style-2 .su-heading-shell { border:0;}


/* Quote */
.su-quote {
	padding: 1em 0 0 40px;
	margin: 0 0 1.5em 0;
}
.su-quote-shell {
	padding: 0 40px 1em 0;
	font-style: italic;
}
.su-quote-style-1 {
	background: 0 0 url(../images/quote.png) no-repeat;
}
.su-quote-style-2 {
	background: 0 10px url(../../../../images/quote-style2.png) no-repeat;
}
.su-quote-style-3 {
	background: #fff 20px 15px url(../../../../images/quote-style2.png) no-repeat;
	border: 1px solid rgba(0, 0, 0, 0.08);
}
.su-quote.su-quote-style-3 {padding: 1em 0 0 60px;}
.su-quote-style-1 .su-quote-shell {
	background: 100% 100% url(../images/quote-shell.png) no-repeat;
}

/* Pullquote */
.su-pullquote {
	padding: 10px 25px;
	width: 30%;
	font-size: 16px;
	font-style: italic;
	margin: 1em;
}
.su-pullquote-align-left {
	float: left;
}
.su-pullquote-align-right {
	float: right;
}
.su-pullquote-style-1 {
	border-left: 5px solid #ddd;
}

/* Frame */
.su-frame {
	padding: 2px;
	border: 1px solid #999;
	background: #fff;
	box-shadow: 1px 1px 4px #ccc;
	-moz-box-shadow: 1px 1px 4px #ccc;
	-webkit-box-shadow: 1px 1px 4px #ccc;
}
.su-frame-shell {
	padding: 2px;
	border: 4px solid #eee;
}
.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 {
	display:block;
	width:100%;
	height:2px;
	margin:30px 0;
	clear:both;
	position:relative;
	background: url("../../../../images/line.gif") repeat-x scroll left bottom transparent;
}
.su-divider.top { margin:40px 0;}
.su-divider.top a	{ 
	font-size: 0.625em;
    padding: 0 0 0 18px;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
    top: -25px;
}

/* 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 {
	position: relative;
	margin: 0 4% 1.5em 0;
	float: left;
}
.su-column-last {
	margin-right: 0 !important;
	clear: right;
}

/* Spoiler and Accordion */
.su-accordion {border: 1px solid rgba(0, 0, 0, 0.08); margin-bottom:20px;}
.su-accordion .su-spoiler-style-1 { margin:0; border:0;}
.su-spoiler-style-1 { 
	margin: 0 0 1.5em 0;
	background:#fff;
	background:rgba(255,255,255,0.05);
	border: 1px solid rgba(0, 0, 0, 0.08);
 
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05); 
	-moz-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05); 
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05);
}
.su-spoiler-style-1 > .su-spoiler-title {
	padding: 15px;
	font-weight: bold;
	background: 0 50% url(../images/spoiler-open.png) no-repeat;
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 0%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 0%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 0%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(top,  #fafafa 0%,#f7f7f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05); 
	-moz-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05); 
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	cursor: pointer;
}
.su-spoiler-style-1.su-spoiler-open > .su-spoiler-title {
	background: 0 50% url(../images/spoiler-open.png) no-repeat;
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 0%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 0%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 0%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(top,  #fafafa 0%,#f7f7f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05); 
	-moz-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05); 
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05);
}
.su-spoiler-style-1 .su-spoiler-content {
	padding: 15px;
	display: none;
}
.su-spoiler-style-1 .su-spoiler-style-1 {
	margin: 1em;
}

.su-spoiler-style-2 {
	margin-bottom: 1em;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.su-spoiler-style-2 > .su-spoiler-title {
	padding: 10px 10px 10px 40px;
	background: #f0f0f0 12px 8px url(../images/spoiler-style-2.png) no-repeat;
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #000;
	cursor: pointer;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.su-spoiler-style-2.su-spoiler-open > .su-spoiler-title {
	border-bottom: 1px solid #ccc;
	background: #f0f0f0 12px -92px url(../images/spoiler-style-2.png) no-repeat;
}
.su-spoiler-style-2 .su-spoiler-content {
	padding: 1em;
	display: none;
}

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

.su-tabs-style-1 .su-tabs-nav {
	margin: 0;
	height: 40px;
	padding-left:5px;
}
.su-tabs-style-1 .su-tabs-nav span {
	display: block;
	cursor:pointer;
	float: left;
	color:#E30613;
	
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 0%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 0%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 0%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(top,  #fafafa 0%,#f7f7f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
	border:1px solid rgba(0,0,0,0.1); 
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05); 
	-moz-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05); 
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05);
	
	text-decoration:none;
	padding:15px 20px;
	margin: 0 0 0 -5px;
}
.su-tabs-style-1 .su-tabs-nav span:hover,
.su-tabs-style-1 .su-tabs-nav span.su-tabs-current { 
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #eee 0%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eee 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eee 0%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eee 0%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(top,  #eee 0%,#f7f7f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
}
.su-tabs-style-1 .su-tabs-pane {
	background:#fff;
	background:rgba(255,255,255,0.5);
	border:1px solid rgba(0,0,0,0.08); 
	 
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05); 
	-moz-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05); 
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05);
	padding:15px;
	margin-top:15px;
}

.su-tabs-style-2 .su-tabs-nav {
	padding: 5px 5px 0 5px;
	margin: 0;
	height: 40px;
	background: #ccc;
}
.su-tabs-style-2 .su-tabs-nav span {
	display: block;
	float: left;
	padding: 0 20px;
	height: 39px;
	line-height: 39px;
	margin-right: 5px;
	cursor: pointer;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #f1f1f1;
}
.su-tabs-style-2 .su-tabs-nav span:hover { background: #fff }
.su-tabs-style-2 .su-tabs-nav span.su-tabs-current { background: #fff }
.su-tabs-style-2 .su-tabs-pane {
	padding: 15px;
	border-right: 5px solid #ccc;
	border-bottom: 5px solid #ccc;
	border-left: 5px solid #ccc;
	background:#fff;
}

.su-tabs-style-3 {
	background: #fff;
	border: 5px solid #ddd;
}
.su-tabs-style-3 .su-tabs-nav {
	width: 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 }
.su-tabs-style-3 .su-tabs-nav span.su-tabs-current { background: #fff }
.su-tabs-style-3 .su-tabs-pane {
	padding: 15px;
	float: none;
	margin-left: 200px;
}

/*====================================
Lists
=====================================*/
.su-list-style-link ul,.su-list-style-mail ul, .su-list-style-alert ul, .su-list-style-tag ul, .su-list-style-locked ul, .su-list-style-denied ul, .su-list-style-comment ul, .su-list-style-sound ul, .su-list-style-user ul, .su-list-style-option ul, .su-list-style-bended-arrow ul, .su-list-style-clock ul, .su-list-style-paperclip ul, .su-list-style-download ul{
	margin:0;
	padding:0;
	list-style-type:none;
	color:#999;
}

.su-list-style-link li {
	background:url(../../../../images/lists-icn/link.png) left 12px no-repeat;
	padding:8px 0 8px 30px;
}
.su-list-style-mail li {
	background:url(../../../../images/lists-icn/email.png) left 14px no-repeat;
	padding:8px 0 8px 30px;
}
.su-list-style-alert li {
	background:url(../../../../images/lists-icn/alert.png) left 13px no-repeat;
	padding:8px 0 8px 30px;
}
.su-list-style-tag li {
	background:url(../../../../images/lists-icn/tag.png) left 13px no-repeat;
	padding:8px 0 8px 30px;
}
.su-list-style-locked li {
	background:url(../../../../images/lists-icn/lock.png) left 12px no-repeat;
	padding:8px 0 8px 30px;
}
.su-list-style-denied li {
	background:url(../../../../images/lists-icn/denied.png) left 12px no-repeat;
	padding:8px 0 8px 30px;
}
.su-list-style-option li {
	background:url(../../../../images/lists-icn/option.png) left 12px no-repeat;
	padding:8px 0 8px 30px;
}
.su-list-style-comment li {
	background:url(../../../../images/lists-icn/comment.png) left 14px no-repeat;
	padding:8px 0 8px 30px;
}
.su-list-style-sound li {
	background:url(../../../../images/lists-icn/sound.png) left 14px no-repeat;
	padding:8px 0 8px 30px;
}
.su-list-style-user li {
	background:url(../../../../images/lists-icn/user.png) left 14px no-repeat;
	padding:8px 0 8px 30px;
}
.su-list-style-bended-arrow li {
	background:url(../../../../images/lists-icn/bended-arrow.png) left 14px no-repeat;
	padding:8px 0 8px 30px;
}
.su-list-style-clock li {
	background:url(../../../../images/lists-icn/clock.png) left 14px no-repeat;
	padding:8px 0 8px 30px;
}
.su-list-style-paperclip li {
	background:url(../../../../images/lists-icn/paperclip.png) left 14px no-repeat;
	padding:8px 0 8px 30px;
}
.su-list-style-download li {
	background:url(../../../../images/lists-icn/download.png) left 14px no-repeat;
	padding:8px 0 8px 30px;
}

/* Box */
.su-box {
	margin: 0 0 1.5em 0;
	background:#fff;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	border:1px solid #d1d1d1;
	border-bottom: 5px solid #d1d1d1;
	-webkit-box-shadow:0 2px 4px rgba(0,0,0, 0.1), 0 1px 1px rgba(0,0,0, 0.1);
    -moz-box-shadow:0 2px 4px rgba(0,0,0, 0.1), 0 1px 1px rgba(0,0,0, 0.1);
    box-shadow: 0 2px 4px rgba(0,0,0, 0.1), 0 1px 1px rgba(0,0,0, 0.1);
}
.su-box-title {
	display: block;
	padding: 10px 15px;
	margin: 0;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	background: left bottom url(../images/box-title.png) repeat-x;
	
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
.su-box-content {
	background: #fff;
	padding: 15px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

/* Note */
.su-note {
	margin: 0 0 1.5em 0;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	
}
.su-note-shell {
	padding: 15px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

/* 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;
	border: 1px solid rgba(255, 255, 255, 0.8);
}

/* Label */
.su-label {
	display: inline-block;
	margin-right: 0.5em;
	padding: 0.5em 1em;
	font-size: 0.8em;
	height: 0.8em;
	font-weight:bold;
	line-height: 0.8em;
	text-transform: uppercase;
	color: #fff;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	
	text-shadow:none;
}
.su-label-style-default { background: #999 }
.su-label-style-success { background: #090 }
.su-label-style-warning { background: #f90 }
.su-label-style-important { background: #f03 }
.su-label-style-info { background: #09c }

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

.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) no-repeat }
.su-button-style-3:hover span { background: -710px 50% url(../images/button-style-3.png) no-repeat }

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

.su-button-style-5 span {
	margin: 1px;
	border: 1px dashed #fff !important;
}
.su-button-style-5:hover span {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

/* Fancy link */

.su-fancy-link {
	display: inline-block;
	padding: 0 10px 0 0;
	height: 1em !important;
	line-height: 1em !important;
	margin: 0 !important;
	text-decoration: none;
}
.su-fancy-link:hover {
	padding: 0 14px 0 0;
	text-decoration: none;
}
.su-fancy-link-white {
	color: #fff !important;
	background: 100% 100% url(../images/fancy-link-white.png) no-repeat;
}
.su-fancy-link-black {
	color: #000 !important;
	background: 100% 100% url(../images/fancy-link-black.png) no-repeat;
}

/* 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: 1.2em;
	font-weight: bold;
}
.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;
}
.su-table th {
	text-align: center !important;
	padding: 10px !important;
	font-size: 1em !important;
	font-weight: normal !important;
	color: #333 !important;
}
.su-table td {
	padding: 10px 15px !important;
}
.su-table .su-even td {}

.su-table-style-1 table {
	border: 1px solid #ccc !important;
}
.su-table-style-1 th {
	border: 1px solid #ccc !important;
	background: #f0f0f0 !important;
}
.su-table-style-1 td {
	border: 1px solid #ccc !important;
	background: #fff !important;
}
.su-table-style-1 .su-even td {
	background: #f7f7f7 !important;
}

.su-table-style-2 table {
	border: none !important;
}
.su-table-style-2 th {
	border: none !important;
	background: #f0f0f0 !important;
}
.su-table-style-2 td {
	border: none !important;
	background: #fff !important;
}
.su-table-style-2 .su-even td {
	background: #f7f7f7 !important;
}

.su-table-style-3 table {
	border: none !important;
}
.su-table-style-3 th {
	border: none !important;
	border-bottom: 2px solid #666 !important;
	background: #fff !important;
}
.su-table-style-3 td {
	border: none !important;
	background: #fff !important;
}
.su-table-style-3 .su-even td {
	background: #fff !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 {
	border-top: 1px solid #fc9;
	border-bottom: 1px solid #fc9;
	background: #ffc;
}
.su-members-style-2 {
	border-top: 1px solid #8DC3EB;
	border-bottom: 1px solid #8DC3EB;
	background: #D9EEFF;
}

/* Guests */
.su-guests {
	margin-bottom: 1.5em;
}

/* 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 2px url(../images/tweet-style-1.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: 0.7em 0.7em 0.7em 34px;
	border: 1px solid #555;
	background: #333 0.4em 0.8em url(../images/tweet-style-2.png) no-repeat;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.su-tweets-style-2 .su-tweet:hover {
	background: #444 0.4em 0.8em url(../images/tweet-style-2.png) no-repeat;
}
.su-tweets-style-2 .su-tweet a {
	color: #fff;
}

/* Custom gallery */
.su-custom-gallery-style-1 {
	margin: 0 0 1.5em 0;
}
.su-custom-gallery-style-1 a {
	float: left;
	display: block;
	margin: 0 1em 1em 0;
	padding: 0;
}
.su-custom-gallery-style-1 img {
	display: block;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	border:1px solid #d1d1d1;
	border-bottom: 5px solid #d1d1d1;
}

/* Pricing & plan */
.su-pricing {
	margin: 0 0 1.5em 0;
}
.su-plan {
	float: left;
}

.su-pricing-style-1 {
	text-align: center;
}
.su-pricing-style-1 ul {
	margin: 0;
	padding: 0;
}
.su-pricing-style-1 li {
	list-style-type: none;
	display: block;
}

/* Dropcap */
.su-dropcap {
	float: left;
	display: inline-block;
	width: 2em;
	height: 2em;
	margin: 0.2em 0.5em 0.2em 0;
	line-height: 2em;
	text-align: center;
	overflow: hidden;
	text-transform: uppercase;
}

.su-dropcap-style-1 {
	background: #333 0 -20px url(../images/dropcap-style-1.png) repeat-x;
	color: #f0f0f0;
	text-shadow: -1px -1px 0 #000;
	-moz-text-shadow: -1px -1px 0 #000;
	-webkit-text-shadow: -1px -1px 0 #000;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
}
.su-dropcap-style-2 {
	background: #ccc 0 -20px url(../images/dropcap-style-2.png) repeat-x;
	color: #000;
	text-shadow: 1px 1px 0 #eee;
	-moz-text-shadow: 1px 1px 0 #eee;
	-webkit-text-shadow: 1px 1px 0 #eee;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
}
.su-dropcap-style-3 {
	background: url(../images/dropcap-style-3.png);
	color: #fff;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	text-shadow: -1px -1px 0 #aaa;
	-moz-text-shadow: -1px -1px 0 #aaa;
	-webkit-text-shadow: -1px -1px 0 #aaa;
}

/*
Classic buttons
*/

a.styled-button{
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2); 
}

a.styled-button:hover {	text-decoration: none;}
a.styled-button:active {position: relative;	top: 1px;} 

/* color styles
---------------------------------------------- */
/* black */
a.styled-button.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top, #666, #000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
a.styled-button.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top, #444, #000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
a.styled-button.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top, #000, #444);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}
/* gray */
a.styled-button.grey {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top, #888, #575757);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
a.styled-button.grey:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top, #757575, #4b4b4b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
a.styled-button.grey:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top, #575757, #888);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}
/* white */
a.styled-button.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top, #fff, #ededed);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
a.styled-button.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top, #fff, #dcdcdc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
a.styled-button.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top, #ededed, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
/* orange */
a.styled-button.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top, #faa51a, #f47a20);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
a.styled-button.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top, #f88e11, #f06015);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
a.styled-button.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top, #f47a20, #faa51a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
/* red */
a.styled-button.red {
	color: #fff !important;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top, #ed1c24, #aa1317);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
a.styled-button.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top, #c9151b, #a11115);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
a.styled-button.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top, #aa1317, #ed1c24);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}
/* blue */
a.styled-button.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top, #00adee, #0078a5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
a.styled-button.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top, #0095cc, #00678e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
a.styled-button.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top, #0078a5, #00adee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
/* rosy */
a.styled-button.rosy {
	color: #fae7e9;
	border: solid 1px #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top, #f16c7c, #bf404f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
a.styled-button.rosy:hover {
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top, #cf5d6a, #a53845);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
a.styled-button.rosy:active {
	color: #dca4ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top, #bf404f, #f16c7c);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}
/* green */
a.styled-button.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top, #7db72f, #4e7d0e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
a.styled-button.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top, #6b9d28, #436b0c);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
a.styled-button.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top, #4e7d0e, #7db72f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}
/* pink */
a.styled-button.pink {
	color: #feeef5;
	border: solid 1px #d2729e;
	background: #f895c2;
	background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
	background: -moz-linear-gradient(top, #feb1d3, #f171ab);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
a.styled-button.pink:hover {
	background: #d57ea5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
	background: -moz-linear-gradient(top, #f4aacb, #e86ca4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}
a.styled-button.pink:active {
	color: #f3c3d9;
	background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
	background: -moz-linear-gradient(top, #f171ab, #feb1d3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
} 

/* Ampersand */
.amp {
	font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
	font-weight: normal;
	font-size:24px;
    font-style:italic;
}

/* Divider */
.divider	{ 
	display:block;
	width:100%;
	height:2px;
	margin:30px 0;
	clear:both;
	position:relative;
	background: url("../../../../images/line.gif") repeat-x scroll left bottom transparent;
}

.divider.top { margin:40px 0;}
.divider.top a	{ 
	font-size: 0.625em;
    padding: 0 0 0 18px;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
    top: -25px;
}

.classic-holder img {
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	border:1px solid #d1d1d1;
	border-bottom: 5px solid #d1d1d1;
}