/**
 * 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: 3px;
	border: 1px solid #ccc;
	color:#444; 
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.su-heading-shell {
	padding: 20px 0;
	text-align: center;
	border: 5px solid #f1f1f1;
	font-size: 1.8em;
	letter-spacing: -1px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

}
.su-heading.su-heading-style-2 {
	background: #fff;
    margin: 0 0 15px;
    text-align: center;
	border:1px dashed #eee;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.su-heading.su-heading-style-2 .su-heading-shell { 
	border:5px solid #fff;
	background:#f9f9f9;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.su-heading.su-heading-style-3 {
	background: url(../images/motto-background.png) repeat-x left top #35A6D9;
    border:none;
    margin: 0 0 15px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.su-heading.su-heading-style-3 .su-heading-shell { 
	border:none;
	background:transparent;
	color: #fff;
}
.su-heading.su-heading-style-4 {
	background: url(../images/motto-background-black.png) repeat-x left top #444;
    border:none;
    margin: 0 0 15px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.su-heading.su-heading-style-4 .su-heading-shell { 
	border:none;
	background:transparent;
	color: #fff;
}

.su-heading.su-heading-style-5 {
	border: 0 none;
    color: #A7A7A7;
    margin: 10px 0;
    padding: 0;
    position: relative;
    text-align: center;
}
.su-heading.su-heading-style-5:before {
	border-top: 1px solid #DADADA;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
}
.su-heading.su-heading-style-5 .su-heading-shell { 
	background: none repeat scroll 0 0 transparent;
    border: medium none !important;
    color: #A7A7A7;
    font-size: 16px;
	padding:0;
}

.su-heading.su-heading-style-5 .su-heading-shell span { 
	background: none repeat scroll 0 0 #FFFFFF;
    padding: 0 20px;
    position: relative;
    z-index: 5;
}

.su-heading.su-heading-style-6 {
	background:none;
    border:none;
    margin: 10px 0;
	padding:0;
    text-align: left;
    border-radius:none;
}
.su-heading.su-heading-style-6:after {
	color: #3397D4;
    content: "- - -";
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    padding-left: 5px;
}
.su-heading.su-heading-style-6 .su-heading-shell { 
	border: 0 none;
	margin:0;
    padding: 0;
    text-align: left;
	display:inline;
	font-size:16px;
}
/* Pullquote */
.su-pullquote {
	font-family: georgia;
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
    margin: 0 .5em;
    padding: 10px 25px;
    width: 40%;
}
.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: 4px;
	border: 1px solid #EBEBEB;
	background: #fff;
}
.su-frame:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); 
}
.su-frame-shell p{
	margin:0;
}
.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 {
	background:#ededed;
	height:1px;
	float:left;
	width:100%;
	position:relative;
	margin:20px 0;
}
.su-divider a {
	display: block;
	float: right;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: -1em;
	background: #fff;
	color: #777;
	font-size: 0.8em;
	text-decoration: none;
	text-transform: uppercase;
}
/* Columns */
.su-column-1-2 { width: 460px; }
.su-column-1-3 { width: 300px; }
.su-column-2-3 { width: 620px; }
.su-column-1-4 { width: 220px; }
.su-column-3-4 { width: 700px; }
.su-column-1-5 { width: 172px; }
.su-column-2-5 { width: 364px; }
.su-column-3-5 { width: 556px; }
.su-column-4-5 { width: 748px; }
.su-column-1-6 { width: 140px; }
.su-column-5-6 { width: 780px; }

.su-column {
	position: relative;
	margin: 0 20px 20px 0;
	float: left;
}

.su-column-last {
	margin-right: 0 !important;
	clear: right;
}

.su-column  .shortcode-wrapper li.columns.last{ margin-left:0;}
.su-column  .flexslider.shortcode-wrapper li.columns.last{ margin-left:10px;}

/* Spoiler and Accordion */
.su-accordion {margin-bottom:20px;}
.su-accordion .su-spoiler-style-1 { margin:0; border:0;}
.su-spoiler-style-1 { 
	margin: 0 0 1em 0;
	background:#fff;
	background:rgba(255,255,255,0.05);
	border: 1px solid rgba(0, 0, 0, 0.08);

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.su-spoiler-style-1 > .su-spoiler-title {
	padding: 12px 15px;
	font-weight: bold;
	background: #F9F9F9;
	-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;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}
.su-spoiler-style-1.su-spoiler-open > .su-spoiler-title {
	background: #F9F9F9;
	-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;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.su-spoiler-style-1 .su-spoiler-style-1 {
	margin: 1em;
}

.su-spoiler-style-2 {
	margin-bottom: 1em;
	background: #f9f9f9;
	border: 1px solid #eee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.su-spoiler-style-2 > .su-spoiler-title {
	padding: 12px 15px 12px 50px;
	background: #fff 15px 13px url(../images/spoiler-style-2.png) no-repeat;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.su-spoiler-style-2.su-spoiler-open > .su-spoiler-title {
	border-bottom: 1px solid #ddd;
	background: #fff 15px -85px url(../images/spoiler-style-2.png) no-repeat;
}
.su-spoiler-style-2 .su-spoiler-content {
	padding: 15px;
	display: none;
}

/* Tabs */
.su-tabs { margin: 0 0 1.5em 0 }

.su-tabs.su-tabs-style-1 {
	border: 1px solid #ECECEC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.su-tabs-style-1 .su-tabs-nav {
	margin: 0;
	height: 32px;
	
}
.su-tabs-style-1 .su-tabs-nav span {
	display: block;
	cursor:pointer;
	float: left;
	background: #f9f9f9; /* Old browsers */
	
	text-decoration:none;
	padding:12px 20px;
	margin: 0;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.su-tabs-style-1 .su-tabs-nav span:hover,
.su-tabs-style-1 .su-tabs-nav span.su-tabs-current { 
	background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
	
    
}
.su-tabs-style-1 .su-tabs-pane {
	background:#fff;
	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;
	font-weight: bold;
}
.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:1px solid #ECECEC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.su-tabs-style-3 .su-tabs-nav {
	width: 200px;
	float: left;
	border: 1px solid #ECECEC;
	border-top: none;
	border-left: none;
	border-bottom: none;
	background:#f9f9f9;
}
.su-tabs-style-3 .su-tabs-nav span {
	display: block;
	padding: 16px 16px 16px 25px;
	cursor: pointer;
	background: #f0f0f0;
	font-weight: bold;
	background: url("../../../../images/sidebar-bullet.png") no-repeat scroll 10px 22px;
    border-bottom: 1px solid #ECECEC;
}
.su-tabs-style-3 .su-tabs-nav span:last-child {
	border-bottom:0;
}
.su-tabs-style-3 .su-tabs-nav span:hover { background: #f7f7f7 url("../../../../images/sidebar-bullet.png") no-repeat 10px 22px;}
.su-tabs-style-3 .su-tabs-nav span.su-tabs-current { background: #fff url("../../../../images/sidebar-bullet.png") no-repeat 10px 22px;}
.su-tabs-style-3 .su-tabs-pane {
	padding: 15px;
	float: none;
	margin-left: 200px;
}
/* Lists */
.su-list ul {
	list-style-type: none !important;
	margin: 0.5em 0 1.5em 0.5em !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 50% url(../images/list-style-star.png) no-repeat !important }
.su-list-style-arrow li { background: 0 50% url(../images/list-style-arrow.png) no-repeat !important }
.su-list-style-check li { background: 0 50% url(../images/list-style-check.png) no-repeat !important }
.su-list-style-cross li { background: 0 50% url(../images/list-style-cross.png) no-repeat !important }
.su-list-style-thumbs li { background: 0 50% url(../images/list-style-thumbs.png) no-repeat !important }
.su-list-style-link li { background: 0 50% url(../images/list-style-link.png) no-repeat !important }
.su-list-style-gear li { background: 0 50% url(../images/list-style-gear.png) no-repeat !important }
.su-list-style-time li { background: 0 50% url(../images/list-style-time.png) no-repeat !important }
.su-list-style-note li { background: 0 50% url(../images/list-style-note.png) no-repeat !important }
.su-list-style-plus li { background: 0 50% url(../images/list-style-plus.png) no-repeat !important }
.su-list-style-guard li { background: 0 50% url(../images/list-style-guard.png) no-repeat !important }
.su-list-style-event li { background: 0 50% url(../images/list-style-event.png) no-repeat !important }
.su-list-style-idea li { background: 0 50% url(../images/list-style-idea.png) no-repeat !important }
.su-list-style-settings li { background: 0 50% url(../images/list-style-settings.png) no-repeat !important }
.su-list-style-twitter li { background: 0 50% url(../images/list-style-twitter.png) no-repeat !important }
.su-list-style-check li.x { background: 0 50% url(../images/list-style-cross.png) no-repeat !important }
.su-list-style-cross li.v { background: 0 50% url(../images/list-style-check.png) no-repeat !important }
/* Box */
.su-box {
	margin: 0 0 1.5em 0;
}

.su-box-title {
	display: block;
	padding: 10px 15px;
	margin: 0;
	color: #4C4A41;
	font-size: 1.1em;
	font-weight: bold;
	background: left bottom url(../images/box-title.png) repeat-x;
}
.su-box-content {
	background: #fff;
	padding: 15px;
}
/* Note */
.su-note { margin: 0 0 1.5em 0 }
.su-note-shell { padding: 15px }
/* Private */
.su-private { margin: 0 0 1.5em 0 }
/* Gmap */
.su-gmap {
	margin: 0 0 1.5em 0;
	border: none;
	width:100%;
	border:1px solid #ebebeb;
	padding:4px;
}
/* Highlight */
.su-highlight {
	display: inline;
	padding: 1px 0;
}
/* Label */
.su-label {
	display: inline-block;
	margin-right: 0.5em;
	padding: 0.2em 0.3em;
	font-size: 0.8em;
	height: 0.8em;
	line-height: 0.8em;
	text-transform: uppercase;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.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 */

/* Button - normal */
.su-button {
	margin: 0 10px 0 0;
	position: relative;
	padding: 11px 18px;
	text-decoration: none;
	display:inline-block;
	
	color: #fff;
	font-weight:bold;
	font-size:12px;
	
	border: 1px solid #363636;
    background-color: #3f3f3f;
	
    
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-transition:all .4s linear;
	-moz-transition:all .4s linear;
	transition:all .4s linear;
	text-align:center;
}
.su-button:hover {
    border: 1px solid #2b80b3;
    background-color: #3293ce;
	color: #fff;
}

.su-button-style-revert {
	border: 1px solid #2b80b3;
    background-color: #3293ce;
}
.su-button-style-revert:hover {
	
	
	border: 1px solid #363636;
    background-color: #3f3f3f;
}

.su-button span.element-arrow{
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	
	border-left: 5px solid #3293CE;
	
	position:absolute;
	right:-5px;
	top:16px;
	
	-webkit-transition:all .4s linear;
	-moz-transition:all .4s linear;
	transition:all .4s linear;
}
.su-button.su-button-style-revert span.element-arrow {
	border-left: 5px solid #3f3f3f;
}

.su-button:hover span.element-arrow {
	border-left: 5px solid #3f3f3f;
}
.su-button.su-button-style-revert:hover span.element-arrow {
	border-left: 5px solid #3293CE;
}

.su-button span.element-arrow-left {
	left: -5px;
	border-right: 5px solid #3293CE;
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	
	position:absolute;
	top:16px;
	
	-webkit-transition:all .4s linear;
	-moz-transition:all .4s linear;
	transition:all .4s linear;
}
.su-button.su-button-style-revert span.element-arrow-left {
	border-right: 5px solid #3f3f3f;
}


.su-button:hover span.element-arrow-left {
	border-right: 5px solid #3f3f3f;
}
.su-button.su-button-style-revert:hover span.element-arrow-left {
	border-right: 5px solid #3293CE;
}

.su-button-size-normal {
	font-size:12px;
	padding: 11px 18px;
}
.su-button-size-small {
	font-size:11px;
	padding: 6px 13px;
}

.su-button-size-large {
	font-size: 18px;
    font-weight: normal;
    padding: 14px 30px;
}

.su-button.su-button-size-small span.element-arrow,
.su-button.su-button-size-small span.element-arrow-left { top:12px;}

.su-button.su-button-size-large span.element-arrow,
.su-button.su-button-size-large span.element-arrow-left { top:20px;}

/* Media */
.su-media { margin: 0 0 1.5em 0 }

/* Document */
.su-document { border: none !important; width:100%; }
/* Tweets */
.su-tweets { margin: 0}
.entry-content .su-tweets ul {
	margin:0;
	list-style:none;
}
.entry-content .su-tweets ul li{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #EDEDED;
}
.entry-content .su-tweets ul li .twitter-date {
	font-size:11px;
	clear:both;
	display:block;
}
/* Custom gallery */
.su-custom-gallery { margin: 0 0 1.5em 0 }
.su-custom-gallery .su-custom-gallery-item  { float:left;margin: 0 1em 1em 0;}
.su-custom-gallery .su-custom-gallery-item span {
	float: left;
    font-size: 11px;
    margin-top: 5px;
}
.su-custom-gallery .su-custom-gallery-item img{
	float: left;
	display: block;
	
	padding: 4px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	
	-webkit-transition:all .4s linear;
	-moz-transition:all .4s linear;
	transition:all .4s linear;
	
	border: 1px solid #EDEDED;
}

/* 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: #3293CE;
	border: 1px solid #2B80B3;
	color: #f0f0f0;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
}
.su-dropcap-style-2 {
	background: #3F3F3F;
	border: 1px solid #363636;
	color: #f0f0f0;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
}
.su-dropcap-style-3 {
	background: #eee;
	border: 1px solid #ddd;
	color: #333;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
}

.flexslider.carousel.fcs li {
	border: 1px solid #EBEBEB;
	padding: 4px;
	float:left;
}

.flexslider.carousel.fcs .flex-direction-nav li {
	padding:0;
	border:none;
}