/* @override http://imac.local/as/wp-content/themes/avalonstyle/inc/shortcode-generator/css/shortcodes.css */

/* Columns */
.one_two { width: 48%; }
.one_three { width: 30.66%; }
.two_three { width: 65.33%; }
.one_four { width: 22%; }
.three_four { width: 74%; }
.one_five { width: 16.8%; }
.two_five { width: 37.6%; }
.three_five { width: 58.4%; }
.four_five { width: 67.2%; }
.one_six { width: 13.33%; }
.four_six { width: 65.33%; }
.two_six { width: 30.66%; }
.five_six { width: 82.67%; }

.one_two,
.one_three,
.two_three,
.three_four,
.one_four,
.one_five,
.two_five,
.three_five,
.four_five,
.one_six,
.four_six,
.two_six,
.five_six {
	position: relative;
	margin-right: 4%;
	margin-bottom: 20px;
	float: left;
}

.last {
	margin-right: 0!important;
	clear: right !important;
}

/* CSS3 Buttons */

.awesome, .awesome:visited {
    -webkit-font-smoothing:subpixel-antialiased;
    display: inline-block;
    font-family: 'Lucida Grande','Lucida Sans Unicode';
}

.awesome span, .awesome:visited span {
    display: inline-block;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 500;
    
    background: #ffffff; /* old browsers */
    background: -moz-linear-gradient(top, #ffffff 35%, #ddd 65%); /* firefox */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#ffffff), color-stop(65%,#ddd)); /* webkit */
    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* ie */
    
    padding: 4px 12px 5px 12px;
    font-size:13px;
    color: #777;
    
    text-shadow: 0px 1px 0px #ffffff;
    filter: dropshadow(color=#ffffff, offx=0, offy=1);
    
    -moz-box-shadow:
        0 1px 2px 0 rgba(0, 0, 0, 0.4), 0 -1px 0px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow:
        0 1px 2px 0 rgba(0, 0, 0, 0.4), 0 -1px 0px 0 rgba(0, 0, 0, 0.1);
    box-shadow:
        0 1px 2px 0 rgba(0, 0, 0, 0.4), 0 -1px 0px 0 rgba(0, 0, 0, 0.1);
}

.awesome:hover span {
    background: #ffffff; /* old browsers */
    background: -moz-linear-gradient(top, #ffffff 35%, #cccccc 65%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#ffffff), color-stop(65%,#cccccc)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* ie */
    
    color: #333;

    -moz-box-shadow:
        0 1px 2px 0 rgba(0, 0, 0, 0.4), 0 -1px 0px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:
        0 1px 2px 0 rgba(0, 0, 0, 0.6), 0 -1px 0px 0 rgba(0, 0, 0, 0.2);
    box-shadow:
    0 1px 2px 0 rgba(0, 0, 0, 0.4), 0 -1px 0px 0 rgba(0, 0, 0, 0.2);
}

.awesome:active span {
    background: #ffffff; /* old browsers */
    background: -moz-linear-gradient(top, #eee 35%, #fff 65%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#eee), color-stop(65%,#fff)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#fff',GradientType=0 ); /* ie */
    
    color: #333;
}
    
    /*black*/
    

    
    .black.awesome span {
        color: #ddd;
        
        background: #333; /* old browsers */
        background: -moz-linear-gradient(top, #888888 0%, #111111 99%); /* firefox */
        
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#888888), color-stop(99%,#111111)); /* webkit */
        
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#111111',GradientType=0 ); /* ie */
        
        text-shadow: 0px -1px 0px #000;
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    
    .black.awesome:hover span {
        color: #fff;
        background: #000; /* old browsers */
        background: -moz-linear-gradient(top, #666666 0%, #000000 99%); /* firefox */
        
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(99%, #000000 )); /* webkit */
        
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000',GradientType=0 ); /* ie */
        
    }
    
    .black.awesome:active span {
        color: #fff;
        background: #333; /* old browsers */
        background: -moz-linear-gradient(top, #333333 0%, #666666 99%); /* firefox */
        
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(99%,#666666)); /* webkit */
        
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#666666',GradientType=0 ); /* ie */
    }
    
    /*red*/
    
    .red.awesome span {
        color: #eee;
        background: #7d0b03; /* old browsers */
        background: -moz-linear-gradient(top, #b3420b 0%, #7d0b03 99%); /* firefox */
        
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3420b), color-stop(99%,#7d0b03)); /* webkit */
        
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3420b', endColorstr='#7d0b03',GradientType=0 ); /* ie */
        
        text-shadow: 0px -1px 0px #000;
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    
    .red.awesome:hover span {
        color: #fff;
        background: #740e04; /* old browsers */
        background: -moz-linear-gradient(top, #a13c0a 0%, #740e04 99%); /* firefox */
        
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a13c0a), color-stop(99%, #740e04 )); /* webkit */
        
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a13c0a', endColorstr='#740e04',GradientType=0 ); /* ie */
        
    }
    
    .red.awesome:active span {
        color: #fff;
        background: #7d0b03; /* old browsers */
        background: -moz-linear-gradient(top, #b3420b 99%, #7d0b03 0%); /* firefox */
        
        background: -webkit-gradient(linear, left top, left bottom, color-stop(99%,#b3420b), color-stop(0%,#7d0b03)); /* webkit */
        
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3420b', endColorstr='#7d0b03',GradientType=0 ); /* ie */
    }
    
    /*blue*/
    
    .blue.awesome span {
        color: #eee;
        background: #194973; /* old browsers */
        background: -moz-linear-gradient(top, #2c83c0 0%, #194973 99%); /* firefox */
        
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c83c0), color-stop(99%,#194973)); /* webkit */
        
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c83c0', endColorstr='#194973',GradientType=0 ); /* ie */
        
        text-shadow: 0px -1px 0px #000;
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    
    .blue.awesome:hover span {
        color: #fff;
        background: #740e04; /* old browsers */
        background: -moz-linear-gradient(top, #2f82bb 0%, #1a4368 99%); /* firefox */
        
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f82bb), color-stop(99%, #1a4368 )); /* webkit */
        
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f82bb', endColorstr='#1a4368',GradientType=0 ); /* ie */
        
    }
    
    .blue.awesome:active span {
        color: #fff;
        background: #194973; /* old browsers */
        background: -moz-linear-gradient(top, #2c83c0 99%, #194973 0%); /* firefox */
        
        background: -webkit-gradient(linear, left top, left bottom, color-stop(99%,#2c83c0), color-stop(0%,#194973)); /* webkit */
        
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c83c0', endColorstr='#194973',GradientType=0 ); /* ie */
    }
    
    /*orange*/
    
    .orange.awesome span {
        color: #eee;

        background: #7c2806; /* old browsers */
        background: -moz-linear-gradient(top, #c76c04 0%, #7c2806 99%); /* firefox */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c76c04), color-stop(99%, #7c2806 )); /* webkit */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c76c04', endColorstr='#7c2806',GradientType=0 ); /* ie */
                
        text-shadow: 0px -1px 0px #000;
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    
    .orange.awesome:hover span {
        color: #fff;

        background: #9d3003; /* old browsers */
        background: -moz-linear-gradient(top, #e87503 0%, #9d3003 99%); /* firefox */
        
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e87503), color-stop(99%,#9d3003)); /* webkit */
        
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e87503', endColorstr='#9d3003',GradientType=0 ); /* ie */
        
    }
    
    .orange.awesome:active span {
        color: #fff;
        background: #9d3003; /* old browsers */
        background: -moz-linear-gradient(top, #9d3003 0%, #e87503 99%); /* firefox */
        
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9d3003), color-stop(99%,#e87503)); /* webkit */
        
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d3003', endColorstr='#e87503',GradientType=0 ); /* ie */
    }
    
    /*green*/
    
    .green.awesome span {
        color: #eee;
        background: #476604; /* old browsers */
        background: -moz-linear-gradient(top, #7f9450 0%, #476604 99%); /* firefox */
        
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7f9450), color-stop(99%,#476604)); /* webkit */
        
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f9450', endColorstr='#476604',GradientType=0 ); /* ie */
        
        text-shadow: 0px -1px 0px #000;
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    
    .green.awesome:hover span {
        color: #fff;
        background: #3b5600; /* old browsers */
        background: -moz-linear-gradient(top, #76894d 0%, #3b5600 99%); /* firefox */
        
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#76894d), color-stop(99%, #3b5600 )); /* webkit */
        
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#76894d', endColorstr='#3b5600',GradientType=0 ); /* ie */
        
    }
    
    .green.awesome:active span {
        color: #fff;
        background: #476604; /* old browsers */
        background: -moz-linear-gradient(top, #476604 0%, #7f9450 99%); /* firefox */
        
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#476604), color-stop(99%,#7f9450)); /* webkit */
        
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#476604', endColorstr='#7f9450',GradientType=0 ); /* ie */
    }
    
    .medium.awesome span, .medium.awesome:visited span {
        font-size: 1.1em;
        padding: 8px 20px;
    }
    
    .large.awesome span, .large.awesome:visited span {
        font-size: 1.3em;
        padding: 10px 22px;
    }
        
		

/*Highlight*/
.highlight {
    background-color: #FFFFE0;
    padding: 5px;
}

.infobox.red h3{background:-webkit-gradient(linear, left top, left bottom, from(#C83B3B), to(#D22C32));background:-moz-linear-gradient(top,#C83B3B,#D22C32);}
.infobox.red:before{border-top-color:#D22C32}
.infobox.red:after{border-top-color:#D22C32} 

.infobox.green h3{background:-webkit-gradient(linear, left top, left bottom, from(#74BE4D), to(#80A361));background:-moz-linear-gradient(top,#74BE4D,#80A361);}
.infobox.green:before{border-top-color:#80A361}
.infobox.green:after{border-top-color:#80A361} 


/* Content Accordion -------------- */
.ui-accordion {
    margin-bottom:20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 0 3px #ccc;
    -moz-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
    background: #fff;
}

.ui-accordion-header{
    background: #DEDEDE;
    margin-bottom: 0;
    border-bottom: 1px solid #D3D3D3;
    outline: 0;
    text-shadow: none;
    position: relative;
}

.ui-accordion-header:first-child{
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

.ui-accordion-header a{
    color:#000;
    font-style:normal;
    padding: 10px;
    display:inline-block;
    padding-left: 2.2em;
}

.ui-accordion-header .ui-icon{
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
    background-image: url(https://www.streamfarm.tv/wp-content/themes/avalonstyle_1_5/inc/shortcode-generator/images/ui-icons.png);
    background-position: -32px -16px;
    width: 16px;
    height: 16px;
    display: block;
}

.ui-state-active .ui-icon{
    background-position: -64px -16px;
}

.ui-accordion-content{
	padding: 10px;
}

/* Static Box -------------- */
.static-box {
    margin-bottom:20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 0 3px #ccc;
    -moz-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
    background: #fff;
}

.static-box h6{
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
    padding: 10px;
    background: #DEDEDE;
}

.static-box>div{
    padding: 10px;
}

hr {
  border: 0;
  display: block;
  clear: both;
  width: 100%;
  height: 1px;
}

.callout {
    padding: 18px;
    border-radius:5px;
    -moz-border-radius:5px;
    background: #fff;
    background: rgba(255,255,255,0.8);
    -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5); 
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5);
    margin-bottom: 30px;
    clear: both;
} .callout h3 {
    margin-bottom: 10px;
} .callout p:last-child {
    margin-bottom: 0px;
}

/* @group testimonials */
	.testimonials-wrap {
		margin-bottom: 20px;
	}
	
	.testimonials-wrap a.prev::after {
		content: ' / ';
	}
	
	.testimonials-wrap a.next {
		margin-left: 5px;
	}
	
	.testimonials-wrap a.prev, .testimonials-wrap a.next {
		padding-top: 20px;
		display: inline-block;
	}
	
	.testimonials-wrap a.next:hover,
	.testimonials-wrap a.prev:hover {
		opacity: 0.7;
	}
	
	div.testimonial {
		font-size: 0.9em;
	}
	
		div.testimonial div, div.testimonial h5 {
			font-family: Georgia;
		}
		
		div.testimonial h5 {
			margin-bottom: 6px;
			font-style: normal;
			font-size: 1.2em;
		}
		
		div.testimonial h5, div.testimonial div {
			opacity: 0.9;
		}
		div.testimonial div {
			font-style: italic;
			clear: both;
			border-bottom: 1px dotted rgba(0,0,0,0.2);
			margin-bottom: 15px;	
			padding-bottom: 5px;
		}	
		
		div.testimonial .space {
			margin-bottom: 5px;
			display: block;
		}
	
		div.testimonial .wp-post-image {
			border-radius: 50px;
			float: left;
			margin-right: 15px;
			margin-bottom: 10px;
			position: relative;
			top: 1px;
		}
/* @end testimonials */


/* @group portfolio items */

.folios-wrap a.fthumb {
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px;
	-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px;
}

.folios-wrap a.fthumb, .folios-wrap a.fthumb img {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	overflow: hidden;
	display: block;
} .folios-wrap a.fthumb img {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.folios-wrap a.fthumb, .folios-wrap h5 {
	margin-bottom: 10px;
}

.folios-wrap div {
	margin-bottom: 15px;
}

.folios-wrap.left {
	margin-left: -25px;
}

.folios-wrap.left div {
	float: left;
	margin-left: 25px;
}

/* @end portfolio items */


/* @group boxes */
.infobox, .alertbox,
.errorbox, .successbox {
	padding: 15px;
	padding-left: 45px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	clear: both;
	margin-bottom: 20px;
	box-shadow: 	rgba(0, 0, 0, 0.4) 0px 1px 1px, 
								inset rgba(255, 255, 255, 1) 0px 1px 0px,
								inset rgba(0, 0, 0, 0.15) 0px -1px 0px;
	-moz-box-shadow: 	rgba(0, 0, 0, 0.4) 0px 1px 1px, 
								inset rgba(255, 255, 255, 1) 0px 1px 0px,
								inset rgba(0, 0, 0, 0.15) 0px -1px 0px;
	-webkit-box-shadow: 	rgba(0, 0, 0, 0.4) 0px 1px 1px, 
								inset rgba(255, 255, 255, 1) 0px 1px 0px,
								inset rgba(0, 0, 0, 0.15) 0px -1px 0px;
	border-width: 2px;
	border-style: solid;
	background-repeat: no-repeat;
	background-position: 15px 14px;
}

.infobox p:last-child, .alertbox p:last-child,
.errorbox p:last-child, .successbox p:last-child{ margin-bottom: 0; }

	.infobox {
		background-image: url(../../../images/icons/info.png);
		background-color:#deeef7;
		border-color: #82c3e6;	
		color: #3a658d;
	}
	
	.alertbox {
		background-image: url(../../../images/icons/alert.png);
		background-color: #f7f3de;
		border-color: #e1ca59;	
		color: #837639;
	}
	
	.errorbox {
		background-image: url(../../../images/icons/error.png);
		background-color: #f8e4e2;
		border-color: #e69d94;	
		color: #bb5a4d;
	}
	
	.successbox {
		background-image: url(../../../images/icons/success.png);
		background-color: #e3f4de;
		border-color: #a2d392;	
		color: #599847;
	}
	
/* @end boxes */

/* @group frame */
.framed {
	display: inline-block;
	padding: 10px;
	margin-bottom: 20px;
	border: 2px solid #ccc;
	box-shadow: 	rgba(0, 0, 0, 0.1) 0px 2px 2px, 
								inset rgba(255, 255, 255, 1) 0px 1px 0px,
								inset rgba(0, 0, 0, 0.3) 0px -2px 0px;
	-moz-box-shadow: 	rgba(0, 0, 0, 0.1) 0px 2px 2px, 
								inset rgba(255, 255, 255, 1) 0px 1px 0px,
								inset rgba(0, 0, 0, 0.3) 0px -2px 0px;
	-webkit-box-shadow: 	rgba(0, 0, 0, 0.1) 0px 2px 2px, 
								inset rgba(255, 255, 255, 1) 0px 1px 0px,
								inset rgba(0, 0, 0, 0.3) 0px -2px 0px;
								
	background: #fff; /* old browsers */
									background: -moz-linear-gradient(top, #fff 0%, #eee 90%); /* firefox */
									background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(90%,#eee)); /* webkit */
									filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* ie */
									
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.framed img {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: inline-block;
}

/* @end frame */

/* @group slideshow */
.shortcode-av-slider-wrap {clear: both;}

.shortcode-av-slider-wrap .slidenav {
	position: relative;
	top: 15px;
}

.shortcode-av-slider, .shortcode-av-slider figure { overflow: hidden;}

.shortcode-av-slider, .shortcode-av-slider figure, .shortcode-av-slider figure img
{border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;} 
.shortcode-av-slider {overflow: hidden; 	background: url(../../../images/36.gif) no-repeat center;}

.shortcode-av-slider figure { display: none; cursor: pointer; }

.shortcode-av-slider figure figcaption {
	position: absolute;
	width: 98%;
	background: rgba(0,0,0,0.8);
	text-align: center;
	bottom: 2%;
	display: none;
	left: 50%;
	margin-left: -49%;
	color: #eee;
	border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
	line-height: 2.5em;
} 


.thumbnav {
	position: relative; top: 2px;
}

.thumbnav a {
	display: inline-block;
	margin-right: 6px;
	margin-top: 8px;
	height: 40px;
	overflow: hidden;
}	

.thumbnav a {border: 2px solid transparent;}
.thumbnav a {border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;}
.thumbnav a img {border-radius: 2px; -webkit-border-radius: 3px; -moz-border-radius: 2px;}
.thumbnav a:hover { border: 2px solid #ccc; }
.thumbnav a.activeSlide { border: 2px solid transparent; -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.9);
-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.9); box-shadow: 0px 0px 2px rgba(0,0,0,0.9); }
/* @end slideshow */



.toggle {margin-bottom: 20px}
.toggle h4 {
	margin: 0;
	padding: 13px 15px 10px 15px;
	font-size: 14px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	-moz-user-select: none;
	border: 1px solid #d3d3d3;
   -webkit-user-select: none;
	background: #ffffff; /* old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #eee 99%); /* firefox */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(99%,#ddd)); /* webkit */
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* ie */
}

.toggle h4:hover {
	border: 1px solid #bbb;
}

.toggle h4.toggled {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	border: 1px solid #d3d3d3;
	
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.toggle h4:before {
	content: '+';
	display: inline-block;
	position: relative;
	top: -2px;
	width: 16px;
	height: 16px;
	background: #353535;
	margin-right: 10px;
	text-align: center;
	color: #ccc;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}


.toggle h4.toggled:before {
	content: '-';
}

.toggle .inner {
	display: none;
	background: #fdfcfa;
	color: #444444;
	padding: 10px 15px 10px 15px;
	border: 1px solid #d3d3d3;
	border-top: none;
	overflow: hidden;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.toggle .inner pre {
	margin:5px 0
}

.inner p:last-child {
	margin:0
}


/* @group tabs */
.tabs {
    margin: 0 0 20px 0;
}

.tabs ul { margin: 0 }

.tabs li { list-style: none }

.tab_wrap {
    background: #fff;
    color: #444444;
    border: 1px solid #d2d2d2;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    float: none;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.tabs ul.nav {
    background: #ffffff; /* old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #eee 99%); /* firefox */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(99%,#ddd)); /* webkit */
    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* ie */
    width: 100%;
    height: 39px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 12px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.tabs ul.nav li a {
    display: block;
    padding: 15px 20px 10px 20px;
    text-align: center;
    border: none;
    color: #666;
    font-weight: bold;
    border-right: 1px solid #ccc;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

.tabs ul.nav li a:hover, .tabs ul.nav li a:active { background: rgba(255,255,255,0.6) }

.tabs ul.nav li.ui-tabs-selected a:hover { }

.tabs ul.nav li {
    float: left;
    position: relative;
    padding: 0 0 0 0;
    background: url(https://www.streamfarm.tv/wp-content/themes/avalonstyle_1_5/inc/shortcode-generator/css/images/tab_border.gif) repeat-y right;
}

.tabs .padder { padding: 13px 20px 12px 20px }

.tabs .tab p:last-child { margin: 0 }

.tabs ul.nav li.ui-tabs-selected a {
background: #fff;
    padding-bottom: 11px;
    color: #353535;
}

.tabs ul.nav li.first a {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
}

.tabs .tab {
    float: none;
    padding: 0;
    margin: 0;
}

.ui-tabs .ui-tabs-hide { display: none }

/* @end tabs */



/* @group posts */
.shortcode_posts_wrap li {
	margin-bottom: 15px;
}

.shortcode_posts_wrap a.thumbnail {overflow: hidden; display: inline-block; margin-bottom: 15px; -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px;
-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px;}
.shortcode_posts_wrap a.thumbnail.left {float: left; margin-right: 15px;}
.shortcode_posts_wrap a.thumbnail, .shortcode_posts_wrap a.thumbnail img { -moz-border-radius: 5px; border-radius: 5px;}

.shortcode_posts_wrap a.post_title {font-size: 1.1em; display: inline-block; margin-bottom: 5px;}
.shortcode_posts_wrap time {font-size: 0.9em; opacity: 0.8; display: block; margin-bottom: 10px;}
/* @end posts */
































