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

.wpcf7-submit,
.widget a.avia-button,
.avia-button{
color:#fff;
cursor:pointer;
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;
font-weight:bold;
}
.widget a.avia-button:hover,
.avia-button:hover{
background-position: 0 -4px;
opacity:0.8;
color:#fff;
text-decoration: none;
}

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



.avia-button.black{background-color: #222; 	border-color: #222; text-shadow: 0 -1px 0 rgba(0, 0, 0, 1); color: #fff; }
.avia-button.red{background-color: #B02B2C; 	border-color: #B02B2C; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); color: #5d1a1b; }
.avia-button.orange{background-color: #edae44; 	border-color: #edae44; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); color: #745521; }
.avia-button.green{background-color: #83a846; 	border-color: #83a846; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); color: #415324; }
.avia-button.blue{background-color: #7bb0e7; 	border-color: #7bb0e7; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); color: #3f5871; }
.avia-button.aqua{background-color: #4ecac2; 	border-color: #4ecac2; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); color: #286460; }
.avia-button.teal{background-color: #5f8789; 	border-color: #5f8789; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); color: #314445; }
.avia-button.purple{background-color: #745f7e; 	border-color: #745f7e; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); color: #3c3240; }
.avia-button.pink{background-color: #d65799;	border-color: #d65799; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); color: #692b4b; }
.avia-button.silver{background-color: #d7d7d7; 	border-color: #d7d7d7; text-shadow: 0 1px 0 rgba(255, 255, 255, 1); color: #444; }
.wpcf7-submit,
.avia-button.grey{background-color: #555; 	border-color: #555; text-shadow: 0 1px 0 rgba(0, 0, 0, 1); color: #fff; }

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

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

.widget a.avia-button.xl,
.avia-button.xl{
padding:0 17px 0px 17px;
font-size: 14px;
line-height: 42px;
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;}

.wpcf7-submit{padding:10px;}


/*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/pdficon.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:30%;
clear:none;
}

.pullquote_left {
float:left;
margin:1% 4% 1% 0;
padding:0 0 0 40px;
width:30%;
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:10px;
background: #f8f8f8;
border-top:1px solid;
border-bottom:1px solid;
border-color:#e1e1e1;
color:#777;
font-size: 12px;
line-height: 1.5em;
text-align: left;
margin:5px 0;
}

.avia-box a
{
	color: #333;
    font-weight: bold;
}

.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/pdficon.png") no-repeat center left; padding:2px 0 2px 22px;	}
.avia-box.custom_icon_none .avia-innerbox{padding:2px;}

.avia-box.note ,
.avia-box.info,
.avia-box.help,
{	 
background: #e4f2fc;
	background: -moz-linear-gradient(top,  #e4f2fc 0%, #d5eafb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4f2fc), color-stop(100%,#d5eafb));
	background: -webkit-linear-gradient(top,  #e4f2fc 0%,#d5eafb 100%);
	background: -o-linear-gradient(top,  #e4f2fc 0%,#d5eafb 100%);
	background: -ms-linear-gradient(top,  #e4f2fc 0%,#d5eafb 100%);
	background: linear-gradient(top,  #e4f2fc 0%,#d5eafb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f2fc', endColorstr='#d5eafb',GradientType=0 );
    background-repeat: repeat-x;
    border: 1px solid #94B0C5;
    color: #2F4555;
}

.avia-box.download
{
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7));
background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
background: linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
color:#333;
}
.avia-box.download a{color:#E69B19;font-weight:normal;}

.avia-box.alert {border-color:#E6DB55; background: #FFFFE0; color:#9d5501;}
.avia-box.tick 	{border-color:#8BAF5B; background: #E0F1B5; color:#4F5F39;}
.avia-box.error 
{
	background: #fdedee;
	background: -moz-linear-gradient(top,  #fdedee 0%, #fadcdd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdedee), color-stop(100%,#fadcdd));
	background: -webkit-linear-gradient(top,  #fdedee 0%,#fadcdd 100%);
	background: -o-linear-gradient(top,  #fdedee 0%,#fadcdd 100%);
	background: -ms-linear-gradient(top,  #fdedee 0%,#fadcdd 100%);
	background: linear-gradient(top,  #fdedee 0%,#fadcdd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdedee', endColorstr='#fadcdd',GradientType=0 );

    background-repeat: repeat-x;
    border: 1px solid #E08280;
    color: #AB292B;
}




/*iconbox*/
.iconbox{
overflow: hidden;
padding-bottom:10px;
}

.iconbox_icon{
float:left;
padding: 14px 8px 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: 11px;
}

.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{
font-size: 10px;
padding: 0 4px 0 0;
color:#aaa;
background: #fff;
}

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

.hr_text{
text-align: center;
}

.custom_hr_text{
background: #333;
color:#fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
display:inline-block;
font-size: 10px;
padding:0px 15px;
margin: 0 auto;
}

.custom_hr_text a{
color:#fff;
background: transparent;
}

.custom_hr_text a:hover{
color:#aaa;
text-decoration: underline;
}


/*content slider, tabs, toggles*/

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

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

.contentSlideControlls{
position: relative;
padding-top:12px;
}

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

.contentSlideControlls a:hover, #top .related_posts .contentSlideControlls a:hover{
text-decoration: none;
background: #333;
color: #fff;
}

.contentSlideControlls a.activeItem, #top .related_posts .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%;
}

.widget .tabcontainer{
padding-top:0px;
}


.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{
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;	
}

/*Coloured columns*/
.coloured_col
{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; 
margin-top:20px;
}

.coloured_col h3
{
	color:#fff;
	padding:10px;
}
.coloured_col .colBody{padding:10px;}

.coloured_col.blue h3
{
	background: #189BD7;
	background: #47acd3;
	background: -moz-linear-gradient(top,  #47acd3 0%, #189bd7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#47acd3), color-stop(100%,#189bd7));
	background: -webkit-linear-gradient(top,  #47acd3 0%,#189bd7 100%);
	background: -o-linear-gradient(top,  #47acd3 0%,#189bd7 100%);
	background: -ms-linear-gradient(top,  #47acd3 0%,#189bd7 100%);
	background: linear-gradient(top,  #47acd3 0%,#189bd7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47acd3', endColorstr='#189bd7',GradientType=0 );

}
.coloured_col.blue
{	 
	background: #e4f2fc;
	background: -moz-linear-gradient(top,  #e4f2fc 0%, #d5eafb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4f2fc), color-stop(100%,#d5eafb));
	background: -webkit-linear-gradient(top,  #e4f2fc 0%,#d5eafb 100%);
	background: -o-linear-gradient(top,  #e4f2fc 0%,#d5eafb 100%);
	background: -ms-linear-gradient(top,  #e4f2fc 0%,#d5eafb 100%);
	background: linear-gradient(top,  #e4f2fc 0%,#d5eafb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f2fc', endColorstr='#d5eafb',GradientType=0 );
    background-repeat: repeat-x;
    border: 1px solid #71a1c4;
    color: #2F4555;
}

.coloured_col.green h3
{
	background: #6b863a;
	background: -moz-linear-gradient(top,  #6b863a 0%, #437010 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b863a), color-stop(100%,#437010));
	background: -webkit-linear-gradient(top,  #6b863a 0%,#437010 100%);
	background: -o-linear-gradient(top,  #6b863a 0%,#437010 100%);
	background: -ms-linear-gradient(top,  #6b863a 0%,#437010 100%);
	background: linear-gradient(top,  #6b863a 0%,#437010 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b863a', endColorstr='#437010',GradientType=0 );
}
.coloured_col.green{border:solid 1px #6B863A; background: #E0F1B5; color:#4F5F39;}

.coloured_col.orange h3
{
background: #e58e02;
background: -moz-linear-gradient(top,  #e58e02 0%, #d37502 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e58e02), color-stop(100%,#d37502));
background: -webkit-linear-gradient(top,  #e58e02 0%,#d37502 100%);
background: -o-linear-gradient(top,  #e58e02 0%,#d37502 100%);
background: -ms-linear-gradient(top,  #e58e02 0%,#d37502 100%);
background: linear-gradient(top,  #e58e02 0%,#d37502 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e58e02', endColorstr='#d37502',GradientType=0 );
}
.coloured_col.orange{border:solid 1px #E69B19; background: #F7EAAA; color:#a85b02;}

.coloured_col.purple h3
{
background: #a973b0;
background: -moz-linear-gradient(top,  #a973b0 0%, #a660af 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a973b0), color-stop(100%,#a660af));
background: -webkit-linear-gradient(top,  #a973b0 0%,#a660af 100%);
background: -o-linear-gradient(top,  #a973b0 0%,#a660af 100%);
background: -ms-linear-gradient(top,  #a973b0 0%,#a660af 100%);
background: linear-gradient(top,  #a973b0 0%,#a660af 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a973b0', endColorstr='#a660af',GradientType=0 );

}
.coloured_col.purple{border:solid 1px #A973B0; background: #F0D1FF; color:#774781;}

.coloured_col.red h3
{
background: #ab292b;
background: -moz-linear-gradient(top,  #ab292b 0%, #960303 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ab292b), color-stop(100%,#960303));
background: -webkit-linear-gradient(top,  #ab292b 0%,#960303 100%);
background: -o-linear-gradient(top,  #ab292b 0%,#960303 100%);
background: -ms-linear-gradient(top,  #ab292b 0%,#960303 100%);
background: linear-gradient(top,  #ab292b 0%,#960303 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab292b', endColorstr='#960303',GradientType=0 );
}
.coloured_col.red
{
	background: #fdedee;
	background: -moz-linear-gradient(top,  #fdedee 0%, #fadcdd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdedee), color-stop(100%,#fadcdd));
	background: -webkit-linear-gradient(top,  #fdedee 0%,#fadcdd 100%);
	background: -o-linear-gradient(top,  #fdedee 0%,#fadcdd 100%);
	background: -ms-linear-gradient(top,  #fdedee 0%,#fadcdd 100%);
	background: linear-gradient(top,  #fdedee 0%,#fadcdd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdedee', endColorstr='#fadcdd',GradientType=0 );
    border: 1px solid #AB292B;
    color: #AB292B;
}