/********** Shortcode: Animation Box *************************************************************/
.ABs-animo,
.ABs-animo-children > *{
	visibility: hidden;
}


/********** Shortcode: Columns *************************************************************/
.ABs_row{
	width: 100%;
}

.ABs_row:before,
.ABs_row:after{
	display: table;
	line-height: 0;
	content: "";
}

.ABs_row:after{
	clear: both;
}

.ABs_row [class*="span"]{
	display: block;
	float: left;
	width: 100%;
	min-height: 20px;
	margin-left: 2.564102564102564%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.ABs_row [class*="span"]:first-child{
	margin-left: 0;
}

.ABs_row .ABs_span12, .ABs_span12 {width: 100%;}
.ABs_row .ABs_span11, .ABs_span11 {width: 91.45299145299145%;}
.ABs_row .ABs_span10, .ABs_span10 {width: 82.90598290598291%;}
.ABs_row .ABs_span9, .ABs_span9   {width: 74.35897435897436%;}
.ABs_row .ABs_span8, .ABs_span8   {width: 65.81196581196581%;}
.ABs_row .ABs_span7, .ABs_span7   {width: 57.26495726495726%;}
.ABs_row .ABs_span6, .ABs_span6   {width: 48.71794871794872%;}
.ABs_row .ABs_span5, .ABs_span5   {width: 40.17094017094017%;}
.ABs_row .ABs_span4, .ABs_span4   {width: 31.62393162393162%;}
.ABs_row .ABs_span3, .ABs_span3   {width: 23.07692307692308%;}
.ABs_row .ABs_span2, .ABs_span2   {width: 14.52991452991453%;}
.ABs_row .ABs_span1, .ABs_span1   {width: 5.982905982905983%;}


/********** Shortcode: Abbreviation *************************************************************/
.ABs-abbr{
	border-bottom: 1px dotted #666;
	cursor: help;
}


/********** jQuery UI helpers *************************************************************/
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after { 
	content: "";
	display: table;
}

.ui-helper-clearfix:after { 
	clear: both;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}


/********** Shortcode: Tabs *************************************************************/
.ABs-tabs {
	position: relative; 
} 

.ABs-tabs .ui-tabs-nav {
	margin: 0;
	border-bottom: 1px solid #eeeeee;
}

.ABs-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	border-bottom: 0;
	padding: 0 0 15px 0;
	margin-right: 30px;
	white-space: nowrap;
	min-width: 110px;
	text-align: center;
	margin-left: 0;
}

.ABs-tabs .ui-tabs-nav li a {
	text-decoration: none;
}

.ABs-tabs .ui-tabs-nav li a{
	font-weight: 700;
	color: #656565;
}

.ABs-tabs .ui-tabs-nav li:hover a{
	color: #093d71;
}

.ABs-tabs .ui-tabs-nav li.ui-tabs-active a{
	color: #093d71;
}

.ABs-tabs .ui-tabs-nav li.ui-tabs-active:after{
	display: block;
	height: 6px;
	width: 100%;
	content:"";
	background: url('../images/tab_after.png') center top no-repeat;
	position: absolute;
	bottom: -7px;
}

.ABs-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}

.ABs-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
} 

.ABs-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding-top: 36px;
}

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

.ABs-tabs-position-bottom .ui-tabs-nav {
	border-bottom: none;
	border-top: 1px solid #eeeeee;
	position: absolute;
	bottom:0;
	z-index: 2;
}

.ABs-tabs-position-bottom .ui-tabs-nav li.ui-tabs-active:after{
	display: block;
	height: 6px;
	width: 100%;
	content:"";
	background: url('../images/tab-bottom_after.png') center top no-repeat;
	position: absolute;
	top: -7px;
}

.ABs-tabs-position-bottom .ui-tabs-panel {
	padding: 0 0 78px 0;
}

.ABs-tabs-position-left .ui-tabs-nav {
	margin: 0;
	border-bottom:none;
	border-right: 1px solid #eeeeee;
	width: 270px;
	position: absolute;
	padding-bottom: 40px;
}

.ABs-tabs-position-left .ui-tabs-nav li{
	float: none;
	text-align: right;
	line-height: 37px;
	padding: 0 40px 0 0;
	margin-right: 0;
}

.ABs-tabs-position-left .ui-tabs-nav li.ui-tabs-active{
	background: #cee6e6;
}

.ABs-tabs-position-left .ui-tabs-nav li.ui-tabs-active:after{
	display: block;
	height: 37px;
	width: 7px;
	content:"";
	background: url('../images/tab-left_after.png') 0 50% no-repeat;
	position: absolute;
	right: -7px;
	top: 0;
}

.ABs-tabs-position-left .ui-tabs-panel {
	margin-left: 300px;
	padding-top:0;
}

.ABs-tabs-position-right .ui-tabs-nav {
	margin: 0;
	border-bottom:none;
	border-left: 1px solid #eeeeee;
	width: 270px;
	position: absolute;
	right:0;
	padding-bottom: 40px;
}

.ABs-tabs-position-right .ui-tabs-nav li{
	float: none;
	text-align: left;
	line-height: 37px;
	padding: 0 0 0 40px;
	margin-right: 0;
}

.ABs-tabs-position-right .ui-tabs-nav li.ui-tabs-active{
	background: #cee6e6;
}

.ABs-tabs-position-right .ui-tabs-nav li.ui-tabs-active:after{
	display: block;
	height: 37px;
	width: 7px;
	content:"";
	background: url('../images/tab-right_after.png') 0 50% no-repeat;
	position: absolute;
	left: -7px;
	top: 0;
}

.ABs-tabs-position-right .ui-tabs-panel {
	margin-right: 300px;
	padding-top:0;
}


/********** Shortcode: Accordion *************************************************************/
.ABs-accordion .ui-accordion-header { 
	display: block; 
	cursor: pointer; 
	position: relative;
	border-bottom: 1px solid #eeeeee;color:#666666;
	font-weight:normal;
	padding: 20px 0 20px 40px;
	-webkit-transition: border-width 0.8s ease-in-out; 
	-moz-transition: border-width 0.8s ease-in-out; 
	-o-transition: border-width 0.8s ease-in-out; 
	-ms-transition: border-width 0.8s ease-in-out; 
	transition: border-width 0.8s ease-in-out;
	margin: 0 !important;
}

.ABs-accordion .ui-accordion-header-active {
	border-bottom: 0px;
}

.ABs-accordion .ui-accordion-content { 
	border-top: 0; 
	overflow: auto; 
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 20px;
}

.ABs-accordion .ui-accordion-header-icon{
	display: block;
	position: absolute;
	left: 0;
	top: 17px;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
	line-height: 30px;
	font-family: 'WebHostingHub-Glyphs';
	font-size: 14px;
}

.ABs-accordion .ui-icon-triangle-1-e{
	background: #ccc;
	color: #666;
}

.ABs-accordion .ui-icon-triangle-1-e:before{
	content: "\002b";
}

.ABs-accordion .ui-icon-triangle-1-s{
	background: #666;
	color: #fff;
}

.ABs-accordion .ui-icon-triangle-1-s:before{
	content: "\2212";
}


/********** Shortcode: Tables *************************************************************/
.ABs-table-hover table,
.ABs-table-striped table{
	border-collapse:separate;
	line-height: 2 !important;
}

.ABs-table-condensed table{
	line-height: 1 !important;
	border-collapse:separate;
}

.ABs-table-hover table tr,
.ABs-table-striped table tr,
.ABs-table-condensed table tr{
	border-top: 1px solid #eee !important;
}

.ABs-table-hover table th,
.ABs-table-striped table th,
.ABs-table-condensed table th,
.ABs-table-hover table td,
.ABs-table-striped table td,
.ABs-table-condensed table td{
	padding: 2px 10px;
}

.ABs-table-striped table tr:nth-child(2n+1){
	background: #f9f9f9;
}

.ABs-table-hover table tr:hover{
	background: #efefef;
}


/********** Shortcode: Alert boxes *************************************************************/
.ABs_alert_success,
.ABs_alert_info,
.ABs_alert_warning,
.ABs_alert_error{
	margin-bottom: 40px;
	padding: 19px 48px 19px 19px;
	position: relative;
}

.ABs_alert_success i,
.ABs_alert_info i,
.ABs_alert_warning i,
.ABs_alert_error i{
	margin-right: 19px;
}

.ABs_alert_success,
.ABs_alert_success .ABs_alert_box_close{
	background: #e9f3d2;
	color: #91b64f;
}

.ABs_alert_info,
.ABs_alert_info .ABs_alert_box_close{
	background: #cee6e6;
	color: #1e6d81;
}

.ABs_alert_warning,
.ABs_alert_warning .ABs_alert_box_close{
	background: #fbf2e3;
	color: #ffad77;
}

.ABs_alert_error,
.ABs_alert_error .ABs_alert_box_close{
	background: #ffe9e9;
	color: #d04544;
}

.ABs_alert_box_close{
	cursor: pointer;
	position: absolute;
	top: 19px;
	right: 19px;
}


/********** Shortcode: Blockquote *************************************************************/
.ABs_blockquote{
	font-size: 28px;
	font-style: italic;
}

.ABs_blockquote small{
	font-size: 16px;
	font-weight: 400;
	color: #656560;
	display: block;
	margin-top: 36px;
}


/********** Shortcode: UL *************************************************************/
.ABs_shortcode_ul{
	list-style: none !important;
}

.ABs_shortcode_ul li{
	list-style: none !important;
}


/********** Shortcode: Follow us links *************************************************************/
.ABs_follow_us{
	font-size: 16px;
}

.ABs_follow_us a{
	margin-right: 8px;
	text-decoration: none;
}

.ABs_follow_us a:hover{
	text-decoration: none;
}


/********** Shortcode: Stats Excerpt *************************************************************/
.ABs_stats_excerpt{
	color: #093d71;
}

.ABs_stats_excerpt i{
	font-size: 32px;
	margin-right: 13px;
}

.ABs_stats_excerpt .ABs_stats_number,
.ABs_stats_excerpt .ABs_stats_number_sign{
	color: #097d89;
	font-size: 32px;
	font-weight: 700;
}

.ABs_stats_excerpt p{
	font-size: 18px;
	padding-top: 11px;
}


/********** Shortcode: Team *************************************************************/
.ABs_team_member{
	text-align: center;
	padding-bottom: 21px;
}

.ABs_team_member .ABs_overlayed{
	position: relative; 
	line-height: 1;
}

.ABs_team_member .ABs_overlayed .ABs_overlay {
	width: 100%; 
	height: 100%; 
	position: absolute; 
	overflow: hidden; 
	top: 0; 
	left: 0; 
	filter: alpha(opacity=0); 
	opacity: 0; 
	background:#093d71; 
	-webkit-transition: all 0.4s ease-in-out; 
	-moz-transition: all 0.4s ease-in-out; 
	-o-transition: all 0.4s ease-in-out; 
	-ms-transition: all 0.4s ease-in-out; 
	transition: all 0.4s ease-in-out; 
}

.ABs_team_member:hover .ABs_overlayed .ABs_overlay {
	filter: alpha(opacity=100); 
	opacity: 1; 
	background:rgba(9,61,113,0.75); 
}

.ABs_team_member .ABs_overlayed .ABs_overlay p{
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -20px;
	height: 40px;
	line-height: 40px;
}

.ABs_team_member .ABs_overlayed .ABs_overlay p a{
	color: #fff;
	text-decoration: none;
}

.ABs_team_member .ABs_overlayed .ABs_overlay p a:hover{
	color: #cee6e6;
}

.ABs_team_member .ABs_overlayed .ABs_overlay i{
	font-size: 25px;
	margin: 0 8px;
}


.ABs_team_member .ABs_team_member_name{
	display: block;
	font-weight: 700;
	font-size: 19px;
	color: #093d71;
	margin-top: 15px;
}

.ABs_team_member .ABs_team_member_position{
	display: block;
	font-size: 14px;
	color: #929292;
}


/********** Shortcode: Priceboxes *************************************************************/
.ABs_pricing-table-1,
.ABs_pricing-table-2{
	text-align: center;
} 

.ABs_pricing-table-1 .ABs_pricebox_header{
	background: #cee6e6;
	color: #093d71;
	text-align: center;
	padding: 35px 0 45px 0;
	margin-bottom: 20px;
}

.ABs_pricing-table-1 .ABs_pricebox_featured_text{
	margin-bottom: 3px;
	min-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}

.ABs_pricing-table-1 .ABs_popular-plan .ABs_pricebox_featured_text{
	background: #434342;
}

.ABs_pricing-table-1 .ABs_pricebox_name{
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	margin-bottom: 36px;
}

.ABs_pricing-table-1 .ABs_pricebox_currency{
	font-size: 30px;
	position: relative;
	top: -20px;
}

.ABs_pricing-table-1 .ABs_pricebox_price{
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 42px;
	display: inline-block;
}

.ABs_pricing-table-1 .ABs_pricebox_monthly{
	font-size: 23px;
}

.ABs_pricing-table-1 .ABs_pricebox_decsription{
	display: block;
	font-style: italic;
}

.ABs_pricing-table-1 .ABs_pricebox_feature{
	border-bottom: 1px solid #d9d9d9;
	display: block;
	padding: 14px 40px 15px 40px;
	text-align: left;
}

.ABs_pricing-table-1 .ABs_pricebox_feature:last-child{
	border-bottom: none;
}

.ABs_pricing-table-2 .ABs_pricebox_header{
	background: #cee6e6;
	color: #093d71;
	text-align: center;
}

.ABs_pricing-table-2 .ABs_pricebox_name{
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	padding: 15px;
	border-bottom: 2px solid #fff;
}

.ABs_pricing-table-2 .ABs_popular-plan .ABs_pricebox_name{
	background: #1e6d81;
	color: #fff;
}

.ABs_pricing-table-2 .ABs_pricebox_currency{
	font-size: 15px;
	position: relative;
	top: -33px;
}

.ABs_pricing-table-2 .ABs_pricebox_price{
	font-size: 65px;
	font-weight: 300;
	line-height: 65px;
	display: inline-block;
	padding-bottom: 26px;
	padding-top: 21px;
}

.ABs_pricing-table-2 .ABs_pricebox_monthly{
	font-size: 12px;
}

.ABs_pricing-table-2 .ABs_pricebox_decsription{
	display: block;
	font-style: italic;
	padding-bottom: 30px;
}

.ABs_pricing-table-2 .ABs_pricebox_feature{
	background: #ededeb;
	display: block;
	border-bottom: 1px solid #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

.ABs_pricing-table-2 .ABs_pricebox_feature:last-of-type{
	border-bottom: 4px solid #cee6e6;
}

.ABs_pricing-table-2 .ABs_button{
	margin-top: 40px;
	margin-right: 0;
}

.ABs_pricebox_feature .icon-ok{
	color:#01f001;
}

.ABs_pricebox_feature .icon-remove{
	color:red;
}


/********** Shortcode: Progress bar *************************************************************/
.ABs_meter {
	font-size: 16px !important;
	margin-bottom: 20px;
	background: #d9d9d9 !important;
	margin-left: 200px;
	height: 47px;
}

.ABs_meter > span {
	font-size: 16px !important;
	display: block;
	text-indent: 20px;
	background: #1e6d81 !important;
	color: #fff !important;
	overflow: hidden;
	height: 47px;
	line-height: 47px;
}

.ABs_meter_label{
	font-size: 16px;
	line-height: 47px;
	float: left;
}


/********** Shortcode: Service boxes *************************************************************/
.ABs_service_box{
	text-align: center;
	margin-bottom: 55px;
	padding-top: 0;
}

.ABs_service_box .ABs_icon_boxed{
	display: inline-block;
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #cee6e6;
	position: relative;
	margin-bottom: 24px;
	text-decoration: none;
}

.ABs_service_box .ABs_icon_boxed i{
	font-size: 48px;
	color: #093d71;
	line-height: 100px;
	position: relative;
	top: -1px;
}

.ABs_service_box:hover .ABs_icon_boxed{
	background: #093d71;
}

.ABs_service_box:hover .ABs_icon_boxed i{
	color: #fff;
}

.ABs_service_box .ABs_icon_boxed:hover:after{
	border-top: 9px solid #093d71;
	transition: all 180ms ease-in;
	-webkit-transition: all 180ms ease-in;
}

.ABs_service_box p{
	margin-bottom: 22px;
}

.ABs_service_box h3{
	margin-bottom: 19px;
}


/********** Shortcode: Divider *************************************************************/
.ABs_divider{
	text-align: right;
	line-height: 20px;
	border-top: 1px solid #eeeeee;
	margin: 10px;
}

.ABs_divider a{
	text-decoration: none;
	display: inline-block;
}

.ABs_divider a:hover{
	text-decoration: none;
}

.ABs_divider i{
	position: relative;
	top: 2px;
}

.ABs_divider_dashed{
	border-top: 1px dashed #eeeeee;
}

.ABs_divider_dotted{
	border-top: 1px dotted #eeeeee;
}


/********** Shortcode: Pullquote *************************************************************/
.ABs_pullquote{
	padding: 20px 20px 20px 0;
	font-size: 1.6em;
	float: left;
}

.ABs_pullquote_right{
	padding: 20px 0 20px 20px;
	font-size: 1.6em;
	float: right;
}


/********** Shortcode: Tooltip *************************************************************/
.ABs_tooltip{
	cursor: pointer;
}


/********** Shortcode: Source Code *************************************************************/
.ABs_prettyprint{
	padding: 24px !important;
}

.ABs_prettyprint ol{
	margin: 0 !important;
	padding: 0 !important;
	list-style: decimal outside !important;
}

.ABs_prettyprint li{
	margin-left: 20px !important;
	list-style: decimal outside !important;
}


/********** Shortcode: RSS Feed *************************************************************/
.ABs_rss,
.ABs_rss li{
	list-style: none !important;
	margin-left: 0 !important;
}


/********** Shortcode: Children *************************************************************/
.ABs_children,
.ABs_children li{
	list-style: none !important;
	margin-left: 0 !important;
}


/********** Shortcode: Sitemap *************************************************************/
.ABs_sitemap,
.ABs_sitemap li{
	list-style: none !important;
}


/********** Shortcode: Dropcap *************************************************************/
.ABs_dropcap{
	display: block;
	width: 54px;
	height: 54px;
	font-size: 50px;
	line-height: 54px;
	background: #1e6d81;
	text-align: center;
	color: #fff;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}


/********** Shortcode: Videos *************************************************************/
	.ABs-videoWrapper-youtube{
		position:relative;
		padding-bottom:56.25%;
		padding-top:0px;
		height:0;
		overflow:hidden;
	}

	.ABs-videoWrapper-youtube iframe,
	.ABs-videoWrapper-youtube object,
	.ABs-videoWrapper-youtube embed{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}

	.ABs-videoWrapper-vimeo{
		position:relative;
		padding-bottom:53%;
		padding-top:30px;
		height:0;
		overflow:hidden;
	}

	.ABs-videoWrapper-vimeo iframe,
	.ABs-videoWrapper-vimeo object,
	.ABs-videoWrapper-vimeo embed{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}
