#if(${xf.ViewXmlSetting("loadingenabled","false")} == "true")

	#if(${xf.ViewXmlSetting("loadinggif","false")} == "false")
		@import url( pacestyle/${xf.ViewXmlSetting("loadingstyle","barber-shop")}.css );
	#end	
	#if(${xf.ViewXmlSetting("loadinggif","false")} == "true")
	.pace_bg{
	#if(${xf.ViewXmlSetting("loadinggifsytle","Default Gif")} == "Default Gif")
		background-image:url(Thumbnails/${xf.ViewXmlSetting("loadinggiflist","loadinggiflist")}.gif);
	#end	
	#if(${xf.ViewXmlSetting("loadinggifsytle","loadinggiflist")} == "User-defined Gif")
		background-image:url(${xf.ViewPicture("loadinggifus","images/No-bg.png")});
	#end	
		background-position:center center;
		background-repeat:no-repeat;
	}
	
	#end	
	.pace-running-ie .pace_bg{
	#if(${xf.ViewXmlSetting("loadinggifsytle","Default Gif")} == "Default Gif")
		background-image:url(Thumbnails/${xf.ViewXmlSetting("loadinggiflist","loadinggiflist")}.gif);
	#end	
	#if(${xf.ViewXmlSetting("loadinggifsytle","loadinggiflist")} == "User-defined Gif")
		background-image:url(${xf.ViewPicture("loadinggifus","images/No-bg.png")});
	#end	
		background-position:center center;
		background-repeat:no-repeat;
	}

	.pace_bg,
	.pace-running .pace_bg {
		background-color:${xf.ViewXmlSetting("loadingbackgroundcolor","#FFF")};
	}
	.pace .pace-progress:after {
		color: ${xf.ViewXmlSetting("loadingcolor","#00bfa7")};
	}
	.pace .pace-progress {
		background-color:${xf.ViewXmlSetting("loadingcolor","#00bfa7")};
		border-color:${xf.ViewXmlSetting("loadingcolor","#00bfa7")};
	}
	.pace {
		border-color:${xf.ViewXmlSetting("loadingcolor","#00bfa7")};
	}
	.pace .pace-activity {
		background-color:${xf.ViewXmlSetting("loadingcolor","#00bfa7")};
		border-color:${xf.ViewXmlSetting("loadingcolor","#00bfa7")};
	}
	.pace .pace-activity:after,
	.pace .pace-activity:before {
		border-color:${xf.ViewXmlSetting("loadingcolor","#00bfa7")};
	}
	.pace .pace-progress:before {
		background-color:${xf.ViewXmlSetting("loadingcolor","#00bfa7")};
	}
	.pace .pace-progress-inner {
		box-shadow: 0 0 10px ${xf.ViewXmlSetting("loadingcolor","#00bfa7")}, 0 0 5px ${xf.ViewXmlSetting("loadingcolor","#00bfa7")};
	}
	.pace .pace-activity {
		box-shadow: inset 0 0 0 2px ${xf.ViewXmlSetting("loadingcolor","#00bfa7")}, inset 0 0 0 7px #FFF;
	}
#end 


#Body ,
html, 
body ,
.Head,
.SubHead ,
.SubSubHead ,
.Normal {
	color:${xf.ViewXmlSetting("contentfontcolor","#666666")};
	font-size:${xf.ViewXmlSetting("contentfontsize","13")}px;
	font-family:'${xf.ViewXmlSetting("contentfontfamily","Open Sans")}';
	line-height:${xf.ViewXmlSetting("contentlineheight","1.8")};
}
.btn,
.ls-layer, 
.ls-layer *,
.Banner_smallTitle{
	font-family:'${xf.ViewXmlSetting("contentfontfamily","Open Sans")}'!important;	
}
/* body style*/
.body_bg {
	#if(${xf.ViewXmlSetting("Backgroundcolorsytle","Default Image")} == "Default Image" || ${xf.ViewXmlSetting("Backgroundcolorsytle","Default Image")} == "Default Image And Background Color")
		#if(${xf.ViewXmlSetting("ContentdefaultImage","Body_bg_1")} == "Body_bg_1")
			background-image:url(images/Body_bg_1.png);	
		#end
		#if(${xf.ViewXmlSetting("ContentdefaultImage","Body_bg_1")} == "Body_bg_2")
			background-image:url(images/Body_bg_2.png);
		#end
		#if(${xf.ViewXmlSetting("ContentdefaultImage","Body_bg_1")} == "Body_bg_3")
			background-image:url(images/Body_bg_3.png);
		#end
		#if(${xf.ViewXmlSetting("ContentdefaultImage","Body_bg_1")} == "Body_bg_4")
			background-image:url(images/Body_bg_4.png);
		#end
		#if(${xf.ViewXmlSetting("ContentdefaultImage","Body_bg_1")} == "Body_bg_5")
			background-image:url(images/Body_bg_5.png);
		#end
	#end
	#if(${xf.ViewXmlSetting("Backgroundcolorsytle","Default Image")} == "Background Color" || ${xf.ViewXmlSetting("Backgroundcolorsytle","Default Image")} == "Default Image And Background Color" || ${xf.ViewXmlSetting("Backgroundcolorsytle","Default Image")} == "Page Background And Background Color")
		background-color:${xf.ViewXmlSetting("Backgroundcolor","#FFFFFF")};
	#end
	background-position:${xf.ViewXmlSetting("Backgroundposition","left")} ${xf.ViewXmlSetting("Backgroundpositiony","top")};
	background-attachment:${xf.ViewXmlSetting("Backgroundattachment","scroll")};
	#if( ${xf.ViewXmlSetting("Backgroundrepeat","repeat")} == "no")
	background-repeat:no-repeat;
	#end
	#if( ${xf.ViewXmlSetting("Backgroundrepeat","repeat")} == "x")
	background-repeat:repeat-x;
	#end
	#if( ${xf.ViewXmlSetting("Backgroundrepeat","repeat")} == "y")
	background-repeat:repeat-y;
	#end
	#if( ${xf.ViewXmlSetting("Backgroundrepeat","repeat")} == "repeat")
	background-repeat:repeat;
	#end
	background-size:${xf.ViewXmlSetting("Backgroundsize","auto")} ;
}
#if(${xf.ViewXmlSetting("Backgroundcolorsytle","Default Image")} == "Page Background" || ${xf.ViewXmlSetting("Backgroundcolorsytle","Default Image")} == "Page Background And Background Color")
	#if( ${xf.ViewXmlSetting("Backgroundattachment","scroll")} == "scroll") 	
		.body_bg {
			position:relative;
		}		
		.Page_box_bg {
			width:100%;
			height:100%;		
			position:absolute;
			top:0;
			left:0px;
			margin:0px;
			padding:0px;
			z-index:0;
		}
#end	
	#if( ${xf.ViewXmlSetting("Backgroundattachment","scroll")} == "fixed")		
	   .Page_box_bg {
			width:100%;
			height:100%;		
			position:fixed;
			top:0;
			left:0px;
			margin:0px;
			padding:0px;
			z-index:0;
		}
#end	
	.Page_box_bg li {
		list-style:none;
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		#if( ${xf.ViewXmlSetting("Backgroundrepeat","repeat")} == "no")
		background-repeat:no-repeat;
		#end
		#if( ${xf.ViewXmlSetting("Backgroundrepeat","repeat")} == "x")
		background-repeat:repeat-x;
		#end
		#if( ${xf.ViewXmlSetting("Backgroundrepeat","repeat")} == "y")
		background-repeat:repeat-y;
		#end
		#if( ${xf.ViewXmlSetting("Backgroundrepeat","repeat")} == "repeat")
		background-repeat:repeat;
		#end
		background-position:${xf.ViewXmlSetting("Backgroundposition","left")} ${xf.ViewXmlSetting("Backgroundpositiony","top")};
		background-size:${xf.ViewXmlSetting("Backgroundsize","auto")};
		z-index:0;
		display:none;
	}
	.Page_box_bg li.selected{
		z-index:1;
		width:100%;
		height:100%;
	}
	.Page_box_bg li img {
		display:none;
	}
#end

/* body style end*/

#if( ${xf.ViewXmlSetting("contentlayout","full")} == "full")
	#dnn_wrapper{width:auto; background:#FFF;}
#end

#if( ${xf.ViewXmlSetting("contentlayout","full")} == "boxed")
#dnn_wrapper{
	width:980px;
	margin:auto;
	background:#FFF;
	box-shadow:0 0 10px rgba(0,0,0,0.4);	
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.4); 	
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.4);
}
@media (min-width: 1200px) {
	#dnn_wrapper {
		width:1170px;
	}	
}
@media (min-width: 768px) and (max-width: 991px) {
	#dnn_wrapper {
		width: 750px;
	}
}
@media (max-width: 767px) {
	#dnn_wrapper {
		width: auto;
	}
}
#end

/*Add*/
.Testimonials_H3 .last_page:hover,
.Testimonials_H3 .next_page:hover{
    background-color: #fff!important;   
    color: #000!important;}
.H4_Team .photo_box .ico span{
    background:none;}

.H4_Team .team_social a span{
  color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
.H4_Team .team_social a span:hover{
   background:${xf.ViewXmlSetting("AccentColour","#00bfa7")};}

/*home1*/  
.carousel_6 .photo_box h3,
.backgroundImage01 h2 span,
.accordion_6 .panel-heading .panel-title a, .accordion_6 .panel-heading .panel-title a:hover,
.price-table7.price-table .price_holder ul li span,
.H7_list_box li span,
.H4_Testimonials_1 small span,
.con_a .title,
.chart_list_3 h2,
.chart_list_3,
.H6_social a:hover span.social,
.chart_list_3 .percentage1,
.H7_tit_con .H7_tit .icon span,
.H7_Services_box span,
.H7_team .team_social a:hover span.social,
.con_a .left .box .icon, .con_a .right .box .icon,
.H4_Contact .H4_Contact_icon,
.price-table9 .price_border:hover .price_box,
.chart_list_H3.chart_list .percentage .percentage_inner,
.price-table9 .price_holder ul li span{
	color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}   
.carousel_6 .photo_box:hover .pic_box {
    border-bottom: 7px solid ${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
.carousel_6 .owl-page.active,
.loaded_list_2 .progress-bar,
.functionList_5 .functionBox .Ico_border,
.sequence_list .Ico:hover,
.price-table7 .price_title span,
.H2_bg,
a.H2_headline_right_button,
a.H7_bnt02,
.H4_Team .photo_box .shade,
.H7_Four_bg,
.H6_One_bg,
.H6_Two_con:hover .Icon span,
.H6_social a:hover,
.Theme_Responsive_20043_home6 button.btn, .Theme_Responsive_20043_home6 input.btn[type="submit"], .Theme_Responsive_20043_home6 input.btn[type="reset"] ,
.carousel_7 .owl-buttons .owl-prev:hover, .carousel_7 .owl-buttons .owl-next:hover,
.H7_OneCon .Icon{
  background:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}  

.loaded_list3 .progress .bar,
.H7_team .team_social a:hover,
.price-table9 .price_border:hover .price_title{
    background-color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
a.New_bnt01:hover {
    background:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
    border: 2px solid ${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
.sequence_list .Ico{
     border: 2px solid ${xf.ViewXmlSetting("AccentColour","#00bfa7")};
	 color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};	 
}
.price-table7 > div > .price_border{
      border-color:${xf.ViewXmlSetting("AccentColour","#00bfa7")} #e2e2e2 #e2e2e2;
}
.price-table7 > div > .price_border:hover{
    border-color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
.H3_carouse.carousel .owl-buttons .owl-prev:hover:before, .H3_carouse.carousel .owl-buttons .owl-next:hover:before{
    border-bottom: 5px solid ${xf.ViewXmlSetting("AccentColour","#00bfa7")};
    border-left: 5px solid ${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
.H4_Contact .H4_Contact_icon,
.con_a .left .box .icon, .con_a .right .box .icon,
.price-table9 .price_holder a.btn{
    border: 1px solid ${xf.ViewXmlSetting("AccentColour","#00bfa7")};   	 
}
.carousel_7 .photo_box a.H5_More span:after{
     border-bottom: 1px solid ${xf.ViewXmlSetting("linkcolor","#00bfa7")};
    border-right: 1px solid ${xf.ViewXmlSetting("linkcolor","#00bfa7")};
}
.H6_carouse.carousel .owl-buttons .owl-prev:hover:before, .H6_carouse.carousel .owl-buttons .owl-next:hover:before{
     border-bottom: 1px solid ${xf.ViewXmlSetting("AccentColour","#00bfa7")};
    border-left: 1px solid ${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
.H6_tit:after,
.H7_tit02_con h2:before {
    border-bottom: 2px solid ${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
.H6_team .photo_box:hover {
    border: 5px solid ${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
.price-table9 .price_holder a.btn{
    color:  ${xf.ViewXmlSetting("AccentColour","#00bfa7")}!important;
}
.price-table9 .price_border:hover .price_holder a.btn {
	background-color: ${xf.ViewXmlSetting("AccentColour","#00bfa7")}!important;	
}


A, A:link,
A:active,
A:visited,
A:hover {
	color:${xf.ViewXmlSetting("linkcolor","#00bfa7")};
}

.Theme_21_LinkAndZoom_Normal .carousel_title,
.Theme_21_LinkAndZoom_Default .carousel_title:hover,
.Blog_list li span ,
.tabs-top-group2 .panel-heading:hover .accordion_icon,
#dnn_wrapper .Theme_19_Normal .filter_navigation ul li.selected a,
#dnn_wrapper .Theme_19_Normal .filter_navigation ul li a:hover,
a.social:hover,
a.fa:hover,
.isotope_grid .isotope_group a:hover,.isotope_grid .isotope_group a.active{
	color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}

.Theme_21_LinkAndZoom_Normal .pager a.selected,
.Theme_21_LinkAndZoom_Normal .prev:hover,
.Theme_21_LinkAndZoom_Normal .next:hover,
.Theme_21_LinkAndZoom_Default .pager a.selected,
.Theme_21_LinkAndZoom_Default .prev:hover,
.Theme_21_LinkAndZoom_Default .next:hover
 {
	background-color:${xf.ViewXmlSetting("AccentColour","#00bfa7")}!important;
}

.nav-tabs > .active > a, 
.nav-tabs > .active > a:hover,
.tabs-left .nav-tabs > .active > a, 
.tabs-left .nav-tabs > .active > a:hover,
.tabs-right .nav-tabs > .active > a, 
.tabs-right .nav-tabs > .active > a:hover,
.accordion_2 .panel-heading .panel-title a:hover ,
.accordion_2 .panel-heading .panel-title a,
.our_team .team_title,
a.Button_default,
a.Button_lightbox,
.tabs-top-group2 .panel-heading:hover .panel-title a,
.price-table .col.best_value .price_title,
.price-table a.btn,
.Theme_Responsive_Default .btn,
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover,
.RightPaneProfile .active,
.RightPaneProfile .console-none:hover,
#styler_slider .update_click,
.Answers_List li:hover span.Answers_icon,
.Services_List .col-sm-3:hover .Services_icon,
a.Button_green,
#left_menu > .gomenu > ul > li.current > a, 
#left_menu > .gomenu > ul > li.current > a:hover,
.Link_List li span.Icon,
.Banner_smallTitle,
.submit_ticket_3 .ticket_bg a,
.Container-4 .dnntitle,
.filter_block #filters li.selected a, 
.filter_block #filters li.selected a:hover,
.filter_block .filter-switch ,
.gallery_container .gallery_tags a:hover,
.accordion_7 .panel-heading .accordion_icon,
.accordion_7 .panel-heading .panel-title a.actived .accordion_icon, 
.accordion_7 .panel-heading .panel-title a.actived:hover .accordion_icon, 
.accordion_7 .panel-heading .panel-title a:hover .accordion_icon{
	background-color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
.accordion_7 .panel-heading .panel-title a,
.accordion_7 .panel-heading .panel-title a.actived, 
.accordion_7 .panel-heading .panel-title a.actived:hover, 
.accordion_7 .panel-heading .panel-title a:hover{
	color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
a.Button_default{
	background-color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}

.Container-9 .title9{
	color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
.Container-1 .title1	{ 
	border-bottom:3px solid ${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
.ServeList .ServeBox:hover {
	border:10px solid ${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
.Theme_21_LinkAndZoom_Normal li:hover .carousel_image,
.Theme_21_LinkAndZoom_Default li:hover .carousel_image {
	border-bottom:7px solid ${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
.Skin_03_Default #filters li.selected a,
.Skin_03_Default #filters li.selected a:hover,
.galler_datail .single_meta a:hover,
.news_list h2.news_title a:hover,
.post_date a:hover,
.filter_block #filters li a:hover,
.filter_block .sort_box li a:hover,
.news_post .post_categories a:hover{
	color:${xf.ViewXmlSetting("AccentColour","#00bfa7")}!important ;
}

.Skin_03_Default .view-tenth:hover .portfolio_descr,
.Skin_03_Default .gallery_tags a:hover{
	background-color:${xf.ViewXmlSetting("AccentColour","#00bfa7")}!important ;
}

/*new style*/
.TopPaneG {
	border-left:4px solid ${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}

a.Button_white:hover,
.ServeList_2 .Serve_Icon span,
.ServeList_3 .Serve_Icon span,
.ServeList_3 .ServeBox:hover .Serve_Icon,
.ServeList_4 .ServeBox:hover .Serve_Icon,
.ServeList_5 .Serve_Icon,
.price-table2 .price_title,
.price-table2 .price_box{
	background-color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
.ServeList_6 .Serve_Icon,
.our_team .team_social a:hover span{
	color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}

.Banner_title_2,
.Banner_smallTitle_4,
.Banner_More_4,
.Banner_bg{
	background-color:${xf.ViewXmlSetting("bannerbackground","#00bfa7")};
}
.banner6_css02 a{  
  color:${xf.ViewXmlSetting("bannerbackground","#00bfa7")}!important;
}
.banner6_css03:hover{
  background:${xf.ViewXmlSetting("bannerbackground","#00bfa7")}!important}

.ServeList_2 .Serve_Icon{
	border:2px solid ${xf.ViewXmlSetting("AccentColour","#00bfa7")};
	background-color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}

.Theme_21_LinkAndZoom_roll .pager a.selected,
.Theme_21_LinkAndZoom_roll .next:hover,
.Theme_21_LinkAndZoom_roll .prev:hover{
	background-color:${xf.ViewXmlSetting("AccentColour","#00bfa7")} !important; 
}
.OurServices_Box .nav-tabs li.active a:hover,
.OurServices_Box .nav-tabs li.active a,
.OurServices_list li ,
.OurServices_list li a:hover,
.blockquote_box blockquote small,
.Choose_List a:hover{
	color:${xf.ViewXmlSetting("AccentColour","#00bfa7")}; 
	}
.accordion_3 .panel-heading .panel-title a,
.accordion_3 .panel-heading .panel-title a:hover,
.accordion_3 .panel-heading .panel-title a.collapsed:hover{
	color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
 }

.OurServices_Box .resp-tabs-list li.resp-tab-active{
	border-top:2px solid ${xf.ViewXmlSetting("AccentColour","#00bfa7")} !important;


}
/*tabs*/
.verticalTab_Left .resp-tab-active,
.verticalTab_Left .resp-tab-active:hover,
.verticalTab_Right .resp-tab-active,
.verticalTab_Right .resp-tab-active:hover,
.verticalTab_Left ul.resp-tabs-list li.resp-tab-active,
.verticalTab_Left ul.resp-tabs-list li.resp-tab-active span,
.verticalTab_Right ul.resp-tabs-list li.resp-tab-active,
.verticalTab_Right ul.resp-tabs-list li.resp-tab-active span {
	background-color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
.horizontalTab_Top ul.resp-tabs-list li.resp-tab-active span {
	color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
@media only screen and (max-width: 768px) {
	.horizontalTab_Top .resp-tab-active,
	.horizontalTab_Top .resp-tab-active:hover{	background-color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};}
}

/*new page sytle color*/
.dividers_4{
	border-bottom:2px solid ${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
.ServeList_6 .Serve_Icon,
.accordion_4 .panel-heading .panel-title a,
.accordion_4 .panel-heading .panel-title a:hover,
.accordion_5 .panel-heading .panel-title a,
.accordion_5 .panel-heading .panel-title a:hover,
.accordion_5 .panel-heading .panel-title a.collapsed:hover,
.accordion_6 .panel-heading .panel-title a,
.accordion_6 .panel-heading .panel-title a:hover,
.our_team2 .team_title,
.our_team2 .team_social a:hover,
.price-table5 .best_value .price_box,
.price-table5 .price_border:hover .price_box,
.chart_list .percentage,
.chart_list2 .percentage2 ,
.number_Animation,
.Testimonials_1 small span,
.Testimonials_2 small span,
.Testimonials_4 small span,
.Testimonials_5 small span,
.verticalTab_Left_3 ul.resp-tabs-list li.resp-tab-active span,
.verticalTab_Right_3 ul.resp-tabs-list li.resp-tab-active span,
.quotes_4 blockquote small,
.dropcaps_2 ,
.dropcaps_4,
.carousel_1 .owl-buttons .owl-prev:hover, 
.carousel_1 .owl-buttons .owl-next:hover,
.chart_list4 .percentage2{
	color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
.accordion_4 .panel-heading .panel-title a .accordion_icon,
.accordion_6 .panel-heading .panel-title a .accordion_icon{
	border-right:1px solid ${xf.ViewXmlSetting("AccentColour","#00bfa7")};
	border-bottom:1px solid ${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
.accordion_5 .panel-heading .accordion_icon,
.price-table3 .price_holder .btn:hover ,
.price-table3 .best_value .price_title,
.price-table3 .best_value .price_holder .btn,
.price-table5 .price_holder a.btn:hover,
.price-table5 .best_value .price_holder a.btn,
.price-table5 .price_border:hover .price_holder a.btn,
.Testimonials_tab .last_page:hover,
.Testimonials_tab .next_page:hover,
.Testimonials_5 blockquote p,
.loaded_list .progress-bar,
.horizontalTab_Top_2 ul.resp-tabs-list li.resp-tab-active span,
.dropcaps_5,
.dropcaps_6,
.quotes_3 blockquote,
.carousel_1 .ico,
.carousel_2 .pic .fa,
.carousel_2 .owl-buttons .owl-prev:hover,
.carousel_2 .owl-buttons .owl-next:hover,
.carousel_3 .owl-buttons .owl-prev:hover,
.carousel_3 .owl-buttons .owl-next:hover,
.carousel_3 .owl-page.active,
.carousel_4 .sliding a.iconleft:before,
.carousel_4 .sliding a.iconright:before,
.carousel_4 .owl-buttons .owl-prev:hover,
.carousel_4 .owl-buttons .owl-next:hover,
.carousel_5 .owl-page.active,
.photo_box .ico span,
.photo_box.ico_push_in .ico,
.photo_box.content_top_increment .content h3,
.content_sytle_2 .shade,
.photo_box.content_push_in .content,
.photo_box:hover.entirety_bevel .shade,
.flip_box_1 .front .fa,
.flip_box_1 .back a.but,
.flip_box_3 .back{
	background-color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
.Testimonials_5 small:before{
	border-top:10px solid ${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}

.horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active{
	border-top:2px solid ${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}

.horizontalTab_Top_3 ul.resp-tabs-list li ,
.horizontalTab_Top_3 ul.resp-tabs-list li:hover{
	border:1px solid ${xf.ViewXmlSetting("AccentColour","#00bfa7")};
	background-color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
.horizontalTab_Top_3 ul.resp-tabs-list li.resp-tab-active,
.horizontalTab_Top_3 ul.resp-tabs-list li.resp-tab-active:hover{
	border-top:2px solid ${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
.verticalTab_Left_1 ul.resp-tabs-list li.resp-tab-active span,
.verticalTab_Right_1 ul.resp-tabs-list li.resp-tab-active span{
	color:${xf.ViewXmlSetting("AccentColour","#00bfa7")}!important;
}
.verticalTab_Left_1 ul.resp-tabs-list li.resp-tab-active{
	border-left:2px solid ${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
.verticalTab_Right_1 ul.resp-tabs-list li.resp-tab-active{
	border-right:2px solid ${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
.verticalTab_Left_2 ul.resp-tabs-list li.resp-tab-active span,
.verticalTab_Right_2 ul.resp-tabs-list li.resp-tab-active span{
	background:${xf.ViewXmlSetting("AccentColour","#00bfa7")}!important;
}
.verticalTab_Left_3 ul.resp-tabs-list li,
.verticalTab_Right_3 ul.resp-tabs-list li{
	border:1px solid ${xf.ViewXmlSetting("AccentColour","#00bfa7")};
	background:${xf.ViewXmlSetting("AccentColour","#00bfa7")}!important;
}
.verticalTab_Left_3 ul.resp-tabs-list li.resp-tab-active,
.verticalTab_Left_3 ul.resp-tabs-list li.resp-tab-active:hover,
.verticalTab_Right_3 ul.resp-tabs-list li.resp-tab-active,
.verticalTab_Right_3 ul.resp-tabs-list li.resp-tab-active:hover{
	border-top:2px solid ${xf.ViewXmlSetting("AccentColour","#00bfa7")}!important;
}

.quotes_2 blockquote{
	border-left:5px solid ${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
.carousel_1 .item .itemmain{
	border:2px solid ${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
.carousel_5 .photo_box:hover .pic_box{
	}
.photo_box.icon_tag_push .ico:before{
	border-right-color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
	border-top-color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
	}
.text_sytle_4 h3 span{
	border-bottom: 1px solid ${xf.ViewXmlSetting("AccentColour","#00bfa7")};
	}
/*player*/
.player_boxes h1.player_title{
	color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
	}
.player_boxes .player_line {
	border-top-color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
	}
.player_boxes .player_line {
	border-bottom: 2px solid ${xf.ViewXmlSetting("AccentColour","#00bfa7")};
	}
a.Button_blue{
	background-color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
	}
/*new bolg*/

.Skin_05_timeline .news_post_box .post_box h2.news_title a:hover,
.Skin_05_timeline .news_post_box .post_box .post_date a:hover,
.Skin_05_timeline .news_detail_top h2.news_title{
	color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
.news_post_box .post_box .post_more a:hover{
	background:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
	border:1px solid ${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}

.Skin_05_timeline .news_detail_top .tab_right .news_detail_username a:hover,
.Skin_05_timeline .news_detail .post_date a:hover,
.Skin_05_timeline .comment_content .comment_date a,
.Skin_05_timeline .comment_content .comment_date a:link,
.Skin_05_timeline .comment_content .comment_date a:active,
.Skin_05_timeline .comment_content .comment_date a:visited,
.Skin_05_timeline .comment_content .comment_date a:hover,
.Skin_05_timeline .post_author_info .author_desc{
	color:${xf.ViewXmlSetting("AccentColour","#00bfa7")}!important;
}

.Skin_05_timeline .news_date_box span ,
.Skin_05_timeline .news_date_box span i,
.Skin_05_timeline .news_more_box  span,
.Skin_05_timeline .news_more_box .line span,
.Skin_05_timeline .news_post_box .news_post .dot,
.Skin_05_timeline .news_date_box span ,
.Skin_05_timeline .news_date_box span i,
.Skin_05_timeline .news_more_box  span,
.Skin_05_timeline .xblog_page .pager{
	background-color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
.Skin_05_timeline .comment_form .Post_button .CommandButton{
	background:${xf.ViewXmlSetting("AccentColour","#00bfa7")}!important;
}
/*new page*/
.TeamDetail_left .team_social a,
.TeamDetail_right .Teamtitle span,
.accordion_7 .accordion-heading .accordion-toggle.actived, 

.accordion_7 .accordion-heading .accordion-toggle.actived:hover, 
.accordion_7 .accordion-heading .accordion-toggle:hover{
	color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
.loaded_list2 .progress .progress-bar,
.advantage_box:hover .advantage_ico .fa, 
.advantage_box:hover .advantage_ico .socia,
.list_style2 li:before,
.accordion_7 .accordion-heading .accordion-toggle.actived .accordion_icon, 
.accordion_7 .accordion-heading .accordion-toggle.actived:hover .accordion_icon, 
.accordion_7 .accordion-heading .accordion-toggle:hover .accordion_icon,
a.Button_default2{
	background-color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}

.Testimonials_6 .ico,
.Testimonials_6 .dot a.actived{
	background-color:${xf.ViewXmlSetting("AccentColour","#00bfa7")}!important;
}
.advantage_box:hover .advantage_ico{
	border:2px solid ${xf.ViewXmlSetting("AccentColour","#00bfa7")};
	background-color:${xf.ViewXmlSetting("AccentColour","#00bfa7")}!important;
}
.advantage_box:hover a.Button_normal2{
	background-color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}

/* new portfolio */
.isotope_grid .portfolios_group a:hover,
.isotope_grid .portfolios_group a.active{
	background-color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
.Text_layouts .photo_box a:hover span,
.Sidebar_layouts_categories .fa,
.Sidebar_layouts_links .fa{
	color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
.List_layouts_text hr{
	border-color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
a.portfolios_default_btn,
.Single_page a{
	color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
	border-color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
a.page_control:hover,
a.page_number:hover{
	color:${xf.ViewXmlSetting("AccentColour","#00bfa7")} !important;
	border-color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
.Grid_layouts .photo_box .shade,
.Text_layouts .photo_box .shade,
a.portfolios_default_btn:hover,
.Single_page a:hover{
	background-color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
/*boxed*/
.text_sytle_4 h3 span{
	border-bottom: 1px solid ${xf.ViewXmlSetting("AccentColour","#00bfa7")};
	}
.boxes_style_5 .boxes{
	border-top:3px solid ${xf.ViewXmlSetting("AccentColour","#00bfa7")};
	}
.boxes_style_1 .boxes,
.boxes_style_7 .boxes{
	border-left:3px solid ${xf.ViewXmlSetting("AccentColour","#00bfa7")};
	}
.boxes_style_4 .boxes,
.home6con_e,
.boxes_style_5 .boxes .but a.Button_default:hover{
	background-color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
/*page 2*/
.aboutus2_tit:after,
.aboutus02_tit01:after,
.aboutus_tit03:after,
.prcing_tit01 h2:after,
.ourteam2_tit02 h2:after,
.Contact_tit02:after,
.Contact_tit01:after,
.detail_tit h2:after,
.detail_tit02 h2:after{
	border-bottom-color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
.aboutus2 ul li:hover,
.aboutus2 ul li a:hover,
.carousel_aboutus2.carousel .photo_box .Content h2,
.Testimonials_ourteam small span,
.Faq_accordion .panel-heading .panel-title a .fa,
.Faq_accordion .panel-body span,
.Pricing_boxa:hover .pricing_cona h2,
.Pricing_accordion .panel-heading .panel-title a,
.Detail_right span,
.Me_one h3,
.detail_social02 h2,
.carousel_detai02_bot h2,
.latest_news_box .latest_news_con .date{
	color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
.carousel_aboutus2.carousel .photo_box .shade,
.carousel_aboutus2_02 .owl-buttons .owl-prev:hover, 
.carousel_aboutus2_02 .owl-buttons .owl-next:hover,
.our_team3 .team_list .team_content,
.ourteam2_bnt a,
.Pricing_boxa:hover .icon_box, 
.Pricing_boxa:hover .icon_box:before, 
.Pricing_boxa:hover .icon_box:after,
.Pricing_accordion .panel-heading .panel-title a span,
.Theme_Responsive_20043_contactus button.btn:hover, 
.Theme_Responsive_20043_contactus input[type="submit"].btn:hover, 
.Theme_Responsive_20043_contactus input[type="reset"].btn:hover,
.Detail_list li span,
.loaded_list_detail .progress-bar,
.carousel_detail .photo_box .shade,
.carousel_detail.carousel .owl-page.active,
.carousel_detai02.carousel .owl-page.active,
.Faq_box:after,
.Faq_box:before,
.Faq_box .line:before,
.Faq_box .line:after{
	background-color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
.Detail_left img{
	border-color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}
.carousel_aboutus2.carousel .photo_box .Content .social-icons span:hover{
	color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
	border-color:${xf.ViewXmlSetting("AccentColour","#00bfa7")};
}




h1 {
	color:${xf.ViewXmlSetting("h1color","#00bfa7")};
	font-family:'${xf.ViewXmlSetting("h1fontfamily","Open Sans")}';
	font-size:${xf.ViewXmlSetting("h1fontsize","24")}px;
	line-height:${xf.ViewXmlSetting("h1lineheight","28")}px;
	font-weight:${xf.ViewXmlSetting("h1fontweight","bold")};
}
 
h2 {
	color:${xf.ViewXmlSetting("h2color","#00bfa7")};
	font-family:'${xf.ViewXmlSetting("h2fontfamily","Open Sans")}';
	font-size:${xf.ViewXmlSetting("h2fontsize","20")}px;
	line-height:${xf.ViewXmlSetting("h2lineheight","24")}px;
	font-weight:${xf.ViewXmlSetting("h2fontweight","bold")};
}

h3 {
	color:${xf.ViewXmlSetting("h3color","#2c3433")};
	font-family:'${xf.ViewXmlSetting("h3fontfamily","Open Sans")}';
	font-size:${xf.ViewXmlSetting("h3fontsize","18")}px;
	line-height:${xf.ViewXmlSetting("h3lineheight","20")}px;
	font-weight:${xf.ViewXmlSetting("h3fontweight","bold")};
}

h4 {
	color:${xf.ViewXmlSetting("h4color","#000000")};
	font-family:'${xf.ViewXmlSetting("h4fontfamily","Open Sans")}';
	font-size:${xf.ViewXmlSetting("h4fontsize","16")}px;
	line-height:${xf.ViewXmlSetting("h4lineheight","18")}px;
	font-weight:${xf.ViewXmlSetting("h4fontweight","bold")};
}

h5 {
	color:${xf.ViewXmlSetting("h5color","#000000")};
	font-family:'${xf.ViewXmlSetting("h5fontfamily","Open Sans")}';
	font-size:${xf.ViewXmlSetting("h5fontsize","14")}px;
	line-height:${xf.ViewXmlSetting("h5lineheight","16")}px;
	font-weight:${xf.ViewXmlSetting("h5fontweight","bold")};
}

/*map sytle*/
#foreach($product in ["gmap01","gmap02","gmap03","gmap04","gmap05"] )

	#set( $map = ${velocityCount} )
	
	#if(${xf.ViewXmlSetting("address$map","")}!="")
	#${product}{
		height:${xf.ViewXmlSetting("mapheightpD$map","300")}px
	}
	
	@media only screen and (min-width: 1600px) {
		#${product}{
			height:${xf.ViewXmlSetting("mapheightpV$map","300")}px
		}
	}
	@media only screen and (min-width: 1200px) and (max-width: 1599px) {
		#${product}{
			height:${xf.ViewXmlSetting("mapheightpL$map","300")}px
		}
	}
	@media only screen and (min-width: 768px) and (max-width: 991px) {
		#${product}{
			height:${xf.ViewXmlSetting("mapheightpT$map","300")}px
		}
	}
	 @media only screen and (max-width: 767px) {
		#${product}{
			height:${xf.ViewXmlSetting("mapheightP$map","300")}px
		}
	}
	#end

#end





