/*** Extend Shortcodes - box elements ***/

/* svg icons */

.svg {
	width: 16px;
	height: 16px;
}

/*		Tabs + Tab
---------------------------------------------------------------*/

.su-tabs {
	margin: 0 0 1.5em 0;
	padding: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #eee;
}
.su-tabs-nav span {
	display: inline-block;
	margin-right: 3px;
	padding: 0.5em 1em;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	color: #333;
	cursor: pointer;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.su-tabs-nav span:hover { background: #f5f5f5; }
.su-tabs-nav span.su-tabs-current { background: #fff; }
.su-tabs-nav span.su-tabs-disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
}
.su-tabs-pane {
	padding: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	background: #fff;
	color: #333;
}
.su-tabs-vertical .su-tabs-nav {
	width: 200px;
	float: left;
}
.su-tabs-vertical .su-tabs-nav span {
	display: block;
	margin-right: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}
.su-tabs-vertical .su-tabs-pane {
	height: 100%;
	margin-left: 200px;
}

/*		Spoiler
---------------------------------------------------------------*/

.su-spoiler { transition: all 1s linear; }
.su-spoiler .su-spoiler:last-child { margin-bottom: 0; }
.su-spoiler-title {
	position: relative;
	cursor: pointer;
}
.su-spoiler-content {
	-webkit-transition: padding-top .2s;
	-moz-transition: padding-top .2s;
	-o-transition: padding-top .2s;
	transition: padding-top .2s;
	-ie-transition: padding-top .2s;
	padding: 2em;
}
.su-spoiler.su-spoiler-closed > .su-spoiler-content {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: none;
	opacity: 0;
}
.su-spoiler-style-default { margin-bottom: 0px; }
.su-spoiler-style-default > .su-spoiler-title {
	min-height: 16px;
	padding: 10px 0px 10px 4px;
	color: #333;
	font-weight: bold;
	line-height: 16px;
	border-bottom: dotted 1px #ccc;
}
.su-spoiler-style-default > .su-spoiler-title > .su-spoiler-icon {
	position: absolute;
	top: 4px;
	left: 0;
	display: block;
	width: 16px;
	height: 16px;
	background: 0 -16px url('../images/spoiler.png') no-repeat;
}
.su-spoiler-style-default.su-spoiler-closed > .su-spoiler-title > .su-spoiler-icon { background: 0 0 url('../images/spoiler.png') no-repeat; }
.su-spoiler-style-default > .su-spoiler-content {
	padding: 10px;

}
.su-spoiler-style-fancy  {
	margin-bottom: 1.5em;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.su-spoiler-style-fancy > .su-spoiler-title {
	min-height: 20px;
	padding: 7px 7px 7px 7px;
	border-bottom: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #333;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 20px;
}
.su-spoiler-style-fancy.su-spoiler-closed > .su-spoiler-title { border: none; }
.su-spoiler-style-fancy > .su-spoiler-title > .su-spoiler-icon {
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	width: 16px;
	height: 16px;
	background: 0 -16px url('../images/spoiler.png') no-repeat;
}
.su-spoiler-style-fancy.su-spoiler-closed > .su-spoiler-title > .su-spoiler-icon { background: 0 0 url('../images/spoiler.png') no-repeat; }
.su-spoiler-style-fancy > .su-spoiler-content {
	padding: 2em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	color: #333;
}
.su-spoiler-style-simple  {

	border: 1px solid #ccc;
	border-bottom: 1px solid #ddd;
}
.su-spoiler-style-simple > .su-spoiler-title {
	min-height: 20px;
	padding: 5px 10px;
	background: #f0f0f0;
	color: #333;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 20px;
}
.su-spoiler-style-simple > .su-spoiler-title > .su-spoiler-icon { display: none; }
.su-spoiler-style-simple > .su-spoiler-content {
	padding: 2em;
	
}
/*.su-spoiler-style-fancy  {
	margin-bottom: 1.5em;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.su-spoiler-style-fancy > .su-spoiler-title {
	min-height: 20px;
	padding: 7px 7px 7px 36px;
	border-bottom: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #f0f0f0;
	color: #333;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 20px;
}
.su-spoiler-style-fancy.su-spoiler-closed > .su-spoiler-title { border: none; }
.su-spoiler-style-fancy > .su-spoiler-title > .su-spoiler-icon {
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	width: 16px;
	height: 16px;
	background: 0 -16px url('../images/spoiler.png') no-repeat;
}
.su-spoiler-style-fancy.su-spoiler-closed > .su-spoiler-title > .su-spoiler-icon { background: 0 0 url('../images/spoiler.png') no-repeat; }
.su-spoiler-style-fancy > .su-spoiler-content {
	padding: 1em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	color: #333;
}*/

/*		Slider Quotes
---------------------------------------------------------------*/

.sliderquotes {
	
	float:left;
}
.sliderquotes > div {
	
display: none;
	
}

.sliderquotes > div:first-child {
	display:block;
}
.sqbuttons {
	width:100%;
	
	padding-bottom:50px;

}

.themenext,
.themeprev {
    color: #333;
    display: inline-block;
    font: normal bold 1.5em Arial,sans-serif;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: auto;
}

.themenext,
.themeprev { padding: 0.5em 0.7em;  height:100px; }

.themenext { text-align: right;  }
.themeprev {  }
.themenext:before,
.themenext:after,
.themeprev:before,
.themeprev:after {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    content: "";
    display: block;
    height: 0.5em;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1em;
}

.themeprev:before,
.themeprev:after { left: 0 }

.themenext:before,
.themeprev:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.themenext:after,
.themeprev:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.themeprev:after,
.themenext:before { margin-top: -.36em }

.themenext:hover,
.themenext:focus,
.themeprev:hover,
.themeprev:focus { color: #c00 }



/*		Quote
---------------------------------------------------------------*/

.su-quote {
	position: relative;
	margin-bottom: 1.5em;
	padding-left: 6.5em;
	padding-top: 2em;
	padding-bottom: 3em;
	padding-right: 2em;
	color: #fff;
	font-size: 16px;
}
.su-quote-has-cite { margin-bottom: 2em; margin-top: 2em; }
.su-quote:before {
	position: absolute;
	display: block;
	width: 110px;
	height: 100px;
	background-image: url('../images/quote.png');
	background-repeat: no-repeat;
	background-position: center center;

	content: '';
}
.su-quote:before {
	top: 0;
	left: 0;

}

.su-quote-cite {
	position: absolute;
	right: 4em;
	font-style: normal;
	font-weight:bold;
}
.su-quote-cite a { text-decoration: underline; }

/*		Pullquote
---------------------------------------------------------------*/

.su-pullquote {
	display: block;
	padding: 0.5em 1em;
}
.su-pullquote-align-left {
	margin: 0.5em 1.5em 1em 0;
	padding-left: 0;
	float: left;

}
.su-pullquote-align-right {
	margin: 0.5em 0 1em 1.5em;
	padding-right: 0;
	float: right;

}

/*		Row + Column
---------------------------------------------------------------*/

.su-row {
	clear: both;
	zoom: 1;
}
.su-row:before,
.su-row:after {
	content: "";
	display: table;
}
.su-row:after { clear: both }
.su-column {
	display: block;
	float: left;
	margin: 0 4% 1em 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.su-column-last { margin-right: 0; }
.su-row .su-column { margin: 0 0 1em 4%; }
.su-row .su-column:first-child { margin-left: 0; }
.su-column-centered {
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.su-column img,
.su-column iframe,
.su-column object,
.su-column embed { max-width: 100% }
@media only screen {
	[class*="su-column"] + [class*="su-column"]:last-child { float: right }
}
.su-column-size-1-1 { width: 100% }
.su-column-size-1-2 { width: 48% }
.su-column-size-1-3 { width: 30.66% }
.su-column-size-2-3 { width: 65.33% }
.su-column-size-1-4 { width: 22% }
.su-column-size-3-4 { width: 74% }
.su-column-size-1-5 { width: 16.8% }
.su-column-size-2-5 { width: 37.6% }
.su-column-size-3-5 { width: 58.4% }
.su-column-size-4-5 { width: 79.2% }
.su-column-size-1-6 { width: 13.33% }
.su-column-size-5-6 { width: 82.66% }
/* Styles for screens that are less than 768px */
@media only screen and (max-width: 768px) {
	.su-column {
		width: 100% !important;
		float: none !important;
		margin: 0 0 1em 0 !important;
	}
}

/*		Service
---------------------------------------------------------------*/

.su-service {
	position: relative;
	margin: 0 0 1.5em 0;
}
.su-service-title {
	display: block;
	margin: 0 0 5px 0;
	color: #333;
	font-weight: bold;
	font-size: 1.15em;
	line-height: 1.5;
}
.su-service-title img {
	position: absolute;
	top: 0;
	left: 0;
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.su-service-content { line-height: 1.4; }

/*		Box
---------------------------------------------------------------*/

.su-box {
	margin: 0 0 1.5em 0;
	border-width: 1px;
	border-style: solid;
}
.su-box-title {
	display: block;
	padding: 0.5em 1em;
	font-weight: bold;
	font-size: 1.1em;
	min-height:30px;
}
.su-box-content {
	background-color: #fff;
	color: #444;
}
.su-box-content { padding: 30px; }
.su-box-style-soft .su-box-title {
	background-image: url('../images/styles/style-soft.png');
	background-position: 0 0;
	background-repeat: repeat-x;
}
.su-box-style-glass .su-box-title {
	background-image: url('../images/styles/style-glass.png');
	background-position: 0 50%;
	background-repeat: repeat-x;
}
.su-box-style-bubbles .su-box-title {
	background-image: url('../images/styles/style-bubbles.png');
	background-position: 0 50%;
	background-repeat: repeat-x;
}
.su-box-style-noise .su-box-title {
	background-image: url('../images/styles/style-noise.png');
	background-position: 0 0;
	background-repeat: repeat-x;
}

/*		Note
---------------------------------------------------------------*/

.su-note {
	margin: 0 0 1.5em 0;
	border-width: 1px;
	border-style: solid;
}
.su-note-inner {
	padding: 1em;
	border-width: 1px;
	border-style: solid;
}