/*Shortcode Button variations Frontend*/
.shortcode_prev{
font-family:Arial,Helevtica,Verdana,san-serif;
}

.avia-button{
color:#fff;
background-image: url("../images/icons/bg-button.png");
background-repeat: repeat-x;
background-position: 0 0;
padding:0 10px;
font-size: 12px;
text-decoration: none;
display:inline-block;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border-style: solid;
border-width: 1px;
margin:3px 0;
line-height: 28px;
border-color: #e1e1e1;
background-color: #f8f8f8;
position: relative;
}

.avia-button:hover{
background-position: 0 -4px;
opacity:0.9;
color:#fff;
text-decoration: none;
}

.avia-button.dark , .avia-button.dark:hover{
color:#444;
}

.avia-button.grey, .avia-button.grey:hover{
color:#999;
}

.avia-button.red{background-color: #b00202; 	border-color: #b00202; }
.avia-button.orange{background-color: #f6a240; 	border-color: #f6a240; }
.avia-button.green{background-color: #52851b; 	border-color: #52851b; }
.avia-button.aqua{background-color: #58c4be; 	border-color: #58c4be; }
.avia-button.teal{background-color: #1d9f9f; 	border-color: #1d9f9f; }
.avia-button.purple{background-color: #a258c4; 	border-color: #a258c4; }
.avia-button.pink{background-color: #f346b0;	border-color: #f346b0; }
.avia-button.silver{background-color: #d7d7d7; 	border-color: #d7d7d7; }

.avia-button.small{
padding:0 4px 0px 4px;
font-size: 10px;
line-height: 22px;
}

.avia-button.large{
padding:0 10px 0px 10px;
font-size: 13px;
line-height: 33px;
}

.avia-button.xl{
padding:0 18px 0px 18px;
font-size: 14px;
line-height: 42px;
}

.avia-button span{
position: relative;
}

.avia-button .avia-info{ 	background: transparent url("../images/icons/info.png") no-repeat center left; 		padding: 2px 0 2px 22px; left:-2px;}
.avia-button .avia-alert{	background: transparent url("../images/icons/alert.png") no-repeat center left; 	padding: 2px 0 2px 22px; left:-2px;}
.avia-button .avia-tick{	background: transparent url("../images/icons/tick.png") no-repeat center left; 		padding: 2px 0 2px 22px; left:-2px;}
.avia-button .avia-download{background: transparent url("../images/icons/download.png") no-repeat center left; 	padding: 2px 0 2px 22px; left:-2px;}
.avia-button .avia-note{	background: transparent url("../images/icons/note.png") no-repeat center left; 		padding: 2px 0 2px 22px; left:-2px;}
.avia-button .avia-error{	background: transparent url("../images/icons/error.png") no-repeat center left; 	padding: 2px 0 2px 22px; left:-2px;}
.avia-button .avia-help{	background: transparent url("../images/icons/help.png") no-repeat center left; 		padding: 2px 0 2px 22px; left:-2px;}




/*Inline Links with icon*/

.avia-ilink a{
text-decoration :none;
padding: 2px 0 2px 22px;
display: inline-block;
}


.avia-ilink .info{ 	background: transparent url("../images/icons/info.png") no-repeat center left; 		}
.avia-ilink .alert{	background: transparent url("../images/icons/alert.png") no-repeat center left; 	}
.avia-ilink .tick{	background: transparent url("../images/icons/tick.png") no-repeat center left; 		}
.avia-ilink .download{background: transparent url("../images/icons/download.png") no-repeat center left; 	}
.avia-ilink .note{	background: transparent url("../images/icons/note.png") no-repeat center left; 		}
.avia-ilink .error{	background: transparent url("../images/icons/error.png") no-repeat center left; 	}
.avia-ilink .help{	background: transparent url("../images/icons/help.png") no-repeat center left; 		}


/*quotes*/

blockquote {
background: transparent url('../images/icons/quotes.png') no-repeat 0 8px; 
color:#777;
font-family:Georgia,"Times New Roman",Times,serif;
clear:both;
font-size:1.2em;
font-style:italic;
line-height:1.4em;
margin:10px 0 10px 0;
padding:0 0 0 40px;
}

blockquote p{
padding:11px 0px;
}

blockquote small, blockquote cite, blockquote small a, blockquote cite a, blockquote a small, blockquote a cite{
font-size: 12px;
color:#aaa;
}

.pullquote_right {
float:right;
margin:1% 0 1% 4%;
padding:0 0 0 40px;
width:37%;
clear:none;
}

.pullquote_left {
float:left;
margin:1% 4% 1% 0;
padding:0 0 0 40px;
width:37%;
clear:none;
}

.pullquote_boxed{
padding:10px 10px 10px 50px;
border:1px solid #e1e1e1;
background: #f8f8f8 url('../images/icons/quotes.png') no-repeat 10px 18px;
}


/*preview modification only*/
.shortcode_prev blockquote{
font-size: 14px;
}

.shortcode_prev .pullquote_boxed{
background-position:10px 28px;
}

.shortcode_prev .pullquote_left, .shortcode_prev .pullquote_right{
width:60%;
}


/*info boxes*/

.avia-box{
padding:15px;
background: #f8f8f8;
border-top:1px solid;
border-bottom:1px solid;
border-color:#e1e1e1;
color:#777;
font-size: 12px;
line-height: 1.5em;
text-align: center;
margin:5px 0;
}

.avia-box.large{
padding:22px;
font-size: 13px;
}

.avia-box.full{
border-left:1px solid;
border-right:1px solid;
border-color:#e1e1e1;
}

.avia-box.rounded{
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.avia-innerbox {display:inline-block;}
.avia-box.custom_icon .avia-innerbox{padding:2px 0 2px 22px; }
.avia-box.info .avia-innerbox{ 	background: transparent url("../images/icons/info.png") no-repeat center left; 	padding:2px 0 2px 22px;	}
.avia-box.alert .avia-innerbox{	background: transparent url("../images/icons/alert.png") no-repeat center left; padding:2px 0 2px 22px;	}
.avia-box.tick .avia-innerbox{	background: transparent url("../images/icons/tick.png") no-repeat center left; 	padding:2px 0 2px 22px; }
.avia-box.note .avia-innerbox{	background: transparent url("../images/icons/note.png") no-repeat center left; 	padding:2px 0 2px 22px; }
.avia-box.error .avia-innerbox{	background: transparent url("../images/icons/error.png") no-repeat center left; padding:2px 0 2px 22px;	}
.avia-box.help .avia-innerbox{	background: transparent url("../images/icons/help.png") no-repeat center left; 	padding:2px 0 2px 22px; }
.avia-box.download .avia-innerbox{	background: transparent url("../images/icons/download.png") no-repeat center left; padding:2px 0 2px 22px;	}
.avia-box.custom_icon_none .avia-innerbox{padding:2px;}


.avia-box.info 	{border-color:#4b87d0; background: #a6bfde; color:#fff;}
.avia-box.alert {border-color:#E6DB55; background: #FFFFE0; color:#9d5501;}
.avia-box.tick 	{border-color:#8BAF5B; background: #E0F1B5; color:#4F5F39;}
.avia-box.note 	{border-color:#4b87d0; background: #a6bfde; color:#fff;}
.avia-box.error {border-color:#941210; background: #f0dcdb; color:#941210;}
.avia-box.help 	{border-color:#4b87d0; background: #a6bfde; color:#fff;}
.avia-box.download {border-color:#4b87d0; background: #a6bfde; color:#fff;}


/*iconbox*/
.iconbox_icon{
float:left;
padding: 8px 5px 0 0;
}

.iconbox_content{
overflow: hidden;
font-size: 11px;
line-height: 17px;
}

.iconbox .iconbox_content .iconbox_content_title {
border: medium none;
padding: 8px 0 7px;
position: relative;
top: 7px;
margin:0;
font-size: 10px;
}

.shortcode_prev .iconbox_content{
color:#777;
}

.shortcode_prev .iconbox_content_title{
color:#000;
}


/*horizontal rulers*/

.hr{
clear: both;
display:block;
overflow: hidden;
width:100%;
padding:30px 0;
line-height:29px;
position: relative;
margin:0;
}

.hr_small{
padding:10px 0;
}

.hr a, .custom_hr_text{
font-size: 13px;
padding: 0 10px 0 0;
color:#bbb;
background: #f8f8f8;
display:inline-block;
position: relative;
top:-2px;
font-family:Georgia,"Times New Roman",Times,serif;
font-style: italic;
}

.post-entry .hr a, .post-entry .custom_hr_text{
background: #fff;
color:#ccc;
}

.hr_invisible{
clear: both;
display:block;
width:100%;
border:none;
background: none;
padding:15px 0;
}



/*content slider, tabs, toggles*/

.content_slider{
position: relative;
overflow: hidden;
}

.inner_slide_container{
position: absolute;
float: left;
}

.contentSlideControlls{
position: relative;
}

.contentSlideControlls a{
float:left;
height:16px;
width:16px;
display:block;
outline: none;
color:#666;
background: #f8f8f8;
line-height: 16px;
text-align: center;
font-size: 10px;
}

.contentSlideControlls a.activeItem{
background: #666;
color: #fff;
}


/*slidecontrolls positioning depending on first element*/

#top .pos_h1{ position: absolute; right:0; top:0; }
#top .pos_h2{ position: absolute; right:0; top:71px; }
#top .pos_h3{ position: absolute; right:0; top:24px; }
#top .pos_h4{ position: absolute; right:0; top:51px; }
#top .pos_h5{ position: absolute; right:0; top:50px; }
#top .pos_h6{ position: absolute; right:0; top:49px; }


.fullwidth_no_image{
height:2px;
width:100%;
}

.fallback_div{
width:100%;
height:100px;
}

.single_slide{
overflow: hidden;
}

/*toggle*/
.js_active .toggle_wrap{
display:none;
}

#top .active_toggle_wrap{
display:block;
}

.js_active .toggler {
cursor: pointer;
display: block;
margin: -1px 0;
padding: 3px 3px 5px 27px;
position: relative;
top: 1px;
}

.togglecontainer{
padding:10px 0;
}

.toggle_content{
padding:0 2px 0 31px;
margin:0 0 5px 0;
}


/*tabs*/

.tabcontainer{
padding: 10px 0;
position: relative;
width:100%;
}


.js_active .tab_content{
display: none;
clear: both;
padding: 15px;
overflow:auto;
position: relative;
}

.js_active .tab{
cursor:pointer;
margin:0 2px 0 0;
padding:3px 10px 5px;
display: block;
float: left;
border-bottom: none;
z-index: 2;
position: relative;
top:1px;
}

.js_active #top .active_tab{
z-index: 4;
position: relative;
border-bottom: none;
}

.js_active #top .active_tab_content{
display: block;
z-index: 3;
position: relative;
overflow:auto;
}

/*dropcaps*/

.dropcap1 {
display: block;
float: left;
font-size: 71px;
line-height: 53px;
margin: 4px 8px 0 0;
}

.dropcap2, .dropcap3{
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
display:block;
float:left;
font-size:20px;
line-height:35px;
width:36px;
text-align: center;
margin:4px 8px 0 0;
background-image: url("../images/skin-minimal/reverse-dropcap.png");
}

.dropcap3{
background-color: #000;
color:#fff;	
}
.js_active .slideshow_container img{
visibility: hidden;
}


.slideshow_container{
position: relative;
margin-bottom:20px;
clear:both;
}

.template-fullwidth .slideshow_container.slideshow_full{
margin:0;
}

#top .slideshow{
background: #f8f8f8 url(../images/skin-minimal/loading.gif) center center no-repeat;
display:block;
position: relative;
padding:0;
margin:0;
overflow: hidden;
}

#top .slideshow .featured{
display: none;
width:100%;
height:100%;
position: absolute;
top:0;
left:0;
z-index: 1;
}

#top .slideshow .featured_container1{
display:block;
z-index: 2;
}

.slideshow iframe, .slideshow object, .slideshow embed, .slideshow video, .slideshow img, .slideshow a img{
display:block;
padding:0;
margin:0 auto;
position: relative;
border: none;
text-decoration: none;
z-index: 1;
height:100%;
width:100%;
}

.slideshow img, .slideshow a img{
z-index:2;
}

.slideshow > li > a{
display:block;
width:100%;
height:100%;
}

.slideshow .slideshow_video, .avia_video{
position: absolute;
top:0;
left:0;
right:0;
bottom:0;
z-index: 1;
background: #000;

}

.comboslide .slideshow_video{
display:none;
}

.template-portfolio-overview .slideshow_container, .dynamic_template_columns .slideshow_container{
margin:0;
}

.videoSlideContainer img{
cursor: pointer;
}






/************************************************************************
-) Slidecontrolls
*************************************************************************/

.slidecontrolls {
bottom: 10px;
position: absolute;
right: 10px;
z-index: 30;
display:none;
}

.slidecontrolls a{
height:19px;
width:19px;
display:inline-block;
text-indent: -9999px;
cursor: pointer;
background: url("../images/shared/slidecontrolls.png") no-repeat scroll left top transparent;
outline: none;
}

.slidecontrolls a:hover, .slidecontrolls .active_item{
background: url("../images/shared/slidecontrolls.png") no-repeat scroll left bottom transparent;
}

.slideshow_grid_fifth1 .arrowslidecontrolls{
display:none;
}

.arrowslidecontrolls a {
background: url("../images/shared/arrows.png") no-repeat scroll left top transparent;
display: block;
height: 30px;
right: 60px;
position: absolute;
bottom: 0px;
width: 30px;
z-index: 3;
outline: none;
text-indent: -9999px;
}

.arrowslidecontrolls .ctrl_fwd{
background: url("../images/shared/arrows.png") no-repeat scroll -30px top transparent;
right: 0px;
left:auto;
}

.arrowslidecontrolls .ctrl_play{
background: url("../images/shared/arrows.png") no-repeat scroll -60px top  transparent;
right: 30px;
}

.arrowslidecontrolls .ctrl_play.ctrl_active{
background: url("../images/shared/arrows.png") no-repeat scroll -90px top  transparent;
}

.slideshow_caption{
position: absolute;
display: none;
bottom: 0;
left:0;
right:0;
z-index: 2;
padding:14px 15px;
font-size: 11px;
line-height:1.5em;
cursor: pointer;
background: #000;
color: #fff;
width:464px;
}

.grid6 .slideshow_caption{
width:60%;
}

.grid4 .slideshow_caption{
width:40%;
}

.half_post .slideshow_caption{
width:144px;
}

.slideshow_caption strong, .slideshow_caption h1{
display: block;
padding-bottom: 8px;
color:#fff;
font-size: 12px;
font-style: normal;
font-weight: bold;
letter-spacing: 1.5px;
text-transform: uppercase;
}

.slideshow_caption .inner_caption{
display:block;
background: #000;
}


/************************************************************************
Thumbnails
*************************************************************************/

#top div .thumbnails_container {
background: url("../images/skin-minimal/dashes-hor.png") repeat-x scroll left bottom transparent;
margin-bottom: 20px;
padding-bottom: 15px;
position: relative;
text-align: center;
top: -11px;
width: 100%;
}

.thumbnails_container .slideThumb{
display:inline-block;
margin:0 5px;
padding:3px;
border:1px dotted #e1e1e1;
background: #f8f8f8;
cursor: pointer;
}

.thumbnails_container .slideThumb.active_item{
opacity: 0.7;
}

.empty_image {
background: url("../images/shared/arrows.png") no-repeat scroll -137px center  #333;
display: block;
height: 100%;
width: 100%;
}

.slideThumbTitle{
display:none;
}

/*ie7*/
.MSIE7 .thumbnails_container .slideThumb{
display:inline;
}


/************************************************************************
HTML 5 Video Player
*************************************************************************/

div .pptimeleft{
text-align:center;
font-size: 11px;
}

div .ppfsenter{
display:none !important;
width:0px;
}

.comboslide .slideshow_overlay{
display: block;
width:100%;
height:100%;
background: url("../images/shared/video.png") no-repeat scroll center center transparent;
z-index: 3;
position: absolute;
opacity: 0.5;
cursor: pointer;
top:0;
left:0;
}

.videoSlideContainerEmbed video, .videoSlideContainer video{
left:0 !important;
top:0 !important;
}


/************************************************************************
Featured Post slider
*************************************************************************/

#top .featured_post_slider{
padding:0;
}

.featured_post_slider .feature_slide{
position: absolute;
left:620px;
top:0;
z-index: 3;
width:100%;
height:100%;
overflow: hidden;
background: #222;
}

.featured_post_slider .feature_slide1{
position: absolute;
left:0;
top:0;
}

.featured_post_slider .featured_inner_slider{
height: 350px;
width:620px;
position: relative;
top:0;
left:0;
}

.post_excerpt{
position: absolute;
bottom:0;
width:400px;
z-index: 30;
background: #fff;
padding:10px 25px 10px 18px;
left:0;
font-size: 12px;
line-height: 1.6em;
border-bottom:1px solid #eee;
}

.post_excerpt .post-title{
position: relative;
top:3px;
}

.post_excerpt p{
padding-bottom: 0;
}

.post-entry.featured_post_slider .slideshow_container {
left: 0;
top: 0;
}

.post_excerpt .read-more-icon{
bottom:-1px;
right:0px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.post_excerpt .addapted.read-more-icon{
right:auto;
left:413px;
}

.feature_thumbnails{
overflow: hidden;
margin:0 11px;
}

.placeholder_thumb{
width:182px;
height:88px;
background: #f8f8f8;
border:1px solid #e1e1e1;
display: block;
}

.placeholder_thumb_video{
background: #f8f8f8 url(../images/shared/video_small.png) center bottom no-repeat;
}

.featured_inner_thumb{
width:10000px;
}

.feature_thumb{
float:left;
width:184px;
padding:11px;
border-right:1px solid #e1e1e1;
color:#444;
outline: none;
min-height:130px;
}

.active_thumb{
background: transparent url(../images/skin-minimal/gradient.png) center bottom no-repeat;
}

.feature_thumb img{
display:block;
}

.feature_thumb strong{
font-size: 12px;
padding:7px 0 3px 0;
line-height: 1.3em;
display:block;
font-weight: bold;
}

.feature_thumb:hover{
text-decoration: none;
}

.featured_inner_thumb .feature_thumb1{
padding-left:0;
}

div .feature_slide_last{
padding-right:0;
border-right:none;
}

.feature-slide-scrollbar{
display: block;
width: 100%;
border-top:1px solid #eee;
height:30px;
cursor: pointer;
}

.ui-slider-handle{
background: #333;
position: relative;
top:0;
left:0;
height:30px;
display:block;
outline: none;
cursor: move;
width:100px;
}

.ui-slider-handle:hover{
background: #444;
}

.featured_post_slider .ui-icon{
background: transparent url(../images/skin-minimal/scrollbar-ui.png) center bottom no-repeat;
width:100%;
height:100%;
display: block;
}


.featured_post_slider .ui-slider { background: none; border:0; height: 2em; margin: 0 auto;  }
.featured_post_slider .ui-handle-helper-parent { position: relative; width: 100%; height: 100%; margin: 0 auto; }
